#gallery-3col-carousel .bg-wrap {
    background: #f4f5f6;
}
.adventures  .gallery-item::after {
    content: ""!important;
    position: absolute;
    display: block;
    width: 100%;
    height: 60vh;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.4) 50%,rgba(0,0,0,.6) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.4) 50%,rgba(0,0,0,.6) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.4) 50%,rgba(0,0,0,.6) 100%);
}
.item-title{z-index:9;}
.icon-div:hover .icon {
    fill: #333 !important;
    background: #fff !important;
}
.owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.owl-item{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
}
.image-block .tag {
    position: absolute;
    top: 5px;
    left: 5px;
}
.price {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #f4871d;
    padding: 5px 10px;
}
.gallery-item.gallery-style-5:hover .item-img  {
    opacity: 0.5;
}
.image-block {
    position: relative;
    display: inline-block;
}

.activities, .share, .adventure-info {
    left: 10px;
    position: absolute;
    bottom: 0;
    z-index: 9;
}
.slogan{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0px 5px;
}
.adventure_title{
    font-size: 24px !important;
    font-weight: 600 !important;
}
.package-bar {
    background: rgb(0 0 0 / 6%);
    padding: 10px;
    margin: 0;
}
@media(max-width:767px){
    .package-bar ul.list-inline > li{
        display: block;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .navbar-nav{background:#fff; }
    .navbar-nav li{padding: 0 20px;}
    .navbar-nav li a{color: #333 !important;}
    .owl-theme .owl-nav .owl-prev::after {left: 5px;}
    .owl-theme .owl-nav [class *=owl-]::before{margin:5px;}
    .owl-theme .owl-nav .owl-next::after {right: 5px;}
}
.activity,.share-icon{
    background-color: rgba(0, 0, 0, 0.5);
    margin-right: 5px;
    border-radius: 50%;
    display: inline-block;
    width: 35px;
    height: 35px;
    position: relative;
}
.activity img{
    width: 100%;
    height: 100%;
    padding: 5px;
}
.activity a{
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    width: 100%;
}
.transport-fee{
    font-size: 14px;
    line-height: 1em;
    padding-left: 5px;
}
.trip-type{font-size: 14px; font-weight: 600;min-height: 30px;}
.transport_fee{min-height: 30px;}
.dark a.light:not(.btn):hover, .light a:not(.btn):hover, .dark .light a:not(.btn):hover, a.light:not(.btn):hover{text-decoration: none;}



/** TOOLTIP **/

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.tag {
    color: #797676;
    font-size: 12px;
    display: inline-block;
    padding: 3.5px 10px;
    margin: 0 5px 5px 0;
    border: 1px solid #dcdcdc;
    border-radius: 13.5px;
    border: 1px solid #ee5657;
    background: #ee5657;
    color: #fff;
}
.tag.kids {border: 1px solid #ff7e4f; background: #ff7e4f; color:#fff;}
.tag.women, .tag.female {border: 1px solid #db7192; background: #db7192; color:#fff;}
.tag.family {border: 1px solid #6495ed; background: #6495ed; color:#fff;}

.flex-grow-1 {flex-grow: 1;}
.book-trip-intro{font-size: 18px; line-height: 24px;}

.book-pre-heading {
  text-transform: uppercase;
  font-size: 16px !important;
  font-weight: bold !important;
  letter-spacing: 1px;
}
.book-heading{line-height: 52px;}
.share{right:10px;left:auto;}
.share-icon img{
    width: 100%;
    height: auto;
    padding: 8px;
}
.share ul{
    display: none;
    position: absolute;
    list-style: none;
    font-size: 16px;
}
.share ul li{background: #0F7C6F; border-bottom: 1px solid #fff;}
.share:hover ul {
    display: block;
}
.share li a {
    color: rgb(255, 255, 255, 0.9);
    padding: 5px 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.light .share li a:hover{color:#fff;}
a.share-icon {
    margin-bottom: 5px;
    background-color: #000;
}
.share.details{
    top: 0;
    bottom: auto;
}
h6.trip-info{
    line-height: 1.4em;
}
[dir=rtl] .activities, [dir=rtl] .adventure-info {
    right: 10px;
    left: auto;
}
[dir=rtl] .share{
    left: 10px;
    right: auto;
}
[dir=rtl] .btn.btn_arrow svg{
    transform: rotate(180deg);
    margin-right: 5px;
    margin-left: 0;
}
@media(min-width:768px){
    [dir=rtl] ul.list-inline > li + li, [dir=rtl] ul.list-justify > li + li {
        margin-right: 10px;
        margin-left: 0;
    }
    [dir=rtl] .package-bar ul.list-inline li {
        font-size: 13px;
    }
}
[dir=rtl] .share:hover ul{left:0;}
a.btn[disabled],a.btn[disabled]:hover {
    background: #ccc;
    border-color: #ccc;
    cursor: not-allowed;
}
.trip-img{
    height: 230px;
    display: inline-block;
    width: 100%;
}
.trip-img .item-img{
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.owl-item .item{width:100%;}
.adventure-img.big .trip-img{height:360px;}
.adventure-img .trip-img{display: block;}

.stars-outer {
  display: inline-block;
  position: relative;
  font-family: FontAwesome;
  font-size: 16px;
}

.stars-outer::before {
  content: "\f006  \f006  \f006  \f006  \f006";
}

.stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
}

.stars-inner::before {
  content: "\f005  \f005  \f005  \f005  \f005";
  color: rgb(252, 191, 2) !important;;
}
.light h4.review{
    font-size: 16px;
    line-height: 25px;
}
.reviews-section.carousel-nav-aside-center .owl-nav .owl-prev,.reviews-section.carousel-nav-aside-center .owl-nav .owl-next{background: #f4f5f6;border-radius: 50%;top:45%;}
.reviews-section.carousel-nav-aside-center .owl-nav .owl-prev:hover,.reviews-section.carousel-nav-aside-center .owl-nav .owl-next:hover{background: #000;}
.reviews-section .owl-theme .owl-nav [class*=owl-]:hover::after,
.reviews-section .owl-theme .owl-nav [class*=owl-]:hover::before{border-color: #fff; }
.reviews-section .owl-theme .owl-nav [class*=owl-]::after,
.reviews-section .owl-theme .owl-nav [class*=owl-]::before{border-color: #000; margin: 10px; width: 10px; height: 10px;}
.owl-theme .owl-nav .owl-prev::after,.owl-theme .owl-nav .owl-next::after{display: none;}
.light h4.author-name {
    font-weight: 600;
    font-size: 16px;
}
.review-time {
    color: #000;
    font-size: 15px;
    padding-left: 5px;
    line-height: 14px;
}
h4.review-text {
    font-size: 16px;
    line-height: 1.6em;
}
.light .reviews .gallery-item:not(.masonry-item){background: transparent;}
.review-item{background: #f4f5f6; border-radius: 8px; position: relative;}
.review-footer{position: absolute; right: 10px; top: 10px;}
.reviews-section .bg-wrap {
    background: #fff;
}
.reviews-section.carousel-nav-aside-center .owl-nav .owl-prev {left: -20px;}
.reviews-section.carousel-nav-aside-center .owl-nav .owl-next {right: -20px;}

.review-text:not(.excerpt){display: none;}
a.read-review{color: #ee5657 !important;}
a.show-less{color: #ee5657 !important; display: none;}
.toggle-review{min-height: 20px;}
.item.gallery-item {
    background-color: rgb(18 174 162 / 5%) !important;
}
.package-bar {
    background: rgb(20 104 91 / 5%);
    margin: 10px 5px;
}
.price {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #f4871d;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 7px 12px;
}
a.share-icon,.activity {
    background-color: rgb(15 124 111 / 80%);
}
.activity{
    width: 30px;
    height: 30px;
}
.activity img{
    filter: brightness(0) invert(1);
    border-radius: 50%;
}
.trip-img::after {
    content: ""!important;
    position: absolute;
    display: block;
    width: 100%;
    height: 15vh;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.4) 50%,rgba(0,0,0,.6) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.4) 50%,rgba(0,0,0,.6) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.4) 50%,rgba(0,0,0,.6) 100%);
}
.select2.select2-container.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 40px;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    right: 10px;
}

@media(min-width:1200px){
  [dir=rtl] .reviews-title{text-align: right !important;}
  [dir=rtl] .review-btn{text-align: left !important;}
}
.review-footer {
  position: relative;
}
.review-footer {
  position: relative;
}
.review-text:not(.excerpt){display: none;}
a.read-review{
color: #f4871c !important;
font-weight: 500;
}
a.show-less{color: #f4871c !important; font-weight: 500; display: none;}       
.toggle-review{min-height: 20px;}
.review-footer img {
  position: absolute;
  left: 0;
}

.review-footer {
  padding-left: 65px;
}
.reviews .item {
  border-radius: 10px;
  height: 100%;
}

.stars-outer {
  display: inline-block;
}

h4.review-time {
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
  color: #555;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 10px;
  letter-spacing: 0.5px;
}
.review-text.excerpt {
  min-height: 110px;
}
[dir=rtl] .review-footer {
  position: relative;
  padding-right: 55px;
  padding-left: 0;
  text-align: right !important;
}

[dir=rtl] .review-footer img {
  left: auto;
  right: -15px;
}
[dir=rtl] .reviews .gallery-item{text-align:right !important;}
.share-icon{pointer-events: none;}
.strike-through {
  text-decoration: line-through;
  display: block;
  margin-bottom: 5px;
}
.b1g1{
  color: #aa7a30;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
}
[dir=rtl] .browse_trips_link svg{transform: rotate(180deg);}
.private-adventure .title{
  font-size: 22px;
  line-height: 28px;
}
.private-adventure .difficulty img {
  filter: brightness(0) invert(1);
  margin-right: 5px;
}
.more.icon .btn-label {
  font-size: 14px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: bold;
}

.more.icon svg {
  margin-top: 2px;
  margin-left: 5px;
}

.category {
  background: #fff;
  padding: 5px 10px;
  color: #000 !important;
  font-size: 14px;
  line-height: 1em;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 13.5px;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.category img {
  margin-right: 5px;
}
.private-adventure .difficulty span {
  text-transform: uppercase;
  font-size: 14px;
}
.blog-listing.style-one .post.type-post > .outer > .featured-image .image {
  padding-top: 100%;
  background-size: cover;
  background-position: center;
}
.blog-listing.style-one .post.type-post > .outer > .inner {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: start;
  text-align: left;
  padding: 30px;
  background: transparent;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 80%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(80%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 80%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 80%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 80%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 80%);
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.blog-listing.style-one .post.type-post > .outer > .inner .title a, .blog-listing.style-one .post.type-post > .outer > .inner .category, .blog-listing.style-one .post.type-post > .outer > .inner .more.icon {
  color: #FFFFFF;
}
.blog-listing.style-one .post.type-post > .outer > .inner .category {
  opacity: .7;
}
.blog-listing.style-one .post.type-post > .outer > .inner .more.icon {
  opacity: 0;
}
.blog-listing.style-one .post.type-post > .outer > .inner .link {
  padding-top: 100%;
}
.blog-listing.style-one .post.type-post > .outer > .inner > * {
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.blog-listing.style-one .post.type-post:hover {
  -webkit-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
}
.blog-listing.style-one .post.type-post:hover > .outer > .inner {
  background-color: rgba(0, 0, 0, 0.7);
}
.blog-listing.style-one .post.type-post:hover > .outer > .inner > * {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1 !important;
}
.post .pr__entry__sidebar > div > * + div {
  margin-top: 60px;
}
.post .pr__entry__sidebar .title {
  font-family: "Trade Gothic", "Roboto Condensed", sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: normal;
  position: relative;
  margin-bottom: 60px;
  color: #E9204F;
}
.post .pr__entry__sidebar .title:after {
  content: "";
  position: absolute;
  width: 30px;
  border-bottom: 2px solid #E9204F;
  margin-top: 10px;
  display: block;
}
.post .pr__entry__meta.pr__vr {
  font-size: 1rem;
}
.post .pr__entry__meta.pr__vr strong {
  font-family: "Trade Gothic", "Roboto Condensed", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: normal;
  display: block;
}
.post .pr__entry__meta.pr__vr a {
  color: #747474;
}
.post .pr__entry__meta.pr__vr a:hover {
  color: #E9204F;
}
.post .pr__entry__share > a {
  font-size: 32px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.post .pr__entry__share.pr__small > a {
  font-size: 24px;
}
.post .pr__entry__footer {
  margin-top: 40px;
}
.post.type-post {
  position: relative;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.post.type-post > .outer > .featured-image {
  overflow: hidden;
}
.post.type-post > .outer > .featured-image .image {
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.post.type-post > .outer > .featured-image .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.post.type-post > .outer > .inner .title {
  margin: 20px 0 0;
}
.post.type-post > .outer > .inner .title a {
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.post.type-post > .outer > .inner .category {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ACACAC;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.post.type-post > .outer > .inner .category:hover {
  color: #101010;
}
.post.type-post > .outer > .inner .description {
  padding: 0;
  margin: 20px 0 0;
}
.post.type-post > .outer > .inner .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.post.type-post > .outer > .inner .meta > li {
  font-size: 13px;
  color: #ACACAC;
}
.post.type-post > .outer > .inner .meta > li a {
  color: #ACACAC;
}
.post.type-post > .outer > .inner .meta > * + li:before {
  content: '\2013';
  margin: 0 .5rem;
  opacity: .5;
}
.post.type-post > .outer > .inner .more.icon {
  display: inline-block;
  font-size: 24px;
  color: #E9204F;
}
.post.type-post > .outer > .inner .more:not(.icon) {
  color: #E9204F;
  display: inline-block;
  margin-top: 20px;
  font-size: 15px;
  letter-spacing: -.02em;
  border-bottom: 1px solid #E0E0E0;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.post.type-post > .outer > .inner .more:not(.icon):hover {
  border-color: #E9204F;
}
.post.type-post > .outer > .inner .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 66.6666667%;
}
.post.type-post:hover > .outer > .featured-image .image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.post.type-post .pr__entry__meta.pr__vr strong {
  font-size: 1rem;
  color: #E9204F;
}
.post.type-post.single-post .entry-body {
  padding: 0 60px;
}
.post.type-post.single-post .entry-body .wp-caption {
  display: block;
  margin: 60px 0;
  width: calc(100% + 120px);
  margin-left: -60px;
  margin-right: -60px;
}
.post.type-post.single-post .entry-body .wp-caption .wp-caption-text {
  font-size: 16px;
  padding-top: 10px;
  text-align: center;
  font-style: italic;
}
@media(min-width:1200px){
  .adventures-column {rotate: 345deg;}
}
.private-home-section .bg-wrap{
  background-color:#0f7c6f;
}
.btn-yellow{
  background-color: #f2c303;
  color:#333;
}
@media(max-width:1200px){
  .private.bg-box{position: relative;}
  .adventures-column .private-adventure:not(:last-child){display: none;}
  .book-heading{line-height: 36px;}
}
.row .row{margin-left:-15px; margin-right:-15px;}
[dir=rtl] .bg-box[class*="col-lg-"]:last-child {
  right: auto;
  left: 0;
}
[dir=rtl] .private-adventure .more.pr-arrow-right svg, [dir=rtl] .btn-yellow svg {
  transform: rotate(180deg);
  margin-right: 5px;
  margin-left: 0;
}