/*
Theme Name: Thecappa Child Theme
Theme URI: http://shtheme.com/demosd/thecappa
Description: This is child theme of thecappa
Author: Shtheme
Author URI: https://themeforest.net/user/shtheme
Version: 1.0
Text Domain:  thecappa-child
Template: thecappa
*/

/* ========TABLE OF CONTENTS==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Home)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contact
08. Footer
09. Loader
10. Responsive design

/*--------------------------------------------------
    00. Body, links, hgroup, paragraphs, general styles
---------------------------------------------------*/

body {
  font-size: 16px;
  line-height: 1.8em;
}

.comment-form-cookies-consent {
  display: none;
}

.post .author a[rel="author"] {
  text-transform: capitalize;
}

.post-comment-section h3.comments-title,
.post-comment-section .comment-respond h3.comment-reply-title {
  text-transform: capitalize;
  font-size: 24px;
  margin-bottom: 20px;
}

p.logged-in-as {
  margin-left: 15px;
}

.comment-respond form input.butn-dark {
  font-weight: 400;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  background: #ab8a62;
  color: #fff;
  margin: 0;
  position: relative;
  font-size: 15px;
  letter-spacing: 3px;
  margin-left: 15px;
  cursor: pointer;
}

.comment-respond form input.butn-dark:hover {
  background: #222;
}

.post-user-content h3.author-name {
  text-transform: capitalize;
}

.news2-sidebar .widget_search {
  width: 100%;
}

.news2-sidebar .widget_categories,
.news2-sidebar .widget_tag_cloud {
  background: #f8f5f0;
  padding: 30px;
  margin: 0 15px;
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
}

.news2-sidebar h6.widget-title {
  padding-bottom: 5px;
  border-bottom: 1px solid #eee3d0;
  font-size: 24px;
  line-height: 1.75em;
  margin-bottom: 15px;
  color: #222;
}

.widget_categories ul li {
  font-size: 15px;
  line-height: 1.5em;
  margin-bottom: 15px;
}

.widget_categories ul li:hover a {
  color: #aa8453;
}

.widget_categories ul li a:before {
  content: "\e649";
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 9px;
  margin-right: 10px;
}

.widget_categories ul li:hover a:before {
  color: #aa8453;
}

.widget_tag_cloud ul li {
  margin: 3px !important;
  padding: 6px 16px;
  color: #666 !important;
  float: left;
  background-color: #fff;
}

.widget_tag_cloud ul li:hover {
  color: #fff;
  background-color: #aa8453;
}

.widget_tag_cloud ul li a {
  font-size: 14px !important;
  color: #666;
}

.widget_tag_cloud ul li:hover a {
  color: #fff;
}

.post-cont .info,
.post-cont .info a {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 3px;
  color: #aa8453;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
}

.post-cont .info {
  margin-bottom: 5px;
}

.news-pagination-wrap li span {
  background: transparent;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  color: #666;
  font-weight: 400;
  border: 1px solid rgba(102, 102, 102, 0.1);
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #aa8453;
  color: #aa8453;
}

.search-custom form {
  width: 70%;
}

.search-custom form input {
  max-width: 100%;
  margin-bottom: 15px;
  border: none;
  padding: 7px 15px;
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75em;
  color: #1b1b1b;
  background-image: none;
  border: 1px solid #ececec;
}

.search-custom form button[type="submit"] {
  position: absolute;
  right: 31%;
  top: 0;
  background-color: transparent;
  color: #000;
  border: 0;
  padding: 10px;
  cursor: pointer;
}

.search-custom h4 {
  padding-left: 15px;
  line-height: 32px;
}

.rooms-page div.gallery-size-full {
  display: none;
}

.booking-inner form p {
  display: none;
}

.select1_wrapper .select1_inner {
  background: #fff;
}

.booking-inner .select1_wrapper .select1_inner .select2 {
  margin-bottom: 0px;
}

.booking-inner .select-adults .select2-selection__rendered {
  width: 115px;
  padding-right: 25px !important;
  padding-bottom: 18px !important;
}

.booking-inner .select-child .select2-selection__rendered {
  width: 135px;
  padding-right: 25px !important;
  padding-bottom: 18px !important;
}

.booking-inner .select-room .select2-selection__rendered {
  width: 115px;
  padding-right: 25px !important;
  padding-bottom: 18px !important;
}

.booking-inner form input[type="submit"] {
  display: block;
  padding: 0;
  border: none;
  margin: 0;
  width: 100%;
  background: #aa8453;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  text-decoration: none;
  line-height: 62.5px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-out;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.booking-inner form option {
  width: 154px;
}

.booking-inner form input[type="submit"]:hover {
  background: #222;
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  width: 155px !important;
}

.testimonials .booking-box .booking-inner form p {
  display: none;
}

.testimonials .booking-box .booking-inner .select2 {
  margin-bottom: 0px;
}

.testimonials
  .booking-box
  .booking-inner
  .select-adults
  .select2-selection__rendered {
  width: 104px;
  padding-right: 25px !important;
  padding-bottom: 18px !important;
}

.testimonials
  .booking-box
  .booking-inner
  .select-child
  .select2-selection__rendered {
  width: 117px;
  padding-right: 25px !important;
  padding-bottom: 18px !important;
}

.testimonials .booking-box .booking-inner form input[type="submit"] {
  display: block;
  padding: 0;
  border: none;
  margin: 0;
  width: 100%;
  background: #aa8453;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  text-decoration: none;
  line-height: 62.5px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-out;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 25px !important;
}

.testimonials .booking-box .booking-inner form input[type="submit"]:hover {
  background: #222;
}

.comming form span.your-email {
  width: 100%;
}

.comming form input[type="submit"] {
  background-color: #aa8453;
  padding: 6px 20px;
  border-radius: 0px;
  color: #fff;
  border: 0;
  position: absolute;
  top: 4px;
  right: 4px;
  cursor: pointer;
  font-family: "Barlow Condensed", sa ns-serif;
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400;
  outline: none;
  left: auto;
  width: auto;
}

.logged-in .nav-scroll {
  top: -68px;
}

section.contact form p {
  display: none;
}

section.contact form textarea {
  height: 120px;
}

section.contact form span.your-message {
  width: 100%;
}

.footer-bottom-copy-right {
  font-size: 15px;
}

@media (max-width: 768px) {
  .logged-in nav.navbar {
    top: 47px;
  }

  .logged-in nav.navbar.nav-scroll {
    top: -68px;
  }
}

@media (max-width: 600px) {
  .logged-in nav.navbar.nav-scroll {
    top: -100px;
  }
}

@media (min-width: 1921px) {
  .booking-inner .select-adults .select2-selection__rendered {
    padding-bottom: 17px !important;
  }

  .booking-inner .select-child .select2-selection__rendered {
    padding-bottom: 17px !important;
  }

  .booking-inner .select-room .select2-selection__rendered {
    padding-bottom: 17px !important;
  }
}

.booking-wrapper .booking-inner form div.wpcf7-mail-sent-ng {
  color: #fff;
}

.elementor
  .elementor-widget:not(.elementor-widget-text-editor):not(
    .elementor-widget-theme-post-content
  )
  .rooms2
  figure {
  margin-left: auto;
}

.elementor
  .elementor-widget:not(.elementor-widget-text-editor):not(
    .elementor-widget-theme-post-content
  )
  .rooms2.left
  figure {
  margin-left: 0;
  margin-right: auto;
}

.facilities-col-2 ul li {
  display: inline-block;
  width: 49%;
}

.facilities-col-3 ul li {
  display: inline-block;
  width: 32%;
}

.elementor hr.border-2 {
  margin-top: 5px;
  margin-bottom: 20px;
}

.dialog-lightbox-widget.elementor-lightbox {
  display: none !important;
}

.rooms-page.section-padding {
  padding-bottom: 0px;
}

.rooms-page .video-wrapper.video {
  margin-top: 80px;
}

.js .animate-box {
  opacity: 1 !important;
}
.header.slider-fade {
  min-height: 350px !important;
}

.nav-scroll .logo-wrapper {
  padding: 10px;
}

.nav-scroll .logo-img {
  width: 125px;
}

.navbar .navbar-nav .nav-link {
  font-size: 17px;
}

.navbar .navbar-nav .nav-link:hover {
  color: #ff8415;
}
.navbar .navbar-nav .active {
  color: #ff8415 !important;
}

.star-rating::before,
.star-rating::after {
  border-bottom: 0.7em solid #ee7100;
}

.star-rating {
  border-bottom: 0.7em solid #e86e00;
}

.header div.reservation .call span {
  color: #ff8415;
  font-weight: 600;
}

.slider-fade .owl-dots .owl-dot.active {
  border-color: #e26c00;
  background: #ef7100;
}

.header .caption h4 {
  font-size: 20px;
  letter-spacing: 4px;
}

.reservations .text a {
  color: #e87206;
}

.reservations .icon span {
  color: #e87206;
}

.booking-inner form .input1_inner p,
.booking-inner form .select1_inner p,
.booking-inner form .submit-button p {
  display: block !important;
}

.booking-inner form input[type="submit"] {
  background: #ee7201;
}

.butn-dark a {
  background: #ee7201;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ee7201;
  border: 1px solid #ee7201;
}

.butn-light a {
  min-width: 200px;
}
.room-meta .page-list-text {
  margin-left: 0;
}

ul li .page-list-icon i {
  color: #d66a08;
}

ul.ammenities-right li {
  margin-top: 2px !important;
}

.orange-extra .pricing-card .amount {
  font-size: 25px;
  letter-spacing: -0.5px;
}

.orange-extra .pricing-card .desc {
  padding: 35px;
}

.home-tagline .video-wrapper {
  min-height: 580px;
  display: flex;
  align-items: center;
}

.home-tagline .video-wrapper .row .col-md-8 {
  width: 100% !important;
  max-width: 85% !important;
  flex: auto;
}

.testimonials-box p {
  font-size: 16px;
  line-height: 1.65em;
}

.testimonials-box .head-box h6 {
  font-size: 15px;
}

.testimonials-box .head-box h4 {
  font-size: 36px;
  margin-top: 15px;
}

.testimonials .item .info h6 {
  font-size: 18px;
}

.testimonials .item .info span {
  font-size: 14px;
}

.single-post .container .col-md-8 h4 {
  margin: 12px 0 15px;
}

.testimonials .booking-box .booking-inner form input[type="submit"] {
  margin-top: 15px !important;
}

.booking-box {
  padding: 60px 45px 40px;
}

.home-clients .owl-stage-outer .owl-stage {
  display: flex;
  align-items: center;
}

.home-clients .owl-carousel .owl-item img {
  max-height: 65px;
}

.about-description p strong {
  font-size: 16px;
}

.about-description .col-md-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-description.restaurant .section-padding {
  padding: 120px 0 80;
}

.moh-house-rules .col-md-6.mb-30 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.moh-house-rules table {
  width: 100%;
  margin-bottom: 15px;
}

.moh-house-rules table,
.moh-house-rules table tr,
.moh-house-rules table td {
  border: 1px solid #e6e5e5;
}

.moh-house-rules .house-rules h5 {
  color: #e96f00;
  margin-bottom: 8px;
}
.moh-house-rules .house-rules h6 {
  color: #222;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}

.moh-house-rules i.star-rating {
  display: none;
}

.the-gallery .col-md-4.gallery-item .gallery-box .gallery-img {
  height: 225px;
}

.the-gallery .col-md-6.gallery-item .gallery-box .gallery-img {
  height: 315px;
}
.the-gallery .gallery-item a {
  width: 100%;
}

.the-gallery .gallery-item .gallery-box .gallery-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}

.orange-contact form.wpcf7-form p {
  display: block;
}

.orange-contact .col-md-12 p .wpcf7-form-control-wrap {
  width: 100%;
}

.footer-logo {
  display: block;
  margin-bottom: 20px;
}

.footer-logo .logo-img {
  width: 135px;
}

input[type="submit"],
.testimonials .booking-box .booking-inner form input[type="submit"] {
  background: #e26c00;
}

.footer-contact-mail::before {
  background-color: #e26c00;
}

.progress-wrap svg.progress-circle path {
  stroke: #e26c00;
}
.loader span {
  border-top: 1px solid #df6a00;
}

.input1_inner::after,
.select1_inner::after,
.room-facilities ul li i,
.rooms2 .caption h3,
.rooms2 .caption h3 a,
.facilties .single-facility span,
.pricing-card .list li i,
.pricing-card .amount {
  color: #e36e04;
}

.ui-datepicker .ui-datepicker-header {
  background: #e26c00;
  border: #e26c00;
}

.slider-booking .wpcf7-form .wpcf7-response-output {
  display: none !important;
}

.container.booking {
  max-width: 650px;
}

.booking-form form label {
  line-height: 1;
}

.form-groups {
  border: 1px solid #eee;
  padding: 26px 28px;
  background-color: #fbfbfb;
  margin-bottom: 20px;
}

.booking-form .form-group .form-control {
  outline: none !important;
  box-shadow: none !important;
  height: 44px;
  border-radius: 3px;
  border: 1px solid #d0d0d0;
  background-color: #fff;
  padding: 0.375rem 0.75rem;
  color: #333;
}

.item.booking-form h4 {
  font-size: 1.5rem;
  margin-bottom: 15px !important;
}

.item.booking-form h5 {
  margin-bottom: 10px;
  margin-left: -4px;
  font-size: 1.2rem;
}

.item.booking-form h6 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  color: #666;
  font-size: 1.25rem;
  margin-bottom: 5px;
  margin-left: 2px;
}

.booking-sec.section-padding {
  padding: 100px 0 120px;
}

.item.booking-form button {
  font-weight: 400;
  font-family: "Gilda Display", serif;
  text-transform: uppercase;
  color: #fff;
  padding: 13px 24px 10px;
  position: relative;
  font-size: 15px;
  letter-spacing: 3px;
  background: #e26c00;
  border: none !important;
  border-radius: 0;
  margin-top: 5px !important;
  outline: none !important;
  box-shadow: none !important;
}

.item.booking-form button:hover {
  background: #d06e14;
}

.item.booking-form label span {
  color: #e30101;
}

form.details-review .form-group {
  display: flex;
  flex-direction: row;
}

form.details-review .form-group label {
  width: 165px;
}

form.details-review .form-group input {
  flex: 1;
}

.item.booking-form h6 span {
  margin-left: auto;
  font-size: 1.45rem;
  font-weight: 600;
  color: #e06a00;
}

.item.booking-form h6.room-details.pay {
  display: flex;
}

.container.booking iframe {
  padding: 10px 15px;
}

.banner-header .order-pay h1 {
  text-align: center;
}

.order-pay h4 {
  text-align: center;
}

.container.booking .pay-status {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 4px solid #eee;
}

.container.booking .pay-status h3 {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
}

.container.booking .pay-status h3 span img {
  width: 18px !important;
  height: auto !important;
}

.container.booking .pay-status .pay-message {
  display: flex;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 20px 15px;
  min-height: 120px;
  justify-content: center;
  align-items: center;
  font-size: 1.05rem;
  color: #333;
}

.container.booking .pay-status.failed {
  border: 4px solid #d50000;
}

.container.booking .pay-status.failed h3 {
  border-bottom: 1px solid #d50000;
  background-color: #ffeaea;
}

.container.booking .pay-status.success {
  border: 4px solid #069902;
}

.container.booking .pay-status.success h3 {
  border-bottom: 1px solid #069902;
  background-color: #ddffe7;
}

.banner-header {
  height: 52vh;
}

.error-block {
  background-color: #d92626;
  color: #fff;
  padding: 7px 20px;
  font-weight: 500;
  border: 2px solid #c60202;
  margin-bottom: 25px;
}

.wpcf7 form .wpcf7-response-output {
  line-height: 1.25;
  margin-top: 0;
  display: none !important;
}

.booking-box form .submit-button p {
  margin-bottom: 0 !important;
}

.orange-contact .wpcf7-submit {
  cursor: pointer;
}

.elementor-section .top-banner .banner-header {
  background-position: center;
}

.banner-header {
  background-position: center;
}

.news .item .con h5:hover, .news .item .con h5 a:hover {
  color: #ee7201;
}

.section-subtitle span {
  color: #e47008;
}

@media (min-width: 768px) {
  .about-description .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }

  .about-description .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .about-description .col-md-3 img {
    height: 480px;
    object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  .section-padding {
    padding: 85px 0;
  }

  .logo-wrapper {
    padding-top: 0;
  }

  .nav-scroll .logo-wrapper {
    padding-top: 0;
  }

  .logo-img {
    width: 120px;
  }
  .nav-scroll .logo-img {
    width: 95px;
  }

  .navbar.nav-scroll {
    height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar .icon-bar {
    color: #fff;
    font-size: 1.65rem;
    cursor: pointer;
  }

  .navbar.nav-scroll .icon-bar {
    color: #e36c00;
  }

  .testimonials .booking-box .booking-inner form input[type="submit"],
  .booking-inner form input[type="submit"] {
    line-height: 52px;
  }

  .footer-logo .logo-img {
    width: 115px;
  }

  .footer-top {
    padding: 60px 0 40px 0;
  }

  .slider .owl-item {
    height: 50vh;
  }

  .banner-header {
    height: 45vh;
  }
}
