/**
Theme Name: Summit Mountain Guides
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: summit-mountain-guides
Template: astra
*/


/* *********************** VARIABLES *************************** */

 :root {
    --red: #8D0307 !important;
   --dark-red: #6B0003;
   --light-grey: #E4E4E4;
   --light: #f9fafa;
   --white: #fff;
   --grey: #54595F;
   --black: black;
   --warning: #e39c79;
}


/* ******************* HELPER CLASSES *********************** */

/*** Spacing between sections ****/

.site-content section.py-reg{
  padding-top: 50px;
  padding-bottom: 50px;
}

.site-content section.pt-reg{
  padding-top: 50px;
}

.site-content section.pb-reg{
  padding-bottom: 50px;
}

.site-content section.p-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

@media (max-width:700px){
 .site-content section.py-reg{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  section.pt-reg{
  padding-top: 40px;
}

  section.pb-reg{
    padding-bottom: 40px;
  }

  section.p-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}

/* ******************* ASTRA OVER-RIDES *********************** */

.ast-separate-container .ast-article-post,
.ast-separate-container .ast-article-single {
  padding:2rem !important;
}

.ast-separate-container .post-navigation {
  background-color: white !important;
}

.page.page-template-flexible-template .site-content{
  padding-top: 100px !important;
}

/* .home.page.page-template-flexible-template .site-content{
  padding-top: 100px !important;
} */

header .custom-logo-link img {
  max-width: 130px !important;
}

@media (max-width: 1200px){
  header .custom-logo-link img {
    max-width: 100px !important;
  }
}

.main-header-bar-navigation{
    max-width: 1150px !important;
}

.site-content .ast-container{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.main-header-bar {
   background-color: black !important;
}

.page-template.page-template-flexible-template .site-header .main-header-bar .ast-container{
  background-color: black !important;
}

.ast-button-wrap .menu-toggle .menu-toggle-icon::before {
  color: white !important;
}

.ast-button-wrap .menu-toggle .menu-toggle-icon{
  font-size: 40px !important;
}

@media (min-width:1320px){
  .main-header-menu > .menu-item > .menu-link{
    color: white !important;
  }
}

header#masthead.site-header .ast-container{
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.page-template.page-template-flexible-template .site-footer .ast-container{
   background-color: black !important;
}

footer.site-footer .widget h2.wp-block-heading{
  color: var(--light) !important;
}

.main-header-bar .custom-social-icons{
  width: 100% !important;
  display: flex;
  justify-content: center;
  height: 10px;
  position: relative;
  z-index: 999999999 !important;
  
}

.custom-social-icons i{
  color: white;
}

.ast-search-icon a{
   color: white;
}

.ast-desktop .main-header-menu.submenu-with-border .sub-menu{
  border-color: transparent !important;
}

.main-header-menu .sub-menu{
  rgba(255, 255, 255, .95) !important;
}

#ajaxsearchlite1 .probox, div.asl_w .probox{
  height: 20px !important;
  margin-bottom: 10px !important;
}

div.asl_m .probox .proinput input {
  height: 23px !important; 
}

div.asl_m .probox .promagnifier .innericon svg{
  height: 66% !important;
}

.main-header-bar .icons-container{
  min-width: 60px;
  display: flex;
  justify-content: space-between;
}

.header-main-layout-1 .main-navigation {
  vertical-align: bottom !important;
}

@media (min-width: 768px){
  .main-header-bar .custom-social-icons{
    justify-content: right;
  }
  
  .main-navigation{
    height: 50px;
  }
  
  .main-header-bar .site-navigation{
        display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 5px;
  }
}

footer .widget_block p {
  color: white !important;
}

.single.single-post .site-content{
  background-color: white !important;
}

 .ast-right-sidebar #primary {
   padding-left: 20px !important;
    padding-right: 20px !important;
}

.single .entry-content h2.wp-block-heading,
.single .entry-content h2{
  font-weight: 300 !important;
  color: var(--grey) !important;
  font-size: 1.8rem !important;
}

@media (min-width: 922px) {
  .ast-separate-container.ast-right-sidebar #secondary{
    padding-top: 2rem !important;
  }
}

/* ************* STICKY HEADER ANIMATION *************** */

header#masthead.site-header {
  background-color: #333;
  color: #fff;
/*   padding: 20px; */
  position: fixed !important;
  top: 0;
  width: 100%;
  transition: top 0.3s ease-in-out, height 0.3s ease-in-out;
}

/* ************* TYPOGRAPHY *************** */

section h2, .entry-content h2{
  font-weight: 600 !important;
}

section h1{
  padding-bottom: 20px;
}

section a{
  color: var(--dark) !important;
}

section a:hover{
  color: var(--dark-red) !important;
}

.main-header-menu > .menu-item > .menu-link{
  font-weight: bold;
  }

/* ************* BUTTONS *************** */

.button-primary{
    color: var(--white) !important;
    background-color: var(--red) !important;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    max-width: 200px;
    padding: 10px 20px !important;
    transition: all 2s ease-in-out;
}

.button-primary:hover{
  background-color: var(--dark-red) !important;
  color: var(--white) !important;
}

/* ************* FLEXIBLE SECTIONS *************** */

.page-template.page-template-flexible-template .ast-container{
  background-color: white !important;
}

.page-template.page-template-flexible-template h2{
  padding-bottom: 20px;
}

#section_upcoming-courses_1_two_column_content h2{
  color: white !important;
  text-align: center !important;
}


/* ************* SINGLE PAGE CUSTOMIZATIONS *************** */

section#section_mountain-skills-guided-adventures_1_two_column_txt.homepage-intro p{
  font-size: 18px !important;
  font-weight: 300;
}

section#section_mountain-skills-guided-adventures_1_two_column_txt.homepage-intro a{
  font-weight: 300 !important;
}

@media(min-width: 992px){
  section#section_mountain-skills-guided-adventures_1_two_column_txt.homepage-intro p{
    font-size: 22px !important;
    line-height: 1.4em !important;
  }
 
}


/* ************* SINGLE *************** */

.single-guides .featured-image{
  text-align: center !important;
  background-color: var(--white);
}

.page.page-template-flexible-template .site-content {
  padding-top: 150px !important;
}

.single-guides .featured-image img.wp-post-image{
  max-width: 500px !important;
  padding-top: 50px;
}

h1.entry-title a {
  font-size: 36px;
  line-height: 1.4em;
  color: var(--dark-red) !important;
  padding-bottom: 15px;
  font-weight: bold !important;
}

.single .ast-breadcrumbs-wrapper{
  padding-bottom: 30px;
}

.single .ast-separate-container #primary.content-area{
  padding-top: 40px !important;
}

@media (max-width: 500px){
  .single .featured-image{
    margin-top: 50px;
  }
}

/* ***** SINGLE CPT TRIPS/COURSES ****** */

.single .sidebar-content-container{
  display: flex !important;
  flex-wrap: wrap !important;
  max-width: 1320px !important;
}

.single .featured-image{
  max-height: 500px !important;
  overflow: hidden !important;
}

.ast-separate-container .ast-article-single.trip,
.ast-separate-container .ast-article-single.courses{
  width: 100%;
  max-width: 1320px;
}

.single .post-navigation{
  width: 100% !important;
}

.page-template-flexible-template .simple_content{
  padding-right: 20px !important;
  padding-left: 20px !important;
}


@media (min-width: 768px) {
  .single .single-courses-sidebar-area {
    width: 33% !important;
  }
  
  .ast-separate-container .ast-article-single.trip,
  .ast-separate-container .ast-article-single.courses{
    width: 60% !important;
  }
}

/* ***** SIDEBAR ***** */

.single .sidebar-content-container{
  background-color: white !important;
  margin: 0px !important;
}

.single .single-courses-sidebar-area{
  padding: 30px 20px 20px 20px!important;
  background-color: var(--light) !important;
  margin: 30px 15px;
  width: 100%;
}

.single .ast-separate-container article.hentry.ast-article-single.trip{
  padding: 2em !important;
}

html body.trip-template-default.single.single-trip.postid-7170.logged-in.admin-bar.wp-custom-logo.mec-theme-astra.ast-desktop.ast-separate-container.ast-two-container.ast-no-sidebar.astra-4.6.11.ast-header-custom-item-inside.ast-blog-single-style-1.ast-custom-post-type.ast-single-post.ast-inherit-site-logo-transparent.ast-normal-title-enabled.customize-support div#page.hfeed.site div#content.site-content div.ast-container div#primary.content-area.primary div.sidebar-content-container article#post-7170.post-7170.trip.type-trip.status-publish.has-post-thumbnail.hentry.category-ski-mountaineering.ast-article-single{
   padding: 2em !important;
}

/* @media(min-width: 992px){
  .ast-separate-container .ast-article-single.trip{
    width: 60% !important;
  }
} */

.trip-details-sidebar div.dates,
.trip-details-sidebar div.price,
.trip-details-sidebar div.group_size,
.trip-details-sidebar div.skill_level{
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  border-bottom: 1px solid white;
}

.single .single-courses-sidebar-area .sidebar-booking-buttons{
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-evenly !important;
  padding-top: 30px;
}

.single .single-courses-sidebar-area .sidebar-booking-buttons .button-primary{
  padding: 15px 25px !important;
  min-width: 200px !important;
}

.single .single-courses-sidebar-area .sidebar-booking-buttons .button-primary.dark{
  background-color: black !important;
}

/* ************* MEC EVENTS PAGES *************** */

.single-mec-events section#main-content.mec-container{
  max-width: 1320px !important;
}

@media (min-width: 992px){
  section#main-content.mec-container .col-md-8{
    padding: 0em 2em !important;
  }
  
  .mec-single-event .mec-event-content{
    padding-top: 0px !important;
  } 
}

.single-mec-events .mec-address{
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  border-bottom: 1px solid var(--light-grey) !important;
  margin-bottom: 20px;
/*   margin-top: 20px; */
}

.mec-single-event .mec-frontbox{
  border: 0px solid #e6e7e8;
}

.mec-wrap h1.mec-single-title{
  color: var(--dark-red) !important;
}

.mec-single-event .mec-booking-button {
  max-width: 300px;
}

.mec-book-form-btn-wrap button,
.mec-book-form-btn-wrap svg{
  color: white !important;
}

.mec-single-event .mec-events-event-image{
  display: none !important;
}

.page.page-id-4830 .ast-container{
  background-color: var(--white) !important;
}

.single.single-mec-events{
  background-color: var(--white) !important;
}

.single-mec-events .mec-container .row.mec-single-event {
    display: flex;
    flex-wrap: wrap;
}

.single-mec-events .mec-container .row.mec-single-event {
    flex-direction: row;
}

.single-mec-events .mec-container .row.mec-single-event .col-md-8 {
     order: 2;
/*       width: 100%; */
}

.mec-single-event .mec-events-meta-group-booking ul.mec-book-tickets-reg-fields-container{
    padding: 15px !important;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 786px){
  .single-mec-events section#main-content.mec-container .mec-wrap article.row.mec-single-event.0 div.col-md-8{
    width: 100% !important;
  }
  
  .single-mec-events .mec-container .row.mec-single-event .col-md-8 {
    width: 100% !important;
  }
}

.single-mec-events .mec-container .row.mec-single-event .col-md-4 {
     order: 1;
}

.mec-full-calendar-skin-container .mec-event-list-standard{
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.mec-single-event .mec-frontbox {
  padding: 0px !important;
  background: #fff;
  border: 0px solid #e6e7e8 !important;
}

.mec-event-info-desktop.mec-event-meta.mec-color-before.mec-frontbox{
  max-width: 150px !important;
  background-color: #6b0003 !important;
}

.mec-sl-arrow-right{
  color: #6b0003 !important;
}

button.mec-book-form-next-button{
  border-radius: 1px !important;
}

.mec-address a:hover,
.widget_block a:hover{
  color: #171c24 !important;
}

.mec-book-form-next-button #next-icon {
  fill: white !important;
}

.widget_block h3.wp-block-heading{
  color: #6b0003 !important;
  font-weight: bold !important;
}

.widget_block p{
  color: #616161 !important;
}

.mec-wrap :not(.elementor-widget-container) > p {
  font-size: 16px !important;
  font-weight: 400;
}

.single.single-mec-events .mec-single-event #block-20 .wp-widget-group__inner-blocks{
  padding: 20px !important;
  background-color: var(--light) !important;
}

.single.single-mec-events .mec-single-event .col-md-4{
  background-color: var(--light) !important;
}

.mec-single-event .mec-booking-button {
  background-color: var(--dark-red) !important;
  color: white !important;
  border-bottom: none;
  letter-spacing: .5px;
  line-height: normal !important;
  height: 50px !important;
  padding: 16px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 1px !important;
  box-shadow: none !important;
  margin-top: 20px !important;
  text-transform: capitalize !important;
}

.mec-event-info-desktop.mec-event-meta.mec-color-before.mec-frontbox {
  background-color: transparent !important;
}

.mec-single-event .mec-events-meta-group-booking{
  border: 0px solid #e6e7e8 !important;
}

.mec-single-event .mec-events-meta-group-booking form > h{
  border-bottom: 0px solid #ebebeb !important;
  color: var(--dark-red) !important;
}

.mec-single-event .mec-event-export-module .mec-events-gcal{
  display: none !important;
}


.mec-event-carousel-type2 .owl-prev i,
.mec-event-carousel-type2 .owl-next i{
  color: white !important;
  font-size: 20px !important;
  display: none !important;
}

.mec-event-carousel-type2 .owl-prev i:hover,
.mec-event-carousel-type2 .owl-next i:hover{
   font-size: 20px !important;
}

.mec-event-carousel-type2 .owl-prev i{
  left: 20px !important;
}

.mec-event-carousel-type2 .owl-next i{
  right: 20px !important;
  }

.owl-next .mec-sl-arrow-right,
.owl-next .mec-sl-arrow-left{
  font-size: 20px !important;
}

div#mec_skin_events_132 button.owl-prev,
div#mec_skin_events_132 button.owl-next{
  display: none !important;
}

/* ************* GRAVITY FORMS *************** */

.ginput_container_multiselect .gform_wrapper select {
	height:200px!important;
}

/* ************* SEARCH RESULTS *************** */

@media(min-width: 992px){
  .search.search-results .ast-separate-container #primary{
    margin-top: 9em !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.search.search-results .ast-archive-description{
  max-width: 3000px !important;
}


/* ************* Toolbox Lightbox *************** */

#TB_caption{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#TB_caption #TB_secondLine #TB_next,
#TB_caption #TB_secondLine #TB_prev{
  font-weight: bold !important;
}

/* ************* Smartslider *************** */

.n2-section-smartslider div#n2-ss-12 .n2-font-fc4d90183b53a8d7049df3b59a797c31-simple{
  font-family: Helvetica,Verdana,Arial,sans-serif !important;
}

div#n2-ss-12 .n2-style-46feb1181daea3c711be1974617159c0-simple {
  padding: 0px 0px 0px 0px !important;
  }


/* ************* FOOTER *************** */

.site-footer .custom-social-icons{
  float: right;
}

.site-footer .icons-container {
  min-width: 60px;
  display: flex;
  justify-content: space-between;
  max-width: 200px;
}

/* ************* LOGO SECTION *************** */


@media(min-width: 992px){
  .page-id-968 section.logos .container,
  .page-id-968 .logos-container{
    align-items: start !important;
    justify-content: start !important;
  }

  .page-id-968 section.logos .container p{
    font-weight:bold;
  }
}

/* ************* MISC *************** */

/* ***** MISC ***** */

.page-id-964 .section--three_column_portal .column a {
  display: flex;
  flex-wrap: wrap;
}

.page-id-964 .section--three_column_portal .icon{
  width: 100%;
  display: block;
}


 