/*
Theme Name: Fashion Passion - Balotra
Author: trivia info it
Author URI: https://trivia.co.in
Description: Bootstrap based WP  theme for FashionPassion
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url("css/colors.css");
@import url("css/countdown.css");

@font-face {
  font-family: "Barlow", sans-serif;
  src: url("css/fonts/barlow-regular.ttf") format("ttf");
}

@font-face {
  font-family: "Barlow", sans-serif;
  src: url("css/fonts/barlow-bold.ttf") format("ttf");
}

@font-face {
  font-family: "Barlow", sans-serif;
  src: url("css/fonts/barlow-thin.ttf") format("ttf");
}

/*Wordpress editor styles start*/

.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.alignnone,
img.alignnone {
  /* not sure about this one */
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

/*Wordpress editor styles end*/

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
html {
  overflow-x: hidden;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  color: var(--c9);
  line-height: 2;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.maincontainer {
  background: #fff;
  z-index: 0;
}

a,
a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .row {
    text-align: center;
  }
}

/*
	  HEADERS
  */
header {
  position: relative;
  display: block;
  z-index: 99999 !important;
}

/*********************/
/*  HEADER 1
  /*********************/
.header-1 {
  position: relative;
  display: block;
  background: var(--c1);

  padding: 0 !important;
  margin: 0 !important;
}

.header-1 .topInfo {
  position: relative;
  display: block;
  height: 100%;
  color: var(--c4);
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.header-1 .topSocialz {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.header-1 .topSocialz li {
  position: relative;
  display: inline-block;
}

.header-1 .topSocialz li a .topSocialzIcon {
  color: var(--c4) !important;
}

/*********************/
/*  HEADER - 2
  /*********************/
.header-2 {
  position: relative;
  display: block;
  z-index: 9999;
}

.header-2 .topLogo {
  position: absolute;
  top: 0;
  background-color: var(--c4);
}

.header-2 .topLogo img {
  display: block;
  width: 75%;
  margin: 0.6rem auto;
}
@media (max-width: 1024px) {
  .header-2 {
    display: none;
  }
}
/*********************/
/*  HEADER - 3
  /*********************/
.header-3 {
  position: relative;
  display: block;
  z-index: 9998;
  background-color: var(--c4);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.header-3 .topLogo {
  position: relative;
  display: block;
}

.header-3 .topLogo img {
  display: block;
  width: 64%;
}
.header-3 .topCall {
  position: relative;
  display: block;

  margin-top: 1.6rem;
}
.header-3 .topCall a {
  position: relative;
  display: block;
  background-color: var(--c2);
}
.header-3 .topCall a:after {
  content: " ";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  background: var(--c1);
  z-index: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.header-3 .topCall a:hover:after {
  left: 0;
  right: auto;
  width: 100%;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.header-3 .topCall a span {
  position: relative;
  display: block;
  font-size: 1.5rem;
  padding: 0.1rem;
  color: var(--c4);

  z-index: 9;
}

.header-3 .form-control {
  border-radius: 7px;
  border: 1.5px solid #e3e6ed;
}

.header-3 input.form-control:focus {
  box-shadow: none;
  border: 1.5px solid #e3e6ed;
  background-color: #f7f8fd;
  letter-spacing: 1px;
}

.header-3 .btn-primary {
  background-color: var(--c1) !important;
  border-radius: 7px;
}
.header-3 .btn-primary:focus {
  box-shadow: none;
}
/*
	  FIXED HEADER
  */

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  z-index: 9993 !important;
  -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;
}

.sticky .topLogo a h3 {
  margin-top: 1rem;
}

.sticky .topCall {
  margin-top: 0rem;
}

.sticky .navbar-nav > li {
  padding: 0.69rem 1rem 0rem 1rem;
  -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;
}

/*
	  DROP DOWN
  */

.navbar {
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media (max-width: 1024px) {
  .navbar {
    width: 100% !important;
  }
}
.navbar-default {
  border: none;
  border-color: 0;
  border-radius: 0px;
}

.navbar-nav {
  width: 100%;
  padding: 0;
}

.navbar-nav > li {
  padding: 2.9rem 1rem 2.9rem 1rem;
  position: relative;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.navbar-nav > li:first-child {
  padding-left: 0 !important;
}

.navbar-nav > li a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 600;
/*   letter-spacing: 0.06em;
  text-transform: uppercase; */
  padding-bottom: 1rem;
  color: var(--c2);
  -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;

  z-index: 99 !important;
}

.navbar-nav > li a:hover,
.navbar-nav > li.current a {
  color: var(--c3) !important;
  -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;
}

/*
  .navbar-nav:hover li a{
	  color:#707E9C !important;
  }
  .navbar-nav li a:hover{
	  color:#22EBBE !important;
  }*/

.navbar-toggler {
  padding: 0.3rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: var(--c1);
  border: 1px solid var(--c2) !important;
  border-radius: 0.25rem;
}

@media (max-width: 768px) {
  .navbar-default {
    margin-top: 0;
  }
  .navbar-nav {
    border-top: 1px dotted #d4d3d1;
    margin-top: 0.5em;
  }
  .navbar-nav > li {
    width: auto;
    text-align: left;
  }
  .stick .navbar-nav > li,
  .navbar-nav > li {
    padding: 0.1rem 1rem 0.1rem 1rem !important;
  }
}

.navbar-brand {
  width: 75%;
  float: left;
  margin: 0 !important;
  padding: 0.3rem !important;
}
.navbar-brand img {
  width: 30%;
  float: left;
}
.navbar-nav > li:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu,
.dropdown-submenu {
  background-color: var(--c4);
  min-width: 15rem;
  margin-top: -0.1rem;
  -webkit-background-clip: none;
  background-clip: none;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 30%) !important;
  -webkit-box-shadow: 0 0 6px 0 rgb(0 0 0 / 30%) !important;
  -moz-box-shadow: 0 0 6px 0 rgb(0 0 0 / 30%) !important;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  /* -webkit-border-radius: 0 6px 6px 6px;
	  -moz-border-radius: 0 6px 6px;
	  border-radius: 0 6px 6px 6px;*/
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.dropdown-menu > li {
  padding: 0.3rem 0.6rem 0.3rem 0.6rem !important;
  border-bottom: 1px dotted #888;
}

.dropdown-menu > li > a {
  font-size: 1em !important;
  padding-bottom: 0 !important;
  letter-spacing: 0 !important;
  font-weight: normal !important;
  text-transform: capitalize !important;
  -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;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: transparent !important;
  color: var(--c2);
  -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;
}

/*
	  SLIDER
  */

.topSlider {
  width: 100% !important;
  height: 83vh;
  min-height: 600px;
  position: relative;
  display: block !important;
  background: var(--c9);
  text-align: center;
  border-bottom: 6px solid var(--c1);
  -moz-box-shadow: inset 0 -10px 10px -10px #000000;
  -webkit-box-shadow: inset 0 -10px 10px -10px #000000;
  box-shadow: inset 0 -10px 10px -10px #000000;
  z-index: 0 !important;
  background: url("images/tmp-slider.jpg") no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

/*********************/
/*  DUMMY DIV
  /*********************/
.dummyDiv {
  position: relative;
  display: block;
  /* height: 12vh; */

  z-index: -1;
}

/*********************/
/*  H TAGS
  /*********************/
h1,
h2,
h3,
h4 {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-bottom: 0.3rem;
  padding: 0;
  font-family: inherit;
}

/*********************/
/*  UL LI
  /*********************/
ul {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

a.readMore {
  position: relative;
  display: block;
  margin-top: 1rem;
  background-color: var(--c2);
}
a.readMore:after {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  background-color: var(--c7);
  z-index: 0;
  -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;
}
a.readMore span {
  position: relative;
  display: block;
  color: var(--c4);
  z-index: 9;
}

a.readMore span .readMoreIcon {
  position: relative;
  display: inline-block;
  color: var(--c4);
  transform: rotate(45deg);
  -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;
}

a.readMore:hover span .readMoreIcon {
  color: var(--c1);
  transform: rotate(0deg);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
a.readMore:hover:after {
  left: 0;
  right: auto;
  width: 100%;
  z-index: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/*********************/
/*  CATERGORIES
  /*********************/
.topCategories {
  position: relative;
  display: block;
  margin: 0rem 0 0rem 0;
  padding: 6rem 0 6rem 0;
}
.topCategories .topCategoriesBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("images/category-bg.jpg") no-repeat;
  background-attachment: fixed;
  background-size: cover;
  z-index: 0;
}

.topCategories .slickCategory {
  position: relative;
  z-index: 9;
}
.topCategories .slickCategory .slick-slide {
  margin: 1rem;
}
.topCategories .slickCategory .categoryDiv {
  position: relative;
  display: block;
  background-color: var(--c4);
  overflow: hidden;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
.topCategories .slickCategory .categoryDiv:before,
.topCategories .slickCategory .categoryDiv:after {
  content: "";
}
.topCategories .slickCategory .categoryDiv .categoryIcon {
  position: relative;
  display: block;
  text-align: center !important;
}
.topCategories .slickCategory .categoryDiv .categoryIcon img {
  width: auto;
  height: auto;
  margin: auto;
}
.topCategories .categoryDiv .categoryMeta {
  position: relative;
  display: block;
}
.topCategories .categoryDiv .categoryMeta a h2 {
  font-size: 1.5rem;
  color: var(--c2);
  -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;
}
.topCategories .categoryDiv .categoryMeta a:hover h2 {
  color: var(--c1);
  -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;
}
.topCategories .slickCategory .categoryDiv:hover {
  transform: translateY(-3%);
  box-shadow: 1px 12px 9px -6px rgba(0, 0, 0, 0.57);
  -webkit-box-shadow: 1px 12px 9px -6px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 1px 12px 9px -6px rgba(0, 0, 0, 0.57);
  -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;
}
@media (max-width: 1024px) {
  .topCategories {
    padding: 3rem 0 3rem 0;
  }
}
/*********************/
/*  FEATURED PRODUCTS
  /*********************/
.featuredProducts {
  position: relative;
  display: block;
  margin: 3rem 0 3rem 0;
}

.featuredProducts .featuredDiv {
  position: relative;
  display: block;
  background-color: var(--c4);
  border: 1px solid var(--c6);
}

.featuredProducts .featuredDiv .featureMeta {
  position: relative;
  display: block;
}

.featuredProducts .featuredDiv .featuredMeta h3 {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.03rem;
  color: var(--c2);
  padding: 0;
  margin: 0;
}

.featuredProducts .featuredDiv .featuredImage {
  position: relative;
  display: block;
  max-height: 215px;
  min-height: 215px;
  overflow: hidden;
}

.featuredProducts .featuredSlider .slick-slide {
  margin: 0.6rem;
}

.featuredProducts .featuredSlider .slick-prev:before,
.featuredProducts .featuredSlider .slick-next:before {
  color: var(--c1);
}

/*********************/
/*  SHORT INTRO
/*********************/
.shortIntro {
  position: relative;
  display: block;
  margin: 0rem 0 0rem 0;
  padding: 6rem 0 3rem 0;
  background-color: var(--c2);
  overflow: hidden;
}

.shortIntro .pageTitles .mainTitle {
  color: var(--c4);
}

.shortIntro .readMore {
  width: 33%;
  background-color: var(--c1);
}

.shortIntro div[class^="col-"],
.shortIntro div[class*="col-"] {
  z-index: 9 !important;
}

.shortIntro .shortIntroImage {
  position: relative;
  display: block;
}

.shortIntro .shortIntroImage img {
  width: auto !important;
  height: 100% !important;
  position: relative;
  display: block;
  z-index: 9;
}

.shortIntro .shortIntroText {
  color: var(--c5);
}
@media (max-width: 1024px) {
  .shortIntro {
    padding: 1.5rem 0 1rem 0;
  }
  .shortIntro .readMore {
    margin: 1rem auto 1rem auto;
  }
}
/*********************/
/*  NEW PRODUCTS
  /*********************/
.callNow {
  position: relative;
  display: block;
  background-color: var(--c1);
  padding: 3rem 0 3rem 0;
  font-size: 1.5rem;
  line-height: 1.5;
}

.callNow span {
  display: block;
  font-size: 1rem;
}

.callNow a {
  position: relative;
  display: block;
  background-color: var(--c4);
}
.callNow a:after {
  background: var(--c2);
}
.callNow a span {
  color: var(--c1);
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .callNow a {
    width: 63%;
    margin: 1rem auto 1rem auto;
  }
}
/*********************/
/*  NEW PRODUCTS
  /*********************/
.newProduct {
  position: relative;
  display: block;
  margin: 3rem 0 3rem 0;
}

.newProduct .newProductDiv {
  position: relative;
  display: block;
  border: 1px solid var(--c5);
  background-color: var(--c4);
}

.newProduct .newProductDiv .newProductMeta {
  position: relative;
  display: block;
}

.newProduct .newProductDiv .newProductImage {
  position: relative;
  display: block;
  max-height: 220px;
  min-height: 220px;
  overflow: hidden;
}

.newProduct .newProductDiv .newProductMeta h3 {
  font-size: 1rem;
  font-weight: 600;
  padding: 0;
  margin: 0;
}

/*********************/
/*  TESTIMONIALS
  /*********************/
.testimonials {
  position: relative;
  display: block;
  background-color: var(--c4);
  padding: 3rem 0 3rem 0;
}

.testimonials .testimonialIcon {
  color: transparent;
  stroke: var(--c2);
  stroke-width: 12px;
}

.testimonials .testimonialDiv .author {
  display: block;
  position: relative;
  margin-top: 1rem;
  font-size: 1.2rem;
}

/*********************/
/*  HOME PAGE TITLES
  /*********************/
.pageTitles {
  display: block;
  position: relative;
  line-height: 1.5;
  z-index: 9 !important;
  text-align: inherit;
}

.pageTitles h2,
.pageTitles h4,
.pageTitles .mainTitle {
  position: relative;
  display: block;
  font-family: "Fjalla One", sans-serif;
  font-size: 2.1rem !important;
  font-weight: 600;
  color: var(--c1);
  text-transform: none;
  z-index: 99 !important;
  line-height: 1.1;
  margin: 0;
  padding: 0;
}

.pageTitles .subTitle {
  position: relative;
  display: block;
  color: var(--c2);
  text-transform: lowercase;
  font-family: "Saira Condensed", sans-serif;
  font-size: 1.2rem !important;
  font-weight: 300;
  margin-bottom: 0.6rem;
}

.pageTitles .subTitle::before {
  position: absolute;
  content: "";
  top: 94%;
  left: auto;
  width: 3%;
  height: 2px;
  background-color: var(--c1);
  text-align: inherit;
}

.pageTitles .subTitle .nums {
  position: relative;
  display: inline-block;
  font-size: 1rem !important;
  font-family: "Anton", sans-serif;
  color: var(--c7);
  margin-right: 0.3rem;
  vertical-align: top !important;
  overflow: hidden;
}

/*
	SIDE BAR
*/
.sub-page-title {
  position: relative !important;
  padding: 3em 0 3em 0 !important;
  background: var(--c5) !important;
  text-align: center;
  overflow: hidden;
  margin-top: 0em !important;
  margin-bottom: 6em;
  min-height: 300px;
  -moz-box-shadow: inset 0 -10px 10px -10px #333;
  -webkit-box-shadow: inset 0 -10px 10px -10px #333;
  box-shadow: inset 0 -10px 10px -10px #333;
  z-index: 9 !important;
  border-bottom: 6px solid var(--c2);
}

.sub-page-title h2,
.sub-page-title hr {
  position: relative;
  z-index: 3;
}

.sub-page-title h2 {
  position: relative;
  color: var(--c1);
  font-size: 3em;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-align: center;
  padding-top: 3rem;
  margin: 1rem auto 0.5em auto !important;
  text-transform: uppercase;
  z-index: 9 !important;
}

.sub-page-title hr {
  width: 10%;
  background: none;
  border: none;
  border-bottom: 3px solid var(--c1);
  margin: 0.5em auto 0.5em auto;
}

#main-container {
  position: relative;
  margin-bottom: 6rem;
}

.subPages {
  position: relative;
  display: block;
}

.subPages img {
  width: 100%;
  height: auto;
}

.white-content {
  background: rgba(242, 242, 242, 0.3);
  padding: 1em;
  margin-bottom: 2em;
  border: 1px solid var(--c5);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  line-height: 1.7;
}

.subPages ul {
  position: relative;
  width: 90%;
  margin: 2rem auto 2rem auto;
  padding: 3rem;
  background: var(--c6);
  border: 1px solid var(--c5);
}

.subPages ul li,
.white-content li {
  list-style: none;
  border-bottom: 1px solid var(--c5);
  margin: 0.6rem 0 0.6rem 0;
  padding-bottom: 0.1rem;
}

.white-content li a {
  color: var(--c9);
}

.white-content li a:hover,
.white-content .current_page_item a {
  color: var(--c2);
}

.cPages .title-3,
.white-content .title-3,
.subPages .title-3 {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--c1);
  font-family: "Source Sans Pro", sans-serif;
}

a.buyNow {
  position: relative;
  display: block;
  background-color: var(--c2);
  font-size: 1.5rem;
  color: var(--c4);
}

/*
	  breadcrumbs
  */

#breadcrumbs {
  position: relative;
  display: block;
  list-style: none;
  margin: 0 auto !important;
  overflow: hidden;
  padding: 0 !important;
  z-index: 99 !important;
  text-align: center;
}

#breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

#breadcrumbs li:first-child {
  margin-left: 0 !important;
}

#breadcrumbs li a,
#breadcrumbs li.item-current {
  font-family: "Playfair Display", serif;
  font-size: 1em;
  color: var(--c2);
  font-weight: normal;
  text-transform: none;
}

#breadcrumbs li.item-current {
  color: var(--c1);
  font-weight: normal;
}

#breadcrumbs .separator {
  font-size: 18px;
  color: #253939;
}

/*
	  SEARCH
  */
.search-container {
  margin-bottom: 3em;
}

.search-container .search-page-title {
  position: relative;
  display: block;
  font-size: 1.6em;
  font-family: "Playfair Display", serif;
}

.search-container .searchResults li {
  position: relative;
  list-style: none;
  margin: 0.9em 0 0.9em 0;
  padding-bottom: 0.2em;
  padding-left: 0em;
  border-bottom: 1px dotted #ccc;
}

.search-container .searchResults li:before {
  display: none;
}

.search-container .searchResults li:hover .title-5 {
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.search-container .searchResults .title-5 {
  position: relative;
  display: block;
  font-size: 1.2em;
  color: var(--c1);
  font-family: "Playfair Display", serif;
  font-weight: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/******************
	  SUB PAGES
  /******************
  
  
  
  /*
	  PRODUCT CHILD PAGES
  */

.child_pages {
  display: block;
  margin-top: 4em;
  margin-bottom: 4em;
}

.child_pages .title-4 {
  font-size: 1.6em;
  color: #05aac6;
  display: block !important;
  width: 100%;
  margin: 2em 0 2em 0;
}

.childPage {
  border: 1px dotted #ccc;
  display: block;

  text-align: center;
}

.childPage h2 {
  font-size: 1.2em !important;
  color: var(--c2);
  font-family: "Playfair Display", serif;
  display: block !important;
  width: 100%;
}

.childPage:hover h2 {
  color: var(--c1);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.childPage img {
  width: 100%;
  height: auto;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.childPage:hover img {
  filter: brightness(1.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 768px) {
  .childPage {
    min-width: 98%;
    width: 98%;
  }
}

.noGap {
  margin: 0;
  padding: 0;
}

/*
	  GO TOP
  */
#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;

  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}

#back-to-top .goTop {
  color: var(--c7) !important;
  font-size: 2em;
}

#back-to-top .goTop:hover {
  color: #ccc !important;
}

#back-to-top.show {
  opacity: 1;
}

/*
	  FOOTER
  */
.footer1 {
  position: relative;
  background: var(--c1);
  color: var(--c5);
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.footer1 .footerIntro {
  position: relative;
  display: block;
  z-index: 9;
}

.footer1 .footerIntro img {
  width: 100%;
  height: auto;
  text-align: right;
}

.footer1 .footerIntro h2 {
  font-size: 2.1rem;
  color: var(--c5);
}

.footer1 .footerTitle {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;

  color: var(--c5);
  z-index: 9;
}

.footer1 .footLinks {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  z-index: 9;
}

.footer1 .footLinks li {
  position: relative;
  display: block;
  list-style: none;
  padding-left: 0.9rem;
}

.footer1 .footLinks li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: auto;
  color: var(--c5);
  z-index: 0;
}

.footer1 .footLinks li a {
  color: var(--c5);
}

.footer1 .footer1A {
  position: relative;
  display: block;
  line-height: 1.3;
}

.footer1 .footer1A .footer1ADiv {
  position: relative;
  display: block;
  background: var(--c1);
}

.footer1 .footer1A .c2 {
  filter: contrast(1.5);
}

.footer1 .footer1A .footer1ADiv .footerIconWrapper {
  display: inline-block;
  position: relative;
  background: var(--c5);
  width: 5vw;
  height: 5vw;
  border-radius: 50%;
  padding: 1rem;
  text-align: center !important;
}

.footer1 .footer1A .footer1ADiv .footerIconWrapper .footerIcon {
  color: var(--c1);
}

.footer1 .footer1A .footer1ADiv .footer1AText {
  font-size: 1.5rem;
}

.footer1 .footer1A .footer1ADiv .footer1AText span {
  display: block;
  position: relative;
  display: block;
  color: var(--c9);
  font-family: "Pragati Narrow", sans-serif;
  text-transform: uppercase;
  font-size: 0.93rem !important;
  font-weight: normal;
}

.footer2 {
  position: relative;
  display: block;
  background: var(--c2);
  color: var(--c5);
  padding: 0.3rem 0 0.3rem 0;
}
.footer2 a {
  color: var(--c4);
}
.footer2 a:hover {
  color: var(--c1);
}
/*
	CONTACT FORM 7
*/
.wpcf7 input,
.wpcf7 textarea {
  width: 98%;
  padding: 0.3rem;
}

/*
 	INLINE H TAGS
*/
h1.inline,
h2.inline,
h3.inline,
.inline {
  font-size: inherit !important;
  padding: 0px !important;
  margin: 0px !important;
  font: inherit !important;
  text-transform: inherit !important;
  color: inherit !important;
  display: inline !important;
  text-decoration: inherit !important;
  float: none !important;
  letter-spacing: inherit !important;
}
