

/* CSS to fix issues with latest divi update */
.wpcinema_movie_page_template.page.et_pb_pagebuilder_layout #main-content {
    background-color: #fff !important;
    padding: 20px;
}
.wpcinema_movie_page_template.et_header_style_centered div.clearfix.et_menu_container {
	width: 100% !important;
}
.wpcinema_movie_page_template.et_header_style_centered #main-header .container {
    height: inherit;
    text-align: center;
}
.wpcinema_movie_page_template.et_header_style_centered #logo {
	max-height:none !important;
	width: 100%;
}
.wpcinema_movie_page_template span.logo_helper {
	display: none;
}
.wpcinema_movie_page_template.et_header_style_centered nav#top-menu-nav {
	float: left;
}
.wpcinema_movie_page_template #top-menu li {
	padding-right: 0px
}
.wpcinema_movie_page_template.et_header_style_centered #top-menu>li>a {
    padding-bottom: 1.2em;
    padding-top: 1em;
    border-right: 1px solid #fff;
    padding-right: 14px;
    padding-left: 10px;
}
.wpcinema_movie_page_template.et_header_style_centered #et-secondary-nav .menu-item-has-children>a:first-child, .wpcinema_movie_page_template.et_header_style_centered #top-menu .menu-item-has-children>a:first-child, .wpcinema_movie_page_template.et_header_style_centered #top-menu .menu-item-has-children>a {
    padding-right: 26px;
}

.wpcinema_movie_page_template.et_header_style_centered #top-menu .menu-item-has-children a:after {
    margin-right: 5px;
    margin-top: 14px;
}

/* End css to fix CSS with latest divi update */

div.wpcinema_content div.wpcinema_movie div.links {
    font-weight: bold;
}
div.wpcinema_content div.wpcinema_movie h3.movietitle, div.wpcinema_content div.wpcinema_movie div.sessions {
    font-weight: 700;
}
div.wpcinema_content div.wpcinema_movie h3.movietitle span.rating {
    font-weight: 400;
}
div.wpcinema_content div.movieinfo h3, div.wpcinema_content div.movieinfo div {
    letter-spacing: 0em;
}
div.wpcinema_content div.movieinfo h3.movieshowing {
    background-color: #000;
}
div.wpcinema_cat_legend, div.wpcinema_status_legend {
    background-color: transparent;
    line-height: 35px;
    color: #222;
    font-size: 13px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}
div.wpcinema_catwrap, div.wpcinema_statuswrap {
    margin: 0px 6px 0px 0px;
}
div.wpcinema_content div.wpcinema_movie div.sessions, 
div.wpcinema_content div.wpcinema_movie div.sessions a, 
div.wpcinema_content div.wpcinema_movie div.links,
div.wpcinema_content div.wpcinema_movie div.links a {
    color: #5a5a5a;
}
div.wpcinema_content div.wpcinema_movie div.sessions span.wpcinema_session_closed {
    color: #a3a3a3;
}
span.wpcinema_session_fillingfast {
    background-color: #e5df12;
}
div.wpcinema_content div.wpcinema_movie div.sessions span {
    margin-right: 5px;
}
div.wpcinema_content div.movieinfo h3.movieshowing, div.wpcinema_content div.movieinfo h3.movieshowing a, div.wpcinema_content div.movieinfo h3.movieshowing a:link, div.wpcinema_content div.movieinfo h3.movieshowing a:visited, div.wpcinema_content div.movieinfo h3.movieshowing a:hover {
    font-size: 15px;
}
div.wpcinema_content div.wpcinema_allshowing_movie div.wpc-movie-label {
    margin-left: 0px;
}
div.wpcinema_movie_page h2 {
    padding-bottom: 5px;
}
div.wpc-sessions div.wpc-session-times span.wpcinema_session_soldout, div.sessions span.wpcinema_session_soldout {
    color: #000;
    font-weight: bold;
    text-shadow: 0px 0px 4px white;
}
div.wpcinema_content div.wpcinema_allshowing_movie div.wpc-movie-label {
    font-weight: bold;
    min-width: 0px;
}

div.wpcinema_content div.wpcinema_movie_page div.wpcinema_moviepage_image {
    margin: 0px 15px 45px 0px;
}
div.wpcinema_content div.wpc-session-wrap {
    padding: 8px 0px;
    margin: 0px;
}
@media (max-width: 980px) {
    .et_header_style_centered .et_menu_container span.mobile_menu_bar {
        position: relative;
        text-align: center;
    }
    #logo {
        content: url(https://suntheatre.com.au/wp-content/uploads/2018/08/Header-m.jpg);
    }
}

@media screen and (max-width: 680px) {
    div.wpcinema_content div.wpcinema_allshowing_movie .wpc-sessions div.wpc-session-times {
        line-height: 30px;
    }
}
@media screen and (max-width: 400px) {
    div.wpcinema_catwrap, div.wpcinema_statuswrap {
        display: inline-block;
    }
}


