/*
Theme Name: Filmes Gratis
Theme URI: https://leowp.com/filmesgratis
Description: Tema WordPress
Author: LeoWP
Author URI: https://leowp.com
Version: 1.0
*/
@charset 'utf-8';

html,
body {
     padding: 0;
     margin: 0;
     font-family: 'Open Sans', sans-serif;
     line-height: 1.5;
     -webkit-text-size-adjust: 100%;
     font-variant-ligatures: none;
     -webkit-font-variant-ligatures: none;
     text-rendering: optimizeLegibility;
     -moz-osx-font-smoothing: grayscale;
     font-smoothing: antialiased;
     -webkit-font-smoothing: antialiased;
     text-shadow: 0 0 1px rgba(0,0,0,.01);
     background-color: #151b27;
}

body.overflow {
     overflow: hidden;
}

* {
     padding: 0;
     font-family: 'Open Sans', sans-serif;
     margin: 0;
     outline: none !important;
     resize: none !important;
     box-sizing: border-box;
}

a,
a:link,
a:visited,
a:hover,
a:active {
     text-decoration: none;
}

.img-fluid {
     max-width: 100%;
     height: auto;
     display: block;
}

.img-center {
     display: block;
     margin: auto;
}

.container {
     width: 1100px;
     position: relative;
     margin: auto;
}

.container:before,
.container:after,
.clearfix:before,
.clearfix:after {
     content: " ";
     display: table;
}

.container:after,
.clearfix:after {
     clear: both;
}

.not-found {
     background: #f5f5f5;
     padding: 15px;
     font-size: 13px;
     color: #666;
     text-align: center;
     margin: 0 0 30px;
     border-radius: 5px;
}

/* header */

#menu-mobile {
     background: #1f2734;
     width: 250px;
     position: fixed;
     top: 58px;
     right: -250px;
     bottom: 0;
     z-index: 9;
     overflow-y: auto;
     transition: right .3s;
}

body.admin-bar #menu-mobile {
     top: calc(58px + 32px);
}

#menu-mobile::-webkit-scrollbar { width: 4px; height: 4px; }
#menu-mobile::-webkit-scrollbar-button { width: 0px; height: 0px; }
#menu-mobile::-webkit-scrollbar-thumb { background: #c5c9cd; border: 0; border-radius: 50px; }
#menu-mobile::-webkit-scrollbar-thumb:hover { background: #ffffff; }
#menu-mobile::-webkit-scrollbar-thumb:active { background: #ffffff; }
#menu-mobile::-webkit-scrollbar-track { background: rgba(0,0,0,.25); border: 0; border-radius: 50px; }
#menu-mobile::-webkit-scrollbar-track:hover { background: rgba(0,0,0,.25); }
#menu-mobile::-webkit-scrollbar-track:active { background: rgba(0,0,0,.25); }
#menu-mobile::-webkit-scrollbar-corner { background: transparent; }

#menu-mobile.active {
     right: 0;
     transition: right .3s;
}

#menu-mobile ul {
     padding: 0;
     list-style: none;
     margin: 0;
}

#menu-mobile ul li {
     border-bottom: 1px solid rgba(0,0,0,.1);
}

#menu-mobile ul li a {
     display: block;
     padding: 10px;
     font-size: 13px;
     color: #c5c9cd;
}

#header {
     background: #1f2734;
     position: -moz-sticky;
     position: -webkit-sticky;
     position: sticky;
     top: 0;
     color: #fff;
     z-index: 9;
}

body.admin-bar #header {
     top: 32px;
}

#header .container {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 10px 0;
}

#header .logo {
     margin: 0 auto 0 0;
}

#header .search {
     background: #fff;
     width: 490px;
     position: relative;
     border-radius: 100px;
     overflow: hidden;
}

#header .search form {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: center;
     justify-content: space-between;
}

#header .search input {
     background: #fff;
     width: 100%;
     height: 38px;
     display: block;
     padding: 0 0 0 25px;
     font-size: 11px;
     border: 0;
     color: #7d7b7b
}

#header .search button {
     background: url(images/ico_search.png) center no-repeat;
     width: 17px;
     height: 38px;
     margin: 0 15px;
     border: 0;
    cursor:pointer;

}

#header .btn-menu {
     margin: 0 0 0 30px;
     cursor: pointer;
}

#header .btn-menu span {
     background: #9e0909;
     width: 29px;
     height: 6px;
     display: block;
     margin: 3px 0;
     border-radius: 100px;
}

#header .btn-menu.active span:first-child {
     width: 32px;
     height: 4px;
     margin: 0;
     transform: rotate(-45deg);
}

#header .btn-menu.active span:nth-child(2) {
     opacity: 0;
}

#header .btn-menu.active span:last-child {
     width: 32px;
     height: 4px;
     margin: -16px 0 0;
     transform: rotate(45deg);
}

/* main */

#featured-movies {
     background: #151b27;
}

#featured-movies .container {
     padding: 25px 0;
}

#main {
     min-height: 550px;
}

#main .container {
     padding: 0px 0;
}

.block-header {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: center;
     justify-content: space-between;
     margin: 0 0 15px;
}

.block-header .block-title {
     padding: 0;
     font-size: 20px;
     font-weight: 700;
     font-style: italic;
     color: #b9b9b9;
     text-transform: uppercase;
     margin: 0;
}

#featured-movies .block-header .block-title {
     color: #b9b9b9;
}

.block-header .arrows {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: center;
}

.block-header .arrows button {
     background: url(images/prev_1.png);
     width: 9px;
     height: 18px;
     padding: 0;
     font-size: 0;
     border: 0;
     margin: 0 0 0 15px;
     cursor: pointer;
}

.block-header .arrows .slick-next {
     background-image: url(images/next_1.png);
}

.movies-list {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     flex-wrap: wrap;
     margin: 0 -10px 5px;
}

#featured-movies .movies-list {
     height: 235px;
     overflow: hidden;
}

/*#featured-movies .movies-list .col {
     visibility: hidden;
}*/

.movies-list.scroll {
     display: block;
     margin: 0 -10px;
}

.movies-list .col {
     flex-basis: 14.28571428571429%;
     max-width: 14.28571428571429%;
     padding: 0 10px;
}

/*.movies-list.scroll .col,
.movies-list .col.full {
     flex-basis: inherit;
     max-width: inherit;
}*/

.movies-list .col.full {
     flex-basis: 100%;
     max-width: 100%;
}

.movies-list .item {
     margin: 0 0 20px;
}

.movies-list.scroll .item {
     margin: 0;
}

.movies-list .image {
     position: relative;
}

.movies-list .image span {
     position: absolute;
     z-index: 1;
}

.movies-list .image .audio {
     background: #9e0909;
     padding: 1px 8px;
     top: 5px;
     right: 5px;
     font-size: 9px;
     color: #fff;
     text-transform: uppercase;
     border-radius: 3px;
}

.movies-list .image .imdb {
     background: #1d2329;
     padding: 2px 11px;
     left: 5px;
     bottom: 5px;
     font-size: 11px;
     color: #fff;
     border-radius: 4px;
}

.movies-list .image img {
     width: 100%;
     height: 200px;
     max-width: 240px;
     max-height: 340px;
     transition: opacity .3s;
     
}

.movies-list .title {
     background: #565d64;
}

.movies-list.scroll .title {
     background: #565d64;
}

.movies-list .title a {
     display: block;
     padding: 8px 12px;
     font-size: 11px;
     font-weight: 700;
     color: #ffffff;
     text-align: center;
     white-space: nowrap;
     text-overflow: ellipsis;
     overflow: hidden;
     border-bottom:3px solid #3b424a;
}

.movies-list.scroll .title a {
     color: #fff;
}

.movies-list .item:hover .image img {
     opacity: .8;
     transition: opacity .3s;
}

.pagination-wrap {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: center;
     justify-content: center;
}
.post-comments {
    padding: 10px;
    background-color: #fff;
    margin-top: 14px;
    margin-bottom: 14px;
}
.post-comments input[type="submit"] {
     background: #1f2734;
     border: 0;
     border-radius: 2px;
     color: #fff;
     font-weight: 700;
     letter-spacing: 0.046875em;
     line-height: 1;
     padding: 0.84375em 0.875em 0.78125em;
     text-transform: uppercase;
     cursor: pointer;
}

.post-comments input[type="submit"]:hover,
.post-comments input[type="submit"]:focus {
     background: #9e0909;
}

.post-comments input[type="submit"]:focus {
     outline: thin dotted;
     outline-offset: -4px;
}

.post-comments input[type="text"], .post-comments textarea {
    background: #1f2734;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #1f2734;
    border-radius: 2px;
    color: #686868;
    padding: 0.625em 0.4375em;
    width: 98%;
    
}

.post-comments input[type="text"]:focus, .post-comments textarea:focus {
     outline: 0;
}

.comment-reply-title {
     font-size: 16px;
     line-height: 1.3125;
     padding-top: 1.217391304em;
     color: #9e0909;
}

.comment-form {
     padding-top: 1.75em;
}

.comment-form label {
     color: #686868;
     display: block;
     font-size: 13px;
     font-size: 0.8125rem;
     letter-spacing: 0.076923077em;
     line-height: 1.6153846154;
     margin-bottom: 0.5384615385em;
     text-transform: uppercase;
}

.comment-notes {
     color: #686868;
     font-size: 13px;
     font-size: 0.8125rem;
     line-height: 1.6153846154;
     margin-bottom: 2.1538461538em;
}

.form-submit {
     margin-bottom: 0;
}

.required {
     color: #9e0909;
}

.comment-reply-title small {
     font-size: 100%;
}
p.comment-form-cookies-consent {
    padding-top: 10px;
}
input#wp-comment-cookies-consent {
    float: left;
}
p.comment-form-cookies-consent label {
    margin-top: -4px;
}
.bypostauthor > article .fn:after,
.comment-reply-title small a:before {
     -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
     display: inline-block;
     font-size: 16px;
     font-style: normal;
     font-variant: normal;
     font-weight: normal;
     line-height: 1;
     speak: none;
     text-align: center;
     text-decoration: inherit;
     text-transform: none;
     vertical-align: top;
}

.logged-in-as a {
     box-shadow: 0 1px 0 0 currentColor;
}

.logged-in-as a:hover,
.logged-in-as a:focus {
     box-shadow: none;
}


.says {
     clip: rect(1px, 1px, 1px, 1px);
     height: 1px;
     overflow: hidden;
     position: absolute !important;
     width: 1px;
     word-wrap: normal !important;
}

.comment-content:before,
.comment-content:after {
     content: "";
     display: table;
}

.comment-content:after {
     clear: both;
}


.comments-title {
     -webkit-hyphens: auto;
     -moz-hyphens: auto;
     -ms-hyphens: auto;
     hyphens: auto;
}

.comment-content > :last-child {
     margin-bottom: 0;
}

.comments-area {
     margin: 0 7.6923% 3.5em;
}

.comment-list + .comment-respond {
     padding-top: 1.75em;
}

.comment-list {
     list-style: none;
     margin: 0;
}

.comment-list article {
     border-top: 1px solid #d1d1d1;
     padding: 1.75em 0;
}

.comment-author {
     color: #1a1a1a;
     margin-bottom: 0.4375em;
}

.comment-author .avatar {
     float: left;
     height: 28px;
     margin-right: 0.875em;
     position: relative;
     width: 28px;
}

.bypostauthor > article .fn:after {
     content: "\f304";
     left: 3px;
     position: relative;
     top: 5px;
}

.comment-metadata {
     color: #686868;
     font-size: 13px;
     font-size: 0.8125rem;
     line-height: 1.6153846154;
}

.comment-metadata {
     margin-bottom: 2.1538461538em;
}

.comment-metadata a {
     color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus {
     color: #007acc;
}

.comment-metadata .edit-link {
     display: inline-block;
}

.comment-metadata .edit-link:before {
     display: inline-block;
     opacity: 0.7;
     padding: 0 0.538461538em;
}

.comment-reply-link {
     border: 1px solid #d1d1d1;
     border-radius: 2px;
     color: #fff;
     display: inline-block;
     line-height: 1;
     margin-top: 0px;
     padding: 0.5384615385em 0.5384615385em 0.4615384615em;
     background-color: #85197d;
     text-decoration: none;
     margin-bottom: 20px;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
     background-color: #01a3d9;
     outline: 0;
}

.comment-meta.commentmetadata a {
    font-size: 12px;
    color: #cccc;
    text-decoration: none;
}
.logged-in-as {
     color: #686868;
     font-size: 13px;
     font-size: 0.8125rem;
     line-height: 1.6153846154;
     margin-bottom: 2.1538461538em;
}

.comment-reply-title small {
     font-size: 100%;
}

.comment-reply-title small a {
     border: 0;
     float: right;
     height: 32px;
     overflow: hidden;
     width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
     color: #1a1a1a;
}

.comment-reply-title small a:before {
     font-size: 32px;
     position: relative;
     top: -5px;
}
.comments-area {
     margin-right: 23.0769%;
}

.comment-author {
     margin-bottom: 0;
}

.comment-author .avatar {
    height: 42px;
    position: relative;
    top: -7px;
    width: 42px;
    border-radius: 125px;
}

.comment-list + .comment-respond {
     padding-top: 3.5em;
}

.comments-area {
     margin-bottom: 5.25em;
}
.pagination-wrap a,
.pagination-wrap span {
     background: #c5c9cd;
     padding: 8px 16px;
     font-size: 13px;
     font-weight: 700;
     color: #1d2329;
     margin: 0 3px;
     border-radius: 8px;
     transition: background .3s, color .3s;
}

.pagination-wrap a:hover,
.pagination-wrap .current {
     background: #9e0909;
     color: #fff;
     transition: background .3s, color .3s;
}

.pagination-wrap .pages {
     background: #495057;
     color: #fff;
}

/* internal pages */

#page-heading {
     background: #151b27;
}

#page-heading .container {
     padding: 15px 0 20px;
}

#page-heading .title {
     padding: 0;
     font-size: 30px;
     font-weight: 700;
     font-style: italic;
     color: #fff;
     line-height: 1.3;
     margin: 0;
}

#page-heading .info {
     font-size: 12px;
     color: #c5c9cd;
}
.info span {
    padding-right: 20px;
}
.info span:last-child {
    padding-right: 0px;
}
#page-heading .info a {
     color: #c5c9cd;
}

#page-heading .info a:hover {
     text-decoration: underline;
}

.post-block {
     background: #1f2734;
     padding: 20px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     justify-content: space-between;
     margin: 0 0 40px;
}

body.page .post-block {
     background: transparent;
     padding: 0;
     margin: 0;
}

.post-block .col-left {
     background: #151b27;
     flex-basis: 250px;
     width: 250px;
     max-width: 250px;
     min-width: 250px;
     padding: 3px;
     border-radius: 4px;
}

.post-block .col-left .image {
     position: relative;
}

.post-block .col-left .image span {
     position: absolute;
     z-index: 1;
}

.post-block .col-left .image .audio {
     background: #c60200;
     padding: 1px 8px;
     top: 5px;
     right: 5px;
     font-size: 9px;
     color: #fff;
     text-transform: uppercase;
     border-radius: 3px;
}

.post-block .col-left .image .imdb {
     background: #fff;
     padding: 2px 11px;
     left: 5px;
     bottom: 5px;
     font-size: 11px;
     color: #1d2329;
     border-radius: 4px;
}

.post-block .col-left .image img {
     width: 100%;
     height: auto;
     display: block;
}

.post-block .col-left .info {
     padding: 20px 15px 10px;
     font-size: 12px;
}
.info a {
    color: #c60200;
}
.post-block .col-left .info strong {
     text-transform: uppercase;
     color: #ccc
}

.post-block .col-left .info ul {
     padding: 0;
     list-style: none;
     margin: 0;
     color: #ccc
}

.post-block .col-left .info ul li {
     margin: 5px 0;
}

.post-block .col-center {
     padding: 0 25px;
     flex-grow: 1;
}

body.page .post-block .col-center {
     padding: 0;
}

.post-block .col-center .block-title {
     font-size: 16px;
     font-weight: 700;
     color: #c60200;
     margin: 0 0 15px;
}

.post-block .col-center .content {
     font-size: 12px;
     line-height: 1.8;
     border-bottom: 1px solid #44484a;
     margin: 0 0 20px;
}

body.page .post-block .col-center .content {
     border-bottom: 0;
     margin: 15px 0 0;
}

.post-block .col-center .content p {
     margin: 0 0 20px;
     color: #ccc
}

.post-block .col-center .content a {
     color: #00c665;
}

.post-block .col-center .content a:hover {
     text-decoration: underline;
}

.post-block .col-center .content .alignone {
     display: block;
     margin: 0 0 20px;
}

.post-block .col-center .content .aligncenter {
     display: block;
     margin: 0 auto 20px;
}

.post-block .col-center .content .alignleft {
     float: left;
     margin: 0 20px 20px 0;
}

.post-block .col-center .content .alignright {
     float: right;
     margin: 0 0 20px 20px;
}

.post-block .col-center .content blockquote {
     font-size: 14px;
     font-style: italic;
}

.post-block .col-center ul.info {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     padding: 0;
     list-style: none;
     margin: 0 0 20px;
     color: #ccc
}

.post-block .col-center ul.info li {
     padding: 0 0 20px;
     flex-grow: 1;
     font-size: 12px;
     line-height: 1.8;
     border-bottom: 1px solid #44484a;
}

.post-block .col-center ul.info li strong {
     color: #c60200;
     text-transform: uppercase;
}

.post-block .col-center ul.buttons {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     flex-wrap: wrap;
     padding: 0;
     list-style: none;
     margin: 0 -10px;
}

.post-block .col-center ul.buttons li {
     flex-basis: 50%;
     max-width: 50%;
     padding: 0 10px;
     font-size: 14px;
     font-weight: 700;
     margin: 0 0 20px;
     color: #fff
}

.post-block .col-center ul.buttons li.full {
     flex-basis: 100%;
     max-width: 100%;
     margin: 0;
}

.post-block .col-center ul.buttons li a {
     background-image: linear-gradient(to bottom, #b6153a, #911e1ef7);
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     position: relative;
     align-items: center;
     justify-content: center;
     padding: 15px 0;
     font-size: 20px;
     font-weight: normal;
     font-style: italic;
     color: #fff;
     line-height: 1;
     margin: 8px 0 0;
     box-shadow: inset 0 -2px 1px 0 rgba(0,0,0,.2);
     border-radius: 20px;
     overflow: hidden;
}

.post-block .col-center ul.buttons li.full a {
     background-image: linear-gradient(to bottom, #b61515, #780e0e);
     padding: 10px 0;
     font-size: 35px;
     font-weight: 300;
     letter-spacing: -1px;
}

.post-block .col-center ul.buttons li a:before {
     content: '';
     background: url(images/ico_download.png);
     width: 29px;
     height: 29px;
     position: relative;
     margin: 0 12px 0 0;
     z-index: 1;
}

.post-block .col-center ul.buttons li.full a:before {
     background-image: url(images/ico_play.png);
     width: 50px;
     height: 50px;
}

.post-block .col-center ul.buttons li a:after {
     content: '';
     background-image: linear-gradient(to bottom, #911e1e, #b61515);
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     box-shadow: inset 0 -2px 1px 0 rgba(0,0,0,.2);
     z-index: 0;
     opacity: 0;
     transition: opacity .3s;
}

.post-block .col-center ul.buttons li.full a:after {
     background-image: linear-gradient(to bottom, #780e0e, #b61515);
}

.post-block .col-center ul.buttons li a span {
     position: relative;
     z-index: 1;
}

.post-block .col-center ul.buttons li a:hover:after {
     opacity: 1;
     transition: opacity .3s;
}

.post-block .col-center ul.drive {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     flex-wrap: wrap;
     padding: 0;
     list-style: none;
     margin: 0 -10px;
}

.post-block .col-center ul.drive li {
     flex-basis: 50%;
     max-width: 50%;
     padding: 0 10px;
     font-size: 14px;
     font-weight: 700;
     margin: 0 0 20px;
     color: #fff
}

.post-block .col-center ul.drive li.full {
     flex-basis: 100%;
     max-width: 100%;
     margin: 0;
}

.post-block .col-center ul.drive li a {
     background-image: linear-gradient(to bottom, #b68415, #914a1ef7);
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     position: relative;
     align-items: center;
     justify-content: center;
     padding: 15px 0;
     font-size: 20px;
     font-weight: normal;
     font-style: italic;
     color: #fff;
     line-height: 1;
     margin: 8px 0 0;
     box-shadow: inset 0 -2px 1px 0 rgba(0,0,0,.2);
     border-radius: 20px;
     overflow: hidden;
}

.post-block .col-center ul.drive li.full a {
     background-image: linear-gradient(to bottom, #915d1e, #b67615);
     padding: 10px 0;
     font-size: 35px;
     font-weight: 300;
     letter-spacing: -1px;
}

.post-block .col-center ul.drive li a:before {
     content: '';
     background: url(images/ico_download.png);
     width: 29px;
     height: 29px;
     position: relative;
     margin: 0 12px 0 0;
     z-index: 1;
}

.post-block .col-center ul.drive li.full a:before {
     background-image: url(images/ico_play.png);
     width: 50px;
     height: 50px;
}

.post-block .col-center ul.drive li a:after {
     content: '';
     background-image: linear-gradient(to bottom, #915d1e, #b67615);
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     box-shadow: inset 0 -2px 1px 0 rgba(0,0,0,.2);
     z-index: 0;
     opacity: 0;
     transition: opacity .3s;
}

.post-block .col-center ul.drive li.full a:after {
     background-image: linear-gradient(to bottom, #780e0e, #b61515);
}

.post-block .col-center ul.drive li a span {
     position: relative;
     z-index: 1;
}

.post-block .col-center ul.drive li a:hover:after {
     opacity: 1;
     transition: opacity .3s;
}

.post-block .col-center ul.up {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     flex-wrap: wrap;
     padding: 0;
     list-style: none;
     margin: 0 -10px;
}

.post-block .col-center ul.up li {
     flex-basis: 50%;
     max-width: 50%;
     padding: 0 10px;
     font-size: 14px;
     font-weight: 700;
     margin: 0 0 20px;
     color: #fff
}

.post-block .col-center ul.up li.full {
     flex-basis: 100%;
     max-width: 100%;
     margin: 0;
}

.post-block .col-center ul.up li a {
     background-image: linear-gradient(to bottom, #154eb6, #4c1e91f7);
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     position: relative;
     align-items: center;
     justify-content: center;
     padding: 15px 0;
     font-size: 20px;
     font-weight: normal;
     font-style: italic;
     color: #fff;
     line-height: 1;
     margin: 8px 0 0;
     box-shadow: inset 0 -2px 1px 0 rgba(0,0,0,.2);
     border-radius: 20px;
     overflow: hidden;
}

.post-block .col-center ul.up li.full a {
     background-image: linear-gradient(to bottom, #1e3d91, #5315b6);
     padding: 10px 0;
     font-size: 35px;
     font-weight: 300;
     letter-spacing: -1px;
}

.post-block .col-center ul.up li a:before {
     content: '';
     background: url(images/ico_download.png);
     width: 29px;
     height: 29px;
     position: relative;
     margin: 0 12px 0 0;
     z-index: 1;
}

.post-block .col-center ul.up li.full a:before {
     background-image: url(images/ico_play.png);
     width: 50px;
     height: 50px;
}

.post-block .col-center ul.up li a:after {
     content: '';
     background-image: linear-gradient(to bottom, #1e3d91, #5315b6);
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     box-shadow: inset 0 -2px 1px 0 rgba(0,0,0,.2);
     z-index: 0;
     opacity: 0;
     transition: opacity .3s;
}

.post-block .col-center ul.up li.full a:after {
     background-image: linear-gradient(to bottom, #780e0e, #b61515);
}

.post-block .col-center ul.up li a span {
     position: relative;
     z-index: 1;
}

.post-block .col-center ul.up li a:hover:after {
     opacity: 1;
     transition: opacity .3s;
}

.post-block .col-right {
     flex-basis: 350px;
     width: 350px;
     max-width: 350px;
     min-width: 350px;
}

.post-block .col-right .block-title {
     background: #151922;
     padding: 7px 15px;
     font-size: 14px;
     font-weight: 700;
     color: #ccc;
     text-transform: uppercase;
}

.post-block .col-right .trailer {
     position: relative;
     padding: 25px 0 56.25%;
     margin: 0 0 20px;
}

.post-block .col-right .trailer iframe {
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
}

.post-block .col-right .cast ul {
     padding-top: 0;
     list-style: none;
     margin: 0;
}

.post-block .col-right .cast ul li {
     margin: 15px 0 0;
}

.post-block .col-right .cast ul li strong {
     display: block;
     font-size: 12px;
     font-weight: 700;
     color: #c60200;
     text-transform: uppercase;
}

.post-block .col-right .cast ul li a {
     display: inline-block;
     vertical-align: middle;
     padding: 4px 10px;
     font-size: 12px;
     font-weight: 700;
     color: #ccc;
     border: 1px solid #ccc;
     margin: 5px 5px 0 0;
     border-radius: 8px;
     transition: background .3s, color .3s;
}

.post-block .col-right .cast ul li a:hover {
     background: #151b27;
     color: rgba(255,255,255,.7);
     transition: background .3s, color .3s;
}

.post-comments {
    padding: 20px;
    border: 4px solid #1f2734;
    margin: 25px 0 15px;
    background: #151b27;
}

/* footer */

#pre-footer {
     background: #151b27;
     color: #b9b9b9;
     font-style: italic;
}

#pre-footer .container {
     padding: 45px 0;
}

#pre-footer .title {
     padding: 0;
     font-size: 16px;
     font-weight: 700;
     margin: 0 0 15px;
}

#pre-footer .title span {
     color: #b9b9b9;
}

#pre-footer p {
     font-size: 12px;
     line-height: 1.8;
     margin: 0 0 15px;
}

#pre-footer .menu ul {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     flex-wrap: wrap;
     padding: 0;
     list-style: none;
     margin: 25px 0 0;
}

#pre-footer .menu ul li {
     margin: 0 6px 6px 0;
}

#pre-footer .menu ul li a {
     display: block;
     padding: 8px 12px;
     font-size: 12px;
     font-weight: 700;
     color: #ccc;
     border: 1px solid #dbdfe4;
     border-radius: 8px;
     transition: background .3s, color .3s;
     text-transform: uppercase;
}

#pre-footer .menu ul li a:hover {
     background: #1f2734;
     color: #eee;
     transition: background .3s, color .3s;
}

#footer {
     background: #1f2734;
     font-size: 12px;
     color: #ccc;
}

#footer .container {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     padding: 15px 0;
     align-items: center;
     justify-content: space-between;
}

#footer p {
     margin: 0 auto 0 0;
}

#footer p .white {
     color: #b9b9b9;
}

#footer p .green {
     color: #b61515;
}

#footer img {
     display: block;
     margin: 0 0 0 auto;
}

/* media queries */

/* desktops */
@media (max-width: 1199px) {

     .container {
          width: 970px;
     }

     .movies-list .col {
          flex-basis: 16.6666667%;
          max-width: 16.6666667%;
     }

     .post-block .col-left {
          flex-basis: 220px;
          width: 220px;
          max-width: 220px;
          min-width: 220px;
          color: #fff
     }

     .post-block .col-center ul.buttons li a {
          font-size: 18px;
     }

     .post-block .col-center ul.buttons li.full a {
          font-size: 30px;
          text-align: left;
          justify-content: center;
     }

     .post-block .col-center ul.buttons li.full a b {
          text-transform: uppercase;
     }

     .post-block .col-right {
          flex-basis: 280px;
          width: 280px;
          max-width: 280px;
          min-width: 280px;
     }

     .movies-list.related .col:last-child {
          display: none;
     }

}

/* tablets */
@media (max-width: 991px) {

     .container {
          width: 750px;
     }

     #header .search {
          width: 390px;
     }

     .movies-list .col {
          flex-basis: 20%;
          max-width: 20%;
     }

     .post-block .col-center {
          padding: 0 0 0 25px;
     }

     .post-block .col-right {
          display: none;
     }

     .movies-list.related {
          justify-content: center;
     }

     .movies-list.related .col {
          flex-basis: 20%;
          max-width: 20%;
     }

     .movies-list.related .col:nth-child(6) {
          display: none;
     }

}

/* smartphones - landscape */
@media (max-width: 767px) {

     .container {
          width: auto;
          padding-left: 15px !important;
          padding-right: 15px !important;
     }

     #menu-mobile {
          top: 47px;
     }

     #header .container {
          justify-content: center;
     }

     #header .btn-search {
          width: 15px;
          height: 15px;
          position: relative;
          margin: 0 auto 0 0;
          cursor: pointer;
     }

     #header .btn-search span:nth-child(1) {
          width: 12px;
          height: 12px;
          position: absolute;
          top: 0;
          left: 0;
          box-shadow: inset 0 0 0 2px #fff;
          border-radius: 100%;
     }

     #header .btn-search span:nth-child(2) {
          background: #fff;
          width: 6px;
          height: 2px;
          position: absolute;
          right: 2px;
          bottom: 0;
          transform: rotate(45deg);
          transform-origin: right bottom;
     }

     #header .btn-menu span {
          background: #fff;
          width: 16px;
          height: 3px;
          margin: 2px 0;
     }

     #header .btn-menu.active span:first-child,
     #header .btn-menu.active span:last-child {
          width: 20px;
          height: 3px;
     }

     #header .btn-menu.active span:last-child {
          margin: -10px 0 0;
     }

     #header .search {
          background: #00c665;
          width: 100%;
          padding: 10px 15px;
          position: absolute;
          top: 100%;
          left: 0;
          right: 0;
          border-radius: 0;
          opacity: 0;
          visibility: hidden;
          transition: opacity .3s, visibility .3s;
     }

     #header .search.active {
          opacity: 1;
          visibility: visible;
          transition: opacity .3s, visibility .3s;
     }

     #header .search input {
          background: #fff;
          border-radius: 100px 0 0 100px;
     }

     #header .search button {
          background-color: #fff;
          width: 50px;
          margin: 0;
          border-radius: 0 100px 100px 0;
     }

     .movies-list .col {
          flex-basis: 25%;
          max-width: 25%;
     }

     .pagination-wrap .pages,
     .pagination-wrap a,
     .pagination-wrap span {
          display: none;
     }

.wp-pagenavi .previouspostslink, .wp-pagenavi .current, .wp-pagenavi .nextpostslink {
    display: inline-block;
}
     
          
     .pagination-wrap .prev,
     .pagination-wrap .current,
     .pagination-wrap .next {
          display: block;
     }

     #page-heading {
          text-align: center;
     }

     #page-heading .title {
          font-size: 25px;
     }

     #page-heading .info {
          font-size: 11px;
     }

     .movies-list.related .col {
          flex-basis: 25%;
          max-width: 25%;
     }

     .movies-list.related .col:nth-child(5) {
          display: none;
     }

}

/* smartphones - portrait */
@media (max-width: 567px) {

     .block-header .block-title {
          font-size: 16px;
     }

     .movies-list .col {
          flex-basis: 50%;
          max-width: 50%;
     }

     #page-heading .title {
          font-size: 20px;
     }

     .post-block {
          padding: 7px;
          flex-wrap: wrap;
     }

     .post-block .col-left {
          flex-basis: 100%;
          width: 100%;
          max-width: 100%;
          min-width: 100%;
          border-radius: 0;
     }

     .post-block .col-left .image {
          margin: 10px 50px 0;
     }

     .post-block .col-left .info {
          text-align: center;
     }

     .post-block .col-center {
          padding: 15px 10px 0;
     }

     .post-block .col-center .block-title {
          margin: 0 0 5px;
     }

     .post-block .col-center ul.info {
          flex-flow: column;
          padding: 0 0 20px;
          border-bottom: 1px solid #c5c9cd;
     }

     .post-block .col-center ul.info li {
          padding: 0;
          border-bottom: 0;
     }

     .post-block .col-center ul.info li br {
          display: none;
     }

     .post-block .col-center ul.info li strong {
          margin: 0 8px 0 0;
     }

     .post-block .col-center ul.buttons {
          margin: 0 0 15px;
     }

     .post-block .col-center ul.buttons li {
          flex-basis: 100%;
          max-width: 100%;
          padding: 0;
          text-align: center;
     }

     .post-block .col-center ul.buttons li a {
          margin: 8px 50px 0;
     }

     .post-block .col-center ul.buttons li.full a {
          padding: 15px 0;
          font-size: 18px;
          font-weight: 400;
          letter-spacing: normal;
     }

     .post-block .col-center ul.buttons li.full a span {
          width: 55%;
     }

     .post-block .col-center ul.buttons li.full a:before {
          background-size: cover;
          width: 40px;
          height: 40px;
     }

     .movies-list.related .col {
          display: block !important;
          flex-basis: 50%;
          max-width: 50%;
     }

     .movies-list.related .col:last-child {
          display: none !important;
     }

     .post-comments {
          padding: 10px;
          border: 5px solid #eee;
          margin: 10px 0 0;
     }

     #pre-footer {
          text-align: center;
     }

     #pre-footer .title {
          font-size: 14px;
     }

     #pre-footer p {
          font-size: 11px;
     }

     #pre-footer .menu ul {
          justify-content: center;
     }

     #pre-footer .menu ul li {
          margin: 3px;
     }

     #pre-footer .menu ul li a {
          padding: 5px 10px;
          font-size: 11px;
          border-radius: 5px;
     }

     #footer {
          font-size: 11px;
     }

     #footer .container {
          justify-content: center;
     }

     #footer p {
          text-align: center;
          margin: 0;
     }

     #footer img {
          display: none;
     }

}