/* ===================================================

   Gusto Media Queries

   TOC:
	01. screen width less than 1401px and more then 1040  ( Extra large Screen / Desktop )
	02. screen width more than 1200px and less then 1300  ( Mid large Screen / Desktop )
	03. screen width less than 1200px  ( large Screen / Notebook )
  04. screen width less than 992px  ( Medium Screen / Tablets )
  05. screen width less than 801px  ( Medium wide Screen / Small Tablets )
  06. screen width less than 768px  ( Medium Screen / Smaller Tablets )
	07. screen width more than 767px  ( Tablets & Desktop Screen )
	08. screen width less than 603px  ( Medium Screen / Mobile )
	09. screen width less than 600px  ( Medium Screen / Mobile )
  10. screen width less than 500px  ( Small Screen / Mobile )
	11. screen width less than 370px  ( Smaller Screen / Mobile )

====================================================== */

@media (max-width: 1440px) {}

@media (min-width: 1400px) {}


/* screen width less than 1401px and more then 1040
------------------------------- */

@media (max-width: 1400px) and (min-width: 1040px) {}


/* screen width more than 1200px and less then 1300
---------------------------------------------------- */

@media (min-width: 1200px) and (max-width: 1300px) {}


/* screen width less than 1200px
------------------------------- */

@media (max-width: 1199px) {
  body, html {
    font-size: 12px;
  }
  .section-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .roomsuites .price {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .roomsuites {
    margin-bottom: 0!important;
    margin-right: 0px!important;
    margin-left: 0px!important;
  }
  .item-box {
    padding: 60px 45px;
  }
  .gird-item {
    padding: 7px;
  }
  .menu a {
    margin: 0 4px;
  }
  .our-welcome, .our-about {
    margin-left: 0!important;
  }
  .activity .description {
    margin: 7.143rem 0!important;
  }
  .roomsuites {
    margin-bottom: 80px;
  }
  .owl-theme.style1 .owl-nav, .room .owl-theme .owl-nav {
    top: 74%;
  }
  ul.list li {
    margin: 7px 14px 7px 30px!important;
    font-weight: 300;
  }
  ul.list, ul.list li {
    padding: 0;
    margin: 7px 0;
  }
  .activity .description {
    margin: 0!important;
  }
  .post-content-wrap {
    padding: 40px 40px;
  }
  .phrase-1 h1 {
    margin-bottom: 20px;
  }
  .phrase {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .plan-item article p, .cocktail-item article p, .meal-item article p {
    font-size: 12px!important;
    line-height: 18px!important;
  }
  .plan-item article .plan-detail .price, .cocktail-item article .cocktail-detail .price, .meal-item article .meal-detail .price {
    padding: 4px 32px;
  }
  .plan-item article .plan-detail .readmore, .cocktail-item article .cocktail-detail .readmore, .meal-item article .meal-detail .readmore {
    bottom: 14px;
  }
}


/* screen width less than 1024px
------------------------------- */

@media (max-width: 1024px) {
  .item-box {
    padding: 50px 35px;
  }
  .roomsuite {
    padding-top: 40px!important;
  }
  .grid {
    margin-bottom: 60px !important;
  }
  .num-counter .counter {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .mix {
    margin-bottom: 30px;
  }
  #treatments .row .col-md-12 img {
    margin: 0 auto;
    display: block;
  }
  #treatments .row article.ml-60{
    margin-left: 0;
    margin-top: 60px;
  }
  .item-adventure .owl-carousel .owl-item {
    max-height: 311px !important;
}
  .item-adventure .owl-carousel {
    left: 0;
  }
  .item-adventure .table {
      margin-bottom: 35px;
  }
  .item-adventure.invested .owl-carousel {
    left: 0px;
}

  #adventure .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .widget .recent-posts li.recent-item {
      min-height: 96px;
      padding-left: 0;
      padding-top: 85px;
  }

}


/* screen width large than 991px
--------------------------------- */

@media (min-width: 992px) {}


/* screen width less than 992px
--------------------------------- */

@media (max-width: 991px) {
  .top-header {
    display: none;
  }
  .our-welcome {
    margin-top: 80px!important;
  }
  #welcome img {
    margin-bottom: 0;
    width: 100%;
  }
  .owl-theme.style1 .owl-nav, .room .owl-theme .owl-nav {
    top: 86%;
  }
  .owl-theme.style1 .owl-nav, .room .owl-theme .owl-nav {
    top: 76%;
  }
  .activity .description {
    padding-left: 60px;
    padding-right: 60px;
  }
  .post-content-wrap {
    padding: 60px 20px;
  }
  .post-content-wrap .section-title {
    font-size: 30px;
    line-height: 1;
  }
  .comments .detail-comment {
    margin: 30px 30px;
    color: #ffffff;
  }
  .comments .detail-autor {
    width: 45%;
  }
  .phrase-1 .pharse-text {
    padding: 80px 40px;
  }
}


/* screen width less than 801px
------------------------------ */

@media (max-width: 801px) {
  .phrase-1 .pharse-text {
    padding: 80px 40px;
  }
  .item-adventure p {
    margin-right: 0;
  }
  .item-adventure .owl-carousel {
    top: 10px;
  }
  .item-adventure.invested .owl-carousel {
    top: 10px;
  }
  #adventure .owl-theme.style1 .owl-nav, .room .owl-theme .owl-nav {
    top: 70%;
  }
}


/* screen width less than 768px
------------------------------ */

@media (max-width: 767px) {
  .pl-40 {
    padding-left: 15px;
  }
  .pr-40 {
    padding-right: 15px;
  }
  #meals .container {
    width: 100%;
  }
  .nav-pills {
    display: inline-block;
  }
  .nav-pills li.nav-item {
    position: relative;
    float: left;
    margin: 7px auto;
  }
  .mix {
    margin-bottom: 30px;
  }
}


/* screen width less than 603px
------------------------------ */

@media (max-width: 603px) {
  .card img{
    width: 100%!important;
  }
  .single-menu .table td p{
    margin-bottom: 0px;
  }
  .activity .description p {
    margin-left: 2.143rem;
    margin-right: 2.143rem;
  }
  .activity .description {
    margin: 0!important;
  }
  .phrase {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .roomsuites {
    padding-left: 0;
    margin-right: 0;
    margin-left: 40px;
  }
  .activity .description {
    padding-left: 40px;
    padding-right: 40px;
  }
  .rev-title-typo {
    padding: 8px 24px 8px 0px!important;
  }
  .rev-title-typo span {
    padding: 10px 24px!important;
    margin-right: 24px!important;
  }
  .item-adventure {
    margin-left: 0;
  }
  .item-adventure .item-adventure-detail {
    padding: 30px 30px 10px 30px;
    margin: 30px;
    left: auto;
  }
  .item-adventure.invested .owl-carousel,
  .item-adventure .owl-carousel {
    position: relative!important;
    left: 0;
    top: 10px!important;
    margin-bottom: 40px;
  }
  #adventure .owl-theme.style1 .owl-nav, .room .owl-theme .owl-nav {
    top: 76%;
  }
  .item-adventure.invested {
    margin-left: 0;
    margin-right: 0;
  }
  .item-adventure.invested .item-adventure-detail {
    right: 0px !important;
    left: auto;
  }
  .item-adventure.invested .owl-carousel {
    left: 0px;
  }
  .price .cost {
    padding: 15px 15px 15px 14px!important;
    text-align: right!important;
}
}


/* screen width less than 600px
------------------------------ */

@media (max-width: 600px) {
  .roomsuites {
    padding-left: 15px;
  }
  .owl-theme.style1 .owl-nav, .room .owl-theme .owl-nav {
    top: 81%;
  }
  .activity .description {
    padding-left: 10px;
    padding-right: 10px;
  }
}


/* screen width less than 500px
------------------------------ */

@media (max-width: 500px) {
  .header__icon:after {
    right: -130px;
  }
  .main-header .container {
    margin-left: 15px;
    margin-right: 15px;
  }
  .our-welcome {
    margin-top: 60px!important;
  }
  .tp-caption .btn span {
    display: none;
  }
  .tp-caption .btn i {
    padding: 0;
  }
  .roomsuites .title {
    margin-left: -15px;
  }
  #room.section-space, #about.section-space {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .section-heading {
    margin-bottom: 60px;
  }
  .section-title {
    font-size: 28px;
  }
  .owl-theme.style1 .owl-nav, .room .owl-theme .owl-nav {
    top: 70%!important;
  }
  .post-thum-wrap img {
    width: 100%!important;
  }
  .section-space {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .item-adventure .item-adventure-detail {
    padding: 15px 15px 10px 15px;
    margin: 15px;
    left: auto;
  }
}


/* screen width less than 370px
------------------------------ */

@media (max-width: 370px) {
  .owl-theme.style1 .owl-nav, .room .owl-theme .owl-nav {
    top: 56%!important;
  }
}
