/*!
	Theme Name: Templates Theme
	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 :::::::: */
/* ============================== */

/* ================================ */
/* ::::::::: Header Styles :::::::: */
/* ================================ */

/* ======================================= */
/* ::::::::: Custom Header Styles :::::::: */
/* ======================================= */

/* ==================================== */
/* ::::::::: Breadcrumb Styles :::::::: */
/* ==================================== */

/* ============================== */
/* ::::::::: Body Styles :::::::: */
/* ============================== */

.page-contact .vc_row:first-child * {
  color: #fff;
}
.page-contact
  .vc_row:last-child
  .vc_column_container:last-child
  .vc_column-inner {
  margin-top: -170px;
}
.page-contact .vc_row:last-child .vc_column_container .vc_column-inner {
  padding: 35px;
}

.page-template-page-temp-2 .ifl-cont .vc_column_container.vc_col-sm-5 {
  width: calc(41.66666667% + ((100% - var(--max-cont-width)) / 2));
  margin-left: calc(0 - ((100% - var(--max-cont-width)) / 2));
}
.page-template-page-temp-2
  .ifl-cont
  .vc_column_container.vc_col-sm-5
  .wpb_single_image {
  margin-bottom: 0;
}
.page-template-page-temp-2 .btn-full {
  margin-left: -15px;
  margin-right: -15px;
}
.page-template-page-temp-2 .btn-full .btn {
  width: 100%;
}
.page-template-page-temp-2.page-team .vc_row img {
  border-radius: 50%;
  border: 20px solid #f1f1f1;
}
.page-template-page-temp-2.page-contact
  .main_cont
  > div:not(.vc_row)
  > .vc_row:first-child {
  margin-bottom: -260px;
}
.page-template-page-temp-2.page-contact
  .vc_row:first-child
  .vc_column_container
  .vc_column-inner {
  padding: 35px;
}
.page-template-page-temp-2.page-contact
  .vc_row
  .vc_column_container.vc_col-sm-4
  * {
  color: #fff;
}

.page-template-page-temp-3.page-about
  .vc_row:nth-child(2)
  .vc_column_container:first-child {
  position: relative;
  margin-right: -100px;
  z-index: 100;
}
.page-template-page-temp-3.page-about
  .vc_row[data-vc-full-width]:not([data-vc-stretch-content]):nth-child(2)
  > .inner_cont
  > .vc_col-sm-6:last-child {
  width: calc((100% - var(--max-cont-width)) / 2 + var(--col-6) + 100px);
}
.page-template-page-temp-3.page-about
  .vc_row:nth-child(2)
  .vc_column_container:last-child
  .vc_column-inner {
  padding-left: 115px;
}
.page-template-page-temp-3 .sc.social.social_center {
  display: block;
  text-align: center;
}
.page-template-page-temp-4.page-contact
  .vc_row
  > .inner_cont
  > .vc_column_container:first-child
  > .vc_column-inner {
  padding-right: 0;
}
.page-template-page-temp-4.page-contact
  .vc_row
  > .inner_cont
  > .vc_column_container:last-child
  > .vc_column-inner {
  padding-left: 50px;
}
.page-template-page-temp-4 .sc.social {
  margin-bottom: 35px;
}

/* ============================== */
/* ::::::::: Shop Styles :::::::: */
/* ============================== */

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  display: block !important;
}
.custom-variation-radio-group,
.custom-variation-image {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.custom-variation-radio-group + select,
.custom-variation-image + select {
  display: none !important;
}
.custom-variation-radio-group input[type="radio"],
.custom-variation-image input[type="radio"] {
  visibility: hidden;
  position: absolute;
}
.custom-variation-image .swatch-image {
  display: block;
  padding: 2px;
  outline: 1px solid #666;
  cursor: pointer;
}
.custom-variation-image .swatch-label {
  margin-top: 5px;
  visibility: hidden;
  position: absolute;
  padding: 10px;
  max-width: 150px;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  font-size: 0.8em;
  text-align: center;
  line-height: 1;
  z-index: 8675309;
}
.custom-variation-image .swatch-label:before {
  content: "";
  position: absolute;
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
  border-bottom-color: #333;
  top: -11px;
}
.custom-variation-image .swatch-image:hover + .swatch-label {
  visibility: visible;
}
.custom-variation-image img {
  max-width: 100px;
  max-height: 100px;
}

/* ============================== */
/* ::::::::: Post Styles :::::::: */
/* ============================== */

.blg_main_cont.ls .blog-inner-cont:first-child {
  padding-top: 0;
}
.blg_main_cont.ls .blog-inner-cont {
  display: flex;
}
.archive .ls .blog-inner-cont .img,
.category .ls .blog-inner-cont .img,
.blog .ls .blog-inner-cont .img,
.sc.ls .blog-inner-cont .img {
  width: 30%;
  height: auto;
  padding-top: 30%;
  margin-right: 15px;
}
.archive .ls .blog-inner-cont .content,
.category .ls .blog-inner-cont .content,
.blog .ls .blog-inner-cont .content,
.sc.ls .blog-inner-cont .content {
  width: calc(70% - 15px);
}

.page-template-page-temp-2.archive .blog-inner-cont .content,
.page-template-page-temp-2.category .blog-inner-cont .content,
.page-template-page-temp-2.blog .blog-inner-cont .content {
  text-align: center;
}

.page-template-page-temp-3 .blg_main_cont.ls .blog-inner-cont {
  display: flex;
  flex-direction: row-reverse;
  background: #f1f1f1;
  padding-bottom: 15px;
  border: none;
}
.page-template-page-temp-3.archive .ls .blog-inner-cont .img,
.page-template-page-temp-3.category .ls .blog-inner-cont .img,
.page-template-page-temp-3.blog .ls .blog-inner-cont .img,
.page-template-page-temp-3 .sc.ls .blog-inner-cont .img {
  width: 30%;
  height: auto;
  padding-top: 30%;
  margin-top: -15px;
  margin-right: -15px;
  margin-bottom: -15px;
  margin-left: 15px;
}
.page-template-page-temp-3.archive .ls .blog-inner-cont .content,
.page-template-page-temp-3.category .ls .blog-inner-cont .content,
.page-template-page-temp-3.blog .ls .blog-inner-cont .content,
.page-template-page-temp-3 .sc.ls .blog-inner-cont .content {
  width: calc(70% - 15px);
}

/* ================================= */
/* ::::::::: Related Styles :::::::: */
/* ================================= */

/* ================================== */
/* ::::::::: Comments Styles :::::::: */
/* ================================== */

/* ==================================== */
/* ::::::::: Pagination Styles :::::::: */
/* ==================================== */

/* ==================================== */
/* ::::::::: Login Form Styles :::::::: */
/* ==================================== */

/* ================================ */
/* ::::::::: Footer Styles :::::::: */
/* ================================ */

/* =============================== */
/* ::::::::: Media Styles :::::::: */
/* =============================== */

@media (max-width: 800px) {
}
