/*
 Theme Name:   Versnellingsbak Spoelen Child Thema     
 Theme URI:    https://www.uwid.nl/
 Description:  Stop Roest nu Child Thema
 Author:       Floris Koop
 Author URI:   https://www.uwid.nl/
 Template:     blockchain
 Version:      2.0.0
 Tags:
 Text Domain:  blockchain-child
*/

/* =Eigen CSS hier beneden plaatsen
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6{
    color: #2A3D45;
    font-style: italic;
}

a:hover{
    color: #F9A620;
}

.custom-logo{
    max-width: 164px;
}

.entry-content h3 {
    font-size: 1.25rem;
    margin: 3rem 0 0.5em!important;
    color: #41B747;
}

body{
    color: #2A3D45;
}

body p{
    font-size: 1.125rem;
}

a{
    color: #41B747;
}

.page-template-front-page main{
    padding: 100px 0 0!important;
}

.seperator{
    width: 100%;
    margin: 10rem 0;
}

.color_lightblue{
    background-color: #41B747!important;
}

.color_lightblue:hover{
    background-color: #2A3D45!important;
}

.button{
    background-color: #2A3D45;
    border: 0;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-style: italic;
    transform: skewX(-8deg);
    padding: 12px 30px;
}

.button:hover{
    background: #41B747;
}

.button-text{
    transform: skewX(8deg);
}

/* Navigatie */

.head-intro{
    background: #E4E6EB;
    padding: 0;
}

.head-intro-info{
    position: relative;
    margin-right: 30px;
}

.head-intro-info p{
    font-size: 15px;
    margin: 0;
    color: #2A3D45;
    opacity: 0.4;
    letter-spacing: 1.2px;
}

.head-mast-button-1{
    background: #F9A620;
    border-radius: 0;
}

.head-mast-button-1 .button-text{
    color: white;
}

.head-mast-button-1:hover{
    background: #41B747;
}

.head-mast-button-1:hover .button-text{
    color: white;
}

.head-mast-button-1:hover svg{
    fill: white;
}

.head-mast-button-2{
    background: #41B747;
    border-radius: 0;
}

.head-mast-button-2 .button-text{
    color: white;
}

.head-mast-button-2:hover{
    background: #41B747;
}

.head-mast-button-2:hover .button-text{
    color: white;
}

.head-mast-button-2:hover svg{
    fill: white;
}

.site-logo{
    margin-top: -15px;
}

.head-mast{
    height: 92px;
    padding: 0;
}

.nav{
    margin-top: -22px;
}

.navigation-main > li > a{
    text-transform: none;
    font-size: 1.125rem;
    font-weight: 400;
    padding: 33px 0;
    margin: 0 10px;
    border-bottom: 5px solid transparent;
}

.navigation-main li li:hover > a, .navigation-main li li > a:focus{
    background-color: #41B747;
}

.navigation-main > li:hover > a{
    border-bottom: 5px solid #41B747;
}

.navigation-main > li > a:focus{
    border-bottom: 5px solid #41B747;
}

.navigation-main a{
    color: #2A3D45;
}

.navigation-main > .current-menu-item > a{
    border-bottom: 5px solid #41B747;
}

.navigation-main > .current_page_ancestor > a, .navigation-main > .current-menu-parent > a, .navigation-main > .current-menu-ancestor > a{
    border-bottom: 5px solid #41B747
}

.mobile-nav-trigger{
    text-transform: lowercase;
    font-weight: 300!important;
    top: -1.5rem;
    right: 1rem;
    position: absolute;
    font-family: 'Exo', sans-serif;
    font-style: italic;
    font-size: 1.25rem;
}

.mm-menu > .mm-navbar {
    background: #f1f2f5;
    font-family: 'Exo', sans-serif;
    font-style: italic;
    font-weight: 700;
}

.mm-menu .mm-navbar > *, .mm-menu .mm-navbar a{
    color: #2A3D45;
}

.mm-panels > .mm-panel {
    background: #f1f2f5;
}

.mm-menu{
    color: #2A3D45;
}

.mm-listview {
    font: inherit;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Exo', sans-serif;
    font-style: italic;
}

.navigation-main ul{
    padding: 0;
    border-radius: 0;
}

.navigation-main li li a{
    padding: 15px 15px;
    font-size: 15px;
    border-radius: 0;
}

.navigation-main li .current-menu-item > a{
    background-color: #41B747;
}

/* Home */

.home-header-bg-blue{
    background-size: cover;
    background-position: center;
    padding: 4rem 0 8rem 0;
}

.home-header-bg-blue h1{
    color: #41B747;
    font-size: 2.5rem;
    margin: 0;
}

.home-header-bg-blue p{
    color: white;
    font-family: 'Exo', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 2.5rem;
    margin: 0 0 0 0;

}

.product_tile{
    position: relative;;
    text-align: center;
    margin: 1rem 0;
}

.product-icon{
    position: relative;
    width: 100%;
}

.product-icon img{
    width: 72px;
    height: 72px;
}

.product-button{
    position: relative;
    width: 100%;
}

.service_block_wrapper_blue{
    position:relative;
    background: #41B747;
    padding: 2rem 4rem;
    width: 100%;
    top: -50%;
    -webkit-animation: 1s ease 0s normal forwards 1 fadein;
    animation: 1s ease 0s normal forwards 1 fadein;
}

@keyframes fadein{
    0% { opacity:0; }
    25% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

.service_block_wrapper_blue:before {
    content: "\A";
    background-image: url(/wp-content/themes/hampsink-v2/img/lightblue-before-element.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    top: 0;
    width: 20px;
    position: absolute;
    left: -20px;
}

.service_carousel{
    width: 96%;
    margin-left: 2%;
}

.page-template-offerte-page .service_carousel, .page-template-bedankt-page .service_carousel, .page-template-afspraak-page .service_carousel{
    display: none;
}

.service_block_wrapper_blue:after {
    content: "\A";
    background-image: url(/wp-content/themes/hampsink-v2/img/lightblue-after-element.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    top: 0;
    width: 20px;
    position: absolute;
    right: -20px;
}

.service_block_text{
    position: relative;
    float: left;
    width: 70%;
    text-align: left;
}

.service_block_text h2{
    color: #2A3D45;
    margin: 0;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.5rem;
    padding-left: .5rem;
}

.service_block_text p{
    color: white;
    margin: 0;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.5rem;
    line-height: 1.25;
    padding-left: 0.35rem;
}

.service_block_button{
    text-align: center;
    position: relative;
    float: left;
    width: 30%;
    height: 5rem;
    display: flex;
    align-items: center;
}

.service_block_button .button{
    background-color: #F9A620;
    color: white;
    position: relative;
    margin-left: 3px;
}

.service_block_button .button:hover{
    background-color: #2A3D45;
    color: white;
}

.service-cta-block{
    width: 100%;
    padding: 2rem;
    overflow: hidden;
    background: #41B747;
    position: relative;
    margin-bottom: 4rem;
    -webkit-box-shadow: 0px 30px 50px 0px rgb(88 102 134 / 20%);
    box-shadow: 0px 30px 50px 0px rgb(88 102 134 / 20%);
}

.service-cta-block .widget-title{
    color: white;
}

.service-cta-block p{
    color: white;
    font-size: 1rem;
    margin-bottom: 2rem;
    width: 75%;
}

.cta-img{
    pointer-events: none;
    position: absolute;
    height: 12.5rem;
    bottom: 0;
    right: 0;
}

.widget-title{
    border-bottom: 0;
    margin-bottom: 1rem;
    font-weight: 700;
    font-style: italic;
    font-size: 1.5rem;
}

.openingstijden-block p{
    font-size: 1rem;
}

.openingstijden{
    list-style: none;
    padding: 0;
}

.openingstijden li{
    padding: 12px 0px;
    border-bottom: 2px solid #e1e4ef;
}

.openingstijden .dag{
    font-weight: bold;
}

.openingstijden .tijd{
    float: right;
}

.review-row table{
    word-break: break-all;
}

.service-cta-block .button{
    background: #F9A620;
}

.service-cta-block .button:hover{
    background: #2A3D45;
}

.service-cta-block .button-text{
    color: white;
}

.service-cta-block .button:hover .button-text{
    color: white;
}

.slick-dotted.slick-slider{
    margin-bottom: 0!important;
}

.slick-prev, .slick-next{
    background: #2A3D45!important;
    width: 70px!important;
    height: 35px!important;
    opacity: 1!important;
    top: 87%!important;
    transform: skewX(-8deg)!important;
}

.cta_footer .slick-dots{
    display: none!important;
}


.slick-dots{
    display: none!important;
    width: 90%!important;
    bottom: 10px!important;
}

.slick-dots li button:before{
    font-size: 10px!important;
    color: white!important;
}

.slick-dots li.slick-active button:before{
    color: white!important;
}

.slick-dots li button:hover:before{
    color: white!important;
}

.slick-prev{
    left: 3.75rem!important;
}

.slick-next{
    left: 9rem!important;
}

.slick-next:before{
    content: ''!important;
    display: inline-block;
    background-image: url(/wp-content/themes/hampsink-v2/fontawesome/arrow-right-long-light-white.svg);
    width: 1.25rem;
    height: 1.25rem;
}

.slick-prev:before{
    content: ''!important;
    display: inline-block;
    background-image: url(/wp-content/themes/hampsink-v2/fontawesome/arrow-left-long-light-white.svg);
    width: 1.25rem;
    height: 1.25rem;
}

.wp-block-gutenbee-slideshow .slick-next:before, .wp-block-gutenbee-slideshow .slick-prev:before{
    display: none;
}

.content-img-right{
    position: absolute;
    width: 45vw;
    height: 26rem;
    overflow: hidden;
    background-position: center;
    margin-left: -15px;
    right: 2vw;
    background-size: cover;
    display: block;
}

.content-img-right-fallback{
    display: none;
    background-size: cover;
}

.content-img-right::before{
    content: "\A";
    background-image: url(/wp-content/themes/hampsink-v2/img/white-before-img-element.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    top: 0;
    width: 60px;
    position: absolute;
    left: -1px;
}

.content-img-right::after{
    content: "\A";
    background-image: url(/wp-content/themes/hampsink-v2/img/white-after-img-element.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    top: 0;
    width: 60px;
    position: absolute;
    right: 0;
}

.content-block-text{
    width: 100%;
    height: 100%;
    padding: 2rem 0;
    display: flex;
    align-items: center;
}

.single-service-header .content-block-text{
    position: absolute;
    padding-right: 1rem;
}

.content-img-left{
    position: absolute;
    width: 45vw;
    height: 26rem;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    float: left;
    left: 2vw;
    display: block;
}

.content-img-left-fallback, .content-img-right-fallback{
    position: relative;
    display: none;
    width: 100%;
    margin: auto;
    height: 17rem;
    background-size: cover;
    background-position: center;
}

.content-img-left-fallback::before, .content-img-right-fallback::before{
    content: "\A";
    background-image: url(/wp-content/themes/hampsink-v2/img/white-before-img-element.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    top: 0;
    width: 60px;
    position: absolute;
    left: -1px;
}

.content-img-left-fallback::after, .content-img-right-fallback::after{
    content: "\A";
    background-image: url(/wp-content/themes/hampsink-v2/img/white-after-img-element.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    top: 0;
    width: 60px;
    position: absolute;
    right: -1px;
}

.content-img-left::before{
    content: "\A";
    background-image: url(/wp-content/themes/hampsink-v2/img/white-before-img-element.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    top: 0;
    width: 60px;
    position: absolute;
    left: 0;
}

.content-img-left::after{
    content: "\A";
    background-image: url(/wp-content/themes/hampsink-v2/img/white-after-img-element.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    top: 0;
    width: 60px;
    position: absolute;
    right: 0;
}

.inline-button-text{
    font-family: 'Exo',sans-serif;
    font-weight: 700;
    font-style: italic;
}

.section-row-grey{
    background: #F1F2F5;
    padding: 5rem 0;
}

.section-row-grey h2{
    font-size: 1.75rem;
    color: #41B747;
}

.section-row-grey a{
    color: #2A3D45;
    font-size: 1.5rem;
    font-family: 'Exo',sans-serif;
    font-weight: 300;
    font-style: italic;
}

.section-row-grey a:hover{
    color: #F9A620;
}

.section-row-grey a:hover::after{
    content: '';
    background-image: url(/wp-content/themes/hampsink-v2/fontawesome/arrow-right-long-light-blue.svg);
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    margin-left: 1rem;
}

.section-row-grey svg{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.home_cta_img img{
    position: absolute;
    bottom: -5rem;
    width: 95%;
    max-width: 23rem;
}

.product-tile{
    margin-bottom: 35px;
    background: white;
    -webkit-box-shadow: 0px 10px 50px 0px rgb(88 102 134 / 20%);
    box-shadow: 0px 10px 50px 0px rgb(88 102 134 / 20%);
    transition: .2s all ease-out;
}

.product-tile:hover{
    -webkit-box-shadow: 0px 0px 10px 0px rgb(88 102 134 / 20%);
    box-shadow: 0px 0px 10px 0px rgb(88 102 134 / 20%);
}

.product-tile-img{
    height: 250px;
}

.product-tile-img img{
    height: 100%;
    width: auto;
    object-fit: cover;
}

.product-tile-content{
    padding: 1rem 0 1rem 1rem;
}

.product-tile-content h3{
    font-size: 1.2rem;
    margin: 0;
}

.product-tile-content h3::after{
    content: '';
    background-image: url(/wp-content/themes/hampsink-v2/fontawesome/arrow-right-long-light-blue.svg);
    width: 1.75rem;
    height: 1.75rem;
    display: inline-block;
    right: 2rem;
    position: absolute;
    opacity: 0;
    transition: .2s all ease-out;
}

.product-tile-content h3:hover::after{
    content: '';
    background-image: url(/wp-content/themes/hampsink-v2/fontawesome/arrow-right-long-light-blue.svg);
    width: 1.75rem;
    height: 1.75rem;
    display: inline-block;
    right: 2rem;
    position: absolute;
    opacity: 1;
}

.usp-row-grey{
    background: #F1F2F5;
    padding: 4rem 0;
}

.page-template-listing-blockchain-services .usp-row-grey, .single-blockchain_service .usp-row-grey, .page-template-contact-page .usp-row-grey{
    padding: 4rem 0 8rem;
}

.breadcrumbs-content-grey{
    background: #f1f2f5;
}

#breadcrumbs{
    margin: 0;
    padding: 15px 0;
}

#breadcrumbs{
    color: #92A2C8;
}

#breadcrumbs a{
    color: #92A2C8;
}

.breadcrumb_last {
    color: #2A3D45;
}

.website-usp{
    float: left;
    padding-left: 20px;
}

.website-usp::before{
    content: '';
    background-image: url(/wp-content/uploads/2022/01/check-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    position: relative;
    top: -5px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.review-row{
    background: #F1F2F5;
    padding: 6rem 0;
}

.review-row a{
    position: relative;
    margin: 4rem auto;
}

.review-row .button{
    background-color: #F9A620;
    color: black;
}

.review-card{
    background: white;
    padding: 30px 30px 20px 30px;
    -webkit-box-shadow: 0px 50px 90px 0px rgba(88,102,134,0.2); 
    box-shadow: 0px 50px 90px 0px rgba(88,102,134,0.2);
    border-radius: 10px;
    margin-bottom: 2rem;
}

.review-row h3{
    margin-bottom: 4rem;
}

.review-card p{
    font-size: 1.25rem;
    font-style: italic;
}

.google-logo{
    float: right;
}

/* Services */

.tooltip{
    display: none;
}

.page-id-65 .tooltip, .page-id-72 .tooltip, .page-id-633 .tooltip, .page-id-358 .tooltip{
    display: inline-block;
    position: absolute;
    top: -100px;
    right: 40px;
}

.single-service-header{
    background-color: #2A3D45;
    overflow: hidden;
    padding: 0!important;
}

.home-header-bg-blue p, .service-header-bg-blue p, .single-blockchain_service .service-header-bg-blue p, .page-template-contact-page .service-header-bg-blue p, .page-template-offerte-page .service-header-bg-blue p{
        font-size: 2.25rem;
    }

.single-blockchain_service .service-header-bg-blue p, .page-template-contact-page .service-header-bg-blue p, .page-template-offerte-page .service-header-bg-blue p{
    font-size: 1.75rem;
    margin-bottom: 0;
}

.single-service-img{
    transform: skewX(-8deg);
    overflow: hidden;
    max-height: 450px;
}

.single-service-img img{
    transform: skewX(8deg);
    max-width: 118%;
    width: 118%;
    margin-left: -9%;
}

.service-header-bg-blue{
    padding: 8rem 0;
    background-size: cover!important;
    background-position: center!important;
    background: #2A3D45;
}

.service-header-bg-blue h1{
    color: #41B747;
    font-size: 2.5rem;
    margin: 0;
}

.service-header-bg-blue p{
    color: white;
    font-family: 'Exo', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 2.5rem;
}

.service-row-grey{
    background: #F1F2F5;
    padding: 5rem 0 13rem;
}

.entry-item{
    margin-bottom: 35px;
    background: white;
    padding: 10px 30px 30px 30px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(88,102,134,0.2); 
    box-shadow: 0px 10px 20px 0px rgba(88,102,134,0.2);
}

.entry-item-title{
    font-size: 1.5rem;
}

.entry-item-title a{
    color: #2A3D45;
}

.entry-item .product-icon img{
    width: 100px;
    height: 100px;
}

.entry-item-excerpt::after{
    content: '';
    width: calc(100% - 90px);
    height: 8rem;
    position: absolute;
    bottom: 8rem;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.offerte-header{
    background-color: #2A3D45;
}

.green-check{
    width: 40px;
    height: 40px;
    position: relative;
    top: -4px;
}

/* Image Choices*/

image-choices-choice-image{
    width: 100px;
    height: 100px;
}

/* Gravity Forms */

label{
    text-transform: none;
}

input, textarea, select{
    box-shadow: none;
}

input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus{
    border-color: #F9A620;
}

input[type="submit"]{
    background: #F9A620;
    border-color: #F9A620;
    color: white;
    font-weight: 700;
}

input[type="submit"]:hover{
    color: #fff;
    background-color: #41B747;
    border-color: #41B747;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage span{
    display: none!important;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage{
    height: 10px!important;
}

.gform_wrapper .gfield_error label{
    color: inherit!important;
}

.gfield_validation_message{
    color: #c02b0a!important;  
    padding-top: 16px!important; 
}

/* Contact */
.contact-row{
    background: #F1F2F5;
    padding: 3rem 0 6rem;
}

.contact-row .button{
    background-color: #F9A620;
    color: white;
}

.gsection_title{
    font-style: italic;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0rem;
}

.gform_wrapper.gravity-theme .gsection{
    border-bottom: 2px solid rgba(2,41,132,0.1)!important;
    margin: 2rem 0rem;
}

.offertemodule .gfield_checkbox label, .offertemodule .gform_wrapper.gravity-theme .gfield_radio label{
    font-size: 1rem;
    font-weight: 400;
    padding-left: 1rem;
}

.gfield_label{
    color: #41B747!important;
    font-size: 1.125rem!important;
    font-style: italic!important;
}

.gf_progressbar_title{
    display: none;
}

.gf_progressbar{
    background: white!important;
}

.offertemodule h3::before{
    display:none;
}

.gfield_label{
    font-size:16px!important;
    font-weight:700!important;
    margin-bottom:0px!important;
    text-align:left!important;
    font-family: 'Exo', sans-serif;
}

.offertemodule .gfield_description{
    font-weight:400!important;
}


.offertemodule h3.gf_progressbar_title{
    display:none;
}

.image-choices-field {
    max-width: 100%;
    width: 100%;
}
.image-choices-field,
.gform_wrapper .gfield.image-choices-field {
    margin-right: -3%;
}
.image-choices-field .image-choices-choice,
.gform_wrapper .gfield.image-choices-field li.image-choices-choice {
    position: relative;
    vertical-align: middle;
    transition: all 0.3s;
    border-radius: 50%;
    margin-bottom: 30px !important;
    overflow: visible;
    box-shadow: 0px 5px 18px rgb(44, 45, 132, 0.11);
    border-radius: 20px;
}

.image-choices-field .image-choices-choice,
.gform_wrapper .gfield.image-choices-field li.image-choices-choice:hover {
    box-shadow: 0px 15px 18px rgb(44, 45, 132, 0.11);
}
.image-choices-field .image-choices-choice:before {
    content: "" !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    background-color: rgba(255,255,255,0);
    z-index: 1;
    display: block;
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    transition: all 0.3s;
}
.image-choices-field .image-choices-choice:after {
    content: "\f00c" !important;
    font-family: 'FontAwesome';
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    pointer-events: none;
    transition: all .3s;
    text-align: center;
    line-height: 30px;
    display: block;
    position: absolute;
    left: 85%;
    margin: -20px 0 0 -20px;
    top: 0;
    color: #00a7f7;
    z-index: 2;
    opacity: 0;
    background-color: #00BC3A;
}
.image-choices-field .image-choices-choice,
.image-choices-field .image-choices-choice.image-choices-choice-hover
.image-choices-field .image-choices-choice.image-choices-choice-selected {
    box-shadow: none;
    background-color: transparent !important;
    border-color: transparent !important;
}
.image-choices-field .gfield_label {
    font-size: 1.6em;
    margin-bottom: 1.6em;
    display: block;
    text-align: center;
}
.image-choices-field .image-choices-choice label,
.gform_wrapper .gfield.image-choices-field li.image-choices-choice label {
    padding: 0 !important;
    display: block;
    border: none !important;
    background: white;
    -webkit-box-shadow: 0px 10px 50px 0px rgba(88,102,134, 0.2);
    box-shadow: 0px 10px 50px 0px rgba(88,102,134, 0.2)
}
.image-choices-field.image-choices-show-labels .image-choices-choice-text {
    font-size: inherit;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    z-index: 3;
    transition: all 0.3s;
    background-color: transparent;
    border-radius: 15px;
    padding: 3px 0px 4px;
    width: 90%;
}


.image-choices-field .image-choices-choice.image-choices-choice-selected:after {
    opacity: 1;
    color: #fff;
    top: 22%;
}
.image-choices-field .image-choices-choice.image-choices-choice-other.image-choices-choice-selected:after {
    top: 30%;
}
.image-choices-field .image-choices-choice.image-choices-choice-selected .image-choices-choice-text {
    font-weight:700;
}
.image-choices-field .image-choices-choice.image-choices-choice-focus .image-choices-choice-image-wrap {
    border-color: #00a7f7;
}
.image-choices-field .gfield_radio .image-choices-choice.image-choices-choice-focus.image-choices-choice-selected .image-choices-choice-image-wrap {
    border-color: #fff;
}

.image-choices-field .image-choices-choice.image-choices-choice-selected{
    box-shadow:none;
}

label{
    text-transform:none;
    font-weight:700;
}

.image-choices-field .image-choices-choice-image-wrap{
    margin-bottom: 60px;
    margin-top: 10px;
}

.gform_wrapper .gf_progressbar{
    background:transparent;
}

.gform_wrapper .gf_progressbar_percentage{
    background:transparent;
}

.gfield_consent_label{
    display: inline-block!important;
    padding-left: 10px!important;
}


/* Footer */

.footer {
    border-top: 0;
    background-color: #2A3D45;
    color: #fff;
}

.footer .widget-title{
    color: #41B747;
    font-weight: 700;
    border-bottom:  0;
    font-size: 1.125rem;
}

.footer-widgets{
    padding: 10rem 0 5rem;
}

.footer .widget_nav_menu a{
    background: transparent;
    padding: 15px 0;
}

.footer .widget_nav_menu .menu-item a:hover{
    color: #F9A620!important;
    font-weight: 700;
}

.widget_nav_menu .current-menu-item > a{
    background: transparent;
}

.footer table tr{
    height: 2rem;
}

.footer table a{
    font-weight: 700;
    color: white;
}

.footer table a:hover{
    color: #41B747;
}

.footer-info{
    border-top: 0;
}

.footer-info p, .footer-info a{
    font-size: 14px;
}

/* Cookiemelding */

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button, .cli-tab-footer .wt-cli-privacy-accept-btn{
    transform: SkewX(-8deg);
    padding: 14px 28px;
    border-radius: 3px;
    font-family: 'Exo', sans-serif;
}


@media screen and (min-width:768px) and (max-width:991px){
    .service_block_text, .service_block_button{
        width: 100%;
    }
    .home-header-bg-blue p, .service-header-bg-blue p, .single-blockchain_service .service-header-bg-blue p, .page-template-contact-page .service-header-bg-blue p, .page-template-offerte-page .service-header-bg-blue p{
        font-size: 1.75rem;
    }
    .home-header-bg-blue{
        padding: 4rem 0 12rem 0;
    }
    .content-img-right{
        width: 100%;
        margin: 4rem 0;
    }
    .content-img-left-fallback, .content-img-right-fallback{
        display: block;
        position: relative;
    }

    .content-img-left, .content-img-right{
        display: none;
    }

    .content-img-right-fallback, .content-img-left-fallback{
        height: 17rem;
    }
}

@media screen and (min-width:576px) and (max-width:767px){
    .home-header-bg-blue h1, .service-header-bg-blue h1{
        font-size: 1.75rem;
    }
    .home-header-bg-blue p, .service-header-bg-blue p, .single-blockchain_service .service-header-bg-blue p, .page-template-contact-page .service-header-bg-blue p, .page-template-offerte-page .service-header-bg-blue p{
        font-size: 1.25rem;
    }
    .service_block_text, .service_block_button{
        width: 100%;
    }
    .home-header-bg-blue{
        padding: 4rem 0 12rem 0;
    }
    .content-img-right{
        width: 100%;
        margin: 4rem 0;
    }
    .content-img-left-fallback, .content-img-right-fallback{
        display: block;
        position: relative;
    }

    .content-img-left, .content-img-right{
        display: none;
    }

    .content-img-right-fallback, .content-img-left-fallback{
        height: 17rem;
    }
    .head-intro-info{
        display: none;
    }
    .service_block_wrapper_blue{
        padding: 2rem 1rem;
    }
    .service_block_text{
        text-align: center;
    }
    .service_block_button .button{
        margin: auto;
    }
    .slick-arrow{
        display: none!important;
    }
    .slick-dots{
        display: block!important;
    }
    .head-intro-addons{
        justify-content: center;
    }
    .home_cta_img img{
    width: 35%;
    right: 0;   
    }
}

@media screen and (min-width:480px) and (max-width:575px){
    .single-service-header .content-block-text{
        position: relative;
    }
    .single-service-img{
        width: 90%;
        margin: auto;
    }
    .single-service-img img{
        margin-bottom: 2rem;
    }
    .home-header-bg-blue h1, .service-header-bg-blue h1{
        font-size: 1.75rem;
    }
    .home-header-bg-blue p, .service-header-bg-blue p, .single-blockchain_service .service-header-bg-blue p, .page-template-contact-page .service-header-bg-blue p, .page-template-offerte-page .service-header-bg-blue p{
        font-size: 1.25rem;
    }
    .service_block_text, .service_block_button{
        width: 100%;
    }
    .home-header-bg-blue{
        padding: 4rem 0 12rem 0;
    }
    .content-img-right{
        width: 100%;
        margin: 4rem 0;
    }
    .content-img-left-fallback, .content-img-right-fallback{
        display: block;
        position: relative;
    }

    .content-img-left, .content-img-right{
        display: none;
    }

    .content-img-right-fallback, .content-img-left-fallback{
        height: 17rem;
    }
    .head-intro-info{
        display: none;
    }
    .service_block_wrapper_blue{
        padding: 2rem 1rem;
    }
    .service_block_text{
        text-align: center;
    }
    .service_block_button .button{
        margin: auto;
    }
    .slick-arrow{
        display: none!important;
    }
    .slick-dots{
        display: block!important;
    }
    .head-intro-addons{
        justify-content: center;
    }
    .home_cta_img img{
    width: 35%;
    right: 0;   
    }

    .home-header-bg-blue .product-icon{
        width: 30%;
        float: left;
    }
    .product-button{
        width: 70%;
        float: left;
        top: 1rem;
        text-align: left;
    }
    .product-button .button{
        width: 100%;
    }
    .product_tile{
        margin: 0;
    }

    .service_block_wrapper_blue::before{
        display: none;
    }
    .service_block_wrapper_blue::after{
        display: none;
    }
    .page-template-front-page main{
        padding: 0 0 0!important;
    }
    .product-tile-img{
        height: 40vw;
    }
    .product-tile-content{
        padding: 1rem 0 1rem .5rem;
    }
}

@media screen and (max-width:479px) {
    .single-service-header .content-block-text{
        position: relative;
    }
    .service_block_text, .service_block_button{
        width: 100%;
    }
    .home-header-bg-blue{
        padding: 4rem 0 12rem 0;
    }
    .content-img-right{
        width: 100%;
        margin: 4rem 0;
    }
    .content-img-left-fallback, .content-img-right-fallback{
        display: block;
        position: relative;
    }

    .content-img-left, .content-img-right{
        display: none;
    }

    .content-img-right-fallback, .content-img-left-fallback{
        height: 17rem;
    }
    .head-intro-info{
        display: none;
    }
    .service_block_wrapper_blue{
        padding: 2rem 1rem;
    }
    .service_block_text{
        text-align: center;
    }
    .service_block_button .button{
        margin: auto;
    }
    .slick-arrow{
        display: none!important;
    }
    .slick-dots{
        display: block!important;
    }
    .head-intro-addons{
        justify-content: center;
    }
    .home_cta_img img{
    width: 35%;
    right: 0;   
    }

    .service_block_wrapper_blue::before{
        display: none;
    }
    .service_block_wrapper_blue::after{
        display: none;
    }
    .page-template-front-page main{
        padding: 0 0 0!important;
    }
    .product-tile-img{
        height: 40vw;
    }
    .product-tile-content{
        padding: 1rem 0 1rem .5rem;
    }

    .home-header-bg-blue h1, .service-header-bg-blue h1{
        font-size: 1.75rem;
    }
    .home-header-bg-blue p, .service-header-bg-blue p, .single-blockchain_service .service-header-bg-blue p, .page-template-contact-page .service-header-bg-blue p, .page-template-offerte-page .service-header-bg-blue p{
        font-size: 1.25rem;
    }
    .head-mast{
        height: 105px;
        padding: 10px 0;
    }
    .home-header-bg-blue .product-icon{
        width: 30%;
        float: left;
    }
    .product-button{
        width: 70%;
        float: left;
        top: 1rem;
        text-align: left;
    }
    .product-button .button{
        width: 100%;
    }
    .product_tile{
        margin: 0;
    }
    .product-tile h3{
        font-size: 15px;
    }
    .product-tile-content{
        padding: .5rem 0 .5rem .5rem;
    }

    .section-row-grey h2{
        font-size: 1.5rem;
    }
    .section-row-grey a {
        font-size: 1.25rem;
    }
    .review-row{
        padding-bottom: 10rem;
    }
    body p, .review-card p{
        font-size: 1rem;
    }
    .service-header-bg-blue{
        padding: 3rem 0;
    }
    .page-template-listing-blockchain-services .usp-row-grey, .single-blockchain_service .usp-row-grey, .page-template-contact-page .usp-row-grey, .page-template-afspraak-page .usp-row-grey{
        padding: 4rem 0 10rem;
    }

    .single-service-img{
        width: 90%;
        margin: auto;
    }
    .single-service-img img{
        margin-bottom: 2rem;
    }
    .cta-img{
        height: 12rem;
    }
    .widget-title{
        font-size: 1.25rem;
    }
    .tijd{
        float: none!important;
        width: 100%;
    }
    .image-choices-field .image-choices-choice-image-wrap{
        width: 75px!important;
        height: 75px!important;
        margin-bottom: 20px!important;
    }
}

