/*!
	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,
button {
  text-transform: uppercase;
}
a.rates:not(.btn) {
  display: inline-flex;
  flex-direction: column;
  text-transform: uppercase;
  width: 75px;
  height: 75px;
  border-radius: 37px;
  background-color: #000;
  color: #fff;
  justify-content: center;
  top: -37.5px;
  text-decoration: none;
  position: relative;
}
a.rates:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  display: block;
  font-size: 30px;
}
.price {
  color: rgb(137, 23, 32);
  font-size: 35px;
  font-weight: bold;
}
.price .fs-lrg {
  font-size: 2em;
  line-height: 1em;
  vertical-align: text-top;
}
.members .price {
  font-size: 27px;
}
.logo_large.max_width {
  width: 300px;
  max-width: 100%;
}

/* ================================ */
/* ::::::::: Header Styles :::::::: */
/* ================================ */

.navbar-st .inner_cont {
  flex-wrap: wrap;
  gap: 10px 35px;
}
.home nav.navbar-st {
  display: none;
}
.navbar-st.top_bar .pel_cont {
  display: inline-flex;
  gap: 10px 35px;
  flex-wrap: wrap;
  justify-content: center;
}
.pel_cont > span {
  white-space: wrap;
}
.navbar-st.top_bar .social a {
  font-size: 24px;
  line-height: 1;
  height: 28px;
  width: 28px;
}

/* ======================================= */
/* ::::::::: Custom Header Styles :::::::: */
/* ======================================= */

/* ==================================== */
/* ::::::::: Breadcrumb Styles :::::::: */
/* ==================================== */

/* ============================== */
/* ::::::::: Body Styles :::::::: */
/* ============================== */

.vc_row.sldr-area {
  background-position: center bottom !important;
}
.sldr-area *:not(.btn) {
  color: #fff;
}
.sldr-area h3 {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 400px;
  font-size: 1.7em;
  line-height: 1.3;
  text-transform: uppercase;
}
.sldr-area h3 .smtxt {
  display: block;
  text-transform: none;
  font-size: 0.8em;
}
.sldr-area i {
  font-size: 1.3em;
}
.sldr-area .wpb_column:last-child .wpb_text_column .wpb_wrapper {
  display: flex;
  justify-content: flex-end;
}
.sldr-area .wpb_column:last-child .wpb_text_column:last-child .wpb_wrapper {
  margin-top: 5vw;
}
#rates .vc_row h2 {
  margin-bottom: 0;
}
#rates .vc_row h3 {
  margin-top: 0;
}
#rates > .vc_row:not(:first-child) .inner_cont {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#rates > .vc_row .inner_cont {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.rates_cont.wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.rate_cont {
  width: 230px;
  margin-bottom: 0 !important;
  padding: 25px;
  box-shadow: 0 0 20px 5px #0000001a;
}
.rate_cont .wpb_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ============================== */
/* ::::::::: Shop Styles :::::::: */
/* ============================== */

/* ============================== */
/* ::::::::: Post Styles :::::::: */
/* ============================== */

/* ================================= */
/* ::::::::: Related Styles :::::::: */
/* ================================= */

/* ================================== */
/* ::::::::: Comments Styles :::::::: */
/* ================================== */

/* ==================================== */
/* ::::::::: Pagination Styles :::::::: */
/* ==================================== */

/* ==================================== */
/* ::::::::: Login Form Styles :::::::: */
/* ==================================== */

/* ================================ */
/* ::::::::: Footer Styles :::::::: */
/* ================================ */

footer .footer {
  padding-top: 50px;
  padding-bottom: 0px;
}
.footer .navbar-center.cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.pel_cont.table {
  margin-bottom: 0;
}
.pel_cont.table > thead > tr > th,
.pel_cont.table > tbody > tr > th,
.pel_cont.table > tfoot > tr > th,
.pel_cont.table > thead > tr > td,
.pel_cont.table > tbody > tr > td,
.pel_cont.table > tfoot > tr > td {
  border-top: none;
  padding: 2px 0;
}

/* =============================== */
/* ::::::::: Media Styles :::::::: */
/* =============================== */

@media (max-width: 800px) {
}
@media (max-width: 767px) {
  .main_cont > div:not(.vc_row) > .vc_row.sldr-area {
    background: rgb(137, 23, 32) !important;
    text-align: center;
  }
  .sldr-area .wpb_column:last-child .wpb_text_column .wpb_wrapper {
    justify-content: center;
  }
  .sldr-area h3 {
    text-align: left;
  }
}
@media (max-width: 675px) {
  .navbar-st .inner_cont {
    justify-content: center;
  }
}
