/*

Lava Landing Page

https://templatemo.com/tm-540-lava-landing-page

*/


/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. welcome
06. features
07. testimonials
08. contact
09. footer
10. preloader

--------------------------------------------- */


/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/

@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap");
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap) format('woff2');
  font-display: swap;
}



/* 
---------------------------------------------
reset
--------------------------------------------- 
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.aligncenter{
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

.wpcf7 .ajax-loader {
  position: absolute;
}

html,
body {
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
  color: #156681;
}
a:hover {
    color: #094b77;
}
.post-excerpt a:hover
{
  text-decoration: underline !important;
}


.row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #888;
}


/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/

html,
body {
  background: #fff;
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
  overflow-x: hidden;
}

::selection {
  background: #f1556a;
  color: #fff;
}

::-moz-selection {
  background: #f1556a;
  color: #fff;
}
img
{
  max-width: 100%;
}
.video-iframe {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom:15px;
}
.video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media all and (min--moz-device-pixel-ratio:0) and (max-width: 680px) {
  footer .row {
    display: block
  }
}

@media (max-width: 991px) {
  html,
  body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

a.main-button-slider {
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background-color: #fba70b;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button-slider:hover {
  background-color: #f1556a;
}

a.main-button {
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background-color: #f4813f;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.page-default {
  margin: 136px 0 0;
}

a.main-button:hover {
  background-color: #f1556a;
}

.logged-in .header-area {
  margin: 32px 0 0;
}

.logged-in .top-right {
  top: 32px;
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background-color: #f4813f;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button:hover {
  background-color: #f1556a;
}

.center-heading {
  margin-bottom: 70px;
}

.center-heading h2 {
  margin-top: 0px;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 25px;
}

.center-heading h2 em {
  font-style: normal;
  color: #f4813f;
}

.center-heading p {
  font-size: 15px;
  color: #888;
  text-align: center;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background-color: #fff;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15)!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .main-nav .nav li:hover a {
  color: #fba70b!important;
}

.background-header .nav li a.active {
  color: #fba70b!important;
}

.header-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  background: #fff;
}

.header-area .main-nav {
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.find-a-store,
.blog-listing {
  padding-bottom: 40px;
  margin: 0 0 20px 0;
}

.blog-listing
{
   padding-bottom: 20px;
  margin: 0 0 0px 0;
}
.load-wrap button {
     margin-bottom: 30px;
    margin-top: 0;
}
.find-a-store,
.blog-listing {
  padding-top: 40px;
}
.home .find-a-store
{
	  margin-bottom: 0px;
    padding-bottom: 0;
    margin-bottom: 20px;
    padding-top: 60px;
}
.home .blog-listing
{
	    padding-bottom: 40px;
    margin-bottom: 20px;
  }
.find-a-store img
{
  max-width: 100%;
  height: 200px;
}
/*.top-wrapper{
  margin-bottom: 40px;
}*/
.alignleft {
    float: none;
}
.alignright {
    float: right;
        margin: 0 10px;
}
.post {
  background-color: #fff;
  box-shadow: 0px 2px 10px #a0a0a0;
  padding: 15px !important;
  box-sizing: border-box;
  min-height: 460px;
  margin: 0 0 30px 0;
}

.post-title h2 {
  text-align: center;
  min-height: 44px;
}

.post-title h2 a,
.post-title h2 {
  font-size: 17px;
  font-weight: 700;
  color: #58585a;
  margin: 12px 5px 10px !important;
  line-height: 22px;
  font-style: italic;
  text-align: center;
  height: 44px;
  overflow: hidden;
}
.load-wrap button {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
     font-family: "Montserrat", Arial, Tahoma, sans-serif;
    font-size: 16px;
    background-color: #d4d4d4;
    color: #333333;
    margin: 20px 0;
    display: inline-block;
    padding: 9px 30px;
    margin-bottom:0px;
    cursor: pointer;
    margin-right: 0px;
    border: 0;
    -webkit-border-radius: 5px;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: inset 0 0 0 1px rgb(0 0 0 / 3%);
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 3%);
    background-image: url(../images/box_shadow.png);
    background-repeat: repeat-x;
    line-height: 1.6;
    margin-right:0px;
}
#more_posts:focus
{
	outline: none;
}
#more_posts:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    z-index: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    background: rgba(0,0,0,.05);
}
#more_posts:hover:after
{
	    width: 100%;
}
.loading {
    background: url(../images/preloader.gif) no-repeat center 17px;
    text-align: center;
    min-height: 41px;
}
.blog-category-wrap {
  width: 96%;
  margin: -32px auto;
  /* margin-bottom: -91px; */
  /* float: left; */
  display: flex;
  flex: 1;
  /* align-items: center; */
  justify-content: center;
}

.blog-content .content-wrap {
  margin: 0 40px;
}
section.blog-content ul {
    /* list-style: disc; */
    list-style: disc outside;
    margin: 0 0 15px 30px;
}
.blog-content .content-wrap p {
  font-size: 14px;
  margin: 0 0 15px 0;
}
.banner-section.blog-single-banner {
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 47%;
}
section.blog-content ul li {
   
    margin-bottom: 10px;
        font-size: 14px;
}
section.blog-content ul li{
 list-style: disc outside;
}
.blog-content h3
{
	font-size: 25px;
	color: #444;
	margin-bottom: 10px;
	font-weight: 600;
}
.blog-content h5 {
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0px;
        margin-bottom: 15px
}
.blog-content iframe
{
	width: 100%;
}
.button
{
	display: inline-block;
    padding: 11px 20px;
    margin-bottom: 15px;
    cursor: pointer;
    margin-right: 7px;
    border: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: inset 0 0 0 1px rgb(0 0 0 / 3%);
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 3%);
    background-image: url(../images/box_shadow.png);
    background-repeat: repeat-x;
    background-color: #d4d4d4;
    color: #333333;
}
.button:after
{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    z-index: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    background: rgba(0,0,0,.05);
}
.button:hover:after
{
	width: 100%;
}
.content-wrap u {
  /*    font-weight: 600;*/
  color: #626262;
}

.detail .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 0.8em;
  font-weight: normal;
  display: block;
  text-align: center;
  margin: 0 0 0.2em;
}

.form-details .wpcf7-response-output {
  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
  text-align: center;
}

.read-more-link a {
  color: #333;
  background-color: #d4d4d4 !important;
  padding: 5px 17px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  display: block !important;
  text-decoration: none !important;
  margin: 0px auto 0px;
  max-width: 149px;
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
  transition: all 0.5s ease;
}

.read-more-link a:hover {
  background: #f7941c !important;
  color: #fff;
}

.read-more-link {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.post .post-excerpt iframe {
    display: none;
}
.post-excerpt {
  font-size: 14px;
  font-family: "Arial", Arial, Tahoma, sans-serif;
  color: #58585a;
  min-height: 90px;
  height: 90px;
  overflow: hidden;
  margin-bottom: 0px;
  text-align: center;
      line-height: 1.55;
}

.post-excerpt .blog_link:hover{
  text-decoration: none !important;
  color: #58585a !important;
}
.post-excerpt .blog_link{
  text-decoration: none !important;
  color: #58585a !important;
}

.post-excerpt p {
  color: #58585a;
}

.post-excerpt h2,.post-excerpt h3,.post-excerpt h4,.post-excerpt h5 ,.post-excerpt h6{
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px 0;
  font-size: 14px;
  font-family: "Arial", Arial, Tahoma, sans-serif;
  font-weight: 400;
}
.home .instagram-title h3 {
	padding-top: 60px;
}
.instagram-title h3 {
  padding-top: 43px;
  border-top: 1px solid #efefef;
  color: #156681;
  text-align: center !important;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 2px;
  line-height: 28px;
  padding-bottom: 20px;
}

.post img {
  width: 100%;
}

.header-area .main-nav .logo-wrap {
  width: 288px;
  max-width: 288px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
      min-height: 65px;
    line-height: 65px;
}
.homemaker .header-area .main-nav .logo-wrap {
    width: 256px;
    max-width: 256px;
}
.aspley .header-area .main-nav .logo-wrap {
    width: 225px;
    max-width: 225px;
  }
.header-area.header-sticky .main-nav .logo-wrap img {
    max-height: 68px;
}
.header-area .main-nav .logo-wrap img {
    max-height: 86px;
}

.header-area .main-nav .nav {
  float: left;
  margin-left: 0%;
  margin-right: 0px;
  padding: 0px 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li a {
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
  font-size: 14px;
  color: #58585a;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}
.nav_wrap {
    margin-left: -60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header-area .main-nav .nav li a {
  display: inline-block;
  font-size: 12px;
  color: #58585a;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}
/*span.submenuToggle:after {
    content: "\f078";
    display: inline-block;
    left: -4px;
    position: relative;
    height: 10px;
    width: 10px;
    background-size: cover;
    font-family: fontawesome;
    font-size: 12px;
    top: -1px;
}*/
.social-icons {
  display: flex;
  flex-flow: row;
  align-items: center;
}

.social-icons a {
  margin: 0px 5px;
  cursor: pointer;
}

.sign-up {
  position: relative;
  right: 0;
  background-color: #3c3c3c;
  display: flex;
  align-items: center;
  display: -webkit-flex;
  display: -o-flex;
  -o-align-items: center;
  -webkit-align-items: center;
  padding: 0px 0px 0 10px;
  height: 136px;
  max-width: 244px;
  width: 100%;
  z-index: 52;
  top: 0;
  transition: all 0.5s ease;
}

.offers h3 {
  margin: 0px;
  font-weight: 600;
  letter-spacing: 4px !important;
  font-size: 23px;
      text-align: center;
}

.offers h5 {
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px !important;
  line-height: 19px;
  text-align: center;
}

.offers {
  position: absolute;
  cursor: pointer;
  color: #fff;
}

.sign-up:before {
  background-color: #3c3c3c;
  content: '';
  width: 70px;
  height: 136px;
  transition: all 0.5s ease;
  transform: skewX( 21deg);
  -o-transform: skewX(21deg);
  -webkit-transform: skewX( 21deg);
  -ms-transform: skewX(21deg);
  position: absolute;
  left: -35px;
  top: 0px;
}

.header-area .main-nav .nav li:hover a {
  color: #b6236a;
}
.homemaker .header-area .main-nav .nav li:hover a {
  color: #7c51a1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 0px;
}


/*.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #7a7a7a;
  position: absolute;
  right: 18px;
  top: 12px;
}*/

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transform: translateY(-2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  display: block;
  background: #fff;
  color: #7a7a7a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  border-bottom: 1px solid #f5f5f5;
}

.header-area .main-nav .nav li.submenu ul li a:before {
  content: '';
  position: absolute;
  width: 0px;
  height: 40px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #fba70b;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #fba70b!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
  position: fixed;
}

.header-area.header-sticky .main-nav {
  padding: 10px 120px 11px 0px;
}

.header-area.header-sticky .main-nav .logo-wrap img {
  width: 200px;
}


/*.header-area.header-sticky .nav {
  margin-top: 15px !important;
}*/

.header-sticky .sign-up {
  height: 107px;
}

.header-sticky .sign-up:before {
  height: 107px;
}

.header-area.header-sticky .nav li a.active {
  color: #fba70b;
}

.header-area.header-sticky .offers h3 {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.header-area.header-sticky .offers h5 {
  font-size: 12px;
}

.banner-section img {
  width: 100%;
  /* height: auto; */
  height: 550px;
  object-fit: cover;
}

.inner-banner {
  margin: 135px 0 0;
}
 .inner-banner.no-image {
    margin: 190px 0 0;
}
.banner-section-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.mfp-bg{
  background: #eeeeee !important;
}
.logged-in-as a {}

.slick-dots button
{
	    border: none !important;
    width: 12px !important;
    height: 12px !important;
}
.stores-for-you {
  padding-top: 40px;
  padding-bottom: 40px;
      padding-left: 15px;
    padding-right: 15px;
}
.store-content > .row
{
  width: 100%;
}
.stores-for-you h1 {
  font-size: 26px !important;
  color: #156681;
  text-align: center;
  line-height: 55px;
  font-weight: 700;
  letter-spacing: 0px;
}

.stores-for-you h2 {
  line-height: 45px;
  font-weight: 700;
  letter-spacing: 0px;
  font-size: 16px !important;
  color: #156681;
  text-align: center;
  margin-bottom: 15px;
}

.stores-for-you p {
  color: #626262;
  font-size: 14px;
}

.make-it-yours {
  margin: 0 0 50px 0
}


.desc p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin: 0px;
  font-family: "Arial", Arial, Tahoma, sans-serif
}

.desc h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.desc {
  min-height: auto;
  /* max-height: 220px; */
  text-align: center;
  padding: 20px 15px 18px;
  color: #ffffff;
  flex: 1 !important;
  max-width: calc(33.33% - 20px);
  margin: 0 10px;
}

.desc a {
  color: #fff;
      word-break: break-word;
         
}
.desc a[href^="tel:"] {
   white-space: pre;
}
.desc p
{
	word-break: break-word;
}

#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td a.ui-state-active, #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td a.ui-state-active:hover, body #booked-profile-page input[type=submit].button-primary:hover, body .booked-list-view button.button:hover, body .booked-list-view input[type=submit].button-primary:hover, body table.booked-calendar input[type=submit].button-primary:hover, body .booked-modal input[type=submit].button-primary:hover, body table.booked-calendar th, body table.booked-calendar thead, body table.booked-calendar thead th, body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover, body #booked-profile-page .booked-profile-header, body #booked-profile-page .booked-tabs li.active a, body #booked-profile-page .booked-tabs li.active a:hover, body #booked-profile-page .appt-block .google-cal-button>a:hover, #ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header {
    background: #9073ac !important;
}
body.homemaker table.booked-calendar td.today .date span,body.homemaker table.booked-calendar td:hover .date span.number
{
	    border: 2px solid #7a51a0 !important;
}
/*body table.booked-calendar td.today .date span,body table.booked-calendar td:hover .date span.number
{
      border: 2px solid #1b81a3 !important;
}*/
body #booked-profile-page input[type=submit].button-primary, body table.booked-calendar input[type=submit].button-primary, body .booked-list-view button.button, body .booked-list-view input[type=submit].button-primary, body .booked-list-view button.button, body .booked-list-view input[type=submit].button-primary, body .booked-modal input[type=submit].button-primary, body #booked-profile-page .appt-block .google-cal-button>a, body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button, body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active, body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active:hover
{
	    border-color: transparent !important;
	    outline: none !important;
}
body table.booked-calendar thead
{
	border: #9073ac !important
}
.trading-list li {
  font-size: 14px;
  line-height: 20px;
  margin: 0px;
  font-family: "Arial", Arial, Tahoma, sans-serif;
  border-bottom: 1px solid #fff;
  padding: 3px 0;
}

.trading-list li:last-child {
  border: 0;
}

.location-iframe iframe {
  width: 100%;
}

.find-us {
  padding-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.feedback-heading h3 {
  font-size: 27px;
  font-weight: 500;
  color: #b6236a;
  letter-spacing: 3px;
  margin-bottom: 8px;
  line-height: 30px;
}
.homemaker .feedback-heading h3{
  color: #9073ac;
}
.homemaker .click-here button
{
        background-color: #9073ac;
}
.homemaker  .click-here button:hover {
    background: #fff;
    border: 1px solid #9073ac;
    color: #9073ac;
}

.feedback-heading h2 {
  font-size: 44px;
  font-weight: 700;
  color: #000;
  letter-spacing: 3px;
  line-height: 45px;
}
.css-layer a{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.flipbook-wrap {
    padding: 150px 0 0px;
}
.flipbook-content {
    border-bottom: 1px solid rgba(0,0,0,.2);
    text-align: center;
    padding-bottom: 24px;
    margin-bottom: 16px;
}
.flipbook-content h3 {
    color: #444444;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}
.flipbook-content h4
{
	 color: #444444;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 25px;
}
.flipbook-content p {
    color: #626262;
    font-size: 14px;
    font-family: arial;
    line-height: 21px;
}
.page-id-7105 .flipbook-content {
    border-bottom: none;
}
.click-here button {
  font-size: 30px;
  color: #fff;
  border-radius: 0px;
  background-color: #b6236a;
  margin: 15px 0 0;
  padding: 7px 30px;
  font-family: "Montserrat";
  font-weight: 600;
  outline: none;
  border: 1px solid transparent;
  transition: all 0.5s ease;
}

.click-here button:hover {
  background: #fff;
  border: 1px solid #b6236a;
  color: #b6236a;
}

.feedback-heading {
  text-align: center;
  margin: 0 0 60px 0;
}

.img-list img {
  width: 100%;
}

.styling-session p {
  font-size: 16px;
  max-width: 1020px;
  margin: auto auto 15px;
  font-family: "Arial", Arial, Tahoma, sans-serif;
  color: #626262;
}

.styling-session h3 {
  font-size: 24px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 0px;
  margin-bottom: 15px;
  color: #444444;
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
}

.styling-session h4 {
  font-size: 21px;
  line-height: 25px;
  font-weight: 600;
  /* line-height: 30px; */
  font-family: "Arial", Arial, Tahoma, sans-serif;
  margin: 0 0 15px;
  color: #444444;
}
.section.slider, .banner-section-image { height: 35vw; }
.section.slider .slick-list .slick-track{ height: 35vw; }
.section.slider .slick-dots {
	    bottom: 11px;
}
.styling-session {
  padding: 40px 0 20px 0;
  text-align: center;
  border-bottom: 1px solid #efefef
}

.styling-content {
  margin-bottom: 30px;
}

.styling-content h4 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 0px;
  margin-bottom: 15px;
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
}

.vip-form {
  border-top: 1px solid #efefef;
  padding: 0 0 50px 0;
}

.vip-content {
  padding: 40px 0;
  text-align: center;
}

.vip-content h2 {
  font-size: 44px;
  font-weight: 700;
  color: #000;
  letter-spacing: 3px;
  margin-bottom: 15px;
  line-height: 45px;
}

.vip-content h3 {
  font-size: 27px;
  font-weight: 500;
  color: #b6236a;
  letter-spacing: 3px;
  margin-bottom: 8px;
  line-height: 40px;
}

.vip-para p {
  font-size: 18px;
  letter-spacing: .5px;
  line-height: normal;
  color: #626262;
  font-weight: 400;
  width: 58%;
  margin: 0 auto;
  text-align: center
}
table {
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
    border-spacing: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
table th, table td {
    padding: 10px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    vertical-align: middle;
    border-color:rgba(0,0,0,.08);
    font-size:14px;
    color:#626262;
}
table tr:first-child td {
    background: transparent !important;
}
table tr:nth-child(2n) td {
    background: rgba(0,0,0,0.01);
}
.page-content-section h1 {
    font-size: 32px;
    line-height: 55px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #444444;
        margin-bottom: 15px;
}
.page-content-section p
{
	font-size: 14px;
	color: #626262;
}
.page-content-section h2 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0px;
        color: #444444;
            margin-bottom: 15px;
}
.page-content-section h3 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #444444;
        margin-bottom: 15px;
}
.page-content-section h4
{
	margin-bottom: 15px;
	    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 0px;
}
.page-content-section h6
{
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 15px;
}
.page-content-section h5 {
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
    letter-spacing: 0px;
     color: #444444;
          margin-bottom: 15px;
}
.page-content-section p
{
	 margin-bottom: 15px;
	 color: #626262;
}
section.digital-moodboard  .vip-content {
    padding: 40px 0 10px;
}
section.digital-moodboard .vip-para p {
    font-size: 18px;
    width: 73%;
    color: #626262;
}
.digital-moodboard .form-details ul
{
  list-style: disc outside;
    margin: 0 0 40px 31px;
}
.digital-moodboard .form-details ul li
{
      margin-bottom: 10px;
       list-style: disc outside;
           font-size: 14px;
           color: #626262;
}
section.digital-moodboard p {
   color: #626262;
}
section.digital-moodboard .vip-para {
    margin-bottom: 45px;
}
section.digital-moodboard .form-details h3,section.digital-moodboard .form-details h4{
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    letter-spacing: 0px;
    margin-bottom: 15px;
    color: #444;
}
section.digital-moodboard .form-details h3 strong
{
  font-weight:700;
}
.digital-moodboard .button {
    font-size: 16px;
    color: #fff;
    border-radius: 0px;
    background-color: #b6236a;
    margin: 15px 0 32px;
    padding: 6px 20px;
    font-family: "Montserrat";
    font-weight: 600;
    display: inline-block;
    position: relative;
}
.digital-moodboard .button:after
{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    z-index: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    background: rgba(0,0,0,.05);
}
.digital-moodboard .button:hover:after
{
  width: 100%;
}
.vip-para {
  margin-bottom: 10px
}

.detail input,.detail  select {
  border-radius: 0px !important;
  height: 45px;
  text-align: center;
  color: #919191 !important;
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  width: 100%;
  margin-bottom: 10px;
  height: 47px;
  background-color: rgba(255, 255, 255, 1);
  border-color: #EBEBEB;
  outline: none;
  -webkit-box-shadow: inset 0 0 2px 2px rgb(0 0 0 / 2%);
  box-shadow: inset 0 0 2px 2px rgb(0 0 0 / 2%);
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  box-sizing: border-box;
  opacity: 0.5;
}
.detail label {
    display: block;
}
.detail  select
{
     padding: 0 15px;
    text-align: center;
    text-align-last: center;
}
.detail .wpcf7-form-control-wrap .wpcf7-text {
  -webkit-appearance: none;
}

.policy a {
  color: #0e72b4;
  text-decoration: underline !important
}

.policy a:hover {
  color: #094b77;
}

.detail input:hover,
.detail input:focus,
.select-box:hover,
.select-box:focus {
  background-color: rgba(233, 245, 252, 1) !important;
  border-color: #d5e5ee;
}

.fill-detail {
  line-height: 19px;
  font-weight: 700;
  letter-spacing: 0px;
  font-size: 18px;
}

.select-box {
  text-align-last: center;
  border-radius: 0px !important;
  height: 47px;
  text-align: center;
  color: #919191 !important;
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  width: 100%;
  margin-bottom: 10px;
  outline: none;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid #EBEBEB;
  outline: none;
  -webkit-box-shadow: inset 0 0 2px 2px rgb(0 0 0 / 2%);
  box-shadow: inset 0 0 2px 2px rgb(0 0 0 / 2%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  opacity: 0.5;
}

.style-board .policy p {
  font-size: 13px;
}

.form-details {
  padding: 30px 0 0;
  margin: 0 0 40px 0;
}

#respond .form-submit {
  margin: 20px 0 0;
}

.fill-detail {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 5px;
  font-family: "Arial", Arial, Tahoma, sans-serif;
  color: #444444
}

.policy {
  display: flex;
  align-items: flex-start;
  margin: 10px 0 0;
}

.policy label {
  display: flex;
}

.policy .check {
  width: 18px;
  height: 18px;
  margin: 0 10px 0 0;
  box-sizing: initial;
  -webkit-appearance: auto;
}

.policy .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0;
}

.policy p {
  font-size: 15px;
  line-height: 20px;
  color: #626262;
  font-family: "Arial", Arial, Tahoma, sans-serif;
}

.submit input.btn {
  font-size: 16px;
  color: #fff !important;
  border-radius: 0px;
  background-color: #156681 !important;
  margin: 5px 0 10px;
  font-weight: 600;
  float: none;
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  padding: 7px 30px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  /* background-color: #b6236a !important;*/
}
.form-details .wpcf7 .ajax-loader{
	margin: 13px 24px
}

.vip-form .submit {
  margin: 20px 0 0;
}

.title-wrap-title {
  background-color: #b6236a;
  color: #fff;
  position: relative;
  width: 96%;
  padding-right: 50px;
  box-sizing: border-box;
  max-width: 702px;
  float: left;
  align-items: center;
  display: flex;
  margin-right: 49px;
}
.homemaker .title-wrap-title {
  background-color: #7c51a1;
}
.homemaker  .cat-wrap
{
  background-color: #48b69d;
}
.title-wrap-title h1.title-wrap {
  font-size: 16px;
  font-weight: 700;
  margin: 0px;
  color: #fff;
  text-transform: uppercase;
  padding: 22px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 28px;
}
.postid-7444 .title-wrap-title h1.title-wrap, .postid-8681 .title-wrap-title h1.title-wrap,
.postid-9482 .title-wrap-title h1.title-wrap,.postid-9813 .title-wrap-title h1.title-wrap,
.postid-8757 .title-wrap-title h1.title-wrap
{
  font-size: 14px;
}
.title-wrap-title:after {
    background-color:inherit;
    content: '';
    position: absolute;
    right: -20px;
    min-height: 72px;
    width: 43px;
    top: 0px;
    transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
}
.store-description p,.store-descriptio , .store-content p{
  font-size: 16px !important;
}
.cat-wrap {
  background-color: #f7941c;
  color: #fff;
  position: relative;
  padding-left: 50px;
  box-sizing: border-box;
  padding: 0px 0 0 28px;
  display: flex;
  align-items: center;
  display: -webkit-flex;
  display: -o-flex;
  -o-align-items: center;
  -webkit-align-items: center;
  min-height: 72px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  width: calc(100% - 751px);
  float: right;
}
section.blog-content h2 {
    font-size: 26px;
    font-weight: 700;
    color: #444444;
    margin-bottom: 20px;
}
section.blog-content h2 a {
    color: #444444;
}
.blog-description {
  margin: 0 0 30px 0;
  text-align: center;
}

.blog-description p {
  color: #58585a;
  font-family: "Arial", Arial, Tahoma, sans-serif;
  font-size: 14px;
}

.author-date {
  padding-right: 10px;
  border-right: 1px solid #fff;
  font-size: 16px !important;
  letter-spacing: 1px;
  font-weight: 500!important;
  color: #fff;
}

.cat-wrap:before {
  background-color: inherit;
  content: '';
  position: absolute;
  left: -21px;
  min-height: 72px;
  width: 43px;
  top: 0px;
  transform: skewX( 30deg);
  -webkit-transform: skewX( 30deg);
  -o-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  visibility: visible;
}

.category.meta-categories {
  padding: 0 0 0 10px;
    text-overflow: ellipsis;

}
section.blog-content h4 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 0px;
        margin-bottom: 15px;
}
.cat-wrapper1 {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.content-wrap p {
  font-size: 16px;
  color: #626262;
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
  font-weight: 400;
}

.content-wrap {
  margin: 0 20px;
  padding: 100px 0 40px 0;
}

.comment-respond {
  margin: 10px 0 40px 0;
  padding: 10px 0 0;
}

.blogs p {
  font-size: 14px;
  color: #626262;
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
  font-weight: 400;
  line-height: 22px;
}

.blog-flex {
  padding: 30px 0;
  display: flex;
  border-bottom: 1px solid #efefef;
}

.comments-area {
  border-top: 1px solid #efefef;
  padding-top: 20px;
}

.image-block img {
  width: 100%;
}

.image-block {
  width: 223px;
  height: 223px;
}

.blogs {
  width: 80%;
  margin: 0 0 0 20px;
}

.blogs h6 {
  font-size: 14px;
  color: #626262;
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
  font-weight: 600;
  text-decoration: underline;
  margin: 0 0 12px 0;
}

.blog-flex:last-child {
  border: 0;
}

.share-content {
  margin: 20px 0;
  padding: 40px 0;
  border-bottom: 1px solid #efefef;
}

.leave-form {
  margin: 0 0 30px 0;
}

.share-content h3 {
  font-size: 14px;
  font-weight: 700;
  color: #626262;
  line-height: 25px;
}

.form-section .wpcf7 .ajax-loader {
  position: absolute;
  top: 9px;
  left: 95%;
}

.feedback-form .one {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.leave-form h3 {
  font-size: 21px;
  line-height: 25px;
  font-weight: 600;
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
  color: #626262;
  padding: 20px 0;
}

.leave-form p {
  font-family: "Arial", Arial, Tahoma, sans-serif;
  color: #626262;
}

.comment-form-comment {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 10px;
}

.comment-form-comment label,
.input-box label,
.comment-form-cookies-consent label {
  outline: none;
  font-weight: 700;
  color: #626262;
  font-size: 14px;
  font-family: "Arial", Arial, Tahoma, sans-serif;
  border: 0;
}

.comment-form-cookies-consent label {}

.feedback-form h4 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "Arial", Arial, Tahoma, sans-serif;
}

.form-section {
  margin: 50px 0 0;
}

.feedback-form {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
}

.feedback-form p {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

.feedback-form textarea {
  border-radius: 0px !important;
  height: 195px;
  text-align: center;
  color: #919191 !important;
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  -webkit-box-shadow: inset 0 0 2px 2px rgb(0 0 0 / 2%);
  box-shadow: inset 0 0 2px 2px rgb(0 0 0 / 2%);
  border: 1px solid #EBEBEB;
  width: 100%;
}

.feedback-form .one-third.column:nth-child(2) p {
  width: 82%;
  margin: 10px auto;
}

.one-third.column {
  width: 31.333%;
  float: left;
  margin: 0 1% 40px;
}

.feedback-form .wpcf7-form-control-wrap input {
  border-radius: 0px !important;
  height: 47px;
  text-align: center;
  color: #919191 !important;
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  border-color: #EBEBEB;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-shadow: inset 0 0 2px 2px rgb(0 0 0 / 2%);
  box-shadow: inset 0 0 2px 2px rgb(0 0 0 / 2%);
  border: 1px solid #EBEBEB;
  opacity: 0.8;
  font-weight: normal;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}
.homemaker .feedback-form .wpcf7-submit 
{
  background-color: #9073ac !important;
}
.feedback-form .wpcf7-submit {
  text-transform: uppercase;
  padding: 9px 30px;
  -webkit-appearance: none;
  display: inline-block;
  font-size: 16px;
  color: #fff !important;
  border-radius: 0px;
  background-color: #b6236a !important;
  margin: 0px 0 0;
  font-weight: 600;
  float: left;
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
  position: relative;
  top: 0px;
  left: 0;
  right: 0;
  width: auto;
  outline: none;
  border: 0;
}

#wp-comment-cookies-consent {
  margin: 5px 0 0;
  width: 24px;
  height: 15px;
  border-radius: 0;
}

.comment-form-comment textarea {
  width: 100%;
  color: #626262;
  background-color: rgba(255, 255, 255, 1);
  border-color: #EBEBEB;
  -webkit-box-shadow: inset 0 0 2px 2px rgb(0 0 0 / 2%);
  box-shadow: inset 0 0 2px 2px rgb(0 0 0 / 2%);
  margin-bottom: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  padding: 5px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}
.main-con-sec.error-main {
    padding: 170px 0 80px;
    text-align: center;
    width: 300px;
    margin: 0 auto;
        max-width: 100%;
}
.image_map-element {
    font-size: 0;
    height: 621px !important;
}
.image_map-levels
{
	bottom: 0 !important;
	top: auto !important;
}
.image_map-container {
    margin: 0 12px;
    width: calc(70% - 24px) !important;
}
.main-con-sec.error-main h1 {
    padding-top: 20px;
    color: #156681;
    text-align: center ;
    font-weight: 700;
    font-size: 64px;
}
.orange-link .cta-button {
    color: #333;
    padding: 10px 24px;
    font-size: 15px;
    text-transform: uppercase;
    background-color: #d4d4d4;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0px auto 0px;
    font-family: "Montserrat", Arial, Tahoma, sans-serif;
    display: inline-block;
    font-weight: 600;
        margin-top: 12px;
}
.orange-link .cta-button:hover {
    background: #f7941c ;
    color: #fff;
}

.reply a,
.vcard a,
#cancel-comment-reply-link {
  color: #626262;
}

#cancel-comment-reply-link {
  padding: 0 0 0 10px;
  color: #FA944B;
}

.commentlist {
  border-bottom: 1px solid #efefef;
}

.vcard .avatar {
  margin-right: 10px;
  border: 1px solid #000;
}

.comments-title {
  font-size: 24px;
}

.commentlist {
  margin: 20px 0;
  padding: 20px 0;
}

.comment-awaiting-moderation {
  padding: 10px 0 0;
}

.input-tag {
  margin: 20px 0;
}

.input-tag {
  display: flex;
}

.input-box {
  display: flex;
  flex-flow: column;
  width: calc(33.33% - 10px);
  margin: 0 5px;
}


/*blog css*/

.entry-header {
  display: none;
}

.site-content .post {
  box-shadow: none;
}

.entry-content p {
  font-size: 14px;
  color: #626262;
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
  font-weight: 400;
}

.page-content-section img {
  max-width: 100%;
  width: auto;
}

b,
strong,
dt {
  font-weight: 700;
}

.entry-content u {
  font-weight: 700;
  padding: 0 0 10px 0;
  display: block;
}

.heateor_sss_sharing_title,
.comment-notes {
  margin: 0 0 20px 0;
  color: #626262;
  font-size: 14px;
  font-family: "Arial", Arial, Tahoma, sans-serif;
}

.comment-form {
  margin: 10px 0 0;
}

.heateor_sss_sharing_container {
  padding: 30px 0;
  /* display: flex; */
  /*  border-bottom: 1px solid #efefef;*/
}

.alignleft {
  float: left;
  margin: 15px 15px 15px 0;
}

.nav-single {
  display: none;
}

.comment-reply-title {
  font-size: 21px;
  line-height: 25px;
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
  color: #444444;
  font-weight: 600
}

#respond label {
  color: #626262;
  font-size: 14px;
  font-family: "Arial", Arial, Tahoma, sans-serif;
  display: block;
  font-weight: 700;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  width: 31.3%;
  margin-right: 2%!important;
  float: left;
  position: relative;
}

#respond input[type="text"],
#respond input[type="url"],
#respond input[type="email"],
#respond select {
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid #EBEBEB;
  -webkit-box-shadow: inset 0 0 2px 2px rgb(0 0 0 / 2%);
  box-shadow: inset 0 0 2px 2px rgb(0 0 0 / 2%);
  outline: none;
  padding: 5px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

#respond .comment-form-cookies-consent {
  display: flex;
  width: 100%;
  align-items: flex-start;
  /* margin: 33px 0 0; */
  padding: 15px 0 0;
}

#wp-comment-cookies-consent {
  margin: 5px 0 0;
}

.comment-form-cookies-consent label {
  margin: 0;
  padding-left: 10px;
}

.map-area {
    margin-top: 50px;
}
.map-area .image_map-list-category a
{
	font-size: 14px;
	font-weight: 600;
}
.map-area .image_map-list-category > a {
      color: #919191 !important;
      background-color: #f8f8f8;
}
.map-area .image_map-list-category > a:after {
    content: "\f078";
    position: absolute;
    right: 10px;
    font-family: "FontAwesome";
    color: #919191 !important;
}
.map-area .image_map-list-category.image_map-opened > a {
    background-color: #b6236a !important;
    color: #fff !important;
}
.map-area .image_map-list-category.image_map-opened > a:after
{
	 color: #fff !important;
}
.map-area .image_map-list-category.image_map-opened >a:after {
    content: "\f077";
}
.map-area .image_map-list-container li
{
  position: relative;
  margin-bottom: 10px !important;
      border: none;
}
.map-area .image_map-list-category ol {
    margin-left: 15px;
    margin-top: 10px;
    border: none !important;
}
.map-area .image_map-list-category ol li a {
    background-color: #b4b5b7 !important;
    color: #fff !important;
    font-family: "Montserrat", Arial, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.map-area .image_map-list-category ol li.current a,.map-area .image_map-list-category ol li a:hover{
    background-color: #f8951d !important;
}
.image_map-list-location > a:hover
{
	border: none !important;
}
.map-area .image_map-list-category ol li.image_map-list-location h4
{
	color: #fff !important;
	 font-family: "Montserrat", Arial, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.page-template-template-sitemap h2 {
    margin-bottom: 10px;
    line-height: 55px;
    font-weight: 700;
    color: #444;
}
.page-template-template-sitemap .wrapper  h3
{
  font-size: 24px;
  line-height: 25px;
  font-weight: 700;
  color: #444444;
  margin-bottom: 25px;
}
.page-template-template-sitemap .wrapper  .widget  h3
{
   font-size: 18px;
   line-height: 28px;
   color: #444444;
   font-weight: 600;
}
.widget_meta ul, .widget_pages ul, .widget_rss ul{
    list-style-type: square;
    padding: 0 0 0 20px;
    margin-bottom: 30px;
}
.widget_pages li,.widget_rss li,.widget_meta li
{
  list-style-type: square;
  color: #156681;
      font-family: Arial;
    font-size: 14px;
}
.widget_meta ul li a, .widget_pages ul li a, .widget_rss ul li a {
    display: block;
    padding: 4px 0 7px 4px;
}
.widget_meta ul li a:hover,.widget_pages ul li a:hover,.widget_rss ul li a:hover,.widget_recent_entries ul li a:hover {
    text-decoration: underline !important;
}
.widget_recent_entries ul,.widget_recent_entries li {
    list-style-type: disc !important;
      font-family: Arial;
    font-size: 14px;
}
.widget_recent_entries ul {
    padding-left: 20px;
}
.widget_recent_entries ul li {
    padding: 5px 15px;
}
.widget_recent_entries ul li a{
  color:#656b6f 
}


/*footer css*/

footer {
  background-color: #58585a;
  color: white;
  margin-top: 100px;
}

.top-section {
  max-width: 560px;
  float: right;
  text-align: right;
  width: 560px;
  position: relative;
  margin-top: -60px;
}

.top-footer {
  background-color: #3c3c3c;
  padding: 15px 5px 15px 30px;
  position: relative;
  z-index: 5;
  min-height: 60px;
  box-sizing: border-box;
  max-height: 60px;
}

.top-footer h3 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin: 0px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 30px;
  text-align: left;
  cursor: pointer;
}

.top-footer h3 span {
  font-size: 18px;
  font-weight: 600;
}

.top-footer:before {
  background-color: #3c3c3c;
  content: '';
  width: 47px;
  height: 60px;
  transform: skewX( -35deg);
  -webkit-transform: skewX( -35deg);
  -o-transform: skewX(-35deg);
  -ms-transform: skewX(-35deg);
  position: absolute;
  left: -23px;
  top: 0px;
}

footer a {
   color: #fff;
    font-size: 14px;
    transition-duration: 0.2s;
    font-family: 'Montserrat';
    margin-bottom: 10px;
    line-height: 20px;
    letter-spacing: 1px;
}
.social-icons a {
  margin: 0px 5px;
}

footer a:first-child {
  margin-left: 0;
}

.d-flex {
  display: flex;
}

.footer-pad h4 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff;
}

.footer-pad p {
    font-size: 14px;
    font-family: 'Montserrat';
    margin-bottom: 10px;
    line-height: 20px;
    color: #fff;
    letter-spacing: 1px;
}

footer a:hover {
  color: #FA944B;
  text-decoration: underline !important;
}

.copy {
  font-size: 12px;
  padding: 10px;
  border-top: 1px solid #FFFFFF;
}

.footer-middle {
  color: white;
  padding: 35px 0 35px;
}


/*SOCİAL İCONS*/


/* footer social icons */

footer.mainfooter .footer-middle .container .row .footer-list:nth-child(4) h4 {
  margin: 20px 0 10px 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff;
}
footer.mainfooter .footer-middle .container .row .footer-list:nth-child(4) ul li {
  background-color: white;
  border-radius: 50px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
footer.mainfooter .footer-middle .container .row .footer-list:nth-child(4) ul li a {
  margin: 0;
}

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}


/* footer social icons */

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
}

.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #595959;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #F9F9F9;
}

.signup-form {
  background: #f89739;
  max-width: 380px;
  width: 100%;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  position: fixed;
  z-index: 120;
  padding: 25px 25px 25px;
  display: none;
}

.signup-form.bottom-right {
  bottom: 0;
  top: initial;
}

.signup-form h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-weight: 400;
  line-height: 29px;
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
}

.form-inner-wrap {
  position: relative;
}

.signup-form h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 27px;
  letter-spacing: 3px;
  margin: 0px 0 20px;
  line-height: 27px;
  font-weight: 700;
}

.space {
  margin: 0 0 0 2em;
}

.input-text {
  margin-bottom: 10px;
}

.check-list label {
  display: flex;
  font-family: "Arial", Arial, Tahoma, sans-serif;
  font-weight: 700;
  padding-left: 15px;
  color: #fff;
}

.submit {
  text-align: center;
}

.close {
  color: #fff;
  font-weight: 600;
  opacity: 1 !important;
  position: absolute;
  right: 20px;
  top: 5px;
}

.submit input,
.submit .btn,
.form-submit .submit {
  font-size: 16px;
  color: #fff;
  border-radius: 0px;
  background-color: #156681;
  margin: 5px 0 5px;
  font-weight: 600;
  float: none;
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  padding: 9px 30px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  border: 1px solid transparent;
  transition: all 0.5 ease;
}

.submit input:hover {
  border: 1px solid #156681;
  background: #ffff;
  color: #000;
}

.leave-form .submit {
  text-align: left;
  margin: 30px 0;
}

.submit .btn,
.form-submit .submit {
  font-family: "Arial", Arial, Tahoma, sans-serif;
  font-size: 12px;
  padding: 4px 20px;
  letter-spacing: 0;
  font-weight: 400;
}

button:hover,
button:focus {
  box-shadow: none !important;
  outline: none;
}


/*.check-list span{
  color: #fff;font-weight: 500;
}*/

.close:hover {
  opacity: 0.7 !important;
  color: #fff !important;
}

.check-list a {
  text-decoration: underline !Important;
  color: #ffffff;
}

/* .input-box input {
  font-family: "Arial", Arial, Tahoma, sans-serif;
}
.input-text input,
.input-box input,
.input-text .wpcf7-text {
  border-radius: 0px !important;
  height: 40px;
  text-align: center;
  color: #919191 !important;
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  width: 100%;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 1);
  -webkit-box-shadow: inset 0 0 2px 2px rgb(0 0 0 / 2%);
  box-shadow: inset 0 0 2px 2px rgb(0 0 0 / 6%);
  border: 1px solid #ebebeb;
  outline: none;
} */
/* .signup-form .wpcf7-list-item-label
{
	font-weight: 500;
  text-align: center;
} */
/* .signup-form input[type="checkbox"]
{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
    right: 0;
} */
/* .signup-form input[type="checkbox"]:checked + span:before{
	content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
      z-index: 9;
}
.signup-form input[type="checkbox"]:checked + span:after
{
	background-color: blue;
}
.signup-form input[type="checkbox"] + span:after {
    height: 20px;
    background-color: #fff;
    width: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.signup-form  .input-text input
{
 -webkit-box-shadow: none;
  box-shadow: none;
}
.check-list input[type=checkbox] {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
} */

.become-vip-alt .vip-content img {
    margin-bottom: 45px;
}
.become-vip-alt .vip-content h2,.become-vip-alt  .vip-content h3{
    font-size: 26px;
    line-height: 45px;
    font-weight: 500;
    letter-spacing: 0px;
}
.become-vip-alt  .vip-content h3
{
  font-weight: 700;
}
.become-vip-alt .detail {
    margin: 0 1% 40px;
    width: 47%;
    display: inline-block;
}
.become-vip-alt  .policy {
      justify-content: center;
      margin: 0  0 15px;
          width: 100%;
    display: inline-block;
}
.become-vip-alt .policy p {
    font-size: 12px;
        text-align: center;
}
.become-vip-alt .submit input.btn
{
      background-color: #b6236a !important;
}
/*calendar*/

body table.booked-calendar td:hover .date span.number {
  background: transparent;
  border: 2px solid #17a2b8;
  color: #000;
  width: 50px;
  height: 50px;
  line-height: 45px;
}

/*body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button,
body .booked-modal p.booked-title-bar,
body .booked-modal input[type=submit].button-primary {
  background: #02cd9e !important;
}*/

/*body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-title,
body .booked-modal .bm-window p.appointment-title {
  color: #f79d36 !important
}*/
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button,body .booked-modal input[type=submit].button-primary,body .booked-modal button.cancel {
    border: none;
}
body table.booked-calendar td .date span.number {
  font-weight: 500;
}

body table.booked-calendar td.today .date.tooltipster span.number {
  font-weight: 600;
}

body table.booked-calendar tr.days th {
  background: #9073ac !important;
}
body table.booked-calendar tr.days {
    border-top: none !important;
}
body table.booked-calendar tr.days th, body #booked-profile-page .booked-tabs
{
      border: transparent !important;
}
body #booked-profile-page input[type=submit].button-primary:hover, body table.booked-calendar input[type=submit].button-primary:hover, body .booked-list-view button.button:hover, body .booked-list-view input[type=submit].button-primary:hover, body .booked-modal input[type=submit].button-primary:hover, body table.booked-calendar th, body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover, body #booked-profile-page .booked-profile-header, body #booked-profile-page .appt-block .google-cal-button>a:hover
{
      border: none !important;
}
/*body table.booked-calendar tbody td.today.prev-date .date {
    background-color: #9073ac !important;
   
}*/
/*body table.booked-calendar td.today.prev-date .date span
{
   color:#fff !important;
}
*/.post figure
{
      background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width: 3000px) {
  .welcome-area .header-text {
    width: 70%;
    margin-left: 5%;
  }
 /* .banner-section {
    max-height: 700px;
    overflow: hidden;
    height: 700px !important;
  }*/
  .post figure {
     height: auto;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 68%;
  }
  .post figure img {
    height: 100%;
    /*object-fit: cover;*/
  }
}

@media (max-width:1700px) {

  .post figure {
    height: 250px;
  }
  .sign-up {
  	        max-width: 205px;
    padding: 0px 0px 0 2px;
  }
  .header-area .main-nav {
    padding: 25px 0px 25px 0;
  }
  .header-area.header-sticky .main-nav {
    padding: 10px 200px 11px 0;
}
}

@media (max-width: 1300px) {
  .header-area .main-nav .nav li a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
  .header-area .main-nav .logo-wrap {
    width: 200px;
    max-width: 200px;
  }
  .header-area .main-nav .logo-wrap img {
      max-width: 100%;
  }
  .aspley .header-area .main-nav .logo-wrap,.header-area .main-nav .logo-wrap
  {
    text-align: left;
  }
  .sign-up {
    max-width: 244px;
  }
  .header-area .main-nav .nav li {
      padding-left: 0px;
    padding-right: 0px;
  }
  .header-area .main-nav .nav li a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }
  .social-icons img {
    width: 20px;
    height: 20px;
  }
  .header-area .main-nav .nav {
    padding: 0 5px;
  }
  .header-area .main-nav {
    padding: 25px 230px 25px 0;
}
.find-a-store img
{
	height: auto;
}
}
@media (min-width: 1025px) {
  .sign-up:after {
    content: " ";
    background-color: #3c3c3c;
    content: '';
    width: 1000px;
    height: 136px;
    position: absolute;
    left: 100%;
    top: 0px;
        transition: all 0.5s ease;
}
.header-sticky .sign-up:after
{
  height: 107px;
}
.mobile_sign-up
{
  display: none;
}
   li.menu-item-has-children
   {
    position: relative;
   }
 li.menu-item-has-children > ul {
    display: none;
    box-shadow: 2px 2px 2px 0 rgb(0 0 0 / 3%);
    -webkit-box-shadow: 2px 2px 2px 0 rgb(0 0 0 / 3%);
    position: absolute;
       background-color: #F2F2F2;
    left: 0;
    top: 100%;
    z-index: 205;
    margin: 0;
    display: none;
    background-image: url(../images/box_shadow.png);
    background-repeat: repeat-x;
    background-position: left top;
    width: 190px;
}
 li.menu-item-has-children:hover > ul
 {
   display: block;
 }
 li.menu-item-has-children > ul a
 {
       color: #58585a !important;
        background-color: #F2F2F2;

 }
 .homemaker li.menu-item-has-children > ul a
 {
   color: #7c51a1 !important;
 }
 li.menu-item-has-children > ul a:hover{
  background: rgba(0,0,0,.06);
 }
     
 .header-area .main-nav .nav li.menu-item-has-children ul a
 {

      height: auto;
    line-height: 1.5;
    padding: 10px 17px;
        display: block;
 }
.header-area .main-nav .nav li.current-menu-item a {
    color: #b6236a;
}
.homemaker .header-area .main-nav .nav li.current-menu-item a {
    color: #7c51a1;
}
.header-area .main-nav .nav li.current-menu-item span:after {
    color: #b6236a;
}
}
@media (max-width: 1199px) {
.title-wrap-title
{
width: 60%;
max-width: 678px;
}
.cat-wrap
{
      width: calc(100% - 614px);
}
}
@media (max-width: 1024px) {
  .main-nav .sign-up
  {
      display: none;
  }
	.header-area
	{
		overflow: initial;
	}
	.nav_wrap
	{
		width: 100%;
        margin-left: 0;
	}
  .logo-wrap {
    text-align: center;
    float: none!important;
  }
  .styling-session p {
    font-size: 14px;
  }
  .logged-in .header-area {
    margin: 0;
  }
  .styling-session {
    padding: 20px 0 20px 0;
  }
  .header-area .main-nav .menu-trigger {
    top: 35px;
  }
  .header-area .main-nav .nav li.current_page_item > a
  {
  	background: #eee !important;
    color: #fba70b!important;
  }
  /* .desc {
    min-height: 300px;
  }*/
  .desc h3
  {
    font-size: 14px;
  }
  .blog-category-wrap {
    width: 100%;
    margin: 0 auto;
  }
  .inner-banner {
    margin: 95px 0 0;
  }
.inner-banner.no-image {
    margin: 130px 0 0;
}

  .title-wrap-title {
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
    text-align: center;
    padding: 0;
    margin-right: 4px;
  }
  .header-area .main-nav .nav li a
  {
    display: block;
  }
  .cat-wrap {
    padding-left: 10px;
    box-sizing: border-box;
    padding: 0px 0 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: initial;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    width: 100%;
    float: right;
    text-align: center;
  }
  .title-wrap-title {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    justify-content: center;
}
.inner-blog .container {
    max-width: 100%;
    padding: 0;
    width: 100%;
    margin: 0;
}
.blog-category-wrap
{
  flex-wrap: wrap;
}
.cat-wrap {
    width: 100%;
    padding: 7px 11px 7px 11px;
  justify-content: center;
}
  .title-wrap-title h1.title-wrap {
    white-space: unset;
    font-size: 18px;
    padding: 11px 20px;
  }
  .title-wrap-title:after,
  .cat-wrap:before {
    content: none;
  }
  .find-a-store,.home .find-a-store  {
    margin: 0;

  }
  .home .find-a-store  {
      padding-bottom: 0;
          padding-top: 30px;
    }
    .home .blog-listing
    {
      padding-top: 30px;
    }
  .slider .banner-section, .banner-section-image {height: 78vw !important;}
  .section.slider{height: 78vw !important;}
  .section.slider .slick-list .slick-track{height: 78vw;}
  .social-icons {
    display: none;
  }
  .post-excerpt h2,
  .post-excerpt p {
    font-size: 12px;
  }
  .social-icons img {
    width: 30px;
    height: 30px;
  }
  .header-area .nav {
    display: none;
  }
  .container {
    max-width: 95%;
    width: 95%;
    margin: 0 2.5%;
  }
  .find-a-store,
  .blog-listing {
    padding-bottom: 40px;
  }
  button#more_posts {
    margin-bottom: 0px;
}
  .sign-up {
    position: relative;
    width: 100%;
    display: block;
    max-width: 100%;
    height: auto;
    padding: 10px 0;
    z-index: 3;
  }
  .header-sticky .sign-up {
    height: auto;
}
  .header-area .main-nav .logo-wrap {
    width: 200px;
    max-width: 200px;
    position: absolute;
    top: 26px;
    height: auto;
    line-height: initial;
        left: 0;
    right: 0;
    margin: 0 auto;
  }
  .homemaker .header-area .main-nav .logo-wrap {
    width: 146px;
    max-width: 171px;
       
}
.aspley .header-area .main-nav .logo-wrap, .header-area .main-nav .logo-wrap {
    text-align: center;
}
.header-area .main-nav .logo-wrap
{
   left: 0;
    right: 0;
    margin: 0 auto;
}
  .menu-main-menu-container {
    width: 100%;
  }
  .header-area .container {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: block;
    height: auto;
    padding: 10px 0;
  }
  .offers {
    position: relative;
  }
  .sign-up:before {
    content: none;
  }
  .header-area {
    padding: 0px 0px;
    height: 80px;
    box-shadow: none;
    text-align: center;
    position: relative !important;
  }
  .header-area .container {
    padding: 0px;
    margin: 0;
    height: 100px;
  }
  .header-area .logo-wrap {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
    padding: 10px 0 15px 0px;
    align-items: center;
    background: #fff;
  }
  .header-area .main-nav .logo-wrap img {
	    max-height: 50px;
	}
  .header-area .social-icons {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    justify-content: center;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 0px !important;
    /* display: block; */
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
    position: absolute;
    height: auto;
    background: #fff;
    z-index: 5;
    top: 90px;
    left: 0;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li:last-child {
    border: 0;
  }
  .header-area .main-nav .nav li a {
    height: 40px !important;
    line-height: 20px !important;
    padding: 12px !important;
    border: none !important;
    font-size: 14px;
    /* background: #f7f7f7 !important; */
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #fba70b!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 13px;
    font-weight: 400;
    color: #191a20 !important;
  }
  .submenu .sub-heading:after {
    content: ' \002B';
    position: absolute;
    right: 20px;
    font-size: 18px;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .find-a-store figure img {
    width: 100%;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: auto;
  }
  .header-area .main-nav .nav li
  {
    position: relative;
  }
ul.sub-menu {
    display: none;
}
ul.sub-menu a {
    background-color: #F2F2F2;
}
/*span.submenuToggle {
    position: absolute;
    height: 40px;
    width: 40px;
    display: block;
    right: 0;
    top: 0;
    cursor: pointer;
}
span.submenuToggle:after{
  content: "+";
    position: absolute;
    font-size: 28px;
        background-image: none;

}
.submenuOpened span.submenuToggle:after
{
  content: "-"
}    */
.top-section
{
  max-width: 100%;
}
.top-footer
{
  padding-left: 15px;
}
.top-footer:before
{
      z-index: -1;
}
}

@media (max-width: 823px) {
  .post-title h2 a,
  .post-title h2 {
    height: 70px;
    font-size: 15px;
  }
  .form-section .wpcf7 .ajax-loader {
    top: 42px;
    left: 66%;
  }
  .blog-content .content-wrap {
    margin: 0 10px;
    padding:40px 0px 20px 0;
  }
  .wpcf7 form .wpcf7-response-output {
    margin: 0.5em 0.5em 0.5em;
    padding: 0.1em 0.5em;
    border: 2px solid #00a0d2;
    font-size: 12px;
  }

}

@media (max-width: 900px) {
  .post {
    min-height: auto;
  }
  .top-footer {
    max-height: inherit;
  }
  .one-third.column {
    width: 100%;
    float: left;
    margin: 0 1% 15px;
  }
  .one {
    width: 96%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .digital-moodboard
  {
  	text-align: center;
  }
  /*.post-title h2 a, .post-title h2{
     min-height: 90px;
    font-size: 15px;
}*/
  .post img {
    height: 100%;
    object-fit: cover;
  }
  .become-vip-alt .detail {
    margin: 0 0% 0px;
    width: 100%;
    display: inline-block;
}
}

@media (min-width: 992px) {
  /*.header-area .main-nav .nav {
    display: flex !important;
  }*/
}


/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/

.welcome-area {
  width: 100%;
  height: 100vh;
  min-height: 793px;
  background-image: url(../images/banner-bg.png);
  background-repeat: no-repeat;
  background-position: right top;
}

.welcome-area .header-text .left-text {
  position: relative;
  align-self: center;
  margin-top: 35%;
  transform: perspective(1px) translateY(-30%) !important;
}

.welcome-area .header-text h1 {
  font-weight: 900;
  font-size: 52px;
  line-height: 80px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  color: #191a20;
}

.welcome-area .header-text h1 em {
  font-style: normal;
  color: #fba70b;
}

.welcome-area .header-text p {
  font-weight: 300;
  font-size: 17px;
  color: #7a7a7a;
  line-height: 30px;
  letter-spacing: 0.25px;
  margin-bottom: 40px;
  position: relative;
}

@media (max-width: 1320px) {
  .welcome-area .header-text .left-text {
    margin-top: 50%;
  }
  .welcome-area .header-text {
    width: 50%;
    margin-left: 5%;
  }
  .cat-wrapper1 {
    font-size: 11px;
    padding-right: 15px;
  }
}
.cat-wrapper1 {
   padding-right: 15px;
}

@media (max-width: 1140px) {
  .welcome-area {
    height: auto;
  }
  .welcome-area .header-text {
    width: 92%;
    padding-top: 793px;
  }
  .welcome-area .header-text .left-text {
    margin-top: 5%;
    transform: none !important;
  }
}

@media (max-width: 900px) {
  .social-icons img {
    width: 30px;
  }
  .banner-section {
    max-height: initial;
    /*margin: 46px 0 0;*/
  }
}

@media (max-width: 830px) {
  .welcome-area {
    background-size: contain;
  }
  .trailer_box p {
    font-size: 13px;
  }
  .widget-container {
    padding-bottom: 20px;
  }
  .select-box {
    padding: 0 28%;
  }
  .detail input,
  .select-box {
    border-width: 2px;
  }
  .post figure {
    height: 200px;
  }
  .top-footer {
    margin-bottom: 20px;
    text-align: center;
    padding: 10px 0;
  }
  .top-section {
    max-width: 100%;
    margin: 0;
    width: 100%;
  }
  .signup-form {
    padding: 15px 12px 8px !important;
  }
  .submit input {
    padding: 4px 30px !important;
    margin-bottom: 5px !important
  }
  .input-text input {
    height: 30px !important
  }
  .signup-form h2 {
    font-size: 18px;
    line-height: 15px !important;
  }
  .wpcf7-not-valid-tip {
    font-size: 0.8em;
  }
  .signup-form.bottom-right {
    max-width: 450px;
  }
  .bottom-right .close {
    top: 12px;
  }
  .read-more-link a {
    font-size: 13px
  }
  .check-list label,
  .check-list label span {
    font-size: 12px;
    padding-left: 5px;
  }
  .check-list a {
    font-size: 12px;
  }
  .check-list input[type=checkbox] {
    width: 15px;
    height: 15px;
    top: 3px;
  }
  .check-list label span {}
  .top-footer h3 span {
    font-size: 15px;
  }
  .top-footer:before {
    content: none;
  }
  .top-footer h3 {
    font-size: 14px;
    text-align: center;
  }
  .top-footer strong {
    display: block;
  }
  .post-excerpt h2,
  .post-excerpt p {
    font-size: 14px;
    line-height: 19px;
  }
  .welcome-area .header-text {
    padding-top: 100%;
    margin-left: 0;
  }
  .container-fluid .col-md-12 {
    margin-right: 0px;
    padding-right: 0px;
  }
  .offers h5 {
    font-size: 13px;
  }
  .offers h3 {
    font-size: 18px;
  }
  .find-a-store figure {
    margin-bottom: 1em;
  }
  .home .find-a-store
  {
    padding-top: 40px;
  }
 
  .blog-listing {
    padding-bottom: 45px;
}
.home .blog-listing {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.home .instagram-title h3 {
    padding-top: 30px;
}
  .instagram-title h3 {
    padding-top: 38px;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 25px;
    padding-bottom: 20px;
  }
  .footer-list {
    margin-bottom: 1em;
    text-align: center;
    flex: 100%;
    max-width: 100%;
  }
  .footer-logo {
    width: 200px;
  }
  footer .social-icons {
    justify-content: center;
  }
  .footer-pad h4 {
    margin-bottom: 10px;
  }
}


/*
---------------------------------------------
about
---------------------------------------------
*/

#about {
  padding: 100px 0px;
  position: relative;
  z-index: 9;
}

@media (max-width: 600px) {
  .post-title h2 a,
  .post-title h2 {
    height: auto;
  }
}

@media (max-width: 992px) {
  .features-item {
    margin-bottom: 45px;
  }
}

.features-item {
  border-radius: 5px;
  padding: 60px 30px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.features-item h2 {
  z-index: 9;
  position: absolute;
  top: 15px;
  left: 45px;
  font-size: 100px;
  font-weight: 600;
  color: #fdefe9;
}

.features-item img {
  z-index: 10;
  position: relative;
  max-width: 100%;
  margin-bottom: 40px;
}

.features-item h4 {
  margin-top: 0px;
  font-size: 22px;
  color: #1e1e1e;
  margin-bottom: 25px;
}

.features-item .main-button {
  margin-top: 35px;
  display: inline-block;
}


/*
---------------------------------------------
promotion
---------------------------------------------
*/

.left-image-decor {
  background-image: url(../images/left-bg-decor.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  display: inline-block;
  height: 110%;
  margin-top: -200px;
}

#promotion {
  padding: 100px 0px;
}

#promotion .left-image {
  align-self: center;
}

#promotion .right-text ul {
  padding: 0;
  margin: 0;
}

#promotion .right-text ul li {
  display: inline-block;
  margin-bottom: 60px;
}

#promotion .right-text ul li:last-child {
  margin-bottom: 0px;
}

#promotion .right-text img {
  display: inline-block;
  float: left;
  margin-right: 30px;
}

#promotion .right-text h4 {
  font-size: 22px;
  color: #1e1e1e;
  margin-bottom: 15px;
  margin-top: 3px;
}


/*
--------------------------------------------
testimonials
--------------------------------------------
*/

.right-image-decor {
  background-image: url(../images/right-bg-decor.png);
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  width: 100%;
  display: inline-block;
  height: 110%;
  margin-top: -200px;
}

#testimonials {
  padding-top: 100px;
  position: relative;
  z-index: 9;
}

#testimonials .item {
  position: relative;
}

#testimonials .item .testimonial-content {
  background: rgb(244, 129, 63);
  background: linear-gradient(145deg, rgba(244, 129, 63, 1) 0%, rgba(241, 85, 106, 1) 100%);
  margin-left: 60px;
  padding: 40px 30px;
  text-align: center;
  border-radius: 5px;
}

#testimonials .item .testimonial-content ul li {
  display: inline-block;
  margin: 0px 1px;
}

#testimonials .item .testimonial-content ul li i {
  color: #fff;
  font-size: 13px;
}

#testimonials .item .testimonial-content h4 {
  font-size: 22px;
  margin-top: 20px;
  color: #fff;
}

#testimonials .item .testimonial-content p {
  color: #fff;
  font-style: italic;
  font-weight: 200;
  margin: 20px 0px 15px 0px;
}

#testimonials .item .testimonial-content span {
  color: #fff;
  font-weight: 200;
  font-size: 13px;
}

#testimonials .author img {
  max-width: 120px;
  margin-bottom: -60px;
}

.owl-carousel .owl-nav button.owl-next span {
  z-index: 10;
  top: 45%;
  border-radius: 10px;
  font-size: 46px;
  color: #fff;
  right: -210px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  background: rgb(244, 129, 63);
  background: linear-gradient(145deg, rgba(244, 129, 63, 1) 0%, rgba(241, 85, 106, 1) 100%);
  position: absolute;
}

.owl-carousel .owl-nav button.owl-prev span {
  z-index: 9;
  top: 30%;
  border-radius: 10px;
  font-size: 46px;
  color: #fff;
  right: -150px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  background: rgb(244, 129, 63);
  background: linear-gradient(145deg, rgba(244, 129, 63, 1) 0%, rgba(241, 85, 106, 1) 100%);
  position: absolute;
}

@media screen and (max-width: 1060px) {
  .owl-carousel .owl-nav {
    display: none!important;
  }
}

@media screen and (max-width: 320px) {
  .header-area .main-nav .logo-wrap {
    width: 150px;
    max-width: 150px;
    top: 26px;
  }
}


/* 
---------------------------------------------
footer
--------------------------------------------- 
*/

@media (max-width: 992px) {
  footer {
    padding-top: 0px!important;
    margin-top: 0px!important;
  }
  .contact-form {
    margin-bottom: 45px;
  }
  footer .right-content {
    text-align: center;
  }
  footer .footer-content {
    padding: 60px 0px!important;
  }

}

@media (max-width: 480px) {
  .signup-form {
    max-width: 100%;
    width: 100%;
    padding: 25px 15px 25px;
    left: 0;
  }
  .slick-dots li{
    width: 10px;height: 10px;
  }
  .slick-dots{
    bottom: 10px !important;
  }
  /*.slider .banner-section img {
    height: 180px;
  }*/
  .page-default {
    margin: 90px 0 0;
  }
  .form-section .wpcf7 .ajax-loader {
    left: 80%;
  }
  .comments-title {
    font-size: 20px;
  }
  .feedback-heading h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .desc {
    min-height: initial;
    max-height: initial;
    max-width: 100%;
    flex: 100% !important;
  }
  .click-here button {
    font-size: 20px;
  }
  .comment-form .comment-form-author,
  .comment-form .comment-form-email,
  .comment-form .comment-form-url {
    width: 100%;
    margin-right: 2%!important;
    float: left;
    position: relative;
    margin-bottom: 10px;
  }
  .blog-content .content-wrap p img {
    width: 100%;
  }
  .close {
    right: 10px;
  }
  .policy p {
    font-size: 13px;
  }
  .vip-para {
    margin-bottom: 0px;
  }
  .vip-content {
    padding:25px ​0 20px 0;
  }

  .banner-section img {
    object-fit: unset;
  }
  .post-title h2 a,
  .post-title h2 {
    min-height: 50px;
  }
  .vip-para p {
    width: 100%;
    font-size: 14px;
  }
  .vip-content h2 {
    font-size: 30px;
    margin: 0 0 10px 0;
    line-height: 40px;
  }
  .policy .check {
    width: 44px;
    height: 30px;
    margin: -6px 6px 0 0;
  }
  .vip-content h3 {
    font-size: 16px;
    line-height: 22px;
  }
  .vip-content h3 br {
    display: none;
  }
  .signup-form h2 {
    font-size: 22px;
  }
  .signup-form h3 {
    font-size: 16px;
  }
  .check-list span {
    font-size: 14px;
  }
  .flipbook-content h4
  {
  	    font-size: 16px;
  }
  .page-content-section h1 {
     font-size: 24px;
     line-height: 41px;
  }
  .page-content-section h2 {
    font-size: 19px;
    line-height: 19px;
	}
	.page-content-section h3 {
	    font-size: 17px;
	    line-height: 19px;
	}
	.page-content-section h4
	{
		    font-size: 14px;
    line-height: 19px;
	}
	.page-content-section h6 {
    font-size: 13px;
    line-height: 19px;
}
	.page-content-section h5 {
    font-size: 13px;
    line-height: 19px;
}
#Top_bar .logo
{
	    width: 270px !important;
}
}


/*footer {
  margin-top: 200px;
  padding-top: 120px;
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
}*/

footer .footer-content {
  padding: 120px 0px;
}

.contact-form {
  position: relative;
  z-index: 10;
  padding: 45px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

footer .right-content {
  align-self: center;
}

.contact-form input,
.contact-form textarea {
  color: #777;
  font-size: 13px;
  border: 1px solid #eee;
  background-color: #f7f7f7;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

.contact-form {
  text-align: center;
}

.contact-form ::-webkit-input-placeholder {
  /* Edge */
  color: #7a7a7a;
}

.contact-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7a7a7a;
}

.contact-form ::placeholder {
  color: #7a7a7a;
}

.footer-content .right-content {
  color: #fff;
}

.footer-content .right-content h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 42px;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer-content .right-content h2 em {
  font-style: normal;
  color: #fba70b;
}

.footer-content .right-content p {
  color: #FFF;
}

.footer-content .right-content a {
  color: #FFF;
}

.footer-content .right-content a:hover {
  color: #FC3;
}

footer .social {
  overflow: hidden;
  margin-top: 30px;
}

footer .social li:first-child {
  margin-left: 0px;
}

footer .social li {
  margin: 0px 7.5px;
  display: inline-block;
}

footer .social li a {
  color: #fff;
  text-align: center;
  background-color: transparent;
  border: 1px solid #fff;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .social li a:hover {
  background-color: #fba70b;
  border-color: #fba70b;
  color: #fff;
}

footer .copyright {
  margin-top: 10px;
  font-weight: 400;
  font-size: 15px;
  color: #4a4a4a;
  letter-spacing: 0.88px;
  text-transform: capitalize;
}

footer .sub-footer {
  padding: 60px 0px;
  border-top: 1px solid rgba(250, 250, 250, 0.3);
  text-align: center;
}

footer .sub-footer a {
  color: #FFF;
}

footer .sub-footer a:hover {
  color: #FC3;
}

footer .sub-footer p {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

@media (max-width: 991px) {
  footer .copyright {
    text-align: center;
  }
  footer .social {
    text-align: center;
  }
}

@media (max-width: 767px) {
section.digital-moodboard h3, section.digital-moodboard h4 {
    font-size: 18px;
}
section.digital-moodboard .vip-para p
{
  width: 100%;
}
section.blog-content h2,section.blog-content h3 {
    font-size: 16px;
    margin-bottom: 15px;
}
.blog-content h1,.blog-content h2,.blog-content h3,.blog-content h4,.blog-content h5,.blog-content h6 {
    margin-bottom: 15px;
}
.blog-content .alignright,.blog-content .alignleft {
    margin-bottom: 10px;
    float: none;
    margin-left: 10px;
    margin-right: 10px;
}
.blog-content .content-wrap p
{
  overflow: hidden;
}
.header-area .main-nav .logo-wrap img {
    max-height: 53px;
}
body table.booked-calendar th .page-left
{
	left: 10px;
}
body table.booked-calendar th .page-right
{
	right: 10px;
}
body .booked-calendar-wrap table.booked-calendar thead th
{
	    padding: 1.15rem 33px !important;
}
body .booked-calendar-wrap table.booked-calendar th .monthName a
{
	position: static;
	display: block;
}
.form-details .wpcf7 .ajax-loader {
    margin: 8px 24px;
}
.stores-for-you h1
{
  line-height: 35px;
  margin-bottom: 15px;
}
.stores-for-you h2 {
    line-height: 25px;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

#preloader {
  overflow: hidden;
  background-image: linear-gradient(145deg, #f4813f 0%, #f1556a 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper>div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper>div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper>div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}




.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 6px;
  border: 6px solid #000;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #000 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.siteloader {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,1);
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
body ._3d-flip-book.fb3d-fullscreen-mode.full-size{
  height:calc(100vh - 165px) !important;
  padding-top: 100px !important;
}
body .book-widget{
  height:calc(100vh - 265px) !important;
}

.inner-banner .slick-dots .slick-active button {
    background: #3c3c3c !important;
}

.signup-form .close{
  color: #fff;
    font-weight: 600;
    opacity: 1 !important;
    position: absolute;
    right: 20px;
     top: 5px;
    font-size: 0px;
    height: 40px;
    width: 40px;
}
    
.signup-form .close:after,.signup-form .close:before {
    width: 2px;
    height: 30px;
    content: " ";
    display: inline-block;
    position: absolute;
    background-color: #fff;
    right: 18px;
    top: 6px;
}
.signup-form .close:before {
  transform: rotate(45deg);
}
.signup-form .close:after {
  transform: rotate(-45deg);
}
.alexandria .header-area .main-nav .logo-wrap {
    width: 225px;
    max-width: 225px;
}

.signup-form .wpcf7-form .wpcf7-spinner {
    background-color: #58585a;
    margin-top: 13px;
}
.signup-form .wpcf7 form .wpcf7-response-output {
    margin: 15px 0 0 0;
    padding: 0;
    border: 0;
    color: #dc3232;
}
.comment-form .form-submit {
    background-color: transparent !important;
}
.feedback .wpcf7 .wpcf7-spinner {
    position: absolute;
    right: -40px;
    margin: 0;
}

.blog_link_section .post-excerpt {
  margin-top: -22px;
}
section.reel-listing{
      margin: 50px 0px;
}
section.reel-listing button, .blog_link_section button{
    color: #fff;
    background-color: #3C3C3C !important;
    padding: 5px 17px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    display: block !important;
    text-decoration: none !important;
    max-width: 250px;
    font-family: "Montserrat", Arial, Tahoma, sans-serif;
    transition: all 0.5s ease;
    border: none;
    border-radius: 16px;

}
.reel-listing button a{
	color: #fff!important;
}
.page.page-id-9029 .styling-session , .page.page-id-9085 .styling-session {
  margin: 50px 0px!important;
  border-bottom: none!important;
}


/*Asplay*/

.form-text-field input{
	display: none !important;
}
#forminator-module-9137 label, #forminator-module-9257 label  , .form-text-field span{
	text-align: left!important;
	    color: #3C3C3C!important;
	    font-size: 14px;

}
.forminator-checkbox-label {
	font-size: 14px;
    font-family: inherit;
    font-weight: 700;
    color: #3C3C3C!important;
}
.forminator-ui#forminator-module-9137.forminator-design--default .forminator-input,
.forminator-ui#forminator-module-9257.forminator-design--default .forminator-input
{
	border-top:  none!important;
	border-left:   none!important;
	border-right:   none!important;
    background-color: #fff !important;
    color: #000000 !important;
    border-bottom: 1px solid #000 !important;
}
.forminator-ui#forminator-module-9137.forminator-design--default .forminator-checkbox .forminator-checkbox-box,
.forminator-ui#forminator-module-9257.forminator-design--default .forminator-checkbox .forminator-checkbox-box
{
    background-color: #fff !important;
    color: #000000 !important;
    border: 1px solid #000 !important;
}
.forminator-ui#forminator-module-9137.forminator-design--default .forminator-button-submit,
.forminator-ui#forminator-module-9257.forminator-design--default .forminator-button-submit {
    background-color: #3C3C3C !important;
    color: #FFFFFF;
    border-radius: 50px;
}
.forminator-row-last .forminator-field{
	align-items: start;
    display: flex;

}


/*homemakervalley*/

#forminator-module-9141 label,
#forminator-module-9348 label
{
	text-align: left!important;
	    color: #3C3C3C!important;
	    font-size: 14px;

}
.forminator-ui#forminator-module-9141.forminator-design--default .forminator-input,
.forminator-ui#forminator-module-9348.forminator-design--default .forminator-input
{
	border-top:  none!important;
	border-left:   none!important;
	border-right:   none!important;
    background-color: #fff !important;
    color: #000000 !important;
    border-bottom: 1px solid #000 !important;
}
.forminator-ui#forminator-module-9141.forminator-design--default .forminator-checkbox .forminator-checkbox-box,
.forminator-ui#forminator-module-9348.forminator-design--default .forminator-checkbox .forminator-checkbox-box
{
    background-color: #fff !important;
    color: #000000 !important;
    border: 1px solid #000 !important;
}
.forminator-ui#forminator-module-9141.forminator-design--default .forminator-button-submit,
.forminator-ui#forminator-module-9348.forminator-design--default .forminator-button-submit  {
    background-color: #3C3C3C !important;
    color: #FFFFFF;
    border-radius: 50px;
}


/*nuna*/

#forminator-module-8574 label , #forminator-module-8578 label{
	text-align: left!important;
	    color: #3C3C3C!important;
	    font-size: 14px;

}
.forminator-ui#forminator-module-8574.forminator-design--default .forminator-input,
.forminator-ui#forminator-module-8578.forminator-design--default .forminator-input
{
	border-top:  none!important;
	border-left:   none!important;
	border-right:   none!important;
    background-color: #fff !important;
    color: #000000 !important;
    border-bottom: 1px solid #000 !important;
}
.forminator-ui#forminator-module-8574.forminator-design--default .forminator-checkbox .forminator-checkbox-box,
.forminator-ui#forminator-module-8578.forminator-design--default .forminator-checkbox .forminator-checkbox-box
{
    background-color: #fff !important;
    color: #000000 !important;
    border: 1px solid #000 !important;
}
.forminator-ui#forminator-module-8574.forminator-design--default .forminator-button-submit,
.forminator-ui#forminator-module-8578.forminator-design--default .forminator-button-submit
{
    background-color: #3C3C3C !important;
    color: #FFFFFF;
    border-radius: 50px;
}


.content-banner-section{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 0 auto;
    padding: 70px 50px;
    box-sizing: border-box;
    max-width: 60%;
    flex-grow: 1;
    position: relative;
}

.content-banner-section p{
	font-size: 16px;
	line-height: 1.5;
	color: #3C3C3C;
	padding: 30px 0px;
	text-align: center;
}
.content-banner-section h1{
	font-weight: 700;
	color: #3C3C3C;
	padding: 30px 0px  0px;
}
.banner-btn {
    display: inline-block;
    padding: 11px 20px;
    cursor: pointer;
    border: 0;
    -webkit-border-radius: 50px;
    position: relative;
    overflow: hidden;
    background-color: #3C3C3C !important;
    border-radius: 50px;
}
.banner-btn a{
	 color: #FFFFFF;
}


.promotion_banner.Hide{
  display: none;
}

section.promotion_banner{
  display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px 0px;
    max-height: 300px;
    height: 100%;
    margin: 30px 0px
}
.banner_image img{
   width: 100%;
   height: 100%;
    object-fit: cover;

}
.banner_image{
  width: 40%;
}
.homemaker .banner_content{
  background-color: #7c51a1 !important;
}
.homemaker .promotional_banner_btn a{
  color: #7c51a1 !important;
}  
.banner_content{
    width: 60%;
    background-color: #156681;
    color: #fff;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.banner_content .banner_details .promotional_banner_btn{
    padding: 10px;
    border: none;
}  
.banner_details h2{
  margin-bottom: 25px;
  
}
.promotional_banner_btn a{
  text-decoration: none;
  color: #156681;
  font-size: 15px;
  font-weight: 700;
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
}




@media (min-width: 768px){
  section.blog-listing.blog_link_section .row{
    flex-direction: row-reverse;
  }
  section.reel-listing .row.Right{
    flex-direction: row-reverse;
  }
  .blog_link_section .post{
      width: 446.5px;
      height: 412px;
  }
  .blog_link_section .read-more-link {
    margin-top: -13px;
  }
  .blog_link_section .blog-description, .reel-listing .blog-description  {
    text-align: left;
  }
   section.blog-listing.blog_link_section .row .col-sm-6,section.reel-listing .row .col-sm-6{
    margin: auto;
    max-width: 446px;
  }
}
@media (max-width: 769px){
  section.reel-listing button, .blog_link_section button{
    margin: 0 auto;
  }  
  section.blog-listing.blog_link_section .row .col-sm-6,section.reel-listing .row .col-sm-6{
        flex: 0 0 100% !important;
    max-width: 100% !important;
    display: flex;
    justify-content: center;
  }
  section.reel-listing video{
        height: 340px;
        width: 314px;
  }
	.content-banner-section{
		padding: 10px;
	}
	.content-banner-section p{
		padding: 5px 0px;
	}
	.content-banner-section h1{
		font-weight: 700;
		padding: 5px 0px  0px;
		font-size: 25px;
	}
  .promotion_banner .banner_details h2{
    font-size: 15px;
    padding: 5px 35px;
    margin-bottom: 0px; 
  }
  .promotion_banner .banner_details p{
    padding: 10px;
  }
  .banner_content .banner_details .promotional_banner_btn {
    padding: 10px;
  }
  .banner_content .banner_details .promotional_banner_btn a{
    font-size: 12px;
  }
}



@media (max-width: 900px){
    .feedback .wpcf7 .wpcf7-spinner{position: relative;right: inherit;margin: 0;display: none;}
    .feedback .wpcf7 .submitting .wpcf7-spinner{margin: 0 10px;display: block;}

    
   
}
@media (max-width: 425px) {
  .section.slider,
  .banner-section-image,
  .section.slider .slick-list .slick-track{
    height: 78vw;
  }
  .page-id-9169 .banner-section-image ,.page-id-9218 .banner-section-image ,.page-id-8510 .banner-section-image 
  {
		background-size: contain !important;
	}
}
@media (min-width: 425px) and (max-width: 1024) {
  .section.slider,
  .banner-section-image,
  .section.slider .slick-list .slick-track{
    height: 78vw;
  }
  .promotion_banner .banner_details h2{
    font-size: 15px;
    padding: 10px;
    margin-bottom: 0px; 
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .promotion_banner .banner_details h2{
    font-size: 18px;
    padding: 10px;
    margin-bottom: 10px; 
  }
}

@media (min-width: 1025px) {
  .section.slider, .banner-section-image{
    height: 35vw;
  }
}
@media (max-width: 500px){
	.mobile-hide{display: none;}

}
@media (min-width: 501px){
  .slider .banner-section, .banner-section-image {height: 35vw !important;}
  .section.slider{height: 35vw !important;}
  .section.slider .slick-list .slick-track{height: 35vw;}

.desktop-hide{ display: none;}

}

.order-list li{
	margin: 17px 35px;
}
.page-id-9029 .banner-section-image ,
.page-id-9085 .banner-section-image ,
.postid-8498 .banner-section.blog-single-banner  {
   background-size: contain !important;

}

.reel-listing .image-section{
	width: 446px;
    height: 412px;
}
.reel-listing .image-section img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .page-id-9347 .show_or_hide{
  display: none;
} */

/* advanced forms */
form.af-form .af-fields .af-field
{
  border-top: none;
}
.shop-with-a-stylist form.af-form .af-fields .af-field .af-label label
{ 
  font-weight: 600;
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
}
form.af-form .af-fields .af-field input
{ 
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
}
form.af-form .af-fields .af-field input::placeholder
{ 
  font-weight: 600;
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
}
form.af-form .af-submit button {
  font-size: 16px;
  color: #fff !important;
  background-color: #156681 !important;
  margin: 5px 0 10px;
  font-weight: 600;
  float: none;
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  padding: 7px 30px;
  border-radius: 0;
  -webkit-border-radius: 0;
  border: none;
}


/* advanced forms / shop with a stylist */
.shop-with-a-stylist form.af-form .af-fields { text-align: center; }
.shop-with-a-stylist form.af-form .af-fields .af-field input::placeholder
{
  text-align: center;
  text-transform: uppercase;
}
.shop-with-a-stylist form.af-form .af-fields .af-field input
{
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.shop-with-a-stylist form.af-form .af-fields .af-field.af-field-type-text .af-label,
.shop-with-a-stylist form.af-form .af-fields .af-field.af-field-type-email .af-label,
.shop-with-a-stylist form.af-form .af-fields .af-field.af-field-type-checkbox .af-label label
{
  display: none;
}
.shop-with-a-stylist form.af-form .af-fields .af-field .af-label label
{ 
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
}


/* advanced forms / pop up subscribe */
.signup-form form.af-form .af-fields { text-align: center; }
.signup-form form.af-form h4 strong {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-weight: 400;
  line-height: 29px;
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
}
.signup-form form.af-form h4 strong {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 27px;
  letter-spacing: 3px;
  margin: 0px 0 20px;
  line-height: 27px;
  font-weight: 700;
}
.signup-form form.af-form .af-fields .af-field.af-field-type-text .af-label,
.signup-form form.af-form .af-fields .af-field.af-field-type-email .af-label,
.signup-form form.af-form .af-fields .af-field.af-field-type-checkbox .af-label label
{
  display: none;
}
.signup-form form.af-form .af-field input {
  border: none;
  outline: none;
}
.signup-form form.af-form .af-field input::placeholder {
  text-transform: none;
}
.signup-form form.af-form .af-field-type-message .af-label h4 {
  color: white;
}
.signup-form form.af-form .acf-checkbox-list {
  color: white;
}
.signup-form form.af-form .af-field-instructions {
  color: white;
}
.signup-form form.af-form .af-field-instructions a {
  color: white !important;
}
.signup-form form.af-form .af-field-instructions a:hover {
  color: white !important;
}
.signup-form form.af-form .af-field input[type="checkbox"] {
  opacity: 1 !important;
}
.signup-form form.af-form .af-fields .af-field input::placeholder
{
  text-align: center;
  text-transform: uppercase;
}
.signup-form form.af-form .af-fields .af-field input
{
  text-align: center;
}


/* advanced forms / retail form */
.retailer-form form.af-form .af-fields
{
  display: flex;
  flex-wrap: wrap;
}
.retailer-form form.af-form .af-field
{
  flex-basis: 99%;
  flex-grow: 1;
  padding-top: 0px;
}
.retailer-form form.af-form .af-field.af-field-type-message
{
  padding-bottom: 0;
}
.retailer-form form.af-form .af-field.af-field-type-message h4
{
  font-size: 20px;
}
.retailer-form form.af-form .af-field.forths
{
  flex-basis: 25%;
}
.retailer-form form.af-form .af-field.thirds
{
  flex-basis: 33%;
}
.retailer-form form.af-form .af-field.halves
{
  flex-basis: 50%;
}
@media only screen and (max-width: 800px) {
  .retailer-form form.af-form .af-field.forths,
  .retailer-form form.af-form .af-field.thirds,
  .retailer-form form.af-form .af-field.halves
  {
    flex-basis: 100%;
  }
}
.retailer-form form.af-form h3
{
  text-align: center;
}


/* advanced forms / feedback */
.feedback-heading form.af-form .af-fields
{
  display: flex;
  flex-wrap: wrap;
}
.feedback-heading form.af-form .af-fields > .af-field
{
  flex-basis: 33%;
}
@media only screen and (max-width: 800px) {
  .feedback-heading form.af-form .af-fields > .af-field { flex-basis: 100%; }
  .wishTOwin ol{  
    font-size: 14px !important;
  }
  .slick-slider > .slick-slide.banner-section:not(:first-child) {
    display: none;
  }
  .banner-section img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }

}
.feedback-heading form.af-form .af-fields > .af-field > .af-label label
{
  text-transform: uppercase;
  font-weight: bold;
}
.feedback-heading form.af-form .af-submit
{
  flex-basis: 100%;
}
.feedback-heading form.af-form .af-field-type-group .acf-field:not(.acf-field-message) .acf-label label
{
  display: none;
}
.fb_btn{
  display: flex;
    justify-content: center;
}

.fb_btn button{
  color: #fff;
  background-color: #3C3C3C !important;
  padding: 5px 17px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  display: block !important;
  text-decoration: none !important;
  max-width: 250px;
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
  transition: all 0.5s ease;
  border: none;
  border-radius: 16px;
}
.fb_btn button> a{
  color: #fff !important;
  text-decoration: none !important;
}
.wishTOwin{
  text-align: center;
}
.wishTOwin ol{
  font-family: "Arial", Arial, Tahoma, sans-serif;
  color: #626262;
  font-size: 16px;
  display: inline-block; 
  text-align: left;
  padding-left: 0; 
}


.post-share-social{
  margin-top: 40px;
}
.post-share-social span{
  font-weight: bold;
  display: block;
}
.post-share-social a{
  transition: 0.5s;
  margin-right: 5px;
  font-size: 20px;
  background: #156681;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.post-share-social a:hover{
  opacity: 0.5;
}
.post-share-social a i,
.post-share-social a svg{
  color: white;
}


/* Custom CSS & JS Plugin styles */
@media (max-width: 500px){
	.mobile-hide{display: none;}
}
@media (min-width: 501px){
  .desktop-hide{ display: none;}
}
.order-list li{
	margin: 17px 35px;
}
.click-here button {
  font-size: 20px;
        background-color: #a62f89;
}
.click-here button:hover {
    background: #fff;
    border: 1px solid #a62f89;
    color: #7c51a1;
}
.feedback-heading h3
{
  color: #a62f89 !important;
}
.feedback-form .wpcf7-submit {
  background-color: #a62f89 !important;
}
.signup-form {
  background: #232323 !important;
}
.submit input, .submit .btn, .form-submit {
  background-color: #58585a !important;
}
footer a:hover {
  color: #fdb94d;
}
.read-more-link a:hover {
  background: #7c51a1 !important;
}
.submit input.btn {
  background: #7c51a1 !important;
}
.click-here button {
  font-size: 20px;}
.homemaker .click-here button {
  background-color: #7c51a1;
}
.homemaker  .click-here button:hover {
  background: #fff;
  border: 1px solid #7c51a1;
  color: #7c51a1;
}
.homemaker .feedback-heading h3 {
  color: #7c51a1 !important;
}
.homemaker .feedback-form .wpcf7-submit {
  background-color: #7c51a1 !important;
}
.store-address > address > a,
.store-contact-info a,
.store-website-info a {
    color: #1f1f1f !important;
}
.store-address > address > a:hover,
.store-contact-info a:hover,
.store-website-info a:hover
{
    color: #7c51a1 !important;
}
.map-area .image_map-list-category.image_map-opened > a {
    background-color: #7c51a1 !important;
}
.map-area .image_map-list-category ol li.current a,.map-area .image_map-list-category ol li a:hover{
    background-color: #fdb94d !important;
}
.image_map-levels-select {
    background-color: #7c51a1 !important;
    font-size: 16px !important;
}
body table.booked-calendar td.today .date span, body table.booked-calendar td:hover .date span.number {
  border: 2px solid #1b81a3 !important;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-title{
  color: #f79d36 !important;
}
.store-address > address > a,
.store-contact-info a,
.store-website-info a {
  color: #1f1f1f !important;
}
.store-address > address > a:hover,
.store-contact-info a:hover,
.store-website-info a:hover {
  color: #7c51a1 !important;
}

.wysiwyg-content{
  margin-top: 50px;
  margin-bottom: 50px;
}
.wysiwyg-content .container{
  color: #58585a;
}
.wysiwyg-content .container p{
  margin: 1em 0;
}
.wysiwyg-content .container ol{
  margin: 1em 0;
  padding-left: 30px;
}
.wysiwyg-content .container ol li{
  color: #58585a;
  font-size: 14px;
}

/* Custom styling */
section.reel-listing video {
    width: 100%;
    aspect-ratio: 416 / 739.55;
    height: auto;
    max-width: 300px;
}

section.reel-listing .video-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 416 / 739.55;
  height: auto;
  max-width: 300px;
}

section.reel-listing .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
