/*
Theme Name: Onder Glas
Description: 
Version: 1.0
Author: DZ
Author URI: http://www.digitalezaken.nl
Template: Divi
*/

@import url("../Divi/style.css");

/* Setting the breakpoint of the mobile menu */
@media only screen and ( max-width: 1030px ) {
	#top-menu-nav, #top-menu {
		display: none;
	}
	#et_top_search {
		display: none;
	}
	#et_mobile_nav_menu {
		display: block;
	}
}

#mobile_menu {
	text-align: left;
}

@media only screen and (min-width: 1000px) and ( max-width: 1030px ) {
	#logo {
		margin-top: -60px;
	}
}

.ipadfix {
	display: none;
}

._df_button {
	margin-bottom: 10px;
	width: 100%;
}

/*--------------------------------------------------------*/
/*-----Author Avatar on Grid Blog Module by Divi Soup-----*/
/*--------------------------------------------------------*/

/*Set the image postion and width*/

.ds-avatar-grid .ds-avatar {
    width: 64px;
    float: left;
    margin-right: 15px;
}

/*Make the image round - remove this declaration if you want a square image*/

/*.ds-avatar-grid .ds-avatar img {
    border-radius: 50%;
}*/

.avatar {
	border-radius: 0px !important;
	width: 20px;
	height: 20px;
}

/*Clear the float so the excerpt sits below the avatar*/

.ds-avatar-grid .post-content {
    clear: left;
}

.ds-avatar-single {
	float: left;
}

/*--------------------------------------------------------*/
/*---End Author Avatar on Grid Blog Module by Divi Soup---*/
/*--------------------------------------------------------*/


/**
 * Logo links en menu eronder (MvR)
 */
@media only screen and (min-width: 1025px) {
	
	/**** Logo and Menu Left ****/
  	.logo_container {
    	text-align: left !important;
    	margin: 0 0%;
  	}
  	#et-top-navigation {
    	text-align: left !important;
  	}

}

@media only screen and (max-width: 1100px) {	
	.ipadfix {
		display: block;		
	}
}

@media only screen and (min-width: 1100px) {
	.logo_container img {
		width: 130px;
	}
}

@media only screen and (min-width: 1240px) {
	.logo_container img {
		width: 250px;
	}
}

#sidebar {
	padding-top: 30px;
	padding-right: 30px;
	background-color: #ededed;
}

.adrotate-group-custom {
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
}

#top-header {
	height: 0;
}

.dz-category-item a {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 6px;
	color: white;
	background: #da0a16;
	margin-right: 10px;
	white-space:nowrap;
}

.dz-category-item-black a {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 6px;
	color: white;
	background: black;
	margin-right: 10px;
	white-space:nowrap;
}

a.pt-cv-tax-premium, a.pt-cv-tax-sponsored {
	background: black !important;	
}

.pt-cv-meta-fields .terms a {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 6px;	
	color: white;
	background: #da0a16;
	margin-right: 5px;
}

h4 {
	color: black !important;
}

._df_button {
	display: none!important;
}

.mailpoet_paragraph {

}

.mailpoet_text_label {
	width: 200px;
	display: block;
}

.mailpoet_text {

}

#menu-item-35450-en img, #menu-item-694-nl img {
	width: 24px;
}

label.cvp-label {
	display: none;	
}

.cvp-search-box input[type=text]{
	height: 45px;
	width: 100%;
	border: 1px solid #dddddd;
	padding: 3px;
	font-size: 14px;
	color: black;
}

.cvp-live-button {
	display: none;
}

#content-area table td, #content-area table th, #content-area table tr, #main-content table.cart td, #main-content table.cart th, #main-content table.cart tr, table.cart td, table.cart th, table.cart tr {
    max-width: 100%;
    padding: 3px;
}


.sidebar-post-left {
	float: left;
	width: 79px;
}

.sidebar-post-right {
	float: left;
	width: calc(100% - 79px);
}


@media only screen and (max-width: 1350px) {
	.sidebar-post-left {
		display: none;
	}
	.sidebar-post-right {
		width: 100%;
	}

}

@media only screen and (max-width: 980px) {
	.sidebar-post-left {
		float: left;
		width: 79px;
		display: block;
	}

	.sidebar-post-right {
		float: left;
		width: calc(100% - 79px);
	}
}

.g-4 {
	margin-bottom: 20px !important;
}


/**** This hides the sub menu items on mobile ****/
#page-container .mobile_nav li ul.hide {
    display: none !important;
}
/**** This adjusts the positioning and the background transparency of the parent menu item on mobile ****/
#page-container .mobile_nav .menu-item-has-children {
    position: relative;
}
#page-container .mobile_nav .menu-item-has-children > a {
    background: transparent;
}
/**** This styles the icon and moves it to the right ****/
#page-container .mobile_nav .menu-item-has-children > a + span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    z-index: 3;
}
/**** Here you can swap out the actual icons ****/
#page-container span.menu-closed:before {
    content: "\4c";
    display: block;
    color: #000;
    font-size: 16px;
    font-family: ETmodules;
}
#page-container span.menu-closed.menu-open:before {
    content: "\4d";
}