/* 
Theme Name:		 Hello Child Elementor
Theme URI:		 https://www.helpfulinsightsolution.com/
Description:	 Hello Child Elementor is a child theme of Hello Elementor, created by HIPL
Author:			 HIPL
Author URI:		 https://www.helpfulinsightsolution.com/
Template:		 hello-elementor
Version:		 1.0.0
Text Domain:	 hello-child-elementor
*/


/*
    Add your custom styles here
*/




/*
Theme Name: JACRO Specto
Theme URI: https://jacro.com
Author: JACRO
Author URI: https://jacro.com
Description: JACRO Specto is a heavily modified verions of the Specto WordPress theme by Klevermedia with additional content, functionality and a direct integration with JACRO's online ticketing
Version: v1.3.1
Text Domain: jacro
License: GPL V2
License URI: http://www.gnu.org/licenses/gpl-2.0.html


-- Body
-- WordPress specific
-- Movie search
-- Headings
-- Sections
-- Hero
-- Content header
-- Scroll nav
-- Static nav
-- Social profiles
-- Nav
-- Dropdown
-- Buttons
-- Movie slider
-- Tabs
-- Accordion
-- Sinlg gallery
-- Call to action
-- News
-- Theme unit test
-- Comments
-- Pagination
-- Sidebar
-- Single movie
-- Movie sidebar
-- Showtimes
-- Movie info
-- Icon box
-- Form
-- WordPress specific
-- News carousel
-- Footer
-- Keyframes
-- Responsive

*/

/**  Body  **/
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.helvetica 
 a.elementor-button {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
::-moz-selection {
    color: #fff;
    background: #008080;
}

::selection {
    color: #fff;
    background: #008080;
}

html,
body {
    nav ul li.menu-item-has-children:hover .sub-menu {
    display: block;
}
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding: 0;
    margin: 0;
/*     height: 100%; */
    color: #333;
	background-color: #add8e6ad !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wrapper {
    overflow-x: hidden;
}

a,
a:active,
a:visited {
    cursor: pointer;
    transition: all 300ms ease-in-out;
    text-decoration: none;

    color: #ec7532;
    outline: none;
    box-shadow: none;
}

a:hover {
    text-decoration: none;
}

*:active,
*:focus {
    outline: none !important;
    box-shadow: none !important;
}

p {
    margin: 0 0 12px 0;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-family: "Lato", Sans-serif;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4em;

    position: relative;

    margin: 0 0 10px 0;
    padding: 0 0 20px 0;
}

h2:after,
h3:after,
h4:after,
h5:after {
    position: absolute;
    right: auto;
    bottom: -1px;

    display: block;

    width: 125px;
    height: 4px;

    content: '';

    background-image: linear-gradient(to right, #fbbd61, #ec7532);
}

.no-underline h2, h2.no-underline,
.no-underline h3, h3.no-underline,
.no-underline h4, h4.no-underline,
.no-underline h5, h5.no-underline {
    padding: 0;

    border-bottom: none;
}

.no-underline h2:after, h2.no-underline:after,
.no-underline h3:after, h3.no-underline:after,
.no-underline h4:after, h4.no-underline:after,
.no-underline h5:after, h5.no-underline:after {
    display: none !important;
}

body h2 {
    font-size: 18px;

    margin-bottom: 40px;

    letter-spacing: 1.7px;
    text-transform: uppercase;

    color: #ec7532;
}

body h3 {
    font-size: 24px;
    font-weight: 300;

    letter-spacing: 1px;

    color: #101010;
}

.center {
    text-align: center;
}

.center:after {
    left: 50%;

    margin: 0 auto;
    margin-left: -62.5px;
}

.right {
    text-align: right;
}

.right:after {
    right: 0;
}
.banner-heading h1{
    line-height: 1.4em;
    margin: 0 0 10px;
}
.elementor-widget-heading > .elementor-widget-container {
    position: relative;
    height: auto !important;
}
.elementor-widget-heading > .elementor-widget-container h3.elementor-heading-title {
    position: initial;
}
span.title {
    font-size: 14px;

    letter-spacing: 2px;
    text-transform: uppercase;

    color: #fbbd61;
}

*:focus {
    outline: none;
    box-shadow: none;
}

blockquote {
    font-size: 18px;

    position: relative;

    min-height: 135px;
    margin: 45px 0;
    padding: 30px 30px 30px 135px;

    color: #4a4a4a;
    border: solid 1px #d8d8d8;
}

blockquote:before {
    font: normal normal normal 24px/1 FontAwesome;
    font-size: 24px;
    font-style: normal;
    line-height: 1;
    line-height: 75px;

    position: absolute;
    top: 30px;
    left: 30px;

    display: inline-block;
    overflow: hidden;

    width: 24px;
    width: 75px;
    height: 24px;
    height: 75px;

    content: '\f10d';
    text-align: center;
    text-transform: none;

    color: #fff;
    border-radius: 50%;
    background-color: #ec7532;

    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: 'liga' 1;
            font-feature-settings: 'liga' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input {
    font-family: "Lato", Sans-serif;
    height: 38px;
    border-radius: 3px;
    border: 1px solid #000;
    font-size: 16px;
    padding: 0px 12px !important;
}
input:focus,
input:active,
textarea:focus,
textarea:active,
select:focus,
select:active {
    border-color: #fbbd61;
    box-shadow: 0 0 15px rgba(251, 189, 97, .4);
}

hr.space-10 {
    display: block;

    height: 10px;
    margin: 0;

    border: none;
}

i.material-icons {
    display: inline-flex;

    vertical-align: middle;
}

.wrapper {
    overflow-x: hidden;
}

hr.space-40 {
    height: 40px;
    margin: 0;

    border: none;
}

/**  WordPress specific  **/
#jacro_iframe {
    width: 1px;
    min-width: 100%;
    *width: 100%;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    -webkit-overflow-scrolling: touch;
}

.screen-reader-text {
    display: none;
}

.edit-link {
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;

    display: inline-block;
    transition: all 300ms ease-in-out;

    opacity: .8;
}

.edit-link a {
    font-size: 13px;

    display: block;

    padding: 10px 20px;

    letter-spacing: 2px;
    text-transform: uppercase;

    color: #fff;
    background-color: #fbbd61;
    background-image: linear-gradient(to right, #fbbd61, #ec7532);
}

.edit-link:hover {
    opacity: 1;
}

.edit-link:hover a {
    color: #fff;
    background: #ec7532;
}

.error-search {
    margin-top: 40px;
}

.error-search label {
    display: inline-block;
}

.error-search .search-field {
    width: auto;
    min-width: 200px;
}

.error-search .search-submit {
    margin-left: -5px;
    padding: 10.5px 15px;

    -webkit-transform: translateY(1px);

            transform: translateY(1px);

    color: #fff;
    border-radius: 0;
    background: #ec7532;
}

/**  Movie search  **/

.movie-search {
    position: relative;
    z-index: 99;

    overflow: hidden;

    height: 0;
    transition: all 300ms ease-in-out;
}

.movie-search input {
    border: none;
}

.movie-search .btn {
    position: absolute;
    top: 0;
    right: 0;

    padding: 14px 30px;
    transition: none;
            transition: all 300ms ease-in-out;

    color: #fff;
    background-color: #ec7532;
    border-radius: 0;
}

.movie-search .btn:hover {
    color: #fff;
}

/**  Headings  **/

.heading .tel,
.heading .search {
    font-size: 14px;
    font-weight: bold;

    display: flex;
    float: right;

    margin-top: 30px;

    color: #fff;
}

.heading .tel {
    margin-right: 15px;
}

.heading .search {
    padding-left: 15px;

    border-left: 1px dotted rgba(255, 255, 255, .5);
}

.heading .tel i,
.heading .search i {
    font-size: 17px;

    width: 14px;
    margin-right: 5px;

    color: #fff;
}

.heading .tel a,
.heading .search a {
    transition: all 300ms ease-in-out;

    color: #fff;
}

.heading .search a:hover i {
    color: #fbbd61;
}

/**  Sections  **/

/* section {
    border: 1px solid #d8d8d8;
} */

.section {
    padding-top: 75px;
    padding-bottom: 75px;
}

.section.negative-margin {
    margin-top: -140px;
}

.section.small-padding {
    padding: 50px 0;
}

.border-top {
    border-top: 1px solid #d8d8d8;
}

.dark {
    color: #fff;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
    z-index: 1;

    color: #fff;
    border-bottom-color: #333;
}

.remove-bottom-padding {
    padding-bottom: 0;
}

.right-align {
    text-align: right;
}

/**  Hero  **/

#hero {
    overflow: hidden;
    height: 680px !important;
}

#hero .scroll,
#content_hero .scroll {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;

    margin-left: -45px;

    -webkit-animation: ScrollDown 1.5s infinite;
            animation: ScrollDown 1.5s infinite;
}

#hero .carousel {
    height: 100%;
}

#hero .carousel-inner,
#hero .carousel-inner .item {
    height: 100%;
    min-height: 580px;

    text-align: center;

    background-color: #000;
    background-position: center;
    background-size: cover;
    background-position: 50% 25% !important;
}

#hero .carousel-inner .item:before,
#content_hero:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 100%;
    content: '';
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.41) 0%, rgba(0, 0, 0, 0) 100%);
}

#hero .container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: flex;

    margin: auto;

    -webkit-transform: none;
            transform: none;

    align-items: center;
    justify-content: center;
}

#hero .container .blurb,
#content_hero .container .blurb {
    position: relative;

    width: 100%;
    margin-top: 50px;

    -webkit-animation: Blurb .5s .5s forwards;
            animation: Blurb .5s .5s forwards;
    text-align: left;

    opacity: 0;
}
.film_row  h1, .film_row h2, .film_row h3, .film_row h4, .film_row h5, .film_row h6 {
    line-height: 1.4em;
    border-bottom: 1px solid #d8d8d8;
}
.left-inner-menu .current-menu-item{
	display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    
    #hero .container .blurb,
    #content_hero .container .blurb {
        margin-top: 150px;
    }

}

#hero .container .blurb h1,
#content_hero .container .blurb h1 {
    font-size: 52px;
    font-weight: 300;

    padding: 0;

    -webkit-animation: Heading .5s .5s forwards;
            animation: Heading .5s .5s forwards;
    letter-spacing: 3px;

    opacity: 0;
    color: #fff;
    border: none;
}

#hero .container .blurb .buttons {
    padding-bottom: 1px;

    -webkit-animation: Buttons .5s .5s forwards;
            animation: Buttons .5s .5s forwards;

    opacity: 0;
}

#hero .container .blurb p,
#content_hero .container .blurb p {
    font-size: 18px;

    color: #fff;
}

#hero .container .blurb .certificate,
#content_hero .container .blurb .certificate {
    font-size: 13px;
    font-weight: bold;
    line-height: 48px;

    display: inline-block;

    width: 48px;
    height: 48px;
    margin-right: 8px;

    -webkit-transform: translateY(2px);

            transform: translateY(2px);
    text-align: center;

    color: #fff;
    border: solid 2px #fff;
    border-radius: 50%;
}

/* Fade transition for carousel items */

.carousel-fade .carousel-inner .item {
    transition-property: opacity;

    opacity: 0;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    z-index: 1;
    left: 0;

    opacity: 0;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);

        opacity: 0;
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);

        opacity: 0;
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);

        opacity: 1;
    }
}

/* Carousel indicators */

.carousel-indicators {
    position: absolute;
    bottom: 60px;
    left: 0;

    width: 100%;
    margin-left: 30px;

    text-align: left;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 0 8px 0 0;

    border: solid 2px #fff;
}

/**  Content header  **/

.single-page-header {
    margin-bottom: 60px;
}

#content_hero {
    position: relative;
    transition: all 300ms ease-in-out;

    background-color: #101010;
    background-position: center;
    background-size: cover;
}

#content_hero:before {
    top: auto;
    height: 100%;
}

#content_hero .container .blurb {
    margin-top: 200px;
    margin-bottom: 100px;
}

#content_hero .container .blurb h1 {
    -webkit-animation: none;
            animation: none;

    opacity: 1;
}

#content_hero .buttons .btn {
    margin-right: 15px;
}

#content_hero .star-rating i.grey {
    color: rgba(255, 255, 255, .2);
}

/* Back to top */

#back-to-top {
    font-size: 12px;
    line-height: 45px;

    position: fixed;
    z-index: 9999;
    right: 40px;
    bottom: 40px;

    width: 45px;
    height: 45px;

    cursor: pointer;
    transition: opacity 1s ease-out;
            transition: all 300ms ease-in-out;
    text-align: center;

    opacity: 0;
    border: 0;
    border-radius: 2px;
    background: rgba(27, 29, 30, .8);
}

#back-to-top:hover {
    color: rgb(27, 29, 30);
}

#back-to-top.show {
    opacity: 1;
}

/**  Scroll navigation  **/

.admin-bar .navbar.banner--clone {
    top: 0;
}

.navbar.banner--clone {
    position: fixed;
    min-height: auto;
    z-index: 999;
    top: 0;
    left: 0;

    width: 100%;
    padding: 0;
    transition: all 300ms ease-in-out;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);

    background: #101010;
}

.navbar.banner--clone .nav li.dropdown:hover .dropdown-menu {
    -webkit-transform: translateY(9px);
            transform: translateY(9px);
}

.navbar.banner--clone .nav {
    position: static;

    float: right;

    margin: 11px 0 0 0 !important;

    border-bottom: none;
}

.navbar.banner--clone .nav li:after,
.navbar.banner--clone .nav li.active a:after,
.navbar.banner--clone .nav li.current_page_parent a:after {
    bottom: -11px;
}

.navbar.banner--clone .heading {
    display: none;
}

.navbar.banner--clone img {
    max-height: 40px;
    margin: 15px 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.navbar.banner--clone .nav li a {
    font-size: 12px;

    padding: 20px;
}

.navbar.banner--clone .nav li.active a,
.navbar.banner--clone .nav li.current_page_parent a {
    color: #fbbd61;
}

.navbar.banner--stick {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
}

.admin-bar .navbar.banner--stick {
    top: 32px;
}

/**  Stacic nav  **/

.static-header .navbar {
    position: static;

    background: #101010;
}

.static-header .navbar .logo {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
}

.admin-bar .static-header .navbar.banner--clone {
    position: absolute;
}

/**  Social profiles  **/

.navbar.banner--stick ul.social-profiles {
    display: inline-block;
}

ul.social-profiles {
    display: none;
    float: right;

    margin: 18px 0 0 0;
    padding: 0;

    list-style: none;
}

ul.social-profiles li {
    display: inline-block;
}

ul.social-profiles li a {
    font-size: 12px;
    line-height: 34px;

    display: block;

    width: 34px;
    height: 34px;

    text-align: center;

    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
}

ul.social-profiles li a:hover {
    color: #101010;
    background: #ec7532;
}

/**  Navigation  **/

.site-title {
    display: inline-block;

    -webkit-transform: translateY(20px);

            transform: translateY(20px);
}

.site-title a {
    display: block;
}

.site-name {
    font-size: 22px;

    display: block;

    color: #ec7532;
}

.site-tagline {
    display: block;

    color: #fff;
}

.logo {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.logo img {
    max-width: 200px;
    max-height: 120px;
}

.navbar-toggle {
    transition: all 300ms ease-in-out;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}

.navbar-toggle.minimize {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}

.admin-bar .navbar {
    top: 32px;
}

/** Buttons **/

.btn,
input[type='submit'] {
    font-size: 13px;
    font-weight: normal;

    position: relative;

    overflow: hidden;

    width: auto;
    padding: 12px 24px;

    letter-spacing: 4px;
    text-transform: uppercase;

    color: #fff;
    border-width: 2px;
    border-radius: 30px;
}

.btn i,
.btn:hover i {
    position: relative;
    z-index: 1;

    display: inline-flex;

    vertical-align: middle;

    color: #fff;
}

.btn-default {
    border: none;
    background-image: linear-gradient(to right, #fbbd61, #ec7532);
}

.btn-default span,
.btn-default span:hover,
.btn-ghost span:hover {
    position: relative;
    z-index: 1;

    color: #fff;
}

.btn-default:hover:before {
    width: 140%;
}

.btn-default:before,
.btn-ghost:before {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: -15px;

    width: 0;
    height: 100%;

    content: '';
    transition: .4s;
    -webkit-transform: skewX(30deg);
            transform: skewX(30deg);

    opacity: 0;
    background: #ec7532;
}

.btn-primary {
    border: none;
    background: #ec7532;
}

.btn-ghost,
input[type='submit'] {
    transition: all 300ms ease-in-out;

    color: #ab1025;
    border-color: #ab1025;
    background: transparent;
}

.btn-ghost:hover span {
    color: #fff;
}

.btn-ghost:hover:before {
    z-index: -1;

    width: 140%;

    opacity: 1;
}

.btn-ghost:hover {
    color: #fff;
}

.btn-ghost i {
    color: #ec7532;
}

button.btn-default,
button.btn-primary {
    transition: all 300ms ease-in-out;
}

button.btn-default:before,
button.btn-primary:before {
    display: none;
}

button.btn-default:hover,
button.btn-primary:hover {
    color: #fff;
    background: #fbbd61;
}

input[type='submit']:hover {
    color: #fff;
    background: #ab1025;
}

a.arrow-button {
    font-size: 12px;

    position: relative;

    letter-spacing: 4px;
    text-transform: uppercase;

    color: #ec7532;
}

a.arrow-button:after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    font-weight: bold;

    position: absolute;
    top: 0;

    display: inline-block;

    margin-left: 5px;

    content: '\f105';
    text-transform: none;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a.arrow-button:hover {
    color: #101010;
}

/**  Movies slider  **/

.slick-list {
    margin: 0 -15px;
}

.slick-slide {
    margin: 0 15px;

    text-align: center;
}

.slick-slider .slick-arrow {
    font-size: 40px;

    position: absolute;
    top: 35%;

    cursor: pointer;
    transition: all 300ms ease-in-out;
}

.slick-slider .slick-arrow.left {
    left: -65px;
}

.slick-slider .slick-arrow.right {
    right: -65px;
}

.slick-slider .slick-arrow.left:hover {
    left: -60px;

    opacity: .6;
}

.slick-slider .slick-arrow.right:hover {
    right: -60px;

    opacity: .6;
}

.slick-slide .movie-poster {
    position: relative;

    overflow: hidden;

    margin-bottom: 20px;

    border-radius: 4px;
}

.slick-slide .movie-poster img {
    width: 100%;
    transition: .5s ease-in-out;
}

.slick-slide .movie-poster:hover img {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}

.slick-slide .movie-poster:before {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: -110px;

    width: 0;
    height: 100%;

    content: '';
    transition: .5s;
    -webkit-transform: skewX(14deg);
            transform: skewX(14deg);

    opacity: .9;
    background-image: linear-gradient(to bottom, #fbbd61, #ec7532);
}

.slick-slide .movie-poster:hover:before {
    width: 200%;
}

.slick-slide .movie-poster:hover aside {
    -webkit-transform: scale(1);
            transform: scale(1);

    opacity: 1;
}

.slick-slide .movie-poster aside {
    position: absolute;
    z-index: 1;

    display: flex;

    width: 100%;
    height: 100%;
    transition: .3s;
    transition-delay: .1s;
    -webkit-transform: scale(.9);
            transform: scale(.9);
    text-align: center;

    opacity: 0;

    align-items: center;
}

.slick-slide .movie-poster aside div {
    width: 100%;
}

.slick-slide .movie-poster aside .play {
    font-size: 32px;
    line-height: 68px;

    display: block;

    width: 80px;
    height: 80px;
    margin: 0 auto 20px auto;

    color: #fff;
    color: #fff;
    border: solid 2px #fff;
    border-radius: 50%;
}

.slick-slide .movie-poster aside .play:hover {
    -webkit-transform: scale(.9);
            transform: scale(.9);
}

.slick-slide .movie-poster aside .play i {
    font-size: 12px;

    padding-left: 5px;
}

.slick-slide .movie-poster aside .read-more {
    font-size: 13px;

    display: block;

    margin-bottom: 10px;

    cursor: pointer;
    letter-spacing: 4px;
    text-transform: uppercase;

    color: #fff;
}

.slick-slide .movie-poster aside .date {
    font-size: 16px;

    display: block;

    color: #fff;
}

.star-rating {
    display: inline-block;
}

.star-rating i {
    font-size: 16px;

    display: inline-block;

    width: 18px;

    color: #fbbd61;
}

.star-rating i.grey {
    color: #d8d8d8;
}

.movie-slide h4 {
    font-size: 18px;

    color: #4a4a4a;
}

/**  Tabs  **/

.fw-tabs {
    margin-bottom: 30px;
}

.fw-tabs ul {
    font-size: 0;

    margin: 0;
    padding: 0;

    border-bottom: 1px solid #d8d8d8;
}

.fw-tabs ul li {
    display: inline-block;
}

.fw-tabs ul li a {
    font-size: 18px;
    position: relative;
    display: block;
    padding: 20px;
    text-transform: uppercase;
    color: #4a4a4a;
}

.fw-tabs ul li a:hover,
.fw-tabs ul li a:focus,
.fw-tabs ul li a:active {
    text-decoration: none;
}

.fw-tabs ul li.ui-state-active a {
    color: #ec7532;
}

.fw-tabs ul li a:after {
    position: absolute;
    bottom: -1px;
    left: 0;

    display: block;

    width: 0;
    height: 4px;

    content: '';
    transition: all .25s ease-in-out;

    background-image: linear-gradient(to right, #fbbd61, #ec7532);
}

.fw-tabs ul li a:hover:after,
.fw-tabs ul li.ui-state-active a:after {
    width: 100%;
}

.fw-tabs > div {
    padding: 45px 0;
}

.fw-tabs ul li.date {
    float: right;
}

.fw-tabs ul li.date span {
    font-size: 14px;

    display: block;

    padding: 10px 0;
    padding-right: 0;

    cursor: default;
    text-align: right;
    text-transform: uppercase;

    color: #717171;
}

/**  Accordion  **/

.fw-accordion h2,
.fw-accordion h3,
.fw-accordion h4 {
    font-size: 18px;
    font-weight: 400;

    margin-bottom: 20px;
    padding: 0 15px;
    padding-bottom: 10px;

    cursor: pointer;
    text-transform: uppercase;

    color: #4a4a4a;
}

.fw-accordion h2:after,
.fw-accordion h3:after,
.fw-accordion h4:after {
    display: none;
}

.fw-accordion h2.ui-state-active,
.fw-accordion h3.ui-state-active,
.fw-accordion h4.ui-state-active {
    color: #ec7532;
}

.fw-accordion h2.ui-state-active:before,
.fw-accordion h3.ui-state-active:before,
.fw-accordion h4.ui-state-active:before {
    content: '\f068';
}

.fw-accordion h2:before,
.fw-accordion h3:before,
.fw-accordion h4:before {
    font-family: FontAwesome;
    font-size: 12px;

    position: absolute;
    right: 15px;

    display: inline-block;

    content: '\f067';

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fw-accordion div {
    padding: 10px 15px 30px 15px;
}

/* Testimonials */

body .fw-testimonials {
    position: relative;

    margin: 0;
}

body .fw-testimonials .fw-testimonials-pagination a {
    width: 10px;
    height: 10px;

    background: rgba(0, 0, 0, .15);
}

body .fw-testimonials-2 .fw-testimonials-pagination {
    right: 0;
}

body .fw-testimonials .fw-testimonials-text {
    font-family: inherit;
    font-size: 16px;
    font-style: normal;
    line-height: 1.5em;

    color: inherit;
}

body .fw-testimonials-2 .fw-testimonials-avatar img {
    border: none;
}

body .fw-testimonials-2 .fw-testimonials-author em {
    font-size: 80%;
    font-style: normal;
}

/* Live search */

.live-search {
    position: relative;
    z-index: 99;

    margin-top: -140px;
    margin-bottom: 50px;
    padding: 20px;

    border-radius: 40px 40px 0 0;
    background: #fff;
}

.live-search input {
    width: 100%;
    padding: 10px 20px;

    border: solid 1px #d8d8d8;
    border-radius: 30px;
}

.live-search input:focus {
    box-shadow: none;
}

.live-search i {
    font-size: 14px;

    position: absolute;
    top: 35px;
    right: 35px;

    color: #ec7532;
}

/* Movie tabs */

.movie-tabs {
    margin-bottom: 40px;
    padding-bottom: 40px;

    border-bottom: 1px solid #d8d8d8;
}

.movie-tabs:last-child {
    margin-bottom: 0;
    padding-bottom: 0;

    border-bottom: none;
}

.movie-tabs img {
    border-radius: 3px;
}

.movie-tabs span.title {
    color: #ec7532;
}

.movie-tabs .viewing-times {
    font-size: 12px;

    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #4a4a4a;
}

.movie-tabs .viewing-times i {
    font-size: 13px;
}

.movie-tabs .time-wrap {
    display: inline-block;
    display: none;
}

.movie-tabs .time {
    font-size: 14px;

    display: inline-block;

    margin-left: 5px;
    margin-bottom: 5px;
    padding: 7px 10px;

    letter-spacing: 0;

    color: #717171;
    border-radius: 5px;
    background-color: #d8d8d8;
}

.movie-tabs .time.past {
    opacity: .5;
}

.movie-tabs .running-time {
    font-size: 12px;

    text-align: right;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.movie-tabs .certificate {
    font-size: 13px;
    font-weight: bold;
    line-height: 41px;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 5px;
    text-align: center;
    letter-spacing: 0;
    color: #fff;
    border-radius: 50%;
    background: #4a4a4a;
    padding: 0;
}
span.title.filmgenre {
    font-size: 18px;
    color: #fff !important;
}
/* Coming soon slider */

.comingSoon-slides > div {
    position: static;
}

.comingSoon-slides .single-slide {
    display:         flex;

    height: 0;
    padding-bottom: 40px;

    opacity: 0;
    align-items: center;
}

.comingSoon-slides span.title {
    color: #ec7532;
}

.comingSoon-slides h3 {
    font-size: 34px;

    margin-bottom: 0;
}

.comingSoon-slides .star-rating {
    margin-right: 8px;
}

.comingSoon-slides .star-rating i {
    font-size: 10px;

    width: 10px;
}

.comingSoon-slides .single-slide p:first-of-type {
    margin-top: 20px;
}

.slide-content .date {
    font-size: 14px;

    display: inline-block;

    opacity: .75;
    color: #fff;
}

.slide-content .date i {
    font-size: 14px;

    margin-right: 5px;
}

.comingSoon-slides .bg {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: .1;
    background-size: cover;
}

.comingSoon-slides .slide-content,
.comingSoon-slides .slide-video {
    position: relative;
    z-index: 1;
}

.comingSoon-slides .video.hide {
    display: none;
}

.comingSoon-slides .video {
    position: relative;

    display: block;
    box-shadow: 0 0 50px 15px rgba(0,0,0,.5);
}

.comingSoon-slides .video i {
    font-size: 20px;
    line-height: 80px;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 80px;
    height: 80px;
    margin: auto;
    transition: all 300ms ease-in-out;
    text-align: center;
    text-indent: 6px;

    color: #fff;
    border: 2px solid #ec7532;
    border-radius: 50%;
}

.comingSoon-slides .video:hover i {
    -webkit-transform: scale(.9);
            transform: scale(.9);
}

.comingSoon-slides a.arrow-button:hover {
    color: #fbbd61;
}

#comingSoon {
    padding: 55px 0;
}

#comingSoon:before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: -250%;

    display: block;

    width: 500%;
    height: 100%;
    padding: 55px 0;

    content: '';

    background: rgba(0, 0, 0, .4);
}

#comingSoon div {
    transition: all 300ms ease-in-out;
}

#comingSoon .slick-slide:hover {
    cursor: pointer;

    opacity: 1 !important;
}

#comingSoon .slick-slide img {
    border-radius: 10px;
}

#comingSoon .slick-slide h5 {
    font-size: 16px;

    overflow: hidden;

    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;

    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#comingSoon .slick-slide .release-date {
    font-size: 14px;

    opacity: .5;
    color: #fff;
}

/**  Single gallery  **/

.singleGallery .slide-video img {
    width: 100%;
}

.singleGallery .slick-slider .slick-arrow {
    top: 45%;
}

/**  Call to action  **/

.cta {
    text-align: center;
}

.cta p {
    font-size: 23px;
    font-weight: 300;

    margin-bottom: 10px;

    text-align: center;
    letter-spacing: 1px;

    color: #4a4a4a;
}

.cta p:last-of-type {
    margin-bottom: 0;
}

.cta .gradient-text {
    font-size: 46px;
    font-weight: 400;
}

/**  News  **/

.news {
    overflow: hidden;
}

.news article {
    overflow: hidden;

    margin-bottom: 50px;
    padding-bottom: 50px;

    border-bottom: solid 1px #d8d8d8;
}

.news article:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;

    border-bottom: none;
}

.news article h1,
.news article h2,
.news article h3,
.news article h4,
.news article h5,
.news article h6 {
    text-transform: none;
}

.news article h2 {
    font-size: 28px;
}

.news article .categories {
    font-size: 14px;

    display: block;

    letter-spacing: 2px;
    text-transform: uppercase;

    color: #ec7532;
}

.news article h2 {
    font-weight: 300;

    margin-bottom: 20px;

    text-transform: none;

    color: #101010;
}

.news article .news-single-img {
    margin-bottom: 40px;

    border-radius: 10px;
}

.news article .img {
    position: relative;

    display: inline-block;
    overflow: hidden;

    margin-bottom: 40px;

    border-radius: 10px;
}

.news article .img:before {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: -100px;

    width: 0;
    height: 100%;

    content: '';
    transition: .5s;
    -webkit-transform: skewX(30deg);
            transform: skewX(30deg);

    opacity: .9;
    background-image: linear-gradient(to bottom, #fbbd61, #ec7532);
}

.news article .img aside {
    position: absolute;
    z-index: 1;

    display: flex;

    width: 100%;
    height: 100%;
    transition: .3s;
    transition-delay: .1s;
    -webkit-transform: scale(.9);
            transform: scale(.9);
    text-align: center;

    opacity: 0;

    align-items: center;
}

.news article .img aside div {
    width: 100%;
}

.news article .img aside i {
    font-size: 32px;
    line-height: 80px;

    display: block;

    width: 80px;
    height: 80px;
    margin: 0 auto 20px auto;

    color: #fff;
    color: #fff;
    border: solid 2px #fff;
    border-radius: 50%;
}

.news article .img aside .date {
    font-size: 16px;

    display: block;

    color: #fff;
}

.news article .img:hover:before {
    width: 200%;
}

.news article .img:hover aside {
    -webkit-transform: scale(1);
            transform: scale(1);

    opacity: 1;
}

.bordered {
    overflow: hidden;

    margin-top: 35px;
    padding: 10px 0;

    border-top: solid 1px #d8d8d8;
    border-bottom: solid 1px #d8d8d8;
}

.single-tags {
    float: left;
}

.single-tags i {
    font-size: 14px;

    margin-right: 10px;

    color: #ec7532;
}

.single-tags a {
    font-size: 12px;

    display: inline-block;

    margin: 0 0 0 5px;

    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #717171;
}

.single-tags a:hover {
    color: #ec7532;
}

.social-share {
    float: right;
}

.social-share a {
    font-size: 12px;

    text-transform: uppercase;

    color: #ec7532;
}

.social-share a i {
    font-size: 16px;

    margin-left: 5px;
    transition: all 300ms ease-in-out;
}

.social-share a:hover,
.social-share a:hover i {
    color: #fbbd61;
}

.social-share .share {
    display: none;

    margin: 0;
}

.social-share .share a {
    line-height: 32px;

    width: 34px;
    height: 33px;
    margin: 0;
}

.social-share .share i {
    font-size: 14px;

    margin: 0;
}

.moreshowtimes {
    color: #fff;
    background-color: #ab1025 !important;
    border: 1px solid #ab1025 !important;
}
.moreshowtimes:hover {
    color: #fff !important;
    background-color: #e93333 !important;
    border: 1px solid #e93333 !important;
}

/** Theme unit test **/

article.sticky {
    padding: 30px;

    border: solid 1px #d8d8d8;
}

.aligncenter {
    margin-right: auto;
    margin-left: auto;

    text-align: center;
}

.alignleft {
    float: left;

    margin: 0 20px 20px 0;
}

.alignright {
    float: right;

    margin: 0 0 20px 20px;
}

figcaption {
    margin-bottom: 10px;
    padding: 9px;

    background: #f0f0f0;
}

.clear {
    clear: both;
}

table tr td {
    padding: 5px 12px;

    border: 1px solid #fff;
    background: #f0f0f0;
}

table tfoot tr td {
    border-color: transparent;
    background: transparent;
}

table {
    margin-bottom: 30px;
}

/* .single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6,
:not(header) > h1,
:not(header) > h2,
:not(header) > h3,
:not(header) > h4,
:not(header) > h5,
:not(header) > h6 {
    font-size: 30px;
    font-weight: 300;

    margin-bottom: 30px;
    padding-bottom: 10px;

    letter-spacing: 2px;
    text-transform: uppercase;

    color: #101010;
}
 */
:not(header) > h1,
:not(header) > h2,
:not(header) > h3,
:not(header) > h4,
:not(header) > h5,
:not(header) > h6 {
    text-transform: none;
}

:not(header) > h1 {
    font-size: 40px;
}

:not(header) > h2 {
    font-size: 36px;
}

:not(header) > h3 {
    font-size: 30px;
}

:not(header) > h4 {
    font-size: 26px;
}

:not(header) > h5 {
    font-size: 20px;
}

:not(header) > h6 {
    font-size: 16px;
}

.single-post h1:after,
.single-post h2:after,
.single-post h3:after,
.single-post h4:after,
.single-post h5:after,
.single-post h6:after,
:not(header) > h1:after,
:not(header) > h2:after,
:not(header) > h3:after,
:not(header) > h4:after,
:not(header) > h5:after,
:not(header) > h6:after {
    position: absolute;
    right: auto;
    bottom: -1px;

    display: block;

    width: 125px;
    height: 4px;

    content: '';
}

.single-post h2 {
    font-size: 26px;
}

.single-post h3 {
    font-size: 24px;
}

.single-post h4 {
    font-size: 20px;
}

.single-post h5 {
    font-size: 18px;
}

.single-post h6 {
    font-size: 16px;
}

/**  Comments  **/

.single-post .attachment-post-thumbnail {
    margin-bottom: 40px;

    border-radius: 10px;
}

.single-post .comments {
    overflow: visible;

    height: auto;
    margin: 0;
}

.single-post .comments .comments-count {
    font-size: 18px;

    display: block;

    margin-top: 45px;
    margin-bottom: 45px;

    text-transform: uppercase;

    color: #e76115;
}

.single-post .indv-comment {
    margin-right: 0;
    padding: 30px 3px 30px 0;

    background: #f3f3f3;
    box-shadow: inset 50px 0 0 #fff;
}

.single-post .indv-comment .col-sm-10 {
    padding-left: 0;
}

.single-post .indv-comment .avatar {
    position: relative;
    top: 50%;

    -webkit-transform: translateY(-50%);

            transform: translateY(-50%);

    background: #fff;
    box-shadow: 0 0 0 5px #fff;
}

.single-post .indv-comment h4 {
    font-size: 15px;

    letter-spacing: 0;
    text-transform: none;

    color: #101010;
}

.single-post .leave-comment {
    font-size: 18px;

    margin-top: 45px;
    margin-bottom: 45px;

    text-transform: uppercase;

    color: #e76115;
}

.single-post .comment-form-author,
.single-post .comment-form-email {
    display: inline-block;

    width: 49.7%;
    padding-right: 5px;
}

.single-post .comment-form-email {
    padding-right: 0;
    padding-left: 5px;
}

.no-comments {
    font-style: italic;

    margin: 20px 0 40px 0 !important;
    padding: 20px;

    text-align: center;

    background: #f8f8f8;
}

/**  Pagination  **/

.blog .nav-links {
    margin-top: 50px;
    padding-top: 30px;

    border-top: 1px solid #d8d8d8;
}

.pagination {
    width: 100%;
    margin: 0;

    text-align: center;
}

.pagination a,
.pagination span {
    line-height: 44px;

    position: relative;

    display: inline-block;

    width: 48px;
    height: 48px;
    margin: 0 4px;

    color: #4a4a4a;
    border: solid 2px #e8e8e8;
    border-radius: 50%;
}

.pagination a:hover {
    color: #ec7532;
    border-color: #ec7532;
    background: transparent;
}

.pagination span:hover {
    background: transparent;
}

.pagination:first-of-type a,
.pagination:last-of-type a {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;

    border-radius: 30px;
}

.pagination .current {
    border-color: #ec7532;
}

/**  Sidebar  **/

.sidebar .widget {
    position: relative;

    margin-bottom: 40px;
}

.sidebar .widget .search-form label:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    font-size: inherit;

    position: absolute;
    top: 17px;
    right: 15px;

    content: '\f002';

    color: #ec7532;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sidebar .widget .search-form .search-submit {
    display: none;
}

.sidebar .widget h4 {
    font-size: 18px;

    margin-bottom: 25px;

    text-transform: uppercase;

    color: #ec7532;
}

.sidebar .widget h4:after {
    width: 75px;
}

.sidebar .widget ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.sidebar .widget ul li {
    margin-bottom: 8px;
}

.sidebar .widget ul li.current-cat a {
    color: #fbbd61;
}

.sidebar .widget ul li a {
    display: -webkit-inline-box;

    color: #717171;
}

.sidebar .widget ul li a:hover {
    text-indent: 5px;

    color: #ec7532;
}

.sidebar select {
    max-width: 100%;
}

.tagcloud a {
    font-size: 14px !important;

    display: inline-block;

    margin: 0 2px 5px 0;
    padding: 5px 8px;

    letter-spacing: 2px;

    color: #717171;
    border: 2px solid #d8d8d8;
    border-radius: 5px;
    background-color: #d8d8d8;
}

.tagcloud a:hover {
    color: #ec7532;
    border-color: #ec7532;
    background: transparent;
}

#recentcomments .comment-author-link {
    font-style: italic;
}

#recentcomments li > a {
    font-weight: 600;

    display: block !important;

    margin-bottom: 10px !important;
}

.rsswidget {
    font-weight: 600;

    display: block;

    padding: 0;
}

.rss-date {
    font-size: 13px;
    font-style: italic;
}

.rssSummary {
    padding-top: 5px;
}

.rssSummary + cite {
    display: block;

    margin-bottom: 20px;
}

/**  Single movie  **/

.single-movie .poster {
    display: block;

    width: 100%;
    margin-bottom: 25px;

    border-radius: 10px;
}

.share {
    margin-bottom: 25px;

    text-align: center;
}

.share a {
    line-height: 40px;

    display: inline-block;

    width: 43px;
    height: 43px;
    margin: 0 2px;

    text-align: center;

    border: solid 2px #d8d8d8;
    border-radius: 50%;
}

.share a:hover {
    color: #fbbd61;
    border-color: #fbbd61;
}

.plot {
    padding-right: 75px;
}

/**  Movie sidebar  **/

.sidebar #search {
    font-size: 13px;
}

.sidebar #searchform {
    position: relative;
}

.sidebar .movie-search-btn {
    font-size: 12px;

    position: absolute;
    top: 15px;
    right: 15px;

    padding: 0;

    color: #ec7532;
    border: transparent;
    background: transparent;
}

/**  Show times  **/

ul.show-times {
    margin: 0;
    padding: 0;

    list-style: none;
}

ul.show-times li {
    display: table;

    margin-bottom: 10px;
}

ul.show-times li i {
    font-size: 12px;
    font-style: normal;

    display: table-cell;

    width: 85px;

    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #4a4a4a;
}

ul.show-times li.today i {
    color: #ec7532;
}

ul.show-times li.today .time {
    color: #fff;
    background: #ec7532;
}

ul.show-times li.today .time.past {
    opacity: .3;
}

ul.show-times li .time {
    font-size: 14px;

    display: inline-block;

    margin: 0 5px 5px 0;
    padding: 7px 10px;

    letter-spacing: 0;

    color: #717171;
    border-radius: 5px;
    background-color: #d8d8d8;
}

ul.show-times li .time.past {
    opacity: .5;
}

/**  Movie info  **/

ul.movie-info {
    margin: 25px 0;
    padding: 0;

    list-style: none;
}

ul.movie-info li {
    font-size: 12px;

    margin-bottom: 10px;

    letter-spacing: 1px;
}

ul.movie-info li i {
    font-size: 12px;
    font-style: normal;

    display: inline-block;

    width: 115px;

    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #4a4a4a;
}

/* Icon row */

.icon-row {
    display: table;

    margin-bottom: 30px;
}

.icon-row .col {
    display: table-cell;

    vertical-align: top;
}

.icon-row .col:first-of-type {
    padding-right: 25px;
}

.icon-row span {
    display: block;

    width: 75px;
    height: 75px;

    text-align: center;

    border: solid 2px #d8d8d8;
    border-radius: 50%;
}

.icon-row span i {
    font-size: 32px;

    position: relative;
    top: 50%;

    max-width: 46px;

    -webkit-transform: translateY(-50%);

            transform: translateY(-50%);

    color: #ec7532;
}

.icon-row h2,
.icon-row h3,
.icon-row h4 {
    margin-bottom: 5px;
    padding-bottom: 0;

    color: #4a4a4a;
    border: none;
}

.icon-row h2:after,
.icon-row h3:after,
.icon-row h4:after {
    display: none;

    margin: 0;
    padding: 0;
}

.contact .icon-row span {
    width: 100px;
    height: 100px;
}

.contact .icon-row span i {
    font-size: 46px;
}

.contact .icon-row .col {
    vertical-align: middle;
}

/**  Icon box  **/

.icon-box {
    text-align: center;
}

.icon-box i {
    font-size: 36px;

    max-width: 36px;
    max-height: 46px;
    margin: 0 auto 25px auto;

    word-wrap: normal;

    color: #ec7532;
}

.icon-box h2,
.icon-box h3,
.icon-box h4 {
    margin-bottom: 10px;
    padding-bottom: 0;

    text-transform: uppercase;

    color: #4a4a4a;
    border: none;
}

.icon-box h2:after,
.icon-box h3:after,
.icon-box h4:after {
    display: none;
}
/* Form */
.form-builder-item-recaptcha {
    padding-bottom: 20px;
}
/* Map */

.fw-map {
    position: relative;
    z-index: 99;

    margin: -140px 0 30px 0;

    border: 10px solid #fff;
    border-radius: 30px 30px 0 0;;
}

.fw-map .fw-map-canvas {
    border-radius: 20px 20px 0 0;
}

/**  Form  **/

form label,
.wrap-forms label {
    font-size: 12px;
    font-weight: normal;

    display: block;

    margin-bottom: 5px;

    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #4a4a4a;
}

.wrap-forms sup {
    color: #4a4a4a;
}

.elementor-shortcode form input:not([type=submit]), .elementor-shortcode form textarea {
    width: 100%;
    padding: 12px 15px;
    transition: all 300ms ease-in-out;

    border: 1px solid #d8d8d8;
}
.border-none .elementor-heading-title:after{display: none;}
.form-group.half {
    float: left;

    width: 50%;
}

.form-group.half:first-of-type {
    padding-right: 15px;
}

.form-group.half:last-of-type {
    padding-left: 15px;
}

.form-group.half:after {
    display: table;
    clear: both;

    content: '';
}

/**  Comments  **/

.comments {
    position: relative;

    overflow-x: hidden;
    overflow-y: scroll;

    height: 480px;
    margin-right: 75px;
}

.comments::-webkit-scrollbar {
    -webkit-appearance: none;
}

.comments::-webkit-scrollbar:vertical {
    width: 6px;

    border-radius: 6px;
    background: #f0f0f0;
}

.comments::-webkit-scrollbar:horizontal {
    height: 6px;

    border-radius: 6px;
    background: #f0f0f0;
}

.comments::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-image: linear-gradient(to left, #fbbd61, #ec7532);
}

.comments .comments-count {
    display: none;
}

.comments .row {
    margin-bottom: 35px;
}

.comments .date {
    font-size: 12px;

    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #ec7532;
}

.comments .avatar {
    border-radius: 50%;
}

.comments .edit-reply {
    font-size: 12px;
}

.comments .edit-reply a:first-of-type:after {
    display: inline-block;

    margin: 0 4px;

    content: ' or ';

    color: #717171;
}

/**  WordPress specific comments  **/

.comment-respond h3 {
    display: none;
}

.comment-respond #submit {
    transition: all 300ms ease-in-out;

    color: #ec7532;
    border-color: #ec7532;
    background: transparent;
}

.comment-respond #submit:hover {
    color: #fff;
    background: #ec7532;
}

/**  News carousel  **/

.news-carousel .slick-slide {
    text-align: left;
}

.news-carousel .slick-arrow {
    top: 25%;
}

.news-carousel h2,
.news-carousel h3,
.news-carousel h4 {
    margin-bottom: 15px;
    padding-bottom: 0;

    text-align: left;

    border: none;
}

.news-carousel h2:after,
.news-carousel h3:after,
.news-carousel h4:after {
    display: none;

    text-align: left;

    border: none;
}

.news-carousel .date {
    font-size: 14px;

    letter-spacing: 2px;
    text-transform: uppercase;

    color: #ec7532;
}

.news-carousel p {
    text-align: left;
}


/**  Footer  **/

footer {
    z-index: 0;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 75px 0 0 0;

    color: #fff;
    background: #101010;
}

footer.no-widgets {
    padding-top: 35px;
}

footer.no-widgets .copyright {
    padding-top: 0;

    border-top: none;
}

footer * {
    font-size: 14px;
}

footer ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

footer ul li a,
footer ul li a:active,
footer ul li a:visited {
    font-size: 13px;

    display: inline-block;

    padding: 3px 0;

    letter-spacing: 1.5px;

    color: #fff;
}

footer ul li a:hover {
    color: #fbbd61;
}

.single-post footer h6,
footer h6 {
    font-size: 16px;

    margin: 0;

    letter-spacing: 2px;
    text-transform: uppercase;

    color: #ec7532;
    border: none;
}

footer h6:not(:first-of-type) {
    margin: 30px 0 0 0;
}

.single-post footer h6:after,
footer h6:after {
    display: none;
}

footer .fa {
    display: inline-block;

    width: 25px;
    transition: all 300ms ease-in-out;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);

    color: rgba(255, 255, 255, .3);
}

footer ul .sub-menu {
    padding-left: 15px;

    list-style-type: circle;
}

footer ul li a:hover .fa {
    color: #fbbd61;
}

footer div[class^='col'] {
    position: relative;
}

footer select {
    max-width: 100%;

    color: #101010;
}

footer table tr td {
    border: 1px solid #101010;
    background: rgba(255, 255, 255, .1);
}

footer table tfoot tr td {
    border-color: transparent;
    background: transparent;
}

footer .tagcloud a {
    color: #fff;
    border: none;
    background: rgba(255, 255, 255, .2);
}

footer .copyright {
    margin-top: 50px;
    padding: 20px 0;

    border-top: 1px solid rgba(255, 255, 255, .1);
}

footer .copyright a {
    color: #fff;
}

footer .copyright a:hover {
    color: #ec7532;
}
h1, h2, h3, h4, h5, h6 {
/*     font-family: "Fira Sans Condensed", sans-serif !important; */
/*     font-weight: 600 !important; */
}
/**  Keyframes  **/

@-webkit-keyframes Heading {
    0% {
        -webkit-transform: translateY(-30px);
                transform: translateY(-30px);

        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);

        opacity: 1;
    }
}
@keyframes Heading {
    0% {
        -webkit-transform: translateY(-30px);
                transform: translateY(-30px);

        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);

        opacity: 1;
    }
}


@-webkit-keyframes ScrollDown {
    0% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(3px);
                transform: translateX(3px);
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
@keyframes ScrollDown {
    0% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(3px);
                transform: translateX(3px);
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}



@-webkit-keyframes Buttons {
    0% {
        -webkit-transform: translateY(60px);
                transform: translateY(60px);

        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);

        opacity: 1;
    }
}
@keyframes Buttons {
    0% {
        -webkit-transform: translateY(60px);
                transform: translateY(60px);

        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);

        opacity: 1;
    }
}


@-webkit-keyframes Blurb {
    0% {
        -webkit-transform: scale(1.15);
                transform: scale(1.15);

        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(1);
                transform: translateY(1);

        opacity: 1;
    }
}
@keyframes Blurb {
    0% {
        -webkit-transform: scale(1.15);
                transform: scale(1.15);

        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}
.slick-slide .movie-poster:before, h2:after, h3:after, h4:after, h5:after, .edit-link a, .nav li:after, .nav li.active a:after, .nav li.current_page_parent a:after, .nav .dropdown-menu, .btn-default, .tabs ul li a:after, .tabs.pill-style ul li.ui-state-active a, .movie-search .btn, .btn-default, .fw-tabs ul li a:after {
    background: #ab1025;
    background: -moz-linear-gradient(to right, #fbbd61, #ec7532);
    background: -webkit-linear-gradient(to right, #fbbd61, #ec7532);
    background:  linear-gradient(to right, #fbbd61, #ec7532);
}
#hero .container .blurb h1, #content_hero .container .blurb h1 {
    font-size: 52px;
    font-weight: 300;
    padding: 0;
    -webkit-animation: Heading .5s .5s forwards;
    animation: Heading .5s .5s forwards;
    letter-spacing: 3px;
    opacity: 1;
    color: #fff;
    border: none;
}
nav ul li.menu-item-has-children:hover .sub-menu {
    display: block;
}

/* .header-main {
    position: absolute;
    top: 0;
    left: 0;
} */

.header-main.is-sticky {
    position: fixed;
    padding: 0 10px;
    animation: slideDown 0.35s ease-out;
    top: 0;
}
.header-main.is-sticky .header-logo img {
    max-height: 40px;
    max-width: 100%;
    width: auto;
    margin: 15px 0;
}
.header-logo {
    width: 200px !important;
}
.header-menu {
    width: calc(100% - 200px) !important;
}
.header-menu > div {
    width: 100% !important;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    margin-left: auto;
}
.perfbtn, .moreshowtimes {
    font-size: 16px !important;
    display: inline-block;
    margin-top: 10px;
    background: #cc0000;
    font-weight: 600;
}
.perfbtn:hover {
    opacity: 0.8;
}
/* .perfbtn {
    color: #fff;
    background-color: #ab1025 !important;
}
.perfbtn:hover {
    color: #fff !important;
    background-color: #e93333 !important;
} */
a, a:active, a:visited, .btn-ghost, input[type="submit"], .btn-ghost i, a.arrow-button, .tabs ul li.ui-state-active a, .accordion h2.ui-state-active, .accordion h3.ui-state-active, .accordion h4.ui-state-active, .live-search i, .comingSoon-slides span.title, .news article .categories, .single-tags i, .single-tags a:hover, .social-share a, .pagination a:hover, .sidebar .widget .search-form label:before, .sidebar .widget h4, .sidebar .widget ul li a:hover, .sidebar .widget .tagcloud a:hover, .sidebar .movie-search-btn, ul.show-times li.today i, .icon-row span i, .icon-box i, .comments .date, .comment-respond #submit, .news-carousel .date, footer h6, footer .copyright a:hover, .single-post .leave-comment, .single-post .comments .comments-count, .site-name, .movie-tabs span.title, .fw-tabs ul li.ui-state-active a, .fw-accordion h2.ui-state-active, .fw-accordion h3.ui-state-active, .fw-accordion h4.ui-state-active, .single-post footer h6, footer h6 {
    color: #000;
}
/* span.title, .heading .search a:hover i, .navbar.banner--clone .nav li.active a, .navbar.banner--clone .nav li.current_page_parent a, .comingSoon-slides a.arrow-button:hover, .social-share a:hover, .social-share a:hover i, .sidebar .widget ul li.current-cat a, .share a:hover, footer ul li a:hover, footer ul li a:hover .fa, a:hover {
    color: #e93333 !important;
} */
ul li::marker, .page-listing li strong, .current-menu-item a.hfe-menu-item, a:hover {
    color: #008080 !important;
}
.page-header.is-sticky button {
  font-size: 14px;
  padding: 7px 10px;
}
.hfe-nav-menu__layout-horizontal li.menu-item a.hfe-menu-item {
    font-size: 14px;
    font-weight: normal !important;
    line-height: .8em !important;
    display: inline-block !important;
    padding: 15px !important;
    letter-spacing: 2px;
    text-transform: uppercase !important;
    color: #fff !important;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.hfe-nav-menu__layout-horizontal li.menu-item:hover a.hfe-menu-item,
.hfe-nav-menu__layout-horizontal li.menu-item.current-menu-item a.hfe-menu-item{
   color: #e93333 !important
}
.hfe-nav-menu__layout-horizontal li.menu-item{
    position: relative;
}
.hfe-nav-menu__layout-horizontal li.menu-item:after,
.hfe-nav-menu__layout-horizontal li.menu-item.current-menu-item:after {
    box-shadow: 0 0 20px 0 #e93333;
}
.hfe-nav-menu__layout-horizontal li.menu-item:after {
    position: absolute;
    right: auto;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 2px;
    content: '';
    transition: all .25s ease-in-out;
    background: #ab1025;
    background: -moz-linear-gradient(left, #ab1025 0%, #e93333 100%);
    background: -webkit-linear-gradient(left, #ab1025 0%, #e93333 100%);
    background: linear-gradient(to right, #ab1025 0%, #e93333 100%);
    box-shadow: 0 0 20px 0 #fbbd61;
}
.hfe-nav-menu__layout-horizontal li.menu-item:hover:after,
.hfe-nav-menu__layout-horizontal li.menu-item.current-menu-item:after{
    right: 0;
    width: 100%;
}
.header-main.is-sticky .header-menu .hfe-nav-menu__layout-horizontal li.menu-item a.hfe-menu-item {
    font-size: 12px !important;
    padding: 29px 20px !important;
}
.header-main.is-sticky .header-menu .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    border-bottom: none !important;
}
.icon-contact .elementor-icon-box-icon {
    width: 75px;
    height: 75px;
    text-align: center;
    border: solid 2px #d8d8d8;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.icon-contact .elementor-icon-box-content .elementor-icon-box-title {
    font-size: 18px;
    line-height: 1.4em;
    position: relative;
    margin: 0 0 10px 0;
    padding: 0 0 20px 0;
    margin-bottom: 5px;
    padding-bottom: 0;
    color: #4a4a4a;
    border: none;
}

.icon-contact .elementor-icon-box-content .elementor-icon-box-title::after {
    display: none;
}

.icon-contact .elementor-icon-box-content  p.elementor-icon-box-description {
    color: #717171 !important;
    font-size: 18px !important;
}

.icon-contact .elementor-icon-box-content {
    width: calc(100% - 75px);
    padding-left: 25px;
}

.icon-contact .elementor-icon-box-icon svg {
    width: 22px;
    height: 22px;
}
.gallery-grid a img {
    transition: all ease-in-out 0.3s;
}
.gallery-grid img {
    height: 250px;
    object-fit: cover;
}
.prich_And_offer {
    flex-wrap: wrap !important;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.gallery-our-supporters .elementor-image-gallery > div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}
.gallery-our-supporters .elementor-image-gallery > div figure.gallery-item {
    max-width: 100%;
    background: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.fw-tabs ul {
    border-bottom: 1px solid #81c1d5;
}
.fw-tabs ul li a:after {
    background: #008080 !important;
}
.fw-tabs ul li a:hover{
	color: #008080;
}
.headerMenu .sub-menu{
	width: 220px !important;
}
.headerMenu .sub-menu>li>a{
	border-left: none;
}
.category-dropdown {
    width: 100%;
    border: none;
    background-color: transparent;
}
.category-dropdown>ul {
    padding: 0;
    margin: 0;
}
.category-dropdown>ul>div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.category-dropdown>ul>div li {
    flex: 0 0 auto;
}
#performance_category_div li:nth-child(1) {
    order: 3;
}
#performance_category_div li:nth-child(2) {
    order: 4;
}
#performance_category_div li:nth-child(3) {
    order: 1;
}
#performance_category_div li:nth-child(4) {
    order: 2;
}
.category-dropdown .checkbox {
    display: block;
    margin-bottom: 0;
    margin-top: 0;
}
.category-dropdown .checkbox input[type=checkbox] {
    display: none;
}
.category-dropdown .checkbox > span {
    background: #008080;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    line-height: 24px;
}
.category-dropdown .checkbox input:checked + span {
    background-color: #20c1c1;
}
a.afterpostrlink {
    background: #008080;
}
.poster-case .poster-text:hover .poster-running,
.poster-case .poster-text:hover .poster-rating,
.poster-case .poster-text:hover .poster-rating + div span{
	color: #008080;
}
.poster-case .poster-text:hover .poster-rating{
	border-color: #008080;
}
.signup-footer p{
	margin: 0 0 12px;
}
.signup-footer a {
    color: #0c84b6;
}
.heroSectionHome rs-sbg:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #00000057;
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: 1;
}
.ahover-color a:hover{
	color: #008080 !important;
}
.heading_style h2, .error-page h2, .singlemembers .entry-title {
    font-family: "Bebas Neue", Sans-serif;
    font-size: 40px;
    font-weight: 400;
    font-weight: 400;
    color: #008080 !important;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    line-height: 1;
	letter-spacing: 0;
}
.heading_style h2:after{
	display: none;
}
.poster-banner {
    color: #008080 !important;
    font-size: 16px !important;
}
.gridw220 .poster-img{
	border-radius: 10px;
}
.left-list > .elementor-widget-container {
    background: #c6eefb;
    border-left: solid 5px #287f9b !important;
    padding: 0 !important;
    border-radius: 10px;
    overflow: hidden;
}
.left-list > .elementor-widget-container ul.elementor-nav-menu li.menu-item {
    padding: 0 !important;
	margin-top:0 !important;
}
.left-list > .elementor-widget-container ul.elementor-nav-menu li.menu-item a {
    padding: 10px 15px !important;
    transition: all 0.35s ease-in-out;
    border-bottom: solid 1px #85d2ed !important;
}
.left-list > .elementor-widget-container ul.elementor-nav-menu li.menu-item a:hover {
    color: #fff !important;
    background: #008080;
}
.left-list > .elementor-widget-container ul.elementor-nav-menu li.menu-item a:hover span{
    color: #fff !important;
}
.overlay-color:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #00000080;
    position: absolute;
    inset: 0;
    margin: auto;
}
li::marker {
    color: #008080;
}
.donors h6 {
    font-size: 12px;
    text-transform: uppercase;
    color: #008080 !important;
}
.img-full a {
    display: block;
}
.listing-view li {
    margin-bottom: 10px;
}
.member-outer {
    display: grid;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr;
}
.member-outer .member {
    display: block;
    padding: 12px;
       background: #74b7cd;
    border-radius: 4px;
    transition: all ease-in-out 0.3s;
}
.member-outer .member .thumbnail {
    padding: 0px;
    border: none;
    background: none;
    margin: 0px;
    overflow: hidden;
}
.member-outer .member .thumbnail img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: all ease-in-out 0.3s;
}
.member-outer .member h2 {
    line-height: 100%;
    font-size: 16px;
    margin: 10px 0px;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 0;
}
.member-outer .member .content p {
    font-size: 16px;
    line-height: 20px;
	    margin: 0 0 12px;
	color: #333;
}
.member-outer .member .designation {
    font-size: 14px;
    line-height: 100%;
}
.member-outer .member:hover {
    transform: translateY(-5px);
    background: #dcf6ff;
}
.member-outer .member h2:after {
    display: none;
}
.listing-mn .elementor-icon-list-item {
    margin: 0 !important;!i;!;
    padding: 0 !important;!i;!;
}

.listing-mn .elementor-icon-list-item a {
    padding: 10px 15px !important;
    transition: all 0.35s ease-in-out;
    border-bottom: solid 1px #85d2ed !important;
}
.listing-mn .elementor-icon-list-item a:hover {
	    background: #008080;
}
.btn-default {
    border: none;
    background-image: linear-gradient(to right, #fbbd61, #ec7532);
    font-size: 13px;
    font-weight: normal;
    position: relative;
    overflow: hidden;
    width: auto;
    padding: 12px 24px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff;
    border-width: 2px;
    border-radius: 30px;
}
.image-hover-zoom .gallery-item a:hover img {
    transform: scale(1.1);
}
.image-hover-zoom .elementor-image-gallery .gallery-icon{
	overflow: hidden;
}
.banner-slider .elementor-slide-description {
    background-color: rgba(0, 0, 0, 0.5);
	margin: 10px;
    padding: 15px;
}
.banner-slider .elementor-swiper-button-prev, .banner-slider .elementor-swiper-button-next {
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    position: absolute !important;
    display: block !important;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
}
.banner-slider .elementor-swiper-button-prev:hover, .banner-slider .elementor-swiper-button-next:hover {
    background: #000;
}
.banner-slider .elementor-swiper-button-prev{
    left: 30px !important;
}
.banner-slider .elementor-swiper-button-next{
    right: 30px !important;
}
.banner-slider .swiper-slide-inner {
    max-width: 1240px;
}
.banner-slider .swiper-slide-bg {
   position: relative;
}
.banner-slider .swiper-slide-bg::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #00000057;
    position: absolute;
    inset: 0;
    margin: auto;
}
span.talkify-highlight:hover {
    background-color: transparent !important;
}
/** Collapse Nav 1100 **/
@media (max-width: 1200px) {
	.header-main nav ul li a {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
    .navbar-nav .open .dropdown-menu {
            position: static;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: transparent;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }
        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }
        .dropdown-menu > li > a {
            display: block;
            padding: 3px 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.42857143;
            white-space: nowrap;
        }
        .navbar-header {
            float: none;
        }
        .navbar-toggle {
            display: block;
        }
        .navbar-collapse {
            border-top: 1px solid transparent;
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        }
        .navbar-collapse.collapse {
            display: none!important;
        }
        .navbar-nav {
            float: none!important;
            /*margin: 7.5px -15px;*/
            margin: 7.5px 50px 7.5px -15px
        }
        .navbar-nav>li {
            float: none;
        }
        .navbar-nav>li>a {
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .navbar-text {
            float: none;
            margin: 15px 0;
        }
        /* since 3.1.0 */
        .navbar-collapse.collapse.in { 
            display: block!important;
        }
        .collapsing {
            overflow: hidden!important;
        }
        .navbar {
        z-index: 99999;
    }

    .navbar-toggle {
        margin-top: 15px;
    }

    .nav {
        position: static;

        margin: 0 !important;

        background: rgba(0, 0, 0, .9);
    }

    .nav li {
        text-align: center;
    }

    .nav li:first-of-type a {
        padding-top: 25px;
    }

    .nav li:last-of-type a {
        padding-bottom: 25px;
    }

    .nav li.active a:after {
        display: none;
    }


    .nav li a {
        display: block;

        padding: 15px;
    }

    .nav li:hover .dropdown-menu {
        display: block;
    }
    .nav .dropdown-menu {
        position: static;
        z-index: 999999;

        display: none;
        visibility: visible;
        float: none;

        -webkit-transform: scale(1);

                transform: scale(1);

        opacity: 1;
    }
    .nav li .dropdown-menu ul {
        position: relative;
    }
    /**/

    .hfe-nav-menu__layout-horizontal li.menu-item a.hfe-menu-item {
        padding: 15px 11px!important;
        letter-spacing: 1px;
    }
    .header-main.is-sticky .header-menu .hfe-nav-menu__layout-horizontal li.menu-item a.hfe-menu-item {
        padding: 29px 15px !important;
    }
}
@media (max-width: 1024px){
	nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
		position: fixed !important;
		left: 0 !important;
		right: 0;
		top: 65px !important;
		margin: 0 !important;
		padding: 0 !important;
	}
		.heading-title{
		    font-size: 30px;
   			 line-height: 40px;
	}
	.heading_style h2, .error-page h2, .singlemembers .entry-title{
		    font-size: 35px;
	}
	.member-outer{
		    grid-template-columns: 1fr 1fr !important;
	}
    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal {
        position: fixed;
        left: 0 !important;
        z-index: 9999999;
        width: 100% !important;
        top: 100px;
        height: calc(100vh - 100px);
        background: #000;
        overflow: hidden;
        overflow-y: auto;
                border-top: solid 1px #313131;
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        height: auto !important;
        flex-direction: column;
        background: #000;
        flex-wrap: nowrap;
    }
    .header-main.is-sticky .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal {
        top: 69px;
        height: calc(100vh - 69px);
        overflow: hidden;
        overflow-y: auto;
    }
    .hfe-nav-menu__layout-horizontal li.menu-item {
        border: none !important;
    }
    .header-main.is-sticky .header-menu .hfe-nav-menu__layout-horizontal li.menu-item a.hfe-menu-item,
    .header-main .header-menu .hfe-nav-menu__layout-horizontal li.menu-item a.hfe-menu-item {
        padding: 15px !important;
        display: block !important;
        background: #000 !important;
    }
	.headerMenu .sub-menu{
		width: 100% !important;
	}
	.header-main nav ul li a {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
	.herosection .fw-tabs ul li a {
        font-size: 14px;
        padding: 8px !important;
    }
	p{
		font-size: 16px;
        line-height: 24px;
        margin: 0 0 10px;
	}
}
@media (max-width: 991px) {
    .logo {
        max-width: 180px;
    }

    .nav li a {
        font-size: 14px;

        padding: 20px 14px;

        letter-spacing: 2px;
    }

    .tabs ul li a {
        font-size: 16px;
    }

    .tabs ul li:last-of-type {
        display: none;
    }

    ul.show-times li i {
        display: block;

        margin-bottom: 5px;
    }

    ul.show-times li .time {
        padding: 5px 6px;
    }

    .single-movie .share a {
        font-size: 12px;
        line-height: 28px;

        width: 30px;
        height: 30px;
    }

    .slick-slider .slick-arrow.left {
        left: -45px;
    }

    .slick-slider .slick-arrow.right {
        right: -45px;
    }
    .single-post .comment-form-author,
    .single-post .comment-form-email {
        display: block;

        width: 100%;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
	.banner-slider .elementor-slide-description {
		margin: 3px;
		padding: 5px;
	}
    .banner-slider .elementor-swiper-button-prev, .banner-slider .elementor-swiper-button-next {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        line-height: 39px;
    }
    .banner-slider .elementor-swiper-button-prev{
        left: 20px !important;
    }
    .banner-slider .elementor-swiper-button-next{
        right: 20px !important;
    }
	.heading-title{
		    font-size: 25px;
   			 line-height: 35px;
	}
	div#mobile-menu{
		margin-bottom:0 !important;
	}
	.heading_style h2, .error-page h2, .singlemembers .entry-title{
		    font-size: 30px;
	}
	.mobile-block-listing ul {
		margin: 0;
		padding: 0 0 0 18px;
	}
    .logo {
        max-width: 150px;
        margin-left: 15px;
    }
    .header-logo {
        width: 140px !important;
    }
    .header-logo img {
        max-width: 100% !important;
    }
    .header-menu {
        width: calc(100% - 140px) !important;
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal {
        top: 70px;
        height: calc(100vh - 70px);
    }
    .navbar {
        z-index: 99999;
    }

    .navbar-toggle {
        margin-top: 15px;
    }

    .nav {
        position: static;

        margin: 0 !important;

        background: rgba(0, 0, 0, .9);
    }

    .nav li {
        text-align: center;
    }

    .nav li:first-of-type a {
        padding-top: 25px;
    }

    .nav li:last-of-type a {
        padding-bottom: 25px;
    }

    .nav li.active a:after {
        display: none;
    }

    .nav li.active a {
        color: #ec7532;
    }

    .nav li a {
        display: block;

        padding: 15px;
    }

    .nav li:hover .dropdown-menu {
        display: block;
    }

    .nav .dropdown-menu {
        position: static;
        z-index: 999999;

        display: none;
        visibility: visible;
        float: none;

        -webkit-transform: scale(1);

                transform: scale(1);

        opacity: 1;
    }

    .nav .dropdown-menu li a {
        font-size: 12px;
    }

    .nav li .dropdown-menu ul {
        position: relative;
    }

    .movie-tabs img {
        margin-bottom: 30px;
    }

    .comments img {
        margin-bottom: 15px;
    }

    form .right-align {
        text-align: left;
    }

    .icon-row:first-of-type {
        margin-top: 40px;
    }

    .sidebar {
        margin-top: 60px;
    }

    footer .col-sm-3 {
        margin-bottom: 30px;
    }
    .buttons.sldrbtns > * {
        margin: 3px 0;
    }
    footer{
        padding-top: 30px;
    }
    .banner-heading h1 {
        line-height: 1.2em;
    }
    .icon-contact .elementor-widget-container > .elementor-icon-box-wrapper {
        display: flex;
        align-items: center;
        text-align: left;
    }
    .icon-contact .elementor-widget-container > .elementor-icon-box-wrapper .elementor-icon-box-icon {
        display: flex;
    }
	#mobidatesh5::after{
		display: none;
	}
	.herosection .mobimthing {
        width: 100% !important;
        padding: 2px 10px !important;
		color: #008080;
    }
	#mobile-menu h5{
		padding-bottom: 0;
	}
}

@media (max-width: 600px) {
    html #wpadminbar {
        top: -46px !important;
    }
    .navbar {
        padding-top: 15px;
    }

    .site-title {
        display: inline-block;

        margin-left: 35px;

        -webkit-transform: translateY(0px);

                transform: translateY(0px);
    }
    #hero {
        margin-right: 0;
        margin-left: 0;
    }
    #hero .container .blurb h1,
    #content_hero .container .blurb h1 {
        font-size: 40px;
        line-height: 1.2em;
    }

    .carousel-indicators {
        bottom: 30px;
    }

    #content_hero .star-rating {
        margin-top: 10px;
    }

    .dark {
        margin-right: -15px;
        margin-left: -15px;
    }

    .slick-slide .movie-poster:before {
        -webkit-transform: skewX(23deg);
                transform: skewX(23deg);
    }

    .slick-slide img,
    .movie-tabs img {
        width: 100%;
    }

    .tabs ul {
        border-bottom: none;
    }

    .tabs ul li {
        display: block;
    }

    .tabs ul li a {
        padding: 10px 30px;
    }

    .tabs ul li a:after {
        width: 4px;
        height: 0;

        background-image: linear-gradient(to bottom, #fbbd61, #ec7532);
    }

    .tabs ul li a:hover:after,
    .tabs ul li.ui-state-active a:after {
        width: 4px;
        height: 100%;
    }

    .tabs ul li:last-of-type {
        display: block;
        float: none;
    }

    .tabs ul li:last-of-type span {
        text-align: left;
        text-indent: 30px;
    }

    .movie-tabs .viewing-times {
        display: block;

        margin-bottom: 25px;
    }

    .movie-tabs .running-time {
        padding-top: 10px;

        text-align: left;
    }

    .comingSoon-slides .single-slide {
        display: block;
        overflow: hidden;
    }

    .comingSoon-slides .video {
        margin: 40px 0 0 0;
    }

    .single-movie .poster {
        width: 100%;
    }

    .single-movie .share {
        text-align: left;
    }

    .single-movie .share a {
        font-size: 18px;
        line-height: 40px;

        width: 43px;
        height: 43px;
    }

    .icon-row {
        width: 100%;

        text-align: center;
    }

    .icon-row .col {
        display: block;
    }

    .icon-row .col:first-of-type {
        padding: 0;
    }

    .icon-row .col .circle {
        margin: 0 auto 25px auto;
    }

    .comments {
        margin-right: 0;
        padding-right: 10px;
    }

    ul.pagination li {
        display: none;
    }

    ul.pagination li:first-of-type,
    ul.pagination li:last-of-type {
        display: inline-block;
    }

    .single-tags {
        float: none;

        margin-bottom: 10px;
    }

    .social-share {
        float: none;
    }

    .social-share .share {
        text-align: left;
    }

    .form-group.half {
        float: none;

        width: 100%;
    }

    .form-group.half:first-of-type,
    .form-group.half:last-of-type {
        padding: 0;
    }

    .icon-box {
        margin-bottom: 30px;
    }

    .tabs.pill-style ul li a {
        border-radius: 0;
    }

    .tabs.pill-style ul li:first-of-type a {
        border-radius: 30px 30px 0 0;
    }

    .tabs.pill-style ul li:last-of-type a {
        border-radius: 0 0 30px 30px;
    }

    .fw-row {
        margin: 0;
    }

    .news article .img img {
        width: 100%;
    }
}

@media (max-width: 480px){
	.member-outer{
		    grid-template-columns: 1fr !important;
	}
    .icon-contact .elementor-icon-box-icon {
        width: 50px;
        height: 50px;
    }
    .icon-contact .elementor-icon-box-content {
        width: calc(100% - 50px);
        padding-left: 15px;
    }
    .icon-contact .elementor-icon-box-content .elementor-icon-box-title {
        font-size: 16px;
        line-height: 1.2em;
    }
    .icon-contact .elementor-icon-box-content  p.elementor-icon-box-description {
        font-size: 14px !important;
    }
}