/**
Theme Name: Raffi
Author: Affinity Bridge
Author URI: http://wpastra.com/about/
Description: Custom child theme for the Raffi Foundation for Child Honouring. This custom theme includes the LearnDash LMS.
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: raffi
Template: astra
*/
/* ---------------------
 * ----- COLOURS ----- *
 * Turquoise: #00909A
 * Burgundy: #9C243B
 * Orange: #F99500 (use on light backgrounds)
 * Yellow: #FAB635 (use on dark backgrounds arrows on teal)
 * Light Beige: #F3F2EF (when repeating background not possible)
 * Seafoam: #EAEFEF (when repeating background not possible)
 * Content Labels in uppercase: #666666
 ----------------------*/


/* ---------------------
 * ----- TYPOGRAPHY ----- *
 ----------------------*/

body {
   font-family: 'Catamaran', sans-serif;
   color: #363636;
 }
.pure-g, .pure-g [class*=pure-u] {
   font-family: 'Catamaran', sans-serif !important;
   color: #333;
 }
a {
  color: #9C243B;
 }
 a:hover {
   color: #00909A;
 }
 a:focus {
   outline: none;
 }
 .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
   margin-bottom: 0;
 }

 p {
   font-weight: 400;
   font-size: 22px;
   line-height: 1.38;
   color: #363636;

 }

h1 {
  font-weight: 800;
  font-size: 46px;
  padding-bottom: .6em;
  line-height: 1;
 }
/*  h1::after {
   display: block;
   content: "";
   background: #00909A;
   width: 100px;
   height: 10px;

 } */
h1.page-title::after {
  display: none;
}
h2 {
  font-size: 45px;
  font-weight: 800;
  padding-bottom: 20px;
  line-height: 1.2;
}

h3 {
  font-weight: 800;
  font-size: 35px;
  padding-bottom: 40px;
  line-height: 1.2;
}
h4 {
  font-weight: 800;
  font-size: 30px;
  line-height: 1.2;
}
h5 {
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
}

h6 {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.38;
}
button {
  font-family: 'Catamaran', sans-serif;
  border: 0px !important;
}
.alm-btn-wrap {
  text-align: center;
}
strong {
  font-weight: 700;
}
blockquote {
  text-align: center;
  font-style: italic;
  line-height: 1.4;
  margin: 0;
  padding: 1.5em;
  border: none;
  font-family: 'Georgia', serif;
}
blockquote p {
  font-size: 35px;
  padding: 20px;
}
blockquote::before{
  content: "";
  display: block;
  width: 100px;
  height: 10px;
  background: #00909A;
  margin: 0 auto;
  position: relative;
}
p img {
  max-width: 50%;
}
.left-title ul li p{
  font-size: 21px;
}
.plain-text ul li, .kb-article ul li, .the-pledge-wrap ul li {
  list-style-type: none;
  line-height: 2.5;
  font-size: 20px;
}
.the-pledge-wrap ul li {
  line-height: 1.5;
  font-size: 17px;
}
.plain-text ol li, .kb-article ol li, .the-pledge-wrap ol li {
  line-height: 2.5;
  font-size: 20px;
}
.plain-text ul li:before, .kb-article ul li:before, .the-pledge-wrap ul li:before{
  content: '\226B';
  padding-right: 7px;
  color:  #9C243B;
}
.menu li:before {
display: none;
}
.menu li {
  line-height:1.5 !important;
}
.the-pledge-wrap .thirds-block ol li::before {
  line-height: 1.4;
}
.the-pledge-wrap .thirds-block ol li::after {
  display:none;
}
/* ---- TITLES ---- */
.smaller-p {
  font-size: 18px;
  line-height: 1.27;
}
.title-banner h2 {
  color: #fff;
  padding: 25px 0px;
}

.sidebar h5 {
  font-size: 16px;
}
.italic {
  font-style: italic;
}
.not-bold {
  font-weight: 500;
}
.semi-bold {
  font-weight: 600;
}
.burgundy {
  color: #9C243B;
}
.grey {
  color: #666666;
}
.uppercase {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.center-text {
  text-align: center;
}
.left-text {
  text-align: left;
}
.left-text h4 {
  padding-bottom: 10px;
  margin-top: 15px;
  line-height: 1.2;
}
.widget-title {
  font-weight: 800;
  font-size: 25px;
  color: #fff !important;
}
.textwidget p {
  font-size: 18px;
  color: #fff;
  line-height: 1.27;
}
.textwidget p span {
  font-size: 16px;
}
.page-id-412 p {
	margin-bottom: 1em;
}
/* ---------------------
 * ----- BUTTONS & LINKS ----- *
 ----------------------*/
.mepr-submit {
  background: #00909A !important;
  transition: .75s ease-in-out;
  color: #fff !important;
  font-weight: 800 !important;
  font-size: 24px !important;
  padding: 5px 30px !important;
  border-radius: 20px !important;
  font-family: 'Catamaran', sans-serif !important;
  line-height: 1;
  height: 50px;
}

.gform_button {
  background: #9C243B !important;
  transition: .75s ease-in-out;
  color: #fff !important;
  font-weight: 800 !important;
  font-size: 22px !important;
  padding: 5px 30px !important;
  border-radius: 20px !important;
  font-family: 'Catamaran', sans-serif !important;
}
.gform_button:hover {
  background: #00909A !important;
  color: #fff !important;
}
.mepr-submit:hover {
  background: #9C243B !important;
  color: #fff !important;
}
 footer .gform_button:hover {
  background: #9C243B !important;
  color: #fff !important;
}
.rounded-button, .ld_course_grid_button a {
  background: #00909A;
  transition: .75s ease-in-out;
  color: #fff;
  font-weight: 800;
  font-size: 24px;
  padding: 5px 30px;
  border-radius: 20px;
  line-height: 1;

}
.ld_course_grid_button a {
  font-size: 20px;
  margin-top: 15px;
  line-height: 1;
}
.rounded-button:hover, .ld_course_grid_button a:hover  {
  background: #9C243B;
  color: #fff;
}
.rounded-button:focus {
  color: #fff;
}
.rounded-button-small {
  background: #00909A;
  transition: .75s ease-in-out;
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  padding: 5px 30px;
  border-radius: 20px;
  line-height: 1;
}
.rounded-button-small:focus {
  color: #fff;
}
.rounded-button-small:hover {
  background: #9C243B;
  color: #fff;
}
.rounded-button-burgundy.size-lg {
    font-size: 24px;
}
.rounded-button-burgundy.size-lg i{
  font-size: 33px;
}
.has-next-btn {
  margin-right: 30px;
  margin-bottom: 30px;
  display: inline-block;
}
.rounded-button-burgundy, #learndash_mark_complete_button {
  background: #9C243B;
  transition: .75s ease-in-out;
  color: #fff !important;
  font-weight: 800;
  font-size: 20px;
  padding: 5px 30px;
  border-radius: 20px;
  line-height: 1.5;
}
.rounded-button-burgundy:focus{
  color: #fff;
}
.rounded-button-burgundy:hover, #learndash_mark_complete_button:hover {
  background: #00909A;
  color: #fff;
}

.fa-caret-right, .fa-caret-down {
  color: #FAB635;
  vertical-align: middle;
  padding-left: 10px;
}

.rounded-button i {
  font-size: 33px;
}
.banner-button i {
  font-size: 30px;
}
.category-link i {
  font-size: 23px;
  top: -2px;
  position: relative;
}
.rounded-button-burgundy i {
  font-size: 25px;
  top: -2px;
  position: relative;
}
.banner-button, .banner-button-no {
  background-image: url('../raffi/img/banner-back.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: .75s ease-in-out;
  color: #fff !important;
  font-weight: 700;
  font-size: 22px;
  font-style: italic;
  padding: 5px 40px;
  display: block;

}

.page-id-379 .banner-button-no {
	font-size: 35px;
	line-height: 1.2;
	margin-bottom: 1em;
}

.banner-button:hover {
  color: #fff;
  background-image: url('../raffi/img/banner-back-b.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-weight: 700;
  font-size: 22px;
  font-style: italic;
  padding: 5px 40px;
  display: block;
}

.ast-scroll-top-icon::before {
  font-weight: bold;
}
.wpdm-download-link {
  font-weight: 800 !important;
  font-size: 18px !important;
  font-family: 'Catamaran', sans-serif !important;
  line-height: 1;
  background-color: #00909A !important;

}

/* ---------------------
 * ----- PADDING / MARGIN ----- *
 ----------------------*/
 .padding-top-bottom {
   padding-top: 80px;
   padding-bottom: 80px;
 }
 .padding-top-bottom-medium {
   padding-top: 40px;
   padding-bottom: 40px;
 }
 .padding-top-medium {
   padding-top: 40px;
 }
 .padding-top-bottom-small {
   padding-top: 25px;
   padding-bottom: 25px;
 }
 .padding-top {
   padding-top: 80px;
 }
 .padding-bottom {
  padding-bottom: 80px;
 }
.padding-bottom-medium {
  padding-bottom: 40px;
}

 .margin-top-bottom {
   margin-top: 15px;
   margin-bottom: 15px;
 }
 .margin-top-bottom-medium {
   margin-top: 40px;
   margin-bottom: 40px;
 }

 /* HEADER MENU */
 .menu-text {
   color: #9C243B;
 }
 .menu-text:hover {
   color: #00909A;
 }
 #primary-menu .current-menu-item::after, #primary-menu .current-page-parent::after {
   content: "";
   display: block;
   width: 100%;
   height: 10px;
   background: #e0ded8;
   position: absolute;
   top: 124%;
 }
 #primary-menu .sub-menu .current-menu-item::after {
   display: none;
 }
.main-header-container {
  align-items: flex-end;
}
.main-header-bar .main-header-bar-navigation {
  padding-bottom: 15px;
}
header {
  border-top: 10px solid #00909A;
}
header.page-header {
  border: 0px;
}
.main-header-bar-wrap {
  box-shadow: 0 3px 16px rgba(0,0,0,0.16), 0 3px 13px rgba(0,0,0,0.23);
}
.ast-above-header-wrap {
  position: absolute;
  right: 20px;
}
.ast-above-header-wrap .menu-text {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 15px;
}
.ast-search-box.header-cover {
  background: transparent;
}
.ast-search-wrapper {
  width: 300px !important;
  background: #00909a;
  top: 92% !important;
}
.main-header-menu .sub-menu {
  width: 250px;
  padding-top: 10px;
  border: 0px !important;
}
.main-header-menu .sub-menu .menu-link {
  font-size: 16px;
}
#primary-menu #menu-item-358.current-page-parent::after
 {
  display: none;
}
.header-main-layout-1 .main-header-container {
  align-items: flex-end;
}
/* ---------------------
 * ----- SLIDER ----- *
 ----------------------*/
 .slider-wrap {
   text-align: center;
 }


 .kb-slide {
   padding-top: 37.5%;
   position: relative;
   text-align: left;
   width: 100%;

 }
.black-fill {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0,0,0,0.1);
  z-index: 101;
}
.black-gradient {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  background: linear-gradient(0deg, rgba(0,0,0,0.61) 0%, rgba(255,255,255,0) 100%);
  z-index: 102;
}
.kb-slide img {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 100;
}
.slider-title {
  position: absolute;
  z-index: 104;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -11%;
  width: 100%;
  font-size: 75px;
  color: #fff;
}
.slider-title::after {
  display: none;
}

/* fade in image when loaded */
.carousel-cell-image {
  transition: opacity 0.75s;
  opacity: 0;
}

.carousel-cell-image.flickity-lazyloaded,
.carousel-cell-image.flickity-lazyerror {
  opacity: 1;
}

/* ---------------------
 * ----- CTA ----- *
 ----------------------*/

.cta-size{
  margin: 0 auto;
  display: block;
  text-align: center;

}
.cta-size h6 {
  padding-bottom: 40px;
}

.course_cta {
  background-image: url('../raffi/img/repeating_beige_bg.jpg');
  background-size: initial;
  background-color: #F3F2EF;
}

/* Course Overview Page */
.page-id-772 .plain-text + section.image-left-content-right-wrap {
  background: transparent;
  margin: 0;
  padding: 0;
  width: 75%;
  margin: 0 auto;
}
.page-id-772 .image-left-content-right-wrap p {
  margin: 0;
  line-height: 1;
}
.page-id-772 .image-left-content-right-wrap ul li {
  font-size: 20px;
  line-height: 1;
}

.page-id-772 .image-left-content-right-wrap ul {
  margin: 0;
  margin-left: 1.3em;
  /* list-style-type: "★";
  color: #F99500; */
}

.page-id-772 .cta-wrap {
  padding: 0;
  padding-bottom: 60px;
}
.page-id-772 .cta-wrap + section.image-left-content-right-wrap p  {
line-height: 1.5em;
}
.page-id-772 .cta-wrap + section.image-left-content-right-wrap h4 {
  margin-bottom: 1.2em;
}
.page-id-772 .plain-text {
  padding-bottom: 0;
  width: 75%;
  margin: 0 auto;
}
.page-id-772 .plain-text h5::after {
   display: block;
   content: "";
   background: #00909A;
   width: 100px;
   height: 10px;
   margin: 0 auto;
   margin-top: 20px;
 }
 .featured-guests h5::after {
    display: block;
    content: "";
    background: #00909A;
    width: 100px;
    height: 10px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 45px;
  }
.guest-item  {
  text-align: center;
}
.guest-item img{
  border-radius: 50%;
  width: 90%;
  margin-bottom: 15px;

}


/* ---------------------
 * ----- COURSE DETAILS----- *
 ----------------------*/

.details-wrap {
  background-image: url('../raffi/img/repeating_beige_bg.jpg');
  background-size: initial;
  background-color: #F3F2EF;
}
.details-top {
  text-align: center;
}
.details-top p, .details-bottom p {
  font-size: 22px;
}
.details-top h3 {
  padding-top: 25px;
  padding-bottom: 10px;
}
.details-grid {
  text-align: center;
  display: flex;
  margin: 0 auto;
  align-items: flex-start;
}
.details-bottom {
  text-align: center;
}
.course-preview {
  margin-bottom: 15px;
}
.course-item img {
  max-width: 95%;
  margin-bottom: 15px;
}
.course-item {
  background-image: url('../raffi/img/dottedline.png');
  background-position: right;
  background-repeat: repeat-y;
}
.course-item:last-child {
  background: none;
}
 .page-id-236 .image-left-content-right-wrap {
  background:none;

}
.preview-item {
  background: none;
}

/* ---------------------
 * ----- FEATURED ----- *
 ----------------------*/
.featured-wrap {
  text-align: center;
  margin: 0 auto;
  display: block;
}
.featured-grid {
  align-content: space-around;
  align-items: flex-start;
}
.featured-item {
  text-align: left;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.category-link {
  text-transform: uppercase;
  color: #00909A;
  font-weight: 800;
  font-size: 16px;
}
.category-link:hover {
  color: #9C243B;
}
.featured-item h4 {
  font-size: 24px;
  line-height: 1;
  margin-top: 20px;
}
.featured-item p {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 0;
}
/* ---------------------
 * ----- HALF BLOCKS HOMEPAGE - LARGE ----- *
 ----------------------*/
.left-text img {
  width: 100%;
}

.about-wrap, .left-block-large {
  background-image: url('../raffi/img/repeating_seafoam_bg.jpg');
  background-size: initial;
  background-color: #EAEFEF;
  border-right: 10px solid #fff;
  border-bottom: 15px solid #fff;
  border-top: 20px solid #fff;
  text-align: center;
}
.pledge-wrap, .right-block-large {
  background-image: url('../raffi/img/repeating_beige_bg.jpg');
  background-size: initial;
  background-color: #F3F2EF;
  border-left: 10px solid #fff;
  border-bottom: 15px solid #fff;
  border-top: 20px solid #fff;
  text-align: center;
}
/* pledge slider */

.pledge-slide {
  display: none;
}
.pledge-slide h3 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pledge-image {
  width: 60%;
  padding-top: 20px;
}
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
.kb-prev, .kb-next {
cursor: pointer;
width: auto;
color: blue;
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
height: 35px;
width: 40px;
display: block;
}
.kb-prev {
  background: url('../raffi/img/arrow_left.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  margin-top: 9%;
}
.kb-next {
  background: url('../raffi/img/arrow_right.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 5%;
  margin-top: 9%;
}
/* SMALL BLOCKS */
.half-blocks-small {
  clear: both;
}
.left-block-small {
  background-image: url('../raffi/img/repeating_beige_bg.jpg');
  background-size: initial;
  background-color: #F3F2EF;
  border-right: 10px solid #fff;
  border-bottom: 25px solid #fff;
  border-top: 10px solid #fff;
}
.right-block-small {
  background-image: url('../raffi/img/repeating_seafoam_bg.jpg');
  background-size: initial;
  background-color: #EAEFEF;
  border-bottom: 25px solid #fff;
  border-top: 10px solid #fff;
  border-left: 10px solid #fff;
}
.align-center {
  justify-content: center;
  align-items: center;
  padding: 55px;
}
.image-side img {
  width: 80%;

}

/* ---------------------
 * ----- BANNER ----- *
 ----------------------*/
 .hero-image {
   height: 435px;
   width: 100%;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
 }
 .title-banner {
   text-align: center;
   background: #00909A;
   box-shadow: 0 3px 16px rgba(0,0,0,0.16), 0 3px 13px rgba(0,0,0,0.23);
   position: relative;
   z-index: 2;
 }
.banner-overlay {
  height: 435px;
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0,0,0,0.1);
}
 /* ---------------------
  * ----- LEFT TITLE BLOCK ----- *
  ----------------------*/
  .left-title {
    margin: 0 auto;
    position: relative;
    display: block;

  }
  .left-title div p {
    font-size: 26px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 1em;
  }
  .left-title h4 {
    margin-bottom: 1em;
  }

  .page-id-233 > .left-title + .left-child {
    padding-top: 0px;
  }

  /* ---------------------
   * ----- 123 BLOCK ----- *
   ----------------------*/
.thirds-block {
 margin: 0 auto;
 position: relative;
 display: block;
}
.thirds-block ol {
list-style: none;
counter-reset: my-awesome-counter;
margin: 0;
padding-inline-start: 0px;
margin-block-start: -2em;
}
.thirds-block ol li {
counter-increment: my-awesome-counter;
}
.thirds-block ol li::before {
 content: " " counter(my-awesome-counter);
 /* width: 100px;
 height: 10px; */
 /* background: #E0DED8; */
 display: block;
 font-size: 95px;
 color: #00909A;
 font-weight: 800;
}
.thirds-block ol li::after {
 content: "";
 width: 100px;
 height: 10px;
 background: #E0DED8;
 display: block;
 position: absolute;
 top: 140px;
}
   /* ---------------------
      * ----- IMAGE PULL QUOTE ----- *
    ----------------------*/
.pull-quote-wrap {
 align-items: center;
 display: flex;
}
.pull-quote-wrap {
  height: 545px;
}
.image-left {
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
 max-height: 545px;
 height: 100%;
}
.quote-right{
  height: 100%;
  text-align: center;
  background: rgba(244,243,240,1);
  background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(244,243,240,1) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 7%;
}
.quote-right-p::before {
  content: "";
  display: block;
  width: 100px;
  height: 10px;
  background: #00909A;
  margin: 0 auto;
  margin-bottom: 25px;
}
.quote-right p{
  font-style: italic;
  font-size: 28px;
  line-height: 1.4;
  width: 75%;
  margin: 0 auto;
  font-family: 'Georgia', serif;
}
.quote-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
 /* ---------------------
    * ----- PLAIN TEXT ----- *
  ----------------------*/
  .plain-text {
    margin: 0 auto;
    position: relative;
    display: block;
  }

/* ---------------------
 * ----- NEWS & RESOURCE LOOPS ----- *
 ----------------------*/
.news-loop {
  margin: 0 auto;
  display: block;
  position: relative;
}
.resources-loop {

  background-image: url('../raffi/img/repeating_beige_bg.jpg');
  background-size: initial;
}
.inside-resources {
  margin: 0 auto;
  display: block;
  position: relative;
}
.news-item {
  padding: 20px;
}
.news-item img {
  margin-bottom: 15px;
}
.news-item a {
  font-weight: 800;
  font-size: 20px;
  line-height: 1.1;
}
.news-item p {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: .7em;
}
.news-item .burgundy a {
  font-size: 18px;
}
.raffi-writing-loop {
  margin:0 auto;
  display: block;
  position: relative;
}
.raffi-item h4 {
	font-size:24px;
}
/* ---------------------
 * ----- IMAGE LEFT CONTENT RIGHT ----- *
 ----------------------*/
.image-left-content-right-wrap {
  background-image: url('../raffi/img/repeating_seafoam_bg.jpg');
  background-size: initial;
  background-color: #EAEFEF;

}

.image-left-wrap {
  justify-content: space-around;

}
.image-left-2 {
  text-align: right;
  padding-right: 30px;

}
.image-left-2 img {
  max-width: 90%;
}
.video-a-wrap {
  width: auto;
  height: 100%;
  display: block;
  text-align: right;
}
.video-a-wrap img {

}
.page-id-236 .image-left-content-right-wrap {
 background:none;

}
/* ---------------------
 * ----- ACCORDION CONTENT ----- *
 ----------------------*/
.accordion-wrap {
  margin: 0 auto;
  display: block;
  position: relative;
}
.accordion-wrap h5 {
  color: #363636;
  margin-bottom: 25px;
  /* background: #F3F2EF; */
}
.accordion-wrap h5::before {
  content: "";
  width: 100%;
  height: 10px;
  display: block;
  background: #e2dfd8;
  margin-bottom: 10px;
}
.accordion-wrap .content-side {
  padding-left: 25px;
}
.page-id-401 .accordion-wrap .content-side {
  padding-left: 0px;
}
.accordion-wrap .pure-g {
  margin-bottom: 30px;
}
.page-id-412 .accordion-wrap .pure-g {
  margin-bottom: 0px;
}

/* ---------------------
 * ----- LOGO BLOCK ----- *
 ----------------------*/
 .logo-wrap {
   margin: 0 auto;
   position: relative;
   display: block;
 }
 .image-wrap {
   background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(244,243,240,1) 100%);
   /* margin: 0px 20px; */
  text-align: center;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 15px solid #fff;
 }
 .image-wrap img {
   max-height: 85%;
   max-width: 80%;
   width: 80%;
 }
.image-side {

text-align: center;
 }
 /* .page-id-328 .image-side-2 {
   background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(244,243,240,1) 100%);
    text-align: center;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
 } */
 .page-id-328 .image-wrap {
   border: 20px solid #fff;
   border-top: none;
 }
/* ---------------------
 * ----- SIDEBAR WIDGET STYLING ----- *
 ----------------------*/
/* breadcrumbs */
.breadcrumbs-wrap {
  margin: 0 auto;
  position: relative;
  display: block;
  padding-top: 15px;
}
.breadcrumbs {
   letter-spacing: normal;
 }
.breadcrumbs a {
  display: inline-block;
  font-size: 16px;
  font-style: italic;
}
.breadcrumbs p {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  font-style: italic;
}
.user-breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 25px;
}
.user-breadcrumbs p {
  margin: 0;
  font-size: 18px;
}
/* Sidebar Menu Style ------------- */
.side-menu-wrap, .side-menu-wrap-interior {
  background-image: url('../raffi/img/repeating_beige_bg.jpg');
  background-size: initial;
  background-color: #F3F2EF;
  position: relative;
  z-index: 1;
  padding: 40px;
  margin-bottom: 40px;
}
.side-menu-wrap h5, .side-menu-wrap-interior h5 {
  font-size: 16px;
  color: #666;
}
.side-menu-wrap h5::after, .side-menu-wrap-interior h5:after {
  content: "";
  display: block;
  width: 100px;
  height: 10px;
  background: #e2dfd8;
}
.side-menu-wrap ul, .side-menu-wrap-interior ul {
  margin: 0;
  margin-top: 15px;
}
.side-menu-wrap ul li, .side-menu-wrap-interior ul li{
  list-style: none;
  margin: 0;
}
.side-menu-wrap ul li a, .side-menu-wrap-interior ul li a{
  text-transform: uppercase;
  color: ;
  font-size: 16px;
  font-weight: 800;
}
.side-menu-wrap ul .current_page_item a, .side-menu-wrap-interior ul .current_page_item a {
  color: #00909A;
}
.side-menu-wrap ul .current_page_item::before, .side-menu-wrap-interior ul .current_page_item::before {
  content: "";
  display: block;
  background: url('../raffi/img/small_arrow.svg');
  height: 15px;
  width: auto;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 20px;
  right: 0;
  margin-top: 5px;
}
.side-menu-wrap ul .sub-menu, .side-menu-wrap-interior ul .sub-menu {
  margin: 0;
  }
.side-menu-wrap ul .sub-menu li a, .side-menu-wrap-interior ul .sub-menu li a {
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color:#9C243B;
}
.sub-menu .current_page_item a {
  color: #00909A !important;
}
.sub-menu {
  z-index: 200;
}
.side-menu-wrap-interior {
  position: absolute;
  right:0px;
  display: block;
}
  /* Sidebar Course CTA ------------- */
.side-course-wrap {
  background-image: url('../raffi/img/repeating_seafoam_bg.jpg');
  background-size: initial;
  background-color: #EAEFEF;
  border-top: 10px solid #d1dcdc;
  margin-bottom: 40px;
}
.chcourse-sidebar {
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.chcourse-sidebar img {
  margin: 15px 0px;
}
.chcourse-sidebar p {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.27;
  margin-bottom: 0.75em;
  width: 100%;
}
/* Sidebar Book CTA ------------- */
.side-book-wrap {
  background-image: url('../raffi/img/repeating_beige_bg.jpg');
  background-size: initial;
  background-color: #F3F2EF;
  border-top: 10px solid #e2dfd8;
  margin-bottom: 40px;
}
.chbook-sidebar {
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  text-align: center;

}
/* .chbook-sidebar .sidebar-quote::before {
  content: "";
  display: block;
  background: url('../raffi/img/quote.png');
  background-size: contain;
  background-repeat: no-repeat;
  height: 15px;
  width: 20px;
  margin: 0 auto;
  padding: 15px 0px;
} */
.chbook-sidebar .sidebar-quote {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.27;
  font-style: italic;
  padding: 10px 0px;
  width: 100%;
}
.chbook-sidebar p {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.27;
  margin-bottom: 0.75em;
}
.chbook-sidebar .rounded-button-small {
  font-size: 16px;
  margin-bottom: 10px;
}
/* Sidebar Covenant CTA ------------ */
.side-covenant-wrap {
  background-image: url('../raffi/img/repeating_seafoam_bg.jpg');
  background-size: initial;
  background-color: #EAEFEF;
  border-top: 10px solid #d1dcdc;
  margin-bottom: 40px;
}
.chcovenant-sidebar {
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.chcovenant-sidebar img {
  margin: 20px 0px;
}
.chcovenant-sidebar p {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.27;
  margin-bottom: 0.75em;
  width: 100%;
}
/* ---------------------
   * ----- EMAIL MODAL ----- *
 ----------------------*/
.email-modal {
  position: fixed;
  z-index: 104;
  display: none;
  background: url('../raffi/img/repeating_beige_bg.jpg');
  background-size: initial;
  width: 55%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  border-top: solid 10px #00909a;
  padding:40px 80px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.16), 0 6px 13px rgba(0,0,0,0.23);
  text-align: center;
}
.email-modal h3 {
  background: url('../raffi/img/banner-back.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 20px;
}
.email-modal .gfield_label {
  display: none !important;
  padding-left: 10px;
}
.the-pledge-wrap .gfield_label {
  display: block !important;
  text-transform: uppercase;
  padding-left: 15px;
}
.name_first label {
  display: none !important;
}
.email-modal p {
  margin-bottom: 1em;
}
.ginput_container input {
  height: 45px;
}
.gform_footer {
  text-align: center;
}
.close-modal {
  background: url('../raffi/img/close.png');
  height: 20px;
  width: 20px;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 10px;
}
.modal-overlay {
  position: fixed;
  z-index: 103;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.43);
  display: none;
}
.show-modal, .show-overlay {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
  display: block;
}
/* ---------------------
 * ----- The Pledge ----- *
 ----------------------*/

.the-pledge-wrap {
  background-image: url('../raffi/img/repeating_beige_bg.jpg');
  background-size: initial;
  background-color: #F3F2EF;
  text-align: center;
  border-bottom: solid 10px #fff;
}
.the-pledge-wrap hr {
  height: 10px;
  background: #fff;
}
.recent-pledges-wrap {
  text-align: center;
}
.padding-right {
  padding-right:20px;
}
.padding-left {
  padding-left: 20px;
}
.the-pledge-wrap .gform_footer {
  text-align: right;
}
.the-pledge-wrap .gfield_description {

  padding: 0px !important;
}
.the-pledge-wrap .gform_wrapper .gform_footer {
  position: absolute;
  top: 7px;
  width: auto;
  right: 0;
}
#field_4_3 {
  margin-top: -7px;
}
.gform_wrapper .gform_body {
  position: relative;
}
.recent-pledges-wrap {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 20px #fff solid;
  border-bottom: 10px #fff solid;
}
.pledge {
  background: #fff;
  border-radius: 20px;
  padding: 25px 0px;
  margin: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pledge img {
  margin-bottom: 1em;
}
.pledge h5 {
  font-size: 20px;
}
.gform_confirmation_message_4 p {
  margin-bottom: 0px;

}
.gform_confirmation_message_4 .swp_social_panel:not(.nc_floater):not(.swp_social_panelSide) {
  margin: 0 auto;
}

/* ---------------------
 * ----- THE Covenant ----- *
 ----------------------*/

 .covenant-wrap {
   background-image: url('../raffi/img/repeating_beige_bg.jpg');
   background-size: initial;
   background-color: #F3F2EF;
   margin-bottom: 10px;
 }
 .covenant-wrap .center-me {
   margin: 0 auto;
   display: block;
   position: relative;
 }
 .dropcap {
   font-size: 30px;
   font-weight: 800;
   color: #00909A;
 }
 .principles {
   border-top: 10px #fff solid;
   padding: 20px 0px;
   margin-top: 10px;
 }
 .principle-text {
   padding-left: 20px;
 }
 .principle-text h3 {
   padding-bottom: 20px;
 }
.principles img {
  padding-bottom: 25px;
}
.page-id-430 .plain-text h4 {
  font-size: 24px;
}

#popmake-7545,
#popmake-8051 {
  padding: 40px;
}
#popmake-7545 blockquote,
#popmake-8051 blockquote {
  font-style: normal;
  font-family: 'Catamaran';
}
#popmake-7545 blockquote::before,
#popmake-8051 blockquote::before {
  display: none;
}
#popmake-7545 blockquote p:first-child::before,
#popmake-8051 blockquote p:first-child::before {
  content: "“";
  color: #00909A;
  font-size: 48px;
  line-height: 30px;
  font-weight: 600;
  vertical-align: bottom;
  margin: 0 5px;
}
#popmake-7545 blockquote p:last-child::after,
#popmake-8051 blockquote p:last-child::after {
  content: "”";
  color: #00909A;
  font-size: 48px;
  line-height: 30px;
  font-weight: 600;
  vertical-align: bottom;
  margin: 0 5px;
}
#popmake-7545 blockquote p:last-child,
#popmake-8051 blockquote p:last-child {
  margin-bottom: 0;
}
.covenant-endorsement-sharing .swp_social_panel,
#popmake-7545 .swp_social_panel,
#popmake-8051 .swp_social_panel {
  justify-content: center;
  height: auto;
}
.endorsement-cta-wrap {
  margin-top: 40px;
  margin-bottom: 0;
}
.endorsement-cta-wrap .pure-u-md-5-8 {
  padding: 0;
  margin: 0 auto;
}
.endorsement-cta-wrap .twitter-share-message {
  width: 90%;
  max-width: 560px;
  margin: 0 auto 25px;
  font-size: 22px;
}
.endorsement-cta-wrap .twitter-share-message .twitter-quote-marks {
  color: #00909A;
  font-size: 48px;
  line-height: 30px;
  font-weight: 600;
  vertical-align: bottom;
  margin: 0 5px;
}
.endorsement-cta-wrap .covenant-endorsement-sharing h4 {
  font-size: 20px;
  font-weight: 700;
}
.covenant-endorsement-sharing .swp_social_panel .iconFiller,
.covenant-endorsement-sharing .swp_social_panel .iconFiller .spaceManWilly,
#popmake-7545 .swp_social_panel .iconFiller,
#popmake-7545 .swp_social_panel .iconFiller .spaceManWilly,
#popmake-8051 .swp_social_panel .iconFiller,
#popmake-8051 .swp_social_panel .iconFiller .spaceManWilly {
  width: 100px !important;
}
.covenant-endorsement-sharing .swp_social_panel.swp_default_custom_color .nc_tweetContainer,
#popmake-7545 .swp_social_panel.swp_default_custom_color .nc_tweetContainer,
#popmake-8051 .swp_social_panel.swp_default_custom_color .nc_tweetContainer {
  background-color: #00909A;
  border-radius: 10px;
  max-width: 180px !important;
  padding: 0 10px;
  margin-bottom: 10px;
  flex-basis: 30% !important;
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
}
#popmake-7545 .swp_social_panel.swp_default_custom_color .nc_tweetContainer:hover,
#popmake-8051 .swp_social_panel.swp_default_custom_color .nc_tweetContainer:hover {
  background-color: #00909A99 !important;
  border-color: #00909A99 !important;
}
.covenant-endorsement-sharing .nc_tweet i.sw,
#popmake-7545 .nc_tweet i.sw,
#popmake-8051 .nc_tweet i.sw {
  font-size: 24px;
  width: 24px;
  margin-right: 5px;
}
.covenant-endorsement-sharing .nc_tweet .swp_count,
#popmake-7545 .nc_tweet .swp_count,
#popmake-8051 .nc_tweet .swp_count {
  border:0;
  height: 30px;
  color: #FFFFFF;
  position: relative;
}
.covenant-endorsement-sharing .nc_tweet .swp_count.swp_hide,
#popmake-7545 .nc_tweet .swp_count.swp_hide,
#popmake-8051 .nc_tweet .swp_count.swp_hide {
  color: #FFFFFF;
  text-align: center;
}
.covenant-endorsement-sharing .nc_tweet .swp_share,
.covenant-endorsement-sharing .nc_tweet .swp_count:not(.swp_hide),
#popmake-7545 .nc_tweet .swp_share,
#popmake-7545 .nc_tweet .swp_count:not(.swp_hide),
#popmake-8051 .nc_tweet .swp_share,
#popmake-8051 .nc_tweet .swp_count:not(.swp_hide) {
  height: 20px;
  margin: 5px 0 !important;
  line-height: 22px !important;
  font-size: 18px;
  font-weight: 800;
}
.covenant-endorsement-sharing .nc_tweet .swp_count:not(.swp_hide),
#popmake-7545 .nc_tweet .swp_count:not(.swp_hide),
#popmake-8051 .nc_tweet .swp_count:not(.swp_hide) {
  border-left: 2px solid #FBB636;
}
.covenant-endorsement-sharing .nc_tweet .spaceManWilly,
#popmake-7545 .nc_tweet .spaceManWilly,
#popmake-8051 .nc_tweet .spaceManWilly {
  display: flex;
}
.covenant-endorsement-sharing .nc_tweet .sw,
#popmake-7545 .nc_tweet .sw,
#popmake-8051 .nc_tweet .sw {
  margin: 0 0 0 auto;
}
.covenant-endorsement-sharing .nc_tweet .swp_share,
#popmake-7545 .nc_tweet .swp_share,
#popmake-8051 .nc_tweet .swp_share {
  margin: 5px auto 5px 0 !important;
}

html body .covenant-endorsement-sharing .swp_social_panel.swp_individual_custom_color .nc_tweetContainer:not(.total_shares):hover {
  background-color: #00909A99 !important;
  border-color: #00909A99 !important;
}

@media screen and (max-width: 960px) {
  .covenant-endorsement-sharing .swp_social_panel.swp_default_custom_color .nc_tweetContainer,
  #popmake-7545 .swp_social_panel.swp_default_custom_color .nc_tweetContainer,
  #popmake-8051 .swp_social_panel.swp_default_custom_color .nc_tweetContainer {
    flex-basis: 45% !important;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
  }
}
@media screen and (max-width: 568px) {
  .covenant-endorsement-sharing .swp_social_panel,
  #popmake-7545 .swp_social_panel,
  #popmake-8051 .swp_social_panel {
    flex-direction: column;
    height: auto;
    align-items: center;
    margin: 0 auto !important;
  }
  .swp_social_panel .nc_tweetContainer:not(.total_shares):not(.total_sharesalt) {
      margin-bottom: 10px;
  }
  .endorsement-cta-wrap .twitter-share-message {
      width: 90%;
      font-size: 18px;
  }
  .endorsement-cta-wrap .pure-u-md-5-8 {
      padding: 30px 20px 20px;
  }
  .endorsement-cta-wrap.padding-top-bottom {
      padding-bottom: 0 !important;
  }
}

.endorse-covenant-cta-div {
  margin-top: 25px;
  text-align: center;
}
.endorse-covenant-cta-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #00909a;
  border: solid 1px #00909a;
  color: #ffffff;
  border-radius: 5px;
  transition: background-color 300ms;
}
.endorse-covenant-cta-button:hover {
  color: #ffffff;
  background-color: #00909a99;
}
.endorse-button {
  display: inline-block;
  background-color: #00909A;
  transition: background-color 300ms;
  border-radius: 10px;
  padding: 5px 20px;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 20px;
  font-size: 24px;
  padding: 15px 40px;
  margin-top: 0;
}
.endorse-button:hover {
  background-color: #00909a99;
}

/* ---------------------
 * ----- Songs page ----- *
 ----------------------*/
 .songs-wrap {
   background-image: url('../raffi/img/repeating_seafoam_bg.jpg');
   background-size: initial;
   background-color: #EAEFEF;
   margin-top: 50px;
   border-bottom: 20px #fff solid;
 }
.songs-wrap .center-me {
  margin: 0 auto;
  position: relative;
  display: block;
}
.song-item-wrap {
  flex-wrap: wrap;
}
.song-item {
  margin-top: 20px;
  border-top: 10px #fff solid;
  padding-top: 20px;
  align-items: center;

}
.song-text {
  padding-left: 25px;
}
.song-text p {
  margin-bottom: .3em;
  font-size: 20px;
}
.itunes-link {
  display:inline-block;
  overflow:hidden;
  background:url('../raffi/img/US_UK_iTunes_Store_Get_Solid_Lockup_RGB_blk_012618.svg') no-repeat;
  width:125px;
  height:30px;
  float: right;
}
.lyrics {
  font-size: 16px;
}
.lyrics:hover {
  color: #00909A;
}
.songs-wrap .swp_social_panel {
  width: 50% !important;
}
.swp_social_panel:not(.nc_floater):not(.swp_social_panelSide) {
  width: 50% !important;
}
.mejs-container {
  width: 83% !important;
  margin-top: 15px;
}
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
  background: #9C243B !important;
  border-radius: 15px;
}
.album-wrap {
  margin: 0 auto;
  display: block;
  border-top: solid 10px #e2dfd8;
  padding-top: 35px;
  padding-bottom: 60px;
  margin-top: 30px;
}
.album-wrap h5 {
  margin-bottom: 15px;
  font-size: 30px;
}
.soundcloud {
  padding-left: 30px;
}
.upper-album p {
  display: flex;
  align-items:center;
  flex-wrap: wrap;
}
/* ---------------------
 * ----- SINGLE POST PAGE ----- *
 ----------------------*/

.kb-article {
  position: relative;
  margin: 0 auto;
  display: block;
}
.featured-image-wrap img {
  width: 100%;
}
.featured-image-wrap {
  margin: 0 auto;
  display: block;
  position: relative;
}

/* CONTACT PAGE */
.page-id-249 .plain-text {
  padding: 0px;
}
.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
  padding-left: 15px;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])
 {
   padding-left: 15px !important;
 }
#label_2_9_1 {
  padding-left: 15px;
}
.gform_wrapper ul li:before {
  display: none;
}
/*--------------------
 * ----- LEARNDASH ----- *
 ----------------------*/
 #comments, #learndash_course_status {
   display: none;
 }
.ld-alert-certificate, .ld-profile-avatar {
  display: none;
}
.learndash-wrapper .ld-profile-summary .ld-profile-card, .learndash-wrapper .ld-profile-summary {
  margin: 0;
}

.learndash-wrapper .ld-section-heading h3 {
    font-size: 30px;
    margin: 0;
    padding-left: 20px;
    padding-bottom: 0px;
}

.learndash-wrapper .ld-expand-button .ld-text {
  font-size: 16px;
}

.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt {
  font-size: 20px;
  padding-right: 20px;
}
.ld-section-heading {
  padding-bottom: 20px;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
  padding: 17px 25px;
}
.ld-course-title {
  font-size: 20px;
}
.learndash-wrapper #ld-profile .ld-item-list-item-preview .ld-status {
  font-size: 14px;
    padding: 8px 10px;5p
}
.learndash-wrapper .ld-expand-button.ld-compact {
  width: auto;
    height: 30px;
    flex-basis: 30px;
}
.ld-closer, .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button {
  font-size: 1em;
}
.learndash-wrapper .ld-tabs, .learndash-wrapper .ld-item-list {
  width: 87.5%;
  margin: 0 auto;
  padding-top: 50px;
}
.learndash-wrapper .ld-item-list {
  padding: 20px 0px 50px 0px;
}
.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments {
  font-size: 1em;
}
.learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-complete {
  font-size: .85em;
    padding: 8px 15px;
}
.ld-focus-main .learndash-wrapper .ld-tabs {
  width: 100%;
}
.learndash-wrapper .ld-content-actions>a {
  font-size: 1em;
}
.learndash-wrapper .ld-button .ld-text {
  font-size: 16px;
  line-height: 1.5;
}
.learndash-wrapper .ld-content-actions {
  padding: 4em 0 2em 0;
}
.learndash-wrapper .ld-course-status.ld-course-status-enrolled {
  padding: 1em;

}
.learndash-wrapper .ld-course-status .ld-status.ld-status-progress {
  font-size: 14px;
}
.ld-item-title {
  font-size: 20px;
}
.learndash_post_sfwd-lessons {
  padding-top: 25px;
}

.ld-course-navigation-list {
  font-size: 18px;
}

.ld-course-navigation-heading {
  font-size: 20px;
}
.learndash-wrapper .ld-content-actions>a {
  font-size: 18px;
    color: #00909a !important;
    line-height: 1;
}

.quiz_continue_link {
  display: none !important;
}

.wpProQuiz_content h2 {
  display: none;
}
.wpProQuiz_button {
  font-size: 1em;
}


.wpProQuiz_button {
  font-size: 14px !important;
}

.header-main-layout-1 .ast-flex.main-header-container, .header-main-layout-3 .ast-flex.main-header-container {
  align-items: flex-end;
}
 header.entry-header {
   border: 0px;
 }
 .center-me {
   position: relative;
   margin: 0 auto;
   display: block;
 }

.thumbnail.course .price, .ld_course_grid_price.ribbon-enrolled {
display: none;
}
.ld_course_grid {
  font-family: 'Catamaran', sans-serif !important;
}
.ld-course-list-items.row {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.ld_course_grid.col-sm-4.col-md-3 {
    width: 23%;
    background-image: url('../raffi/img/repeating_beige_bg.jpg');
    background-size: initial;
    background-color: #F3F2EF;
    margin-bottom: 20px;
    /* box-shadow: 0 1px 8px rgba(0,0,0,0.11), 0 1px 7px rgba(0,0,0,0.15); */
    text-align: center;
    border-top: 7px solid #00909A;
}
.ld_course_grid .caption {
  padding: 10px;
  text-align: center;
}
.ld_course_grid h3 {
  font-weight: 800;
  font-size: 20px !important;
  line-height: 1.1;
  padding-bottom: 10px;
  color: #9C243B;
}
 .ld_course_grid p {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: .7em;
  padding-bottom: 10px;
 }
 .ld_course_grid img {
   max-width: 77%;
   padding-top: 20px;
 }
.next-link, .prev-link {
  text-transform: uppercase;
  font-size: 18px !important;
  font-family: 'Catamaran', sans-serif;
  font-weight: 800;
}
.learn-sidebar{
  background-image: url('../raffi/img/repeating_beige_bg.jpg');
  background-size: initial;
  background-color: #F3F2EF;
  position: relative;
  z-index: 1;
  padding: 40px;
  margin-bottom: 40px;
  border-top: 10px solid #e2dfd8;
}
.learn-sidebar h5 {
  font-size: 18px;
  color: #666;
}
.learn-sidebar .widget-title {
  font-size: 18px;
  color: #666 !important;
  font-family: 'Catamaran', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
.learndash_content ul li, .learndash_content ol li {
  font-size: 17px !important;
}
.learndash_content .banner-button-no {
  margin-left: -50%;

}
.learndash_content blockquote p {
  font-size: 24px;
}
.learndash_content h4 {
  font-size: 24px !important;
}
.learndash_course_points_user_message {
  display: none;
}

.learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back {
  color:#00909A !important;
  font-size: 1em;
  /*margin: 0 15%;*/
}
.page-id-4657 .entry-header {
  width: 100%;
  padding: 0;
  margin-bottom: 30px !important;
}

.page-id-4657 .entry-title {
  text-align: center;
    background: #00909A;
    box-shadow: 0 3px 16px rgba(0,0,0,0.16), 0 3px 13px rgba(0,0,0,0.23);
    position: relative;
    z-index: 2;
    width: 100%;
    color: #fff;
    padding: 25px 0px;
    font-family: 'Catamaran', sans-serif;
    font-size: 45px;
    font-weight: 700;
}

.page-id-4657 #mepr-account-nav, .page-id-4657 #mepr_account_form, .page-id-4657 .mepr-account-change-password {
  display: none !important;
}

/* REGISTRATION PAGE */
.mp_wrapper label, .mp_wrapper .mp-row {
  font-size: 18px !important;
}
.mepr_price {
  display: none;
}
.memberpressproduct {
  width: 75%;
  margin: 0 auto;
}
.mp_wrapper form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mp_wrapper .mp-form-row {
  width: 48% !important;
}
.post-1217 p {
  margin-bottom: .6em;
}

.post-1217 .swp_social_panel:not(.nc_floater):not(.swp_social_panelSide) {
  margin: 0 auto;
}
form#sfwd-mark-complete input#learndash_mark_complete_button[disabled] {
  color: #fff !important;
  padding: 5px 30px;
  font-size: 20px;
line-height: 1.5;

}
.graded-disclaimer {
  display: none;
}
.certs ul {
  margin-left: 0;
  margin-top: 15px;
  display: flex;
  flex-direction: column-reverse;
}
.certs ul li {
  display: flex;
  list-style-type: none;
  padding: 5px 0px;
  margin: 0;
}
.certs ul li::before {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url('https://raffifoundation.org/wp-content/uploads/2019/02/star2.png');
  background-size: contain;
  margin-right: 10px;
}
.certs ul li a {
  font-size: 16px;
  color: #00909A;
  text-transform: uppercase;
  cursor: default;
  font-weight: 800;
}
.blue-bckg {
  background-image: url('../raffi/img/repeating_seafoam_bg.jpg');
  background-size: initial;
  background-color: #EAEFEF;
  border-top: 10px solid #d1dcdc;
  margin-bottom: 40px;
}
.learndash_profile_quizzes, .learndash_course_certificate {
  display: none !important;
}
.wpProQuiz_results .wpProQuiz_header {
  display: none;
}
.sfwd-essays {
  padding: 6% 20%;
}

.wpProQuiz_certificate {
  display: none !important;
}
.wpProQuiz_header {
  display: none !important
}

.module-nav-bar {
  display: flex;
  align-content: space-between;
  margin: 50px 0 80px;
}
.module-nav-bar .module-nav-prev,
.module-nav-bar .module-nav-next {
  flex-grow: 1;
}
.module-nav-bar .module-nav-prev a,
.module-nav-bar .module-nav-next a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #00909a;
  color: #ffffff;
  border-radius: 5px;
  transition: background-color 300ms;
}
.module-nav-bar .module-nav-prev a {
  margin-right: 10px;
}
.module-nav-bar .module-nav-next a {
  margin-left: 10px;
}
.module-nav-bar .module-nav-prev a:hover,
.module-nav-bar .module-nav-next a:hover {
  background-color: #00909aaa;
}
.module-nav-bar .module-nav-next {
  text-align: right;
}


/*--------------------
 * ----- FOOTER ----- *
 ----------------------*/

.footer-raffi {
  background: #00909A;
  width: 100%;
}
.footer-wrap {
  margin: 0 auto;
  display: flex;

}
.footer-details {
  font-size: 16px;
  color: #fefefe;
}
#media_image-2 img {
  width: 100%;
}
.ast-container {
max-width: 100%;
padding-left: 40px;
padding-right: 40px;
}
.ast-footer-overlay {
  padding-top: 0 !important;
  padding-bottom: 15px !important;
}
.ast-small-footer-section-1 {
  text-align: left;
}
#custom_html-2 img {
  width: 18%;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
#custom_html-2 img:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
footer .gform_footer {
  text-align: left;
}
.widget-title {
  margin-bottom: 0;
}
#gform_wrapper_3 {
  margin: 0;
  margin-top: -25px;
}
.the-pledge-wrap .swp_social_panel:not(.nc_floater):not(.swp_social_panelSide) {
	width:100% !important;
}
/*--------------------
 * ----- MEDIA QUERIES ----- *
 ----------------------*/
@media screen and (max-width: 1136px) {
  .pledge-wrap .banner-button {
    background: url('../raffi/img/banner-back-tall.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .pledge-wrap .banner-button:hover {
    background: url('../raffi/img/banner-back-tallb.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
	.the-pledge-wrap .gform_wrapper .gform_footer {
		position: relative;
		top: 0;
		text-align:left;
	}
}
/* grids lg */
@media screen and (max-width: 1024px) {

  .pledge-wrap .banner-button {
    background: url('../raffi/img/banner-back.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .pledge-wrap .banner-button:hover {
    background: url('../raffi/img/banner-back-b.svg');
  }
.the-pledge-wrap	.thirds-block ol li {
    text-align:center;
	padding: 0px 10px;
}
.the-pledge-wrap .thirds-block ol {
		justify-content:center;
	}
	.the-pledge-wrap .left-text img {
		text-align:center;
		margin-right:0;
		float:none;
	}
	.list-pledge {
		text-align:left;
	}
  .padding-top {
    padding-top: 50px;
  }
  .padding-top-bottom {
    padding-top: 50px;
    padding-bottom: 50px;
  }
#primary-menu .current-menu-item::after, #primary-menu .current-page-parent::after {
    display: none;
  }
  /* Homepage */
  .slider-title {
    font-size: 55px;
  }
  .sidebar {
    display: none;
  }
  .learndash .sidebar {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row-reverse;
  }
  .certs {
    display: none;
  }
  .main-content-sidebar {
    position: relative;
    margin: 0 auto;
  }
  .image-left-2 {
    text-align: center;
    margin: 20px 0px;
  }
  .image-left-2 img {
    max-width: 100%;
  }
  .image-left-2 a {
    text-align: center;
  }
  .image-left-content-right-wrap .center-me {
    margin: 0 auto;
    position: relative;
    display: block;
  }
  .hide-md {
    display: none;
  }
  .details-top {
    padding-left: 25px;
    padding-right: 25px;
  }
  .about-wrap, .left-block-large {
    border-right: 0px;
  }
  .pledge-wrap, .right-block-large {
    border-left: 0px;
    border-top: 0px;
  }


  /* BANNER */
  .hero-image, .banner-overlay {
    height: 350px;
  }


  .course-item {
    background-image: none;
  }
  .pull-quote-wrap {
    height: auto;

  }
  .image-left {
    height: 350px;
  }
  .quote-right {
    height: fit-content;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .preview-item:last-child {
    margin: 0 auto;
  }
  .song-text {
    padding-top: 25px
  }
  .mejs-container {
    max-width: 90% !important;
    margin-left: 25px;
    margin-top: 20px;
  }
  .pledges-wrap:last-child {
    display: none;
  }
  .thirds-block p {
    font-size: 18px;
  }

  .ld_course_grid.col-sm-4.col-md-3 {
    width: 31%;
}
.kb-prev, .kb-next {
  margin-top: 20%;
}
.kb-next {
  right:13%;
}

}
@media screen and (max-width: 890px) {
  .image-side {
    display: none;
  }
  .align-center {
    padding: 0px;
    padding-top: 1.3em;
  }
  .link-side {
    padding: 25px;
  }


}
/* grids md */
@media screen and (max-width: 768px) {

  .image-side-2 {
    display: none;
  }
  .padding-top-bottom-small {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .padding-top-medium {
    padding-top: 20px;
  }
  .pure-u-3-4 {
    padding: 4%;
    width: 100%;
  }
  /* Homepage */
  .slider-title {
    font-size: 40px;
  }
  .kb-prev, .kb-next {
    margin-top: 20%;
  }
  .about-wrap, .left-block-large {
    border-right: 0px;
  }
  .pledge-wrap, .right-block-large {
    border-left: 0px;
    border-top: 0px;
  }
  .kb-prev {
    left: 5%;
  }
  .kb-next {
    right:5%;
  }
  .pledge-image {
    padding-bottom: 20px;
    width: 70%;
  }
  .details-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }

  .left-title div p {
    font-size: 22px;
  }

  .left-block-small {
    border-right: 0px;
    border-bottom: 10px #fff solid;
  }
  .right-block-small {
    border-left: 0px;
  }
  .align-center {
    padding-right: 25px;
    padding-left: 25px;
  }

  /* SIDEBAR */
  .side-menu-wrap-interior{
    display: none;
  }
  /* BANNER */
  .hero-image, .banner-overlay {
    height: 250px;
  }
  h2 {
    font-size: 34px;
  }
  h1 {
    font-size: 40px;
  }
  .plain-text {
    margin: 0 auto;
    position: relative;
    display: block;
  }

  .quote-right p {
    font-size: 24px;
  }
  .ast-col-sm-12 {
    width: 50%;
  }
  .image-left-2 {
    padding: 0px;
  }
  blockquote p {
    font-size: 30px;
  }
  .pledges-wrap {
    margin-bottom: 25px;
  }
  .thirds-block ol li {
    text-align: center;
  }
    .thirds-block ol li:last-child {
      margin: 0 auto
    }
    .thirds-block ol li::before {
      font-size: 75px;
      line-height: 1.5;
      background-image:url('../raffi/img/borderline.png');
      background-position: bottom;
      background-size: initial;
      background-repeat: no-repeat;
    }
    .thirds-block ol li::after {
      display: none;
    }
      .thirds-block ol li p {
        margin-top: 20px;
      }

      .ld_course_grid.col-sm-4.col-md-3 {
        width: 46%;
    }
    .page-id-328 .image-side-2 {
      margin: 20px;
    }
    .soundcloud {
      padding-left: 0px;
      margin-top: 20px;
    }
    .memberpressproduct {
      width: 100%;
    }
    .mp_wrapper .mp-form-row {
      width: 100% !important;
    }
}
/* grids > 568 */
@media screen and (max-width: 568px) {

  /* TYPOGRAPHY */

  p {
    font-size: 18px;
  }
  ul {
    margin: 10px 0px;
  }
  .plain-text ul li, .kb-article ul li, .the-pledge-wrap ul li {
    line-height: 1.7;
    font-size: 16px;
  }

  .rounded-button {
    font-size: 20px;
  }
  .rounded-button:hover {
    font-size: 20px;
  }
  .banner-button, .banner-button-no {
    font-size: 18px;
    padding: 5px 20px;
  }
  .banner-button i {
    font-size: 25px;
  }
  .fa-caret-right, .fa-caret-down {
    padding-left: 6px;
  }

  .banner-button:hover {
    font-size: 18px;
    padding: 5px 20px;
  }
  h3 {
    font-size: 30px;
    line-height: 1.3;
    padding-bottom: 20px;
  }

  .details-top p, .details-bottom p {
    font-size: 20px;
  }

  h5 {
    font-size: 22px;
  }

  h4 {
    font-size: 26px;
    line-height: 1.3;
    padding-bottom: 10px;
  }

  h2 {
    font-size: 32px;
  }

  h1 {
    font-size: 36px;
  }
  .left-title div p {
    font-size: 20px;
  }
  .padding-top-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  /* Homepage */
  .slider-title {
    display: none;
  }
  .kb-prev, .kb-next {
    margin-top: 20%;
  }
  .course-item img {
    max-width: 70%;
  }
  .ast-col-sm-12 {
    width: 100%;
  }
  blockquote p {
    font-size: 26px;
  }

  .page-id-269 .hero-image {
    background-position: 31%
  }

}
@media screen and (max-width: 519px) {
  .pledge-wrap .banner-button {
    background: url('../raffi/img/banner-back-tall.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .pledge-wrap .banner-button:hover {
    background: url('../raffi/img/banner-back-tallb.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .ld_course_grid.col-sm-4.col-md-3 {
    width: 90%;
}
}

@media screen and (max-width: 420px) {
  .quote-right p {
    font-size: 21px;
  }
}

@media screen and (max-width: 350px) {
  #masthead .ast-container {
    padding-left: 5px;
  }
}
@media screen and (max-width: 700px) {
.pledge-wrap .banner-button {
	padding:20px !important;
}
}

.secondary_cta-wrap .secondary_cta_1-wrap h4,
.secondary_cta-wrap .secondary_cta_2-wrap h4 {
  margin-bottom: 1em;
}
.secondary_cta-wrap .secondary_cta_2-wrap p {
}

.pum-theme-newsletter-popup .popmake,
.pum-theme-7884 .popmake {
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  padding: 80px 100px;
}
.pum-theme-newsletter-popup .popmake h4,
.pum-theme-newsletter-popup .popmake p,
.pum-theme-7884 .popmake h4,
.pum-theme-7884 .popmake p {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}