/*
Theme Name: Water & Resource Recovery Lab
Version: 1.0
Description: Water & Resource Recovery Lab
Author: selaris.ca
*/
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate3d(0, -20%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
body {
    font-size: 18px;
    color: #424242;
    margin: 0;
    font-family: 'Montserrat', sans-serif
}
h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 3.6em;
    font-weight: 700;
    text-transform: uppercase;
    color:#FFF;
    letter-spacing:-0.02em;
    margin:0px;
}
h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 3.4em;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-top: 30px;
    text-align: center;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2em;
    font-weight:700;
    letter-spacing:-0.02em
}
p, li, td {
    font-size: 1em;
    letter-spacing: 0;
    line-height: 1.75;
    font-weight: 300;
}
.bannerContent p {
    color:#FFF;
}
a:active, a:link, a:visited {
    text-decoration: none;
    color: #189EFF;
    font-weight: 500
}

a:hover {
    text-decoration: none;
    color: #F2A12C
}
a.btnBrown:link, a.btnBrown:active, a.btnBrown:visited {
    background-color: #f2a12c;
    text-align:center;
    padding:15px 50px;
    font-weight:600;
    text-transform:uppercase;
    color:#FFF;
    font-size:0.8em;
    text-decoration:none;
    border-radius:50px;
    margin-top:10px;
    display:inline-block
}
a.btnBrown:hover {
    background-color: #cd8317
}
a.btnBlue:link, a.btnBlue:active, a.btnBlue:visited {
    background-color: #179eff;
    text-align: center;
    padding: 15px 50px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
    font-size: 0.8em;
    text-decoration: none;
    border-radius: 50px;
    margin-top: 10px;
    display: inline-block
}

a.btnBlue:hover {
    background-color: #117dcb
}


.whiteText, .whiteText p, .whiteText h3, .whiteText h2 {
    color:#FFF;
}
.inline {
    display: inline-block !important
}

.clear {
    clear: both
}

.text-center {
    text-align: center !important
}

.text-right {
    text-align: right !important
}

.left {
    float: left
}

.right {
    float: right
}

.oneThird {
    width: 33.3333333333333333333%
}

.twoThirds {
    width: 62.6666666666666666666%
}

.forty {
    width: 40%
}

.sixty {
    width: 60%
}

.half {
    width: 47%;
    margin:1%
}
.container {
    width: 75%;
    margin: 0 auto
}

.full {
    width: 100% !important
}
.section {
    padding-top:80px;
    padding-bottom:80px;
}
.grey {
    background-color: #f2f4f4
}
.img, img.img {
    width:100%;
    height:auto;
}
.profileImage img {
    max-width:317px;
    height:auto
}

.grid {
    width:28%;
    margin: 1.5%;
    text-align:center;
    vertical-align:top;
    display:inline-block;
}
    .grid img {
        width:100%;
        max-width:317px;
        height:auto;
    }
.links {
    margin:40px 0px 40px 0px;
}
.linksImg {
    text-align:center;
    width:30%;
    float:left;
}
    .linksImg img {
        width:100%;
        min-width:100px;
        max-width:200px;
    }
.linksContent {
    background-color:#F9F9F9;
    width:65%;
    padding:2.5%;
    float:right;
}
.youtube-responsive-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* IMAGES */
.contentImgRight {
    float: right;
    margin: 20px 0px 25px 30px;
    width: 40%;
}

    .contentImgRight img {
        width: 100%;
        height: auto
    }
.imgRight {
    float:right;
    width:45%;
    height:auto;
    margin:20px 0px 20px 25px;
}
.imgFull {
    width:100%;
    height:auto;
    margin:25px 0px;
}
/* END OF IMAGES */


/* GENERIC STRUCTURE */

.greyTop {
    background-image: url(/wp-content/themes/wrrl/images/bg.grey-top.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 250px;
}
.orangeTop {
    background-image: url(/wp-content/themes/wrrl/images/bg.orange-top.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 300px;
}

.section.orange {
    background-color: #ffb043
}

.orangeBtm {
    background-image: url(/wp-content/themes/wrrl/images/bg.orange-btm.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 250px;
}

.greyBtm {
    background-image: url(/wp-content/themes/wrrl/images/bg.grey-btm.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 250px;
}
.footerTop {
    background-image: url(/wp-content/themes/wrrl/images/bg.footer-top.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 250px;
    margin-top:100px;
}

#footer {
    background-color:#189EFF
}

    #footer ul {
        margin: 0 auto;
        list-style: none;
    }

        #footer ul li {
            display: inline-block;
        }

    #footer p {
        font-size: 0.8em;

    }


#footerLinks {
    padding: 20px 0px;
    background-color: #189EFF;
}

    #footerLinks ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        #footerLinks ul li {
            display: inline-block;
            margin: 0px;
            padding: 0px;
        }

    #footerLinks li a:link, #footerLinks li a:active, #footerLinks li a:visited {
        padding: 15px 20px;
        font-family: "Oswald", sans-serif;
        display: inline-block;
        font-size: 1em;
        color: #FFF;
        font-weight: 400;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #footerLinks li a:hover {
        color: #333;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

#footer #footerLogo {
    text-align: center;
    width: 250px;
    float: none;
    margin: 0 auto;
    background-color:#FFF;
    padding:30px;
    border-radius:40px 40px 0px 0px;
}

    #footer #footerLogo img {
        width: 100%;
        height:auto
    }

p.copyright {
    font-size: 0.65em !important;
}

p.credit {
    display: block;
    text-align: center !important;
    font-size: 0.6em;
    margin: 0 auto;
    margin-top: 50px;
}

/* END OF GENERIC STRUCTURE */

/* HOME */
#homeBanner {
    background-image: url(/wp-content/themes/wrrl/images/bg.home-page-banner.jpg);
    background-position:center bottom;
    background-repeat:no-repeat;
    background-size:cover;
    position: relative;
    min-height: 650px;
    padding-bottom:250px;
}
    #homeBanner #logo {
        position:absolute;
        top:0px;
        left:0px;
        z-index:1000
    }
#logo img {
    max-width:400px;
}
    #homeBanner .bannerContent {
        padding-top:130px;
    }
#menuBar {
    position:relative;
    z-index:0
}


/* END OF HOME */

/* CONTENT*/
#content h1 {
    color:#333;
    text-transform:none;
    font-family:'Montserrat', sans-serif;
    font-weight:600;
    letter-spacing:-0.03em;
    font-size:2.8em;
}
#content h2 {
    text-align:left;
    font-size:2.4em;
}
#contentBanner {
    background-image: url(/wp-content/themes/wrrl/images/bg.home-page-banner.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 250px;
    padding-bottom: 50px;
}

    #contentBanner #logo {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1000
    }
.team-lead-photo {
    display:inline-block;
    width:25%;
    vertical-align:top;
    margin-top:50px;
}
.team-lead-info {
    width:60%;
    margin-left:10%;
    display:inline-block
}

/* END OF CONTENT */
@media screen and (min-width:1350px) {
}
@media screen and (min-width:1100px) and (max-width:1349px) {
    .container {
        width:90%;
    }
    body {
        font-size:16px;
    }
    h1 {
        font-size:3.4em;
    }
    h2 {
        font-size:2.4em;
    }
    #content h2 {
        text-align:left
    }
    .half {
        width:42%;
        margin:2%;
    }
    .section {
        padding:40px 0px;
    }
    #homeBanner #logo, #contentBanner #logo {
        position: relative;
        
        width:450px;
        z-index:0 !important
    }
        #logo img {
            width:100%;
            height:auto
        }
    .quadmenu-dropdown-menu ul {
        z-index: 100000 !important
    }
    #menuBar {
        -webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.1);
        position:relative;
        z-index:2000
    }
    #homeBanner .bannerContent {
        padding-top:50px;
    }
    .team-lead-photo {
        display: inline-block;
        width: 25%;
        vertical-align: top;
        margin-top: 50px;
    }

    .team-lead-info {
        width: 60%;
        margin-left: 10%;
        display: inline-block
    }
    #homeBanner #logo {
        display:block;
        float:none;
    }
    #homeBanner #menuBar {
        float:none;
        display:block
    }
}
@media screen and (max-width:1099px) and (min-width:901px) {
    .container {
        width:90%;
    }
    #homeBanner #logo, #contentBanner #logo {
        position: relative;
        width: 50%;
    }

        #homeBanner #logo img, #contentBanner #logo img {
            width: 100%;
            height: auto
        }
    #homeBanner .bannerContent {
        padding-top: 50px;
    }

    .team-lead-photo {
        display: inline-block;
        width: 25%;
        vertical-align: top;
        margin-top: 50px;
    }

    .team-lead-info {
        width: 50%;
        margin-left: 20%;
        display: inline-block
    }
    .linksImg {
        text-align: center;
        width: 25%;
        float: left;
    }

        .linksImg img {
            width: 100%;
            margin: 0 auto;
            min-width: 100px;
            max-width: 200px;
        }

    .linksContent {
        background-color: #F9F9F9;
        width: 60%;
        padding: 2.5% 5%;
        float: right;
        margin-top: 0px;
    }
    
}
@media screen and (max-width:900px) and (min-width:701px) {
    .left, .right {
        float: none;
    }
    .img {
        text-align:center
    }
    .img img {
        width:75%;
    }
    .container {
        width: 90%;
        margin: 0 auto;
    }
    #homeBanner #logo, #contentBanner #logo {
        position: relative;
        width: 50%;
    }

        #homeBanner #logo img, #contentBanner #logo img {
            width: 100%;
            height: auto
        }
    #homeBanner .bannerContent {
        padding-top: 50px;
    }

    .twoThirds, .oneThird, .half {
        width: 100%;
        float: none;
    }
    .linksImg {
        text-align: center;
        width: auto;
        float: none;
    }

        .linksImg img {
            width: 100%;
            margin:0 auto;
            min-width: 200px;
            max-width: 250px;
        }

    .linksContent {
        background-color: #F9F9F9;
        width: auto;
        padding: 2.5% 5%;
        float: none;
        margin-top:25px;
    }



    .team-lead-photo {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        margin-top: 0px;
        text-align: center;
        float: none
    }

    .team-lead-info img {
        max-width: 317px;
    }

    .team-lead-info {
        width: 100%;
        margin: 25px 0px;
        display: inline-block;
        float: none
    }
    .grid {
        width: 38%;
        margin: 5%;
        text-align: center;
        vertical-align: top;
        display: inline-block;
    }

        .grid img {
            width: 100%;
            max-width: 317px;
            height: auto;
        }

}

@media screen and (max-width:700px){
    #content h1 {
        font-size:2.6em;
    }
    #homeBanner {
        min-height: 10px;
        padding-bottom: 200px;
    }
    #contentBanner {
        padding-bottom:0px;
    }
    .img {
        text-align: center
    }

        .img img {
            width: 75%;
        }
    .imgRight, .contentImgRight  {
        float: none;
        width: 100%;
        height: auto;
        margin: 20px 0px;
    }
    #homeBanner #logo, #contentBanner #logo {
        position: relative;
        width: 70%;
        max-width:350px;
        margin: 0 auto !important
    }
        #homeBanner #logo img, #contentBanner #logo img {
            width: 100%;
            height: auto
        }
    #logo img {
        max-width:100%;
        width:100%;
    }
    #homeBanner .bannerContent {
        margin-top:30px;
        padding-top:0px;
    }
    #homeBanner h1 {
        font-size:2.5em
    }
    h1 {
        font-size:3em
    }
    h2 {
        font-size:2.1em;
    }
    .left, .right {
        float:none;
    }
    .container {
        width:80%;
        margin:0 auto;
    }
    .twoThirds, .oneThird, .half {
        width:100%;
        float:none;
    }
    .orangeTop, .greyTop, .footerTop {
        min-height: 120px;
    }
    .linksImg {
        text-align: center;
        width: auto;
        float: none;
    }

        .linksImg img {
            width: 100%;
            margin: 0 auto;
            min-width: 100px;
            max-width: 200px;
        }

    .linksContent {
        background-color: #F9F9F9;
        width: auto;
        padding: 2.5% 5%;
        float: none;
        margin-top: 25px;
    }
        .linksContent h2 {
            text-align:center !important
        }

    .section {
        padding:50px 0px;
    }
    .orangeBtm {
        min-height: 70px;
    }

    .greyBtm {
        min-height: 70px;
    }
    .team-lead-photo {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        margin-top: 0px;
        text-align:center;
        float:none
    }
    .team-lead-info img {
        max-width:317px;
    }

    .team-lead-info {
        width: 100%;
        margin: 25px 0px;
        display: inline-block;
        float: none
    }



    .grid {
        width: 100%;
        margin: 40px 0px;
        text-align: center;
        vertical-align: top;
        display: inline-block;
    }

        .grid img {
            width: 100%;
            max-width: 317px;
            height: auto;
        }

    #footer #footerLogo {
        text-align: center;
        width: 90%;
        float: none;
        margin: 0 auto;
        background-color: #FFF;
        padding: 10% 2.5%;
        border-radius: 40px 40px 0px 0px;
    }
        #footer #footerLogo img {
            width:75%;
        }


}