/*
 Theme Name:   Saco Sport & Fitness
 Theme URI:    https://www.neilarnold.com
 Description:  Child Theme for SSF
 Author:       Neil Arnold
 Author URI:   https://www.neilarnold.com
 Template:     generatepress
 Version:      0.1
 */
.top-bar {
  border-bottom: solid 1px #fff;
}
.top-bar ul li.icon-phone a:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f095';
  padding-right: 0.5em;
}
.top-bar ul li.icon-map a:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f3c5';
  padding-right: 0.5em;
}
.header-wrap #site-navigation:not(.toggled) {
  background: #2f2f2f;
  background: linear-gradient(180deg, rgba(47, 47, 47, 1) 0%, rgba(47, 47, 47, 0.10407913165266103) 85%, rgba(47, 47, 47, 0) 100%);
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -ms-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  -transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .navigation-branding img, .site-logo.mobile-header-logo img {
    max-height: 70px;
  }
}
@media (max-width: 767px) {
  .main-navigation .main-nav ul li a {
    line-height: 50px;
    border-top: solid 1px #999;
  }
}
ul.menu > li.cta-button {
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  -transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
@media (min-width: 971px) {
  ul.menu > li.cta-button a {
    line-height: 1em;
    background-color: #d37521 !important;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }
  ul.menu > li.cta-button a:hover {
    background-color: #bd691e !important;
  }
}
ul.menu > li.cta-button:hover > a {
  background-color: #bd691e !important;
}
/* Tighten up space above drop down menu --- --- --- */
@media (min-width: 971px) {
  .main-navigation ul ul {
    top: 68px;
  }
}
/* END - Tighten up space above drop down menu --- --- --- */
/* Remvoe Drop Down Arrows --- --- --- */
@media (min-width: 971px) {
  .menu-item-has-children .dropdown-menu-toggle {
    display: none;
  }
  .main-navigation .main-nav ul li.menu-item-has-children > a {
    padding-right: 20px;
  }
}
/* END - Remvoe Drop Down Arrows --- --- --- */
.page-hero {
  position: relative;
  align-items: center;
}
.page-hero:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 38.4615384615%;
}
.page-hero > .grid-container, .page-hero > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) and (max-width: 970px) {
  .page-hero {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .page-hero {
    position: relative;
    margin-bottom: 0;
  }
  .page-hero:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .page-hero > .grid-container, .page-hero > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.page-hero .inside-page-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.page-hero h1 {
  color: #fff;
  font-size: 55px;
  line-height: 1em;
  font-weight: 600;
  margin-top: 5%;
}
@media (max-width: 767px) {
  .page-hero h1 {
    margin-top: 7%;
    margin-left: 3%;
  }
}
section.equal-height div.elementor-widget-wrap > div {
  display: flex;
  height: 100%;
}
.elementor-widget-container .elementor-text-editor p:last-of-type {
  margin-bottom: 0;
}
/* Price Table - Equal Heights --- --- --- */
.elementor-widget-price-table, .elementor-widget-price-table > div, .elementor-price-table {
  height: 100%;
}
.elementor-price-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.elementor-price-table .elementor-price-table__features-list {
  height: 100%;
}
.elementor-price-table .elementor-price-table__footer {
  margin-top: auto;
}
/* END - Price Table - Equal Heights --- --- --- */
.elementor-pagination {
  margin-top: 30px;
  margin-bottom: 30px;
}
article.type-post h1 {
  margin-top: 12px;
  margin-bottom: 12px;
  line-height: 1.1em;
}
article.type-post .entry-meta {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #bcbebe;
}
@media (max-width: 767px) {
  .elementor-posts article.elementor-post {
    flex-direction: column;
  }
  .elementor-posts article.elementor-post .elementor-post__thumbnail__link {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail iframe {
  height: auto;
  position: absolute;
  top: calc(50% + 1px);
  left: calc(50% + 1px);
  -webkit-transform: scale(1.01) translate(-50%, -50%);
  -ms-transform: scale(1.01) translate(-50%, -50%);
  transform: scale(1.01) translate(-50%, -50%);
}
.elementor-post__card iframe {
  height: 100% !important;
  pointer-events: all;
}
.elementor-post__card .elementor-post__title a, .elementor-post__card .elementor-post__read-more {
  pointer-events: all;
}
