/* 
 Theme Name:   Beyond Education Child
 Theme URI:    
 Description:  
 Author:       Caterina
 Author URI:   https://www.beyondeducation.it
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

@media only screen and (min-width:981px) and (max-width:1500px){
#top-menu li {
	padding: 0 6px;
}
#top-menu li a {
	font-size: 11px;
}
}
@media only screen and (min-width:981px) and (max-width:1250px){
#et-top-navigation {
	width: 100%;
	display: block;
	padding: 0 !important;
}
	.et_header_style_left .logo_container {
	position: static;
	height: 100%;
	width: 100%;
	max-width: 200px;
	margin: auto;
	margin-bottom: 10px;
}
	body #top-menu li a {
	font-size: 10px;
}
#main-header .container.clearfix.et_menu_container {
	width: 100%;
	max-width: 97%;
	padding: 0;
}
	#top-menu-nav {
	width: 100%;
	text-align: center;
}
	#top-menu {
	width: 100%;
	text-align: center;
}
	#top-menu li {
	padding: 0 4px;
}
	#logo {
	max-height: 100%;
	max-width: 150px;
	margin-top: 10px;
}
}
@media only screen and (min-width:1250px) and (max-width:1500px){
#et-top-navigation {
	padding-left: 120px !important;
}
	#logo {
	max-height: 40px;
}
}
.popup-overlay {
  /*Hides pop-up when there is no "active" class*/
  visibility: hidden;
  position: absolute;
  background: #ffffff;
  border: 3px solid #666666;
  width: 50%;
  height: 50%;
  left: 25%;
}
	.popup-overlay {
visibility:hidden;
		display:none;
}

.popup-content {
visibility:hidden;
}
.popup-overlay.active {
  /*displays pop-up when "active" class is present*/
  visibility: visible;
  text-align: center;
	display:block;
}

.popup-content.active {
visibility:visible;
}
.grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
}


.strong-view.wpmtst-small-widget.custom-testimonials  .wpmtst-testimonial-inner.testimonial-inner {
	display: flex;
	flex-direction:column;
	
}

.strong-view.wpmtst-small-widget.custom-testimonials .testimonial-field {
	order: 1;
}

.strong-view.wpmtst-small-widget.custom-testimonials .testimonial-heading {
	order:2;
}
.strong-view.wpmtst-small-widget.custom-testimonials .testimonial-content {
	order: 3;
}
.strong-view.wpmtst-small-widget .wpmtst-testimonial-field.testimonial-field.link-recensione {
  order: 4;
}
.strong-view.wpmtst-small-widget.custom-testimonials .testimonial-name {
	order: 5;
}


.strong-view.wpmtst-small-widget .wpmtst-testimonial-field.testimonial-field.link-recensione a {
		color: #97307c;
	text-decoration:underline;

}
.custom-testimonials .readmore-toggle {
	display: none;
}
.custom-testimonials.strong-view.pager-style-buttons .wpmslider-pager-link::before {
	color: #97307c;
  	background-color: #97307c;
}
.custom-testimonials .wpmslider-pager.wpmslider-custom-pager .wpmslider-pager-item {
  margin-right: 10px;
}

.custom-testimonials.strong-view.pager-style-buttons .wpmslider-pager-link:hover::before {
	color: #97307c;
  	background-color: #97307c;
}