/*
Theme Name: deEetLijn
Theme URI: #
Description: child theme from DIVI
Author: Hellen boersma
Author URI: 
Template: Divi
version: 0.1.0
*/


/* standard */



h2 {

	font-size : 22px;
	font-weight:500;
	color : #ec6c04;
}

h3 {
	font-size : 24px;
}


.afbeelding-rond {
    float: left;
    width: 200px;
    height: 200px;
    object-fit: cover;
    padding: 10px;
    margin-right: 10px;
    border-radius: 50%!important;
    border: 2px #ec6c04 solid;
    background-color: #ff980057;
}



/*standaard knop */
.knop {
    padding: 0px 8px 0px 8px;
    background-color: #ec6c04;
    color: #fff!important;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    border-radius: 5%;
	margin-top:10px;
    text-transform: uppercase;}

.knop:hover{
border-radius:25%;
}

.boek-nettie {
	padding: 20px 10px 20px 10px;

    color: #fff!important;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
	text-align: center;
   
    text-transform: uppercase;
	background: -moz-linear-gradient(45deg, rgba(118,183,41,1) 0%, rgba(236,108,4,1) 100%); 
 	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(118,183,41,1)), color-stop(100%, rgba(236,108,4,1))); 
	background: -webkit-linear-gradient(45deg, rgba(118,183,41,1) 0%, rgba(236,108,4,1) 100%); 
	background: -o-linear-gradient(45deg, rgba(118,183,41,1) 0%, rgba(236,108,4,1) 100%); 
	background: -ms-linear-gradient(45deg, rgba(118,183,41,1) 0%, rgba(236,108,4,1) 100%); 
	background: linear-gradient(45deg, rgba(118,183,41,1) 0%, rgba(236,108,4,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec6c04', endColorstr='#76b729',GradientType=1 ); 
}
	
/* hide standard divi post title en featured image 

.et_post_meta_wrapper img {
    display: none !important;
}

.et_post_meta_wrapper .entry-title{
    display: none !important;
}

.et_post_meta_wrapper .post-meta {
    display: none !important;
}

/*
.et_post_meta_wrapper {
    display: none !important;
}
*/

#left-area ol, .comment-content ol, .entry-content ol, body.et-pb-preview #main-content .container ol {
   
    list-style-position: outside;
	padding: 0 0 23px 30px;
    
}


.et_fixed_nav #top-header {
    position: fixed;
    z-index: 9998!important;
}
 
#logo {
    max-height: 165px;
    margin-top: -25px;
}
 
.et-fixed-header #logo {
    max-height: 70px!important;
    margin-top: -30px;
} 
 
@media only screen and (max-width: 980px) {
     
#logo {
    max-height: 70px;
    margin-top: 0px;
}

}

/*** commentform */
.form-submit .et_pb_button, .comment-reply-link{
	color:#fff;
	background-color:#ec6c04;
	font-size:16px;
}


.comment-reply-link:hover,.form-submit:hover {
	color:#fff;
	border-color:#fbfbfb;
	
}

.form-submit .et_pb_button:hover {
	background-color:#ec6c04;
	border-color:#fbfbfb;
	border-radius:25%;
	
}

.comment_area .comment-reply-link:hover{
	background-color:#ec6c04;
	border-color:#fbfbfb;
	border-radius:25%;
}

.comment_area .comment-reply-link:after {
	content:none;
	
}

/* Button Hover */
.et_pb_module .et_pb_button:hover,
.et_pb_button:hover {
	padding:  0.3em 1em; /*0.3em 2em 0.3em 0.7em;*/
	border: 2px solid transparent;
}

p.comment-policy {
    border: 1px solid #ffd499;
    background-color: #fff4e5;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0px 10px 0px;
    font-size: small;
    font-style: italic;
}

#respond { 
background: #fbfbfb;
padding:0 10px 0 10px;
}
  
/* Highlight active form field */
  
#respond input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
   
   
#respond input[type=text]:focus,
input[type=email]:focus, 
input[type=url]:focus,
textarea:focus {
box-shadow: 0 0 5px rgba(236, 108, 4, 1);
margin: 5px 1px 3px 0px;
border: 2px solid rgba(236, 108, 4, 1);
}

/* Hides the reCAPTCHA on every page */
.grecaptcha-badge {
    display: none !important;
}
/***/

/*@media only screen and (max-width: 1281px) and (min-width: 980px) {
	#top-menu-nav { display:none; }
	#et_mobile_nav_menu { display:block }
}
*/


.blog-cirkels a img {
    float: left;
    width: 200px;
    height: 200px;
    object-fit: cover;
    padding: 10px;
    margin-right: 10px;
    border-radius: 50%!important;
    border: 2px #ec6c04 solid;
    background-color: #ff980057;
}


@media only screen and (max-width: 480px) {
.blog-cirkels a img {

    float:none;
    width: 300px;
    height: 300px;
}	
}

.meerlink .et_pb_post a.more-link{
    padding: 0px 8px 0px 8px;
    background-color: #ec6c04;
    color: #fff!important;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    border-radius: 5%;
    text-transform: uppercase;}


.meerlink .et_pb_post a.more-link:hover{
border-radius:25%;

}

.post-141 .wpgmza-form-field {
    margin-top: 0 !important ;
	margin-bottom:0 !important ;
    padding-top: 10px !important ;
}

.post-141 .wpgmza-form-field__label {
    float: left;
    width: 100px;
}
.post-141 .wpgmza_sl_radius_select{
	padding-left:10px;
	padding-right:50px;
}

.post-141 select#wpgmza_filter_select {
    padding-left: 10px;
    padding-right: 70px;
}

.post-141 input#addressInput_2 {
    width: 240px !important;
	padding: 10px;
}

.post-141 .wpgmza_sl_search_button_div {
    display: inline-block;
	padding-top:10px;
    padding-bottom: 25px;
}


.post-141 .wpgmza_sl_main_div input[type="button"] {
    font-weight: 600;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 4px;
    background-color: #ec6c04;
    color: #fff;
}

@media only screen and (max-width: 480px) {
  .post-141 	input#addressInput_2 {
    width: 160px !important;
   }

}


#respond { 
background: #fbfbfb;
padding:0 10px 0 10px;
}
  

/*.more-reveal {
width: 45% !important;
transition: all .5s cubic-bezier(.41, 0.4, .52, 1.61);
}
*/

.page-id-213441 .et_pb_section_6 {
	display:none;
}
.page-id-215174 .et_pb_section_2 {
	display:none;
}



/* cookie consent styling */
#cookie-law-info-bar span {
font-size: 10px !important;
}

/* product image styling */

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {    
	width: 100%;
    max-height: 300px;
    min-height: 300px;
    object-fit: scale-down;
}

.woocommerce div.product div.images img {
	max-height:400px;
	object-fit: contain;
}

/* blauw kleur aanpassing in woocommerce */

.woocommerce .woocommerce-info {
	background: #76B729;
}

 ul.woocommerce-error {
	background: #d25555 !important;
}