/*
 Theme Name:   Spool Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Spool Child Theme
 Author:       Hisse Wagt
 Author URI:   https://hisse.nl/
 Template:     spool
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  spool-child-theme
*/

/* OVERALL */

.button-style1 {
    text-decoration: none;
    color: #ffffff !important;
    font-size: 14px;
    background: #ed1c24;
    padding: 11px 25px;
    border: none;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 600;
}

.button-style1:hover {
    background: #ffffff !important;
    color: #000000 !important;
}

.button-style1 span {
    vertical-align: middle;
    bottom: 0;
}

.button-style1:after{
    content: none;
}


.site-light h1, .site-light .h1, .site-light h2, .site-light .h2, .site-light h3, .site-light .h3, .site-light h4, .site-light .h4, .site-light h5, .site-light .h5, .site-light h6, .site-light .h6{
    color: #000000;
}

h5  {
    font-size:21px;
}

.wpb_content_element a, .project-content a, .project-detail a{
    color: #ed1c24;
}

.wpb_content_element a:hover {
    color: #000000;
}

@media screen and (max-width:768px){
    
    .full-screen-area .fc-item > .cell > .container, .full-screen-area .fc-item > .cell > .container-fluid{
        padding: 30px 15px 30px;
    }

    .header-space-no .site-header, .header-space-no .site-header.light{
            background: #ffffff;
        }
    
    .banner-area.s-style2 .banner .container-fluid{
        padding: 0 15px !important;
    }
    
    .banner .cell .slide-bg .sub-h{
        font-size: 16px !important;
    }
    
}

/* Menu */
.navigation{
    color: #000000;
}
.navigation > ul > li > a{
    font-size:13px;
}

.navigation li.current-menu-item > a span:before,
.navigation li.current-menu-ancestor > a span:before,
.navigation li.current_page_item > a span:before,
.navigation li.current-menu-ancestor > a span:before{
    width: 100%;
}

.navigation li.current-menu-item > a span,
.navigation li.current-menu-ancestor > a span,
.navigation li.current_page_item > a span,
.navigation li.current-menu-ancestor > a span{
   color: #ffffff;
}
.navigation li:hover > a span,
.navigation li:hover > a span,
.navigation li:hover > a span,
.navigation li:hover > a span{
    -webkit-animation: color-change 0.3s;
    -moz-animation: color-change 0.3s;
    -o-animation: color-change 0.3s;
    -ms-animation: color-change 0.3s;
    animation: color-change 0.35s;
    color:#ffffff;
}
@-webkit-keyframes color-change {
    0% { color: #000000; }
    100% { color: #ffffff; }
}
@-moz-keyframes color-change {
    0% { color: #000000; }
    100% { color: #ffffff; }
}
@-ms-keyframes color-change {
    0% { color: #000000; }
    100% { color: #ffffff; }
}
@-o-keyframes color-change {
    0% { color: #000000; }
    100% { color: #ffffff; }
}
@keyframes color-change {
    0% { color: #000000; }
    100% { color: #ffffff; }
}

.navigation .sub-menu, .navigation .children{
    color: #000000;
    width: 300px;
}

.navigation > ul > li.menu-item-has-children, .navigation > ul > li.menu_item_has_children {
    padding-right: 10px;
}

.navigation > ul > li.menu-item-has-children > a:after, .navigation > ul > li.menu_item_has_children > a:after {
    content: "\e946";
    font-family: 'solid-arrow-collection' !important;
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%) rotate(90deg);
    font-size: 0.6em;
}
    
/* First slider settings */

.fc-area-5bc38eb22109d .banner .item{
    background: none;
}

.fc-area-5bc38eb22109d .banner .cell .h{
    font-size: 4.5vw;
    text-transform: uppercase;
    color: #ffffff;
}

.fc-area-5bc38eb22109d .banner .cell .slide-bg .sub-h{
    font-size: 1.2vw;
    color: #ffffff;
}

.banner-area.s-style2 .banner .container-fluid{
    padding: 0 70px;
}
.s-style2 .banner .item .slide-bg{
    bottom: 65px;
}

.banner .item .link-area{
    bottom: 23px;
}

.fc-area-5bc38eb22109d .banner .item .link-area:after {
    content: 'Of scroll verder ▼';
    display: block;
    position: relative;
    top: 5px;
}

/* Background dot settings and other recurring items */

.full-screen-area .banner .item:before, .banner-coming-soon .item:before{
    content: none;
}

.fc-item:nth-of-type(2n) .bg-line{
    border-radius: 50%;
    background-color: #ed1c24;
    transform: none;
    transform-origin: 0;
    width: 20vw;
    height: 20vw;
    top: 71%;
    left: 90% !important;
}

.fc-item:nth-of-type(4) .bg-line{
    top: 5%;
    left: 93% !important; 
}

@media screen and (max-width:768px){
.fc-item:nth-of-type(4), .fc-item:nth-of-type(5){
    margin-top: -30px;
}
}

.fc-item:nth-of-type(5) .bg-line{
    border-radius: 50%;
    background-color: #ed1c24;
    transform: none;
    transform-origin: 0;
    width: 20vw;
    height: 20vw;
    top: 52%;
    left: 51% !important; 
}

.fc-item:nth-of-type(1) .bg-line, .fc-item:nth-of-type(3) .bg-line{
    display:none;
}

.full-screen-area .slide-h{
    color: #ed1c24;
}

/* Second slider settings */
.icon-box-item.style1 .content{
    margin-left:35px;
}

.icon-box-item.style1 .content .desc{
    color:#000000;
    font-size: 16px;
    line-height: 1.5;
    display: inline;
}

.icon-box-item.style1 .content .h{
    margin: 0 7px 5px 0;
    display: inline-block;
    font-size: 16px !important;
    font-weight: normal;
    color: #ed1c24;
    text-decoration: underline;
}

.icon-box-item.style1 .icon{
    margin: 0 5px;
}

.icon-box-item{
    margin-bottom: 15px;
}

.fc-area-5bc38eb22109d .button-container.tal a:before{
    content:"\e940";
    float:right;
    margin: 0 0 0 10px;
    font-family: 'solid-arrow-collection' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 768px){
div.intro div{margin-right:0px !important;}
}

.site-footer .col-xs-12 > div:first-of-type{
    margin-top: inherit !important;
}

/* Third slider settings */

.full-screen-portfolio-type2 .bg-area {
    border-radius: 50%;
    background-color: #ed1c24;
    transform: none;
    transform-origin: 0;
    width: 30vw;
    height: 30vw;
}
.full-screen-portfolio-type2 .owl-item:nth-of-type(3) .bg-area {
    top: -35%;
    left: 30% !important;
}
.full-screen-portfolio-type2 .owl-item:nth-of-type(4) .bg-area {
    top: 65%;
    left: 22% !important;
}
.full-screen-portfolio-type2 .owl-item:nth-of-type(5) .bg-area {
    top: 10%;
    left: 40% !important;
}
.full-screen-portfolio-type2 .owl-item:nth-of-type(6) .bg-area {
    top: 80%;
    left: 47% !important;
}

.full-screen-portfolio-type2{
    background: none;
}

.full-screen-portfolio-type2 .fs-content .wrap{
    width: 30%;
}

.full-screen-portfolio-type2  .fs-project-item{
    left: 35%;
}

/* .full-screen-portfolio-type2 .heading a{
    word-break:break-all
} */

.full-screen-portfolio-type2 .fs-content{
    margin-top:50px;
}

.full-screen-portfolio-type2 .fs-content .description{
    color: #000000;
    line-height: 1.5;
}

.full-screen-portfolio-type2 .fs-content .categories{
    color: #ed1c24;
}

.vote-off .zilla-likes, .share-off .share-buttons{
    display:none;
}

.pt-special-heading-5c5590267c59e{
    display:none;
}

.fs-project-item .fs-play-button{
    background-size: cover !important;
}

.solid-arrow-collection-right-arrow-6:before, .solid-arrow-collection-left-arrow-6:before{
    font-size: 40px;
    margin:0;
}

.brand-logo-items .owl-prev, .brand-logo-items .owl-next{
    top:auto;
    bottom:10%;
}

@media only screen and (max-width: 768px){

    .full-screen-portfolio-type2 .fs-content{
        margin-top: 0;
        display: flex;
        flex-direction: column-reverse;
    }
    
    .pt-special-heading-5c5590267c59e{
        margin: 0px 0 -30px 15px;
        font-size: 60px !important;
        display: block;
    }
    
    .pt-special-heading-5c5590267c59e h2{
        font-size: 45px !important;
    }
    
    .full-screen-portfolio-type2 .fs-project-item{
        position: inherit;
        margin: 15px 0;
        padding: 15px;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }
    
    .full-screen-portfolio-type2 .fs-project-item .fs-play-button{
        display: block;
    }
    
    .full-screen-portfolio-type2 {
        /* bottom: -35px; */
    }
    
    .full-screen-portfolio-type2 .cell-container{
        padding: 0 0 30px;
    }
    
    .full-screen-portfolio-type2 .owl-nav{
        right: 10px;
        bottom: -34px;
    }
    .full-screen-portfolio-type2 .ps-counter{
        bottom: -34px;
        right: 92px;
    }
    .full-screen-portfolio-type2 .fs-content .wrap{
        width: 100%;
    }
}

/* Fourth slider settings */

.testimonials .testimonial-item .wrap{
    padding: 0;
    border: 0;
}

.testimonials .testimonial-item .quote{
    color: #000000;
    font-weight: normal;
    font-size: 16px;
    font-style: normal;
    line-height: 1.5;
    max-width: 600px;
}

.testimonials .testimonial-item .quote:before, .testimonials .testimonial-item .quote:after, .testimonials .testimonial-item .bottom .post{
    color:#ed1c24;
}

.testimonials .testimonial-item{
    padding: 60px;
    background: #f5f5f5;
    border-radius: 20px;
    margin: 30px 90px 0 0;
}

.testimonials .testimonial-item .bottom{
    margin-top: 20px;
}

.testimonials .testimonial-item .bottom .fr{
    padding: 19px 0;
    position: absolute;
    top: 50px;
    right: -15px;
    height: 100%;
    width: 100%;   
}

.testimonials .testimonial-item .bottom .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
}

.testimonials .testimonial-item .bottom .ps-counter {
    position: absolute;
    bottom: 48px;
    right: 0;
    margin-left: 30px;
}

.testimonials .testimonial-item .bottom .owl-nav > *{
    margin: -5px 0 0 5px;
}

.testimonials .testimonial-item .avatar{
    top: 18px;
    left: 55%;
    right: -30px;
    bottom: -70px;
    background-size: inherit;
}

.brand-logo-items .brand-logo-item .cell {
    width:auto;
    height:auto;
}

@media only screen and (max-width: 768px){
    .testimonials .testimonial-item{
        padding: 30px 20px 30px 45px;
        margin: 10px 0 40px;
    }
    
    .testimonials .testimonial-item .bottom .fr{
        top: inherit;
        bottom: 0;
        right: 0;
    }
    
    .testimonials .testimonial-item .bottom .owl-nav{
        top: inherit;
        bottom: 0;
        right: -6px;
    }
    
    .testimonials .testimonial-item .bottom .ps-counter{
        bottom: 0;
        right: 76px;
    }
    
    .testimonials.owl-carousel.owl-loaded{
        margin-bottom: 10px;
    }
    
    .swiper-slide{
        width: 100px !important;
        padding-right: 10px;
    }
    
    .testimonials .testimonial-item .avatar{
        display:none;
    }
}

/* Fifth slider settings */

.input-style1{
    font-size: 16px;
}

.input-row-s1:before{
   background: #ed1c24;
}

.contact-row{
    padding-left: 30px;
    display: block;
}

.contact-row .content{
    margin-left:0px;
    margin-right:20px;
}

@media only screen and (max-width:450px){
   .site-footer  .contact-row{
    width:100%;
    }
}

.wpforms-field-container{
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}

div.wpforms-container-full .wpforms-form .wpforms-field{
    flex-grow: 1;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-textarea{
    width: 100%;
}

    

/* Portfolio page */

.site-light .filter-button-group button{
    font-family: inherit;
    font-size: inherit;
    text-transform: none;
    color: #000000;
}

.style-style1 .portfolio-item h6{
    font-size: 16px;
    color: #000000;
    text-transform: none;
    font-weight: normal; 
    letter-spacing: normal;
}

.portfolio-items.style-style1 .portfolio-item h6 .cell{
    height:auto;
    padding: 10px 15px;
}

.portfolio-content{
    margin-bottom: 10px;
}

.project-type1-page .banner .item{
    background: #ffffff;
}

.banner-project-page-t1 .cell .sub-h{
    color: #ed1c24;
}

.banner-project-page-t1 .cell .h{
    color: #ffffff;
}

.project-content, .project-detail .item span{
    color: #000000;
}

.project-detail .item.sm{
    margin:0;
    font-size: 14px;
}

.project-content, .project-detail .item span.d p{
    margin: 0;
    display:inline;
}

.project_year{
    font-weight:normal;
    font-size:50%;
}

.admin-ui-play-filled-triangle-button-of-right-arrow{
    color: #ffffff;
}

.project-detail {
    border: none;
    padding: 25px 0px;
    margin: 0;
}

.project-details{
    margin-bottom: 10px;
}

.client img{
    padding-top: 10px;
}

.project-content .wp-video{
	display: inline-block;
}

.project-cta{
    display: block;
    background-color: #f5f5f5;
    padding: 20px 50px;
    text-align: center;
    margin-top: 25px;
}

/* Portfolio overview page */

.portfolio-item.image-center .a-img div{
    background-size: cover;
    transition: transform 1s ease;
}

.style-style1 .portfolio-item:hover.image-center .a-img div{
    transform:scale(1.05);
}

.style-style1 .portfolio-item:hover.image-center h6 a{
    font-weight: 500;
}

.portfolio_cat{
    background-color: #ffffff;
    color: #302e27;
    padding: 3px 12px;
    margin: 0 10px;
    display: inline-block;
    font-size: 13px;
}
.cat_bar{
    position: absolute;
    bottom: 10px;
    width: 100%;
    display: block;
    left: 0;
}

/* contact page */

.contact .vc_column-inner{
    padding-bottom: 20px;
    padding-left: 35px;
}

.contact{
    padding-bottom: 10px;
}

@media only screen and (min-width: 768px){
    
    .contact{
        padding-right: 15px;
        padding-bottom: 0px;
    }

}

.grecaptcha-badge { visibility: hidden; } 


/* Category content page */

.category-page-heading .pt-special-heading{
    flex-direction: column-reverse;
    display: flex;
} 

.category-page-heading .pt-special-heading h1{
    margin-top:0;
    color: #ffffff;
}

.category-page-heading .pt-special-heading h6{
    margin-top: 1em;
    font-size: 1em;
}

.category-page-heading .vc_column-inner{
    background-size: cover;
}

.vc_tta-container .vc_active a span{
    color: #ED1C24;
}

.vc_tta-container .vc_tta-tab a span{
    font-size: 16px;
}

.vc_tta-container .wpb_text_column ul{
    line-height: 1.5em;
}

.vc_tta-container .wpb_text_column ul li{
    margin: auto;
}

.accordion-item .label, .accordion-item .text{
    text-transform: none;
    letter-spacing: normal;
    font-size: 16px;
}

.accordion-item .label{
    line-height: 1.5em;
}

.accordion-item.active .label .cell{
    font-weight: bold;
}

.testimonial_container .testimonials .testimonial-item{
    margin: 0px;
}

.testimonial_container .testimonials .testimonial-item h3 {
    font-size: 18px;
}

@media only screen and (max-width: 768px){

    .category-page-heading .pt-special-heading{
        padding-top: 100px !important;
        padding-bottom: 100px !important; 
    }

    .vc_custom_1660632119348, .vc_custom_1542163099061{
        margin-bottom: 20px !important;
    }

    div.mobile-padding{
        padding-top: 25px;
    }

    .side-img.no-top{
        margin-top: 0px !important;
    }

    .container.reverse{
        flex-direction: column-reverse;
        padding-top: 0px !important;
    }

}

/* videoproductie */

.vc_custom_1660649154910{
    background-position: center 40%;
}