@charset "UTF-8";

body {
    width: 100%;
    margin: 0 auto;
    padding: 0;
	background-color: #f0c881;
    color: #723604;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

#header {
    margin: 0 auto;
    background-color: #008080;
    padding: 0;
    width: 100%;
}
#menu-primary {
    width: 100%;
    height: 3rem;
    background-color: #008080;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
#menu-primary ul {
    margin: 0px auto;
    text-align: center;
    list-style-type: none;
    background-color: #008080;
}
#menu-primary ul li {
    display: block;
    float: left;
    position: relative;
    padding: 0 .5rem 0 .5rem;
}
#menu-primary li a {
    display: inline-block;
    padding: 15px;
    margin: 0 auto;
    text-align: left;
    border-bottom: none;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 16px;
    font-weight: normal;
}
#menu-primary li a:hover {
    display: inline-block;
    color: #a7dfdf;
}
#menu-primary ul li ul {
	background: #008080;
	visibility: hidden;
	opacity: 0;
	min-width: 25rem;
	position: absolute;
	top: 3rem;
	left: 0;
	display: none;
	transition: all 1s ease;
	z-index: 999
}
#menu-primary ul li:hover > ul,
ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
    padding: 0;
    text-align: left;
}

#menu-primary ul li ul li {
	clear: both;
    width: 100%;
    padding: 0 .5rem 0 .5rem;
    margin: 0 auto;
    /*! text-align: left; */
}
  /*! PHONE MENU */


    #menu {
        background: #045060e3;
        position: absolute;
        margin: 0;
        padding: 0;
        height: auto;
        width: auto;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
        z-index: 10;
        -ms-transform: translate(-150%, 0px);
        -webkit-transform: translate(-150%, 0px);
        transform: translate(-150%, 0px);
        transition: all 0.75s ease-in-out;
        left: 0px;
        top: 0px;
    }
	#menu ul li {
		display: block;
		margin: 0 auto;
		/*! padding: .45rem 1rem .45rem 1rem; */
		text-align: left !important;
		letter-spacing: .05em;
		transition: all 0.25s ease-in-out;
	}
	#menu ul li a {
		color: #cdfdf8;
		font-size: 1rem;
        text-decoration: none;
	}
	#menu ul li a:hover {
	  color: #cdfdf893;
	  cursor: pointer;
		text-decoration: none;
	}
     #menu.active {
          -ms-transform: translate(0%, 0px);
          -webkit-transform: translate(0%, 0px);
          transform: translate(0%, 0px);
          transition: all 0.75s ease-in-out;
        }
    #trigger {
        display: none;
    }
#main {
    margin: 0 auto;
    margin-top: 2rem;
    width: 90%;
    max-width: 1380px;
    padding: 24px 15px 24px 15px;
}
#home-content {
    width: 100%;
    max-width: 1800px;
    position: relative;
}
#content {
	float: left;
    min-height: 1200px;
    width: 70%;
}
#womb-journey-content {
    margin: 0 auto;
    width: 100%;
    max-width: 1111px !important;
}
.content-container {
    margin: 0 auto;
    width: 86%;
}
.praises .content-container {
    text-align: left;
}
#home-ew-bordered {
    margin: 0 auto;
    width: 70%;
    padding: 5%;
    margin-top: 3rem;
    margin-bottom: 5rem;
    background: #d988121a;
    border: 2px #d988127a solid;
    border-radius: 14px;
}
#home-ew-bordered p {
    /*! margin-right: 10%; */
    /*! margin-left: 10%; */
}
#sidebar-primary {
    width: 30%;
    max-width: 400px;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}
.sidebar-book-cover {
	box-shadow: 3px 3px 3px 2px #01222499;
	border: 1px solid #000; 
	width: 200px;
}
.flex-item-footer .sidebar-book-cover {
    width: 245px;
}
#widget {
}
#widget h2 {
    margin: 0 auto;
    padding: 0 0 .75rem 0;
    text-align: center;
    line-height: 100%;
    font-size: 3.5rem;
    color: #FFC107;
    text-shadow: 2px 2px #552a08;
    font-family: 'Tangerine',cursive;
	font-weight: 700;
    letter-spacing: .05rem;
}
#widget-3-ways h2 {
    margin: 0 auto;
    padding: 0 0 .75rem 0;
    text-align: center;
    line-height: 100%;
    font-size: 2.75rem !important;
    color: #723604;
    letter-spacing: .05rem;
}

#widget-side-3-ways h2 {
    margin: 0 auto;
    padding: 0 0 .75rem 0;
    text-align: center;
    line-height: 100%;
    font-size: 2.5rem !important;
    color: #723604;
    letter-spacing: .05rem;
}
#widget-clj h2 {
    margin: 0 auto;
    padding: 0 0 .75rem 0;
    text-align: center;
    line-height: 100%;
    font-size: 3rem;
    color: #FFC107;
    text-shadow: 2px 2px #552a08;
    font-family: 'Tangerine',cursive;
    letter-spacing: .05rem;
}
#widget-side-clj h2 {
    margin: 0 auto;
    padding: 0 0 .75rem 0;
    text-align: center;
    line-height: 100%;
    font-size: 2.75rem;
    color: #FFC107;
    text-shadow: 2px 2px #552a08;
    font-family: 'Tangerine',cursive;
    letter-spacing: .05rem;
}
p.also {
    text-align: center;
    line-height: 24px;
    font-size: 1rem;
    color: #FFC107;
    text-shadow: 2px 2px #000;
}
p.avail {
    text-align: center;
    line-height: .7;
    font-size: 1rem;
    color: #FFC107;
    text-shadow: 2px 2px #000;
}
#SoWISE h2 {
    font-size: 3.5rem !important;
    color: #fff;
    letter-spacing: .05rem;
}
p.SoWISE {
    text-align: center;
    font-size: 1.5rem;
    text-shadow: 2px 2px 1px #c3390366;
    font-weight: bold;
}
#widget-gift p.invite {
    color: #f0c881 !important;
    font-size: 1.25rem;
    text-align: center;
    text-shadow: 2px 2px 1px #723604;
}
#widget-gift p {
    font-size: 1rem;
    text-align: left;
}
.widget-gold-bkgr {
    width: 77%;
    margin: 0 auto;
    margin-left: 11%;
    padding: 1rem;
    background: #d98812;
    border-radius: 11px;
    text-align: center;
    color: #ffffff;
}
.widget-gold-bkgr ul {
    margin: 1.5rem 0 1.5rem 0;
}
.widget-teal-bkgr {
    width: 77%;
    margin: 0 auto;
    margin-left: 11%;
    padding: 1rem;
    background: #008080;
    border-radius: 11px;
}
.white-link {
    color: #fff;
}
.white-link:hover {
    color: #fff;
    text-decoration: none;
}
a.beige-widget-button {
    font-size: 18px;
    color: #723604;
    background: #f0c881;
    padding: 14px;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #f0c881;
    border-radius: 11px;
    transition: 1s ease;
}
a.beige-widget-button:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    transition: 1s ease;
}
#widget ul li {
    margin: .5rem 0 .5rem 0;
    list-style-type: disc;
    text-align: left;
    font-size: 18px;
    line-height: 1.25;
    color: #fff;
}
#widget-3-ways ul {
    padding: 0 1rem 0 1.2rem;
}
#widget-3-ways ul li {
    margin: 1rem 0 1rem 0;
    list-style-type: none;
    text-align: left;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.5;
    color: #fff;
}
#widget-3-ways a {
    color: #721d10;
    text-decoration: none;
    font-weight: 400;
    font-size: 1rem;
    padding-left: 1rem;
}

#widget-side-3-ways ul {
    padding: 0 1rem 0 1.2rem;
}
#widget-side-3-ways ul li {
    margin: 1rem 0 1rem 0;
    list-style-type: none;
    text-align: left;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.5;
    color: #fff;
}
#widget-side-3-ways a {
    color: #721d10;
    text-decoration: none;
    font-weight: 400;
    font-size: 1rem;
    padding-left: 1rem;
}

#video {
    width: 640px;
    max-width: 96%;
    margin: 0 auto;
    margin-bottom: 2.5rem;
    text-align: center;
    background: #ed8b1175;
    padding: 16px 12px 12px 12px;
    border: #ed8b1117 4px solid;
    border-radius: 4px;
}
#artistry-video {
    width: 380px;
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 2.5rem;
    text-align: center;
    background: #ed8b1175;
    padding: 16px 12px 12px 12px;
    border: #ed8b1117 4px solid;
    border-radius: 4px;
}
video {
    max-width: 100%;
}
footer {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 3rem;
}
footer p {
    color: #723604;
    font-size: .9rem;
}
#footer-tou p {
    margin-top: 2rem;
    text-align: center !important;
}
.site-info {
   width: 100%;
   max-width: 100%;
   margin: 4rem 0 0 0;
   text-align: center;
}
.bottom-links a:link,
.bottom-links a:visited {
	color: #fff;
	font-size: 16px !important;
	padding: 0 20px 0 0;
    text-decoration: none;
}
.bottom-links a:hover {
	color: #47D1A2;
	box-shadow: 0 0 0 0;
}
h1, h2, h3, h5, h6 {
    color: #723604;
    text-align: center;
    font-family: 'Tangerine',cursive;
	font-weight: 700;
}
p, ul li, ol li, .bookstore-links {
    color: #723604;
    font-family: "Open Sans", sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0 0 28px 0;
}
h1 {
    font-size: 5rem;
    margin: 1rem 0 1.75rem 0;
    color: #045060;
    text-shadow: 1px 1px 1px #682d0399;
    letter-spacing: .05rem;
}
#home-content h1 {
    margin: 5rem 0 2rem 0;
}
h2 {
    text-align: center;
    color: #723604;
    font-family: 'Tangerine',cursive;
	font-weight: 700;
    font-size: 4rem;
    text-shadow: 1px 1px 1px #682d0399;
    margin: 0 0 36px 0;
    letter-spacing: .05rem;
}

h2#home-ew {
    line-height: .9;
    margin: 0 0 1.25rem 0;
    font-size: 4.5rem;
    color: #045060;
    text-shadow: 1px 1px 1px #682d0399;
}
h2#home-wc, h2#home-art {
    line-height: .9;
    margin: 1rem 0 2rem 0;
    color: #045060;
    text-shadow: 1px 1px 1px #682d0399;
}
h2#home-sowise {
    line-height: 1.1;
    margin: 0 0 2rem 0;
    color: #045060;
    text-shadow: 1px 1px 1px #682d0399;
}
h2#home-aew {
    font-size: 3rem;
    margin: 3.5rem 0 2rem 0;
}
h2#home-pr {
    font-size: 3.5rem;
    margin: 1.5rem 0 1rem 0;
}
h2.past-events {
    margin-top: 3rem;
    font-size: 3.5rem;
}
#widget-gift h2 {
    font-size: 2.5rem;
}
h3 {
    font-size: 3.5rem;
    margin: 0 auto;
    padding: 0 0 2rem 0;
    font-weight: 700;
}
h3#home-art {
    font-size: 2.75rem;
}
h4 {
    font-size: 1.25rem;
}
h4#come-sit {
    text-shadow: 1px 1px 1px #682d0373;
    font-family: 'Tangerine',cursive; 
    font-size: 2.75rem;
    font-weight: 700;
    text-align: center;
    margin: 3rem 0 2rem 0;
}
h6 {
    font-size: 1.5rem;
    margin: 0 auto;
    color: #723604;
    text-shadow: 1px 1px 1px #682d0399;
    font-family: "Open Sans", serif;
    font-style: italic;
    font-weight: 500;
}
p.home-offerings-list {
    DISPLAY: NONE;
    margin-top: 2rem;
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 500;
    line-height: 2.75;
}
p.quote, p.maya-quote {
    font-style: italic;
    font-size: 1rem;
    margin: 0 auto;
    width: 80%;
    color: #723604;
}
p.quote, p.quote-name {
    color: #016666;
}
.quote-name, .maya-quote-attribute {
    color: #016666;
    font-size: .8rem;
    margin-top: .5rem;
}
p.quote, p.quote-name {
    color: #016666;
}
#bookstore p.quote, #bookstore .quote-name {
    font-weight: 600;
}
p.maya-quote {
    font-size: 1.2rem;
    font-weight: 500;
}
p.maya-quote-attribute {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 2rem;
    color: #723604;
}
.lg-font {
    font-size: 120%;
}
#header {
    background-color: #045060;
}
.flex-container {
	margin: 0 auto;
    padding: 0;
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.flex-item-left {
	width: 60%;
	margin: 0 auto;
    padding: 0;
}
.flex-item-left img#kerani-header  {
    width: 100% !important;
}
.flex-item-right {
	width: 40%;
	margin: 0 auto;
    padding: 0;
    color: #cdfdf8;
    background-color: #045060;
}
.flex-item-right h4 {
    color: #f1af13;
    text-align: center !important;
    font-family: 'Tangerine',cursive;
	font-weight: 700;
    font-size: 3rem;
    text-shadow: 2px 2px 2px #012226;
    margin: 0 auto;
    padding: 0;
}
.flex-item-right p {
    color: #f1af13;
    color: #cdfdf8;
    font-size: 1.1rem;
    line-height: 1.2;
    font-style: italic;
    font-weight: 600;
    margin: 0 auto;
    padding: 1rem 0 0 0;
}
.sm-flex-container {
    width: 100%;
	margin: 0 auto;
    padding: 0;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse
}
.sm-flex-item-left {
    width: 30%;    
}
.sm-flex-item-left img {
    height: 100%;
}
.sm-flex-item-right {
    width: 50%;
    text-align: center;
}
.sm-flex-item-right a {
    color: #f1af13;
    text-decoration: none;
    font-size: .8rem;
    padding: 0 0 1rem 0;
}
.sm-flex-item-right a:hover {
    color: #f1af1385;
}
#header img a {
    text-decoration: none;
}

.flex-container-footer {
	margin: 0 auto;
    padding: 0;
	width: 100%;
	display: flex;
    align-items: top;
    justify-content: center;
}
.flex-item-footer {
    width: 30%;
}
.wp-caption-text {
    font-size: .9rem;
}
ul {
    margin: 0 0 25px 25px;
}
.widget ul li {
    list-style-type: disc;
    text-align: left;
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 14px;
}
.widget-teal-bkgr p {
    color: #fff !important;
}
a {
    transition: 1s ease;
}
.content-container a:link, .content-container a:visited {
    color: #016868;
    text-decoration: none;
    transition: 1s ease;
}
.content-container a:hover, .content-container a:active {
    color: #723604; 
    text-decoration:underline;
    transition: 1s ease;
}

a:link.button, a:visited.button {
    color: #fff;
	font-size: 18px;
	background: #008080;
	padding: 14px 20px 14px 20px;
	text-decoration: none;
    border-radius: 14px;
    border: 2px solid #008080;
}
a:hover.button {
	background: #00808000;
}
blockquote::before {
   content: "";
   background-image: url("img/blockquote-left.png");
   position: absolute;
    width: 20px;
    height: 40px;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   z-index: -1;
}
#social {
    display: block;
    position: absolute;
    right: 3rem;
    top: -3rem;
}
#social-phone {
    display: none;
}
#social img, #social-phone img {
    width: 36px;
    padding-bottom: 6px;
}
blockquote p {
    color: #723604;
    font-size: 1.25rem;
    font-weight: normal;
    font-style: italic;
}
.center {
	margin:0 auto;
	text-align: center !important;
}
.left {
	text-align: left !important;
}
.indent-left {
    margin: -1rem 0 2rem 3rem;
}
.float-right {
	float: right;
	padding: .5rem 0 1rem 1.5rem;
}
.float-left {
	float: left;
	padding: 0 1.5rem 1rem 0;
}
.margin-top-1rem {
    margin-top: 2rem;
}
.vert-space-6 {
	height: 6px;
}
.vert-space-12 {
	height: 12px;
}
.vert-space-24 {
	height: 24px;
}
.vert-space-36 {
	height: 36px;
}
.vert-space-48 {
	height: 48px;
}
.vert-space-60 {
	height: 60px;
}
.blue {
    color: #0606dc;
}
.gr-font {
    color: #016868;
}

.audio {
    height: 36px; 
    width: 60%; 
    margin: 0 auto;
    margin-bottom: 3rem;
}
img {
    max-width: 100%;
}
img a {
    text-decoration: none;
}
.clear {
	clear: both;
}
.phone {
    display: none;
}
.screen {
    display: block;
}
#mailchimp h2 {
    margin: 0 auto;
    padding: 0 0 .75rem 0;
    text-align: center;
    line-height: 100%;
    font-size: 3.5rem !important;
    color: #723604;
    letter-spacing: .05rem;
}
#mc_embed_signup h4 {
    color: #045060;
    font-size: 1.25rem;
}
.mc-field-group {
    margin: 1rem 0 .5rem 0;
    text-align: center;
    display: block;
    font-weight: bold;
}
label {
    text-align: center;
    display: block;
}
#mc-embedded-subscribe {
    margin: 1rem 0 1rem 0;
}
#mc_embed_signup #mce-success-response {
	margin-bottom: 2rem;
    color: #fff !important;
	font-size: 120% !important;
	text-align: center;
    display: none;
}
.mc-float-left {
    float: left;
}
img.mc-float-left {
    width: 380px;
    max-width: 80%;
    margin: 2rem 0 0 2rem;
}
.mc-float-right {
    margin-left: 55%;
}

    img.mc-float-left {
        display: none;
    }
    .mc-float-right {
        margin-left: 0;
    }
    .mc-float-right .mc-field-group {
        text-align: center !important;
    }
    .mc-float-right .mc-field-group label {
        text-align: center !important;
    }
    input#mce-EMAIL {
        width: 90%;
        max-width: 500px;
    }
    input#mce-FNAME {
        width: 90%;
        max-width: 500px;
    }


@media (max-width: 1500px) {
    
    .flex-item-left {
        width: 60%;
    }
    .flex-item-right {
        width: 40%;
    }
    .flex-item-right p {
        font-size: 1rem;
        font-style: italic;
        padding: 1rem 0 0 0;
    }
    
}


@media (max-width: 1280px) {
    #menu-primary ul {
        padding-left: 0;
    }   
    #menu-primary ul li {
        padding: 0 .25rem 0 .25rem;
    }
    #menu-primary li a {
        padding: 15px 10px 15px 10px;
        font-size: 14px;
    }
    .flex-item-left {
        width: 55%;
    }
    .flex-item-right {
        width: 45%;
    }

    .sm-flex-item-left {
        width: 26%;    
    }
    .sm-flex-item-left img {
        height: 100%;
    }
    .sm-flex-item-right {
        width: 60%;
        text-align: center;
    }
    .flex-item-right h4 {
        font-size: 2.2rem;
        text-shadow: 2px 2px 2px #012226;
    }
    .flex-item-right p {
        font-size: .9rem;
        padding: .5rem 0 0 0;
    }
    .sm-flex-item-right a {
        font-size: .75rem;
    }
    img.mc-float-left {
        width: 350px;
        max-width: 90%;
        margin: 2rem 0 0 0;
    }
}

@media (max-width: 1060px) {
    .phone {
        display: block;
    }
    .screen, #menu-primary {
        display: none;
    }
    .audio {
        width: 72%;
    }

	#trigger {
		display: block;
		cursor: pointer;
		opacity: 1;
		text-align: right;
		padding: 1rem 2rem 0 0;
		color: #cdfdf8;
		font-weight: bold;
		letter-spacing: .1rem
	}
	#trigger:hover {
		color: #fafafa;
	}
	#trigger img {
		width: 80%;
	}
   
    #menu {
        background: #045060e3;
        position: absolute;
        margin: 0;
        padding: 0;
        height: auto;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
        z-index: 10;
        -ms-transform: translate(-150%, 0px);
        -webkit-transform: translate(-150%, 0px);
        transform: translate(-150%, 0px);
        transition: all 0.75s ease-in-out;
        left: 0px;
        top: 0px;
    }
    #menu ul {
        margin: 1rem 0 1rem .25rem;
    }
	#menu ul li {
		display: block;
		margin: 0 auto;
		padding: .5rem;
		color: #fff;
		text-align: left !important;
		letter-spacing: .05em;
		transition: all 0.25s ease-in-out;
	}
	#menu ul li a {
		color: #cdfdf8;
		font-size: 1rem;
        text-decoration: none;
	}
	#menu ul li a:hover {
	  color: #cdfdf893;
	  cursor: pointer;
		text-decoration: none;
	}
    #menu .dropdown {
        margin:  0 2rem;
    }
	
    #menu ul.dropdown li  {
		display: block;
		margin: 0 auto;
        margin-left: -3rem;
        
    }
    #menu ul.dropdown li:hover {
		display: block;
		margin: 0 auto;
        
    }
     #menu.active {
          -ms-transform: translate(0%, 0px);
          -webkit-transform: translate(0%, 0px);
          transform: translate(0%, 0px);
          transition: all 0.75s ease-in-out;
        }
    .flex-container {
        display: block;
    }
    .flex-item-left, .flex-item-right {
        width: 100%;
    }
    .sm-flex-container {
        flex-direction: row;
        padding-bottom: 2rem;
    }
    .sm-flex-item-left {
        width: 18%;
    }
    .flex-item-right h4 {
        font-size: 3.25rem;
        text-shadow: 2px 2px 2px #012226;
    }
    .flex-item-right p {
        font-size: 1.2rem;
        font-weight: normal;
        padding: 1rem 0 0 0;
    }
    
    .sm-flex-item-right a {
        font-size: 1rem;
    }
    #container, #sidebar-primary {
        float: none;
        width: 60%;
        margin: 0 auto;
    }
    
    #content {
        float: none;
        min-height: 1200px;
        width: 100%;
    }
    .sidebar {
        padding-top: 3rem;
    }
    .sidebar img {
        margin: 0 auto;
        max-width: 300px;
        display: block;
    }
    
    #menu-primary li a {
        display: inline-block;
        padding: 5px 10px 5px 0;
        margin: 0 auto;
        text-align: center;
        border-bottom: none;
        color: #ffffff;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: .05em;
        font-size: 16px;
        font-weight: normal;
    }
    .float-right {
        float: none;
        display: block;
        padding: 0 0 2rem 0;
        margin: 0 auto;
        text-align: center !important;
    }
    .float-left {
        float: none;
        display: block;
        padding: 0 0 1rem 0;
        margin: 0 auto;
        text-align: center !important;
    }
    
    .left img {
        text-align: none;
    }

}


@media (max-width: 780px) {
    .flex-container-footer {
        display: block;
    }
    .flex-item-footer {
        margin: 0 auto;
        margin-bottom: 3rem;
        width: 100%;
        max-width: 400px;
    }
    
    a:link.button, a:visited.button {
        font-weight: bold;
        color: #016868;
        font-size: 18px;
        background: transparent;
        padding: 0;
        text-decoration: none;
        border: 0px solid #008080;
    }
    
    a:hover.button {
        color: #01686894;
    }
    #social {
        top: -4rem;
    }
    


@media (max-width: 500px) {
    .audio {
        width: 85%
    }
    #container, #sidebar-primary {
        width: 95%;
    }
    #social img {
        width: 30px;
    }
}