
/* 
 Theme Name:	 T&F Camps DIVI 2.5 Child
 Author:         Govard-Jan de Jong voor Anticipate
 Author URI:     http://www.anticipate.nl
 Template:       Divi
 Version:        4.4.1c-20200327 
*/ 

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


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/* Zwaardere schaduw */
.et_pb_bg_layout_dark .et_pb_slide_description {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.55);
}

/* teksten bij popup gallery */
.jp-carousel-image-meta {
   display:none
}

.jp-carousel-titleanddesc-title {
    display:none
}

#jp-carousel-comments-loading span{
    font-size:0;
}



.wpcf7-form-control-wrap input.wpcf7-text,
.wpcf7-form-control-wrap textarea.wpcf7-textarea {
  border: 1px solid #007ebd;
  width: 100%;
  padding: 16px;
  border-radius: 0;
  color: #fff;
  background-color: #282828;
  font-size: 14px;
}
.wpcf7-form-control-wrap input.wpcf7-text:focus,
.wpcf7-form-control-wrap textarea.wpcf7-textarea:focus {
  border-color: #007ebd;
  color: #fff;
}
.wpcf7-form-control.wpcf7-submit {
  position: relative;
  padding: 0.3em 1em;
  border: 2px solid;
  border-radius: 3px;
  background: transparent;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #007ebd;
  display: inline-block;
  font-family: inherit;
  cursor: pointer;
}
.wpcf7-form-control.wpcf7-submit:after {
  font-family: "ETmodules" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  speak: none;
  position: absolute;
  margin-left: -1em;
  opacity: 0;
  font-size: 32px;
  line-height: 1em;
  content: "\35";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.wpcf7-form-control.wpcf7-submit:hover {
  background: rgba(0, 0, 0, 0.05);
  padding: 0.3em 2em 0.3em 1em;
  border: 2px solid transparent;
}
.wpcf7-form-control.wpcf7-submit:hover:after {
  margin-left: 0;
  opacity: 1;
}

.et_bloom .et_bloom_optin_1 .et_bloom_form_container h2, .et_bloom .et_bloom_optin_1 .et_bloom_form_container h2 span, .et_bloom .et_bloom_optin_1 .et_bloom_form_container h2 strong {
	font-family: 'roadradiobold',Helvetica,Arial,Lucida,sans-serif !important;
}

.et_bloom .et_bloom_form_container .et_bloom_form_content {
	padding: 0px 30px 30px 30px !important; 
}

body.et_bloom .et_bloom_form_header h2 {
	font-size: 33px !important;
}


/**************************************************
 * SOCIALS NAAST HAMBURGER
 **************************************************/

.am_socials{
  position: absolute;
  top:25px;
  left:75px;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.6s;
  display: flex;
}
body.admin-bar .am_socials{
  top: 58px;
}

.am_socials .socialicon{
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.responsive-menu-pro-open .am_socials{
  opacity: 0;
  transition: opacity 0.6s;
}
/**************************************************
 * EINDE SOCIALS NAAST HAMBURGER
 **************************************************/
 
body.et_bloom .et_bloom_optin_1 .et_bloom_border_solid {
 	border: 3px solid #fff !important;

 }

.woocommerce a.button.alt:hover,
.woocommerce a.button:hover {
  color: #fff;
}

.single-product .woocommerce-product-gallery {
  display: none;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: auto;
  float: none;
}

.bestellingveranderen {
  /* font-weight: bold; */
  margin-bottom: 20px;
}

.bestellingveranderen a{
  font-weight: bold;
}

h3#payment_heading {
  margin-top: 40px;
}

#order_comments_field .optional {
  display: none;
}
body.woocommerce span.onsale, body.woocommerce-page span.onsale {
  background-color: #ed9d15 !important;
}

/* Keuze voor B en C junioren */

#keuzeuitleg,
#keuze_1_field,
#keuze_2_field,
#keuze_3_field {
  background-color: #efefef;
  display: none;
  border-left: 2px solid #aaa;
  border-right: 2px solid #aaa;
  padding: 10px;
  margin: 0;
}

#keuzeuitleg .select2-container,
#keuze_1_field .select2-container,
#keuze_2_field .select2-container,
#keuze_3_field .select2-container {
  width: 100% !important;
}

#keuzeuitleg {
  border-top: 2px solid #aaa;
  padding-bottom: 0;
}

#keuze_3_field {
  border-bottom: 2px solid #aaa;
  padding-bottom: 20px;
}
/* Einde keuze voor B en C junioren */