/*
Theme Name: Postpartum Plan
Author: Paul Seymour
Text Domain: postpartum-plan
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@300;400;500;600;700&family=Cormorant+Garamond:ital,wght@0,400;0,700;1,400;1,700&family=Raleway:wght@700;800;900&family=Fugaz+One&display=swap');
html, body {
    overflow-x:hidden;
}
body {
      margin: 0;
      -webkit-font-smoothing: auto;
    position:relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio::-internal-media-controls-download-button, video::-internal-media-controls-download-button {
    display:none;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
    background-color: transparent;
    color:#FF8A32;
    font-weight:900;
}

a:active,
a:hover {
  outline: 0;
    color:#6C5B7B;
    font-weight: 900;
    text-decoration: none;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
    border:none;
    color:#333333;
    
}

select:focus-visible {
    outline:none !important;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
.password-protected {
	width:100%;
	text-align:center;
	margin-top:20px;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
    font-family: 'Cormorant', serif;
    font-weight: 400;
    color: #333333;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
      clear: both;
      color: #333333;
      font-weight: 900;
      margin-top: 24px;
      margin-bottom: 15px;
    text-transform: uppercase;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
    font-size: 350%;
    padding-bottom: 0.1em;
    line-height: 1.25;
}
h3 {
  font-size: 200%;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
    margin-top:0;
    margin-bottom:10px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
    font-weight:400;
    font-size:150%;
}

.faqs li {
    font-weight:400;
    font-size:150%;	
}

.sep {
    font-weight:300;
    display:inline-block;
    margin:0px 10px;
}

strong {
    font-weight: 700;
}
br {
content: "A" !important;
    display: block !important;
    margin-bottom: .5em !important;
}

.dash-container {
    min-height:100vh;
    max-width: 1140px;
    width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
} 
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
    transition: translate
}

img {
/*  height: auto;*/
  /* Make sure images are scaled correctly. */
/*  max-width: 100%;*/
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.no-pad {
    padding-left:0px !important;
    padding-right:0px !important;
}


.no-pad-left {
    padding-left:0px !important;
}
.no-pad-right {
    padding-right:0px !important;
}

.btm-margin {
    margin-bottom:30px;
}

.square {
    width:100%;
}
.fill {
    position:relative;
/*
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
*/
}
.fill .full-cover {
   width: 100%;
   height: auto;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
    max-height:300px;
}

.fill .corporate-logo {
    position:absolute;
    bottom:30px;
    left:20px;
    z-index:200;
    max-width:40%;
    height:auto;
    filter: brightness(0) invert(1);
}
.corporate-logo-2023 {
    width:100%;
    height:auto;
    filter: grayscale(70%) brightness(0) opacity(50%);
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/

.hp-content h1 {
    color:#fff;
}
.portrait {
    width:150%;
    height:auto;
}

.landscape {
    height:150%;
    width:auto;
	max-width:150%;
}
.home-hero {
/*    max-height:70vh;*/
    overflow:hidden;
}
.home-page-video {
    background: rgba(108,91,123,1);
    padding-top:0px;
    padding-bottom:50px;
    color:#fff;
}
.home-page-pitch {
    background:#6C5B7B;
    padding-top:50px;
    padding-bottom:10px;
    color:#fff;
}
.home-page-pitch p {
    text-align: center;
}
.home-page-content {
    background:#6C5B7B;
    padding-top:50px;
    padding-bottom:10px;
    color:#fff;
}
.home-page-content p {
    padding:0px 0px 0px 0px;
}

.hp-video {
    max-width:100% !important;
    max-height:100% !important;
    padding:0px 0px 0px 0px;
    background:#6C5B7B;    
}

.hp-join-us {
    width:100%;
    font-size:400%;
    margin:0px !important;
    padding-left:20px;
    padding-top:10px;
    background:#fff; 
    text-align:center; 
    color:#FF8A32;    
}
.hp-section-title {
    width: 100%;
    font-size: 400%;
    margin: 0px !important;
    padding-left: 20px;
    padding-top: 0px;
    text-align: center;
    color: #FF8A32;
}

.hp-voucher {
    width:100%;
    font-size:100%;
    margin:0px !important;
    padding-left:20px;
    padding-top:10px;
    background:#fff; 
    text-align:center; 
    color:#FF8A32;    
}

.hp-join-us:hover, .hp-voucher:hover {
    color:#6C5B7B;
}

.summer-link {
    width:100%;
    font-size:150%;
    padding-left:0px;
    padding-top:0px;
    text-align:center; 
    color:#FF8A32;    
}
.summer-link:hover {
    color:#fff;
}

.product-section-image-holder {
    width:100%;
    height:100%;
    position:absolute;
}
.product-section-image {
    width:100%;
    height:auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.product-section-title-holder {
    display:flex;
    align-items: center;
    justify-content: center;    
    z-index:60;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.product-section-title {
    display:table-cell;
    text-align: center;
    vertical-align: middle;
    width:100%;
    color:#fff;
    font-size:300%;
    margin:0px !important;
}

.home-page-quote {
    display:table-cell;
    text-align: center;
    vertical-align: middle;
    width:100%;
    color:#fff;
    font-size:300%;
    margin:0px !important;
    padding:0px 100px;
    font-weight:800;
}

.image-with-overlay {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 50% 0 0 0;
    margin-bottom: 0px;
}

.product-list-image-with-overlay {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 70% 0 0 0;
    margin-bottom: 0px;
}

.overlay {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: center;
    pointer-events: none;
}
.photo-holder {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius:20px;
}
.photo-holder img {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);

}
.testimonials {
    max-width:80%;
    margin:0 auto;
}
.testimonial {
    padding:0px 50px;
    position:relative;
}
.testimonial-name {
    float:left;
    color:#fff;
    padding:0px 0px 0px 0px;
    font-size:120%;
}

.testimonial-name-vimeo {
    float:left;
    color:#fff;
    padding:0px 0px 0px 0px;
    font-size:120%;
}

.testimonial-copy {
    position:relative;
    padding:0px 0px !important;
}
.icon::before, .icon::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;  
     vertical-align: middle;
    padding:0px 10px;
}
.testimonial-copy::before {
    font-family: "Cormorant";
    content: '“';
    font-size:200%;
    line-height:0%;
    color:#FF8A32;
}

.testimonial-copy::after {
    font-family: "Cormorant";
    content: '”';
    font-size:200%;
    line-height:0%;
    color:#FF8A32;
}

.testimonial-link {
    font-size:150%;
    display:inline-block;
    margin:20px;
    float:left;
}

.testimonial-link:hover {
    color:#fff;
}

.slick-dots li.slick-active button:before {
    color: white !important;
}
.slick-dots li button:before {
    color: white !important;
}
.slick-prev:before, .slick-next:before {
    font-size: 30px !important;
}

.featuredinpubs .slick-dots li.slick-active button:before {
    color: #6C5B7B !important;
}
.featuredinpubs .slick-dots li button:before {
    color: #6C5B7B !important;
}
.featuredinpubs .slick-prev:before, .slick-next:before {
    font-size: 30px !important;
}
/*--------------------------------------------------------------
# Product Section Page
--------------------------------------------------------------*/

.product-section-page-title-holder {
    display:flex;
    align-items: center;
    justify-content: center;    
    z-index:60;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.product-section-page-title {
    width:100%;
    color:#fff;
    font-size:400%;
    margin:0px !important;
    padding-left:20px;
    padding-top:10px;
}


.product-section-page-content p, .product-section-page-content h2 {
    padding:20px 50px 0px 50px;
}

.product-section-page-content b {
    font-weight:900;
}

.product-section-page-content ul, .product-section-page-content ol {
    padding:20px 50px 0px 120px !important;
}

.dash-intro ul, .dash-intro ol {
    padding:20px 50px 0px 50px !important;
}

.product-section-page-content ul li, .product-section-page-content ol li {
    font-size:150%;
    font-weight:500;
}

.dash-intro ul li, .dash-intro ol li {
    font-size:150%;
    font-weight:400;
}

.dash-intro ol li ol li {
    font-size:100%;
    font-weight:400;
}

.product-section-page-content ol li ol li {
    font-size:100%;
    font-weight:500;
}


.product-section-page-content .wp-video {
    display:inline-block;
    background:none;
    width:100% !important;
    height:auto !important; 
    padding: 0px 50px 0px 50px;
    border-radius:20px;
    overflow:hidden;
    margin-top:0px !important;
}

.product-section-page-content img {
    width:100% !important;
    height:auto !important;
    border-radius:20px;
}
video {
    background: #fff;
    max-height: 85vh;
    min-width: auto;
    max-width: 75vw;
    width: 100%;
    height: auto;
    margin:0 auto;
}
video:focus {
    outline:none !important;
}

.vimeo-wrapper {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    max-height:500px !important;
    width:auto;
    margin-bottom:20px;
}

.lboverlay .vimeo-wrapper iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    max-height:500px !important;
}

.vimeo-wrapper iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
/*    max-height:500px !important;*/
}

/*--------------------------------------------------------------
# Information Pages
--------------------------------------------------------------*/

.info-header {
    background:#6C5B7B;
    height:200px;
    display:flex;
    align-items: center;
}

.purple {
    background:#6C5B7B;
}
.white {
    color:#fff !important;
}
.orange {
    color:#FF8A32 !important;
}
.info-header h1 {
    color:#fff;
    font-size:400%;
    text-transform: none !important;
    padding:0px 0px 0px 0px;
}

.small-video {
    background: #fff;
    max-height: 100%;
    min-width: auto;
    max-width: 100%;
    width: auto;
    height: auto;
    margin:0 auto -10px auto;
    border:none !important;
}
.quote {
    display:flex;
    align-items: center;
}
.quote p {
    color:#fff;
    font-size:180%;
}
.question, .dash-container h1 {
    color:#666;
}

/*--------------------------------------------------------------
# PP+
--------------------------------------------------------------*/

.pp-plus #masthead li a, .pp-plus #masthead {
    background-color:#6C5B7B !important;
    color:#d4af37 !important;        
}
.pp-plus, .pp-plus .dash-container h1  {
    background-color:#6C5B7B !important;
    color:#fff !important;
}
.pp-plus #author_name {
    background-color:#000 !important;
    color:#d4af37 !important;
}
.pp-plus .card {
    box-shadow: 5px 5px 10px #d4af37;
    background-color:#fff !important;
    color:#666 !important;        
    
}
.pp-plus .dashboard-item, .pp-plus .resource-title, .pp-plus select {
    background-color:#fff !important;
    color:#666 !important;        
}
.pp-plus h1.product-section-card-title {
    color:#fff !important;
/*    color:#d4af37 !important;*/
}

.pp-plus-form ul, .pp-plus-form ol {
    padding:20px 50px 0px 50px;
}

.pp-plus-form ul li, .pp-plus-form ol li {
    font-size:150%;
    font-weight:500;
}

.pp-plus .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(212,175,55, 0.9)' stroke-width='4' stroke-linecap='square' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
.card {
    padding:0px;
    margin:10px 0px 30px 0px;
    border-radius:10px;
    overflow: hidden;
    border:none;
    box-shadow: 5px 5px 10px #aaa;
	
	
}
.how-feel {
    margin-left:5px;
    color:#6C5B7B;
    line-height: 120%;
}
#filter-selector {
    font-size:150%;
    border-bottom:1px dotted #6C5B7B; 
    padding:5px;
}
		

.dashboard-item {
    padding:0px 30px 10px 30px;
}
.play-button, .grey-button {
    min-width:75px;
    min-height:75px;
    border-radius:80px;
    display:inline-block;
    margin:20px 0px;
    position:relative;
}

.arrow {
    display:inline-block;
    width: 0; 
    height: 0; 
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid rgba(255,255,255,.6);
    position:absolute;
    top:50%;
    left:55%;
    transform: translateX(-50%) translateY(-50%);
}
.table-holder {
    display:flex;
    align-content: center;
    justify-content: center;
    height:100%;
}
.file-type {
    font-size:200%;
    margin:20px 0px 0px 0px;
}
.resource-title {
    margin:20px 0px 0px 0px;
    font-size:140%;
    color:#666 !important;
}
.duration {
    margin:0px;
    font-size:90%;
}
.one-liner {
    margin:0px;
    font-size:100%;
}
.resource-data {
    padding-bottom:20px;
}
.product-section-card-title {
    width:100%;
    color:#fff !important;
    font-size:200%;
    margin:0px !important;
    padding-left:20px;
    padding-top:10px;
}
.product-section-card-price {
    color:#6C5B7B;
    text-shadow: -6px 4px rgba(0,0,0,0.1);
    font-size:500%;
    margin:0px !important;
    padding-top:40px;
    padding-bottom:40px;
    position:absolute;
    bottom:5%;
    right:50px;
}
.column-image {
    width:100%;
    height:auto;
}

.support-team {
    height:800px;
}
.support-team p {
    font-size:190%;
}
.read-more, .blog-read-more {
    position:absolute;
    top:720px;
    left:0;
    z-index:50;
    margin:0px 0px 40px 0px;
    width:100%;
    min-height:80px;
    text-align: center;
    background:linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.8) 75%, rgba(255,255,255,0) 100%);
    cursor: pointer;
}
.read-more p, .blog-read-more p {
    margin-top:20px;
}
#lbContent {
    display:block;
    position:absolute;
/*
    top:0;
    left:0;
*/
    width:100%;
    height:100%;
    text-align:center;
}
.podcast {
    margin:0 auto;
}
#author_deets {
    width:100%;
    display:inline-block;
    text-align:center;
    margin-top:50px;
}
.headshot_holder {
    width:100px;
    height:100px;
    border-radius:50px;
    overflow:hidden;
    display:inline-block;
}
.headshot_holder-bam {
    width:100%;
    height:auto;
    border-radius:50%;
    overflow:hidden;
    display:inline-block;
    padding:0 auto;
}
#author_headshot, .author_headshot {
    width:100% !important;
    height:auto !important;
}
#author_name, .author_name {
    margin:5px 0px;
    color:#808080 !important;
}
.author_name-bam {
    width:100%;
    text-align:center;
    margin:5px 0px;
    font-size:80%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 100px;
  background-color: #fff;
  padding: .74rem 1rem;
    position:fixed;
    top:0;
    left:0;
    min-height:150px;
    z-index:100000;
    width:100%;
}

.header-logo {
    max-width:300px;
    height:auto;
}
#header-contacts {
    letter-spacing: 1px;
}
.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1rem;
  outline: medium none;
  text-decoration: none;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}


.space-right {
    padding-right:10px;
}
#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight:800;
    color: #6C5B7B;
    padding: 0.5rem;
    font-size: 100%;
    letter-spacing: 1.5px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #333333;
    font-weight:800;
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #333333 none repeat scroll 0 0;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color:transparent;
    border: none;
    border-radius:0;
}

button:focus {
    outline: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(46,50,58, 0.9)' stroke-width='4' stroke-linecap='square' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.nav-item .nav-link {
    padding:10px 20px 10px 0px !important;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: none;
  border-left: none;
  border-top: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
    margin:10px 10px 10px 0px;
    padding-left:0px;
    padding-right:0px;
}

.dropdown-menu {
  min-width: 12.500rem;
    border:none !important;
    border-radius:0px !important;
    background:rgba(0,0,0,0) !important;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}
.content-block-text a {
	color:#fff;
}

.content-block-text a:hover {
	font-weight:300;
	color:#dddddd;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left:0rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}

.sign-up {
    width:100%;
    margin:20px 0px;
    text-align:center;
}

p.sign-up {
    width:100%;
    margin:20px 0px;
    text-align:center;
    padding-left:20px !important;
    padding-right:20px !important;
}

.sign-up a {
    background-color:#FF8A32;
    border-radius:40px;
    color:#fff !important;
    padding:10px 30px !important;
    width:180px;
    margin:0px auto;
    font-family:'Raleway', sans-serif;
    text-transform:uppercase;
    font-weight:800;
    display:inline-block;
    text-align:center;
    font-size:150%;
}

.footer-sign-up a , #menu-item-491 a, #menu-item-949 a, #menu-item-1105 a {
    background-color:#FF8A32;
    border-radius:40px;
    color:#fff !important;
    padding:10px 30px !important;
    width:150px;
    margin:0px auto;
    font-family:'Raleway', sans-serif;
    text-transform:uppercase;
    font-weight:800;
    display:inline-block;
	text-align:center;
}

.logged-in #menu-item-491,.logged-in #menu-item-1105 {
    display:none !important;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.text-right {
    text-align: right;
}

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

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
th {background: #CFC8D6; padding: 8px}
td { padding: 8px}

@media screen and (max-width: 600px) {
  table {
    width: 100%;
  }
  table thead {
    display: none;
  }
  table tr, table td {
    border-bottom: 1px solid #ddd;
  }
  table tr {
    margin-bottom: 8px;
  }
  table td {
    display: flex;
  }
  table td::before {
    content: attr(label);
    font-weight: bold;
    width: 120px;
    min-width: 120px;
  }
}
/*--------------------------------------------------------------
# 2 Col Page
--------------------------------------------------------------*/
.content-image {
    position:relative;
    overflow:hidden;
    min-height:400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.content-title-holder {
    width:100%;
    min-height:100px;
    position:absolute;
    bottom:0;
    margin:0;
    background-color:rgba(46,50,58,0.5);
    display:inline-block;
    vertical-align: middle;
} 
.content-title {
    font-weight:900;
    text-transform: uppercase;
    font-size:800%;
    margin:-30px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.content-content {
    padding:20px;
}

/*--------------------------------------------------------------
# 2 Col Page
--------------------------------------------------------------*/
.content-block {
    margin-top:20px;
    margin-bottom:20px;
    border-radius:0px;
}
.content-block-text {
    padding:20px;
}

.content-block-text h2 {
    font-size:400%;
    margin:5px 0px 0px 0px;
    font-weight: 900;   
}

.credits .content-title {
    font-weight:900;
    text-transform: uppercase;
    font-size:600%;
    margin:-30px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.credits p {
    margin:0px 10px;
}

.credits a {
    color:#ddd;
}

.credits a:hover {
    color:#ccc;
    font-weight:300;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
/*    padding-bottom: 3.75rem;*/
    padding-top: 20px;
    min-height:100vh;
    margin-top:120px;
/*
    background: rgb(255,121,0);
    background: linear-gradient(135deg, rgba(255,121,0,1) 0%, rgba(239,75,164,1) 100%);
*/
}

.ppplus-form .arm_module_plans_main_container {
    display:none;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

.blurb {
    display:inline-block;
    margin:30px;
    font-size:80%;
}

.team-member {
    display:inline-block;
    width:50%;
}
.table-tick {
    max-width:20px;
    padding-top:10px; 
    margin-right:10px; 
    float:none; 
    display:inline-block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
/*    min-height:450px;*/
}
footer#colophon {
    font-size: 100%;
    min-height:450px;
    background-color:#6C5B7B;
    color:#fff;
    padding:0px 0px 15px 0px;
    font-weight:300;
    margin-top:0px;
}
footer ul {
    list-style: none;
    padding:0;
}

footer ul li {
    margin-top:5px;
}
footer ul li a {
    font-size:130%;
    color:#fff;
}
footer ul li a:hover {
    font-weight:300;
}

.footer-contact {
    text-align:right;
    width:100%;
    color:#fff;
    padding-right:30px;
}
.site-info {
    text-align:left;
    width:100%;
    color:#fff;
    padding-left:30px;
}
.site-info-logo {
    text-align:center;
    width:100%;
    color:#fff;
    
}

.footer-contact p  {
    color:#fff;
    margin:0px 0px;
}

.footer-contact a, .site-info a  {
    color:#fff;
    font-weight:300;
}

.footer-contact a:hover, .footer-contact a:active, .site-info a:hover, .site-info a:active  {
    color:#ddd;
    font-weight:300;
}

.footer-logo {
    max-width:100px;
    margin:20px 0px;
}
.vimeo > .vp-unmute-button-title {
    display:none !important;
}

@media screen and (max-width: 767px) {

}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1450px) {
    .nav-item .nav-link {
        font-size:78% !important;
    }
    .header-logo {
        max-width:200px !important;
    }
    #masthead {
        min-height:100px !important;
    }
    .site-content {
        margin-top:82px !important;
    }
}

@media screen and (max-width: 1199px) {
    .nav-item .nav-link {
        font-size:80% !important;
    }
     .header-logo {
        max-width:300px !important;
    }   
    #menu-item-491 a, #menu-item-949 a {
        width:170px;
    }
    #masthead {
        min-height:120px !important;
    }
    .site-content {
        padding-top:50px !important;
    }  
     .product-section-card-price {
        font-size:400%;
        bottom:22%;
    }       
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
    .product-section-title {
        font-size:200%;
    }
    .product-section-page-title, .question {
        font-size:300%;
    }    
     .product-section-card-price {
        font-size:400%;
        bottom:22%;
    }  
    .how-feel {
        font-size:150%;
    }
    #filter-selector {
        font-size:120%;
    }    
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
    .play-button, .grey-button {
        min-width:55px;
        min-height:55px;
        border-radius:80px;
        display:inline-block;
        margin:20px 0px;
        position:relative;
    }
    .home-hero {
        min-height:300px;
    }
    .home-page-quote {
        font-size:140%;
        padding:0px 40px;
    }
    .home-page-content p {
        padding:0px 10px;
    }
    .product-section-page-title, .question {
        font-size:280%;
    }  
    .product-section-card-price {
        font-size:300%;
        bottom:30%;
    }    
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media (max-width: 768px) {
    .home-page-pitch {
        padding-top:10px;
    }
    .footer-contact {
		font-size:80%;
        text-align:left;
        padding-left:30px;
    }
    .site-info {
		font-size:80%;
        text-align:left;
    }    
    .site-info-logo {
        text-align:left;
        padding-left:30px;
    }
    footer {
        min-height:450px;
    }     
    .info-header h1 {
        font-size:350%;
    }    
    .play-button , .grey-button {
        min-width:50px;
        min-height:50px;
    }
    .dash-container {
        min-height:100vh;
        max-width:100% !important;
        width:100% !important;
        min-width:100% !important;
        margin-left:0px !important;
        margin-right:0px !important;
    }
    .arrow {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 12px solid rgba(255,255,255,.6);
    }    
    .product-section-page-content ul {
        padding:20px 20px 0px 50px !important;
    }    
    .product-section-page-content p {
        padding: 20px 20px 0px 20px;
    }    
    .product-section-page-content .wp-video {
        padding: 0px 20px 0px 20px;
        max-width:100vw;
    }    
    .product-section-card-price {
        font-size:250%;
        bottom:36%;
        right:35px;
    }    
    .testimonial-link, .testimonial-name {
        font-size:100%;
    }
    .testimonial-link {
        margin-top:27px;
    }  
   .hp-section-title {
        font-size: 300%;
     }
    .table-tick {
        max-width:20px;
        padding-top:10px; 
        margin-right:10px; 
        float:left; 
        display:inline-block;
    }   
    .support-team {
        height:100% !important;
    }    
    .read-more {
        display:none;
    }
    .grid-item {
        margin-bottom:20px !important;
    }    
}


/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media (max-width: 500px) {
    .header-logo {
        width:100%;
    }
    .navbar-brand {
        width:75%;
    }
    .info-header h1 {
        font-size:300%;
    }
    .play-button, .grey-button {
        min-width:40px;
        min-height:40px;
    }  
    .arrow {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 12px solid rgba(255,255,255,.6);
    }  
    footer {
        min-height:120vh;
    }
    footer#colophon {
        min-height:120vh;
    }    
     .home-page-content p {
         padding:0px 20px;
    }   
    .home-page-content {
        padding-top:20px;
        padding-bottom:20px;
    }
    .testimonial-link, .testimonial-name {
        font-size:100%;
    }
    .testimonial-link {
        margin-top:27px;
    } 
    .hp-section-title {
        font-size: 200%;
     }
}
@media (max-width: 580px) {
     .product-section-card-price {
        font-size:400%;
        bottom:22%;
    } 
   .hp-section-title {
        font-size: 200%;
     }
    
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 320px) {
    #masthead {
        min-height:100px !important;
    }
    .site-content {
        margin-top:50px !important;
    }
    .header-logo {
        width:100%;
    }
    .navbar-brand {
        width:70%;
    }  
    .play-button, .grey-button {
        min-width:35px;
        min-height:35px;
    }  
    .arrow {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 8px solid rgba(255,255,255,.6);
    }  
    .product-section-page-title, .question {
        font-size:240%;
    }    
    footer {
        min-height:120vh;
    }
    footer#colophon {
        min-height:120vh;
    }    
    .nav-item .nav-link {
        font-size:100% !important;
    }
     .header-logo {
        max-width:300px !important;
    }   
    #menu-item-491 a, #menu-item-949 a {
        width:140px;
    }     
    .product-section-card-price {
        bottom:20%;
        right:50px;
    }  
   .hp-section-title {
        font-size: 200%;
     }
    
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 280px) {
    .header-logo {
        width:100%;
    }
    .navbar-brand {
        width:65%;
    }	
    .resource-title {
        font-size:100%;
    }
    .product-section-card-title {
        font-size:130%;
    }
    .product-section-page-title, .question {
        font-size:130%;
    }   
    footer {
        min-height:120vh;
    }
    footer#colophon {
        min-height:120vh;
    }   
    .nav-item .nav-link {
        font-size:100% !important;
    }
     .header-logo {
        max-width:300px !important;
    }   
    #menu-item-491 a, #menu-item-949 a {
        width:140px;
    }
    .hp-section-title {
        font-size: 200%;
     }
}
  