/*
Theme Name: Wedge CNLC
Theme URI: https://calgaryseocompany.ca
Author: Zahid Habib
Author URI: https://calgaryseocompany.ca
Description: Wordpress theme
Version: 1.0
Text Domain: wedge-cnlc
*/

body{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #606d75;
    background-color: #f9f9f9;
}
img{
    max-width: 100%;
    height: auto;
}
.title h3{
    font-family: "Lato"!important;
    font-weight: 800!important;
    font-size: 30px;
    color: #4977a8!important;
    text-transform: uppercase;
    margin-top: 70px;
    text-align: center;
}

/* HEADER */
.top-bar{
    background-color: #000;
    color: #fff;
    font-size: 14px;
}
.top-bar ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-bar li{
    display: inline-block;
}
.menu-slider{
    position: relative;
}
.menu-logo{
    position: absolute;
    z-index: 11;
    left: 0;
    right: 0;
    top: 20px;
}
.top-bar a{
    display: block;
    color: #fff;
    transition: all 400ms;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.top-bar ul li:last-child a{
    border-right: none;
}
.top-bar a:hover{
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}
.top-bar .quote a{
    background-color: #4977a8;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    font-family: "Noto Sans";
    font-Weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-left: -6px;
}
.top-bar .quote a:hover{
    background-color: #5c87b5;
}
header{
    background-color: #fff;
    position: relative;
    z-index: 111;
    transition: all 400ms;
}
header.scrolled{
    top: 0;
}
.logo{
    display: flex;
    align-items: center;
}
.logo img{
    height: 65px;
    width: auto;
}
.top-nav{
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.top-nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.top-nav li{
    display: inline-block;
}
.top-nav a{
    font-size: 16px;
    padding: 15px;
    margin: 0px;
    text-transform: uppercase;
    font-weight: 500;
    color: #f9f9f9;
    display: block;
    font-family: 'Montserrat', sans-serif;
    transition: all 400ms;
    position: relative;
}
.top-nav .current-menu-item a, .top-nav a:hover{
    color: #a9a7a7;
    text-decoration: none;
}
.top-nav .current-menu-item a i, .top-nav a:hover i{
    color: #fff;
}
.top-nav .current-menu-item a span::after, .top-nav a:hover span::after{
    transform: scaleX(1);
}
.top-nav li.btn a{
    padding: 10px 25px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.35);
    color: #000;
    font-weight: 500;
}
.top-nav li.btn a:hover{
    background: #a9a7a7;
    color: #fff;
}

/** SLIDER **/
.slider .slide{
    height: 569px;
    background-size: cover;
    background-position: top center;
    position: relative;
}
.slider .slide::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
    background-color: rgba(0, 0, 0, 0.6);
}
.slider .slide .caption{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 111;
}
.slider h3{
    font-family: "Lato";
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    color: #ffffff;
    margin-top:38px;
    letter-spacing: 1px;
    word-spacing: 10px;
}
.slider h2{
    font-size: 40px;
    color: #c0c3d0;
    margin: 0;
    font-weight: 400;
    line-height: 55px;
    letter-spacing:3px;
}
.slider h1{
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 72px;
    line-height: 1.3em;
    color: #ffffff;
    margin: 0;
}
.slider a{
    background-color: #fff;
    border-radius: 3px;
    margin: 30px 10px 0 10px;
    color: #4977a8;
    font-family: 'Lato', sans-serif;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 800;
}
.slider a.secondary{
    background-color: #4977a8;
    color: #fff;
}
.slider a.primary{
    padding: 10px 25px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.35);
    color: #000;
    font-weight: 500;
    transition: all 400ms;
    font-size: 18px;
}
.slider a.primary:hover{
    background: #000;
    color: #fff;
    text-decoration: none;
}
.slider a.secondary{
    font-size: 18px;
    padding: 10px 25px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid;
    border-color: #fff;
    color: #f9f9f9;
    font-weight: 500;
    transition: all 400ms;
}
.slider a.secondary:hover{
    background: #fff;
    color: #000;
    text-decoration:none
}

.slider .slick-dots{
    position: absolute;
    bottom: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.slider .slick-dots li{
    display: inline-block;
}
.slider .slick-dots button{
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -200px;
    width: 12px;
    padding: 0;
    height: 12px;
    margin-left: 3px;
    margin-right: 3px;
}
.slider .slick-dots li.slick-active button{
    background: #949494;
}
.content-area h1{
    font-family: 'Courgette', cursive;
    font-size: 30px;
    line-height: 50px;
    font-style: italic;
    color: #cfa670;
}
.big-box-img .img{
    width: 60%!important;
}
.big-box-img .text{
    width: 50%!important;
    position: relative;
    margin-left: -10%;
    z-index: 11;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 14px;
}
.big-box-img .text .elementor-element-populated{
    background: #fff;
    padding: 40px!important;
}
.small-img-box{
    width: 960px;
    margin: auto;
}
.small-img-box .img{
    width: 338px!important;
}
.small-img-box .text{
    width: 582px!important;
    padding-top: 40px;
    padding-bottom: 40px;
}
.small-img-box .text .elementor-element-populated{
    background: #fff;
    margin-left: -50px;
    position: relative;
    padding: 40px!important;
    box-sizing: content-box;
    z-index: 11;
}
.small-img-box.inverse .text .elementor-element-populated{
    margin-right: -50px;
    margin-left: 0;
    text-align: right;
}
.our-gallery .elementor-element-populated, .maps .elementor-element-populated{
    padding: 0!important;
}
.contact-box .elementor-widget-icon-box{
    display: inline-block;
    width: auto;
    padding: 0 15px;
    margin-bottom: 5px!important;
}
.contact-box .contact-row .elementor-element-populated{
    display: block!important;
    text-align: center;
}
.contact-box .contact-row .elementor-widget-icon-box{
    display: inline-block;
    width: auto;
}
.contact-box .elementor-icon-box-content{
    flex-grow: inherit!important;
}
.contact-box .elementor-icon-box-wrapper{
    justify-content: center;
}
.contact-box .elementor-icon-box-content p{
    margin-bottom: 0;
}
.contact-box .wpcf7{
    width: 90%;
    max-width: 700px;
    margin: auto;
    margin-top: 50px;
}
.contact-box .wpcf7 input, .contact-box .wpcf7 textarea{
    background-color: #ffffff;
    color: #444444;
    border: 1px solid #e1e1e1;
    width: 100%;
    padding: 10px;
}
.contact-box .wpcf7-submit{
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.8px;
    padding: 15px!important;
    width: 100%;
    display: block;
    background-color: #333!important;
    border: 0;
    color: #fff!important;
}
.contact-box h2.elementor-heading-title{
    display: inline-block;
    position: relative;
}
.contact-box h2.elementor-heading-title::after{
    content: "";
    border-bottom: 1px solid #333;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.footer{
    background: #2d4d70;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 13px;
    line-height: 22px;
}
.footer-1 img{
    width: 200px;
    height: auto;
    margin-bottom: 20px;
}
.footer h3{
    color: #dddddd;
    margin-bottom: 30px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: "Lato";
}
.footer-2{
    font-size: 14px;
}
.footer-2 a{
    color: #fff;
    transition: all 400ms;
}
.footer-2 a:hover{
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}
.footer-3 .single-post{
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.footer-3 .img{
    width: 55px;
    height: 55px;
    float: left;
    margin-right: 15px;
}
.footer-3 .cnt{
    text-align: left;
    padding-left: 20px;
}
.footer-3 .single-post h3{
    margin-bottom: 5px;
}
.footer-3 h3 a{
    color: #fff;
    font-size: 14px;
    margin-bottom: 6px;
    margin-top: 2px;
    font-weight: 600;
    transition: all 400ms;
}
.footer-3 h3 a:hover{
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}
.footer-3 .img a{
    display: block;
    width: 100%;
    height: 100%;
}
.footer-3 .img img{
    width: 100%;
    height: 100%;
}
.footer-3 h5{
    color: #fff;
}

footer.bottom{
    background: #000;
    color: #c0c3d0;
    font-size: 14px;
    font-weight: 400;
    padding-top: 35px;
    padding-bottom: 30px;
    font-family: "Montserrat";
}
footer a{
    color: #c0c3d0;
    text-decoration: underline;
}
.home-services .box-title h2 span{
    display: inline-block;
    background: #fff;
    color: #21333e;
    border-radius: 4px;
    padding: 8px 15px;
}
.page-banner{
    height: 400px;
    overflow: hidden;
    margin-bottom: 50px;
    position: relative;
}
.page-banner::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    content: ""
}
.banner-cont{
    position: absolute;
    top: 40%;
    z-index: 99;
    width: 100%;
    text-align: center;
    color: #f9f9f9;
    font-family: 'Poppins';
}
.banner-cont h3{
    font-family: "Poppins";
    font-weight: 900;
    font-size: 60px;
}
.banner-cont ul {
    list-style: none;
    padding: 0;
}
.banner-cont li{
    display: inline-block;
}
.banner-cont a{
    color: #fff;
    transition: all 400ms;
}
.banner-cont a:hover{
    color: #fff;
}
.page-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

a.nav-toggle{
    font-size: 24px;
    color: #fff;
    padding: 24px 0;
    display: none;
    position: absolute;
    right: 30px;
}
a.nav-toggle:hover{color:#ffffff}
.home-about .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
    padding: 0;
}
.home-about .box-title span,
.home-contact .box-title span{
    display: inline-block;
    padding: 8px 15px;
    color: #fff;
    background-color: rgba(0,0,0,.45);
    border-radius: 4px;
}
.home-about h3{
    margin-bottom: 0;
}
.home-services .card-inner .elementor-widget-image-box, 
.home-services .card-inner .elementor-widget-image-box .elementor-widget-container{
    height: 100%;
}
.wpcf7 .half{
    width: 50%;
    padding-right: 20px;
    float: left;
}
.wpcf7 .full{
    padding-right: 20px;
}
.wpcf7 input,
.wpcf7 textarea{
    background-color: rgba(0, 0, 0, 0.075);
    border-radius: 4px;
    padding: 12px 15px;
    color: #21333e;
    font-family: "Montserrat";
    font-weight: 400;
    width: 100%;
    border: none;
}
.home-contact .elementor-icon-box-icon i{
    background: #21333e;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    line-height: 45px;
    font-size: 20px;
}
.wpcf7 textarea{
    height: 150px;
    width: 100%;
}
.wpcf7 .wpcf7-submit{
    padding: 10px 25px;
    background-color: #000;
    border-radius: 4px;
    border: none;
    color: #fff;
    font-weight: 500;
    transition: all 400ms;
    font-family: "Poppins";
    width: auto;
}
.wpcf7 .wpcf7-submit:hover{
    background-color: rgba(0, 0, 0, 0.7);
}

/** RESPONSIVE **/

@media only screen and (max-width: 1200px) {
    .top-nav a{
        font-size: 14px;
        padding: 15px 5px;
    }
}
@media only screen and (max-width: 992px) {
    .top-nav{
        position: absolute;
        transform: scaleY(0);
        transition: all 400ms;
        overflow: hidden;
        top: 0px;
        left: 0;
        right: 0;
        background: #fff;
        height: auto;
        transform-origin: top;
    }
    .top-nav.open{
        transform: scaleY(1);
    }
    .top-nav ul{
        background: #fff;
        width: 100%;
        padding: 0 10px;
    }
    .top-nav li{
        width: 100%;
    }
    .top-nav a{
        padding: 15px 15px 15px 15px;
        text-align: center;
        color: #000;
        border-bottom: 1px dashed rgba(0,0,0,.2);
    }
    a.nav-toggle{
        display: inline-block;
    }
    .slider h2{
        font-size: 45px;
    }
    .slider h1{
        font-size: 50px;
    }
    .slider h3{
        margin-top: 15px;
    }
    .slider .slide{
        height: 400px;
    }
}
@media only screen and (max-width: 767px) {
    .small-img-box{
        width: 100%;
    }
    .small-img-box .img{
        width: 90%!important;
        margin: auto;
    }
    .small-img-box .img .elementor-widget-wrap{
        width: 100%;
        height: 300px;
    }
    .small-img-box .text{
        width: 80%!important;
        padding-top: 0;
        margin: auto;
        margin-top: -30px;
    }
    .small-img-box .text .elementor-element-populated{
        margin-left: 0;
        text-align:center;
    }
    .small-img-box.inverse .text{
        margin-top: 0;
        padding-bottom: 0;
        margin-bottom: -30px;
    }
    .small-img-box.inverse .text .elementor-element-populated{
        text-align: center;
        margin-right: 0;
    }
    .contact-box .elementor-icon-box-icon{
        margin-bottom:0px!important;
    }
    .page-banner{
        height: 350px;
    }
    .slider h2{
        font-size: 30px;
        line-height: 40px;
    }
    .slider h1{
        font-size: 40px;
    }
    .home-about .elementor-icon-box-icon,
    .home-about .elementor-icon-box-content{
        display: inline-flex;
    }
}
@media only screen and (max-width: 600px) {
    .slider h2{
        font-size: 30px;
        line-height: 35px;
    }
    .slider h1{
        font-size: 35px;
        line-height: 45px;
    }
    .slider h3{
        font-size: 20px;
        margin-top: 5px;
        word-spacing: 0;
    }
    .slider .slide{
        height: 400px;
    }
    .content-area h1{
        font-size: 25px;
        line-height: 40px;
    }
    .small-img-box .img .elementor-widget-wrap{
        height: 220px;
    }
    .small-img-box .text .elementor-element-populated{
        padding: 25px!important;
    }
    .small-img-box .text{
        padding-bottom: 0;
    }
    .big-box-img .img{
        width: 100%!important;
        height: 300px;
    }
    .big-box-img .text{
        width: 80%!important;
        margin-left: auto;
        margin-right: auto;
        margin-top: -30px;
        padding-top: 0;
    }
    .big-box-img{
        margin-bottom: 0;
    }
    .page-banner{
        height: 350px;
    }
    .banner-cont h3{
        font-size: 40px;
    }
}
@media only screen and (max-width: 400px) {
    .slider a.secondary, .slider a.primary{
        font-size: 15px;
        padding: 10px 15px;
        margin-top: 15px;
    }
    .slider h1{
        font-size: 32px;
        line-height: 35px;
    }
    .slider h2{
        font-size: 18px;
        line-height: 35px;
    }
}