/*---------------------------------------------------------------------------------

 Theme Name:   Concrete Valley
 Theme URI:    http://concretevalley.nl/
 Description:  Onbegrensde Mogelijkheden. 
 Author:       WP Masters
 Author URI:   https://www.wpmasters.nl/
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/


/* NAV style */

body.et_divi_theme header#main-header.et-fixed-header {
    top: 0px!important;
}

/* Responsive FONT SIZES */

.h2resp h2 {
    font-size: calc(21px + 1.15vw) !important;
}

.h3resp h3 {
    font-size: calc(.88vw + 18px) !important;   
}

.title50 * {
  font-size: calc(19px + 1.7vw) !important;
}

/* END Responsive FONT SIZES */


/* ANIMATIONS */

/* Simple fade in */

@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

.fade-in {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}


/* Simple grow from left to right */

@keyframes growleftright{
  0% {
    width:0%;
  }
  100% {
    width:97%;
  }
}

.growleftright {
  animation: growleftright ease .3s;
  -webkit-animation: growleftright ease .3s;
  -moz-animation: growleftright ease .3s;
  -o-animation: growleftright ease .3s;
  -ms-animation: growleftright ease .3s;
}
	
/* animate menu items */

#main-header:not(.et-fixed-header) #top-menu li a {
  animation: fadeIn ease .25s;
  -webkit-animation: fadeIn ease .25s;
  -moz-animation: fadeIn ease .25s;
  -o-animation: fadeIn ease .25s;
  -ms-animation: fadeIn ease .25s;
  animation-duration: 0.25s !important;
  animation-delay: 1.1s !important;
  animation-fill-mode: both;
}

#main-header.et-fixed-header #top-menu li a {
  animation: fadeIn ease .05s;
  -webkit-animation: fadeIn ease .05s;
  -moz-animation: fadeIn ease .05s;
  -o-animation: fadeIn ease .05s;
  -ms-animation: fadeIn ease .05s;
  animation-delay: 0.5s !important;
	animation-duration: 0.2s !important;
  animation-fill-mode: both;
}

/* Animate line under active menu items */

#top-menu li.current-menu-item a:before, .nav2 #main-header #top-menu .current-menu-item a:before {
    animation: growleftright ease .3s;
  -webkit-animation: growleftright ease .3s;
  -moz-animation: growleftright ease .3s;
  -o-animation: growleftright ease .3s;
  -ms-animation: growleftright ease .3s;
  animation-delay: 1.4s !important;
	animation-fill-mode: both;
}


/* END ANIMATIONS */


/* Global CSS */

/* BIG PC MAX GRID */

@media (min-width: 2100px) {
.et_pb_section:not(.headerhome) {
    max-width: 2100px !important;
    margin-left: auto;
    margin-right: auto;
}
}

/* END PC MAX GRID */

/* Blog Normalize CSS */

body.single-post.post-template-default #et-main-area {
    margin-top: -20px !important;
}

body.single-post.post-template-default .et_post_meta_wrapper {
    display: none !important;
}

body.single-post.post-template-default #et-main-area #left-area article {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

@media (max-width: 1200px) {
    body.single-post.post-template-default #et-main-area {
    margin-top: -45px !important;
}
}

/* END Blog Normalize CSS */

/* Blog CSS */

/* Blog Mobile Transparent Navigation Bar */

@media (max-width: 1200px) {
body.single-post.et_pb_svg_logo.post-template-default:not(.bla) div#page-container header#main-header:not(.et-fixed-header) .menu_cta {
    background: transparent;
    box-shadow: none !important;
}
    body.single-post.post-template-default #et-main-area {
    margin-top: -100px !important;
    }
    body.single-post.post-template-default:not(.r) div#page-container:not(.r) #main-header {
     position: fixed !important;
        top: 0px;  
    }
      body.nav2.single-post #main-header:not(.et-fixed-header) #et_mobile_nav_menu:before { 
      color: #fff !important;
      border-color: #fff !important;
      }
  body.single-post.post-template-default:not(.r) div#page-container:not(.r) #main-header:not(.et-fixed-header) {
        background: transparent !important;
        box-shadow: none !important;
    }

body.single-post.et_pb_svg_logo.post-template-default:not(.bla) div#page-container header#main-header:not(.et-fixed-header) #logo {
    filter: brightness(0) invert(1);
    transition: 0.1s !important;
    transition-delay: 0.1s !important;
    }
}
@media (min-width: 981px) {
body.single-post.et_pb_svg_logo.post-template-default:not(.bla) #main-header.et-fixed-header #top-menu li a {
    padding-top: 8px !important;
}
}

/* END Home transparent nav bar */

/* Previous & next post URL styling */

.single-post .previous-post a span {
    display: none;
}

.single-post .previous-post a, .single-post .previous-post .nav-previous {
    display: block;
    width: 100%;
    height: 100%;
}

.single-post .next-post a span {
    display: none;
}

.single-post .next-post a, .single-post .next-post .nav-next {
    display: block;
    width: 100%;
    height: 100%;
}

/* Concrete Blog Posts Responsive CSS */

body .previous-post, body .next-post  {
  opacity: 0 !important;
  transition: .4s !important;
}

body .previous-post a, body .next-post a {
background-size: 320px;
background-position: center center !important;
}

.previous-post:hover, .next-post:hover {
  opacity: 1 !important;
}

.single-post .sec_post_gallery .et_pb_row:first-of-type .et_pb_column .et_pb_image img {
  object-fit: cover !important;
}

@media (max-width: 1200px) {

body.et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) #main-content .et_pb_row {
	width: 90%; /* << Mobile content grid */
}

    body.single-post .et_pb_section, body.single-post .et_pb_row, body.single-post .et_pb_column {
        padding: 0px;
    }

    .single-post .sec_header_bg {
    height: 250px !important;
}
    .single-post .sec_title .et_pb_row {
    margin-top: 0px !important;
    height: auto !important;
    padding: 0px !important;
    padding-top: 20px !important;
    max-width: unset !important;
    }
    .single-post .sec_title .et_pb_row .et_pb_text {
        padding: 0px !important;
    }
        .single-post .sec_title .et_pb_row .et_pb_text * { 
        text-align: left;
        }
    .single-post .sec_post_body {
        padding-top: 0px !important;
        margin-bottom: 0px !important;
    }
   .single-post .sec_post_gallery .et_pb_row:first-of-type .et_pb_column {
       width: 100% !important;
       margin: 0px !important;
   }
      .single-post .sec_post_gallery .et_pb_row:first-of-type .et_pb_column .et_pb_image {
      margin-bottom: 0px !important;
      display: flex !important;
      }
      .single-post .sec_post_gallery .et_pb_row:first-of-type .et_pb_column .et_pb_image img {
      margin-bottom: 18px !important;
      } 

.sec_more_news_mobile {
    margin-top: 35px !important;
    margin-bottom: 50px !important;
}

.single-post .next_mob {
display: inline-block;
margin-left: 5%;
margin-right: calc(100% - 5% - 210px) !important;

}

.single-post .back_mob {
display: inline-block;
margin-left: calc(100% - 5% - 210px) !important;
margin-right: 5%;
margin-top: 45px !important;
}

.single-post .next_mob a, .single-post .back_mob a {
width: 210px;
height: 180px !important;
background-size: contain;
background-position: bottom center;
}


.single-post .next_mob .nav-label, .single-post .back_mob .nav-label {
font-size: 40px !important;
font-family: Bebas Neue Bold;
letter-spacing: 1.1px;
}

.single-post .next_mob .nav-label:before {
content: url('/wp-content/uploads/Icon-feather-arrow-right-1.svg');
margin-right: 13px;
}

.single-post .back_mob {
text-align: right !important;
}

.single-post .back_mob .nav-label:after {
content: url('/wp-content/uploads/Icon-feather-arrow-right-2.svg');
margin-left: 13px;
}

.single-post .next_mob .meta-nav, .single-post .back_mob .meta-nav {
    display: none;
}

}

/* END BLOG CSS */

/* CTA Buttons */
a.cta_button {
    transition: .4s !important;
}

a.cta_button:hover {
    padding-left: 20px;
}
/* END CTA Buttons */

.showfrom1200 {
	display: none !important;
}

/* Global responsiveness */

@media (max-width: 1200px) { 

body {
    overflow-x: hidden !important;
}

.hidefrom1200 {
  display: none !important;
}

.showfrom1200 {
	display: block !important;		
}
	
.et_pb_row {
    width: 90%;
}
.et_pb_section, .et_pb_row, .et_pb_column .et_pb_row_inner {
    padding: 0px;
}
}

/* END Global responsiveness */



/* Slide Text Section */

 .sec1, .sec6 {
        overflow-x: hidden !important;
    }

@media (max-width: 1200px) { 

.sec1 .slidetextrow, .sec6 .et_pb_row {
    height: 50px;
    width: 100% !important;
}

.sec1 .slidetextrow  .et_pb_text, .sec6 .et_pb_row .et_pb_text {
    font-size: 15px;
}

.sec1 .slidetextrow  .et_pb_text, .sec6 .et_pb_row .et_pb_text {
    white-space: nowrap;
}

.sec1 .slidetextrow:last-of-type {
    margin-bottom: 30px !important;
}
}

@media (max-width: 767px) {
    .sec1 .slidetextrow  .et_pb_text, .sec6 .et_pb_row .et_pb_text {
    white-space: nowrap;
    text-align: left;
    width: 90%;
    margin-right: unset !important;
    margin-left: 5% !important;

}
.sec1 .slidetextrow, .sec6 .et_pb_row {
    justify-content: flex-start !important; 
}
}


/* END Slide Text Section */

/* Header 1 */

@media (max-width: 1200px) {
    .header1 {
        height: 255px !important;
        margin-bottom: 0px !important;
    }
    .header1 .et_pb_column_0 {
        height: 255px !important;
    }
    .header1 .et_pb_column_0 .et_pb_text {
        margin-top: 60px !important;
    }
    .headerhiddentext {
        padding: 0px !important;
        padding-bottom: 30px !important;
    }
    .headerhiddentext * {
        margin-top: 0px !important;
  }
}

/* END Header 1 */







/* Footer styles */

.footerbottomlinks .et_pb_text_inner {
    width: 100% !important;
}

.footer-inject .et_pb_row:first-of-type .social_and_contact .social_wrapper a:not(:last-of-type):before {
    content: url('/wp-content/uploads/Icon-awesome-linkedin-in-1.svg');
    position: absolute;
    left: 0.5% !important;
    top: -1px !important;
    opacity: 0 !important;
    transition: 0.4s !important;
    transform: scale(0.97) !important;
}

.footer-inject .et_pb_row:first-of-type .social_and_contact .social_wrapper a:last-of-type:before {
    content: url('/wp-content/uploads/Icon-awesome-twitter-1.svg');
    position: absolute !important;
    top: 1px !important;
    opacity: 0 !important;
    transition: 0.4s !important;
    transform: scale(0.97) !important;
}


.footer-inject .et_pb_row:first-of-type .social_and_contact .social_wrapper a:not(:last-of-type):hover:before, .footer-inject .et_pb_row:first-of-type .social_and_contact .social_wrapper a:last-of-type:hover:before {
    opacity: 1 !important;
}


.footer-inject .et_pb_row:first-of-type .social_and_contact .social_wrapper a:not(:last-of-type) img, .footer-inject .et_pb_row:first-of-type .social_and_contact .social_wrapper a:last-of-type img {
    transition: .16s !important;
}

.footer-inject .et_pb_row:first-of-type .social_and_contact .social_wrapper a:not(:last-of-type):hover img, .footer-inject .et_pb_row:first-of-type .social_and_contact .social_wrapper a:last-of-type:hover img {
    opacity: 0 !important;
}

@media (max-width: 1200px) {

/* Footer Responsiveness */

.footer-inject {
    height: auto !important;
}

.footer-inject .et_pb_row:first-of-type {
    padding-top: 50px !important;
    padding-bottom: 0px !important;
}

.footer-inject .et_pb_row:first-of-type .et_pb_text.et_pb_with_border {
    padding: 30px !important;    
    padding-bottom: 25px !important;   
    margin-top: 30px !important; 
    margin-bottom: 45px !important;
}

.footer-inject .et_pb_row:first-of-type .et_pb_text.et_pb_with_border h2 {
    font-size: 30px !important;
    padding-bottom: 10px !important;
    line-height: 40px !important;
}

.footer-inject .et_pb_row:first-of-type .et_pb_text.et_pb_with_border p {
    margin-top: -10px !important;
    margin-bottom: -10px !important;

}

.footer-inject .et_pb_row:first-of-type .et_pb_text.et_pb_with_border p a {
    font-family: Gotham Medium !important;
    font-size: 12px !important;
    letter-spacing: 1.08px !important;
}

.footer-inject .et_pb_row:first-of-type .social_and_contact {
    margin-bottom: 50px !important;
    width: auto !important;
}

.footer-inject .et_pb_row:first-of-type .social_and_contact .total_wrapper {
    text-align: center !important;
}

.footer-inject .et_pb_row:first-of-type .social_and_contact .social_wrapper {
    position: relative !important;
    display: inline-block;
    width: auto;
    top: unset !important;
    left: unset !important;
    margin: auto ;
}

.footer-inject .et_pb_row:first-of-type .social_and_contact .social_wrapper a:not(:last-of-type) img {
    margin-right: 20px !important;
}

.footer-inject .et_pb_row:first-of-type .social_and_contact .social_wrapper img {
    transform: scale(0.7);
}

.footer-inject .et_pb_row:first-of-type .social_and_contact p .divider {
    position: relative !important;
    background: #394141 !important;
    width: 120px !important;
    height: 1px !important;
    max-height: 1px !important;
    min-height: 1px !important;
    margin-top: 20px !important;
    display: block;
}

.footer-inject .et_pb_row:first-of-type .social_and_contact .right_text {
    position: relative !important;
    text-align: center !important;
    font-size: 12px !important;
    margin-top: 30px !important;
    top: 0px !important;;
}


.footer-inject .footerbottomlinks {
    display: none !important;
}

.footer-inject .et_pb_row:first-of-type .social_and_contact .social_wrapper a:last-of-type:before, .footer-inject .et_pb_row:first-of-type .social_and_contact .social_wrapper a:not(:last-of-type):before {
transform: scale(0.7) !important;	
}

}


/* Concrete Fix Injected Footer CSS */

.footer-inject p.right_text {
    width: calc(50% - 40px);
}

@media (max-width: 1200px) {
 

.footer-inject .social_and_contact .divider {
    width: 120px !important;
    min-height: 1px !important;
    height: 1px !important;
    top: 0px !important;
    position: relative !important;
    display: block !important;
    margin-top: 25px !important;
}

.footer-inject p.right_text {
    width: 190px !important;
    margin: auto !important;
    margin-top: 30px !important;
}

.footer-inject {
    padding: 0px;
}
}

/* END Footer styles */


/* Nav 2 Mobile fixes */

@media (max-width: 1200px) {
body.nav2 #et_mobile_nav_menu:before {
        color: #0A191F !important;
        border-color: #0A191F !important;
    }
body.nav2:not(.r) div#page-container header#main-header:not(.r) {
        box-shadow: 0px 3px 15px rgba(0,0,0,.06) !important;
    }
}

@media (max-width: 1200px) {
    body.et_header_style_left.et_pb_svg_logo:not(.doo) #main-header .container {
    height: 60px !important;
}
body.et_header_style_left.et_pb_svg_logo:not(.doo) #logo, body.et_header_style_left.et_pb_svg_logo:not(.doo) #logo {
    margin-top: 0px !important;
}
}

@media (max-width: 1200px) and (max-height: 600px) {
    body.et_header_style_left.et_pb_svg_logo:not(.doo) #main-header #et_mobile_nav_menu a, body.page div#page-container header#main-header:not(.et-fixed-header) li a {
        padding-bottom: 30px !important;
    }
}

/* END Nav 2 Mobile fixes */



/* Vacature Pages Responsives CSS */

@media (max-width: 1200px) {

    body .vacature.et_pb_section, body .vacature .et_pb_row, body .vacature .et_pb_column {
        padding: 0px;
    }

    .header2.vacature {
        margin-top: 85px !important;
        padding-bottom: 50px !important;
    }
    .vacature .goback {
        margin-bottom: 10px !important;
    }
    .vacature .whereandtime {
        margin-top: -15px !important;
        margin-bottom: 25llpx !important;
    }
    .vacature .whereandtime span:first-of-type {
        display: none !important;
    }
    .vacature .whereandtime span.inline-blocker { 
        display: block !important;
    }
    .vacature .vacature_body {
        margin-bottom: 30px !important;
    }
    .vacature .vacature_body:last-of-type {
        margin-bottom: 0px !important;
    }
    .et_pb_section.vacature:not(.footer-inject):not(.header2) h2 {
        padding-bottom: 0px !important;
    }
    .et_pb_section.vacature:not(.footer-inject):not(.header2) .et_pb_row:last-of-type {
        padding-bottom: 60px !important;
    }
}

/* END VACATURE PAGE CSS */

/* Quick Fixes After Review Client */

/* Font fixes */
rs-slide * {
    font-family: 'Bebas Neue Bold',Helvetica,Arial,Lucida,sans-serif !important;
}

rs-tabs rs-tab span {
    font-family: "Bebas Neue Bold" !important;
    font-weight: 400 !important;
} 

.cta_button, .cta_button *, .et_pb_blog_grid .post-content a {
   font-family: Gotham Book, open sans, arial !important;
}

.vacature_body strong {
	font-family: 'Bebas Neue Bold',Helvetica,Arial,Lucida,sans-serif !important; 
}

/* Fix blog hidden on safari */

.et_pb_blog_grid .et_pb_salvattore_content[data-columns] .et_pb_post {
opacity: 1 !important;
}






/* Feedback Round 1 */

/* Rev slider tabs text visible on mobile */

@media (max-width: 1200px) {
#rev_slider_1_1_wrapper .zeus .tp-tab span {
display: flex !important;
font-size: 6.2px !important;
margin-top: 11px;
}
#rev_slider_1_1_wrapper .zeus .tp-tab.selected span {
margin-top: 10px;
}
}

/* END Rev slider tabs text visible on mobile */