
/* 
 Theme Name:     Minervum DIVI 2.5 Child
 Author:         Govard-Jan de Jong voor Anticipate
 Author URI:     http://www.anticipate.nl
 Template:       Divi
 Version:        1.0 
*/ 

@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;
}

sup {
	font-size: 0.5em;
}

.entry-content table, body.et-pb-preview #main-content .container table {
	border: 0px !important;
}

.entry-content tr td, body.et-pb-preview #main-content .container tr td {
	padding: 0px 0px !important;
}

.mobile_menu_bar:before {
	color: #ffffff !important;
}

.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;
}