/*
Theme Name: Java Films
Author: Akatomy
*/

/* Reset CSS
 * --------------------------------------- */
 
* {
	box-sizing: border-box;
	/*transition: all .4s ease-in-out;*/
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Theme CSS 
 * --------------------------------------- */

body {
    font-family: 'Yantramanav', sans-serif;
    font-size: 12px;
    line-height: 1.3em;
    color: #101010;
    position: relative;
}

header {
    padding: 46px 80px;
}

nav ul {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #000;
    font-size: 1em;
    font-weight: bold;
    display: flex;
    justify-content: flex-end;
}

nav ul li {
    display: block;
    margin-left: 20px;
    position: relative;
}

    nav ul li:hover {
        color: #db4433;
    }

@media screen and (max-width: 960px) {

    nav ul {
        justify-content: center;
        flex-wrap: wrap;
    }

    nav ul li {
        margin-left: 10px;
        margin-right: 10px;
    }

}

nav ul a {
    color: inherit;
}

nav ul * {
}

nav ul li ul {
    display: block;
    opacity: 0;
    position: absolute;
    right: 0;
    left: -100px;
    flex-direction: column;
    z-index: 900;
    padding: 10px;
    transition: all 0.5s ease 1.0s;
}

nav ul li ul li {
    padding: 3px 0px;
}

nav ul li ul li:hover {
    color: #000;
}

nav ul li:hover ul {
    opacity: 1;
    background: #da4130;
    color: #fff;
    transition: all 0s ease 0s;
}

.headerFlex {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
}

    .headerFlex form {
        width: 280px;
        position: relative;
        margin-right: 20px;
    }

@media screen and (max-width: 600px) {

    .headerFlex form {
        width: 100%;
    }

}

#lightSlider {

}

#lightSlider li {
    background-size: cover;
    background-position: center center;
    width: 100%;
    position: relative;
    top: 0;
    bottom: 0;
    height: 100%;
}

#lightSlider div {
    text-align: center;
    padding: 200px;
}

    #lightSlider div h2 {
        margin-bottom: 22px;
        font-size: 3em;
        line-height: 1.1em;
        text-transform: uppercase;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: bold;
        color: #fff;
    }

    #lightSlider div p {
        color: #fff;
        max-width: 360px;
        margin: auto;
        margin-bottom: 24px;
    }

    #lightSlider div span {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 0.9em;
        line-height: 1em;
        font-weight: 400;
        text-transform: uppercase;
        color: #fff;
        border: 1px solid #fff;
        padding: 6px 16px 7px;
    }

    #lightSlider div:hover span {
        color: #101010 !important;
        background: #fff;
    }

@media screen and (max-width: 1000px) {

    #lightSlider div {
        padding: 100px;
    }

}

@media screen and (max-width: 600px) {

    #lightSlider div {
        padding: 50px;
    }

}

.rotate {
  transform-origin: top left;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

header div:nth-child(2) {
    text-align: right;
}

@media screen and (max-width: 900px) {

    header {
        padding: 30px 50px;
    }

    header div {
        flex-basis: 100%;
        text-align: center;
    }

    header div:nth-child(1) {
        padding-bottom: 20px;
    }

    header div:nth-child(2) {
        text-align: center;
    }

    .headerFlex form {
        margin: auto;
    }


}

section {
    display: flex;
    /*position: relative;*/
}

    section>div:nth-child(1) {
        flex-basis: 50px;
        position: relative;
    }

    section>div:nth-child(1) h1 {
        position: absolute;
        width: 200px;
        text-align: right;
        top: 250px;
        left: 0;
        line-height: 48px;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 1.5em;
        font-weight: 300;
        text-transform: uppercase;
        color: #fff; 
    }

    section>div:nth-child(2) {
        flex-basis: calc(100% - 50px);
        padding: 50px 50px 50px 50px;
    }

@media screen and (max-width: 960px) {

    section>div:nth-child(2) {
        flex-basis: calc(100% - 50px);
        padding: 20px;
    }

}

.flexMe {
    display: flex;
    width: 100%;
    max-width: 980px;
    margin: auto;
    flex-wrap: wrap;
}

    .flexMe .item {
        flex-basis: calc(100%/3);
        padding: 0px 11px;
        margin-bottom: 30px;
    }

    .flexMe .item img {
        width: 100%;
        height: auto;
    }

    .flexMe .item h2 {
        margin: 10px 0px 12px 0px;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 1.2em;
        line-height: 1.2em;
        font-weight: 700;
        text-transform: uppercase;
        color: #101010;
    }

    .flexMe .item p:not(:last-child) {
        margin-bottom: 24px;
    }

    .flexMe .item a:not(:first-child) {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 0.9em;
        line-height: 1em;
        font-weight: 400;
        text-transform: uppercase;
        color: #da4130;
        border: 1px solid #da4130;
        padding: 6px 16px 7px;
    }

    .flexMe .item a:hover {
        color: #fff !important;
        background: #da4130;
    }

@media screen and (max-width: 800px) {

    .flexMe {
    }

    .flexMe .item {
        flex-basis: 100%;
    }

}

.tags {
    padding: 50px 0px;
}

    .tags a {
        display: inline-block;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 1em;
        line-height: 1em;
        font-weight: 400;
        text-transform: uppercase;
        color: #da4130;
        border: 1px solid #da4130;
        padding: 8px 16px 7px;
        margin-right: 8px;
        margin-bottom: 10px;
    }

    .tags a:hover {
        color: #fff !important;
        background: #da4130;
    }

.lSSlideOuter .lSPager.lSpg {
    position: relative !important;
    bottom: 60px;
    margin-bottom: -21px;
}

@media screen and (max-width: 600px) {

    .lSSlideOuter .lSPager.lSpg {
        bottom: 30px;
        margin-bottom: -21px;
    }

}

.lSSlideOuter .lSPager.lSpg > li a {
    background-color: rgba(255,255,255,0.3) !important;
}

.lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: rgba(255,255,255,1) !important;
}

footer {
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #fff;
}

footer ul#menu-social li {
    background: #fff;
    color: #454545;
    border-radius: 50px;
    display: inline-block;
    width: 34px;
    height: 34px;
    font-size: 1.7em;
    line-height: 1.68em;
    text-align: center;
    margin: 6px;
}

    footer ul#menu-social li a {
        color: inherit;
    }

footer ul#menu-social li:hover {
    background: #454545;
    color: #fff;
}

    footer ul#menu-footer  {
        color: #fff;
        margin-top: 20px;
    }

    footer ul#menu-footer li a {
        color: inherit;
    }

    footer ul#menu-footer li a:hover {
        text-decoration: underline;
    }

    footer a.cta {
        display: inline-block;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 1.5em;
        line-height: 1em;
        font-weight: 400;
        text-transform: uppercase;
        color: #fff;
        border: 1px solid #fff;
        padding: 10px 20px;
        margin: 20px 0px 30px 0px;
    }

    footer a.cta:hover {
        color: #454545 !important;
        background: #fff;
    }

    header a.advanced {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 1em;
        line-height: 1em;
        font-weight: 400;
        text-transform: uppercase;
        color: #fff;
        border: 1px solid #0c0c0c;
        padding: 8px 16px 6px;
        background: #0c0c0c;
    }

    header a.advanced:hover {
        color: #0c0c0c !important;
        background: #fff;
    }

.notices {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.notices div {
    /*flex-basis: 45%;*/
    flex: 1 1 0px
}

.notices div {
    padding-left: 15px;
    padding-right: 15px;
}

.notices div:first-child {
    padding-left: 0px;
    padding-right: 15px;
}

.notices div:last-child {
    padding-left: 15px;
    padding-right: 0px;
}

@media screen and (max-width: 800px) {

    .notices div {
        flex-basis: 100%;
    }

    .notices div {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

}

.notices h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.2em;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.notices ul {
    font-size: 1.2em;
}

    .notices ul {
        margin-bottom: 40px;
    }

    .notices ul li {
        padding: 6px 0px 4px 0px;
        border-bottom: 1px solid #cecece;
    }

    .notices ul li:first-child {
        border-top: 1px solid #cecece;
    }

    .notices ul li a {
        color: #da4130;
    }

.menuBtn {
    cursor: pointer;
}

.programsNav {
    display: none;
    position: absolute;
    top: 154px;
    left: 50px;
    bottom: 0px;
    width: 290px;
    background: #ededed;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
    padding: 50px 30px;
    z-index: 900;
}

@media screen and (max-width: 900px) {

    .programsNav {
        top: 212px;
    }

}

@media screen and (max-width: 500px) {

    .programsNav {
        top: 228px;
    }

}

.programsNav h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.2em;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 6px;
    position: relative;
    cursor: pointer;
}

.programsNav h3.fold {
    border-bottom: 1px solid #cecece;
}

.programsNav h3.fold:after {
    position: absolute;
    content: url(assets/images/arrow-up.png);
    right: 0;
    transform: rotate(180deg);
}


.programsNav h3.on:after {
    transform: rotate(0deg);
}

.programsNav h3:not(:first-of-type) {
    margin-top: 20px;
}

.programsNav h3>a {
    color: inherit;
}

    .programsNav h3>a:hover {
        color: #da4130;
    }

.programsNav ul {
    display: none;
    font-size: 1em;
    line-height: 1em;
}

    .programsNav ul li {
        padding: 5px 0px;
        border-bottom: 1px solid #cecece;
        text-transform: uppercase;
    }

    .programsNav ul li a {
        color: inherit;
    }

        .programsNav ul li a:hover {
            color: #da4130;
        }

.menuBtn {
    position: absolute;
    top: 50px;
    left: 17px;
}

.core h1 {
    top: 280px !important;
}

.flexTheseCategories {
    display: flex;
    max-width: 980px;
    margin: auto;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

    .flexTheseCategories div {
        flex-basis: calc(100%/3 - 30px);
        padding: 0px 11px;
        margin: 10px;
        display: block;
        text-align: center;
        background: #454545;
        color: #fff;
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: uppercase;
        font-size: 2em;
        line-height: 1em;
        position: relative;
        padding: 40px;
    }

@media screen and (max-width: 900px) {

    .flexTheseCategories div {
        flex-basis: calc(100%/3 - 30px);
        font-size: 1.3em;
        padding: 20px;
    }

}

@media screen and (max-width: 700px) {

    .flexTheseCategories div {
        flex-basis: calc(100%/2 - 20px);
        font-size: 1.2em;
        padding: 20px;
    }

}

@media screen and (max-width: 500px) {

    .flexTheseCategories div {
        flex-basis: calc(100%);
        font-size: 1.2em;
        padding: 20px;
    }

}

    .flexTheseCategories div a {
        position: relative;
        display: block;
        color: inherit;
        top: 0;
        left: 0; bottom: 0;
        right: 0;
    }

.pagination {
    clear: both;
    flex-basis: 100%;
    max-width: 960px;
    margin-right: auto;
}

 .pagination a {
    color: #999;
 }

 .staff {
    justify-content: flex-start;
 }

 .staffMember {
    flex-basis: calc(25%);
 }

 @media screen and (max-width: 600px) {

     .staffMember {
        flex-basis: calc(50%);
     }

 }

 .staffMember div {
    padding: 20px;
}

 .staffMember div img {
    width: 100%;
    height: auto;
}

.staffMember h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.2em;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 0px 10px 0px;
    position: relative;
    cursor: pointer;
}

.um input[type="submit"].um-button, .um input[type="submit"].um-button:focus, .um a.um-button, .um a.um-button.um-disabled:hover, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:active {
    background: #db4433 !important;
}

.um .um-button.um-alt, .um input[type="submit"].um-button.um-alt {
    background: #bbb !important;
}

.um-field-error {
    background: #454545 !important;
}

.um-field-arrow {
    color: #454545 !important;
}

iframe {
  max-width: 100%;
}

p {
    font-size: 1.2em;
    line-height: 1.3em;
}

.misha_loadmore, .misha_loadmore2 {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    color: #da4130;
    cursor: pointer;
}

.misha_loadmore:hover, .misha_loadmore2:hover {
    color: #101010;
}

.misha_loadmore:before, .misha_loadmore2:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    width: 24px;
    height: 24px;
    background: url(assets/images/more.png) center center;
    background-size: cover;
    margin-right: 8px;
    margin-left: 10px;
}

.mc4wp-form p {
    margin: 15px 0 5px 0;
    padding-top: 20px;
}

.mc4wp-form label {
    font-size: 15px !important;
    line-height: 22px !important;
    font-weight: bold;
    font-weight: 600;
    color: #555555;
    margin: 0 0 8px 0;
    display: block;
}

.mc4wp-form input[type="text"], .mc4wp-form input[type="email"] {
    color: #666666;
    background-color: #ffffff;
    border: 1px solid #ddd !important;
    padding: 0 12px !important;
    width: 100%;
    display: block !important;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: none !important;
    cursor: text !important;
    font-size: 15px !important;
    height: 40px !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
    margin: 0 !important;
    position: static;
}

.mc4wp-form input[type="submit"] {
    background:  #db4433 !important;
    vertical-align: middle !important;
    height: auto !important;
    font-size: 15px;
    cursor: pointer !important;
    width: 100%;
    box-shadow: none;
    text-shadow: none;
    font-family: inherit;
    outline: none !important;
    margin: 0;
    opacity: 1;
    -webkit-appearance: none;
    color:  #ffffff;
    display: inline-block !important;
    width: auto !important;
    min-width: 250px !important;
    font-size: 15px;
    border: none !important;
    display: block;
    width: 100%;
    line-height: 1em !important;
    padding: 16px 20px !important;
    text-decoration: none !important;
    text-align: center;
    text-transform: none !important;
    font-weight: normal !important;
    overflow: hidden;
    position: relative;
    transition: 0.25s;
    box-sizing: border-box;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    opacity: 1;
}

    .dropbox {
        display: inline-block;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 1em;
        line-height: 1em;
        font-weight: 400;
        text-transform: uppercase;
        color: #fff !important;
        background: #da4130;
        border: 1px solid #da4130;
        padding: 8px 16px 7px;
        margin-right: 8px;
        margin-bottom: 10px;
    }

    .dropbox:hover {
        color: #da4130 !important;
        background: none !important;
    }