/** Top bar -------------------------*/

#topbar {
  position: relative;
  background: #333!important;
  height: 10px;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}
/** END Top bar -------------------------*/


/** User dashboard sidebar --------------------*/

.nav-sidebar {
  background-color: #333333;
}
.dsb-main-nav > ul > li {
  border-bottom-color: #666666;
}
.dsb-main-nav > ul > li > a {
  border-left: 4px solid #666666;
}
.dsb-main-nav > ul > li > a:hover{
  border-left-color: #000000;
}
.dsb-main-nav .sub-nav > ul {
  background-color: #000000;
}
.dsb-main-nav .sub-nav > ul > li {
  border-left-color: #666666;
  border-bottom-color: #666666;
}
.dsb-main-nav .sub-nav > ul > li a:hover{
  background-color: #333333;
}
.dsb-main-nav .sub-nav > ul > li a.active{
    background-color: #111111;
}
/** END user dashboard sidebar --------------*/


/**
 * Override logo
 */
.logo {
    /*width:width_of_logo;
    height:height_of_logo;
    background:url('Logo url') no-repeat;
    */ 
}

@media(max-width: 768px) {
    .logo{
        /*width:width_of_logo;
        height:height_of_logo;
        background:url('Logo url') no-repeat;*/
    }
}

@media(max-width: 480px) {
    .logo{
        /*width:width_of_logo;
        height:height_of_logo;
        background:url('Logo url') no-repeat;*/
    }
}

@media(max-width: 320px) {
    .logo{
        /*width:width_of_logo;
        height:height_of_logo;
        background:url('Logo url') no-repeat;*/
    }
}
/** End override logo */


/** Featured events image background color --------*/

.blog-itm .pic {
  width: 200px;
  max-height: 200px;
  float: left;
  overflow: hidden;
  background: #000;
}
/** END Featured events image background color --------*/


/** Footer -------------------------------*/

.list-logo{
  text-align: center;
}
.list-logo a{
  display: inline-block;
  margin:0 10px;
  vertical-align: middle;
}
.menu-footer{
  margin: 0 10px;
  padding: 0;
  list-style: none;
  font-size: 13px;
  text-align: center;
}
.menu-footer > li{
  display: inline-block;
  padding: 5px 40px;
  vertical-align: top;
  width: 175px;
}
.menu-footer h3{
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 600;
  color:#252525;	
}
.menu-footer a{
  line-height: 1;
  text-decoration: none;
  color:#252525;
}
.menu-footer a:hover{
  text-decoration: underline;
  color:#dd3333;
}
.menu-footer ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-footer ul li{
  padding: 3px 0;
}
.bg-gray{
  padding: 20px 0;
  border-top: 10px solid #bbbbbb;
  background: #ffffff;
}
.footer {
  border-top: 1px solid #dd3333;
  background: #dd3333;
  padding: 20px 0;
  color: #fff;
}
.footer > .inner > section.row {
  padding: 0 10px;
  box-sizing: border-box;
}
.copyright {
  padding: 10px 0;
  border-top: 1px solid #ddd;
  background: #ffffff;
  text-align: center;
}
.network{
  padding:10px;
  font-size: 11px;
  background: #ffffff;
  color:#666;
}
.network a{
  white-space: nowrap;
  line-height: 1.7em;
  color:#999;
}
.network a:hover{
  text-decoration: underline;
}
section.network a:hover {
    color: #dd3333;
}
@media (max-width:480px){.menu-footer.nw-footer>li{width:100%;padding-left:0px;padding-right:0px;}
}
.menu-footer.nw-footer > li{text-align:left;}
.menu-footer.nw-footer h3{font-weight:400;}
@media (max-width:740px){.menu-footer.nw-footer > li{text-align:center;}
}
.menu-footer.nw-footer h3{margin-bottom:0px;}
.menu-footer.nw-footer>li{width:22%;text-align:center;}
@media (max-width:860px){.menu-footer.nw-footer>li{padding-left:0px;}
}
/** End footer ----------------------------------*/


/* Flash Discount button --------------*/

.b-btn a[data-activity="click-discount"], .btn.btn-l.dt[data-activity="click-discount"] {
    border-color: #009ce7 !important;
    background:#009ce7 !important;
    color:#fff !important;
}
.b-btn a[data-activity="click-discount"]:hover, .btn.btn-l.dt[data-activity="click-discount"]:hover {
    border-color:#009ce7!important;
    background:#ffffff!important;
    color:#666666!important;
}
/** END Flash Discount button --------------*/


/** Horizontal line -------------- */

hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
}
/** END Horizontal line -------------- */


/** Directory sidebar -----------------*/

#content_sub ul#sidecolumnlist li ul#bham-sidebar li{
	padding: 4px 0;
}
ul#bham-sidebar{
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 5px;
    margin-left: 0px;
    width: 100%;
}
ul#bham-sidebar li{
	background: none;
	padding: 8px 0;
	margin: 0;
	font-size:1.1em;
	border:none;
}
#bham-sidebar li a{
	background-color: #dd3333;
	display: block;
	color: #fff;
	font-size: 1.375rem;
	font-weight: 600;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#bham-sidebar li a:hover{
	text-decoration: none;
	background-color: #dd6868;
	transition: background-color 0.5s ease;
}
/** End directory sidebar --------------*/


/* #22863 */

@font-face {
    font-family: 'Oswald';
    src: url('https://www.nowplayingutah.com/wp-content/themes/apollo/assets/fonts/oswald/Oswald-VariableFont_wght.ttf');   
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: url('https://www.nowplayingutah.com/wp-content/themes/apollo/assets/fonts/pt_sans/PTSans-Regular.ttf');   
    font-weight: normal;
    font-style: normal;
}

 @media (min-width: 769px) {
   body.full-theme .header {
     position: initial !important;
  }
   body.full-theme.admin-bar #topbar.fixed-topBar + .header.header--fixed {
     position: fixed !important;
  }
   body.full-theme .header {
     background-color: #fff !important;
  }
   body.home .main-menu .mn-menu .nav > li > a {
     color: #333 !important;
     text-shadow: none !important;
  }
   body.home .main-menu .mn-menu .nav > li.cur > a {
     color: #fff !important;
  }
}
/* End #22863 */


/* 22864 Masthead Social icon fixes -----------------*/

body.full-theme:not(.apl-default-header) .top-head .top-blk{
  position: absolute !important;
   /* display:inline-block !important; */
    top: 0px !important;
    left: unset !important;
  
}
 .top-head .top-blk.social-top {
  margin-top: 20px !important;
  height: 15px;
  right: 410px !important;
}
 .top-head .top-blk.social-top a {
   display: inline-block !important;
   margin-right: 15px !important;
   -webkit-border-radius: 50% !important;
   -moz-border-radius: 50% !important;
   border-radius: 50% !important;
   width: 35px !important;
   height: 35px !important;
   border-bottom:none !important;
   background-color:#dd3333 !important;
  color:#fff !important;
   
}
 .social-top a i {
   vertical-align: -8px !important;
   line-height: 35px !important;
   font-size: 20px !important;
}
 .top-head .top-blk.social-top a:hover {
   width: 35px !important;
   background-color: #999 !important;
   color: #fff !important;
   transition: none !important;
}
body .blog-itm .blog-ttl a,
body .blog-itm .b-btn .btn-b{color: #333;text-transform: uppercase;}

body.full-theme:not(.apl-default-header).header-bar--right .header .top-blk.login-top a,
body .header .top-head .top-blk.login-top.custom a {
   margin-right: 15px !important;
   font-size: 16px !important;
   color: #dd3333 !important;
   font-weight: 600 !important;
  text-shadow:none !important;
}
 .top-head .top-blk.login-top {
   height: 45px;
   width:410px;
   margin-top:25px !important;
   right: 0px !important;
   text-align: left;
}
 .top-head .top-blk.login-top a:before {
   content: none !important;
}
 .top-head .top-blk.login-top a i {
   font-size: 24px;
   margin-left: 10px;
   font-weight: 600;
   vertical-align: middle;
}
 body .header .top-head .mobile-menu {
   margin-top: 130px !important;
   height: 60px !important;
   margin-right: 80px !important
}
body .main-menu .mn-menu .nav > li{
  max-width: auto !important;
}
body .mn-menu ul .sub-menu a{
  font-size: 18px !important;
}
body.full-theme .top-head .logo a{
  margin:10px 0px 10px 30px;
}
body.full-theme .top-head .logo img {
  max-height:180px !important;
}

body .home-spotlight-wrapper .main-slider .blk-button-call{
    bottom: unset !important;
    top: 150px;
    right:unset !important;
}
body .home-spotlight-wrapper .main-slider.full:not(.semi-trans-large) .blk-button-call .inner{
   max-width:1275px;
}
.responsive-slider .main-slider .i-slider .i-caption{
    bottom: unset !important;
    top: 30px !important;
    padding-left: 15px !important;
    opacity: 1 !important;
    z-index:3
}
.responsive-slider .main-slider .i-slider .i-caption a{
  line-height: 40px;
  padding-bottom: 5px !important;
}

body .main-slider .blk-button-call .inner{
    text-align: left !important;
    padding-left: 0px !important;
}
body.full-theme .main-slider .blk-button-call .inner .btn.btn-callToAction{
  box-shadow:none !important; 
  font-size: 22px;
  width: auto !important;
  height: 50px !important;
  padding: 10px 15px;
}

body .blog-itm .left-event-time{
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
 border-radius: 0px !important;
}
body .main-slider .i-slider .i-caption{
   background:rgba(0, 0, 0, 0.4) !important;
}
body .main-slider .i-slider .i-caption h4{font-size:32px !important}
@media (max-width: 1111px) and (min-width: 768px) {
   body .header .top-head .mobile-menu {
     margin-top: 0px !important;
  }
}
@media (max-width: 900px) and (min-width: 768px) {
  
   body .menu-footer.nw-footer a{padding-right:10px !important}
    .top-head .top-blk.login-top,
    body.full-theme:not(.apl-default-header) .top-head .top-blk.login-top{text-align: right;top: 50px !important;}
    .top-head .top-blk.social-top{right: 0px !important}
}
@media (min-width: 768px){
  body.full-theme:not(.apl-default-header) .main-menu .mn-menu .nav > li{
    max-width: 220px !important;
  }
}
@media (max-width:767px){
  body .header .top-head .mobile-menu{margin-top:0px !important;margin-right:0px !important}
  .responsive-slider .main-slider .i-slider .i-caption{margin-left:10px}
    body .home-spotlight-wrapper .main-slider .blk-button-call{
     left:10px;   
  }
   body .menu-footer.nw-footer a{padding-right:10px !important}
  
  body.full-theme.oct__hamburger-mobile .header .top-head.top-head__oct-mobile .top-blk.login-top,
  body.full-theme.oct__hamburger-mobile .header .top-head.top-head__oct-mobile .top-blk.social-top{
    position:initial !important; 
    width:100%;
    display:block !important;
    text-align:center;
    float:left;
  }
  body.full-theme.oct__hamburger-mobile .header .top-head.top-head__oct-mobile .top-blk.social-top{
     height:35px;
    margin-top:0px !important;
    margin-bottom:0px !important;
  }
  body.full-theme:not(.apl-default-header).header-bar--right .header .top-blk.login-top a:last-child{
    border-right:none;
  }
  body.full-theme.oct__hamburger-mobile .header .top-head.top-head__oct-mobile .top-blk.login-top{
    margin-top:0px;margin-bottom:20px; 
  }
}
@media (max-width: 480px){
 body.full-theme.oct__hamburger-mobile .header .top-head.top-head__oct-mobile .logo a:first-child img {
    height: 120px !important;
 }
   body.full-theme .main-slider:not(.semi-trans-large) .blk-button-call{
    bottom:30px !important;
     top:unset !important;
  }
  body .top-search-row-less-filter .col-right{
     margin-top:10px;
     padding:0px
  }
  body .header .top-head .top-blk.login-top.custom a{margin-right:5px!important}
  body.full-theme .main-slider .blk-button-call .inner .btn.btn-callToAction {
     height:auto !important; 
  }
  body.full-theme .fullw.clients{padding-left:5px;padding-right:5px}
  body.full-theme:not(.apl-default-header).header-bar--right .header .top-blk.login-top a, body .header .top-head .top-blk.login-top.custom a {
    margin-right: 5px !important;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 360px) and (min-width: 320px){
  .main-slider .flexslider{padding-bottom:0px}
   body.full-theme .header .top-head .top-blk.login-top a:last-child{margin-top: 5px}
  .bookmark-view .container-inner:before{right:55px}
  .bookmark-view .bookmark-view__container{right:-55px}
}
body .grid .blog-itm .blog-t .b-share-cat .bok-mk.bok-mk--clickable{
  display:inline-block !important;
    margin-left:10px;
}
body .top-head .main-menu .mn-menu .nav > li > a,
body .responsive-slider .main-slider .i-slider .i-caption p,
body .header .top-head .top-blk.login-top.custom a,
body .blog-itm .blog-ttl,
footer{
  font-family: "Oswald", sans-serif !important;
}
.responsive-slider .main-slider .i-slider .i-caption p{
  font-size:20px;
  font-family: "PT Sans", sans-serif !important;
}
body .home-spotlight-wrapper .top-search,
body .main-slider.full .slides a,
body .home-spotlight-wrapper .main-slider .blk-button-call a,
body .top-search-row-less-filter .col-right .wrap-form-action .sub-blk .btn,
body .top-search-row.top-search-row-less-filter #search-auto-complate-append-here-header input,
body #featured-event-label,
body .nav-feature-event .tab-list li a,
body .grid .blog-t .b-btn,
body.full-theme .blk-fea-article h2.fea-ttl,
body.full-theme .blk-fea-article.featured-posts-widget h2.fea-ttl,
body.bd-search-less-filter .ui-widget-content,
body.bd-search-less-filter .show_less_filter .top-search-row form .inp.inp-txt,
body.bd-search-less-filter .select2-container--default .select2-results > .select2-results__options{
   font-family:"Oswald", sans-serif !important;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{display:none}
.pojo-a11y-toolbar-open .pojo-a11y-toolbar-toggle a{display:block !important}
body.full-theme #featured-event-label,
body.full-theme .blk-fea-article h2.fea-ttl,
body.full-theme .blk-fea-article.featured-posts-widget h2.fea-ttl{
  font-size :32px;
    color:#110000;
    margin-bottom:20px
}
body.full-theme .nav-feature-event .tab-list li{height:45px}
body.full-theme .nav-feature-event .tab-list li a{font-size:18px;text-transform:uppercase;line-height:45px}
body.full-theme .top-head.top-head__custom-mobile.show-oct__custom-sidebar ._logout_url, ._login_url{
  display:inline-block !important;
}
body.full-theme .top-search-row .calendar-ipt input,
body .top-search-row .select2-container--default .select2-selection--single .select2-selection__placeholder{color:#444}
body .top-search-row-less-filter .col-right .wrap-form-action .sub-blk .btn {
  	font-weight:normal;
  	font-size: 16px;
}
@media (min-width: 992px) {
	body .top-search-row-less-filter .col-right .wrap-form-action .sub-blk .btn {
        font-size: 18px;
    }
}
body.full-theme .featured-posts-widget.left-column{padding-left:0px !important;margin-top:20px}
body.full-theme .blk-fea-article.featured-posts-widget h2.fea-ttl{
	border-bottom:none  
}
body.full-theme.oct__hamburger-mobile .header .top-head.top-head__custom-mobile{
  top: 50px !important;
}
body.full-theme:not(.apl-default-header) .top-head .top-blk.search-box{
	display: none !important;
}
body.full-theme:not(.apl-default-header) .top-head .top-blk.search-box.show-search__box-mobile{
	display: block !important;
    left: 0px !important;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    top: 25px;
    position: absolute !important;
    top: 165px !important;
    z-index: 9999;
}
body.full-theme:not(.apl-default-header).header-bar--right .header .bookmark-view{padding-left:0px;margin-left:0px;margin-top:0px}
body.full-theme:not(.apl-default-header).header-bar--right .header .top-head .bookmark-view .bookmark-view__button{
  margin-right:0px !important;
}
body.full-theme:not(.apl-default-header) .top-head .top-blk.login-top .bookmark-view a.view-all{
  width:100%;text-align:center;
}
body.full-theme:not(.apl-default-header) .top-head .top-blk.login-top .bookmark-view .list-bookmarks a{
  display: block !important;
    text-align: right;
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom:-1px;
    line-height: 24px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 12px 15px;
}
/* END 22864 Masthead Social icon fixes -----------------*/


/** @ticket #23311 */

@media (min-width: 1050px) {
    .wc-l {
        width: 520px;
    }

    .wc-r {
        width: 325px;
    }
}
/** End @ticket #23311 */


/** Custom global page width ------------*/

@media(min-width: 1281px){
    body.full-theme .top-search > .inner,
    body.full-theme .main > .inner,
    .main-slider.full .slides .inner,
    body .home-spotlight-wrapper .main-slider.full:not(.semi-trans-large) .blk-button-call .inner,
    .responsive-slider .main-slider .i-slider .i-caption
    {
        width: 87%;
        max-width: unset;
    }
}
/** End Custom global page width --------*/


/** @ticket #20822 */

@media  (max-width: 767px) {
    body.full-theme.oct__hamburger-mobile .header .top-head.top-head__custom-mobile {
        border-color: #6ca991;
    }
    body.full-theme.oct__hamburger-mobile .header .top-head.top-head__custom-mobile .main-menu.tablet-show .mn-menu .nav>li.has-child>i.apl-menu-arrow::before {
        color: #6ca991;
    }
    body.full-theme.oct__hamburger-mobile .header .top-head.top-head__custom-mobile .btn-closed-bars__oct {
        background-color: #6ca991;
    }
    body.full-theme.oct__hamburger-mobile .header .top-head.top-head__custom-mobile .top-blk.login-top a:last-child {
        border-left: 1px solid #6ca991;
    }
    body.full-theme.oct__hamburger-mobile .header .top-head.top-head__custom-mobile .top-blk.login-top {
        border-top: 1px solid #6ca991;
    }
}
/** End #20822 */


/** @ticket #23342 */

.responsive-slider .main-slider .i-slider .i-caption p{
    font-family: "Oswald", sans-serif !important;
}

body.full-theme .mn-menu ul .sub-menu a,
body.full-theme.single h1.p-ttl,
body.full-theme.single .a-block h4,
body.full-theme.single .tab-list li a, 
body.full-theme.single .blog-bkl .b-btn .btn-b,
body.full-theme.single .blog-itm .b-btn .btn-b,
body.full-theme .r-blk .r-ttl.datetime{
    font-family: "Oswald", sans-serif;
}

body.full-theme .r-blk.apl-offer-wrapper .btn.btn-l{
    background-color: #009ce7;
}

body.full-theme .r-blk.apl-offer-wrapper .btn.btn-l:hover{
    background: #999999;
}


/** @ticket #23355 */

body.full-theme:not(.apl-default-header) .top-head .top-blk.social-top a span{

    visibility: visible;
    transform: scale(1);
    opacity: 1;
    margin-left: 0;
    color: #e40b1a;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    margin-top: 7px;
}

.top-head .top-blk.social-top{
    right: 430px !important;
}

.top-head .top-blk.social-top a{
    margin-right: 25px !important;
}

@media (max-width: 900px) and (min-width: 768px){
    .top-head .top-blk.social-top {
        right: 0 !important;
    }

    body.full-theme:not(.apl-default-header) .top-head .top-blk.social-top{
        margin-bottom: 20px;
    }

    .top-head .top-blk.login-top, body.full-theme:not(.apl-default-header) .top-head .top-blk.login-top{
        top: 70px !important;
    }
}

/** by suhoang*/

@media(min-width: 768px){
    body.full-theme:not(.apl-default-header) .top-head .top-blk.social-top {
        display: flex !important;
    }
}

body.full-theme:not(.apl-default-header) .top-head .top-blk.social-top a {
    background-color: transparent !important;
    width: 45px !important;
    height: auto !important;
    display: flex !important;
    justify-content: center;
    flex-direction: column;
}

body.full-theme:not(.apl-default-header) .top-head .top-blk.social-top a i {
    background-color: #dd3333;
    border-radius: 100%;
    width: 35px !important;
    height: 35px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    body.full-theme.oct__hamburger-mobile .header .top-head.top-head__oct-mobile .top-blk.social-top {
        margin-bottom: 20px !important;
        display: flex !important;
        float: none;
        justify-content: center;
    }
  
  	 .top-head .top-blk.social-top a:last-child {
        margin: 0 !important;
    }
}
body.full-theme:not(.apl-default-header) .top-head .top-blk.social-top a:hover i{
    background: #999;
}
/** End @ticket #23355 */


/** Multi-category select spacing --------------------*/

.accessibilyty-dropdown dd ul li label {
    color: #666;
    display: inline-block;
    top: 10px;
    position: relative;
    float: left;
    padding-left: 3px;
}
/** END Multi-category select spacing -----------------*/


/** @ticket #23360 */

body.full-theme .r-blk.apl-offer-wrapper .btn.btn-l{
    color: white;
}

@media(min-width: 1700px){
    body.full-theme .nav-feature-event .tab-list li{
        width: 120px !important;
    }
}

@media (min-width: 1500px and max-width: 1700px){
     body.full-theme .nav-feature-event .tab-list li{
        width: 100px !important;
    }
}
/** End @ticket #23360 */


/** @ticket #23364 */

@media (max-width: 767px) {
        body.full-theme.oct__hamburger-mobile #topbar .search-box,
        body.full-theme.oct__hamburger-mobile .topbar-content .bookmark-view {
            position: static;
        }

        body.full-theme.oct__hamburger-mobile .topbar-content .top-blk.search-box.show .form-search,
        body.full-theme.oct__hamburger-mobile .topbar-content .bookmark-view .bookmark-view__button.show + .bookmark-view__container {
            width: 96%;
            margin: 2px auto 0;
            top: 100%;
            right: 0;
        }

        .bookmark-view .container-inner:before {
            top: -11px
        }
    }

    @media (max-width: 510px){
        .bookmark-view .bookmark-view__button i {
            font-size: 20px;
        }
    }
/** End @ticket #23364 */


/** @ticket #23362 */

@media(max-width: 480px){

    body.full-theme .blk-fea-article.featured-posts-widget .row.two-col{
        padding-left: 0;
    }
}

@media(max-width: 768px){

    body.full-theme.single-event .breadcrumbs+.astro-detail{
        margin-top: 5px;
    }
}
/** End @ticket #23362 */


/** @ticket #23374 Submit Event drop down ----------*/

.apl-btn-submit-event li:hover .apl-submenu-data {
    display: block !important;
    position: absolute;
    width: 100%;
    top: 30px;
    background-color: #bbbbbb;
    padding-top: 8px;
    padding-bottom: 8px;
    z-index: 1001;
}

body.full-theme #topbar .top-blk.login-top.topbar a:last-child {
    border-left: none;
}

.top-head .top-blk.social-top {
    right: 50px !important;
}

body.full-theme:not(.apl-default-header) .top-head .top-blk.login-top {
    display: none !important;
}

@media (min-width: 767px) {
    body.full-theme.oct__hamburger-mobile #topbar .top-blk.login-top.topbar {
        position: relative;
        margin-left: 10px;
        top: initial;
    }

    body.full-theme:not(.apl-default-header) .top-head .top-blk.social-top {
        top: 10% !important;
      	transform: scale(0.7);
    	transform-origin: top right;
    }
}

@media (min-width: 992px) {
    body.full-theme:not(.apl-default-header) .top-head .top-blk.social-top {
		transform: none;
    }
}

@media (max-width: 767px) {
    body.full-theme.oct__hamburger-mobile
    .header
    .top-head.top-head__oct-mobile
    .top-blk.social-top {
        display: none !important;
    }

    body .header .top-head__custom-mobile.show-oct__custom-sidebar .mobile-menu {
        height: auto !important;
    }

    body.full-theme.oct__hamburger-mobile .header
    .top-head.top-head__custom-mobile
    .top-blk.social-top {
        position: static !important;
    }

    body.full-theme.oct__hamburger-mobile .header .top-head.top-head__oct-mobile .top-blk.login-top {
        display: none !important;
    }

    body.full-theme.oct__hamburger-mobile .header .top-head.top-head__custom-mobile {
        top: 0 !important;
    }

    body.full-theme.oct__hamburger-mobile .header .top-head.top-head__custom-mobile .top-blk.social-top {
        background-color: #fff;
        position: relative !important;
        order: 97;
        right: unset !important;
        margin-top: 0 !important;
        padding: 7px 10px;
        height: auto;
    }

    body.full-theme.oct__hamburger-mobile .header .top-head.top-head__custom-mobile .top-blk.social-top a {
        border: 0;
    }

    body.full-theme.oct__hamburger-mobile .header .top-head.top-head__custom-mobile .top-blk.social-top a span {
        display: none;
    }

    body.full-theme.oct__hamburger-mobile .header .top-head.top-head__custom-mobile .top-blk.social-top a i {
        display: inline-flex;
    }

    body.full-theme .top-head.top-head__custom-mobile.show-oct__custom-sidebar .apl-menu-custom-submit-event {
        display: flex !important;
        padding: 15px 10px;
        order: 98;
        width: 100%;
        z-index: 9999;
        background: #fff;
        border-top: 1px solid #666;
        border-bottom: 1px solid #666;
        font-weight: 700;
        font-size: 20px;
        text-transform: uppercase;
        position: relative;
        justify-content: space-between;
    }

    body.full-theme .top-head.top-head__custom-mobile.show-oct__custom-sidebar .apl-menu-custom-submit-event a {
        color: #000;
        margin-right: 20px;
        line-height: 1.3;
        font-family: "Oswald", sans-serif;
    }

    body.full-theme .top-head.top-head__custom-mobile.show-oct__custom-sidebar .apl-menu-custom-submit-event i {
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    body.full-theme .top-head.top-head__custom-mobile.show-oct__custom-sidebar .apl-menu-custom-submit-event i::before {
        content: "\f105";
        display: inline-block;
        font: normal normal normal 14px / 1 FontAwesome;
        font-size: 20px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        width: auto;
        height: auto;
        border: none;
        color: #6ba991;
        font-weight: 700;
    }

    body.full-theme .top-head.top-head__custom-mobile.show-oct__custom-sidebar .apl-menu-custom-submit-event.show i::before {
        content: "\f107";
    }

    body.full-theme.oct__hamburger-mobile .header .top-head.top-head__custom-mobile .mobile-menu {
        height: auto !important;
    }

    body.full-theme.oct__hamburger-mobile .header .top-head.top-head__custom-mobile .top-blk.login-top {
        height: auto;
        position: relative !important;
        margin-top: 0 !important;
        border-top: 0;
    }

    body.full-theme.oct__hamburger-mobile .header .top-head.top-head__custom-mobile .top-blk.login-top {
        display: none !important;
        justify-content: center;
        flex-wrap: wrap;
    }

    body.full-theme .top-head.top-head__custom-mobile.show-oct__custom-sidebar .apl-menu-custom-submit-event.show + .top-blk.login-top {
        display: flex !important;
    }

    body.full-theme.oct__hamburger-mobile .header .top-head.top-head__custom-mobile .top-blk.login-top a {
        margin: 0 !important;
        text-align: center;
        color: #000 !important;
        font-size: 20px !important;
    }

    body.full-theme.oct__hamburger-mobile .header .top-head.top-head__custom-mobile .top-blk.login-top a:first-child {
        border-right: 1px solid #666;
    }
}

.apl-submenu-data li:hover {
    background-color: #cccccc;
}

@media (min-width: 768px) {
    body.full-theme.oct-transparent--bg:not(.apl-default-header) .header:not(.header--fixed) .main-menu .mn-menu .nav>li>i.apl-menu-arrow::before {
        color: #333;
    }

    body.full-theme .top-head .logo a {
        margin-left: 55px;
      	margin-bottom: 0;
    }

    body.full-theme:not(.apl-default-header) .top-head .top-blk.social-top a:last-child {
        margin-right: 0 !important;
    }
    body.full-theme.header-bar--right .header .top-head .mobile-menu {
        margin-right: 40px !important;
      	margin-top: 0 !important;
    }
}

@media(max-width: 480px){
    body .top-head .mobile-menu .main-menu .mn-menu .nav > li > a,
    body.full-theme .top-head.top-head__custom-mobile.show-oct__custom-sidebar .apl-menu-custom-submit-event,
    body.full-theme.oct__hamburger-mobile .header .top-head.top-head__custom-mobile .top-blk.login-top a{
        font-size: 16px !important;
    }
}

@media (max-width: 900px) and (min-width: 768px){
    .top-head .top-blk.social-top {
        right: 70px !important;
    }
}
@media (min-width: 1700px) {
	body.full-theme.header-bar--right .header .top-head .mobile-menu {
      	margin-top: 130px !important;
    }
}
/** End @ticket #23374 */


/* Container holding the image and the text */

.container {
  position: relative;
  font-family: 'Open Sans', sans-serif!important;
  font-size: 14px;
  text-align: center;
}
/* END Container holding the image and the text */


/* Bottom right text --------------------*/

.text-block {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
}


/** Event Date and Times header ------------------*/

.r-blk .r-ttl.datetime{
  height:36px;
  background:#f99b26;
  color:#fff;
  padding:2px 5px 0 10px;
  font-weight:500
}
/** END Event Date and Times header ------------------*/


/** Nav Bar sub-menu color ------------------*/

ul.sub-menu.level-1 > li > a, #main_nav li.selected li a{
  color : #f9f9f9!important;
  font-weight:400!important;
}
ul.sub-menu.level-1 > li > a:hover, #main_nav li.selected ul li:hover > a {
  color : #222222!important;
  font-weight:400!important;
}
ul.sub-menu.level-1 > li > a:hover, #main_nav li.selected ul li:hover > a {
  background : #f9f9f9!important;
}
.mn-menu .has-child > ul.sub-menu.level-1 > li.has-child > a:after{
  border-color : #f9f9f9 transparent transparent transparent;
}
.mn-menu .has-child > ul.sub-menu.level-1 > li.has-child > a:hover:after{
  border-color : transparent transparent transparent #2e61a5;
}
ul.sub-menu.level-2, #main_nav li.selected ul li .menu-hover li > a{
  background-color : #252525!important;
}
ul.sub-menu.level-2 li a:hover, #main_nav li.selected ul li .menu-hover li:hover > a{
  color : #222222 !important;
  font-weight:400!important;
}
.main-menu .mn-menu .has-child > ul.sub-menu li.has-child .sub-menu li.dropdown:hover > a:after{
  border-color : transparent transparent  transparent #2e61a5 !important;
}
ul.sub-menu.level-2 li a:hover, #main_nav li.selected ul li:hover .menu-hover a:hover{
  background-color : #de6b4a !important;
  color: #f9f9f9 !important;
  font-weight:400!important;
}
ul.sub-menu.level-2 li a, #main_nav li.selected ul li .menu-hover li a{
  color : #f9f9f9 !important;
  font-weight:400!important;
}
.two-tiers #main_nav > li > a:hover{
  background : none !important;
}
.two-tiers #main_nav > li.selected > a{
  background-color :  none !important;
}
ul.sub-menu.level-1, #main_nav > li.selected > a , #main_nav li.selected > ul, .menu-background{
  background-color : #252525!important;
}
/** END Nav Bar sub-menu color ------------------*/


/** Top bar buttons ------------------------*/

body.full-theme #topbar .group-buttons .btn{
    border: 1px solid #6ca991;
    border-radius: 1px;
    padding: 8px 15px;
    line-height: 13px;
    text-transform: uppercase;
    color: #fff;
    margin-right: 15px;
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    margin:5px;
}
body.full-theme #topbar .group-buttons a.btn:hover {
    background-color: #f99b26;
    border-color: #f99b26;
    color: #fff;
}
/** END Top bar buttons ------------------------*/


/** Submit Event hover background --------------*/

.apl-btn-submit-event li:hover {
  background-color: #bbbbbb!important;
  border-color: #bbbbbb!important;
  color: #dd3333!important;
}
.apl-btn-submit-event a:hover {
  background-color: #bbbbbb!important;
  border-color: #bbbbbb!important;
  color: #dd3333!important;
}
.top-blk.login-top.topbar a {
    color: #fff;
    font-weight: 600;
    margin-right: 10px;
    margin-left: 10px;
}
/** END Submit Event hover background --------------*/


/** @ticket #23379 - Homepage slider caption and button styles */

body .main-slider .i-slider .i-caption {
    background-color: #333 !important;
    width: auto !important;
    padding-left: 20px !important;
    padding-right: 18px !important;
}

.responsive-slider .main-slider .i-slider .i-caption {
    padding-left: 14px !important;
}

.responsive-slider .main-slider .i-slider .i-caption {
    top: 60% !important;
}

body .home-spotlight-wrapper .main-slider .blk-button-call {
    top: calc(40% + 120px);
}

@media (min-width: 1280px) {
  .responsive-slider .main-slider .i-slider .i-caption {
    max-width: 86% !important;
  }
}

@media (max-width: 1280px) {
    .responsive-slider .main-slider .i-slider .i-caption {
        margin-left: 10px;
    }

    .responsive-slider .main-slider .i-slider .i-caption {
        max-width: calc(100% - 20px) !important;
    }

    body .home-spotlight-wrapper .main-slider .blk-button-call {
        left: 10px;
    }
}

@media (max-width: 1200px) and (min-width: 979px) {
    .responsive-slider .main-slider .i-slider .i-caption {
        top: 30% !important;
    }

    body .home-spotlight-wrapper .main-slider .blk-button-call {
        top: calc(30% + 130px);
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    .responsive-slider .main-slider .i-slider .i-caption {
        top: 20% !important;
    }
    body .home-spotlight-wrapper .main-slider .blk-button-call {
        top: calc(20% + 120px);
    }
}

@media (max-width: 786px) {
    .responsive-slider .main-slider .i-slider .i-caption h4 {
        font-size: 28px !important;
    }
    body.full-theme .main-slider .blk-button-call .inner .btn.btn-callToAction {
        font-size: 20px;
        height: 45px !important;
        padding: 8px 15px;
    }
}

@media (max-width: 767px) {
    .responsive-slider .main-slider .i-slider .i-caption {
        top: 20% !important;
    }
    body .home-spotlight-wrapper .main-slider .blk-button-call {
        top: calc(20% + 110px);
    }
}

@media (max-width: 730px) {
    body.full-theme .main-slider .i-slider .i-caption h4 {
        overflow: hidden;
        white-space: nowrap;
    }
    .responsive-slider .main-slider .i-slider .i-caption a {
        text-overflow: ellipsis;
    }
}

@media (max-width: 586px) {
    .responsive-slider .main-slider .i-slider .i-caption h4 {
        font-size: 24px !important;
    }
    .responsive-slider .main-slider .i-slider .i-caption p {
        font-size: 18px;
    }
    body.full-theme .main-slider .blk-button-call .inner .btn.btn-callToAction,
    body.full-theme .main-slider .i-slider .blk-button-call .inner .btn.btn-callToAction{
        font-size: 18px;
        height: 40px !important;
        padding: 7px 15px;
    }
}

.responsive-slider .main-slider .i-slider .i-caption p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/** End @ticket #23379 */


/** @ticket #23413 - Event category title text */


/** @ticket #23414 */

footer .fullw .inner .container{
  flex: 1
}
/** End @ticket #23414 */


.tax-event-type .event-thumbs-up-next-the-title .category-ttl a,
.tax-event-type .event-thumbs-up-next-the-title .category-lft-title a,
body .blog-itm .b-btn .btn-b,
body.full-theme .b-btn.category .btn-category,
#apollo-view-more-upcomming-container .more-frm-itm .more-ct h3 a,
#apollo-view-more-past-container .more-frm-itm .more-ct h3 a{
  font-family: "Oswald", sans-serif;
}
/** End @ticket #23413 */


/** @ticket # 234777 */

.list-more-category .more-cat-itm .more-ct h3 a,
.list-more-category .more-cat-itm .b-btn a.btn-b{
    font-family: "Oswald", sans-serif;
}
/** End @ticket # 234777 */


/** @ticket #23438 */

@media (max-width: 480px) {
  .apl-home-slider-display-full.responsive-slider .flexslider .slides {
    background-color: #6ca991 !important;
  }
  .apl-home-slider-display-full.responsive-slider .flexslider .i-slider {
    display: flex;
    flex-direction: column;
  }
  .apl-home-slider-display-full.responsive-slider .flexslider .i-slider>a {
    height: 170px;
    text-align: center;
  }
  .apl-home-slider-display-full.responsive-slider .flexslider .i-slider>a img {
    object-position:center;
    object-fit:cover;
  }
  body.full-theme .flex-direction-nav .flex-prev,
  body.full-theme .flex-direction-nav .flex-next {
    top: 80px;
  }
  body.full-theme .flex-direction-nav .flex-prev {
    left: 30px !important;
  }

	body.full-theme .flex-direction-nav .flex-next{
		right: 30px !important;
	}
  .apl-home-slider-display-full.responsive-slider .main-slider .i-slider .inner {
    margin: 0;
    display: block;
     margin-top: -1px;
    order: 2;
  }
  .apl-home-slider-display-full.responsive-slider .main-slider .i-slider .i-caption {
    position: static;
    margin: 0;
   
    max-width: 100% !important;
    padding-bottom: 30px;
    padding-top: 10px;
  }
  body.full-theme .main-slider:not(.semi-trans-large) .blk-button-call {    
    bottom: unset !important;
    top: 120px !important;
  }
  
  .apl-home-slider-display-full.responsive-slider .flexslider .i-slider>a img{ 
    min-height: 100%; 
  }
  
  .apl-home-slider-display-full.responsive-slider .flexslider .i-slider>a img {
    object-position:center;
    object-fit:cover;
    width: 100%;
    height: 170px;
  }
}

@media (max-width: 400px) {
  body.full-theme .main-slider .i-slider .i-caption h4{
      font-size: 22px !important;
  }
}

@media (max-width: 360px) {
  .apl-home-slider-display-full.responsive-slider .flexslider .i-slider>a,
  .apl-home-slider-display-full.responsive-slider .flexslider .i-slider>a img{
    height: 150px;
  }
  
  body.full-theme .main-slider:not(.semi-trans-large) .blk-button-call {
    top: 100px !important;
  }
  
  body.full-theme .main-slider .i-slider .i-caption h4{
      font-size: 19px !important;
  }
}
/** End @ticket #23438 */


/** Featured Events grid & line spacing ------*/

body.full-theme .grid .blog-blk .list-blog.col-3 .blog-itm,body.full-theme .grid .blog-blk .list-blog.col-4 .blog-itm,body.full-theme .grid .blog-blk .list-blog.col-6 .blog-itm{
  height:unset!important;
  min-height:475px
}
.grid .blog-t .meta.auth{
  line-height:1.3;
  height:60px;
  overflow:hidden
}
body.home.full-theme .list-blog .blog-itm .desc {
    padding-top: 10px;
  font-size:14px;
  line-height:1.5;
}
/** END Featured Events grid & line spacing ------*/


/** @ticket #23610 */
@media (min-width: 768px) {
  body.full-theme:not(.apl-default-header) .top-head {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 1111px) {
  body.full-theme .top-head .logo a {
    margin-left: 0;
  }
  .top-head .top-blk.social-top {
    right: 5px !important;
  }
  body.full-theme:not(.apl-default-header) .top-head .logo {
    width: 170px;
    max-width: 170px;
    flex-shrink: 0;
  }
  body.full-theme:not(.apl-default-header).header-bar--right .header .top-head .mobile-menu {
    margin-top: 5px !important; /* 139px */
    margin-right: 0 !important;
  }
  body.full-theme:not(.apl-default-header).header-bar--right .header .top-head .mobile-menu .main-menu .mn-menu ul.nav {
    justify-content: flex-end;
  }
  body.full-theme:not(.apl-default-header) .top-head .mobile-menu .main-menu .mn-menu .nav>li>a {
    font-size: 15px;
  }
  body.full-theme:not(.apl-default-header) .top-head .mobile-menu ul.nav > li:last-child .sub-menu.level-1 {
    left: auto;
    right: 0;
  }
  body.full-theme:not(.apl-default-header) .mn-menu ul.nav > li:last-child .sub-menu.level-2,
  body.full-theme:not(.apl-default-header) .mn-menu ul.nav > li:nth-last-child(2) .sub-menu.level-2,
  body.full-theme:not(.apl-default-header) .mn-menu ul.nav > li:nth-last-child(3) .sub-menu.level-2 {
    left: auto;
    right: 100%;
    margin-right: 0;
    margin-left: -10px;
  }
}

@media (min-width: 1112px) {
  body.full-theme:not(.apl-default-header) .top-head .mobile-menu .main-menu .mn-menu .nav>li>a{
    font-size: 16px;
  }
}
/** End @ticket #23610 */


/** Nav child menu left align **/

@media (min-width: 1440px){
	body.full-theme:not(.apl-default-header) .top-head .mobile-menu .main-menu .mn-menu .nav>li>a {
    font-size: 20px;
	}
}

@media (min-width: 768px) and (max-width: 850px) {
    body.full-theme:not(.apl-default-header) .top-head .logo {
        max-width: calc(100% - 480px);
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.full-theme:not(.apl-default-header) .top-head .logo {
    padding-top: 15px;
    padding-bottom: 0;
  }

  .top-head .leaderboard-ad{
    margin-top: 35px !important;
  }
  
  body.full-theme:not(.apl-default-header).header-bar--right .header .top-head .mobile-menu {
    float: none;
    width: 100%;
  }    
  body.full-theme:not(.apl-default-header) .top-head .mobile-menu .main-menu.tablet-show {
    margin-right: auto;
  }
  body.full-theme:not(.apl-default-header).header-bar--right .header .top-head .mobile-menu .main-menu .mn-menu ul.nav {
    justify-content: center;
  }
  body.full-theme:not(.apl-default-header) .top-head .mobile-menu .main-menu .mn-menu .nav>li>a {
    font-size: 12px;
    padding: 0 5px;
  }	
}

@media (min-width: 768px) {
    body.full-theme:not(.apl-default-header) .top-head .mobile-menu li:last-child .sub-menu.level-1 {
        left: auto;
        right: 0;
    }
    body.full-theme:not(.apl-default-header) .mn-menu ul li:last-child .sub-menu.level-2,
    body.full-theme:not(.apl-default-header) .mn-menu ul li:nth-last-child(2) .sub-menu.level-2 {
        left: auto;
        right: 100%;
        margin-right: 0;
        margin-left: -10px;
    }
}
/** END nav child menu left align **/


/** Gutenberg image fix ----------------*/

img {
max-width: 100%;
height: auto;
}

.wp-block-image img {
max-width: 100%;
height: auto;
}
/** END Gutenberg image fix ----------------*/


/** Hompage horizontal search bar color --------------- */

.full-theme .top-search.apl-event-top-search {
    pointer-events: auto;
    background-color: transparent!important;
    color: #252525!important;
}
.full-theme .top-search-row {
    font-size: 14px;
    color: #252525!important;
    /*font-family: "Open Sans", sans-serif;*/
}
.full-theme .top-search-keyword {
    font-size: 14px;
    color: #252525!important;
    /*font-family: "Open Sans", sans-serif;*/
}
.home-spotlight-wrapper.show_less_filter .top-search .inner {
    pointer-events: auto;
    background-color: #dddddd;
    color: #252525!important;
}
.top-search-row .sub-blk .btn.btn-l.lgr.fr {
    display: inline-block;
    background: #fff;
    color: #333;
    width: 100px;
    height: 40px;
}
.top-search-row form .inp.inp-txt, .widget-search .inp.inp-txt, .widget-search .select-bkl select {
    font-size: 14px;
    color: #333!important;
    /*font-family: "Open Sans", sans-serif;*/
}
/** END Hompage horizontal search bar color ---------------*/


/** Start Horizontal search bar --------------------*/

.top-search-row{
   padding-left:20px;
   background:#dddddd;
   box-sizing:border-box;
}
.top-search-row .sub-blk .btn.btn-l.lgr.fr, .top-search-row .sub-blk{
  background-color:#252525;
  margin-top: 5px;
  margin-left:24px;
  height: 35px;
 }
.top-search-row .sub-blk .btn.btn-l.lgr.fr:hover {
  background: #dd3333;
  color: #ffffff;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #333;
}
#search-event-m-t .accessibility-icon {
    width: 225px;
}
.form-event .s-rw .inp {
    width: 255px;
    height: 36px;
}
.top-search-row {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 0 0;
    padding-left: 20px;
}
.full-theme .apl-event-top-search .top-search-row .apl-search-btn-reset {
    width: 150px;
    height: 37px!important;
    align-items: center;
}
.home-custom-spotlight.show_less_filter .top-search .inner {
    pointer-events: auto;
    background-color: #f0f0f0;
    color: #fff;
}
/** End Horizontal search bar --------------------*/

/* https://git.elidev.info/nhanlt/apollo-theme/-/issues/172#note_9360 */
article.category-itm .left-event-time {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}