/*!
	Theme Name: Skeleton Theme Child
	Theme URI: http://cmsmart.net
	Author: DJDezignz
	Author URI: http://djdezignz.com
	Description: This is a child theme of skeleton theme to be used for development of custom themes
	Version: 1.0.0
	Template: skeleton-theme-store
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: skeleton-theme-store
	Tags: responsive, custom-menu, custom-header, post-formats
*/

/* ============================== */
/* ::::::::: Misc Styles :::::::: */
/* ============================== */

.btn {
  text-transform: uppercase;
}
.top_bar .pel_cont span {
  font-size: 34px;
  line-height: 38px;
}

/* ================================ */
/* ::::::::: Header Styles :::::::: */
/* ================================ */

@media (min-width: 768px) {
  .navbar-st.top_bar {
    display: none;
  }
}
nav.navbar-st {
  background: url("assets/images/header-bg.png") center/cover no-repeat;
}
nav .inner_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav.navbar-st .inner_cont:after {
  display: none;
}
.dropdown .navbar-toggle,
.slidein .navbar-toggle {
  margin-right: 0;
}
.navbar-toggle .icon-bar {
  width: 30px;
  height: 5px;
  border-radius: 3px;
}
.after_header {
  padding: 10px 0;
  background-color: #000000;
  color: #231f20;
}
.after_header .inner_cont {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
}
.after_header h2 {
  color: inherit;
  text-transform: uppercase;
  margin: 0;
  font-size: 60px;
}
.after_header img {
  max-height: 75px;
}

/* ======================================= */
/* ::::::::: Custom Header Styles :::::::: */
/* ======================================= */

.navbar-st.dropdown .navbar-left,
.navbar-st.dropdown .navbar-right {
  width: 52px;
}
.navbar-coll.collapsing.right,
.navbar-coll.collapse.in.right {
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  position: fixed;
}
.navbar-right.cont .navbar-coll > * {
  float: none;
}
.dropdown .navbar-coll .navbar-toggle.mbl_right {
  display: block;
}
.navbar-coll .navbar-toggle .icon-bar,
.navbar-coll .navbar-toggle:hover .icon-bar,
.navbar-coll .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}
.navbar-toggle.opened .icon-bar:nth-child(2) {
  top: 5px;
}
.navbar-coll.collapsing,
.navbar-coll.collapse.in {
  z-index: 1000;
}
nav .navbar-coll .inner_cont {
  flex-direction: column;
}
nav .nav {
  margin-top: 35px;
}
nav .nav li {
  font-size: 34px;
  line-height: 38px;
  text-transform: uppercase;
}
nav .nav li.btn {
  margin-top: 15px;
}
nav .nav > li > a,
.top_bar .nav > li > a,
nav .nav > li > a:hover,
nav .nav > li > a:focus {
  font-weight: 400;
}

/* ==================================== */
/* ::::::::: Breadcrumb Styles :::::::: */
/* ==================================== */

/* ============================== */
/* ::::::::: Body Styles :::::::: */
/* ============================== */

.home .wpb_column.vc_col-has-fill {
  min-height: 300px;
}
.home .wpb_column.vc_col-has-fill h2 {
  color: #fff;
  text-transform: uppercase;
}
.home .wpb_column.vc_col-has-fill a:not(.btn) {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

/* ============================== */
/* ::::::::: Shop Styles :::::::: */
/* ============================== */

/* ============================== */
/* ::::::::: Post Styles :::::::: */
/* ============================== */

/* ================================= */
/* ::::::::: Related Styles :::::::: */
/* ================================= */

/* ================================== */
/* ::::::::: Comments Styles :::::::: */
/* ================================== */

/* ==================================== */
/* ::::::::: Pagination Styles :::::::: */
/* ==================================== */

/* ==================================== */
/* ::::::::: Login Form Styles :::::::: */
/* ==================================== */

/* ================================ */
/* ::::::::: Footer Styles :::::::: */
/* ================================ */

footer .footer {
  padding: 100px 0;
}
footer .inner_cont {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
footer h2 {
  color: inherit;
  text-transform: uppercase;
}
footer h4 {
  text-transform: uppercase;
}
footer .footer .navbar-left {
  display: none;
}
footer .footer .navbar-center {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
footer .footer .navbar-center.cont:after {
  display: none;
}
.dine__booker__section .dine__booker__submit {
  background-color: #c4ad0f;
}
.dine__booker__input-group input {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #454545 !important;
}
footer .footer svg {
  color: #000;
}
.pika-lendar table tr th,
.pika-lendar table:not(.style_free) tr th,
.pika-lendar table:not(.style_free) tr:nth-child(even) th,
.pika-lendar table:not(.style_free) tr:nth-child(odd) th,
.pika-lendar table tr td {
  padding: 0;
}
.WidgetInstance > .toggle-button,
.WidgetInstance > .notification-container .notification-bubble {
  background: #c4ad0f !important;
}
.WidgetInstance
  > .notification-container
  .notification-bubble:not(.no-button)::before {
  border-top-color: #c4ad0f !important;
}

/* =============================== */
/* ::::::::: Media Styles :::::::: */
/* =============================== */

@media (max-width: 991px) {
  footer .inner_cont {
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  nav.navbar-st {
    padding-bottom: 70px;
  }
  .navbar-st.dropdown .navbar-left {
    display: none;
  }
  .after_header {
    position: relative;
    background-color: transparent;
    margin-top: -70px;
    z-index: 1000;
  }
  .after_header h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .after_header img {
    max-height: 50px;
  }
  .home .wpb_column.vc_col-has-fill {
    min-height: auto;
    max-height: 136px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .home .wpb_column.vc_col-has-fill h2:after {
    content: "\f063";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: block;
  }
  .home
    .vc_row.vc_row-o-content-middle
    > .inner_cont
    > .wpb_column.vc_column_container.vc_col-has-fill
    > .vc_column-inner {
    justify-content: flex-start;
  }
  .home .wpb_column.vc_col-has-fill.open {
    max-height: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .home .wpb_column.vc_col-has-fill.open h2:after {
    content: "\f062";
  }
}
@media (max-width: 520px) {
  nav.navbar-st {
    padding-bottom: 85px;
  }
  .after_header {
    margin-top: -85px;
  }
}
@media (max-width: 375px) {
  .after_header .inner_cont {
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }
  .after_header h2 {
    font-size: 21px;
    line-height: 25px;
  }
  nav.navbar-st {
    padding-bottom: 100px;
  }
  .after_header {
    margin-top: -100px;
  }
}
