/* =WordPress Core
-------------------------------------------------------------- */
.form-footer .mailpoet_hp_email_label,
.hidden {
	display: none;
}

.popup-holder {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 4;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all .35s ease;
}

.popup-holder .popup {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	height: 100%;
	/*width: 450px;*/
	padding: 30px;
	background: #fff;
	transform: translateX(100%);
	transition: transform .35s ease;
	    overflow-y: scroll;
}

#agile-frame:before,
.popup-holder:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.65);
}

.popup-holder.is-opened {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}
.popup-holder.is-opened .popup {
	transform: translateX(0);
}

#agile-frame{
	z-index: 9999!important;
}

.agile-ajax .error {
	display: none;
}
.agile-ajax.invalid .error {
	display: inline-block;
}

#agile-frame {
	position:fixed;
	z-index:5;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	transition:all .35s ease;
	transform:translateY(100%);
}
#agile-frame.opened {
	transform: translateY(0);
}
#agile-frame .frame-holder {
	position: relative;
	z-index: 2;
	padding: 30px;
	margin: 30px;
	background:#fff;
	width:calc(100% - 60px);
	height:calc(100% - 60px);
}
#agile-frame .head {
	position: relative;
	height: 50px;
}
#agile-frame .frame-content {
	height: calc( 100% - 50px );
}
#agile-frame .close {
	position: absolute;
	right: -22px;
    top: -18%;
	transform: translateY(-50%);
}
#agile-frame .head .close{
	font-size: 3rem;
    color: #464646;
    transition: 0.3s;
}
#agile-frame .head .close:hover{
	color: #ef4e27;
}
#agile-frame iframe {
	width: 100%;
	height: 100%;
	border: none;
}

/* login start */

#login  .popup{
	width: 100%;
}

@media (min-width: 480px){
	#login  .popup {
       width: 450px;
	}
}

#login{
    z-index: 999;
}

#login .buttons{
   	display: flex;
    margin: 43px 0 15px;
}
#login .buttons .grey{
   	 padding: 10px 20px;
    margin-right: 10px;
}

#login .popup-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
    padding: 1em 1.5em;
    border-bottom: 0.125em solid #d6d4d4;
}
#login .popup-header .close{
    font-size: 3rem;
    color: #464646;
    transition: 0.3s;
}
#login .popup-header .close:hover{
	color: #ef4e27;
}
#login .popup-header strong{
    font-size: 1.5em;
    color: #464646;
}
#login .popup-content{
	padding: 30px 0;
	margin-bottom: 15px;
	border-bottom: 0.125em solid #d6d4d4;
}
#login .form-fields .form-group{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
#login .error-message{
	color: #ff0000;
}
#login .form-fields .form-group label{
	padding: 0 0 10px;
	display: block;
}
#login .form-fields {
	padding: 0 0 20px;
}
#login .btn-holder{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

#login .btn-holder .btn{
	border: none;
}
#login .btn-holder .forgot-password{
 	color: #ef4e27;
 	transition: 0.3s;
    margin: 3px;
}
#login .btn-holder .forgot-password:hover{
    color: #464646;
}
#login .popup-footer a{
	color: #ef4e27;
	transition: 0.3s;
}
#login .popup-footer a:hover{
	color: #464646;
}

/* login end */

/* cart start */

#cart .popup,
#tickets  .popup{
	width: 100%;
	padding: 30px 0;
}

@media (min-width: 480px){
	#cart .popup,
	#tickets  .popup {
       width: 450px;

	}
}

#cart .popup-header,
#tickets .popup-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
    padding: 1em 1.5em;
    border-bottom: 0.125em solid #d6d4d4;
}
#cart .popup-header .close,
#tickets .popup-header .close{
    font-size: 3rem;
    color: #464646;
    transition: 0.3s;
}
#cart .popup-header .close:hover,
#tickets .popup-header .close:hover{
	color: #ef4e27;
}
#cart .popup-header strong,
#tickets .popup-header strong{
    font-size: 1.5em;
	color: #ef4e27;
	font-family: "Conv_Axiforma-Bold_1";
}
#tickets .film-info{
    display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 30px;
	margin-bottom: 15px;
	border-bottom: 0.125em solid #d6d4d4;
}
#cart .cart-info {
	margin: 15px 0;
}
#cart .expire-text {
	text-align: center;
}
.expire-text strong {
	display: block;
}

#tickets .film-info .film-img{
	width: 112px;
	margin-right: 15px;
}

#tickets .film-info .film-meta{
	display: flex;
	flex-direction: column;
}
#tickets .film-info .film-meta strong{
    font-size: 1.5em;
    font-family: "Conv_Axiforma-Bold_1";
    line-height: 1.2;
    margin-bottom: 0.125em;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-all;
    margin-bottom: 15px;
}

#tickets .film-info .film-meta span{
	font-size: 16px;
	font-weight: 300;
}

#cart .popup p,
#tickets  .popup p{
	padding: 0 30px;
}

#cart .popup p a,
#tickets .popup p a{
	color: #ef4e27;
	transition: 0.3s;
}

#cart .popup p a:hover,
#tickets .popup p a:hover{
	color: #464646;
}

#cart .popup .content ul li,
#tickets .popup .content ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    /*margin: 10px 0;*/
}
#cart .popup .content ul li strong,
#tickets  .popup .content ul li strong{
	font-family: "Conv_Axiforma-Bold_1";
}
#cart .popup .content ul li:nth-child(2n+1),
#tickets  .popup .content ul li:nth-child(2n+1){
    background-color: #e5e5e5;
}
#cart  .popup .content ul li .form-control,
#tickets  .popup .content ul li .form-control{
	 padding: 0 0.125em;
    text-align: center;
    width: 2.8125em;
}

#cart .popup .content .btn,
#tickets  .popup .content .btn{
	border: none;
	margin: 15px 30px;
}

/* cart end */

.section-intro{
	background-color: #fff;
}
@media (min-width: 1160px){
	.width-apdate .container-content-childe{
		width: auto;
	}
}

.width-apdate .container-content-childe-lg .block-images .card-img {
	width: 100%;
}
.width-apdate .container-content-childe-lg .block-images .card-img img{
    max-width: 870px;
    height: auto;
    width: 100%;
    vertical-align: top;
}
.card-list{
   justify-content: flex-start;
}
#mailpoet_form_1 .mailpoet_text, #mailpoet_form_1 .mailpoet_textarea {
    width: 100%!important;
}
#mailpoet_form_1 .mailpoet_paragraph .mailpoet_submit{
	    padding: 9px 15px;
    background-color: transparent;
    color: #fff;
    font-size: 11px !important;
    border: 1px solid #fff;
    font-family: "Conv_Axiforma-Bold_1";
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 3px;
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
    text-align: center;
    line-height: normal !important;
}
#mailpoet_form_1 .mailpoet_paragraph .mailpoet_submit:hover {
    border: 1px solid #ef4e27;
    color: #ef4e27;
}
@media (min-width: 768px){
	#mailpoet_form_1 .mailpoet_paragraph .mailpoet_submit{
	    padding: 11px 20px;
	}
}
@media (min-width: 480px){
	#mailpoet_form_1 .mailpoet_paragraph .mailpoet_submit{
	    width: 85%;
	}
}

.search-results .type-page{
	padding: 0 0 20px;
}

.type-page .title h2 a,
.type-post .title h2 a{
    color: #000;
}
.type-page .title h2 a:hover,
.type-post .title h2 a:hover{
	color: #ef4e27;
}
.type-page .meta-info a,
.type-post .meta-info a,
.type-post .meta a,
.type-page .meta li a,
.commentlist-holder .meta a,
.commentlist-holder p a,
.type-page .meta-info a a,
.type-post .meta-info a a,
.type-post .meta a a{
	color: #000;
}

.type-page .meta-info a:hover,
.type-post .meta-info a:hover,
.type-post .meta a:hover,
.type-page .meta li a:hover,
.commentlist-holder .meta a:hover,
.commentlist-holder  p a:hover,
.type-page .meta-info a a:hover,
.type-post .meta-info a a:hover,
.type-post .meta a a:hover{
	color: #ef4e27;
}
.meta
.container-content-childe .navigation.pagination{
	padding-top: 15px;
}
.container-content-childe .navigation.pagination .page-numbers{
	color: #333;
}
.container-content-childe .navigation.pagination .page-numbers.current{
	color: #ef4e27;

}
.container-content-childe .navigation.pagination .page-numbers.next,
.container-content-childe .navigation.pagination .page-numbers.prev{
	color: #fff;
	margin: 5px;
}
.container-content-childe .navigation.pagination .page-numbers.next:hover,
.container-content-childe .navigation.pagination .page-numbers.prev:hover{
	color: #ef4e27;
}
.container-content-childe .navigation.pagination a:hover{
	color: #ef4e27;
}

.post.type-post .title h1{
    color: #464646;
}
/*.search-results .container-content-childe{
    margin: 0 10px;
}*/
.section-rubric .title strong {
	color: #000;
	font-size: 44px;
	text-transform: uppercase;
	font-family: "Conv_Axiforma-ExtraBold";
}

.two_third{
	display: flex;
	align-items: center;
	    margin-top: -15px;
}
.two_third p{
	margin: 5px;
}
.one_third  span strong{
	color: #f9461c;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px !important;
	display: inline-block;
	letter-spacing: inherit;
	padding: 0;
}
.two_third .button{
   	 padding: 9px 15px;
    background-color: transparent;
    color: #fff;
    font-size: 11px !important;
    font-family: "Conv_Axiforma-Bold_1";
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 3px;
    -webkit-transition: .3s;
    transition: .3s;
    width: 158px;
    text-align: center;
    line-height: normal !important;
}
.play3{
	    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    display: block;
}
.play3 #player_1{
	    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px){
	 .btn {
	    padding: 11px 20px;
	}
}
@media only screen and (max-device-width: 640px) and (min-device-width: 320px){
	.one_half, .one_third, .two_third, .three_fourth, .one_fourth {
	    width: 100%;
	    margin-bottom: 20px;
	}
}
@media only screen and (max-width: 900px){
    .one_half, .one_third, .two_third, .three_fourth, .one_fourth {
	    width: 100%;
	    margin-bottom: 20px;
	}

}

.post-content p a{
	    transition: 0.3s;
}
.post-content p a:hover{
	color: #ef4e27;
}
.post-content ul{
	    margin: 0 0px 20px 40px;
	        list-style-type: initial;
}
.post-content ul li{
	margin-bottom: 10px;
}
.post-content ul li ul{
	margin: 0 0px 20px 0px;
}
.post-content div h3{
	font-size: 36px !important;
	    line-height: 24px !important;
	        color: #333333 !important;
	        font-family: "Conv_Axiforma-ExtraBold";
}

.one_third  em{
	float: left;
	margin-right: 15px;
	    display: block;
    margin-bottom: 15px;
}
.post-content p strong{
	    font-size: 15px;
	        line-height: 20px !important;
	        display: inline-block;
	        letter-spacing: inherit;
	        padding: 0;
}

.post-content h3 strong{
	    font-size: 36px !important;
        line-height: 24px !important;
        letter-spacing: inherit;
        font-family: "Conv_Axiforma-ExtraBold";
}
.post-content h3{
	padding: 0;
}
.post-content a.btn,.post-content a.btn:hover{
	border-style:solid;border-color:#f9461c!important;border-width:1px!important;color:#ffffff!important;}
	.post-content a.btn,
	.post-content a.btn,
 	.post-content a.btn{background: #f9461c,#f9461c;
	background-image: -webkit-gradient( linear, left bottom, left top, from( #f9461c,#f9461c ), to( #f9461c,#f9461c ) )!important;
	background-image: -webkit-linear-gradient( bottom, #f9461c,#f9461c, #f9461c,#f9461c )!important;
	background-image:    -moz-linear-gradient( bottom, #f9461c,#f9461c, #f9461c,#f9461c )!important;
	background-image:      -o-linear-gradient( bottom, #f9461c,#f9461c, #f9461c,#f9461c )!important;
	background-image: linear-gradient( to top, #f9461c,#f9461c, #f9461c,#f9461c )!important;}
.post-content a.btn{
	background: #e9421b,#f9461c;
				background-image: -webkit-gradient( linear, left bottom, left top, from( #e9421b,#f9461c ), to( #e9421b,#f9461c ) )!important;
				background-image: -webkit-linear-gradient( bottom, #e9421b,#f9461c, #e9421b,#f9461c )!important;
				background-image:    -moz-linear-gradient( bottom, #e9421b,#f9461c, #e9421b,#f9461c )!important;
				background-image:      -o-linear-gradient( bottom, #e9421b,#f9461c, #e9421b,#f9461c )!important;
				background-image: linear-gradient( to top, #e9421b,#f9461c, #e9421b,#f9461c )!important;}
.donate-content iframe{
		    width: 100%;
    height: 400px;
    border: navajowhite;
    overflow: visible;
}

.list-showtimes li{
	padding: 15px 0 25px;
}

.list-showtimes ul li a{
	padding: 7px 10px;
    border: 1px solid #ef4e27;
    display: block;
    margin-bottom: 5px;
}
.list-showtimes ul li a:hover{
	background-color: #ef4e27;
    color: #fff;
}

h2{
	font-family: "Conv_Axiforma-ExtraBold";
	font-size: 48px;
}
h3{
	color: #ef4e27;
	font-size: 36px;
	font-family: "Conv_Axiforma-ExtraBold";
}
h4{
	font-size: 28px;
	font-family: "Conv_Axiforma-ExtraBold";
}
h5{
	font-size: 20px;
	font-family: "Conv_Axiforma-ExtraBold";
	color: #ef4e27;
}
h6{
	font-size: 20px;
	font-family: "Conv_Axiforma-ExtraBold";
}


.card-content .wp-block-embed-youtube{
	margin: 0;
}

.card-content .wp-block-embed__wrapper{
	position: relative;
	padding-bottom: 57%;
}
.card-content .wp-block-embed__wrapper iframe{
	width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.info-playing h2{
	    font-size: 32px;
}


.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  display: none;
}
.loading + .spinner {
  display: block;
}

.spinner > div {
  background-color: #ef4e27;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.slide-content h1{
	max-width: 700px;
}


.slide-content.shadow h1{
    text-shadow: 3px 1px 6px rgba(24,10,6,0.78);
}
.slide-content.shadow .time{
	text-shadow: 3px 1px 6px rgba(24,10,6,0.78);
}
.slide-content.shadow p{
	text-shadow: 3px 1px 6px rgba(24,10,6,0.78);
}
.slide-content.shadow .title em,
.slide-content.shadow .title span{
	text-shadow: 3px 1px 6px rgba(24,10,6,0.78);
}
.slide-content.shadow a{
	box-shadow: 3px 1px 6px rgba(24,10,6,0.78);
	text-shadow: 3px 1px 6px rgba(24,10,6,0.78);
}
@media (min-width: 768px){
	.dropdown li a{
		text-align: right;
	}
	.slide-content h1{
		font-size: 68px;
		line-height: 64px;
	}
	.slide-content{
		padding: 68px 0;
	}
}


.slider-home .slide-item-holder{
	position: relative;
}
.slider-home .slide-item-holder .container{
 position: relative;
 z-index: 22;
}

.slider-home .slide-item-holder.gradient:after{
	content: '';
	background-image: url(images/bg-layer-slide.png);
	background-repeat: no-repeat;
	background-size: 50% 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    display: block;
    z-index: 0;
}



@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}