/*
Theme Name: Escalante Outfitters (Enfold Child)
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/
h1, h1 strong, h2, h3, h4 {font-weight:100; text-transfrom:uppercase;}
#header #header_main .main-menu li ul, .html_header_top .header_color .main_menu ul:first-child > li > ul,  .html_header_top .header_color .main_menu ul:first-child > li > ul ul,  .html_header_top .header_color .main_menu ul:first-child > li > ul ul ul, .avia_transform3d .show_mobile_menu #mobile-advanced {background-color:#352e29 !important;}

@media only screen and (min-width: 416px) {
  /* Styles for larger screens */
  /* upper online res */
   .home #main > .container_wrap:first-child, .home #main > .avia-builder-widget-area:first-child  {
    display: none;
  }
  /* lower online res */ 
   #main #av_section_1 .first .avia-builder-widget-area {
    margin:0px auto;
    width:270px;
    display: block;
  }
}
@media only screen and (max-width: 415px) {
  /* Styles for phones */
  /* upper online res */
  .home #main > .container_wrap:first-child, .home #main > .avia-builder-widget-area:first-child {
    margin:0px auto;
    width:340px;
    display: block;
  }
  /* lower online res */ 
   #main #av_section_1 .first .avia-builder-widget-area {
    display: none;
  }
}

.woocommerce-product-gallery__trigger{
    position: absolute !important;
    top: 1em;
    left: 1em;
    z-index: 99;
}

.reservation_button{
  background-color: #e68a00;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  width: 100%;
}