/*
Theme Name: GSR01
Theme URI: https://gingersoulrecords.com
Author: Dave Bloom
Author URI: https://gingersoulrecords.com
Description: A starter WordPress theme for working with Ginger Soul Records products.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gsr01
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

GSR01 is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

.restricted-post-preview {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.restricted-post-preview img {
    width: 100%;
    margin: 0 0 1rem;
    /* vertical-align: baseline; */
}

@media(min-width:768px){
	.restricted-post-preview-container > div {
    	display: flex;
    	justify-content: space-between;
	}
	
	.restricted-post-preview {
	    width: 30%;
	}
}


span.wpcf7-form-control-wrap.mama-glow-approved {
    display: block;
}

.mama-glow-approved span.wpcf7-list-item {
    display: flex;
    align-items: center;
    margin: .5rem 0 0 0;
}

.mama-glow-approved input {
    width: auto!important;
    margin: 0 1rem 0 0;
}

.socials{
	display: none;
}

/* DONATE PAGE */

.recurring-section .ss-background-container,
.one-time-section .ss-background-container{
	display: none!important;
}

p.simpay-form-description {
    display: none;
}

.simpay-styled .simpay-form-control .simpay-btn:not(.stripe-button-el) {
    background-color: #d91679!important;
}

.simpay-styled .simpay-form-control .simpay-btn:not(.stripe-button-el):hover{
    background-color: #d91679!important;
    opacity:.5;
}

.donatelink a {
    background: rgb(202, 0, 103);
    color: #fff8f5!important;
}

/*
.simpay-radio-container{display:none}
.logged-in .simpay-radio-container{display:block}
*/

.simpay-radio-wrap ul {
    display: flex;
}

.simpay-radio-wrap li {
    margin: 0 1.5rem 0 0!important;
}

.donation-leftcol, .donation-rightcol{
	width:100%;
}

@media(min-width:768px){
	.donation-leftcol, .donation-rightcol{
		width:47.5%;
	}
	
	.spreadcols .fl-col-group{
		display: flex;
		justify-content: space-between;
	}
}

@media(max-width:768px){
	
.globalnav li:nth-of-type(1), 
.globalnav li:nth-of-type(2), 
.globalnav li:nth-of-type(3),
.globalnav li:nth-of-type(4) {
    display: none;
}

}
    
/* MISC */

.logged-in .hideifloggedin{
	display: none!important;
}

.membershipicon{
	display: none!important;
}

.logged-in .membershipicon{
	display: inline-block!important;
}

.membershipnav a{
	font-weight:600!important;
	color:white!important;
}

.membershipnav .soulmenu-style-horizontal {
    justify-content: flex-end!important;
}

.lmps .p1{
	display: none;
}

.w2m-hero a {
    background: #d91578;
    display: inline-block;
    margin: 0 1rem 0 0;
    padding: 10px 1rem;
    color: white!important;
    text-decoration: none;
}

.paddedrow{
	padding:4rem 5%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

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





@media(min-width:768px){
	
	.restricted-posts > div {
	    display: grid;
	    grid-template-columns: repeat(3, 1fr);
	    grid-gap: 6rem 2rem;
	}
	
}

.restricted-post {
    text-align: center;
    margin: 0 0 4rem;
}

.restricted-post > img {
    margin: 0 0 1rem;
}

.restricted-post h3 {
    border-bottom: 1px solid #da1679;
    padding: 0 0 2rem;
    margin: 0 0 2rem;
}

.rcp-table br {
    display: block;
}

.showinbuilder {
    display: none;
}

.fl-builder-edit .showinbuilder{
    display: block!important;
}


.footer-row {
    background: url(/wp-content/uploads/2018/01/flowerfooter.png);
    background-position: 50% 0!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
}

.events-grid > div {
    display: flex;
    flex-wrap:wrap;
}



@media(min-width:768px){
  .events-grid-event{
      padding:2rem;
      width:47.5%;
    display:flex;
    align-items:flex-start;
    flex-direction:column;
    margin:0 0 6rem;
  }
  .event-foreground, .event-core{
      /*width:47.5%;*/
      margin:0 0 1rem;
  }
  
  .events-grid-event h2{
      margin:0 0 2rem;
  }
  
}



/* CF7 */

span.required{
    color:red !important;
}

.wpcf7-form p:nth-child(-n+5){
    width:50%;
    float:left;
}

.wpcf7-form input {
    width: 95%;
}

.wpcf7-form input[type="url"] {
    width: 97.5%;
}

.wpcf7-form input[type="submit"] {
    width: auto;
    padding:10px 40px;
    margin-top:20px;
}

.wpcf7-form textarea{
    width: 97.5%;
}

/* Restrict Content Pro */

fieldset.rcp_user_fieldset p{
    float:left;
    width:50%;
}

fieldset.rcp_user_fieldset input{
    width:85%;
}

.rcp-table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
}

.rcp-table, .rcp-table th, .rcp-table td {
    border: 1px solid #d1d1d1;
}

.rcp-table th, .rcp-table td {
    padding: 5px;
}

#rcp_profile_editor_form input{
    width:85%;
}

#rcp_login_form input{
    width:100%;
}

.rcp-no-access{
    max-width: 1100px;
    margin:50px auto;
    text-align: center;
    
}
.rcp-no-access p{
    font-size:25px;
    margin:20px;
}

/* Provider Singular */
.social-sidebar-group{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100px;
    margin-bottom:10px;
}

.social-sidebar-group br {
    display: none!important;
}

.social-sidebar-group p {
    display: flex;
}

.social-sidebar-group img {
    padding: 1rem 1rem 0 0;
}

.social-sidebar-icon svg {
    height: 20px;
}

.provider-section .ss-foreground-image-caption > p > img {
    border-radius: 50%;
}

/* Provider Archive */

#provider-list form{
    margin-bottom:50px;
}

.form-filter-controls{
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-filter-controls .form-group{
    padding-left:0 !important;
}
.form-filter-controls .form-group input{
    border-radius: 0px;
    padding:5px 15px;
    width:220px;
}

#wpv_control_select_wpcf-location{
    border-radius: 0px;
    padding:5px 15px 5px 12px;
    width:220px;
}

.form-filter-controls .wpv-submit-trigger{
    background-color: #d82479;
    color:white;
    font-size: 16px;
    padding:10px 40px;
    font-weight: 700;
    border:none;
    border-radius: 0;
}

#provider-list img.wp-post-image {
    border-radius: 50%;
    z-index: 1;
    position: relative;
}

.approved-logo-mobile{
    display:none;
}

#provider-list h2 a, .provider-section .h2 {
    color: #d82279;
    text-decoration: none;
    font-family: 'Muli', sans-serif;
    letter-spacing: normal;
    font-weight: 600;
    text-transform: uppercase;
}

.provider-section p.intro-paragraph, .provider-section p, .provider-section li, .provider-section div{
    font-family: 'Muli', sans-serif;
    letter-spacing: normal;
}

.provider p.into-paragraph {
    font-family: 'Muli', sans-serif;
    letter-spacing: normal;
}

.provider-footer a {
    font-family: 'Muli', sans-serif;
    font-weight: bold;
}

img.approved-logo {
  position: absolute;
  width: 130px;
  right: -70px;
  top: -70px;
}

.provider .core {
  position: relative;
}

.provider:nth-child(odd) .foreground:before {
    position: absolute;
    background: url(/wp-content/uploads/2018/01/Leaf_3.png);
    content: '';
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(245deg) scale(1.5);
    right: 60%;
    bottom: 30%;
    z-index: 0;
}

.provider:nth-child(even) .foreground:before {
    position: absolute;
    background: url(/wp-content/uploads/2018/01/Feather_2.png);
    content: '';
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(335deg) scale(1.5);
    right: 20%;
    bottom: 0%;
    z-index: 0;
}




/* Mobile Only Styles */
@media (max-width: 767px) {
    
    fieldset.rcp_user_fieldset p, input.rcp_card_name.card-name, fieldset.rcp_user_fieldset input, #rcp_profile_editor_form input{
        width:100%;
    }
    
    .wpcf7-form p:nth-child(-n+5){
        width:100%;
        float:none;
    }
    
    .wpcf7-form input, .wpcf7-form input[type="url"], .wpcf7-form textarea {
        width: 100%;
    }
    
    .form-filter-controls{
        flex-direction: column;
        align-items: flex-end;
    }
    
    .form-filter-controls .form-group{
        padding-right:0 !important;
        margin-bottom:10px;
    }
    
    .provider .core h5, .provider .core h2 {
        max-width: 175px;
    }
    
    .provider .into-paragraph{
        margin-top:25px;
    }
    
    .provider-footer {
        display: flex;
        justify-content: space-between;
    }
    
    .approved-logo-mobile{
        display:block;
        width: 110px;
        margin-top: -20px;
    }
    img.approved-logo{
        display:none;
    }
    
}


.provider .foreground{
	margin:0 0 2rem;
}

.provider-row {
    padding: 2rem 5%;
}


.provider-section .ss-foreground-image-container img {
    margin: 0 0 2rem;
}

.provider-section .ss-foreground-image-container p {
    margin:0!important;
}

.provider-section .ss-foreground-image-container, .provider {
    padding: 2rem 4rem 2rem 2rem;
}

.provider-section .ss-foreground-image-caption > p > img {
    border-radius: 50%;
}

.provider-section .headshot{
	position: relative;
}

.headshot img {
    z-index: 1;
    position: relative;
}

.provider-section .headshot:before {
    position: absolute;
    background: url(/wp-content/uploads/2018/01/Leaf_3.png);
    content: '';
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-20deg) scale(1.1);
    right: 15%;
    bottom: 10%;
    z-index: 0;
}

a[href="/providers"] {
    font-weight: 900;
}



#provider-list .form-group {
    padding: 0 2rem;
}

@media(max-width:767px){
.provider-section .ss-foreground-image-container {
    margin: 0 auto 2rem;
    text-align: center;
}

}

.provider {
    margin: 0 0 4rem;
    background: #FBF3F7;
}

#provider-list form {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media(min-width:768px){
	.provider {
	    display: flex;
	    flex-direction: row;
	    justify-content: space-between;
	}
	
	form.wpv-filter-form.js-wpv-filter-form {
    display: flex;
    margin: 0 0 4rem!important;
    justify-content: center;
}

	.provider .foreground {
	    width: 30%;
	    position: relative;
	    margin: 0rem;
	}
	
	.provider .core{
		width:65%;
	}

}



	

}




.archive a[href="#video"],
.single-post a[href="#video"]{
	display: none;
}

.hideme{
	display: none!important;
}

.soulmenu-style-horizontal, .soulmenu-style-horizontal ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.fl-builder-edit .hideme{
	display:block!important;
}

.socials-alternate .fl-icon-group.fl-icon-group-right {
    display: flex;
    align-items: center;
}

.socials-alternate a{
	margin:0!important;
}

.thuyen{
	display: none;
}

h2.quotetext {
    font-style: italic;
    padding: 0 5vw;
}

span.mzlogo {
    display: inline-block;
    width: 130px;
}

.top-optin-bar img {
    max-width: 58px;
    /* backface-visibility: hidden; */
}

.fl-icon-group.fl-icon-group-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:700px){

.top-carousel .flickity-prev-next-button{
	display: none;
}

.fl-subscribe-form-inline .fl-form-field {
    width: 100%!important;
}



.top-optin-bar .ss-title-container, 
.top-optin-bar .ss-text-container{
	display: none;
}



.top-optin-bar .ss-core .ss-cta-container {
    width: 100%!important;
}

h2.hasbgborder:after {
    border-bottom: 1px solid #da1679;
}

.footer .ss-container{
	text-align: center;
}

.followus-banner:before, .followus-banner:after{
	display: none;
}

.fl-node-5a4d9e40f1d08 > .fl-module-content > .ss-container {
    padding: 2rem 5vw 1rem!important;
}


.page-mamazine .socials-alternate,
.archive .socials-alternate{
		display:none;
	}


}

img[src*="1x1.png"] {
    display: none!important;
}

img.ss-foreground-image[src*="Diamond"] {
    opacity: 0.5;
}

.alignnone {
    margin: 1rem auto;
    display: block;
}


@media (max-width:600px){
	.page-mamazine, .single-post{
		margin-top:60px!important;
	}
	
	.mamazine-socials {
    padding: 2rem 0!important;
}
	
	.socials-alternate, .mznav, .followus-banner:before, .followus-banner:after, .mamazine-next-link, .mamazine-previous-link{
		display: none!important;
	}
	
	
	
	.mamazine-post-links {
    	flex-direction: column;
    	align-items: center;
	}

	.mamazine-post-links > div{
		width:100%;
	}
}

body{
	background:#fff8f5;
	color:#676767;
/* 	color:#6f6f6f; */
}

.pinkfont, a{
	color:#db1678;
}

.starzp, .starzheading {
    padding: 0 4rem;
}

.starzgroup {
    display: flex;
    justify-content: center;
    align-items: center;
}

br{
	display: none;
}

.fl-builder-edit br{
	display:block;
}

.tinycopy{
	color:#676767;
}

ul#menu-globalnav {
    text-align: left;
    display: flex;
}

.display-4 a{
	color:#fff!important;
}

[data-target=".searchmodule"] {
    padding: 0;
}

[data-target=".searchmodule"] i {
    color: #db1678;
    border-left: 1px solid;
    padding: 0 0 0 1rem;
}

.socials-alternate [data-target=".searchmodule"] i {
    color: #fff!important;
    border-left: 1px solid #fff!important;
    padding: 0 0 0 1rem;
    margin: 0 1rem;
}

.mobilesocials {
    padding: 1rem;
}

.mobilesocials .fl-icon-group.fl-icon-group-left {
    display: flex;
}

span.tags-tags * {
    font-size: 12px!important;
}

.fl-node-5a67f95742b13 .fl-module-content .fl-icon i, .fl-node-5a67f95742b13 .fl-module-content .fl-icon i:before {
    font-size: 20px!important;
}

.fl-node-5a67f95742b13 .fl-icon-group-left .fl-icon {
    margin-right: 20px!important;
}


.oncanvas > .fl-module-content{
    border-bottom: 1px solid #da1679;
}

@media(max-width:767px){
	.category .page-title{
		margin: 6rem 0 3rem!important;
	}
}

/*
@media (min-width:992px){
	#menu-globalnav .soulmenu a {
    padding: 2rem 1rem!important;
}
}

@media (max-width:1230px){
	.fl-node-5a218f8f03621 .soulmenu a {
	    padding: 2rem 1rem!important;
	}
}

@media (max-width:1100px){
	.fl-node-5a218f8f03621 .soulmenu a {
	    padding: 2rem .5rem!important;
	}
}

@media (min-width:1200px){
	#menu-globalnav .soulmenu a {
    padding: 2rem 1.5rem!important;
}

}
*/


.megamenu {
    position: fixed;
    z-index: 991;
    background: #fff8f5;
    border-top: 1px solid #db1678;
    border-bottom: 1px solid #db1678;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    top: calc(90px - 2rem);
    display: none;
    width:100%;
}

.megamenu2, .megamenu3, .megamenu4{
    position: absolute;
    z-index: 991;
    background: #db1678;
    border-top: 1px solid #fff8f5;
    border-bottom: 1px solid #fff8f5;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    display: none;
    padding: 2rem 0 0;
/*     display: block!important; */
    width: 100%;
}

h3.featured-mamazine-item-title {
    line-height: 1.2;
}

h3.featured-mamazine-item-title a {
    font-family: Playfair Display, serif;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
}

/*
.megamenu2{

    display: block!important;
}
*/

.megamenu2 *, 
.megamenu3 *,
.megamenu4 * {
    color: #fff!important;
}

.thetriangle {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #db1678;
    font-size: 0;
    line-height: 0;
    top: -7px;
    position: absolute;
}

.megamenu2 .thetriangle, 
.megamenu3 .thetriangle,
.megamenu4 .thetriangle {
    border-bottom: 7px solid #ffffff;
}

.megamenu .fl-col-group, 
.megamenu2 .fl-col-group,
.megamenu3 .fl-col-group,
.megamenu4 .fl-col-group {
    display: flex;
    align-items: stretch;
}

.megamenu .megaitems .ss-subsection{
	display:none;
}

.megamenu2 .megaitems .ss-subsection,
.megamenu3 .megaitems .ss-subsection,
.megamenu4 .megaitems .ss-subsection{
	display:block;
}

.megaitems-column{
	display: flex;
    align-items: center;
}


.megacats h5 {
    cursor: pointer;
    padding: .4rem 0;
    color: #676767;
}

.megacats h5:hover {
    text-decoration: underline;
    color: #FEC2A5;
}

.megacats .ss-core{
    -webkit-transform: translateY(-2rem);
    transform: translateY(-2rem);
    align-self: center;
}

div#soulbuttons-backdrop {
    background: rgba(202, 19, 98, 0.8)!important;
}

.search-field {
    font-size: 4rem;
    background: transparent;
    border: none!important;
    border-bottom: 2px solid #fff!important;
    margin: 0 0 2rem;
    outline: none;
    color:#fff!important;
}

@media (max-width:768px){
	.search-field{
		font-size:3rem;
	}
	
	.fl-subscribe-form.fl-subscribe-form-inline.fl-subscribe-form-name-hide.fl-form.fl-clearfix {
    display: flex;
    justify-content: space-between;
    align-items: center;
	}
	
	.top-optin .fl-subscribe-form-inline .fl-form-field {
   		width: 50%!important;
	}
	
}

@media (max-width:700px){
	.search-field{
		font-size:2rem;
	}
	
	.fl-subscribe-form-inline .fl-form-field {
    margin: 0!important;
    }
	
	
}

.fl-node-5a1e561ea7db2 > .fl-module-content {
    background-color: ;
    overflow: auto;
    max-height: 90vh;
}

.search-field::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5)!important;
}

.search-field::-moz-input-placeholder {
  color: rgba(255, 255, 255, 0.5)!important;
}

.search-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5)!important;
}

.mailchimp input,
.mailchimp input[type="email"],
.mailchimp input[type="email"]::-webkit-input-placeholder,
.mailchimp input[type="email"]::-moz-input-placeholder,
.mailchimp input[type="email"]::-ms-input-placeholder{
	font-size:10px;
	font-family:'Muli', sans-serif!important;
}

.mailchimp input[type="email"] {
    width: 100%;
    border: none;
}

.selected {
    color: #d72780;
}

.fl-builder-edit .megamenu, 
.fl-builder-edit .megaitems .ss-subsection, 
.fl-builder-edit .megamenu2,
.fl-builder-edit .megamenu3,
.fl-builder-edit .megamenu4{
	position: relative!important;
	display: block!important;
}

.megaitems .ss-container {
    border-left: 1px solid #d72780;
    padding: 0 5%!important;
    height: auto!important;
}

.megamenu2 .megaitems .ss-container,
.megamenu3 .megaitems .ss-container,
.megamenu4 .megaitems .ss-container{
    border-left: 1px solid #fff;
}

.megaitems h5{
	color:#da1679;
}

.megaitems h6{
	margin:0!important;
}


h2.hasbgborder .inner {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0px 2rem;
    min-width: 25rem;
}

h2.hasbgborder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

span.bgborder {
    display: block;
    background: #da1678;
    height: 2px;
    width: 100%;
}

h2.hasbgborder:before, h2.hasbgborder:after {
    content: '';
    display: block;
    background: #d82278;
    height: 2px;
    width: 100%;
}

/*
h2.hasbgborder:after {
    position: absolute;
    width: 35%;
    content: '';
    border-bottom: 2px solid #da1679;
    left: 0;
    -webkit-transform: translateY(1.25rem);
    transform: translateY(1.25rem);
    z-index: 0;
}
*/

.menu-item-377 img {
    max-width: 100px!important;
}

img.crown {
    margin: 0 0 .5rem;
    width: 5rem;
}

.footer ul, .footer p {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-row {
    background: url(/wp-content/uploads/2019/07/flowerfooter2.png);
    background-position: 50% 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.top-optin-bar input[type="email"] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0px!important;
    padding: 0!important;
    color: #fff!important;
    font-family: Muli;
    font-size: 12px!important;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.top-optin-bar input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 1)!important;
}

.top-optin-bar input[type="email"]::-moz-input-placeholder {
  color: rgba(255, 255, 255, 1)!important;
}

.top-optin-bar input[type="email"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 1)!important;
}

.top-optin-bar a.fl-button {
    background: transparent;
    border: none;
}

.top-optin a.fl-button {
    padding: 10px 0!important;
    text-align: right!important;
}

.top-optin .fl-form-field{
    width: 75%!important;
}

.top-optin .fl-form-button {
    width: 25%!important;
}

.top-optin-bar .fl-button-text{
	color:#fff!important;
}

.top-optin-bar .ss-core .ss-cta-container {
    margin-left: auto;
    width: 45%;
}

.mailchimp {
    max-width: 350px;
    margin: 1rem auto;
}

.mailchimp input {
    background: transparent!important;
    font-size: 10px!important;
    font-family: 'Muli', sans-serif!important;
}


.mailchimp .fl-form-field{
	padding:0!important;
    border-radius: 0!important;
    border:2px solid #da1679!important;
}

.mailchimp .fl-button {
    border-radius: 0!important;
    background: #da1679!important;
    height: auto!important;
    border: 1px solid #da1679!important;
    padding: 13px 12px 12px!important;
}

.mailchimp span.fl-button-text {
    font-family: 'Conv_bromello';
    font-size: 1.5rem;
    color: #fff!important;
}

.top-optin-bar .ss-core, .vimeo-bar .ss-core {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}

.vimeo-bar .ss-core {
    display: flex;
    text-align:center;
}

.vimeo-bar .ss-title-container {
    width: 25%;
}

.vimeo-bar .ss-title-container p{
    text-align: left;
}

.vimeo-bar .ss-tagline-container {
    width: 50%;
}

.vimeo-bar .ss-cta-container {
    width: 25%;
}

.vimeo-bar .ss-cta-container p{
    text-align: right;
}

.vimeo-bar img{
	width:50px;
}


.top-optin-bar .ss-core .ss-cta-container, .vimeo-bar .ss-core .ss-cta-container{
	margin-left:auto;
}

.vimeo-bar .ss-foreground-image-container{
	display: none;
}

.fl-icon br{
	display: none;
}

.single-post .oncanvas,
.single-post .firstsearch,
.page-mamazine .oncanvas,
.page-mamazine .firstsearch,
.single-post [data-target=".sidenav2"],
.single-post [data-target=".sidenav2"],
.page-mamazine [data-target=".sidenav2"],
.page-mamazine [data-target=".sidenav2"],
.category .oncanvas, 
.tag .oncanvas{
	display: none;
}

.oncanvas img{
	max-width:300px;
}

.soulbuttons-target .closebutton:nth-of-type(n+2) {
    display: none;
}


#comments{
	display: none;
}

.flowered-bg {
    position: relative;
}



/* HOME */

.top-carousel{
    background: #FDEBE3;
}

.top-carousel-item{
	width:100%;
}

.top-carousel-image {
    padding-top: 46%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 15%;
    /* height: 500px; */
}

.top-carousel-core{
	padding: 1rem 5vw 2rem;
}

@media(max-width:700px){
	.top-carousel-image {
    padding-top: 90%;

	}
}

@media (min-width:700px){
	
	
	
	.top-carousel-core, .flowered-bg {
	    background: url(/wp-content/uploads/2018/01/flowerbgbanner.jpg)!important;    
	    background-size: cover!important;
	}
}


.top-carousel-core > *{
	position: relative;
}

.soulbuttons.partyfont,
.top-carousel-title h5,
.mamazine-post-title-banner h5,
.top-carousel-cta h2,
.featured-content-core h2 a,
.partyfont a,
.partyfont a:visited {
    color: #da1679!important;
    color: #D9017A!important;
    text-decoration: none;
}

.soulbuttons.partyfont,
.partyfont a,
.top-optin-bar .fl-button-text{
    font-family: 'Conv_bromello'!important;
    font-size:28px;
    text-transform:none;
    
}

@media(max-width:700px){
	.soulbuttons.partyfont,
	.partyfont a,
	.top-optin-bar .fl-button-text{
	    font-size:20px;	    
	}
}

a{
		-webkit-transition: opacity 0.25s linear;
-moz-transition: opacity 0.25s linear;
-o-transition: opacity 0.25s linear;
transition: opacity 0.25s linear;
}

a:hover{
	opacity: .6;
}

.partyfont a {
    font-family: 'Conv_bromello';
    text-transform: none;
    letter-spacing: 0px;
/*     font-size: 1.5rem; */
    margin:0;
}


@font-face {
	font-family: 'Conv_bromello';
	src: url('/fonts/bromello.eot');
	src: local('☺'), url('/fonts/bromello.woff') format('woff'), url('/fonts/bromello.ttf') format('truetype'), url('/fonts/bromello.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.top-carousel-tagline h2 {
    color: #484C4C;
    color:#676767;
}

ol.flickity-page-dots {
    padding: 0 0 1rem;
    position: absolute;
bottom:0rem!important;
}

.flickity-page-dots .dot{
	width:8px;
	height:8px;
}


/* THAT MAMAZINE MOMENT */

.mamazine-moment-row{
	padding:0 5vw;
}

.page-mamazine .mamazine-moment-row{
	padding:3rem 5vw 1rem;
}

@media(min-width:768px){

.home .mamazine-moment-feed > div, .page-mamazine .mamazine-moment-feed > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 5%;
}


.archive .mamazine-moment-feed > div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-gap: 5%;
}
}


.mamazine-moment-item {
    text-align: center;
}

.mamazine-moment-item a {
    display: block;
}


@media (min-width:700px){

.mamazine-moment-item {
    width: 100%;
}

.archive .mamazine-moment-item{
	width:100%;
}

}

.mamazine-moment-item {
    margin: 0 0 3rem;
}

.mamazine-moment-item *{
	text-decoration: none;
}

.mamazine-moment-item .mamazine-moment-core h5{
    font-weight:300;
}

.sponsored {
    color: #d82479;
    /* font-weight: bold!important; */
    font-family: 'Conv_bromello';
    text-transform: capitalize;
    font-size: 1rem;
}

.mamazine-moment-category {
    background: #EDB3C2;
    color: #da1679;
    padding: .25rem 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.mamazine-moment-core {
    margin: 2rem 0 0;
}

.mamazine-moment-title {
    padding: 0 0 2rem;
    border-bottom: 1px solid #da1679;
    width: 75%;
    margin: 0 auto 2rem;
    color: #676767;
}

.mamazine-moment-title a{
    color: #676767!important;
}

.mamazine-moment-item img {
    width: 100%;
    vertical-align: bottom;
}

/* MOST POPULAR */

@media (max-width:767px){
	.homesidebar .fl-col-content {
   		 display: flex;
   		 justify-content: space-between;
	}
	
	.equalizeone, .equalizetwo{
		width:47.5%;
		
	}
	
}

@media (max-width:768px){

	.mamazine-moment-item{
		height:auto!important;
	}
	
}

@media (max-width:700px){
	.homesidebar .fl-col-content {
   		 display: flex;
   		 flex-direction: column;
   		 justify-content: space-between;
	}
	
	.equalizeone, .equalizetwo{
		width:100%;
		
	}
	
	.socials-alternate {
    position: relative!important;
    -webkit-transform: translate(0px,0px)!important;
    transform: translate(0px,0px)!important;
}
	
}

@media (min-width:769px){
	.equalizeone, .equalizetwo{
		padding:0 0 0 10%;
		
	}
}


.most-popular-feed-title {
    color: #da1679;
    padding: 0 0 0 45%;
    text-decoration: underline;
}

@media (max-width:700px){
.most-popular-feed-title {
    padding: 0;
    text-align: center;
}
}

.most-popular-item-thumbnail img {
    width: 100%;
}

.footer a {
    text-decoration: none;
}


.equalizeone .ss-background-container {
    -webkit-transform: translate(-55%,-50%)!important;
    transform: translate(-55%,-50%)!important;
}

.most-popular-item {
    display: flex;
    padding: 1rem 0;
    justify-content: space-between;
    text-decoration: none;
}

.most-popular-feed a, .most-popular-feed a:visited{
	color:#676767;
}

a:visited {
/*     color: inherit!important; */
}

h5.most-popular-item-category {
    color: #da1679;
}

.most-popular-item-thumbnail {
    width: 40%;
}

.most-popular-item-core {
    width: 55%;
}

/* FEATURED CONTENT ITEM */

.featured-content-item{
	display: flex;
}

.featured-content-core {
    background: #FDDEE8;
    width: 40%;
    padding: 3rem;
}

@media (max-width:700px){
	
	.featured-content-item {
    flex-direction: column-reverse;
}
.featured-content-core {
    width: 100%!important;
}

.featured-content-image {
    width: 100%!important;
    padding: 5rem;
}

}

.featured-content-image {
    width: 67%;
    background-size: cover;
    background-position: center;
}

h2.featured-content-title {
    color: #676767;
    padding: 1rem 0 2rem;
}

/* HOME OFFERINGS */

.offerings > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.offering {
    width: 30%;
    margin: 0 0 2rem;
}

h5.offering-title {
    background: #da1679;
    color: white;
    padding: .25rem .5rem;
}

.tinycopydiv {
    width: 75%;
    margin: 0 auto;
}


/* INSTAGRAM */

.page-yoga-packages .instagram-row,
.page-doula-packages .instagram-row,
.page-corporate-consulting .instagram-row,
.page-wellness-residency .instagram-row,
.page-personal-development-lifestyle-coaching .instagram-row,
.page-spirit-self-care-ritual-packages .instagram-row{
	display: none;	
}

.followus-banner {
    position: relative;
}

.followus-banner:before {
    content: '';
    width: 60px;
    height: 60px;
    background: url(/wp-content/uploads/2017/11/M_Emblem-White-1.png);
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    top: calc(50% - 1rem);
    left: 5%;
    z-index: 1;
    
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.followus-banner:after {
    content: '';
    width: 30px;
    height: 30px;
    background: url(/wp-content/uploads/2018/07/iconmonstr-instagram-11-96.png);
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    top: calc(50% - 1rem);
    right: 5%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}





.instagram-module .ss-container, .instagram-module .ss-subsection{
	overflow: visible!important;
}

div#sbi_images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

	.sbi_item {
	    width: calc(100%)!important;
	
	}
	
	div#sbi_images {
    padding: 5%;
}

@media (min-width:768px){
	
	.instagram-module{
		background:url('/wp-content/uploads/2018/01/Mamaglow_Instagram-1.jpg');
		background-size:cover;
		background-repeat: no-repeat;

	}
	.sbi_item {
	    width: calc(100% / 6 - 1.5rem)!important;
	    transform: translateY(-3vh);
	
	}
	
	div#sbi_images {
   		padding: 0%;
	}
}



/* QUICKLINKS */

.quicklinks .ss-subsection {
    border-top: 1px solid #da1679;
    border-bottom: 1px solid #da1679;
    border-left: 1px solid #da1679;
}

.quicklinks .ss-subsection:nth-of-type(3) {
    border-right: 1px solid #da1679;
}

/*
.quicklinks svg {
    width: 30px;
    height: 30px;
    stroke: #da1679;
    stroke-width: 1px;
    padding: 1px;
}
*/

.quicklinks img{
	vertical-align: middle!important;
}



/* OFFERINGS PAGE */

.vertical-cta .ss-text-container {
    background: #fee6eb;
    padding: 2rem 2rem 0!important;
}

.vertical-cta .ss-cta-container img{
    width:100%;
}

.package-details-row .fl-row-content {
    background: url(/wp-content/uploads/2018/01/MamaGlow_background.jpg);
    max-height: calc(80vh);
    overflow-y: auto;
    box-shadow: 0 0 2rem;
}

.fl-builder-edit .package-details-row .fl-row-content {
	max-height:3000px;
}

.package-details-row h5 {
    color: #d91679;
    font-weight: 600;
}

.package-details-row strong {
    font-weight: 600;
    letter-spacing: 1px;
}

.package-details-row .ss-text-container h5 {
    font-size: 1rem;
    letter-spacing: 2px;
}


.join-training-module img {
    width:100%;
}

.socials-alternate {
    background: #d91679;
    
    -webkit-transform: translate(-5px,15px);
    transform: translate(-5px,15px);
    overflow: visible;
    z-index: 1;
    position: absolute;
    right: 0;
}

.page-offerings .ss-subsection.full-spectrum-doula-support:before {
    content: url(/wp-content/uploads/2018/01/Feather_1.png);
    position: absolute;
    bottom: -5%;
    right: 94%;
    z-index: 1;
}

.page-offerings .ss-subsection.yoga-mindfulness:before {
    content: url(/wp-content/uploads/2018/01/Leaf_1.png);
    position: absolute;
    bottom: -5%;
    left: 90%;
    z-index: 1;
}


.page-offerings .ss-subsection.personal-development:before {
    content: url(/wp-content/uploads/2018/01/Feather_2.png);
    position: absolute;
    bottom: -5%;
    right: 94%;
    z-index: 1;
}

.page-offerings .ss-subsection.spirit-self-care:before {
    content: url(/wp-content/uploads/2018/01/Leaf_2.png);
    position: absolute;
    bottom: -5%;
    left: 85%;
    z-index: 1;
}


.page-offerings .ss-subsection.corporate-consulting:before {
    content: url(/wp-content/uploads/2018/01/Feather_3.png);
    position: absolute;
    bottom: -5%;
    right: 92%;
    z-index: 1;
}

.page-offerings .ss-subsection.trainings-wellness:before {
    content: url(/wp-content/uploads/2018/01/Leaf_3.png);
    position: absolute;
    bottom: -5%;
    left: 94%;
    z-index: 1;
}

.oncanvas2{
	display:none;
	background:#d91679;
}

.fl-builder-edit .postid-337 .oncanvas2,
.category .oncanvas2,
.tag .oncanvas2{
	display:block;
}

.single-post .oncanvas2,
.page-mamazine .oncanvas2{
	display:block;
}

/* MAMAZINE PAGE */

.mamazine-display a {
    color: #fff!important;
    text-decoration: none;
}

.fancybox-media a {
    display: block;
    position: relative;
}

.fancybox-media a:before {
    position: absolute;
    content: url(/wp-content/uploads/2018/01/iconmonstr-video-15-96.png);
    -webkit-transform: translate(-50%,-50%);
    /* transform: translate(-50%,-50%); */
    /* top: 50%; */
    /* left: 50%; */
    opacity: .75;
    bottom: 0;
    left: 0;
    transform: scale(.5);
    transform-origin: 5% 95%;
}

.oncanvas2 .globalnav li {
    max-width: 17.5%;
    padding: 0 2%;
    display: flex;
    align-items: center;
}

[data-target=".searchmodule2"] {
    color: #fff!important;
    /* border-left: 1px solid #fff!important; */
}

[data-target=".searchmodule2"] i {
    border-left: 1px solid;
    padding: 0 1rem;
}

.mznav .soulmenu{
    display: flex;
    justify-content: center;
}

#menu-mamazine a {
    font-weight: bold;
    margin: 0!important;
}

.featured-mamazine-items > div {
    display: flex;
    justify-content: space-around;
}

.featured-mamazine-item {
    width: 27.5%;
}

.featured-mamazine-item-core{
	margin:1rem 0 0;
}

.featured-mamazine-item a{
    text-decoration: none;
}

.megamenu2 .ss-text-container p,
.megamenu3 .ss-text-container p,
.megamenu4 .ss-text-container p{
	display:none;
}

/* OFFERING PAGE */

.offering-page-offering {
    display: flex;
    justify-content: center;
    padding: 2.5vw;
}

.offering-page-offering-title{
	color:#da1679;
}

.offering-page-offering-core {
    background: #FCC4BF;
    padding: 4rem;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.offering-page-offering-body{
	margin:0 0 2rem;
}

.offering-page-offering-image {
    width: 50%;
}

.offering-page-offering-image img {
    width: 100%;
    height:auto;
}

.offering-page-offerings .ss-tagline-container{
	max-width:
}
 
.offering-page-offerings .ss-subsection:nth-of-type(odd) {
    flex-direction: row-reverse!important;
}

.testimonials-row {
    background: url(/wp-content/uploads/2017/12/Testimonial_Background.jpg);
    padding: 4rem 0px;
    background-size: cover;
}

.testimonials button {
    top: 44%;
}

.testimonials h5{
	color:gray!important;
}


/* PACKAGES PAGES */

.package-grid h5 {
    background: #da1679;
    color: #fff;
    padding: .5rem;
}


/* SINGLE POST */

.mamazine-display, .category .page-title, .tag .page-title {
    font-family: 'Conv_bromello', serif!important;
    font-size: 4rem;
    text-align: center;
    color: #da1679;
    font-weight: 100;
    margin: 0 0 3rem;
    text-transform: capitalize;
}

.mamazine-post-body img {
    margin: 0 auto;
    display: block;
}

.mamazine-post-image-banner img {
    width: 100%;
}

.mamazine-post-title-banner {
    text-align: center;
    background: #feefe9;
    padding: 2rem 5vw;
}

.mamazine-post-body {
    padding: 2rem 5vw;
    margin: 0 auto;
    max-width: 768px;
}

.mamazine-post-body span {
    font-family: inherit!important;
    font-size: 14px!important;
}

.wp-post-navigation, #post-337 .wp-post-navigation{
	display: none!important;
}

.mamazine-post-body > .wp-post-navigation{
	display: none!important;
}

.mamazine-categories, .mamazine-socials {
    width: 30%;
    text-align: center;
}

.mamazine-categories a {
    text-decoration: none;
}

.mamazine-previous-link,
.mamazine-next-link{
	width:20%;
}

.addtoany_list.a2a_kit_size_32 a {
    font-size: 15px!important;
    text-decoration: none;
    color: #676767;
    padding: 0 .5rem;
}

.wp-post-navigation-pre,
.wp-post-navigation-next{
	padding:0!important;
}

.wp-post-navigation-pre a, .wp-post-navigation-next a {
    color: #cc1366;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    position: relative;
}

.entry-content .wp-post-navigation{
	display: block;
}

.mamazine-post .aligncenter {
    margin: 2rem auto;
}

.mamazine-post-links {
    display: flex;
    padding: 3rem 5vw 1rem;
    justify-content: space-between;
    border-top: 1px solid rgba(103, 103, 103, 0.25);
}

.mamazine-post-links * {
    font-size: 14px;
}

.mamazine-post-links > div {
    padding: 0 0%;
}

.mamazine-socials .addtoany_share_save_container:not(:nth-of-type(1)) {
    display: none;
}

.addtoany_share_save_container{
	margin:0!important;
}

.products-slider h5 {
    color: #D9017A;
}

.products-slider img{
	width:auto!important;
}

/* big buttons, no circle */
.flickity-prev-next-button {
  width: 100px;
  height: 100px;
  background: transparent;
}

.products-slider .flickity-prev-next-button svg {
    left: 30%!important;
    top: 30%!important;
    width: 45%!important;
    height: 45%!important;
}

#video svg {
    left: 40%!important;
    filter: invert(1);
}

/* arrow color */
.flickity-prev-next-button .arrow {
  fill: white;
}
.flickity-prev-next-button.no-svg {
  color: white;
}
.flickity-prev-next-button:hover {
  background: transparent;
}

.flickity-prev-next-button.next svg {
    background: url(/wp-content/uploads/2018/01/rightarrow.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.flickity-prev-next-button.previous svg {
    background: url(/wp-content/uploads/2018/01/leftarrow.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.flickity-prev-next-button svg path{
	opacity:0;
}

.sts-product {
    width: 50%;
    text-align: center;
}

.sts-product a {
    text-decoration: none;
}

.sts-product-title {
    font-family: Muli, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.sts-picks {
    display: none!important;
}



.shopthestory {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 5vw;
    background: #fff;
    margin: 2rem auto;
}

.shopthestory h5 {
    color: #da1678;
    padding: 1rem;
}

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

.shopthestory .js-wpv-view-layout {
    display: flex;
    align-items: flex-end;
}

.shopthestory .wp-post-navigation{
	display: none;
}

.wp-post-navigation-pre a::after,
.wp-post-navigation-next a::before {
    display:none;

}

.wp-post-navigation-pre a::before {
    background: url(/wp-content/uploads/2018/01/leftarrow.png);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: -30%;
    width: 20px;
    height: 30px;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wp-post-navigation-next a::after {
    background: url(/wp-content/uploads/2018/01/rightarrow.png);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    right: -40%;
    width: 20px;
    height: 30px;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*
.wp-post-navigation-next a::after{
	content:url(/wp-content/uploads/2018/01/rightarrow.png);
}
*/






/* ARCHIVES */

.search-results #content, .category #content, .tag #content{
	padding:5vw;
}

.search-results-feed > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    margin: 0 0 2rem;
}

.search-result {
    /* width: 30%; */
    margin: 1rem 0;
    border-radius: 0rem;
    /* box-shadow: 0 0 1rem rgba(217, 38, 123, 0.23); */
}

.search-result a {
    padding: 0;
    font-size: 1.5rem;
    text-decoration: underline;
    display: block;
}



/*--------------------------------------------------------------
# BB STUFF
--------------------------------------------------------------*/

.fl-col{
	min-height: 0!important;
}

.fl-builder-edit #masthead{
	display: none;
}

html {
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body{
	overflow-x:hidden;
}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	overflow-x: hidden;
    width: 100%;
}

body {
	margin: 0;
	opacity:0;
	-webkit-transition: opacity 0.25s linear;
-moz-transition: opacity 0.25s linear;
-o-transition: opacity 0.25s linear;
transition: opacity 0.25s linear;
}

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:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	outline: 0;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
/*
	font-size: 2em;
	margin: 0.67em 0;
*/
}

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;
	vertical-align: bottom;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
/* 	color: #404040; */
/* 	font-family: sans-serif; */
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background:url(/wp-content/uploads/2018/01/MamaGlow_background.jpg);
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1rem;
}

ul,
ol {
/* 	margin: 0 0 1.5em 3em; */
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
/* 	color: royalblue; */
}

a:visited {
/* 	color: purple; */
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

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

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	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;
}

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

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

/*
.hentry {
	margin: 0 0 1.5em;
}
*/

.byline,
.updated:not(.published) {
	display: none;
}

.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;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: 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%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

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

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
