/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

.row-slide h1 {
    text-shadow: black 1px 1px 30px;
    font-weight: 600!important;
}
.row-slide {
    padding: 10% 0!important;
}
/* MARK NORBRUIS // 11-6-2018 */

/* GENERAL */
body{
    color: #383f44;
}

h1, h2, h3, h4, h5, h6 {
    color: #001524;}

.button a, .nectar-button span{
    font-weight: bold!important;
}
.nectar-fancy-ul ul{
    margin-bottom: 0px!important;
}

body.material:not([data-button-style^="rounded"]) div:not(.cta) .nectar-button i.icon-button-arrow{
    background: #00162421!important;
}

body.material:not([data-button-style^="rounded"]) div.cta .nectar-button i.icon-button-arrow{
    background: transparent!important;
}

body.material:not([data-button-style^="rounded"]) .nectar-button.has-icon.medium:not(.see-through):not(.see-through-2):not(.see-through-3) {
    height: 49px;
    line-height: 30px!Important;
}

.fancytitle h2:before{
    content: "";
    background: url(https://www.darlingtontarmacadam.co.uk/wp-content/uploads/2018/06/darlington-fav-1.jpg);
    margin-right: 11px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 39px;
    height: 39px;
    margin-bottom: -7px;
    background-size: contain;
}

.nectar-button[data-color-override="false"].regular-button:hover{
    background-color: #001524!important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#page-header-bg{
    min-height: 230px;
}

#page-header-bg > .container > .row {top: 0px!important;}

/* HEADER */

#header-outer[data-lhe="default"] header#top nav > ul.sf-menu > li:not(#social-in-menu) > a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#header-outer[data-lhe="default"] header#top nav > ul > li > a{
    text-align: center;
}

#header-outer ul.sf-menu > li{
    border-right: solid 1px #e1e1e1;
    border-left: solid 1px white;
}

#header-outer ul.sf-menu > li:hover{
    background: #f7f7f7;
}

body[data-dropdown-style="minimal"] .sf-menu >li ul{
    margin-left: -1px;
    border-radius: 0px 0px 7px 7px;
}

#header-outer ul.sf-menu > li:first-child{
    border-left-color: transparent;
}

#header-outer ul.sf-menu > li:last-child{
    border-right-color: transparent;
}

#header-outer ul.sf-menu > li.current-menu-item{
    background: #e00e17;
    border-color: #e00e17;
}

html body #header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu > li.current_page_item > a{
    color: white!important; 
}

#header-outer ul.sf-menu > li.menu-item-has-children > a:after{
    content: "\f107";
    padding-left: 7px;
    font-family: FontAwesome;
    font-size: 75%;
}

#header-outer[data-format="default"] #social-in-menu{
    margin-left: 0px;
    padding: 0px 10px;
}

body.material #header-outer:not([data-format="left-header"]) header#top nav >ul.buttons{
    display: none!important;
}

/* MOBILE MENU */
body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container ul.menu > li {
    margin-bottom: 24px!important;
}

@media only screen and (min-width: 1051px){
    
html body.material #header-outer #logo, body.material #header-outer .logo-spacing {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}
    
#header-outer header {
    -webkit-box-shadow: rgba(0,0,0,0.1) 1px 1px 35px;
            box-shadow: rgba(0,0,0,0.1) 1px 1px 35px;
}   
    
#header-outer[data-full-width="true"] header >.container, #header-secondary-outer[data-full-width="true"] >.container {
    padding: 0px;
}
    
body.material #header-outer.small-nav #logo, body.material #header-outer.small-nav .logo-spacing {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}
body.material #header-outer.small-nav #logo img, body.material #header-outer.small-nav .logo-spacing img{
    height: 70px!important;
}
    
/* NECTAR SLIDER */
.full-width-section > .col.span_12.dark .swiper-slide[data-color-scheme="light"] .content h2, .full-width-content > .col.span_12.dark .swiper-slide[data-color-scheme="light"] .content h2{
    background: none;
    padding-left: 0px!important;
    text-shadow: black 1px 1px 30px;
}

.swiper-slide[data-color-scheme="light"] .content p{
    color: #fff;
    background: #0015259e;
    display: inline-block;
    padding: 7px 20px!important;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 3px;
}
    
    
/* PHONE FLOAT */
    
    #header-outer[data-lhe="default"] header#top nav >ul >li#social-in-menu > a:first-child{
    position: absolute;
    bottom: -43px;
    width: 177px;
    right: -1px;
    padding: 10px 19px!important;
    background: #e00e17;
    -webkit-box-shadow: #0000002b -1px 8px 30px;
            box-shadow: #0000002b -1px 8px 30px;
    pointer-events: none!important;
    border-radius: 0px 0px 0px 7px;
    }
    
    body.material #header-outer #social-in-menu i{
        width: 100%!important;
        text-align: left;
    }
    
    #header-outer[data-lhe="default"] header#top nav >ul >li#social-in-menu > a i.fa-phone{
        color: white!important;
    }
    
    body.material #header-outer #social-in-menu i.fa-phone:after {
    content: "01257 474900";
    color: white!important;
    position: absolute;
    top: -1px;
    left: 25px;
    font-family: raleway;
    }
} /* < < END OF RESPONSIVE QUERY */

/* NECTAR SLIDER */
.swiper-slide[data-color-scheme="light"] [class^="icon-"]{
    background-color: #00162421;
    line-height: 32px!important;
    margin-left: 10px;
    margin-right: 0px;
}

.swiper-slide .button a {
    background-color: #6bc1b9;
    border-radius: 3px;
    padding: 10px 17px 7px 22px!important; }

/* PODS */
.pods .nectar-fancy-box{
    -webkit-box-shadow: rgba(0,0,0,0.2) 1px 1px 20px;
            box-shadow: rgba(0,0,0,0.2) 1px 1px 20px;
    border-radius: 5px!important;}

.pods .nectar-fancy-box .inner {
    text-align: center!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0px;
}

.pods .nectar-fancy-box h4{
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 17px;
    font-weight: 900;
    color: #f7f7f7!important;
    margin-bottom: 0px!important;
    text-shadow: black 1px 1px 30px;
}

.nectar-fancy-box .box-bg:after {
    background-color: rgba(0, 21, 36, 0.28);}

/* ACCREDIATIONS */
.acc-row .owl-item img{
    max-height: 100px;
    width: auto;
}

.yelllbock{
    background: #f7f7f7;
    border-bottom: solid 3px #fedb00;
    padding: 30px;
    text-align: center;
}
.yelllbock img{
    margin-left: auto;
    margin-right: auto;
    max-width: 170px!important;
    margin-bottom: 15px!important;
}

.yelllbock h5{
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #666666;
}

.yelllbock h3 b{
    font-weight: 900;
    font-size: 150%;
}

.yelllbock .fa-star{
    color: #fedb00;
    font-size: 25px;
}

a.yellbutton{
    color: #333;
    background: #e4e4e4;
    padding: 7px 10px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a.yellbutton:hover{
    background: #cfcfcf;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;}

.usplist > div{
    background: white;
    padding: 35px!important;
    border: solid 1px #ededed;
    -webkit-box-shadow: #0000000d 5px 9px 30px;
            box-shadow: #0000000d 5px 9px 30px;
}

/* FOOTER */
#footer-outer .widget h4{
    font-weight: bold;
}

#footer-outer ul.areas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;}

#footer-outer #footer-widgets .col ul.areas li{
    padding-top: 4px!important;
    padding: 4px 16px 4px 0px;
    }

#footer-outer #footer-widgets .col ul.areas li:before{
    content: "\f041";
    padding-right: 6px;
    font-family: FontAwesome;
    font-size: 100%;
}

#footer-outer #footer-widgets a.footerbutton {
    border: #d9d9d926 1px solid;
    margin-top: 14px;
    display: inline-block;
    padding: 5px 13px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#footer-outer #footer-widgets a.footerbutton:hover{
    background: #e00e17;
    border-color: #e00e17;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

html #footer-outer .footercontact li {
    background: rgba(255,255,255,0.05);
    border-radius: 4px;
    margin-bottom: 10px!important;
    padding: 10px 20px!important;
    padding-top: 10px!important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media only screen and (max-width: 1300px) and (min-width: 1000px){
html #footer-outer .footercontact li {
    background: rgba(255,255,255,0.0);}
}

html #footer-outer #footer-widgets .col .footercontact ul li:first-child{
    padding-top: 10px!important;
}

#footer-outer .footercontact li b{ 
    display: block;}



#footer-outer .footercontact a:hover > li{
    background: rgba(255,255,255,0.15);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#footer-outer .footersocial{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}

#footer-outer .footersocial a{
    padding: 7px 7px 5px 7px;
    margin: 5px;
    background: rgba(255,255,255,0.05);
    border-radius: 4px;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;}

#footer-outer .footersocial a:hover{
    background: rgba(255,255,255,0.15);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#footer-outer .menu a:not(.nectar-button){
    margin-left: 0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#footer-outer .menu a:not(.nectar-button):hover{
    color: #e00e17!important;
    margin-left: 5px!important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* CTA */
.cta a{
    color: white!important;
    font-weight: bold;
    font-size: 130%;
    display: inline-block;
}

/* / / / INNNER PAGES \ \ \ */
#page-header-bg h1{
    text-shadow: black 1px 1px 30px;
}
/* #page-header-bg .subheader{
    color: #fff;
    background: #0015259e;
    display: inline-block;
    padding: 7px 20px!important;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 3px;
} */

/* RESPONSIVE */
@media only screen and (max-width: 1000px) and (min-width: 690px){
html .swiper-slide .button a {
    font-size: 12px!important;
}}

@media only screen and (max-width: 690px){
html .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .button a {
    font-size: 14px!important;
    padding: 9px 16px;
    line-height: 18px;
    letter-spacing: 0.5px!important;
    margin-top: 7px;
    }
    .swiper-slide .content{
        text-align: center!important;
    }
    
    .pods .nectar-fancy-box h4{
        font-size: 14px!important;
        line-height: 1.5!important;
        letter-spacing: 2px;
    }
    
    html .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide h2{
        line-height: 1!important;
        margin-bottom: 10px;
    }
    #footer-outer .widget{
        text-align: center;
    }
    #footer-outer ul.areas{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .swiper-slide[data-color-scheme="light"] .content p span{
    font-size: 12px;
    color: #fff;
    background: #00152591;
    display: inline-block;
    padding: 7px 20px!important;
    width: auto!important;
    letter-spacing: 1.5px;
    font-weight: bold;
}
    #footer-outer{
        z-index: 99999;
    }
    #copyright{
        z-index: 9999999;
    }
    .divider-wrap > div { display: inline-block;}
    .pods .span_12 > .wpb_column{
        margin-top: -2px!important;
    }
    
    .yelllbock h5{
    font-size: 11px!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    }
    
    #copyright > .container{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    
    #copyright > .container > .col{
        margin-bottom: 0px!important;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        display: inline-block;
        height: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: auto;
    }
    #footer-outer #social li{
        margin-top: 4px;
        margin-bottom: 4px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1051px){
    #social-in-menu{display: none!important;}
}

/* CONTACT PAGE */
body[data-form-submit="regular"] .container-wrap input[type=submit], body[data-form-submit="regular"] .container-wrap button[type=submit], body[data-form-submit="see-through"] .container-wrap input[type=submit], body[data-form-submit="see-through"] .container-wrap button[type=submit] {
    padding: 15px 22px!important;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.logobg{
    background: url(https://www.darlingtontarmacadam.co.uk/wp-content/uploads/2018/06/logoroad.png);
    background-repeat: no-repeat;
    background-position: -4% 0%;
    background-position-x: -4%;
    background-position-y: -8%;
    background-size: contain;
}

.logobg2{
    background: url(https://www.darlingtontarmacadam.co.uk/wp-content/uploads/2018/06/logobg2.png);
    background-repeat: no-repeat;
    background-position: -4% 0%;
    background-position-x: -4%;
    background-position-y: -8%;
    background-size: contain;
}

.reqnotice{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    display: inline-block;
    position: absolute;
}

.reqnotice span.star{
    font-size: 23px;
    color: #e00e17;
    vertical-align: bottom;
}

.gform_wrapper{
    margin: 0!important;
}

body[data-fancy-form-rcs="1"] input[type='checkbox']+label {
    color: #383f44!important;}
    
.companyinfo .wpb_wrapper .wpb_text_column{
    border-radius: 5px;
    display: block;
    max-width: 500px;
    position: relative;
}

.companyinfo .wpb_wrapper .wpb_text_column:nth-last-child(-n+3):before{
    content: "";
    font-family: FontAwesome;
    background: #e00e17;
    color: white;
    position: absolute;
    right: -24px;
    font-size: 28px;
    border-radius: 100px;
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 11px;
    border: solid 4px #f7f7f7;
    top: calc(50% - 28px);
}

.companyinfo .wpb_wrapper .wpb_text_column:nth-child(3):before{
    content: "\f041";
}

.companyinfo .wpb_wrapper .wpb_text_column:nth-child(4):before{
    content: "\f095";
    font-size: 23px;
}

.companyinfo .wpb_wrapper .wpb_text_column:nth-child(5):before{
    content: "\f2b6";
    font-size: 19px;
}

body[data-fancy-form-rcs="1"] input[type='checkbox']:checked+label >span:before {
    left: -4px;
    top: 2px;}

/* MOBILE CTA PHONE */
    .floatmobile{ 
    position: fixed;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background: #e00e17;  
    display: -webkit-box;  
    display: -ms-flexbox;  
    display: flex;
    font-weight: 600;
    font-size: 18px;
    font-family: Raleway;
    }
.floatmobile a{
    padding: 8px;
    width: 100%;
    height: 100%;
}
.floatmobile a:before{
    content: "\f095";
    padding-right: 7px;
    font-family: FontAwesome;
    font-size: 85%;
}

@media screen and (min-width: 691px){
    .floatmobile{
        display: none;
    }
    }

/* NO PHONE LINK DESKTOP */
@media screen and (min-width: 691px){
    a[href*="tel:"] {
       pointer-events: none!important;
   }
    #footer-outer .footercontact ul > a:first-child{
      pointer-events: none!important;
   }
}


/* jen edits */

ul.listColumns{
    -webkit-column-count:2;
            column-count:2;
    -webkit-column-gap:40px;
            column-gap:40px;
    -webkit-column-width:150px;
            column-width:150px;
}

.post-featured-img{ display:none;}
@media screen and (max-width: 400px){
    a#logo{margin-left:-18px;}
}
.swiper-slide .button.solid_color a:hover{
-webkit-transform:scale(1.05);
    -ms-transform:scale(1.05);
        transform:scale(1.05);
}


/* arvin 02/05/2019 */
.col-2{
	column-count: 2;
    padding-top: 10%;
}

@media only screen and (max-width: 768px){
	.col-2 {
		column-count: 1;
		padding: 10% 5% 0;
	}
}

@media only screen and (max-width: 690px){
	.col-2 {
		text-align: center;
	}
}
