@charset "UTF-8";
/*
 Theme Name:   Doula Training Academy
 Theme URI:    http://yourwebsite.com/astra-child/
 Description:  My first child theme, based on Astra
 Author:       AJ
 Author URI:   http://aj.com
 Template:     astra
 Version:      1.0.0
 Tags:         black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready, responsive-layout, infinite-scroll, post-slider, design, food, journal, magazine, news, photography, portfolio, clean, contemporary, dark, elegant, modern, professional, sophisticated
 Text Domain:  doula-training-academy
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Custom CSS
--------------------------------------------------------------*/
aside .rpwwt-widget ul li {
  overflow: hidden;
  margin: 0 0 1.5em;
  line-height: 1.5;
  font-size: 0.7rem;
}

footer .rpwwt-widget ul li {
  margin: 0;
}

ol, ul {
  margin: 0 0 1.5em 1.8em;
}

.woocommerce .summary, .woocommerce label, .woocommerce th, .woocommerce td, .woocommerce-page #main span, .woocommerce-page #main strong {
  font-weight: 300 !important;
}

.fb-side-btn {
  background: var(--accent);
  color: #fff;
  padding: 7px 25px;
  display: block;
  text-align: center;
  border-radius: 5px;
}

.learndash-wrapper .ld-course-navigation .ld-status-icon {
  font-size: 11px;
}

.ld-course-navigation-heading .ld-home-link {
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 12px;
  border-radius: 5px;
}

.sub-menu .menu-item {
  border-top: 1px solid #eee;
}

.ast-advanced-headers-title {
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}

.ast-title-bar-wrap::after {
  background: linear-gradient(to bottom right, rgba(4, 110, 125, 0.66), rgba(53, 4, 125, 0.71));
}

.footer-adv-overlay {
  background: linear-gradient(to bottom right, #046e7d, #25084f);
}

.ast-small-footer > .ast-footer-overlay {
  background: #fff;
  border-top: none;
  color: #436286;
  font-weight: 300;
}

.main-header-bar.ast-header-breadcrumb {
  background: linear-gradient(to bottom right, #046e7d, #25084f);
  color: #fff;
}

.ast-breadcrumbs-wrapper {
  background-color: transparent;
}

.main-header-bar.ast-header-breadcrumb {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.ast-header-break-point .header-main-layout-1 .main-navigation {
  padding-left: 15px;
  padding-right: 15px;
}

.ast-header-break-point .main-header-bar.ast-header-breadcrumb {
  border: none;
  background-color: var(--accent);
}

.main-header-bar .ast-container {
  padding: 0;
}

.ast-breadcrumbs-wrapper a, .main-header-bar.ast-header-breadcrumb a {
  color: #fff;
  font-weight: bold;
}

.header-main-layout-1 .main-navigation {
  padding-left: 15px;
  vertical-align: middle;
}

.ast-breadcrumbs-inner {
  padding: 20px;
}

.page-template .ast-breadcrumbs-wrapper,
.single-workshop .ast-breadcrumbs-wrapper,
.page-template-default .ast-breadcrumbs-wrapper {
  background-color: transparent;
  padding: 0;
  margin-top: -25px;
}

.woocommerce-cart .ast-breadcrumbs-wrapper,
.woocommerce-account .ast-breadcrumbs-wrapper,
.woocommerce-checkout .ast-breadcrumbs-wrapper {
  margin-top: 0;
}

.woocommerce a.button, .woocommerce button.button {
  border-radius: 5px;
  padding: 12px 25px !important;
}

.ast-above-header-wrap {
  visibility: hidden;
}

.logged-in .ast-above-header-wrap {
  visibility: visible;
}

.account-details-login a::after {
  content: " Login";
}

.logged-in .account-details-login a::after {
  content: " Details";
}

.my-courses-menu {
  display: none;
}

.logged-in .my-courses-menu {
  display: block;
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.lesson-downloads {
  background: #f2f2f2;
  border: 1px solid #e1e1e1;
  padding: 20px;
  margin-top: 20px;
}

.lesson-downloads ul {
  margin: 0;
  padding-left: 10px;
  list-style: none;
}

.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
  font-weight: 300 !important;
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0px !important;
}

input[type=email],
input[type=number],
input[type=password],
input[type=reset],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select, textarea,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #436286 !important;
  font-weight: 300 !important;
  border-color: #4362864d !important;
}

input[type=email],
input[type=number],
input[type=password],
input[type=reset],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select, textarea {
  height: 2.2em;
}

.dta-button a {
  background: var(--accent);
  color: #fff;
  padding: 7px 25px;
  border-radius: 3px;
}

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Breakpoints
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Content Widths
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Colours
--------------------------------------------------------------*/
:root {
  --accent: #17727A;
  --bg: #3e1367;
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@media (min-width: 960px) {
  h1 {
    font-size: 2.7rem;
  }

  h2, .entry-content h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1280px) {
  h1 {
    font-size: 3.2rem;
  }

  h2, .entry-content h2 {
    font-size: 2rem;
  }
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Templates
--------------------------------------------------------------*/
.page-id-304 article {
  max-width: 800px;
  margin: auto;
  padding: 4em;
}

.cover-section {
  width: 100%;
  background: var(--accentSecondary);
  color: #fff;
}

.cover-section .button {
  margin: 0 auto 40px;
  font-size: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.58);
  transition: ease-in-out 1s;
  font-weight: 300;
}

.cover-section .row {
  padding: 80px 40px;
  min-height: 400px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin: auto;
  background: linear-gradient(to bottom right, rgba(4, 110, 125, 0.66), rgba(53, 4, 125, 0.71));
}

.cover-section .button {
  background: transparent;
}

.cover-section .column {
  max-width: 420px;
}

.cover-section h1 {
  color: #fff;
}

.cover-section h1 {
  margin: 0;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

.cover-section .tagline {
  font-weight: 300;
  font-size: 0.8rem;
  margin: 10px 0;
  line-height: 1.5;
  display: block;
}

@media (min-width: 768px) {
  .cover-section .row {
    min-height: 500px;
  }

  .cover-section .column {
    max-width: 800px;
  }
}
@media (min-width: 960px) {
  .cover-section h1 {
    font-size: 3.5rem;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
  }

  .cover-section .tagline {
    font-size: 1rem;
  }
}
@media (min-width: 1280px) {
  .cover-section h1 {
    font-size: 1.8em;
  }

  .cover-section {
    font-size: 1.6rem;
  }

  .cover-section .button {
    font-size: 1.1rem;
  }

  .cover-section .position-left {
    margin: 0 0 0 120px;
  }

  .cover-section .position-center {
    text-align: center;
    margin: auto;
  }

  .cover-section .position-right {
    margin: 0 120px 0 0;
  }

  .cover-section .column {
    max-width: 800px;
    display: flex;
    flex-direction: column;
  }

  .cover-section .row {
    min-height: 500px;
    height: calc(100vh - 106px);
    background: linear-gradient(to bottom right, rgba(4, 110, 125, 0.66), rgba(53, 4, 125, 0.71));
  }
}
.inner-cover-section {
  background: var(--accentSecondary);
  color: #fff;
}

.inner-cover-section .row {
  padding: 80px 40px;
  min-height: 200px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin: auto;
}

.inner-cover-section .column {
  max-width: 420px;
  margin: auto;
}

.inner-cover-section h1 {
  margin: 0 0 14px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}

.inner-cover-section .tagline {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
  .inner-cover-section .row {
    min-height: 300px;
  }

  .inner-cover-section .column {
    max-width: 760px;
  }
}
@media (min-width: 1280px) {
  .inner-cover-section {
    font-size: 1.6rem;
  }

  .inner-cover-section .button {
    font-size: 1.3rem;
  }

  .inner-cover-section .position-left {
    margin: 0 0 0 10%;
  }

  .inner-cover-section .position-center {
    margin: auto;
  }

  .inner-cover-section .position-right {
    margin: 0 10% 0 0;
  }

  .inner-cover-section .column {
    max-width: 760px;
    display: flex;
    flex-direction: column;
  }

  .inner-cover-section .row {
    min-height: 760px;
  }

  .inner-cover-section .row {
    min-height: 400px;
  }

  .inner-cover-section .column {
    text-align: center;
    margin: auto;
  }

  .inner-cover-section .button-wrapper {
    display: none;
  }
}
/*--------------------------------------------------------------
# DTA Module: Topic
--------------------------------------------------------------*/
.topic-section h2,
.topic-section h4 {
  color: #fff;
  line-height: 1;
}

.topic-section h4 {
  margin-bottom: 0;
}

.topic-section h2 {
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.topic-section p {
  line-height: 1.5;
}

.topic-section .inner-column {
  max-width: 800px;
}

.topic-section .column {
  width: 100%;
  padding: 80px 40px;
  background: #2b7980;
  color: #fff;
  position: relative;
  z-index: 1000;
}

.topic-section {
  position: relative;
  flex-basis: 100%;
}

@media (min-width: 960px) {
  .topic-section .column {
    width: 100%;
    padding: 80px 40px;
    background: linear-gradient(to right, #157179, rgba(21, 113, 121, 0.8), rgba(21, 113, 121, 0.8), rgba(21, 113, 121, 0.6), transparent);
    color: #fff;
  }

  .topic-section::after {
    bottom: 30px;
    right: 30px;
    background-size: 100px;
  }
}
@media (min-width: 1280px) {
  .topic-section .row {
    display: flex;
  }

  .topic-section .column {
    padding: 120px 40px 120px 80px;
    flex-basis: 75%;
    color: #fff;
  }

  .topic-section .image-column {
    flex-basis: 25%;
  }

  .topic-section .inner-column {
    max-width: 700px;
  }

  .topic-section h4 {
    font-size: 2em;
  }

  .topic-section h2 {
    font-size: 2.5em;
  }
}
@media (min-width: 1400px) {
  .topic-section .column {
    padding: 160px 40px 160px 120px;
    flex-basis: 70%;
    color: #fff;
  }
}
.boxes-section {
  color: #fff;
}

.boxes-section h6 {
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 2px;
  color: #fff;
  line-height: 1;
}

.boxes-section .column .box {
  max-width: 380px;
  margin: auto;
  padding: 40px 40px 20px;
}

.boxes-section .row {
  overflow: hidden;
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
}

.boxes-section .column {
  background: linear-gradient(to bottom right, #046e7d, #25084f);
  text-align: center;
  position: relative;
  padding: 20px 0;
  transition: ease-in-out 1s;
  /* opacity: 0.85; */
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}

.boxes-section .column:hover {
  opacity: 1;
}

.boxes-section .button {
  background: transparent;
}

.boxes-section .column .title {
  margin-bottom: 10px;
}

.boxes-section .column .tagline {
  display: block;
  font-size: 0.7rem;
  margin-bottom: 20px;
  font-weight: 300;
}

.boxes-section .column .button {
  align-self: flex-end;
  margin: 0 auto 40px;
  font-size: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.58);
  font-weight: 300;
}

.boxes-section .column:last-of-type {
  margin-bottom: 0;
}

.boxes-section .image {
  margin-bottom: 40px;
}

.boxes-section .image img {
  border-radius: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .boxes-section .row {
    display: flex;
    flex-wrap: wrap;
  }

  .boxes-section .column {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex-basis: calc(50%);
    margin: 0;
  }

  .boxes-section h6 {
    font-size: 1.3rem;
  }

  .boxes-section .column .button {
    align-self: flex-end;
  }
}
@media (min-width: 1280px) {
  .boxes-section h6 {
    font-size: 1.4rem;
  }

  .boxes-section .column {
    flex-basis: calc(25%);
  }

  .boxes-section .column .tagline {
    font-size: 0.9rem;
  }
}
.doula-template .navigation.post-navigation {
  display: none;
}

/*
DOULA SIDEBAR
 */
 
 .doula_filter li {
	display: block;
}
/*
DOULA ARCHIVE PAGE
 */
.doula-thumbnail {
  max-width: 155px;
  border-radius: 100px;
  overflow: hidden;
  box-shadow: 0 0 4px 1px #232a3e4d;
  margin: 30px auto 0;
}

.doula-profiles {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.doula-quick-view {
  flex-basis: calc(100%);
  margin: 10px;
  text-align: center;
  box-shadow: 0 0 5px #0c014021;
  border-radius: 5px;
  overflow: hidden;
}
@media(min-width: 769px) {
    
    .page-id-952 #secondary #text-4 .textwidget {
        display: block !important;
    }

    .page-id-952 #secondary .widget-title {
    	cursor: default;
    }

}
@media(max-width: 769px) {
    #text-4 .widget-title::after {
        content: " (click to open)";
        font-size: 16px;
    }
    #text-4 .widget-icon-close::after {
        content: " (click to close)";
        font-size: 16px;
    }
    
    
    .page-id-952 #secondary {
        position: fixed;
        bottom: 0;
        background: #fff;
        left: 0;
        right: 0;
        padding: 0;
        opacity: 1;
        z-index: 100;
        border-top: 3px solid var(--accent);
    }

    .page-id-952 #secondary #text-4 .textwidget {
        display: none;
        padding: 0 20px 20px;
    }

    .page-id-952 #secondary .widget-title {
    	margin-bottom: 0;
    	padding: 20px;
    	text-align: center;
    	cursor: pointer;
    }
    .page-id-952 #secondary .widget-icon-close {
    	text-align: left;
    }
}

@media(min-width: 400px) {
    .doula-quick-view {
      flex-basis: calc(50% - 20px);
      margin: 10px;
      text-align: center;
      box-shadow: 0 0 5px #0c014021;
      border-radius: 5px;
      overflow: hidden;
    }
}

@media(min-width: 1200px) {
    .doula-quick-view {
      flex-basis: calc(33.333333% - 20px);
      margin: 10px;
      text-align: center;
      box-shadow: 0 0 5px #0c014021;
      border-radius: 5px;
      overflow: hidden;
    }
}
.doula-name {
  padding: 10px 10px 0;
  font-size: 20px;
}

.doula-location {
  padding: 0 10px 10px;
  font-size: 16px;
}

.view-bio-btn a {
  font-size: 17px;
  font-weight: 600;
}

.doula-header,
.doula-header h1,
.doula-header h5,
.doula-header a {
  color: #fff;
}

.doula-header {
  text-align: center;
  background: linear-gradient(to bottom right, #046e7d, #25084f);
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 40px;
}

.doula-photo-single {
  display: inline-block;
  border-radius: 100%;
  overflow: hidden;
  border: 2px solid;
  box-shadow: 0 0 5px #000;
}

.doula-details {
  text-align: center;
}

.doula-social {
  display: block;
  font-size: 40px;
}

.doula-icon {
  display: inline-block;
}

/*--------------------------------------------------------------
# DTA Module: About
--------------------------------------------------------------*/
.about-section h2,
.about-section h4 {
  color: #fff;
  line-height: 1;
}

.about-section h4 {
  margin-bottom: 0;
}

.about-section h2 {
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.about-section .inner-column {
  max-width: 800px;
}

.about-section .column {
  width: 100%;
  padding: 80px 40px;
  background: #25084f;
  color: #fff;
}

.about-section p {
  line-height: 1.5;
}

.about-section {
  position: relative;
  flex-basis: 100%;
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
}

@media (min-width: 960px) {
  .about-section .column {
    width: 100%;
    padding: 80px 40px;
    background: linear-gradient(to left, #330c59, #330c59cc, #330c59d1, #330c59a3, transparent);
    color: #fff;
  }

  .about-section .inner-column {
    max-width: 800px;
    margin-left: auto;
  }

  .about-section::after {
    top: 30px;
    right: 30px;
    background-position: top right;
    background-size: 100px;
  }

  .about-section h4 {
    font-size: 2em;
  }

  .about-section h2 {
    font-size: 2.5em;
  }
}
@media (min-width: 1280px) {
  .about-section .row {
    display: flex;
    flex-direction: row-reverse;
  }

  .about-section .column {
    padding: 160px 40px 160px 120px;
    flex-basis: 70%;
    color: #fff;
  }

  .about-section .image-column {
    flex-basis: 25%;
  }

  .about-section .inner-column {
    max-width: 700px;
  }
}
@media (min-width: 1400px) {
  .about-section .column {
    padding: 160px 120px 160px 120px;
    flex-basis: 70%;
    color: #fff;
  }
}
/*--------------------------------------------------------------
# Elegant Module:
--------------------------------------------------------------*/
.elegant-home .latest-posts {
  padding: 80px 20px;
}

.elegant-home .latest-posts .row {
  max-width: 1200px;
  margin: auto;
}

.elegant-home .latest-posts .side-header {
  max-width: 500px;
  margin: 0 auto 40px;
  text-align: center;
}

.elegant-home .latest-posts ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.elegant-home .latest-posts .entry-meta {
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 1rem;
}

.elegant-home .latest-posts .entry-title {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .elegant-home .latest-posts {
    padding: 120px 40px;
  }

  .elegant-home .latest-posts ul li {
    display: flex;
    flex-direction: row;
    flex-basis: calc(50% - 20px);
    margin-right: 20px;
  }

  .elegant-home .latest-posts ul li:nth-child(3) {
    display: none;
  }
}
@media (min-width: 1280px) {
  .elegant-home .latest-posts ul li:nth-child(3) {
    display: flex;
  }

  .elegant-home .latest-posts ul li {
    flex-basis: calc(33% - 20px);
    margin-right: 20px;
  }
}
/*--------------------------------------------------------------
# CF7 Captcha Styles
--------------------------------------------------------------*/
.contact-section .captcha-image .cf7ic_instructions span {
  color: #fff;
  text-decoration: underline;
}

.contact-section .captcha-image label > input:checked + i {
  border: 2px solid #fff;
  background: transparent;
  border-radius: 10px;
  color: #fff;
}

.contact-section .cf7ic_instructions {
  display: block;
  margin-bottom: 10px;
}

.contact-section .captcha-image {
  padding: 10px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: rgba(251, 251, 251, 0);
  background-clip: padding-box;
  border: 3px double rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 0.25rem;
  max-width: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
# Contact Area
--------------------------------------------------------------*/
.contact-section {
  padding: 80px 40px;
  background: linear-gradient(to bottom right, #330c59, #4e1e7d);
  color: #fff;
  flex-basis: 100%;
}

.contact-section a {
  color: #fff;
}

.contact-section textarea {
  max-height: 225px;
}

.contact-section h6 {
  font-size: 1.5rem;
  margin: 20px auto 10px;
}

.contact-section .form-column p:last-of-type {
  margin-bottom: 1.5rem;
}

.contact-section input[type=submit] {
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  max-width: 225px;
  border: 3px double rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 5px rgba(26, 202, 191, 0.46);
}

.contact-section input,
.contact-section optgroup,
.contact-section select,
.contact-section textarea {
  width: 100%;
  padding: 15px;
  color: #fff;
  background-color: rgba(251, 251, 251, 0);
  background-clip: padding-box;
  border: 3px double rgba(255, 255, 255, 0.6);
}

.contact-section .phone-number {
  font-size: 2rem;
  display: block;
  margin: 20px auto;
}

.contact-section .social-icons {
  font-size: 3rem;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.contact-section .social-icons li {
  margin-right: 15px;
}

.contact-section .left-header {
  max-width: 500px;
  font-size: 1.2rem;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .contact-section {
    padding: 80px 40px;
  }
}
@media (min-width: 960px) {
  .contact-section {
    padding: 160px 40px;
  }

  .contact-section .left-header {
    max-width: 500px;
    font-size: 1.4rem;
    margin-right: 40px;
  }

  .contact-section .row {
    display: flex;
    max-width: 960px;
    margin: auto;
  }
}
.testimonial-section {
  color: #fff;
  padding: 80px 40px;
}

.testimonial-section .row {
  max-width: 600px;
  text-align: center;
  margin: auto;
}

.testimonial-section .name {
  margin-top: 20px;
  font-size: 1.5rem;
  display: block;
}

.testimonial-section .quote-icon {
  font-size: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 90px;
  width: 70px;
  height: 70px;
  display: flex;
  text-align: center;
  align-content: center;
  flex-wrap: wrap;
  margin: 0 auto 20px;
  background: rgba(255, 255, 255, 0.1);
}

.testimonial-section .quote-icon .fa {
  margin: auto;
}

@media (min-width: 960px) {
  .testimonial-section .name {
    font-size: 2rem;
  }

  .testimonial-section p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .testimonial-section {
    padding: 160px 40px;
  }
}
.testimonials-section {
  position: relative;
  border: 10px solid #fff;
  flex-basis: 100%;
}

.testimonials-section + .testimonials-section {
  border-top: none;
}

.testimonials-section .row::before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/adm-template-ii/doula-academy/wp-content/uploads/quote-bott-right.png");
  background-repeat: no-repeat;
  background-position: top left;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-size: 100px;
  opacity: 0.55;
}

.testimonials-section .row::after {
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("/adm-template-ii/doula-academy/wp-content/uploads/quote-bott-right.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-size: 100px;
  opacity: 0.55;
}

.testimonials-section .row {
  padding: 80px 40px;
  background-color: rgba(255, 255, 255, 0.75);
  height: 100%;
}

.testimonials-section .row .column {
  max-width: 800px;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 1000;
}

.testimonials-section .name {
  margin-top: 20px;
  font-size: 1.5rem;
  display: block;
}

.testimonials-section .quote-icon {
  font-size: 2rem;
  border: 1px solid #e1e1e1;
  border-radius: 90px;
  width: 70px;
  height: 70px;
  display: flex;
  text-align: center;
  align-content: center;
  flex-wrap: wrap;
  margin: 0 auto 20px;
  background: #f9f9f9;
}

@media (min-width: 960px) {
  .testimonials-section .name {
    font-size: 2rem;
  }

  .testimonials-section p {
    font-size: 1.5rem;
  }

  .testimonials-section .row::before {
    background-size: 150px;
  }

  .testimonials-section .row::after {
    background-size: 150px;
  }
}
@media (min-width: 1280px) {
  .testimonials-section .row::before {
    background-size: auto;
  }

  .testimonials-section .row::after {
    background-size: auto;
  }

  .testimonials-section .row {
    padding: 220px 40px;
  }
}
/*--------------------------------------------------------------
# Elegant Module:
--------------------------------------------------------------*/
.single-column .row {
  max-width: 800px;
  margin: auto;
}

.single-column {
  background: #fff;
  padding: 80px 40px;
  text-align: left;
}

.single-column .logo {
  margin-top: 20px;
}

.single-column h4 {
  margin-bottom: 0;
}

@media (min-width: 1280px) {
  .single-column {
    padding: 80px 40px;
  }
}
/*--------------------------------------------------------------
# DTA Module: Logos Section
--------------------------------------------------------------*/
.logos-section {
  flex-basis: 100%;
  background: #fff;
}

.logos-section .column {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.logos-section .row {
  padding: 10px 10px;
  max-width: 1400px;
  margin: auto;
}

.logos-section .img-wrapper {
  margin: 10px;
}

.logos-section .img-wrapper img {
  max-height: 40px;
}

@media (min-width: 960px) {
  .logos-section .img-wrapper img {
    max-height: 100px;
  }
}
/*--------------------------------------------------------------
# DTA Module: Image Content
--------------------------------------------------------------*/
.image-content-section h4 {
  margin-bottom: 0;
}

.image-content-section .row-reverse {
  flex-direction: row-reverse;
}

.image-content-section .row {
  display: flex;
}

.image-content-section .column {
  padding: 80px 40px;
  background: #2b7980;
  color: #fff;
}

.image-content-section .image-column {
  display: none;
}

@media (min-width: 1280px) {
  .image-content-section .column {
    padding: 80px;
    flex-basis: 60%;
    background: #2b7980;
    color: #fff;
  }

  .image-content-section .image-column {
    display: block;
    flex-basis: 40%;
  }
}
@media (min-width: 1400px) {
  .image-content-section .column {
    padding: 160px 120px;
    flex-basis: 50%;
    background: #2b7980;
    color: #fff;
  }

  .image-content-section .image-column {
    flex-basis: 50%;
  }
}
/*--------------------------------------------------------------
# DTA Module: Separator
--------------------------------------------------------------*/
.separator {
  background: var(--accentPrimary);
  color: #fff;
}

.separator .row {
  padding: 15px;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

/*--------------------------------------------------------------
# DTA Module: Course Overview Modules
--------------------------------------------------------------*/
.course-overview-section {
  position: relative;
  border: 10px solid #fff;
}

.course-overview-section + .course-overview-section {
  border-top: none;
}

.course-overview-section .row {
  padding: 80px 40px;
  background-color: rgba(255, 255, 255, 0.75);
}

.course-overview-section .row .column {
  max-width: 800px;
  margin: auto;
}

.course-overview-section .name {
  margin-top: 20px;
  font-size: 1.5rem;
  display: block;
}

.course-overview-section .quote-icon {
  font-size: 2rem;
  border: 1px solid #e1e1e1;
  border-radius: 90px;
  width: 70px;
  height: 70px;
  display: flex;
  text-align: center;
  align-content: center;
  flex-wrap: wrap;
  margin: 0 auto 20px;
  background: #f9f9f9;
}

.course-overview-section ul {
  padding: 0;
}

.course-overview-section li::before {
  content: "✓";
  margin-right: 10px;
}

.course-overview-section li {
  font-size: 1.3rem;
  padding: 5px 0;
  display: flex;
}

@media (min-width: 960px) {
  .course-overview-section li {
    font-size: 1.5rem;
  }

  .course-overview-section .name {
    font-size: 2rem;
  }

  .course-overview-section p {
    font-size: 1.5rem;
  }

  .course-overview-section .row::before {
    background-size: 150px;
  }

  .course-overview-section .row::after {
    background-size: 150px;
  }
}
@media (min-width: 1280px) {
  .course-overview-section li {
    font-size: 1.7rem;
  }

  .course-overview-section .row::before {
    background-size: auto;
  }

  .course-overview-section .row::after {
    background-size: auto;
  }

  .course-overview-section .row {
    padding: 220px 40px;
  }
}
/*--------------------------------------------------------------
# Elegant Module:
--------------------------------------------------------------*/

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