/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

body{
    font-family: "Nunito", sans-serif;
    font-style: normal;
}

.header_bg{
    opacity: 1;
}

.av-main-nav > li > a{
    font-size: 18px;
    font-weight: 700;
    padding: 0 15px;
}

.sub_menu>ul>li>a, .sub_menu>div>ul>li>a{
    font-size: 16px;
    font-weight: 700;
}

#header_meta{
    padding-top: 5px;
    padding-bottom: 5px;
}

#header_main{
    border-bottom: 0px;
}

.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a{
	font-size: 18px;
    font-weight: 700;
}

/* knop */

#top .main_color .avia-color-theme-color-highlight{
    background-color: #fff;
    padding: 12px 20px;
    border: none !important;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 10px;
}

/* algemeen */

iframe, .avia-video{
	border-radius:10px !important;
}

.lid-worden{
    padding: 50px;
    border-radius: 10px;
    background-image: url(img/bg-lid-worden.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}

.doneren{
    padding: 50px;
    border-radius: 10px;
    background-color: #F96B0C;
}

.content, .sidebar {
    padding-top: 100px;
    padding-bottom: 100px;
}

.banner_btn{
    background-color: #fff!important;
    padding: 12px 20px!important;
    color: #000!important;
    font-size: 16px!important;
    text-transform: uppercase!important;
    font-weight: 700!important;
    border-radius: 10px!important;
    top: 15px;
    position: relative;
    text-decoration: none !important;
}

.avia-arrow{
    display: none!important;
}

.entry-content-header{
    text-align: center!important;
}

.grid-entry-title.entry-title {
    font-size: 20px !important;
}

.grid-entry .inner-entry {
    margin-right: 1px;
    box-shadow: none;
    box-shadow: none;
    position: relative;
    padding: 20px;
    background-color: transparent !important;
}

.grid-entry .inner-entry img{
    border-radius: 10px 10px 0 0; 
}

.grid-entry .inner-entry .grid-content{
    border-radius: 0 0 10px 10px; 
}

.pagination-wrap.pagination-portfolio{
    display: none;
}

/* socials */

.socials-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 2 kolommen */
    gap: 40px;
}

.social-card-link {
    position: relative;
    border: none;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.12);
    padding: 0px;
    background: #fff;
}

.social-card-link .image-overlay-inside, .social-card-link .image-overlay.overlay-type-extern{
    display: none!important;
}

.social-card-link:hover{
    -webkit-box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.2);
}

.featured-img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
}

.card-content {
    padding: 10px 20px 20px;
    min-height: 195px;
}

.logo-top-right {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 80px;
    height: 80px;
}

.logo-bottom {
    width: auto;
    height: 22px;
    right: 20px ;
}

.card-content h5{
    color: #000;
    font-size: 16px !important;
    font-weight: 700!important;
    line-height: 20px!important;
}

.card-content p{
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin-bottom: 0px;
}

.lees-meer{
    font-size: 14px;
    color: #f96b0c!important;
    text-decoration: underline !important;

}

.card-footer{
    border-top: 1px solid #C9C9C9 !important;
    display: flex;
    justify-content: flex-end; /* Zorgt ervoor dat de inhoud naar rechts uitlijnt */
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.socialmedia-heading p{
    font-weight: 500;
    margin-top: -10px !important;
    margin-bottom: 25px !important;
}


/* footer */

#socket .copyright {
    float: none !important;
    font-size: 14px;
    text-align:  center;
}

#socket .container {
    padding-top: 20px;
    padding-bottom: 25px;
 text-align:  center;
}

#socket{
    background-image: url(img/socket-line.png);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    
}

@media only screen and (max-width: 768px) {
	.banner_btn{
		font-size:12px !important;
	}
}