/**
Theme Name: Purple Finch Studios - Child Theme
Author: Purple Finch Studios
Author URI: https://purplefinchstudios.com
Description: Purple Finch Studios 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: pfs-theme
Template: astra
*/


/*----------- General Styles -----------*/
/* Padding Row */
@media all and (min-width:768px) {
  .fl-row-content-wrap {
    padding: 60px 20px;
  }
}
/* Buttons */







.fl-builder-content .fl-node-content a.fl-button{
padding: 0.7em 2em;
  font-weight: 500;
  border-radius: 50px;
  letter-spacing: 0.5px;
  min-width: 150px;
  text-align: center;
  font-size:19px;
}
/* Primary Button */
.fl-builder-content .fl-node-content .primary-btn a.fl-button {
  background: #EE4D41;
  border-color: #EE4D41;
}

.fl-builder-content .fl-node-content .primary-btn a.fl-button:hover {
  background: #85a8ba;
  border-color: #85a8ba;
}

.fl-builder-content .fl-node-content .primary-btn a.fl-button span {
  color: #ffffff;
}

.fl-builder-content .fl-node-content .primary-btn a.fl-button:hover span {
  color: #ffffff;
}



/* Secondary Button */
.fl-builder-content .fl-node-content .secondary-btn a.fl-button{
    background: #ffffff;
    border-color: #ffffff;
}
.fl-builder-content .fl-node-content .secondary-btn a.fl-button:hover{
    background: #EE4D41;
    border-color: #EE4D41;
}
.fl-builder-content .fl-node-content .secondary-btn a.fl-button span{
    color: #000000;
}
.fl-builder-content .fl-node-content .secondary-btn a.fl-button:hover span{
    color: #ffffff;
}

/* Bar CTA */
.announcement-bar .fl-module-html p{
  color:#ffffff;
  text-align:center;
  margin-bottom:0px;
  font-weight:600;
  font-size:17px;
}
.announcement-bar .fl-module-html a{
  display:inline-block;
  margin-left:20px;
  color:#ffffff;
  font-weight:500;
}
.announcement-bar .fl-module-html a:after{
  content:"\e97e";
 font-family: 'Ultimate-Icons' !important;
  font-weight:900;
  padding-left:8px;
}
.announcement-bar .fl-module-html a:hover{
  opacity:0.8;
}



/* Success Stories Page */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.text-testimonial .fl-post-grid-post{
  background-color: transparent;
  border:none;
}

.text-testimonial .fl-post-text{
  border-top:1.5px solid #dc2843;
  padding-left:0px;
  padding-right:0px;
  font-size:15px;
  line-height:1.7em;
}
.text-testimonial .fl-post-text .testimonial-author{
  font-weight:bold;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-top:20px;
  display:block;
}



.rise-blog .fl-post-grid-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,.1);
    box-shadow: 0px 2px 10px rgba(0,0,0,.1);
    padding-bottom:10px;
}
.rise-blog .fl-post-grid-content{
  margin-top:auto;
}
.rise-blog .fl-post-grid-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}


.rise-blog .fl-post-title {
    font-size: 24px;
    line-height: 1.3em;
    margin-bottom: 10px;
    margin-top: 10px
}

.rise-blog .fl-post-grid-more {
    margin-bottom: 0;
    margin-top: auto;
    padding-top: 20px
}

.rise-blog .fl-post-grid-more {
    color: #164253;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .1em;
    text-transform: uppercase;
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out
}

.rise-blog .fl-post-grid-more:hover {
    color: #ee4d41;
}

.rise-blog .fl-post-more-link a:before {
    content: "";
    background: #dedfe0;
    width: 32px;
    height: 4px;
    display: block;
    margin-bottom: 10px
}

.rise-blog .fl-post-more-link a:after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-left: 8px;
    font-size: 14px
}

.rise-blog .fl-post-image img {
    aspect-ratio: 33/25;
    -o-object-fit: cover;
    object-fit: cover
}



.faq-mod .fl-accordion-item {
    margin-bottom: 0;
    border: none;
    border-top: 1px solid #164253
}

.faq-mod .fl-accordion-item:last-child {
    border-bottom: 1px solid #164253
}

.faq-mod .fl-accordion-item .fl-accordion-button {
    padding: 30px 0
}

.faq-mod .fl-accordion-item .fl-accordion-button a {
    font-weight: 500;
    letter-spacing: .5px
}

.faq-mod .fl-accordion-item .fl-accordion-button i {
    opacity: 1
}

.faq-mod .fl-accordion-item .fl-accordion-content {
    padding: 0 0 30px;
    font-size: 16px
}



.img-shape-bg:not(.img-no-rounded) .fl-photo-content img {
    border-radius: 50vh
}

.img-shape-bg.square-img .fl-photo-content img {
    border-radius: 20px
}

.img-shape-bg .fl-photo-content {
    width: 400px;
    max-width: 90%;
    padding: 30px;
    background-size: 100% 100%
}
.img-shape-bg.darkblue-r-pic-bg .fl-photo-content {
    background-image: url(/wp-content/uploads/2024/12/darkblue-l-pic-bg.png)
}

.img-shape-bg.teal-r-pic-bg .fl-photo-content {
    background-image: url(/wp-content/uploads/2024/12/teal-r-pic-bg.png)
}
.img-shape-bg.green-l-pic-bg .fl-photo-content {
    background-image: url(/wp-content/uploads/2024/12/pic-bg-shapes-green.png)
}
.img-shape-bg.red-r-pic-bg .fl-photo-content {
    background-image: url(/wp-content/uploads/2024/12/pic-bg-shapes-red.png)
}
.img-shape-bg.bege-top-pic-bg .fl-photo-content {
    background-image: url(/wp-content/uploads/2024/12/pic-bg-shapes-bege.png)
}
.pre-title .fl-module-content{
  margin:0px 20px;
}

.pre-title .fl-rich-text p{
  margin-bottom:0px;
}
.pre-title .fl-rich-text{
  color: #73bdbd;
  text-transform:uppercase;
  font-size:24px;
}

.pre-title ~ .fl-module-heading .fl-module-content{
  margin-top:5px;
}
.rp-team .fl-module-content{
  margin:40px;
}
.rp-team .fl-callout-content{
  position:relative;
}
.rp-team .fl-callout-content .fl-photo{
  border-radius:50vh;
  overflow:hidden;
}
.rp-team .fl-callout-content .fl-callout-photo:after{
  content:"";
  width:100%;
  height:100%;
  background-color:rgba(22,66,83,0.85);
  position:absolute;
  bottom:0;
  left:0;
  opacity:0;
  -webkit-transition:0.2s all ease-in-out;
  transition:0.2s all ease-in-out;
  border-radius:50vh;
}
.rp-team .fl-callout-content:hover .fl-callout-photo:after{
  content:"";
  width:100%;
  height:100%;
  background-color:rgba(22,66,83,0.85);
  position:absolute;
  bottom:0;
  left:0;
  opacity:1;
}
.rp-team .fl-callout-text-wrap h3{
  color:#ffffff;
  text-transform:uppercase;
  font-weight:700;
  margin-bottom:10px;
}


.rp-team .fl-callout-text-wrap{
  position:absolute;
  top:0;
  -webkit-transform:scale(0);
      -ms-transform:scale(0);
          transform:scale(0);
  color:#73bdbd;
  font-weight:500;
  text-align:center;
  width:100%;
  height:100%;
  font-size:24px;
  opacity:0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px;
  -webkit-transition:0.2s all ease-in-out;
  transition:0.2s all ease-in-out;
}

.rp-team  .fl-callout-content:hover .fl-callout-text-wrap{
  -webkit-transform:scale(1);
      -ms-transform:scale(1);
          transform:scale(1);
 opacity:1;
}
.rp-team .fl-callout-cta-link{
  position:absolute;
  width:100%;
  height:100%;
  z-index:9999;
  background-color:;
  top:0;
  left:0;
}
.rp-testimonial .fl-testimonial{
  text-align:center;
}

.rp-testimonial .fl-testimonial strong{
  color: #73bdbd;
  text-transform:uppercase;
  font-weight:400;
}

.price-table-callout .fl-callout-title{
  padding:15px;
  background-color:rgb(88,174,182);
  color:#ffffff;
  text-transform:uppercase;
  margin-bottom:30px;
  font-weight:700;
}
.price-table-callout.price-popular .fl-callout-title{
background-color:#164253;
}
.price-table-callout .fl-callout-text h4{
  margin-bottom:5px;
}

.align-bottom{
  margin-top:auto;
}



.dietitian-img .fl-photo-img{
  border-radius:50vh;
}
.post-password-required{
  height:calc(100vh - 475px);
  display:flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  background-color:#f6f2ef;
}
.post-password-form{
width:500px;
max-width:100%;
}
.single-post .fl-module-fl-post-content{
  font-size:18px;
  line-height:1.6em;
}

.single-post .fl-module-fl-post-content .wp-block-heading{
 margin-top:1em;
}