/** Colors -------------------------**/

body .top-search-row.top-search-row-less-filter #search-auto-complate-append-here-header {
    width: 100% !important;
    border-bottom: 1px solid #f9f9f9;
    margin-left: 5px;
    padding-left: 0;
    box-sizing: border-box;
}

.full-theme.home .top-search-row input#search-by-keyword,
.full-theme.home .top-search-row input#search-by-keyword::placeholder {
	color: #f9f9f9 !important;
}

.full-theme .top-search-row input,
.full-theme .top-search-row select {
    color: #444 !important;
    font-size: 15px;
}

body {
    font-family: 'Open sans', Arial, Helvetica;
    color: #060407;
    font-weight: 400;
    font-size: 13px;
}
a {
  color: #23408f;
  text-decoration: none;
}
a:hover {
  color: #446474;
  text-decoration: none;
}
a.more {
  text-decoration: none;
  color: #23408f!important;
}
a.more:hover {
  color: #446474;
  text-decoration: none;
}
a.vmore {
  text-decoration: none;
  color: #6c8896!important;
}
a.vmore:hover {
  color: #446474;
  text-decoration: none;
}
.astro-featr .a-desc a.vmore {
  text-decoration: none;
  color: #23408f!important;
}
.astro-featr .a-desc a.vmore:hover {
  color: #446474;
  text-decoration: none;
}
.category-itm a.vmore {
  text-decoration: none;
  color: #23408f!important;
}
.category-itm a.vmore:hover {
  color: #446474;
  text-decoration: none;
}
.category-detail .desc a.vmore {
  text-decoration: none;
  color: #23408f!important;
}
.category-detail .desc a.vmore:hover {
  color: #446474;
  text-decoration: none;
}
.breadcrumbs li > a {
  color:#23408f!important;
  font-size:14px!important;
}
.breadcrumbs li> a:hover {
  text-decoration:underline;
}
/** END **/


/** Top bar -------------------------*/

#topbar {
  position: relative;
  background: #23408f!important;
  height: 10px;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}
/** END **/


/* Bottom header ------------------------*/

.list-logo-header{
  text-align: center;
}
.list-logo-header a{
  display: inline-block;
  margin:0 20px;
  vertical-align: middle;
}
.bottom-header{
  padding: 5px 0px 10px;
  background: #f04e23;
  color: #f1f1f1;
}
/** END **/


/** Horizontal search bar **/

.home-spotlight-wrapper.show_less_filter .top-search .inner {
    pointer-events: auto;
    background-color: #9a258f;
    color: #ffffff !important;
}
.full-theme .top-search.apl-event-top-search {
    pointer-events: auto;
    background-color: #9a258f !important;
    color: #fff;
}
.top-search-row .sub-blk .btn.btn-l.lgr.fr {
    display: inline-block;
    background: #f04e23 !important;
    color: #fff !important;
    width: 100px;
    height: 40px;
}
.full-theme .apl-event-top-search .top-search-row .apl-search-btn-reset #clear-event-form {
    border: 1px solid #f04e23 !important;
    font-size: 13px;
}
.form-event .s-rw .lst-lik span.no-line {
    display: inline-block;
    font-size: 11px;
    border: 1px solid #fff;
    margin: 0 4px;
    color: #fff;
    padding: 6px 5px;
}
/** END **/


/**
 * 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 */


div#location_sharing a {
    color: #fff;
  padding-right:20px;
}


.mn-menu .has-child ul.sub-menu>li a {
    font-weight: 500;
    text-transform: uppercase;
}


/** Footer -------------------------------*/

.list-logo{
  text-align: center;
}
.list-logo a{
  display: inline-block;
  margin:10px 5px;
  vertical-align: middle;
}
.clients.nw-bg-black .list-logo a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    margin-right: 30px;
    width: 180px;
}
.menu-footer{
  margin: 0 10px;
  padding: 0;
  list-style: none;
  font-size: 12px;
  text-align: center;
}
.menu-footer > li{
  display: inline-block;
  padding:5px 15px;
  width: 150px;
  vertical-align: top;
}
.menu-footer h3{
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 600;
  color:#fff;	
}
.menu-footer a{
  line-height: 1;
  text-decoration: none;
  color:#fff;
}
.menu-footer a:hover{
  text-decoration: underline;
  color:#384f5a;
}
.menu-footer ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-footer ul li{
  padding: 3px 0;
}
.bg-gray{
  padding: 20px 0;
  border-top: 0px solid #00adef;
  background: #00adef;
  font-family: "pt-sans", sans-serif !important;
}
.footer {
  border-top: 2px solid #fff;
  background: #23408f!important;
  padding: 20px 0;
  color: #fff;
  font-family: "pt-sans", sans-serif !important;
}
.footer > .inner > section.row {
  padding: 0 10px;
  box-sizing: border-box;
}
.fullw.nw-bg-black{
  background-color:#23408f;
  font-family: "pt-sans", sans-serif !important;
}
.copyright {
  padding: 10px 0;
  border-top: 0px solid #ddd;
  background: #ffffff;
  text-align: center;
  font-size: 13px!important;
  font-family: "pt-sans", sans-serif !important;
}
.network {
  padding:10px;
  font-size: 11px;
  background: #ffffff;
  color:#060407;
  font-family: "pt-sans", sans-serif !important;
}
.network a{
  white-space: nowrap;
  line-height: 1.7em;
  color:#999;
}
.network a:hover{
  text-decoration: underline;
}
section.network a:hover {
    color: #2e61a5;
}
@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;}
}
@media (min-width: 769px){
body.full-theme footer .menu-footer {
    margin: 0 auto;
    width: 92%;
}
}
/** End footer ----------------------------------*/


/** 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: 15px;
	}	
}

@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 **/


/* Flash Discount button --------------*/

.b-btn a[data-activity="click-discount"], .btn.btn-l.dt[data-activity="click-discount"] {
    border-color: #23408f !important;
    background:#23408f !important;
    color:#fff !important;
}
.b-btn a[data-activity="click-discount"]:hover, .btn.btn-l.dt[data-activity="click-discount"]:hover {
    border-color:#23408f!important;
    background:#ffffff!important;
    color:#060407!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: #f04e23;
}
/** End horizontal line ----------------*/


/** Constant Contact Form -----------------*/

.ctct-form-wrapper .ctct-form-field {
	width: 95% !important;
}
.ctct-form-wrapper .ctct-form-field .ctct-text,
.ctct-form-wrapper .ctct-form-field .ctct-email,
.ctct-form-wrapper .ctct-form-field .ctct-textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	width: 100%;
	color: #060407;
	height: 38px;
	margin: 1px 0 0 0;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ctct-form-wrapper .ctct-form-field .ctct-textarea {
	height: 85px;
}
.ctct-form-wrapper .ctct-submit {
    font-size: 12px;
    width: 100%;
    text-align: center;
    border: 1px solid #6c8896;
    font-weight: 700;
    padding: 10px 15px;
    color: #fff;
    background-color: #6c8896;
}
.ctct-form-field.ctct-form-field-submit {
	margin-top: 25px;
}
.ctct-form-wrapper .ctct-submit:hover {
	background-color: #5b727d;
	border: 1px solid #6c8896;
}
.ctct-address .ctct-form-field .ctct-text {
	margin-top: 5px;
}
.ctct-disclosure hr {
	border: none;
}
.ctct-disclosure sub {
	font-size: 11px;
}

.ctct-form-description h1,
.ctct-form-description p,
.ctct-disclosure {
	width: 95%;
}
@media (min-width: 992px) {
	.ctct-form-wrapper .ctct-field-half,
	.ctct-form-wrapper .ctct-field-third,
	.ctct-form-wrapper .ctct-field-fourth {
		float: none;
	}
}
@media (max-width: 480px) {
	.ctct-form-wrapper .ctct-form-field {
		width: 100% !important;
	}
	.ctct-form-description h1,
	.ctct-form-description p,
	.ctct-disclosure {
		width: 100%;
	}
} 
/** END Constant Contact Form -------------*/


/** Directory sidebar -----------------------*/

#content_sub ul#sidecolumnlist li ul#utah-sidebar li{
	padding: 4px 0;
}
ul#utah-sidebar{
	list-style-type: none;
    width:98%;
    margin-left:0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
ul#utah-sidebar li{
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
	background: none;
	padding: 4px 0;
	margin: 0;
	font-size:1.1em;
	border:none;
}
#utah-sidebar li a{
font-family: "Oswald", sans-serif;
  text-transform: uppercase;
	background-color: #f04e23;
	display: block;
	color: #fff;
	font-size: 16pt;
	font-weight: 400;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}
#utah-sidebar li a:hover{
	text-decoration: none;
	background-color: #999999;
	/**transition: background-color 0.5s ease; ----*/
}
/** End directory sidebar -------------------------*/


/* #22863 */

@font-face {
    font-family: 'Oswald';
    src: url('https://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://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: #060407 !important;
     text-shadow: none !important;
  }
   body.home .main-menu .mn-menu .nav > li.cur > a {
     color: #fff !important;
  }
}
/* End #22863 */


/* 22864 */

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: 45px;
  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:#f04e23 !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.home.full-theme .list-blog .blog-itm .blog-ttl {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
}

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: #f04e23 !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: 165px !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;
left:0px;top:0px;margin-left:15px
}
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:#060407;
    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}
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;
}

/** @ticket #23311 */

@media (min-width: 1050px) {
    .wc-l {
        width: 620px;
    }

    .wc-r {
        width: 400px;
    }
}
/** 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: 88%;
        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: #23408f;
    }
    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: #23408f;
    }
    body.full-theme.oct__hamburger-mobile .header .top-head.top-head__custom-mobile .top-blk.login-top a:last-child {
        border-left: 1px solid #23408f;
    }
    body.full-theme.oct__hamburger-mobile .header .top-head.top-head__custom-mobile .top-blk.login-top {
        border-top: 1px solid #23408f;
    }
}
/** 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: #23408f;
}

body.full-theme .r-blk.apl-offer-wrapper .btn.btn-l:hover{
    background: #999999;
}
/** @ticket #23343 */


/** @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: #f04e23;
    font-weight: 200;
    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: #f04e23;
    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: #060407;
    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: #23408f;
    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: 120px !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;
    }
}

@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 #060407;
        border-bottom: 1px solid #060407;
        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: #060407;
        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: #060407 !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 #060407;
    }
}

.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: #060407;
    }

    body.full-theme .top-head .logo a {
        margin-left: 55px;
    }

    body.full-theme:not(.apl-default-header) .top-head .top-blk.social-top a:last-child {
        margin-right: 0 !important;
    }
    body .header .top-head .mobile-menu {
        margin-right: 100px !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;
    }
}
/** End @ticket #23374 */


/* Container holding the image and the text */

.container {
  position: relative;
  font-family: 'pt-sans', sans-serif!important;
  font-size: 14px;
  text-align: center;
}


/* Bottom right text --------------------*/

.text-block {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
}


/** Footer Block Buttons -------------------------*/

.btn.btn-2 {
  width: 250px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 5px 0 5px 0;
  box-sizing: border-box;
  background: #f04e23;
  border-color: #f04e23;
  color: #ffffff;
  font-weight: 400;
}
.btn.btn-2 a {
    background:#f04e23 !important;
    border-color:#f04e23 !important;
    color:#ffffff;
}
.btn.btn-2 a:hover {
  background: #2e61a5!important;
  color: #ffffff !important;
}
/** End Footer block buttons -------------------------*/


/** @Ticket #22367 Footer blocks in footer -----------*/

footer .fullw .inner {
  display: flex;
  flex-wrap: wrap;
}

footer .fullw .inner .container {
  width: calc(50% - 10px);
  margin-right: 5px;
  margin-left: 5px;
  background-position: center;
  background-size: cover;
  padding: 50px;
}

footer .fullw .inner .container {
  background-image: url("https://nowplayingutah.com/wp-content/uploads/sites/nowplayingutah.com/images/2026/02/rect-violet-400x200-1.jpg");
}

footer .fullw .inner .container + .container {
  background-image: url("https://nowplayingutah.com/wp-content/uploads/sites/nowplayingutah.com/images/2026/02/rect-violet-400x200-1.jpg");
} 

footer .fullw .inner .container img {
  width: 100% !important;
  display: none;
}

footer .fullw .inner .list-logo {
  width: 100%;
}

footer .fullw .inner p {
  min-width: 100%;
}

.text-block {
  position: relative;
  bottom: auto;
  right: auto;
  padding-left: 0;
  padding-right: 0;
}

.text-block .text-description {
  font-size: 14px !important;
  font-family: 'pt-sans', sans-serif!important;
}

footer .text-block .btn {
  font-weight: bold;
}
.text-block p i.fa {
  font-size: 60px;
  margin-right: 10px;
}

@media (max-width: 992px) {
  footer .fullw .inner {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
  footer .fullw .inner .container {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
/** End @Ticket #22367 Footer blocks ------------------*/


/** Event Date and Times header ------------------*/

.r-blk .r-ttl.datetime{
  height:36px;
  background:#f04e23;
  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;
}
ul.sub-menu.level-1 > li > a:hover, #main_nav li.selected ul li:hover > a {
  color : #060407!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 : #23408f!important;
}
ul.sub-menu.level-2 li a:hover, #main_nav li.selected ul li .menu-hover li:hover > a{
  color : #060407 !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 : #f04e23 !important;
  color: #f9f9f9 !important;
}
ul.sub-menu.level-2 li a, #main_nav li.selected ul li .menu-hover li a{
  color : #f9f9f9 !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 : #23408f!important;
}
/** END Nav Bar sub-menu color ------------------*/


/** Top bar buttons ------------------------*/

body.full-theme #topbar .group-buttons .btn{
    border: 1px solid #23408f;
    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: #f04e23;
    border-color: #f04e23;
    color: #fff;
}
/** END Top bar buttons ------------------------*/


/** Submit Event hover background --------------*/

.apl-btn-submit-event li:hover {
  background-color: #f04e23!important;
  border-color: #f04e23!important;
  color: #ffffff!important;
}
.apl-btn-submit-event a:hover {
  background-color: #f04e23!important;
  border-color: #f04e23!important;
  color: #ffffff!important;
}
/** END Submit Event hover background --------------*/


/** @ticket #23379 - Homepage slider caption and button styles */

body .main-slider .i-slider .i-caption {
    background-color: #23408f !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: 40% !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: #23408f !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) 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 {
    flex-wrap: nowrap;
  }
  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: 139px !important;
    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: 1.9vw;
  }
  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: 20px;
  }
}

/** End @ticket #23610 */

@media (min-width: 1024px) {
	body.event-landing-page .event-detail-article .b-share-cat.has-qrcode, 
  	body.single-event .event-detail-article .b-share-cat.has-qrcode {
    	padding-right: 0px;
    	width: 100% !important;
  	}
}
