/*!
Theme Name: Hello Again - Child Theme of The Gem
Author: Gray Ayer
Author URI: http://Fountain-City.com/
Version: 1.0.17
Template: thegem
! */
/** COLORS  **/
/** New Colors (2022 site redesign) **/
/*paragraph font-family:"brandon-grotesque"
subheader font-family:"brandon-grotesque" 500 - ALL UPPERCASE;
headlines: font-family:"itc-american-typewriter";
PERIWINKLE - # - purplish-blue
*/
/** SPACING **/
/** BREAKPOINTS **/
/* BUTTONS */
@import url("//hello.myfonts.net/count/3abd1b");
body .wpcf7-form input[type=submit],
body button,
body .button, .gem-button {
  background-color: #5472d2;
}

body .wpcf7-form input[type=submit]:hover,
body button:hover,
body .button:hover,
body .gf_simple_horizontal div.gform_footer.top_label input[type=submit]:hover {
  background-color: #BA7391;
}

/* homepage survey buttons */
a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-icon-left.vc_btn3-color-pink {
  font-weight: bold;
  font-family: "brandon-grotesque";
  font-size: 1em;
  margin: 0 20px 0 0;
  background-color: #E47464;
  box-shadow: 0px 5px 9px #4E63E4;
}
a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-icon-left.vc_btn3-color-pink:hover {
  background-color: #BA7391;
}

/* for new homepage */
button.he_button {
  background-color: #5472d2;
  border: none;
  font-family: "brandon-grotesque";
  font-size: 1.8rem;
  font-weight: bold;
  color: white;
  padding: 10px 50px;
  margin: 40px 40px 40px 0px;
  text-transform: uppercase;
}

/* New styles 2022 */
.ha-action-links .vc_column-inner {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.ha-action-links .border-colored-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 4px solid;
  border-radius: 0;
  color: #36454D;
  background: transparent;
  font-family: "brandon-grotesque";
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  white-space: normal;
  transition-timing-function: ease-in;
}
.ha-action-links .border-colored-link.blue a {
  border-top-color: #5288F0;
}
.ha-action-links .border-colored-link.blue a:hover {
  background-color: #5288F0;
}
.ha-action-links .border-colored-link.green a {
  border-top-color: #c4dec1;
}
.ha-action-links .border-colored-link.green a:hover {
  background-color: #c4dec1;
}
.ha-action-links .border-colored-link.purple a {
  border-top-color: #c875c0;
}
.ha-action-links .border-colored-link.purple a:hover {
  background-color: #c875c0;
}
.ha-action-links .border-colored-link.red a {
  border-top-color: #ff5e51;
}
.ha-action-links .border-colored-link.red a:hover {
  background-color: #ff5e51;
}
.ha-action-links .border-colored-link.cream a {
  border-top-color: #ffd0ae;
}
.ha-action-links .border-colored-link.cream a:hover {
  background-color: #ffd0ae;
}

@media (max-width: 992px) {
  .ha-action-links .border-colored-link a, .ha-action-links .border-colored-link a:hover {
    align-items: flex-start;
    padding-top: 25px !important;
  }
}
@media (max-width: 767px) {
  .post-content .ha-action-links {
    padding-left: 21px !important;
    padding-right: 21px !important;
  }
  .ha-action-links .border-colored-link a, .ha-action-links .border-colored-link a:hover {
    justify-content: flex-start !important;
    align-items: flex-start !important;
    text-align: left !important;
  }
}
/* rules for better icon with text element display on mobile */
@media screen and (max-width: 768px) {
  .gem-icon-with-text:not(.disable-mobile-centered) > .gem-icon-with-text-content, .gem-icon-with-text.centered-box > .gem-icon-with-title + .gem-icon-with-text-content {
    display: inline-block;
    text-align: left;
  }
  .gem-icon-with-text:not(.disable-mobile-centered) > .gem-icon-with-text-icon {
    display: inline-block;
    text-align: left;
    padding: 0;
    padding-right: 10px !important;
  }
}
/* ensures that on mobile the text line doesn't try to break onto an entirely new line, but rather wrap */
@media screen and (max-width: 420px) {
  .gem-icon-with-text:not(.disable-mobile-centered) > .gem-icon-with-text-content, .gem-icon-with-text.centered-box > .gem-icon-with-title + .gem-icon-with-text-content {
    max-width: calc(100% - 40px);
  }
  /*the icon part */
}
/** PAGE TITLES ON 'REGULAR' INTERIOR PAGES ***/
.page-title, .page-title span.light {
  font-family: "itc-american-typewriter";
  font-weight: 400;
  text-transform: capitalize;
}

@media screen and (max-width: 768px) {
  body.page-template-default h1, body.page-template-default .title-h1 {
    font-size: 4rem;
    line-height: 1.2 !important;
  }
  .gem-divider.page_title_margin {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 425px) {
  body.page-template-default h1, body.page-template-default .title-h1 {
    font-size: 3rem;
    line-height: 1.2 !important;
  }
}
/** CONTACT PAGE **/
.wpb_text_column.wpb_content_element.contact_paragraph {
  margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
  .contact_photo figure div.vc_single_image-wrapper {
    margin-top: 35px;
  }
  .wpb_text_column.wpb_content_element.contact_paragraph {
    margin-bottom: 30px;
  }
}
/** SEARCH RESULTS PAGE **/
body.search .blog-style-masonry .post-meta-author {
  display: none;
}

/** FAQ PAGE **/
body .vc_toggle + .vc_toggle .vc_toggle_title {
  border-top: none;
}

body .vc_toggle {
  border-bottom: 1px dashed #afc2fe;
  padding-bottom: 1.4em;
}
body .vc_toggle.vc_toggle_round.vc_toggle_color_default.vc_toggle_color_inverted i.vc_toggle_icon {
  color: #6987FD;
  border-color: #6987FD;
}
body .vc_toggle.vc_toggle_round.vc_toggle_color_default.vc_toggle_color_inverted i.vc_toggle_icon:before, body .vc_toggle.vc_toggle_round.vc_toggle_color_default.vc_toggle_color_inverted i.vc_toggle_icon:after {
  background-color: #6987FD;
}

body .vc_toggle_content {
  margin-bottom: 8px;
}
body .vc_toggle_content p:last-of-type {
  margin-bottom: 0;
}

#site-header.fixed.shrink .top-area-background:before,
#site-header.fixed.shrink .header-background:before {
  opacity: 1;
}

/* bio page ipad pro adjustments */
@media screen and (min-width: 1216px) {
  body .vc_custom_1576542887290, #vc_row-5e0fe08124a8c, body .vc_custom_1576538772395 {
    background-position: 23% !important;
  }
}
@media screen and (max-width: 979px) {
  .mobile_nav_correction.wpb_row {
    margin-top: 0em !important;
  }
  .about_page_title h1.headline {
    font-size: 42px !important;
  }
}
/* changes only for the homepage */
.home .wpb_text_column p,
.bio_intro.wpb_text_column p,
.about_bio_top .wpb_text_column p {
  color: #FFF;
}

.home .wpb_text_column p.disclaimer {
  color: #36454D;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2em;
}

/* newsletter box */
#details.newsletter_box {
  /*shrinks the right margin a bit for the sign up form, making the padding more symmetrical on the sides */
}
#details.newsletter_box div.vc_column_container.vforce_bottom > .vc_column-inner {
  border-radius: 10px;
  box-shadow: 0px 2px 9px #4E63E4;
  padding-bottom: 14px !important;
  border: 20px solid;
  border-image: url(assets/images/thin_bottom_vforce.svg) 30 round;
}
#details.newsletter_box .wpb_text_column p {
  color: #6b82ff;
}
#details.newsletter_box .wpb_text_column.newsletter_title p {
  font-weight: 500;
  font-size: 1.7em;
}
#details.newsletter_box .wpb_text_column.email_newsletter_text p {
  text-align: center;
  font-size: 21px;
}
#details.newsletter_box .gform_wrapper form.gf_simple_horizontal {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
#details.newsletter_box .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=submit] {
  background: #6B82FF;
  height: 35px !important;
  line-height: 37px;
  font-weight: bold;
  font-family: "brandon-grotesque";
  margin-right: 0;
  transition: 150ms ease-in all;
}
#details.newsletter_box .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=submit]:hover {
  background: #BA7391;
}

@media screen and (max-width: 767px) {
  .home_hero_desktop {
    display: none;
  }
  #details.newsletter_box {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #details.newsletter_box div.vc_column_container.vforce_bottom > .vc_column-inner {
    padding: 7px 13px !important;
  }
  #details.newsletter_box .wpb_text_column {
    text-align: center;
  }
  #details.newsletter_box .wpb_text_column.newsletter_title p {
    font-size: 1.5em;
  }
  #details.newsletter_box .wpb_text_column.email_newsletter_text {
    margin-top: 15px;
    margin-bottom: 0;
  }
  #details.newsletter_box .wpb_text_column.email_newsletter_text p {
    font-size: 17px;
    line-height: 25px;
  }
  #details.newsletter_box .gform_wrapper .gform_footer {
    padding: 0;
  }
}
@media screen and (min-width: 767px) {
  .home_hero_mobile {
    display: none;
  }
}
@media screen and (min-width: 411px) and (max-width: 767px) {
  #details.newsletter_box .wpb_text_column.newsletter_title p {
    font-size: 1.6em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #details.newsletter_box div.vc_column_container.vforce_bottom > .vc_column-inner {
    padding-top: 20px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #details.newsletter_box .newsletter_paragraph.wpb_column {
    margin-top: 20px;
  }
}
/* specific to inline newsletter form & button  */
.gform_wrapper .gf_simple_horizontal input[type=text]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).large {
  background: #FFF;
  padding: 5px 10px;
}

@media only screen and (min-width: 641px) {
  .gform_wrapper form.gf_simple_horizontal div.gform_body {
    width: 100% !important;
  }
}
.page-id-25304 h1 {
  color: #6B82FF;
}
.page-id-25304 .wpb_row {
  margin-bottom: 0px;
}

.he_desktop_section, .he_desktop_column {
  display: none !important;
}
@media (min-width: 992px) {
  .he_desktop_section, .he_desktop_column {
    display: flex !important;
  }
}

@media (min-width: 992px) {
  .he_mobile_section {
    display: none !important;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .he_mobile_column {
    width: 100% !important;
  }
}

.he_responsive_column_left {
  width: 100% !important;
}
@media (min-width: 992px) {
  .he_responsive_column_left {
    width: 50% !important;
  }
}

.he_responsive_column_right {
  width: 100% !important;
}
@media (min-width: 992px) {
  .he_responsive_column_right {
    width: 50% !important;
    float: right !important;
  }
}

.he_text_column {
  padding-top: 60px !important;
  padding-bottom: 60px;
}

#home2020_hero {
  min-height: 800px;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  #home2020_hero {
    min-height: 500px;
    padding: 40px;
  }
}

#home2020_mobile_hero_image figure {
  max-height: 400px;
}

#home2020_second_section {
  height: 750px;
}
@media (max-width: 992px) {
  #home2020_second_section {
    background-image: none !important;
    max-height: 500px;
    padding: 40px;
  }
}

#home2020_second_section_image {
  margin-top: 60px !important;
  margin-bottom: 60px;
}

#home2020_product_section, #home2020_third_section {
  background-color: #FFF2EB;
}

#home2020_product_icons .wpb_single_image.vc_align_center {
  min-height: 80px;
}
#home2020_product_icons p {
  font-family: "brandon-grotesque";
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
}

#founders_section {
  margin-bottom: 0px !important;
}
#founders_section img {
  padding-top: 60px !important;
  padding-bottom: 60px;
}

.page-id-25304 .vc_custom_1597437706600 {
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #FFF2EB;
}
@media (max-width: 992px) {
  .page-id-25304 .vc_custom_1597437706600 {
    background-image: none !important;
    background-color: white;
  }
}

.home2020_desktop_image {
  display: none;
}
@media (min-width: 992px) {
  .home2020_desktop_image {
    display: inherit;
  }
}

@media (min-width: 992px) {
  .home2020_mobile_image {
    display: none;
  }
}

.product_icon {
  margin: 5px 20px 0px 0px !important;
}

/* Homepage styles (2022 site redesign) */
.home #he_post-title {
  display: none !important;
}

.home .wpb_content_element,
.home .wpb_row {
  margin-bottom: 0;
}

.home .vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}

.home .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}

/* Rotating words in the title ------ START */
.home .page-title .wpb_wrapper {
  display: flex;
  justify-content: center;
  height: 70px;
}

.home .page-title h1 {
  color: #36454D;
  font-family: "brandon-grotesque" !important;
  font-size: 48px !important;
  font-weight: bold !important;
  line-height: 68px !important;
  text-transform: none !important;
  margin: 0 !important;
}

.home .page-title .words {
  overflow: hidden;
}

.home .page-title .words h1 {
  height: 100%;
  padding-left: 10px;
  animation: spin-words 8s infinite;
}

.home .page-title .words .menopause {
  color: #5288F0;
}

.home .page-title .words .no-sleep {
  color: #ffd0ae;
}

.home .page-title .words .period {
  color: #ff5e51;
}

.home .page-title .words .hangover {
  color: #c875c0;
}

@keyframes spin-words {
  8% {
    transform: translateY(-110%);
  }
  13% {
    transform: translateY(-100%);
  }
  25% {
    transform: translateY(-100%);
  }
  33% {
    transform: translateY(-210%);
  }
  38% {
    transform: translateY(-200%);
  }
  50% {
    transform: translateY(-200%);
  }
  58% {
    transform: translateY(-310%);
  }
  63% {
    transform: translateY(-300%);
  }
  75% {
    transform: translateY(-300%);
  }
  83% {
    transform: translateY(-410%);
  }
  88% {
    transform: translateY(-400%);
  }
  100% {
    transform: translateY(-400%);
  }
}
/* Rotating words in the title ------ END */
.homepage-hero .wpb_single_image {
  max-height: 580px;
}

.home p {
  color: #36454D !important;
  font-family: "brandon-grotesque" !important;
  font-size: 24px !important;
  line-height: 34px !important;
  font-weight: 400 !important;
}

.home .product-slider .vc_pagination-item:first-of-type .vc_pagination-trigger {
  background-color: #5288F0 !important;
}

.home .product-slider .vc_pagination-item:nth-of-type(2) .vc_pagination-trigger {
  background-color: #ffd0ae !important;
}

.home .product-slider .vc_pagination-item:nth-of-type(3) .vc_pagination-trigger {
  background-color: #c875c0 !important;
}

.home .product-slider .vc_pagination-item:last-of-type .vc_pagination-trigger {
  background-color: #ff5e51 !important;
}

.home .media-text-section h2 {
  color: #5288F0;
  font-family: "itc-american-typewriter" !important;
  font-size: 45px !important;
  line-height: 52px !important;
  text-transform: none !important;
  margin-top: 0 !important;
  margin-bottom: 0.5em !important;
}

.home .media-text-section .narrow-text {
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
}

.home form.wpcf7-form {
  position: relative;
}

.home .mailinglist .wpcf7-form .wpcf7-form-control {
  border-radius: 3px;
  color: #99a9b5;
  padding: 7px 46px 7px 9px;
}

.home .mailinglist form.wpcf7-form .wpcf7-submit {
  background-color: #b6c6c9 !important;
  border: 0 none;
  border-radius: 0 3px 3px 0;
  color: #fff;
  height: 41px !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  right: -1px;
  top: 0;
  width: 40px !important;
}

.home .mailinglist form.wpcf7-form .wpcf7-submit:hover {
  background-color: #6b82ff !important;
}

@media (max-width: 767px) {
  .home .page-title {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .home .page-title .wpb_wrapper {
    height: 50px;
  }
  .home .page-title h1 {
    font-size: 40px !important;
    line-height: 42px !important;
  }
  .home .media-text-section h2 {
    font-size: 28px !important;
    line-height: 32px !important;
  }
}
@media (max-width: 640px) {
  .home .page-title .wpb_wrapper {
    flex-direction: column;
    gap: 15px;
    text-align: center;
    height: 110px;
  }
  .home .page-title .words h1 {
    padding: 0 !important;
  }
}
@media (max-width: 330px) {
  .home .page-title .wpb_wrapper {
    height: 100px;
  }
  .home .page-title h1 {
    font-size: 32px !important;
    line-height: 38px !important;
  }
}
/** INDIVIDUAL POST **/
/** so that the blog articles, when written within gutenberg, are larger text than they'd otherwise be. */
article.type-post p strong {
  color: #3366ff;
}

article.type-post p {
  font-size: 2em;
  font-family: "brandon-grotesque";
  font-size: 24px;
  line-height: 37px;
  font-weight: 300;
  color: #36454D;
  letter-spacing: 0.25px;
}

/** BLOG ARCHIVE PAGES **/
.blog h1, .archive h1, .category h1 {
  padding-bottom: 60px;
  margin-bottom: 0px;
  line-height: 60px;
}
.blog article.default-background, .archive article.default-background, .category article.default-background {
  background-color: transparent !important;
}
.blog #main-content > div.block-content > div > div > div > div.panel.row > div, .archive #main-content > div.block-content > div > div > div > div.panel.row > div, .category #main-content > div.block-content > div > div > div > div.panel.row > div {
  margin: 0px;
  padding: 0px;
}
@media (max-width: 1199px) {
  .blog div.panel.row, .archive div.panel.row, .category div.panel.row {
    margin-top: 0px;
    padding-top: 0px;
  }
}
.blog .entry-title, .archive .entry-title, .category .entry-title {
  font-family: "brandon-grotesque";
}
.blog .entry-title span.light, .archive .entry-title span.light, .category .entry-title span.light {
  font-family: "brandon-grotesque";
}
.blog .entry-title .entry-title-date, .archive .entry-title .entry-title-date, .category .entry-title .entry-title-date {
  font-size: 22px;
  display: block;
  color: #BCBCBC;
}
.blog p, .archive p, .category p {
  font-family: "brandon-grotesque";
}
.blog span, .archive span, .category span {
  font-family: "brandon-grotesque";
}
.blog a.gem-button, .archive a.gem-button, .category a.gem-button {
  font-family: "brandon-grotesque";
  border: none;
  color: #5472d2;
  padding-left: 0px;
}
.blog a.gem-button:hover, .archive a.gem-button:hover, .category a.gem-button:hover {
  background-color: transparent;
  color: #E67360;
}
.blog .post-footer-sharing, .archive .post-footer-sharing, .category .post-footer-sharing {
  display: none;
  padding: 0px 10px 10px 0px;
}
.blog .post-footer-sharing a, .archive .post-footer-sharing a, .category .post-footer-sharing a {
  background-color: transparent;
}
.blog div.post-image > div > a, .archive div.post-image > div > a, .category div.post-image > div > a {
  max-height: 200px;
}

#he_categories_menu {
  text-align: center;
}
#he_categories_menu ul#menu-active-blog-categories {
  font-family: "brandon-grotesque";
  padding-bottom: 20px;
}
#he_categories_menu ul#menu-active-blog-categories li {
  display: inline;
}
#he_categories_menu ul#menu-active-blog-categories a {
  text-decoration: none;
  color: #5472d2;
  font-weight: 800;
  padding: 30px 10px 30px 10px;
}
#he_categories_menu ul#menu-active-blog-categories .current-menu-item a {
  color: #E67360;
  font-weight: 900;
}

.wpb_text_column ul li:before {
  background-color: transparent !important;
}

.single {
  font-family: "brandon-grotesque";
}
.single .post-content {
  max-width: 1088px;
}
.single #top-area {
  display: none;
}
.single span.light {
  font-family: "brandon-grotesque";
}
.single #he_post-title h1 {
  text-align: center;
  text-transform: capitalize;
  font-family: "itc-american-typewriter";
  color: #5472d2;
}
.single h2, .single h3#reply-title {
  color: #5472d2;
  font-family: "itc-american-typewriter";
}
.single h2 span.light, .single h3#reply-title span.light {
  font-family: "itc-american-typewriter";
  font-weight: 700;
}
.single .block-content {
  padding-top: 60px;
}
.single #page-title {
  display: none;
}
.single .post-meta {
  padding-top: 20px;
  margin-bottom: 60px;
  color: #36454D;
}
.single .post-meta .post-meta-left {
  font-family: "brandon-grotesque";
  font-size: 22px;
}
.single .post-meta .post-meta-left .post-meta-date {
  font-size: 22px;
  display: block;
  color: #BCBCBC;
}
.single .post-meta .post-meta-left .post-meta-author {
  color: #5472d2;
  text-transform: capitalize !important;
}
.single .wpb_text_column {
  margin-bottom: 0px;
}
.single .entry-content.post-content {
  margin-bottom: 60px;
}
.single .post-tags-list {
  font-family: "brandon-grotesque";
}
.single .name {
  font-family: "brandon-grotesque";
}
.single #submit {
  margin-top: 20px;
  font-family: "brandon-grotesque";
  border: none;
  color: #5472d2;
  padding-left: 0px;
  background-color: transparent;
}
.single #submit:hover {
  background-color: transparent;
  color: #E67360;
}
.single div.post-author-block {
  display: none;
}
.single div.post-related-posts h2 {
  text-transform: capitalize;
}
.single #reply-title {
  text-transform: capitalize;
}
.single #reply-title span {
  text-transform: capitalize;
}
.single .post-related-posts h2:before {
  color: #5472d2;
}

/* Menu hotfix */
#footer-menu li {
  padding: 0 5px;
  font-size: 14px;
}

#female-founder-logo {
  width: 60px;
}

/* FOOTER */
.hello_footer {
  display: grid;
  grid-template-columns: 3;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.copyright {
  grid-area: 1/1/2/4;
}

.menu-and-cta {
  grid-area: 1/4/2/10;
}

.footer_socials {
  grid-area: 1/10/2/13;
}

footer#footer-nav .footer-site-info {
  font-family: "brandon-grotesque";
}

.menu-and-cta {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.menu-and-cta button.he_button.hello_newsletter_form_open {
  display: inline-block;
  width: fit-content;
  margin: 2rem auto;
  letter-spacing: 0.4px;
}

nav#footer-navigation li a,
footer#footer-nav .footer-site-info,
footer#footer-nav .footer-site-info a,
footer#footer-nav #footer-socials .socials-colored a .socials-item-icon.facebook,
footer#footer-nav #footer-socials .socials-colored a .socials-item-icon.instagram {
  color: #FFF2EB;
}

nav#footer-navigation li a:hover,
footer#footer-nav .footer-site-info a:hover,
footer#footer-nav #footer-socials .socials-colored a .socials-item-icon.facebook:hover,
footer#footer-nav #footer-socials .socials-colored a .socials-item-icon.instagram:hover {
  color: #E67360;
}

#footer-socials {
  text-align: initial;
  display: flex;
  justify-content: flex-end;
}
#footer-socials .socials {
  margin: 0;
  text-align: initial;
}
#footer-socials .socials a.socials-item {
  vertical-align: initial;
  line-height: 20px;
}
#footer-socials .socials a.socials-item:hover {
  color: #E67360;
}
#footer-socials .socials a.socials-item svg.social-item-icon path:hover {
  fill: #E67360;
}

footer#footer-nav .socials-colored a .socials-item-icon.twitter,
footer#footer-nav .socials-colored a .socials-item-icon.youtube {
  color: white;
}
footer#footer-nav .socials-colored a .socials-item-icon.twitter:hover,
footer#footer-nav .socials-colored a .socials-item-icon.youtube:hover {
  color: #E67360;
}

@media screen and (max-width: 1023px) {
  #footer-nav .hello_footer {
    display: flex;
    flex-direction: column-reverse;
  }
  #footer-nav .hello_footer #footer-socials {
    justify-content: center;
    margin-bottom: 2rem;
  }
  #footer-nav .hello_footer #female-founder-logo {
    margin: 2rem 0 0;
  }
}
/* Popup Hotfix */
.newsletter-popup-wrapper {
  margin: auto auto;
  max-width: 368px;
  padding: 25px 25px 25px 25px;
  background-image: url("/wp-content/uploads/2020/05/backgroundHelloAgain.png");
  background-position: center;
}

.newsletter-popup-content {
  background-color: white;
  padding: 10px;
}

.newsletter-popup-p1 {
  max-width: 276px;
  color: #697eff;
  font-family: "Brandon Grotesque";
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

#gform_submit_button_3 {
  height: 40px;
  font-family: "Brandon Grotesque";
  width: 265px;
  border-radius: 4px;
  text-align: center;
  background-color: #697EFF;
  margin: 0 auto !important;
}

#field_3_1 input {
  box-sizing: border-box;
  height: 40px;
  font-family: "Brandon Grotesque";
  font-size: 15px;
  width: 265px;
  border: 1px solid #F0F0F0;
  border-radius: 4px;
  background-color: #FFFFFF;
  margin-bottom: 10px;
  margin-top: 0px;
}

.popup-zip-input input {
  box-sizing: border-box;
  height: 40px;
  font-family: "Brandon Grotesque";
  font-size: 15px;
  width: 265px !important;
  border: 1px solid #F0F0F0;
  border-radius: 4px;
  background-color: #FFFFFF !important;
  margin-bottom: 10px;
  margin-top: 0px;
}

.popup-zip-input label, .popup-email-input label {
  color: #697eff;
  max-width: 276px;
  font-family: "Brandon Grotesque";
  font-size: 16px;
  letter-spacing: -0.3px;
  line-height: 21px;
  text-align: center;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  font-weight: 300 !important;
}

#gform_wrapper_3 ul.gform_fields li.gfield {
  padding-right: 0px !important;
  text-align: center !important;
}

#gform_wrapper_3 .gform_footer {
  padding: 0px 0 0px;
  margin: 5px 0 0;
  width: 100%;
  text-align: center;
}

#gform_confirmation_message_3 {
  height: 110px;
  color: black;
  width: 265px;
  text-align: center;
  margin: 0 auto;
  font-family: "Brandon Grotesque";
}

#asl-geolocation-agile-modal > div.agile-modal-dialog.in > div > button.close-directions {
  color: #5472d2 !important;
}

#asl-storelocator .sl-item .row:nth-child(2) {
  display: none;
}

#asl-storelocator > div.row.Filter_section div.btn-group {
  padding-top: 5px;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .item.highlighted, #asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .sl-item.highlighted {
  background: #f5c7bf !important;
}

#asl-storelocator.asl-p-cont.asl-bg-0 .infoBox #style_0.infoWindow {
  background: #f5c7bf !important;
}

#asl-storelocator.asl-p-cont.asl-bg-0 .agile-modal-content {
  background-color: #f5c7bf !important;
}

#asl-storelocator.asl-p-cont.asl-bg-0 #asl-list.storelocator-panel .sl-item .addr-sec .p-title {
  color: #333333 !important;
}

#asl-storelocator.asl-p-cont.asl-bg-0 #asl-list.storelocator-panel {
  background-color: #fbf2ed !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.container.asl-template-0 .btn.btn-asl {
  background: #5472d2 !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.container.asl-template-0 .infoWindow {
  background-color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.container.asl-template-0 .infoWindow .features li {
  color: #808080;
}

#asl-storelocator.storelocator-main.asl-p-cont.container.asl-template-0 .infoWindow h2 {
  color: #000000;
}

#asl-storelocator.storelocator-main.asl-p-cont.container.asl-template-0 .storelocator-panel {
  border: 1px solid #fbf2ed;
}

#asl-storelocator.storelocator-main.asl-p-cont.container.asl-template-0 .store-locator h4 {
  color: #5472d2;
}

#asl-storelocator.storelocator-main.asl-p-cont.container.asl-template-0 .store-locator .agile-modal-backdrop-in {
  background-color: #000000;
}

#asl-storelocator.storelocator-main.asl-p-cont.container.asl-template-0 .store-locator button.close-directions.close[aria-label=Close] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

#asl-storelocator.storelocator-main.asl-p-cont.container.asl-template-0 .half-rule {
  border-color: #fbf2ed;
}

#asl-storelocator.storelocator-main.asl-p-cont.container.asl-template-0 .half-rule-1 {
  border-bottom: 1px solid #cccccc;
}

#asl-storelocator.storelocator-main.asl-bg-0 #asl-map-canv {
  background: #ffffff;
}

#asl-storelocator.storelocator-main.asl-bg-0 #panel,
#asl-storelocator.storelocator-main.asl-bg-0 #asl-list {
  background: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .map-canvas-outer {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #cccccc;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .panel-cont button,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .panel-cont .btn.btn-asl {
  background-color: #5472d2 !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .panel-inner .item .addr-sec .p-title,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .panel-inner .sl-item .addr-sec .p-title {
  color: #5472d2 !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 div.arrow-down {
  border-top: 25px solid #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .loading {
  background-color: #ffffff;
  border: 1px solid #fbf2ed;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .asl-overlay h1.h1 {
  color: #5472d2;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .asl-overlay-on-item h1.h1 {
  color: #5472d2;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 body.search-list {
  background: #F8F8F8;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #panel,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #asl-list {
  color: #333333;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #panel .s-distance,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #asl-list .s-distance {
  color: inherit !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #panel .item-state a,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #asl-list .item-state a {
  color: #333333;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #panel .item-state a span,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #asl-list .item-state a span {
  background: #fbf2ed;
  color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #panel .item-state a:hover span,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #asl-list .item-state a:hover span {
  background-color: #e67360;
  color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #panel .item-state a.colisiond span,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #asl-list .item-state a.colisiond span {
  background-color: #e67360;
  color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .store.highlighted .store-inner {
  background-color: #ffffe0;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .close {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoBox .categories {
  color: #fbf2ed;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .chosen-container-multi .chosen-choices {
  border: 1px solid #fbf2ed;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .item,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .sl-item {
  background: transparent none repeat scroll 0 0 !important;
  border-bottom: 1px solid #fbf2ed !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .item .thumb-a img,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .sl-item .thumb-a img {
  border: 2px solid #cccccc;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .item .thumb-a .photo-count,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .sl-item .thumb-a .photo-count {
  background: #6D5B50;
  color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .item .s-distance,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .sl-item .s-distance {
  color: #000000;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .item:nth-child(2n),
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .sl-item:nth-child(2n) {
  background: #fbf2ed none repeat scroll 0 0 !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .wrapper-container {
  background: #ffffff;
  border: 1px solid #cccccc;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .listing-map.list-only {
  background: #ffffff;
  border: 1px solid #cccccc;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .adropdown-menu > .active > a,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .adropdown-menu > .active > a:hover,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .adropdown-menu > .active > a:focus {
  background: #5472d2;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .panel-inner .item .addr-sec .p-title,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .panel-inner .sl-item .addr-sec .p-title {
  color: #5472d2;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 button.close-directions.close[aria-label=Close] {
  background-color: #5472d2;
  color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .panel .item,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .panel .sl-item {
  border-color: #5472d2;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .panel .item,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .panel .sl-item {
  background: #ffffff !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .item-state .panel .item:nth-child(2n),
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .item-state .panel .sl-item:nth-child(2n) {
  background: #fbf2ed none repeat scroll 0 0 !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 button.close-directions.close[aria-label=Close] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fbf2ed;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 input#auto-complete-search:focus {
  border-color: rgba(0, 0, 0, 0.36);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2);
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .col-xs-12.search_filter p:last-child > span,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .col-xs-12.search_filter .sl-search-group > span,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .col-xs-12.search_filter .asl-store-search > span {
  background: #5472d2 repeat scroll 0 0;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .col-xs-12.search_filter p:last-child > span i,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .col-xs-12.search_filter .sl-search-group > span i,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .col-xs-12.search_filter .asl-store-search > span i {
  color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .search_filter > p:last-child > span::before,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .search_filter > .sl-search-group > span::before {
  border-color: transparent #5472d2 transparent transparent;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .search_filter > p:first-child {
  color: #5472d2;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .search_filter .form-control {
  border: 1px solid #cccccc !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .categories_filter .multiselect.adropdown-toggle.style-btn.btn.btn-default {
  color: #808080 !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .slider-selection {
  background: #5472d2 none repeat scroll 0 0 !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .slider-track {
  background: #5472d2 none repeat scroll 0 0 !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .range_filter .rangeFilter .slider.slider-horizontal .slider-track .slider-handle.round {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #cccccc;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Status_filter input[type=checkbox]:checked + .radio_btn {
  background: #5472d2 none repeat scroll 0 0;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .radio_btn {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #5472d2;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .radio_btn::before {
  color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Status_filter p label {
  color: #cccccc;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Filter_section {
  color: #808080;
  background: #fbf2ed none repeat scroll 0 0;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Filter_section .range_filter .multiselect.adropdown-toggle.style-btn.btn.btn-default {
  color: #808080 !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Filter_section .range_filter .adropdown-menu li.active a {
  color: #ffffff !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Filter_section .range_filter .adropdown-menu a {
  color: #808080 !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #panel.storelocator-panel,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #asl-list.storelocator-panel {
  border: 1px solid #fbf2ed;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Num_of_store {
  background: #5472d2 none repeat scroll 0 0;
  color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 ul.adropdown-menu.multiselect-container .btn.btn-default.multiselect-clear-filter {
  border-color: #fbf2ed;
  color: #cccccc;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 ul.adropdown-menu.multiselect-container li .input-group-addon {
  color: #cccccc;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow a.action {
  background: #5472d2 none repeat scroll 0 0 !important;
  color: #ffffff !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow .storelocator-main .action.directions {
  background: #5472d2 none repeat scroll 0 0;
  color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow > h3 {
  color: #5472d2 !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow .info-addr .phone > b,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow .info-addr .address,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow .info-addr .categories,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow .info-addr .phone > a,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow .info-addr .distance,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow .info-addr .p-time,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow .info-addr .time,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow .info-addr * {
  color: #333333 !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_2.infoWindow h3 {
  background: #5472d2 none repeat scroll 0 0;
  color: #ffffff !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_2.infoWindow a.action {
  background: #5472d2 none repeat scroll 0 0;
  border-left: 1px solid #ffffff;
  color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_2.infoWindow .storelocator-main .action.directions {
  background: transparent none repeat scroll 0 0;
  color: #666666;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_2.infoWindow .phone > b,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_2.infoWindow .address,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_2.infoWindow .categories,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_2.infoWindow .phone > a,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_2.infoWindow .distance {
  color: #333333;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoBox > img.style_2_x {
  background: #5472d2 none repeat scroll 0 0;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_0.infoWindow h3 {
  background: #5472d2 none repeat scroll 0 0;
  color: #ffffff !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_0.infoWindow a.action {
  background: #5472d2 none repeat scroll 0 0;
  border-left: 1px solid #ffffff;
  color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_0.infoWindow .storelocator-main .action.directions {
  background: #5472d2 none repeat scroll 0 0;
  border-left: 1px solid #ffffff;
  color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_0.infoWindow .distance {
  color: #333333;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoBox > img.style_0_x {
  background: #5472d2 none repeat scroll 0 0;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Status_filter .onoffswitch-label {
  border: 2px solid #fbf2ed;
  border-radius: 0px;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Status_filter .onoffswitch-inner:before,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Status_filter .onoffswitch-inner:after {
  background-clip: padding-box;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Status_filter .onoffswitch-inner:before {
  background-color: #ffffff;
  color: #333333;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Status_filter .onoffswitch-inner:after {
  background-color: #fbf2ed;
  color: #333333;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Status_filter .onoffswitch-switch {
  background: #5472d2;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #geolocation-agile-modal.agile-modal.fade.in {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .col-xs-12 > a.asl_Readmore_button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #333333;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .btn.btn-default.btn-submit {
  background: #5472d2 none repeat scroll 0 0;
  border-color: #5472d2;
  color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .agile-modal-header .close {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #asl-geolocation-agile-modal .btn.btn-default {
  background: #5472d2 none repeat scroll 0 0;
  color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .directions-cont .agile-modal-header h4 {
  color: #5472d2;
}

/* Product Overview styles (2022 site redesign) */
.page-product-overview #he_post-title {
  display: none !important;
}

.page-product-overview .wpb_content_element,
.page-product-overview .wpb_row {
  margin-bottom: 0;
}

.page-product-overview .block-content {
  padding-top: 2em !important;
  padding-bottom: 0 !important;
}

.page-product-overview .page-title h1 {
  color: #5288F0 !important;
  font-family: "brandon-grotesque" !important;
  font-size: 48px !important;
  font-weight: bold !important;
  line-height: 68px !important;
  text-transform: none !important;
}

.page-product-overview .page-intro p {
  color: #36454D !important;
  font-family: "brandon-grotesque" !important;
  font-size: 21px !important;
  font-weight: bold !important;
  line-height: 28px !important;
  max-width: 700px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.page-product-overview .product-slider .vc_pagination-item:first-of-type .vc_pagination-trigger {
  background-color: #5288F0 !important;
}

.page-product-overview .product-slider .vc_pagination-item:nth-of-type(2) .vc_pagination-trigger {
  background-color: #ffd0ae !important;
}

.page-product-overview .product-slider .vc_pagination-item:nth-of-type(3) .vc_pagination-trigger {
  background-color: #ff5e51 !important;
}

.page-product-overview .product-slider .vc_pagination-item:last-of-type .vc_pagination-trigger {
  background-color: #c875c0 !important;
}

.page-product-overview .section-title h2 {
  color: #36454D !important;
  font-family: "brandon-grotesque" !important;
  font-size: 40px !important;
  font-weight: bold !important;
  line-height: 48px !important;
  text-transform: none !important;
}

.page-product-overview .product-card,
.page-product-overview .product-slider {
  color: #36454D !important;
  font-family: "brandon-grotesque" !important;
}

.page-product-overview .product-card .wpb_single_image,
.page-product-overview .product-slider .wpb_single_image {
  margin-bottom: 20px !important;
}

.page-product-overview .product-card h4,
.page-product-overview .product-slider h4 {
  font-size: 24px !important;
  font-weight: bold !important;
  line-height: 40px !important;
  margin-bottom: 0 !important;
}

.page-product-overview .product-card strong,
.page-product-overview .product-slider strong {
  font-size: 16px !important;
  font-weight: bold !important;
  line-height: 24px !important;
}

.page-product-overview .product-card em,
.page-product-overview .product-slider em {
  display: inline-block;
  font-size: 24px !important;
  line-height: 40px !important;
  font-style: normal !important;
  margin-bottom: 8px;
}

.page-product-overview .product-card p,
.page-product-overview .product-slider p {
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
  margin-bottom: 0 !important;
}

.page-product-overview .product-card a,
.page-product-overview .product-slider a {
  color: #5288F0;
  font-weight: 600 !important;
  margin-top: 4px;
}

.page-product-overview .main-content .cta-button a.gem-button {
  position: relative;
  display: inline-table;
  min-width: 360px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.page-product-overview #product-symptoms .wpb_column:first-of-type .vc_column-inner {
  padding-right: 0 !important;
}

.page-product-overview #product-symptoms .wpb_column:nth-of-type(2) .vc_column-inner {
  padding-left: 14px !important;
  padding-right: 7px !important;
}

.page-product-overview #product-symptoms .wpb_column:nth-last-of-type(2) .vc_column-inner {
  padding-left: 7px !important;
  padding-right: 14px !important;
}

.page-product-overview #product-symptoms .wpb_column:last-of-type .vc_column-inner {
  padding-left: 0 !important;
}

.page-product-overview .symptoms-mobile .vc_single_image-wrapper {
  overflow: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.page-product-overview .symptoms-mobile .vc_single_image-wrapper::-webkit-scrollbar {
  display: none;
}

.page-product-overview .symptoms-mobile .vc_single_image-img {
  width: auto !important;
  max-width: none !important;
  height: 92px !important;
}

@media (max-width: 767px) {
  .page-product-overview .page-title h1 {
    font-size: 40px !important;
    line-height: 48px !important;
  }
  .page-product-overview .main-content .cta-button a.gem-button {
    min-width: 270px;
  }
}
/* Everyday product page styles */
.page-single-product #he_post-title {
  display: none !important;
}

.page-single-product .wpb_content_element,
.page-single-product .wpb_row {
  margin-bottom: 0;
}

.page-single-product .block-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.page-single-product .vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}

.page-single-product .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}

.page-single-product .product-info-section h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: "brandon-grotesque" !important;
  font-size: 64px !important;
  font-weight: bold !important;
  line-height: 80px !important;
  margin-bottom: 20px !important;
}

.page-single-product .product-info-section h2 {
  font-family: Montserrat, "brandon-grotesque" !important;
  font-size: 28px !important;
  font-weight: 600 !important;
  line-height: 32px !important;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}

.page-single-product.everyday .product-info-section h1,
.page-single-product.everyday .product-info-section h2 {
  color: #5288F0;
}

.page-single-product.sleep .product-info-section h1,
.page-single-product.sleep .product-info-section h2 {
  color: #ffd0ae;
}

.page-single-product.period .product-info-section h1,
.page-single-product.period .product-info-section h2 {
  color: #ff5e51;
}

.page-single-product.hangover .product-info-section h1,
.page-single-product.hangover .product-info-section h2 {
  color: #c875c0;
}

.page-single-product .product-info-section p {
  color: #36454D;
  font-family: "brandon-grotesque" !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.page-single-product .main-content .cta-button a.gem-button {
  position: relative;
  display: inline-table;
  min-width: 360px;
  margin-top: 30px !important;
  padding-top: 8px;
  padding-bottom: 8px;
}

.page-single-product .product-benefits-section img {
  width: auto !important;
  height: 97px !important;
}

.page-single-product .product-benefits-section p {
  color: #36454D;
  font-family: Montserrat, "brandon-grotesque" !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 32px !important;
  text-transform: uppercase !important;
}

.page-single-product .product-ingredients-section h2 {
  color: #5288F0;
  font-family: "itc-american-typewriter" !important;
  font-size: 28px !important;
  font-weight: 600 !important;
  line-height: 32px !important;
  text-transform: uppercase !important;
}

.page-single-product .product-ingredients-section .icon-grid .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 36px;
}

.page-single-product .product-ingredients-section .icon-grid .gem-infotext.alignment-center {
  margin: 0 !important;
}

.page-single-product .product-ingredients-section.everyday .icon-grid .gem-infotext.alignment-center,
.page-single-product .product-ingredients-section.period .icon-grid .gem-infotext.alignment-center,
.page-single-product .product-ingredients-section.hangover .icon-grid .gem-infotext.alignment-center {
  width: 12%;
}

.page-single-product .product-ingredients-section.sleep .icon-grid .gem-infotext.alignment-center {
  width: 15%;
}

.page-single-product .product-ingredients-section .icon-grid .gem-infotext-icon {
  margin-bottom: 8px;
}

.page-single-product .product-ingredients-section .icon-grid .gem-icon,
.page-single-product .product-ingredients-section .icon-grid .gem-icon img {
  width: 80px !important;
  height: 40px !important;
}

.page-single-product .product-ingredients-section .icon-grid .gem-infotext__title .title-customize,
.page-single-product .product-ingredients-section .icon-grid .gem-infotext__description .description-customize {
  color: #36454D !important;
  font-family: "brandon-grotesque" !important;
  font-size: 16px !important;
  font-weight: bold !important;
  line-height: 24px !important;
  letter-spacing: 1px;
}

.page-single-product .product-ingredients-section .icon-grid .gem-infotext__description .description-customize {
  font-weight: normal !important;
}
.page-single-product .product-ingredients-section .icon-grid .gem-infotext__description .description-customize.text-body-tiny {
  text-transform: lowercase;
}

.page-single-product .product-testimonials-section h2 {
  color: #36454D;
  font-family: "brandon-grotesque" !important;
  font-size: 32px !important;
  font-weight: bold !important;
  line-height: 46px !important;
}

.page-single-product .product-testimonials-section .vc_row {
  display: grid !important;
  grid-auto-flow: column;
  gap: 20px;
}

.page-single-product .product-testimonials-section .vc_row .wpb_column,
.page-single-product .product-testimonials-section .vc_tta-panel-body {
  padding: 58px 32px !important;
  border: 1px solid #F0F0F0 !important;
  border-top: 4px solid !important;
}

.page-single-product.everyday .product-testimonials-section .vc_row .wpb_column,
.page-single-product.everyday .product-testimonials-section .vc_tta-panel-body {
  border-top-color: #5288F0 !important;
}

.page-single-product.sleep .product-testimonials-section .vc_row .wpb_column,
.page-single-product.sleep .product-testimonials-section .vc_tta-panel-body {
  border-top-color: #ffd0ae !important;
}

.page-single-product.period .product-testimonials-section .vc_row .wpb_column,
.page-single-product.period .product-testimonials-section .vc_tta-panel-body {
  border-top-color: #ff5e51 !important;
}

.page-single-product.hangover .product-testimonials-section .vc_row .wpb_column,
.page-single-product.hangover .product-testimonials-section .vc_tta-panel-body {
  border-top-color: #c875c0 !important;
}

.page-single-product .product-testimonials-section .vc_row .wpb_column {
  display: flex !important;
  align-items: center;
  height: 100% !important;
  width: auto !important;
}

.page-single-product .product-testimonials-section .vc_row .wpb_column .vc_column_container > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.page-single-product .product-testimonials-section p {
  color: #36454D;
  font-family: "brandon-grotesque" !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  letter-spacing: 1px !important;
}

@media (min-width: 992px) {
  .page-single-product .hero figure {
    transform: translateY(386px);
    animation: prouct-cover-slide-up 1.5s forwards;
  }
  @keyframes prouct-cover-slide-up {
    0% {
      transform: translateY(386px);
    }
    100% {
      transform: translateY(0);
    }
  }
}
@media (max-width: 1200px) {
  .page-single-product .product-benefits-section {
    margin-bottom: 22px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 48px !important;
  }
}
@media (max-width: 992px) {
  .page-single-product .block-content {
    padding-top: 1.5em !important;
  }
  .page-single-product .product-ingredients-section .icon-grid .gem-infotext.alignment-center {
    width: 16% !important;
  }
}
@media (max-width: 767px) {
  .page-single-product .product-info-section h1 {
    font-size: 40px !important;
    line-height: 57px !important;
  }
  .page-single-product .product-info-section h1 img {
    width: 48px !important;
  }
  .page-single-product .main-content .cta-button a.gem-button {
    min-width: 270px;
  }
}
@media (max-width: 637px) {
  .page-single-product .product-ingredients-section .icon-grid .wpb_wrapper {
    justify-content: space-around;
  }
  .page-single-product .product-ingredients-section .icon-grid .gem-infotext.alignment-center {
    width: 32% !important;
  }
}
html {
  scroll-behavior: smooth;
}

li.menu-item.menu-item-search {
  display: none !important;
}

.vertical-minisearch {
  display: none;
}

.right_align_desktop_center_mobile {
  text-align: center;
}

.right_align_desktop_center_mobile h4 {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .right_align_desktop_center_mobile {
    text-align: right;
  }
}
/* TYPOGRAPHY */
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "brandon-grotesque";
  src: url("fonts/brandon_grotesque_light.eot");
  src: url("fonts/brandon_grotesque_light.eot?#iefix") format("embedded-opentype"), url("fonts/brandon_grotesque_light.woff2") format("woff2"), url("fonts/brandon_grotesque_light.woff") format("woff"), url("fonts/brandon_grotesque_light.ttf") format("truetype");
  font-weight: 300;
}
body, option, .gem-table thead th, .portfolio.columns-1 .portfolio-item .caption .subtitle, .gallery-item .overlay .subtitle, .cart_totals table .shipping td label, .widget_archive li, .woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-price, .gem-media-grid-2 .vc_gitem-animated-block .vc_gitem-zone-b .vc_gitem-post-data-source-post_excerpt > div {
  font-family: "brandon-grotesque";
  font-weight: 300;
}

/* top header of pages */
.wpb_wrapper h1,
div.title-h1,
h1.headline,
.about_page_title h1.headline .headline {
  font-family: itc-american-typewriter;
  font-weight: 400;
}

.about_page_title h1.headline {
  color: #FFD1B2;
  font-size: 60px;
  font-weight: 600;
  line-height: 68px;
}

h1.headline, h2.headline {
  font-family: itc-american-typewriter, serif;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.3;
}

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

h1.headline.bio {
  text-align: left;
}

/* anchor links in a in punchy persimmon color */
body a, body .widget_recent_comments .comment-author-link a, body .widget .team-person-email a:hover:before, body .gem-team-style-5 .team-person:hover .team-person-name, body .portfolio.hover-vertical-sliding .overlay .links .caption .info a, body .portfolio.hover-horizontal-sliding .overlay .links .caption .info a, body .portfolio-set-comma, body .blog-style-masonry .entry-title.title-h4 a:hover, body .blog-style-styled_list1 .post-title a:hover, body .blog-style-styled_list2 .post-title a:hover, body .blog-style-timeline .post-title a:hover, body .products .product-info .product-title a:hover, body .gem-basic-grid .post-title h4.entry-title a:hover, body .gem-basic-grid-2 .vc_gitem-zone-c .post-title a:hover, body .gem-media-grid .midia-grid-item-post-author span a:hover, body .justified-style-1 .entry-title.title-h4 a:hover, body .justified-style-2 .entry-title.title-h4 a:hover, body .blog-style-multi-author .post-title a:hover, body .reverse-link-color a:hover, body a.reverse-link-color:hover, body .gem-blog-slider .post-title a:hover, body .socials-list.socials-colored a:hover .socials-item-icon, body #footer-navigation li a:hover,
body #primary-menu.no-responsive > li:hover > a {
  color: #E67360;
}

body a:hover {
  color: #BA7391;
}

/* paragraph body text */
.wpb_text_column p {
  font-family: "brandon-grotesque";
  font-size: 24px;
  line-height: 37px;
  font-weight: 300; /* light version of font*/
  color: #36454D; /* dark body text */
  letter-spacing: 0.25px;
}

/* all of these are getting overridden by the custom.css file unfortunately, so they need a higher level of specificity applied */
body,
option,
.gem-table thead th,
.portfolio.columns-1 .portfolio-item .caption .subtitle,
.gallery-item .overlay .subtitle,
.cart_totals table .shipping td label,
.widget_archive li,
.woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-price,
.gem-media-grid-2 .vc_gitem-animated-block .vc_gitem-zone-b .vc_gitem-post-data-source-post_excerpt > div {
  font-family: "brandon-grotesque";
  font-weight: 300;
}

.body .widget-title {
  font-family: "brandon-grotesque";
}

rs-layer#slider-23-slide-29-layer-18 {
  font-family: "brandon-grotesque" !important;
}

/* about bio light on dark contrast text */
.about_bio_top .bio_intro,
.about_bio_top {
  color: #FFF;
}

.about_bio_top h3 {
  padding-bottom: 0.5em;
  color: #FFD1B2;
}

.about_bio_top .gem-icon-with-text-content a {
  color: #FFF;
}

/* NAVIGATION */
body #primary-menu.no-responsive > li > a {
  font-family: "brandon-grotesque";
  font-weight: 500;
  letter-spacing: 0.5px;
}

#primary-menu.no-responsive .menu-item.mobile-only {
  display: none !important;
}

/* forms */
body .wpcf7-form input:not(.gem-button-wpcf-custom),
body .wpcf7 textarea {
  font-family: "brandon-grotesque";
  letter-spacing: 0.5px;
}

/* gravity forms */
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-family: "brandon-grotesque";
  letter-spacing: 0.5px;
}

/* homepage newsletter form */
input#input_2_1 {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  h1.headline.bio {
    text-align: center;
  }
  .about-contact-text {
    text-align: left;
  }
}
@media screen and (max-width: 1000px) {
  h1.headline, .title-h1 {
    font-size: 8vw;
    line-height: 17vw;
    font-weight: 300;
  }
}
@media screen and (max-width: 879px) {
  h2, h2.headline {
    font-size: 32px;
    letter-spacing: 1px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .about_page_title {
    margin-bottom: -0.5em;
  }
  .about_page_title h1 {
    text-align: center;
    font-size: 60px;
  }
  .about_bio_top h3 {
    text-align: center;
  }
}
/* LAYOUT */
@media screen and (max-width: 979px) {
  .mobile_nav_correction.wpb_row {
    margin-top: 3em;
  }
}
/* makes sure that the background portrait image on about pages doesn't show on smaller devices */
@media (max-width: 1212px) {
  body .custom-bg {
    background-image: none !important;
  }
  /* DISPLAY UTILITIES */
  .d-none {
    display: none;
  }
  /* FOOTER */
}
@media screen and (max-width: 1212px) and (min-width: 768px) {
  .d-sm-block {
    display: block;
  }
}
#footer-nav,
#colophon .gem-custom-mailchimp input[type=email] {
  background-color: #36454D;
}

#footer-menu li {
  font-family: "brandon-grotesque";
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  padding: 0 4px;
  letter-spacing: 0.5px;
}

/** STYLES FOUND FROM PREVIOUS DEVELOPER IN THE THEME SETTINGS CSS ADD-ONS **/
@media only screen and (max-width: 768px) {
  .postid-6954 #page-title {
    padding-bottom: 90px !important;
    text-align: center;
  }
  .postid-6954 .page-title-alignment-left .page-title-icon {
    float: none;
  }
}
.page-id-8406 .layout-boxed .gem-icon-with-text.gem-icon-with-text-float-right .gem-icon-with-text-icon {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  padding-bottom: 30px;
}

.page-id-7952 .portfolio.hover-horizontal-sliding .overlay .links .caption .description {
  display: none !important;
}

@media only screen and (max-width: 2500px) and (min-width: 1680px) {
  .page-id-16895 .layout-boxed .blog.blog-style-masonry.fullwidth-block article {
    width: 24.1%;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .page-id-16895 .blog.blog-style-masonry.fullwidth-block article {
    width: 33%;
  }
}
#colophon .gem-clients .grayscale,
#colophon .gem-clients img {
  filter: none !important;
  background-color: #181828 !important;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.postid-7334 .team-person-hover {
  padding-bottom: 20px !important;
}

.postid-6465 .gem-team-style-6 .team-person-hover,
.postid-5979 .gem-team-style-6 .team-person-hover {
  padding: 34px 34px;
  padding-bottom: 15px;
}

.postid-7334 .team-person-email,
.postid-6629 .team-person-email,
.postid-5985 .team-person-email,
.postid-6465 .team-person-email,
.postid-5979 .team-person-email {
  display: none;
}

h1,
.title-h1 {
  letter-spacing: 0.05em;
}

h2,
.title-h2,
h3.comment-reply-title,
.pricing-table-style-6 .pricing-price-title,
.single-product-content .price {
  letter-spacing: 0.05em;
}

h3,
.title-h3,
.cart_totals table .order-total td,
.woocommerce table.shop_table.order-details tr.cart_item td.product-total .amount,
.woocommerce table.shop_table.order-details tr.order_item td.product-total .amount {
  letter-spacing: 0.05em;
}

h4,
.title-h4,
.widget .gem-teams-name,
body .vc_separator h4,
.pricing-table-style-3 .pricing_row_title,
.pricing-table-style-8 .pricing_row_title,
.pricing-table-style-4 .pricing_row_title,
.single-product-content .price del,
.quickfinder-item .quickfinder-item-title {
  letter-spacing: 0.05em;
}

h5,
.title-h5,
.gem-table thead th,
.gem-teams-phone,
.shop_table td.product-price,
.shop_table td.product-subtotal,
.cart_totals table .cart-subtotal td,
.woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-subtotal,
.woocommerce table.shop_table.order-details thead tr th.product-name,
.woocommerce table.shop_table.order-details thead tr th.product-total,
.widget-gem-portfolio-item.gem-portfolio-dummy:after,
.resp-tabs-list li,
.gem-quote.gem-quote-style-4,
.gem-quote.gem-quote-style-5,
.blog-style-styled_list1 .post-time,
.gem-teams-phone {
  letter-spacing: 0.05em;
}

h6,
.title-h6,
.project_info-item-style-1 .project_info-item .title,
.gem_accordion_header a,
.widget_rss li,
.wpb_toggle,
.vc_toggle_title h4,
.testimonials-style-1-name.gem-testimonial-name,
.testimonials-style-2-name.gem-testimonial-name,
.diagram-wrapper .digram-line-box .skill-amount,
.diagram-wrapper.style-3 .digram-line-box .skill-title,
.row .vc_progress_bar .vc_label {
  letter-spacing: 0.05em;
}

.letter-spacing {
  letter-spacing: 0.05em;
}

#wp-calendar caption {
  letter-spacing: 0.08em;
}

.pricing-table-style-1 .pricing-price-title {
  letter-spacing: 1px;
}

.gem-quote.gem-quote-style-3 blockquote,
.gem-quote.gem-quote-style-4,
.gem-quote.gem-quote-style-5 {
  letter-spacing: 0.085em;
}

.diagram-wrapper.style-3 .digram-line-box .skill-title {
  letter-spacing: 0.07em;
}

.gem-basic-grid .post-title h4.entry-title a {
  letter-spacing: 1.2px;
}

.gem-media-grid .vc_gitem-post-data-source-post_title a {
  letter-spacing: 0.05em;
}

.gem-media-grid-2 .vc_gitem-post-data-source-post_title a {
  letter-spacing: 0.05em;
}

.gem-button {
  letter-spacing: 0.05em;
}

.top-area-button .gem-button {
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  h1,
.title-h1,
.page-title-title h1 {
    font-size: 38px;
    line-height: 53px;
  }
}
@media screen and (max-width: 879px) {
  h2,
.title-h2,
.pricing-table-style-6 .pricing-price-title,
h3.comment-reply-title {
    line-height: 47px;
  }
}
@media screen and (max-width: 599px) {
  .title-xlarge {
    font-size: 42px;
    line-height: 54px;
  }
}
@media screen and (max-width: 499px) {
  .styled-subtitle,
.vc_pie_chart,
form.cart .quantity .qty,
.shop_table .quantity .qty,
.woocommerce-before-cart .cart-short-info,
input[type=text].coupon-code,
.cart_totals table th,
.order-totals table th,
.cart_totals table .shipping td,
.woocommerce-message,
.woocommerce-info,
.woocommerce ul.woocommerce-error li,
.woocommerce table.checkout-cart-info-table tr th .woocommerce table.checkout-cart-info-table tr.shipping td,
.widget_calendar caption,
.blog-style-timeline .post-time,
.gem-dropcap.gem-dropcap-style-medium,
.project-info-shortcode-style-default .project-info-shortcode-item .title,
.project_info-item-style-2 .project_info-item .title,
.diagram-legend .legend-element .title,
.widget_shopping_cart .total span.amount {
    font-size: 20px;
  }
}
@media screen and (max-width: 499px) {
  .styled-subtitle,
.woocommerce-before-cart .cart-short-info,
.cart_totals table th,
.order-totals table th,
.cart_totals table .shipping td,
.woocommerce-message,
.woocommerce-info,
.woocommerce ul.woocommerce-error li,
.woocommerce table.checkout-cart-info-table tr th,
.woocommerce table.checkout-cart-info-table tr.shipping td,
.widget_calendar caption,
.blog-style-timeline .post-time,
.project-info-shortcode-style-default .project-info-shortcode-item .title,
.project_info-item-style-2 .project_info-item .title,
.diagram-legend .legend-element .title {
    line-height: 30px;
  }
}
@media screen and (max-width: 499px) {
  .gem-testimonial-text,
.testimonials-style-1-text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1041px) {
  .with-sidebar .products-list {
    min-height: 2250px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1040px) {
  .with-sidebar .products-list {
    min-height: 2700px;
  }
}
#colophon #wpcf7-f4-o1 p {
  margin-bottom: 14px;
}

#colophon #wpcf7-f4-o1 .ajax-loader {
  display: none;
}

#colophon input[type=text],
#colophon input[type=password],
#colophon input[type=color],
#colophon input[type=date],
#colophon input[type=datetime],
#colophon input[type=datetime-local],
#colophon input[type=email], input[type=number],
#colophon input[type=range], input[type=search],
#colophon input[type=tel],
#colophon input[type=time],
#colophon input[type=url],
#colophon input[type=month],
#colophon input[type=week],
#colophon textarea {
  color: #99a9b5;
}

#colophon input::-webkit-input-placeholder,
#colophon textarea::-webkit-input-placeholder,
#colophon input:-moz-placeholder,
#colophon textarea:-moz-placeholder,
#colophon input::-moz-placeholder,
#colophon textarea::-moz-placeholder {
  color: #494a59;
}

#colophon #custom_recent_posts-2 {
  margin-bottom: 35px;
}

#colophon #project_slider-13 {
  margin-bottom: 45px;
}

#colophon #text-3 {
  margin-bottom: 56px;
}

#colophon #text-2 {
  margin-bottom: 40px;
}

.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-language,
.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-cart,
body #page.vertical-header #primary-menu.no-responsive li.menu-item-language,
body #page.vertical-header #primary-menu.no-responsive li.menu-item-cart {
  display: none;
}

.scrolldown .mouse-2 {
  -webkit-animation: scrollmove 1s infinite ease;
  -moz-animation: scrollmove 1s infinite ease;
  animation: scrollmove 1s infinite ease;
  width: 1.5vw;
  background-image: url("../images/mouse_icon.png");
  display: block;
  font-size: 0;
  height: 43px;
  background-repeat: no-repeat;
}

/* Quick fixes */
.related-posts-carousel .related-element-info-excerpt {
  display: none !important;
}

/*# sourceMappingURL=style.css.map */
