.intro-title-inner h1 {
  color: #ffffff;
}
body.home header.site-header {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 1);
}

header .header-topbar {
  font-size: 13px;
}

header .header-topbar .header-social_profiles li a {
  font-size: 16px;
}

header #menu-upper-left a {
  line-height: 12px;
  text-transform: capitalize;
  padding: 0;
}

header #menu-upper-left li {
  line-height: 12px;
  border-right: solid 1px #fff;
  margin-right: 0;
  padding-right: 12px;
}

header #menu-upper-left li:last-child {
  border-right: 0;
}

.header-main-wrapper > .header-row.header-bottom {
  color: transparent;
}

.basic-font-block .pgscore_menu_list-title,
.about-ifgd-section__title {
  color: #ff8e00;
  font-size: 22px;
  text-align: center;
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
}
.basic-font-block .pgscore_menu_list-title {
  margin-bottom: 35px;
}

.pgscore_menu_list_wrapper ul.pgscore_menu_list li > .menu_item_link {
  color: #2b2b2b;
  text-decoration: underline;
}
.about-ifgd-section iframe {
  width: 100%;
  height: 230px;
  border: 1px solid #eee;
}

.inner-intro.woocommerce_inner-intro {
  height: 90px !important;
  background-color: #ff5c5b;
}

.header-style-custom
  .header-nav-wrapper
  .ciyashop-secondary-menu
  > li
  .sub-menu
  li.current-menu-ancestor
  > a,
.header-style-custom
  .header-nav-wrapper
  .ciyashop-secondary-menu
  > li
  .sub-menu
  li.current-menu-item
  > a,
.header-style-custom
  .header-nav-wrapper
  .ciyashop-secondary-menu
  > li
  .sub-menu
  li.current-menu-parent
  > a,
.header-style-custom
  .header-nav-wrapper
  .primary-menu
  > li
  .sub-menu
  li.current-menu-ancestor
  > a,
.header-style-custom
  .header-nav-wrapper
  .primary-menu
  > li
  .sub-menu
  li.current-menu-item
  > a,
.header-style-custom
  .header-nav-wrapper
  .primary-menu
  > li
  .sub-menu
  li.current-menu-parent
  > a {
  color: #ff5c5b;
}

html body footer #cc_form_1 {
  padding: 0;
  width: auto;
  float: none;
}

html body footer #cc_form_1 input[type="submit"] {
  color: #000;
  font-weight: 600;
  line-height: 34px;
}

html body footer #cc_form_1 input,
html body footer input[type="text"] {
  background: #ffd179;
}

html body footer #cc_form_1 input[type="text"],
footer #searchform input[type="text"],
html body footer .widget_search .search-button {
  height: 32px;
  line-height: 32px;
}

body footer .widget h4.widget-title,
body footer h6 {
  font-weight: 400;
}

body footer.site-footer .footer-widgets .widget .widget-title {
  text-transform: uppercase;
}

footer .copy {
  float: right;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 17px;
}

footer .copy a {
  color: #000;
}

.inner-intro {
  display: flex;
  align-items: center;
  min-height: 90px;
  margin-bottom: 50px;
  padding: 0;
  height: auto;
  max-height: 150px;
  padding: 15px 0;
}

.our-team-header h3 {
  margin-top: 20px;
}

.our-team-header span {
  line-height: 1.8;
}

.our-team-header ~ .vc_row-fluid > .vc_column_container {
  margin-bottom: 40px;
}

.our-team-header ~ .vc_row-fluid img {
  width: 100%;
}

.together-during-the-coronavirus-mail {
  color: #000;
}

.our-team-header ~ .vc_row-fluid .wpb_content_element {
  margin-bottom: 0;
  text-align: center;
  line-height: 14px;
}

.our-team-header ~ .vc_row-fluid .vc_column-inner h4 a,
.our-team-header ~ .vc_row-fluid .vc_column-inner h4 {
  color: #ff8e00;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
}

.our-team-header ~ .vc_row-fluid .vc_column-inner h4 {
  line-height: 18px;
  margin-top: 8px;
  margin-bottom: 8px !important;
}

.our-team-header a {
  text-decoration: underline;
}

a.download-free-product:after {
  content: "Download";
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 3px;
  padding: 7px 7px;
  top: -32px;
  left: -14px;
  text-transform: capitalize;
  font-size: 14px;
  color: #fff;
  line-height: 12px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a.download-free-product:before {
  width: 0px;
  height: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.9);
  font-size: 0;
  opacity: 0;
  top: -16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a.download-free-product:hover:after,
a.download-free-product:hover:before {
  opacity: 1;
}

.woocommerce
  ul.products
  li.product-hover-style-image-center
  .product-actions
  a.download-free-product {
  background: #fff url(../download.svg) center/20px no-repeat;
}

.woocommerce
  ul.products
  li.product-hover-style-image-center
  .product-actions
  a.download-free-product:hover {
  background-image: url(../download-red.svg);
}

footer .widget_search + .widget_text a {
  text-decoration: underline;
}

.woocommerce-products-header {
  display: none;
}

.our-team-header ~ .vc_row-fluid .pgscore_menu_list {
  text-align: center;
}

.our-team-header
  ~ .vc_row-fluid
  .pgscore_menu_list_wrapper
  ul.pgscore_menu_list
  li
  > .menu_item_link {
  display: table;
  color: #ff8e00;
  text-decoration: underline;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  font-size: 18px;
}

.our-team-header ~ .community-education-team-text span {
  line-height: 1.8;
}

.page-our-approach a {
  color: #000;
}

.vc_toggle {
  border: 1px solid #ddd;
  margin-top: -20px;
  margin-bottom: 40px;
}

.vc_toggle .vc_toggle_title h4 {
  font-size: 17px;
}

.vc_toggle .vc_toggle_title {
  position: relative;
  cursor: pointer;
  font-weight: bold;
  padding: 10px 20px;
  background: #eee;
}

div.vc_toggle.vc_toggle_size_md.vc_toggle_default
  .vc_toggle_title
  i.vc_toggle_icon {
  width: 15px;
  height: 15px;
  right: 20px;
  left: auto;
  background: transparent;
  border: 0;
}

div.vc_toggle.vc_toggle_size_md.vc_toggle_default.vc_toggle_active
  .vc_toggle_title
  i.vc_toggle_icon:after {
  transform: scale(-1) translate(5px, 0);
  visibility: visible;
}

div.vc_toggle .vc_toggle_title .vc_toggle_icon:before {
  content: "";
  width: 0;
  height: 0;
  border: 0;
}

div.vc_toggle .vc_toggle_title .vc_toggle_icon:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  width: 15px;
  height: 15px;
  background: transparent;
  line-height: 15px;
  top: 0;
  left: 0;
  transform: scale(1) translate(0, 0);
  transition: all 0.3s;
}

.vc_toggle .vc_toggle_content {
  padding: 15px 20px 20px;
}

.vc_toggle .vc_toggle_content h6 {
  font-size: 15px;
}

.page-our-approach h5 {
  font-size: 18px;
  margin-top: 60px;
  margin-bottom: 5px;
}

.page-our-approach h5 a {
  color: #ff8e00;
}

.page-our-approach .wpb_wrapper img {
  margin-bottom: 30px;
}

#content .page-our-approach .wpb_wrapper img {
  margin-top: 30px;
  margin-bottom: 40px;
}

ul li a,
article a {
  color: #000;
}

.woocommerce
  .products
  .product_title_type-single_line
  .product-info
  .product-name
  a {
  font-size: 23px;
  white-space: initial;
  overflow: visible;
  line-height: 1.4;
}

.woocommerce .woocommerce-message {
  background: #e5e5e5;
  color: #ff5c5a;
}

.woocommerce .woocommerce-message:before {
  color: #ff5c5a;
}

.single-product.woocommerce .woocommerce-message .button {
  background: #ff5c5a;
  color: #fff;
}

a.download-free-product:before {
  content: "\f07b";
}

.woocommerce .products .product-info .ciyashop-product-category a {
  color: #323232;
}

.woocommerce ul.woocommerce-mini-cart.product_list_widget li a.remove {
  line-height: 18px;
}

.widget_nav_menu #menu-services li,
.widget_nav_menu #menu-workshops li {
  border-bottom: 1px solid #eee;
  margin: 0;
}

.widget_nav_menu #menu-services li a,
.widget_nav_menu #menu-workshops li a {
  padding: 7px 15px;
  display: block;
  width: 100%;
  color: #000;
}

.widget_nav_menu #menu-services li a:hover,
.widget_nav_menu #menu-workshops li a:hover {
  background-color: #f4f4f4;
  color: #000;
}

.widget_nav_menu #menu-services li.current-menu-item a,
.widget_nav_menu #menu-workshops li.current-menu-item a {
  background-color: #f4f4f4;
  font-weight: 600;
  color: #000;
}

.widget_nav_menu #menu-services li.current-menu-item a {
  background-color: #f4f4f4;
  font-weight: 600;
}

.shop-sidebar-widgets .product-title {
  font-size: 15px;
}

.shop-sidebar-widgets .product_list_widget li img {
  margin-bottom: 20px;
}

.shop-sidebar-widgets .woocommerce-mini-cart__total {
  font-size: 16px;
}

.shop-sidebar-widgets .woocommerce-mini-cart-item.mini_cart_item a {
  font-size: 15px;
}

div.content-wrapper,
.single-post .content-wrapper {
  padding-top: 0;
}

.header-style-custom
  .header-nav-wrapper
  .ciyashop-secondary-menu
  > li.current-menu-item
  a {
  color: #ff5c5a;
}

.ciyashop-product-gallery_buttons_wrapper
  .ciyashop-product-gallery_button-link-zoom
  .fa.fa-arrows-alt:before {
  content: "\f03e";
}

/******************* Teasers **********************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: "Raleway", serif;
}
.content-wrapper article.hentry.post .entry-content {
  margin-bottom: 17px;
}

article.hentry .entry-title {
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 30px;
}
article.hentry .entry-title a {
  color: #444444;
}
article.hentry .entry-title a:hover {
  color: #000000;
}
article.hentry div.entry-title {
  margin-bottom: 20px;
}
article.hentry div.entry-title:after {
  display: block;
  width: 57px;
  height: 6px;
  content: " ";
  margin-top: 14px;
  background: Linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0) 49.9%,
        #777777 49.9%,
        #777777 60%,
        rgba(0, 0, 0, 0) 60%
      )
      fixed,
    linear-gradient(-45deg, #777777 10%, rgba(0, 0, 0, 0) 10%) fixed;
  background-size: 0.1em 0.1em;
}
article.hentry .readmore {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.05));
  background-image: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.05));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.05));
  background-image: -webkit-linear-gradient(
    top,
    transparent,
    rgba(0, 0, 0, 0.05)
  );
  background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.05));
  color: #777;
  border: 1px solid #ccc;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  font-size: 12px;
}
article.hentry .readmore:hover {
  border-color: transparent;
  background-color: #222;
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(
    top,
    transparent,
    rgba(0, 0, 0, 0.1)
  );
  background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.1));
  color: #ff5c5c;
}

.archive .entry-meta ul a:hover,
.archive .entry-meta ul a:hover span {
  color: #000000;
}

.entry-header-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.entry-header-section .entry-title {
  width: 100%;
  order: -1;
}

.entry-meta ul a span,
.entry-meta ul li,
.entry-meta ul li a,
.entry-meta ul span,
.entry-header-section .entry-meta-date .entry-date {
  text-transform: none;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #777777;
}
.entry-meta ul a span:hover,
.entry-meta ul li:hover,
.entry-meta ul li a:hover,
.entry-meta ul span:hover,
.entry-header-section .entry-meta-date .entry-date:hover {
  color: #000000;
}

.entry-meta ul li {
  margin-right: 0;
}
.entry-meta ul li span {
  padding-right: 10px;
}
.entry-meta ul li::after {
  display: none;
  padding: 0;
  margin: 0;
}
.entry-meta .entry-meta-categories {
  display: none;
}
.entry-meta-date {
  margin-right: 10px;
}
.entry-meta-date:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f073";
  margin-right: 5px;
  font-size: 13px;
  line-height: 18px;
  color: #777777;
  vertical-align: middle;
}
.entry-meta-date:hover,
.entry-meta-date:hover:before {
  color: #000000;
}
.entry-meta .fa-user::before {
  content: "\f025";
}

.products li.product.outofstock span.onsale,
div.product.outofstock span.onsale,
div.product.outofstock form.variations_form,
.products li.product.instock .in-stock,
.woocommerce.single-product div.summary p.stock.in-stock {
  display: none;
}

/*************** therapy-philosophy page**********************/
#nav_menu-3 h4.widget-title {
  padding: 0 15px;
}
.woocommerce .woocommerce-checkout .input-text,
.woocommerce-checkout .select2-container--default .select2-selection--single {
  border-color: #767676;
  color: #191919;
}
.woocommerce
  .woocommerce-checkout
  .order-internationally
  .woocommerce-input-wrapper,
.woocommerce .woocommerce-checkout .order-internationally .optional {
  display: none;
}
.woocommerce .woocommerce-checkout .order-internationally a:link,
.woocommerce .woocommerce-checkout .order-internationally a:visited {
  text-decoration: underline;
  color: #ff5c5c;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields > h3 {
  position: relative;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields > h3::after {
  position: absolute;
  display: block;
  max-width: 60%;
  bottom: 0;
  right: 0;
  content: "All fields required unless noted.";
  color: #2b2b2b;
  font-size: 15px;
  text-align: right;
  line-height: 1em;
}
#cc_form_1 #constant-contact-signup-1,
#cc_form_1 #constant-contact-signup-1 label,
#cc_form_1
  #constant-contact-signup-1
  > .kws_input_fields
  > .cc_intro
  > p
  > span {
  font-size: 16px !important;
  line-height: 1.2em;
}
#cc_form_1
  #constant-contact-signup-1
  > .kws_input_fields
  > .cc_intro
  > p
  > span {
  padding-top: 3px;
}
#cc_form_1 #constant-contact-signup-1 > .kws_input_fields > .cc_intro,
#cc_form_1 #constant-contact-signup-1 > .kws_input_fields > .cc_intro * {
  padding-top: 0;
}
.woocommerce.single-product
  div.product
  .summary
  .cart
  .single_add_to_cart_button,
.woocommerce.single-product div.product form.cart .single_add_to_cart_button,
.woocommerce a.button,
.woocommerce-cart
  .woocommerce
  .cart-collaterals
  .cart_totals
  table
  .shipping
  th {
  font-size: 16px;
}
.woocommerce-cart
  .woocommerce
  .cart-collaterals
  .cart_totals
  table
  .cart-discount
  td,
.woocommerce-cart
  .woocommerce
  .cart-collaterals
  .cart_totals
  table
  .cart-discount
  th,
.woocommerce-cart
  .woocommerce
  .cart-collaterals
  .cart_totals
  table
  .shipping
  td,
.woocommerce-cart
  .woocommerce
  .cart-collaterals
  .cart_totals
  table
  .shipping
  th {
  font-size: 16px;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  font-size: 16px;
}
.woocommerce .woocommerce-checkout .input-text {
  font-size: 16px;
}
#order_review thead .product-total {
  display: none;
}
#menu-upper-left a {
  color: #fff;
}
#menu-upper-left a:hover {
  color: #ffb5b5;
}
.woocommerce .products .product-info span.ciyashop-product-category {
  display: none;
}
.woocommerce
  .products
  .product_title_type-single_line
  .product-info
  h3.product-name {
  margin-bottom: 10px;
}
.woocommerce
  .products
  .product_title_type-single_line
  .product-info
  h3.product-name
  a {
  font-size: 21px;
  line-height: 28px;
}
.woocommerce.single-product div.product .product_title {
  font-size: 21px;
  line-height: 32px;
}
.woocommerce.single-product
  div.product
  .woocommerce-product-details__short-description {
  font-size: 16px;
  line-height: 24px;
}
.single-product div.product .woocommerce-tabs .wc-tabs-content-wrapper {
  font-size: 16px;
  line-height: 24px;
}
.single-product div.product .woocommerce-tabs h3 {
  font-size: 21px;
  font-weight: 700;
}
.single-product div.product .woocommerce-tabs h4 {
  font-size: 21px;
}
#place-order_spam-message {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.3em;
}
#pgs_login_form .modal-body p.h2 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 15px;
}
@media (max-width: 567px) {
  .page-id-675 img.alignright {
    display: block;
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
  }
  .woocommerce .woocommerce-checkout .woocommerce-billing-fields > h3::after {
    font-size: 10px;
  }
}
@media (max-width: 349px) {
  .woocommerce .woocommerce-checkout .woocommerce-billing-fields > h3::after {
    display: none;
  }
}

@media screen and (max-width: 580px) {
  .ciyashop-popup-quick-view div.product form.cart .variations tr {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .ciyashop-popup-quick-view div.product form.cart .variations tr td.label {
    width: 100%;
  }

  .ciyashop-popup-quick-view .basel-scroll,
  .ciyashop-popup-quick-view .summary-inner {
    overflow-x: hidden;
  }

  .therapy-philosophy-content img {
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-checkout .woocommerce-billing-fields > h3::after {
    font-size: 12px;
  }
}

@media screen and (max-width: 992px) {
  header.site-header .site-title img {
    max-height: 55px;
  }
  .page-our-approach h5 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1200px) {
  footer .copy {
    position: static;
  }
}

@media screen and (min-width: 550px) {
  .about-ifgd-section iframe {
    height: 300px;
  }
}

@media screen and (min-width: 768px) {
  .basic-font-block .pgscore_menu_list-title,
  .about-ifgd-section__title {
    min-height: 87px;
  }
  .about-ifgd-section iframe {
    height: 150px;
  }
}

@media screen and (min-width: 992px) {
  .basic-font-block .pgscore_menu_list-title,
  .about-ifgd-section__title {
    min-height: 58px;
  }
  .about-ifgd-section iframe {
    height: 180px;
  }
}

@media screen and (min-width: 1200px) {
  article iframe {
    margin: 0 auto;
    display: block;
    width: 700px;
  }
  .about-ifgd-section iframe {
    height: 230px;
  }
}
