/*
 Theme Name:     Rise Child
 Theme URI:      http://thrivethemes.com/rise
 Description:    Rise Child Theme
 Template:       rise
 Version:        1.0.0
*/
.menu-main-container li a[title='hide']{
  display: none;
}
.menu-main-container li a[title='invis']{
  visibility: hidden;
}
.menu-main-container li a[title='title']{
  text-decoration: underline;
  color: #b57650 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 15px;
}
h2{
   margin-bottom: 20px !important;
}
section h3{
  margin: 27px 0 25px 0;
}
.tcb-flex-col{
   width: 100%;
}
div.cnt p{
  font-size: 20px !important;
}
div.cnt p:empty:before{
  content: none !important;
}

.wp-show-posts .wp-show-posts-entry-title{
  font-size: 32px;
}
div.h-bi{
   border-bottom: none;
}
div.theme-wrapper div.h-bi header.side{
   background-color: #fff;
}
header nav > ul.menu > li > a{
   color: #545454 !important;
   font-weight: 500;
}
header #logo > a > img{
   width: 220px;
   padding: 12px 0;
}
div.h-bi header{
   border-bottom: 1px solid #b4b3b3;
}
header .hsm:after{
   color: #545454 !important;
}

.home div.h-bi header.side{
   background: transparent;
   position: relative;
   z-index: 5;
   border: none;
}
div.cnt .entry-title a{
   color: #545454;
}
div.sAsCont section .scn:before{
   background-color: #e0e0e0;
}
div.sAsCont aside.sAs{
   width: 300px;
   margin-right: 20px;
}
div.bSeCont section.bSe{
   width: 730px;
}

footer div.fmm{
   background-color: #545454;
}
footer div.fmm p{
   color: #fff;
}
div.cnt{
   margin-top: 30px;
}
div.met{
   margin-bottom: 10px;
}
div.cnt p{
   line-height: 1.5em;
   margin-bottom: 20px;
}

.thrv_post_grid .tve_post_grid_vertical .tve_post_width_1 .tve_post_grid_image_wrapper{
   width: 390px;
}

.theme-wrapper .sAsCont section .scn{
    background-color: white;
}
.theme-wrapper .sAsCont section .scn a{
    font-weight: bold;
}
.no-border th,
.no-border tr{
   border-bottom: none !important;
   border-top: none !important;
      border-left: none !important;
      border-right: none !important;
}

#search_field_photos{
  font-size: 18px;
  width: 330px;
  padding: 7px;
  margin-top: -2px;
  text-align: center;
}
#search_container{
   text-align: center;
}
#search_photos{
   font-size: 18px;
   width: 345px;
   padding: 7px 10px;
   background: #da6c2a;
   color: white;
   font-weight: 500;
   margin-top: 10px;
}
.checkboxes{
   text-align: left;
}
.checkboxes label{
   margin: 0px 10px 5px 5px;
   font-size: 16px;
}
#results a{
   padding: 10px;
}
.aawp-tb-product-data-custom_text, .aawp-tb__head{
   font-size: 16px;
}
.aawp .aawp-product--horizontal .aawp-product__description>ul li{
  line-height: 1.4em !important;
}
.aawp .aawp-product--horizontal .aawp-product__description>ul li:before{
  font-size: 30px !important;
  top: 6px !important;
}
.aawp-tb-thumb{height: 250px;}

.aawp-tb-product-data-title a, .aawp-tb-product-data-title{
   font-size: 20px;
   font-weight: bold;
   line-height: 1.1em;
}
.amp-logo amp-img {
    max-width: 190px;
    width: 190px;
    height: 50px;
}
section.bSe{
  margin-bottom: 50px;
}

section.bSe iframe{
  margin: 40px auto !important;
  display: block !important;
}
.nav_container{
   background-color: #da6c2a;
}
h1.entry-title{
   text-align: center;
}
.ks_giveaway_iframe{
  height: 1080px !important;
}
.theme-wrapper .bSe ul{
  font-size: 20px !important;
  margin-bottom: 30px;
}
.theme-wrapper .bSe ul li{
  list-style: none !important;
  margin-bottom: 5px !important;
}
.theme-wrapper .bSe ul li:before{
  content: '\000B7';
  left: -14px;
  top: 11px;
  font-size: 48px;
}


/** columns **/
.two-columns-container{
  display: flex;
}
.two-columns{
  width: 50%;
}
.two-columns h4,
.three-columns h4{
  margin: auto;
  text-align: center;
}
.two-columns .product-amazon,
.three-columns .product-amazon{
  margin: 15px auto;
  height: 250px;
}
.two-columns .product-amazon img,
.three-columns .product-amazon img{
    height: 250px;
    display: block;
    margin: auto;
}
.two-columns .product-section-button,
.three-columns .product-section-button{
  background-color: #00c14d;
  color: #fff;
  border-radius: 5px;
  margin: 15px auto;
  text-align: center;
  display: block;
  width: 90%;
  text-transform: uppercase;
  padding: 10px;
}
.three-columns-container{
  display: flex;
}
.three-columns{
  width: 33%;
}
/**** boxes & lists ****/
div.highlight-box{
   border: 2px solid #0ba78f;
   background-color: #d3fbf4;
   padding: 15px 20px;
   margin-bottom: 15px;
}

div.highlight-box h4{
   text-align: center;
   border-bottom: 1px solid #00a88f;
   margin: auto;
   width: 38%;
   padding-bottom: 5px;
}
div.highlight-box ul, div.highlight-box ol{
   margin-top: 30px;
   margin-left: 30px;
}
div.highlight-box ul li, div.highlight-box ol li{
   line-height: 1.1em;
   margin-bottom: 8px;
   padding-left: 5px;
}
div.highlight-box ul li{
   list-style-type: disc;
}
div.highlight-box ul li:before{
   content: "";
}
span.ewttl-table__link-label{
    white-space: nowrap;
}


/*** Best Template ***/
.featured-image{
  margin-bottom: 30px;
}
.ataglance-product-name{
  font-size: 1.1em;
  line-height: 1.75em;
  text-decoration: underline;
  color: #1C8AD1 !important;
}
.ataglance-product-label{
  margin: 0 0 0px 10px;
  vertical-align: middle;
  text-transform: uppercase;
  background: #F5A622;
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
  border: 2px solid #F5A622;
  padding: 3px 5px;
  color: #fff;
  font-weight: 700;
  font-size: 17px!important;
  word-break: keep-all;
  border-radius: 6px;
  line-height: 1;
  white-space: nowrap;
}
.product-ataglance{
  margin: 30px auto;
}
.product-ataglance hr{
  border-width: 3px;
  border-color: rgb(218, 108, 42);
}
.ataglance-inner{
  display: inline-block;
}
.ataglance-inner ul{
  margin-top: 0;
  margin-bottom: 0 !important;
}
div.ataglance-inner ul li{
  margin-bottom: 0 !important;
  line-height: 1.1em !important;
}
.product-ataglance .ataglance-heading{
  font-size: 1.45em !important;
  color: #da6c2b;
  margin: 0;
  font-weight: 600;
  font-size: 22px;
}
/** alt at a glance grid **/
.ataglance-grid-heading{
  text-align: center;
  color: #de7d43 !important;
}
.ataglance-grid{
  width: 100%;
  display: inline-block;
  padding: 0;
  box-shadow: 0px 0px 10px #c2c2c2;
  margin: 10px auto 25px;
}
.ataglance-grid-element{
  float: left;
  width: 30%;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  text-align: center;
  padding: 1.5%;
  height: 411px;
}
.ataglance-grid .ataglance-grid-element h4{
  height: 75px !important;
  font-size: 21px;
}
.ataglance-pic-container{
  height: 200px;
  padding-bottom: 10px;
}
.ataglance-pic-container img{
  max-height: 90%
}
.ataglance-best-header{
  background: #F5A622;
  border: 2px solid #F5A622;
  padding: 5px;
  width: 90%;
  margin: auto;
  border-radius: 10px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 1em;
}
.ataglance-grid-button{
  width: 85%;
  display: block;
  padding: 12px 8px;
  background-color: #00c14d;
  margin: 10px auto;
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 7px;
  color: white !important;
}
/** topbar buttons **/
#floating-topbar,
.floating-topbar-container-alt{
  display: none;
}
/** sidebar grid **/
.sidebar-best .ataglance-grid-element{
  width: 90%;
  margin-left: 10%;
}
.sidebar-best .ataglance-pic-container{
  height: 150px;
  margin-top: 20px;
}
.sidebar-best .ataglance-pic-container img{
  max-height: 100%;
}
/** product info table **/
div.floating-button a{
    width: 90%;
    background-color: #00c14d;
    text-transform: uppercase;
    color: #fff!important;
    font-weight: 600!important;
    font-size: 18px;
    padding: 10px 14px;
    text-align: center;
    display: block;
    border-radius: 7px;
    margin: 10px auto 15px;
}
.button-header{
  border-top: 1px solid #f5c3aa;
  font-size: 20px;
  padding-top: 13px;
  color: #656565;
}
.product-table-heading{
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}
.product-table thead tr th{
  background-color: #DA6C2A!important;
  padding: 4px !important;
  border: none !important;
}
.product-list-heading{
  margin-top: 60px;
  text-align: center;
}
.product-table-cell{
  vertical-align: middle;
  padding: 10px;
}
.product-table-image{
  width: 15%;
  text-align: center;
  vertical-align: middle;
}
.product-table-label{
  margin: auto 0 7px -15px;
  position: relative;
  text-transform: uppercase;
  background: #F5A622;
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
  border: 2px solid #F5A622;
  padding: 4px 16px;
  clear: both;
  color: #fff;
  float: left;
  font-weight: 700;
  font-size: 13px!important;
  word-break: keep-all;
  border-radius: 6px;
  line-height: 1;
  width: max-content;
}
.product-table-features-list{
  margin: 0 15px!important;
  padding: 0!important;
}
.product-table-badgeproductname{
  display: flex;
  flex-direction: column;
}
.product-table-features-list li {
    margin: 0!important;
    padding: 0!important;
    list-style: disc!important;
    font-family: 'Roboto',sans-serif;
    font-size: 15px!important;
    font-weight: 400;
    color: #666;
    line-height: 1.1em;
}
.product-table-features-list li::before{
  font-size: 40px !important;
  top: 9px !important;
}
.product-table-button{
  background-color: #3ABC11;
  border-bottom: 3px solid #386503!important;
  word-wrap: normal;
  display: block;
  margin: 5px auto;
  line-height: 1.2em;
  text-decoration: none!important;
  text-transform: uppercase;
  color: #fff!important;
  font-family: 'Roboto',sans-serif;
  font-weight: 700!important;
  font-size: 14px;
  letter-spacing: .2px;
  border-radius: 6px;
  padding: 13px 12px;
  width: 200px;
  max-width: 95%;
  text-align: center;
  transition: .2s linear;
}
.product-table-productname{
  text-align: left;
  color: #FF712D;
  font-size: 19px;
  font-weight: 700;
  display: block;
  line-height: 1.2em;
  margin: 0;
  text-decoration: none;
}
.final-section{
  float: left;
  padding-top: 15px;
}
.product-review h2{
  margin-bottom: 20px;
}
.product-review h3{
  font-size: 36px;
  text-align: center;
}
.mini-review-divider{
  background-color: #f8b080;
  margin: 15px 0;
}
.amazon-pic{
  margin: 30px auto;
  max-width: 300px;
  text-align: center;
}
.bottom-box, .bottom-box-big{
  float: left;
  width: 47%;
  min-height: 200px;
  margin: 20px 1.3%;
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  margin-bottom: 20px;
}
.bottom-box-big{
  min-height: 300px;
}
.product-bottom div h3{
  margin: 15px 0 10px 15px;
  font-size: 26px;
}
.product-bottom div ul{
  margin: 15px 10px 20px 15px;
}
.product-bottom div ul li{
  margin-bottom: 0;
  line-height: 1.2em;
}
.product-pros ul li:before{
  color: #00922d;
}
.product-pros{
   border-top: 4px solid #00922d;
}
.product-pros h3{
  color: #00922d !important;
}
.product-cons{
   border-top: 4px solid #f00606;
}
.product-cons h3{
  color: #f00606 !important;
}
.product-cons ul li:before{
  color: #f00606;
}
.product-info,
.best-product-info{
  margin: 2% 1.3%;
  padding-top: 20px;
  display: inline-block;
  border-top: 1px solid #dadada;
  width: 98%;
}
.best-product-info{
  border: 1px solid #dadada;
  width: 97%;
  border-top: 4px solid #DA6C2A;
  border-radius: 8px;
}
.best-product-info h3{
  margin: 0px 0 10px 15px !important;
  color: #da6c2a !important;
}
.no-rating{
  border: none !important;
  padding-top: 0;
}
.product_box{
  width: 97%;
  border: 1px solid #d2d2d2;
  border-top: 4px solid #da6c2a;
  border-radius: 8px;
  display: inline-block;
  box-sizing: border-box;
}
.product-box h3{
  color: #da6c2a !important;
  font-size: 26px;
}
.product-button{
  display: inline-block;
  width: 100%;
  margin: 20px auto 30px;
}
.product-button div{
  width: 80%;
  padding: 15px 10px;;
  background-color: #00c14d;
  margin: 10px auto;
  color: white;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
.product-button div:hover{
  background-color: #687489;
}
.button-half{
  width: 50% !important;
  margin: 0 !important;
}
.product-best-label{
  text-align: center;
  margin: auto;
  display: block;
  width: 280px;
  background: #f5a622;
  color: white;
  padding: 7px;
  border-radius: 9px;
  text-transform: uppercase;
  line-height: 1.1em;
  margin-top: 25px;
}
/** product comparison **/
.ewt-fs-container .product-desc{
  width: 100%;
}
.product-block{
  width: 50%;
  box-sizing: border-box;
  order: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 12px;
}
div.product-block:first-of-type{
    border-right: 1px solid #dadada;
}
.comparison-button{
  display: block;
  width: 75%;
  margin: 20px auto;
  background-color: #00c14d;
  padding: 8px;
  color: white !important;
  text-transform: uppercase;
  font-weight: bold;
}
.comparison-button-set{
  width: 50%;
  text-align: center;
  font-size: 26px;
  margin-top: 30px;
  float: left;
}
.floating-topbar-comparison{
  display: flex;
  align-items: center;
  width: 60%;
  padding: 2% 5% 2% 2%;
  flex-direction: column;
}
.floating-topbar-comparison .sidebar-product-button{
  margin-top: 10px;
}
.product-block li{
  margin: 0 !important;
  line-height: 1.5em;
}
.product-block li::before{
  content: '' !important;
}
div.product-block ul {
  margin-bottom: 0 !important;
}
div.product-block ul li{
  font-size: 16px !important;
  line-height: 1.1em !important;
  margin-bottom: 0 !important;
}

/** review extended **/
.ewt-fs-table__button{
  font-size: 18px;
  text-shadow: none;
}
.product-review-sidebar{
  position: sticky;
  top: -150px;
}
.product-review-sidebar aside{
  margin-top: 163px;
}
.sidebar-product-container{
  width: 300px;
  margin-left: 20px;
  background-color: #fcfcfc;
  border-top: 2px solid #ff712c;
  padding: 13px;
  text-align: center;
  z-index: 3;
  box-shadow: 0 0 11px #aeaeae;
}
.sidebar-product-badge{
  background: #ff712c;
  margin: -13px -15px 1px -15px;
  padding: 20px;
  line-height: 0;
  color: white;
  font-weight: bold;
}
.sidebar-product-image{
  margin: 15px;
}
a.sidebar-product-button{
  margin: 22px auto 20px;
  line-height: 1.1em;
  padding: 13px;
  font-size: 17px;
}
.sale-note{
    color: white;
    text-transform: uppercase;
    margin: -5px auto 15px;
    padding: 0px 10px;
    display: inline-block;
    background: #ff2e2e;
    border-radius: 5px;
    font-size: 15px;
}
.product-section-heading{
  text-align: center;
  margin-top: 50px;
  clear: both;
}
.product-section-image{
  max-width: 225px;
  margin: 30px auto 20px;
  display: block;
}
div.product-section-button{
  margin: 10px auto 10px;
  clear: both;
  display: inline-block;
  width: 100%;
}
div.product-section-button.button-half a{
  width: 85%;
}
div.product-section-button a{
    background-color: #00c14d;
    order: 5;
    line-height: 22px;
    text-decoration: none!important;
    text-transform: uppercase;
    color: #fff!important;
    font-weight: 600!important;
    font-size: 24px;
    padding: 21px 14px;
    text-align: center;
    transition: .2s linear;
    border-radius: 5px;
    width: 70%;
    margin: 20px auto;
    display: block;
}
table.product-table-review{
  margin: 15px auto 5px;
  max-width: 97%;
  margin-left: 1.5%;
  border: 1px solid #dadada !important;
  border-top: 5px solid #DA6C2A !important;
  border-radius: 10px 10px 0 0;
  border-collapse: inherit;
}
table.product-table-review td, table.product-table-review th{
  white-space: pre-wrap;
  vertical-align: top;
}
table.product-table-review thead{
  border-radius: 5px;
}
table.product-table-review th{
  padding: 10px 0 7px 18px !important;
  background-color: #fff !important;
  border: none !important;
  border-bottom: 2px solid #dadada !important;
  color: #DA6C2A !important;
}

table.product-table-review .product-section-button{
  margin: 0 auto;
  width: 100%;
}
table.product-table-review td:nth-child(1){
  font-size: 18px;
  width: 25%;
}
table.product-table-review td:nth-child(2){
  width: 50%;
}
table.product-table-review .product-section-button a{
  margin: 0;
  width: 85%;
  font-size: 20px;
  padding: 10px 10px;
  white-space: pre-line;
}
/** rating **/
div.product-box{
  width: 97%;
  display: inline-block;
  padding: 10px;
  margin-left: 1.5%;
  border: 1px solid #dadada;
  border-top: 5px solid #da6b2a;
  border-radius: 8px;
  box-sizing: border-box;
}
div.product-rating{
  width: 100%;
  margin: 0 5px;
  font-size: 20px;
  float: left;
}
.rating-chart{
  float: left;
  width: 71%;
}
.rating-item{
  margin: 20px 10px;
}
.rating-total{
  float: right;
  text-align: center;
  width: 25%;
  height: 180px;
  margin: 20px auto 0;
}
.rating-total-heading{
  line-height: 1em;
  font-size: 25px;
  display: block;
  width: 80px;
  margin: auto;
}
.rating-number{
  font-size: 55px;
  line-height: 1.90em;
  width: 80px;
  height: 80px;
  border: 3px solid green;
  border-radius: 75px;
  padding: 10px;
}
.rating-value-background{
  height: 10px;
  background-color: #dadada;
  margin: 8px 0;
  clear: both;
}
.rating-value{
  height: 10px;
  background-color: #da6b2a;
}
.rating-title{
  float: left;
}
.rating-value-number{
  float: right;
}

/** Best Hikes **/
div.hike-info{
  border: 2px solid #0ba78f;
  background-color: #d3fbf4;
  padding: 15px 20px;
  margin-bottom: 15px;
}
div.hike-info ul li{
  padding-left: 0;
  margin-bottom: 8px !important;
}
div.hike-info ul li:before{
  content: "" !important;
}
div.hike-info h4{
  margin: 10px 0 21px 0;
}
section.single-hike{
  width: 1100px !important;
}
img.hike-header-image{
  width: 100%;
}
#hike-description{
  width: 63.66%;
  float:left;
  margin-right: 3%;
}
#hike-details{
  width: 33.33%;
  float:left;
  font-size: 15px;
  line-height: 1.2em;
  border: 2px solid #0ba78f;
  background-color: #d3fbf4;
  padding: 0px 15px 15px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
#hike-details .detail-heading{
  float: left;
  width: 33.33%;
}
#hike-details div.detail-content{
  float: right;
  width: 56.66%;
  text-align: right;
}
.single-detail{
  border-bottom: 1px solid #aeaeae;
  float: left;
  width: 100%;
  padding: 4px 0;
}
div.single-detail div.single-content p{
  margin-bottom: 0;
}

@media screen and (max-width: 640px){
  .ataglance-grid-element{
    float: none;
    width: 100%;
    height: 395px;
    padding-top: 20px;
  }
  .ataglance-best-header{
    max-width: 280px;
  }
  .ataglance-grid .ataglance-grid-element h4{
    height: 40px !important;
  }
  .ataglance-best-header{
    font-size: 17px;
  }
}
@media screen and (max-width: 600px){
  thead{
    display: none
  }
  table.product-table-review tbody tr:first-child {
    border-top: 5px solid #f09366 !important;
  }
  td{
    order: 2;
    width: 100%;
    box-sizing: border-box;
    border: none!important;
    display: flex;
    flex-direction: column;
    padding: 10px 10px 0!important;
    margin: auto;
    text-align: center;
  }
  table.product-table-review td:nth-child(1),
  table.product-table-review td:nth-child(2){
    width: 100% !important;
  }
  table.product-table-review .product-section-button{
    margin-bottom: 15px;
    width: 80%;
  }
  .rating-number {
    font-size: 45px;
  }
  .bottom-box{
    margin: 20px 0;
    min-height: auto !important;
  }
  .product-button {
    margin: 12px auto 12px;
  }
  .button-half{
    width: 100% !important;
  }
}
@media screen and (max-width: 700px){
  .product-table-row{
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #E6E6E6!important;
    border-top: none!important;
    padding-bottom: 12px;
  }
  .product-table-cell{
    order: 2;
    width: 100%;
    box-sizing: border-box;
    border: none!important;
    display: flex;
    flex-direction: column;
    padding: 10px 10px 0!important;
    margin: auto;
  }
  .product-table-label{
    margin: 5px auto 10px;
  }
  .product-table-badgeproductname{
    margin: auto;
  }
  .product-table-features-list{
    max-width: 250px;
    margin: auto !important;
    padding: 5px 0!important;
  }
  .product-table-productname{
    text-align: center;
  }
}
@media screen and (max-width: 550px){
  .box{
    width: 98%;
  }
}


/**** media queries ****/
/**** media queries ****/
@media only screen and (max-width: 1150px){
  section.single-hike{
    width: 100% !important;
    margin: 0 2%;
  }
}

@media only screen and (max-width: 1100px){
   div.wrp{
      width: 92%;
   }
   div.bSeCont section.bSe{
      width: 710px;
      margin-left: 20px;
   }
   div.wrp section.fullWidth .awr{
      padding-left: 20px;
      padding-right: 20px;
   }
   #logo{
      padding-left: 15px;
   }
}
@media only screen and (max-width: 1080px){
   section.bpd{
      width: 900px;
   }
   div.bSeCont section.bSe {
      width: 670px;
   }
   #floating-topbar{
     font-family: Arimo, sans-serif;
     display: flex;
     position: fixed;
     bottom: 0;
     left: 0;
     height: 100px;
     width: 100%;
     z-index: 10;
     background-color: #fcfcfc;
     box-shadow: 0 0 5px #aeaeae;
  }
  #floating-topbar .floating-topbar-label{
    text-transform: uppercase;
    line-height: 1.2em;
    width: 22%;
    font-size: 16px;
  }
  .floating-topbar-label{
    width: 16%;
    display: flex;
    align-items: center;
    color: white;
    background-color: #ff712c;
    box-sizing: border-box;
    text-align: center;
    font-size: 17px;
    padding: 5px;
  }
  .floating-topbar-container{
    margin: auto;
    display: flex;
  }
  .topbar-product{
    padding: 15px 20px;
  }
  .topbar-header{
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
  }
  .topbar-button a{
    color: white;
    background-color: #00c14d;
    padding: 12px 26px;
    border-radius: 5px;
    font-size: 16px;
    display: block;
    text-align: center;
  }
  .topbar-image{
    width: 9%;
    margin: 1%;
    display: flex;
    align-items: center;
  }
  .topbar-image img{
    max-height: 85px;
  }
  .sAsCont .product-review-sidebar{
    display: none !important;
  }
  .floating-topbar-container-single{
    display: flex;
    align-items: center;
    width: 60%;
    padding: 2% 5% 2% 2%;
  }
  .sidebar-product-container{
    display: none !important;
  }
}
@media only screen and (max-width: 1023px){
   div.wrp{
      display: table;
      width: 92% !important;
   }
   div.bSeCont{
      display: table-header-group;
   }
   div.bSeCont section.bSe {
      width: 100%;
      margin-left: 0;
   }
   div.sAsCont {
      display: table-footer-group;
      float: left;
   }
   div.bSeCont section.bSe .awr{
      padding-left: 20px;
      padding-right: 20px;
   }
}
@media only screen and (max-width: 940px){
   div.bSeCont section.bSe.left {
      width: 100%;
   }
   #hike-details, #hike-description{
     width: 100% !important;
   }
}
@media only screen and (max-width: 850px){
  .floating-topbar-container-alt{
    display: flex;
    align-items: center;
    width: 60%;
    padding: 2% 5% 2% 2%;
  }
  .floating-topbar-container{
    display: none;
  }
}
@media only screen and (max-width: 780px){
   header div#logo > a > img {
    max-width: 170px;
   }
   div.cnt {
      margin-top: 20px;
   }
   div.product-block{
     width: 100%;
   }
}
@media only screen and (max-width: 768px){
   /** post dislay fix **/
   section.bSe h1.entry-title{
      font-size: 40px;
   }
   .single-post .sAsCont{
      display: none;
   }
   .single-post .bSeCont{
      width: 100%;
      display: block;
   }
   a.fwit{
      margin-bottom: 20px;
   }
   .awr{
      padding-left: 10px;
      padding-right: 10px;
   }
   header div.hsm{
    padding-right: 20px;
    background-color: transparent;
    padding-top: 5px;
   }
   header.side div#logo > a > img {
    max-width: 150px !important;
    padding-left: 20px;
   }
   header div.m-si, header nav ul#menu-main li{
      background: #d88a53;
   }
   header nav > ul#menu-main > li > a{
      padding: 10px;
   }
   div.brd{
      padding-left: 25px;
   }
   div.wrp{
      width: 92% !important;
      display: block;
   }
   section.bpd, div.cnt .bSe.left{
      width: 95%;
      margin: auto;
   }
   div.met ul.meta li{
      margin-bottom: 0;
   }
   div.bSeCont{
     display: block;
   }
   header div.m-si, header nav ul#menu-main li{
     background: white;
   }
   header nav ul li ul li a{
     color: #666 !important;
   }
   .menu-main-container ul.sub-menu{
      display: none;
   }
}
@media only screen and (max-width: 360px){
   /** post dislay fix **/
   section.bSe h1.entry-title{
      font-size: 34px;
   }
}
@media only screen and (min-width: 768px){
  .menu-main-container ul>li:hover>ul,
  .menu-main-container ul>li:hover>ul>li ul {
      display: inherit !important;
  }
  .menu-main-container {
      position: relative;
      width: 1000px;
  }
  .menu-main-container li {
      position: static;
  }
  .menu-main-container ul li:hover>a{
    color: #DA6C2D !important;
  }
  nav.menu-main-container ul li>ul{
    box-shadow: none;
  }
  header nav.menu-main-container ul li>ul{
    border-bottom: none;
    min-width: 150px;
  }
  header nav.menu-main-container ul li>ul li a{
    border: none;
    padding: 6px 0px;
  }
  .menu-main-container li a{
      color: #545454 !important;
      padding-top: 15px !important;
  }
  nav.menu-main-container ul>li a:after{
    content: "" !important;
  }
  .menu-main-container ul li:hover ul {
      display: inherit !important;
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      padding: 10px 0 15px;
  }
  .menu-main-container ul li:hover ul li ul {
      display: inherit;
      position: relative;
      left: 0;
      padding: 0;
  }
  .menu-main-container ul li:hover ul li {
      float: left;
      position: static;
      display: block;
      background-color: #f5f5f5;
  }
  .menu-main-container ul li:hover ul li ul li {
      float: none;
      padding-top: 0;
      background-color: #f5f5f5;
  }
  .menu-main-container ul li:hover ul {
      display: inherit;
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      background-color: #f5f5f5;
  }
  .menu-main-container  ul:hover ul li ul li a {
      padding-left: 1em;
      padding-top: 0;
  }
}
