html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none !important;
    font-family: 'Open Sans', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.15;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, 
blockquote:after,
q:before, 
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
transition-property:all;
transition-duration:0.3s;
transition-timing-function:ease;
transition-delay:0.0s;
/* Safari */
-webkit-transition-property:all;
-webkit-transition-duration:0.3s;
-webkit-transition-timing-function:ease;
-webkit-transition-delay:0.0s;
    text-decoration:none;
    outline:none !important;
}
a:hover,
a:focus{
transition-property:all;
transition-duration:0.3s;
transition-timing-function:ease;
transition-delay:0.0s;
/* Safari */
-webkit-transition-property:all;
-webkit-transition-duration:0.3s;
-webkit-transition-timing-function:ease;
-webkit-transition-delay:0.0s;
    text-decoration:none;
    outline:none !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset !important;
}
@font-face {
    font-family: 'ivymoderegular';
    src: url('../fonts/ivymode_regular-webfont.woff2') format('woff2'),
         url('../fonts/ivymode_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
p{
  font-family: 'Open Sans', sans-serif !important;
}
section,
header,
footer{
    float: left;
    width: 100%;
    position: relative;
}
.container{
    max-width: 1430px;
    width: 100%;
}
/*---------------START----------------*/
.home .sticky-header-home {
    background: rgba(0, 0, 0, 0.5);
}
.home .sticky-header.sticky-header-home.sticky-header-new{
 background: #000; 
}
/*.home .sticky-header.header-shrink{
  background: #000 !important; 
}*/
.sticky-header {
    position: fixed;
    background: #000;
    top: 0px;
    z-index: 999;
    width: 100%;
    left: 0;
}

.header-with-top{
    top: 40px;
}

.sticky-header .nav-link::after {
    display: none !important;
}
.logo img{
    max-width: 370px;
    width: 100%;
  }
.sticky-header .navbar-expand-lg .navbar-nav .nav-link,
.sticky-header .navbar-expand-lg .navbar-nav .nav-link:hover {
   color: #fff !important;
    font-size: 19px !important;
    padding: 15px 18px 15px 14px !important;
    font-family: 'Open Sans', sans-serif !important;
}
.sticky-header .open-offcanvas {
    color: #fff;
    display: inline-block;
}
.sticky-header .navbar-expand-lg .navbar-nav .dashboard{
  background: #5ad38c;
  border-radius: 10px;
}
.sticky-header .navbar-expand-lg .navbar-nav li{
  position: relative;
  margin: 0 5px;
}
.navbar-brand{
    padding: 10px 0;
}
.navbar{
    padding: 0;
}
.header-shrink {
    background: #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    top: 0px !important;
}

.header-shrink .navbar-expand-lg .navbar-nav .nav-link {
    color: #FFFFFF;
}

.header-shrink .open-offcanvas {
    color: #FFFFFF;
}
/*----------------END-----------------*/

.carousel-item {
  height: 70vh;
  min-height: 900px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Open Sans', sans-serif;
}
.inner-banner{
  height: 450px;
  min-height: 450px;
}
.carousel-caption{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: auto;
    max-width: 730px;  
    width: 100%;
}
.carousel-caption h1{
    font-size: 68px;
    font-family: 'ivymoderegular';
    margin: 0 0 15px 0;
}
.banner-search-block p{
    margin-bottom: 20px;
    font-size: 28px;
}
.carousel-control-prev,
.carousel-control-next{
  cursor: pointer;
}
/*.dropdown-toggle{
  background: url(../images/dropdown_arrow.png) no-repeat right 22px;
}*/
#services, #videos-home{
  padding: 70px 0;
  position: relative;
}
#videos-home:before{
  position: absolute;
  content: "";
  background: url(../images/s1-before.png) no-repeat center top;
  float: left;
    width: 100%;
    top: -100px;
    height: 150px;
}
#services .card{
  text-align: center;
  border:none;
  padding: 50px 15px;
  border-radius: 0px 100px 0px 100px;
  color: #FFFFFF;
  min-height: 586px;
}
.card-body{
  padding: 1.25rem 0.25rem;
}
.color1{
  background: #ea5d5b;
}
.color2{
  background: #c3904d;
}
.color3{
  background: #8AB297;
}
.color4{
 background: #84456c; 
}
#services h5.card-title{
  font-size: 20px;
  /*text-transform: uppercase;*/
  font-family: 'ivymoderegular';
  color: #ffffff;
  height: 50px;
}
#services p{
  font-size: 18px;
  line-height: 30px;
  height: auto;  
}
#services .btn-main, #services .btn-main:hover{
  font-size: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 18px 30px;
  margin: 30px 0 0 0;
  display: inline-block;
}
.color1 .btn-main,
.color1 .btn-play,
.color1 .btn-all{
  background: #db2e2c;
}
.color2 .btn-main,
.color2 .btn-play,
.color2 .btn-all{
  background: #9e5e22;
}
.color3 .btn-main,
.color3 .btn-play,
.color3 .btn-all{
  background: #1d5127;
}
.color4 .btn-main,
.color4 .btn-play,
.color4 .btn-all{
  background: #511d3b;
}
#events .container,
#newsletter .container{
  max-width: 1170px;
}
#events{
  padding: 70px 0;
  background: #f6f0e8;
  margin: 50px 0 0 0;
}
#events:before{
  position: absolute;
  content: "";
  background: url(../images/s2-before.png) no-repeat center top;
  float: left;
  width: 100%;
  top: -84px;
  height: 84px;
}
.heading{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
.heading h4{
  font-size: 34px;
  /*text-transform: uppercase;*/
  margin-bottom: 40px;
  font-family: 'ivymoderegular';
}
#events .card{
  border: 1px solid #a7a7a7;
  display: inline-block;
}
#events .card i{
  position: relative;
  display: block;
}
#events .card i .date{
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 20px;
  padding: 15px 15px 15px 45px;
  color: #FFFFFF;
  background: url(../images/date.png) no-repeat 10px center #ea5d5b;
}
#events .card-title{
  font-size: 20px;
  color: #303030;
  padding: 0 0 0 15px;
}
#events p{
  color: #7d7d7d;
  font-size: 16px;
  margin: 15px 0;
  line-height: 26px;
   padding: 0 0 0 15px;
}
#events .btn-main{
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
   padding: 0 0 0 15px;
}
#events .e-small{
  float: left;
  width: 50%;
}
#events .e-small p{
  font-size: 14px;
  line-height: 22px;
}
#events img.card-img-top{
  display: block;
}
#newsletter{
  padding: 70px 0;
  min-height: 600px;
  background-size: cover;
}
#newsletter:before{
  position: absolute;
  content: "";
  background: url(../images/s3-before.png) no-repeat center top;
  float: left;
  width: 100%;
  top: 0px;
  height: 75px;
}
.newsletter-inner{
  max-width: 1100px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.newsletter-inner .heading h4{
  font-size: 42px;
  color: #ffffff;
}
.newsletter-inner .heading h4{
  margin: 0;
  line-height: 40px;
}
.form-inline{
  float: left;
  width: 100%;
  margin-top: 30px;
}
/*.form-control{
  width: 100% !important;
  border: none;
  border-radius: 0;
  line-height: 65px;
  padding: 0 20px;
}*/
.newsletter-inner .btn-primary{
  line-height: 52px;
  font-size: 23px;
  background: #000;
  border: none;
}
#newsletter{
  background: url(../images/news_bg.jpg) no-repeat center center;
  padding: 70px 0;
  min-height: 600px;
  background-size: cover;
}
#newsletter:before{
  position: absolute;
  content: "";
  background: url(../images/s3-before.png) no-repeat center top;
  float: left;
  width: 100%;
  top: 0px;
  height: 75px;
}
.newsletter-inner{
  max-width: 1100px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.newsletter-inner .heading h4{
  font-size: 42px;
  color: #ffffff;
}
.newsletter-inner .heading h4{
  margin: 0;
  line-height: 40px;
}
.form-inline{
  float: left;
  width: 100%;
  margin-top: 30px;
}
#newsletter .form-control{
  width: 100% !important;
  border: none;
  border-radius: 0;
  line-height: 65px;
  padding: 31px 25px;
}
.newsletter-inner .btn-primary{
  line-height: 52px;
  font-size: 23px;
  background: #000;
  border: none;
}
#instagram{
  padding: 70px 0 0 0;
  display: grid;
}
#instagram:before{
  position: absolute;
  content: "";
  background: url(../images/s4-before.png) no-repeat center top;
  float: left;
  width: 100%;
  top: -83px;
  height: 83px;
}
#footer{
  background: #413639;
  padding: 80px 0 0 0;
}
.footer-bottom{
  float: left;
  width: 100%;
  text-align: center;
  line-height: 100px;
  margin-top: 120px;
  border-top: 1px solid #6c5e62;
  color: #FFFFFF;
}
.footer-inner img{
  max-width: 296px;
  width: 100%;
}
.footer-inner h5{
    font-size: 27px;
    color: #FFFFFF;
    /*text-transform: uppercase;*/
    margin: 0 0 10px 0;
    font-family: 'ivymoderegular';
    text-align: center;
}
.footer-inner ul li,
.footer-inner ul li a,
.footer-inner ul li p{
    line-height: 30px;
    font-size: 18px;
    color: #e9d5d5;
    float: none;
}
.footer-inner ul li i{   
    margin: 0 0 0 0;
    position: relative;
    width: 20px;
    height: 20px;
    padding: 10px 0 8px 0;
}
.social-list li{
    float: left;
    margin: 10px 15px 0 0;
}
.social-list li a.facebook,
.social-list li a.instagram,
.social-list li a.youtube,
.social-list li a.linkedin,
.social-list li a.twitter{
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #ea5d5b;
    display: block;
    border-radius: 100px;
    color: #FFFFFF;
}
.main-navigation a:hover, .main-navigation ul li.current-menu-item a, .main-navigation ul li.current_page_ancestor a, .main-navigation ul li.current-menu-ancestor a, .main-navigation ul li.current_page_item a, .main-navigation ul li:hover > a{
   color: #fff !important;
    font-size: 19px !important;
   font-family: 'Open Sans', sans-serif !important;
}
.main-navigation ul li a{
  color: #fff !important;
    font-size: 19px !important;
    padding: 15px 18px 15px 14px !important;
   font-family: 'Open Sans', sans-serif !important; 
}
.main-navigation ul li ul.sub-menu li a{
  color: #000 !important;
}
.carousel-caption h1{
  color: #ffffff;
}
body.home{
  background: none;
}
.header-post-title-container{
  padding-top: 120px !important;
}
/*.home #header-text-nav-container{
  background: rgba(0, 0, 0, 0.3);
}*/

/*.rev_slider .slotholder .tp-parallax-wrap {    
  background: rgba(0, 0, 0, 0.5) !important;
}*/
.searchfield { position: relative;float: right;padding-right: 40px;}
.searchfield input{
 padding: 0 15px;
}
.serach-icon{
    position: absolute;
    right: 15px;
}
.single-event-date{
  font-style: italic;
  float: left;
  width: 100%;
  font-size:15px;
}
.single-event-details img{
  margin: 50px 0 0  0 !important;
}
.single-event-details p{
 margin-top: 50px !important;
 font-size: 18px;
}
/*********************************************/
.footer-inner .menu li{
  width: 100%;
  position: relative;
}
#services .btn-play,
#services .btn-all{
    padding: 5px 20px;
    color: #fff;
    border-radius: 32px;
    width: 50%;
    /*text-transform: uppercase;*/
    font-size:16px;
  }
#services .btn-play:hover,
#services .btn-all:hover{
  background: #000;
}
.quick-links ul li a{
  line-height: 20px !important;
}
#contact-us ul li {
  font-size: 20px;
  margin-bottom: 0;
}

#eastern,
#western{
  background: #fff;
}
#instagram img{
  width: 100%;
}
.banner-image img{
  width: 100%;
}
#western .entry-content,
#eastern .entry-content{
  margin: 50px 0;
}
.hentry {
  background: #fff;
}
/*.hentry .wpb_wrapper{
  margin:50px 0 20px 0;
}*/
/************************/
/*.video-grid.front-page {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1em 2em;
}*/

ul.video-list {
  display: flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

li.video {
  flex-grow: 1;
  position: relative;
  ooverflow: hidden;
  width: 33.333333333%;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  border: solid 0.2em transparent;
  
  & a {
    outline: none;
  }
      
  &:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    transition: background-color .15s;
  }
  
  & figure {
    display: block;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    
    & img {
      display: block;
      max-width: 100%;
      height: auto;
      opacity: 0;
      transform: scale(0.5);
      transition: all .20s;
    }

    figcaption {
      position: absolute;
      bottom: 0;
      width: 100%;
      background: rgba(0,0,0,0.6);
      color: #fff;
      font-size: 1.4rem;
      font-weight: 600;
      padding: 1rem;
      transform: translateY(0);
      opacity: 1;
      transition: all .20s;
    }
  }
  
  &:hover {
    & figure {
      & img {
        opacity: 1;
        transform: scale(1);
      }
      
      & figcaption {
        opacity: 0;
        transform: translateY(50%);
      }
    }
  }
  
  &:hover:before {
    background-color: rgba(0,0,0,0.3);
  }
}


.video-list {
  flex-grow: 1;
  position: relative;
  ooverflow: hidden;
  width: 33.333333333%;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  border: solid 0.2em transparent;
  
  & a {
    outline: none;
  }
      
  &:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    transition: background-color .15s;
  }
  
  & figure {
    display: block;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    
    & img {
      display: block;
      max-width: 100%;
      height: auto;
      opacity: 0;
      transform: scale(0.5);
      transition: all .20s;
    }

    figcaption {
      position: absolute;
      bottom: 0;
      width: 100%;
      background: rgba(0,0,0,0.6);
      color: #fff;
      font-size: 1.4rem;
      font-weight: 600;
      padding: 1rem;
      transform: translateY(0);
      opacity: 1;
      transition: all .20s;
    }
  }
  
  &:hover {
    & figure {
      & img {
        opacity: 1;
        transform: scale(1);
      }
      
      & figcaption {
        opacity: 0;
        transform: translateY(50%);
      }
    }
  }
  
  &:hover:before {
    background-color: rgba(0,0,0,0.3);
  }
}

@media screen and (max-width: 800px) {
  li.video {
    width: 50%;
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 640px) {
  li.video {
    width: 100%;
  }
}
#featured-videos,
#category_video,
#category_spiritual{
  background: #fff;
}
#category_video .clearfix,
#category_spiritual .clearfix{
  margin:50px 0;
}
.featured{
  margin: 50px 0;
}

.carousel-inner .fill{
  background: no-repeat top center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 450px;
/*  margin-bottom: 18px;*/
}
.sub-toggle{
  display: none;
}
.main-small-navigation li{
  position: relative;
}

.site-headers .search-form {
position: absolute;
right: 0;
top: 10px;
z-index: 9999;
}

.site-headers .search-field {
background-color: transparent;
background-image: url(../images/search_icon.png);
background-position: 5px center;
background-repeat: no-repeat;
background-size: 24px 24px;
border: none;
cursor: pointer;
height: 37px;
margin: 3px 0;
padding: 0 0 0 34px;
position: relative;
-webkit-transition: width 400ms ease, background 400ms ease;
transition: width 400ms ease, background 400ms ease;
width: 0;
}

.site-headers .search-field:focus {
background-color: #fff;
border: 2px solid #c3c0ab;
cursor: text;
outline: 0;
width: 230px;
}
.search-form
.search-submit {
display:none;
}
.Michigan,
.california{
  text-align:center;
  margin: 0 0 20px 0;
}
.Michigan li a,
.california li a{
  color: #333;
}
#footer.menu-item-has-children span{
  display: block;
}
#footer .menu-item-has-children .sub-toggle {
    color: #ffffff;
    cursor: pointer;
    display: block;
    height: 24px;
    line-height: 21px;
    right: 40%;
    text-align: center;
    top: 9px;
    width: 24px;
    position: absolute;
}
#footer .menu-item-has-children .sub-toggle span {
    font-size: 11px;
    line-height: 23px;
    margin-left: 100px;
}
#footer .menu-item-has-children ul span{
  display: none !important;
}
#footer .sub-menu {
  display: none;
}
/** hidden search field **/
#searchbar {
  display: none;
  float: left;
  width: 100%;
  height: 45px;
  border-top: 1px solid #d8d8d8;
  padding-left: 25px;
  padding-right: 10px;
  z-index: 9999;
  background: #fff;
  -webkit-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
  box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
  margin: 15px 0 0 0;
  position: relative;
}

#search {
  display: block;
  width: 88%;
  border: 0;
  outline: none;
  padding: 0;
  height: 44px;
  /*line-height: 60px;*/
  font-size: 1em;
  color: #676767;
}

#searchsubmit {
  display: block;
  float: right;
  margin-top: 6px;
  background: none;
  color: #717171;
  border: 0;
  outline: none;
  cursor: pointer;
  line-height: 28px;
  top: 0px;
}
#searchform .fa-4x{
  font-size: 1em;
  line-height: 35px;
}
#searchtoggl i{
  font-size: 1em;
}
.vc_clearfix{
  margin: 10px 0 0 0;
}
.fa-lg:before{
  color: #fff !important;
}
.main-navigation .menunav-menu {
  padding: 20px 0;
}
.searchbar-1{
  padding: 20px 0;
}
.btn:hover{
  background: #ea5d5b;
}
.recent_posts_title{
  margin: 20px 0 0 0;

}
.recent_posts_title li a{
  color: #fff;
}
.recent-card-title{
  font-size: 20px;
  /*text-transform: uppercase;*/
  font-family: 'ivymoderegular';
  color: #ffffff;
  height: 30px;
}
.social-list li {
  float: left;
  display: inline-block;
 /* width: 100%;*/
  margin: 0 0 15px 0;
}
.social-list li a i:hover{
  cursor: pointer;
}
.social-list li a{
  float: left;
}
.country{
  padding: 0 15px;
}
.recent_posts_title li a{
  font-size: 18px;
}
.recent_posts_title li a:hover{
  text-decoration: underline;
}
#eventscat,
#subcat{
  margin: 25px 0;
  padding: 10px 10px 10px 22px;
}
.event-content{
  float: left;
  width: 100%;
  display: block;
  margin: 25px 0;
}

#gform_wrapper_1 input{
  border: solid 1px #ccc;
}
#gform_wrapper_1 #gform_submit_button_1{
  padding: 10px;
}
#search_keywords,
#search_location,
#search_datetimes_chosen,
.rss_link,
.reset,
#box-layout-icon,
#line-layout-icon,
{
  display: none !important;
}
.event_filters{
  background: none;
}
.chosen-choices{
  border: 1px solid !important;
}
.normal-section-title{
  font-family: 'callunaregular';
  font-size: 37px;
  line-height: 50px;
  padding-bottom: 0;  
  margin: 0;
}
#search_keywords,
#search_location,
#search_datetimes_chosen,
#box-layout-icon,
#line-layout-icon{
  display: none !important;
}

.box-layout .event-img{
  max-height: inherit !important;
  height: auto !important;
}

.box-layout .event-img img{
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
}
.box-layout .event-img{
  height: 150px !important;
}
.author{
  font-size: 17px; 
  font-weight: normal; 
  font-weight: normal; 
  width: 100%; 
  float: left; 
  line-height: initial;
  text-transform: capitalize;
}
div.event_listings ul.event_listings{
  padding: 0;
}

.event_filters .search_events{
  padding: 1em 1em 1em 0;
}
.single_event_listing{
  padding: 145px 0 0 0;
}
.single_event_listing .meta{
  background: none;
  border: none;
}
.container-single{
  max-width: 1100px;
  width:100%;
}
.blog-heading{
  font-weight: 800;
  font-size: 45px;
  margin: 0;
}
.blog-col{
  padding-top: 145px !important;
}
.below-heading p{
  font-size: 14px;
  font-weight: 600;
}
.filter-wrap{
  margin-bottom: 15px;
}
.filtered-posts img{
  margin: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.filtered-posts h3{
  margin: 10px 0;
  font-size: 25px;
}
.filtered-posts p{
  font-size: 15px;
}
.read{
  border: 1px solid;
  padding: 9px 15px;
  border-radius: 38px;
  font-family: 'callunasemibold';
  font-size: 14px;
  font-weight: 600;
}
.thumb{
  margin: 20px 0;
}
.thumb i{  
  display: block;
  height: 150px;
}
.category select{
  width: 336px;
  height: 46px;
}
.rev-video-title{
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 color:#ffffff;
 font-size: 72px;
 font-weight: 700;
 font-family: 'Open Sans', sans-serif;
 margin: 0;
 text-align: center;
 width: 100%;
 padding: 0 15px;
}
.rev-video-title span{
 font-size: 24px;
 font-weight: 600;
 line-height: 28px;
 margin-top: 10px;
 display: block;
}
.static-banner img{
  width: 100%;
  height: 300px;
}
.blog-col p{
  margin: 0 0 10px 0 !important;
  font-size: 18px;
}
.event_listing .box-layout{
  min-height: 300px;
  height: auto;
  padding-bottom: 15px;
}

.event_listing .box-layout .event-location{
  border-bottom: none;
  height: 50px;
}
.event-details ul li{
  list-style: inside;
  padding-left: 25px;
}
.event-details ul{
  display: block;
  margin: 10px 0;
}

.row-flex {
  
 display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.fonts-icons{
  width: 100%;
}
.fonts-icons a{
  display: inline-block !important;
  vertical-align: top;
}
.menu,
.footer-inner ul,
.social-list{
text-align: center; 
}
.social-list li a{
  float: left;
}
.social-list li a span{
  float: left;
  margin: 0 10px;
}
.social-list li a i.fa-facebook-f{
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #ea5d5b;
  display: block;
  border-radius: 100px;
  color: #FFFFFF;
  padding: 1px 0;
  float: left;
}
.social-list li a {
  background:transparent;
}
#search_datetimes{
  display: block !important;
  line-height: 35px;
  height: 35px;
  background: #fff !important;
  text-decoration: none;
  white-space: nowrap;
  color: #a1a1a1;
  box-shadow: none;
  border-radius: 5px;
  border: 1px solid;
  font-size: 15px;
  padding: 0 10px;
}

.main-small-navigation #menu-newmenu li.menu-item-has-children > a:after, #footer #menu-newmenu-1 li.menu-item-has-children > a:after { 
  content: ' \25B8';
  color:#fff;
  float: right;
}
#footer #menu-newmenu-1 li.menu-item-has-children > a:after{
  float: none;
}
.row-flex:before, .row-flex:after{
  display: inline-block;
}
.blog-col iframe{
  margin:0 auto;
  display: block;
}
.content-img{
  width: 50%;
  float: left;
  margin-right: 15px;
}
.page-content,
#search-2,
.filter-wrap{
  margin: 25px 0 !important;

}
#events .e-small.events-home-img img{
  height: 200px;
  object-fit: cover;
}
.from-date-event{
  padding: 0 0 0 15px;
}
.to_date_event{
  padding: 0 0 0 34px;
}
.to_time_event{
  padding: 0 0 0 8px;
}

.gform_wrapper #gform_2 div.validation_error{
  background: #ffffff;
}

#gform_confirmation_wrapper_2 div.gform_confirmation_message_2{
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  padding-top: 15px;
}
.events span{
  text-transform: capitalize;
}
.box-layout .event-title{
height: 75px;
line-height: 31px;
font-size: 19px;
font-weight: 600;
}

.box-layout .event-start-date{
  height: 32px;
}

.no-sidebar #content.blog-col-list{
  padding: 40px 0;
}
.Spiritual-page .rss_link, .Spiritual-page .reset{
  display: none;
}
.nopost{
    text-align: center;
    width: 100%;
    display: block;
    margin: 10px 0;
}
.event-details .gform_body input{
  border:solid 1px #ccc;
}
.event-details .gform_footer .gform_button{
  padding: 10px;  
}
#scroll-up{
  z-index: 99999;
  -webkit-overflow-scrolling: touch;
}
body.menu-height{
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

ul, ol{
  margin-bottom: 10px;
  font-size: 18px;
}

ul li, ol li{
 font-size: 18px; 
 list-style-position: inside;
}

.event-details ul li, .event-details table tr td, .event-details ol li{
  font-size: 18px;
}
.entry-content p{
  font-size: 18px;
  margin-bottom: 10px;
}

.event-details{
  float: left;
}

.event-details p{
  font-size: 18px;
  margin: 0 0 10px 0!important;
}
.chosen-container .chosen-drop ul{ padding: 0 0 0 4px !important; }

.main-navigation ul > li > ul > li.menu-item-has-children > a:after{
content: ' \25B8';
color:#000;
float: right;
}
.main-small-navigation ul > li > ul > li.menu-item-has-children > ul{
  display: block !important;
}


.main-small-navigation #menu-newmenu > li.menu-item-has-children > a:after, #footer #menu-newmenu-1 > li.menu-item-has-children > ul > li.menu-item-has-children > a:after { 
  content: ' \25B8';
  color:#fff;
  float: right;
}

#footer #menu-newmenu-1 > li.menu-item-has-children > ul > li.menu-item-has-children > ul, .main-small-navigation #menu-newmenu > li.menu-item-has-children > ul > li.menu-item-has-children > ul{
  display: block !important;

}
.entry-content input{
  border: solid 1px #ccc;
}
.entry-content .post-password-form input[type="submit"]{
  padding: 0 10px;
}
.header_below_text{
  text-align: center; margin-bottom: 10px; display: inline-block;
}
.header_below_live_stream, .header_below_live_stream p{
  text-align: center; margin-bottom: 20px; display: block; color:#296783;
}
.header_below_live_stream a{
  color: #296783;
}

/* HOMEPAGE UPDATES */
h2.alt {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 26px;
}
.intro-content-top > h2 {
    margin-top: 0;
}
.intro-content-top,
.about-mc.centered,
.intro-content-bottom {
    text-align: center;
}
.container.about-mc {
    max-width: 1000px;
}
.highlight-pill {
    display: inline-block;
    background: #c3904d;
    color: #fff;
    padding: 5px 40px;
    border-radius: 40px;
    margin-bottom: 15px;
}
.about-mc h3 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 20px;
    font-weight: 700;
}
.main-navigation ul li.menu-button > a {
    background-color: #ea5d5b;
    border-radius: 5px;
}
@media screen and (min-width:768px){
	h2.alt {
		font-size: 48px;
	}
}
@media screen and (min-width:1025px){
	.main-navigation {
		margin-right: 15px;
	}
}
#retreat,
#newsletter{
    padding: 130px 0;
    padding: 12vw 0 20vw;
}
#newsletter{
    padding: 12vw 0;
}
#retreat {
    background: url(../images/retreat-bg.jpg) no-repeat center center;
        background-size: auto;
    background-size: cover;
}
#newsletter {
    background-size: cover !important;
}
.newsletter-inner {
    max-width: 1100px;
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 0 auto;
}
#retreat:before {
    position: absolute;
    content: "";
    background: url(../images/white-ltbrown-before.png) no-repeat center top;
    float: left;
    width: 100%;
    top: 0px;
    height: 75px;
}
#services:before {
    position: absolute;
    content: "";
    background: url(../images/s4-before.png) no-repeat center top;
    float: left;
    width: 100%;
    top: -83px;
    height: 83px;
    pointer-events: none;
}
.retreat-inner {
    width: 100%;
    color: #fff;
    margin: 0 auto;
}
.retreat-inner h4 {
    color: #fff;
    max-width: 570px;
    margin: 0 auto 20px;
}
a.button {
    color: #fff;
    background: #000;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 5px;
    hover-color: #ea5d5b;
}
a.button:hover {
    background: #ea5d5b;
}
@media screen and (max-width:767px){
	#services:before,
	#retreat:before{
		background: none !important;
	}
	#retreat,
	#newsletter{
		padding: 40px 0;;
	}
}


.newsletter-inner input {
    padding: 15px 15px !important;
    font: 21px/1.6 'Asap', sans-serif !important;
        font-size: 21px;
        line-height: 1.6;
    font-size: 21px;
    line-height: 1.6;
    word-wrap: break-word;
}
.newsletter-inner .gform_wrapper .gform_page_footer .button{
	font-size: 23px;
	background: #000;
		background-image: none;
	border: none;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 8px 31px;
	font-size: 20px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #ffffff;
	font: 21px/1.6 'Asap', sans-serif;
		font-size: 21px;
		line-height: 1.6;
	font-size: 21px;
	line-height: 1.6;
	word-wrap: break-word;
}

.newsletter-inner .gform_wrapper .gform_page_footer {
    border-top: none;
    margin-bottom: 0;
}
.newsletter-inner label {
    color: #fff;
}
.newsletter-inner .gform_wrapper ul.gfield_radio li {
    display: inline-block;
    margin-right: 10px;
}
.newsletter-inner .subscribe-p2 input[type="radio"]{
	margin-bottom: 0 !important;
}
.newsletter-inner .ginput_container_radio {
    margin-top: 0 !important;
}
.gform_wrapper .subscribe-p2 ul.gform_fields li.gfield {
    padding-right: 0;
}

@media screen and (max-width:767px){
	.newsletter-inner .gform_wrapper .gform_page_footer .button.gform_next_button {
		float: right;
		margin: 0;
	}
	.newsletter-inner input,
	.newsletter-inner .gform_wrapper ul.gform_fields li.gfield {
		margin: 0 !important;
	}
	.newsletter-inner .gform_wrapper ul.gform_fields li.gfield {
		padding-right: 16px;
		padding-right: 0;
	}
	.newsletter-inner input.button + input.button {
		margin-top: 10px !important;
	}
}
@media screen and (min-width:768px){
	.newsletter-inner .gform_wrapper .subscribe-p1 ul.gform_fields {
		display: flex;
	}
	.newsletter-inner .gform_page_fields,
	.newsletter-inner .gform_wrapper .gform_page_footer {
		display: inline-block;
		vertical-align: bottom;
		border: none;
	}
	.newsletter-inner .subscribe-p1 .gform_page_fields {
		width: 85%;
	}
	.newsletter-inner .subscribe-p2 .gform_page_fields,
	.newsletter-inner .subscribe-p2 .gform_page_footer {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.newsletter-inner .subscribe-p2 .gform_page_footer{
		padding-top: 0;
		margin-top: 0;
	}
	.newsletter-inner .gform_wrapper .gform_page_footer .gform_button{
		float:right;
		background-color: #ea5d5b;
	}
	.newsletter-inner .gform_wrapper .subscribe-p1 .gform_page_footer {
		width: 12%;
		clear: none;
	}
	#gform_wrapper_2 #gform_fields_2 li.gfield {
		float: left;
		width: 50%;
	}
	.newsletter-inner .gform_wrapper .subscribe-p1 ul.gform_fields > li {
		width: 50%;
	}
	.newsletter-inner .gform_wrapper li.hidden_label .ginput_container_name input,
	.newsletter-inner .gform_wrapper li.hidden_label .ginput_container_email input {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.newsletter-inner .subscribe-p2 input {
		padding: 5px 15px !important;
		margin: 0 0 10px !important;
	}
}
.newsletter-inner .gfield_description {
    color: #fff;
    padding-top: 0 !important;
    margin-top: 0;
    padding-bottom: 10px !important;
    font-style: italic;
}
.newsletter-inner .gform_wrapper .gform_page_footer .gform_button {
    background-color: #ea5d5b;
}

/* EVENT FILTER */
.chosen-container-single .chosen-single {
    border: 4px solid #ea5d5b;
    height: 60px;
    line-height: 50px;
    box-shadow: 0 19px 10px -14px rgba(0,0,0,.2);
}
#search_categories_chosen::before {
    content: "Filter Events";
    font-weight: bold;
    color: #296783;
    text-transform: uppercase;
}
.chosen-container-single .chosen-single div b {
    background-position: 0 16px;
}
.chosen-container-active.chosen-with-drop .chosen-single div b{
	background-position: -18px 16px;
}


/* PASSWORD PROTECTED CATEGORIES */
.ppc-protected-category h1.header-post-title-class::before {
    content: "This content is password protected";
}
.ppc-protected-category #recent-posts-2, #search-2 {
    display: none;
}
.ppc-login-form-container {
    text-align: center;
    padding: 30px;
}
form.ppc-login-form {
    padding: 20px;
    border-radius: 10px;
    background: #eff2f3;
    max-width: 800px;
    margin: 0 auto;
}
.ppc-protected-category .carousel-inner .fill {
    height: 200px;
}

/* VIRTUAL BENEFIT PAGE */
input[type="radio"] {
    margin-top: 0;
}
.inline-grid li {
    display: inline-block;
    width: 49%;
}
li.donation-amounts.divider .gfield_radio {
    border-bottom: 3px solid #c1904b;
    padding-bottom: 10px !important;
}
.gform_wrapper form li.donation-amounts {
    background-color: #f7f0e8;
    position: relative;
    left: 50%;
    margin-left: -50vw !important;
    width: 100vw !important;
    max-width: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.gform_wrapper form li.donation-amounts > div, .gform_wrapper form li.donation-amounts > label {
    max-width: 1320px;
    margin: 0 auto;
    display: block !important;
    padding: 0 15px;
    margin-top: 0 !important;
	margin-bottom: 0 !important;
}
li.donation-amounts.divider {
    padding-bottom: 20px;
}
.inline-grid .gfield_description {
    font-family: 'ivymoderegular';
    font-size: 18px;
    text-align: left;
    margin-top: -15px;
    position: relative;
}
.donation-amounts h3 {
    margin: 0;
    padding: 25px 0;
}
.gform_wrapper .top_label li.donation-amounts ul.gfield_radio {
    margin-bottom: 0;
    padding-bottom: 20px;
}
.donation-amounts .gfield_description {
    padding-top: 0 !important;
    padding-bottom: 25px !important;
}
@media screen and (min-width:480px){
	.inline-grid li {
		display: inline-block;
		width: 33.33%;
	}
}
@media screen and (min-width:800px){
	.inline-grid li {
		display: inline-block;
		width: 16.66%;
	}
}
/* DIGITAL CAMPAIGN */
.promo-banner {
    position: relative;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
    height: auto;
}
.promo-banner h2{
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

/* REMOVE FILTERS FROM VIDEO MEDITATION PAGE */
.page-id-15970 .filter-wrap {
    display: none;
}

/* FOR COLLEGE CATHOLICS PODCAST LANDING */
.podcast-player {
    max-width: 940px;
    margin: 0 auto;
    float: none !important;
    background: #212121;
    padding: 3% !important;
    border-radius: 30px;
    margin-bottom: 20px;
}
.podbean-icon img,
.wpb_single_image.podbean-icon img {
    max-width: 300px;
}
.podcast-dark-callout {
    background: #1b9b92;
    border-radius: 30px;
    margin: 0 auto;
        margin-bottom: 0px;
    max-width: 1170px;
    float: none !important;
    overflow: hidden;
    margin-bottom: 5%;
    padding: 3% !important;
}
.podcast-dark-callout .wpb_content_element {
    margin-bottom: 0;
}
.podcast-dark-callout h2,
.vc_section.cover-section h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    margin-top: 0;
}
.podcast-dark-callout h2 {
    font-weight: 700;
}
.podcast-dark-callout h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}
.podcast-description .vc_column-inner {
    max-width: 1170px;
    margin: 0 auto;
}
.vc_section.cover-section *,
.vc_row.hero-header * {
    padding: 0 !important;
    margin: 0;
    position: unset;
}
.vc_section.cover-section {
    padding: 0;
    margin: 0;
        margin-left: 0px;
    float: none;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
    padding: 5%;
}
.vc_row.hero-header {
    padding: 0;
    margin: 0;
        margin-left: 0px;
    float: none;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
}

.vc_section.cover-section img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    height: 100%;
}
.vc_section.cover-section .content-overlay {
    position: relative;
    z-index: 100;
}
.vc_section.cover-section .content-overlay * {
    color: #fff;
}
.podcast-description .vc_column-inner p:first-child {
    font-size: 110%;
}
.vc_row.hero-header svg {
    position: absolute;
    z-index: 100;
    bottom: 0;
    height: 3em;
    width: 100%;
}
