/*
 Theme Name:     Mike Evers 
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Theme for Mike Evers
 Author:         Diana Brandt
 Author URI:     http://www.dianabrandt.nl
 Template:       Divi
 Version:        1.0.0
*/
/* =Theme customization starts here
------------------------------------------------------- */
/*////////////////////////////////////////////////////////////////////  
// Header
////////////////////////////////////////////////////////////////////*/
/* Logo */


#logo {
  content: url(https://www.mikevers.nl/wp-content/uploads/2025/05/ME_DarkOrange-trans.png) !important;
  max-width: 320px !important;
}

.et-fixed-header #logo {
  content: url(https://www.mikevers.nl/wp-content/uploads/2025/05/ME_DarkOrange-trans.png)!important;
  max-height: 50%;
}
body.lang-en #logo {
  content: url(https://www.mikevers.nl/wp-content/uploads/2025/05/ME_DarkOrange-trans.png)!important;
  max-width: 320px !important;
}
body.lang-en .et-fixed-header #logo {
  content: url(https://www.mikevers.nl/wp-content/uploads/2025/05/ME_DarkOrange-trans.png)!important;
  max-height: 50%;
}



/* menu */
.sub-menu {
  margin-top: -46px;
}
.et-fixed-header .sub-menu {
  margin-top: -34px;
}
#top-menu .sub-menu li a {
  text-transform: none;
}

/* zoek */
.et_search_form_container input {
  text-transform: lowercase !important;
}

/* om | tussen en en nl te krijgen */
#et_top_search {
  margin: -4px 0 0 22px;
}
.nav li {
  line-height: 0em;
}
body.lang-nl #menu-item-wpml-ls-101-nl {
  margin-left: 40px;
}
body.lang-nl #menu-item-wpml-ls-101-en {
  margin-left: 40px;
}
body.lang-nl li.menu-item-language.menu-item.wpml-ls-slot-101.wpml-ls-item.wpml-ls-item-en.wpml-ls-menu-item.wpml-ls-last-item.menu-item-type-wpml_ls_menu_item.menu-item-object-wpml_ls_menu_item.menu-item-wpml-ls-101-en:before {
  content: " | ";
  margin: 0 -15px;
  color: #fff; /* NL menu 1*/
}

body.lang-en .menu-item-language.menu-item.wpml-ls-slot-101.wpml-ls-item.wpml-ls-item-nl.wpml-ls-menu-item.wpml-ls-first-item.menu-item-type-wpml_ls_menu_item.menu-item-object-wpml_ls_menu_item.menu-item-wpml-ls-101-nl::before {
  content: " | ";
  margin: 0 -15px;
  color: #fff; /* EN menu 1*/
}

body.lang-nl .et-fixed-header li.menu-item-language.menu-item.wpml-ls-slot-101.wpml-ls-item.wpml-ls-item-en.wpml-ls-menu-item.wpml-ls-last-item.menu-item-type-wpml_ls_menu_item.menu-item-object-wpml_ls_menu_item.menu-item-wpml-ls-101-en:before {
  content: " | ";
  margin: 0 -15px;
  color: #000; /* NL menu 2 */
}

body.lang-en .et-fixed-header .menu-item-language.menu-item.wpml-ls-slot-101.wpml-ls-item.wpml-ls-item-nl.wpml-ls-menu-item.wpml-ls-first-item.menu-item-type-wpml_ls_menu_item.menu-item-object-wpml_ls_menu_item.menu-item-wpml-ls-101-nl::before {
  content: " | ";
  margin: 0 -15px;
  color: #000;
}


/* END om |  tussen en en nl te krijgen */



/*////////////////////////////////////////////////////////////////////  
// Content Algemeen
////////////////////////////////////////////////////////////////////*/

a:hover {
	color: #fb923a;
}

#main-content {
  min-height: 900px;
}

/* oranje lijntje */

hr {border-top:2px solid #fb923a;
padding-top:10px;
width:100%}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100% !important;
	color: #fb923a;
	margin-bottom: 20px;
}

h2 {
  font-size: 20px;
  padding-bottom: 6px;
  line-height: 1em;
  font-weight: 500;
}
/* paragraaf gutenberg editor overrule */
p:not(.has-background):last-of-type {
  padding-bottom: 20px !important;
}
/* credits float */
.creditblock {
  border: 2px solid #000;
  float: left;
  width: 50%;
}
/* images naast elkaar */
.alignleft, img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
p {
  clear: both;
}
/* logos home onderaan gecentreerd */
.tezienbij {
  display: flex;
  justify-content: center;
}
/*afbeeldingen ronde hoeken */
.rond-portret {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.et_pb_image img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.wp-block-image img {
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
}
.wp-block-eedee-block-gutenslider img {
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
}
/*image caption */
.wp-block-image figcaption {
  text-align: right !important;
  font-style: italic;
}
/* foto credit */
.fotocredit {
  text-align: right !important;
  font-style: italic;
  color: #555;
  font-size: 13px;
  margin-top: -15px;
}
/* blockquote */
blockquote {
  font-style: italic;
  margin-left: 20px !important;
  border-left: 1px solid #fb923a !important;
}
/* lijn achter titel */
.horizontal_line h2 {
  position: relative;
  z-index: 1;
}
.horizontal_line h2 span {
  background-color: #fff;
  padding: 0 30px;
}
.horizontal_line h2:before {
  border-top: 2px solid #fb923a;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;
}


/*//////////////////////////////////////////////////////////////////// 
//  Gallery block
////////////////////////////////////////////////////////////////////*/
.wp-block-gallery {
	margin-bottom: 20px;
}

/*//////////////////////////////////////////////////////////////////// 
//  Gutenberg slider 
////////////////////////////////////////////////////////////////////*/
.wp-block-eedee-block-gutenslider {
  margin-bottom: 20px;
}
/*//////////////////////////////////////////////////////////////////// 
//  divi filter grid filter 
////////////////////////////////////////////////////////////////////*/
.dp-dfg-skin-default .dp-dfg-filter a, .et-l .dp-dfg-skin-default .dp-dfg-filter a.dp-dfg-filter-link {
  padding: 0.5em 1em 0.1em 1em;
  margin: 3px 6px 3px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.dp-dfg-skin-default .dp-dfg-filter, .dp-dfg-skin-default .pagination li {
  list-style-type: none;
  margin-top: 1em;
}

/*//////////////////////////////////////////////////////////////////// 
//  Full widt slider template
////////////////////////////////////////////////////////////////////*/


.full-width-slider-pagina .wp-block-eedee-block-gutenslider img {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}


.vergroot {
		text-align: center;
	margin: -20px 0px 20px 20px;
	width: 120px;
	height: 26px;
	background-color: #E8E8E8;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
	font-size:13px;
}

/*//////////////////////////////////////////////////////////////////// 
//  Responsive 
////////////////////////////////////////////////////////////////////*/
/* menu op mobiel */
#main-header .et_mobile_menu {
  background-color: rgba(255, 255, 255, 1) !important;
  line-height: 11px !important;
}
.et_mobile_menu li a {
  color: #333 !important;
}
.et_mobile_menu .sub-menu {
  margin-top: 0px !important;
}
.mobile_menu_bar.mobile_menu_bar_toggle {
  padding-left: 20px !important;
}
/* responsive aanpassingen */
@media only screen and (max-width: 980px) {
  #top-header > .container, #main-header > .container, #et_search_outer > .container, body.single #main-content > .container, body.page:not(.et-tb-has-template) div.et_pb_row, body.page.et-tb-has-template .et-l--post div.et_pb_row, body.single-project div.et_pb_row, body.single-project div.et_pb_row.et_pb_row_fullwidth, div.et_pb_row_1_tb_body {
    width: 90% !important;
  }
  .et_pb_row .et_pb_column.et_pb_column_1_4, .et_pb_row .et_pb_column.et_pb_column_1_5, .et_pb_row .et_pb_column.et_pb_column_1_6 {
    margin-right: 3% !important;
  }
}
@media only screen and (max-width: 479px) {
  .et_pb_slide_title {
    display: none;
  }
}
/* row gutter op mobiel entablet */
@media (max-width: 980px) {
  .et_pb_row {
    padding: 0px !important;
  }
}
/* volgorde op mobiel*/
@media all and (max-width: 980px) {
  /*** wrap row in a flex box ***/
  .custom_row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    flex-wrap: wrap;
  }
  /*** custom classes that will designate the order of columns in the flex box row ***/
  .first-on-mobile {
    -webkit-order: 1;
    order: 1;
  }
  .second-on-mobile {
    -webkit-order: 2;
    order: 2;
  }
  .third-on-mobile {
    -webkit-order: 3;
    order: 3;
  }
  .fourth-on-mobile {
    -webkit-order: 4;
    order: 4;
  }
  /*** add margin to last column ***/
  .custom_row:last-child .et_pb_column:last-child {
    margin-bottom: 30px;
  }
}

/* projecten test /project/hier-zijn-we-koningen-voor-hzt/?lang=en */
.sjabloontest .et_pb_title_container {
  max-width: 960px !important;
  margin: auto !important;
}
.sjabloontest .et_pb_text_inner {
  max-width: 960px !important;
  margin: auto !important;
}
.sjabloontest p, .sjabloontest h2 {
  max-width: 960px !important;
  margin: auto !important;
}
