/*
 Theme Name:   Seatera Child
 Description:  Seatera Child Theme
 Author:       Cohhe
 Template:     Seatera
 Version:      1.0.0
 Text Domain:  vh
*/


@import url("../Seatera/style.css");
@import url("style-custom.css");

/* Portrait and Landscape */
@media (max-width: 480px){
    input.newsletter-submit {
        position: absolute;
        bottom: 35px !important;
        right: 0;
        border: none;
        background-color: #ffcc33;
        color: #333;
        padding: 0px 19px 0px 21px;
        font-size: 18px;
        height: 47px;
    }

    .movies_list_content{
        paddin-bottom: 40px !important;
    }
}
@media (max-width: 480px){
body .page-wrapper .vc_row-fluid .vc_span3, body .page-wrapper .vc_row-fluid .vc_span6, body .page-wrapper .vc_row-fluid .vc_span9, body .page-wrapper .vc_row-fluid .vc_span12 {
    float: left; !important;
    display: block;
    width: auto;
    margin-left: 0;
}
}
p em, p em *, em *{ font-style: italic}
ul li em{ font-style: italic }
em, strong em, em strong {
    font-style: italic;
}
@media screen and (max-width: 600px) {
    .wrapper h2.module_title {
        padding-top:65px;
    }
}
#movies_list_content{
    width: 100%;
    float: left;
}
#movie_post_content ul li
{
    border: 0px solid red;
    line-height: 0px;
}
.page-wrapper .main-inner ul:not(.ui-tabs-nav) li
{
    line-height: 0px;
}


body .wrapper .spotlight_trailer a, body .wrapper .spotlight_info a, body .wrapper .spotlight_tickets a
{
    width: 82.5px;
}

input.newsletter-email {
    width: 100%;
    border: 1px solid #d1d1d1;
    background-color: #fafafa;
    padding: 10px 125px 11px 20px;
    font-size: 20px;
    color: #333;
    margin-top: 15px;
}

input.newsletter-submit {
    position: absolute;
    bottom: 0;
    right: 0;
    border: none;
    background-color: #ffcc33;
    color: #333;
    padding: 0px 19px 0px 21px;
    font-size: 18px;
    height: 47px;
}

body .wrapper .top-header .header-social-icons
{
    max-width: 225px;
    float: right;
}

.icon-instagram:before { content: '\f16d'; }

.header-social-icons .instagram-icon {
    background-color: #3c599b;
}

/*****************************************/
.movie_list_container
{

}
.movie_list_container .event_buttons {
    padding-top: 15px;
    position: relative !important;
    bottom: 0px !important;
    left: 0;
}
@media (min-width: 1200px) {
    .movie_list_container .event_buttons {
        padding-top: 15px;
        position: relative !important;
        bottom: 0px !important;
        left: 0;
    }
}

.button_yellow.lf
{
   padding-top: 15px;
}
.movie_list_container .overview-container {
    float: left;
    margin-top: 12px;
    min-height: auto !important;
    min-height: inherit;
    height: auto;
}
/******************************************************/
/*.pagination {
    clear:both;
    padding:20px 0;
    position:relative;
    font-size:11px;
    line-height:13px;
}

.pagination span, .pagination a {
    display:block;
    float:left;
    margin: 2px 2px 2px 0;
    padding:6px 9px 5px 9px;
    text-decoration:none;
    width:auto;
    color:#fff;
    background: #555;
}

.pagination a:hover{
    color:#fff;
    background: #3279BB;
}

.pagination .current{
    padding:6px 9px 5px 9px;
    background: #3279BB;
    color:#fff;
}*/

.pagination ul {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
    display: inline;
}
.pagination a {
    float: left;
    padding: 0 14px;
    line-height: 34px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
}
.pagination a:hover,
.pagination .active a {
    background-color: #f5f5f5;
}
.pagination .active a {
    color: #999999;
    cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
    color: #999999;
    background-color: transparent;
    cursor: default;
}
.pagination li:first-child a {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.pagination-centered {
    text-align: center;
}
.pagination-right {
    text-align: right;
}
.pager {
    margin-left: 0;
    margin-bottom: 18px;
    list-style: none;
    text-align: center;
    *zoom: 1;
}
.pager:before,
.pager:after {
    display: table;
    content: "";
}
.pager:after {
    clear: both;
}
.pager li {
    display: inline;
}
.pager a {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.pager a:hover {
    text-decoration: none;
    background-color: #f5f5f5;
}
.pager .next a {
    float: right;
}
.pager .previous a {
    float: left;
}
.pager .disabled a,
.pager .disabled a:hover {
    color: #999999;
    background-color: #fff;
    cursor: default;
}


/**********************************************/
.wpcf7-form-control .wpcf7-submit
{
    padding-top: 25px;
}
.espaco_submit

{
    padding-top: 25px;
}

/***********************************************/
.selo
{

    left: 5px;
    line-height: 0;
    position: absolute;
    top:  5px;

    z-index: 100;
    color: #fff;
    text-transform: uppercase;
    /*background-color: #000;*/
}
.selo.home
{
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
}
.selo.lf
{
    width: 64px;
    height: 64px;
    background-size: 64px 64px;
    margin-left: 15px;
}
/*******************************/
.espaco_meme
{
    border: 0px solid red;
    min-height: 200px;
    height: auto;
    width: 100%;
    padding: 35px 0px 80px 0px;
    float: left;
}

.meme{
    border: 0px solid blue;
}

.meme img
{
    text-align: center;
}
.meme.meme_antes{
    padding-bottom: 40px;
}
.meme.meme_antes, .meme.meme_depois
{
    text-align: center;
}
.meme.meme_antes img, .meme.meme_depois img
{
    text-align: center;
}
.meme.meme_antes p, .meme.meme_depois p
{
    text-align: center;
    width: 100%;
    font-size: 30px;
    font-weight: 700;
}

#espaco_carimbo
{
    width: 100%;
    border: 0px solid red;

    float: left;
    padding: 40px 0px 25px 0px;
    text-align: center;
}

.entry-content p{
    text-align: justify;
}

.texto_contato
{
    text-align: justify;
}