/**
 * /*
 * 
 * Theme Name: Pro &ndash; Child Theme
 * Theme URI: https://theme.co/pro/
 * Author: Themeco
 * Author URI: https://theme.co/
 * Description: Make all of your modifications to Pro in this child theme.
 * Version: 1.0.1
 * Template: pro
 *
 * @format
 */

/* Bring user back to to the top arrow */
.x-root a.x-scroll-top.in {
  background-image: url("/wp-content/uploads/2021/07/frame-46578.svg");
  background-size: 100% 100%;
  opacity: 1;
  border: none;
  border-radius: 100%;
  width: 96px;
  height: 86px;
  cursor: pointer;
}

a.x-scroll-top.in {
  background-image: url("/wp-content/uploads/2021/07/frame-46578.svg");
  background-size: 100% 100%;
  opacity: 1;
  border: none;
  border-radius: 100%;
  width: 96px;
  height: 86px;
  cursor: pointer;
}

a.x-scroll-top.right.fade.in {
  background-image: url("/wp-content/uploads/2021/07/frame-46578.svg");
  background-size: 100% 100%;
  opacity: 1;
  border: none;
  border-radius: 100%;
  width: 96px;
  height: 86px;
  cursor: pointer;
}

.x-root a.x-scroll-top.right.fade.in {
  background-image: url("/wp-content/uploads/2021/07/frame-46578.svg");
  background-size: 100% 100%;
  opacity: 1;
  border: none;
  border-radius: 100%;
  width: 96px;
  height: 86px;
  cursor: pointer;
}

data-x-icon-s {
  background-image: url("/wp-content/uploads/2021/07/frame-46578.svg");
  background-size: 100% 100%;
  opacity: 1;
  border: none;
  border-radius: 100%;
  width: 96px;
  height: 86px;
  cursor: pointer;
}

[data-x-icon-s]:before {
  display: none;
}

.error-response {
  background: #f36e6e;
  color: #fff;
  padding: 10px 0;
  border-radius: 5px;
  border: solid 1px #fb2020;
  font-size: 15px;
  margin-top: 15px;
  display: none;
}


.et-db #et-boc .et-l .et_pb_text ul.filter-letters {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  list-style: none !important;
  justify-content: center;
}

ul.filter-letters li {
  list-style: none !important;
  margin: 0 6px !important;
}

ul.filter-letters li a {
  font-size: 22px;
  padding: 4px 8px !important;
  background: #009ab2!important;
  color: #fff !important;
  border-radius: 3px !important;
}

ul.filter-letters li a:hover {
  background: #005870!important;
}

.et-db .entry-content #et-boc .et-l .et_pb_module.et_pb_promo .et_pb_button.et_pb_promo_button,
.et-db .entry-content #et-boc .et-l .et_pb_module.et_pb_promo .et_pb_button {
  background-color: #f27265 !important;
  opacity: 1;
  padding: 16px 30px !important;
  border-radius: 14px !important;
  box-sizing: border-box;
  border: none;
  line-height: 1 !important;
}

.et-db .entry-content #et-boc .et-l .et_pb_module.et_pb_promo .et_pb_button.et_pb_promo_button:hover,
.et-db .entry-content #et-boc .et-l .et_pb_module.et_pb_promo .et_pb_button:hover {
  background: #005870 !important;
  color: #fff !important;
  opacity: 0.7;
  padding: 16px 30px !important;
}


/* cookies confirmation button */
.cn-button.wp-default {
  background-color: #009ab2;
  color: white;
}

.cn-button {
  background-color: #009ab2;
  color: white;
}

.cookie-button {
  background-color: #009ab2;
  color: white;
  padding: 3px 6px;
  border-radius: 5px;
}

/* Slideshow */
testimonial-slider {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Slideshow container aka testimonials */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  box-sizing: border-box;
}

/* Slideshow hide the images by default */
.mySlides {
  display: none;
  box-sizing: border-box;
}

/* Slideshow next & previous buttons */
.slideshow-container .prev,
.slideshow-container .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

/* Slideshow position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
  box-sizing: border-box;
}

/* Slideshow on hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
}

/* Slideshow caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

/* Slideshow number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  box-sizing: border-box;
}

/* Slideshow the dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  box-sizing: border-box;
}

.active:not(.alm-filter--link, .toggle-option),
.dot:not(.alm-filter--link, .toggle-option):hover {
  background-color: #717171;
  box-sizing: border-box;
}

/* Slideshow fading animation */
.fade {
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  box-sizing: border-box;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

#mm_custom_field_11 {
          width: 20px;
    height: 21px;
    display: inline-block !important;
    overflow: hidden;
    margin: 0 10px 0 0;
    vertical-align: middle;
    border-radius: 6px;
    border: solid 2px #b9b9b9;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
}

.promo-btn {
	padding: 17px 25px !important;
}

#mm_custom_field_11:checked {
      width: 20px;
    height: 21px;
    background: url(/wp-content/uploads/2021/07/checkbox.svg);
    visibility: hidden;
    display: none;
    overflow: hidden;
    vertical-align: middle;
display: inline-block !important;
    visibility: visible;
    margin: 1px 10px 0px 0px;
	background-position: center;
	border-color: transparent;
}

@media screen and (min-width: 980px) {
    .courses-filter.guest-view {
		display: block !important;
	}
}