/*!
Theme Name: My Skin Appeal v1
Author: WebMO
Author URI: https://www.web-mo.com/
Description: A custom theme created by WebMO for Skin Appeal.
Version: 1.0.0
Requires PHP: 5.6
Text Domain: _s
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Abstracts
# Vendor
# Base
# Components
# Layouts
# Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Abstracts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Vendor
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
     v2.0 | 20110126
     License: none (public domain)
  */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul, li {
 list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
body {
  color: #404040;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
}
p {
  margin-bottom: 1.5em;
  font-style: normal;
  font-weight: 400;
}
b, optgroup, strong {
  font-weight: 700;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
html {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
a {
  color: inherit;
  text-decoration: none;
}
/* a:visited {
  color: inherit;
} */
a:hover, a:focus, a:active {
/*   font-weight:bold; */
  text-decoration: none;
}
/* a:focus { 
  outline: thin dotted;
}*/
a:hover, a:active {
  outline: 0;
}
img {
  width: auto;
  /*max-height: 100vh;*/
  height: auto;
}
img, video, iframe {
  max-width: 100%;
}
@media (inverted-colors: inverted) {
  img, video {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.header {
  z-index: 5;
}
.header__inner {
  max-width: 1160px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 15px;
}
.header__inner .site-branding img {
  max-width: 240px;
}
.header-call {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  color: #662a7e;
  font-size: 18px;
  margin-bottom: 0px;
  text-align: right;
  margin-top: 15px;
}
.header-call a {
  color: #8c46a8;
  font-weight: bold;
}
.header-call a:hover {
  color: #ba78db;
}
.header__searchwrap .book {
  border-width: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  color: #333333;
  transition: all 300ms ease-in-out;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 14px;
  padding: 4px 12px;
  border: 2px solid #8c46a8;
  border-radius: 5px;
  background-image: none;
  margin-right: 10px;
}
.header__searchwrap .book:hover {
  background-color: #8c46a8;
  text-decoration: none;
  color: #ffffff;
  background-image: none;
}
.header__searchwrap .search-field {
  border-radius: 5px;
  background: white;
  width: 215px;
  box-shadow: none;
  background-color: rgba(245, 245, 245, 0.5);
  border: 1px solid #ddc5e7;
  border-left: none;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  margin-left: 0 !important;
  height: 35px;
}
.header__searchwrap .search-submit {
  padding: 6.5px 10px;
  border: 1px solid #d7cfc4;
  border-right: 0;
  font-family: fontawesome;
  color: #333333;
  background-color: transparent;
  cursor: pointer;
  height: 35px;
  margin-right: -2px;
}
.mobile-header {
  position: fixed;
  top: 0;
  display: none;
  width: 100%;
  color: #000;
  background-color: #fff;
  z-index: 5;
}
@media (max-width: 800px) {
  .mobile-header {
    display: block;
  }
}
.mobile-header__site-title {
  display: inline-block;
  margin: 0;
}
.mobile-header__button {
  font-size: 20px;
  border: 0;
  padding: 14px;
  margin-right: 8px;
  background-color: transparent;
}
.main-navigation {
  clear: both;
  display: block;
  width: 100%;
/*   background-color: #533A64; */
  /* All Menus */
  /* Top-level Menu */
  /* Sub-menus */
}
@media (max-width: 800px) {
  .main-navigation {
    display: none;
  }
}
.main-navigation .nav-menu {
  max-width: 1160px;
  margin: 0 auto;
}
.main-navigation ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul li {
  position: relative;
  transition: all 300ms ease-in;
}
/* .main-navigation ul#primary-menu li:hover > ul, .main-navigation ul#primary-menu li:focus > ul {
  display: block;
  background-color: #6B537D;
  opacity: 1;
  transform: translate3d(0, 0, 0);
	z-index: 10;
} */
.main-navigation ul li .sub-menu {
  transition: all 300ms ease;
  transform: translate3d(0, 10px, 0);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* .main-navigation ul a {
  display: block;
  text-decoration: none;
  color: #dcd9df;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
  background-color: #533a64;
  transition: all 300ms ease-in;
  padding: 10px 20px;
  border-radius: 0px;
  line-height: 20.00000001px;
  background-image: none;
  display: block;
  white-space: nowrap;
} */
/* .main-navigation ul a:hover {
  background-color: #6b537e;
} */
.main-navigation ul .current_page_item > a, .main-navigation ul .current-menu-item > a {
  cursor: default;
}
.main-navigation ul ul {
  display: block;
  opacity: 0;
  position: absolute;
  top: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 0;
}
.main-navigation ul ul ul {
  display: none;
  left: 100%;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li:focus > ul {
  left: 100%;
}
/* Mobile Menu */
@media (min-width: 801px) {
  .mobile-slide-menu {
    display: none;
  }
}
@media (max-width: 800px) {
  .mobile-slide-menu {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    max-width: 80vw;
    height: 100%;
    color: #000;
    background-color: #fff;
    z-index: 100;
    transition: left 0.5s;
  }
  .mobile-slide-menu--active .mobile-slide-menu {
    left: 0;
  }
  body.mobile-slide-menu--active {
    overflow-y: hidden;
  }
  body.mobile-slide-menu--active .site {
    cursor: default;
  }
  body.mobile-slide-menu--active .site::before {
    position: fixed;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 50;
  }
  .site::before {
    content: "";
    transition: background-color 0.5s;
  }
}
@media (max-width: 800px) and (prefers-reduced-motion: reduce) {
  .mobile-slide-menu {
    transition: none;
  }
}
@media (max-width: 800px) and (prefers-reduced-motion: reduce) {
  .site::before {
    transition: none;
  }
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
.footer {
  background-color: #533A64;
  color: #fff;
}
.footer__copyright {
  background-color: #3D3D3D;
  text-align: center;
  color: #fff;
  font-size: 9px;
  padding: 20px 0px;
}
.footer .site-info {
  max-width: 500px;
  margin: 0 auto;
  justify-content: space-around;
  padding: 20px 0px;
}
.footer .site-info p {
  margin-bottom: 10.5px;
}
.flex {
  display: flex;
}
/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
body {
  font-size: 14px;
}
.home-specials {
  background-size: cover;
  background-image: url('/sites/default/files/homepage%20-%20current%20specials%20bkgd.jpg');
  background-repeat: repeat;
}
.home-specials h1.current {
  color: white;
  font-weight: 900;
  text-transform: uppercase;
  border: none;
  margin-bottom: 30px;
  margin-top: 0;
}
.home-specials .line {
  width: 75px;
  border-bottom: 1px solid white;
  display: inline-block;
  margin: 50px auto 0px auto;
}
.home-specials .special {
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0px;
  padding: 5px 20px 20px;
}
.home-services {
  background-size: cover;
  background-image: url('/wp-content/uploads/');
  background-repeat: repeat;
}
.home-services h1.services {
  border: none;
  text-transform: uppercase;
  font-weight: 800;
  color: #d7cfc4;
  margin-top: 0;
  padding-top: 5px;
}
.home-services .line {
  width: 75px;
  border-bottom: 2px solid #d7cfc4;
  display: inline-block;
  margin: 50px auto 0px auto;
}
.home-services .special {
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0px;
  padding: 5px 20px 20px;
}
.home-logos {
  background-color: #D5D8DA;
  justify-content: center;
  padding: 10px 0px;
}
@media screen and (max-width: 600px) {
  .fullwidth-awards-section {
    display: none;
  }
}


/* Products page styling */

.products-breadcrumbs {
	font-size: 16px;
	max-width: 1200px;
	margin: 60px auto;
	color: #777777;
}
.products-breadcrumbs a {
	text-decoration: underline;
}
.products-breadcrumbs span {
	color: #B47169;
}

.product-categories {
	max-width: 1200px;
	margin: 50px auto 130px;
	display: grid;
	grid-template-columns: repeat(auto-fill, 250px);
	grid-gap: 80px 50px;
}

.product-category {
	width: 250px;
	max-width: 100%;
	text-align: center;
}
.product-category__title {
	font-size: 32px;
	color: #B47169;
	margin-bottom: 40px;
	text-align: center;
}
.product-category__count {
	font-size: 20px;
	color: #662a7e;
}
.product-category__product-title {
	font-size: 18px;
	font-weight: 500;
	color: #777777;
	text-decoration: underline;
	text-align: center;
}


/* Product category pages */

body.category .product-category__title {
	text-align: left;
	max-width: 1200px;
	margin: 0 auto 30px;
}

body.category .product-suggestions {
	max-width: 1200px;
}
body.category .product-suggestions__heading {
	max-width: 1200px;
}

body.category #main {
	margin-bottom: 80px;
}


/* Product styling */

.product-content {
	display: grid;
	grid-template-columns: 460px 1fr;
	grid-gap: 40px;
	max-width: 1130px;
	margin: 50px auto 0;
}

.product-content__breadcrumbs,
.service-breadcrumbs {
	font-size: 16px;
	color: #777777;
	margin-bottom: 60px;
}
.product-content__breadcrumbs a,
.service-breadcrumbs a {
	text-decoration: underline;
}

.product-content__title {
	font-size: 42px;
	color: #B47169;
	margin-bottom: 28px;
}

.product-content__field {
	color: black;
}

.product-content__field-heading {
	font-size: 26px;
	display: inline-block;
	margin: 0 0 16px;
	text-transform: none;
}

.product-content__field-description-wrapper {
	display: inline-block;
	margin-left: 16px;
	font-size: 16px;
	color: #5b5f6c;
	line-height: 1.6;
	margin-bottom: 36px;
}

.product-content__field-description {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	line-clamp: 7;
	overflow: hidden;
}
.product-content__field-description.active {
	overflow: auto;
	-webkit-line-clamp: 9999;
	-webkit-line-clamp: none;
	line-clamp: none;
}
.product-content__field-description.active + .product-content__content-show-more {
	display: none;
}

.product-content__content-show-more {
	display: block;
	color: #5b5f6c;
	text-decoration: underline;
	cursor: pointer;
	margin-top: 1em;
}
.product-content__content-show-more:hover {
	text-decoration: underline;
	color: #5b5f6c;
}
a.product-content__content-show-more .fa-chevron-down {
	text-decoration: none;
	font-size: 10px;
	margin-right: 8px;
}

.product-content__price {
	display: inline-block;
	font-size: 26px;
	color: #B47169;
	margin-left: 10px;
}

.product-content__option {
	display: flex;
	justify-content: start;
	margin-bottom: 10px;
}
.product-content__option .product-content__field-heading {
	margin-right: 20px;
}
.product-content__option-select {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.product-content__qty {
	display: flex;
	justify-content: start;
}
.product-content__qty .product-content__field-heading {
	margin-right: 20px;
}
.product-content__qty-wrapper {
	display: flex;
	justify-content: start;
}
.product-content__qty-increment,
.product-content__qty-decrement {
	height: 38px;
	width: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.product-content__qty-increment {
	border-radius: 0 4px 4px 0;
}
.product-content__qty-decrement {
	border-radius: 4px 0 0 4px;
}
.product-content__qty .product-content__qty-field {
	width: 60px;
	height: 38px;
	margin: 0;
	border-radius: 0;
	border-width: 1px 0;
	text-align: center;
}

.product-content__add-to-cart .shopify-buy-frame {
	max-width: 170px !important;
}

.product-content__tags {
	margin-top: 50px;
	font-size: 16px;
}
.product-content__tags a {
	text-decoration: underline;
}


.product-suggestions {
	display: grid;
	grid-template-columns: repeat(auto-fill, 240px);
	grid-gap: 20px;
	max-width: 1130px;
	margin-left: auto;
	margin-right: auto;
}

.product-suggestions__heading {
	max-width: 1130px;
	margin: 70px auto 36px;
	font-size: 26px;
}

.product-suggestion {
	display: block;
	text-align: center;
}

.product-suggestion__title {
	margin-top: 26px;
	font-size: 16px;
	font-weight: 500;
	color: #B47169;
	text-decoration: underline;
}

.product-suggestion__category {
	display: block;
	margin-top: 16px;
	font-weight: 700;
	font-size: 18px;
	color: #B47169;
	text-decoration: none;
	text-align: center;
}

.gform_wrapper h3.gform_title {
	display:none;
}