/*
Theme Name: Gezondheidscentrum Eelde-Paterswolde
Theme URI: https://ghceeldepaterswolde.nl/
Description: Template voor Gezondheidscentrum Eelde-Paterswolde.
Author: Yavuz Gun
Author URI: http://www.guncorp.nl
Template: Divi
*/
@import url("../Divi/style.css");

/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/


/*=========== Custom CSS =============*/


.blurb_click {
	min-height: 200px;
}
.blurb_click:hover {
	cursor: pointer;
	background-color: #788992!important;
}
body .gform_wrapper .gform_footer input[type=submit] {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4em;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	color: #ffffff;
	background-color: #7ac39f;
	border-color: #7ac39f;
}

body .gform_wrapper .gform_footer input:hover[type=submit] {
  color: #ffffff;
  background-color: #93af9c!important;
  border-color: #93af9c!important;
}
.single-post .et_post_meta_wrapper {
    display: none;
}

/* MENU */
#et-top-navigation {
	float: left;
	padding-left: 0!important;
	margin-top: 80px!important;
	width: 100%;
	border-top: 1px solid rgba(120, 137, 146, 0.20);
	font-weight: 300;
}
.et_header_style_left #et-top-navigation nav>ul>li>a {
	padding-bottom: 20px!important;
}
#logo {
	float: left!important;
}
.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
	padding: 20px 0 0 0!important;
}
#top-menu li {
	padding-right: 20px;
}

/* END MENU */
/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}
/*** Hide Sidebar ***/
#sidebar {display:none;}

.et_pb_blog_grid .et_pb_image_container {
	margin: -19px -19px 29px;
}
#logo-blurbs {
	min-height: 250px;
}

/*=========== END Custom CSS =============*/
/*=========== @Media only =============*/

@media only screen and (min-width: 1350px) {
#logo {
	max-height: 60%!important;
}
.header-button {
    right: 0px;
	top: 50px;
	}
}

@media (max-width: 980px){
.et_header_style_left #logo {
    max-width: 75%;
}
	#et-top-navigation {
	margin-top: 0px!important;
	}
}

@media only screen and (min-width: 981px) {
#logo {
    max-height: 60%!important;
}
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
#logo {
	max-height: 85%!important;
}
}

/*=========== END @Media only =============*/
/*=========== Extra buttons boven menu =============*/


/* Change these CSS variables to match the your preferences */
:root {
  --button-background: #76c4ee;
  --button-color: #fff;
  --button-hover-background: #788992;
  --button-hover-color: #fff;
  --button-border: 0;
  --button-hover-border: 0;
  --button-border-radius: 4px;
  --button-padding: 0.5em 0.75em;
  --button-font-size: 16px;
  --button-font-family: "Roboto",Helvetica,Arial,Lucida,sans-serif;
  --button-font-weight: 700;
}
/* Display icon before phone number */
.icon_phone::before {
  font-family: 'ETmodules';
  content: "\e090";
  padding-right: 5px;
}
/* Header Button */
.header-button {
  position: absolute;
  top: 20px;
  right: 0;
  padding: var(--button-padding);
  background-color: var(--button-background);
  border: var(--button-border);
  border-radius:var(--button-border-radius);
  font-size: var(--button-font-size);
  font-family: var(--button-font-family);
  font-weight: var(--button-font-weight);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-button a {
  color: var(--button-color) !important;
}
.header-button:hover {
  background: var(--button-hover-background);
  border: var(--button-hover-border);
}
.header-button:hover a{
  color: var(--button-hover-color) !important;
}
@media all and (max-width: 980px) {
  .header-button {
    top: 20px;
    right: 50px;
    font-size: .8em;
  }
}

@media all and (max-width: 768px) {
  .header-button {
    top: 23px;
  }
}
/* This CSS code shrinks the button to only show the icon on a smartphone */
@media all and (max-width: 768px) {
  .header-button {
 display: none;
	}
}
/*=========== END Extra buttons boven menu =============*/