/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/

/*
*  
*  - Homepage Css 
*/



/* ------------------------------------------------- *\
	TYPOGRAPHY
\* ------------------------------------------------- */
/* FONTAWESOME */
.fa, i.fa {
	font-family: fontawesome !important;
}



.widget {
	margin-bottom: 0 !important;
}


/* ------------------------------------------------- *\
	VC-BLOCK_OPMAAK
\* ------------------------------------------------- */
/* LOGO-SLIDER */
.slick-list {
	width: 100%;
}









/*Banner section*/
.fptvimag-videobox .ytp-large-play-button.ytp-touch-device .ytp-large-play-button-bg, 
.fptvimag-videobox .ytp-cued-thumbnail-overlay:hover,
.fptvimag-videobox .ytp-large-play-button-bg, 
.fptvimag-videobox .ytp-muted-autoplay-endscreen-overlay:hover .ytp-large-play-button-bg {   
    /*fill: #f00;*/
    fill: rgb(118,184,43);
    fill: -webkit-gradient(linear, left top, right top, from(rgba(118,184,43,1)), to(rgba(0,180,205,1)));
    fill: -o-linear-gradient(left, rgba(118,184,43,1) 0%, rgba(0,180,205,1) 100%);
    fill: linear-gradient(90deg, rgba(118,184,43,1) 0%, rgba(0,180,205,1) 100%);
}

.white{
    color: #ffffff;
}

/*Header styling*/
.techshow .techshow__text, .techshow .techshow__text a
{
	margin:0 !important;
	width:100%;
	height:100%;
	display:block;
}

/*green shade
76B82B
00B4CD


Blue Shades
194383
169FDB

purple shades
66267B
194383

pink shades
E50076*/

/**
 * Technishow Widget Css
 */
a:hover{
    text-decoration: none;
}
/*.technishow-bg{
    height: 105px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.technishow-title{
    width: 66%;
    text-align: left;
    color: #fff;
    top: 30px;
    /* transform: translate(-50%, -50%); 
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    word-break: break-word;
    border-left: 1px solid #fff;
    padding-left: 15px;
    min-height: 49px;
    right: -40px;
}
.technishow-link{
    position: relative;
    float: left;
    width: 100%;
}
.technishow-link:before {
    content: " ";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
}
.technishow-bg  .fa-arrow{
    font-size: 18px;
    color: #fff;
    top: 42px;
    position: absolute;
    left: 15px;
}

*/
body:not(.cf7p-message) .wpcf7-validation-errors {
    border: none!important;
    display: none!important;
} 



.asl_nores   span.asl_keyword{
	display: none !Important;
}

.custom-nav .head-social .social-links li a i:hover {
    color: #706F6F;
} 
.inner-cutsom-nav .post-pagination a:hover{
    color: #fff !important;
    background-color: #706F6F !important;
}
.custom_header_btn   .link-block a:hover,
.custom_header_btn   .bnt-link:hover {
    color: #fff !important;
    background-color: #706F6F !important;
}

.custom-nav .post-pagination .post-link:hover {
   color: #666 !important;
    border-color: #ebebeb !important;
    background-color: #ebebeb !important;
}
.custom-nav .head-social .social-links li a.print-btn:hover {
    color: #666 !important;
    border-color: #ebebeb !important;
    background-color: #ebebeb !important;
}
.the_content_wrapper  .custom-nav.inner-cutsom-nav .post-link {
    background: #fff !important;
    border: 1px solid #ebebeb !important;
}
.the_content_wrapper  .custom-nav.inner-cutsom-nav .post-link:hover{
    color: #fff !important;
    border-color: #706F6F  !important;
    background-color: #706F6F  !important;
} 
.custom-nav.inner-cutsom-nav .head-social .social-links li a.print-btn:hover {
    color: #fff !important;
    border-color: #706F6F !important;
    background-color: #706F6F !important;
}


/*  search css */
.search-btn{
    position: relative;
}
.search-btn .search-box .wpdreams_asl_container {
    width: 600px !important;
    padding: 10px;
}
.search-box{
    position: absolute;
    min-width: 600px;
    height: 80px;
    top: 50px;
    right: 0px;
    height: 48px;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    display:none;
}
.search-box.show{
    display:block;
}
.search-btn.show {
    padding-top: 0px !important;
}
#ajaxsearchlite1 .probox .proinput input, 
div.asl_w .probox .proinput input {
    font-size: 16px !important;
}

.search-btn .title .fa-times{
    display: none;
}
.search-btn.show .title .fa-times{
    display: inline-block;
}
.search-btn.show .title .fa-search{
    display: none;
}
header.myprefix-show  .search-box{
    top: 35px;
}

.search-btn .search__icon {
    display: inline-block;
}
.search-btn .search__icon {
    min-width: 20px;
}

#menu-main-header-menu .menu-item{
	display: flex;
	align-items: center;
}

.menu-main-header-menu-container, #menu-main-header-menu{
	height: 100%;
}

.desktop #nav_menu-3 .menu-item{
	padding-bottom: 0px !important;
}

.desktop #nav_menu-3 .menu-item:hover{
	display: flex !important;
}

.desktop #nav_menu-3{
	padding: 0 !important;
}

.technishow-item{
    background: #66267b !important;
	transition: background 500ms ease !important;
}

.technishow-item:hover{
    
	transition: background 500ms ease !important;
}

.technishow-item a{
	color: #fff !important;
}

/*************************************************
*
*       CTA  BUttom Css
*
**************************************************/
.cta-wrap{
    background-color: #f7f7f7;
    float: left !important;
    width: 100% !important;
    padding: 20px;
    margin-bottom: 35px !important;
    display: block !important;
}

.cta-wrap .btnicon-box {
    background-color: #e9ecf1;
    float: left;
    width: 100px;
    text-align: center;
    padding: 8px;
    height: auto;
    font-size: 65px;
    margin-bottom: 0px;
	min-height: 96px;
}
.cta-wrap .btnicon-box span  {
    color: #5074d2;
}
.cta-wrap .cta-info{
    float: left;
    width: auto;
    padding-left:15px;
}  
.cta-wrap .cta-info a{
    background-color: #eeeeee;
    color: #858585;
    padding: 10px 20px;
}
@media (min-width: 960px) and (max-width: 1240px) {
   header  .search-box{
        top: 35px;
    }
}

@media (max-width: 959.98px) {
	.search-box {
		min-width: auto;
		left: 0px;
	}
	.mhb-view.tablet .search-btn .search-box .wpdreams_asl_container {
		margin: 0px 0px 0px 0px !important;
	}
	.search-btn .search-box .wpdreams_asl_container {
		width: auto !important;
		padding: 10px;
	}
	.search-btn .search-box.show {
		top: 45px;
	}
	.single-leden   #Subheader{
		background: #00cd44;
		background: -webkit-gradient(linear, left top, right top, from(#00cd78), to(#00b4cd));
		background: linear-gradient(90deg, #00cd78 0%, #00b4cd 100%);
		background: -o-linear-gradient(left, #00cd78 0%, #00b4cd 100%);
	} 

}

@media (min-width: 768.98px) and (max-width: 959.98px) {
   	#menu-header_for_mobile  li a{
		width:80%;
		border-top:none !important;
	}
	#menu-header_for_mobile  li{ 
		border-top: 1px solid #B2B2B2;
	}
	#menu-header_for_mobile  li  ul.sub-menu li{
		border-top:none !important;
	}
	.header .menu .menu-item.sub-menu--open a  {
		border-bottom: none !important;
		width:80% !important;
	}
	.header .menu .menu-item.sub-menu--open  .sub-menu a  {
		width:100% !important;
	} 
	.header .menu .menu-item.sub-menu--open   .sub-menu{
		border-top: 1px solid #B2B2B2;
		margin-top: 0px;
	}
	.header #menu-header_for_mobile-1 .menu-item:last-child a, 
	.header #menu-header_for_mobile .menu-item:last-child a {
		border-bottom: 1px solid #B2B2B2;
		width:100% !important;
	}
}

@media (max-width: 768.98px) {
	.search-btn .search-box .wpdreams_asl_container {
		width: 320px !important;
		padding: 5px;
	}
	.search-btn  .search-box {
		min-width: 320px;
		right: 0px !important;
		height: 38px !important;
		top: 45px !important;
	}
	.cta-wrap .btnicon-box {
        background-color: #e9ecf1;
        float: left;
        width: 50px;
        text-align: center;
        padding: 8px;
        height: auto;
        font-size: 45px;
        margin-bottom: 0px;
		min-height: 45px;
    }
    .cta-wrap .cta-info{
        padding-left:15px;
        margin-top:0px; 
    }  
}

@media (max-width: 500.98px) {
	.search-btn .search-box .wpdreams_asl_container {
		width: 220px !important;
		padding: 5px;
	}
	.search-btn  .search-box {
		min-width: 220px;
		right: 0px !important;
		height: 38px !important;
		top: 45px !important;
	}
	.cta-wrap .cta-info{
        padding-left:0px;
        margin-top:10px; 
    }  
}

.vc_custom_bgwhite{
	background-color: #ffffff !important;
}
.vc_custom_bggry {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    background-color: #dadada !important;
}

#Subheader .breadcrumbs li:last-child a {
    font-weight: bold;
    color: #fff !important;
    font-style: italic;
} 

.wp-editor-container textarea.wp-editor-area,
.js .tmce-active .wp-editor-area {
    color: #000;
}

/*********************************************
*
*  				30-11-2020 Changes
*
**********************************************/

.smart-upper-rside  .custom_header.leden-shades,
.smart-upper-rside  .custom_header.kalender-shades{
	min-height: 59px;
    max-height: 59px;
}

.agenda-wrap .event-innerwrap .event-lists a h4 {
    font-size: 16px;
	line-height: 25px;
	font-family: "Sansation bold", Arial, Tahoma, sans-serif;
	color: #575756;
}

.home-news-sc  .vc_column-inner:first-child{
		padding-top: 0px !important;
}	
.ledensidebar .ledenform .checkbox-leden {
    font-size: 16px !important; 
    padding: 10px 0px !important;
}
.showdlocation {
	    margin-bottom: 0px !important;
}
.showdlocation  h2{
	    margin-bottom: 0px !important;
		margin-top: 10px;
}
.event-innerwrap .event-lists {
    margin-bottom: 15px !important;
}
.event-innerwrap .event-lists a p {
    font-size: 15px !important;
}

.event-innerwrap .event-lists a h4 {
    margin-bottom: 5px !important;
}

#Footer 	.social strong {
    padding-right: 10px;
}
#Footer,
#Footer a{
	color:#fff;
}

#Footer a:hover{
	color:#fff !important;
	text-decoration:underline;	
}

#Footer .widgets_wrapper .widget.widget_nav_menu,
#Footer  #custom_html-2 {
    height: auto;
}

#Footer  #custom_html-2 {
   padding-bottom: 0px;
}

#Footer .widgets_wrapper .widget.widget_nav_menu {
    margin-top: 0px;
    height: auto;
    padding-top: 0px;
	margin-bottom: -12px;
}

.footer-cell .copyright {
    margin-top: 10px;
}

#Footer .widgets_wrapper .widget.widget_nav_menu ul{
   background:none;
}

#Footer .widgets_wrapper  .widget_nav_menu ul li a {
    display: block;
    padding: 4px 0 4px 0px;
}

.list_leden_wrap .leden-lists .leden_inner .leden-title {
    word-break: break-word;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown-content a{
	display: block;
	text-align:left;
	font-size:12px;
	color:#000 !important;
}

.dropdown-content a:hover{
		color:#007cc3 !important;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.techshow{
	display: none !important;
}

.myprefix-show  .techshow{
	background-image:url('./assets/images/technishow-top45.jpg') !important;
}

/**
*
* 18-12-2020 
***/

.page-id-352  .content a {
    color: #000;
}

@media (min-width: 960px) and (max-width: 1240px) {
	.myprefix-show  .techshow{
		background-image:url('./assets/images/technishow-top114.jpg') !important;
	}
}
@media (max-width: 959px){
	#Footer .widgets_wrapper .container .column:first-child {
	 bottom: -11% !important;
	}
	#Footer .widgets_wrapper .widget.widget_nav_menu {
		margin-bottom: 0px;
	}
	#Footer .widgets_wrapper .widget_nav_menu ul li a {
		padding: 0px 0 4px 0px;
	}
	#Footer {
		min-height: 480px !important; 
	}
}
@media (max-width: 500px){
	#Footer .widgets_wrapper .container .column:first-child {
	 bottom: -40px !important;
	}
	#Footer {
		min-height: 470px !important; 
	}
	.techin-info .techishow-btn{
		margin-bottom:15px !important;
	}

}
@media (min-width: 1240px){
	.brand-group__right-cell  img{
		margin-left:30px !important; 
		max-width: 70%!important;
	}
}
/* large devices (960px To up 1200px) */
@media (min-width: 1300px) and (max-width: 1440px) {
    .head-social h5 {
		font-size: 13px !important;
	}
}

@media (min-width: 1201px) and (max-width: 1440px) {
    .single-leden .cms-header,
	.leden-departments{
	    left: 0% !important;
		box-sizing: border-box;
		width: 103% !important;
		padding-left: 5% !important;
		padding-right: 5% !important;
	}
}
@media (min-width: 1200px) and (max-width: 1240px) {
.document__content-wrap.date_content-wrap .doc__date ,
	.document__content-wrap.date_content-wrap .document__doc-title{
		-ms-flex: 0 0 100% !important;
		-webkit-box-flex: 0 !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	.document__content-wrap.document-bottom .document__doc-title {
		font-size: 14px !important;
		margin-top: 12px !important;
	}
}
@media (min-width: 1059px) and (max-width: 1200px) {
    .single-leden .cms-header,
	.leden-departments{
		left: -13% !important;
		box-sizing: border-box;
		width: 130% !important;
		padding-left: 10% !important;
		padding-right: 5% !important;
	}
	.document__content-wrap.date_content-wrap .doc__date ,
	.document__content-wrap.date_content-wrap .document__doc-title{
		-ms-flex: 0 0 100% !important;
		-webkit-box-flex: 0 !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	.document__content-wrap.document-bottom .document__doc-title {
		font-size: 14px !important;
		margin-top: 12px !important;
	}
}

@media (min-width:  960.98px) and (max-width: 1058px) {
    .single-leden .cms-header,
	.leden-departments{
		left: -9% !important;
		box-sizing: border-box;
		width: 118% !important;
		padding-left: 10% !important;
		padding-right: 5% !important;
	}
	.document__content-wrap.date_content-wrap .doc__date ,
	.document__content-wrap.date_content-wrap .document__doc-title{
		-ms-flex: 0 0 100% !important;
		-webkit-box-flex: 0 !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	.document__content-wrap.document-bottom .document__doc-title {
		font-size: 14px !important;
		margin-top: 12px !important;
	}
}
@media (max-width: 959.98px) and (min-width: 767.98px){
	.single-leden  .post-pagination {
		padding-left: 0px;
	}
	.single-leden .cms-header,
	.leden-departments{
		left: -9% !important;
		box-sizing: border-box;
		width: 130% !important;
		padding-left: 10% !important;
		padding-right: 5% !important;
	}
	.footer-cta .acf_cta_btn.orange-btn {
		float: left !important;
	}
	.dashboard-cta__content .dashboard-cta__btn {
		float: left !important;
	}
}
 
/* menu-header_for_mobile-1 */
@media (max-width: 767.98px){
	.footer-cta .acf_cta_btn.orange-btn {
		float: left !important;
	}
	.document__content-wrap.date_content-wrap .doc__date ,
	.document__content-wrap.date_content-wrap .document__doc-title{
		-ms-flex: 0 0 100% !important;
		-webkit-box-flex: 0 !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	.document__content-wrap.document-bottom .document__doc-title {
		font-size: 14px !important;
		margin-top: 12px !important;
	}
	.leden-overzicht  .list_leden_wrap .vc_column-inner:first-child {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	#menu-header_for_mobile-1 li a{
		width:70%;
		border-top:none !important;
	}
	#menu-header_for_mobile-1 li{ 
		border-top: 1px solid #B2B2B2;
	}
	#menu-header_for_mobile-1 li  ul.sub-menu li{
		border-top:none !important;
	}
	.header .menu .menu-item.sub-menu--open a  {
		border-bottom: none !important;
		width:70% !important;
	}
	.header .menu .menu-item.sub-menu--open  .sub-menu a  {
		width:100% !important;
	}
	.header .menu .menu-item.sub-menu--open   .sub-menu{
		border-top: 1px solid #B2B2B2;
		margin-top: 0px;
	}
	.header #menu-header_for_mobile-1 .menu-item:last-child a, 
	.header #menu-header_for_mobile .menu-item:last-child a {
		border-bottom: 1px solid #B2B2B2;
		width:100% !important;
	}
	.custom-nav .post-pagination {
		margin-bottom: 35px !important;
		position: relative;
		
	}
	.custom-nav .post-pagination {
		margin-bottom: 15px !important;
		position: relative;
		display: flex;
		justify-content: space-between;
		}
	.custom-nav .return-link {
		display: block !important;
		/*position: absolute;*/
		top: 50px;
		width: auto;
		left: 0;
		right: 0;
		text-align: center;
		/*margin: 0px !important;*/
	}
	.event-post-listing .event-infobox .eventthumb {
		height: inherit !important;
		max-height: inherit !important;
		background-size: inherit !important;
		background-position: inherit !important;
		margin-bottom: 20px;
	}
	.vc_pd_zero{
		padding-top:0px !important;
	}
}
@media (max-width: 767.98px){
	.head-social {
		display: block !Important;
	}
	.head-social h5 {
		padding-top: 10px;
		margin-bottom: 10px !important;
	}
	.head-social .social-links li a {
		padding-left: 0px !important;
		padding-right: 10px !important;
	}
	.head-social .social-links li a.print-btn {
		padding: 10px 11px !important;
	}
	.cms-header .content {
		padding-top: 15px;
	}
	.single-leden .cms-header,
	.leden-departments{
		left: -11% !important;
		box-sizing: border-box;
		width: 130% !important;
		padding-left: 10% !important;
		padding-right: 5% !important;
	}
	.custom_header_btn.new-header-sc {
		float: left;
		width: 100%;
		display: block;
		clear: both;
	}
	.vc_clearfix.newwrap_row.post_slider.slick-initialized.slick-slider {
		float: left;
		width: 100%;
	}
	.custom_header_btn.new-header-sc h3 {
		float: left;
		width: 100%;
		display: block;
	}
	.custom_header_btn.new-header-sc .bnt-link {
		width: auto;
		float: left;
		display: inline-block;
		margin-top: 20px;
	}
}

@media (min-width: 600px) and (max-width: 767px) {
    .single-leden .cms-header,
	.leden-departments{
		left: -13% !important;
		box-sizing: border-box;
		width: 130% !important;
		padding-left: 10% !important;
		padding-right: 5% !important;
	}
}
@media (max-width: 440.98px){
	.head-social h5 {
		float: left !important;
		width: 100% !important;
	}
	.head-social .social-links {
		float: left !important;
		width: 100% !important;
	}
}





/*------------------------------------*\
    FOOTER
\*------------------------------------*/
/* EXTRA LOGO IN FOOTER WHITE BG */
@media(min-width:960px) and (max-width:1239px) {
	.brand-group__right-cell::after {
		height: 200px !important;
	}
}


/* TECHNISHOW STYLING */

#indent-fix #menu-secties_page_left_sidebar li ul {
	
	margin-top: -10px;
	background: unset;
	font-size: 80%;
	font-style: italic;

}


.show-logo{
    /* display: none!important; */
    height: 130px;
    position: relative;
    background-color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 10px;
}

.FTP3D__app{
    height: 1080px;
    position: relative;
    background-color: #07162b;
    display: flex;
    justify-content: center;
    align-items: center;
}

.FPT3D--option{
    margin: 0;
}

.FPT3D__menu--active > .FPT3D__menu--back{
    margin: 0;
}

.FPT3D__menu--back img{
    margin-left: 5px;
}
.FPT3D__menu--back{
    padding: 2px 5px;
}




/*------------------------------------*\
    3D-TOOL
\*------------------------------------*/
.logo-addition {
    background: transparent linear-gradient(90deg, #184381 100%, #333177 0%) 0% 0% no-repeat padding-box;
    text-align: center;
    padding: 16px;
}
.logo-addition p {
    color: #fff;
}
.logo-addition .logos-cont {
        display: grid;
        align-items: center;
        grid-template-columns: repeat(8, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 16px;
        grid-row-gap: 8px;
        width: 760px;
        margin: 0 auto;
}
.logo-addition .logos-cont a img {
    max-height: 35px;
}
@media (max-width: 760px) {
    .logo-addition .logos-cont {
        grid-template-columns: repeat(4, 1fr);
        max-width: 80vw;
    }
}


.margin-zero{
	margin-top: 0 !important;
}
