/**
Theme Name: Astra-Child
Author: Sandeep
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

:root {
  --ast-global-color-0: #286851;
  --ast-global-color-1: #3a3a3a;
  --ast-global-color-2: #3a3a3a;
  --ast-global-color-3: #4b4f58;
  --ast-global-color-4: #f5f5f5;
  --ast-global-color-5: #ffffff;
  --ast-global-color-6: #f2f5f7;
  --ast-global-color-7: #424242;
  --ast-global-color-8: #000000;
}

*,
html,
body {
  scroll-behavior: smooth;
  font-family: 'Outfit', sans-serif;
}

/* --------------------------------------------------------------------------------------------------------------------*/
/* Button */
.ast-button {
  font-family: 'Outfit', sans-serif;
}

.btn-primary {
  font-family: 'Outfit', sans-serif;
}

.btn-primary:hover {
  background-color: #5b8c7a;
}

/* --------------------------------------------------------------------------------------------------------------------*/
/* Links */
a {
  color: #09292f;
}

a:hover {
  color: #286851;
  text-decoration: underline;
}

a:focus {
  text-decoration: underline;
}

/* --------------------------------------------------------------------------------------------------------------------*/
/* Header */
.ast-primary-header-bar {
  background-color: #fff;
  color: #286851;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .14), 0 1px 10px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .2);
}

.site-primary-header-wrap {
  max-width: 1100px;
}

.ast-site-title-wrap {
  display: none;
}

.ast-desktop .main-header-menu>.menu-item .sub-menu {
  border: 1px solid #d1d4db;
}

.ast-desktop .main-header-menu>.menu-item .sub-menu:after {
  content: " ";
  position: absolute;
  left: 30px;
  top: -8px;
  border-top: none;
  width: 15px;
  height: 15px;
  border-left: 1px solid #d1d4db;
  border-top: 1px solid #d1d4db;
  transform: rotate(45deg);
  background: white;
}

.menu-item {
  font-family: 'Outfit', sans-serif;
}

.main-header-menu>.menu-item>a.menu-link {
  color: #286851;
  font-weight: 500;
  font-family: 'Outfit', sans-serif;
}


.sub-menu {
  padding: 17px 0 5px 15px;
}

.sub-menu .menu-item {
  margin-top: -8px;
  font-weight: 300;
}

.ast-mobile-header-content a.menu-link,
.ast-mobile-header-content a.menu-item {
  font-size: 16px !important;
  color: #212121 !important;
  padding-right: 50px !important;
}

/* Hide arrow in mobile */
.ast-header-break-point .main-navigation ul .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type {
  display: none;
}

a.offer-banner {
  display: block;
  width: 100%;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  z-index: 100;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #905ba7;
  color: #ffffff;
  text-align: center;
  padding: 5px 0;
  line-height: 1.1;
  cursor: pointer;
  text-decoration: none;
}

a.offer-banner:hover {
  color: white;
}

body.admin-bar a.offer-banner {
  display: none;
}

@media (max-width: 921px) {
  .ast-mobile-header-inline .ast-button-wrap {
    position: absolute;
    left: 15px;
  }

  .ast-mobile-header-inline .site-branding.ast-site-identity {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    justify-content: center;
  }

  img.custom-logo {
    height: 20px;
    width: auto;
  }
}

.ast-mobile-header-content button.ast-menu-toggle {
  z-index: 1;
}

.main-header-menu-toggle * {
  fill: #286851 !important;
}

.main-header-menu .sub-menu a.menu-link {
  font-size: 18px;
  padding: 12px 16px;
  font-weight: 500;
}

.main-header-menu .sub-menu a.menu-link:focus,
.main-header-menu .sub-menu a.menu-link:active,
.main-header-menu .sub-menu a.menu-link:hover {
  color: #286851;
  background-color: #f7f9f8;
}

#primary[data-page="home-screen"] {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto !important;
}

.ast-breadcrumbs {
  max-width: 1024px;
  margin: auto;
}

.ast-breadcrumbs ul li[itemprop="itemListElement"] a {
  color: #286851;
}

.ast-breadcrumbs ul li[itemprop="itemListElement"] a:hover {
  color: #3a3a3a;
}

.entry-meta {
  display: none;
}

.all-category {
  margin-top: 15px;
}

.all-category .row.widget {
  margin: 0 auto;
  display: flex;
  text-align: center;
  justify-content: space-evenly;
  max-width: 1100px;
  flex-flow: wrap;
}

.all-category .row.widget>div {
  display: inline-block;
  width: 300px;
  margin-right: 15px;
  margin-bottom: 15px;
  vertical-align: top;
}

.all-category .homepage-main-articles-container h3 a:hover {
  color: #5b8c7a !important;
}

.homepage-main-articles-container {
  text-align: left;
}

.homepage-category-tab-container {
  margin-bottom: 15px;
  line-height: 1;
  border-bottom: 2px solid #286851;
}

.homepage-category-tab-container .tab-container {
  font-size: 16px;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  background-color: #286851;
  padding: 7px 15px 5px;
}

.homepage-main-articles-container .post-image {
  width: 300px;
  height: 221px;
}

.homepage-main-articles-container .post-image img {
  width: 300px;
  height: 221px;
}

.homepage-main-articles-container .post-image .cat-thumb-img {
  display: block;
  width: 100%;
  background-position: center !important;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  font-size: 0;
}

.homepage-main-articles-container .post-box-a-category button {
  font-size: 12px;
  padding: 5px 15px;
  height: 22px;
  position: relative;
  top: -40px;
  left: 15px;
  display: none;
}

.homepage-main-articles-container:hover .post-box-a-category button {
  display: inherit;
}

.homepage-main-articles-container .entry-title {
  line-height: 1;
  font-family: 'Tenor Sans', sans-serif;
}

.homepage-main-articles-container .entry-title a {
  color: #09292f;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  font-family: 'Tenor Sans', sans-serif;
  text-transform: none;
}

.homepage-main-articles-container .entry-title p.last {
  color: #092930;
  line-height: 1.5;
}

/* --------------------------------------------------------------------------------------------------------------------*/
/* Container */

@media (max-width: 544px) {
  .ast-separate-container #content .ast-container {
    padding: 0;
  }
}

@media (max-width: 921px) {
  .ast-separate-container #primary {
    padding: 0;
  }

  .ast-separate-container #secondary {
    padding: 0;
    padding-top: 30px;
  }
}

/* --------------------------------------------------------------------------------------------------------------------*/
/* Inner Pages */
.ast-archive-description {
  background: #5b8c7a !important;
}

.ast-archive-description .ast-archive-title {
  color: white;
  font-size: 33px;
  font-weight: 500;
}

.ast-single-post-order .entry-title {
  background: #5b8c7a;
  color: white;
  padding: 30px;
  display: block;
  width: 100%;
  font-family: 'Tenor Sans', sans-serif;
}

.single .entry-header .post-thumb img {
  width: 100%;
  height: auto;
}

/* Custom Widget Area - post-after-content-widget-area */
.post-after-content-widget-area {
  background: white;
  padding: 10px 15px;
  margin-top: 15px;
}

.post-after-content-widget-area .pcp-section-title {
  color: #444 !important;
  margin: 13px 0 -40px 0 !important;
  font-size: 20px;
  font-weight: 500;
}

.post-after-content-widget-area .sp-pcp-carousel {
  padding-bottom: 16px !important;
}

/* --------------------------------------------------------------------------------------------------------------------*/
/* Footer */
.footer-column {
  border-left: 1px solid #ebedf0;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgb(235, 237, 240);
  padding-left: 21px;
}

.footer-coloum .item.title,
.footer-column .item.title strong {
  font-size: 12px;
  font-weight: 700;
}

.footer-column .item a {
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #212121;
}

.footer-column .item a:hover,
.footer-column .item a:focus {
  text-decoration: underline;
}

.scroll-top {
  float: right;
  margin-top: -12px;
}

.scroll-top img {
  cursor: pointer;
}

@media (max-width: 544px) {
  .scroll-top {
    float: none;
  }
}

.copyright,
.ast-footer-copyright {
  color: #afb5c2;
  font-size: 12px;
  font-weight: 300;
}

.app-and-social-container {
  min-width: 140px;
}

.app-icon {
  display: inline-block;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  cursor: default;
}

.app-icon a {
  cursor: default;
}

.app-icon img {
  position: relative;
  cursor: pointer;
}

.social-icons {
  margin: auto;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-flow: wrap;
}

@media (min-width: 545px) {
  .ios-app-icon {
    display: inline-block;
    height: 40px;
  }

  .android-app-icon {
    display: inline-block;
    height: 48px;
  }
}

@media (max-width: 544px) {
  .ios-app-icon {
    margin: 0 5px;
  }

  .android-app-icon {
    margin: 0 5px;
  }

  .social-icons {
    justify-content: center;
  }

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

  footer {
    text-align: center;
  }

  .copyright {
    color: #afb5c2;
  }
}

/* --------------------------------------------------------------------------------------------------------------------*/
/* Footer Decoration */
.color-bar-container {
  white-space: nowrap;
  display: flex;
}

.color-bar-container bar {
  width: 25%;
  height: 35px;
  background: #286851;
}

.color-bar-container bar:nth-child(1) {
  width: 12%;
  background-color: #286851;
}

.color-bar-container bar:nth-child(2) {
  background-color: #286851;
}

.color-bar-container bar:nth-child(3) {
  background-color: #286851;
}

.color-bar-container bar:nth-child(4) {
  background-color: #286851;
}

.color-bar-container bar:nth-child(5) {
  width: 13%;
  background-color: #286851;
}

/* --------------------------------------------------------------------------------------------------------------------*/
/* BirthChart Widget */

.bcwidget-widget-container {
  display: block;
  max-width: 285px;
  min-height: 468px;
  border-radius: 8px;
  border: 1px solid var(--Light-Brand-On-Background-Medium, #616161);
  background: var(--Light-Brand-Background, #fff);
  overflow: hidden;
  margin: 0 auto 30px auto;
  background-image: url('/wp-content/themes/astra-child/assets/images/birth-chart-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 18px;
}

[data-page="home-screen"] .bcwidget-widget-container {
  display: none;
}

.bcwidget-content-container {
  min-height: 468px;
  padding: 14px 10px 20px;
  padding-bottom: 24px;
  color: #FFF;
  border-radius: 0px 20px;
  border: 1px solid #FFF;
  display: flex;
  flex-direction: column;
}

.bcwidget-content-container .bcwidget-content{
  margin-top: auto;
}

.bcwidget-headline {
  font-family: 'Sugar', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: -0.4px;
}

.bcwidget-body {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 112%;
  margin: 4px 0 30px;
}

.bcwidget-button-container{
  text-align: center;
}

.bcwidget-button {
  display: inline-flex;
  height: 36px;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: var(--Light-Brand-Primary, #286851);
  color: var(--Light-Brand-Background, #fff) !important;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1.5px;
  text-transform: capitalize;
  text-decoration: none;
}

.bcwidget-button:active,
.bcwidget-button:hover {
  color: white !important;
  text-decoration: none;
}



/* End BirthChart Widget */

/* --------------------------------------------------------------------------------------------------------------------*/
/* Tarot Widget */
.taro_widget_cta_container {
  display: block;
  padding: 2em 1em;
  background: #E2F2EE;
  text-align: center;
  border: 1px solid transparent;
}

.taro_widget_cta_container.horizontal {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  max-width: 1080px;
  height: 110px;
  margin: 25px auto;
}

.taro_widget_cta_container.horizontal .text_container {
  text-align: left;
  flex: 2;
}

.taro_widget_cta_container.horizontal .image_container {
  flex: 3;
}

.taro_widget_cta_container.horizontal .image_container img {
  margin: -30px 0;
  height: 150px;
  width: auto;
}

.taro_widget_cta_container.horizontal .image_container img:hover {
  margin-top: -30px;
}

.taro_widget_cta_container:hover {
  border: 1px dashed #286851;
}

.taro_widget_cta_container .title {
  color: #286851;
  font-size: 30px;
  font-family: 'Tenor Sans', sans-serif;
}

.taro_widget_cta_container .description {
  font-size: 18px;
  color: #444;
}

.taro_widget_cta_container .image_container {
  cursor: pointer;
  text-align: center;
  margin: 15px 0;
}

.taro_widget_cta_container .image_container img {
  width: 30%;
  max-width: 96px;
  box-shadow: 0 0 2px rgba(2, 2, 2, 0.5);
  border-radius: 2px;
}

.taro_widget_cta_container .image_container img:hover {
  box-shadow: 0 0 2px black;
  border: 4px solid white;
  margin-top: -5px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

@media (min-width: 426px) and (max-width: 768px) {
  .taro_widget_cta_container.horizontal .btn {
    display: none;
  }
}

@media (max-width: 425px) {
  .taro_widget_cta_container.horizontal {
    flex-direction: column;
    height: auto;
  }

  .taro_widget_cta_container.horizontal .text_container {
    flex: 1;
    text-align: center;
  }

  .taro_widget_cta_container.horizontal .image_container img {
    margin: 15px 0;
    max-width: 30%;
    width: auto;
    height: auto;
  }
}

/* --------------------------------------------------------------------------------------------------------------------*/
/* Popular Posts */
.most-popular-articles {
  margin-top: 50px;
}

.most-popular-articles .homepage-category-tab-container {
  margin: 0 13px;
}

.most-popular-articles .articles-container {
  text-align: center;
}

.most-popular-articles .articles-container .article {
  width: 250px;
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  text-align: left;
}

.most-popular-articles .articles-container .article .post-box-a .post-image {
  width: 250px;
  height: 180px;
}

.most-popular-articles .articles-container .article .post-box-a .post-image img {
  width: 250px;
  height: 180px;
}

.most-popular-articles .articles-container .article .post-box-a .post-image .post-featured-img-thumb {
  display: block;
  width: 100%;
  background-position: center !important;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  font-size: 0;
}

.most-popular-articles .articles-container .article .post-box-a-category button {
  font-size: 12px;
  padding: 5px 15px;
  height: 22px;
  position: relative;
  top: -40px;
  left: 15px;
  display: none;
}

.most-popular-articles .articles-container .article .post-box-a h3 a:hover {
  color: #5b8c7a !important;
}

.most-popular-articles .articles-container .article:hover .post-box-a-category button {
  display: inherit;
}

.most-popular-articles .articles-container .article h3 a {
  font-size: 16px;
  line-height: 28px;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  color: #09292f;
}

.most-recent-articles {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .popular-post .post-count-single {
    height: auto !important;
    margin-bottom: 20px;
  }
}

/* --------------------------------------------------------------------------------------------------------------------*/
/* Common - Astra Builder */
.astra_builder .astra-posts-carousel {
  position: relative;
  margin-bottom: 45px;
}

.astra_builder .astra-posts-carousel .astra-carousel-arrows {
  position: absolute;
  top: 12px;
  right: 5px;
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.astra_builder .astra-posts-carousel .astra-carousel-arrows li {
  display: inline-block;
}

.astra_builder .astra-posts-carousel .astra-carousel-arrows li a {
  font-size: 15px;
  color: #9a9a9a;
  padding: 10px;
}

.astra_builder .astra-posts-carousel .astra-carousel-arrows li a:hover {
  color: #5b8c7a;
}

.astra_builder .astra-posts-carousel .astra-carousel-arrows li a:active,
.astra_builder .astra-posts-carousel .astra-carousel-arrows li a:focus {
  color: #9a9a9a;
}

.astra_builder .astra-posts-carousel .astra-carousel-arrows li:first-of-type a {
  font-size: 12px;
  padding-right: 0;
}

.astra_builder .astra-posts-carousel .item h3 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #09292f;
  margin-bottom: 5px;
}

.astra_builder .astra-posts-carousel .item h3 a:focus,
.astra_builder .astra-posts-carousel .item h3 a:hover {
  outline: 0;
}

.astra_builder .astra-posts-carousel .item .meta,
.astra_builder .astra-posts-carousel .item .meta a {
  color: #767676;
}

.astra_builder .astra-posts-carousel .item .meta a:focus,
.astra_builder .astra-posts-carousel .item .meta a:hover {
  color: #5b8c7a;
  outline: 0;
}

.astra_builder .astra-posts-carousel .item:focus .astra-post-box-category,
.astra_builder .astra-posts-carousel .item:hover .astra-post-box-category {
  bottom: 20px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.astra_builder:last-of-type .astra-posts-carousel {
  margin-bottom: 0;
}

.astra_builder .astra-post-box-a {
  position: relative;
}

.astra_builder .astra-post-box-a a.astra-comments-link {
  color: #767676;
}

.astra_builder .astra-post-box-a a.astra-comments-link:focus,
.astra_builder .astra-post-box-a a.astra-comments-link:hover {
  color: #5b8c7a;
  outline: 0;
}

.astra_builder .astra-post-box-a .meta a {
  color: #767676;
}

.astra_builder .astra-post-box-a .meta a:hover {
  color: #5b8c7a;
}

.astra_builder .homepage-category-tab-container {
  margin-bottom: 15px;
  line-height: 1;
  border-bottom: 2px solid #286851;
}

.astra_builder .homepage-category-tab-container .tab-container {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  background-color: #286851;
  padding: 7px 15px 5px;
}

.astra_builder .homepage-category-tab-container .tab-container:not(.no-hover):hover {
  background-color: #286851;
}

.astra_builder .homepage-category-tab-container .tab-container:not(.no-hover):active,
.astra_builder .homepage-category-tab-container .tab-container:not(.no-hover):focus {
  background-color: #286851;
}

.astra_builder .astra-post-box-a h3 a,
.astra_builder .astra-post-box-a.thumbnail-layout h3 a {
  font-weight: 500;
}

.astra_builder .astra-post-box-a.thumbnail-layout h3 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
}

.astra_builder .astra-post-box-a h3 {
  font-size: 22px;
  margin-top: 10px;
  font-weight: 500;
}

.astra_builder .astra-post-box-a p {
  margin-top: 9px;
}

.astra_builder .astra-post-box-a .astra-image,
.astra_builder .astra-post-box-a .astra-post-box-image {
  display: block;
  position: relative;
}

.astra_builder .astra-post-box-a .astra-image .astra-post-box-a-category,
.astra_builder .astra-post-box-a .astra-post-box-image .astra-post-box-a-category {
  position: absolute;
  bottom: 0;
  left: 20px;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  background: #09292f;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.astra_builder .astra-post-box-a .astra-image .astra-post-box-a-category a,
.astra_builder .astra-post-box-a .astra-post-box-image .astra-post-box-a-category a {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
}

.astra_builder .astra-post-box-a .astra-image .astra-post-box-a-category a:before,
.astra_builder .astra-post-box-a .astra-post-box-image .astra-post-box-a-category a:before {
  display: none;
}

.astra_builder .astra-post-box-a .astra-image .astra-post-box-a-category:hover,
.astra_builder .astra-post-box-a .astra-post-box-image .astra-post-box-a-category:hover {
  background-color: #000;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.astra_builder .astra-post-box-a .astra-image .astra-post-box-a-category.dynamic:hover,
.astra_builder .astra-post-box-a .astra-post-box-image .astra-post-box-a-category.dynamic:hover {
  background-color: #000 !important;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.astra_builder .astra-post-box-a:focus .astra-post-box-a-category,
.astra_builder .astra-post-box-a:hover .astra-post-box-a-category {
  bottom: 20px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.astra_builder .astra-blog-post-layout-row.post-list-horizontal {
  display: inline-block;
  width: 100%;
}

.astra_builder .astra-blog-post-layout-row h2,
.astra_builder .astra-post-banner-row h2,
.astra_builder .astra-post-list-vertical-row h2,
.astra_builder .astra-posts-carousel h2 {
  font-size: 16px;
  font-weight: 500;
  text-transform: initial;
  color: #fff;
  position: relative;
  line-height: 27px;
  margin-bottom: 15px;
}

.astra_builder .astra-blog-post-layout-row h2:after,
.astra_builder .astra-post-banner-row h2:after,
.astra_builder .astra-post-list-vertical-row h2:after,
.astra_builder .astra-posts-carousel h2:after {
  position: absolute;
  height: 2px;
  background: #09292f;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
}

.astra_builder .astra-blog-post-layout-row h2 a,
.astra_builder .astra-blog-post-layout-row h2 span,
.astra_builder .astra-post-banner-row h2 a,
.astra_builder .astra-post-banner-row h2 span,
.astra_builder .astra-post-list-vertical-row h2 a,
.astra_builder .astra-post-list-vertical-row h2 span,
.astra_builder .astra-posts-carousel h2 a,
.astra_builder .astra-posts-carousel h2 span {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 1px 20px 2px;
  background: #09292f;
  display: inline-block;
}

.astra_builder .astra-blog-post-layout-b {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
  color: #767676;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
  z-index: 0;
}

.astra_builder .astra-blog-post-layout-b:hover {
  border-bottom-color: #d0edf3;
}

.astra_builder .astra-blog-post-layout-b:hover .astra-post-box-a-category,
.astra_builder .astra-blog-post-layout-b:hover .astra-post-box-category {
  bottom: 20px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.astra_builder .astra-blog-post-layout-b:hover:after {
  height: 25px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.astra_builder .astra-blog-post-layout-b:last-of-type {
  border-bottom: 0;
}

.astra_builder .astra-blog-post-layout-b a.astra-comments-link {
  color: #767676;
}

.astra_builder .astra-blog-post-layout-b a.astra-comments-link:focus,
.astra_builder .astra-blog-post-layout-b a.astra-comments-link:hover {
  color: #5b8c7a;
  outline: 0;
}

@media (min-width: 768px) {
  .astra_builder .astra-blog-post-layout-b>.row>.col-sm-9 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .astra_builder .astra-blog-post-layout-b .astra-image {
    margin-bottom: 10px;
  }
}

.astra_builder .astra-blog-post-layout-b .astra-image {
  display: inline-block;
  float: left;
  width: 100%;
}

.astra_builder .astra-blog-post-layout-b .astra-image img {
  width: 100%;
}

.astra_builder .astra-blog-post-layout-b .astra-title h3 {
  font-size: 16px;
  margin-top: 0;
  text-transform: initial;
  line-height: 20px;
  font-weight: 500;
}

.astra_builder .astra-blog-post-layout-b .astra-title h3>a {
  color: #09292f;
  font-weight: 500;
}

.astra_builder .astra-blog-post-layout-b .astra-title h3>a:focus,
.astra_builder .astra-blog-post-layout-b .astra-title h3>a:hover {
  text-decoration: none;
  color: #5b8c7a;
}

.astra_builder .astra-blog-post-layout-b .astra-title h4 {
  font-size: 15px;
  margin-top: 7px;
  line-height: 20px;
}

.astra_builder .astra-blog-post-layout-b .astra-title h4>a {
  color: #09292f;
  font-weight: 500;
}

.astra_builder .astra-blog-post-layout-b .astra-title h4>a:focus,
.astra_builder .astra-blog-post-layout-b .astra-title h4>a:hover {
  text-decoration: none;
  color: #5b8c7a;
}

.astra_builder .astra-blog-post-layout-b .astra-post-meta {
  float: left;
  display: inline-block;
}

.astra_builder .astra-blog-post-layout-b .astra-post-meta>ul {
  margin-top: 10px;
}

.astra_builder .astra-blog-post-layout-b.wide-layout {
  padding-bottom: 37px;
  margin-bottom: 37px;
}

.astra_builder .astra-blog-post-layout-b.wide-layout .astra-image {
  position: relative;
}

.astra_builder .astra-blog-post-layout-b.wide-layout .astra-post-box-b-category {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  background: #09292f;
  padding: 3px 7px 1px;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.astra_builder .astra-blog-post-layout-b.wide-layout .astra-post-box-b-category:hover {
  background-color: #000;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.astra_builder .astra-blog-post-layout-b.wide-layout .astra-post-box-b-category.dynamic:hover {
  background-color: #000 !important;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.astra_builder .astra-blog-post-layout-b.wide-layout .astra-title h3 {
  font-size: 22px;
  margin-bottom: 8px;
  line-height: 28px;
  text-transform: initial;
}

.astra_builder .astra-blog-post-layout-b.wide-layout p:first-of-type {
  margin-top: 9px;
}

.astra_builder .astra-blog-post-layout-b.wide-layout:last-of-type {
  margin-bottom: 0;
}

.astra_builder .astra-blog-post-layout-b .post-categories {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.astra_builder .astra-blog-post-layout-b .post-categories li {
  display: inline-block;
  margin-left: 10px;
}

.astra_builder .astra-blog-post-layout-b .post-categories li:first-of-type {
  margin-left: 0;
}

.astra_builder .astra-blog-post-layout-b .post-categories li a {
  font-weight: 500;
  color: #bbb;
  font-size: 12px;
  text-transform: uppercase;
}

.astra_builder .astra-post-banner-row {
  padding-left: 15px;
  padding-right: 15px;
}

.astra_builder .astra-blog-post-layout-banner {
  padding: 0;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: 2px solid transparent;
  position: relative;
}

.astra_builder .astra-blog-post-layout-banner>a {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.astra_builder .astra-blog-post-layout-banner>a img {
  width: 100%;
}

.astra_builder .astra-blog-post-layout-banner.col-md-3>a {
  height: 210px;
}

.astra_builder .astra-blog-post-layout-banner.col-md-6>a {
  height: 270px;
}

.astra_builder .astra-blog-post-layout-banner:hover {
  background-size: 115% 115%;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.astra_builder .astra-blog-post-layout-banner:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 41, 41, 0);
  background-image: -webkit-linear-gradient(bottom, #000, transparent);
  background-image: -moz-linear-gradient(bottom, #000, transparent);
  background-image: -o-linear-gradient(bottom, #000, transparent);
  background-image: -ms-linear-gradient(bottom, #000, transparent);
  background-image: linear-gradient(to top, #000, transparent);
  content: "";
}

.astra_builder .astra-blog-post-layout-banner .banner-content {
  position: absolute;
  bottom: 23px;
  left: 25px;
  right: 25px;
}

.astra_builder .astra-blog-post-layout-banner .banner-content h3 {
  text-transform: initial;
  margin-bottom: 5px;
  line-height: 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  margin-top: 10px;
}

.astra_builder .astra-blog-post-layout-banner .banner-content h3 a {
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
}

.astra_builder .astra-blog-post-layout-banner .banner-content h3 a:focus,
.astra_builder .astra-blog-post-layout-banner .banner-content h3 a:hover {
  color: #5b8c7a;
  text-shadow: 1px 1px 2px rgba(255, 61, 46, 0.3);
}

.astra_builder .astra-blog-post-layout-banner .banner-content .meta {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

.astra_builder .astra-blog-post-layout-banner .banner-content .meta a,
.astra_builder .astra-blog-post-layout-banner .banner-content .meta a.astra-comments-link {
  color: #fff;
}

.astra_builder .astra-blog-post-layout-banner .banner-content .meta a.astra-comments-link:focus,
.astra_builder .astra-blog-post-layout-banner .banner-content .meta a.astra-comments-link:hover {
  color: #5b8c7a;
  outline: 0;
}

.astra_builder .astra-blog-post-layout-banner .banner-content .astra-post-layout-category {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  background: #09292f;
  padding: 2px 7px 0;
  z-index: 2;
  position: relative;
  bottom: -20px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.astra_builder .astra-blog-post-layout-banner .banner-content .astra-post-layout-category:hover {
  background-color: #000;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.astra_builder .astra-blog-post-layout-banner .banner-content .astra-post-layout-category.dynamic:hover {
  background-color: #000 !important;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.astra_builder .astra-blog-post-layout-banner .banner-content .astra-post-layout-category a {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
}

.astra_builder .astra-blog-post-layout-banner .banner-content .astra-post-layout-category a:before {
  display: none;
}

.astra_builder .astra-blog-post-layout-banner.col-md-3 .banner-content h3 a {
  font-size: 16px;
}

.astra_builder .astra-blog-post-layout-banner:focus .astra-post-layout-category,
.astra_builder .astra-blog-post-layout-banner:hover .astra-post-layout-category {
  bottom: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}

/* --------------------------------------------------------------------------------------------------------------------*/
/* Common - Astra Image */
.astra-image,
.astra-post-box-image {
  overflow: hidden;
  display: block;
  position: relative;
}

.astra-image>img,
.astra-post-box-image>img,
.astra-image>a>img,
.astra-post-box-image>a>img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
}

.astra-image:hover>img,
.astra-post-box-image:hover>img,
.astra-image:hover>a>img,
.astra-post-box-image:hover>a>img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.astra-image {
  display: inline-block;
  float: left;
  position: relative;
}

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

.astra-image.astra-sticky-post-image {
  float: none;
  width: 100%;
  margin-bottom: 25px;
}

.astra-image.astra-sticky-post-image .plyr__play-large {
  padding: 25px;
}

.astra-image .astra-format-sign {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 20px;
  color: #fff;
  z-index: 1;
  background: #ff3d2e;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

.astra-image .astra-format-sign span {
  color: #fff;
  font-size: 20px;
}

.video .astra-image {
  float: initial;
  display: block;
}

.astra-image {
  position: relative;
}

.astra-image .astra-post-box-a-category,
.astra-image .astra-post-box-category {
  position: absolute;
  bottom: 0;
  left: 20px;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-family: "Poppins", serif;
  background: #ff3d2e;
  padding: 6px 7px 5px 7px;
  z-index: 2;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.astra-image .astra-post-box-a-category:hover,
.astra-image .astra-post-box-category:hover {
  background: #000;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.astra-image .astra-post-box-a-category.dynamic:hover,
.astra-image .astra-post-box-category.dynamic:hover {
  background-color: #000 !important;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.astra-image .astra-post-box-a-category a,
.astra-image .astra-post-box-category a {
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
}

.astra-image .astra-post-box-a-category a:before,
.astra-image .astra-post-box-category a:before {
  display: none;
}

/* --------------------------------------------------------------------------------------------------------------------*/
/* Recent Articles */
.recent-article .astra-post-box-a .astra-image {
  min-height: 180px;
}

@media (max-width: 767px) {
  .recent-article .post-count-single {
    height: auto !important;
  }
}

/* --------------------------------------------------------------------------------------------------------------------*/
/* Featured Advisors */
.featured-advisor {
  margin: 50px auto;
}

.featured-advisor iframe {
  border: none;
}

/* --------------------------------------------------------------------------------------------------------------------*/
/* Sidebar */
.widget {
  margin: 0 0 15px 0;
}

.sidebar-main h2.widget-title,
.widget h3 {
  color: #286851;
  text-transform: uppercase;
  font-weight: bold;
}

.sidebar-main ul,
ul.keen-sidebar-list {
  margin-left: 1.5em;
}

.sidebar-main ul li::before,
ul.keen-sidebar-list li::before {
  content: "\2022";
  color: #286851;
  font-weight: bold;
  display: inline-block;
  font-size: 23px;
  width: 1em;
  line-height: 0;
  margin-left: -1em;
}

.sidebar-main ul li::after,
ul.keen-sidebar-list li::after {
  content: "";
  border-bottom: 1px solid #ddd;
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 0.5em;
}

ul.keen-sidebar-list li {
  margin-top: 0 !important;
}

ul.keen-sidebar-list li a {
  font-size: 15px;
}

ul.keen-sidebar-list li a:hover {
  color: #008080 !important;
}

.bm-container {
  border: 1px solid #eaeaea;
  padding: 30px 16px;
  margin: 30px 0;
  background: linear-gradient(104deg, #E0FDF6 13.83%, #FFC7B6 97.96%);
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

.bm-container a{
  text-decoration: none;
    color: inherit;
    display: block;
}

.bm-container .outer-container {
  margin: 0 auto;
}

.bm-container .bm-logo {
  margin-bottom: 12px;
}

.bm-container .bm-logo img {
    max-width: 93px;
    min-width: 93px;
    height: auto;
  }

.bm-container .outer-container .title {
  color: #212121;
  font-size: 26px;
  font-family: 'Outfit', sans-serif;
  line-height: 110%;
  font-weight: 500;
  margin-bottom: 30px;
}

.bm-container .outer-container .text {
  font-size: 18px;
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 15px;
}

.bm-container .outer-container .bm-mood-buttons {
  display: inline-grid;
  grid-template-columns: repeat(2, auto);
  gap: 8px;
  margin-bottom: 30px;
  justify-content: center;
}

.bm-container .outer-container .bm-mood-buttons .bm-mood {
  border: none;
  background: #FFF;
  color: #000;
  font-size: 12px !important;
  font-weight: 500;
  font-family: 'Outfit', sans-serif;
  border-radius: 2px;
  padding: 10px 24px;
  letter-spacing: 2px;
}

.bm-container .outer-container .bm-mood-buttons .bm-mood &:hover {
  background-color: #f0f0f0;
}

.bm-container .outer-container .bm-cta button{
  border-radius: 4px;
  font-size: 12px;
}

@media (min-width: 922px) {
    .bm-container .outer-container .bm-mood-buttons .bm-mood {
      padding: 10px 12px;
    }
    .bm-container .outer-container .title {
      font-size: 22px;
    }
    .bm-container .outer-container .text {
      font-size: 16px;
    }
}

@media (min-width: 1215px) {
    .bm-container .outer-container .bm-mood-buttons .bm-mood {
      padding: 10px 18px;
    }    
}

.articles-search-container {
  margin-bottom: 1.5rem;
}

.articles-search-container .search-field,
.wp-block-search__input {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-weight: 400;
  line-height: inherit;
  width: 70%;
  height: 40px;
  border-radius: 2px;
  padding: 8px;
  outline: none;
}

.articles-search-container button.search-submit.ast-search-submit {
  display: none;
}

.articles-search-container input.search-submit,
.wp-block-search__button {
  padding: 12px 0;
  border-radius: 2px;
  float: right;
  line-height: 1rem;
}


/* --------------------------------------------------------------------------------------------------------------------*/
/* Psychic Advice  Try Best Match*/
.entry-content .full-row-container {
  left: 0;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 20px 30px 20px;
}

.entry-content .full-row-container .visible-xs.button-container {
  display: none;
}

.entry-content .full-row-container .text-container {
  padding-right: 36px;
}