/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
/*blog image aspect ratio square 1:1*/
.pa-blog-image-1-1 .entry-featured-image-url {
  padding-top: 100%;
  display: block;
}
.pa-blog-image-1-1 .entry-featured-image-url img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: contain;
}
.et_pb_blog_0 .et_pb_post div.post-content a.more-link {
  font-size: 16px;
  color: #ffffff !important;
  position: absolute;
  margin-top: 35px;
}
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post{
	margin-bottom: 30%;
}

/*CRC website 2024*/
.et_multi_view_image__loaded {
  -webkit-animation: multi-view-image-fade .2s;
  animation: multi-view-image-fade .2s;
  
}
/* multi-view-image-fade */

  .roundedcircle{
    border-radius: 25px;
  }

.et_pb_button_0:hover::after{
	display: none !important;
}


/*old yellow button code: #EFBD42*/


.yellow-button a{
	background-color: #ffffff;
  margin-top: auto;
  max-height: 10px;
  margin-bottom: auto;
  border-radius: 25px;
  border: 2px solid #ffffff;
}
.yellow-button a:hover{
	background-color: transparent!important;
}
.et_pb_menu_0_tb_header.et_pb_menu ul .yellow-button a{
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: #000000!important;
  text-align: center;
	padding: 19px 19px;
}
.et_pb_menu_0_tb_header.et_pb_menu ul .yellow-button.current-menu-item  a{
	color: #000000!important;
}
.et_pb_menu_0_tb_header.et_pb_menu ul .yellow-button a:hover {
  color: #ffffff !important;
}
body.single-post #main-content>.container {
    width: 100%!important;
    max-width: 100%!important;
	  padding-top: 0;
}
.post-template-bericht-zonder-zijbalk .contactgolf{
	display:none;
}
.esg-entry-cover{
	border: none!important;
}
.esg-media-poster, .esg-entry-cover{
	border-radius: 0px!important;
}
.esg-center a {
	text-shadow: 2px 2px 4px #00000096;
}
/*phone*/
@media only screen and (max-width: 767px) {

.esg-cc .esg-center a{
	font-size: 22px!important;
	line-height: 24px!important;
}	
	.reverse{
		display: flex;
		flex-direction: column-reverse;
	}
}
/*tabletview*/
@media only screen and (max-width: 980px) {
	.reverse{
		display: flex;
	}
}


