@charset "UTF-8";
/*
Theme Name: Monument valley Child
Theme URL: http://c4e.com
Description: Twenty Seventeen Child
Theme Author: Ramandeep Singh
Author URL: http://c4e.com
Template: monument-valley
Version: 1.0.0
Text Domain: monument-valley-child
*/
.intro {
  padding-top: 0;
}

.page-title, .intro-title {
  font-style: normal;
  font-size: 2.5em;
}

/**
Video Modal
 */
/**
Product WIdget
 */
.product-widgets-container {
  display: none;
}

.product_meta {
  display: none;
}

/***
Remove Header Breadcrumbs
 */
.site-content .breadcrumbs-container {
  display: none;
}

/***
Single Product
 */
.single-product {
  /** icons for new tabs **/
}
.single-product .woocommerce-breadcrumb {
  display: none;
}
.single-product .intro-container {
  padding-top: 5% !important;
}
.single-product .intro-container .intro {
  padding-top: inherit;
  padding: 8% 0;
}
.single-product .intro-container .intro .product-title {
  display: block;
}
.single-product .intro-container .intro .intro-subtitle {
  font-weight: normal;
  display: block;
  color: white;
  margin: 0;
  font-style: italic;
}
.single-product .product-title-price {
  flex-direction: column;
}
.single-product .product-title-price .price {
  display: none;
}
.single-product .summary .product-description-link-container {
  margin-top: 0;
}
.single-product .woocommerce-tabs .tabs a[href="#tab-objectives"]::before {
  content: "";
}
.single-product .woocommerce-tabs .tabs a[href="#tab-overview-video"]::before {
  content: "";
  font-family: fontello;
}
.single-product .woocommerce-product-gallery__image {
  pointer-events: none;
}

/***
HOME
 */
.home .intro-container {
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
.home .intro-container .intro:before {
  display: none;
}
.home .intro-container .intro-widgets-container {
  background: #5a5a5a;
}

#home_trial_cta_btn {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  padding-left: 4em;
  padding-right: 4em;
}

/**
SHOP PAGE
 */
.archive.post-type-archive-product .intro-container {
  height: 450px;
}
.archive.post-type-archive-product .intro-container .intro {
  text-shadow: none;
  align-items: center;
  display: flex;
  height: 100%;
}

/**
GENERIC PAGE INTRO SECTIONS
 */
.intro-container {
  background-size: cover;
  width: 100%;
  background-attachment: initial;
  background-position: center;
}
.intro-container .intro {
  text-shadow: none;
  align-items: center;
  display: flex;
  height: 100%;
}

.intro-container .page-summary {
  margin-top: 0.5em;
}

/****
Header SHopping Cart
 */
.header-shopping-cart .cart-contents:after {
  background-color: #fff;
  color: #990000;
}
.header-shopping-cart .cart-contents .count {
  border: 1px solid #fff;
  border-radius: 1em;
  display: inline;
  padding: 0.5em 1.5em 0.4em 1em;
  margin-right: -0.5em;
}
.header-shopping-cart .widget_shopping_cart .button.checkout {
  background: #fff;
  color: #990000;
}

/*****
Contact Page
 */
#contact-pet-bg .fl-row-content-wrap .fl-row-content .fl-col-group .fl-col:first-child {
  z-index: 1;
}
@media (min-width: 768px) {
  #contact-pet-bg .fl-row-content-wrap:before {
    position: absolute;
    width: calc(60% - 10px);
    height: 100%;
    right: 0;
    top: 0;
    content: "";
    background-image: url(/wp-content/uploads/2020/08/bordercolliesurveillantuntroupeaudemoutons-1-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
  }
}
@media (min-width: 1440px) {
  #contact-pet-bg .fl-row-content-wrap:before {
    width: calc(60% - 20px);
  }
}
@media (min-width: 1680px) {
  #contact-pet-bg .fl-row-content-wrap:before {
    width: calc(60% - 40px);
  }
}

/**
WEBWP MSG
 */
.webwp-msg {
  display: block;
  clear: both;
  width: 90%;
  margin: 15px auto;
  overflow: hidden;
  color: #af1f29;
  background: #eee;
  padding: 12px 18px;
  border-radius: 5px;
  font-size: 0.9rem;
}

/***
WebWP Modal
 */
.webwp-modal {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  /***
  SIZES
   */
  /***
  TYPES
   */
}
.webwp-modal.show {
  display: block;
}
.webwp-modal .webwp-modal--backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}
.webwp-modal .webwp-modal--content {
  background: #fff;
  position: relative;
  width: 40%;
  margin: auto;
  top: 25%;
  z-index: 9999;
  padding: 2.5rem;
}
.webwp-modal .webwp-modal--content > .close {
  position: absolute;
  right: -15px;
  top: -15px;
  color: #000;
  background: #fff;
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  font-size: 2rem;
  text-decoration: none;
  border-radius: 50%;
}
.webwp-modal[data-modal-size=small] .webwp-modal--content {
  width: 40%;
}
.webwp-modal[data-modal-size=medium] .webwp-modal--content {
  width: 50%;
}
.webwp-modal[data-modal-size=large] .webwp-modal--content {
  width: 60%;
}
.webwp-modal[data-modal-type=video] .webwp-modal--content {
  padding: 0;
}
.webwp-modal[data-modal-type=video][data-modal-size=large] .webwp-modal--content iframe {
  width: 100%;
  height: 500px;
}

/****
COURSE TABLE
 */
.course_table tr.course_data .eb_join_button {
  margin: 0;
}
.course_table td {
  padding: 1rem;
}

.footer-area-site-info {
  padding: 1.07rem 0;
}

.site-info-text {
  font-size: 1rem;
}

/*# sourceMappingURL=style.css.map */
