/* Equalize Simple List Blocks*/
.items_f915111d31714652975c57311378eb96 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}
.items_f915111d31714652975c57311378eb96 > .item {
	display: flex;
	flex-direction: column;
}
.button {
    padding: 15px 45px;
    text-shadow: 1px 1px 1px rgba(14, 14, 14, .20);
}
b, strong {
    letter-spacing: .05em;
}

/* TV Screen Preview Page */
.blockWrap_a263de7dd2b348f791cfa6b7bbc9da38 .flex-direction-nav {
    display: none;
}


/*******Footer Menu*******/
.horizontal-nav {
    text-align: center;
    list-style: none;
}
@media (min-width: 768px) {
    .horizontal-nav li {
        display: inline-block;
        position: relative;
        margin: 5px 10px;
    }
}

.horizontal-nav a,
.footerSocialIcons a:hover {
    color: #ffffff !important;
}
.horizontal-nav a:hover {
    color: #35ccc1 !important;
}

/*******End Footer Menu*******/

.block_e9f3e4c9a3e44ce08d1a6603c3630cfe  {
    margin-top: -150px;
}

@media (max-width: 767px) {
    .primaryContent > div:first-child:not(.fullDetailsPost) .contentTitle,
    .fullDetailsPost > div:first-child .contentTitle,
    .block_da3ce399cd3e4d4da3c11d463f042d7b .contentTitle {
        font-size: 44px;
    }
}
@media only screen and (min-width: 768px) {
    .navContent ul li ul, .navContent ul li:first-child ul {
        max-width: 300px;
    }
    .navContent {
        max-width: 100%;
    }
}


/*******Gradient Herd Breaks*******/

.primaryContent > div:last-child.simpleList {
    background-image: linear-gradient(180deg, rgba(255,255,255,1) 33%,rgba(39, 39, 39, 1) 33%);
    background-attachment: scroll;
}
div.blockWrap_b16a5523c10447d2822777a31c9e2f26 {
    background-image: linear-gradient(180deg, rgba(255,255,255,1) 53%,rgba(39, 39, 39, 1) 53%);
    background-attachment: scroll;
}

div.blockWrap_beb29ff5c11c4a028e26afb7fec73c72 {
    background-image: linear-gradient(180deg, rgba(39, 39, 39, 1) 50%, rgba(255,255,255,1) 50%);
    background-attachment: scroll;    
}

/*******Yoga Page Styles*******/

.block_dc4cd939ce504686a12e4e16319bd367 strong {
    background-color: #35ccc1;
    color: #333333;
    font-size: 26px;
    font-weight: 400 !important;
}
.block_dc4cd939ce504686a12e4e16319bd367 em {
    font-size: 20px;
    font-weight: bold;
    font-style: normal !important;
}

.block_cd99a8c72c8d468596c9cf2c43440603 .blockText {
    padding: 20px!important;
    background: #333333;
}

.block_d18f40c501ac40a093de45c84820b332.layoutA /*Review Page fix*/{
    max-width: 750px !important;
}

.block_a85f554efc4e4423926271c0c787a027 strong /*Contact Page Fix*/{
    color: #000000;
}

/******Contact and Blog Page Mobile Fixes******/

@media (max-width: 767px) {
    html {
        background-size: auto !important;
    }
    .fullDetailsPost {
            background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 66%, rgba(255, 255, 255, .2));
    }
    .blockWrap_ac66f5f221594fea800379973d9c96cb {
        background: white !important;
    }
    .items_ac66f5f221594fea800379973d9c96cb .item {
        display: block!important;
    }
    .items_ac66f5f221594fea800379973d9c96cb .itemImg,
    .items_ac66f5f221594fea800379973d9c96cb .itemContent {
        width: 100% !important;
        text-align: center !important;
    }
    .items_ac66f5f221594fea800379973d9c96cb .item .contentTitle,
    .items_ac66f5f221594fea800379973d9c96cb .item p {
        text-align: center !important;
    }
    .items_ac66f5f221594fea800379973d9c96cb .item .contentTitle {
        margin-top: 15px;
    }
}
/*******End*******/

.block_f24907b1f6484745bc1c486dc81cb532 .blockText p {
    padding-bottom: 0;
}

.fullDetailsPost .hasPrimaryMeta .contentTitle {
    display: none;
}

.homeForm {
        background-color: rgb(238, 238, 238);
        padding: 40px;
        border-radius: 10px;
        margin-top: 40px;
}

@media (min-width: 992px) {
    .homeForm .container {
        max-width: 100% !important;
    }
}

/* Responsive Inline Simple List */

@media only screen and (max-width: 767px) {
    .listView.vAlgn1 .itemPreview.hasImg, 
    .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
    .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_ec0044d53d754607bd31d5b1b08f7516 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_ec0044d53d754607bd31d5b1b08f7516 > .item {
	display: flex;
	flex-direction: column;
}

 /********************
ACCORDION BASE STYLES
-edit look of accordion here
********************/
.mwd-header {
    font-size: 30px;
  }
  
  .mwd-accordion {
    margin: 30px 0;
  }
  
  .mwd-accordion .mwd-accordion-item {
    border: 1px solid #dddddd;
    margin-bottom: 15px;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion-title {
    font-size: 20px;
    background: #34CCC0;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion-content {
    color: black;
    padding: 20px 20px 0 20px;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion p {
    margin: 0;
  }
  
  /********************
  BASE +/- STYLES
  ********************/
  .mwd-accordion-content {
    display: block;
    overflow: hidden;
    max-height: 100%;
    transition: all 0.3s ease-in-out;
  }
  
  .mwd-accordion-title > :first-child {
    max-width: 90%;
  }
  
  .mwd-accordion-title {
    position: relative;
  }
  .mwd-accordion-title .mwd-accordion-icon {
    position: absolute;
    background: white;
    width: 20px;
    height: 3px;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
  }
  .mwd-accordion-title .mwd-accordion-icon:after {
    content: "";
    position: absolute;
    background: white;
    width: 3px;
    height: 20px;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
  }
  
  .active .mwd-accordion-icon:after {
    transform: translateY(-50%) rotate(90deg);
  }
  
/** Spiritual Offerings Page - Mobile Padding **/  
  
@media (max-width: 767px) {
    div.blockWrap_a3bef4ba99384358b6e6f15e9e9ebf5f, div.blockWrap_df9b068ad2e548a4bdaee19f98c32594, div.blockWrap_e21287c236f64869b8f72fc623ed612b {
    padding-bottom: 30px;
}
}