/*
 Theme Name:   Storefront Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Storefront Child Theme
 Author:       Israel Umaña Sedó
 Author URI:   http://example.com
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  storefrontchild
*/

::selection {
  background-color: #0fea67;
  color: #333;
  border: 0;
}
html p,
li {
  font-weight: 300 !important;
}

i.fas.fa-pen,
.fa-info-circle,
.fa-binoculars {
  color: #fff;
}

.elementor-11
  .elementor-element.elementor-element-e796971
  .elementor-button-text,
.fa-calendar {
  color: #2e737a !important;
}
.modal-btn a,
.elementor-element-a618085 h2 a,
.elementor-11
  .elementor-element.elementor-element-76c7631
  .elementor-cta__button,
.elementor-11
  .elementor-element.elementor-element-43f8bab
  .elementor-cta__button {
  color: white !important;
}

/*********************************/
/* Modifies Menu Dropdown */
/*********************************/
.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item,
.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item {
  font-family: "Work Sans", Sans-serif;
  font-weight: 500;
  color: white;
}
/*********************************/
/* Creates a Card from the Custom view in Book Your Tour page */
/*********************************/
.col-md-4.col-sm-6.col-xs-12.pt-cv-content-item.pt-cv-1-col {
  padding: 10px 10px !important;
  border-radius: 3px !important;
  transition: all 0.2s ease-in;
}
.col-md-4.col-sm-6.col-xs-12.pt-cv-content-item.pt-cv-1-col:hover {
  -webkit-box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.2);
}

/*********************************/
/* Modifies the text shadow of anchors in Navigation Comp */
/*********************************/
.elementor-nav-menu--main {
  text-shadow: 0 0 1px #13363a !important;
}
.elementor-menu-cart__toggle.elementor-button-wrapper {
  text-shadow: 0 0 1px #13363a !important;
}

/*********************************/
/* Hide Related Tours Title */
/*********************************/
section.related.products h2:first-child {
  display: none;
}

/*********************************/
/* Booking Forms Edits */
/*********************************/
.wc-bookings-booking-form label {
  display: inline !important;
  margin-right: 20px !important;
  font-size: 25px !important;
}
.wc-bookings-booking-form select {
  width: 100%;
  background-color: #2b6c73;
  color: #fff;
  height: 50px;
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 30px;
  border-radius: 3px;
}
p.wc_booking_field_choose-a-flight label {
  display: block !important;
  margin-bottom: 10px !important;
  float: left;
}
p.form-field.form-field-wide {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
p.form-field.form-field-wide input {
  margin-bottom: 20px;
}

a.ui-state-default.ui-state-active {
  color: #fff !important;
}

a:focus,
button:focus,
.button.alt:focus,
input:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  outline-color: #2e737a;
}

/************************************************/
/******** Related Tours View Tour button ********/
/************************************************/
section.related.products ul li a.button {
  background-color: #2e737a;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  transition: background-color 0.5s, text-shadow 0.5s;
}
section.related.products ul li a.button:hover {
  background-color: #358a96;
  text-shadow: 0 0 1px #fff, 0 0 1px #fff;
}

/*******************************************/
/******** Custom View Plugin Styles ********/
/*******************************************/
.add_to_cart_inline a.button {
  width: 100%;
  padding: 8px;
  margin-top: 15px;
  border-radius: 3px;
  font-size: 18px !important;
  color: #fff;
  background-color: #2e737a;
}
.add_to_cart_inline a.button:hover {
  background-color: #358a96 !important;
}
.pt-cv-content {
  font-family: "Work Sans", sans-serif;
}
.cvp-live-filter[data-sid="6d2197c8r6"] .cvp-label {
  font-family: "Work Sans", sans-serif;
  font-weight: bolder;
  font-size: 30px;
  padding-bottom: 10px;
}
.cvp-live-filter[data-sid="6d2197c8r6"] div > label {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.cvp-live-filter.cvp-checkbox {
  margin-bottom: 30px;
}
p.product.woocommerce.add_to_cart_inline {
  line-height: 1;
  font-size: 12px;
}

/*********************************/
/* GRID SYSTEM FOR Custom Views */
/*********************************/
.pt-cv-ifield {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: max-content minmax(100px, max-content) 70px max-content;
  grid-gap: 10px;
  border-radius: 3px;
  align-items: end;
}
.pt-cv-ifield a {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  width: 100% !important;
}
h4.pt-cv-title {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  font-family: "Ludicrous", sans-serif;
  font-size: 5vh;
  margin: 0 !important;
  display: flex !important;
  align-items: center;
  height: 100%;
}

/*********************************/
/* Special 4 line titles */
/*********************************/
h4.pt-cv-title [href="https://manuelantoniopark.com/tour/reto-m-a-e-tour-manuel-antonio-extreme-hike-coast-trail/"]
{
  font-size: 4vh;
}
.pt-cv-wrapper #pt-cv-view-6d2197c8r6 .pt-cv-content,
#pt-cv-view-6d2197c8r6
  .pt-cv-content
  *:not(.pt-cv-readmore):not(style):not(script) {
  display: flex !important;
  text-align: center !important;
  clear: both !important;
}
.pt-cv-content {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
  font-weight: 300;
  margin: 0;
  height: 100%;
  align-items: center;
  font-size: 1rem;
}
.product.woocommerce.add_to_cart_inline {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 100px 1fr;
}
.pt-cv-view .product .amount {
  grid-row: 1 / 2;
  color: #2e737a;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 4vh;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.add_to_cart_inline .button {
  grid-row: 2 / 3;
}
.pt-cv-view .add_to_cart_inline .button {
  margin: 0;
}

/*********************************************/
/******** Adds Ornament in Top Navbar ********/
/*********************************************/
.top-navbar-ornament::after {
  content: "";
  width: 100%;
  height: 30px;
  display: block;
  position: absolute;
  z-index: 1;
  top: 95%;
  left: 0;
  background: url(https://manuelantoniopark.com/wp-content/themes/storefront-child/assets/svg/menu-container-bottom-brush.svg)
    repeat-x 50% 0;
}
@media only screen and (max-width: 768px) {
  .top-navbar-ornament::after {
    top: 99%;
  }
}

/******************************/
/******** REVIEWS FORM ********/
/******************************/
label.glsr-select-label,
label.glsr-text-label,
label.glsr-textarea-label,
label.glsr-email-label {
  margin-top: 20px !important;
  margin-bottom: 5px !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  color: #2e737a !important;
}
span.gl-star-rating-stars {
  margin-bottom: 20px !important;
}
.glsr-field.form-group.custom-control.custom-checkbox.glsr-required {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
button.glsr-button.btn.btn-primary {
  background-color: #2e737a !important;
  color: #fff !important;
  border-radius: 3px !important;
}
button.glsr-button.btn.btn-primary {
  background-color: #358a96 !important;
}
.glsr-field.form-group input,
textarea {
  border-radius: 3px;
}
span.glsr-read-more a {
  color: #2e737a;
  font-weight: bold;
}

/*****************************************************************************/
/******** Adds border radius to the Green Box in Costa Rica Skydiving ********/
/*****************************************************************************/
.elementor-element-8f129c5 .elementor-motion-effects-container {
  border-radius: 3px;
}

/*******************************************/
/******** Edits to the Contact Form ********/
/*******************************************/
/* Input Width and border Radius */
input.wpcf7-form-control {
  width: 100%;
  border-radius: 3px;
}
input.wpcf7-form-control.wpcf7-submit {
  background-color: #2f737b;
  color: #fff;
  font-size: 25px;
}
input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #358a96;
}

/*********************************/
/******** Blog Page Edits ********/
/*********************************/
nav.elementor-pagination {
  padding-top: 50px;
}
nav.elementor-pagination a {
  color: #2f737b;
}
nav.elementor-pagination a:hover {
  color: #358a96;
}
nav.elementor-pagination a:active {
  color: #358a96;
}
/*********************************/
/****  Home Scroll Icon Arrow   **/
/*********************************/
.scroll-wrapper {
  text-align: center;
}
.scroll-wrapper a:focus {
  outline: 0;
}
.scroll {
  font-size: 60px;
  color: #ff8f00;
  padding-top: 10%;
  -webkit-animation: scrolling 2s ease infinite;
  -moz-animation: scrolling 2s ease infinite;
  -o-animation: scrolling 2s ease infinite;
  animation: scrolling 2s ease infinite;
  transition: all 0.2s;
}
.scroll:hover,
.scroll:active {
  color: #ef6c00;
}
.scroll:focus {
  outline: 0;
}
@keyframes scrolling {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(0, 20px);
  }
  100% {
    transform: translate(0);
  }
}

/*********************************/
/* Resetea todos los checkbox, checked y no checked de "Book you tour" */
/*********************************/
[name="tx_item"][type="checkbox"]:not(:checked),
[name="tx_product_cat"][type="checkbox"]:not(:checked),
[name="_product_attributes"][type="checkbox"]:not(:checked),
[name="tx_item"][type="checkbox"]:checked,
[name="tx_product_cat"][type="checkbox"]:checked,
[name="_product_attributes"][type="checkbox"]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
}
[name="tx_report"][type="checkbox"]:checked,
[name="tx_report"][type="checkbox"]:not(:checked) {
  position: absolute;
  left: 0;
  opacity: 0.01;
}
label.cvp-label {
  margin-bottom: 1rem;
}

/*********************************/
/* Selects the Labels and reset styles */
/*********************************/
.cvp-live-filter[data-sid="6d2197c8r6"] div.checkbox > label {
  display: inline-block !important;
}
.checkbox label {
  position: relative;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  font-size: 1.05em;
  font-weight: 300;
  border-radius: 3px;
  line-height: 1.7;
  cursor: pointer;
}
.checkbox:not(:last-child) {
  margin-bottom: 0.5rem;
}
.checkbox label:hover {
  background-color: #368a96;
  color: #fff;
  font-weight: inherit;
}
.checkbox label:active,
.checkbox label:focus {
  background-color: #368a96;
  color: #fff;
  font-weight: inherit;
}
.checkbox label input[type="checkbox"]:checked {
  background-color: red;
}

/*********************************/
/* Edits the Filter by Price */
/*********************************/
.irs-bar {
  border-top: 1px solid #2f737b;
  border-bottom: 1px solid #2f737b;
  background: #2f737b;
}
.irs-from,
.irs-to {
  background: #2f737b;
}
.irs-slider {
  top: 25px;
  width: 25px;
  height: 25px;
  border: 1px solid #2f737b;
  background: #ddd;
  background: linear-gradient(
    to bottom,
    rgba(55, 157, 169, 1) 0,
    #2f737b 0,
    rgba(23, 96, 105, 1) 100%
  );
}
.irs-slider:hover {
  background: linear-gradient(
    to bottom,
    rgba(55, 157, 169, 1) 0,
    rgba(23, 96, 105, 1) 100%
  );
}
.irs-slider:hover .irs-bar {
  background: linear-gradient(
    to bottom,
    rgba(55, 157, 169, 1) 0,
    rgba(23, 96, 105, 1) 100%
  );
}

/*********************************/
/* Fix Responsive Menu Color */
/*********************************/
.elementor-menu-toggle.elementor-active i:before,
.eicon-menu-bar:before {
  color: var(--e-global-color-primary);
}

/*********************************/
/* Hides Place Order Button */
/*********************************/
[name="woocommerce_checkout_place_order"] {
  display: none !important;
}

/*********************************/
/* Wildlife Spotting Reports */
/*********************************/
span.post-navigation__prev--title,
span.post-navigation__next--title,
span.post-navigation__prev--label,
span.post-navigation__next--label {
  color: var(--e-global-color-primary);
}
.cvp-live-filter.cvp-button input[type="radio"]:checked ~ div {
  background: #358a96;
  color: #fff;
  border-radius: 5px;
}

/*********************************/
/* FCF  */
/*********************************/
.checkout-links {
  color: var(--e-global-color-accent);
}

/*********************************/
/* Fixes on BIOPHILIA */
/*********************************/
a#sm-16341597897964133-1 {
  color: white;
}

.elementor-6898 a {
  color: white;
}

button.wc-bookings-booking-form-button.single_add_to_cart_button.button.alt {
  border-radius: 5px;
  font-size: 1.4rem;
  background-color: var(--e-global-color-primary);
}

/*********************************/
/* Fixes the heading in WSR archive */
/*********************************/
h3.pt-cv-term-heading a {
  color: var(--e-global-color-primary) !important;
  font-weight: 900;
}

.pt-cv-term-heading {
  border-bottom: 2px solid #358a96 !important;
  margin-bottom: 20px !important;
  border-bottom-style: single !important;
}

/*********************************/
/* NEW DISPLAY PRESENTATION */
/*********************************/
p.product.woocommerce.add_to_cart_inline {
  display: block;
  color: #fff;
}
.add_to_cart_inline bdi {
  background-color: var(--e-global-color-accent);
  position: absolute;
  display: block;
  bottom: 635px;
  padding: 10px;
  font-size: 1.2rem;
  border-radius: 5px;
  right: 20px;
  font-weight: bold;
  color: #fff;
}

/*********************************/
/* Fixes Color in A links on TOUR PAGES */
/*********************************/
p a {
  color: var(--e-global-color-accent) !important;
  font-weight: bold !important;
}

a {
  color: var(--e-global-color-accent) !important;
  font-weight: bold !important;
}

a.ab-item,
a.elementor-item,
span.elementor-button-text,
section.related.products ul li a.button {
  color: #fff !important;
}

.elementor-widget-container li a {
  color: #fff !important;
  font-weight: 400 !important;
}

.elementor-widget-container li a span.elementor-post-info__item--type-date {
  color: var(--e-global-color-secondary) !important;
  font-weight: 300 !important;
}

/*********************************/
/* Fixes pagination background on Book Your Tour page */
/*********************************/

.cv-pageitem-number a,
.cv-pageitem-next a,
.cv-pageitem-prev a {
  border: none !important;
  border-radius: 3px !important;
}

.cv-pageitem-number a {
  background-color: #2e737a !important;
}
.cv-pageitem-next a,
.cv-pageitem-prev a {
  background-color: #30ada1 !important;
}

/*********************************/
/* Styles hover in book your tour page elements */
/*********************************/
.col-md-4.col-sm-6.col-xs-12.pt-cv-content-item.pt-cv-1-col:hover
  .pt-cv-wrapper
  #pt-cv-view-6d2197c8r6
  .add_to_cart_inline
  .button {
  background-color: #30ada1 !important;
}

/*********************************/
/* Fixes the WooCommerce Price bug */
/*********************************/
.product a span.price {
  display: none !important;
}

/* Fixes extra padding issue on Main Page */
.elementor-element-f3f5c31 .elementor-widget-wrap,
.elementor-element-d22db99 .elementor-widget-wrap,
.elementor-element-10018d8 .elementor-widget-wrap,
.elementor-element-f7e7ad3 .elementor-widget-wrap,
.elementor-element-a618085 .elementor-widget-wrap,
.elementor-element-d3507b5 .elementor-widget-wrap {
  padding: 0px !important;
}
.elementor-element.elementor-element-c4f0fb8.elementor-align-center.elementor-widget.elementor-widget-button,
.elementor-element.elementor-element-73f2f8c.elementor-align-center.elementor-widget.elementor-widget-button {
  position: relative;
  top: 1px;
}
