/*
Theme Name: Schouw | Online Business Thema
Theme URI: https://davyschouw.nl/
Template: astra
Author: Davy Schouw
Author URI: https://davyschouw.nl/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 1.0.0.1589614430
Updated: 2020-05-16 07:33:50

*/
.txt-white{
    color: white !important;
}
.txt-white h3{
    color: white !important;
}
.txt-white a{
    color: white !important;
}
.site-header{
    position: sticky !important;
    top: 0px;
}
#primary{
    margin: 0px;
    padding: 0px;
}
.h3-small{
    font-size: inherit;
    color: #053E60;
}
button.sticky-button{
    display: none;
    position: sticky;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #5cb85c;
    height: 55px;
}

button.sticky-button a{
    color: white;
    font-size: 12pt;
    display: block;
}
input.btn-success{
    background-color: #5cb85c;
    margin-top: 30px;
    width: 100%;
}
input[type=email],
input[type=number],
input[type=password],
input[type=reset],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
input[type=phone],
input[type=time],
select,
textarea {
    width: 100%;
}
input[type=phone],
input[type=time]{
    color: #666;
    padding: .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}
.blog .site-content{
    margin-top: 10px;
}
.login-username > input{
    width: 100%;
}
.login-password > input{
    width: 100%;
}
.login-box{
    padding: 10px 10px 20px 10px;
    border: 1px solid #BFBFBF;
    box-shadow: 5px 5px 10px #AAAAAA;
}
/*.post-thumb-img-content.post-thumb {*/
    /*margin-left: -20px;*/
    /*margin-right: -20px;*/
/*}*/
.post-thumb-img-content.post-thumb > img {
    width: 100%;
}
.ast-single-post-order{
    background-color: white;
    margin-top: -35px !important;
    display: inline-block;
    padding: 5px;
    border-radius: 3px;
    width: 100%;
}
.elementor-113 .elementor-element.elementor-element-3c8c0a6:not(.elementor-motion-effects-element-type-background), .elementor-113 .elementor-element.elementor-element-3c8c0a6 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    width: 100% !important;
}
.main-header-menu .menu-item:last-child a{
    color: white;
}
.main-header-menu .menu-item:last-child{
    background-color: #EC511F;
    border: 1px solid white;
    color: white;
    border-width: 15px 5px 15px 5px;
}
.sub-menu .menu-item:last-child {
    background-color: unset;
    color: black;
    border: none;
}
.sub-menu .menu-item:last-child a:hover {
    background-color: unset;
    color: black !important;
}
.sub-menu .menu-item:last-child a {
    color: unset;
}
.main-header-menu .menu-item:last-child a:hover{
    color: white;
    text-shadow: 0 0 .65px #fff, 0 0 .65px #fff;
}
.post.type-post{
    margin-top: 50px;
}
.align-right{
    text-align: right;
}
.elementor-widget-wp-widget-recent-posts .elementor-widget-container h5{
    display: none;
}
.elementor-widget-wp-widget-recent-posts .elementor-widget-container ul{
    margin: 0;
}
.elementor-widget-wp-widget-recent-posts .elementor-widget-container ul li{
    list-style: none;
    text-decoration: underline;
}
.above-button div > div {
        flex-direction: column;
}

.above-button .elementor-widget-wrap div:last-child {
margin-top: auto;
}

.blog-carousel .swiper-slide{
    padding-right: 20px;
}
.blog-carousel .swiper-slide img{
    border-radius: 3px;
}
.blog-carousel .swiper-slide .elementor-image-carousel-caption{
    line-height: 25px;
}
.blog-carousel .swiper-slide .elementor-image-carousel-caption span{
    color: #656c94;
    font-size: 12px;
}
.blog-carousel .swiper-pagination-bullet {
    width: 15px;
    margin: 0 !important;
    height: 3px;
    border-radius: unset;
    background: #f1f2f5;
    opacity: 1;
}
.blog-carousel .swiper-pagination-bullet-active{
    background: #21c975;
}
.blog-carousel .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction {
    width: auto;
}
.landingpage-cta{
    position: sticky;
    top: 85px;
}
.elementor-image-gallery.blog-gallery .display-posts-listing{
    display: grid;
    grid-auto-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.elementor-image-gallery.blog-gallery.columns-1 .display-posts-listing{
    grid-template-columns: repeat(1, 1fr);
}
.elementor-image-gallery.blog-gallery.columns-2 .display-posts-listing{
    grid-template-columns: repeat(2, 1fr);
}
.elementor-image-gallery.blog-gallery.columns-3 .display-posts-listing{
    grid-template-columns: repeat(3, 1fr);
}
.elementor-image-gallery.blog-gallery.columns-4 .display-posts-listing{
    grid-template-columns: repeat(4, 1fr);
}
.elementor-image-gallery.blog-gallery .listing-item{
    display: flex;
    flex: 1;
    flex-direction: column;
}
.elementor-image-gallery.blog-gallery .listing-item a.image img{
    width: 100%;
    order: 1;
}
.elementor-image-gallery.blog-gallery .listing-item span.date{
    width: 100%;
    order: 2;
}
.elementor-image-gallery.blog-gallery .listing-item a.title{
    font-size: 1.5em;
    order: 3;
}
.elementor-image-gallery.blog-gallery .older-posts{
    float: right;
}
.ast-single-post .ast-single-post-order{
    display: flex;
    flex: 1;
    flex-direction: column;
}
.ast-single-post .ast-single-post-order h1{
    text-align: center;
    font-size: 28pt;
    font-weight: 600;
    order: 2;
}
.ast-single-post .ast-single-post-order .entry-meta{
    order: 1;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
}
.elementor-element-3d4b580{
    overflow: hidden;
}
.header-new-krom{
    background-color: white;
}

/*tablet*/
@media only screen and (max-width: 1024px) {
    .d-flex.flex-row.flex-wrap.justify-content-start.align-items-center.m-4 {
        grid-template-columns: 1fr 1fr !important;
    }
    html{
        overflow-x: hidden;
    }
    
}
/* MOBILE */
@media only screen and (max-width: 600px) {
    .elementor-image-gallery.blog-gallery .display-posts-listing {
        display: block;
    }
    .align-right{
        text-align: left;
    }
    button.sticky-button {
        display: block;
    }
    .menu-item:last-child a {
        height: 100% !important;
    }
    .center-popup{
        margin: auto;
    }
    .main-header-menu .menu-item:last-child a{
        height: 100% !important;
        border-radius: 0 !important;
    }
    .d-flex.flex-row.flex-wrap.justify-content-start.align-items-center.m-4 {
        grid-template-columns: 1fr;
    }
}