/*RESET*/
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	text-decoration: none;
	outline: inherit;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

::-webkit-scrollbar {
    width:5px;
}
 
::-webkit-scrollbar-track {
    background:rgba(255,255,255,0.3);
}
 
::-webkit-scrollbar-thumb {
	background:#1b4277;
}

body {
    font-family: 'PT Sans', sans-serif;
    color: #bdcbda;
    letter-spacing: 1.5px;
    width: 100%;
    height: 100%;
    position: relative;
    background: #0e141d;
}


/*FONTS*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Moul&family=PT+Sans&display=swap');
strong {
    font-weight: 700;
}

p,
li {
    font-size: 16px;
    line-height: 24px;
    margin: 18px auto;
}

ul li {
    margin: 5px 0;
    margin-left: 25px;
}


/*OBJECTS*/
.button {
    display: inline-block;
    padding: 15px 20px;
    background: #1b4277;
    outline: none;
    -webkit-appearance: none;
    color: #bdcbda;
    margin: 5px auto;
    border-radius: 5px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
}
.button:hover,
.button:focus {
    cursor: pointer;
    background: rgba(0,0,0,0.5);
    color: #bdcbda;
}
.button:hover a {
    color: #bdcbda;
}

hr {
    border: none;
    margin: 50px auto;
    width: 100%;
    height: 1px;
    background: #ddd;
}
hr.short,
hr.short-white {
    width: 100px;
    margin: 10px 0;
    height: 2px;
    background: #1b4277;
}
hr.short-white {
    background: white;
}

.logo {
    width: 80%;
    max-width: 150px;
    margin: -45px 0 10px;
    float: left;
}
.logo-footer {
    width: 90%;
    max-width: 150px;
    display: inline-block;
    margin-bottom: 0;
}

.mv {
    width: 60px;
    display: inline-block;
    margin: 50px auto 0;
}

.icon {
    font-size: 50px;
    line-height: 0;
    margin: 25px 0 -10px;
}

.border {
    border: 20px solid #f9f9f9;
    padding: 50px;
}

.lightwidget-widget {
    width: 100%;
    border: 0;
    overflow: hidden;
}

.gallery {
    margin: 50px 0 100px;
}
.thumbnail {
    width: 25%;
    margin: 0;
    padding: 0;
}
.thumbnail img {
    width: 100%;
    margin: 0;
    margin-bottom: -7px;
    border: 1px solid #0e141d;
}
.thumbnail:hover img {
    opacity: .7;
}

.instagram {
    width: 25px;
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
}
.hamburger {
    padding: 0;
}
.hamburger img {
    width: 25px;
    margin: 0;
}


/*LINKS*/
a:link,
a:hover,
a:visited,
a:focus,
a:active {
    color: inherit;
	text-decoration: none;
}
a:link {
    color: #bdcbda;
	text-decoration: none;
}
a:hover,
a:focus {
    color: #1b4277;
	text-decoration: none;
}

p.link {
    font-size: .9rem;
    color: #1b4277;
    font-weight: 700;
    text-transform: uppercase;
}
p.link:hover {
    opacity: .6;
}

.category {
    font-size: 14px;
    letter-spacing: 5px;
    text-shadow: 0 0 20px black;
}


/*DIVS*/
section {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}
section.narrow {
    max-width: 1400px;
}
section.narrower {
    max-width: 1024px;
}

header {
    padding: 0;
}
.top-bar {
    background: rgba(0,0,0,0.5);
    padding: 10px 0;
}
.top-bar ul {
    list-style: none;
    text-align: right;
}
.top-bar ul li {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
}
.top-bar i {
    font-size: 20px;
}
.top-bar .button {
    margin: 0 0 0 25px;
    padding: 5px 10px;
}

nav .button {
    display: none;
    padding: 10px 15px;
    cursor: pointer;
}
nav button > div {
    font-size: 36px;
    text-align: center;
}
nav ul {
    list-style: none;
    padding: 40px 0 0 0;
    text-align: right;
    float: right;
}
nav ul li {    
    font-family: 'Montserrat', sans-serif;
    display: inline;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 0 25px;
    padding: 0;
    font-weight: 700;
}
nav ul li.red {
    font-size: 1.2rem;
}
nav ul li a:link {
    color: ;
}
nav ul li a:hover,
nav ul li a:focus,
nav ul li.active {
    color: #1b4277;
}

.banner {
    padding: 200px 0;
    text-align: center;
}
#home {
    background: url(../images/banners/home.jpg) no-repeat center;
    background-size: cover;
    height: 75vh;
    min-height: 300px;
    max-height: 500px;
}

.sub-banner section {
    padding: 300px 300px 25px 50px;
    text-align: left;
    width: 100%;
    max-width: none;
}
#service-quality {
    background: url(../images/banners/service-quality.jpg) no-repeat center #1b4277;
    background-size: cover;
    background-blend-mode: multiply;
}
#about-us {
    background: url(../images/banners/about-us.webp) no-repeat center left;
    background-size: cover;
    height: 500px;
    margin: 50px 0;
}

.banner-sub section {
    padding: 300px 0 100px 0;
    text-align: left;
    background: rgba(0,0,0,0.7);
    width: 100%;
    max-width: none;
}
.banner-sub section article {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    padding-right: 20%;
}
#about {
    background: url(../images/banners/about.jpg) no-repeat center right;
    background-size: cover;
}
#careers {
    background: url(../images/banners/careers.jpg) no-repeat center right;
    background-size: cover;
}
#health-safety {
    background: url(../images/banners/health-safety.jpg) no-repeat center;
    background-size: cover;
}
#projects-hero {
    background: url(../images/banners/projects.jpg) no-repeat center right;
    background-size: cover;
}
#chophop-pantry-hero {
    background: url(../images/banners/chophop-pantry.webp) no-repeat center right;
    background-size: cover;
}
#dundas-square-hero {
    background: url(../images/banners/dundas-square.webp) no-repeat center right;
    background-size: cover;
}
#harbord-village-hero {
    background: url(../images/banners/harbord-village.webp) no-repeat center right;
    background-size: cover;
}
#daves-hot-chicken-hero {
    background: url(../images/banners/daves-hot-chicken.webp) no-repeat center right;
    background-size: cover;
}
#greenwood-hero {
    background: url(../images/banners/greenwood.webp) no-repeat center right;
    background-size: cover;
}
#georgina-hero {
    background: url(../images/banners/georgina.webp) no-repeat center right;
    background-size: cover;
}
#oakville-hero {
    background: url(../images/banners/oakville.webp) no-repeat center right;
    background-size: cover;
}
#meaford-hero {
    background: url(../images/banners/meaford.webp) no-repeat center right;
    background-size: cover;
}
#summerhill-hero {
    background: url(../images/banners/summerhill.webp) no-repeat center right;
    background-size: cover;
}
#rundle-road-hero {
    background: url(../images/banners/rundle-road.webp) no-repeat center right;
    background-size: cover;
}
#north-brooklyn-hero {
    background: url(../images/banners/north-brooklyn.webp) no-repeat center right;
    background-size: cover;
}
#project-brooklin-hero {
    background: url(../images/banners/project-brooklin.webp) no-repeat center right;
    background-size: cover;
}
#project-reach-hero {
    background: url(../images/banners/project-reach.webp) no-repeat center right;
    background-size: cover;
}
#wellington-hero {
    background: url(../images/banners/wellington.webp) no-repeat center;
    background-size: cover;
}
#services {
    background: url(../images/banners/services.jpg) no-repeat center right;
    background-size: cover;
}
#gallery {
    background: url(../images/banners/gallery.jpg) no-repeat center right;
    background-size: cover;
}
#contact {
    background: url(../images/banners/contact.jpg) no-repeat center right;
    background-size: cover;
}
#trust {
    background: url(../images/backgrounds/trust.jpg) no-repeat center bottom #1b4277;
    background-size: cover;
    background-blend-mode: multiply;
}

.container {
    width: 100%;
    padding: 100px 0;
    position: relative;
}

.cell-service {
    width: calc(33.33% - 10px);
    height: 450px;
    position: relative;
    margin: 10px 0;
    cursor: pointer;
    overflow: hidden;
}
.cell-service > div {
    width: 100%;
    padding: 25px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(27,66,119,0.9);
    color: #bdcbda;
}
.cell-service:hover > div {
    background: rgba(27,66,119,1);
}

#commercial-services,
#residential-services,
#committment,
#strengths {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 50px;
}
#commercial-services img,
#residential-services img,
#committment img,
#strengths img {
    width: 30%;
    object-fit: cover;
}
#commercial-services .text-cell,
#residential-services .text-cell,
#committment .text-cell,
#strengths .text-cell {
    width: 65%;
    padding: 50px 20px;
}

#livingroom img {
    width: 100%;
    padding-top: 50px;
}

.cell-project-block {
    width: calc(50% - 10px);
    height: 450px;
    position: relative;
    text-align: center;
    color: #bdcbda !important;
    padding-top: 200px;
}

.cell-project {
    width: calc(50% - 10px);
    height: 450px;
    position: relative;
    margin: 10px 0;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #0e141d;
}
.cell-project:hover,
.cell-project:focus {
    border: 1px solid #1b4277;
}
.cell-project .category {
    position: absolute;
    top: 0;
    left: 20px;
    color: #bdcbda;
}
.cell-project > div {
    width: 100%;
    padding: 25px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0e141d;
}

#chophop-pantry {
    background: url(../images/projects/chophop-pantry/chophop-pantry-sign.webp) no-repeat center;
    background-size: cover;
}
#dundas-square {
    background: url(../images/projects/dundas-square/dundas-square-2.webp) no-repeat center;
    background-size: cover;
}
#harbord-village {
    background: url(../images/projects/harbord-village/harbord-village-1.webp) no-repeat center;
    background-size: cover;
}
#daves-hot-chicken {
    background: url(../images/projects/daves-hot-chicken/daves-hot-chicken-1.webp) no-repeat center;
    background-size: cover;
}
#north-brooklyn {
    background: url(../images/projects/north-brooklyn/basement.webp) no-repeat center;
    background-size: cover;
}
#greenwood {
    background: url(../images/projects/greenwood/greenwood-front-house.webp) no-repeat center;
    background-size: cover;
}
#georgina {
    background: url(../images/projects/georgina/georgina-4.webp) no-repeat center;
    background-size: cover;
}
#oakville {
    background: url(../images/projects/oakville/oakville-1.webp) no-repeat center;
    background-size: cover;
}
#meaford {
    background: url(../images/projects/meaford/meaford-4.webp) no-repeat center;
    background-size: cover;
}
#summerhill {
    background: url(../images/projects/summerhill/summerhill-front.webp) no-repeat center;
    background-size: cover;
}
#rundle-road {
    background: url(../images/projects/rundle-road/rundle-road-house-front.webp) no-repeat center;
    background-size: cover;
}
#project-brooklin {
    background: url(../images/projects/project-brooklin/project-brooklin-front-house.webp) no-repeat center;
    background-size: cover;
}
#project-reach {
    background: url(../images/projects/project-reach/project-reach-large-house-night.webp) no-repeat center;
    background-size: cover;
}
#wellington {
    background: url(../images/projects/wellington/wellington-project-3.webp) no-repeat center;
    background-size: cover;
}

.cell-project-block#chophop-pantry {
    background: url(../images/projects/chophop-pantry/chophop-pantry-sign.webp) no-repeat center #666666;
    background-size: cover;
    background-blend-mode: multiply;
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
}
.cell-project-block#chophop-pantry:hover,
.cell-project-block#chophop-pantry:focus {
    background: url(../images/projects/chophop-pantry/chophop-pantry-sign.webp) no-repeat center #1b4277;
    background-size: cover;
    background-blend-mode: multiply;
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
}
.cell-project-block#greenwood {
    background: url(../images/projects/greenwood/greenwood-front-house.webp) no-repeat center #666666;
    background-size: cover;
    background-blend-mode: multiply;
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
}
.cell-project-block#greenwood:hover,
.cell-project-block#greenwood:focus {
    background: url(../images/projects/greenwood/greenwood-front-house.webp) no-repeat center #1b4277;
    background-size: cover;
    background-blend-mode: multiply;
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
}

.cell-details {
    width: calc(25% - 10px);
    height: 450px;
    position: relative;
    margin: 10px 0;
    overflow: hidden;
    cursor: pointer;
}
.cell-details > div {
    width: 100%;
    height: 80px;
    padding: 25px;
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(27,66,119,0.9);
    color: #bdcbda;
}
.cell-details:hover > div,
.cell-details:active > div {
    height: 450px;
}
.cell-details .cell-heading {
    margin-bottom: 50px;
}
.cell-details i.fas {
    font-size: 48px;
    position: absolute;
    top: 30px;
    right: 20px;
}
.cell-details:hover i.fas,
.cell-details:active i.fas {
    transform: scaleY(-1);
    top: 10px;
}
.cell-details:hover .cell-heading {
    margin-bottom: 0;
}

#residential {
    background: url(../images/thumbs/residential.jpg) no-repeat center;
    background-size: cover;
}
#custom {
    background: url(../images/thumbs/custom.jpg) no-repeat center;
    background-size: cover;
}
#private-build {
    background: url(../images/thumbs/private-build.jpg) no-repeat center;
    background-size: cover;
}
#contractor {
    background: url(../images/thumbs/contractors.jpg) no-repeat center;
    background-size: cover;
}
#industrial-commercial {
    background: url(../images/thumbs/industrial-commercial.jpg) no-repeat center top;
    background-size: cover;
}
#view-details {
    background: url(../images/thumbs/details.jpg) no-repeat center top;
    background-size: cover;
}

#insulation {
    background: url(../images/thumbs/insulation.jpg) no-repeat center;
    background-size: cover;
}
#drywall {
    background: url(../images/thumbs/details.jpg) no-repeat center;
    background-size: cover;
}
#taping {
    background: url(../images/thumbs/taping.jpg) no-repeat center;
    background-size: cover;
}
#warranty {
    background: url(../images/thumbs/warranty.jpg) no-repeat center;
    background-size: cover;
}

.cell-1-2,
.cell-contact {
    width: 48%;
}
.cell-contact {
    background: url(../images/banners/about-mobile.jpg) no-repeat center #1b4277;
    background-size: cover;
    background-blend-mode: multiply;
    padding: 50px;
}

.cell-1-3 {
    width: 30%;
    text-align: center;
    padding: 0 25px;
}
.cell-1-3 .logo {
    width: 100%;    
    max-width: 300px;
    float: none;
    margin: 0 auto;
    display: inline-block;
}

.cell-1-4 {
    width: 24%;
}

footer {
    padding: 50px 0 0;
    color: #bdcbda;
    border-top: 1px solid #1b4277;
}
footer .dark {
    background: rgba(0,0,0,0.5);
    padding: 25px 0;
    margin-top: 20px;
}
footer ul {
    list-style: none;
}
footer ul li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.footer-logo {
    height: 60px;
    margin: 0 10px 0 0;
    display: inline-block;
}

footer i {
    font-size: 20px;
}

footer .beard {
    height: 30px;
    transform: translateY(10px);
}

.masonry {
    column-count: 3;
    column-gap: 20px;
}
.masonry .mItem {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}
.masonry .mItem img {
    width: 100%;
}


/*TABS*/
#tabs {
    padding-top: 50px;
}
.tab {
  overflow: hidden;
}
.tab button {
  font-family: 'Montserrat', sans-serif;
  line-height: 110%;
  background-color: rgba(0,0,0,0.5);
  color: #999999;
  float: left;
  border: none;
  border-right: 2px solid #0e141d;
  outline: none;
  cursor: pointer;
  padding: 15px 20px 15px 40px;
  transition: 0.3s;
  font-size: 14px;
}
.tab button:hover {
  background-color: rgba(0,0,0,0.5);
  color: #bdcbda;
}
.tab button.active {
  background-color: #1b4277;
  color: #bdcbda;
}
.tab .comm-icon {
    background-image: url(../images/icons/commercial.svg);
    background-position: 10px;
    background-repeat: no-repeat;
    background-size: 25px 25px;
}
.tab .res-icon {
    background-image: url(../images/icons/residential.svg);
    background-position: 10px;
    background-repeat: no-repeat;
    background-size: 25px 25px;
}
.tabcontent {
  display: none;
  padding: 20px;
  border-top: none;
  background: #1b4277;
  color: #bdcbda;
}
.tabcontent ul {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    list-style: none;
}
.tabcontent ul li {    
    background: url(../images/icons/check.svg) no-repeat left center;
    background-size: 20px 20px;
    padding-left: 30px;
    margin-left: 0;
}


/*FORM*/
form {
    width: 100%;
    max-width: 768px;
    position: relative;
    margin: 0 auto;
    text-align: left;
}
form label {
    display: none;
    font-size: 0;
}
form .button {
    width: 100%;
}

input,
textarea {
    font-size: 1.1rem;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    margin: 5px 0;
    padding: 20px;
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #bdcbda;
    -webkit-appearance: none;
}
form input.half {
    width: 49%;
}
textarea {
    width: 100%;
    height: 150px;
}
input:hover,
textarea:hover {
    border-left: 1px solid #1b4277;
}

::placeholder {
  color: #bdcbda;
  opacity: 1;
}
:-ms-input-placeholder {
 color: #bdcbda;
}
::-ms-input-placeholder {
 color: #bdcbda;
}

/*.grecaptcha-badge {
    position: absolute !important;
    bottom: -70px !important;
    left: 0 !important;
}*/


/*MODIFIERS*/
.left {
    text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}

.ftlt {
    float: left;
}
.ftrt {
    float: right;
}
.clear {
    clear: both;
}

.flex,
.flex-middle {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.flex-middle {
    align-items: center;
}

.heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
}
.sub-heading {
    font-family: 'Moul', cursive;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
}
.cell-heading {
    font-family: 'Montserrat', sans-serif;
	font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

small {
    font-size: .9rem;
    color: #1b4277;
    font-weight: 700;
}

.white {
    color: #bdcbda;
}
.blue {
    color: #1b4277;
}

.grey-bg {
    background: rgba(0,0,0,0.5);
}
.blue-bg {
    background: #1b4277;
    color: #bdcbda !important;
}

.space {
    height: 100px;
}
.mt-50 {
    margin-top: 50px;
}

.glow {
    text-shadow: 0 0 25px white;
}


/*MEDIA QUERIES*/
@media (max-width: 1400px) {
    form input.half {
        width: 100%;
    }
}


@media (max-width:1275px) {
    .cell-details {
        width: calc(50% - 10px);
    }
}


@media (max-width:1024px) {
    .banner {
        padding: 100px 0;
    }
    .sub-banner section {
        padding: 200px 100px 25px 25px;
    }
    .container {
        padding: 50px 0;        
    }

    .cell-service {
        width: 48%;
    }
    .cell-service > div {
        opacity: 1;
        bottom: 0;
    }

    .cell-1-2,
    .cell-contact {
        width: 100%;
    }

    .cell-1-3 {
        width: 48%;
    }
    .cell-1-3:last-child {
        width: 100%;
    }

    form input.half {
        width: 49%;
    }
}


@media (max-width:960px) {
    nav .button {
        display: inline-block;
        -webkit-transition: none;
        transition: none;
        margin-top: 20px;
        float: right;
    }
    nav ul {
        display: none;
        -webkit-transition: none;
        transition: none;
        margin-top: 10px;
        padding: 5px 0;
        width: 100%;
    }
    nav ul li {
        display: block;
        margin: 15px 0;
    }

    .top-bar i,
    .top-bar span {
        display: none;
    }
    
    .top-bar .button span {
        display: inline-block;
    }

    .cell-1-4 {
        width: 48%;
    }

    .cell-project,
    .cell-project-block {
        width: 100%;
    }
    .cell-project-block {
        margin-bottom: 20px;
    }
}


@media (max-width:768px) {
    .cell-contact {
        padding: 25px;
    }
    form input.half {
        width: 100%;
    }

    p,
    li,
    input,
    textarea,
    footer ul li {
        font-size: 1rem;
    }
    .heading {
        font-size: 36px;
    }
    .sub-heading {
        font-size: 24px;
        line-height: 30px;
    }
    .cell-heading {
        font-size: 18px;
    }

    .border {
        padding: 25px;
    }

    .cell-1-3 {
        width: 100%;
    }

    .space {
        height: 50px;
    }

    .flex.gallery {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .thumbnail {
        width: 33.33%;
    }
    .thumbnail img {
        margin-bottom: -7px;
    }

    .cell-details {
        width: 100%;
    }

    .masonry {
        column-count: 2;
        column-gap: 10px;
    }
    .masonry .mItem {
        margin-bottom: 10px;
    }

    #residential-services,
    #strengths {
        flex-direction: column-reverse;
    }
    #commercial-services img,
    #residential-services img,
    #committment img,
    #strengths img {
        width: 100%;
        height: 350px;
    }
    #commercial-services .text-cell,
    #residential-services .text-cell,
    #committment .text-cell,
    #strengths .text-cell {
        width: 100%;
        padding: 20px 0;
    }
}


@media (max-width:532px) {
    .logo {
        max-width: 120px;
    }
    nav .button {
        margin-top: 10px;
    }
    .instagram {
        display: none;
    }

    .cell-service {
        width: 100%;
        margin: 10px 0;
    }

    footer ul {
        text-align: center;
    }
    footer ul li {
        display: block;
        margin: 10px auto;
    }
    footer ul li:nth-child(2),
    footer ul li:nth-child(4),
    footer ul li:nth-child(6) {
        display: none;
    }

    .sub-banner section {
        padding: 300px 25px 25px;
    }
    .banner-sub section {
        padding: 300px 0 25px;
    }
    .banner-sub section article {
        padding-right: 25px;
    }

    #home {
        background: url(../images/banners/home-mobile.jpg) no-repeat center;
        background-size: cover;
    }
    #about-us {
        background: url(../images/banners/about-us-mobile.webp) no-repeat center left;
        background-size: cover;
    }
    #careers {
        background: url(../images/banners/careers-mobile.jpg) no-repeat center;
        background-size: cover;
    }
    #health-safety {
        background: url(../images/banners/health-safety-mobile.jpg) no-repeat center;
        background-size: cover;
    }
    #service-quality {
        background: url(../images/banners/service-quality-mobile.jpg) no-repeat center #1b4277;
        background-size: cover;
        background-blend-mode: multiply;
    }
    #about {
        background: url(../images/banners/about-mobile.jpg) no-repeat center top;
        background-size: cover;
    }
    #services {
        background: url(../images/banners/services-mobile.jpg) no-repeat center;
        background-size: cover;
    }
    #gallery {
        background: url(../images/banners/gallery-mobile.jpg) no-repeat center;
        background-size: cover;
    }
    #contact {
        background: url(../images/banners/contact-mobile.jpg) no-repeat center;
        background-size: cover;
    }

    #projects-hero {
        background: url(../images/banners/projects-mobile.jpg) no-repeat center;
        background-size: cover;
    }
    #chophop-pantry-hero {
        background: url(../images/banners/chophop-pantry-mobile.webp) no-repeat center;
        background-size: cover;
    }
    #dundas-square-hero {
        background: url(../images/banners/dundas-square-mobile.webp) no-repeat center right;
        background-size: cover;
    }
    #harbord-village-hero {
        background: url(../images/banners/harbord-village-mobile.webp) no-repeat center right;
        background-size: cover;
    }
    #daves-hot-chicken-hero {
        background: url(../images/banners/daves-hot-chicken-mobile.webp) no-repeat center right;
        background-size: cover;
    }
    #greenwood-hero {
        background: url(../images/banners/greenwood-mobile.webp) no-repeat center;
        background-size: cover;
    }
    #georgina-hero {
        background: url(../images/banners/georgina-mobile.webp) no-repeat center;
        background-size: cover;
    }
    #oakville-hero {
        background: url(../images/banners/oakville-mobile.webp) no-repeat center right;
        background-size: cover;
    }
    #meaford-hero {
        background: url(../images/banners/meaford-mobile.webp) no-repeat center right;
        background-size: cover;
    }
    #summerhill-hero {
        background: url(../images/banners/summerhill-mobile.webp) no-repeat center;
        background-size: cover;
    }
    #rundle-road-hero {
        background: url(../images/banners/rundle-road-mobile.webp) no-repeat center;
        background-size: cover;
    }
    #north-brooklyn-hero {
        background: url(../images/banners/north-brooklyn-mobile.webp) no-repeat center;
        background-size: cover;
    }
    #project-brooklin-hero {
        background: url(../images/banners/project-brooklin-mobile.webp) no-repeat center;
        background-size: cover;
    }
    #project-reach-hero {
        background: url(../images/banners/project-reach-mobile.webp) no-repeat center;
        background-size: cover;
    }
    #wellington-hero {
        background: url(../images/banners/wellington-mobile.webp) no-repeat center;
        background-size: cover;
    }

    .cell-1-4 {
        width: 100%;
        margin: 10px 0;
        text-align: center;
    }

    .cell-project {
        height: 300px;
    }

    .tab span {
        display: none;
    }
    .tab button {
      padding: 30px 20px 20px 60px;
    }
    .tab .comm-icon {
        background-position: 20px;
        background-size: 35px 35px;
    }
    .tab .res-icon {
        background-position: 20px;
        background-size: 35px 35px;
    }
    .tabcontent ul {
        -moz-column-count: 1;
        -moz-column-gap: 20px;
        -webkit-column-count: 1;
        -webkit-column-gap: 20px;
        column-count: 1;
        column-gap: 20px;
    }

    .thumbnail {
        width: 50%;
    }
}


@media (max-width:414px) {
    .masonry {
        column-count: 1;
    }

    .thumbnail {
        width: 100%;
    }

    .top-bar .button span {
        display: none;
    }
}