@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";

  :root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--breakpoint-xxl: 1440px;
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
*,
*::before,
*::after {
box-sizing: border-box; }
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block; }
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 0.9375rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff; }
[tabindex="-1"]:focus {
outline: 0 !important; }
hr {
box-sizing: content-box;
height: 0;
overflow: visible; }
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem; }
p {
margin-top: 0;
margin-bottom: 1rem; }
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none; }
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit; }
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem; }
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0; }
dt {
font-weight: 700; }
dd {
margin-bottom: .5rem;
margin-left: 0; }
blockquote {
margin: 0 0 1rem; }
b,
strong {
font-weight: bolder; }
small {
font-size: 80%; }
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline; }
sub {
bottom: -.25em; }
sup {
top: -.5em; }
a {
color: #007bff;
text-decoration: none;
background-color: transparent; }
a:hover {
color: #0056b3;
text-decoration: underline; }
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none; }
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
color: inherit;
text-decoration: none; }
a:not([href]):not([tabindex]):focus {
outline: 0; }
pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em; }
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto; }
figure {
margin: 0 0 1rem; }
img {
vertical-align: middle;
border-style: none; }
svg {
overflow: hidden;
vertical-align: middle; }
table {
border-collapse: collapse; }
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom; }
th {
text-align: inherit; }
label {
display: inline-block;
margin-bottom: 0.5rem; }
button {
border-radius: 0; }
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color; }
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit; }
button,
input {
overflow: visible; }
button,
select {
text-transform: none; }
select {
word-wrap: normal; }
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button; }
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
cursor: pointer; }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none; }
input[type="radio"],
input[type="checkbox"] {
box-sizing: border-box;
padding: 0; }
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox; }
textarea {
overflow: auto;
resize: vertical; }
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0; }
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal; }
progress {
vertical-align: baseline; }
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
[type="search"] {
outline-offset: -2px;
-webkit-appearance: none; }
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button; }
output {
display: inline-block; }
summary {
display: list-item;
cursor: pointer; }
template {
display: none; }
[hidden] {
display: none !important; }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2; }
h1, .h1 {
font-size: 2.5rem; }
h2, .h2 {
font-size: 2rem; }
h3, .h3 {
font-size: 1.75rem; }
h4, .h4 {
font-size: 1.5rem; }
h5, .h5 {
font-size: 1.25rem; }
h6, .h6 {
font-size: 1rem; }
.lead {
font-size: 1.25rem;
font-weight: 300; }
.display-1 {
font-size: 6rem;
font-weight: 300;
line-height: 1.2; }
.display-2 {
font-size: 5.5rem;
font-weight: 300;
line-height: 1.2; }
.display-3 {
font-size: 4.5rem;
font-weight: 300;
line-height: 1.2; }
.display-4 {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.2; }
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1); }
small,
.small {
font-size: 80%;
font-weight: 400; }
mark,
.mark {
padding: 0.2em;
background-color: #fcf8e3; }
.list-unstyled {
padding-left: 0;
list-style: none; }
.list-inline {
padding-left: 0;
list-style: none; }
.list-inline-item {
display: inline-block; }
.list-inline-item:not(:last-child) {
margin-right: 0.5rem; }
.initialism {
font-size: 90%;
text-transform: uppercase; }
.blockquote {
margin-bottom: 1rem;
font-size: 1.25rem; }
.blockquote-footer {
display: block;
font-size: 80%;
color: #6c757d; }
.blockquote-footer::before {
content: "\2014\00A0"; }
.img-fluid {
max-width: 100%;
height: auto; }
.img-thumbnail {
padding: 0.25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
max-width: 100%;
height: auto; }
.figure {
display: inline-block; }
.figure-img {
margin-bottom: 0.5rem;
line-height: 1; }
.figure-caption {
font-size: 90%;
color: #6c757d; }
code {
font-size: 87.5%;
color: #e83e8c;
word-break: break-word; }
a > code {
color: inherit; }
kbd {
padding: 0.2rem 0.4rem;
font-size: 87.5%;
color: #fff;
background-color: #212529;
border-radius: 0.2rem; }
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700; }
pre {
display: block;
font-size: 87.5%;
color: #212529; }
pre code {
font-size: inherit;
color: inherit;
word-break: normal; }
.pre-scrollable {
max-height: 340px;
overflow-y: scroll; }
.nav .sub-menu,
.site-header__user-account .sub-menu,
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: 0.5rem 0;
margin: 0.125rem 0 0;
font-size: 15px;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem; }
.dropdown-menu.show {
display: block; }
.nav .sub-menu > li > a,
.dropdown-menu > li > a {
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0; }
.nav .sub-menu > li > a:hover, .nav .sub-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa; }
.nav .sub-menu > li > a.active, .nav .sub-menu > li > a:active,
.dropdown-menu > li > a.active,
.dropdown-menu > li > a:active {
color: #fff;
text-decoration: none;
background-color: #007bff; }
.nav .sub-menu > li > a.disabled, .nav .sub-menu > li > a:disabled,
.dropdown-menu > li > a.disabled,
.dropdown-menu > li > a:disabled {
color: #6c757d;
background-color: transparent; }
figure,
img,
video {
max-width: 100%;
height: auto; }
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0; } embed,
iframe,
object {
margin-bottom: 1.5em;
max-width: 100%;
border: none; } p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
margin-bottom: 0; } .wp-caption {
max-width: 100%; }
.wp-caption img[class*='wp-image-'] {
display: block;
margin: 0 auto; }
.wp-caption .wp-caption-text {
font-size: 12px;
line-height: 15px;
color: #707070;
text-align: center;
margin-top: 8px; } .alignleft {
display: inline;
float: left;
margin-right: 25px; }
.alignright {
display: inline;
float: right;
margin-left: 25px; }
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto; }
img.alignright, img.alignleft {
margin-bottom: 15px; }
.carousel {
position: relative; }
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden; }
.carousel-item {
position: relative;
display: none;
align-items: center;
width: 100%;
transition: transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
perspective: 1000px; }
@media (prefers-reduced-motion: reduce) {
.carousel-item {
transition: none; } }
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
display: block; }
.carousel-item-next,
.carousel-item-prev {
position: absolute;
top: 0; }
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
transform: translateX(0); }
@supports (transform-style: preserve-3d) {
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
transform: translate3d(0, 0, 0); } }
.carousel-item-next,
.active.carousel-item-right {
transform: translateX(100%); }
@supports (transform-style: preserve-3d) {
.carousel-item-next,
.active.carousel-item-right {
transform: translate3d(100%, 0, 0); } }
.carousel-item-prev,
.active.carousel-item-left {
transform: translateX(-100%); }
@supports (transform-style: preserve-3d) {
.carousel-item-prev,
.active.carousel-item-left {
transform: translate3d(-100%, 0, 0); } }
.carousel-fade .carousel-item {
opacity: 0;
transition-duration: .6s;
transition-property: opacity; }
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
opacity: 1; }
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
opacity: 0; }
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
transform: translateX(0); }
@supports (transform-style: preserve-3d) {
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
transform: translate3d(0, 0, 0); } }
.carousel-control-prev,
.carousel-control-next {
position: absolute;
top: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
width: 15%;
color: #fff;
text-align: center;
opacity: 0.5; }
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
color: #fff;
text-decoration: none;
outline: 0;
opacity: .9; }
.carousel-control-prev {
left: 0; }
.carousel-control-next {
right: 0; }
.carousel-control-prev-icon,
.carousel-control-next-icon {
display: inline-block;
width: 20px;
height: 20px;
background: transparent no-repeat center center;
background-size: 100% 100%; }
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }
.carousel-control-next-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }
.carousel-indicators {
position: absolute;
right: 0;
bottom: 10px;
left: 0;
z-index: 15;
display: flex;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none; }
.carousel-indicators li {
position: relative;
flex: 0 1 auto;
width: 30px;
height: 3px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: rgba(255, 255, 255, 0.5); }
.carousel-indicators li::before {
position: absolute;
top: -10px;
left: 0;
display: inline-block;
width: 100%;
height: 10px;
content: ""; }
.carousel-indicators li::after {
position: absolute;
bottom: -10px;
left: 0;
display: inline-block;
width: 100%;
height: 10px;
content: ""; }
.carousel-indicators .active {
background-color: #fff; }
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center; }
select {
max-width: 100%;
background-color: transparent;
border: 1px solid #cdcdcd;
background-image: linear-gradient(45deg, transparent 50%, #000), linear-gradient(135deg, #000, transparent 50%);
background-position: calc(100% - 20px) calc(1em + 5px), calc(100% - 15px) calc(1em + 5px);
background-size: 6px 6px, 5px 5px, 1px 1.5em;
background-repeat: no-repeat;
padding-right: 30px;
-webkit-appearance: none;
-moz-appearance: none; }
select:not([size]):not([multiple]) {
height: calc(1.5em + 0.75rem + 2px); }
select:focus::-ms-value {
color: #495057;
background-color: #fff; }
@media (max-width: 1199.98px) {
.select2-container--open {
z-index: 999999999; } }
input[type="text"],
input[type="password"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
.search-field,
select,
textarea {
display: block;
width: 100%;
padding: 10px 20px;
font-size: 15px;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #d0d0d2;
border-radius: 4px;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
input[type="text"],
input[type="password"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
.search-field,
select,
textarea {
transition: none; } }
input[type="text"]::-ms-expand,
input[type="password"]::-ms-expand,
input[type="color"]::-ms-expand,
input[type="date"]::-ms-expand,
input[type="datetime-local"]::-ms-expand,
input[type="email"]::-ms-expand,
input[type="month"]::-ms-expand,
input[type="number"]::-ms-expand,
input[type="range"]::-ms-expand,
input[type="search"]::-ms-expand,
input[type="tel"]::-ms-expand,
input[type="time"]::-ms-expand,
input[type="url"]::-ms-expand,
input[type="week"]::-ms-expand,
.search-field::-ms-expand,
select::-ms-expand,
textarea::-ms-expand {
background-color: transparent;
border: 0; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
.search-field:focus,
select:focus,
textarea:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
box-shadow: 0px 0px 0px 1px #80bdff;
outline: 0; }
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="color"]::placeholder,
input[type="date"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="email"]::placeholder,
input[type="month"]::placeholder,
input[type="number"]::placeholder,
input[type="range"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="time"]::placeholder,
input[type="url"]::placeholder,
input[type="week"]::placeholder,
.search-field::placeholder,
select::placeholder,
textarea::placeholder {
color: #6c757d;
opacity: 1; }
input[type="text"]:disabled, input[type="text"][readonly],
input[type="password"]:disabled,
input[type="password"][readonly],
input[type="color"]:disabled,
input[type="color"][readonly],
input[type="date"]:disabled,
input[type="date"][readonly],
input[type="datetime-local"]:disabled,
input[type="datetime-local"][readonly],
input[type="email"]:disabled,
input[type="email"][readonly],
input[type="month"]:disabled,
input[type="month"][readonly],
input[type="number"]:disabled,
input[type="number"][readonly],
input[type="range"]:disabled,
input[type="range"][readonly],
input[type="search"]:disabled,
input[type="search"][readonly],
input[type="tel"]:disabled,
input[type="tel"][readonly],
input[type="time"]:disabled,
input[type="time"][readonly],
input[type="url"]:disabled,
input[type="url"][readonly],
input[type="week"]:disabled,
input[type="week"][readonly],
.search-field:disabled,
.search-field[readonly],
select:disabled,
select[readonly],
textarea:disabled,
textarea[readonly] {
background-color: #e9ecef;
opacity: 1; }
.button,
.btn,
.search-submit,
button,
input[type="submit"],
input[type="reset"] {
display: inline-block;
font-weight: 700;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
user-select: none;
border: 1px solid transparent;
text-transform: uppercase;
padding: 10px 20px;
font-size: 0.9375rem;
line-height: 1.5;
border-radius: 4px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.button,
.btn,
.search-submit,
button,
input[type="submit"],
input[type="reset"] {
transition: none; } }
.button:hover, .button:focus,
.btn:hover,
.btn:focus,
.search-submit:hover,
.search-submit:focus,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus {
text-decoration: none; }
.button:focus, .button.focus,
.btn:focus,
.btn.focus,
.search-submit:focus,
.search-submit.focus,
button:focus,
button.focus,
input[type="submit"]:focus,
input[type="submit"].focus,
input[type="reset"]:focus,
input[type="reset"].focus {
outline: 0; }
.button.disabled, .button:disabled,
.btn.disabled,
.btn:disabled,
.search-submit.disabled,
.search-submit:disabled,
button.disabled,
button:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled {
opacity: 0.65; }
.button:not(:disabled):not(.disabled),
.btn:not(:disabled):not(.disabled),
.search-submit:not(:disabled):not(.disabled),
button:not(:disabled):not(.disabled),
input[type="submit"]:not(:disabled):not(.disabled),
input[type="reset"]:not(:disabled):not(.disabled) {
cursor: pointer; }
.button:not(:disabled):not(.disabled):active, .button:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active,
.search-submit:not(:disabled):not(.disabled):active,
.search-submit:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active,
button:not(:disabled):not(.disabled).active,
input[type="submit"]:not(:disabled):not(.disabled):active,
input[type="submit"]:not(:disabled):not(.disabled).active,
input[type="reset"]:not(:disabled):not(.disabled):active,
input[type="reset"]:not(:disabled):not(.disabled).active {
background-image: none; }
.button,
.btn,
button,
input[type="submit"],
input[type="reset"] {
padding: 10px 20px;
font-size: 0.9375rem;
line-height: 1.5;
border-radius: 4px; }
.comment-form-cookies-consent label {
margin-left: 0.5rem; }
a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none; }
.btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff; }
.btn-primary:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc; }
.btn-primary:focus, .btn-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
.btn-primary.disabled, .btn-primary:disabled {
color: #fff;
background-color: #007bff;
border-color: #007bff; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #0062cc;
border-color: #005cbf; }
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
.btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d; }
.btn-secondary:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62; }
.btn-secondary:focus, .btn-secondary.focus {
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
.btn-secondary.disabled, .btn-secondary:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d; }
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
color: #fff;
background-color: #545b62;
border-color: #4e555b; }
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
.btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745; }
.btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34; }
.btn-success:focus, .btn-success.focus {
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
.btn-success.disabled, .btn-success:disabled {
color: #fff;
background-color: #28a745;
border-color: #28a745; }
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
color: #fff;
background-color: #1e7e34;
border-color: #1c7430; }
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
.btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8; }
.btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b; }
.btn-info:focus, .btn-info.focus {
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
.btn-info.disabled, .btn-info:disabled {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8; }
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
color: #fff;
background-color: #117a8b;
border-color: #10707f; }
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
.btn-warning {
color: #212529;
background-color: #ffc107;
border-color: #ffc107; }
.btn-warning:hover {
color: #212529;
background-color: #e0a800;
border-color: #d39e00; }
.btn-warning:focus, .btn-warning.focus {
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
.btn-warning.disabled, .btn-warning:disabled {
color: #212529;
background-color: #ffc107;
border-color: #ffc107; }
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
color: #212529;
background-color: #d39e00;
border-color: #c69500; }
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
.btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545; }
.btn-danger:hover {
color: #fff;
background-color: #c82333;
border-color: #bd2130; }
.btn-danger:focus, .btn-danger.focus {
box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
.btn-danger.disabled, .btn-danger:disabled {
color: #fff;
background-color: #dc3545;
border-color: #dc3545; }
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #bd2130;
border-color: #b21f2d; }
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
.btn-light {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa; }
.btn-light:hover {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5; }
.btn-light:focus, .btn-light.focus {
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
.btn-light.disabled, .btn-light:disabled {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa; }
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
color: #212529;
background-color: #dae0e5;
border-color: #d3d9df; }
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
.btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
.btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124; }
.btn-dark:focus, .btn-dark.focus {
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
.btn-dark.disabled, .btn-dark:disabled {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
color: #fff;
background-color: #1d2124;
border-color: #171a1d; }
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
.btn-outline-primary {
color: #007bff;
border-color: #007bff; }
.btn-outline-primary:hover {
color: #fff;
background-color: #007bff;
border-color: #007bff; }
.btn-outline-primary:focus, .btn-outline-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
color: #007bff;
background-color: transparent; }
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #007bff;
border-color: #007bff; }
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.btn-outline-secondary {
color: #6c757d;
border-color: #6c757d; }
.btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d; }
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
color: #6c757d;
background-color: transparent; }
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #6c757d;
border-color: #6c757d; }
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-outline-success {
color: #28a745;
border-color: #28a745; }
.btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745; }
.btn-outline-success:focus, .btn-outline-success.focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-outline-success.disabled, .btn-outline-success:disabled {
color: #28a745;
background-color: transparent; }
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #28a745;
border-color: #28a745; }
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-outline-info {
color: #17a2b8;
border-color: #17a2b8; }
.btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8; }
.btn-outline-info:focus, .btn-outline-info.focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-outline-info.disabled, .btn-outline-info:disabled {
color: #17a2b8;
background-color: transparent; }
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8; }
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-outline-warning {
color: #ffc107;
border-color: #ffc107; }
.btn-outline-warning:hover {
color: #212529;
background-color: #ffc107;
border-color: #ffc107; }
.btn-outline-warning:focus, .btn-outline-warning.focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent; }
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
color: #212529;
background-color: #ffc107;
border-color: #ffc107; }
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-outline-danger {
color: #dc3545;
border-color: #dc3545; }
.btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545; }
.btn-outline-danger:focus, .btn-outline-danger.focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
color: #dc3545;
background-color: transparent; }
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #dc3545;
border-color: #dc3545; }
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-outline-light {
color: #f8f9fa;
border-color: #f8f9fa; }
.btn-outline-light:hover {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa; }
.btn-outline-light:focus, .btn-outline-light.focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-outline-light.disabled, .btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent; }
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa; }
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-outline-dark {
color: #343a40;
border-color: #343a40; }
.btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
.btn-outline-dark:focus, .btn-outline-dark.focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
color: #343a40;
background-color: transparent; }
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-link {
font-weight: 400;
color: #007bff;
text-decoration: none; }
.btn-link:hover {
color: #0056b3;
text-decoration: underline; }
.btn-link:focus, .btn-link.focus {
text-decoration: underline;
box-shadow: none; }
.btn-link:disabled, .btn-link.disabled {
color: #6c757d;
pointer-events: none; }
.btn-lg {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem; }
.btn-sm {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem; }
.btn-block {
display: block;
width: 100%; }
.btn-block + .btn-block {
margin-top: 0.5rem; }
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%; }
.btn-long {
padding: 9px 44px; }
.footer-v3-menu,
.footer-v4-menu,
.nav,
.offcanvas-nav {
display: flex;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none; }
.footer-v3-menu > li > a,
.footer-v4-menu > li > a,
.nav > li > a,
.offcanvas-nav > li > a {
display: block; }
.footer-v3-menu > li > a:hover, .footer-v3-menu > li > a:focus,
.footer-v4-menu > li > a:hover,
.footer-v4-menu > li > a:focus,
.nav > li > a:hover,
.nav > li > a:focus,
.offcanvas-nav > li > a:hover,
.offcanvas-nav > li > a:focus {
text-decoration: none; }
.footer-v3-menu > li > a.disabled,
.footer-v4-menu > li > a.disabled,
.nav > li > a.disabled,
.offcanvas-nav > li > a.disabled {
color: #6c757d; }
.footer-v3-menu .menu-item-has-children,
.footer-v4-menu .menu-item-has-children,
.nav .menu-item-has-children,
.offcanvas-nav .menu-item-has-children {
position: relative; }
.footer-v3-menu .menu-item-has-children:hover > .sub-menu, .footer-v3-menu .menu-item-has-children:focus > .sub-menu,
.footer-v4-menu .menu-item-has-children:hover > .sub-menu,
.footer-v4-menu .menu-item-has-children:focus > .sub-menu,
.nav .menu-item-has-children:hover > .sub-menu,
.nav .menu-item-has-children:focus > .sub-menu,
.offcanvas-nav .menu-item-has-children:hover > .sub-menu,
.offcanvas-nav .menu-item-has-children:focus > .sub-menu {
display: block; }
.footer-v3-menu .sub-menu .sub-menu,
.footer-v4-menu .sub-menu .sub-menu,
.nav .sub-menu .sub-menu,
.offcanvas-nav .sub-menu .sub-menu {
left: 100%;
top: 0; }
ul.page-numbers,
.nav-links,
.page-links-inner {
display: flex;
padding-left: 0;
list-style: none;
border-radius: 0.25rem;
flex-wrap: wrap; }
ul.page-numbers,
.nav-links {
justify-content: center; }
ul.page-numbers > li > a,
ul.page-numbers > li > span,
.nav-links > .page-numbers,
.page-links-inner > a,
.page-links-inner > span {
position: relative;
display: block;
padding: 0.5rem 0.75rem;
margin: 0 4px;
line-height: 1.25;
color: #949cb0;
background-color: #f6f7f9;
border: 0 solid #dee2e6;
border-radius: 2px; }
ul.page-numbers > li > a:hover,
ul.page-numbers > li > span:hover,
.nav-links > .page-numbers:hover,
.page-links-inner > a:hover,
.page-links-inner > span:hover {
z-index: 2;
color: #0056b3;
text-decoration: none;
background-color: #e9ecef;
border-color: #dee2e6; }
ul.page-numbers > li > a:focus,
ul.page-numbers > li > span:focus,
.nav-links > .page-numbers:focus,
.page-links-inner > a:focus,
.page-links-inner > span:focus {
z-index: 2;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
ul.page-numbers > li > a:not(:disabled):not(.disabled),
ul.page-numbers > li > span:not(:disabled):not(.disabled),
.nav-links > .page-numbers:not(:disabled):not(.disabled),
.page-links-inner > a:not(:disabled):not(.disabled),
.page-links-inner > span:not(:disabled):not(.disabled) {
cursor: pointer; }
ul.page-numbers > li > a.current,
ul.page-numbers > li > span.current,
.nav-links > .page-numbers.current,
.page-links-inner > a.current,
.page-links-inner > span.current {
z-index: 1;
color: #fff;
border-color: #007bff;
font-weight: 700; }
ul.page-numbers > li > a,
ul.page-numbers > li > span,
.nav-links > .page-numbers {
margin-bottom: 15px; }
@media (min-width: 768px) {
ul.page-numbers > li > a,
ul.page-numbers > li > span,
.nav-links > .page-numbers {
margin-bottom: 0; } }
.page-links-inner > span {
z-index: 1;
color: #fff;
border-color: #007bff;
font-weight: 700; }
.pagination {
font-family: "Montserrat", "Open Sans", sans-serif;
margin-bottom: 40px; }
.container-fluid,
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
@media (min-width: 576px) {
.container-fluid,
.container {
max-width: 540px; } }
@media (min-width: 768px) {
.container-fluid,
.container {
max-width: 720px; } }
@media (min-width: 992px) {
.container-fluid,
.container {
max-width: 960px; } }
@media (min-width: 1200px) {
.container-fluid,
.container {
max-width: 1170px; } }
@media (min-width: 1440px) {
.container-fluid,
.container {
max-width: 1440px; } }
@media (min-width: 1200px) {
.container-fluid,
.container {
padding-left: 38px;
padding-right: 38px; } }
@media (min-width: 1486px) {
.container-fluid,
.container {
max-width: 1486px; } }
@media (min-width: 1776px) {
.home-v4-container .container,
.home-v4-container .container-fluid {
max-width: 1776px; } }
.row,
.site-content__inner,
.gallery,
.masvideos-register-login,
.home-section__movies__inner,
.section-movies-carousel-aside-header__inner,
.section-tv-episodes-carousel__inner,
.section-movies-list,
.grid-movie-list,
.videos-list,
.section-featured-video__inner,
.videos-with-featured-video__1-6-column,
.videos-with-featured-video__1-8-column,
.videos-with-featured-video__1-10-column,
.videos-with-featured-video__1-12-column,
.home-section__videos__inner,
.section-videos-carousel-aside-header__inner,
.home-blog-sidebar-section__inner,
.blog-section-3-with-sidebar__blog-section-3-content,
.section-feature-post__inner,
.section-videos-live-coming-soon__inner,
.vodi-event-category-list,
.brand-video-channel-carousel__inner,
.banner-with-section-videos__1-8-column,
.videos-with-featured-video__1-8-column,
.home-section-featured-tv-shows > .about-movie,
.featured-tv-shows__inner,
.vodi-archive-wrapper[data-view="list-large"] .movie,
.vodi-archive-wrapper[data-view="list-small"] .movie,
.vodi-archive-wrapper[data-view="list"],
.blog-grid-with-list-section,
.home-blog-grid-section .articles,
.single-episode-v3 .episode,
.single-episode-v4 .episode {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px; }
.sidebar-area,
.content-area,
.site-content__inner > .page__header,
.gallery > .gallery-item,
.masvideos-register-login .masvideos-register,
.masvideos-register-login .masvideos-login,
.home-section__movies__inner > .home-section__header,
.home-section__movies__inner .masmovies-movies,
.section-movies-carousel-aside-header__inner > .section-movies-carousel-aside-header__header,
.section-movies-carousel-aside-header__inner > .section-movies-carousel__carousel,
.section-tv-episodes-carousel__inner > .section-tv-episodes-carousel__header,
.section-tv-episodes-carousel__inner > .section-tv-episodes-carousel__carousel,
.grid-movie-list .movie__list,
.section-featured-video__inner > .featured-video__content,
.section-featured-video__inner > .featured-video__action,
.videos-with-featured-video__1-6-column > .masvideos-videos,
.videos-list > .video,
.home-section__videos__inner > .home-section__header,
.home-section__videos__inner .masvideos-videos,
.section-videos-carousel-aside-header__inner > .section-videos-carousel-aside-header__header,
.section-videos-carousel-aside-header__inner > .section-videos-carousel__carousel,
.section-feature-post__inner .article,
.section-videos-live-coming-soon__inner > .live-videos,
.section-videos-live-coming-soon__inner > .coming-soon-videos,
.brand-video-channel-carousel__inner .thumbnail,
.banner-with-section-videos__1-8-column > .masvideos,
.banner-with-section-videos__1-8-column > .masvideos,
.videos-with-featured-video__1-8-column > .masvideos,
.videos-with-featured-video__1-10-column > .masvideos,
.videos-with-featured-video__1-12-column > .masvideos,
.widget-area, .home-section-featured-tv-shows .about-movie,
.home-section-featured-tv-shows .about-movie > .movie-poster,
.home-section-featured-tv-shows .about-movie > .movie-detail,
.featured-tv-shows__inner .movie-poster,
.featured-tv-shows__inner .movie-info,
.vodi-archive-wrapper[data-view="list-large"] .movie__poster,
.vodi-archive-wrapper[data-view="list-small"] .movie__poster,
.vodi-archive-wrapper[data-view="list-large"] .movie__info,
.vodi-archive-wrapper[data-view="list-large"] .movie__review-info,
.vodi-archive-wrapper[data-view="list-small"] .movie__info,
.vodi-archive-wrapper[data-view="list-small"] .movie__review-info,
.vodi-archive-wrapper[data-view="list"] .video__info,
.vodi-archive-wrapper[data-view="list-large"] .video__info,
.vodi-archive-wrapper[data-view="list-large"] .video__review-info,
.vodi-archive-wrapper[data-view="list-large"] .video__container,
.vodi-archive-wrapper[data-view="list-small"] .video__info,
.vodi-archive-wrapper[data-view="list-small"] .video__review-info,
.vodi-archive-wrapper[data-view="list-small"] .video__container,
.hot-premier-show .movie,
.home-blog-grid-section .article,
.column {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px; }
.stretch-full-width {
width: 100vw;
position: relative;
margin-left: calc(-50vw + 50% - 8px); }
@media (max-width: 991.98px) {
.stretch-full-width {
margin-left: calc(-50vw + 50%); } }
.screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0; }
.comments-area {
margin-bottom: 40px; }
.comments-area table a {
font-weight: 600; }
.comment-list,
.commentlist {
padding-left: 0;
list-style: none; }
.comment-list .children,
.commentlist .children {
padding-left: 0;
list-style: none;
padding-left: 20px; }
@media (min-width: 768px) and (max-width: 1199.98px) {
.comment-list .children,
.commentlist .children {
padding-left: 40px; } }
@media (min-width: 1200px) {
.comment-list .children,
.commentlist .children {
padding-left: 100px; } }
.comment-list .avatar,
.commentlist .avatar {
width: 50px;
height: 50px; }
.comment-list > li + li {
border-top: 1px solid #e8ecec; }
.comment-list .children {
border-top: 1px solid #e8ecec; }
.comment-list .children > li {
border-top: 1px solid #e8ecec; }
.comment-list .children > li:first-child {
border-top: none; }
.comment-list .children .depth-5 .children {
padding-left: 0; }
.comment-list .comment-body {
padding: 20px 0 15px; }
.comment-list .avatar {
width: 65px;
height: 65px; }
.comment-list .comment-meta {
margin-bottom: 11px; }
.comment-list .comment-content {
margin-bottom: 0; }
.comment.bypostauthor .comment-author-name {
display: flex;
align-items: center; }
.comment.bypostauthor .comment-author-name:after {
font-family: "Font Awesome 5 Free";
font-weight: 400;
margin-left: 9.5px;
content: "\f02e";
height: 23px;
font-size: 13px;
vertical-align: middle; }
.comment-body {
display: flex;
flex-direction: column; }
@media (min-width: 768px) {
.comment-body {
flex-direction: row; } }
.comment-author-gravatar {
position: relative;
margin: auto auto 20px; }
@media (min-width: 768px) {
.comment-author-gravatar {
margin: 0; } }
.comment-meta-and-content {
flex: 1;
font-size: 14px;
line-height: 26px;
min-width: 0; }
@media (min-width: 768px) {
.comment-author-gravatar + .comment-meta-and-content {
margin-left: 24px; } }
.comment-meta {
display: flex;
align-items: flex-start;
flex-direction: column; }
@media (min-width: 768px) {
.comment-meta {
align-items: center;
flex-direction: row; } }
@media (min-width: 768px) {
.comment-meta > * {
margin-right: 8px; } }
.comments-title {
margin-bottom: 37px; }
.comment-text {
color: #121a21; }
.comment-text > *:last-child {
margin-bottom: 0; }
.comment-text table {
width: 100%;
max-width: 100%;
margin-bottom: 1rem; }
.comment-text table th,
.comment-text table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
text-align: left; }
.comment-text table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6; }
.comment-text table tbody + tbody {
border-top: 2px solid #dee2e6; }
.comment-text table .table {
background-color: #fff; }
.comment-text ul, .comment-text ol {
margin-bottom: 1rem; }
.avatar {
border-radius: 50%;
display: block; }
.comment-author-name {
font-weight: 700;
color: #121a21;
font-style: normal; }
.comment-author-name a {
color: #121a21; }
.comment-date {
color: #949cb0;
font-weight: 400; }
.comment-content {
margin-bottom: 20px; }
.comment-content .reply {
margin-top: 13px; }
.comment-content .reply a {
color: #bec8ce;
font-size: 12px;
letter-spacing: -0.01em; }
.comment-content .reply a.comment-reply-link:before, .comment-content .reply a.comment-edit-link:before {
font-family: "Font Awesome 5 free";
margin-right: 7px; }
.comment-content .reply a.comment-reply-link:before {
content: "\f3e5";
font-weight: 800; }
.comment-content .reply a.comment-edit-link:before {
content: "\f044";
font-weight: 600; }
.comment-content .reply a:hover {
color: #121a21; }
.comment-content .reply .comment-reply-link + .comment-edit-link {
margin-left: 10px; }
.comment-respond .comment-reply-title a {
color: #949cb0; }
.comment-respond .comment-reply-title small {
position: relative;
top: 50%;
right: 0;
z-index: 10px;
transform: translateY(-50%);
z-index: 1000;
background: #fff;
font-size: 59%;
line-height: 18px;
font-family: "Montserrat", "Open Sans", sans-serif;
font-weight: 500;
padding-left: 11px; }
@media (min-width: 768px) {
.comment-respond .comment-reply-title small {
position: absolute; } }
.comment-text h1, .comment-text h2, .comment-text h3, .comment-text h4, .comment-text h5, .comment-text h6 {
font-weight: 600;
margin: 0.75em 0; }
.comment-text h1 {
font-size: 26px; }
.comment-text h2 {
font-size: 24px; }
.comment-text h3 {
font-size: 22px; }
.comment-text h4 {
font-size: 20px; }
.comment-text h5 {
font-size: 18px; }
.comment-text h6 {
font-size: 16px; }
.comment-navigation {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 20px; }
.comment-navigation .nav-previous,
.comment-navigation .nav-next {
padding: 10px 0; }
.comment-navigation .nav-previous {
justify-self: flex-start; }
.comment-navigation .nav-next {
justify-self: flex-end; }
table {
width: 100%;
max-width: 100%;
margin-bottom: 1rem; }
table th,
table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
text-align: left; }
table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6; }
table tbody + tbody {
border-top: 2px solid #dee2e6; }
table .table {
background-color: #fff; }
@media (max-width: 767.98px) {
table {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch; } } #scrollUp {
border-radius: 3px;
bottom: 1.25rem;
color: #fff;
font-size: 2.25rem;
height: 2.625rem;
line-height: 100%;
opacity: 0.5;
padding: 3px;
right: 1.25rem;
text-align: center;
width: 2.625rem; }
#scrollUp:hover, #scrollUp:focus, #scrollUp:active {
opacity: 1; }
#scrollUp i {
display: inline-block;
vertical-align: top; }
[data-simplebar] {
position: relative;
flex-direction: column;
flex-wrap: wrap;
justify-content: flex-start;
align-content: flex-start;
align-items: flex-start;
width: inherit;
height: inherit;
max-width: inherit;
max-height: inherit; }
.simplebar-wrapper {
overflow: hidden;
width: inherit;
height: inherit;
max-width: inherit;
max-height: inherit; }
.simplebar-mask {
direction: inherit;
position: absolute;
overflow: hidden;
padding: 0;
margin: 0;
left: 0;
top: 0;
bottom: 0;
right: 0;
width: auto !important;
height: auto !important;
z-index: 0; }
.simplebar-offset {
direction: inherit !important;
box-sizing: inherit !important;
resize: none !important;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
padding: 0;
margin: 0;
-webkit-overflow-scrolling: touch; }
.simplebar-content {
direction: inherit;
box-sizing: border-box !important;
position: relative;
display: block;
height: 100%; width: auto;
visibility: visible;
overflow: scroll !important; max-width: 100%; max-height: 100%; }
.simplebar-placeholder {
max-height: 100%;
max-width: 100%;
width: 100%;
pointer-events: none; }
.simplebar-height-auto-observer-wrapper {
box-sizing: inherit !important;
height: 100%;
width: inherit;
max-width: 1px;
position: relative;
float: left;
max-height: 1px;
overflow: hidden;
z-index: -1;
padding: 0;
margin: 0;
pointer-events: none;
flex-grow: inherit;
flex-shrink: 0;
flex-basis: 0; }
.simplebar-height-auto-observer {
box-sizing: inherit;
display: block;
opacity: 0;
position: absolute;
top: 0;
left: 0;
height: 1000%;
width: 1000%;
min-height: 1px;
min-width: 1px;
overflow: hidden;
pointer-events: none;
z-index: -1; }
.simplebar-track {
z-index: 1;
position: absolute;
right: 0;
bottom: 0;
pointer-events: none; }
.simplebar-scrollbar {
position: absolute;
right: 2px;
width: 7px;
min-height: 10px; }
.simplebar-scrollbar:before {
position: absolute;
content: "";
background: black;
border-radius: 7px;
left: 0;
right: 0;
opacity: 0;
transition: opacity 0.2s linear; }
.simplebar-track .simplebar-scrollbar.simplebar-visible:before { opacity: 0.5;
transition: opacity 0s linear; }
.simplebar-track.simplebar-vertical {
top: 0;
width: 11px; }
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
top: 2px;
bottom: 2px; }
.simplebar-track.simplebar-horizontal {
left: 0;
height: 11px; }
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
height: 100%;
left: 2px;
right: 2px; }
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
right: auto;
left: 0;
top: 2px;
height: 7px;
min-height: 0;
min-width: 10px;
width: auto; } [data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
right: auto;
left: 0; }
.hs-dummy-scrollbar-size {
direction: rtl;
position: fixed;
opacity: 0;
visibility: hidden;
height: 500px;
width: 500px;
overflow-y: hidden;
overflow-x: scroll; }
.modal-open {
overflow: hidden; }
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto; }
.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0; }
.modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none; }
.modal.fade .modal-dialog {
transition: transform 0.3s ease-out;
transform: translate(0, -50px); }
@media (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
transition: none; } }
.modal.show .modal-dialog {
transform: none; }
.modal-dialog-centered {
display: flex;
align-items: center;
min-height: calc(100% - (0.5rem * 2)); }
.modal-dialog-centered::before {
display: block;
height: calc(100vh - (0.5rem * 2));
content: ""; }
.modal-content {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
outline: 0; }
.modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #000; }
.modal-backdrop.fade {
opacity: 0; }
.modal-backdrop.show {
opacity: 0.5; }
.modal-header {
display: flex;
align-items: flex-start;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 1px solid #dee2e6;
border-top-left-radius: 0.3rem;
border-top-right-radius: 0.3rem; }
.modal-header .close {
padding: 1rem 1rem;
margin: -1rem -1rem -1rem auto; }
.modal-title {
margin-bottom: 0;
line-height: 1.5; }
.modal-body {
position: relative;
flex: 1 1 auto;
padding: 1rem; }
.modal-footer {
display: flex;
align-items: center;
justify-content: flex-end;
padding: 1rem;
border-top: 1px solid #dee2e6;
border-bottom-right-radius: 0.3rem;
border-bottom-left-radius: 0.3rem; }
.modal-footer > :not(:first-child) {
margin-left: .25rem; }
.modal-footer > :not(:last-child) {
margin-right: .25rem; }
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll; }
@media (min-width: 576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto; }
.modal-dialog-centered {
min-height: calc(100% - (1.75rem * 2)); }
.modal-dialog-centered::before {
height: calc(100vh - (1.75rem * 2)); }
.modal-sm {
max-width: 300px; } }
@media (min-width: 992px) {
.modal-lg,
.modal-xl {
max-width: 800px; } }
@media (min-width: 1200px) {
.modal-xl {
max-width: 1140px; } }
.fade {
transition: opacity 0.15s linear; }
@media (prefers-reduced-motion: reduce) {
.fade {
transition: none; } }
.fade:not(.show) {
opacity: 0; }
.collapse:not(.show) {
display: none; }
.collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height 0.35s ease; }
@media (prefers-reduced-motion: reduce) {
.collapsing {
transition: none; } }
.badge {
display: inline-block;
padding: 0.25em 0.4em;
font-size: 75%;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.badge {
transition: none; } }
a.badge:hover, a.badge:focus {
text-decoration: none; }
.badge:empty {
display: none; }
.btn .badge {
position: relative;
top: -1px; }
.badge-pill {
padding-right: 0.6em;
padding-left: 0.6em;
border-radius: 10rem; }
.badge-primary {
color: #fff;
background-color: #007bff; }
a.badge-primary:hover, a.badge-primary:focus {
color: #fff;
background-color: #0062cc; }
a.badge-primary:focus, a.badge-primary.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.badge-secondary {
color: #fff;
background-color: #6c757d; }
a.badge-secondary:hover, a.badge-secondary:focus {
color: #fff;
background-color: #545b62; }
a.badge-secondary:focus, a.badge-secondary.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.badge-success {
color: #fff;
background-color: #28a745; }
a.badge-success:hover, a.badge-success:focus {
color: #fff;
background-color: #1e7e34; }
a.badge-success:focus, a.badge-success.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.badge-info {
color: #fff;
background-color: #17a2b8; }
a.badge-info:hover, a.badge-info:focus {
color: #fff;
background-color: #117a8b; }
a.badge-info:focus, a.badge-info.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.badge-warning {
color: #212529;
background-color: #ffc107; }
a.badge-warning:hover, a.badge-warning:focus {
color: #212529;
background-color: #d39e00; }
a.badge-warning:focus, a.badge-warning.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.badge-danger {
color: #fff;
background-color: #dc3545; }
a.badge-danger:hover, a.badge-danger:focus {
color: #fff;
background-color: #bd2130; }
a.badge-danger:focus, a.badge-danger.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.badge-light {
color: #212529;
background-color: #f8f9fa; }
a.badge-light:hover, a.badge-light:focus {
color: #212529;
background-color: #dae0e5; }
a.badge-light:focus, a.badge-light.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.badge-dark {
color: #fff;
background-color: #343a40; }
a.badge-dark:hover, a.badge-dark:focus {
color: #fff;
background-color: #1d2124; }
a.badge-dark:focus, a.badge-dark.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
@media (min-width: 768px) {
.masvideos-register,
.masvideos-login {
flex: 0 0 50%;
max-width: 50%; } }
.masvideos-register__inner h2,
.masvideos-login__inner h2 {
font-size: 25px;
margin-bottom: 28px; }
.masvideos-register .masvideos-Button,
.masvideos-login .masvideos-Button {
display: inline-block;
font-weight: 700;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
user-select: none;
border: 2px solid transparent;
text-transform: uppercase;
padding: 13.5px 30px;
font-size: 0.9375rem;
line-height: 1;
border-radius: 5px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
text-transform: capitalize; }
@media (prefers-reduced-motion: reduce) {
.masvideos-register .masvideos-Button,
.masvideos-login .masvideos-Button {
transition: none; } }
.masvideos-register .masvideos-Button:hover, .masvideos-register .masvideos-Button:focus,
.masvideos-login .masvideos-Button:hover,
.masvideos-login .masvideos-Button:focus {
text-decoration: none; }
.masvideos-register .masvideos-Button:focus, .masvideos-register .masvideos-Button.focus,
.masvideos-login .masvideos-Button:focus,
.masvideos-login .masvideos-Button.focus {
outline: 0; }
.masvideos-register .masvideos-Button.disabled, .masvideos-register .masvideos-Button:disabled,
.masvideos-login .masvideos-Button.disabled,
.masvideos-login .masvideos-Button:disabled {
opacity: 0.65; }
.masvideos-register .masvideos-Button:not(:disabled):not(.disabled),
.masvideos-login .masvideos-Button:not(:disabled):not(.disabled) {
cursor: pointer; }
.masvideos-register .masvideos-Button:not(:disabled):not(.disabled):active, .masvideos-register .masvideos-Button:not(:disabled):not(.disabled).active,
.masvideos-login .masvideos-Button:not(:disabled):not(.disabled):active,
.masvideos-login .masvideos-Button:not(:disabled):not(.disabled).active {
background-image: none; }
.masvideos-register .form-row,
.masvideos-login .form-row {
margin-bottom: 26px; }
.masvideos-register .form-row label,
.masvideos-login .form-row label {
margin: 0;
font-size: 14px;
font-weight: 600; }
.masvideos-register .form-row input,
.masvideos-login .form-row input {
border-radius: 0;
border-width: 0;
border-bottom-width: 2px;
padding: 5px 12px;
border-bottom-color: #e4e4e4; }
.masvideos-register .form-row input:focus,
.masvideos-login .form-row input:focus {
border-bottom-width: 2px; }
.masvideos-register .form-row .masvideos-form__label-for-checkbox,
.masvideos-login .form-row .masvideos-form__label-for-checkbox {
margin-bottom: 18px; }
.masvideos-register .form-row .masvideos-form__label-for-checkbox span,
.masvideos-login .form-row .masvideos-form__label-for-checkbox span {
margin-left: 6px; }
.masvideos-register .form-row .masvideos-form__label-for-checkbox,
.masvideos-register .masvideos-LostPassword a,
.masvideos-login .form-row .masvideos-form__label-for-checkbox,
.masvideos-login .masvideos-LostPassword a {
font-weight: 400;
color: #2f3539;
font-size: 14px; }
@media (min-width: 1200px) {
.masvideos-login__inner {
padding-left: 60px;
padding-right: 60px; } }
.masvideos-login__inner p[class^="form-row"] {
display: inline-flex;
flex-direction: column;
align-items: flex-start; }
.masvideos-login__inner p[class^="form-row"] .masvideos-Button {
order: 1; }
.masvideos-login__inner .masvideos-LostPassword {
display: inline-flex;
margin-left: auto; }
.masvideos-form-login {
display: flex;
flex-wrap: wrap; }
.masvideos-form-login p[class^="masvideos-form-row"] {
width: 100%; }
.masvideos-register + .masvideos-login .masvideos-login__inner {
padding-right: 200px; }
@media (min-width: 1200px) {
.masvideos-register__inner {
padding-right: 60px;
padding-left: 200px; } }
.masvideos-register__inner::after {
content: "";
width: 2px;
height: 260px;
display: block;
border-left: 1px solid #efefef;
position: absolute;
right: 0;
top: 50%;
transform: translate(-50%, -50%); }
.masvideos-register-login {
justify-content: center;
margin: 60px 0; }
.modal-dialog {
max-width: 800px; }
.modal-body .masvideos-register-login {
margin: 40px 20px 20px; }
.modal-body .masvideos-register-login .masvideos-register__inner {
padding-right: 20px;
padding-left: 0; }
.modal-body .masvideos-register-login .masvideos-login__inner {
padding-left: 0;
padding-right: 0; }
.modal-body .masvideos-register + .masvideos-login .masvideos-login__inner {
padding-left: 20px; }
.vodi-sharing div.sharedaddy .sd-sharing {
display: flex;
align-items: center; }
.vodi-sharing div.sharedaddy h3.sd-title {
margin-bottom: 0;
font-size: 12px;
line-height: 18px;
letter-spacing: -0.01em;
margin-right: 20px;
font-weight: 400;
color: #949cb0; }
.vodi-sharing div.sharedaddy h3.sd-title:before {
content: none; }
.vodi-sharing div.sharedaddy .sd-content {
flex: 1; }
.vodi-sharing div.sharedaddy .sd-content ul {
margin-bottom: 0 !important; }
.vodi-sharing div.sharedaddy .sd-content ul li {
margin: 10px 9px 0 0;
padding: 0; }
@media (min-width: 768px) {
.vodi-sharing div.sharedaddy .sd-content ul li {
margin: 0 9px 0 0; } }
.vodi-sharing div.sharedaddy .sd-content ul li:last-child {
margin: 0; }
.vodi-sharing div.sharedaddy .sd-social-icon .sd-content ul li a.sd-button, .vodi-sharing div.sharedaddy .sd-social-icon .sd-content ul li a.sd-button:hover, .vodi-sharing div.sharedaddy .sd-social-icon .sd-content ul li a.sd-button:focus {
padding: 7px 32.5px;
border-radius: 3px;
margin-top: 0; }
.vodi-views-likes {
display: flex;
align-items: center;
margin-bottom: 15px; }
.vodi-views-likes > * {
margin-right: 40px; }
.vodi-views-likes > *:last-child {
margin-right: 0; }
.vodi-views-likes .vodi-jetpack-views,
.vodi-views-likes .wpulike .wp_ulike_general_class {
line-height: 1.5;
font-weight: 600; }
.vodi-views-likes .vodi-jetpack-views span::before {
font-size: 18px;
line-height: 1;
vertical-align: text-bottom; }
.vodi-jetpack-views,
.wpulike .wp_ulike_general_class {
font-size: 12px;
color: #949cb0;
flex-shrink: 0; }
.vodi-jetpack-views span::before {
content: '\f06e';
font-family: "Font Awesome 5 Free";
font-size: 15px;
font-weight: 400;
display: inline-block;
vertical-align: middle;
margin-right: 5px; }
.wpulike .wp_ulike_btn {
background: none;
padding: 0;
line-height: 1;
margin-right: 5px;
vertical-align: text-bottom; }
.wpulike .wp_ulike_btn::before {
content: '\f164';
font-family: "Font Awesome 5 Free";
font-size: 18px;
font-weight: 400;
display: inline-block;
color: #949cb0; }
.wpulike .wp_ulike_is_liked .wp_ulike_btn::before {
font-weight: 600; }
.wpulike .wp_ulike_likers_wrapper {
display: none !important; }  div.wpforms-container-full.contact-form .wpforms-form .wpforms-field-label,
.wpforms-container.contact-form .wpforms-field-label {
color: #121a21;
font-weight: 500;
font-size: 15px;
line-height: 1.6;
margin: 0 0 .25em 0; }
div.wpforms-container-full.contact-form .wpforms-form input[type=email],
div.wpforms-container-full.contact-form .wpforms-form input[type=password],
div.wpforms-container-full.contact-form .wpforms-form input[type=search],
div.wpforms-container-full.contact-form .wpforms-form input[type=text],
div.wpforms-container-full.contact-form .wpforms-form input[type=url],
div.wpforms-container-full.contact-form .wpforms-form textarea,
.wpforms-container.contact-form input[type=email],
.wpforms-container.contact-form input[type=password],
.wpforms-container.contact-form input[type=search],
.wpforms-container.contact-form input[type=text],
.wpforms-container.contact-form input[type=url],
.wpforms-container.contact-form textarea {
border-radius: 0;
width: 100%;
max-width: 100%;
margin-bottom: 0;
height: auto;
font-size: 15px;
line-height: 1.5;
border-color: #d0d0d2;
padding: 10px 20px; }
div.wpforms-container-full.contact-form .wpforms-form input[type=email]:focus,
div.wpforms-container-full.contact-form .wpforms-form input[type=password]:focus,
div.wpforms-container-full.contact-form .wpforms-form input[type=search]:focus,
div.wpforms-container-full.contact-form .wpforms-form input[type=text]:focus,
div.wpforms-container-full.contact-form .wpforms-form input[type=url]:focus,
div.wpforms-container-full.contact-form .wpforms-form textarea:focus,
.wpforms-container.contact-form input[type=email]:focus,
.wpforms-container.contact-form input[type=password]:focus,
.wpforms-container.contact-form input[type=search]:focus,
.wpforms-container.contact-form input[type=text]:focus,
.wpforms-container.contact-form input[type=url]:focus,
.wpforms-container.contact-form textarea:focus {
border-color: #979797 !important;
border-width: 1px;
box-shadow: 0 0 0 1px #979797; }
.wpforms-container.contact-form textarea,
div.wpforms-container-full.contact-form .wpforms-form textarea {
height: 220px; }
div.wpforms-container-full.contact-form .wpforms-form .wpforms-field-container,
.wpforms-container.contact-form .wpforms-field-container {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px; }
div.wpforms-container-full.contact-form .wpforms-form .wpforms-field-container .wpforms-field,
.wpforms-container.contact-form .wpforms-field-container .wpforms-field {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 100%;
max-width: 100%;
padding-bottom: 1rem;
padding-top: 0; }
@media (min-width: 992px) {
div.wpforms-container-full.contact-form .wpforms-form .wpforms-field-container .wpforms-field:nth-child(-n+2),
.wpforms-container.contact-form .wpforms-field-container .wpforms-field:nth-child(-n+2) {
flex: 0 0 50%;
max-width: 50%; } }
div.wpforms-container-full.contact-form .wpforms-form input[type=email]:focus,
div.wpforms-container-full.contact-form .wpforms-form input[type=password]:focus,
div.wpforms-container-full.contact-form .wpforms-form input[type=search]:focus,
div.wpforms-container-full.contact-form .wpforms-form input[type=text]:focus,
div.wpforms-container-full.contact-form .wpforms-form input[type=url]:focus,
div.wpforms-container-full.contact-form .wpforms-form textarea:focus,
.wpforms-container.contact-form input[type=email]:focus,
.wpforms-container.contact-form input[type=password]:focus,
.wpforms-container.contact-form input[type=search]:focus,
.wpforms-container.contact-form input[type=text]:focus,
.wpforms-container.contact-form input[type=url]:focus,
.wpforms-container.contact-form textarea:focus {
color: #464a4c;
background-color: #fff;
border-color: #5cb3fd;
outline: 0; }
div.wpforms-container-full.contact-form .wpforms-form .wpforms-submit-container,
.wpforms-container.contact-form .wpforms-submit-container {
padding: 0; }
div.wpforms-container-full.contact-form .wpforms-form input[type=submit],
div.wpforms-container-full.contact-form .wpforms-form button[type=submit],
div.wpforms-container-full.contact-form .wpforms-form .wpforms-page-button,
.wpforms-container.contact-form input[type=submit],
.wpforms-container.contact-form button[type=submit],
.wpforms-container.contact-form .wpforms-page-button {
padding: 10px 20px;
line-height: 1.5;
border-radius: 4px;
text-transform: none;
font-size: 14px; }  div.wpforms-container-full.subscribe-form .wpforms-form input[type=email],
div.wpforms-container-full.subscribe-form .wpforms-form input[type=password],
div.wpforms-container-full.subscribe-form .wpforms-form input[type=search],
div.wpforms-container-full.subscribe-form .wpforms-form input[type=text],
div.wpforms-container-full.subscribe-form .wpforms-form input[type=url],
div.wpforms-container-full.subscribe-form .wpforms-form textarea,
.wpforms-container.subscribe-form input[type=email],
.wpforms-container.subscribe-form input[type=password],
.wpforms-container.subscribe-form input[type=search],
.wpforms-container.subscribe-form input[type=text],
.wpforms-container.subscribe-form input[type=url],
.wpforms-container.subscribe-form textarea {
padding: 5px 10px;
border-radius: 0;
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
font-size: 12px;
line-height: 30px;
font-family: "Open Sans", sans-serif;
border: none;
height: auto; }
@media (min-width: 768px) {
div.wpforms-container-full.subscribe-form .wpforms-form input[type=email],
div.wpforms-container-full.subscribe-form .wpforms-form input[type=password],
div.wpforms-container-full.subscribe-form .wpforms-form input[type=search],
div.wpforms-container-full.subscribe-form .wpforms-form input[type=text],
div.wpforms-container-full.subscribe-form .wpforms-form input[type=url],
div.wpforms-container-full.subscribe-form .wpforms-form textarea,
.wpforms-container.subscribe-form input[type=email],
.wpforms-container.subscribe-form input[type=password],
.wpforms-container.subscribe-form input[type=search],
.wpforms-container.subscribe-form input[type=text],
.wpforms-container.subscribe-form input[type=url],
.wpforms-container.subscribe-form textarea {
padding: 9px 16px;
width: 470px;
font-size: 14px; } }
div.wpforms-container-full.subscribe-form .wpforms-form input[type=email]:focus,
div.wpforms-container-full.subscribe-form .wpforms-form input[type=password]:focus,
div.wpforms-container-full.subscribe-form .wpforms-form input[type=search]:focus,
div.wpforms-container-full.subscribe-form .wpforms-form input[type=text]:focus,
div.wpforms-container-full.subscribe-form .wpforms-form input[type=url]:focus,
div.wpforms-container-full.subscribe-form .wpforms-form textarea:focus,
.wpforms-container.subscribe-form input[type=email]:focus,
.wpforms-container.subscribe-form input[type=password]:focus,
.wpforms-container.subscribe-form input[type=search]:focus,
.wpforms-container.subscribe-form input[type=text]:focus,
.wpforms-container.subscribe-form input[type=url]:focus,
.wpforms-container.subscribe-form textarea:focus {
border-color: #979797 !important;
border-width: 1px;
box-shadow: 0 0 0 1px #979797; }
div.wpforms-container-full.subscribe-form .wpforms-form .wpforms-field,
.wpforms-container.subscribe-form .wpforms-field {
padding: 0; }
div.wpforms-container-full.subscribe-form .wpforms-form,
.wpforms-container.subscribe-form .wpforms-form {
display: flex;
border-radius: 7px; }
div.wpforms-container-full.subscribe-form .wpforms-form input[type=email]:focus,
div.wpforms-container-full.subscribe-form .wpforms-form input[type=password]:focus,
div.wpforms-container-full.subscribe-form .wpforms-form input[type=search]:focus,
div.wpforms-container-full.subscribe-form .wpforms-form input[type=text]:focus,
div.wpforms-container-full.subscribe-form .wpforms-form input[type=url]:focus,
div.wpforms-container-full.subscribe-form .wpforms-form textarea:focus,
.wpforms-container.subscribe-form input[type=email]:focus,
.wpforms-container.subscribe-form input[type=password]:focus,
.wpforms-container.subscribe-form input[type=search]:focus,
.wpforms-container.subscribe-form input[type=text]:focus,
.wpforms-container.subscribe-form input[type=url]:focus,
.wpforms-container.subscribe-form textarea:focus {
background-color: #fff;
color: #a0a0a0;
border-color: #80bdff;
box-shadow: 0px 0px 0px 1px #80bdff;
outline: 0; }
div.wpforms-container-full.subscribe-form .wpforms-form .wpforms-submit-container,
.wpforms-container.subscribe-form .wpforms-submit-container {
padding: 0; }
div.wpforms-container-full.subscribe-form .wpforms-form input[type=submit],
div.wpforms-container-full.subscribe-form .wpforms-form button[type=submit],
div.wpforms-container-full.subscribe-form .wpforms-form .wpforms-page-button,
.wpforms-container.subscribe-form input[type=submit],
.wpforms-container.subscribe-form button[type=submit],
.wpforms-container.subscribe-form .wpforms-page-button {
padding: 7px;
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
font-size: 13px;
line-height: 18px;
font-weight: 700;
text-transform: uppercase;
padding: 10px 25px; }
@media (min-width: 768px) {
div.wpforms-container-full.subscribe-form .wpforms-form input[type=submit],
div.wpforms-container-full.subscribe-form .wpforms-form button[type=submit],
div.wpforms-container-full.subscribe-form .wpforms-form .wpforms-page-button,
.wpforms-container.subscribe-form input[type=submit],
.wpforms-container.subscribe-form button[type=submit],
.wpforms-container.subscribe-form .wpforms-page-button {
padding: 14px 43px;
font-size: 14px; } }
div.wpforms-container-full {
margin-bottom: 0; }
body {
font-family: "Open Sans", sans-serif;
font-size: 15px;
line-height: 24px;
color: #19272e;
letter-spacing: -0.01em;
-webkit-font-smoothing: antialiased;
-ms-word-wrap: break-word;
word-wrap: break-word;
overflow-x: hidden; }
h1, h2, h3, h4, h5, h6 {
font-family: "Montserrat", "Open Sans", sans-serif; }
a:hover, a:focus {
text-decoration: none; }
.yamm > .menu-item-has-children.yamm-fw {
position: static; }
.yamm > .menu-item-has-children.yamm-fw .sub-menu, .yamm > .menu-item-has-children.yamm-tfw .sub-menu {
background-color: #f6f7f9;
border-radius: 0; }
.yamm > .menu-item-has-children.yamm-fw > .sub-menu, .yamm > .menu-item-has-children.yamm-tfw > .sub-menu {
margin-top: 0;
box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
padding: 0; }
.yamm > .menu-item-has-children.yamm-fw > .sub-menu::before, .yamm > .menu-item-has-children.yamm-fw > .sub-menu::after, .yamm > .menu-item-has-children.yamm-tfw > .sub-menu::before, .yamm > .menu-item-has-children.yamm-tfw > .sub-menu::after {
opacity: 0; }
.yamm > .menu-item-has-children.yamm-fw > .sub-menu .sub-menu, .yamm > .menu-item-has-children.yamm-tfw > .sub-menu .sub-menu {
border-radius: 0.25rem;
margin: 0; }
.yamm > .menu-item-has-children.yamm-fw > .sub-menu li:hover > a, .yamm > .menu-item-has-children.yamm-fw > .sub-menu li:focus > a, .yamm > .menu-item-has-children.yamm-tfw > .sub-menu li:hover > a, .yamm > .menu-item-has-children.yamm-tfw > .sub-menu li:focus > a {
font-weight: 700; }
.yamm > .menu-item-has-children.yamm-fw .menu-item-object-mas_static_content > a, .yamm > .menu-item-has-children.yamm-tfw .menu-item-object-mas_static_content > a {
display: none; }
.yamm .menu-item.yamm-fw > .sub-menu {
right: 0;
width: 100%; }
.yamm .menu-item.yamm-tfw > .sub-menu {
width: 500px; }
.yamm .yamm-fw .yamm-content {
padding: 36px;
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
@media (min-width: 576px) {
.yamm .yamm-fw .yamm-content {
max-width: 540px; } }
@media (min-width: 768px) {
.yamm .yamm-fw .yamm-content {
max-width: 720px; } }
@media (min-width: 992px) {
.yamm .yamm-fw .yamm-content {
max-width: 960px; } }
@media (min-width: 1200px) {
.yamm .yamm-fw .yamm-content {
max-width: 1170px; } }
@media (min-width: 1440px) {
.yamm .yamm-fw .yamm-content {
max-width: 1440px; } }
@media (min-width: 1200px) {
.yamm .yamm-fw .yamm-content {
padding-left: 38px;
padding-right: 38px; } }
@media (min-width: 1486px) {
.yamm .yamm-fw .yamm-content {
max-width: 1486px; } }
.yamm .yamm-fw .yamm-content .yamm-content {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
max-width: 1200px; }
@media (min-width: 768px) {
.yamm .yamm-fw .yamm-content .yamm-content {
padding-left: 38px;
padding-right: 38px; } }
.yamm .wp-block-image img {
box-shadow: 0 0 9px rgba(0, 0, 0, 0.25); }
.yamm .yamm-tfw .yamm-content {
padding: 30px 40px; }
.yamm .yamm-content {
font-family: "Open Sans", sans-serif; }
.yamm .yamm-content .yamm-content {
padding: 0; }
.yamm .yamm-content .wp-block-column {
margin: 0 15px; }
.yamm .yamm-content ul {
padding-left: 0;
list-style: none; }
.yamm .yamm-content .widget-title {
color: #19272e;
font-size: 14px;
font-weight: 700;
display: block;
margin-bottom: 14px; }
.yamm .yamm-content li {
line-height: 28px; }
.yamm .yamm-content li a,
.yamm .yamm-content li a:hover,
.yamm .yamm-content li a:focus {
color: #121a21; }
.yamm .yamm-content li a {
display: flex;
align-items: center;
justify-content: space-between; }
.yamm .yamm-content li a::after {
margin: 0;
position: relative !important; }
.yamm .yamm-content li a:hover, .yamm .yamm-content li a:focus {
font-weight: 700; }
.yamm .yamm-content h2,
.yamm .yamm-content h2.nav-title,
.yamm .yamm-content ul li.nav-title,
.offcanvas-nav .yamm-content h2,
.offcanvas-nav .yamm-content h2.nav-title,
.offcanvas-nav .yamm-content ul li.nav-title {
font-family: "Open Sans", sans-serif;
font-size: 14px;
font-weight: 700;
color: #19272e; }
.yamm .yamm-content ul li.highlight a,
.offcanvas-nav .yamm-content ul li.highlight a {
font-weight: 700; }
.yamm .yamm-content div.sharedaddy,
.offcanvas-nav .yamm-content div.sharedaddy {
display: none; }
.yamm .yamm-content .section-title:after,
.offcanvas-nav .yamm-content .section-title:after {
content: none; }
.yamm .yamm-content .vodi-megamenu-movie .movies__inner > .movie,
.offcanvas-nav .yamm-content .vodi-megamenu-movie .movies__inner > .movie {
display: flex;
align-items: center;
margin-bottom: 0;
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 1200px) {
.yamm .yamm-content .vodi-megamenu-movie .movies__inner > .movie,
.offcanvas-nav .yamm-content .vodi-megamenu-movie .movies__inner > .movie {
padding-right: 60px; } }
.yamm .yamm-content .vodi-megamenu-movie .movie__poster,
.offcanvas-nav .yamm-content .vodi-megamenu-movie .movie__poster {
flex: 0 0 42.5%;
max-width: 42.5%;
padding-right: 22px;
margin-bottom: 0; }
.yamm .yamm-content .vodi-megamenu-movie .movie__poster .movie__link,
.offcanvas-nav .yamm-content .vodi-megamenu-movie .movie__poster .movie__link {
height: 100%;
padding: 0; }
.yamm .yamm-content .vodi-megamenu-movie .movie__poster .movie__link .movie__poster--image,
.yamm .yamm-content .vodi-megamenu-movie .movie__poster .movie__link .masvideos-placeholder,
.offcanvas-nav .yamm-content .vodi-megamenu-movie .movie__poster .movie__link .movie__poster--image,
.offcanvas-nav .yamm-content .vodi-megamenu-movie .movie__poster .movie__link .masvideos-placeholder {
position: relative; }
.yamm .yamm-content .vodi-megamenu-movie .movie__poster + .movie__body,
.offcanvas-nav .yamm-content .vodi-megamenu-movie .movie__poster + .movie__body {
flex: 0 0 57.5%;
max-width: 57.5%; }
.yamm .yamm-content .vodi-megamenu-movie .movie__body,
.offcanvas-nav .yamm-content .vodi-megamenu-movie .movie__body {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.yamm .yamm-content .vodi-megamenu-movie .movie__title,
.offcanvas-nav .yamm-content .vodi-megamenu-movie .movie__title {
color: #19272e; }
.yamm .yamm-content .vodi-megamenu-movie .movie__short-description,
.offcanvas-nav .yamm-content .vodi-megamenu-movie .movie__short-description {
display: block; }
.yamm .yamm-content .vodi-megamenu-movie .movie__short-description div, .yamm .yamm-content .vodi-megamenu-movie .movie__short-description p,
.offcanvas-nav .yamm-content .vodi-megamenu-movie .movie__short-description div,
.offcanvas-nav .yamm-content .vodi-megamenu-movie .movie__short-description p {
font-size: 13px;
color: #4b5358;
max-height: 110px;
overflow: hidden;
font-weight: 400; }
.yamm .yamm-content .vodi-megamenu-movie .movie__actions,
.offcanvas-nav .yamm-content .vodi-megamenu-movie .movie__actions {
display: flex;
align-items: center; }
.yamm .yamm-content .vodi-megamenu-movie .movie__actions > a,
.yamm .yamm-content .vodi-megamenu-movie .movie__actions .movie-actions--link_add-to-playlist > a,
.offcanvas-nav .yamm-content .vodi-megamenu-movie .movie__actions > a,
.offcanvas-nav .yamm-content .vodi-megamenu-movie .movie__actions .movie-actions--link_add-to-playlist > a {
padding: 0;
background: transparent;
border: none;
text-transform: capitalize; }
.yamm .yamm-content .vodi-megamenu-movie .movie__actions .movie-actions--link_add-to-playlist.dropdown:before,
.offcanvas-nav .yamm-content .vodi-megamenu-movie .movie__actions .movie-actions--link_add-to-playlist.dropdown:before {
content: "/";
color: #e7e8e9;
margin: 0 5px 0 15px; }
.yamm .yamm-content .vodi-megamenu-movie .movie__actions > .movie-actions--link_add-to-playlist,
.offcanvas-nav .yamm-content .vodi-megamenu-movie .movie__actions > .movie-actions--link_add-to-playlist {
font-size: 14px;
line-height: 1;
display: flex;
margin-left: 0; }
.yamm .yamm-content .vodi-megamenu-movie .movie__actions > .movie-actions--link_add-to-playlist a,
.offcanvas-nav .yamm-content .vodi-megamenu-movie .movie__actions > .movie-actions--link_add-to-playlist a {
color: #717272; }
.yamm .yamm-content .vodi-megamenu-movie .movie__actions > .movie-actions--link_add-to-playlist a.dropdown-toggle:before,
.offcanvas-nav .yamm-content .vodi-megamenu-movie .movie__actions > .movie-actions--link_add-to-playlist a.dropdown-toggle:before {
content: none; }
.yamm .yamm-content .section-movies-carousel-nav-header,
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header {
padding: 0;
height: 240px; }
.yamm .yamm-content .section-movies-carousel-nav-header > div,
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header > div {
height: inherit; }
.yamm .yamm-content .section-movies-carousel-nav-header__carousel .movies .slick-list,
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header__carousel .movies .slick-list {
margin: 0 79px; }
.yamm .yamm-content .section-movies-carousel-nav-header__carousel .slick-prev,
.yamm .yamm-content .section-movies-carousel-nav-header__carousel .slick-next,
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header__carousel .slick-prev,
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header__carousel .slick-next {
border: none; }
.yamm .yamm-content .section-movies-carousel-nav-header__carousel .slick-prev:before,
.yamm .yamm-content .section-movies-carousel-nav-header__carousel .slick-next:before,
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header__carousel .slick-prev:before,
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header__carousel .slick-next:before {
width: 17px;
height: 32px;
content: '';
display: block; }
.yamm .yamm-content .section-movies-carousel-nav-header__carousel .slick-arrow:hover,
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header__carousel .slick-arrow:hover {
background: transparent; }
.yamm .yamm-content .section-movies-carousel-nav-header__carousel .slick-prev,
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header__carousel .slick-prev {
left: 0; }
.yamm .yamm-content .section-movies-carousel-nav-header__carousel .slick-prev:before,
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header__carousel .slick-prev:before {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="17px" height="32px"><path fill-rule="evenodd" fill="rgb(177, 177, 177)" d="M16.410,30.404 L15.375,31.452 L0.008,15.884 L0.160,15.730 L0.008,15.577 L15.375,0.008 L16.410,1.057 L1.927,15.730 L16.410,30.404 Z"/></svg>'); }
.yamm .yamm-content .section-movies-carousel-nav-header__carousel .slick-prev:before,
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header__carousel .slick-prev:before {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="17px" height="32px"><path fill-rule="evenodd" fill="rgb(177, 177, 177)" d="M16.410,30.404 L15.375,31.452 L0.008,15.884 L0.160,15.730 L0.008,15.577 L15.375,0.008 L16.410,1.057 L1.927,15.730 L16.410,30.404 Z"/></svg>'); }
[dir="rtl"] .yamm .yamm-content .section-movies-carousel-nav-header__carousel .slick-prev:before, [dir="rtl"]
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header__carousel .slick-prev:before {
transform: rotate(-180deg); }
.yamm .yamm-content .section-movies-carousel-nav-header__carousel .slick-prev:hover::before,
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header__carousel .slick-prev:hover::before {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="17px" height="32px"><path fill-rule="evenodd" fill="rgb(0,0,0)" d="M16.410,30.404 L15.375,31.452 L0.008,15.884 L0.160,15.730 L0.008,15.577 L15.375,0.008 L16.410,1.057 L1.927,15.730 L16.410,30.404 Z"/></svg>'); }
[dir="rtl"] .yamm .yamm-content .section-movies-carousel-nav-header__carousel .slick-prev:hover::before, [dir="rtl"]
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header__carousel .slick-prev:hover::before {
transform: rotate(-180deg); }
.yamm .yamm-content .section-movies-carousel-nav-header__carousel .slick-next,
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header__carousel .slick-next {
right: 0; }
.yamm .yamm-content .section-movies-carousel-nav-header__carousel .slick-next:before,
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header__carousel .slick-next:before {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="17px" height="32px"><path fill-rule="evenodd" fill="rgb(177, 177, 177)" d="M16.991,16.260 L1.319,31.991 L0.263,30.932 L15.035,16.105 L0.263,1.278 L1.319,0.219 L16.991,15.950 L16.837,16.105 L16.991,16.260 Z"/></svg>'); }
[dir="rtl"] .yamm .yamm-content .section-movies-carousel-nav-header__carousel .slick-next:before, [dir="rtl"]
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header__carousel .slick-next:before {
transform: rotate(-180deg); }
.yamm .yamm-content .section-movies-carousel-nav-header__carousel .slick-next:hover::before,
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header__carousel .slick-next:hover::before {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="17px" height="32px"><path fill-rule="evenodd" fill="rgb(0,0,0)" d="M16.991,16.260 L1.319,31.991 L0.263,30.932 L15.035,16.105 L0.263,1.278 L1.319,0.219 L16.991,15.950 L16.837,16.105 L16.991,16.260 Z"/></svg>'); }
[dir="rtl"] .yamm .yamm-content .section-movies-carousel-nav-header__carousel .slick-next:hover::before, [dir="rtl"]
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header__carousel .slick-next:hover::before {
transform: rotate(-180deg); }
.yamm .yamm-content .section-movies-carousel-nav-header .movie__poster,
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header .movie__poster {
height: 240px;
margin-bottom: 0; }
.yamm .yamm-content .section-movies-carousel-nav-header .movie__poster img,
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header .movie__poster img {
height: 240px;
-o-object-fit: cover;
object-fit: cover;
margin: 0; }
.yamm .yamm-content .section-movies-carousel-nav-header .movie__body,
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header .movie__body {
display: none; }
.yamm .yamm-content .has-2-columns > .wp-block-column,
.offcanvas-nav .yamm-content .has-2-columns > .wp-block-column {
flex: 0 0 19.1666666667%;
max-width: 19.1666666667%; }
.yamm .yamm-content .has-2-columns > .wp-block-column + .wp-block-column,
.offcanvas-nav .yamm-content .has-2-columns > .wp-block-column + .wp-block-column {
flex: 0 0 80.8333333333%;
max-width: 80.8333333333%; }
.yamm .yamm-fw .yamm-content h2,
.yamm .yamm-fw .yamm-content h2.nav-title,
.yamm .yamm-fw .yamm-content ul li.nav-title {
margin-bottom: 20px; }
.yamm .yamm-fw .yamm-content .wp-block-columns {
margin: 0 -30px; }
.yamm .yamm-fw .yamm-content .wp-block-column {
margin: 0;
padding: 0 30px; }
.yamm .yamm-fw .yamm-content .wp-block-column + .wp-block-column {
border-left: 1px solid #dedede; }
.yamm .yamm-fw .yamm-content .wp-block-column ul.menu {
column-count: 2; }
.yamm .yamm-fw .yamm-content .wp-block-column ul.menu li a, .yamm .yamm-fw .yamm-content .wp-block-column ul.menu li a:hover {
font-weight: 400; }
@keyframes vo-fadeIn {
from {
transform: translate(0, 10px); }
to {
transform: translate(0, 0px); } }
.site_header__primary-nav {
padding: 0 20px; }
@media (min-width: 1440px) {
.site_header__primary-nav {
padding: 0 45px; } }
.site_header__primary-nav .nav > li > a {
padding: 31px 16px;
line-height: 18px;
font-weight: 400; }
@media (min-width: 1440px) {
.site_header__primary-nav .nav > li > a {
padding: 32px 20px; } }
.site_header__primary-nav .menu-item-has-children > a, .site_header__secondary-nav .menu-item-has-children > a, .site_header__secondary-nav-v3 .menu-item-has-children > a, .site_header__navbar-primary .menu-item-has-children > a {
position: relative; }
.site_header__primary-nav .menu-item-has-children > a::after, .site_header__secondary-nav .menu-item-has-children > a::after, .site_header__secondary-nav-v3 .menu-item-has-children > a::after, .site_header__navbar-primary .menu-item-has-children > a::after {
display: inline-block;
margin-left: 9px;
content: "";
width: 7px;
height: 6px;
position: absolute;
top: 50%; }
.site_header__primary-nav .sub-menu, .site_header__secondary-nav .sub-menu, .site_header__secondary-nav-v3 .sub-menu, .site_header__navbar-primary .sub-menu {
border-radius: 0;
border-width: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
margin-top: 1px;
top: 110%;
visibility: hidden;
opacity: 0; }
.site_header__primary-nav .sub-menu a, .site_header__secondary-nav .sub-menu a, .site_header__secondary-nav-v3 .sub-menu a, .site_header__navbar-primary .sub-menu a {
font-size: 14px; }
.site_header__primary-nav .sub-menu > li > a:active, .site_header__secondary-nav .sub-menu > li > a:active, .site_header__secondary-nav-v3 .sub-menu > li > a:active, .site_header__navbar-primary .sub-menu > li > a:active {
background: #f8f9fa;
color: #16181b; }
.site_header__primary-nav .sub-menu .menu-item-has-children > a::after, .site_header__secondary-nav .sub-menu .menu-item-has-children > a::after, .site_header__secondary-nav-v3 .sub-menu .menu-item-has-children > a::after, .site_header__navbar-primary .sub-menu .menu-item-has-children > a::after {
transform: rotate(-90deg);
margin-top: -2px; }
.site_header__primary-nav > ul > li > .sub-menu:before, .site_header__primary-nav > ul > li > .sub-menu:after, .site_header__secondary-nav > ul > li > .sub-menu:before, .site_header__secondary-nav > ul > li > .sub-menu:after, .site_header__secondary-nav-v3 > ul > li > .sub-menu:before, .site_header__secondary-nav-v3 > ul > li > .sub-menu:after, .site_header__navbar-primary > ul > li > .sub-menu:before, .site_header__navbar-primary > ul > li > .sub-menu:after {
content: "";
position: absolute; }
.site_header__primary-nav > ul > li > .sub-menu:before, .site_header__secondary-nav > ul > li > .sub-menu:before, .site_header__secondary-nav-v3 > ul > li > .sub-menu:before, .site_header__navbar-primary > ul > li > .sub-menu:before {
border-bottom: 10px solid #657786;
border-bottom-color: rgba(0, 0, 0, 0.1);
border-left: 10px solid transparent;
border-right: 10px solid transparent;
top: -10px;
left: 24px; }
.site_header__primary-nav > ul > li > .sub-menu:after, .site_header__secondary-nav > ul > li > .sub-menu:after, .site_header__secondary-nav-v3 > ul > li > .sub-menu:after, .site_header__navbar-primary > ul > li > .sub-menu:after {
top: -9px;
left: 25px;
border-left: 9px solid transparent;
border-right: 9px solid transparent;
border-bottom: 9px solid #fff; }
.site_header__primary-nav.animated-dropdown .nav .menu-item-has-children:hover > .sub-menu, .site_header__secondary-nav.animated-dropdown .nav .menu-item-has-children:hover > .sub-menu, .site_header__secondary-nav-v3.animated-dropdown .nav .menu-item-has-children:hover > .sub-menu, .site_header__navbar-primary.animated-dropdown .nav .menu-item-has-children:hover > .sub-menu {
opacity: 1;
visibility: visible;
display: block;
animation: vo-fadeIn .3s; }
.site_header__primary-nav.animated-dropdown .nav > .menu-item-has-children:hover > .sub-menu, .site_header__secondary-nav.animated-dropdown .nav > .menu-item-has-children:hover > .sub-menu, .site_header__secondary-nav-v3.animated-dropdown .nav > .menu-item-has-children:hover > .sub-menu, .site_header__navbar-primary.animated-dropdown .nav > .menu-item-has-children:hover > .sub-menu {
top: 100%; }
.site_header__primary-nav .sub-menu {
margin-top: 0;
background-color: #f6f7f9; }
.site_header__primary-nav > ul > li > .sub-menu:before {
border-bottom: 10px solid #f6f7f9;
border-bottom-color: #f6f7f9; }
.site_header__primary-nav > ul > li > .sub-menu:after {
border-bottom: 9px solid #f6f7f9; }
.site_header__secondary-nav .nav > li.current-menu-item {
font-weight: 700; }
.site_header__secondary-nav .nav > li > a {
padding: 21px 7px;
line-height: 18px;
color: #99d8ff; }
@media (min-width: 1440px) {
.site_header__secondary-nav .nav > li > a {
padding: 24.5px 20px; } }
.site_header__secondary-nav-v3 {
display: flex;
align-items: center;
font-size: 14px; }
.site_header__secondary-nav-v3 .nav-title {
font-size: 14px;
color: #2b2a2a;
font-weight: 700;
line-height: 18px;
padding: 15px 0 15px 50px;
white-space: pre; }
.site_header__secondary-nav-v3 .nav {
align-items: center; }
.site_header__secondary-nav-v3 .nav > li > a {
padding: 15px 9px;
line-height: 18px;
color: #2b2a2a; }
@media (min-width: 1200px) {
.site_header__secondary-nav-v3 .nav > li > a {
padding: 11px 13px; } }
@media (min-width: 1440px) {
.site_header__secondary-nav-v3 .nav > li > a {
padding: 11px 15px; } }
.site_header__secondary-nav-v3 .nav > li > a i {
margin-right: 6px;
font-size: 12px; }
.site_header__secondary-nav-v3 .nav > li > a img {
padding-right: 8px; }
.site_header__secondary-nav-v3 .nav > li > a:hover {
color: #000; }
.site_header__secondary-nav-v3 .menu-item-has-children > a::after {
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="4"><path d="M6.9 1L3.9 3.8C3.9 3.8 3.8 3.8 3.8 3.9 3.7 3.9 3.6 4 3.6 4L3.3 4C3.3 4 3.3 3.9 3.3 3.9 3.2 4 3.1 3.9 3.1 3.9L0.1 1C0 0.9 0 0.7 0.1 0.6L0.5 0.1C0.6 0 0.8 0 0.9 0.1L3 2.2C3.2 2.3 3.3 2.3 3.4 2.3 3.8 2.3 4.1 1.9 4.1 1.9L4.1 1.9 6.1 0.1C6.2 0 6.4 0 6.5 0.1L6.9 0.5C7 0.7 7 0.9 6.9 1Z" fill="rgb(124, 127, 130)"/></svg>') no-repeat; }
.offcanvas-collapse {
position: fixed;
top: 0;
bottom: 0;
height: 100vh;
width: 240px;
padding-right: 24px;
padding-left: 24px;
overflow-y: auto;
visibility: visible;
right: auto;
left: 0;
transition: transform .3s ease;
transform: translate3d(-240px, 0, 0); }
.offcanvas-nav {
flex-direction: column;
margin-left: -24px;
margin-right: -24px; }
.offcanvas-nav .sub-menu .menu-item > a,
.offcanvas-nav .menu-item > a {
padding: 8px 24px;
display: block;
white-space: unset; }
.offcanvas-nav .sub-menu .menu-item > a:hover, .offcanvas-nav .sub-menu .menu-item > a:focus,
.offcanvas-nav .menu-item > a:hover,
.offcanvas-nav .menu-item > a:focus {
background-color: #eee;
text-decoration: none; }
.offcanvas-nav .menu-item-has-children {
width: 100%; }
.offcanvas-nav .sub-menu,
.offcanvas-nav .dropdown-menu {
padding-left: 0;
list-style: none;
padding-left: 0;
display: none;
border: 0;
float: none;
margin: 0;
animation: v-fadein .4s; }
.offcanvas-nav .sub-menu > li > a,
.offcanvas-nav .dropdown-menu > li > a {
padding-left: 40px; }
.offcanvas-nav .dropdown-toggle {
position: relative; }
.offcanvas-nav .dropdown-toggle:after {
content: "\f067";
font-family: "Font Awesome 5 Free";
font-weight: 900;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-size: 10px;
position: absolute;
right: 25px;
transform: translateY(-50%);
top: 50%; }
.offcanvas-nav .show .dropdown-toggle:after {
content: "\f068"; }
.offcanvas-nav .show .dropdown-menu {
display: block;
position: relative !important;
transform: none !important;
border-radius: 0; }
.offcanvas-nav .yamm-content .wp-block-columns {
flex-direction: column; }
.offcanvas-drawer {
position: fixed;
z-index: 2000;
background: rgba(0, 0, 0, 0.5);
right: 0;
top: 0;
bottom: 0;
left: 0;
transition: all .2s ease;
opacity: 0;
transition: opacity .25s ease,visibility 0s ease .25s;
visibility: hidden; }
.site-header__offcanvas.toggled .offcanvas-drawer {
opacity: 1;
transition: opacity .25s ease,visibility 0s ease;
visibility: visible; }
.site-header__offcanvas.toggled .offcanvas-collapse {
transform: none;
z-index: 2000;
overflow: visible; }
body.off-canvas-active {
overflow: hidden; }
.admin-bar .site-header__offcanvas.toggled .offcanvas-drawer {
top: 32px; }
.admin-bar .site-header__offcanvas.toggled .offcanvas-collapse {
top: 32px; }
.site_header__offcanvas-nav .yamm > .menu-item:hover > a,
.site_header__offcanvas-nav .yamm > .menu-item:focus > a {
color: #121a21; }
.site_header__offcanvas-nav .yamm .yamm-content {
max-width: 100%;
padding: 10px 24px; }
.site_header__offcanvas-nav .yamm .yamm-content .wp-block-column {
flex: 0 0 100%;
max-width: 100%;
margin: 0;
padding: 0; }
.site_header__offcanvas-nav .yamm .yamm-content .wp-block-column:first-child, .site_header__offcanvas-nav .yamm .yamm-content .wp-block-column:last-child {
padding: 0; }
.site_header__offcanvas-nav .yamm .yamm-content .wp-block-column + .wp-block-column {
margin-top: 20px; }
.site_header__offcanvas-nav .yamm .yamm-content .wp-block-column ul.menu {
column-count: 1; }
.site_header__offcanvas-nav .yamm .yamm-content .wp-block-column ul + ul {
margin-top: 10px; }
.site_header__offcanvas-nav .yamm .yamm-content .vodi-megamenu-movie .movies__inner {
margin: 0; }
.site_header__offcanvas-nav .yamm .yamm-content .vodi-megamenu-movie .movies__inner > .movie {
padding: 0;
flex-direction: column;
flex: 0 0 100%;
max-width: 100%; }
.site_header__offcanvas-nav .yamm .yamm-content .vodi-megamenu-movie .movies__inner .movie__poster, .site_header__offcanvas-nav .yamm .yamm-content .vodi-megamenu-movie .movies__inner .movie__body {
flex: 0 0 100%;
max-width: 100%;
margin: 0; }
.site_header__offcanvas-nav .yamm .yamm-content .vodi-megamenu-movie .movies__inner .movie__poster,
.site_header__offcanvas-nav .yamm .yamm-content .vodi-megamenu-movie .movies__inner .movie .movie__actions > .movie-actions--link_add-to-playlist {
display: none; }
.site_header__offcanvas-nav .yamm .yamm-content .has-2-columns {
margin: 0; }
.site_header__offcanvas-nav .yamm .yamm-content .has-2-columns > .wp-block-column + .wp-block-column {
flex: 0 0 100%;
max-width: 100%; }
.site_header__offcanvas-nav .yamm .yamm-content .section-movies-carousel-nav-header,
.site_header__offcanvas-nav .yamm .yamm-content .section-tv-show-carousel {
display: none; }
.site_header__offcanvas-nav .yamm .yamm-content ul li + .nav-title {
margin-top: 10px; }
.site_header__offcanvas-nav .yamm .yamm-fw .yamm-content .wp-block-column + .wp-block-column {
padding: 0;
border: none; }
.site_header__offcanvas-nav .yamm .yamm-fw .yamm-content h2,
.site_header__offcanvas-nav .yamm .yamm-fw .yamm-content h2.nav-title,
.site_header__offcanvas-nav .yamm .yamm-fw .yamm-content ul li.nav-title {
margin-bottom: 10px; }
@media (min-width: 1200px) {
.off-canvas-hide-in-desktop {
display: none; } }
@keyframes v-fadein {
from {
opacity: 0; }
to {
opacity: 1; } }
.header-v2 {
padding-top: 20px;
z-index: 1; }
.header-v2 .site-header__inner {
align-items: flex-start; }
.header-v2 .site-header__offcanvas--toggler {
padding: 8px 25px 7px 18px; }
.header-v2 .site-header__logo {
flex: 0 0 auto;
width: auto;
max-width: none; }
.header-v2 .site-header__logo a {
display: block; }
.header-v2 .site-header__search-outer {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
padding: 0 20px;
align-self: center; }
.header-v2 .site-header__search-outer .search-form .search-field {
border-width: 1px; }
@media (min-width: 1440px) {
.header-v2 .site-header__search-outer {
padding: 0 45px; } }
.header-v2 .site-header__search {
padding: 0; }
.header-v2 .site-header__header-icons {
flex: 0 0 auto;
width: auto;
max-width: none;
display: flex;
align-items: center; }
.header-v2 .site-header__user-account--link {
padding-left: 15px; }
.header-v2 .site-header__user-account > .sub-menu {
margin-top: 10px; }
.header-v2 .site_header__primary-nav {
padding: 0; }
.header-v2 .site_header__primary-nav .nav > li > a {
padding: 18px 21px 21px; }
.header-v2 .site_header__primary-nav .nav > li > a:after {
transform: translateY(-50%); }
.header-v2 .site_header__primary-nav .nav > li:first-child > a {
padding-left: 0; }
.site-header.header-v2 {
box-shadow: none; }
.header-v3 {
min-height: 67px; }
.header-v3 .masthead {
background: #141b4d;
position: relative; }
.header-v3 .masthead .site-header__search {
position: relative; }
.header-v3 .masthead .site-header__search .search-btn {
color: #fff;
font-size: 20px;
font-weight: 600;
z-index: 3;
color: #fff;
cursor: pointer; }
.header-v3 .masthead .site-header__search .search-form {
width: 0;
transition: width 0.4s ease-in-out;
position: absolute;
right: 17px;
top: 50%;
transform: translateY(-50%);
overflow: hidden; }
.header-v3 .masthead .site-header__search .search-form .search-field {
opacity: 0;
visibility: hidden; }
.header-v3 .masthead .site-header__search .search-form .search-submit {
display: none; }
.header-v3 .masthead .site-header__search.show .search-form {
width: 350px; }
.header-v3 .masthead .site-header__search.show .search-form .search-field {
opacity: 1;
visibility: visible;
border-color: #fff;
background: #fff; }
.header-v3 .masthead .site-header__search.show .search-form .search-submit {
display: block; }
.header-v3 .masthead .site-header__logo a {
display: flex; }
.header-v3 .masthead .site-header__logo a.custom-logo-link {
display: block; }
.header-v3 .masthead .site-header__notification--link svg {
fill: #fff; }
.header-v3 .masthead .site-header__user-account--link:not(.btn) {
padding: 16px 0 19px 15px; }
.header-v3 .vodi-navigation-v3 {
background: #fff; }
.header-v3 .site_header__primary-nav {
padding: 0 20px; }
@media (min-width: 1440px) {
.header-v3 .site_header__primary-nav {
padding: 0 47px; } }
.header-v3 .site_header__primary-nav .nav > li > a {
padding: 21px 8px;
color: #fff; }
@media (min-width: 1440px) {
.header-v3 .site_header__primary-nav .nav > li > a {
padding: 24.5px 19px; } }
.header-v3 .site_header__primary-nav .nav > li > a:hover, .header-v3 .site_header__primary-nav .nav > li > a:focus {
color: #f5f5f5; }
.header-v3 .site_header__primary-nav .menu-item-has-children > a::after {
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="4"><path d="M6.9 1L3.9 3.8C3.9 3.8 3.8 3.8 3.8 3.9 3.7 3.9 3.6 4 3.6 4L3.3 4C3.3 4 3.3 3.9 3.3 3.9 3.2 4 3.1 3.9 3.1 3.9L0.1 1C0 0.9 0 0.7 0.1 0.6L0.5 0.1C0.6 0 0.8 0 0.9 0.1L3 2.2C3.2 2.3 3.3 2.3 3.4 2.3 3.8 2.3 4.1 1.9 4.1 1.9L4.1 1.9 6.1 0.1C6.2 0 6.4 0 6.5 0.1L6.9 0.5C7 0.7 7 0.9 6.9 1Z" fill="rgb(255, 255, 255)"/></svg>') no-repeat; }
.header-v3 .site_header__secondary-nav .menu-item-has-children > a::after {
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="4"><path d="M6.9 1L3.9 3.8C3.9 3.8 3.8 3.8 3.8 3.9 3.7 3.9 3.6 4 3.6 4L3.3 4C3.3 4 3.3 3.9 3.3 3.9 3.2 4 3.1 3.9 3.1 3.9L0.1 1C0 0.9 0 0.7 0.1 0.6L0.5 0.1C0.6 0 0.8 0 0.9 0.1L3 2.2C3.2 2.3 3.3 2.3 3.4 2.3 3.8 2.3 4.1 1.9 4.1 1.9L4.1 1.9 6.1 0.1C6.2 0 6.4 0 6.5 0.1L6.9 0.5C7 0.7 7 0.9 6.9 1Z" fill="rgb(153, 216, 255)"/></svg>') no-repeat; }
.header-v3 .site_header__primary-nav ul.sub-menu .menu-item-has-children > a::after,
.header-v3 .site_header__secondary-nav ul.sub-menu .menu-item-has-children > a::after {
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="4"><path d="M6.9 1L3.9 3.8C3.9 3.8 3.8 3.8 3.8 3.9 3.7 3.9 3.6 4 3.6 4L3.3 4C3.3 4 3.3 3.9 3.3 3.9 3.2 4 3.1 3.9 3.1 3.9L0.1 1C0 0.9 0 0.7 0.1 0.6L0.5 0.1C0.6 0 0.8 0 0.9 0.1L3 2.2C3.2 2.3 3.3 2.3 3.4 2.3 3.8 2.3 4.1 1.9 4.1 1.9L4.1 1.9 6.1 0.1C6.2 0 6.4 0 6.5 0.1L6.9 0.5C7 0.7 7 0.9 6.9 1Z" fill="rgb(124, 127, 130)"/></svg>') no-repeat; }
.header-v4 .masthead {
padding: 10px 0; }
.header-v4 .site-header__offcanvas--toggler {
margin: 0;
padding: 0 0 0 35px; }
.header-v4 .site-header__user-account {
padding: 10px 35px 10px 0; }
.header-v4 .site-header__user-account > .sub-menu {
right: 35px;
margin-top: 8px; }
.header-v4 .site-header__logo {
margin-left: auto;
margin-right: auto; }
.header-v4 .masthead-row-2__inner {
display: flex;
align-items: center;
position: relative; }
@media (min-width: 1440px) {
.header-v4 .masthead-row-2__inner {
height: 52px; } }
.header-v4 .masthead-row-2 .site_header__navbar-primary {
flex-grow: 1; }
.header-v4 .masthead-row-2 .site-header__search + .site_header__navbar-primary {
margin-left: 230px; }
@media (min-width: 1440px) {
.header-v4 .masthead-row-2 .site-header__search + .site_header__navbar-primary {
margin-left: 257px; } }
.header-v4 .masthead-row-2 ul.nav {
padding: 0;
justify-content: center; }
.header-v4 .masthead-row-2 ul.nav > li > a {
line-height: 18px;
font-family: 700;
padding: 17px; }
@media (min-width: 1440px) {
.header-v4 .masthead-row-2 ul.nav > li > a {
padding: 17px 22px; } }
.header-v4 .masthead-row-2 .site-header__search {
margin-left: auto;
order: 2; }
.header-v4 .masthead-row-2 .site-header__search .search-form .search-field {
background: none;
font-size: 13px;
color: #949cb0;
width: 100%;
padding: 7px 51px 7px 25px;
min-width: auto; }
.header-v4.dark .masthead-row-2 .site-header__search .search-form .search-field,
.header-v4.transparent .masthead-row-2 .site-header__search .search-form .search-field {
border: none; }
.desktop-header {
display: none; }
@media (min-width: 1200px) {
.desktop-header {
display: block; } }
@media (min-width: 1200px) {
.handheld-header {
display: none; } }
.handheld-header .site-header__search .dropdown-toggle {
font-size: 20px;
color: #656565; }
.handheld-header .site-header__search .dropdown-toggle i {
color: #656565; }
.handheld-header .site-header__logo {
padding: 10px 0; }
.handheld-header .site-header__user-account .dropdown-menu, .handheld-header .site-header__search .dropdown-menu {
top: 100% !important;
left: 0 !important;
right: 0 !important;
transform: none !important;
border-width: 0;
margin-top: 0;
border-radius: 0;
padding: 10px;
box-shadow: none;
background-color: #f6f7f9; }
.handheld-header .site-header__user-account {
position: static;
margin-left: 7px; }
.handheld-header .site-header__user-account .dropdown-menu {
padding: 20px 10px; }
.handheld-header .site-header__user-account > .sub-menu:before {
border-bottom: 10px solid #f6f7f9;
border-bottom-color: #f6f7f9;
right: 20px; }
.handheld-header .site-header__user-account > .sub-menu:after {
right: 20px;
border-bottom: 9px solid #f6f7f9; }
.handheld-header .site-header__user-account .signin-link,
.handheld-header .site-header__user-account .register-link {
display: none; }
.handheld-header .site-header__user-account .handheld-header__user-account--link i {
color: #656565; }
.handheld-header .site-header__user-account svg {
width: 28px;
height: 28px; }
.handheld-header .site-header__user-account svg image {
width: 28px;
height: auto; }
.handheld-header .site-header__logo svg .vodi-sports0 {
color: #000;
fill: #000; }
.handheld-header .site-title {
font-size: 1.8rem; }
.handheld-header.dark .site-header__search svg {
fill: #fff; }
.handheld-header.dark.site-header .search-form .search-field:focus {
color: #000; }
.admin-bar .handheld-header .site-header__offcanvas.toggled .offcanvas-drawer {
top: 46px; }
.admin-bar .handheld-header .site-header__offcanvas.toggled .offcanvas-collapse {
top: 46px; }
@media (min-width: 992px) {
.admin-bar .handheld-header .site-header__offcanvas.toggled .offcanvas-drawer {
top: 32px; }
.admin-bar .handheld-header .site-header__offcanvas.toggled .offcanvas-collapse {
top: 32px; } }
.sticky-wrapper .stick-this.stuck,
.sticky-wrapper .handheld-stick-this.stuck {
position: fixed;
top: 0;
width: 100%;
z-index: 1000;
box-shadow: 0 0 8px rgba(51, 51, 51, 0.3); }
.sticky-wrapper .stick-this.stuck.header-v1 .site-header__inner,
.sticky-wrapper .handheld-stick-this.stuck.header-v1 .site-header__inner {
min-height: 64px; }
.sticky-wrapper .stick-this.stuck .site_header__primary-nav .nav > li > a,
.sticky-wrapper .handheld-stick-this.stuck .site_header__primary-nav .nav > li > a {
padding: 23px 20px; }
.sticky-wrapper .stick-this.stuck .site-header__user-account--link:not(.btn),
.sticky-wrapper .handheld-stick-this.stuck .site-header__user-account--link:not(.btn) {
padding: 16px 0 16px 0; }
.sticky-wrapper .stick-this.stuck.header-v2,
.sticky-wrapper .handheld-stick-this.stuck.header-v2 {
padding: 0;
background: #000; }
.sticky-wrapper .stick-this.stuck.header-v2 .site_header__primary-nav,
.sticky-wrapper .handheld-stick-this.stuck.header-v2 .site_header__primary-nav {
display: none; }
.sticky-wrapper .stick-this.stuck.header-v2 .site-header__logo,
.sticky-wrapper .stick-this.stuck.header-v2 .site-header__offcanvas,
.sticky-wrapper .handheld-stick-this.stuck.header-v2 .site-header__logo,
.sticky-wrapper .handheld-stick-this.stuck.header-v2 .site-header__offcanvas {
align-self: center; }
.sticky-wrapper .stick-this.stuck.header-v2 .site-header__user-account > .sub-menu,
.sticky-wrapper .handheld-stick-this.stuck.header-v2 .site-header__user-account > .sub-menu {
margin-top: 0; }
.sticky-wrapper .stick-this.stuck.header-v2 .site-header__upload--link,
.sticky-wrapper .handheld-stick-this.stuck.header-v2 .site-header__upload--link {
color: #fff; }
.sticky-wrapper .stick-this.stuck.header-v3,
.sticky-wrapper .handheld-stick-this.stuck.header-v3 {
min-height: 67px; }
.sticky-wrapper .stick-this.stuck.header-v3 .vodi-navigation-v3,
.sticky-wrapper .handheld-stick-this.stuck.header-v3 .vodi-navigation-v3 {
display: none; }
.sticky-wrapper .stick-this.stuck.header-v4 .site-header__user-account--link,
.sticky-wrapper .handheld-stick-this.stuck.header-v4 .site-header__user-account--link {
padding: 0; }
.sticky-wrapper .stick-this.stuck.header-v4 .masthead-row-2,
.sticky-wrapper .handheld-stick-this.stuck.header-v4 .masthead-row-2 {
display: none; }
.sticky-wrapper .stick-this.stuck.transparent,
.sticky-wrapper .handheld-stick-this.stuck.transparent {
background: #000; }
.sticky-wrapper .stick-this.stuck.transparent .site_header__primary-nav,
.sticky-wrapper .handheld-stick-this.stuck.transparent .site_header__primary-nav {
display: none; }
.sticky-wrapper .stick-this.stuck.transparent .site-header__logo,
.sticky-wrapper .stick-this.stuck.transparent .site-header__offcanvas,
.sticky-wrapper .handheld-stick-this.stuck.transparent .site-header__logo,
.sticky-wrapper .handheld-stick-this.stuck.transparent .site-header__offcanvas {
align-self: center; }
.sticky-wrapper .stick-this.stuck.transparent .site-header__user-account > .sub-menu,
.sticky-wrapper .handheld-stick-this.stuck.transparent .site-header__user-account > .sub-menu {
margin-top: 0; }
.sticky-wrapper .stick-this.stuck.transparent .site-header__upload--link,
.sticky-wrapper .handheld-stick-this.stuck.transparent .site-header__upload--link {
color: #fff; }
.sticky-wrapper .handheld-stick-this.stuck {
padding: 0; }
@media (min-width: 768px) and (max-width: 991.98px) {
.admin-bar .sticky-wrapper .stick-this.stuck,
.admin-bar .sticky-wrapper .handheld-stick-this.stuck {
top: 45px; } }
@media (min-width: 992px) {
.admin-bar .sticky-wrapper .stick-this.stuck,
.admin-bar .sticky-wrapper .handheld-stick-this.stuck {
top: 31px; } }
.faster {
animation-duration: .25s !important; }
.navbar-brand {
display: block; }
.site-title {
margin-bottom: 0;
line-height: 1;
font-weight: 900;
color: #2b79bb;
letter-spacing: -1px; }
.site-title:hover, .site-title:focus {
color: #2c9cd4; }
.custom-logo-link {
max-width: 200px;
height: auto;
display: block; }
.site-header {
box-shadow: 0 0 8px rgba(51, 51, 51, 0.3);
margin-bottom: 37px;
position: relative;
z-index: 3;
display: none; }
@media (min-width: 1200px) {
.site-header {
display: block; } }
.site-header.handheld-header {
display: block; }
@media (min-width: 1200px) {
.site-header.handheld-header {
display: none; } }
.site-header__inner {
display: flex;
align-items: center;
justify-content: space-between; }
.site-header.header-v1 .site-header__inner {
min-height: 82px; }
.site-header.header-v1 .site-header__user-account--link:not(.btn) {
padding: 25px 0 25px 10px; }
@media (min-width: 1440px) {
.site-header.header-v1 .site-header__user-account--link:not(.btn) {
padding: 25px 0 25px 15px; } }
.site-header__right, .site-header__left {
display: flex;
align-items: center; }
.site-header__left > *:last-child {
padding-right: 0; }
.site-header__offcanvas--toggler {
padding: 18px;
margin-left: -18px;
display: block;
background: transparent; }
.site-header__search {
padding: 0 10px; }
@media (min-width: 1440px) {
.site-header__search {
padding: 0 17px; } }
@media (min-width: 1440px) {
.site-header__search .search-field {
min-width: 250px; } }
.site-header__upload {
font-size: 14px;
line-height: 18px;
margin-top: 4px;
padding: 0 10px; }
@media (min-width: 1440px) {
.site-header__upload {
padding: 0 15px; } }
.site-header__upload--link {
display: flex;
white-space: nowrap; }
.site-header__upload--link:hover, .site-header__upload--link:focus {
text-decoration: none; }
.site-header__upload--icon {
margin-right: 9px;
display: block; }
.site-header__notification {
padding: 0 10px; }
@media (min-width: 1440px) {
.site-header__notification {
padding: 0 18px; } }
.site-header__notification--link {
white-space: nowrap; }
.site-header__user-account {
position: relative;
display: flex;
align-items: center; }
.site-header__user-account--link {
white-space: nowrap;
display: block;
position: relative; }
@media (min-width: 1200px) {
.site-header__user-account--link {
margin-right: 15px; } }
.site-header__user-account--link + .site-header__user-account--link {
margin-left: 15px; }
@media (min-width: 1440px) {
.site-header__user-account--link + .site-header__user-account--link {
margin-left: 30px; } }
.site-header__user-account--link.signin-link, .site-header__user-account--link.register-link {
margin-right: 0; }
.site-header__user-account--link.signin-link::after, .site-header__user-account--link.register-link::after {
content: none; }
@media (min-width: 1200px) {
.site-header__user-account--link::after {
display: inline-block;
right: -14px;
content: "";
width: 7px;
height: 6px;
position: absolute;
top: 50%; } }
.site-header__user-account > .sub-menu {
border-radius: 0;
border-width: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
margin-top: 1px;
right: 0;
left: auto !important;
top: 100% !important;
transform: none !important; }
.site-header__user-account > .sub-menu > li > a {
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
font-size: 14px; }
.site-header__user-account > .sub-menu > li > a:hover {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa; }
.site-header__user-account > .sub-menu:before, .site-header__user-account > .sub-menu:after {
content: "";
position: absolute; }
.site-header__user-account > .sub-menu:before {
border-bottom: 10px solid #657786;
border-bottom-color: rgba(0, 0, 0, 0.1);
border-left: 10px solid transparent;
border-right: 10px solid transparent;
top: -10px;
right: 10px; }
.site-header__user-account > .sub-menu:after {
top: -9px;
right: 11px;
border-left: 9px solid transparent;
border-right: 9px solid transparent;
border-bottom: 9px solid #fff; }
.site-header__user-account:hover > .sub-menu {
display: block; }
.site-header__user-account .handheld-header__user-account--link {
display: block;
font-size: 20px; }
@media (min-width: 1200px) {
.site-header__user-account .handheld-header__user-account--link {
display: none; } }
.site-header.header-v3 {
box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.3); }
.site-header.header-v3 .site-header__user-account--link::after {
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="7px" height="4px"><path fill-rule="evenodd" fill="rgb(184, 202, 217)" d="M6.885,0.975 L3.925,3.791 C3.879,3.834 3.821,3.843 3.764,3.852 C3.716,3.912 3.650,3.955 3.568,3.955 L3.303,3.955 C3.295,3.955 3.291,3.947 3.283,3.946 C3.200,3.954 3.117,3.934 3.051,3.870 L0.097,1.029 C-0.024,0.912 -0.030,0.716 0.083,0.592 L0.491,0.141 C0.603,0.016 0.792,0.009 0.913,0.126 L3.042,2.173 C3.158,2.259 3.295,2.336 3.435,2.336 C3.768,2.336 4.096,1.931 4.096,1.931 L4.104,1.947 L6.067,0.079 C6.188,-0.037 6.378,-0.030 6.491,0.094 L6.900,0.541 C7.013,0.665 7.006,0.858 6.885,0.975 Z"/></svg>') no-repeat; }
.site-header.header-v3 .site-header__user-account--link.register-link {
color: #fff; }
.site-header.header-v4 {
box-shadow: none; }
.site-header__logo svg .vodi-sports0 {
color: #fff; }
.site-header__logo svg .vodi-sports1 {
color: #51C9F0; }
.site-header.header-v1.transparent + .site-content .page__header, .site-header.header-v2.transparent + .site-content .page__header, .site-header.header-v3.transparent + .site-content .page__header, .site-header.header-v4.transparent + .site-content .page__header {
position: relative;
background-color: #000;
padding-top: 150px;
margin-top: -175px; }
.site-header .highlight {
font-weight: 700; }
.page-template-default .site-header,
.page-template-template-landingpage-v1 .site-header,
.page-template-template-landingpage-v2 .site-header,
.page-template-template-comingsoon .site-header {
margin-bottom: 0; }
body.sidebar-right .content-area,
body.sidebar-left .content-area {
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 1200px) {
body.sidebar-right .content-area,
body.sidebar-left .content-area {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%; } }
@media (min-width: 1440px) {
body.sidebar-right .content-area,
body.sidebar-left .content-area {
flex: 0 0 70.8333333333%;
max-width: 70.8333333333%; } }
body.sidebar-right .sidebar-area,
body.sidebar-left .sidebar-area {
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 1200px) {
body.sidebar-right .sidebar-area,
body.sidebar-left .sidebar-area {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
@media (min-width: 1440px) {
body.sidebar-right .sidebar-area,
body.sidebar-left .sidebar-area {
flex: 0 0 29.1666666667%;
max-width: 29.1666666667%; } }
@media (min-width: 1440px) {
body.sidebar-right.archive .content-area,
body.sidebar-left.archive .content-area {
flex: 0 0 75.5555555556%;
max-width: 75.5555555556%; } }
@media (min-width: 1440px) {
body.sidebar-right.archive .sidebar-area,
body.sidebar-left.archive .sidebar-area {
flex: 0 0 24.4444444444%;
max-width: 24.4444444444%; } }
.site-content__inner > .page__header {
flex: 0 0 100%;
max-width: 100%; }
.page-template-template-homepage-v6 .content-area,
.page-template-template-homepage-v7 .content-area {
padding: 0;
position: relative; }
.page-template-template-homepage-v6 .content-area .site-main-inner,
.page-template-template-homepage-v7 .content-area .site-main-inner {
padding: 20px 10px 0px 10px; }
@media (min-width: 1200px) {
.page-template-template-homepage-v6 .content-area .site-main-inner,
.page-template-template-homepage-v7 .content-area .site-main-inner {
padding-top: 40px;
padding-left: 40px; } }
.page-template-template-homepage-v6 .content-area:before,
.page-template-template-homepage-v7 .content-area:before {
position: absolute;
right: -230px;
top: 0;
bottom: 0;
content: "";
left: 0;
z-index: -1; }
@media (min-width: 1200px) {
.page-template-template-homepage-v6 .content-area,
.page-template-template-homepage-v7 .content-area {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
order: 2; } }
@media (min-width: 1200px) {
.page-template-template-homepage-v6 .home-sidebar-area,
.page-template-template-homepage-v7 .home-sidebar-area {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; } }
@media (min-width: 1200px) {
.page-template-category-template .content-area,
.page-template-category-video-template .content-area {
flex: 0 0 75%;
max-width: 75%;
order: 2; } }
@media (min-width: 1200px) {
.page-template-category-template .widget-area,
.page-template-category-video-template .widget-area {
flex: 0 0 24.4166666667%;
max-width: 24.4166666667%; } }
.page-template-template-homepage-v5 .site-header,
.page-template-template-homepage-v9 .site-header,
.page-template-template-homepage-v6 .site-header,
.page-template-template-homepage-v7 .site-header,
.page-template-category-template .site-header,
.page-template-category-tvshows-template .site-header {
margin-bottom: 0; }
@media (min-width: 1200px) {
.page-template-category-tvshows-template .content-area {
flex: 0 0 75.5833333333%;
max-width: 75.5833333333%;
order: 2; } }
@media (min-width: 1200px) {
.page-template-category-tvshows-template .widget-area {
flex: 0 0 24.4166666667%;
max-width: 24.4166666667%; } }
.has-2-columns {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px; }
.has-2-columns .wp-block-column {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 100%;
max-width: 100%;
margin-left: 0;
margin-right: 0; }
@media (min-width: 992px) {
.has-2-columns .wp-block-column {
flex: 0 0 50%;
max-width: 50%; } }
@media (min-width: 992px) {
.has-2-columns.vodi-1-11 .wp-block-column:first-child {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%; }
.has-2-columns.vodi-1-11 .wp-block-column:last-child {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%; }
.has-2-columns.vodi-2-10 .wp-block-column:first-child {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; }
.has-2-columns.vodi-2-10 .wp-block-column:last-child {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%; }
.has-2-columns.vodi-3-9 .wp-block-column:first-child {
flex: 0 0 25%;
max-width: 25%; }
.has-2-columns.vodi-3-9 .wp-block-column:last-child {
flex: 0 0 75%;
max-width: 75%; }
.has-2-columns.vodi-4-8 .wp-block-column:first-child {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.has-2-columns.vodi-4-8 .wp-block-column:last-child {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%; }
.has-2-columns.vodi-5-7 .wp-block-column:first-child {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%; }
.has-2-columns.vodi-5-7 .wp-block-column:last-child {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%; }
.has-2-columns.vodi-6-6 .wp-block-column:first-child {
flex: 0 0 50%;
max-width: 50%; }
.has-2-columns.vodi-6-6 .wp-block-column:last-child {
flex: 0 0 50%;
max-width: 50%; }
.has-2-columns.vodi-7-5 .wp-block-column:first-child {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%; }
.has-2-columns.vodi-7-5 .wp-block-column:last-child {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%; }
.has-2-columns.vodi-8-4 .wp-block-column:first-child {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%; }
.has-2-columns.vodi-8-4 .wp-block-column:last-child {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.has-2-columns.vodi-9-3 .wp-block-column:first-child {
flex: 0 0 75%;
max-width: 75%; }
.has-2-columns.vodi-9-3 .wp-block-column:last-child {
flex: 0 0 25%;
max-width: 25%; }
.has-2-columns.vodi-10-2 .wp-block-column:first-child {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%; }
.has-2-columns.vodi-10-2 .wp-block-column:last-child {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; }
.has-2-columns.vodi-11-1 .wp-block-column:first-child {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%; }
.has-2-columns.vodi-11-1 .wp-block-column:last-child {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%; }
.has-2-columns.vodi-blog-section-2-columns > .wp-block-column {
flex: 0 0 69.1666666667%;
max-width: 69.1666666667%; }
.has-2-columns.vodi-blog-section-2-columns > .wp-block-column + .wp-block-column {
flex: 0 0 30.8333333333%;
max-width: 30.8333333333%; }
.has-2-columns.vodi-blog-section-2-columns > .wp-block-column + .wp-block-column > * {
padding-left: 40px; }
.has-2-columns.vodi-blog-section-2-columns__reverse > .wp-block-column {
flex: 0 0 30.8333333333%;
max-width: 30.8333333333%; }
.has-2-columns.vodi-blog-section-2-columns__reverse > .wp-block-column > * {
padding-right: 40px; }
.has-2-columns.vodi-blog-section-2-columns__reverse > .wp-block-column + .wp-block-column {
flex: 0 0 69.1666666667%;
max-width: 69.1666666667%; }
.has-2-columns.section-videos-live-coming-soon {
margin: 0 -8px;
padding-top: 30px; }
.has-2-columns.section-videos-live-coming-soon .coming-soon-videos,
.has-2-columns.section-videos-live-coming-soon .live-videos {
padding: 0 0 20px; }
.has-2-columns.section-videos-live-coming-soon > .wp-block-column {
padding-right: 8px;
padding-left: 8px;
flex: 0 0 100%;
max-width: 100%; } }
@media (min-width: 992px) and (min-width: 1200px) {
.has-2-columns.section-videos-live-coming-soon > .wp-block-column {
flex: 0 0 65.8333333333%;
max-width: 65.8333333333%; } }
@media (min-width: 992px) and (min-width: 1200px) {
.has-2-columns.section-videos-live-coming-soon > .wp-block-column + .wp-block-column {
flex: 0 0 34.1666666667%;
max-width: 34.1666666667%; } }
.wp-block-column .home-section {
width: 100%;
margin-left: 0; }
.wp-block-column .container {
padding-left: 0;
padding-right: 0; }
.sidebar-left .sidebar-area {
order: 1; }
@media (min-width: 1200px) {
.sidebar-left .sidebar-area.blog-sidebar .widget-area-inner {
margin-right: 40px; } }
.sidebar-left .content-area {
order: 2; }
@media (min-width: 1200px) {
.sidebar-right .sidebar-area.blog-sidebar .widget-area-inner {
margin-left: 40px; } }
.full-width .sidebar-area {
display: none; }
.article__attachment--gallery {
height: 100%; }
.article__attachment--gallery .gallery-caption {
display: none; }
.article__attachment--gallery .gallery-icon {
display: flex; }
.article__attachment--gallery .gallery-icon > a {
display: inline-block;
margin: auto; }
.article__attachment--gallery .slick-slider {
height: 100%;
display: flex; }
.article__attachment--gallery .slick-list {
margin: auto; }
.article__attachment--gallery .slick-dots {
position: absolute;
bottom: 14px;
width: 100%; }
.article__attachment--thumbnail {
display: flex;
height: 100%; }
.article__attachment--thumbnail > a {
display: flex;
margin: 0 auto; }
.article__attachment--thumbnail img {
margin-left: auto;
margin-right: auto;
-o-object-fit: cover;
object-fit: cover; }
.article {
margin-bottom: 30px;
display: flex;
flex-direction: column; }
@media (min-width: 768px) {
.article {
flex-direction: row;
margin-bottom: 40px;
align-items: center; } }
.article.format-audio, .article.sticky {
flex-direction: column;
align-items: flex-start; }
.article.format-audio .article__summary, .article.format-audio .article__attachment, .article.sticky .article__summary, .article.sticky .article__attachment {
flex: 0 0 100%;
max-width: 100%; }
.article.format-audio .article__attachment, .article.sticky .article__attachment {
margin-bottom: 23px;
margin-right: 0;
width: 100%; }
.article.sticky {
margin-bottom: 54px; }
@media (min-width: 768px) {
.article.sticky .article__attachment {
height: 440px; } }
.article__summary {
flex: 1;
min-width: 0; }
@media (max-width: 767.98px) {
.article__summary {
flex: 0 0 100%;
max-width: 100%; } }
.article__attachment {
flex: 0 0 100%;
max-width: 100%;
overflow: hidden;
margin-bottom: 20px; }
@media (min-width: 768px) {
.article__attachment {
margin-right: 30px;
margin-bottom: 0;
flex: 0 0 48.48484848485%;
max-width: 48.48484848485%;
height: 270px; } }
.article__attachment.audio {
flex: 0 0 100%;
max-width: 100%;
height: auto;
margin-bottom: 25px; }
.article__header {
margin-bottom: 10px; }
.article__title {
font-size: 20px;
font-weight: 600;
letter-spacing: -0.025em;
line-height: 1.3;
word-break: break-word; }
@media (min-width: 768px) and (max-width: 1199.98px) {
.article__title {
font-size: 22px; } }
@media (min-width: 1200px) {
.article__title {
font-size: 26px; } }
.article__title a {
color: #19272e; }
.article__title a:hover, .article__title a:focus {
text-decoration: none; }
.article__excerpt {
font-size: 14px;
line-height: 21px;
letter-spacing: -0.001em; }
.article__excerpt > *:last-child {
margin-bottom: 0; }
.article__content {
margin: 11px 0 45px 0;
line-height: 1.6; }
.article__content > *:last-child {
margin-bottom: 0; }
.article__content a {
font-weight: 600; }
.article__meta {
display: block;
font-size: 13px;
line-height: 18px;
letter-spacing: -0.010em;
color: #949494;
font-style: italic; }
.article__meta a {
color: #949494;
text-decoration: none; }
.article__meta > * {
display: inline-block; }
.article__meta > * + *:before {
content: '・';
display: inline-block;
margin: 0 4px;
font-weight: 700; }
.article__categories {
font-style: normal; }
.article__categories a {
font-weight: 600; }
.article__date {
white-space: nowrap; }
.article__date .updated:not(.published) {
display: none; }
.article__comments {
white-space: nowrap; }
.article__video embed, .article__video iframe, .article__video object, .article__audio embed, .article__audio iframe, .article__audio object {
margin: 0; }
.comments-title,
.comment-respond .comment-reply-title,
.vodi-related-articles .section-title {
font-size: 18px;
line-height: 1.25;
letter-spacing: -0.025em;
font-weight: 500;
color: #121a21;
position: relative;
display: block;
overflow: hidden;
margin-bottom: 22px;
word-break: break-word; }
@media (min-width: 992px) {
.comments-title,
.comment-respond .comment-reply-title,
.vodi-related-articles .section-title {
font-size: 24px; } }
.comments-title:after,
.comment-respond .comment-reply-title:after,
.vodi-related-articles .section-title:after {
position: absolute;
content: "";
height: 1px;
background-color: #e8e8e8;
width: 100%;
top: 50%;
margin-left: 11px; }
.dark .articles .article .entry-title a {
color: #fff; }
.dark .articles .article .article__excerpt,
.dark .articles .article .article__meta > *:not(.article__categories),
.dark .articles .article .article__meta > *:not(.article__categories) a {
color: #949cb0; }
.no-comments {
border: 1px solid #e8e8e8;
color: #949cb0;
font-size: 14px;
line-height: 21px;
letter-spacing: -0.01em;
padding: 12px 20px;
border-radius: 5px; }
.single-article .article__title {
font-size: 30px; }
.badge-sticky-post {
font-weight: 700;
font-size: 80%;
display: inline-block;
padding: 6px 5px;
line-height: 1;
margin-bottom: 5px; }
.full-width .alignfull,
.full-width .alignwide {
width: auto;
max-width: 1000%;
padding-left: 1.41575em;
padding-right: 1.41575em;
clear: both; }
@media (min-width: 992px) {
.full-width .alignfull {
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
padding: 0; }
.full-width .alignwide {
margin-left: calc(25% - 25vw);
margin-right: calc(25% - 25vw); } }
.no-redux .article {
border-bottom: 1px solid #e5eaeb; }
.no-redux .article .article__attachment {
display: none; }
.blog:not(.masvideos-js) .sidebar-area {
padding-top: 20px; }
@media (min-width: 1200px) {
.blog:not(.masvideos-js) .sidebar-area {
padding-top: 0; } }
.article__content::after {
display: block;
clear: both;
content: ""; }
.article__content h1, .article__content h2, .article__content h3, .article__content h4, .article__content h5, .article__content h6 {
font-weight: 600;
margin: 0.75em 0; }
.article__content h1 {
font-size: 26px; }
.article__content h2 {
font-size: 24px; }
.article__content h3 {
font-size: 22px; }
.article__content h4 {
font-size: 20px; }
.article__content h5 {
font-size: 18px; }
.article__content h6 {
font-size: 16px; }
.article__content .sharedaddy {
display: none; }
.single-article {
flex-direction: column;
align-items: flex-start; }
.single-article > * {
flex: 0 0 100%;
max-width: 100%;
width: 100%; }
.single-article .article__header {
margin-bottom: 18px; }
.single-article .article__attachment {
margin-bottom: 24px; }
@media (min-width: 768px) {
.single-article .article__attachment {
height: 440px; } }
.single-article.format-video .article__attachment {
height: 560px; }
.single-article .entry-content blockquote,
.article .entry-content blockquote,
.page__content blockquote {
background-color: #f5f5f5;
font-family: "Montserrat", "Open Sans", sans-serif;
padding: 3.03%; font-style: italic;
align-items: center; }
.single-article .entry-content blockquote::after,
.article .entry-content blockquote::after,
.page__content blockquote::after {
display: block;
clear: both;
content: ""; }
@media (max-width: 767.98px) {
.single-article .entry-content blockquote,
.article .entry-content blockquote,
.page__content blockquote {
display: flex;
flex-direction: column;
align-items: center; } }
@media (min-width: 768px) {
.single-article .entry-content blockquote,
.article .entry-content blockquote,
.page__content blockquote {
padding: 6.06%; } }
.single-article .entry-content blockquote:before,
.article .entry-content blockquote:before,
.page__content blockquote:before {
height: 89px; content: '';
background-image: url(//familycinematv.it/wp-content/themes/vodi/assets/images/post-quote-icon.svg);
background-size: contain;
background-repeat: no-repeat;
display: block;
margin-bottom: 10px;
width: 9.7%; float: left; }
@media (min-width: 768px) {
.single-article .entry-content blockquote:before,
.article .entry-content blockquote:before,
.page__content blockquote:before {
margin-right: 3.03%; margin-bottom: 0; } }
.single-article .entry-content blockquote p,
.article .entry-content blockquote p,
.page__content blockquote p {
font-size: 20px;
line-height: 28px;
letter-spacing: -0.025em;
color: #19272e; }
@media (min-width: 768px) {
.single-article .entry-content blockquote p,
.article .entry-content blockquote p,
.page__content blockquote p {
margin-left: 12.65%; } }
@media (min-width: 992px) {
.single-article .entry-content blockquote p,
.article .entry-content blockquote p,
.page__content blockquote p {
font-size: 22px; } }
.single-article .entry-content blockquote p:last-child,
.article .entry-content blockquote p:last-child,
.page__content blockquote p:last-child {
margin-bottom: 0; }
.single-article .entry-content blockquote cite,
.article .entry-content blockquote cite,
.page__content blockquote cite {
font-weight: 700;
display: block;
font-size: 13px;
line-height: 18px;
letter-spacing: -0.010em; }
.single-article .entry-content blockquote cite:before,
.article .entry-content blockquote cite:before,
.page__content blockquote cite:before {
content: '-';
padding-right: 4px; }
.single-article .entry-content blockquote.wp-block-quote:not(.is-large):not(.is-style-large),
.article .entry-content blockquote.wp-block-quote:not(.is-large):not(.is-style-large),
.page__content blockquote.wp-block-quote:not(.is-large):not(.is-style-large) {
border-left: none;
padding-left: 3.03%; }
@media (min-width: 768px) {
.single-article .entry-content blockquote.wp-block-quote:not(.is-large):not(.is-style-large),
.article .entry-content blockquote.wp-block-quote:not(.is-large):not(.is-style-large),
.page__content blockquote.wp-block-quote:not(.is-large):not(.is-style-large) {
padding-left: 5.05%; } }
.single-article .entry-content blockquote.wp-block-quote.is-large, .single-article .entry-content blockquote.wp-block-quote.is-style-large,
.article .entry-content blockquote.wp-block-quote.is-large,
.article .entry-content blockquote.wp-block-quote.is-style-large,
.page__content blockquote.wp-block-quote.is-large,
.page__content blockquote.wp-block-quote.is-style-large {
padding: 3.03%; }
@media (min-width: 992px) {
.single-article .entry-content blockquote.wp-block-quote.is-large, .single-article .entry-content blockquote.wp-block-quote.is-style-large,
.article .entry-content blockquote.wp-block-quote.is-large,
.article .entry-content blockquote.wp-block-quote.is-style-large,
.page__content blockquote.wp-block-quote.is-large,
.page__content blockquote.wp-block-quote.is-style-large {
padding: 6.06%; } }
.single-article .entry-content blockquote.wp-block-quote.is-large p, .single-article .entry-content blockquote.wp-block-quote.is-style-large p,
.article .entry-content blockquote.wp-block-quote.is-large p,
.article .entry-content blockquote.wp-block-quote.is-style-large p,
.page__content blockquote.wp-block-quote.is-large p,
.page__content blockquote.wp-block-quote.is-style-large p {
font-size: 1.6875em;
line-height: 1.3; }
.single-article .entry-content blockquote.wp-block-quote.is-large cite, .single-article .entry-content blockquote.wp-block-quote.is-style-large cite,
.article .entry-content blockquote.wp-block-quote.is-large cite,
.article .entry-content blockquote.wp-block-quote.is-style-large cite,
.page__content blockquote.wp-block-quote.is-large cite,
.page__content blockquote.wp-block-quote.is-style-large cite {
text-align: left;
font-size: 13px; }
@media (min-width: 768px) {
.single-article .entry-content blockquote.wp-block-quote.is-large cite, .single-article .entry-content blockquote.wp-block-quote.is-style-large cite,
.article .entry-content blockquote.wp-block-quote.is-large cite,
.article .entry-content blockquote.wp-block-quote.is-style-large cite,
.page__content blockquote.wp-block-quote.is-large cite,
.page__content blockquote.wp-block-quote.is-style-large cite {
margin-left: 12.65%; } }
@media (min-width: 992px) {
.single-article .entry-content blockquote.wp-block-quote.is-large cite, .single-article .entry-content blockquote.wp-block-quote.is-style-large cite,
.article .entry-content blockquote.wp-block-quote.is-large cite,
.article .entry-content blockquote.wp-block-quote.is-style-large cite,
.page__content blockquote.wp-block-quote.is-large cite,
.page__content blockquote.wp-block-quote.is-style-large cite {
font-size: 15px; } }
.single-article .entry-content p + blockquote,
.article .entry-content p + blockquote,
.page__content p + blockquote {
margin-top: 40px;
margin-bottom: 40px; }
.single-article .entry-content .wp-block-pullquote,
.article .entry-content .wp-block-pullquote,
.page__content .wp-block-pullquote {
border: transparent;
background: #f5f5f5;
padding: 3em; }
.single-article .entry-content .wp-block-pullquote blockquote,
.article .entry-content .wp-block-pullquote blockquote,
.page__content .wp-block-pullquote blockquote {
background: transparent;
padding: 0; }
.single-article .entry-content .wp-block-pullquote blockquote:before,
.article .entry-content .wp-block-pullquote blockquote:before,
.page__content .wp-block-pullquote blockquote:before {
content: none; }
.single-article .entry-content .wp-block-pullquote blockquote cite, .single-article .entry-content .wp-block-pullquote blockquote p,
.article .entry-content .wp-block-pullquote blockquote cite,
.article .entry-content .wp-block-pullquote blockquote p,
.page__content .wp-block-pullquote blockquote cite,
.page__content .wp-block-pullquote blockquote p {
margin-left: 0; }
.single-article .entry-content .wp-block-pullquote blockquote > .editor-rich-text p,
.single-article .entry-content .wp-block-pullquote p,
.article .entry-content .wp-block-pullquote blockquote > .editor-rich-text p,
.article .entry-content .wp-block-pullquote p,
.page__content .wp-block-pullquote blockquote > .editor-rich-text p,
.page__content .wp-block-pullquote p {
font-size: 1.6875em;
font-style: italic;
line-height: 1.3;
margin-bottom: 0.5em;
margin-top: 0.5em; }
@media (min-width: 768px) {
.single-article .entry-content .wp-block-pullquote blockquote > .editor-rich-text p,
.single-article .entry-content .wp-block-pullquote p,
.article .entry-content .wp-block-pullquote blockquote > .editor-rich-text p,
.article .entry-content .wp-block-pullquote p,
.page__content .wp-block-pullquote blockquote > .editor-rich-text p,
.page__content .wp-block-pullquote p {
font-size: 2.25em; } }
.single-article .entry-content .wp-block-pullquote .wp-block-pullquote__citation,
.single-article .entry-content .wp-block-pullquote cite,
.article .entry-content .wp-block-pullquote .wp-block-pullquote__citation,
.article .entry-content .wp-block-pullquote cite,
.page__content .wp-block-pullquote .wp-block-pullquote__citation,
.page__content .wp-block-pullquote cite {
font-family: "Open Sans", sans-serif;
font-size: 13px;
line-height: 1.6;
text-transform: none; }
.single-article .entry-content .wp-block-pullquote em,
.article .entry-content .wp-block-pullquote em,
.page__content .wp-block-pullquote em {
font-style: normal; }
.single-article .entry-content .wp-block-pullquote.is-style-solid-color blockquote,
.article .entry-content .wp-block-pullquote.is-style-solid-color blockquote,
.page__content .wp-block-pullquote.is-style-solid-color blockquote {
background: transparent; }
.single-article .entry-content .wp-block-pullquote.is-style-solid-color blockquote p,
.article .entry-content .wp-block-pullquote.is-style-solid-color blockquote p,
.page__content .wp-block-pullquote.is-style-solid-color blockquote p {
margin-top: 0.5em;
margin-bottom: 0.5em; }
.single-article .entry-content form.post-password-form p,
.article .entry-content form.post-password-form p,
.page__content form.post-password-form p {
display: flex;
align-items: flex-end; }
.single-article .entry-content form.post-password-form p label,
.article .entry-content form.post-password-form p label,
.page__content form.post-password-form p label {
margin-bottom: 0; }
.single-article .entry-content form.post-password-form p input[type="submit"],
.article .entry-content form.post-password-form p input[type="submit"],
.page__content form.post-password-form p input[type="submit"] {
margin-left: 6px; }
.single-article .entry-content .wp-block-archives,
.single-article .entry-content .wp-block-categories,
.single-article .entry-content .wp-block-latest-posts,
.article .entry-content .wp-block-archives,
.article .entry-content .wp-block-categories,
.article .entry-content .wp-block-latest-posts,
.page__content .wp-block-archives,
.page__content .wp-block-categories,
.page__content .wp-block-latest-posts {
padding-left: 0;
list-style: none; }
.single-article .entry-content .wp-block-archives li,
.single-article .entry-content .wp-block-categories li,
.single-article .entry-content .wp-block-latest-posts li,
.article .entry-content .wp-block-archives li,
.article .entry-content .wp-block-categories li,
.article .entry-content .wp-block-latest-posts li,
.page__content .wp-block-archives li,
.page__content .wp-block-categories li,
.page__content .wp-block-latest-posts li {
display: flex;
align-items: center;
flex-wrap: wrap;
width: 100%;
margin: 0; }
.single-article .entry-content .wp-block-archives li a,
.single-article .entry-content .wp-block-categories li a,
.single-article .entry-content .wp-block-latest-posts li a,
.article .entry-content .wp-block-archives li a,
.article .entry-content .wp-block-categories li a,
.article .entry-content .wp-block-latest-posts li a,
.page__content .wp-block-archives li a,
.page__content .wp-block-categories li a,
.page__content .wp-block-latest-posts li a {
color: #121a21;
padding: 6px 0;
display: inline-block;
font-size: 14px;
font-weight: 400; }
.single-article .entry-content .wp-block-archives li ul,
.single-article .entry-content .wp-block-archives li time,
.single-article .entry-content .wp-block-categories li ul,
.single-article .entry-content .wp-block-categories li time,
.single-article .entry-content .wp-block-latest-posts li ul,
.single-article .entry-content .wp-block-latest-posts li time,
.article .entry-content .wp-block-archives li ul,
.article .entry-content .wp-block-archives li time,
.article .entry-content .wp-block-categories li ul,
.article .entry-content .wp-block-categories li time,
.article .entry-content .wp-block-latest-posts li ul,
.article .entry-content .wp-block-latest-posts li time,
.page__content .wp-block-archives li ul,
.page__content .wp-block-archives li time,
.page__content .wp-block-categories li ul,
.page__content .wp-block-categories li time,
.page__content .wp-block-latest-posts li ul,
.page__content .wp-block-latest-posts li time {
width: 100%; }
.single-article .entry-content .wp-block-latest-comments,
.article .entry-content .wp-block-latest-comments,
.page__content .wp-block-latest-comments {
padding-left: 0;
list-style: none; }
.single-article .entry-content .wp-block-latest-comments__comment-link,
.article .entry-content .wp-block-latest-comments__comment-link,
.page__content .wp-block-latest-comments__comment-link {
display: block;
margin-bottom: 6px;
font-size: 15px;
line-height: 21px;
color: #121a21; }
.single-article .entry-content .wp-block-latest-comments__comment-author,
.article .entry-content .wp-block-latest-comments__comment-author,
.page__content .wp-block-latest-comments__comment-author {
font-weight: 400;
color: #121a21;
font-size: 13px;
line-height: 18px; }
.single-article .entry-content .wp-block-categories li:before,
.article .entry-content .wp-block-categories li:before,
.page__content .wp-block-categories li:before {
width: 5px;
margin-right: 13px;
display: inline-block;
content: url(//familycinematv.it/wp-content/themes/vodi/assets/images/arrow-right.svg); }
.single-article .entry-content .wp-block-categories li a,
.article .entry-content .wp-block-categories li a,
.page__content .wp-block-categories li a {
margin-right: 6px; }
.single-article .entry-content .wp-block-archives-dropdown select,
.article .entry-content .wp-block-archives-dropdown select,
.page__content .wp-block-archives-dropdown select {
margin-bottom: 12px;
height: auto; }
.single-article .entry-content p,
.article .entry-content p {
word-wrap: normal; }
.single-article .entry-content .has-2-columns > .wp-block-column,
.article .entry-content .has-2-columns > .wp-block-column {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px; }
@media (min-width: 768px) {
.single-article .entry-content .has-2-columns > .wp-block-column,
.article .entry-content .has-2-columns > .wp-block-column {
flex: 0 0 50%;
max-width: 50%; } }
.single-article.format-link .single-article__inner, .single-article.format-aside .single-article__inner, .single-article.format-quote .single-article__inner {
display: flex;
flex-direction: column; }
.single-article.format-link .single-article__inner .article__header, .single-article.format-aside .single-article__inner .article__header, .single-article.format-quote .single-article__inner .article__header {
order: 1;
margin-top: 10px;
margin-bottom: 40px; }
.single-article.format-link .single-article__inner .article__header .article__title, .single-article.format-aside .single-article__inner .article__header .article__title, .single-article.format-quote .single-article__inner .article__header .article__title {
display: none; }
.single-article.format-link .single-article__inner .article__content, .single-article.format-aside .single-article__inner .article__content, .single-article.format-quote .single-article__inner .article__content {
background-color: #f6f7f9;
padding: 60px 80px;
margin-bottom: 0; }
.single-article.format-quote .single-article__inner .article__content blockquote {
padding: 0;
position: relative; }
.single-article.format-quote .single-article__inner .article__content blockquote:before {
position: absolute; }
.single-article.format-quote .single-article__inner .article__content blockquote p:last-child {
margin-bottom: 0; }
.single-article.format-link p {
font-size: 22px;
line-height: 28px;
letter-spacing: -0.025em;
word-wrap: break-word;
font-weight: 600; }
.single-article.format-link p a {
color: #121a21; }
.single-article.format-link p a:hover, .single-article.format-link p a:focus {
text-decoration: none; }
.single-article.format-aside .single-article__inner .article__header {
margin-top: 10px;
margin-bottom: 45px; }
.blog-sidebar .widget {
margin-bottom: 35px;
font-size: 14px; }
.blog-sidebar .widget select {
-webkit-appearance: none;
-moz-appearance: none;
background-image: linear-gradient(45deg, transparent 50%, #000), linear-gradient(135deg, #000, transparent 50%);
background-position: calc(100% - 20px) calc(1em + 5px), calc(100% - 15px) calc(1em + 5px);
background-size: 6px 6px, 5px 5px, 1px 1.5em;
background-repeat: no-repeat;
border-radius: 4px;
height: auto;
padding-right: 30px; }
.blog-sidebar .widget-title {
display: block;
font-size: 20px;
line-height: 1.25;
font-weight: 500;
letter-spacing: -0.025em;
color: #121a21; }
.blog-sidebar .widget-title a {
color: #121a21; }
.blog-sidebar .widget-title a:hover, .blog-sidebar .widget-title a:focus {
text-decoration: none; }
.blog-sidebar .widget-title:after {
position: absolute;
content: "";
height: 1px;
background-color: #e8e8e8;
width: 100%;
margin-left: 16px;
top: 50%; }
.blog-sidebar .widget-header {
margin-bottom: 20px;
position: relative;
overflow: hidden; }
.blog-sidebar ul {
padding-left: 0;
list-style: none; }
.blog-sidebar ul > li > a {
color: #121a21;
padding: 6px 0;
display: inline-block; }
.blog-sidebar .recentcomments > a {
display: block !important; }
.blog-sidebar .widget_meta .widget-header,
.blog-sidebar .widget_nav_menu .widget-header,
.blog-sidebar .widget_pages .widget-header,
.blog-sidebar .widget_archive .widget-header,
.blog-sidebar .widget_categories .widget-header {
margin-bottom: 14px; }
.blog-sidebar .widget_meta ul > li > a,
.blog-sidebar .widget_meta .item__link,
.blog-sidebar .widget_nav_menu ul > li > a,
.blog-sidebar .widget_nav_menu .item__link,
.blog-sidebar .widget_pages ul > li > a,
.blog-sidebar .widget_pages .item__link,
.blog-sidebar .widget_archive ul > li > a,
.blog-sidebar .widget_archive .item__link,
.blog-sidebar .widget_categories ul > li > a,
.blog-sidebar .widget_categories .item__link {
color: #121a21; }
.blog-sidebar .widget_meta .item__inner,
.blog-sidebar .widget_nav_menu .item__inner,
.blog-sidebar .widget_pages .item__inner,
.blog-sidebar .widget_archive .item__inner,
.blog-sidebar .widget_categories .item__inner {
display: flex;
padding: 6px 0; }
.blog-sidebar .widget_meta .item__link,
.blog-sidebar .widget_nav_menu .item__link,
.blog-sidebar .widget_pages .item__link,
.blog-sidebar .widget_archive .item__link,
.blog-sidebar .widget_categories .item__link {
display: flex;
width: 100%; }
.blog-sidebar .widget_meta .item__count,
.blog-sidebar .widget_nav_menu .item__count,
.blog-sidebar .widget_pages .item__count,
.blog-sidebar .widget_archive .item__count,
.blog-sidebar .widget_categories .item__count {
margin-left: auto;
display: inline-block;
font-size: 14px;
color: #949494; }
.blog-sidebar .widget_meta .item__child-indicator--icon:before,
.blog-sidebar .widget_nav_menu .item__child-indicator--icon:before,
.blog-sidebar .widget_pages .item__child-indicator--icon:before,
.blog-sidebar .widget_archive .item__child-indicator--icon:before,
.blog-sidebar .widget_categories .item__child-indicator--icon:before {
width: 5px;
margin-right: 13px;
display: inline-block; }
.blog-sidebar .widget_meta .item__child-indicator--icon.has-child:before,
.blog-sidebar .widget_nav_menu .item__child-indicator--icon.has-child:before,
.blog-sidebar .widget_pages .item__child-indicator--icon.has-child:before,
.blog-sidebar .widget_archive .item__child-indicator--icon.has-child:before,
.blog-sidebar .widget_categories .item__child-indicator--icon.has-child:before {
content: url(//familycinematv.it/wp-content/themes/vodi/assets/images/arrow-right.svg);
font-weight: bold; }
.blog-sidebar .widget_meta .item__child-indicator--icon.no-child:before,
.blog-sidebar .widget_nav_menu .item__child-indicator--icon.no-child:before,
.blog-sidebar .widget_pages .item__child-indicator--icon.no-child:before,
.blog-sidebar .widget_archive .item__child-indicator--icon.no-child:before,
.blog-sidebar .widget_categories .item__child-indicator--icon.no-child:before {
content: url(//familycinematv.it/wp-content/themes/vodi/assets/images/arrow-right.svg); }
.blog-sidebar .widget_meta ul ul,
.blog-sidebar .widget_meta ul ol,
.blog-sidebar .widget_nav_menu ul ul,
.blog-sidebar .widget_nav_menu ul ol,
.blog-sidebar .widget_pages ul ul,
.blog-sidebar .widget_pages ul ol,
.blog-sidebar .widget_archive ul ul,
.blog-sidebar .widget_archive ul ol,
.blog-sidebar .widget_categories ul ul,
.blog-sidebar .widget_categories ul ol {
padding-left: 23px; }
.blog-sidebar .widget_meta .current-item > .item__inner .item__name,
.blog-sidebar .widget_meta .current-item-parent > .item__inner .item__name,
.blog-sidebar .widget_meta .current-item-ancestor > .item__inner .item__name,
.blog-sidebar .widget_nav_menu .current-item > .item__inner .item__name,
.blog-sidebar .widget_nav_menu .current-item-parent > .item__inner .item__name,
.blog-sidebar .widget_nav_menu .current-item-ancestor > .item__inner .item__name,
.blog-sidebar .widget_pages .current-item > .item__inner .item__name,
.blog-sidebar .widget_pages .current-item-parent > .item__inner .item__name,
.blog-sidebar .widget_pages .current-item-ancestor > .item__inner .item__name,
.blog-sidebar .widget_archive .current-item > .item__inner .item__name,
.blog-sidebar .widget_archive .current-item-parent > .item__inner .item__name,
.blog-sidebar .widget_archive .current-item-ancestor > .item__inner .item__name,
.blog-sidebar .widget_categories .current-item > .item__inner .item__name,
.blog-sidebar .widget_categories .current-item-parent > .item__inner .item__name,
.blog-sidebar .widget_categories .current-item-ancestor > .item__inner .item__name {
font-weight: bold; }
.blog-sidebar .widget_archive {
color: #949494; }
.blog-sidebar .widget_archive .widget-header + ul > li {
display: flex;
justify-content: space-between;
align-items: center; }
.calendar_wrap td a,
.calendar_wrap th a {
font-weight: bold; }
.recentcomments {
padding: 4px 0 7px 0; }
.recentcomments > a {
font-size: 15px;
line-height: 21px;
font-weight: 600;
color: #121a21;
display: block; }
.recentcomments .comment-author-link > a {
color: #121a21;
font-size: 13px;
line-height: 18px; }
.recentcomments + .recentcomments {
border-top: 1px solid #e5eaeb; }
.calendar_wrap table {
width: 100%;
max-width: 100%;
margin-bottom: 0;
border: 1px solid #dee2e6; }
.calendar_wrap table th,
.calendar_wrap table td {
padding: 0.5rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
text-align: center; }
.calendar_wrap table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6; }
.calendar_wrap table tbody + tbody {
border-top: 2px solid #dee2e6; }
.calendar_wrap table .table {
background-color: #fff; }
.calendar_wrap table th,
.calendar_wrap table td {
border: 1px solid #dee2e6; }
.calendar_wrap table thead th,
.calendar_wrap table thead td {
border-bottom-width: 2px; }
.widget_rss ul .rsswidget,
.widget_rss li a,
.widget_recent_entries ul .rsswidget,
.widget_recent_entries li a {
font-size: 17px;
line-height: 21px;
letter-spacing: -0.025em;
font-family: "Montserrat", "Open Sans", sans-serif;
font-weight: 600;
color: #19272e;
display: block;
order: 1;
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 8px; }
.widget_rss ul .rsswidget:hover, .widget_rss ul .rsswidget:focus,
.widget_rss li a:hover,
.widget_rss li a:focus,
.widget_recent_entries ul .rsswidget:hover,
.widget_recent_entries ul .rsswidget:focus,
.widget_recent_entries li a:hover,
.widget_recent_entries li a:focus {
text-decoration: none; }
.widget_rss .post-date,
.widget_recent_entries .post-date {
margin-top: 8px; }
.widget_rss ul li a,
.widget_recent_entries ul li a {
order: 0;
display: block;
margin: 0;
padding: 0; }
.widget_rss li,
.widget_recent_entries li {
padding: 15px 0; }
.widget_rss .rss-date, .widget_rss cite, .widget_rss .post-date,
.widget_recent_entries .rss-date,
.widget_recent_entries cite,
.widget_recent_entries .post-date {
font-size: 13px;
line-height: 18px;
font-style: italic;
color: #949494;
flex: 0 0 auto; }
.widget_rss .rss-date,
.widget_recent_entries .rss-date {
order: 3; }
.widget_rss .rss-date:before,
.widget_recent_entries .rss-date:before {
content: '';
margin: 0 7px;
display: inline-block;
height: 3px;
width: 3px;
background-color: #949494;
border-radius: 50%;
top: -2px;
position: relative; }
.widget_rss .rssSummary,
.widget_recent_entries .rssSummary {
flex: 0 0 100%;
max-width: 100%;
order: 4;
margin-top: 8px; }
.widget_rss cite,
.widget_recent_entries cite {
display: block;
font-style: normal;
font-weight: 700;
order: 2; }
.widget_rss ul > li,
.widget_recent_entries ul > li {
display: flex;
flex-wrap: wrap; }
.widget_rss ul > li + li,
.widget_recent_entries ul > li + li {
border-top: 1px solid #e5eaeb; }
.widget_rss ul > li:first-child {
padding-top: 8px; }
.search-form {
display: flex;
align-items: center;
margin-bottom: 0; }
.search-form .search-field {
border-color: #d0d0d2;
padding: 7px 19px;
border-radius: 20px;
background: transparent; }
@media (min-width: 1440px) {
.search-form .search-field {
padding: 7px 51px 7px 25px; } }
.search-form .search-field:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
box-shadow: 0px 0px 0px 1px #80bdff;
outline: 0; }
.search-form .search-submit {
border-width: 0;
margin-left: -52px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
padding: 0 16px;
background: transparent; }
.search-form .search-submit svg {
fill: #656565;
margin-bottom: 3px; }
.vodi_posts_widget .entry-cats-list,
.vodi_posts_widget .published {
font-size: 13px; }
.vodi_posts_widget .entry-cats-list a {
font-weight: 700; }
.vodi_posts_widget .published {
font-style: italic;
color: #949494; }
.vodi_posts_widget .published:before {
content: '';
display: inline-block;
width: 2px;
height: 2px;
background: #949494;
border-radius: 50%;
vertical-align: super;
margin: 0 5px 0 3px; }
.vodi_posts_widget .widget-header {
display: block; }
@media (min-width: 576px) {
.vodi_posts_widget .widget-header {
display: flex;
align-items: center;
justify-content: space-between; } }
.vodi_posts_widget .widget-header .widget-title {
flex: 1;
overflow: hidden;
position: relative; }
.vodi_posts_widget .widget-header .header-aside a {
font-size: 14px;
line-height: 18px;
color: #949494;
font-weight: 500; }
@media (min-width: 576px) {
.vodi_posts_widget .widget-header .header-aside a {
padding-left: 8px; } }
.vodi_posts_widget .style-1 ul li {
display: flex;
padding: 19px 0;
align-items: center; }
.vodi_posts_widget .style-1 ul li:first-child {
padding-top: 5px; }
.vodi_posts_widget .style-1 ul li:last-child {
padding-bottom: 6px; }
.vodi_posts_widget .style-1 ul li > .post-thumbnail {
margin-right: 16px;
width: 115px;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
display: flex;
padding: 0;
flex: 0 0 115px;
align-items: center; }
.vodi_posts_widget .style-1 ul li > .post-thumbnail img {
max-height: 100%;
width: auto; }
.vodi_posts_widget .style-1 ul li + li {
border-top: 1px solid #e5eaeb; }
.vodi_posts_widget .style-1 .entry-title {
font-size: 17px;
line-height: 23px;
letter-spacing: -0.025em;
font-weight: 600;
margin-bottom: 6px;
padding-top: 3px; }
.vodi_posts_widget .style-1 .entry-title a {
color: #19272e; }
.vodi_posts_widget .style-2 ul li {
display: flex;
flex-direction: column;
margin-bottom: 20px; }
.vodi_posts_widget .style-2 ul li .post-thumbnail {
flex: 0 0 100%;
max-width: 100%;
padding: 0;
height: auto;
align-items: center;
text-align: center;
display: flex; }
.vodi_posts_widget .style-2 ul li .post-thumbnail::after {
position: absolute;
content: '';
background-image: url(//familycinematv.it/wp-content/themes/vodi/assets/images/glow.png);
background-position: bottom;
background-repeat: no-repeat;
display: block;
top: 0;
bottom: 0;
left: 0;
right: 0; }
.vodi_posts_widget .style-2 ul li .post-thumbnail img {
margin: auto; }
.vodi_posts_widget .style-2 ul li .entry-title {
font-size: 18px;
line-height: 21px;
letter-spacing: -0.01em;
font-family: "Montserrat", "Open Sans", sans-serif;
font-weight: 600; }
.vodi_posts_widget .style-2 ul li .entry-title a {
color: #19272e; }
.vodi_posts_widget .style-2 ul li .entry-title a:hover, .vodi_posts_widget .style-2 ul li .entry-title a:focus {
text-decoration: none; }
.vodi_posts_widget .style-2 ul li .entry-meta {
display: block;
font-size: 13px;
line-height: 18px;
letter-spacing: -0.010em;
color: #949494;
font-style: italic; }
.vodi_posts_widget .style-2 ul li .entry-meta a {
text-decoration: none;
font-weight: 700; }
.vodi_posts_widget .style-2 ul li .entry-meta .published:before {
margin: 0 8px; }
.vodi_posts_widget .style-2 ul .has-post-thumbnail {
position: relative; }
.vodi_posts_widget .style-2 ul .has-post-thumbnail .post-content {
position: absolute;
bottom: 0;
padding: 16px 20px;
width: 100%; }
.vodi_posts_widget .style-2 ul .has-post-thumbnail .post-content .entry-title {
max-height: 126px;
overflow: hidden; }
.vodi_posts_widget .style-2 ul .has-post-thumbnail .post-content .entry-title a {
color: #ffffff; }
.vodi_posts_widget .style-2 ul .has-post-thumbnail .post-content .entry-title a:hover, .vodi_posts_widget .style-2 ul .has-post-thumbnail .post-content .entry-title a:focus {
text-decoration: none; }
.vodi_posts_widget .style-3 ul {
counter-reset: my-badass-counter; }
.vodi_posts_widget .style-3 ul li {
padding-top: 10px; }
.vodi_posts_widget .style-3 ul li .entry-title {
font-size: 17px;
line-height: 23px;
letter-spacing: -0.025em;
font-family: "Montserrat", "Open Sans", sans-serif;
font-weight: 600;
margin-bottom: 0;
display: flex;
align-items: center; }
.vodi_posts_widget .style-3 ul li .entry-title:before {
content: counter(my-badass-counter);
counter-increment: my-badass-counter;
border-radius: 50%;
width: 34px;
border: 1px solid #a2abaf;
height: 34px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 13px;
align-self: flex-start; }
.vodi_posts_widget .style-3 ul li .entry-title a {
color: #19272e;
flex: 1; }
.vodi_posts_widget .style-3 ul li .entry-title a:hover, .vodi_posts_widget .style-3 ul li .entry-title a:focus {
text-decoration: none; }
.vodi_posts_widget .style-3 ul li.vpw-not-found {
padding: 0; }
.vodi_posts_widget .style-3 ul li a.post-thumbnail,
.vodi_posts_widget .style-3 ul li .entry-meta {
display: none; }
.vodi-tabbed-widget .vtw-tabbed-nav {
display: flex;
margin-bottom: 15px;
flex-wrap: wrap; }
.vodi-tabbed-widget .vtw-tabbed-nav li a {
font-size: 17px;
color: #949494;
padding: 0;
font-family: "Montserrat", "Open Sans", sans-serif; }
@media (min-width: 768px) {
.vodi-tabbed-widget .vtw-tabbed-nav li a {
font-size: 24px; } }
.vodi-tabbed-widget .vtw-tabbed-nav li + li {
margin-left: 22px; }
.vodi-tabbed-widget .vtw-tabbed-nav li + li a:before {
content: '';
width: 1px;
height: 23px;
display: inline-block;
margin-right: 22px;
background-color: #c3c3c3;
transform: rotate(17deg);
vertical-align: bottom; }
.vodi-tabbed-widget .vtw-tabbed-cont {
display: none; }
.vodi-tabbed-widget .vtw-tabbed-cont.tab-active {
display: block; }
.vodi-tabbed-widget .vtw-tabbed-cont .widget-title {
display: none; }
.vodi-tabbed-widget .vodi_posts_widget .style-1 ul li {
align-items: center;
padding: 0 0 10px; }
.vodi-tabbed-widget .vodi_posts_widget .style-1 ul li + li {
border-top: none; }
.vodi-tabbed-widget .vodi_posts_widget .style-1 ul li .entry-title {
margin-bottom: 0;
padding-bottom: 0; }
.vodi-tabbed-widget .vodi_posts_widget .style-1 ul li .entry-meta {
display: none; }
.vodi-tabbed-widget .vodi_posts_widget .style-1 ul li.vpw-not-found {
padding: 0; }
.format-audio .article__attachment {
height: auto; }
.article__quote {
background-color: #333e48;
padding: 30px;
font-style: italic;
align-items: center; }
@media (min-width: 768px) and (max-width: 991.98px) {
.article__quote {
padding: 40px;
align-items: flex-start; } }
@media (min-width: 992px) {
.article__quote {
padding: 60px; } }
.article__quote:before {
content: ' ';
max-width: 96px;
flex: 0 0 96px;
height: 89px;
width: 96px;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="96" height="89"><path d="M43.6 0C67-0.4 82.1 7.6 91 21.9 94.8 28.1 97.8 38.6 94.7 48.1 93.4 51.9 91.7 55.5 89.5 58.5 84.7 65.4 77.2 70.4 69 73.9 65.8 75.3 62.3 75.8 58.9 76.8 54.6 78 48.7 77.6 43.8 77.5 42.6 77.5 38.3 76.8 38.1 77 37.4 77.6 37.1 78.6 36.5 79.3 33.8 83 24.8 88.9 18.6 89 18.4 88.7 18.2 88.7 18.1 88.3 17.7 87.9 17.7 87.7 17.7 87 18.6 86.1 18.9 84.8 19.5 83.4 20.4 81.3 21.3 78.7 22 76.1 22.1 74.6 22.3 73.2 22.5 71.8 13.1 67.4 5.9 59.8 1.9 49.9 1.2 48.2 0.9 46.1 0.5 44.3 -0.4 40.6 0.1 34.9 1 31.8 1.4 30.6 1.3 29.7 1.7 28.5 4.4 21.1 9.4 14.6 15.2 10.4 20.2 6.8 25.9 4.1 32.4 2 35 1.4 37.6 0.9 40.2 0.4 41.3 0.1 42.8 0.5 43.6 0ZM44 3C42.9 3.7 39.7 3.4 38.3 3.8 34.3 4.8 30.3 5.6 26.7 7.2 16.5 11.7 8.7 18.8 4.7 29.8 3.2 34.1 2.4 41.4 4 46.5 4.8 49 5.7 51.7 7.1 53.8 9.9 58.4 13.7 62.6 18.1 65.7 19.7 66.9 21.6 67.8 23.4 68.9 24.1 69.3 24.8 69.2 25.1 70 25.6 70.5 25.6 73.1 25.3 74.1 24.9 76.1 24.5 78.2 24.1 80.2 23.6 81.8 22.7 83.4 22.3 85.1 22.4 85.1 22.5 85.1 22.7 85.1 23.5 84.3 25 84.2 26 83.6 28 82.6 29.8 81.3 31.5 80 32.7 79.2 34.4 77.1 35.3 75.9 35.8 75.2 35.8 74.3 36.7 73.9 37.7 73.2 40.4 74.2 42 74.3 46.3 74.6 52.3 75.1 56.4 74.1 59 73.4 61.8 73.2 64.4 72.3 73.4 69.3 81.6 64.3 86.7 57.2 88.7 54.5 90.4 51.2 91.7 47.7 91.8 47 91.9 46.3 92 45.6 94.4 37.1 91.7 28.7 88.3 23.3 82.7 14.4 74.6 8.8 63.8 5.2 61.2 4.3 58.3 4.1 55.5 3.4 52.3 2.6 47.7 3.1 44 3ZM39.2 38.6C34 38.7 29.7 34.2 32.2 28.5 34.5 23.5 41.7 23.1 46.1 26.4 48.6 28.3 50 34.2 48.7 38.8 47.2 44.3 44.2 47.7 39.9 50.4 38.3 51.4 37.2 52.4 34.9 52.2 33.7 50.6 32.2 49.8 32.2 47 35 44.5 38.6 43.4 39.2 38.6ZM59.2 38.6C54.2 38.6 50 34.3 52.3 28.9 54.3 24.2 61.1 22.6 65.8 26 68.7 28.2 70.3 34.2 68.8 39.3 67.3 44.3 64.5 47.5 60.6 50.1 59.2 51 57.8 52.3 55.7 52.4 54.2 51.2 52.4 49.9 52.3 47.4 52.5 47.1 52.6 46.9 52.6 46.5 55.4 44.8 59.2 43 59.2 38.6ZM38.3 27.3C37.9 27.6 37.3 27.5 36.9 27.8 35 29 34.5 31.2 35.1 33.9 35.8 34.3 36.4 35 37.2 35.3 39.1 36.1 41 35.2 41.6 37.1 42.6 38.1 42 40 41.6 41.1 41 43 40.2 44.9 38.8 45.9 37.9 46.6 36 47.3 35.6 48.4 35.7 48.4 35.7 48.4 35.8 48.4 35.9 48.6 36 48.8 36.1 49 36.5 48.9 36.3 49 36.5 48.8 40.5 47.8 44.3 42.9 45.5 38.9 46.1 37.4 46.3 34.8 45.9 33 44.8 28.7 43.6 27.2 38.3 27.3ZM58.3 27.3C57.9 27.6 57.2 27.6 56.7 28 55.7 28.7 53.9 31.5 55.1 33.2 55.9 35.9 58.1 34.7 60.5 35.7 61.3 36.1 61.6 36.9 62.2 37.5 62.3 42.1 60.7 44.4 58.3 46.5 57.6 47.1 56.1 47.3 55.8 48.4 56.2 48.8 56 48.9 56.7 49 57.4 48.4 58.2 48.2 59 47.7 60.3 46.9 62.1 45.5 62.9 44.3 65.2 41.3 68.1 34.1 65.1 29.6 63.8 27.8 61.5 27.2 58.3 27.3Z" style="fill:rgb(255, 255, 255);opacity:0.3"/></svg>');
background-repeat: no-repeat;
display: block; }
@media (min-width: 768px) {
.article__quote:before {
margin-right: 30px; } }
.article__quote p {
font-size: 22px;
line-height: 28px;
letter-spacing: -0.025em;
color: #ffffff; }
.article__quote cite,
.article__quote p + p {
font-weight: 700;
display: block;
margin-top: 22px;
font-size: 13px;
line-height: 18px;
letter-spacing: -0.010em; }
.article__quote cite a:hover,
.article__quote p + p a:hover {
text-decoration: none; }
.article__quote cite a:before,
.article__quote p + p a:before {
content: '-';
padding-right: 4px; }
.article__quote > *:last-child, .article__quote blockquote > *:last-child {
margin-bottom: 0; }
.article__quote .wp-block-quote:not(.is-large):not(.is-style-large) {
border-left: none;
padding-left: 0;
margin: 0 0 1rem; }
.article__link {
background-color: #f6f7f9;
padding: 30px; }
@media (min-width: 768px) and (max-width: 991.98px) {
.article__link {
padding: 40px; } }
@media (min-width: 768px) {
.article__link {
padding: 60px 80px; } }
.article__link p {
font-size: 22px;
line-height: 28px;
letter-spacing: -0.025em;
word-wrap: break-word;
font-weight: 600;
color: #121a21; }
.article__link p a {
color: #121a21; }
.article__link p a:hover, .article__link p a:focus {
text-decoration: none; }
.article__link p a.link-url {
font-size: 13px;
line-height: 18px;
letter-spacing: -0.010em;
font-weight: 700;
display: block;
padding-top: 10px; }
.article__link > *:last-child {
margin-bottom: 0; }
.article__aside {
flex-direction: column;
align-items: flex-start;
padding: 30px;
background-color: #f6f7f9; }
@media (min-width: 768px) and (max-width: 991.98px) {
.article__aside {
padding: 40px; } }
@media (min-width: 992px) {
.article__aside {
padding: 60px 80px; } }
.article__aside .article__meta {
margin-bottom: 8px; }
.article__aside > *:last-child {
margin-bottom: 0; }
.post-navigation {
background-color: #f5f5f5;
padding: 30px;
margin-bottom: 35px; }
@media (min-width: 768px) {
.post-navigation {
padding: 45px 50px; } }
.post-navigation .nav-links {
display: flex;
justify-content: space-between; }
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 768px) {
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
flex: 0 0 50%;
max-width: 50%; } }
.post-navigation .nav-links .nav-previous > a,
.post-navigation .nav-links .nav-next > a {
display: block; }
@media (min-width: 768px) {
.post-navigation .nav-links .nav-previous {
padding-right: 10px; } }
.post-navigation .nav-links .nav-next {
margin-left: auto; }
@media (min-width: 768px) {
.post-navigation .nav-links .nav-next {
padding-left: 10px; } }
.post-navigation .nav-links .nav-previous + .nav-next {
margin-top: 20px; }
@media (min-width: 768px) {
.post-navigation .nav-links .nav-previous + .nav-next {
margin-top: 0; } }
.post-navigation .nav-links .nav-next span {
text-align: end; }
.post-nav__title {
font-size: 13px;
line-height: 18px;
letter-spacing: -0.01em;
color: #a3a3a3;
display: block;
margin-bottom: 7px;
word-break: break-word; }
.post-nav__article--title {
font-size: 17px;
line-height: 21px;
letter-spacing: -0.025em;
font-family: "Montserrat", "Open Sans", sans-serif;
font-weight: 600;
color: #19272e;
display: block;
margin-bottom: 5px;
word-break: break-word; }
.post-nav__article--meta {
display: block;
font-size: 13px;
line-height: 18px;
letter-spacing: -0.01em; }
.post-nav__article--meta > * + *:before {
content: '・';
display: inline-block;
margin: 0 4px;
font-weight: 700; }
.post-nav__article--categories {
font-weight: 700; }
.post-nav__article--date {
color: #949494;
font-style: italic; }
.related-posts {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px; }
.related-posts > article {
flex-direction: column;
align-items: flex-start; }
.related-posts > article.post {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 100%;
max-width: 100%; }
.related-posts > article .article__thumbnail {
margin-bottom: 18px; }
.related-posts.columns-1 > article.post {
flex: 0 0 100%;
max-width: 100%; }
.related-posts.columns-2 > article.post {
flex: 0 0 50%;
max-width: 50%; }
.related-posts.columns-3 > article.post {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.related-posts.columns-4 > article.post {
flex: 0 0 25%;
max-width: 25%; }
.related-posts.columns-5 > article.post {
flex: 0 0 20%;
max-width: 20%; }
.related-posts.columns-6 > article.post {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; }
.related-posts .article__title {
font-size: 17px; }
.vodi-related-articles .article__attachment--thumbnail {
display: block;
margin-bottom: 17px; }
.vodi-related-articles .section-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 19px; }
.vodi-related-articles .section-title {
flex: 1;
margin-bottom: 0; }
.vodi-related-articles .section-title:after {
margin-left: 16px;
z-index: 15; }
.vodi-related-articles .header-aside {
font-size: 14px;
line-height: 18px;
font-family: "Montserrat", "Open Sans", sans-serif;
font-weight: 500;
padding-left: 11px; }
.vodi-related-articles .header-aside a {
color: #949494; }
.gallery > .gallery-item a, .gallery > .gallery-item img {
display: block; }
.gallery > .gallery-item img {
margin: auto; }
.gallery .wp-caption-text {
font-size: 12px;
line-height: 15px;
color: #707070;
text-align: center;
margin-top: 10px; }
.gallery-columns-1 > .gallery-item,
.gallery-columns-2 > .gallery-item,
.gallery-columns-3 > .gallery-item,
.gallery-columns-4 > .gallery-item,
.gallery-columns-5 > .gallery-item,
.gallery-columns-6 > .gallery-item,
.gallery-columns-7 > .gallery-item,
.gallery-columns-8 > .gallery-item,
.gallery-columns-9 > .gallery-item,
.gallery-columns-10 > .gallery-item,
.gallery-columns-11 > .gallery-item,
.gallery-columns-12 > .gallery-item {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 768px) {
.gallery-columns-1 > .gallery-item {
flex: 0 0 100%;
max-width: 100%; }
.gallery-columns-2 > .gallery-item {
flex: 0 0 50%;
max-width: 50%; }
.gallery-columns-3 > .gallery-item {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.gallery-columns-4 > .gallery-item {
flex: 0 0 25%;
max-width: 25%; }
.gallery-columns-5 > .gallery-item {
flex: 0 0 20%;
max-width: 20%; }
.gallery-columns-6 > .gallery-item {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; }
.gallery-columns-7 > .gallery-item {
flex: 0 0 14.2857142858%;
max-width: 14.2857142858%; }
.gallery-columns-8 > .gallery-item {
flex: 0 0 12.5%;
max-width: 12.5%; }
.gallery-columns-9 > .gallery-item {
flex: 0 0 11.1111111111%;
max-width: 11.1111111111%; }
.gallery-columns-10 > .gallery-item {
flex: 0 0 10%;
max-width: 10%; }
.gallery-columns-11 > .gallery-item {
flex: 0 0 9.0909090909%;
max-width: 9.0909090909%; }
.gallery-columns-12 > .gallery-item {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%; } }
.single-post-sharing {
margin-bottom: 44px; }
.single-article .article__header + .single-post-sharing {
margin-bottom: 34px; }
.page__title {
font-weight: 600;
font-size: 30px;
line-height: 35px; }
.page__subtitle {
font-size: 18px;
line-height: 1.5;
color: #949cb0; }
.page__content {
margin-bottom: 40px; }
.page__content::after {
display: block;
clear: both;
content: ""; }
.page__content > h1, .page__content > h2, .page__content > h3, .page__content > h4, .page__content > h5, .page__content > h6 {
font-weight: 600;
margin: 0.75em 0;
clear: both; }
.page__content > h1 {
font-size: 26px; }
.page__content > h2 {
font-size: 24px; }
.page__content > h3 {
font-size: 22px; }
.page__content > h4 {
font-size: 20px; }
.page__content > h5 {
font-size: 18px; }
.page__content > h6 {
font-size: 16px; }
.page__content table a {
font-weight: 600; }
.page-template-default.home .page__content,
.page-template-default.contact-page .page__content,
.page-template-template-landingpage-v1 .page__content,
.page-template-template-landingpage-v2 .page__content,
.page-template-template-comingsoon .page__content,
.page-template-default.home-v4-container .page__content {
margin-bottom: 0; }
.archive__header,
.page__header {
background-color: #f6f7f9;
text-align: center;
padding: 70px 0;
margin-bottom: 37px; }
.archive__header {
margin-top: -37px; }
.page-links {
display: flex;
align-items: center;
clear: both; }
.page-links > .page-links-inner {
margin-left: 10px; }
.archive.dark .site-content {
background-color: #131722; }
.archive .site-content {
padding-top: 15px; }
@media (min-width: 768px) {
.archive .site-content {
padding-top: 20px; } }
@media (min-width: 1200px) {
.archive .site-content {
padding-top: 37px; } }
.archive .site-header {
margin-bottom: 0; }
.wp-block-separator {
border-bottom: 2px solid #e8e8e8; }
.search-no-results .page-content form.search-form {
margin-bottom: 40px; }
.video-search-results.search .site-header,
.movie-search-results.search .site-header,
.tv_show-search-results.search .site-header,
.episode-search-results.search .site-header,
.person-search-results.search .site-header {
margin-bottom: 0; }
.video-search-results.search .site-content,
.movie-search-results.search .site-content,
.tv_show-search-results.search .site-content,
.episode-search-results.search .site-content,
.person-search-results.search .site-content {
padding-top: 0; }
.video-search-results.search .page__header,
.movie-search-results.search .page__header,
.tv_show-search-results.search .page__header,
.episode-search-results.search .page__header,
.person-search-results.search .page__header {
padding: 64px 0 0; }
.video-search-results.search .page__header .page__title,
.movie-search-results.search .page__header .page__title,
.tv_show-search-results.search .page__header .page__title,
.episode-search-results.search .page__header .page__title,
.person-search-results.search .page__header .page__title {
padding-bottom: 38px;
margin-bottom: 0; }
.video-search-results.search .page__header .page__title:only-child,
.movie-search-results.search .page__header .page__title:only-child,
.tv_show-search-results.search .page__header .page__title:only-child,
.episode-search-results.search .page__header .page__title:only-child,
.person-search-results.search .page__header .page__title:only-child {
padding-bottom: 64px; }
.video-search-results.search .page__header .search-result-tabs,
.movie-search-results.search .page__header .search-result-tabs,
.tv_show-search-results.search .page__header .search-result-tabs,
.episode-search-results.search .page__header .search-result-tabs,
.person-search-results.search .page__header .search-result-tabs {
padding-left: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
flex-wrap: nowrap;
overflow-x: auto;
white-space: nowrap;
justify-content: center; }
.video-search-results.search .page__header .search-result-tabs > li > a,
.movie-search-results.search .page__header .search-result-tabs > li > a,
.tv_show-search-results.search .page__header .search-result-tabs > li > a,
.episode-search-results.search .page__header .search-result-tabs > li > a,
.person-search-results.search .page__header .search-result-tabs > li > a {
display: block; }
.video-search-results.search .page__header .search-result-tabs > li > a:hover, .video-search-results.search .page__header .search-result-tabs > li > a:focus,
.movie-search-results.search .page__header .search-result-tabs > li > a:hover,
.movie-search-results.search .page__header .search-result-tabs > li > a:focus,
.tv_show-search-results.search .page__header .search-result-tabs > li > a:hover,
.tv_show-search-results.search .page__header .search-result-tabs > li > a:focus,
.episode-search-results.search .page__header .search-result-tabs > li > a:hover,
.episode-search-results.search .page__header .search-result-tabs > li > a:focus,
.person-search-results.search .page__header .search-result-tabs > li > a:hover,
.person-search-results.search .page__header .search-result-tabs > li > a:focus {
text-decoration: none; }
.video-search-results.search .page__header .search-result-tabs > li > a.disabled,
.movie-search-results.search .page__header .search-result-tabs > li > a.disabled,
.tv_show-search-results.search .page__header .search-result-tabs > li > a.disabled,
.episode-search-results.search .page__header .search-result-tabs > li > a.disabled,
.person-search-results.search .page__header .search-result-tabs > li > a.disabled {
color: #6c757d; }
.video-search-results.search .page__header .search-result-tabs .menu-item-has-children,
.movie-search-results.search .page__header .search-result-tabs .menu-item-has-children,
.tv_show-search-results.search .page__header .search-result-tabs .menu-item-has-children,
.episode-search-results.search .page__header .search-result-tabs .menu-item-has-children,
.person-search-results.search .page__header .search-result-tabs .menu-item-has-children {
position: relative; }
.video-search-results.search .page__header .search-result-tabs .menu-item-has-children:hover > .sub-menu, .video-search-results.search .page__header .search-result-tabs .menu-item-has-children:focus > .sub-menu,
.movie-search-results.search .page__header .search-result-tabs .menu-item-has-children:hover > .sub-menu,
.movie-search-results.search .page__header .search-result-tabs .menu-item-has-children:focus > .sub-menu,
.tv_show-search-results.search .page__header .search-result-tabs .menu-item-has-children:hover > .sub-menu,
.tv_show-search-results.search .page__header .search-result-tabs .menu-item-has-children:focus > .sub-menu,
.episode-search-results.search .page__header .search-result-tabs .menu-item-has-children:hover > .sub-menu,
.episode-search-results.search .page__header .search-result-tabs .menu-item-has-children:focus > .sub-menu,
.person-search-results.search .page__header .search-result-tabs .menu-item-has-children:hover > .sub-menu,
.person-search-results.search .page__header .search-result-tabs .menu-item-has-children:focus > .sub-menu {
display: block; }
.video-search-results.search .page__header .search-result-tabs .sub-menu .sub-menu,
.movie-search-results.search .page__header .search-result-tabs .sub-menu .sub-menu,
.tv_show-search-results.search .page__header .search-result-tabs .sub-menu .sub-menu,
.episode-search-results.search .page__header .search-result-tabs .sub-menu .sub-menu,
.person-search-results.search .page__header .search-result-tabs .sub-menu .sub-menu {
left: 100%;
top: 0; }
.video-search-results.search .page__header .search-result-tab,
.movie-search-results.search .page__header .search-result-tab,
.tv_show-search-results.search .page__header .search-result-tab,
.episode-search-results.search .page__header .search-result-tab,
.person-search-results.search .page__header .search-result-tab {
display: inline; }
.video-search-results.search .page__header .search-result-tab:not(:last-child),
.movie-search-results.search .page__header .search-result-tab:not(:last-child),
.tv_show-search-results.search .page__header .search-result-tab:not(:last-child),
.episode-search-results.search .page__header .search-result-tab:not(:last-child),
.person-search-results.search .page__header .search-result-tab:not(:last-child) {
margin-right: 10px; }
.video-search-results.search .page__header .search-result-tab-link,
.movie-search-results.search .page__header .search-result-tab-link,
.tv_show-search-results.search .page__header .search-result-tab-link,
.episode-search-results.search .page__header .search-result-tab-link,
.person-search-results.search .page__header .search-result-tab-link {
font-family: "Montserrat", "Open Sans", sans-serif;
color: #121a21;
font-weight: 500;
line-height: 1.2;
padding: 15px;
border-bottom: 3px solid transparent; }
.video-search-results.search .page__header .search-result-tab-link.active,
.movie-search-results.search .page__header .search-result-tab-link.active,
.tv_show-search-results.search .page__header .search-result-tab-link.active,
.episode-search-results.search .page__header .search-result-tab-link.active,
.person-search-results.search .page__header .search-result-tab-link.active {
font-weight: 700; }
.site-info {
text-align: center;
font-size: 13px;
line-height: 23px; }
.policy-info a {
font-size: 13px; }
.footer-quick-links {
font-size: 13px;
letter-spacing: -0.015em; }
.footer-quick-links > li + li {
margin-left: 15px; }
.footer-v3-menu,
.footer-v4-menu {
justify-content: center; }
.footer-v3-menu a,
.footer-v4-menu a {
padding: 0.5rem 30px; }
.footer-v3-menu > li,
.footer-v4-menu > li {
display: flex; }
@media (min-width: 576px) {
.footer-v3-menu > li + li:before,
.footer-v4-menu > li + li:before {
content: '|';
padding: 0.5rem 0; } }
.footer-primary-menu,
.footer-secondary-menu,
.footer-tertiary-menu {
padding-left: 0;
list-style: none;
margin-bottom: 0; }
@media (min-width: 576px) {
.footer-primary-menu,
.footer-secondary-menu,
.footer-tertiary-menu {
display: flex;
flex-wrap: wrap; } }
.footer-primary-menu {
justify-content: center;
font-family: "Montserrat", "Open Sans", sans-serif;
margin: 0 -15px;
padding: 20px 0 10px 0; }
.footer-primary-menu a {
display: block;
padding: 15px; }
.footer__primary-nav-wrap {
width: 100vw;
position: relative;
margin-left: calc(-50vw + 50% - 8px); }
@media (max-width: 991.98px) {
.footer__primary-nav-wrap {
margin-left: calc(-50vw + 50%); } }
.footer__primary-nav-wrap + .footer-bottom {
border-top: 1px solid #3f4467; }
.footer-secondary-menu {
margin: 0 -15px;
padding: 10px 0; }
.footer-secondary-menu a {
color: #c8ced1;
display: block;
padding: 15px; }
.footer-tertiary-menu {
font-size: 12px;
margin: 0 -24px; }
.footer-tertiary-menu li {
margin-left: 24px; }
.social-icons {
display: flex;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none; }
.social-icons > li > a {
display: block; }
.social-icons > li > a:hover, .social-icons > li > a:focus {
text-decoration: none; }
.social-icons > li > a.disabled {
color: #6c757d; }
.social-icons .menu-item-has-children {
position: relative; }
.social-icons .menu-item-has-children:hover > .sub-menu, .social-icons .menu-item-has-children:focus > .sub-menu {
display: block; }
.social-icons .sub-menu .sub-menu {
left: 100%;
top: 0; }
.footer-social-icon {
padding: 0.5rem 4px; }
.footer-social-icon .fa-stack {
height: 34px;
width: 34px;
line-height: 34px; }
.footer-social-icon .fa-stack-2x {
font-size: 34px; }
.footer-social-icons.social-label .social-media-item + .social-media-item {
margin-left: 26px; }
.footer-social-icons.social-label .social-media-item > a {
font-size: 14px;
padding: 0; }
.footer-social-icons.social-label .social-media-item__icon {
font-size: 16px;
margin-right: 5px; }
.footer-social-icons .social-media-item + .social-media-item {
margin-left: 26px; }
.footer-widgets .widget {
margin-bottom: 40px; }
.footer-widgets ul {
padding-left: 0;
list-style: none; }
.footer-widgets-inner {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
padding: 46px 0 23px;
align-items: flex-start;
flex-direction: column; }
@media (min-width: 768px) {
.footer-widgets-inner {
flex-direction: row; } }
.footer-widgets-inner .footer-widget-1,
.footer-widgets-inner .footer-widget-2,
.footer-widgets-inner .footer-widget-3 {
padding-right: 15px;
padding-left: 15px; }
@media (min-width: 768px) {
.footer-widgets-inner.col-5 > div {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
@media (min-width: 1200px) {
.footer-widgets-inner.col-5 > div {
flex: 0 0 20%;
max-width: 20%; } }
@media (min-width: 768px) {
.footer-widgets-inner.col-4 > div {
flex: 0 0 25%;
max-width: 25%; } }
@media (min-width: 768px) {
.footer-widgets-inner.col-3 .footer-widget-1,
.footer-widgets-inner.col-3 .footer-widget-2 {
flex: 0 0 40%;
max-width: 40%; } }
@media (min-width: 768px) {
.footer-widgets-inner.col-3 .footer-widget-3 {
flex: 0 0 20%;
max-width: 20%; } }
.footer-widgets-inner.col-3 .footer-widget-3 {
padding-left: 19px; }
@media (min-width: 768px) {
.footer-widgets-inner.col-2 .footer-widget-1,
.footer-widgets-inner.col-2 .footer-widget-2 {
flex: 0 0 50%;
max-width: 50%; } }
.footer-widgets-inner .widget_nav_menu .menu,
.footer-widgets-inner .widget_nav_menu .sub-menu {
padding-left: 0;
list-style: none; }
.footer-widgets-inner .widget_nav_menu .menu {
margin-bottom: 0; }
.footer-widgets-inner .widget_meta a,
.footer-widgets-inner .widget_nav_menu a {
padding: 4px 0;
display: inline-block; }
.footer-widgets-inner .widget-header {
margin-bottom: 25px; }
.footer-widgets-inner .widget-title {
font-size: 18px;
font-family: "Montserrat", "Open Sans", sans-serif;
font-weight: 500; }
.footer-widgets-inner .widget_nav_menu > div > ul,
.footer-widgets-inner .widget_categories > ul,
.footer-widgets-inner .widget_pages > ul,
.footer-widgets-inner .widget_meta > ul,
.footer-widgets-inner .masvideos-widget-movies-genres > ul,
.footer-widgets-inner .masvideos-widget-tv-shows-genres > ul,
.footer-widgets-inner .masvideos-widget-videos-genres > ul {
column-count: 2; }
.footer-widgets-inner .widget_archive ul {
column-count: 2; }
.footer-widgets-inner.col-3 .footer-widget-3 .widget_nav_menu > div > ul,
.footer-widgets-inner.col-3 .footer-widget-3 .widget_categories > ul,
.footer-widgets-inner.col-3 .footer-widget-3 .widget_pages > ul,
.footer-widgets-inner.col-3 .footer-widget-3 .widget_meta > ul,
.footer-widgets-inner.col-3 .footer-widget-3 .masvideos-widget-movies-genres > ul,
.footer-widgets-inner.col-3 .footer-widget-3 .masvideos-widget-tv-shows-genres > ul,
.footer-widgets-inner.col-3 .footer-widget-3 .masvideos-widget-videos-genres > ul {
column-count: 1; }
.footer-widgets-inner.col-3 .footer-widget-3 .widget_archive ul {
column-count: 1; }
.footer-widgets-inner .widget_archive ul li a,
.footer-widgets-inner .widget_categories ul li a,
.footer-widgets-inner .widget_pages ul li a,
.footer-widgets-inner .masvideos-widget-movies-genres ul li a,
.footer-widgets-inner .masvideos-widget-tv-shows-genres ul li a,
.footer-widgets-inner .masvideos-widget-videos-genres ul li a {
display: inline-block;
padding: 4px 0; }
.footer-widgets-inner .widget_categories ul ul,
.footer-widgets-inner .widget_pages ul ul,
.footer-widgets-inner .masvideos-widget-movies-genres ul ul,
.footer-widgets-inner .masvideos-widget-tv-shows-genres ul ul,
.footer-widgets-inner .masvideos-widget-videos-genres ul ul {
padding-left: 0; }
.footer-widgets-inner select {
background-position: calc(100% - 20px) calc(1em + 1px), calc(100% - 15px) calc(1em + 1px);
background-size: 6px 6px, 5px 5px, 1px 1.5em;
background-repeat: no-repeat;
-webkit-appearance: none;
-moz-appearance: none;
padding: 0 35px 0 20px; }
.footer-widgets-inner .widget_recent_entries li:first-child {
padding-top: 0; }
.footer-widgets-inner .widget_recent_entries li a {
font-size: 15px;
font-weight: 500; }
.footer-widgets-inner .item__count,
.footer-widgets-inner .count {
margin-left: 5px; }
.footer-widgets-inner li.recentcomments {
padding: 0 0 12px 0; }
.footer-widgets-inner li.recentcomments + li.recentcomments {
padding-top: 12px; }
.footer-action__title {
font-size: 26px;
font-family: "Montserrat", "Open Sans", sans-serif;
font-weight: 300;
line-height: 1;
margin-bottom: 10px; }
.footer-action__subtitle {
font-size: 15px;
font-weight: 400;
margin-bottom: 24px; }
.desktop-footer {
display: none; }
@media (min-width: 1200px) {
.desktop-footer {
display: block; } }
.handheld-footer.dark {
background-color: #0a0d14;
color: #fff; }
.handheld-footer .footer-bottom-bar-inner {
flex-direction: column; }
@media (min-width: 576px) {
.handheld-footer .footer-bottom-bar-inner {
flex-direction: row; } }
@media (min-width: 1200px) {
.handheld-footer {
display: none; } }
.handheld-footer .site-info {
padding: 15px; }
.site__footer--v2 {
background-color: #141b4d;
color: #949cb0; }
.site__footer--v2 strong, .site__footer--v2 h1, .site__footer--v2 h2, .site__footer--v2 h3, .site__footer--v2 h4, .site__footer--v2 h5, .site__footer--v2 h6, .site__footer--v2 a {
color: #FFF; }
.site__footer--v2 strong:hover, .site__footer--v2 strong:focus, .site__footer--v2 h1:hover, .site__footer--v2 h1:focus, .site__footer--v2 h2:hover, .site__footer--v2 h2:focus, .site__footer--v2 h3:hover, .site__footer--v2 h3:focus, .site__footer--v2 h4:hover, .site__footer--v2 h4:focus, .site__footer--v2 h5:hover, .site__footer--v2 h5:focus, .site__footer--v2 h6:hover, .site__footer--v2 h6:focus, .site__footer--v2 a:hover, .site__footer--v2 a:focus {
color: #f5f5f5; }
.site__footer--v2 .vodi-gr {
fill: #FFF; }
.site__footer--v2 .site-footer__logo > a {
display: block; }
.site__footer--v2 .footer-bottom__inner {
padding-bottom: 50px;
padding-top: 45px; }
@media (min-width: 576px) {
.site__footer--v2 .footer-bottom__inner {
display: flex; } }
@media (min-width: 768px) {
.site__footer--v2 .footer-bottom__left {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%; } }
.site__footer--v2 .footer-bottom__right {
padding-left: 35px; }
@media (min-width: 768px) {
.site__footer--v2 .footer-bottom__right {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
.site__footer--v2 .footer-logo {
margin-right: 64px; }
.site__footer--v2 .site-info,
.site__footer--v2 .sub-title,
.site__footer--v2 .footer-tertiary-menu a {
color: #949cb0; }
.site__footer--v2 .footer-tertiary-menu a:hover {
color: #fff; }
.site__footer--v2 .site-info {
text-align: left;
font-size: 12px; }
.site__footer--v2 .footer-top-bar {
justify-content: flex-start;
padding: 0; }
.site__footer--v2 .footer-top-bar + .site-footer__info {
margin-top: 13px; }
.site__footer--v2 .footer-social-icons.social-label .social-media-item > a {
font-size: 17px; }
.site__footer--v2 .footer-social-icons.social-label .social-media-item + .social-media-item {
margin-left: 40px; }
.site__footer--v2 .social-media-item {
margin-top: 4px; }
.site__footer--v2 .social-media-item > a {
color: #BEC0CD; }
.site__footer--v2 .social-media-item > a:hover {
color: #fff; }
.site__footer--v2 .social-media-item__title {
display: none; }
.site__footer--v2 .footer-social-icon .fa-stack {
display: none; }
.site__footer--v2 .footer-primary-menu {
padding: 20px 120px 10px 120px;
justify-content: space-evenly; }
.site__footer--v2 .footer-secondary-menu a {
color: #c8ced1; }
.site__footer--v2 .footer-secondary-menu a:hover {
color: #fff; }
.site__footer--v3 {
font-size: 14px;
line-height: 23px;
padding-top: 8px;
padding-bottom: 28px; }
.site__footer--v3 .social-media-item__title {
display: inline-block; }
.site__footer--v3 .fa-stack i:first-child {
display: none; }
.footer-v3-bar {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 0;
flex-direction: column; }
@media (min-width: 576px) {
.footer-v3-bar {
flex-direction: row; } }
.site__footer--v4 {
font-size: 14px;
line-height: 23px;
padding-top: 8px;
padding-bottom: 28px; }
.site__footer--v4 .social-media-item__title {
display: none; }
.site__footer--v4 .social-icons .fa-inverse {
font-size: 18px; }
.site__footer--v4 .footer-social-icons .social-media-item + .social-media-item {
margin-left: 0; }
.site__footer--v4 .footer-social-icon {
padding-left: 3px;
padding-right: 3px; }
.footer-v4-bar {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 0;
flex-direction: column; }
@media (min-width: 576px) {
.footer-v4-bar {
flex-direction: row; } }
.footer-bottom-bar {
width: 100vw;
position: relative;
margin-left: calc(-50vw + 50% - 8px);
padding: 15px 0; }
@media (max-width: 991.98px) {
.footer-bottom-bar {
margin-left: calc(-50vw + 50%); } }
.footer-bottom-bar .footer-bottom-bar-inner {
display: flex;
justify-content: space-between; }
.footer-top-bar {
display: flex;
justify-content: space-between;
padding: 43px 0 26px;
align-items: center;
flex-direction: column; }
@media (min-width: 992px) {
.footer-top-bar {
flex-direction: row; } }
.site__footer--v1 .fa-stack i:first-child {
display: none; }
.site-info {
text-align: center;
font-size: 13px;
line-height: 23px; }
.policy-info a {
font-size: 13px; }
.footer-quick-links {
font-size: 13px;
letter-spacing: -0.015em; }
.footer-quick-links > li + li {
margin-left: 15px; }
.footer-v3-menu,
.footer-v4-menu {
justify-content: center; }
.footer-v3-menu a,
.footer-v4-menu a {
padding: 0.5rem 30px; }
.footer-v3-menu > li,
.footer-v4-menu > li {
display: flex; }
@media (min-width: 576px) {
.footer-v3-menu > li + li:before,
.footer-v4-menu > li + li:before {
content: '|';
padding: 0.5rem 0; } }
.footer-primary-menu,
.footer-secondary-menu,
.footer-tertiary-menu {
padding-left: 0;
list-style: none;
margin-bottom: 0; }
@media (min-width: 576px) {
.footer-primary-menu,
.footer-secondary-menu,
.footer-tertiary-menu {
display: flex;
flex-wrap: wrap; } }
.footer-primary-menu {
justify-content: center;
font-family: "Montserrat", "Open Sans", sans-serif;
margin: 0 -15px;
padding: 20px 0 10px 0; }
.footer-primary-menu a {
display: block;
padding: 15px; }
.footer__primary-nav-wrap {
width: 100vw;
position: relative;
margin-left: calc(-50vw + 50% - 8px); }
@media (max-width: 991.98px) {
.footer__primary-nav-wrap {
margin-left: calc(-50vw + 50%); } }
.footer__primary-nav-wrap + .footer-bottom {
border-top: 1px solid #3f4467; }
.footer-secondary-menu {
margin: 0 -15px;
padding: 10px 0; }
.footer-secondary-menu a {
color: #c8ced1;
display: block;
padding: 15px; }
.footer-tertiary-menu {
font-size: 12px;
margin: 0 -24px; }
.footer-tertiary-menu li {
margin-left: 24px; }
.social-icons {
display: flex;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none; }
.social-icons > li > a {
display: block; }
.social-icons > li > a:hover, .social-icons > li > a:focus {
text-decoration: none; }
.social-icons > li > a.disabled {
color: #6c757d; }
.social-icons .menu-item-has-children {
position: relative; }
.social-icons .menu-item-has-children:hover > .sub-menu, .social-icons .menu-item-has-children:focus > .sub-menu {
display: block; }
.social-icons .sub-menu .sub-menu {
left: 100%;
top: 0; }
.footer-social-icon {
padding: 0.5rem 4px; }
.footer-social-icon .fa-stack {
height: 34px;
width: 34px;
line-height: 34px; }
.footer-social-icon .fa-stack-2x {
font-size: 34px; }
.footer-social-icons.social-label .social-media-item + .social-media-item {
margin-left: 26px; }
.footer-social-icons.social-label .social-media-item > a {
font-size: 14px;
padding: 0; }
.footer-social-icons.social-label .social-media-item__icon {
font-size: 16px;
margin-right: 5px; }
.footer-social-icons .social-media-item + .social-media-item {
margin-left: 26px; }
.footer-widgets .widget {
margin-bottom: 40px; }
.footer-widgets ul {
padding-left: 0;
list-style: none; }
.footer-widgets-inner {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
padding: 46px 0 23px;
align-items: flex-start;
flex-direction: column; }
@media (min-width: 768px) {
.footer-widgets-inner {
flex-direction: row; } }
.footer-widgets-inner .footer-widget-1,
.footer-widgets-inner .footer-widget-2,
.footer-widgets-inner .footer-widget-3 {
padding-right: 15px;
padding-left: 15px; }
@media (min-width: 768px) {
.footer-widgets-inner.col-5 > div {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
@media (min-width: 1200px) {
.footer-widgets-inner.col-5 > div {
flex: 0 0 20%;
max-width: 20%; } }
@media (min-width: 768px) {
.footer-widgets-inner.col-4 > div {
flex: 0 0 25%;
max-width: 25%; } }
@media (min-width: 768px) {
.footer-widgets-inner.col-3 .footer-widget-1,
.footer-widgets-inner.col-3 .footer-widget-2 {
flex: 0 0 40%;
max-width: 40%; } }
@media (min-width: 768px) {
.footer-widgets-inner.col-3 .footer-widget-3 {
flex: 0 0 20%;
max-width: 20%; } }
.footer-widgets-inner.col-3 .footer-widget-3 {
padding-left: 19px; }
@media (min-width: 768px) {
.footer-widgets-inner.col-2 .footer-widget-1,
.footer-widgets-inner.col-2 .footer-widget-2 {
flex: 0 0 50%;
max-width: 50%; } }
.footer-widgets-inner .widget_nav_menu .menu,
.footer-widgets-inner .widget_nav_menu .sub-menu {
padding-left: 0;
list-style: none; }
.footer-widgets-inner .widget_nav_menu .menu {
margin-bottom: 0; }
.footer-widgets-inner .widget_meta a,
.footer-widgets-inner .widget_nav_menu a {
padding: 4px 0;
display: inline-block; }
.footer-widgets-inner .widget-header {
margin-bottom: 25px; }
.footer-widgets-inner .widget-title {
font-size: 18px;
font-family: "Montserrat", "Open Sans", sans-serif;
font-weight: 500; }
.footer-widgets-inner .widget_nav_menu > div > ul,
.footer-widgets-inner .widget_categories > ul,
.footer-widgets-inner .widget_pages > ul,
.footer-widgets-inner .widget_meta > ul,
.footer-widgets-inner .masvideos-widget-movies-genres > ul,
.footer-widgets-inner .masvideos-widget-tv-shows-genres > ul,
.footer-widgets-inner .masvideos-widget-videos-genres > ul {
column-count: 2; }
.footer-widgets-inner .widget_archive ul {
column-count: 2; }
.footer-widgets-inner.col-3 .footer-widget-3 .widget_nav_menu > div > ul,
.footer-widgets-inner.col-3 .footer-widget-3 .widget_categories > ul,
.footer-widgets-inner.col-3 .footer-widget-3 .widget_pages > ul,
.footer-widgets-inner.col-3 .footer-widget-3 .widget_meta > ul,
.footer-widgets-inner.col-3 .footer-widget-3 .masvideos-widget-movies-genres > ul,
.footer-widgets-inner.col-3 .footer-widget-3 .masvideos-widget-tv-shows-genres > ul,
.footer-widgets-inner.col-3 .footer-widget-3 .masvideos-widget-videos-genres > ul {
column-count: 1; }
.footer-widgets-inner.col-3 .footer-widget-3 .widget_archive ul {
column-count: 1; }
.footer-widgets-inner .widget_archive ul li a,
.footer-widgets-inner .widget_categories ul li a,
.footer-widgets-inner .widget_pages ul li a,
.footer-widgets-inner .masvideos-widget-movies-genres ul li a,
.footer-widgets-inner .masvideos-widget-tv-shows-genres ul li a,
.footer-widgets-inner .masvideos-widget-videos-genres ul li a {
display: inline-block;
padding: 4px 0; }
.footer-widgets-inner .widget_categories ul ul,
.footer-widgets-inner .widget_pages ul ul,
.footer-widgets-inner .masvideos-widget-movies-genres ul ul,
.footer-widgets-inner .masvideos-widget-tv-shows-genres ul ul,
.footer-widgets-inner .masvideos-widget-videos-genres ul ul {
padding-left: 0; }
.footer-widgets-inner select {
background-position: calc(100% - 20px) calc(1em + 1px), calc(100% - 15px) calc(1em + 1px);
background-size: 6px 6px, 5px 5px, 1px 1.5em;
background-repeat: no-repeat;
-webkit-appearance: none;
-moz-appearance: none;
padding: 0 35px 0 20px; }
.footer-widgets-inner .widget_recent_entries li:first-child {
padding-top: 0; }
.footer-widgets-inner .widget_recent_entries li a {
font-size: 15px;
font-weight: 500; }
.footer-widgets-inner .item__count,
.footer-widgets-inner .count {
margin-left: 5px; }
.footer-widgets-inner li.recentcomments {
padding: 0 0 12px 0; }
.footer-widgets-inner li.recentcomments + li.recentcomments {
padding-top: 12px; }
.footer-action__title {
font-size: 26px;
font-family: "Montserrat", "Open Sans", sans-serif;
font-weight: 300;
line-height: 1;
margin-bottom: 10px; }
.footer-action__subtitle {
font-size: 15px;
font-weight: 400;
margin-bottom: 24px; }
.desktop-footer {
display: none; }
@media (min-width: 1200px) {
.desktop-footer {
display: block; } }
.handheld-footer.dark {
background-color: #0a0d14;
color: #fff; }
.handheld-footer .footer-bottom-bar-inner {
flex-direction: column; }
@media (min-width: 576px) {
.handheld-footer .footer-bottom-bar-inner {
flex-direction: row; } }
@media (min-width: 1200px) {
.handheld-footer {
display: none; } }
.handheld-footer .site-info {
padding: 15px; }
.site__footer--v2 {
background-color: #141b4d;
color: #949cb0; }
.site__footer--v2 strong, .site__footer--v2 h1, .site__footer--v2 h2, .site__footer--v2 h3, .site__footer--v2 h4, .site__footer--v2 h5, .site__footer--v2 h6, .site__footer--v2 a {
color: #FFF; }
.site__footer--v2 strong:hover, .site__footer--v2 strong:focus, .site__footer--v2 h1:hover, .site__footer--v2 h1:focus, .site__footer--v2 h2:hover, .site__footer--v2 h2:focus, .site__footer--v2 h3:hover, .site__footer--v2 h3:focus, .site__footer--v2 h4:hover, .site__footer--v2 h4:focus, .site__footer--v2 h5:hover, .site__footer--v2 h5:focus, .site__footer--v2 h6:hover, .site__footer--v2 h6:focus, .site__footer--v2 a:hover, .site__footer--v2 a:focus {
color: #f5f5f5; }
.site__footer--v2 .vodi-gr {
fill: #FFF; }
.site__footer--v2 .site-footer__logo > a {
display: block; }
.site__footer--v2 .footer-bottom__inner {
padding-bottom: 50px;
padding-top: 45px; }
@media (min-width: 576px) {
.site__footer--v2 .footer-bottom__inner {
display: flex; } }
@media (min-width: 768px) {
.site__footer--v2 .footer-bottom__left {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%; } }
.site__footer--v2 .footer-bottom__right {
padding-left: 35px; }
@media (min-width: 768px) {
.site__footer--v2 .footer-bottom__right {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
.site__footer--v2 .footer-logo {
margin-right: 64px; }
.site__footer--v2 .site-info,
.site__footer--v2 .sub-title,
.site__footer--v2 .footer-tertiary-menu a {
color: #949cb0; }
.site__footer--v2 .footer-tertiary-menu a:hover {
color: #fff; }
.site__footer--v2 .site-info {
text-align: left;
font-size: 12px; }
.site__footer--v2 .footer-top-bar {
justify-content: flex-start;
padding: 0; }
.site__footer--v2 .footer-top-bar + .site-footer__info {
margin-top: 13px; }
.site__footer--v2 .footer-social-icons.social-label .social-media-item > a {
font-size: 17px; }
.site__footer--v2 .footer-social-icons.social-label .social-media-item + .social-media-item {
margin-left: 40px; }
.site__footer--v2 .social-media-item {
margin-top: 4px; }
.site__footer--v2 .social-media-item > a {
color: #BEC0CD; }
.site__footer--v2 .social-media-item > a:hover {
color: #fff; }
.site__footer--v2 .social-media-item__title {
display: none; }
.site__footer--v2 .footer-social-icon .fa-stack {
display: none; }
.site__footer--v2 .footer-primary-menu {
padding: 20px 120px 10px 120px;
justify-content: space-evenly; }
.site__footer--v2 .footer-secondary-menu a {
color: #c8ced1; }
.site__footer--v2 .footer-secondary-menu a:hover {
color: #fff; }
.site__footer--v3 {
font-size: 14px;
line-height: 23px;
padding-top: 8px;
padding-bottom: 28px; }
.site__footer--v3 .social-media-item__title {
display: inline-block; }
.site__footer--v3 .fa-stack i:first-child {
display: none; }
.footer-v3-bar {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 0;
flex-direction: column; }
@media (min-width: 576px) {
.footer-v3-bar {
flex-direction: row; } }
.site__footer--v4 {
font-size: 14px;
line-height: 23px;
padding-top: 8px;
padding-bottom: 28px; }
.site__footer--v4 .social-media-item__title {
display: none; }
.site__footer--v4 .social-icons .fa-inverse {
font-size: 18px; }
.site__footer--v4 .footer-social-icons .social-media-item + .social-media-item {
margin-left: 0; }
.site__footer--v4 .footer-social-icon {
padding-left: 3px;
padding-right: 3px; }
.footer-v4-bar {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 0;
flex-direction: column; }
@media (min-width: 576px) {
.footer-v4-bar {
flex-direction: row; } }
.footer-bottom-bar {
width: 100vw;
position: relative;
margin-left: calc(-50vw + 50% - 8px);
padding: 15px 0; }
@media (max-width: 991.98px) {
.footer-bottom-bar {
margin-left: calc(-50vw + 50%); } }
.footer-bottom-bar .footer-bottom-bar-inner {
display: flex;
justify-content: space-between; }
.footer-top-bar {
display: flex;
justify-content: space-between;
padding: 43px 0 26px;
align-items: center;
flex-direction: column; }
@media (min-width: 992px) {
.footer-top-bar {
flex-direction: row; } }
.site__footer--v1 .fa-stack i:first-child {
display: none; }
.embed-responsive,
.movie__player,
.single-video__head,
.episode__player {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden; }
.embed-responsive::before,
.movie__player::before,
.single-video__head::before,
.episode__player::before {
display: block;
content: ""; }
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video,
.embed-responsive .wp-video,
.embed-responsive > .flowplayer,
.embed-responsive > .jwppp-video-box,
.embed-responsive > *,
.movie__player .embed-responsive-item,
.movie__player iframe,
.movie__player embed,
.movie__player object,
.movie__player video,
.movie__player .wp-video,
.movie__player > .flowplayer,
.movie__player > .jwppp-video-box,
.movie__player > *,
.single-video__head .embed-responsive-item,
.single-video__head iframe,
.single-video__head embed,
.single-video__head object,
.single-video__head video,
.single-video__head .wp-video,
.single-video__head > .flowplayer,
.single-video__head > .jwppp-video-box,
.single-video__head > *,
.episode__player .embed-responsive-item,
.episode__player iframe,
.episode__player embed,
.episode__player object,
.episode__player video,
.episode__player .wp-video,
.episode__player > .flowplayer,
.episode__player > .jwppp-video-box,
.episode__player > * {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0; }
.embed-responsive .wp-video,
.embed-responsive .wp-video video,
.movie__player .wp-video,
.movie__player .wp-video video,
.single-video__head .wp-video,
.single-video__head .wp-video video,
.episode__player .wp-video,
.episode__player .wp-video video {
width: 100% !important; }
.embed-responsive .fluid_video_wrapper,
.movie__player .fluid_video_wrapper,
.single-video__head .fluid_video_wrapper,
.episode__player .fluid_video_wrapper {
position: static; }
.embed-responsive div[id^=fwdevpDiv],
.embed-responsive .mvp-player,
.movie__player div[id^=fwdevpDiv],
.movie__player .mvp-player,
.single-video__head div[id^=fwdevpDiv],
.single-video__head .mvp-player,
.episode__player div[id^=fwdevpDiv],
.episode__player .mvp-player {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); }
.embed-responsive .Elite_video_player,
.embed-responsive .movie__player > div.brid,
.embed-responsive .single-video__head > div.brid,
.embed-responsive .episode__player > div.brid,
.movie__player .Elite_video_player,
.movie__player .movie__player > div.brid,
.movie__player .single-video__head > div.brid,
.movie__player .episode__player > div.brid,
.single-video__head .Elite_video_player,
.single-video__head .movie__player > div.brid,
.single-video__head .single-video__head > div.brid,
.single-video__head .episode__player > div.brid,
.episode__player .Elite_video_player,
.episode__player .movie__player > div.brid,
.episode__player .single-video__head > div.brid,
.episode__player .episode__player > div.brid {
position: absolute !important;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); }
.embed-responsive .aiovg-player,
.movie__player .aiovg-player,
.single-video__head .aiovg-player,
.episode__player .aiovg-player {
position: static !important;
padding-bottom: 0 !important; }
.single-movie-popup .wp-video .wp-video-shortcode {
width: 100% !important;
height: 100% !important; }
.movie__player::before,
.single-video__head:before,
.episode__player:before {
padding-top: 56.25%; }
.embed-responsive-21by9::before {
padding-top: 42.8571428571%; }
.embed-responsive-16by9::before {
padding-top: 56.25%; }
.embed-responsive-4by3::before {
padding-top: 75%; }
.embed-responsive-1by1::before {
padding-top: 100%; }
.contact-page form.wpcf7-form {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px; }
.contact-page form.wpcf7-form p {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 768px) {
.contact-page form.wpcf7-form p:nth-child(-n+3) {
flex: 0 0 50%;
max-width: 50%; } }
.contact-page form.wpcf7-form p input[type="text"], .contact-page form.wpcf7-form p input[type="email"],
.contact-page form.wpcf7-form p textarea {
border-radius: 0;
width: 100%;
max-width: 100%;
margin-bottom: 0; }
.contact-page form.wpcf7-form p input[type="text"]:focus, .contact-page form.wpcf7-form p input[type="email"]:focus,
.contact-page form.wpcf7-form p textarea:focus {
border-color: #979797;
border-width: 1px;
box-shadow: 0 0 0 1px #979797; }
.contact-page form.wpcf7-form p input[type="submit"] {
text-transform: none;
font-size: 14px; }
.contact-page form.wpcf7-form p label {
color: #121a21;
font-weight: 500; }
.contact-page .vodi-faq-section {
padding-top: 5px;
margin-bottom: 40px; }
@media (min-width: 768px) {
.contact-page .vodi-faq-section {
margin-bottom: 62px; } }
.contact-page .vodi-faq-section .faq-section__faq-header h5 {
font-size: 14px;
margin-bottom: 15px; }
.contact-page .vodi-faq-section .faq-section__faq-header--link {
display: block;
cursor: pointer; }
.contact-page .vodi-faq-section .faq-section__faq-header--link:not(.collapsed):before {
display: inline-block;
content: "-"; }
.contact-page .vodi-faq-section .faq-section__faq-header--link:before {
content: "+"; }
.contact-page .vodi-faq-section .faq-section__faq-header--link.collapsed:before {
content: "+"; }
.contact-page .vodi-faq-section .faq-section__faq-body {
padding: 0 20px 17px; }
.contact-page .contact-form.has-2-columns {
margin: 30px -15px; }
@media (min-width: 768px) {
.contact-page .contact-form.has-2-columns .wp-block-column {
flex: 0 0 50%;
max-width: 50%; } }
@media (min-width: 992px) {
.contact-page .contact-form.has-2-columns {
margin: 35px -15px 73px; }
.contact-page .contact-form.has-2-columns > .wp-block-column {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
padding-right: 50px; }
.contact-page .contact-form.has-2-columns > .wp-block-column + .wp-block-column {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%; } }
.contact-page address,
.contact-page .working-hours {
font-size: 13px;
color: #949cb0;
letter-spacing: -0.025em;
line-height: 20px; }
.contact-page .working-hours span {
display: block; }
.contact-page iframe {
width: 100%;
border: none;
filter: grayscale(100%);
margin-bottom: 0; }
.contact-page iframe:hover {
filter: grayscale(0%); }
.contact-page .lead {
font-size: 24px;
text-align: center;
padding: 73px 0;
margin-bottom: 0;
color: #121a21;
letter-spacing: -0.025em;
font-weight: 400; }
.page__content .contact-page__title {
font-weight: 500;
color: #121a21;
font-size: 18px;
margin-bottom: 23px; }
.error-404.not-found {
text-align: center;
padding: 100px 0; }
@media (min-width: 768px) {
.error-404.not-found {
flex: 0 0 80%;
max-width: 80%;
margin: auto; } }
.error-404.not-found .page-title {
font-size: 80px; }
@media (min-width: 768px) {
.error-404.not-found .page-title {
font-size: 150px; } }
.error-404.not-found .page-subtitle {
font-size: 20px;
line-height: 1.3;
margin-bottom: 30px; }
@media (min-width: 1200px) {
.error-404.not-found .page-subtitle {
font-size: 30px; } }
.error-404.not-found .sub-form-row {
margin-bottom: 30px; }
.error-404.not-found .sub-form-row .search-form .search-field {
padding: 15px 30px;
border-radius: 50px; }
.error-404.not-found .home-button .btn {
display: inline-block;
font-weight: 700;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
user-select: none;
border: 2px solid transparent;
text-transform: uppercase;
padding: 12px 17px;
font-size: 0.875rem;
line-height: 1.6;
border-radius: 5px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
font-weight: 700;
font-family: "Montserrat", "Open Sans", sans-serif;
color: #fff; }
@media (prefers-reduced-motion: reduce) {
.error-404.not-found .home-button .btn {
transition: none; } }
.error-404.not-found .home-button .btn:hover, .error-404.not-found .home-button .btn:focus {
text-decoration: none; }
.error-404.not-found .home-button .btn:focus, .error-404.not-found .home-button .btn.focus {
outline: 0; }
.error-404.not-found .home-button .btn.disabled, .error-404.not-found .home-button .btn:disabled {
opacity: 0.65; }
.error-404.not-found .home-button .btn:not(:disabled):not(.disabled) {
cursor: pointer; }
.error-404.not-found .home-button .btn:not(:disabled):not(.disabled):active, .error-404.not-found .home-button .btn:not(:disabled):not(.disabled).active {
background-image: none; }
input[type="checkbox"] + label {
display: inline; }
.pmpro_btn {
display: inline-block;
font-weight: 700;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
user-select: none;
border: 1px solid transparent;
text-transform: uppercase;
padding: 10px 20px;
font-size: 0.9375rem;
line-height: 1.5;
border-radius: 4px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.pmpro_btn {
transition: none; } }
.pmpro_btn:hover, .pmpro_btn:focus {
text-decoration: none; }
.pmpro_btn:focus, .pmpro_btn.focus {
outline: 0; }
.pmpro_btn.disabled, .pmpro_btn:disabled {
opacity: 0.65; }
.pmpro_btn:not(:disabled):not(.disabled) {
cursor: pointer; }
.pmpro_btn:not(:disabled):not(.disabled):active, .pmpro_btn:not(:disabled):not(.disabled).active {
background-image: none; }
.pmpro-login.logged-in .pmpro_logged_in_welcome_wrap {
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-between; }
.pmpro-login.logged-in .pmpro_member_log_out {
margin-bottom: .5rem; }
.pmpro-login.logged-in .pmpro_member_log_out > a {
display: inline-block;
font-weight: 700;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
user-select: none;
border: 1px solid transparent;
text-transform: uppercase;
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.pmpro-login.logged-in .pmpro_member_log_out > a {
transition: none; } }
.pmpro-login.logged-in .pmpro_member_log_out > a:hover, .pmpro-login.logged-in .pmpro_member_log_out > a:focus {
text-decoration: none; }
.pmpro-login.logged-in .pmpro_member_log_out > a:focus, .pmpro-login.logged-in .pmpro_member_log_out > a.focus {
outline: 0; }
.pmpro-login.logged-in .pmpro_member_log_out > a.disabled, .pmpro-login.logged-in .pmpro_member_log_out > a:disabled {
opacity: 0.65; }
.pmpro-login.logged-in .pmpro_member_log_out > a:not(:disabled):not(.disabled) {
cursor: pointer; }
.pmpro-login.logged-in .pmpro_member_log_out > a:not(:disabled):not(.disabled):active, .pmpro-login.logged-in .pmpro_member_log_out > a:not(:disabled):not(.disabled).active {
background-image: none; }
#pmpro_account .pmpro_box h3 {
margin-bottom: .5rem; }
#pmpro_account .pmpro_box > ul {
padding-left: 0;
list-style: none; }
.pmpro_confirmation_wrap > ul {
padding-left: 0;
list-style: none; }
.pmpro_billing_wrap > p:first-child {
display: flex;
align-items: center;
flex-wrap: wrap; }
.pmpro_billing_wrap > p:first-child > strong {
margin-left: 5px; }
.pmpro_billing_wrap > p:first-child > small {
margin-left: auto; }
.pmpro_billing_wrap > p:first-child > small > a {
display: inline-block;
font-weight: 700;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
user-select: none;
border: 1px solid transparent;
text-transform: uppercase;
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.pmpro_billing_wrap > p:first-child > small > a {
transition: none; } }
.pmpro_billing_wrap > p:first-child > small > a:hover, .pmpro_billing_wrap > p:first-child > small > a:focus {
text-decoration: none; }
.pmpro_billing_wrap > p:first-child > small > a:focus, .pmpro_billing_wrap > p:first-child > small > a.focus {
outline: 0; }
.pmpro_billing_wrap > p:first-child > small > a.disabled, .pmpro_billing_wrap > p:first-child > small > a:disabled {
opacity: 0.65; }
.pmpro_billing_wrap > p:first-child > small > a:not(:disabled):not(.disabled) {
cursor: pointer; }
.pmpro_billing_wrap > p:first-child > small > a:not(:disabled):not(.disabled):active, .pmpro_billing_wrap > p:first-child > small > a:not(:disabled):not(.disabled).active {
background-image: none; }
.pmpro_billing_wrap > ul {
padding-left: 0;
list-style: none; }
.container-fluid,
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
@media (min-width: 576px) {
.container-fluid,
.container {
max-width: 540px; } }
@media (min-width: 768px) {
.container-fluid,
.container {
max-width: 720px; } }
@media (min-width: 992px) {
.container-fluid,
.container {
max-width: 960px; } }
@media (min-width: 1200px) {
.container-fluid,
.container {
max-width: 1170px; } }
@media (min-width: 1440px) {
.container-fluid,
.container {
max-width: 1440px; } }
@media (min-width: 1200px) {
.container-fluid,
.container {
padding-left: 38px;
padding-right: 38px; } }
@media (min-width: 1486px) {
.container-fluid,
.container {
max-width: 1486px; } }
.vodi-landing-featured-section__inner,
.tab-content__features,
.unsubscribe {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px; }
.vodi-landing-featured-section__caption,
.vodi-landing-featured-section__featured-image,
.feature,
.unsubscribe__content,
.unsubscribe__thumbnail {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px; } .menu-item-has-children {
position: relative; }
.menu-item-has-children > a {
display: flex;
align-items: center; }
.site-header .menu-item-has-children:hover > .sub-menu, .site-header .menu-item-has-children:focus > .sub-menu,
.site-footer .menu-item-has-children:hover > .sub-menu,
.site-footer .menu-item-has-children:focus > .sub-menu {
display: block; }
.sub-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: 0.5rem 0;
margin: 0.125rem 0 0;
font-size: 15px;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem; }
.sub-menu > .menu-item > a {
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
padding: 0.5rem 1.5rem; }
.sub-menu > .menu-item > a:hover, .sub-menu > .menu-item > a:focus {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa; }
.sub-menu > .menu-item > a.active, .sub-menu > .menu-item > a:active {
color: #fff;
text-decoration: none;
background-color: #007bff; }
.sub-menu > .menu-item > a.disabled, .sub-menu > .menu-item > a:disabled {
color: #6c757d;
background-color: transparent; }
.sub-menu > .menu-item > a:active {
background-color: #f8f9fa;
color: #19272e; }
.sub-menu .menu-item-has-children > a {
display: flex;
justify-content: space-between;
align-items: center; }
.sub-menu .sub-menu {
left: 100%;
top: -8px; }
.vodi-landing-hero-banner__btn-action,
.tab__btn-action,
.btn-secondary,
.btn-primary {
display: inline-block;
font-weight: 700;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
user-select: none;
border: 1px solid transparent;
text-transform: uppercase;
padding: 10px 20px;
font-size: 0.9375rem;
line-height: 1.5;
border-radius: 4px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.vodi-landing-hero-banner__btn-action,
.tab__btn-action,
.btn-secondary,
.btn-primary {
transition: none; } }
.vodi-landing-hero-banner__btn-action:hover, .vodi-landing-hero-banner__btn-action:focus,
.tab__btn-action:hover,
.tab__btn-action:focus,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-primary:hover,
.btn-primary:focus {
text-decoration: none; }
.vodi-landing-hero-banner__btn-action:focus, .vodi-landing-hero-banner__btn-action.focus,
.tab__btn-action:focus,
.tab__btn-action.focus,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-primary:focus,
.btn-primary.focus {
outline: 0; }
.vodi-landing-hero-banner__btn-action.disabled, .vodi-landing-hero-banner__btn-action:disabled,
.tab__btn-action.disabled,
.tab__btn-action:disabled,
.btn-secondary.disabled,
.btn-secondary:disabled,
.btn-primary.disabled,
.btn-primary:disabled {
opacity: 0.65; }
.vodi-landing-hero-banner__btn-action:not(:disabled):not(.disabled),
.tab__btn-action:not(:disabled):not(.disabled),
.btn-secondary:not(:disabled):not(.disabled),
.btn-primary:not(:disabled):not(.disabled) {
cursor: pointer; }
.vodi-landing-hero-banner__btn-action:not(:disabled):not(.disabled):active, .vodi-landing-hero-banner__btn-action:not(:disabled):not(.disabled).active,
.tab__btn-action:not(:disabled):not(.disabled):active,
.tab__btn-action:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
background-image: none; }
.btn-primary,
.vodi-landing-hero-banner__btn-action,
.landing-tabs-features__btn-action {
padding: 12px 16px;
border-radius: 37px;
font-size: 14px;
line-height: 18px;
font-family: "Montserrat", "Open Sans", sans-serif;
font-weight: 500;
text-transform: none;
-webkit-font-smoothing: antialiased;
color: #ffffff; }
@media (min-width: 768px) {
.btn-primary,
.vodi-landing-hero-banner__btn-action,
.landing-tabs-features__btn-action {
padding: 21px 42px;
font-size: 18px; } }
.landing-btn-secondary {
font-size: 13px;
line-height: 1.25;
letter-spacing: -0.01em;
font-weight: 500;
-webkit-font-smoothing: antialiased;
text-transform: none;
padding: 13px;
border: 2px solid;
background-color: transparent;
border-radius: 31px;
margin-top: 10px;
border-color: #19272e;
color: #19272e;
display: inline-block; }
@media (min-width: 768px) {
.landing-btn-secondary {
font-size: 18px;
margin-top: 35px;
padding: 16px 54px; } }
.landing-btn-secondary:hover, .landing-btn-secondary:focus {
background-color: #19272e;
color: #ffffff; }
.vodi-landing-hero-banner__btn-action:hover, .vodi-landing-hero-banner__btn-action:focus {
background-color: #fff;
color: #19272e; }
.landing-tabs-features__btn-action:hover, .landing-tabs-features__btn-action:focus {
background-color: #3aa4ca;
color: #fff; } .slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
user-select: none;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent; }
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0; }
.slick-list:focus {
outline: none; }
.slick-list.dragging {
cursor: pointer;
cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list {
transform: translate3d(0, 0, 0); }
.slick-track:before, .slick-track:after {
content: "";
display: table; }
.slick-track:after {
clear: both; }
.slick-loading .slick-track {
visibility: hidden; }
.slick-slide {
float: left;
min-height: 1px;
display: none; }
[dir="rtl"] .slick-slide {
float: right; }
.slick-slide img {
display: block;
width: 100%; }
.slick-slide figure {
margin: 0; }
.slick-slide.slick-loading img {
display: none; }
.slick-slide.dragging img {
pointer-events: none; }
.slick-initialized .slick-slide {
display: block; }
.slick-loading .slick-slide {
visibility: hidden; }
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent; }
.slick-dots {
padding-left: 0;
list-style: none;
display: flex;
justify-content: center;
margin-bottom: 0;
flex-wrap: wrap;
width: 100%; }
.slick-dots > li + li {
margin-left: 14px; }
.slick-dots button {
width: 8px;
height: 8px;
border-radius: 50%;
background-color: #d3d3d3;
text-indent: -9999px;
padding: 0;
transition: 0.2s;
border: none;
cursor: pointer;
outline: none; }
.slick-dots .slick-active button {
width: 30px;
border-radius: 3px; }
.header-landing-v1.site-header {
height: 80px;
box-shadow: none;
margin-bottom: 0;
font-family: "Montserrat", "Open Sans", sans-serif;
display: none; }
@media (min-width: 1200px) {
.header-landing-v1.site-header {
display: flex;
align-items: center; } }
.header-landing-v1.site-header .site-header__logo a {
display: block;
padding: 13px;
padding-left: 0; }
.header-landing-v1.site-header .landing-nav > .menu-item > a,
.header-landing-v1.site-header .site-header__user-account > a {
display: block;
white-space: nowrap;
padding: 20px 12px; }
.header-landing-v1.site-header .landing-nav > .menu-item > a:hover, .header-landing-v1.site-header .landing-nav > .menu-item > a:focus,
.header-landing-v1.site-header .site-header__user-account > a:hover,
.header-landing-v1.site-header .site-header__user-account > a:focus {
text-decoration: none; }
.header-landing-v1.site-header .site-header__user-account > a {
font-weight: 700;
padding-right: 0; }
.header-landing-v1.site-header .site-header__user-account .handheld-header__user-account--link {
display: none; }
.header-landing-v1.site-header .site-header__user-account .site-header__user-account--link {
padding: 10px; }
.header-landing-v1.site-header .site-header__user-account .site-header__user-account--link:hover, .header-landing-v1.site-header .site-header__user-account .site-header__user-account--link:focus {
background: #fff;
color: #000; }
.header-landing-v1.site-header .site-header__user-account .sub-menu li a {
padding: 0.5rem 1.5rem; }
.header-landing-v1.transparent + .site-header + .site-content section:first-child {
margin-top: -80px;
padding-top: 80px; }
.site-footer-landing {
border-top: 1px solid;
padding-top: 50px;
padding-bottom: 68px;
font-family: "Montserrat", "Open Sans", sans-serif;
display: none; }
@media (min-width: 1200px) {
.site-footer-landing {
display: block; } }
.site-footer-landing .site-footer__landing-bar {
display: flex;
justify-content: space-between;
align-items: center; }
.site-footer-landing .site-footer__info {
text-align: center;
font-family: "Open Sans", sans-serif;
font-size: 14px;
line-height: 23px;
letter-spacing: -0.01em;
color: #949cb0;
padding-top: 14px; }
.site-footer-landing .landing-footer-menu {
display: flex;
padding-left: 0;
list-style: none;
flex-wrap: wrap; }
.site-footer-landing .landing-footer-menu a {
padding: 8px;
display: block;
white-space: nowrap; }
@media (min-width: 992px) {
.site-footer-landing .landing-footer-menu a {
padding: 10px 21px; } }
.site-footer-landing .landing-footer-menu a:hover, .site-footer-landing .landing-footer-menu a:focus {
text-decoration: none; }
.site-footer-landing .landing-footer-menu > .menu-item-has-children > .sub-menu {
margin: 0; }
.site-footer-landing .landing-footer-menu > .menu-item-has-children > .sub-menu:before {
content: ' ';
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 10px solid;
position: absolute;
top: -10px;
left: 20%; }
.site-footer-landing .landing-footer-menu .sub-menu .menu-item-has-children > a {
display: flex; }
.site-footer-landing .menu-item-has-children a:after {
content: '\f107';
font-family: "Font Awesome 5 Free";
display: inline-block;
font-weight: 600;
display: inline-block;
margin-left: 9px;
position: relative;
top: 2px;
content: none; }
.site-footer-landing .menu-item-has-children .menu-item:not(.menu-item-has-children) a:after {
content: none; }
.site-footer-landing .menu-item-has-children .menu-item-has-children a:after {
transform: rotate(270deg); }
.site-footer-landing .highlight a {
font-weight: 700; }
.site-footer-landing .social-icons {
display: flex;
padding-left: 0;
list-style: none; }
.site-footer-landing .footer-social-icon {
display: block; }
.site-footer-landing .footer-social-icon .fa-stack {
height: 40px;
width: 40px;
line-height: 40px; }
.site-footer-landing .footer-social-icon .fa-stack-2x {
font-size: 40px; }
.site-footer-landing .footer-social-icon .social-media-item__icon {
font-size: 22px;
margin-right: 0; }
.site-footer-landing .footer-social-icon .social-media-item__title {
display: none; }
.site-footer-landing .footer-social-icons.social-label .social-media-item + .social-media-item {
margin-left: 6px; }
.site-header__landing-nav {
display: flex;
align-items: center;
margin-left: 80px; }
.site-header__landing-nav .landing-nav {
display: flex;
padding-left: 0;
list-style: none;
flex-wrap: wrap;
margin-bottom: 0; }
.site-header__landing-nav .landing-nav > .menu-item-has-children > .sub-menu:before {
content: ' ';
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 10px solid;
position: absolute;
top: -10px;
left: 20%; }
.site-header__landing-nav .sub-menu {
transition: all .24s;
margin: 0; }
.site-header__landing-nav .menu-item-has-children a:after {
content: '\f107';
font-family: "Font Awesome 5 Free";
display: inline-block;
font-weight: 600;
display: inline-block;
margin-left: 9px;
position: relative;
top: 1px; }
.site-header__landing-nav .menu-item-has-children .menu-item:not(.menu-item-has-children) a:after {
content: none; }
.site-header__landing-nav .menu-item-has-children .menu-item-has-children a:after {
transform: rotate(270deg); }
.site-header__landing-nav .highlight a {
font-weight: 700; }
.landing-features-list .features,
.lp-v2-section-plans__inner,
.landing-features-list__inner {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px; }
.landing-features-list__caption,
.landing-features-list__content,
.landing-features-list .feature,
.lp-v2-section-plans__plan-box {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px; }
.header-landing-v2 {
box-shadow: none;
margin-bottom: 0;
font-family: "Montserrat", "Open Sans", sans-serif;
display: none; }
@media (min-width: 1200px) {
.header-landing-v2 {
display: block; } }
.header-landing-v2 .site-header__inner {
padding: 0 15px;
display: block; }
.header-landing-v2 .site-header__logo {
text-align: center; }
.header-landing-v2 .site-header__logo a {
display: block; }
.site-header__landing-back-option {
font-size: 15px;
line-height: 18px;
letter-spacing: -0.01em;
text-align: right;
padding-top: 20px;
padding-bottom: 46px; }
@media (min-width: 768px) {
.site-header__landing-back-option {
padding-top: 30px;
padding-bottom: 60px; } }
@media (min-width: 992px) {
.site-header__landing-back-option {
padding-top: 30px;
padding-bottom: 92px; } }
.site-header__landing-back-option a {
font-weight: 700;
text-decoration: underline; }
.coming-soon-header {
margin: 0;
box-shadow: none;
border-bottom: 1px solid #9b9b9b;
font-family: "Montserrat", "Open Sans", sans-serif;
display: none; }
@media (min-width: 1200px) {
.coming-soon-header {
display: block; } }
.coming-soon-header.site-header .site-header__logo a {
padding: 18px 0;
display: inline-block; }
.coming-soon-header.site-header .site-header__inner {
height: auto;
position: relative; }
.coming-soon-header.site-header .site-header__comingsoon-offcanvas-menu {
position: absolute;
left: 0;
right: 0;
top: 100%; }
.coming-soon-header.site-header .site-header__btn-link {
display: inline-block;
padding-right: 0; }
.coming-soon-header.site-header .site-header__btn-link i {
font-size: 23px; }
.coming-soon-header.site-header .menu-item-has-children {
display: flex;
align-items: center;
justify-content: space-between; }
.coming-soon-header.site-header .menu-item-has-children a {
flex: 1; }
.coming-soon-header.site-header .menu-item-has-children:after {
content: '\f107';
font-family: "Font Awesome 5 Free";
display: inline-block;
font-weight: 600;
padding: 0 20px; }
.coming-soon-header.site-header .menu-item-has-children:hover:after {
transform: rotate(180deg); }
.coming-soon-header.site-header .sub-menu {
width: 100%;
top: 78%;
border-radius: 0;
outline: 0;
border: 0;
left: 0;
right: 0;
transition: all .24s; }
.coming-soon-header .comingsoon-offcanvas-nav {
list-style-type: none;
padding: 0;
margin: 0; }
.coming-soon-header .collapse {
display: none; }
.coming-soon-header .show {
display: block; }
.coming-soon-header .collapsing {
height: 0;
overflow: hidden;
transition: height 0.50s ease; }
.coming-soon-header .show,
.coming-soon-header .collapsing {
background-color: #fff;
z-index: 9999;
position: absolute;
width: 100%; }
.coming-soon-header .menu-item a {
display: block;
padding: 10px 20px;
font-weight: 500;
color: #000000;
font-size: 15px;
line-height: 24px;
letter-spacing: -0.01em;
color: #121a21; }
.coming-soon-header .menu-item a:hover, .coming-soon-header .menu-item a:focus {
background-color: #eee;
text-decoration: none; }
.site-footer-comingsoon {
font-family: "Montserrat", "Open Sans", sans-serif;
display: none; }
@media (min-width: 1200px) {
.site-footer-comingsoon {
display: block; } }
.site-footer-comingsoon .site-footer__comingsoon-bar {
display: flex;
align-items: center;
justify-content: space-between;
padding: 39px 0; }
.site-footer-comingsoon .site-footer__info {
align-self: center;
font-size: 14px;
line-height: 23px;
letter-spacing: -0.01em;
font-family: "Open Sans", sans-serif;
color: #464d5f;
z-index: 5; }
.site-footer-comingsoon .site-footer .footer-social-icon {
display: block; }
.site-footer-comingsoon .site-footer .footer-social-icon .fa-stack {
height: 40px;
width: 40px;
line-height: 40px; }
.site-footer-comingsoon .site-footer .footer-social-icon .fa-stack-2x {
font-size: 40px; }
.site-footer-comingsoon .site-footer .footer-social-icon .social-media-item__icon {
font-size: 22px;
margin-right: 0; }
.site-footer-comingsoon .site-footer .footer-social-icon .social-media-item__title {
display: none; }
.site-footer-comingsoon .site-footer .footer-social-icons.social-label .social-media-item + .social-media-item {
margin-left: 6px; }
.comingsoon-bg-image {
position: fixed;
height: 100vh;
width: 100vw;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-repeat: no-repeat;
background-size: cover; }
.page-template-template-comingsoon {
position: relative; }.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:a 2s infinite linear}.fa-pulse{animation:a 1s infinite steps(8)}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-open:before{content:"\f518"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-concierge-bell:before{content:"\f562"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-diagnoses:before{content:"\f470"}.fa-dice:before{content:"\f522"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-old-republic:before{content:"\f510"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-r-project:before{content:"\f4f7"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-ribbon:before{content:"\f4d6"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skull:before{content:"\f54c"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-moving:before{content:"\f4df"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;src:url(//familycinematv.it/wp-content/themes/vodi/assets/webfonts/fa-brands-400.eot);src:url(//familycinematv.it/wp-content/themes/vodi/assets/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//familycinematv.it/wp-content/themes/vodi/assets/webfonts/fa-brands-400.woff2) format("woff2"),url(//familycinematv.it/wp-content/themes/vodi/assets/webfonts/fa-brands-400.woff) format("woff"),url(//familycinematv.it/wp-content/themes/vodi/assets/webfonts/fa-brands-400.ttf) format("truetype"),url(//familycinematv.it/wp-content/themes/vodi/assets/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;src:url(//familycinematv.it/wp-content/themes/vodi/assets/webfonts/fa-regular-400.eot);src:url(//familycinematv.it/wp-content/themes/vodi/assets/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//familycinematv.it/wp-content/themes/vodi/assets/webfonts/fa-regular-400.woff2) format("woff2"),url(//familycinematv.it/wp-content/themes/vodi/assets/webfonts/fa-regular-400.woff) format("woff"),url(//familycinematv.it/wp-content/themes/vodi/assets/webfonts/fa-regular-400.ttf) format("truetype"),url(//familycinematv.it/wp-content/themes/vodi/assets/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;src:url(//familycinematv.it/wp-content/themes/vodi/assets/webfonts/fa-solid-900.eot);src:url(//familycinematv.it/wp-content/themes/vodi/assets/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//familycinematv.it/wp-content/themes/vodi/assets/webfonts/fa-solid-900.woff2) format("woff2"),url(//familycinematv.it/wp-content/themes/vodi/assets/webfonts/fa-solid-900.woff) format("woff"),url(//familycinematv.it/wp-content/themes/vodi/assets/webfonts/fa-solid-900.ttf) format("truetype"),url(//familycinematv.it/wp-content/themes/vodi/assets/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}

.fancybox-enabled {
overflow: hidden; }
.fancybox-enabled body {
overflow: visible;
height: 100%; }
.fancybox-is-hidden {
position: absolute;
top: -9999px;
left: -9999px;
visibility: hidden; }
.fancybox-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99993;
-webkit-tap-highlight-color: transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(0);
transform: translateZ(0); } .fancybox-container ~ .fancybox-container {
z-index: 99992; }
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0; }
.fancybox-outer {
overflow-y: auto;
-webkit-overflow-scrolling: touch; }
.fancybox-bg {
background: #1e1e1e;
opacity: 0;
transition-duration: inherit;
transition-property: opacity;
transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }
.fancybox-is-open .fancybox-bg {
opacity: 0.87;
transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
position: absolute;
direction: ltr;
z-index: 99997;
opacity: 0;
visibility: hidden;
transition: opacity .25s, visibility 0s linear .25s;
box-sizing: border-box; }
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
opacity: 1;
visibility: visible;
transition: opacity .25s, visibility 0s; }
.fancybox-infobar {
top: 0;
left: 50%;
margin-left: -79px; }
.fancybox-infobar__body {
display: inline-block;
width: 70px;
line-height: 44px;
font-size: 13px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
text-align: center;
color: #ddd;
background-color: rgba(30, 30, 30, 0.7);
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-webkit-tap-highlight-color: transparent;
-webkit-font-smoothing: subpixel-antialiased; }
.fancybox-toolbar {
top: 0;
right: 0; }
.fancybox-stage {
overflow: hidden;
direction: ltr;
z-index: 99994;
-webkit-transform: translate3d(0, 0, 0);
}
.fancybox-slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: auto;
outline: none;
white-space: normal;
box-sizing: border-box;
text-align: center;
z-index: 99994;
-webkit-overflow-scrolling: touch;
display: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.fancybox-slide::before {
content: '';
display: inline-block;
vertical-align: middle;
height: 100%;
width: 0; }
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
display: block; }
.fancybox-slide--image {
overflow: visible; }
.fancybox-slide--image::before {
display: none; }
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
background: #000; }
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
background: #E5E3DF; }
.fancybox-slide--next {
z-index: 99995; }
.fancybox-slide > * {
display: inline-block;
position: relative;
padding: 24px;
margin: 44px 0 44px;
border-width: 0;
vertical-align: middle;
text-align: left;
background-color: #fff;
overflow: auto;
box-sizing: border-box; }
.fancybox-slide .fancybox-image-wrap {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
border: 0;
z-index: 99995;
background: transparent;
cursor: default;
overflow: visible;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
background-size: 100% 100%;
background-repeat: no-repeat;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.fancybox-can-zoomOut .fancybox-image-wrap {
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.fancybox-can-zoomIn .fancybox-image-wrap {
cursor: -webkit-zoom-in;
cursor: zoom-in; }
.fancybox-can-drag .fancybox-image-wrap {
cursor: -webkit-grab;
cursor: grab; }
.fancybox-is-dragging .fancybox-image-wrap {
cursor: -webkit-grabbing;
cursor: grabbing; }
.fancybox-image,
.fancybox-spaceball {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
border: 0;
max-width: none;
max-height: none; }
.fancybox-spaceball {
z-index: 1; }
.fancybox-slide--iframe .fancybox-content {
padding: 0;
width: 80%;
height: 80%;
max-width: calc(100% - 100px);
max-height: calc(100% - 88px);
overflow: visible;
background: #fff; }
.fancybox-iframe {
display: block;
margin: 0;
padding: 0;
border: 0;
width: 100%;
height: 100%;
background: #fff; }
.fancybox-error {
margin: 0;
padding: 40px;
width: 100%;
max-width: 380px;
background: #fff;
cursor: default; }
.fancybox-error p {
margin: 0;
padding: 0;
color: #444;
font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }
.fancybox-close-small {
position: absolute;
top: 0;
right: 0;
width: 44px;
height: 44px;
padding: 0;
margin: 0;
border: 0;
border-radius: 0;
outline: none;
background: transparent;
z-index: 10;
cursor: pointer; }
.fancybox-close-small:after {
content: '×';
position: absolute;
top: 5px;
right: 5px;
width: 30px;
height: 30px;
font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
color: #888;
font-weight: 300;
text-align: center;
border-radius: 50%;
border-width: 0;
background: #fff;
transition: background .25s;
box-sizing: border-box;
z-index: 2; }
.fancybox-close-small:focus:after {
outline: 1px dotted #888; }
.fancybox-close-small:hover:after {
color: #555;
background: #eee; }
.fancybox-slide--iframe .fancybox-close-small {
top: 0;
right: -44px; }
.fancybox-slide--iframe .fancybox-close-small:after {
background: transparent;
font-size: 35px;
color: #aaa; }
.fancybox-slide--iframe .fancybox-close-small:hover:after {
color: #fff; } .fancybox-caption-wrap {
bottom: 0;
left: 0;
right: 0;
padding: 60px 30px 0 30px;
background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
pointer-events: none; }
.fancybox-caption {
padding: 30px 0;
border-top: 1px solid rgba(255, 255, 255, 0.4);
font-size: 14px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color: #fff;
line-height: 20px;
-webkit-text-size-adjust: none; }
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
pointer-events: all; }
.fancybox-caption a {
color: #fff;
text-decoration: underline; } .fancybox-button {
display: inline-block;
position: relative;
margin: 0;
padding: 0;
border: 0;
width: 44px;
height: 44px;
line-height: 44px;
text-align: center;
background: transparent;
color: #ddd;
border-radius: 0;
cursor: pointer;
vertical-align: top;
outline: none; }
.fancybox-button[disabled] {
cursor: default;
pointer-events: none; }
.fancybox-infobar__body, .fancybox-button {
background: rgba(30, 30, 30, 0.6); }
.fancybox-button:hover:not([disabled]) {
color: #fff;
background: rgba(0, 0, 0, 0.8); }
.fancybox-button::before,
.fancybox-button::after {
content: '';
pointer-events: none;
position: absolute;
background-color: currentColor;
color: currentColor;
opacity: 0.9;
box-sizing: border-box;
display: inline-block; }
.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
opacity: 0.3; }
.fancybox-button--left::after,
.fancybox-button--right::after {
top: 18px;
width: 6px;
height: 6px;
background: transparent;
border-top: solid 2px currentColor;
border-right: solid 2px currentColor; }
.fancybox-button--left::after {
left: 20px;
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg); }
.fancybox-button--right::after {
right: 20px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.fancybox-button--left {
border-bottom-left-radius: 5px; }
.fancybox-button--right {
border-bottom-right-radius: 5px; }
.fancybox-button--close::before, .fancybox-button--close::after {
content: '';
display: inline-block;
position: absolute;
height: 2px;
width: 16px;
top: calc(50% - 1px);
left: calc(50% - 8px); }
.fancybox-button--close::before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.fancybox-button--close::after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg); } .fancybox-arrow {
position: absolute;
top: 50%;
margin: -50px 0 0 0;
height: 100px;
width: 54px;
padding: 0;
border: 0;
outline: none;
background: none;
cursor: pointer;
z-index: 99995;
opacity: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition: opacity .25s; }
.fancybox-arrow::after {
content: '';
position: absolute;
top: 28px;
width: 44px;
height: 44px;
background-color: rgba(30, 30, 30, 0.8);
background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
background-repeat: no-repeat;
background-position: center center;
background-size: 24px 24px; }
.fancybox-arrow--right {
right: 0; }
.fancybox-arrow--left {
left: 0;
-webkit-transform: scaleX(-1);
-ms-transform: scaleX(-1);
transform: scaleX(-1); }
.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
left: 0; }
.fancybox-show-nav .fancybox-arrow {
opacity: 0.6; }
.fancybox-show-nav .fancybox-arrow[disabled] {
opacity: 0.3; } .fancybox-loading {
border: 6px solid rgba(100, 100, 100, 0.4);
border-top: 6px solid rgba(255, 255, 255, 0.6);
border-radius: 100%;
height: 50px;
width: 50px;
-webkit-animation: fancybox-rotate .8s infinite linear;
animation: fancybox-rotate .8s infinite linear;
background: transparent;
position: absolute;
top: 50%;
left: 50%;
margin-top: -25px;
margin-left: -25px;
z-index: 99999; }
@-webkit-keyframes fancybox-rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg); } }
@keyframes fancybox-rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg); } } .fancybox-animated {
transition-timing-function: cubic-bezier(0, 0, 0.25, 1); } .fancybox-fx-slide.fancybox-slide--previous {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
opacity: 0; }
.fancybox-fx-slide.fancybox-slide--next {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
opacity: 0; }
.fancybox-fx-slide.fancybox-slide--current {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1; } .fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
opacity: 0;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.fancybox-fx-fade.fancybox-slide--current {
opacity: 1; } .fancybox-fx-zoom-in-out.fancybox-slide--previous {
-webkit-transform: scale3d(1.5, 1.5, 1.5);
transform: scale3d(1.5, 1.5, 1.5);
opacity: 0; }
.fancybox-fx-zoom-in-out.fancybox-slide--next {
-webkit-transform: scale3d(0.5, 0.5, 0.5);
transform: scale3d(0.5, 0.5, 0.5);
opacity: 0; }
.fancybox-fx-zoom-in-out.fancybox-slide--current {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1; } .fancybox-fx-rotate.fancybox-slide--previous {
-webkit-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
transform: rotate(-360deg);
opacity: 0; }
.fancybox-fx-rotate.fancybox-slide--next {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
opacity: 0; }
.fancybox-fx-rotate.fancybox-slide--current {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
opacity: 1; } .fancybox-fx-circular.fancybox-slide--previous {
-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
opacity: 0; }
.fancybox-fx-circular.fancybox-slide--next {
-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
opacity: 0; }
.fancybox-fx-circular.fancybox-slide--current {
-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
opacity: 1; } .fancybox-fx-tube.fancybox-slide--previous {
-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }
.fancybox-fx-tube.fancybox-slide--next {
-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }
.fancybox-fx-tube.fancybox-slide--current {
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1); } @media all and (max-width: 800px) {
.fancybox-infobar {
left: 0;
margin-left: 0; }
.fancybox-button--left,
.fancybox-button--right {
display: none !important; }
.fancybox-caption {
padding: 20px 0;
margin: 0; } } .fancybox-button--fullscreen::before {
width: 15px;
height: 11px;
left: calc(50% - 7px);
top: calc(50% - 6px);
border: 2px solid;
background: none; } .fancybox-button--play::before,
.fancybox-button--pause::before {
top: calc(50% - 6px);
left: calc(50% - 4px);
background: transparent; }
.fancybox-button--play::before {
width: 0;
height: 0;
border-top: 6px inset transparent;
border-bottom: 6px inset transparent;
border-left: 10px solid;
border-radius: 1px; }
.fancybox-button--pause::before {
width: 7px;
height: 11px;
border-style: solid;
border-width: 0 2px 0 2px; } .fancybox-thumbs {
display: none; }
.fancybox-button--thumbs {
display: none; }
@media all and (min-width: 800px) {
.fancybox-button--thumbs {
display: inline-block; }
.fancybox-button--thumbs span {
font-size: 23px; }
.fancybox-button--thumbs::before {
width: 3px;
height: 3px;
top: calc(50% - 2px);
left: calc(50% - 2px);
box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
.fancybox-thumbs {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: auto;
width: 220px;
margin: 0;
padding: 5px 5px 0 0;
background: #fff;
word-break: normal;
-webkit-tap-highlight-color: transparent;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
box-sizing: border-box;
z-index: 99995; }
.fancybox-show-thumbs .fancybox-thumbs {
display: block; }
.fancybox-show-thumbs .fancybox-inner {
right: 220px; }
.fancybox-thumbs > ul {
list-style: none;
position: absolute;
position: relative;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow-x: hidden;
overflow-y: auto;
font-size: 0; }
.fancybox-thumbs > ul > li {
float: left;
overflow: hidden;
max-width: 50%;
padding: 0;
margin: 0;
width: 105px;
height: 75px;
position: relative;
cursor: pointer;
outline: none;
border: 5px solid transparent;
border-top-width: 0;
border-right-width: 0;
-webkit-tap-highlight-color: transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
box-sizing: border-box; }
li.fancybox-thumbs-loading {
background: rgba(0, 0, 0, 0.1); }
.fancybox-thumbs > ul > li > img {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
min-height: 100%;
max-width: none;
max-height: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.fancybox-thumbs > ul > li:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: 2px;
border: 4px solid #4ea7f9;
z-index: 99991;
opacity: 0;
transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
opacity: 1; } }.header-landing-v1.transparent {
border-bottom: 1px solid #9b9b9b;
background-color: transparent; }
.header-landing-v1.transparent .landing-nav > .menu-item a,
.header-landing-v1.transparent .site-header__user-account a {
color: #e6e6e6; }
.header-landing-v1.transparent .landing-nav > .menu-item a:hover,
.header-landing-v1.transparent .site-header__user-account a:hover {
color: #fff; }
.header-landing-v1.transparent .landing-nav .menu-item .sub-menu a {
color: #000; }
.header-landing-v1.transparent .vodi-svg0 {
fill: #fff; }
.header-landing-v1.transparent .site-header__landing-nav .landing-nav > .menu-item-has-children > .sub-menu:before {
border-bottom-color: #fff; }
.header-landing-v1.transparent .site-header__user-account .dropdown-menu a {
color: #000; }
.header-landing-v2.transparent {
background-color: transparent; }
.header-landing-v2.transparent .st0 {
fill: #fff; }
.coming-soon-header.transparent {
background-color: transparent; }
.coming-soon-header.transparent .vodi-svg0 {
fill: #fff; }
.coming-soon-header.transparent .site-header__btn-link i {
color: #fff; }
.header-v4.transparent .site-header__offcanvas--toggler svg {
fill: #fff; }
.header-v4.transparent .masthead-row-2 {
border-top: 1px solid #394253; }
.header-v4.transparent .masthead-row-2 ul.navbar-primary > li > a {
color: #fff; }
.header-v4.transparent .vodi-live-videos {
background: #0c0e17;
border-bottom: 1px solid #394253; }
.header-v4.transparent .vodi-live-videos .live-video-section__title {
border-bottom: 1px solid #3c3e45; }
.header-v4.transparent .vodi-live-videos .live-video-section__title a {
color: #fff; }
.header-v4.transparent .masthead-row-2 ul.navbar-primary .menu-item-has-children > a::after {
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="4"><path d="M6.9 1L3.9 3.8C3.9 3.8 3.8 3.8 3.8 3.9 3.7 3.9 3.6 4 3.6 4L3.3 4C3.3 4 3.3 3.9 3.3 3.9 3.2 4 3.1 3.9 3.1 3.9L0.1 1C0 0.9 0 0.7 0.1 0.6L0.5 0.1C0.6 0 0.8 0 0.9 0.1L3 2.2C3.2 2.3 3.3 2.3 3.4 2.3 3.8 2.3 4.1 1.9 4.1 1.9L4.1 1.9 6.1 0.1C6.2 0 6.4 0 6.5 0.1L6.9 0.5C7 0.7 7 0.9 6.9 1Z" fill="rgb(124, 127, 130)"/></svg>') no-repeat; }
.site-footer-comingsoon.transparent .site-footer__info {
color: #464d5f; }
.site-footer-comingsoon.transparent .site-footer .footer-social-icon .fa-circle {
color: #fff; }
.site-footer-comingsoon.transparent .site-footer .footer-social-icon .social-media-item__icon {
color: #fff; }
.site-footer-comingsoon.transparent .site-footer .footer-social-icon:hover .fa-circle {
color: #cccbcb; }
.transparent .comingsoon-launch-section__title,
.transparent .comingsoon-launch-section__desc {
color: #fff; }
.transparent .comingsoon-launch-section .email {
background-color: #fff;
color: #a0a0a0; }
.transparent .comingsoon-launch-section .btn-subscribe {
color: #ffffff; }
.transparent .comingsoon-form-timer .textDiv_Days > span, .transparent .comingsoon-form-timer .textDiv_Hours > span, .transparent .comingsoon-form-timer .textDiv_Minutes > span, .transparent .comingsoon-form-timer .textDiv_Seconds > span {
color: #fff; }
.site-footer-landing.transparent {
border-top-color: #343949;
background-color: transparent; }
.site-footer-landing.transparent .site-footer .vodi-svg0 {
fill: #fff; }
.site-footer-landing.transparent .site-footer .landing-footer-menu a {
color: #e4e4e4; }
.site-footer-landing.transparent .site-footer .landing-footer-menu a:hover {
color: #fff; }
.site-footer-landing.transparent .site-footer .footer-social-icon .fa-circle {
color: #fff; }
.site-footer-landing.transparent .site-footer .footer-social-icon .social-media-item__icon {
color: #000; }
.site-footer-landing.transparent .site-footer .footer-social-icon:hover .fa-circle {
color: #cccbcb; }
.site-footer-landing.transparent .site-footer .landing-footer-menu .menu-item .sub-menu a {
color: #000; }
.site-footer-landing.transparent .site-footer .site-footer__landing-menu .landing-footer-menu > .menu-item-has-children > .sub-menu:before {
border-bottom-color: #fff; }
.site-header.transparent {
background: transparent; }
.site-header.transparent .site_header__primary-nav .nav > li > a,
.site-header.transparent .site-header__upload--link,
.site-header.transparent .site-header__user-account--link:not(.btn),
.site-header.transparent .site-header__upload {
color: #fff; }
.site-header.transparent .search-form .search-field {
border-color: #fff;
background: #fff; }
.site-header.transparent .search-form .search-field:focus {
background: transparent;
color: #fff; }
.site-header.transparent .search-form .search-field:focus::placeholder {
color: #fff; }
.site-header.transparent .site-header__offcanvas--toggler svg {
fill: #97979f; }
.site-header.transparent .site-header__upload--link svg {
fill: #fff; }
.site-header.transparent .site-header__notification--link svg {
fill: #fff; }
.site-header.transparent .search-form .search-submit svg {
fill: #656565; }
.site-header.transparent .site-header__logo svg .vodi-svg0 {
fill: #fff; }
.site-header.transparent .site-header__logo svg .vodi-svg1 {
fill: #51C9F0; }
.site-header.transparent .site-header__landing-back-option {
color: #fff; }
.site-header.transparent .site-header__landing-back-option a {
color: #fff; }
.site-header.transparent .site-header__logo svg .vodi-stream0 {
fill: #FFFFFF; }
.site-header.transparent .site-header__logo svg .vodi-stream1 {
fill: #51C9F0; }
.site-header.transparent .offcanvas-collapse {
background-color: #fff; }
.site-header.transparent .offcanvas-nav .sub-menu .menu-item > a,
.site-header.transparent .offcanvas-nav .menu-item > a {
color: #121a21; }
.site-header.transparent .site_header__primary-nav .menu-item-has-children > a::after {
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="4"><path d="M6.9 1L3.9 3.8C3.9 3.8 3.8 3.8 3.8 3.9 3.7 3.9 3.6 4 3.6 4L3.3 4C3.3 4 3.3 3.9 3.3 3.9 3.2 4 3.1 3.9 3.1 3.9L0.1 1C0 0.9 0 0.7 0.1 0.6L0.5 0.1C0.6 0 0.8 0 0.9 0.1L3 2.2C3.2 2.3 3.3 2.3 3.4 2.3 3.8 2.3 4.1 1.9 4.1 1.9L4.1 1.9 6.1 0.1C6.2 0 6.4 0 6.5 0.1L6.9 0.5C7 0.7 7 0.9 6.9 1Z" fill="rgb(255, 255, 255)"/></svg>') no-repeat; }
.site-header.transparent.header-v1 + .handheld-header + .site-content .page__content > section:first-child,
.site-header.transparent.header-v1 + .handheld-header + .site-content .page__content > div:first-child {
margin-top: -82px; }
.site-header.transparent.header-v2 + .handheld-header + .site-content .page__content > section:first-child,
.site-header.transparent.header-v2 + .handheld-header + .site-content .page__content > div:first-child {
margin-top: -120px; }
.site-header.transparent.header-v4 + .handheld-header + .site-content .page__content > section:first-child,
.site-header.transparent.header-v4 + .handheld-header + .site-content .page__content > div:first-child {
margin-top: -124px; }
.sticky-wrapper-transparent + .handheld-header + .site-content .page__content > section:first-child,
.sticky-wrapper-transparent + .handheld-header + .site-content .page__content > div:first-child {
margin-top: -124px; }
.header-landing-v1.dark {
border-bottom: 1px solid #9b9b9b; }
.header-landing-v1.dark .landing-nav > .menu-item a,
.header-landing-v1.dark .site-header__user-account a {
color: #e6e6e6; }
.header-landing-v1.dark .landing-nav > .menu-item a:hover,
.header-landing-v1.dark .site-header__user-account a:hover {
color: #fff; }
.header-landing-v1.dark .landing-nav .menu-item .sub-menu a {
color: #000; }
.header-landing-v1.dark .vodi-svg0 {
fill: #fff; }
.header-landing-v1.dark .site-header__landing-nav .landing-nav > .menu-item-has-children > .sub-menu:before {
border-bottom-color: #fff; }
.header-landing-v1.dark .site-header__user-account .dropdown-menu a {
color: #000; }
.site-header.header-landing-v2.dark {
background-color: #131722; }
.site-header.header-landing-v2.dark .st0 {
fill: #fff; }
.coming-soon-header.dark .vodi-svg0 {
fill: #fff; }
.coming-soon-header.dark .site-header__btn-link i {
color: #fff; }
.header-v4.dark .site-header__offcanvas--toggler svg {
fill: #fff; }
.header-v4.dark .masthead-row-2 {
border-top: 1px solid #394253; }
.header-v4.dark .masthead-row-2 ul.navbar-primary > li > a {
color: #fff; }
.header-v4.dark .vodi-live-videos {
background: #0c0e17;
border-bottom: 1px solid #394253; }
.header-v4.dark .vodi-live-videos .live-video-section__title {
border-bottom: 1px solid #3c3e45; }
.header-v4.dark .vodi-live-videos .live-video-section__title a {
color: #fff; }
.header-v4.dark .masthead-row-2 ul.navbar-primary .menu-item-has-children > a::after {
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="4"><path d="M6.9 1L3.9 3.8C3.9 3.8 3.8 3.8 3.8 3.9 3.7 3.9 3.6 4 3.6 4L3.3 4C3.3 4 3.3 3.9 3.3 3.9 3.2 4 3.1 3.9 3.1 3.9L0.1 1C0 0.9 0 0.7 0.1 0.6L0.5 0.1C0.6 0 0.8 0 0.9 0.1L3 2.2C3.2 2.3 3.3 2.3 3.4 2.3 3.8 2.3 4.1 1.9 4.1 1.9L4.1 1.9 6.1 0.1C6.2 0 6.4 0 6.5 0.1L6.9 0.5C7 0.7 7 0.9 6.9 1Z" fill="rgb(124, 127, 130)"/></svg>') no-repeat; }
.page-template-template-homepage-v6 .content-area.dark:before,
.page-template-template-homepage-v7 .content-area.dark:before {
background: #131621; }
.page-template-template-homepage-v6 .content-area.dark .page-control-bar-bottom ul.page-numbers > li > span.current,
.page-template-template-homepage-v7 .content-area.dark .page-control-bar-bottom ul.page-numbers > li > span.current {
color: #000; }
.page-template-template-homepage-v6 .content-area.dark .page-control-bar-bottom ul.page-numbers > li > a,
.page-template-template-homepage-v7 .content-area.dark .page-control-bar-bottom ul.page-numbers > li > a {
color: #b4bbc0;
background-color: #373c49; }
.page-template-template-homepage-v6 .content-area.dark .page-control-bar-bottom ul.page-numbers > li:last-child a,
.page-template-template-homepage-v7 .content-area.dark .page-control-bar-bottom ul.page-numbers > li:last-child a {
color: #fff; }
.page-template-template-homepage-v6 .content-area.dark .vodi-control-bar select, .page-template-template-homepage-v6 .content-area.dark .form-vodi-wc-ppp select, .page-template-template-homepage-v6 .content-area.dark .page-control-bar-bottom select, .page-template-template-homepage-v6 .content-area.dark .masvideos-persons-control-bar select,
.page-template-template-homepage-v7 .content-area.dark .vodi-control-bar select,
.page-template-template-homepage-v7 .content-area.dark .form-vodi-wc-ppp select,
.page-template-template-homepage-v7 .content-area.dark .page-control-bar-bottom select,
.page-template-template-homepage-v7 .content-area.dark .masvideos-persons-control-bar select {
color: #949cb0; }
.page-template-template-homepage-v6 .content-area.dark .vodi-control-bar .videos-type li a,
.page-template-template-homepage-v7 .content-area.dark .vodi-control-bar .videos-type li a {
color: #e8e7e7; }
.page-template-template-homepage-v6 .home-sidebar-area.dark:before,
.page-template-template-homepage-v7 .home-sidebar-area.dark:before {
background: #1c212e; }
.dark #page, .dark .site-content {
background-color: #131722;
color: #949cb0; }
.dark .archive__header, .dark .page__header,
.dark .article__content blockquote,
.dark pre {
background-color: #1c212e; }
.dark .article__content blockquote,
.dark .article__content blockquote p,
.dark pre {
color: #FFF; }
.dark .comment-text {
color: #949cb0; }
.dark.home-section .section-title, .dark .comments-title,
.dark .comment-respond .comment-reply-title,
.dark .blog-sidebar .widget-title,
.dark .blog-sidebar .widget-title a,
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
color: #FFF; }
.dark.home-section .section-title:after, .dark .comments-title:after,
.dark .comment-respond .comment-reply-title:after,
.dark .blog-sidebar .widget-title:after,
.dark .blog-sidebar .widget-title a:after,
.dark h1:after, .dark h2:after, .dark h3:after, .dark h4:after, .dark h5:after, .dark h6:after {
background-color: #394253; }
.dark table th, .dark table td {
border-top-color: #394253; }
.dark .blog-sidebar .widget_meta ul > li > a,
.dark .blog-sidebar .widget_meta .item__link,
.dark .blog-sidebar .widget_nav_menu ul > li > a,
.dark .blog-sidebar .widget_nav_menu .item__link,
.dark .blog-sidebar .widget_pages ul > li > a,
.dark .blog-sidebar .widget_pages .item__link,
.dark .blog-sidebar .widget_archive ul > li > a,
.dark .blog-sidebar .widget_archive .item__link,
.dark .blog-sidebar .widget_categories ul > li > a,
.dark .blog-sidebar .widget_categories .item__link {
color: #949cb0; }
.dark .comingsoon-launch-section__title,
.dark .comingsoon-launch-section__desc {
color: #fff; }
.dark .comingsoon-launch-section .email {
background-color: #fff;
color: #a0a0a0; }
.dark .comingsoon-launch-section .btn-subscribe {
color: #ffffff; }
.dark .comingsoon-form-timer .textDiv_Days > span, .dark .comingsoon-form-timer .textDiv_Hours > span, .dark .comingsoon-form-timer .textDiv_Minutes > span, .dark .comingsoon-form-timer .textDiv_Seconds > span {
color: #fff; }
.dark .handheld-sidebar-toggle span {
color: #fff; }
.dark .blog-sidebar .widget select {
background-image: linear-gradient(45deg, transparent 50%, #FFF), linear-gradient(135deg, #FFF, transparent 50%); }
.dark .widget_rss li a,
.dark .widget_recent_entries li a,
.dark .blog-sidebar .recentcomments > a,
.dark .article__title a,
.dark .comment-author-name a {
color: #FFF; }
.dark.style-2 .video__title {
color: #fff; }
.dark .movie__title {
color: #fff; }
.dark .vodi-archive-wrapper .tv-show .tv-show-actions--link_add-to-playlist {
color: #fff; }
.dark .vodi-archive-wrapper .tv-show__short-description p,
.dark .vodi-archive-wrapper .tv-show__short-description div {
color: #b4bbc0; }
.dark .vodi-control-bar .masvideos-widget-movies-layered-nav-list a,
.dark .vodi-control-bar .masvideos-widget-tv-shows-layered-nav-list a,
.dark .vodi-control-bar .masvideos-widget-videos-layered-nav-list a {
color: #fff; }
.dark .vodi-archive-wrapper .tv-show__hover-area {
background-color: #1c212e;
border-color: #333a4b; }
.dark .vodi-archive-wrapper .tv-show__hover-area:before {
border-left-color: #333a4b;
border-top-color: #333a4b;
background-color: #1c212e; }
.dark .masvideos-breadcrumb {
color: #fff; }
@media (min-width: 768px) {
.dark .vodi-archive-wrapper[data-view="list-small"] .tv-show + .tv-show,
.dark .vodi-archive-wrapper[data-view="list-large"] .tv-show + .tv-show {
border-top: 1px solid #2f2f33; } }
.dark .vodi-archive-wrapper[data-view="list-small"] .tv-show:hover, .dark .vodi-archive-wrapper[data-view="list-small"] .tv-show:focus,
.dark .vodi-archive-wrapper[data-view="list-large"] .tv-show:hover,
.dark .vodi-archive-wrapper[data-view="list-large"] .tv-show:focus {
background: linear-gradient(135deg, #212635 5%, rgba(33, 38, 53, 0.57) 40%, rgba(160, 162, 168, 0) 60%, rgba(255, 255, 255, 0) 100%); }
.dark .vodi-archive-wrapper[data-view="list"] .tv-show:hover, .dark .vodi-archive-wrapper[data-view="list"] .tv-show:focus {
background: linear-gradient(135deg, #212635 5%, rgba(33, 38, 53, 0.57) 40%, rgba(160, 162, 168, 0) 60%, rgba(255, 255, 255, 0) 100%); }
.dark .vodi-archive-wrapper .tv-show__hover-area .tv-show__season-info {
border-bottom: 1px solid #565a66; }
.dark .vodi-archive-wrapper[data-view="list"] .tv-show:nth-child(odd) .tv-show__body {
border-right-color: #2f2f33; }
.dark .vodi-archive-wrapper[data-view="list"] .tv-show + .tv-show {
border-top-color: #2f2f33; }
.dark .vodi-control-bar select, .dark .form-vodi-wc-ppp select, .dark .page-control-bar-bottom select, .dark .masvideos-persons-control-bar select {
color: #fff; }
.dark .vodi-control-bar .videos-type li a {
color: #fff; }
.dark .page-control-bar-bottom .masvideos-result-count,
.dark .masvideos-persons-page-control-bar .masvideos-result-count {
color: #949cb0; }
.dark .page-control-bar-bottom,
.dark .masvideos-persons-page-control-bar {
border-top: 1px solid #2a2e3c; }
.dark .style-2 .section_title {
color: #fff;
border-bottom: 1px solid #2a2e3c; }
@media (min-width: 768px) {
.dark .vodi-archive-wrapper[data-view="list-large"] .movie + .movie,
.dark .vodi-archive-wrapper[data-view="list-large"] .movie + .video, .dark .vodi-archive-wrapper[data-view="list-large"] .video + .movie,
.dark .vodi-archive-wrapper[data-view="list-large"] .video + .video,
.dark .vodi-archive-wrapper[data-view="list-small"] .movie + .movie,
.dark .vodi-archive-wrapper[data-view="list-small"] .movie + .video,
.dark .vodi-archive-wrapper[data-view="list-small"] .video + .movie,
.dark .vodi-archive-wrapper[data-view="list-small"] .video + .video,
.dark .vodi-archive-wrapper[data-view="list"] .movie + .movie,
.dark .vodi-archive-wrapper[data-view="list"] .movie + .video,
.dark .vodi-archive-wrapper[data-view="list"] .video + .movie,
.dark .vodi-archive-wrapper[data-view="list"] .video + .video {
border-top-color: #2f2f33; } }
.dark .movie .avg-rating-number,
.dark .widget-area .widget_categories ul li a,
.dark .movie-sidebar .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item a,
.dark .video-sidebar .masvideos-videos-filter-widget .masvideos-widget-videos-layered-nav-list__item a {
color: #b4bbc0; }
.dark .widget-area .widget-title {
color: #fff;
border-bottom-color: #2f2f33; }
.dark .movies_widget_rating_filter ul li.masvideos-layered-nav-rating a,
.dark .videos_widget_rating_filter ul li.masvideos-layered-nav-rating a,
.dark .tv_shows_widget_rating_filter ul li.masvideos-layered-nav-rating a {
color: #949cb0; }
.dark .home-recent-comments .recent-comments ul li.recentcomments > a {
color: #fff; }
.dark .home-recent-comments .recent-comments ul li.recentcomments + .recentcomments {
border-top: 1px solid #2f2f33; }
.dark.home-archive .sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a {
color: #fff; }
.dark .vodi_posts_widget .style-1 .entry-title a {
color: #fff; }
.dark .vodi_posts_widget .style-1 ul li + li {
border-top: 1px solid #2d323f; }
.dark .post-type-archive-video .sidebar-area .widget_nav_menu li.menu-with-icon:last-child,
.dark .home-archive .sidebar-area .widget_nav_menu li.menu-with-icon:last-child {
border-bottom: 1px solid #2d323f; }
.dark .article__link,
.dark .article__aside {
background: #1c212e; }
.dark .article__link p {
color: #fff; }
.dark.home-section .home-section__action-link,
.dark.home-section .home-section__footer-action--link {
color: #949cb0; }
.dark.home-section .home-section__footer-view-more-action--link {
color: #fff;
border-color: #2a2d36;
background: #131722; }
.dark.home-section .home-section__footer-view-more-action__inner:after {
background-color: #2a2d36; }
.dark.no-redux .article {
border-bottom: 1px solid #2d323f; }
.dark .comment-list > li + li,
.dark .comment-list .children,
.dark .comment-list .children > li {
border-top-color: #2d323f; }
.dark.section-movies-carousel-aside-header ul.nav .nav-item .nav-link,
.dark.section-tv-episodes-carousel ul.nav .nav-item .nav-link {
color: #717f8c; }
.dark.section-movies-carousel-aside-header ul.nav .nav-item + .nav-item:before,
.dark.section-tv-episodes-carousel ul.nav .nav-item + .nav-item:before {
color: #2c2c30; }
.dark .masvideos-tabs table tbody tr + tr {
border-top-color: #2e3544; }
.dark .masvideos-tabs table,
.dark .masvideos-tabs table a {
color: #fff; }
.dark .masvideos-tabs table tbody tr:hover,
.dark .masvideos-tabs table tbody tr:focus {
background: #2e3544; }
.dark.video-search-results.search .page__header .search-result-tab-link,
.dark.movie-search-results.search .page__header .search-result-tab-link,
.dark.tv_show-search-results.search .page__header .search-result-tab-link,
.dark.episode-search-results.search .page__header .search-result-tab-link,
.dark.person-search-results.search .page__header .search-result-tab-link {
color: #fff; }
.site-footer-comingsoon.dark {
background-color: #131722; }
.site-footer-comingsoon.dark .site-footer__info {
color: #949cb0; }
.site-footer-comingsoon.dark .site-footer .footer-social-icon .fa-circle {
color: #cccbcb; }
.site-footer-comingsoon.dark .site-footer .footer-social-icon .social-media-item__icon {
color: #000; }
.site-footer-comingsoon.dark .site-footer .footer-social-icon:hover .fa-circle {
color: #fff; }
.site-footer-landing.dark {
border-top-color: #343949;
background-color: #131722; }
.site-footer-landing.dark .site-footer .vodi-svg0 {
fill: #fff; }
.site-footer-landing.dark .site-footer .landing-footer-menu a {
color: #e4e4e4; }
.site-footer-landing.dark .site-footer .landing-footer-menu a:hover {
color: #fff; }
.site-footer-landing.dark .site-footer .footer-social-icon .fa-circle {
color: #fff; }
.site-footer-landing.dark .site-footer .footer-social-icon .social-media-item__icon {
color: #000; }
.site-footer-landing.dark .site-footer .footer-social-icon:hover .fa-circle {
color: #cccbcb; }
.site-footer-landing.dark .site-footer .landing-footer-menu .menu-item .sub-menu a {
color: #000; }
.site-footer-landing.dark .site-footer .site-footer__landing-menu .landing-footer-menu > .menu-item-has-children > .sub-menu:before {
border-bottom-color: #fff; }
.site__footer--v1.dark {
background-color: #0a0d14;
color: #949cb0; }
.dark .footer-widgets .widget-title,
.dark .footer-widgets .widget-title .rsswidget {
color: #d1d1d1; }
.dark .footer-widgets-inner.col-3 .footer-widget-3 {
box-shadow: -7px -1px 0 -6px #2d323f; }
.dark .footer-bottom-bar {
color: #949cb0;
background-color: #06090f; }
.dark .footer-bottom-bar a {
color: #949cb0; }
.dark .footer-bottom-bar a:hover, .dark .footer-bottom-bar a:focus {
color: #949cb0; }
.dark.site-footer .site-footer__logo svg .vodi-stream1 {
fill: #51C9F0; }
.dark.site-footer .site-footer__logo svg .vodi-stream0 {
fill: #fff; }
.site__footer--v3.dark {
background-color: #0c0e17;
color: #4d5c63; }
.site__footer--v3.dark .footer-v3-menu a {
color: #949cb0; }
.site__footer--v3.dark .footer-v3-menu a:hover {
color: #d1d1d1; }
.site__footer--v3.dark .footer-social-icon,
.site__footer--v3.dark .footer-social-icon .fa-stack-2x {
color: #fff; }
.site__footer--v3.dark .footer-v3-menu > li + li:before {
color: #394a52; }
.site__footer--v3.dark .social-icons .fa-inverse {
color: #000; }
.site__footer--v3.dark .social-icons .fa-inverse {
color: #fff; }
.site__footer--v3.dark .social-media-item__title {
color: #949cb0; }
.site__footer--v4.dark {
background-color: #0c0e17;
color: #4d5c63; }
.site__footer--v4.dark .footer-v4-menu a {
color: #949cb0; }
.site__footer--v4.dark .footer-v4-menu a:hover {
color: #d1d1d1; }
.site__footer--v4.dark .footer-social-icon,
.site__footer--v4.dark .footer-social-icon .fa-stack-2x {
color: #fff; }
.site__footer--v4.dark .footer-v4-menu > li + li:before {
color: #394a52; }
.site__footer--v4.dark .social-icons .fa-inverse {
color: #000; }
.site-header.dark {
background: #0c0e17; }
.site-header.dark .site_header__primary-nav .nav > li > a,
.site-header.dark .site-header__upload--link,
.site-header.dark .site-header__user-account--link:not(.btn),
.site-header.dark .site-header__upload,
.site-header.dark .handheld-header__user-account--link {
color: #fff; }
.site-header.dark .search-form .search-field {
border-color: #fff;
background: #fff; }
.site-header.dark .search-form .search-field:focus {
background: transparent;
color: #fff; }
.site-header.dark .search-form .search-field:focus::placeholder {
color: #fff; }
.site-header.dark .site-title {
color: #FFF; }
.site-header.dark .site-header__upload--link svg {
fill: #fff; }
.site-header.dark .site-header__offcanvas--toggler svg {
fill: #97979f; }
.site-header.dark .search-form .search-submit svg {
fill: #97979f; }
.site-header.dark .site-header__notification--link svg {
fill: #fff; }
.site-header.dark .site-header__landing-back-option {
color: #fff; }
.site-header.dark .site-header__landing-back-option a {
color: #fff; }
.site-header.dark .offcanvas-collapse {
background-color: #000; }
.site-header.dark .offcanvas-nav .sub-menu .menu-item > a,
.site-header.dark .offcanvas-nav > .menu-item > a {
color: #fff; }
.site-header.dark .offcanvas-nav .sub-menu .menu-item > a:hover, .site-header.dark .offcanvas-nav .sub-menu .menu-item > a:focus,
.site-header.dark .offcanvas-nav > .menu-item > a:hover,
.site-header.dark .offcanvas-nav > .menu-item > a:focus {
color: #121a21; }
.site-header.dark .offcanvas-nav .sub-menu .menu-item > a,
.site-header.dark .offcanvas-nav .dropdown-menu .menu-item > a {
color: #121a21; }
.site-header.dark .site_header__primary-nav .menu-item-has-children > a::after {
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="4"><path d="M6.9 1L3.9 3.8C3.9 3.8 3.8 3.8 3.8 3.9 3.7 3.9 3.6 4 3.6 4L3.3 4C3.3 4 3.3 3.9 3.3 3.9 3.2 4 3.1 3.9 3.1 3.9L0.1 1C0 0.9 0 0.7 0.1 0.6L0.5 0.1C0.6 0 0.8 0 0.9 0.1L3 2.2C3.2 2.3 3.3 2.3 3.4 2.3 3.8 2.3 4.1 1.9 4.1 1.9L4.1 1.9 6.1 0.1C6.2 0 6.4 0 6.5 0.1L6.9 0.5C7 0.7 7 0.9 6.9 1Z" fill="rgb(124, 127, 130)"/></svg>') no-repeat; }
.site-header.dark .site-header__user-account--link::after {
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="4"><path d="M6.9 1L3.9 3.8C3.9 3.8 3.8 3.8 3.8 3.9 3.7 3.9 3.6 4 3.6 4L3.3 4C3.3 4 3.3 3.9 3.3 3.9 3.2 4 3.1 3.9 3.1 3.9L0.1 1C0 0.9 0 0.7 0.1 0.6L0.5 0.1C0.6 0 0.8 0 0.9 0.1L3 2.2C3.2 2.3 3.3 2.3 3.4 2.3 3.8 2.3 4.1 1.9 4.1 1.9L4.1 1.9 6.1 0.1C6.2 0 6.4 0 6.5 0.1L6.9 0.5C7 0.7 7 0.9 6.9 1Z" fill="rgb(124, 127, 130)"/></svg>') no-repeat; }
.site-header.dark .site-header__logo svg .vodi-svg0 {
fill: #fff; }
.site-header.dark .site-header__logo svg .vodi-svg1 {
fill: #51C9F0; }
.site-header.dark .site-header__logo svg .vodi-stream0 {
fill: #FFFFFF; }
.site-header.dark .site-header__logo svg .vodi-stream1 {
fill: #51C9F0; }
.dark ul.page-numbers > li > a,
.dark ul.page-numbers > li > span,
.dark .nav-links > .page-numbers,
.dark .page-links-inner > a,
.dark .page-links-inner > span {
background-color: #373c49;
color: #b4bbc0; }
.dark ul.page-numbers > li > a.current,
.dark ul.page-numbers > li > span.current,
.dark .nav-links > .page-numbers.current,
.dark .page-links-inner > a.current,
.dark .page-links-inner > span.current {
color: #000; }
.dark .masvideos-videos-pagination {
border-top-color: #2a2e3c; }
.dark .post-navigation {
background-color: #1c212e; }
.dark .post-nav__article--title {
color: #FFF; }
.dark input[type="text"],
.dark input[type="password"],
.dark input[type="color"],
.dark input[type="date"],
.dark input[type="datetime-local"],
.dark input[type="email"],
.dark input[type="month"],
.dark input[type="number"],
.dark input[type="range"],
.dark input[type="search"],
.dark input[type="tel"],
.dark input[type="time"],
.dark input[type="url"],
.dark input[type="week"],
.dark .search-field,
.dark select,
.dark textarea {
background-color: #131722;
border-color: #949cb0; }
.dark input[type="text"]:focus,
.dark input[type="password"]:focus,
.dark input[type="color"]:focus,
.dark input[type="date"]:focus,
.dark input[type="datetime-local"]:focus,
.dark input[type="email"]:focus,
.dark input[type="month"]:focus,
.dark input[type="number"]:focus,
.dark input[type="range"]:focus,
.dark input[type="search"]:focus,
.dark input[type="tel"]:focus,
.dark input[type="time"]:focus,
.dark input[type="url"]:focus,
.dark input[type="week"]:focus,
.dark .search-field:focus,
.dark select:focus,
.dark textarea:focus {
color: #b4bbc0;
background-color: #252a37;
border-color: #80bdff; }
.dark select {
background-image: linear-gradient(45deg, transparent 50%, #FFF), linear-gradient(135deg, #FFF, transparent 50%);
background-color: #1d202c;
color: #b4bbc0; }
.dark .search-form .search-field {
border-color: #1d202c;
background-color: #1d202c; }
.dark .search-form .search-field:focus {
border-color: #80bdff; }
.dark .search-form .search-submit svg {
fill: #97979f; }
.dark .masvideos_widget_search .search-field {
background-color: #373c49;
color: #b4bbc0;
border-color: #373c49; }
.dark .masvideos_widget_search .search-field::placeholder {
color: #b4bbc0; }
.dark .masvideos_widget_search button:after {
color: #b4bbc0; }
.dark .item__count {
color: #7c8b92; }
.dark .footer-widgets,
.dark .recentcomments + .recentcomments,
.dark .widget_recent_entries ul > li + li,
.dark .widget_rss ul > li + li {
border-top: 1px solid #2d323f; }
.dark li > a,
.dark .item__link {
color: #949cb0; }
.dark li > a:hover,
.dark .item__link:hover {
color: #d1d1d1; }
.dark i {
color: #d1d1d1; }
.dark .widget_rss .rss-date,
.dark .widget_rss cite,
.dark .widget_rss .post-date,
.dark .widget_recent_entries .rss-date,
.dark .widget_recent_entries cite,
.dark .widget_recent_entries .post-date,
.dark .recentcomments .comment-author-link > a,
.dark .wp-caption .wp-caption-text,
.dark .widget_rss .rss-date:before, .dark .widget_recent_entries .rss-date:before {
color: #949cb0; }
.dark .calendar_wrap table th,
.dark .calendar_wrap table td {
border: 1px solid #2d323f; }
.dark .vodi-gr {
fill: #FFF; }
.dark .site-info a {
color: #494d58; }
.dark .site-info a:hover, .dark .site-info a:focus {
color: #949cb0; }
.dark .movie-sidebar .widget-area-inner .widget,
.dark .video-sidebar .widget-area-inner .widget,
.dark .tv-show-sidebar .widget-area-inner .widget {
background-color: #1c212e; }
.dark .masvideos_movies_widget .movie,
.dark .masvideos_movies_widget .video,
.dark .masvideos_movies_widget .tv-show,
.dark .masvideos_videos_widget .movie,
.dark .masvideos_videos_widget .video,
.dark .masvideos_videos_widget .tv-show,
.dark .masvideos_tv_shows_widget .movie,
.dark .masvideos_tv_shows_widget .video,
.dark .masvideos_tv_shows_widget .tv-show {
border-bottom: 1px solid #2f2f33; }
.dark .masvideos_movies_widget .movie:before, .dark .masvideos_movies_widget .movie__title,
.dark .masvideos_movies_widget .video:before,
.dark .masvideos_movies_widget .video__title,
.dark .masvideos_movies_widget .tv-show:before,
.dark .masvideos_movies_widget .tv-show__title,
.dark .masvideos_videos_widget .movie:before,
.dark .masvideos_videos_widget .movie__title,
.dark .masvideos_videos_widget .video:before,
.dark .masvideos_videos_widget .video__title,
.dark .masvideos_videos_widget .tv-show:before,
.dark .masvideos_videos_widget .tv-show__title,
.dark .masvideos_tv_shows_widget .movie:before,
.dark .masvideos_tv_shows_widget .movie__title,
.dark .masvideos_tv_shows_widget .video:before,
.dark .masvideos_tv_shows_widget .video__title,
.dark .masvideos_tv_shows_widget .tv-show:before,
.dark .masvideos_tv_shows_widget .tv-show__title {
color: #fff; }
.dark .masvideos_movies_widget .movie__meta--release-year,
.dark .masvideos_movies_widget .video__meta--release-year,
.dark .masvideos_movies_widget .tv-show__meta--release-year,
.dark .masvideos_videos_widget .movie__meta--release-year,
.dark .masvideos_videos_widget .video__meta--release-year,
.dark .masvideos_videos_widget .tv-show__meta--release-year,
.dark .masvideos_tv_shows_widget .movie__meta--release-year,
.dark .masvideos_tv_shows_widget .video__meta--release-year,
.dark .masvideos_tv_shows_widget .tv-show__meta--release-year {
color: #949cb0; }
.dark.single-episode .episode__avg-rating .avg-rating__text {
color: #949cb0; }
.dark.single-episode .episode__tags {
color: #fff; }
.dark .episode-tabs .tab-content {
background: #1c212e; }
.dark .episode .nav .nav-item + .nav-item:before {
color: #2c3c4a; }
.dark.single-episode:not(.single-episode-v3):not(.single-episode-v4) .episode__player--next-episode a:hover:after {
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="77px" height="121px"><path fill-rule="evenodd"  fill="rgb(255, 255, 255)" d="M62.707,59.707 L1.707,120.707 L0.293,119.293 L59.580,60.006 L0.299,1.713 L1.701,0.287 L60.994,58.592 L61.293,58.293 L62.707,59.707 Z"/></svg>'); }
[dir="rtl"] .dark.single-episode:not(.single-episode-v3):not(.single-episode-v4) .episode__player--next-episode a:hover:after {
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="84px" height="120px"><path fill-rule="evenodd"  fill="rgb(255, 255, 255)" d="M61.988,118.579 L60.584,119.988 L0.012,59.210 L1.416,57.801 L1.713,58.099 L60.590,0.006 L61.982,1.426 L3.117,59.508 L61.988,118.579 Z"/></svg>'); }
.dark.single-episode:not(.single-episode-v3):not(.single-episode-v4) .episode__player--prev-episode a:hover:before {
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="84px" height="120px"><path fill-rule="evenodd"  fill="rgb(255, 255, 255)" d="M61.988,118.579 L60.584,119.988 L0.012,59.210 L1.416,57.801 L1.713,58.099 L60.590,0.006 L61.982,1.426 L3.117,59.508 L61.988,118.579 Z"/></svg>'); }
[dir="rtl"] .dark.single-episode:not(.single-episode-v3):not(.single-episode-v4) .episode__player--prev-episode a:hover:before {
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="77px" height="121px"><path fill-rule="evenodd"  fill="rgb(255, 255, 255)" d="M62.707,59.707 L1.707,120.707 L0.293,119.293 L59.580,60.006 L0.299,1.713 L1.701,0.287 L60.994,58.592 L61.293,58.293 L62.707,59.707 Z"/></svg>'); }
.dark .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode__season-title {
border-bottom-color: #434957; }
.dark .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .tab-content .episodes__inner .episode__link:hover .episode__number,
.dark .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .tab-content .episodes__inner .episode__link:hover .episode__title {
color: #fff; }
.dark.single-episode-v2 #reviews .masvideos-review__author,
.dark.single-episode-v3 #reviews .masvideos-review__author,
.dark.single-episode-v4 #reviews .masvideos-review__author {
color: #fff; }
.dark.single-episode .star-rating .star {
color: #949cb0; }
.dark .vodi-single-episode__sidebar--tv-show .tv-show__short-description p {
color: #b4bbc0; }
.dark .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item a,
.dark .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item a .season-title {
color: #949cb0; }
.dark .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item a:hover .season-title,
.dark .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item a.active .season-title {
color: #fff; }
.dark.single-episode-v3 .episode__player--prev-episode a,
.dark.single-episode-v4 .episode__player--next-episode a,
.dark.single-episode-v3 .episode__player--next-episode a,
.dark.single-episode-v4 .episode__player--prev-episode a {
color: #fff; }
.dark.single-episode .episode__season-tabs-wrap {
background: #1c212e; }
.dark.single-episode .episode__short-description p, .dark .single-episode .episode__description > div {
color: #b4bbc0; }
.dark.single-episode p.stars a:before {
color: #949cb0; }
.dark.single-episode-v3 .episode-tabs .tab-content form.comment-form label,
.dark.single-episode-v4 .episode-tabs .tab-content form.comment-form label,
.dark .episode-tabs .tab-content .masvideos-Reviews .comment-form label {
color: #fff; }
.dark.single-tv_show .tv-show__tags {
color: #fff; }
.dark.single-tv_show .tv_show__season-tabs-wrap {
background: #1c212e; }
.dark.single-tv_show p.stars a:before,
.dark.single-tv_show .tv-show__short-description p {
color: #949cb0; }
.dark .tv_show__season-tabs-wrap .nav .nav-item a {
background: #323846; }
.dark .single-video__meta > * strong {
color: #949cb0; }
.dark .single-video__actions-bar {
background: #1c212e; }
.dark .single-video__comments-link__inner {
background: #1c212e;
border-color: #1c212e; }
.dark .single-video__comments-link:after {
background: #2f2f33; }
.dark.single-movie .summary .movie__meta {
color: #fff; }
.dark.single-movie .movie__related {
background: #1c212e; }
.dark.single-movie .movie-tabs .nav,
.dark .tv-show-tabs .nav {
border-bottom-color: #283643; }
.dark.single-movie .movie__description-tab .movie__tags,
.dark.single-movie .tab-content .masvideos-Reviews .comment-form label {
color: #fff; }
.dark.single-movie p.stars a:before {
color: #949cb0; }
.dark .single-movie-popup {
background-color: #131722; }
.dark.single-movie .single-movie__sidebar .widget {
background-color: #1c212e; }
.dark.single-movie .single-movie__sidebar .widgettitle {
color: #fff;
border-bottom-color: #2f2f33; }
.dark.single-movie .movie-tabs .nav .nav-item a,
.dark .tv-show-tabs .nav .nav-item a {
color: #949cb0; }
.dark.single-movie .movie_title {
color: #fff; }
.dark.single-movie-v5 .summary .movie__meta,
.dark.single-movie-v5 .summary .movie__meta--genre a {
color: #808b90; }
.dark.single-movie .movie__short-description p,
.dark.single-movie .movie__description p {
color: #b4bbc0; }
.dark.single-movie-v5 .movie__short-description p,
.dark.single-movie-v5 .movie__description p,
.dark.single-movie-v5 .movie__description div,
.dark.single-movie-v6 .movie__short-description p,
.dark.single-movie-v6 .movie__description p,
.dark.single-movie-v6 .movie__description div,
.dark.single-movie-v7 .movie__short-description p,
.dark.single-movie-v7 .movie__description p,
.dark.single-movie-v7 .movie__description div {
color: #e3e3e3; }
.dark.single-movie-v5 .movie__info--body .movie__sharing-with-tags .movie__tags {
color: #fff; }
.dark.single-movie .movie-tabs .nav .nav-item + .nav-item:before,
.dark .tv-show-tabs .nav .nav-item + .nav-item:before {
color: #949494; }
.dark.single-movie-v6 .movie .summary,
.dark.single-movie-v7 .movie .summary {
border-bottom-color: #333333; }
.dark.single-movie-v6.single-movie .movie-actions--link_add-to-playlist > a,
.dark.single-movie-v7.single-movie .movie-actions--link_add-to-playlist > a {
color: #e3e3e3; }
.dark.single-movie-v6 .movie .summary .movie__meta--genre a,
.dark.single-movie-v7 .movie .summary .movie__meta--genre a {
color: #fff; }
.dark.single-movie-v6 .movie-actions--link_add-to-playlist > a:before,
.dark.single-movie-v7 .movie-actions--link_add-to-playlist > a:before {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="31px" height="29px"><path fill-rule="evenodd" opacity="0.82" fill="rgb(255, 255, 255)" d="M8.653,0.252 C11.501,0.192 14.629,1.524 15.666,3.158 C15.738,3.098 15.672,3.164 15.732,3.091 C16.108,2.846 16.366,2.428 16.724,2.167 C17.797,1.385 19.024,0.769 20.495,0.384 C21.728,0.061 23.793,0.282 24.796,0.648 C27.738,1.723 29.471,3.571 30.551,6.526 C30.938,7.583 31.190,9.648 30.816,11.017 C29.903,14.360 28.243,16.709 26.450,19.140 C26.011,19.734 25.448,20.252 24.994,20.857 C24.796,21.034 24.597,21.210 24.399,21.386 C23.508,22.571 22.211,23.933 21.025,24.820 C19.536,25.934 18.454,27.854 16.394,28.386 C15.535,28.608 14.629,28.281 14.078,27.990 C12.990,27.417 12.252,26.523 11.300,25.811 C11.035,25.524 10.770,25.238 10.506,24.952 C9.901,24.499 9.444,23.959 8.918,23.433 C8.230,22.746 7.523,22.106 6.933,21.320 C6.441,20.663 5.706,20.133 5.213,19.471 C3.726,17.470 2.360,15.612 1.310,13.130 C0.690,11.666 0.008,9.297 0.582,7.252 C1.378,4.422 3.031,2.136 5.544,1.044 C6.205,0.756 6.933,0.571 7.661,0.384 C7.979,0.302 8.413,0.410 8.653,0.252 ZM8.587,2.629 C8.382,2.761 8.065,2.683 7.793,2.761 C7.396,2.894 6.999,3.025 6.602,3.158 C4.938,3.883 3.618,5.386 3.030,7.186 C2.307,9.403 3.206,11.382 3.890,12.932 C5.631,16.877 8.630,19.799 11.498,22.641 C12.289,23.423 13.043,24.212 13.946,24.886 C14.568,25.350 14.839,26.061 15.931,26.075 C16.166,25.879 16.481,25.793 16.724,25.613 C17.010,25.401 17.234,25.032 17.518,24.820 C18.669,23.961 19.625,22.920 20.628,21.914 C23.361,19.173 26.189,16.192 27.839,12.404 C28.059,11.743 28.280,11.083 28.501,10.422 C29.404,7.082 26.854,4.048 24.796,3.158 C22.076,1.982 19.611,2.968 17.849,4.281 C16.815,5.050 16.890,6.405 15.004,5.998 C13.727,4.011 11.880,2.633 8.587,2.629 Z"/></svg>'); }
.dark.single-person .person .single-person__personal-info {
background: #1c212e; }
.dark .person-tabs ul,
.dark .person-credits-tabs ul {
border-bottom-color: #283643; }
.dark h2.single-movie-casts--title,
.dark h2.movie__related-video--title,
.dark.single-movie-v6.single-movie h2.masvideos-reviews__title,
.dark.single-movie-v7.single-movie h2.masvideos-reviews__title,
.dark.single-movie-v6 h2.masvideos-movie-gallery__title,
.dark.single-movie-v6 h2.single-movie-highlighted-comment--title,
.dark.single-movie-v7 h2.single-movie-highlighted-comment--title,
.dark.single-movie-v6 h2.single-movie-details--attributes__title,
.dark.single-movie-v7 h2.single-movie-details--attributes__title,
.dark.single-movie-v6 h2.single-movie-details--description__title,
.dark.single-movie-v7 h2.single-movie-details--description__title {
color: #e3e3e3; }
.dark.single-movie-v5 .movie__related-video {
background: #1c212e; }
.dark.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast .person-name-link,
.dark.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew .person-name-link,
.dark.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast .person-role,
.dark.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew .person-role,
.dark.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast h3.person-name,
.dark.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew h3.person-name,
.dark.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast,
.dark.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew {
color: #e3e3e3; }
.dark.single-movie-v5 .movie-cast-crew-tabs ul.nav li a.active {
color: #fff; }
.dark.single-movie-v6.single-movie .masvideos-reviews__title:after,
.dark.single-movie-v7.single-movie .masvideos-reviews__title:after,
.dark.single-movie-v6 h2.single-movie-details--description__title:after,
.dark.single-movie-v7 h2.single-movie-details--description__title:after {
background: #323846; }
.dark.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-cast + .movie-cast,
.dark.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-cast + .movie-crew,
.dark.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crew + .movie-cast,
.dark.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crew + .movie-crew,
.dark.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-casts + .movie-casts,
.dark.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-casts + .movie-crews,
.dark.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crews + .movie-casts,
.dark.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crews + .movie-crews {
border-top-color: #333333; }
.dark.single-movie-v5 .movie__info--body .movie__sharing-with-tags .movie__tags {
color: #fff; }
.dark.single-movie-v5 .summary .movie__meta,
.dark.single-movie-v5 .movie__meta span a {
color: #949cb0; }
.dark.single-movie-v5 .movie .summary .movie__meta > * + *:before {
color: #949cb0; }
.dark .vodi-widget_movies_letter_filter .vodi-layered-nav-movies-letter a,
.dark .vodi-widget_movies_letter_filter .vodi-layered-nav-tv-shows-letter a,
.dark .vodi-widget_tv_shows_letter_filter .vodi-layered-nav-movies-letter a,
.dark .vodi-widget_tv_shows_letter_filter .vodi-layered-nav-tv-shows-letter a {
background-color: #181d29; }
.dark .vodi-widget_movies_letter_filter .vodi-layered-nav-movies-letter a .count,
.dark .vodi-widget_movies_letter_filter .vodi-layered-nav-tv-shows-letter a .count,
.dark .vodi-widget_tv_shows_letter_filter .vodi-layered-nav-movies-letter a .count,
.dark .vodi-widget_tv_shows_letter_filter .vodi-layered-nav-tv-shows-letter a .count {
color: #6b7590; }
.dark .vodi-widget_movies_letter_filter .vodi-layered-nav-movies-letter a:hover span:first-child,
.dark .vodi-widget_movies_letter_filter .vodi-layered-nav-tv-shows-letter a:hover span:first-child,
.dark .vodi-widget_tv_shows_letter_filter .vodi-layered-nav-movies-letter a:hover span:first-child,
.dark .vodi-widget_tv_shows_letter_filter .vodi-layered-nav-tv-shows-letter a:hover span:first-child {
color: #181d29; }
.dark .vodi-widget_movies_letter_filter .vodi-layered-nav-movies-letter a:hover .count,
.dark .vodi-widget_movies_letter_filter .vodi-layered-nav-tv-shows-letter a:hover .count,
.dark .vodi-widget_tv_shows_letter_filter .vodi-layered-nav-movies-letter a:hover .count,
.dark .vodi-widget_tv_shows_letter_filter .vodi-layered-nav-tv-shows-letter a:hover .count {
color: #2a2d33; }
.dark .vodi-widget_movies_letter_filter .vodi-layered-nav-movies-letter.chosen a span:first-child,
.dark .vodi-widget_movies_letter_filter .vodi-layered-nav-tv-shows-letter.chosen a span:first-child,
.dark .vodi-widget_tv_shows_letter_filter .vodi-layered-nav-movies-letter.chosen a span:first-child,
.dark .vodi-widget_tv_shows_letter_filter .vodi-layered-nav-tv-shows-letter.chosen a span:first-child {
color: #181d29; }
.dark .vodi-widget_movies_letter_filter .vodi-layered-nav-movies-letter.chosen a .count,
.dark .vodi-widget_movies_letter_filter .vodi-layered-nav-tv-shows-letter.chosen a .count,
.dark .vodi-widget_tv_shows_letter_filter .vodi-layered-nav-movies-letter.chosen a .count,
.dark .vodi-widget_tv_shows_letter_filter .vodi-layered-nav-tv-shows-letter.chosen a .count {
color: #2a2d33; }
@media (max-width: 1199.98px) {
.dark #secondary.widget-area {
background: #1d212d; } }
.dark .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item,
.dark .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item,
.dark .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item,
.dark .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item,
.dark .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item,
.dark .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item,
.dark .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item,
.dark .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item,
.dark .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item {
background: #373c49; }
.dark .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item:hover a,
.dark .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item:hover a,
.dark .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item:hover a,
.dark .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item:hover a,
.dark .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item:hover a,
.dark .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item:hover a,
.dark .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item:hover a,
.dark .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item:hover a,
.dark .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item:hover a {
color: #1c212e; }
.dark .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item.chosen a,
.dark .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item.chosen a,
.dark .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item.chosen a,
.dark .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item.chosen a,
.dark .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item.chosen a,
.dark .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item.chosen a,
.dark .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item.chosen a,
.dark .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item.chosen a,
.dark .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item.chosen a {
color: #1c212e; }
.dark .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-movies-layered-nav-list li + li,
.dark .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list li + li,
.dark .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-videos-layered-nav-list li + li,
.dark .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-movies-layered-nav-list li + li,
.dark .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list li + li,
.dark .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list li + li,
.dark .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-movies-layered-nav-list li + li,
.dark .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list li + li,
.dark .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list li + li {
border-left: 5px solid #1d212d; }
.dark .vodi-control-bar .videos-view-switcher .nav-item a svg path,
.dark .vodi-control-bar .archive-view-switcher .nav-item a svg path {
fill: #b4bbc0; }
.dark .vodi-control-bar .videos-view-switcher .nav-item a.active svg path,
.dark .vodi-control-bar .archive-view-switcher .nav-item a.active svg path,
.dark .vodi-control-bar .videos-view-switcher .nav-item a:hover svg path,
.dark .vodi-control-bar .archive-view-switcher .nav-item a:hover svg path {
fill: #131722; }
.handheld-header.light .site-header__logo .vodi-gr {
fill: #2c98d1; }
.header-landing-v1.light {
border-bottom: 1px solid #dedede; }
.header-landing-v1.light .landing-nav > .menu-item a,
.header-landing-v1.light .site-header__user-account a {
color: #292929; }
.header-landing-v1.light .landing-nav > .menu-item a:hover,
.header-landing-v1.light .site-header__user-account a:hover {
color: #000; }
.header-landing-v1.light .site-header__logo .vodi-gr {
fill: url(#vodi-gr); }
.header-landing-v1.light .site-header__landing-nav .menu-item-has-children a:after,
.header-landing-v1.light .site-header__user-account .menu-item-has-children a:after {
color: #292929; }
.header-landing-v1.light .site-header__landing-nav .landing-nav > .menu-item-has-children > .sub-menu,
.header-landing-v1.light .site-header__landing-nav .dropdown-menu,
.header-landing-v1.light .site-header__user-account .landing-nav > .menu-item-has-children > .sub-menu,
.header-landing-v1.light .site-header__user-account .dropdown-menu {
border-top: 3px solid #000; }
.header-landing-v1.light .site-header__landing-nav .landing-nav > .menu-item-has-children > .sub-menu:before,
.header-landing-v1.light .site-header__landing-nav .dropdown-menu:before,
.header-landing-v1.light .site-header__user-account .landing-nav > .menu-item-has-children > .sub-menu:before,
.header-landing-v1.light .site-header__user-account .dropdown-menu:before {
border-bottom-color: #000; }
.header-landing-v1.light .site-header__user-account .sub-menu:after {
border-bottom: 9px solid #000; }
.header-landing-v2.light .st0 {
fill: #000; }
.coming-soon-header.light .site-header__logo .vodi-gr {
fill: url(#vodi-gr); }
.coming-soon-header.light .site-header__btn-link i {
color: #000; }
.coming-soon-header.light .show,
.coming-soon-header.light .collapsing,
.coming-soon-header.light .sub-menu {
background-color: #ffff; }
.coming-soon-header.light .site-header__btn-link i {
color: #000; }
.coming-soon-header.light .menu-item a {
color: #000; }
.coming-soon-header.light .menu-item-has-children:after {
color: #000; }
.header-v4.light .masthead-row-2 {
border-top: 1px solid #e8e8e8;
border-bottom: 1px solid #e8e8e8; }
.header-v4.light .masthead-row-2 ul.navbar-primary > li > a {
color: #121a21; }
.header-v4.light .vodi-live-videos {
border-bottom: 1px solid #e8e8e8; }
.header-v4.light .vodi-live-videos .live-video-section__title {
border-bottom: 1px solid #e8e8e8; }
.header-v4.light .vodi-live-videos .live-video-section__title a {
color: #121a21; }
.header-v4.light .masthead-row-2 ul.navbar-primary .menu-item-has-children > a::after {
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="4"><path d="M6.9 1L3.9 3.8C3.9 3.8 3.8 3.8 3.8 3.9 3.7 3.9 3.6 4 3.6 4L3.3 4C3.3 4 3.3 3.9 3.3 3.9 3.2 4 3.1 3.9 3.1 3.9L0.1 1C0 0.9 0 0.7 0.1 0.6L0.5 0.1C0.6 0 0.8 0 0.9 0.1L3 2.2C3.2 2.3 3.3 2.3 3.4 2.3 3.8 2.3 4.1 1.9 4.1 1.9L4.1 1.9 6.1 0.1C6.2 0 6.4 0 6.5 0.1L6.9 0.5C7 0.7 7 0.9 6.9 1Z" fill="rgb(124, 127, 130)"/></svg>') no-repeat; }
.page-template-template-homepage-v6 .content-area.light:before,
.page-template-template-homepage-v7 .content-area.light:before {
background: #fff; }
.page-template-template-homepage-v6 .home-sidebar-area.light:before,
.page-template-template-homepage-v7 .home-sidebar-area.light:before {
background: #f6f7f9; }
.light .section-title, .light .comments-title, .light .comment-respond .comment-reply-title {
color: #121a21; }
.light .section-title:after, .light .comments-title:after, .light .comment-respond .comment-reply-title:after {
background: #e8e8e8; }
.light .site-title {
color: #2b79bb; }
.light .movie__title,
.light .movie__actions .movie-actions--link_add-to-playlist a,
.light .video__actions .movie-actions--link_add-to-playlist a,
.light .tv_show__actions .movie-actions--link_add-to-playlist a {
color: #000; }
.light .home-section.style-2 .movie__title {
color: #fff; }
.light .tv-show__actions .tv-show-actions--link_add-to-playlist > a {
color: #000; }
.light .widget-area .widget-title {
color: #121a21;
border-bottom-color: #d0d0d2; }
.light .vodi-control-bar select,
.light .masvideos-persons-control-bar select,
.light .form-vodi-wc-ppp select,
.light .page-control-bar-bottom select,
.light .vodi-control-bar .videos-type li a,
.light .page-control-bar-bottom .masvideos-result-count,
.light .masvideos-persons-page-control-bar .masvideos-result-count {
color: #707070; }
.light .page-control-bar-bottom,
.light .masvideos-persons-page-control-bar {
border-top: 1px solid #e8e8e8; }
.light .style-2 .section_title {
color: #121a21;
border-bottom: 1px solid #d0d0d2; }
.light .comingsoon-launch-section__title,
.light .comingsoon-launch-section__desc {
color: #000; }
.light .comingsoon-launch-section .email {
background-color: #eee;
color: #a0a0a0; }
.light .comingsoon-launch-section .btn-subscribe {
color: #ffffff; }
.light .comingsoon-form-timer .textDiv_Days > span, .light .comingsoon-form-timer .textDiv_Hours > span, .light .comingsoon-form-timer .textDiv_Minutes > span, .light .comingsoon-form-timer .textDiv_Seconds > span {
color: #3a3838; }
@media (min-width: 768px) {
.light .vodi-archive-wrapper[data-view="list-small"] .tv-show + .tv-show,
.light .vodi-archive-wrapper[data-view="list-large"] .tv-show + .tv-show {
border-top: 1px solid #e8e8e8; } }
.light .vodi-archive-wrapper[data-view="list-small"] .tv-show:hover, .light .vodi-archive-wrapper[data-view="list-small"] .tv-show:focus,
.light .vodi-archive-wrapper[data-view="list-large"] .tv-show:hover,
.light .vodi-archive-wrapper[data-view="list-large"] .tv-show:focus {
background-color: #fbfbfb; }
.light .vodi-archive-wrapper[data-view="list-large"] .movie + .movie,
.light .vodi-archive-wrapper[data-view="list-large"] .movie + .video, .light .vodi-archive-wrapper[data-view="list-large"] .video + .movie,
.light .vodi-archive-wrapper[data-view="list-large"] .video + .video,
.light .vodi-archive-wrapper[data-view="list-small"] .movie + .movie,
.light .vodi-archive-wrapper[data-view="list-small"] .movie + .video,
.light .vodi-archive-wrapper[data-view="list-small"] .video + .movie,
.light .vodi-archive-wrapper[data-view="list-small"] .video + .video,
.light .vodi-archive-wrapper[data-view="list"] .movie + .movie,
.light .vodi-archive-wrapper[data-view="list"] .movie + .video,
.light .vodi-archive-wrapper[data-view="list"] .video + .movie,
.light .vodi-archive-wrapper[data-view="list"] .video + .video {
border-top-color: #e8e8e8; }
.light .tv-show__hover-area .tv-show__season-info {
border-bottom: 1px solid #e8e8e8; }
.light .vodi-control-bar .masvideos-widget-movies-layered-nav-list a,
.light .vodi-control-bar .masvideos-widget-tv-shows-layered-nav-list a,
.light .vodi-control-bar .masvideos-widget-videos-layered-nav-list a {
color: #949cb0; }
@media (min-width: 768px) {
.light .vodi-archive-wrapper[data-view="list"] .movie:nth-child(odd) .movie__body,
.light .vodi-archive-wrapper[data-view="list"] .movie:nth-child(odd) .video__body,
.light .vodi-archive-wrapper[data-view="list"] .video:nth-child(odd) .movie__body,
.light .vodi-archive-wrapper[data-view="list"] .video:nth-child(odd) .video__body {
border-right-color: #e8e8e8; } }
.light .movie .avg-rating-number,
.light .tv-show .avg-rating-number {
color: #fff; }
.light .movie-sidebar .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item a,
.light .video-sidebar .masvideos-videos-filter-widget .masvideos-widget-videos-layered-nav-list__item a,
.light .movie-sidebar .widget_movies_genres .movies-genres li a,
.light .video-sidebar .widget_videos_genres .videos-genres li a {
color: #000; }
.light .movies_widget_rating_filter ul li.masvideos-layered-nav-rating a,
.light .videos_widget_rating_filter ul li.masvideos-layered-nav-rating a,
.light .tv_shows_widget_rating_filter ul li.masvideos-layered-nav-rating a {
color: #000; }
.light.home-archive .sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a {
color: #303030; }
.light .masvideos-videos-pagination {
border-top-color: #e8e8e8; }
.light.page-template-template-videos-archive div:not(.vodi-control-bar) .handheld-sidebar-toggle span, .light.page-template-template-tv-shows-archive div:not(.vodi-control-bar) .handheld-sidebar-toggle span {
color: #707070; }
.light .badge-sticky-post {
color: #fff; }
.light .masvideos-tabs table tbody tr + tr {
border-top-color: #e8e8e8; }
.light .masvideos-tabs table,
.light .masvideos-tabs table a {
color: #121a21; }
.light .masvideos-tabs table tbody tr:hover,
.light .masvideos-tabs table tbody tr:focus {
background: #f5f5f5; }
.site-footer-comingsoon.light {
background-color: #fff; }
.site-footer-comingsoon.light .site-footer__info {
color: #464d5f; }
.site-footer-comingsoon.light .site-footer .footer-social-icon .fa-circle {
color: #2b2a2a; }
.site-footer-comingsoon.light .site-footer .footer-social-icon .social-media-item__icon {
color: #fff; }
.site-footer-comingsoon.light .site-footer .footer-social-icon:hover .fa-circle {
color: #000; }
.site-footer-landing.light {
border-top-color: #b0b1b3;
background-color: #fff; }
.site-footer-landing.light .site-footer .site-footer__logo .vodi-gr {
fill: url(#vodi-gr-f); }
.site-footer-landing.light .site-footer .landing-footer-menu a {
color: #2b2a2a; }
.site-footer-landing.light .site-footer .landing-footer-menu a:hover {
color: #000; }
.site-footer-landing.light .site-footer .footer-social-icon .fa-circle {
color: #2b2a2a; }
.site-footer-landing.light .site-footer .footer-social-icon .social-media-item__icon {
color: #fff; }
.site-footer-landing.light .site-footer .footer-social-icon:hover .fa-circle {
color: #000; }
.site-footer-landing.light .site-footer .site-footer__landing-menu .menu-item-has-children a:after {
color: #292929; }
.site-footer-landing.light .site-footer .site-footer__landing-menu .landing-footer-menu > .menu-item-has-children > .sub-menu {
border-top: 3px solid #000; }
.site-footer-landing.light .site-footer .site-footer__landing-menu .landing-footer-menu > .menu-item-has-children > .sub-menu:before {
border-bottom-color: #000; }
.site__footer--v1.light {
background-color: #eeeff0;
color: #949cb0; }
.site__footer--v1.light .item__count {
color: #b0b0b0; }
.site__footer--v1.light .site-info,
.site__footer--v1.light .policy-info a {
color: #a6a6a6; }
.site__footer--v1.light .footer-widgets,
.site__footer--v1.light .recentcomments + .recentcomments,
.site__footer--v1.light .widget_recent_entries ul > li + li,
.site__footer--v1.light .widget_rss ul > li + li {
border-top: 1px solid #cdcdcd; }
.site__footer--v1.light .footer-bottom-bar {
background-color: #fff; }
.site__footer--v1.light li > a,
.site__footer--v1.light .item__link,
.site__footer--v1.light .recentcomments .comment-author-link > a {
color: #949cb0; }
.site__footer--v1.light li > a:hover,
.site__footer--v1.light .item__link:hover,
.site__footer--v1.light .recentcomments .comment-author-link > a:hover {
color: #19272e; }
.site__footer--v1.light i, .site__footer--v1.light th, .site__footer--v1.light strong,
.site__footer--v1.light .recentcomments > a,
.site__footer--v1.light .widget_rss ul .rsswidget, .site__footer--v1.light .widget_rss li a,
.site__footer--v1.light .calendar_wrap td a, .site__footer--v1.light .calendar_wrap th a {
color: #555f64; }
.site__footer--v1.light .footer-widgets .widget-title,
.site__footer--v1.light .footer-widgets .widget-title .rsswidget {
color: #19272e; }
.site__footer--v1.light .footer-widgets-inner.col-3 .footer-widget-3 {
box-shadow: -7px -1px 0px -6px #cdcdcd; }
.site__footer--v1.light .calendar_wrap table th,
.site__footer--v1.light .calendar_wrap table td {
border: 1px solid #cdcdcd; }
.site__footer--v1.light .search-form .search-field:focus {
background-color: transparent; }
.site__footer--v1.light p,
.site__footer--v1.light .rssSummary {
color: #949cb0; }
.site__footer--v1.light .vodi-gr {
fill: url(#vodi-gr-f); }
.site__footer--v3.light {
background-color: #eeeff0;
color: #B0B0B0; }
.site__footer--v3.light .footer-v3-menu a {
color: #97979f; }
.site__footer--v3.light .footer-social-icon {
color: #929293; }
.site__footer--v3.light .footer-menu > li + li:before {
color: #bdbdbd; }
.site__footer--v3.light .vodi-gr {
fill: url(#vodi-gr); }
.site__footer--v3.light .fa-inverse {
color: #929293; }
.site__footer--v4.light {
background-color: #eeeff0;
color: #B0B0B0; }
.site__footer--v4.light .footer-v4-menu a {
color: #97979f; }
.site__footer--v4.light .footer-social-icon {
color: #929293; }
.site__footer--v4.light .footer-menu > li + li:before {
color: #bdbdbd; }
.site__footer--v4.light .vodi-gr {
fill: url(#vodi-gr); }
.site-header.light {
background: #fff; }
.site-header.light .site-header__landing-back-option {
color: #000; }
.site-header.light .site-header__landing-back-option a {
color: #000; }
.site-header.light .site_header__primary-nav .nav > li > a,
.site-header.light .site-header__upload--link,
.site-header.light .site-header__user-account--link:not(.btn),
.site-header.light .site-header__upload,
.site-header.light .handheld-header__user-account--link {
color: #121a21; }
.site-header.light .search-form .search-field {
border-color: #d0d0d2;
background-color: transparent; }
.site-header.light .search-form .search-field::placeholder {
color: #a0a0a0; }
.site-header.light .search-form .search-field:focus {
border-color: #80bdff; }
.site-header.light .site-header__offcanvas--toggler svg {
fill: #97979f; }
.site-header.light .site-header__upload--link svg {
fill: #6f6f6f; }
.site-header.light .site-header__notification--link svg {
fill: #6f6f6f; }
.site-header.light .search-form .search-submit svg {
fill: #656565; }
.site-header.light .offcanvas-collapse {
background-color: #fff; }
.site-header.light .offcanvas-nav .sub-menu .menu-item > a,
.site-header.light .offcanvas-nav .menu-item > a {
color: #121a21; }
.site-header.light .offcanvas-nav .sub-menu .menu-item:hover > a,
.site-header.light .offcanvas-nav .menu-item:hover > a,
.site-header.light .offcanvas-nav .sub-menu .menu-item:focus > a,
.site-header.light .offcanvas-nav .menu-item:focus > a {
color: #000; }
.site-header.light .site_header__primary-nav .menu-item-has-children > a::after {
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="4"><path d="M6.9 1L3.9 3.8C3.9 3.8 3.8 3.8 3.8 3.9 3.7 3.9 3.6 4 3.6 4L3.3 4C3.3 4 3.3 3.9 3.3 3.9 3.2 4 3.1 3.9 3.1 3.9L0.1 1C0 0.9 0 0.7 0.1 0.6L0.5 0.1C0.6 0 0.8 0 0.9 0.1L3 2.2C3.2 2.3 3.3 2.3 3.4 2.3 3.8 2.3 4.1 1.9 4.1 1.9L4.1 1.9 6.1 0.1C6.2 0 6.4 0 6.5 0.1L6.9 0.5C7 0.7 7 0.9 6.9 1Z" fill="rgb(124, 127, 130)"/></svg>') no-repeat; }
.site-header.light .site-header__user-account--link::after {
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="4"><path d="M6.9 1L3.9 3.8C3.9 3.8 3.8 3.8 3.8 3.9 3.7 3.9 3.6 4 3.6 4L3.3 4C3.3 4 3.3 3.9 3.3 3.9 3.2 4 3.1 3.9 3.1 3.9L0.1 1C0 0.9 0 0.7 0.1 0.6L0.5 0.1C0.6 0 0.8 0 0.9 0.1L3 2.2C3.2 2.3 3.3 2.3 3.4 2.3 3.8 2.3 4.1 1.9 4.1 1.9L4.1 1.9 6.1 0.1C6.2 0 6.4 0 6.5 0.1L6.9 0.5C7 0.7 7 0.9 6.9 1Z" fill="rgb(124, 127, 130)"/></svg>') no-repeat; }
.site-header.light .site-header__logo .vodi-gr {
fill: url(#vodi-gr-hh); }
@media (min-width: 1200px) {
.site-header.light .site-header__logo .vodi-gr {
fill: url(#vodi-gr); } }
.site-header.light .site-header__logo .vodi-gr1 {
fill: url(#vodi-gr-hh-1); }
@media (min-width: 1200px) {
.site-header.light .site-header__logo .vodi-gr1 {
fill: url(#vodi-gr1); } }
.light .movie-sidebar .widget-area-inner .widget,
.light .video-sidebar .widget-area-inner .widget,
.light .tv-show-sidebar .widget-area-inner .widget {
background-color: #F6F7F9; }
.light .masvideos_movies_widget .movie,
.light .masvideos_movies_widget .video,
.light .masvideos_movies_widget .tv-show,
.light .masvideos_videos_widget .movie,
.light .masvideos_videos_widget .video,
.light .masvideos_videos_widget .tv-show,
.light .masvideos_tv_shows_widget .movie,
.light .masvideos_tv_shows_widget .video,
.light .masvideos_tv_shows_widget .tv-show {
border-bottom: 1px solid #d0d0d2; }
.light .masvideos_movies_widget .movie:before, .light .masvideos_movies_widget .movie__title,
.light .masvideos_movies_widget .video:before,
.light .masvideos_movies_widget .video__title,
.light .masvideos_movies_widget .tv-show:before,
.light .masvideos_movies_widget .tv-show__title,
.light .masvideos_videos_widget .movie:before,
.light .masvideos_videos_widget .movie__title,
.light .masvideos_videos_widget .video:before,
.light .masvideos_videos_widget .video__title,
.light .masvideos_videos_widget .tv-show:before,
.light .masvideos_videos_widget .tv-show__title,
.light .masvideos_tv_shows_widget .movie:before,
.light .masvideos_tv_shows_widget .movie__title,
.light .masvideos_tv_shows_widget .video:before,
.light .masvideos_tv_shows_widget .video__title,
.light .masvideos_tv_shows_widget .tv-show:before,
.light .masvideos_tv_shows_widget .tv-show__title {
color: #303030; }
.light .masvideos_movies_widget .movie__meta--release-year,
.light .masvideos_movies_widget .video__meta--release-year,
.light .masvideos_movies_widget .tv-show__meta--release-year,
.light .masvideos_videos_widget .movie__meta--release-year,
.light .masvideos_videos_widget .video__meta--release-year,
.light .masvideos_videos_widget .tv-show__meta--release-year,
.light .masvideos_tv_shows_widget .movie__meta--release-year,
.light .masvideos_tv_shows_widget .video__meta--release-year,
.light .masvideos_tv_shows_widget .tv-show__meta--release-year {
color: #707070; }
.light .episode-tabs .nav .nav-item a,
.light .episode .nav .nav-item + .nav-item:before,
.light .episode-seasons-tabs .nav .nav-item a {
color: #949494; }
.light .episode-tabs .tab-content {
background: #fcfcfc; }
.light.single-episode .episode__meta {
color: #949494; }
.light .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item a,
.light .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item a .season-title {
color: #949cb0; }
.light.single-episode .episode__avg-rating .avg-rating__text {
color: #949cb0; }
.light.single-episode .episode__season-tabs-wrap {
background: #fcfcfc; }
.light.single-episode .episode_title {
color: #19272e; }
.light.single-episode .episode__short-description p, .light .single-episode .episode__description > div {
color: #19272e; }
.light .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode__season-title {
border-bottom-color: #e8e8e8; }
.light.single-episode-v4 .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode__season-title,
.light .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode__season-title {
color: #121a21; }
.light.single-movie .single-movie__sidebar .widget {
background-color: #f6f7f9; }
.light.single-movie .movie-tabs .nav,
.light .tv-show-tabs .nav {
border-bottom-color: #e8e8e8; }
.light.single-movie .single-movie__sidebar .widgettitle {
color: #303030;
border-bottom-color: #d0d0d2; }
.light.single-movie .movie-tabs .nav .nav-item a,
.light .tv-show-tabs .nav .nav-item a {
color: #949cb0; }
.light.single-movie .movie_title {
color: #19272e; }
.light.single-movie .movie__short-description p,
.light.single-movie .movie__description p {
color: #19272e; }
.light.single-movie .movie-tabs .nav .nav-item + .nav-item:before,
.light .tv-show-tabs .nav .nav-item + .nav-item:before {
color: #949494; }
.light.single-movie-v6.single-movie .movie-actions--link_add-to-playlist > a,
.light.single-movie-v7.single-movie .movie-actions--link_add-to-playlist > a {
color: #949cb0; }
.light.single-movie-v6 .movie .summary .movie__meta--genre a,
.light.single-movie-v7 .movie .summary .movie__meta--genre a {
color: #949cb0; }
.light.single-movie-v6 .movie .summary,
.light.single-movie-v7 .movie .summary {
border-bottom-color: #e8e8e8; }
.light .single-movie-casts--title,
.light .movie__related-video--title {
color: #19272e; }
.light.single-movie-v6 .single-movie-casts .movie-cast .person-name {
color: #000; }
.light.single-movie-v6 .single-movie-details--title,
.light.single-movie-v6 .single-movie-details--attributes table.movie__attributes th,
.light.single-movie-v6 .single-movie-details--attributes table.movie__attributes td,
.light.single-movie .comment_container .description {
color: #19272e; }
.light.single-movie .masvideos-Reviews #comments ol.commentlist li.comment + li {
border-top-color: #e8e8e8; }
.light.single-person .person .single-person__personal-info {
background: #f6f7f9; }
.light.single-person .person .single-person__sidebar-title {
color: #303030;
border-bottom-color: #d0d0d2; }
.light.single-person .person .single-person__short-description,
.light.single-person .person .single-person__description {
color: #19272e; }
.light .person-credits-tabs .tab-content .person-movies-credits > div {
border-bottom: 1px solid #d0d0d2; }
.light .person-tabs ul,
.light .person-credits-tabs ul {
border-bottom-color: #e8e8e8; }
.light h2.single-movie-casts--title,
.light h2.movie__related-video--title,
.light.single-movie-v6.single-movie h2.masvideos-reviews__title,
.light.single-movie-v7.single-movie h2.masvideos-reviews__title,
.light.single-movie-v6 h2.masvideos-movie-gallery__title,
.light.single-movie-v6 h2.single-movie-highlighted-comment--title,
.light.single-movie-v7 h2.single-movie-highlighted-comment--title,
.light.single-movie-v6 h2.single-movie-details--attributes__title,
.light.single-movie-v7 h2.single-movie-details--attributes__title,
.light.single-movie-v6 h2.single-movie-details--description__title,
.light.single-movie-v7 h2.single-movie-details--description__title {
color: #19272e; }
.light.single-movie-v5 .movie__related-video,
.light .movie__streaming-medias {
background: #f5f5f5; }
.light.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast .person-name-link,
.light.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew .person-name-link,
.light.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast .person-role,
.light.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew .person-role,
.light.single-movie-v5 .movie-cast-crew-tabs ul.nav li a.active,
.light.single-movie-v6 .movie-featured-crew .movie-crew a,
.light.single-movie-v7 .movie-featured-crew .movie-crew a,
.light.single-movie-v6 .movie-featured-crew .movie-crew .person-role,
.light.single-movie-v7 .movie-featured-crew .movie-crew .person-role,
.light.single-movie .movie_related__by-person--title,
.light.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-cast .person-role,
.light.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crew .person-role,
.light.single-movie-v6 .single-movie-details--attributes table.movie__attributes th,
.light.single-movie-v6 .single-movie-details--attributes table.movie__attributes td,
.light.single-movie-v7 .single-movie-details--attributes table.movie__attributes th,
.light.single-movie-v7 .single-movie-details--attributes table.movie__attributes td,
.light.single-movie-v7.single-movie .movie__related--title,
.light.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast h3.person-name,
.light.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew h3.person-name,
.light.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast,
.light.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew,
.light.single-movie-v5 .movie__info--body .movie__sharing-with-tags .movie__tags {
color: #19272e; }
.light.single-movie-v6.single-movie .masvideos-reviews__title:after,
.light.single-movie-v7.single-movie .masvideos-reviews__title:after,
.light.single-movie-v6 h2.single-movie-details--description__title:after,
.light.single-movie-v7 h2.single-movie-details--description__title:after {
background: #f5f5f5; }
.light.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-cast + .movie-cast,
.light.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-cast + .movie-crew,
.light.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crew + .movie-cast,
.light.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crew + .movie-crew,
.light.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-casts + .movie-casts,
.light.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-casts + .movie-crews,
.light.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crews + .movie-casts,
.light.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crews + .movie-crews {
border-top-color: #e8e8e8; }
.light .movie__streaming-medias li a + a {
border-top-color: #e8e8e8; }
.light.single-tv_show .tv-show_title {
color: #19272e; }
.light.single-tv_show .tv-show__meta--genre,
.light.single-tv_show .tv-show__meta--genre a,
.light.single-tv_show .tv-show__meta--release-year {
color: #949494; }
.light.single-tv_show .tv-show__rating .avg-rating__text {
color: #949cb0; }
.light.single-tv_show .tv_show__season-tabs-wrap {
background: #fcfcfc; }
.light .tv_show__season-tabs-wrap .nav .nav-item a {
background: #eeeff0; }
.light .masvideos_widget_search .search-field {
background-color: #efefef;
color: #495057;
border-color: #e2e2e2; }
.light .masvideos_widget_search .search-field:focus {
border-color: #e2e2e2;
border-width: 1px;
background-color: #fff; }
.light .masvideos_widget_search .search-field::placeholder {
color: #a7a8a9; }
.light .masvideos_widget_search button:after {
color: #a7a8a9; }
.light .vodi-widget_movies_letter_filter .vodi-layered-nav-movies-letter a,
.light .vodi-widget_movies_letter_filter .vodi-layered-nav-tv-shows-letter a,
.light .vodi-widget_tv_shows_letter_filter .vodi-layered-nav-movies-letter a,
.light .vodi-widget_tv_shows_letter_filter .vodi-layered-nav-tv-shows-letter a {
background-color: #e8e8e8; }
.light .vodi-widget_movies_letter_filter .vodi-layered-nav-movies-letter a .count,
.light .vodi-widget_movies_letter_filter .vodi-layered-nav-tv-shows-letter a .count,
.light .vodi-widget_tv_shows_letter_filter .vodi-layered-nav-movies-letter a .count,
.light .vodi-widget_tv_shows_letter_filter .vodi-layered-nav-tv-shows-letter a .count {
color: #6b7590; }
.light .vodi-widget_movies_letter_filter .vodi-layered-nav-movies-letter a:hover span:first-child,
.light .vodi-widget_movies_letter_filter .vodi-layered-nav-tv-shows-letter a:hover span:first-child,
.light .vodi-widget_tv_shows_letter_filter .vodi-layered-nav-movies-letter a:hover span:first-child,
.light .vodi-widget_tv_shows_letter_filter .vodi-layered-nav-tv-shows-letter a:hover span:first-child {
color: #181d29; }
.light .vodi-widget_movies_letter_filter .vodi-layered-nav-movies-letter a:hover .count,
.light .vodi-widget_movies_letter_filter .vodi-layered-nav-tv-shows-letter a:hover .count,
.light .vodi-widget_tv_shows_letter_filter .vodi-layered-nav-movies-letter a:hover .count,
.light .vodi-widget_tv_shows_letter_filter .vodi-layered-nav-tv-shows-letter a:hover .count {
color: #2a2d33; }
.light .vodi-widget_movies_letter_filter .vodi-layered-nav-movies-letter.chosen a span:first-child,
.light .vodi-widget_movies_letter_filter .vodi-layered-nav-tv-shows-letter.chosen a span:first-child,
.light .vodi-widget_tv_shows_letter_filter .vodi-layered-nav-movies-letter.chosen a span:first-child,
.light .vodi-widget_tv_shows_letter_filter .vodi-layered-nav-tv-shows-letter.chosen a span:first-child {
color: #181d29; }
.light .vodi-widget_movies_letter_filter .vodi-layered-nav-movies-letter.chosen a .count,
.light .vodi-widget_movies_letter_filter .vodi-layered-nav-tv-shows-letter.chosen a .count,
.light .vodi-widget_tv_shows_letter_filter .vodi-layered-nav-movies-letter.chosen a .count,
.light .vodi-widget_tv_shows_letter_filter .vodi-layered-nav-tv-shows-letter.chosen a .count {
color: #2a2d33; }
@media (max-width: 1199.98px) {
.light #secondary.widget-area {
background: #F6F7F9; } }
.light .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item,
.light .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item,
.light .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item,
.light .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item,
.light .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item,
.light .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item,
.light .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item,
.light .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item,
.light .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item {
background: #e8e8e8; }
.light .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item:hover a,
.light .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item:hover a,
.light .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item:hover a,
.light .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item:hover a,
.light .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item:hover a,
.light .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item:hover a,
.light .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item:hover a,
.light .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item:hover a,
.light .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item:hover a {
color: #1c212e; }
.light .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-movies-layered-nav-list li + li,
.light .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list li + li,
.light .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-videos-layered-nav-list li + li,
.light .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-movies-layered-nav-list li + li,
.light .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list li + li,
.light .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list li + li,
.light .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-movies-layered-nav-list li + li,
.light .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list li + li,
.light .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list li + li {
border-left: 5px solid #F6F7F9; }
.light .sidebar-area.widget-area .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a,
.light .sidebar-area.widget-area .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a {
color: #000; }
.dark .sidebar-area.widget-area .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a,
.dark .sidebar-area.widget-area .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a {
color: #b4bbc0; }
.light .sidebar-area.widget-area .widget_vodi_videos_filter > .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a,
.light .sidebar-area.widget-area .widget_vodi_videos_filter > .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a:hover,
.light .sidebar-area.widget-area .widget_vodi_videos_filter > .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item.chosen a,
.light .sidebar-area.widget-area .widget_vodi_videos_filter > .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a,
.light .sidebar-area.widget-area .widget_vodi_videos_filter > .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a:hover,
.light .sidebar-area.widget-area .widget_vodi_videos_filter > .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item.chosen a {
color: #949cb0; }
.dark .sidebar-area.widget-area .widget_vodi_videos_filter > .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item:hover a,
.dark .sidebar-area.widget-area .widget_vodi_videos_filter > .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a:hover,
.dark .sidebar-area.widget-area .widget_vodi_videos_filter > .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item.chosen a,
.dark .sidebar-area.widget-area .widget_vodi_videos_filter > .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item:hover a,
.dark .sidebar-area.widget-area .widget_vodi_videos_filter > .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a:hover,
.dark .sidebar-area.widget-area .widget_vodi_videos_filter > .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item.chosen a {
color: #1c212e; }
.page-template-template-homepage-v6 .home-section,
.page-template-template-homepage-v7 .home-section {
width: 100%;
margin-left: 0; }
.page-template-template-homepage-v6 .home-section .container,
.page-template-template-homepage-v7 .home-section .container {
padding: 0; }
.page-template-category-template .dark,
.page-template-category-tvshows-template .dark,
.page-template-category-video-template .dark {
background-color: #131722; }
.page-template-category-template .site-content,
.page-template-category-tvshows-template .site-content {
background-color: #131722; }
.page-template-category-template .widget-area .widget_categories ul li a,
.page-template-category-tvshows-template .widget-area .widget_categories ul li a {
color: #b4bbc0; }
.page-template-category-template .widget-area-inner,
.page-template-category-tvshows-template .widget-area-inner {
background: #1c212e; }
.page-template-category-template .widget-area .widget-title,
.page-template-category-tvshows-template .widget-area .widget-title {
color: #fff;
border-bottom-color: #2f2f33; }
 @-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;-webkit-transform-origin:center bottom;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-name:headShake;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-animation-name:swing;-webkit-transform-origin:top center;animation-name:swing;transform-origin:top center}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;-webkit-transform-origin:center;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-duration:1.3s;-webkit-animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-duration:1.3s;animation-name:heartBeat;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;-webkit-animation-name:bounceIn;animation-duration:.75s;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;-webkit-animation-name:bounceOut;animation-duration:.75s;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animated.flip{-webkit-animation-name:flip;-webkit-backface-visibility:visible;animation-name:flip;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-animation-name:flipInX;-webkit-backface-visibility:visible!important;animation-name:flipInX;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-animation-name:flipInY;-webkit-backface-visibility:visible!important;animation-name:flipInY;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutY;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutY;backface-visibility:visible!important}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-name:lightSpeedIn;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-name:lightSpeedOut;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}@keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}.hinge{-webkit-animation-duration:2s;-webkit-animation-name:hinge;animation-duration:2s;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}@keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}@keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;animation-duration:1s;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion){.animated{-webkit-animation:unset!important;-webkit-transition:none!important;animation:unset!important;transition:none!important}}
 .audio-options {
list-style: none;
padding: 0;
display: flex; }
.audio-options span {
font-size: 9px;
color: #fff;
line-height: 1.5;
font-weight: 600;
letter-spacing: -0.05em;
margin-top: 5px; }
.audio-options svg {
color: #fff;
display: block;
height: 20px; }
.audio-options li {
background-color: #373c49; }
.audio-options li + li {
margin-left: 5px; }
.audio-options li:hover span, .audio-options li:focus span {
color: #000; }
.audio-options li:first-child svg {
padding-top: 5px; }
.audio-options li a {
display: flex;
flex-direction: column;
align-items: center;
width: 52px;
height: 53px;
justify-content: center; }
.vodi-categories-widget .categories {
padding-left: 0;
list-style: none;
display: flex;
flex-wrap: wrap; }
.vodi-categories-widget .category {
background-color: #181d29;
margin: 0 3.5px 3.5px 0;
letter-spacing: -0.05em;
cursor: pointer;
width: 52px;
height: 54px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center; }
.vodi-categories-widget .category:hover a,
.vodi-categories-widget .category:hover span, .vodi-categories-widget .category:focus a,
.vodi-categories-widget .category:focus span {
color: #131722; }
.vodi-categories-widget .category a {
font-size: 21px;
line-height: 1.25;
font-weight: 600;
display: block; }
.vodi-categories-widget .category .count {
font-size: 12px;
line-height: 14px;
color: #6b7590;
display: block; }
.movie-sidebar.widget-area .widget,
.video-sidebar.widget-area .widget,
.tv-show-sidebar.widget-area .widget {
margin-bottom: 28px; }
.movie-sidebar.widget-area .widget-title,
.video-sidebar.widget-area .widget-title,
.tv-show-sidebar.widget-area .widget-title {
font-size: 22px;
letter-spacing: -0.025em;
font-weight: 500;
padding-bottom: 13px;
border-bottom-style: solid;
border-width: 1px;
display: block;
margin-bottom: 30px; }
.movie-sidebar ul,
.video-sidebar ul,
.tv-show-sidebar ul {
padding-left: 0;
list-style: none; }
.movie-sidebar.widget-area .widget-title {
font-size: 22px !important;
padding-bottom: 13px !important;
margin-bottom: 15px !important; }
@media (min-width: 1200px) {
.movie-sidebar.widget-area .widget-title {
margin-bottom: 30px !important; } }
.movie-sidebar ul {
margin-bottom: 20px; }
@media (min-width: 1200px) {
.movie-sidebar ul {
margin-bottom: 26px; } }
.page-template-category-template .widget-area-inner,
.page-template-category-tvshows-template .widget-area-inner {
padding: 25px 20px; }
.page-template-category-template .site-content,
.page-template-category-tvshows-template .site-content {
padding-top: 75px; }
.page-template-category-template .section_header,
.page-template-category-tvshows-template .section_header {
padding-top: 20px; }
.movie-sidebar .masvideos-movies-filter-widget ul {
margin-bottom: 30px; }
@media (max-width: 1199.98px) {
.tv-show-sidebar .widget_vodi_tv_shows_filter {
margin-bottom: 0 !important; } }
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list,
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-videos-layered-nav-list,
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-tv-shows-layered-nav-list,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-movies-layered-nav-list,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-videos-layered-nav-list,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-tv-shows-layered-nav-list,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-movies-layered-nav-list,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-videos-layered-nav-list,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-tv-shows-layered-nav-list {
column-count: 2; }
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item,
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-videos-layered-nav-list__item,
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-movies-layered-nav-list__item,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-videos-layered-nav-list__item,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-movies-layered-nav-list__item,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-videos-layered-nav-list__item,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item {
display: flex;
align-items: center;
margin-bottom: 4px; page-break-inside: avoid; break-inside: avoid; }
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item a,
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-videos-layered-nav-list__item a,
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-movies-layered-nav-list__item a,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-videos-layered-nav-list__item a,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-movies-layered-nav-list__item a,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-videos-layered-nav-list__item a,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a {
position: relative;
display: flex;
align-items: center;
word-break: break-all; }
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item a:before,
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-videos-layered-nav-list__item a:before,
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a:before,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-movies-layered-nav-list__item a:before,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-videos-layered-nav-list__item a:before,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a:before,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-movies-layered-nav-list__item a:before,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-videos-layered-nav-list__item a:before,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a:before {
content: "";
padding-right: 30px;
font-size: 18px;
width: 18px;
height: 18px;
background-repeat: no-repeat;
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18px" height="486px"><path fill-rule="evenodd" fill="rgb(180, 187, 192)" d="M-0.000,486.000 L-0.000,468.000 L18.000,468.000 L18.000,486.000 L-0.000,486.000 ZM16.000,470.000 L2.000,470.000 L2.000,484.000 L16.000,484.000 L16.000,470.000 ZM-0.000,442.000 L18.000,442.000 L18.000,460.000 L-0.000,460.000 L-0.000,442.000 ZM2.000,458.000 L16.000,458.000 L16.000,444.000 L2.000,444.000 L2.000,458.000 ZM-0.000,416.000 L18.000,416.000 L18.000,434.000 L-0.000,434.000 L-0.000,416.000 ZM2.000,432.000 L16.000,432.000 L16.000,418.000 L2.000,418.000 L2.000,432.000 ZM-0.000,390.000 L18.000,390.000 L18.000,408.000 L-0.000,408.000 L-0.000,390.000 ZM2.000,406.000 L16.000,406.000 L16.000,392.000 L2.000,392.000 L2.000,406.000 ZM-0.000,364.000 L18.000,364.000 L18.000,382.000 L-0.000,382.000 L-0.000,364.000 ZM2.000,380.000 L16.000,380.000 L16.000,366.000 L2.000,366.000 L2.000,380.000 ZM-0.000,338.000 L18.000,338.000 L18.000,356.000 L-0.000,356.000 L-0.000,338.000 ZM2.000,354.000 L16.000,354.000 L16.000,340.000 L2.000,340.000 L2.000,354.000 ZM-0.000,312.000 L18.000,312.000 L18.000,330.000 L-0.000,330.000 L-0.000,312.000 ZM2.000,328.000 L16.000,328.000 L16.000,314.000 L2.000,314.000 L2.000,328.000 ZM-0.000,286.000 L18.000,286.000 L18.000,304.000 L-0.000,304.000 L-0.000,286.000 ZM2.000,302.000 L16.000,302.000 L16.000,288.000 L2.000,288.000 L2.000,302.000 ZM-0.000,260.000 L18.000,260.000 L18.000,278.000 L-0.000,278.000 L-0.000,260.000 ZM2.000,276.000 L16.000,276.000 L16.000,262.000 L2.000,262.000 L2.000,276.000 ZM-0.000,234.000 L18.000,234.000 L18.000,252.000 L-0.000,252.000 L-0.000,234.000 ZM2.000,250.000 L16.000,250.000 L16.000,236.000 L2.000,236.000 L2.000,250.000 ZM-0.000,208.000 L18.000,208.000 L18.000,226.000 L-0.000,226.000 L-0.000,208.000 ZM2.000,224.000 L16.000,224.000 L16.000,210.000 L2.000,210.000 L2.000,224.000 ZM-0.000,182.000 L18.000,182.000 L18.000,200.000 L-0.000,200.000 L-0.000,182.000 ZM2.000,198.000 L16.000,198.000 L16.000,184.000 L2.000,184.000 L2.000,198.000 ZM-0.000,156.000 L18.000,156.000 L18.000,174.000 L-0.000,174.000 L-0.000,156.000 ZM2.000,172.000 L16.000,172.000 L16.000,158.000 L2.000,158.000 L2.000,172.000 ZM-0.000,130.000 L18.000,130.000 L18.000,148.000 L-0.000,148.000 L-0.000,130.000 ZM2.000,146.000 L16.000,146.000 L16.000,132.000 L2.000,132.000 L2.000,146.000 ZM-0.000,104.000 L18.000,104.000 L18.000,122.000 L-0.000,122.000 L-0.000,104.000 ZM2.000,120.000 L16.000,120.000 L16.000,106.000 L2.000,106.000 L2.000,120.000 ZM-0.000,78.000 L18.000,78.000 L18.000,96.000 L-0.000,96.000 L-0.000,78.000 ZM2.000,94.000 L16.000,94.000 L16.000,80.000 L2.000,80.000 L2.000,94.000 ZM-0.000,52.000 L18.000,52.000 L18.000,70.000 L-0.000,70.000 L-0.000,52.000 ZM2.000,68.000 L16.000,68.000 L16.000,54.000 L2.000,54.000 L2.000,68.000 ZM-0.000,26.000 L18.000,26.000 L18.000,44.000 L-0.000,44.000 L-0.000,26.000 ZM2.000,42.000 L16.000,42.000 L16.000,28.000 L2.000,28.000 L2.000,42.000 ZM-0.000,-0.000 L18.000,-0.000 L18.000,18.000 L-0.000,18.000 L-0.000,-0.000 ZM2.000,16.000 L16.000,16.000 L16.000,2.000 L2.000,2.000 L2.000,16.000 Z"/></svg>') no-repeat;
background-position: left; }
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item a:hover:before,
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item.chosen a:before,
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-videos-layered-nav-list__item a:hover:before,
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-videos-layered-nav-list__item.chosen a:before,
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a:hover:before,
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item.chosen a:before,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-movies-layered-nav-list__item a:hover:before,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-movies-layered-nav-list__item.chosen a:before,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-videos-layered-nav-list__item a:hover:before,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-videos-layered-nav-list__item.chosen a:before,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a:hover:before,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item.chosen a:before,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-movies-layered-nav-list__item a:hover:before,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-movies-layered-nav-list__item.chosen a:before,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-videos-layered-nav-list__item a:hover:before,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-videos-layered-nav-list__item.chosen a:before,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a:hover:before,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item.chosen a:before {
content: "";
width: 18px;
height: 18px;
font-weight: 800;
display: inline-block;
background-position: left; }
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item .count,
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-videos-layered-nav-list__item .count,
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item .count,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-movies-layered-nav-list__item .count,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-videos-layered-nav-list__item .count,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item .count,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-movies-layered-nav-list__item .count,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-videos-layered-nav-list__item .count,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item .count {
margin-left: 5px; }
.sidebar-area.movie-sidebar .widget-area-inner > .widget, .sidebar-area.video-sidebar .widget-area-inner > .widget, .sidebar-area.tv-show-sidebar .widget-area-inner > .widget {
padding: 25px 0; }
@media (min-width: 1200px) {
.sidebar-area.movie-sidebar .widget-area-inner > .widget, .sidebar-area.video-sidebar .widget-area-inner > .widget, .sidebar-area.tv-show-sidebar .widget-area-inner > .widget {
padding: 25px 20px; } }
.sidebar-area.tv-show-sidebar .widget-area-inner > .widget {
padding-top: 17px; }
.sidebar-area.movie-sidebar .widget-area-inner > .widget.widget_vodi_movies_filter {
padding-bottom: 14px; }
.movie-sidebar .widget_movies_genres .movies-genres {
padding-left: 0;
list-style: none; }
.movie-sidebar .widget_movies_genres .movies-genres li a {
padding: 3px 0;
position: relative; }
@media (max-width: 1199.98px) {
.movies_widget_rating_filter ul,
.videos_widget_rating_filter ul,
.tv_shows_widget_rating_filter ul {
margin-bottom: 0; } }
.movies_widget_rating_filter ul li.masvideos-layered-nav-rating a,
.videos_widget_rating_filter ul li.masvideos-layered-nav-rating a,
.tv_shows_widget_rating_filter ul li.masvideos-layered-nav-rating a {
display: flex;
justify-content: space-between;
align-items: center;
color: #949cb0; }
.movies_widget_rating_filter ul li.masvideos-layered-nav-rating .star-rating,
.videos_widget_rating_filter ul li.masvideos-layered-nav-rating .star-rating,
.tv_shows_widget_rating_filter ul li.masvideos-layered-nav-rating .star-rating {
line-height: 1; }
.movies_widget_rating_filter ul li.masvideos-layered-nav-rating .star-rating .star,
.videos_widget_rating_filter ul li.masvideos-layered-nav-rating .star-rating .star,
.tv_shows_widget_rating_filter ul li.masvideos-layered-nav-rating .star-rating .star {
font-size: 17px;
height: 17px; }
.movies_widget_rating_filter ul li.masvideos-layered-nav-rating + li.masvideos-layered-nav-rating,
.videos_widget_rating_filter ul li.masvideos-layered-nav-rating + li.masvideos-layered-nav-rating,
.tv_shows_widget_rating_filter ul li.masvideos-layered-nav-rating + li.masvideos-layered-nav-rating {
margin-top: 10px; }
.movie-sidebar.widget-area .movies_widget_rating_filter .widget-title {
margin-bottom: 18px !important; }
@media (min-width: 1200px) {
.movie-sidebar .movies_widget_rating_filter ul {
margin-bottom: 16px; } }
.masvideos-widget_movies_year_filter ul {
display: flex;
flex-wrap: wrap;
margin-right: -5px; }
.masvideos-widget_movies_year_filter ul li {
padding: 0 5px 5px 0px;
flex: 0 0 20%;
max-width: 20%; }
.masvideos-widget_movies_year_filter ul li a {
padding: 7px 9px 6px;
background-color: #181d29;
letter-spacing: -1px;
display: block; }
.masvideos-widget_movies_year_filter ul li a:hover {
color: #1c212e; }
.masvideos-widget_movies_year_filter ul li.chosen a {
color: #1c212e; }
.movie-sidebar.widget-area .widget.masvideos-widget_movies_year_filter {
margin-bottom: 40px; }
@media (max-width: 1199.98px) {
.movie-sidebar.widget-area .widget.masvideos-widget_movies_year_filter {
margin-top: 20px; } }
.movie-sidebar.widget-area .widget.masvideos-widget_movies_year_filter .widget-title {
padding-bottom: 9px !important;
margin-bottom: 21px !important; }
@media (min-width: 1200px) {
.movie-sidebar.widget-area .widget.masvideos-widget_movies_year_filter ul {
margin-bottom: 43px; } }
.light .masvideos-widget_movies_year_filter ul li a {
background-color: #eff0f2; }
.sidebar-area.widget-area:not(.blog-sidebar) .widget_vodi_movies_filter,
.sidebar-area.widget-area:not(.blog-sidebar) .widget_vodi_videos_filter,
.sidebar-area.widget-area:not(.blog-sidebar) .widget_vodi_tv_shows_filter {
margin-bottom: 25px; }
.sidebar-area.widget-area:not(.blog-sidebar) .widget_vodi_movies_filter > .widget-header .widget-title,
.sidebar-area.widget-area:not(.blog-sidebar) .widget_vodi_videos_filter > .widget-header .widget-title,
.sidebar-area.widget-area:not(.blog-sidebar) .widget_vodi_tv_shows_filter > .widget-header .widget-title {
margin-bottom: 28px; }
.sidebar-area.widget-area:not(.blog-sidebar) .widget_vodi_movies_filter .widget .widget-title,
.sidebar-area.widget-area:not(.blog-sidebar) .widget_vodi_videos_filter .widget .widget-title,
.sidebar-area.widget-area:not(.blog-sidebar) .widget_vodi_tv_shows_filter .widget .widget-title {
font-size: 18px;
padding-bottom: 8px;
margin-bottom: 21px; }
.sidebar-area.widget-area:not(.blog-sidebar) .widget_vodi_movies_filter .widget:last-child:not(.widget_vodi_movies_filter):not(.widget_vodi_videos_filter):not(.widget_vodi_tv_shows_filter),
.sidebar-area.widget-area:not(.blog-sidebar) .widget_vodi_videos_filter .widget:last-child:not(.widget_vodi_movies_filter):not(.widget_vodi_videos_filter):not(.widget_vodi_tv_shows_filter),
.sidebar-area.widget-area:not(.blog-sidebar) .widget_vodi_tv_shows_filter .widget:last-child:not(.widget_vodi_movies_filter):not(.widget_vodi_videos_filter):not(.widget_vodi_tv_shows_filter) {
padding-bottom: 0; }
.sidebar-area.widget-area:not(.blog-sidebar) .widget:not(.widget_vodi_movies_filter):not(.widget_vodi_videos_filter):not(.widget_vodi_tv_shows_filter) {
margin-bottom: 0; }
.sidebar-area.widget-area:not(.blog-sidebar) .widget:not(.widget_vodi_movies_filter):not(.widget_vodi_videos_filter):not(.widget_vodi_tv_shows_filter) + .widget:not(.widget_vodi_movies_filter):not(.widget_vodi_videos_filter):not(.widget_vodi_tv_shows_filter) {
padding-top: 0; }
.sidebar-area.widget-area:not(.blog-sidebar) .widget:last-child:not(.widget_vodi_movies_filter):not(.widget_vodi_videos_filter):not(.widget_vodi_tv_shows_filter) {
padding-bottom: 15px; }
.masvideos_widget_search {
margin-bottom: 21px !important; }
.masvideos_widget_search .search-field {
border-radius: 0;
font-size: 14px;
line-height: 18px;
letter-spacing: -0.025em;
font-family: "Montserrat", "Open Sans", sans-serif;
padding: 12.5px 20px; }
.masvideos_widget_search .search-field:focus + button:after {
content: none; }
.masvideos_widget_search .masvideos-search {
position: relative;
display: flex; }
.masvideos_widget_search button {
font-size: 0;
padding: 0;
border: 0; }
ul.ui-autocomplete {
padding-left: 0;
list-style: none;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 4px;
background-color: #fff;
box-shadow: 0px 0px 13px 0px #808080;
z-index: 9999; }
ul.ui-autocomplete .ui-menu-item {
cursor: pointer;
padding: 5px 12px; }
ul.ui-autocomplete .ui-menu-item + .ui-menu-item {
border-top: 1px solid #a8a8a83d; }
.vodi-widget_movies_letter_filter,
.vodi-widget_tv_shows_letter_filter {
padding-bottom: 19px !important; }
.vodi-widget_movies_letter_filter ul,
.vodi-widget_tv_shows_letter_filter ul {
display: flex;
flex-wrap: wrap;
margin-right: -5px;
margin-bottom: 0; }
.vodi-widget_movies_letter_filter .vodi-layered-nav-movies-letter,
.vodi-widget_movies_letter_filter .vodi-layered-nav-tv-shows-letter,
.vodi-widget_tv_shows_letter_filter .vodi-layered-nav-movies-letter,
.vodi-widget_tv_shows_letter_filter .vodi-layered-nav-tv-shows-letter {
flex: 0 0 20%;
max-width: 20%;
padding: 0 5px 5px 0px;
margin-bottom: 0; }
.vodi-widget_movies_letter_filter .vodi-layered-nav-movies-letter a,
.vodi-widget_movies_letter_filter .vodi-layered-nav-tv-shows-letter a,
.vodi-widget_tv_shows_letter_filter .vodi-layered-nav-movies-letter a,
.vodi-widget_tv_shows_letter_filter .vodi-layered-nav-tv-shows-letter a {
display: flex;
flex-direction: column;
align-items: center;
padding: 10px 0; }
.vodi-widget_movies_letter_filter .vodi-layered-nav-movies-letter a span:first-child,
.vodi-widget_movies_letter_filter .vodi-layered-nav-tv-shows-letter a span:first-child,
.vodi-widget_tv_shows_letter_filter .vodi-layered-nav-movies-letter a span:first-child,
.vodi-widget_tv_shows_letter_filter .vodi-layered-nav-tv-shows-letter a span:first-child {
font-size: 21px;
line-height: 1;
letter-spacing: -0.05em;
font-family: "Open Sans", sans-serif;
font-weight: 600;
display: block; }
.vodi-widget_movies_letter_filter .vodi-layered-nav-movies-letter a .count,
.vodi-widget_movies_letter_filter .vodi-layered-nav-tv-shows-letter a .count,
.vodi-widget_tv_shows_letter_filter .vodi-layered-nav-movies-letter a .count,
.vodi-widget_tv_shows_letter_filter .vodi-layered-nav-tv-shows-letter a .count {
font-size: 12px;
line-height: 14px;
letter-spacing: -0.05em;
font-family: "Open Sans", sans-serif;
font-weight: 400;
display: block; }
@media (min-width: 1200px) {
.sidebar-area.widget-area .masvideos-movies-tags-filter-widget,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter > .masvideos-tv-shows-tags-filter-widget,
.sidebar-area.widget-area .widget_vodi_videos_filter > .masvideos-videos-tags-filter-widget {
padding-bottom: 42px !important; } }
.sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-movies-layered-nav-list,
.sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list,
.sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-videos-layered-nav-list,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter > .masvideos-tv-shows-tags-filter-widget .masvideos-widget-movies-layered-nav-list,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter > .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter > .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list,
.sidebar-area.widget-area .widget_vodi_videos_filter > .masvideos-videos-tags-filter-widget .masvideos-widget-movies-layered-nav-list,
.sidebar-area.widget-area .widget_vodi_videos_filter > .masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list,
.sidebar-area.widget-area .widget_vodi_videos_filter > .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list {
display: flex;
flex-wrap: wrap;
margin-bottom: 0; }
.sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item,
.sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item,
.sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter > .masvideos-tv-shows-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter > .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter > .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item,
.sidebar-area.widget-area .widget_vodi_videos_filter > .masvideos-videos-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item,
.sidebar-area.widget-area .widget_vodi_videos_filter > .masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item,
.sidebar-area.widget-area .widget_vodi_videos_filter > .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 8px 5px;
flex: 0 0 25%;
max-width: 25%; }
@media (min-width: 1200px) {
.sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item,
.sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item,
.sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter > .masvideos-tv-shows-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter > .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter > .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item,
.sidebar-area.widget-area .widget_vodi_videos_filter > .masvideos-videos-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item,
.sidebar-area.widget-area .widget_vodi_videos_filter > .masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item,
.sidebar-area.widget-area .widget_vodi_videos_filter > .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item {
flex: 0 0 20%;
max-width: 20%; } }
.sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item i,
.sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item i,
.sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item i,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter > .masvideos-tv-shows-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item i,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter > .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item i,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter > .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item i,
.sidebar-area.widget-area .widget_vodi_videos_filter > .masvideos-videos-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item i,
.sidebar-area.widget-area .widget_vodi_videos_filter > .masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item i,
.sidebar-area.widget-area .widget_vodi_videos_filter > .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item i {
margin-bottom: 5px;
font-size: 20px; }
.sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item a,
.sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a,
.sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter > .masvideos-tv-shows-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item a,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter > .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter > .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a,
.sidebar-area.widget-area .widget_vodi_videos_filter > .masvideos-videos-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item a,
.sidebar-area.widget-area .widget_vodi_videos_filter > .masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a,
.sidebar-area.widget-area .widget_vodi_videos_filter > .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a {
font-size: 10px;
font-weight: 600;
letter-spacing: -0.05em;
text-align: center;
line-height: 1.2;
text-transform: uppercase;
height: 12px;
overflow: hidden; }
.sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-movies-layered-nav-list li + li,
.sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list li + li,
.sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-videos-layered-nav-list li + li,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter > .masvideos-tv-shows-tags-filter-widget .masvideos-widget-movies-layered-nav-list li + li,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter > .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list li + li,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter > .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list li + li,
.sidebar-area.widget-area .widget_vodi_videos_filter > .masvideos-videos-tags-filter-widget .masvideos-widget-movies-layered-nav-list li + li,
.sidebar-area.widget-area .widget_vodi_videos_filter > .masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list li + li,
.sidebar-area.widget-area .widget_vodi_videos_filter > .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list li + li {
border-left: 5px solid #1d212d; }
@media (max-width: 1199.98px) {
.masvideos-tv-shows-tags-filter-widget {
margin-bottom: 20px !important; } }
.sidebar-area.widget-area .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item,
.sidebar-area.widget-area .masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item,
.sidebar-area.widget-area .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item,
.sidebar-area.widget-area .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item {
display: flex;
align-items: center;
margin-bottom: 4px; }
.sidebar-area.widget-area .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a,
.sidebar-area.widget-area .masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a,
.sidebar-area.widget-area .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a,
.sidebar-area.widget-area .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a {
position: relative;
display: flex;
align-items: center;
word-break: break-all; }
.sidebar-area.widget-area .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a:before,
.sidebar-area.widget-area .masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a:before,
.sidebar-area.widget-area .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a:before,
.sidebar-area.widget-area .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a:before {
content: "";
padding-right: 30px;
font-size: 18px;
width: 18px;
height: 18px;
background-repeat: no-repeat;
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18px" height="486px"><path fill-rule="evenodd" fill="rgb(180, 187, 192)" d="M-0.000,486.000 L-0.000,468.000 L18.000,468.000 L18.000,486.000 L-0.000,486.000 ZM16.000,470.000 L2.000,470.000 L2.000,484.000 L16.000,484.000 L16.000,470.000 ZM-0.000,442.000 L18.000,442.000 L18.000,460.000 L-0.000,460.000 L-0.000,442.000 ZM2.000,458.000 L16.000,458.000 L16.000,444.000 L2.000,444.000 L2.000,458.000 ZM-0.000,416.000 L18.000,416.000 L18.000,434.000 L-0.000,434.000 L-0.000,416.000 ZM2.000,432.000 L16.000,432.000 L16.000,418.000 L2.000,418.000 L2.000,432.000 ZM-0.000,390.000 L18.000,390.000 L18.000,408.000 L-0.000,408.000 L-0.000,390.000 ZM2.000,406.000 L16.000,406.000 L16.000,392.000 L2.000,392.000 L2.000,406.000 ZM-0.000,364.000 L18.000,364.000 L18.000,382.000 L-0.000,382.000 L-0.000,364.000 ZM2.000,380.000 L16.000,380.000 L16.000,366.000 L2.000,366.000 L2.000,380.000 ZM-0.000,338.000 L18.000,338.000 L18.000,356.000 L-0.000,356.000 L-0.000,338.000 ZM2.000,354.000 L16.000,354.000 L16.000,340.000 L2.000,340.000 L2.000,354.000 ZM-0.000,312.000 L18.000,312.000 L18.000,330.000 L-0.000,330.000 L-0.000,312.000 ZM2.000,328.000 L16.000,328.000 L16.000,314.000 L2.000,314.000 L2.000,328.000 ZM-0.000,286.000 L18.000,286.000 L18.000,304.000 L-0.000,304.000 L-0.000,286.000 ZM2.000,302.000 L16.000,302.000 L16.000,288.000 L2.000,288.000 L2.000,302.000 ZM-0.000,260.000 L18.000,260.000 L18.000,278.000 L-0.000,278.000 L-0.000,260.000 ZM2.000,276.000 L16.000,276.000 L16.000,262.000 L2.000,262.000 L2.000,276.000 ZM-0.000,234.000 L18.000,234.000 L18.000,252.000 L-0.000,252.000 L-0.000,234.000 ZM2.000,250.000 L16.000,250.000 L16.000,236.000 L2.000,236.000 L2.000,250.000 ZM-0.000,208.000 L18.000,208.000 L18.000,226.000 L-0.000,226.000 L-0.000,208.000 ZM2.000,224.000 L16.000,224.000 L16.000,210.000 L2.000,210.000 L2.000,224.000 ZM-0.000,182.000 L18.000,182.000 L18.000,200.000 L-0.000,200.000 L-0.000,182.000 ZM2.000,198.000 L16.000,198.000 L16.000,184.000 L2.000,184.000 L2.000,198.000 ZM-0.000,156.000 L18.000,156.000 L18.000,174.000 L-0.000,174.000 L-0.000,156.000 ZM2.000,172.000 L16.000,172.000 L16.000,158.000 L2.000,158.000 L2.000,172.000 ZM-0.000,130.000 L18.000,130.000 L18.000,148.000 L-0.000,148.000 L-0.000,130.000 ZM2.000,146.000 L16.000,146.000 L16.000,132.000 L2.000,132.000 L2.000,146.000 ZM-0.000,104.000 L18.000,104.000 L18.000,122.000 L-0.000,122.000 L-0.000,104.000 ZM2.000,120.000 L16.000,120.000 L16.000,106.000 L2.000,106.000 L2.000,120.000 ZM-0.000,78.000 L18.000,78.000 L18.000,96.000 L-0.000,96.000 L-0.000,78.000 ZM2.000,94.000 L16.000,94.000 L16.000,80.000 L2.000,80.000 L2.000,94.000 ZM-0.000,52.000 L18.000,52.000 L18.000,70.000 L-0.000,70.000 L-0.000,52.000 ZM2.000,68.000 L16.000,68.000 L16.000,54.000 L2.000,54.000 L2.000,68.000 ZM-0.000,26.000 L18.000,26.000 L18.000,44.000 L-0.000,44.000 L-0.000,26.000 ZM2.000,42.000 L16.000,42.000 L16.000,28.000 L2.000,28.000 L2.000,42.000 ZM-0.000,-0.000 L18.000,-0.000 L18.000,18.000 L-0.000,18.000 L-0.000,-0.000 ZM2.000,16.000 L16.000,16.000 L16.000,2.000 L2.000,2.000 L2.000,16.000 Z"/></svg>') no-repeat;
background-position: left; }
.sidebar-area.widget-area .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a:hover:before,
.sidebar-area.widget-area .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item.chosen a:before,
.sidebar-area.widget-area .masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a:hover:before,
.sidebar-area.widget-area .masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item.chosen a:before,
.sidebar-area.widget-area .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a:hover:before,
.sidebar-area.widget-area .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item.chosen a:before,
.sidebar-area.widget-area .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a:hover:before,
.sidebar-area.widget-area .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item.chosen a:before {
content: "";
width: 18px;
height: 18px;
font-weight: 800;
display: inline-block; }
.sidebar-area.widget-area .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item .count,
.sidebar-area.widget-area .masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item .count,
.sidebar-area.widget-area .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item .count,
.sidebar-area.widget-area .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item .count {
margin-left: 5px; }
.sidebar-area.widget-area .widget_vodi_videos_filter > .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a,
.sidebar-area.widget-area .widget_vodi_videos_filter > .masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter > .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter > .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a {
word-break: normal; }
.sidebar-area.widget-area .widget_vodi_videos_filter > .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a:before,
.sidebar-area.widget-area .widget_vodi_videos_filter > .masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a:before,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter > .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a:before,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter > .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a:before {
content: none; }
.masvideos_movies_widget,
.masvideos_videos_widget,
.masvideos_tv_shows_widget {
counter-reset: my-sec-counter;
padding-top: 0 !important; }
@media (min-width: 1200px) {
.masvideos_movies_widget,
.masvideos_videos_widget,
.masvideos_tv_shows_widget {
padding-top: 34px !important; } }
.masvideos_movies_widget .movies__inner,
.masvideos_movies_widget .videos__inner,
.masvideos_movies_widget .tv-shows__inner,
.masvideos_videos_widget .movies__inner,
.masvideos_videos_widget .videos__inner,
.masvideos_videos_widget .tv-shows__inner,
.masvideos_tv_shows_widget .movies__inner,
.masvideos_tv_shows_widget .videos__inner,
.masvideos_tv_shows_widget .tv-shows__inner {
margin: 0; }
.masvideos_movies_widget .movie,
.masvideos_movies_widget .video,
.masvideos_movies_widget .tv-show,
.masvideos_videos_widget .movie,
.masvideos_videos_widget .video,
.masvideos_videos_widget .tv-show,
.masvideos_tv_shows_widget .movie,
.masvideos_tv_shows_widget .video,
.masvideos_tv_shows_widget .tv-show {
display: flex;
align-items: center;
padding-bottom: 11px;
margin-bottom: 15px; }
.masvideos_movies_widget .movie:last-child,
.masvideos_movies_widget .video:last-child,
.masvideos_movies_widget .tv-show:last-child,
.masvideos_videos_widget .movie:last-child,
.masvideos_videos_widget .video:last-child,
.masvideos_videos_widget .tv-show:last-child,
.masvideos_tv_shows_widget .movie:last-child,
.masvideos_tv_shows_widget .video:last-child,
.masvideos_tv_shows_widget .tv-show:last-child {
margin-bottom: 0; }
.masvideos_movies_widget .movie__poster,
.masvideos_movies_widget .video__poster,
.masvideos_movies_widget .tv-show__poster,
.masvideos_videos_widget .movie__poster,
.masvideos_videos_widget .video__poster,
.masvideos_videos_widget .tv-show__poster,
.masvideos_tv_shows_widget .movie__poster,
.masvideos_tv_shows_widget .video__poster,
.masvideos_tv_shows_widget .tv-show__poster {
display: none; }
.masvideos_movies_widget .movie__body,
.masvideos_movies_widget .video__body,
.masvideos_movies_widget .tv-show__body,
.masvideos_videos_widget .movie__body,
.masvideos_videos_widget .video__body,
.masvideos_videos_widget .tv-show__body,
.masvideos_tv_shows_widget .movie__body,
.masvideos_tv_shows_widget .video__body,
.masvideos_tv_shows_widget .tv-show__body {
overflow: hidden;
max-width: 100%; }
.masvideos_movies_widget .movie:before,
.masvideos_movies_widget .video:before,
.masvideos_movies_widget .tv-show:before,
.masvideos_videos_widget .movie:before,
.masvideos_videos_widget .video:before,
.masvideos_videos_widget .tv-show:before,
.masvideos_tv_shows_widget .movie:before,
.masvideos_tv_shows_widget .video:before,
.masvideos_tv_shows_widget .tv-show:before {
counter-increment: my-sec-counter;
content: counter(my-sec-counter) " ";
margin-right: 25px;
text-align: center;
font-size: 36px;
line-height: 1;
font-weight: 700;
min-width: 50px;
font-family: "Montserrat", "Open Sans", sans-serif; }
.masvideos_movies_widget .movie:last-child,
.masvideos_movies_widget .video:last-child,
.masvideos_movies_widget .tv-show:last-child,
.masvideos_videos_widget .movie:last-child,
.masvideos_videos_widget .video:last-child,
.masvideos_videos_widget .tv-show:last-child,
.masvideos_tv_shows_widget .movie:last-child,
.masvideos_tv_shows_widget .video:last-child,
.masvideos_tv_shows_widget .tv-show:last-child {
border: none; }
.masvideos_movies_widget .movie__meta--release-year,
.masvideos_movies_widget .video__meta--release-year,
.masvideos_movies_widget .tv-show__meta--release-year,
.masvideos_videos_widget .movie__meta--release-year,
.masvideos_videos_widget .video__meta--release-year,
.masvideos_videos_widget .tv-show__meta--release-year,
.masvideos_tv_shows_widget .movie__meta--release-year,
.masvideos_tv_shows_widget .video__meta--release-year,
.masvideos_tv_shows_widget .tv-show__meta--release-year {
font-size: 12px;
line-height: 1;
font-weight: 400;
display: block;
margin-bottom: 8px; }
.masvideos_movies_widget .movie__title,
.masvideos_movies_widget .video__title,
.masvideos_movies_widget .tv-show__title,
.masvideos_videos_widget .movie__title,
.masvideos_videos_widget .video__title,
.masvideos_videos_widget .tv-show__title,
.masvideos_tv_shows_widget .movie__title,
.masvideos_tv_shows_widget .video__title,
.masvideos_tv_shows_widget .tv-show__title {
font-size: 14px;
line-height: 1.3;
color: #fff;
font-weight: 700;
margin: 0;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden; }
.masvideos_movies_widget .movie__meta--genre, .masvideos_movies_widget .movie__meta--category,
.masvideos_movies_widget .video__meta--genre,
.masvideos_movies_widget .video__meta--category,
.masvideos_movies_widget .tv-show__meta--genre,
.masvideos_movies_widget .tv-show__meta--category,
.masvideos_videos_widget .movie__meta--genre,
.masvideos_videos_widget .movie__meta--category,
.masvideos_videos_widget .video__meta--genre,
.masvideos_videos_widget .video__meta--category,
.masvideos_videos_widget .tv-show__meta--genre,
.masvideos_videos_widget .tv-show__meta--category,
.masvideos_tv_shows_widget .movie__meta--genre,
.masvideos_tv_shows_widget .movie__meta--category,
.masvideos_tv_shows_widget .video__meta--genre,
.masvideos_tv_shows_widget .video__meta--category,
.masvideos_tv_shows_widget .tv-show__meta--genre,
.masvideos_tv_shows_widget .tv-show__meta--category {
font-size: 12px;
line-height: 1;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden; }
.masvideos_movies_widget .movies .movie__title,
.masvideos_videos_widget .movies .movie__title,
.masvideos_tv_shows_widget .movies .movie__title {
margin-bottom: 0; }
.widget-area .masvideos_movies_widget .widget-title,
.widget-area .masvideos_videos_widget .widget-title,
.widget-area .masvideos_tv_shows_widget .widget-title {
margin-bottom: 24px; }
.tv-show-sidebar .masvideos-tv-shows-widget {
padding-bottom: 18px !important; }
#reviews .comment-respond .comment-reply-title {
font-size: 18px; }
@media (max-width: 767.98px) {
#reviews .comment-respond .comment-reply-title:after {
display: none; } }
#reviews .commentlist {
padding-left: 0;
list-style: none; }
#reviews .commentlist li {
margin-bottom: 25px; }
#reviews .commentlist li:last-child {
margin-bottom: 0; }
#reviews .comment_container {
display: flex; }
#reviews .comment_container img {
margin-right: 18px; }
#reviews .comment_container p {
margin-bottom: 12px;
line-height: 1; }
#reviews .comment-text {
font-size: 14px; }
#reviews .masvideos-review__author {
margin-right: 6px; }
#reviews .masvideos-review__published-date {
color: #949cb0; }
#reviews .star-rating .star {
font-size: 16px;
width: 18px; }
.maxlist-more,
.maxlist-less {
position: relative;
font-size: 14px;
display: inline-block; }
.maxlist-more:after,
.maxlist-less:after {
display: inline-block;
margin-left: 9px;
content: "";
width: 7px;
height: 6px;
position: absolute;
top: 50%;
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="7px" height="4px"><path fill-rule="evenodd"  fill="rgb(44, 146, 205)" d="M6.885,0.975 L3.925,3.792 C3.879,3.835 3.821,3.845 3.764,3.854 C3.716,3.913 3.650,3.955 3.568,3.955 L3.303,3.955 C3.295,3.955 3.290,3.948 3.283,3.947 C3.200,3.955 3.117,3.935 3.051,3.871 L0.097,1.030 C-0.024,0.914 -0.030,0.718 0.083,0.594 L0.491,0.142 C0.603,0.017 0.792,0.010 0.913,0.127 L3.042,2.175 C3.158,2.260 3.295,2.337 3.435,2.337 C3.768,2.337 4.096,1.933 4.096,1.933 L4.104,1.949 L6.067,0.080 C6.188,-0.036 6.378,-0.029 6.491,0.095 L6.900,0.542 C7.013,0.666 7.006,0.859 6.885,0.975 Z"/></svg>') no-repeat; }
.maxlist-more:hover,
.maxlist-less:hover {
text-decoration: none; }
.maxlist-less:after {
transform: rotate(-180deg);
margin-top: -2px; }
.video-actions--link_add-to-playlist,
.movie-actions--link_add-to-playlist,
.tv-show-actions--link_add-to-playlist {
position: relative; }
.video-actions--link_add-to-playlist .dropdown-menu,
.movie-actions--link_add-to-playlist .dropdown-menu,
.tv-show-actions--link_add-to-playlist .dropdown-menu {
border-radius: 0;
border-width: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
margin-top: 1px;
top: 100%;
left: 0; }
.video-actions--link_add-to-playlist .dropdown-menu:before, .video-actions--link_add-to-playlist .dropdown-menu:after,
.movie-actions--link_add-to-playlist .dropdown-menu:before,
.movie-actions--link_add-to-playlist .dropdown-menu:after,
.tv-show-actions--link_add-to-playlist .dropdown-menu:before,
.tv-show-actions--link_add-to-playlist .dropdown-menu:after {
content: "";
position: absolute; }
.video-actions--link_add-to-playlist .dropdown-menu:before,
.movie-actions--link_add-to-playlist .dropdown-menu:before,
.tv-show-actions--link_add-to-playlist .dropdown-menu:before {
border-bottom: 10px solid #657786;
border-bottom-color: rgba(0, 0, 0, 0.1);
border-left: 10px solid transparent;
border-right: 10px solid transparent;
top: -10px;
left: 24px; }
.video-actions--link_add-to-playlist .dropdown-menu:after,
.movie-actions--link_add-to-playlist .dropdown-menu:after,
.tv-show-actions--link_add-to-playlist .dropdown-menu:after {
top: -9px;
left: 25px;
border-left: 9px solid transparent;
border-right: 9px solid transparent;
border-bottom: 9px solid #fff; }
.video-actions--link_add-to-playlist .dropdown-menu > a,
.movie-actions--link_add-to-playlist .dropdown-menu > a,
.tv-show-actions--link_add-to-playlist .dropdown-menu > a {
display: flex;
width: 100%;
padding: 0.5rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: normal;
background-color: transparent;
border: 0;
text-transform: none;
font-family: "Open Sans", sans-serif;
font-size: 14px;
align-items: center; }
.video-actions--link_add-to-playlist .dropdown-menu > a.create-playlist-link:before,
.movie-actions--link_add-to-playlist .dropdown-menu > a.create-playlist-link:before,
.tv-show-actions--link_add-to-playlist .dropdown-menu > a.create-playlist-link:before {
content: "+";
font-family: 'Font Awesome 5 Free';
margin-right: 15px;
font-size: 20px;
line-height: 1; }
.video-actions--link_add-to-playlist .dropdown-menu > a:hover,
.movie-actions--link_add-to-playlist .dropdown-menu > a:hover,
.tv-show-actions--link_add-to-playlist .dropdown-menu > a:hover {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa; }
.video-actions--link_add-to-playlist .dropdown-menu > a.toggle-playlist:before,
.movie-actions--link_add-to-playlist .dropdown-menu > a.toggle-playlist:before,
.tv-show-actions--link_add-to-playlist .dropdown-menu > a.toggle-playlist:before {
content: "";
padding-right: 30px;
font-size: 18px;
width: 18px;
height: 18px;
background-repeat: no-repeat;
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px"><path fill-rule="evenodd" fill="rgb(180, 187, 192)" d="M-0.000,486.000 L-0.000,468.000 L18.000,468.000 L18.000,486.000 L-0.000,486.000 ZM16.000,470.000 L2.000,470.000 L2.000,484.000 L16.000,484.000 L16.000,470.000 ZM-0.000,442.000 L18.000,442.000 L18.000,460.000 L-0.000,460.000 L-0.000,442.000 ZM2.000,458.000 L16.000,458.000 L16.000,444.000 L2.000,444.000 L2.000,458.000 ZM-0.000,416.000 L18.000,416.000 L18.000,434.000 L-0.000,434.000 L-0.000,416.000 ZM2.000,432.000 L16.000,432.000 L16.000,418.000 L2.000,418.000 L2.000,432.000 ZM-0.000,390.000 L18.000,390.000 L18.000,408.000 L-0.000,408.000 L-0.000,390.000 ZM2.000,406.000 L16.000,406.000 L16.000,392.000 L2.000,392.000 L2.000,406.000 ZM-0.000,364.000 L18.000,364.000 L18.000,382.000 L-0.000,382.000 L-0.000,364.000 ZM2.000,380.000 L16.000,380.000 L16.000,366.000 L2.000,366.000 L2.000,380.000 ZM-0.000,338.000 L18.000,338.000 L18.000,356.000 L-0.000,356.000 L-0.000,338.000 ZM2.000,354.000 L16.000,354.000 L16.000,340.000 L2.000,340.000 L2.000,354.000 ZM-0.000,312.000 L18.000,312.000 L18.000,330.000 L-0.000,330.000 L-0.000,312.000 ZM2.000,328.000 L16.000,328.000 L16.000,314.000 L2.000,314.000 L2.000,328.000 ZM-0.000,286.000 L18.000,286.000 L18.000,304.000 L-0.000,304.000 L-0.000,286.000 ZM2.000,302.000 L16.000,302.000 L16.000,288.000 L2.000,288.000 L2.000,302.000 ZM-0.000,260.000 L18.000,260.000 L18.000,278.000 L-0.000,278.000 L-0.000,260.000 ZM2.000,276.000 L16.000,276.000 L16.000,262.000 L2.000,262.000 L2.000,276.000 ZM-0.000,234.000 L18.000,234.000 L18.000,252.000 L-0.000,252.000 L-0.000,234.000 ZM2.000,250.000 L16.000,250.000 L16.000,236.000 L2.000,236.000 L2.000,250.000 ZM-0.000,208.000 L18.000,208.000 L18.000,226.000 L-0.000,226.000 L-0.000,208.000 ZM2.000,224.000 L16.000,224.000 L16.000,210.000 L2.000,210.000 L2.000,224.000 ZM-0.000,182.000 L18.000,182.000 L18.000,200.000 L-0.000,200.000 L-0.000,182.000 ZM2.000,198.000 L16.000,198.000 L16.000,184.000 L2.000,184.000 L2.000,198.000 ZM-0.000,156.000 L18.000,156.000 L18.000,174.000 L-0.000,174.000 L-0.000,156.000 ZM2.000,172.000 L16.000,172.000 L16.000,158.000 L2.000,158.000 L2.000,172.000 ZM-0.000,130.000 L18.000,130.000 L18.000,148.000 L-0.000,148.000 L-0.000,130.000 ZM2.000,146.000 L16.000,146.000 L16.000,132.000 L2.000,132.000 L2.000,146.000 ZM-0.000,104.000 L18.000,104.000 L18.000,122.000 L-0.000,122.000 L-0.000,104.000 ZM2.000,120.000 L16.000,120.000 L16.000,106.000 L2.000,106.000 L2.000,120.000 ZM-0.000,78.000 L18.000,78.000 L18.000,96.000 L-0.000,96.000 L-0.000,78.000 ZM2.000,94.000 L16.000,94.000 L16.000,80.000 L2.000,80.000 L2.000,94.000 ZM-0.000,52.000 L18.000,52.000 L18.000,70.000 L-0.000,70.000 L-0.000,52.000 ZM2.000,68.000 L16.000,68.000 L16.000,54.000 L2.000,54.000 L2.000,68.000 ZM-0.000,26.000 L18.000,26.000 L18.000,44.000 L-0.000,44.000 L-0.000,26.000 ZM2.000,42.000 L16.000,42.000 L16.000,28.000 L2.000,28.000 L2.000,42.000 ZM-0.000,-0.000 L18.000,-0.000 L18.000,18.000 L-0.000,18.000 L-0.000,-0.000 ZM2.000,16.000 L16.000,16.000 L16.000,2.000 L2.000,2.000 L2.000,16.000 Z"/></svg>') no-repeat;
background-position: left; }
.video-actions--link_add-to-playlist .dropdown-menu > a.toggle-playlist.added:before,
.movie-actions--link_add-to-playlist .dropdown-menu > a.toggle-playlist.added:before,
.tv-show-actions--link_add-to-playlist .dropdown-menu > a.toggle-playlist.added:before {
content: "";
width: 18px;
height: 18px;
display: inline-block; }
.video-actions--link_add-to-playlist .dropdown-menu[x-placement^="top-start"],
.movie-actions--link_add-to-playlist .dropdown-menu[x-placement^="top-start"],
.tv-show-actions--link_add-to-playlist .dropdown-menu[x-placement^="top-start"] {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.25); }
.video-actions--link_add-to-playlist .dropdown-menu[x-placement^="top-start"]:before,
.movie-actions--link_add-to-playlist .dropdown-menu[x-placement^="top-start"]:before,
.tv-show-actions--link_add-to-playlist .dropdown-menu[x-placement^="top-start"]:before {
bottom: -10px;
top: auto;
border-top: 10px solid #657786;
border-top-color: rgba(0, 0, 0, 0.1);
border-bottom: none;
border-bottom-color: transparent; }
.video-actions--link_add-to-playlist .dropdown-menu[x-placement^="top-start"]:after,
.movie-actions--link_add-to-playlist .dropdown-menu[x-placement^="top-start"]:after,
.tv-show-actions--link_add-to-playlist .dropdown-menu[x-placement^="top-start"]:after {
bottom: -9px;
top: auto;
border-top: 9px solid #fff;
border-bottom: none; } .slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
user-select: none;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent; }
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0; }
.slick-list:focus {
outline: none; }
.slick-list.dragging {
cursor: pointer;
cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list {
transform: translate3d(0, 0, 0); }
.slick-track {
position: relative;
left: 0;
top: 0;
display: block;
margin-left: auto;
margin-right: auto; }
.slick-track:before, .slick-track:after {
content: "";
display: table; }
.slick-track:after {
clear: both; }
.slick-loading .slick-track {
visibility: hidden; }
.slick-slide {
float: left;
min-height: 1px;
display: none; }
[dir="rtl"] .slick-slide {
float: right; }
.slick-slide img {
display: block; }
.slick-slide figure {
margin: 0; }
.slick-slide.slick-loading img {
display: none; }
.slick-slide.dragging img {
pointer-events: none; }
.slick-initialized .slick-slide {
display: block; }
.slick-loading .slick-slide {
visibility: hidden; }
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent; }
.slick-arrow.slick-hidden {
display: none; }
.slick-dots {
padding-left: 0;
list-style: none;
display: flex;
justify-content: center;
margin-bottom: 0;
flex-wrap: wrap; }
.slick-dots > li + li {
margin-left: 14px; }
.slick-dots button {
width: 8px;
height: 8px;
border-radius: 50%;
background-color: #d3d3d3;
text-indent: -9999px;
padding: 0;
transition: 0.2s; }
.slick-dots .slick-active button {
width: 30px;
border-radius: 3px; }
.slick-arrow {
position: absolute;
display: block;
height: 20px;
width: 20px;
line-height: 0px;
font-size: 0px;
cursor: pointer;
background: transparent;
color: transparent;
top: 50%;
transform: translate(0, -50%);
padding: 0;
border: none;
outline: none; }
.slick-arrow:hover, .slick-arrow:focus {
outline: none;
background: transparent;
color: transparent; }
.slick-arrow:before {
content: '';
width: 8px;
height: 14px;
background: url(//familycinematv.it/wp-content/themes/vodi/assets/css/data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAArCAQAAAA5m9v9AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfiCAUBOjHlQx+uAAABbklEQVQ4y43SP0tWYRgH4HsSjd6iHJwDC5EMGiSchILClqBoSLAv0CAIEhE0hYFDFH2CaGuqIAjDIaJP0OCQWRFC5mD+IRXNq0Hl1dfn9dyc5ZznXL/nHO7nF+6YMSxyV3gORrK8wycwmuOhfSdwN8dDu4/gXo6HEzuB+zkeTvpQHdj7cNwkeJDj4VhVoHGhZgI8zPFQ8755oLRHzTswluPhqLfgUY6HI+VA8xm3eQPGczy0eQ0e53ho9Qo8yfEDgcrKavUSPMvx0FIPZHho8cIWnuZ46LSMlRw+5TM23c7hKfwzlPn3TlPYMJSZzGlfsGEwM/czprG5iw/nXaax7lamM12+Yt3NTCO7fcOaG/vXy/is71hzvfFNCff4gdWDuMTP+YlV10rfLeO/ZdzIz5vFiqvN5lXCA83Pon7b6xeWXTnsnOt4rhrv8gvmsORyVT+38TwWXaosc4Q+v/HHxWoswiwW9GewCJNmslj8B07gY6Pn0yzYAAAAAElFTkSuQmCC) no-repeat; }
@font-face {
font-family: dashicons;
src: url(//familycinematv.it/wp-content/themes/vodi/assets/fonts/dashicons.eot); }
@font-face {
font-family: dashicons;
src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAGYMAA4AAAAAowAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABRAAAABwAAAAcckwii0dERUYAAAFgAAAAHwAAACABMwAET1MvMgAAAYAAAABAAAAAYJYFacxjbWFwAAABwAAAAUEAAAKi6kAXkmdhc3AAAAMEAAAACAAAAAj//wADZ2x5ZgAAAwwAAFnuAACMgOFsk4doZWFkAABc/AAAAC4AAAA2DP0UgmhoZWEAAF0sAAAAGgAAACQPogeuaG10eAAAXUgAAAEHAAACFodAcgtsb2NhAABeUAAAAg4AAAIO/oLadm1heHAAAGBgAAAAHwAAACABWQC1bmFtZQAAYIAAAAGbAAADVi8qdoNwb3N0AABiHAAAA+cAAApGwPo//ndlYmYAAGYEAAAABgAAAAayr1bhAAAAAQAAAADMPaLPAAAAANMHHI4AAAAA0wdjLXjaY2BkYGDgA2IJBhBgYmBkYGRkBZIsYB4DAASNADkAeNpjYGY/xTiBgZWBhVWEZQMDA8M0CM20h8GIKQLIB0phB6He4X4MDqp/vrqzXwDxgaQGkGJEUqLAwAgANrQKyHja3ZC9SwNBEMXnkqgcuzcGxOIgxYGkuO78JMHmNMQkoCKmkIhI/GhiFRshXRoLO1vBv0U7tdFGFAzWaqXO7o426nkkYGFv44N5w4Ph92AAIAm9yYAVO1jHcbK6OWW1470GIfRBJvtBNg2RSyPkU0BTlKcCFalMNdqgBrVoX1nKVq7yVV6Falbb2tW+zuuKqZgVUzN10zAtc2COOMU2u+zzKOe4wKUoAojpQGkaJo+yMX2MchTG9BJVqU5btEttBSqp0spTQZdu6bT2dKBDUzZLXfqmaZq2OWTgfk6zxwGPc8jFKOoMDKbwCz/xHd/wFV/wGZ/wER/wHm/xBq/wAhdxAUs4g9M4iRPOntN0dpxtZ13W5aqsyapclvNyToaiI+7EtbgU5+JMnIqT3sf+TlY//FRYidgSvw/g3+sbNnmNdAAAAAAAAAH//wACeNqsvQl8FFW2OFy3qquqO1un01u27nSntyydtTeydQKEPWwBIYogS7MvRpFNAm4RUUFQFEURN0RcRqMi45Jh3EbbbUQm6uhDxXFkGHVGncdzIElf/+fc6k46yMyb9/2+dKrurVtVt27d5eznFCdy8EdO892cwEmchkvjtBxXpbPrBL1db9YReyrR6cnp3sfoE9HH6C1k+mPRx/juWDO5mfuZ9vxMaOxD7mfipTz3M0e4pL8qjuO5CBeTX5R6oc4Ax2lIKExMZisxW4VgSENkyVBATAY5g5cl2Fn5MAkFQ2E+FKyG8uqQeDDWsDtn/e21ZQ9NK62f3bqyNvZIrOFpi2WZxZI3arFphMM/pVIeu+Syy/yFvvQWf75lGpyaZhE286/tzk93uK1byrPz7ekkLfYI/9rT7Ox0S15wbGaVw3/ZZUvGypWT/YXNulUj81idHCFeLio1yWouC/rEXm0y6gxSKSE6R6E7oPMHyWmhs3Xt2tYoTYtCKqvXtsaaW9fSNHJ6bSvf3boWXlvg/gl1fCJ9BH2Zweoxyxri0ZCATyTQrbhJTXuWxTbENizjfyQ7o7GDfFvfFMFG21Wb9yzjb2DltD16d+zR2OP8BVRLTtM0qDfK7ZZXyLVcNufm6qFeU6aWZBAPaSRBv8ddqCXEHYS8TcOOJZlIBrMpKBOTpCWSzePObCRhYmal1dLfN2/e0/qnZURqaWlsbHymcSJ90lLTetdVZGH/t7ypoKCwrSD2LSblZJ8VT9C9Vym30PlNTY3PSN1YcldrjZWIE1uggqamFvrksj+17tncNxMquKjAxltj37D0TXIfO7F5M1m0GW6x0HmNzzQ1cpwK5kcE3mkFp+fyuGKcI0Tnd5cSj112FErQ+yafvTrIVZsMUqHbL9p1LA36qs06O3TowKFoqCt+5Hrafv0jxXV1xcKp4rpY09Hbbjt6m3CYnIbktiXmPNoDfarkhU6+u7guGq0rjjXDDfyzWHxU1XdyCd4jkrNUXkofZAccPzAnBBhRDodPtBvtOh/fJpzqOyTY+rOj5LRo6P0uEhUNOP7fcCelP0unODW8kxNnvYcEcdaLISJnEIddlgo9bn8jvGlQo5yRiVhAu18izbkXuz1Z/W/MEq5fV/3tPNrR4e3wer0dDYJEmnPwXC7tlvKVS/Ue96x32vs3Tq8eAReVbvJ2kM65p+l+OJUFp3LpS7D+otwbUkzq54ycHdouqTwEeyxE3FmhoNOs4U0SLjQ2f2A1Sp0L6N+vjH01/tjt4/ltfv+COUS1ln5Bcom1eFjvXut0i9VqmW61CD8v8PtjV4y//dg43nolyVowZ5iXfkFPkoI1P8cKLJb4hZxAvMQrq6X9sP5LuTHK6DrsgyNLfDi0pcSIA9lAHDiaddgxsPQSRwE8siSuZEMekNV1xb3f4ViLhuK6/uwIZiOWEstAhpw+T9lOVRfm+6bgoFvqWut2Gy0W427I8G7M0QeTy2KfYo6BR24n96A8Wm6DEeUIDKNbwqVnlqE7VdCVxBMyBXF1qQyH+Y5fT3p11IRmvf/XP9JTQfph8O0AMf8Ihc0TRumlBw/Hrj/s14+aMOqVyYd/pH8Nvh0kZXDBP1hh86sw3wzcC1I3zLdsrhyeXViuqiDusOCrhnmSIQouSC0kQ+UodFZA34SJT2W6eGrQm6MTBEkqbVwUXry1PIOodNmlgc0k84o/bNIGHt7/p4UP0t2RyBUfXKnyuRvGjWvQ60PLF0woW/vYbDlnzPApNfSPh7ccW3lW1Hqs2TX5+Wfbf3+tAr8jshra4uEq4M0dkgzvLMlGe8DtkT0ht8eh8wVDnpA5GArYjSZzyCybzD6uOuh3F0oGWf1pbujuY3e3LaY9i9vu7rk7lP3pJ+YaKLlgBfGykhrzJ/3VZ7q6znQJtuUz4Axc8ml2CM60LSbFC2dDSTAvXjJ7IR3ehdeydkXlQnkqwFcYEc6UBRhE5RFEwe5RpnZWdTDA2iA1vjxq1Nx2+tbWl+iHu2lPRMgbU7V6LuErVk2atGqSXP4ypfTnue2BJvpcAd0WFcjNpHH13FGxE5OGheAKfBYpklfAHNbhaibVKrNcDnNTkn0a4gtmOfWFTk/ICvMzGHJoiCNDEE7dTXTzHw+/uOzeHwtP0Qfpg0ezXyVlv7qH/jBQSuaQOUezNh7+Xtq/uf211rmv30Hbyc6DJGtfb2e8gOyk7Zs/u382h3AyCu+rrKMcWMnFv1xJnE1lllQ2pyeoYu9tqiYApQLwY2tlK1sr62GthEgr8W/cSN+lT9J3N27kH167f+3a/TB3vb1biVewIVjDi/uzYS+M23fLLftgO4EXrY0djEQi0J50LgrregXMCy1AbjOMQQHMkFKYIyGujmuElT7hPGvdrrProUm++JaA6iFopwvODTmG86qkY3kFvIOTvcPx4rpeJwO3xKv8960sscDqjmKH8W2ILPtjSSXdQ68gOxFkxMGH6hMo8EbZH02zsKsiEcDn3kQeTsSz8N6ICyLSfkYfWIdSCPY4heAJwcKAVQJLAaiFU3FqgfZARtjf2xtJ/CPt0H8iQTsItta1/U8mnUY8wsGYH4VnydDLBYhH9A490BFONrpBv+Aymd2OQpXsdjoK5WBIOBUzlUcrbxdOCaf6h7fWAQSL8GXt2f7ibvrK7Nn0le6iQHa7cIqU9B1WranDvoiwV4v97os7npNf2Lv3Bfm5OxR8J4+U1wIlqEPqBQg0RHp2oN0QlcnSnu0WC23tO6QqPWSdFvsLn3NL7NQYuW070Fd0an+NePyQhfTfxmffEvtLDwc0JfzBexyFmeLg2mDlLuPaoSiTLydOmyqD8JlZVgIzN0xgDpuyMnmcxm4oDTJ60S1LjkJP0OmDheeWjAagHk1mEyAMoHfCBIEuu8INQFIyFRC9hoRVHjjPa4ibD/iJHm+Xjy584Sf6Pn2Rvv/TCwshT6rIaFL10wt9b5BVZOKPt9zyI32W3kafxRxpoO8vNWTojddMt+tXkfm/v5uYV/hnm025olDdaLPRH41utdqgNRiune5Y6nAaIDu9nTxPREFt0sgpcz7sPU42v/0/QsnXazYtXiyMUh618JwmiDOHPHQia0hfsRBQ874KkkIOvLpqgTxhvGV4UbFanLml/kRrK/93olYJfMhPUiVeIIEQUdOjsXz+BTmntfXqmsf+8F90m3Bb36kF5IZvn6XvxHaUWDkxPmdXwIySuVS2YjlciwQg9pDNK67v3apq6T8BNA3b+LbYQXnFmTPielgTPYMbwMQLyE5ZlDOAriiF2vyecsCJWSFPhsqMkDAUdP2ySJgxtvpX43J+/8BD85/bt7I6M/erx+6cN1946nyl/EfXXtzoztxBhk/9c8WWQ++dvfoP/W1tu89XiNNLHKAjVUB1pXGZ+I56oLXtBAAJ2+AFNcQOyCx2sG8K8aq6+qaoumIHYwcFG0IMeUXflNhB8Ti8YDsCAEzJaaybT6JR3YgDCyXLIEfgYyBgAA7oSLxc1dI69Ubag1xCK9/WuhY3hAQ9EUjF9beMf572EO/aVnIay2k7bGkADAbKYMkwHIfP1QC81UFP53AWzobvhU9zwUNEwae3OwQfSWywTDU8EKvFdWfO1JEXohEA05FoBGihxA6B/GllXOuKz77MS+Hiugg+dnADmvZUf7bQSdtpO6N9lPePIAwiriCQYvCqNncmo8JFXQa+snLgD/IvqSYV1b1HP3/vvVvHTezvyIp23sqyw6S9UamxNNr3dzgmhe85+NXR/s6rn2B5oa4okMQLaBk3MDzxpgbJkQCu8H5cArv5w7Jv4Fy1VVUA677aypu/lDL848b5z/4D9uI/e7fy3QqCe5CIKUZLeW1rpYLbiifW+h05kqTKHNa0pH3xSF+qvCJ+mx+rOPsyLgehlyE+2qPObZ2yYvackSUMLxbz3d4xF1wwxmRKK148eTiUGBNzJcrwop5Riue03wd4jrMFM902KVM8TtzecNh79l3cEzdQyjvpbaTlm2/ooW+kprC3b0FZc3OZ6l5vONr73TfKCXyGBM/YPcAzOWD9+QDncgA7rbwhgwfYWc77w3xWnAZTnZMmsKwUT4U8cjepfetqv//qt+gbdBF9Q8nLHW1tHW18bnISk1jyW4Zb5BUjVz/64p9efHT1yEQm5mhjFyT9x65lSXsd3gP89U5ymuHPVIWTSvyk/YgjERcCFDIkcozvVfgv5R4z3uUIIPsFDFggZHQYHQFHwAf0hLQfFld/h6oFUDYg7YhoALwe6XUKnVF2HI0ib478iLQf6CgFFsIIBezYDgFTBf51AT+HGfF4tD8bVwpwjQzGnHNvHI4q92Oqw/xAPUInNmZwTQ2pkjH9+P/v6tXF6y4m8TyrF2sT1/d3II2COVYrqwwrjtf5r94zJ6l9sMZ/8ZoEyT9xvbgeZjKn4fEIgOJ6upKu5gjfDeeOq7qUc+JxLEUQyrfFzxkS94kGLAVSbBfZzs51i8eBNWbngByDUrw+dvDfnpMVmleuhf4oYLSlj1GXDHdBfyhcoZIa7UYkiRoITnExKY/959I5YK9ssOq8Z18mXpiUZCfs+jsU4o7vVlKyE3p4Z5Rvw3+pCbpnfSTc1haOsH0v8oNDd72rcaAjKBBLbAgz+RH8SGmq+BekfoiZOEhIFN/ZEntpC+3eQoj4lzn9L5I3Nv2gwIw/cn+UzkhnFKwF/MUgDRTwZzkBpwin7ieFxzo6jtHP6cv082MdPWQpuSf2onRmsKjjGCm8/0Oy9FjfCkFNr+IY7x9lvJuW8Ujn0lY8kJKyhpg1hBEoRR9dddVH9I9AnvwRc8JvceLCkgIchhMtqnDyyZeQInZbvw9PRYdePgRvavC9NEQkAjyLuIheJHqXqCcu4RTtgcVw72U4WdrJXpiEPd+QD+irM6mXemfSV8kH8orYwQm0OrYUa+XvJL+fQNbT0lq6Nxb75hsggSK1XBKOwmexJwEVyOonXr6NRtoRz19GF/Btv6wO24nlbA6KOLtIMSFABWUjBIIWpsFshnFl/Ym88AouQ+EDTZmMssTJGCb6OL9pNJhRMGBCbpCYxNe3HDmyxe5aBjj1Rc2h62dfd92L1+XRI47rswTZ9rSVNFfKK35LTx9RL+v7Sjx+6z2x/+q8eHZn5+xgFVz0epZqI1yCQI88Q56RrJIV1zIbNhi8EAyeqpvM66H30X09ZD7bkfk90Ob7esi8xCHdB5dw/+t84GxhkllObBkk03S+CUFGksyTW7acpD/A/rwToW/5lpMD1yAM2hmXm5lh/ZbBS/iGYkMm57GZjIKOdZyOeMIk3ocmswwLb4ALLY4g/osCHiZep6cC1m2Fx6lqiUvvilGWR7wHvvnmAE5CRk/1xJo/zhrnxUXrHZf18VAaEekoF9fMTRzapgaSTNMhlBmgNcKSD4YZqIsCzCKVAWiI3WaUml4vbWgo7T1d2sAyYlppQ+93qpa+Q+Q0Q33ExqsttmDNxOL+jmGtbhMhREjPsnvqCismFOeL/MuRhtL+q6UmpY6G0teVOhpK+6arWmiU4VHak+JccsnqaTVIk8NLFRSotMXucrsZCY9YJczWq0sbgEHVJNFQZkYdeBjcRJ6cCwEPHkjiybPiFADy2vx/kGd0JRKNsI8yEkBc33fox3+bi9QVD94lNTEqoA5Y7fZ/l0seq8H34FznSjwSbYOh4ZPyCmWLD8VHn+07T7OSX0USleciyuo/MZjnOIUHx3YcBX7fyGUPpVmQhYJ5ABPFjA8Fcrmn/wTKFwDodAPdjfJmYCbITsGGWUwZkdfOzsWagbrBsxynyMEVHjkFnpTN5SOfARMxUMgZHZrEQ0WWoKiE735tx12n6A/PEEmaTtOQ2hBsAEkBENM0oN1Picdv3HOM/vUz+iv+q96tNE04BXRQrBnYD8Cs/+J5Gngk5zBWm0j87fQsEZA8q3uNNBHpGfrDqbt29BZjbVgrQwoRfBr9FZn2GTEf20Pk/g4EnUhGYT/0dyT6UsX68iiMaSrTiwDBTIwKKse9y65BgZVoJ/JR2gO19yCd0neS76YP8t2IiOmD0GdzVC1RZE6jyJ9Gyc7Y2kgvY1Pi74RjhTSUUn8c7wOtCK/h0AkaAQYK7mM1VOOdMCqnaLu0P/FAxAv4MCAEc1Fyh3I6htIBx0S5Y3IKtN/MdC+yCyC+x40/hw7GqBrFEtJLkyfTb0Ih//x5mzq346u/++LhrTcJn79Il7y4pnP7Lddumj8vEIJnvUpepR9NnnjTVqXuN6BudbzuYAh+PqyzUJbwB0hFdGcSI1x9+MV3kTra3tkxf74/FKLfTBY+hwdMnExKaJiGiTcUmDd/07W3bO9c8yK5i9EX0P1A0AIczmQz2CDJOhSe6MpRsm4zqZgwyV0orn/0ukh19XWPIqyNHWQLQVx/00eFsbu9kfx8obzwo5sAxuawBcLWhrJG1QMSSTsuQgW6M9E9wlGg0Ig9sTqd8ZRvEzoTwD2KGeItrgOyv72/o53BO+G4wnZ0YytgurEE5297EmsR54Wi58ghHefnG5nkESn1eDoUBPRuRVGiYEPRACRDRaYKMS/YIgqj3K6kcboDqSLxOOP2rKjGYM/0B0O4A544zDCMQXzv+sPv3dqffet7XddKty2pKq/+7eUHvhG+znjjBuSPr39dl5u/5Db9gvXfHKhU+pbcADTJHwCim1HCAny/WYKdJyj6ccplwKOQxuBszlA5QXEXcOQBfyiDyCb+Vb6F/PnKK2l+7BDNv/JK4X/8RTpbVXNLIDiB2skpcs/SUT/sXfk3+szfVu79YdRS8Q/02Jkz9BgpP3NG7W1O43nVOF+gpSV25z+6Nz5evOa+R/72t0fuW1P8+MZuBY8O0hF6xn02/VLW64FFJ7Lhd+h8RtwGR4Nj/K/JJpitit4Hu2toj0dwCfaFVLkF3gj8eQv6ThZ4vUIb8sYwPQ9MDDUDMdAcwhXLZLnxO+HKTUCB0p5NcHkB3h7j4yw13706O9KAxEFDJJutC2IgROqWjnBebhiu6CxZES0mfjJ0pqQs8PhPcnrcmaGgUyUEMz1umyxlmk021ZGb3UuFHHVhRVjVYK9yOM0mlTCisqra7/dV2b18mS0723A3veva++9fRvJInmPRosX080WLFy8ihVL5zXTDfYJJyrOVqsrsVUg1llWOEAST0e2ostcLjeU2q2Ga/5oHyFv3L5swIZa7mNgXwx/9YvFihHm/4B0HMJSQSDuRg2OcISaqFgQfuCniPcZqwToCfgfm8fokHtSs1OUC2ImIAKg1x4Ck8LRwqve7KMBgFJv3KLXAogaQHElUqrC5uFQAoUsDOlQtwOUChs9LFYihsHA+IKGrTaK9HPqE2BNLN5lzU3UhkOj9DoGFbsehHfQa4s28YP4FdC4Sgv0dSAICNsV/oDOKI0A9zrj88hmlNTX00TgROZRJUw/MY3znzLh8zQ6UIeeKc/Tw/oqC2RyAReyK8+SJTVajiAjFiP0dxIuKqRMo50OcktjwJLw3XGdAcqCnAxVd0ejaVhQvAsWDwkYuQZuzcZQUvIVMoBEfP0igO4VTO4jw0qUwbt2XvkRj9E809tKll75EBOGUUrID+rx5R6IUwBFczTG7gcH3TFXeLtGvspq1A/+xmUi24igy2gf4d694XGoCXJqPvQLNqQ4pOC+AlLrHbRd0AOIQ+DhkX7XRIEulBO564/11633+1RcsWrOaxjZsXen3zVmy+/4/+qqXHwSW+rvIgmc2T2jJ02h3X/HEpMmxGLHb7OOnjP6vB2aVIqQj5F2Y0yp4LsotHMQn20M+4gjZxTc+pKd6wrHZ4Y9I9odh/iEUg8Ak7MT5tZOtgyb2hnrGcThQd+pG6YABNUj8v8pHGDqJIIjvPm9WNCgiLCCdzs0weRw8O5eNHcpp/QBLFnPLmZxKNgMil4GyMdqFgCMQYng9gIJxh4LYzYjnWQfioZYY2aXQsXBeOWdkyvHENcBuuj1Gk29gGOAaM75D26hrisrTsniSjw3e+IRvWIZRk5KZUe+wmHQ5xryybKMx25yWLslpqRULyA686hqXq3FSqChPbzDWeisLCnzZZoOxJM+ak1fdPKWkNDenqijHfI3SAWTnYp8rJauE/nc0EvvVaFWlX59rNufbYZOEtDRzUJ+akpqWrdVm6tKrIrWvRegn5Tm5RfVZolxekD0iLc1i02rVcvp4k91eV5SdLfGa/PzmCMBgJ9kpfQrjZmAUxKDSgOd/qUgYKBOeayi9PWx86qabl710+1id6bVbr54+TXANFu6CwlexkD9w2cSAPeNKkjXqNd/ed2hs66GPJ4y/5rKJQdu5hdy/gKfnaElwtSfke3H5Ga6ege0/qQMm7glVi6JrwfT/Sx3SfiBJOhFPxtNz6zi/XBEhW4AphtnGjJH2K1JFlPjD1oM6Ahxy5F4UzShCckZkJ2RymZyVc3O13Cjgodu4OSgNAYwZcivzmpEmoYCkTFigSoLEJzgEX8in1w2Zu5hxyIGB6S06YIVARWKipJQwMZVU6XTkuh2TZs0YMbywcFtn21hbidt5YVlFZVX/k0tOLDuxuPbrY58sHDbMmj+8Oj9/WHDTlAuaLQWW/AY67cmgWaNVa8iWBU2FNltBeAnNQCuuCLJqUneqWjfV43KNab7kjn2501M06ppg+9L6+hhTkRwgz8QOlntb6x2ONJXG4fJNcjrPHNBnlZYbDIv2Di/z5+ZsM5vLfdnZsReBxbJFkAND+ihu8yKyXjcy2lDWu2RdMdF5RD2zIDK7BHMxCQliSMe3bfqS3rgJENzOTfTGL/vf5Nv6Dm0i677cRNtVXZu+JOs2SfvxzCYcBTzuP8uUt+y2+IUcYLAELZyMw/MGsG1CftoYnwWMFkZZ+tDt/OfsAYHNF+UYdYLSfpSjRsnppP+d5xQD45sWwSmOB6h5A+yYpnDA0YE/YFhhAiNWA8zcNlDao6RIp51G/gVobBOXixgBqQPGY+gMVqE6LAR0bElFty1ddkc0Z/iC+6IPLBiRC6vzeOx3O+7Zu41viD3XsG7j7NqaWVeua4ihgEE1MEYD60sPL5n8Y/hwyLY/mmgStomcFv/K8E0KSpEQT+ntHrteLD1CF8AC7F5OHiylr9wBnDCKgrx3k5ODdhwwRiLgCgdXidI81E4mtDWK9ZsZikJJ9m9EcKSifi+PwL/qIyIBb61+jTFiQmdd8d3BvimhexK0M/ZcJHL05SgqQiKA4HsiEVzejKHrM6IFVOPf/h6OW0EJ45ggIg3Y7DRMFZ1ncju1gPvLktoZF9G5fiHNQ6sggelmfLqhjeSvv2eQSr8nBDRR/wmYAoNtqy3BMyUl2KiS2toSpZF/i12H0wOaFLfBk7pgDniYTYKFGGQiFVbw7gbiDxFEo2j2WEEQBhFmV1ot3rGqoSG2tP7J+kshw99ZP3NGA+X5ay2WjyylJZbYZsxcIImX1s/smVkfW9rQsIplG/jdDQ19UbhwuvUjC1xnnQ4XYr/oGJ3RxHRR/3p9jYzbvzAQq2OgNrGaUFosx/PiOem/Oyc1IZmNsBmpsv7siHAqEkFrHEiB6B7Yn69MVkcivc5IBLX4EWbccpplogO785WhLSzDH6sYZlYAcgYbZDuCbmCA7MAB6QwAr/FFgQtloF44dWRhZJR95RRY6ztuGzH+4QNAqH758MPjwrfT2/i26ausIyMLxEMrVrz38g3hBb5odOH1ew6T1HvuuXcvPfPcXdcui0ZDkfD1v/n98hVIo0eScBhKjRAGWLlCBR+KsMmOAJrWupJQoyOewpxuR/QYiSItHhVO9XcgkGEKG0B1NtojNUWYhU8URT0JsKMsIMa3qJnWY8W/ej7avBEfPt+R/HzfgEEF4BkEd8zuKIo6dWQ+ENxBMS4BRNoR9qx/0YAhujwtzLEGZjnjdBSqJGAKTCpftZM4sN9DCXxaKHuSiErAxkJcFMFKCqX93fTIkQEuYccRMoKO3pttGtFgMOTn+9ram667bf3YMZa86aFM7a48v68iPy8vb65QQjrIyJcGGY+XyMrSYSWe6tL8XKfLqK+5enxt7bwRZWUNRWaTg76TW1FdnZtbWZGTF5cZ8IekP4pmrpmbxF3IzQYaGeYUtNmoELWOOLoPOMwOj0N2hBwBIBfMvjhtoCU+RShWbZbdHoXMgEkHTDqRfR6ceh7JZfQlugCqMYoeh1EhNqTyokJ70ei260bXaeZkhWoWfLx99uK6P9cumT37utnLLn7m6dXhUJ76GrXZGW6aObsFKQ3ntEqHhrjoJxpHWd/JrCUmPlWVxmeQZ9Z5cvKt1pH0kl/xvxFeXlJvKxBkWU6fnjt5ZLutYkp5WW/vI4/0Rs6e7S12TvQ7NOHKMQ6Xe2p6Wmqdd2RkYskwMi7YIBamFafU1T0kaPUVJfoseoYQwh80Z1ejuWecL1X0FPkAXQq5IFfD1TO8jRbfkuxp5BWDb8Gj2HvzPlStuUjILMftvM1axcw7JGoANek1RGQG32WNHz6asPdu2T+8oBztvXvbUHYcZTppZvVzomn8TYq5983fjroLjb0bhbMoLkDCEoXkgk36O7P+Li8Yvj9h/N3y6EeN3j2bEU4p9kOMfoy9OerbmxXD75vGN+1hl05W6oAFsBMeGn9nspPh43Sgl1A7Uw5vHeZGIxQN6vy822mDCW/MTMj8VedIFDVxu+CBgkQ6oMJZrzrRNai04v/JEBN9XEGis5SjCWQq2nqMYUeqb5VCRS1Bdv4XyXkooRR7iP5F+JCVb1cUBuyfZpI3YwdRxHTBx8nFJxMi04QtA4MnOuTEHUBrhYFTD4Z0GaScR7LJO63nkxN01bTvvvj53ah4vNeJgpV8YrHwef0nHOrCArUCE3YyfndAv4+idGVT9PuJTWqKMolYNP58vk3az/T0IuJ0HUwNLIsivSt8TXaxgUN1P1y7kxCG65DWR30hj4o5qwgAPxgKiyGUAfAqmykTjYFUN0PHfvfAtstUHkORxZV5vcVyfabLUmTwqC7b9kDsJZL/9tv0z2/L6gfodw/dcna+YM9yWUqMT86b96SxxOLKsgvzz97yEDFcgle9TfIH5BbSR1wacIdobalP0g8mlFfEpRNdos4l6kXDmvpxtx29bVx9iPHuZAQZS7Nje5kpyeO/4p/kW+1rRi+57bYlo9fYyeWMg6frr+/veOcdlCFsj7kH+RvE7wjrUR5UCjMRuXmmRWASZGiB3e/GIgKpA60MHDrnAGVEAoXlIpzbGQVCJ9o3Bc25yM41/T9GBBuk09DmMyLccWAN6jN3Lnx0/apV6x9dGNc299AeVJyouta2TlsDKwRJMu+0NWtjMzAbwbvhTKwvag80NQXsNC0hA4c5lcq0ZWgj5mZWEg6jA4mxALMLS8hCgELTob4Czf/wDU4D5Rzt3RqNioa+KcJHzNop0ncogq3pz+a7ISvt7zsUjSqKF8CdZCczqIpVw/sgLgO6JI1lFbk1ruMmZoNng1kTFwszOhamG5HPERQLtrpimlZc1+Ahp4v5XYyvqSvuP8HcOGzFdeKzKPovqUUMDh2Dphl4KnYQ9szGgJyWVwBvEOduh1YOrBbBnkQfHcU/RxFPdivWeGytkhYahn4Powwujuu1zGvnnLpc0PYVa1t7v8M7RUPr2r5DaGusWPj2Z8P+MII8RU8UlT6COeRiVgIKXAq5JEfcc8XlZjYryMV4RJNBFoPiY0wwqKHjL+yEXMe1s8hhDQoUIUfHazTk8IWCjR0XOk4ugMyCk45CdgtkmqFIkSG+yb3F5m4B8hUc6nnsRHkWIFczPprESYGQ0SToiEmRvoc82BIiq33FvXnkgBFWhrizbASQ2Ivq2sI5+WLxdvprLCUPFVVm59GXpfsvnqDr/ZJ/wOVBBbvO0Fit4a/xjg+3pWhSdb0jVBfFnlVOyWMtKVRQdHMKb4qwBGE750pezUi1A14LDhYkAP25AF9Wk7IgzL9GH13gbwpHzB9lrDmwJlBGP5LMDMz23aywHJ2KMln1bt6sIA5R3bzs2Cp387A9ha5pa9ZMC16UF/tePM4AdOwqlvyo2KjhHNbAPHiT6c1xQE0ZJEkLoFBVcdoKyBCdPRga+CV0Bwm0I7rR4W3gF0q6NBAMwb2oY0j8Ek+QZjjMSzY4jIXOAldRSclFF5cWF7ns9kJTto6kpVIfSdEIJVW++sbhY0bfeefoMcMb631V9DDzYYqVwL1XFir3OitnXlLpxHsLcnK1cC95j/7Ey/GbmybeeefEJnazuM2/YbTZX+AsNOZk6mWDXpOVmWOyF9qdRTxvLSHeTFW4yldUmmdNt9nSrXmlRb6q2GHmYPWY/8rR2fE7M1P0+pRMvLPAWezAO2kPnxG/NS/TZsvMY7eytabg+zTUMwBgyFDJWYAPCTC+qLZQyXbgDtNmXH/31TeGTWQ+aUZrumivU3iK/v0RekzVBQChlM9wN64YT9JJpZFUA4y6P3ZU1VJ5F67BZUQnL5KOoBMiUEww01OIpHLYXCafjSnMgDQsJw0wNqgFDZlU5vjKCIYkOSgvmrCCzOg6TR97jR6lscoi7ufoupecHmtF1VWPTJkxoa36JnLjlykf33X/is3LS9ctl7LaJ2ltu+gn9B9HOx4W7+VvuVROz327U1Uq+B6YE5n+6DupZZ47P74it7FzdCrTG5Kb4vqQApRSI5CRDVnmagZpGNwJ6OI5wLGHntxIvv2STxF4zYyOjhmxE1Y+zDKvyuqNM/uvkIQP6M8S6Xhyo4dUbHyy4/czFdsFBX9+D3xLHmIEl92fQjgvceiq00guEe1+nnPCgcpsyhIHsJdJ7CH+1e/DuzxA531yjNxEwt9fFztB/Afp13TDR7tJ5vJll8X+2rZpU9emjuhH5C5yIXG8exk9ds239E268f0/kGuI+WF6rH3JEvqP266cOWPjxhkzr4zrzxXc6ky2jNX5gNZnbl5uZlkNVPuAL4Vd3OHy+Vx0ydGC76tHXz1i/S2PfvBBjHf5AQz4XL3tTj+/4se76+r+qHnkrmd+jN3ud4o7XT5mf4c67zvhWQZ8b51Pb2fP0MWfofMJk4jrf1z0ZF3rnZd0PPLmTz9F+U9J/uFRo7ifU3/37DH6Z+w/wC2KjEjDPCEUeSmseG5Aj017xOP9HVGaJqiZExMydP3ZiCo7FIh9hpOIBsb6Dek5wIj5wEsP48ZybTgrrYKvOswzbYAkSlZSHSYe1H9h3pc4EPRBdoFZzzyMCGQQkXgEN85WyVVtkgW0wPbogwA6goJDFp2V44ur2yrN6ZmXjWxup63phRdefmFhesbcy+cKS+BgWI1ydMm4Ta7w4Rvef7Vms25Ty4RNsaeWD28PjBy+VLu8cn9XsTtVqOp6uGq5dunwkYFLR65M17qlrKJZsydUjF22vnLsrFkPhrYuWrQ11DBpUsNArq+FPLn5mfmfPk9bA83NQuWuHnp9QU05Wbn3eSlV9/xeuqu8poBs+Pi2LK3E5sRE7rC8TlrObMvNBD3KNCjWIcxH0eU0WzVm6Zvt9OFbpgfnUV/sH5Zp1vUWi2rcX2gX2ftTTrXHl+/Xh1JrBbHtFvr4La3XLIqtpCUWywZ0Az5xq7DpkpQ8c6lpmH5k+gQB4M5dZJh0u/QEV8LVMo19hgBgOawKIRFuthIe4bGqHEclLOsZvE7AfLNJmGngs535qRa3uWX8rJYpOZ5ZC2YX2DPLLnnqsjU09tNnXT6LMdM7ZubiVVdc+qR17qzWuQJJy51/8fQ5Mi/tk63FlaHAMLMuu3rimJEZpszMSSPHHqex/lNjxjdlz35i9Yjdt+6+4apIa0l6bHFzWtrYGQsLC4bbLNPmTMxUdIRkB6OtUBIxYCGst6OhiJ3sVJgqYOTQmBINHoGw65v8FsqLaBpSkYr8npSyOtIB7tq5CuAsRzI7uCFcFlFoBpji4kCOBJ2NJIPwivPqYLnrPLlzma1uhRWiaUpKXneR0Tt3Wmf/xtXY1RimJqWYbxuaktLPSPaDpJixXB8/SE8J7UxKWFu7L57Sj1xPjRrV9Aq9x9XYGH56fry45JxUkWcqtptZzCcXdc8+ZkKO/pPVSBtZiRElN36UuyJhUkqAACIALKBM2h85+3Jky8mtSy+5ZOnWk1v6pkQX8R1dwqmuDn4R7YkAod93CBY9nCopgcui0f1bu2h3tKNr6/4oOXBRZzTayYkkyE2R7pZ1zP7SBW2oYr7hBcC2N8LMryCyRyaFCh7CfvQUJghFUfboQz5iDgkeBzkSDL618eTJjW8Fg9GOk19vIgse+ebbAw9/880jHU89debpLiJcfTS2rbfvnU0f9m3rFd89+XUHXPpWx9cnO94KBaOxlG8egYsfPvBt5KlNjIZcdaIi9sJx3vilL/ab4xzMrWR9cQoc6wCKJiSdboBgXvQF1aP5G2oyQixxeYA+NntkZjRWDCWick4IeUSzTkvsUUX0BgyFdTftQacbyJDTu3f37ibeaKxZamKysWyaptqMbpq7d5M57JysTmjte3crMmpIe4h39+7q3cig4BkmwNy9m7bvhj/i7d2tyM3ifk8J+1PjOd4YOPg2KxGNdob7SCCJIjWKxwcI+1bFrjXWzDgfkh0cAcmIIKyvZNYCR5+NPRT0/eqT7AX1SGfWL8j+hPHSgAOGM18+XLuMj/TpoI+AEdOJG4YuVOgKRRDTFsV1jOuZS65DUupQ7o2r8lGaiUoJFL9EVU+/hTcpYCCaAAwKDmZ6jybmyc4MRMzQEHRfP/sy3w3DEBEN/dmiIYrc3KCNF9ph1nGTmOxRARIoe7Q5g8TpCXKuDN5klspVCCPhZ1XJvBgsFz1hgVhVGYKWlKsAhK7YkfB227Ej4e3WP5JueWw8uZlw9vKsEr+juSrgrjS0lVc/Ex4774ZJJWlEou18XlXDiLqq1BSde4RwbUGFNVNWiVq1WjaG64aVpXiEKlbXjiH193qO/ECGpYZu2bvHJ5rcJVZRN2pq2zBDuq7CP25UNf3oiRlbpjcW24vMJb6x9eTtygUzLh491TciLzvbd2H9sKbCG4f689gTVMugD3rcbFnJOwrLCUwnDc8X8X9h1iYDEqDSjUc3bDgqvMPczNRQoDiuJ7miF/PTNxz96eiGvikoEWPPXcW9I4uyCHCimuGpLKRfnSjqDDFEFRbKAe/LZiKYw8SpYoxdwJFHiCvkFi+49fcXm24/Q0/QI7fe9Eb1/sL7Vl/60/HfXJ419t7PIa3ppjrPM+PPEjsZTo9bVGTePFJBw3y61DX+DP2C/pZ+/t5s0/gxf96+eP3r9TW6MfvgriOXQ3rpPPouP3oWVG/uP2gpUaUJ5EtaQF/p4WWAsRqYW68AvYT+GvXceOwvJFyyALn67Ci2hUNZtIdVdcAWmwksxOpgSB9kRC47qeXxCkAxRLkI7ax30iPWUtXeF5zqGjuvGi3r6+hz+WUyeQMmhqQ35KV/aKzWxh6omii5ikLqg2JRHv2NJ49uNXtTUsbQMTlFqvvSdaoP6Xhek5vj1H5tKDRqBfF4has/hz/xtLPwqHlUoXWrKqMw11Sd03ftBK9HaHG4d2ndFm3GLXnm2PzGi4Xl7LTRYknlkn3iVcC94CrSkITDu6oFQVisWfUqk6Mg6EIQFZeYoBw84QubBVTgBdzFaLMKa4qDNcXxRgM6wvqqnZzrvI6vqn/n9iqGBT9ze5WziJvT+UMwHOz+LPnoffQ0vYUuo9vp6X3M9/Whd8jlJK3vE/r4muxMU/atF7uMG8jNf3mChK6sXa5RZ6c4VKHRDgf9ILsYjuCKnXM8V3g82abM7Is3CxlpqSZZs/Tvb/+z79U/0e/Hkink74S//qYNK/IfFSxkN9Z9H3vmOw8xZ9d9JM0l7FILwwIklbz4xyvbNRe0ZnlyKzJrpbm7R/RefLEwiqhVKj5cR9IkQSD1YaKmj5fbrLMmb2p+5dT/0Euu4O+Itawkh4n0+kP9i8n9sdFl9mnkb4oNZsJP+oLz+RigPuY/KkMjtMAQr05me4M5Wc18ESijP9A59F8eofMmOyY72THK/oD8KaEfldTVlZCSEgw68q+PAIsoOaUU8IsyZyJMLmXmcoFunczNVLxQZcEu+FCGkOy14NCL5xq/BuC1kLYBuAGcAkYbgWUH3IQ7zDcCveEJk5Ds9vhgYrlVLXeWz8y9iH75/aPjSR56pCq4jTa+HSGvYS6O8QQPfe0K+trVmhGBphtsophKws+3TutuJCpJEnj7tuG+4Zr/acn5IHe8ShANngKSEWuOoperUgcw765XkpEnTVvxyScrRmwbluvMzR1rGl5dPTzD47anprpyh20b/srojR2jBB7x0a3cTrlRbkrYs2iISZKJqOdCQRP6MvEeIkbJpGLi6nfHWncIj1Y6rqWfxKbcyD9GtXxXZ2yybKBPe9e7+507+C7hiSqXim6OTbyRf6F/O/8snMZnPM2tkgvEKGBZC+o+OSY/Q85RSxQNQ/IhZ+P0HmaaK2fxSw+syR8b8c4wGvP59wbz9Hq+nLxxUWcLvY566XUtnReJ0TXT/JWGFFGs9COZMJDvyyPNRF3+Of2BZH5eTs8gHYO2BsfF4wOy/mRLouNo7a9sgLUHrX8UfluhefUKtZuYJpCTUKYpNUV7v0NxIwp1GUZqQeuNrg5VV0dX71ZUWQz6POmgL5iWYWgt+gQSNAFvyoLgYIWYQoU/xn3qvNGkOtGCH53n+g7BPkknAuvXwvkQ16l8hhSSwQPZIPMB4JBDesAGAaAhdHarUECEU2llu+4+2T6x4447OjxuTcHcizevXDWpqv2rh66zF5LTDFYbRv36zjvyaVp+x9arS0pktTpvVKD0BL2c/u3kzXP1epU2PKHzzv/6bzLiafSg6T+typq06MV2lbasrDE/1qxUFde9npb2n7/v0W5qQNNyTt8nvdP53ujfvsP/1lpW/1lyVvxY/Jj5g/ED/mDix3Qfmb+d7qP33ULmsR2ZL46H433bE8fzbqH3kXkKL6jI6gWgjqsAeqJedl48NkBcSNkIrGCAscBxk0X4FSRLNKsZne9hJy0D5tOoeMVIXqi2VZwkHGJcX8909mo0qel7QZ+RkZKuEkWJyKlphQ6fJS9Xq0tJ4QnP8ypAX6npaVq9vlL4iabFTt7UEAjkWwy5lmJP4YiQv7qmsjqYn+nk09UFNn+gVtiSMGBBD05VF61LTc/Myk1NN2bzEikrKwXsnZZlyM7Oy3JpUjOsQpYeiEG1xo0qh2ltNrvfH9okqqUUWZYlSdSkyEKKit8U8gfs9veZTUSUhT4BynmQP8J+C8T7bSG3lMma/g99l7Bh+L/0HxnSh/2W/7QPy5XuoU8O6cdhvnP7kT+SiASAxsvA6QI38vF/1pVEYp3063/fmcvZRWj5o3To4Pov5qbD7PO4ExJyH3OpQY33wI8ZC8R/hBkBJQToiTMYE0npOrOsM4d0nhDUwn8qAF1hMlnt1f6Gxc2jTKZ0gaTI6enGLEtOiaeivLgkJyfblJYha4Q7qi1yvXVV6IJV7QsXXnbRCm97aWNe+fALKp6Z/MjIRfObH/5g6lxxvT4UGFZZ7fQYzXX10y+YrU9x252FMNC5Jr3eaMl3O12efHvsgQuuOavS8DqgqLRpaWlqvTo3RZ96dsvU1QFL7iPX054VK4j3+kf8DawfDgO/mgew1o5wkLOpsowGBBoZBN4z7qHod3vKVQF/lh5mAJInuAFEBrJFmEyqiXBnSV290ZjjUAgSR446b3TAu7udb7OV5oQqouX+nFKbvOJOSvf4O1dHLFb7smIlOlbxMnuqZ/WyG/x7CN8bmTkzUF8eDFTUJ/GM+zk189hiTsNEViOzElGY73ZVCzMN6AYWUokZwWzH1zMbSAU+ieuZjRFeLx5HNpddzQ2BlVC/y6FDUCaTITVGUdzPzPfj/nJkQI/N6oc7kipVQgBF4q7YQ9sP/YZw0kOGVCl0MuuHZqBR4vUPbT/ckVQp4mNyml3+i/YDnkWP6hAZUuXQzvpl++GOpEqTuipJjs98J8zn9dyN65r0KAY4j+cuXxF3rDyv1y59g51UvEHiPo/QX0cH/QUGLELRPu3omcrEhr70zH97YA/XJ8f6Qc+g8cDjXKZEpyDQ6AwM9FOOIX/CJC5HSCM2J5eVmYLHQ95LLJTRQUhmUhlRCXoEOSIjFeDzlwO76MlA3sceBOLgX0XZ4e+gm+n9P+/ezf1M5pJryVwO8j/HqslFpO7PW7b8mf6OHqC/wxy/d9rYtfeEFlz7ON2z4fHH//HE46TCN2J+hYUXrja5qgKBKlfqZz09zavGALwUELxOT8mvbZk80vgvowv5dv9M7//F86uTn0rqWEtcZfkvb4rMNN23ZMPjkSf+8fjjG658nKbW6S9cMLvA2rJp+ghnjlogrR98oHLXTZg6dWxIl7lo/8IJhQYSt1uPz0Ez9HsFi7RnV6LnuZnig9GsLIKeOOCl5w/qf5EvZUphBlNQEgrl4uhYM6py79O0hSPhNs19cNCfliS82J4ULuxHRTu/Mn7tSjhg3hMWI1ZhtKBLRVwW3JOUJk4zKxmU1b4nL5ZnAHedy5Wj3RPnLowHswyRoDn5wK8nqIrBqFQsrCGKS2XiL+crgN4yGkzw5kFVU1uHN/a211u+sZQPer/3biodOCptJA962zaV0jlPezvavHAa9n2PFVZV6XRa74SJNbbwWIm24e0dXi/B+1d74ah0k9fLl8D9m2Lb6By8iTz4NFTk5QNefFpP2epIW25uwYI/Bi9adSGsi31AR1dLf+KmcBdx87nLuWu47dwe1C0bUNthyJDkcjGgvATzHUQpDzBmis1AIgJiPFUGSrkAxxVyJBHuzpSIDkYko5Xg64eAfoABFf1MACNLijmDmFA0wrHZh3m4BvLSp21dZ9sK9bkV7gZHvSZ1on9CeWFh29mutkUrtqqzOhcFdrl0yLVhODXYMKtz7qla1Jml3lq5xNJ/uzuMI0s2K8N7WM/n6yP6fF6v1Ua0RKPXZtKeTK3eYiReo4U+iHuLkfbAfkMEs7gT3sEH+kdcMa2lrMrkkNSVzqkX7WrzY9NGNj7/VUXguq9b82ultfvXVuM91coeDqWGnNavrwtUfPV8/vAsckV9UTGDfIqan+py9Xl5eqMptdcM6FgH3MnXCosSD/EWtwFBfqeOG8nktCgWMAZ9unj0SYsi+2sgkiMRsjKeFnqMcUmgomlMiIQEW/T5K2atxLBPrTj3fVXxBlX5MEBbV0eUr4jH0wFcsfqFGTNoD5rgEJqOS+nTLOYgG1X2WZ8qsoVIRxdiIsVggfkgJWTdKZwRIEAVN5NZLvgHHEVdg1lm2RI3bEG7luQj9C6Nv0chtN4Rf1t2q9nKV4dRMMWxRAjBSYTVAZ0VHXOEzkhRPXY4NE/J0HZUv+BGdg7mjtwPUEBdmFmohvT+I/fut+3p7OjcY3toX0zcfOOdruaFY0ssL9Hf0E76m5dcIzbNdOyR9l+8ougKr6uxviiRiR0lc9BqiD7IbIcG8w0rnw/8hOCElBJCP8TcT4HnV656yp/S5HYPT/E9RSd7win6qhGBMtqz8vnly59fSby14ybmpIQ5NfM1OM58pe3Qi8O5Udw4biI3FfuSARUVCy7jSj5QbPaVLsQF5zrnmISMsgs2MZ4Ky50+f1aWnF1f7p7xzAy+bchh7BUYZzbYxagJG8ijqxu6R8QOKqm4w7Ns7gU5uSmF8y5c4Zk/YcL8c477fkb7qWRbqnievwYjJDErbyVFPvdVwB8ZspEzcPlcEcpVMvjCcqCTYNObENDoAfEiX+KRBIApHqZzlk2q8eT1yu5jR491V5JXaz7f/dOb831rFv36ZRqcPWbam3sXbp29q3fi/Im9u2Ze2HiXWNL/9txtTU3b5grVs5epiHP7kSmLrPRP5TTr0cxLDk+LfRaZ0TVjoXH11IS/fVS6D8aCSQWAC8BYxw4iAQmMLJZZwkDSkqzXof1vmLDwqETW6ZlEK+gJSpoLJ9qa6t6aQc8spf+84IOGJtukC5sn8BrDfcuttW8telZvGNt1umusQf/sovcbnSsfNGj4ceIl5QdfvWjaYjVNJ/+dtmTmRa8eLCsUwnXX/BSe4aHX8cH8U52df9627c+dnafyY78lV9vnNZy9tq6RT4qvko7xFDgWLQRIprAABKqsdwmeeLSd2w9+9c6zgeDZlw1j3usWztCbyZrSP2X37yp/007W0INF/Dp+u6xevGuXz49aRUPzE529TxAnyXZdS57y09pLCugp+lUpuYvO486Js6P9ZZydfxdj598F18FYXUKn1KRqYRQh2pXuZEHzWqKK3d2FzD/dxnnxLKAhzlHo5AP+MM+MtB2K0R8KO+yupDBd/AN8voZ+8NNeembPrD09a764/57ZN+w6enTXlKvGeiTarXpn/0P79z8knPKX/pO+eTdR37OmZ8+s3bsv7Nl9R49/6iTn6/sfggv2YxumkLHy1dJWTsfsHatVWWaMyKrEZvUEnfrCct7jIKYss0OJzmqWVEL/r0jZq9lH0dz+VOGP9y57Mfz4fKK7/NrvD2/MApBS99fagWL6g7R1H/37QTQ9vOP1ua2vtW/ufXn2/Z9tJjtH0p9Gxotg7VQTn7RPeuB8MkkhLpNcSbSFxNr/RaznCv6Mx7L0+9gHl/IldCVfvjz2gbSJ/uCYX9D/+RV8Od9XZBXom7H3L+UDMT9fuSJ2VLHtAy5iBfOJVeLKAXBhVkJ+DWGWIjC33MAFm8zkOrGsu7v3D91CK/+gMc1gHJMTeyP2Zs4YoyHNKDU923/42WeF8c/27+eLdTV2q2ygm8m1QEPYa3TJz9GyeL/nGmviKoTXYysRYx8Dvw28kbIcNSQor2gL996AIFfcEG67Tiump9BlZEuuQePW0AkffUgnQMaQS7bQZSnporYoxLfzl4V4t9CJ9/R3wF54T+vITqHb6DKrMZVXkzWvvUZvVvOpQMzsJlekZDu0RRVUTc5UsPW2UtbIc6CtdqWtMiIqaGsI+gTWQDkPyKqAiBwkZpOsWdvaNxmFraqnp63ZEdsfWyynaVI19rRUfi35Kj/NmWMXLhcWXDjVTh32Jy/q33fRFDv5zP4robl/FnlX1Fq0manoa32lU5uabkaf+QG+zMRs1r2Mbz9XQ6qXZFeYENHt0VtJwgpXdJnMQjkRhWBIBKB13rha4++YV0ZvDhxR6enNZfPu2HiEqphWqf85soYdCwvgCrImcOR8XJ9qUuKuN+NXxQ4yLdRr8Wr/O17LuTxmHsL/X0aHcsIhvBccEIzORFKJzwBL/LyhovAFDA88QL9jNuEPkPYMDU9epR/Mm0dU5w8dJT9ADMk3kfYUke8hjaheJJl8CZPFJnAzrjLTL6MrsigfdoLm8oO47uvYQeaCMzS+RN+UeIjLNMVOQOGd/n29Q4KHq9b0ZzNb4nMjhSggktU70KeWQe2xUi9qn5S4B6iLGvqUeEQLmoY4PxtQP1pH14kNfVOYMzo+j4VNUUIcRJVg94pjE8YeGLB1kfYPeCudL04xhrA3s3g7CmBn5ClNYybRqn2IdyIo/8OQioAF9p/7nYM44UAGZMjquEUN2iJJTdG+Q3gt4o/+DtqDWu14TLjE9WJCcq0CAIKexygfOYhiF2YCHo872M4cTvg2tPxm/ikYM3AglkQ543JR+IdOaEBr6ZjLCwa5CgXRb2jgOOF1LB6PmTqWLK1vaKhfunhTqaVgSoEVdxYr7hYWWa3WAlldH168+MziJfUNsSeKMJh9saoL2ANLQREMvRVT0WDNL4HsEBhQyF3CreQ2cFvOu3qCWQm4YGSNReV2ZgYPRBQQKwp6CjIjaH0Qrc0yiCkUtDJrNCNDpnJWiJ0IOokvaCXsBDp2cSz8KqqDfdViUt4kjCbNCdsp2k0/ZqutGn7Gt9ate4t+S39Pv31r3ZXFwSXkVzf2Hlq+/FDvjb8/OOm2gGH9rGs/y7VcvqlskWcJn5o+7PGsdF2WKSdTJaUCjK+5pnyhJyIIqeklN84hGrpYys3LENJTycI63l2+bnqoWVeoXVnfyleY1uOBQ7uivjXEVv1gO4pZ23ovW/cWMQ42ac8XLzUMWyrmQlPo36FJl6laGmqnd3Vc9URJAfkiQ6vS6nhrPiEqnbk8WCqQ/54N5e9lpWeqUrUrN9KPidpcMrKSJ7Tq2tvep7uObm2d8EjTjG+WKOm1LF7QuX6/SpyTeJBg+zkpytgRUEhNlIUQhNl8AoN6oCuw4hs/uAfOK8Jw5/7z+l8PxGVJpPpznpfws8bIg2g3gGtRVvcdivSfkNWwiNoxiBdGM4+iW6O0fyDMSNpA5F6lLT2R+F88jpCX4fOELA+eoI/HfkYv7ogS9QNfDW9FYwW8UQ005Wz5PfkNLocrZjqOGq6BcUPoexsmODPZl1sIyl4UwYtZJiEmui/Hr7lIKsVENijK+L2EoZvqwLbqXcvXtZi1WmmbxdK/1DrN0v8T8P13WabNrCXf12ZrBClVVblwXFnFclJSWzu9tjb2wRh+0+j+n0bzHWP6f2L5f45J5MfIj26TtFpzy7rlu6q3WaC2JVBbimWaVbjTQmuprnbC8oqycQsrVamSoCnC+qbXDh8du24M+X5MrHM0+X4gz/bXjVHsraB7gK5OYxzIgKYTmWYDJxt9g8IztF7mEoZ7eIGSV3WtObBmbev0K2CYvvo4iiaJzHGlOPoR/RNyw98+fOAbTDEqz7Q166Yi+F039TP6jPMDRTz2gZNM+gzvwOiGzOUF2jWdWKUO6V0YUQ/TTiuOUH5nI1Ex+5BKfZYsIYNaKfMepuV3Co8pcQR5Mv7hh/nbT7RfWjfLq5s8szUvb+7TZTq1u1Sno03Su20dF17YQTssblGVOtwy2migv4/FdPKie+4dNuwV+lhmxsOx7y64YAIXtyVVZCUol8Y50sDiQXDn8sOJ6F8KNWlMqDKS6UpYD4mvFjgTnhMmWyiD2NyqrkEe+Me4yzsGeJw/iv40aj6Lq9+K6CvSu5VvY2IcMk6Jav/WneSbOzP/RN/9E0qqGVLtgT25QPGE92DMffuo+fNH2ZVI/Gv5xxAD/TjouVdnnDy5BQMtqWAtZ8i/lQ9z2Uw7U89xepQ8hwkXhi7mtKRcLZ7nMy/nfuVFb3r70nZLhKSf/HZjppVmn/xapa0uGxVsLikTv6e/e47U5Vzocmf1f9YmrLii6s9z6A0bStfPKN1Qx/8QP5VLfydenXXmitVQi/Yf/fdrdPTWl38rqC3Zrhxrmno5/d1huDLL7brwdyv775ha1bShdMZ673qyfs7f6K9IXS6cacuhr8P4pcXj8aEtko0bH5dMbuZu4+7i7uMOck/DSAoBhakwCtD0MAESlgSR21bJEsbKcgomM35oSALqGuad3mwKogLOnYFazgIiKwUeZMjFYEhfTogeFXvIPwh6gxk1dmjLVocwkQkwHTqfLCLjaMMjl1lS6hHQGsrBrJlkP9bjUpyCQwbElyHApnnEYDLDBfLRhZN2W/LHTF7Ya10wafewMZMWCa8WOm5etJd+OAzTe4g3en2TKrtMk6LVaDXDxquLMtQZNY42OUVUSUDc7oECOWOYQ9CP6aI7cgKqsWXk18eqDCo5o8C+6yGe1NdXFZMJx7KWjSRnX54Gy3tpPnliKQbN42Orb08l6Vn6YZOuK9ZIak2dS6vWT7Y9fvGl5KEn0vIdh+a1rpJlv0CrV1xKSH1dhXiYniT5YydN2p1P6Ek+l5jzx+y9I58U9N+x4q0DrtAt96x4+4AzdAu/pnIjr8nJzm8Ml+SNW0juShXyVdp0pyBp0gS1+qHXyT1KCZGD+WfGBWna2DfpzUQO1aTkXDTz4o2kkh5R8cYsK31oQtNUQBZF6EhIKqfctXoPQhZV2t8CQjbhyd3fkS0C0WaIxPJVy2haUvbkT2GLLb9t/afzD1SQsCFXr6O7SS39gAgEA1VxvyE2WS89waJWBYHjzfK4UQqDk0SWsswmTjj1A1m6eJ5++s6vFxwZP/7Igq93TtcvWEiWEttCMu63vyYtq56ThclNTZMF+blV9NCvf0t/DdjqAZibZnk+cKEjmb2TEo3NgT+7HmYbwBDgPQWHR2JaX9S2J/TuuNQER9wXHFljSTFMFYLKhyPwWLkpTGTziOaCDZMys6U0KTPW9rmgSzfSY8Z0nRC5kne1Oqbm2AvyJvNCp0Gl0eoLJj42oWXdV3xt+Yz86qtrr629srIyWLdhc6fVNsJZkmYdltuYU2vIzk0pFzf/9eO515glno99mpWZmanT8W5eZbdPWrVq1Rwnz+enqSQpRW0KjGyOxvwZw5ZEL1725qZhlZn2R/b+sad9Hf+VlJI/dvocr3NqutqcU3vxtAsdvmT/1KE0BrPGziF2HUYk0CdRGXYl0uHZl4F6Zv9ISeOGrqgY/EsJ7cPoBmYekKbEbcMQLUCxqwZi+KrgeXnKV0hYcDQi6BIKBUZm+zA2mKiTjRjGBj9mhvdHgFamPUhDFxQRL6RK0I92oKCa8AkYGEU5G7+qnpxGcSSnTnru0FgbyvPNjIxhltskya5EZPGZ8PnAQLDAIsgU4QsnbKQUlk1pQUSJ4zhojDBo4yEN2D0p/ZyIPJ5k/eMS0f9Px2w7kKRnJhs6V6KAEQHYRUnWQk705kbDbkkTO5iVmlkQnlozbFjN1HHDhmnIf5cUX1xTc/nUKZdnZvYPU8YgQWfi9no70OLZNJBRM6x16rCayiogWi6l+/U1w+CWy6fwz+RkZsUejdOi8jntz2MxK9znvMG5fG4ZObexyhd14sE6OxjyJBPpszBP2s9tXzRZ0hxrjkeyUMyh/n/h+zKHzAn0LzawyLU24K2LOC9XyWKv1WM0Sk1CXS0yktrByOv/S16ZRMBTM7U2c49n0Xz/o2zyDIdOiAwGVjlvEo8hl7TOshIxRhJrjQXilX0hs8+TECC54qxD8nJjUXWUmmlMcaHZiTN8cMori459KAD+iFcJYaAwDdiOlH+57hgPc561Z+HtLGSUK2kpnn8JoocS829ATyXmt3H+hRg/YtmElRA/pH8G+iX55ZNfMSn2uAr4sszEHZ6QR0PsGoD6snIrgJsoexrG9UFHnoHBQ493FrKRhTjGWSwMaUNZ8ujAMpdVv4AGAegUN5NN4NEQuJiWoqOr852Z3hpPUZGnZnhBE/HOrPF4ipqhYMhgUV7UpaXxY2S5jD4le0qCoaKi3JoQaak/mVvjaS/yeErOGTf02Uln3xIwAffmVmJMKS0VjSGzbHYl7YXqIGDICh6pvIT3VsCf3Fbafmj9oUO0Z3C/u+kSDZ+TmvpmmSzOsTR5vU3e5CZXRyPVkUjynrbPG6GbYrOteq2lbsn3ZQW2sjJbAcCE97n3ZSCKlXj0RPmGm9Pj5vH7baohXwfx3tvefu8+ehG9aB/LkQPkAP2BhahjkbUl7zknMdd7Fkc1cRHz51R4f5wROdgr7HsdPthEu1n2OLDAEzIj348QCDnrKFrlYFDg1e2Lo/h+NA1yZKe4jn4Iy41FQP3k0O9iI+EQUiU2WCJeT/wrojoPzDxi1+uYZ7OMIVnhttjR7fw8uiQaxYibUYSl/ScixB/7YDs/HyNARGPNqhbYJdkvYS/pdUII0Lxod5l1drOg00N9sssuenR2yfMlRoLbRNYBul+HuS8xZNwmeiM0/EbIiWVkXe/WoacA2OKpTezWIf4+ZsB5v5Bm/2fc5vl9fd77T1jQ8znzqE79p2xpehzv1ULrPUOicU3mpgEdOYu7ZPD7IUxGyMSwirTQblTEhQ1E+RqmeM7xQFQ8n9GBX7ATz8mLjoCPbfFvjHiZychOlvR3aDNKMrTadG+6lu/OyCzKzMjQlmgz4t8bgX/cWETzRA6VvHgkNSEujtSXe73l9ZF42mvUQgXGXlM61GnqNUB1mYZeIzwho1eryLZZrLpI0v6cuPoDFNX5omUnRxBOjpTNn4w9Im7AaMIsGRpqv//LgdjCXwzGFhYHfKgGv2LF6ZUhiFOQRAmUphPiSC2Cgi9HYRWtrCp0YNAsNImLKm6A0q7egLh+WqWjsLCQHkJvaxSLxUkN1BnfJI+StwAvy4VMYSmE7Gqw2ooOvh7mkoZi1AwJo0ghQ2FVyUxcxdjzDBZHKimfQqL5nV0ffvJhV2eeM2fWWNuo+uE14aC1vMyYVlXe6p2b7mybO5wIN4/K8Trz8jNzxMzW0KLxhBTVNpammibdd1fN6NkHt2vl1BSX9qYnxjTee6VWSklxZa65e8dN9+bp6pZcub3zqvL6e+4Zb3RUBjwZ2uyNZbkeU5akIRpXzZSSUZvUgqnUM9I9If2LsaUp00IFjVX1wXGu+nHawrKOZ+akOrWZcuqcp5eu3TdNyU+5i56kqH4GeskLhMV+4O//13iQ6K9JErMXtv8ojxG+IdVhXvkykTJ12Qbz93/NI/OBpAFOTYz5H48GeZ6kvwMXAxwotCTHLWRyCzusak7PJPxxQX8C8yYWLn7/zRD/nAGwgnzAwD41XXjebKThmYZIfHdRWzxLe3q/Q6wGeGAnOe2vdDvy0mx5ltpZs+oT2YsvSmSrfMKp0tLxm68aN3Q/7irF0vSqfr8Sa1F25tlqiqxet9lYwnuH5muLCjDvVHPKtxMV3ybU5RRy5QDNLuS4gD1g+n91XQtwU1Uavuc+82qamzQPmtwkTdKkadO0pE1DW1r6hBZahD7Doy+20EJl1wWppeiKghXE1bogsjIq1OKs7EMcH1utKOqOG3V12FVBZ3d2cUd2GB+wKI4IzXHPOTeJBd3p5N705D7am3P/+z++//silQztC7JCmHTaAjJfxUqcTuFMuJZA8jImPB4EuApqIqBoPLV5MxmMXDfKnLv42eibY4sU+bn7pv95bgTbkJkzXHXR6bVBZ8XTbWsb4LTOn4biZDEHLUFFx9vdGSaVxyge3NGQq87Riyp1qX7jlduMFpZ1m0zvHVtbr/KLeqW6KZa5oDP/0LufAzC6+cSO5YItkxC8z7y1tiFkygZbql3+otMGdGR0/DRe1PnhzlKPhfPkGDnW2jG3XlSq1H5x5enGcAbrRlaZZS3DtUPoyCq/fjQZXyQxvpipQRSQdUGPc/LMNSqBETl6bBOJMHBpimiAwvf30/fE4HvoyY3d/P3x4RiKgPJiCT0G8EuB5ytkvR0R/7jFIhGwf5Cp0zH3OfsBGESuwSA8AM5AJ3sMOsGZBN5YjnW+37cIMy3hHlxcnMR3AX0ZHkB7HEB7o73QUdARrtkXffMGed8Yc46Qc6El3l4+4/XbJs4jKGYs5CTn0L80mDxFAgON23sw3hg578gZjOH5jAM5TPWLb95EHTjFXRvEqCd5W2DnM7ScjLFH84UPFwcZMq0MGbi9NznOysOk2m42pU7Afq2QaqsaSzyeksaqWkmhULvVCp1BpS8vrMy1lzZ2BhQGnc67vyDclmkESqUrTRANvFSS73Lll0i8Af1XXsMDpfbkH8osZbSByKoN+5/Yv2FVJKBlWIfBq+AUvkBz5231vZM9jWZG4fXq4qcWbquvTENhphN9Tmv9JSsHV5b4tTQ6HDpo1Y6FFIZdjxOOc6I/humccLWHxJt06jNsP2UUNK6cXEpGCwk8DHql+jpvRHepH8Wgq6kNqeypOZE+TXBJGABh6sBoDQbDNXCiQInzpZjHA+OtIgZcvwMmOSsaSaVFZWgDTpdXoOvLkabFpOCEcHJt8wGbze0hec/mpsWSzeO6YR3z5W69yVQY1xX2iLv1gUL6vyajrzq+hL4gadPUu1WlUlyUrOrdQo5ZTb8QxgnNttJyktF0+EKNxYyzuLFVf/WZgKOVsQQcM2ccAa5Fzlg2Ny1JpSzRqZqbGiXguPp7MFJQGEQTVwwUwF1zu0V4XhFkHPCC2maT4C6bTQ306KxgxGS9WuHHecjy0jaSiFynqfbDm7D24lP26mVg3BGAZ084AgE8J9dRu4QW4RbktZdSDbhDBANOQCVnRwZMCewsLyD7TQO00AI0A0mFCuMTK2kf2haLIUaICWSfN2ZqDFagU2dpLWlGvSXdiEzBlNEfzp7DGbKKO23/hvf417Q35Q0OrOmtsoOpYV11rdO8p+8myZmXbrlqMKaLtEmTqwJ6f74/gxvJsOZ4rMCgdmuNDKvSaTOgFkzZFnT1DazPb2od8MLv4ITUWWIXaasn7DWCqQlzWsBpvrfvZoezplqcucuos8zR2tJyVEDnE9xGmSuToj4WThIesnI0k4aozRSFe/wJTlMuBmeB63uJEh1Dicaja/qOMHwe82ynmoxCs3dBG3MJMjI81XyVgJJJJ1zCySWvjPU+mpPjb9hsmVEx9SpAM+iHVjAapTZNrzcZ9TqtRqVEzw4a0AB5OQ5ngWS2aDXg2bLCgsit2+cVFlitehDKcTnml+bmlJU5UJSpBrWbDh/eNLQsOxzMGoOBgfGBgXF+8uqysVfWd+jaapitFrPVrNAJCrPalK5LVyiVCq0mI12P/BuFwHJ+v9dmVanF9PieTXPX2B1tLXZ7QWHRJk6r5HmBQ3aKSdMwwuFPDjfPqy39iX0xigzxKQaoRD+jmv+YqqYaCastQVEXhewMllIWcNHOjEFOQRpfOxVyRov1aPp43U4OK7CbzEEGb+ZJ9lwwKwtc0eVgXqzdv7R9UYX4+Ftv7Chb8rNXPS7l/HKh75GO2pqN+2uhputg7NSGrhXwFfiNrX/7nsVdR0stKzZtqfr56hqQSxcSMkL+Y63v9P3NBwyhpbcv716hq68sO3LQM/jysLcGnoZ3nj0EQhffHnOnvzY00ROsn79sS4XN3bVrpoiEVdSsHIlE+E3keqWbSKyJ17U7F12rtcYeG54cjuESxizNNTo6S2pNllWTJdZmy65dJ7MmP4dNhC8Bs9+VEFealen/cHM67mbCnE8lGJMF0GORvay15man0ZLFJkYLQCA/0h8K6UrsMz89JYEik67k6nmclKGV2qV5woobehvSvZWRfCucODzhrWR2SuCNgN0X/93MrSTOeFO4kX+csiAPN0jVkC4Is1ykxoRCC4DXhyZ8VsiM4j2A0zQRIuoCMHM9CgLRzZEdMZnRKsvli6Dbw4M+d3mV+F7jp3SSdOU7qc0mStJjX9yy9auLwPfUkfNSWzzqcjybMcernjvz98E3tzdv/PW2rex/eh+Ook3gRx19Q5Xar8HD6+u2Aj5+Ej04tgzzY6LUKl2BkoTXhx768psDD82/IMGW7KI87zMGgQEs3PfCyPbBnYduzumIru698xm0hX6I+/KlrVE2/jcwPrllWNY8XIPiqg2YZzGlGul2eXzZGE9C8FrYVpg50YzzKdOg4eyOHWfh1PTncOh2wLTDByaA8fBh+NnEeLz9+fhvjt8B7hQ23PcVfA6Ow+e+uu/01IHNu44g32k+MB4Z2/xQjH7p0SdOIHv8C2paaBeMlJLKlFUbvE65ZgcwEQgmMy3RI7uLLqwHF+6Qucahlp4bScj3fHr1L4v6fAZ/ZPqd/vs7Wv3b9x5iNo2DqtYwGOpeeGjvdn9rB3fXkc9wdfxT+OecO/YeWtg9BMKtoGp8Idox7mrtuL//nemI3+DrWzgOT1yDXzNgNOD1CBxgyLICUhBKJOhCP9opNd8NP3R/lO3Jvseb7fXu+nFc3gf0WHwUHnNXVLrdbteCCrfr/+JKkjoy6MXNWn+vHINxHuCSTL4++31So5XAveVFstdsP4rpyki9LVzJFoVYB/qGcHADCpCrFtDOPfjIv9Y9Drq7uqFmdCDYaTTy2liC3mJOLF4dX6QMmRZZLOAiOd4lqp+7RVhPFODEbAb3GiKTyGQxGcgC0mER0zTitkPkGu0AXdvAaDeAvwV1Xl89PAq6Rkf5AQAAhBkPrgmt2ZcBIfyuGe4DNzYDdGzagEcfvEYzapYWBcGhzHphebsYiY+iieU4qU9dwlAYzKKPswIYWwcuYVgO1Mi9dDR1L/UnoUDACj7Y5sgzDnmlFHILiCtQggZZuS6IPASv4Gd4baalwqBfFT+9LdiWWVB8/PW8MTD67e6almxHeWHd0wuKQF3Tex/xQ0p7wxyzhufy4d13F794PBLMaM0bo4uv/DVvfV/XaldIUxv5x6KFC1SkL1iO1ZyzdB+c6C/yk1xxQm0VBSVc2G00kIZtjiyzQQI2J3KkCuE2cnthO2xvxKnHfjgEt8jwuZg1Nco8lnqLazQoShvBSxQgs8diHEaR72kEz8PFn8AnwarFoBtOvHv0KNyYGm9MvYslNe7k9ZWkvgH1IuEOnEzoIfHErWdlmhZkK/UEZIZ8EnyRAebToz+cbcfh+0k7zvzqlATfQXac1aNDX2/GQTc24zO3SrAMmXG6jdlJpXjnJxN4JUxwFMZsSfxkQuYYU9GStawhnMppmROZbkKMlLimifdEnhHXY75fkouaXOIc0o+NyyoohDsNUE9QfxRyhVb0ZJGz1UBLphrJWAM56CEPG4KHIqYGS8FioESJPOAjFJ8JolD+yZ7a2p74gtWXr/TSWgb/As7XvtwStkej0CC1lkngC0mytdmgvtbht9QUtRyvo1/t7GzdotFkm9FtanQbjK/xr/XAOIQ98Yqu+vIoUDM9yBOje8GFOntOpjN6OQpFqaxVAhfQo0aSoFj3cktRjcVvr6Nfj34bXc4BwJns7XajwHCqFE8r8T1x/cD5QzQsJ9+tuNaTEKdApio/Esm/sgstueoEahRNycuXq4J8IFjFT0byZyx4E+ZcfgQHvy+h+7quvz8wbx5F/Q+5ZZ0FAAB42mNgZGBgYGTsZNzX+iqe3+YrAzf7BaAIw2X2ZD1kmv0CWJyDgQnEAwA0+QnKAAB42mNgZGBgv/D/BohkYACTjAyogBUAdckEZAAAeNpFUTFuQjEMfQ5Dxcw/AEPHP3XgAOxIHUD6B4g6dOgROABiCBtiQGLp3g4MCBYGfoZK7dgzdP4SYqvtOCFPSZzEfn52qIMOtwGI7YcfeKpxRdT9D5HXQBW8IuoZNmd2a6BAdUZv6I4JiG6MX+FLDPTJM9gJZY24uKZwRaqYX3JFgWvoi9kDPWZ+vfesOMoUT8kumnOMeYbkmdWjNeuVFomZPfuYYG1RI+MKFvWGviqUscJHySa4mb1XhZo57+Ku+1Y9OjqbYqn8mZ5YR2sZu6y41Ju7OWV7wEQn7KRnVotad+Db4rxF6g/x4I5mXs0iP/0i96W2uemXmpb8cpAO4h3+H/MQhcAAAAAAJgAmACYALgCGAKgA1AE+AZABqAHuAi4CkgLIAw4DWgOQA9IEGgSWBMwFCAUwBfAGGgZiBpAGzAcQB0QHpgfYCDYIUAh2CJQIwAjqCQYJFAkiCTAJPglMCaoJwAnsCiwKYgqACpQK0gr0CywLdAvmDEoMjgzCDPoNNA1kDZQNwg3wDhwOXg6eDsoPGA98D94QAhAyEHwQwhDwEQwRSBFiEaASPhKGEqgSyhLsExYTqBPkFFAUehSaFLYVChVSFZYWDBZOFo4W0BcyF8gYQhi2GNoY9hkMGUwZhhngGiYaXhqEGqga5BsyG4gcOhxqHLoc7B00HWodjB2wHj4edh7UHvYfch+0IAggbCCyINQg9iEOIY4hyiIkIpgitiNgI9AkViSIJNAk7CUOJUAljiWqJdol/CaYJ0AnxCgQKCooQChaKHAoiiigKLoo0CkIKSYp4ipIKrIrhiviLIYtAi1MLaQt4C4MLhouXC6gLtIvBi9cL5wwAjBUMIAwrDDoMR4xNjFYMZ4ydjKkMu4zCjOMM9g0HDSSNPw2HjZKNtY3DjdKN4o36jgyOFQ4wjkGOVI5ajmUOeI6PDp0Oqg60DsGO2Y79jwwPGY87D1YPc4+Yj6KPqg+xj7cPvI/Bj9+P4w/okBQQMhBdkHkQiZCZELcQxhDYkOiQ9ZD/kQyRGBEpEUKRUhFYEWURgZGQAAAeNpjYGRgYGRj2MQgyAACTEDMCIQMDA5gPgMAFeABEAB42o1Su04CQRQ9u6ARYywsLIzFRhs14SEqIrSKhWiIqNgu8jIirMvyMLG09lP8Dh+NrY3fYPwA45m7AyFsYyYze+7h3HvuzAXAPJ4RghGOAPji9rGBBUY+Nqn51jiENH41DmPFSGk8hYFxqfE0+Q+NI9gwfjSew5K5rPELFs1h7isSZl7jN8yYDxq/Y9Z89PFniLlPOEQBeVjooQoXHVyjjRbjJHebjAWb8T2/TSJPVEF1n8hDg6gmjEdUxQBXPB1GQ90aNR6XgwziXH1ZMdT5a5df5Vgn32SGym3Ro8odJ+uQjbK+jTsqVZ1bMqvIaceDgN869qnuUKuqtaXaKRV1eqnbuNhkpQRXClmc4wglnBAFs6ITeUGFNaG4mHihcacCimRUNM42qPR0vd4oI4Zdnlne1cYNaypNjax6oTKnFMOO7DS2GO39o/eSvHKFXbjytqr3iqBrmYMlU7bp2NdKZ6QcTqjEuDw2a7/XM/p2GR2Lj2ITciY57W32mCFOy39L3Twl91HzUjX9d8qNKhY55S5ZV7ybf2Gphc8AeNptlGWUHEUYRfduQoK7u7tsV9XX3YNDILi7uwQJGhyCu7u7uwV3d3d3d/dwwt79x/zYd+Zs163Zt+9OV3fXf6+RI7pS1/+8GDDqR1c33fSjP6MxgIGMzhiMyViMzTiMy3iMzwRMyERMzCRMymRMzhRMyVRMzTRMy3RMzwzMyEzMzCzMymzMzhzMyVzMzTzMy3z0UJHIFIKahpYO87MAC7IQC7MIi7IYizOIJViSwSzF0izDsizH8qzAiqzEyqzCqqzG6qzBmqzF2qzDuqzH+mzAhmzExmzCpmzG5mzBlmzF1gxhG7ZlO7ZnKDuwIzuxM7uwK8PYjd3Zgz3Zi73Zh33Zj+HszwEcyEEczCEcymEczhEcyVEczTEcy3EczwmcyEmczCmcymmczhmcyVmczTmcy3mczwVcyEVczCVcymVczhVcyVVczTVcy3Vczw3cyE3czAhu4VZu43bu4E7u4m7u4V7u434e4EEe4mEe4VEe43Ge4Eme4mme4Vme43le4EVe4mVe4VVe43Xe4E3e4m3e4V3e430+4EM+4mM+4VM+43O+4Eu+4mu+4Vu+43t+4Ed+4md+4Vd+43f+4E/+4m/+YWT3qH9/d3e/7v4Dhw0dkmLwoFE5uOrpMSszmdksZpi12Zit2enNSl4lr5JXyavkVHIqOZWcSk6Sk+QkOUlOkpPkJDlJTpKT5WTPZ89n/64sJ8vJns+eL54vfo4ip8gpni/eXzwf/j68J3wuvCd8Pvqe977a+2rvq+XUcmo5tZxaTi2nltN4vvHzNnIaOY2cRk4jp5HTyGn9PK28Vl4rr5XX9vKSe0ruKbmj5I5ST99ztdmYrdl7b3JHyR0ld5TcUarkuafknpJ7Su4puafknpJ7Su4puaeU5Lmr5K6Su0ruKrmr5K5Slue+kvtK7iu5r+S+UpbnzpI7S+4sua9sf7mn7302ixlmbTZma/Zysz1me8z2mO0x22O2x2yP2R6zPWZ7zPaY7THbY7bHbI/ZHrM9ZnvM9pjtMdtjtsdsj9kesz1me8z2mO0x22O2x2yPWV9zX5/6mos8vc1Fnv5m/c2ll1d8X/reR49ZmcnMZjHDrM3GlKPnpfa8nhc9L3pe9LzoedHzouelkaPvRd+Lvhd9L/pe9L3oe9H3ou9F34u+F30v+l70veh7aeW18lp5rbyOvI68jryOvI68jryOvI68jrxOLy/8fgn9CP0I/Qj9CL0IvQi9CL0IvQi9CL0IvQi9CL0IvQi9CL0IvQi9CL0IvQi9CL0IvQi9CL0IvQi9CL0IvQh9CH0IfQh9CH0IfQg9CD0IPQg9CPcf7j9K8y+BQLz/AAABVuGyrgAA) format("woff"), url(//familycinematv.it/wp-content/themes/vodi/assets/fonts/dashicons.ttf) format("truetype"), url(//familycinematv.it/wp-content/themes/vodi/assets/fonts/dashicons.svg#dashicons) format("svg");
font-weight: normal;
font-style: normal; }
.star-rating .star-full:before {
content: "\f155"; }
.star-rating .star-half:before {
content: "\f459"; }
.star-rating .star-empty:before {
content: "\f154"; }
.star-rating .star {
color: #2c2d33;
display: inline-block;
font-family: dashicons;
font-size: 20px;
font-style: normal;
font-weight: 400;
height: 20px;
line-height: 1;
text-align: center;
text-decoration: inherit;
vertical-align: top;
width: 20px; }
.comment-form .comment-form-rating > label {
display: block; }
p.stars {
line-height: 1;
font-size: 20px;
display: inline-block; }
p.stars a {
position: relative;
height: 1em;
width: 1em;
text-indent: -99999px;
display: inline-block;
text-decoration: none;
margin-left: 1px; }
p.stars a:before {
display: block;
position: absolute;
top: 0;
right: 0;
width: 1em;
height: 1em;
line-height: 1;
font-family: dashicons;
content: "\f154";
text-indent: 0;
color: #2c2d33; }
p.stars a:hover ~ a:before {
content: "\f154"; }
p.stars:hover a:before {
content: "\f155"; }
p.stars.selected a.active:before {
content: "\f155"; }
p.stars.selected a.active ~ a:before {
content: "\f154"; }
p.stars.selected a:not(.active):before {
content: "\f155"; }
.vodi-control-bar .masvideos-widget-movies-layered-nav-list,
.vodi-control-bar .masvideos-widget-tv-shows-layered-nav-list,
.vodi-control-bar .masvideos-widget-videos-layered-nav-list {
padding-left: 0;
list-style: none;
display: flex;
margin: 0; }
.vodi-control-bar .masvideos-widget-movies-layered-nav-list i,
.vodi-control-bar .masvideos-widget-tv-shows-layered-nav-list i,
.vodi-control-bar .masvideos-widget-videos-layered-nav-list i {
display: none; }
.vodi-control-bar .masvideos-widget-movies-layered-nav-list li + li,
.vodi-control-bar .masvideos-widget-tv-shows-layered-nav-list li + li,
.vodi-control-bar .masvideos-widget-videos-layered-nav-list li + li {
margin-left: 28px; }
.vodi-control-bar .masvideos-widget-movies-layered-nav-list__item,
.vodi-control-bar .masvideos-widget-tv-shows-layered-nav-list__item,
.vodi-control-bar .masvideos-widget-videos-layered-nav-list__item {
padding: 0; }
.vodi-control-bar .masvideos-widget-movies-layered-nav-list__item.chosen a:after,
.vodi-control-bar .masvideos-widget-tv-shows-layered-nav-list__item.chosen a:after,
.vodi-control-bar .masvideos-widget-videos-layered-nav-list__item.chosen a:after {
content: "";
width: 18px;
height: 18px;
font-weight: 800;
display: inline-block; }
.vodi-control-bar .masvideos-widget-movies-layered-nav-list a,
.vodi-control-bar .masvideos-widget-tv-shows-layered-nav-list a,
.vodi-control-bar .masvideos-widget-videos-layered-nav-list a {
font-size: 14px;
line-height: 18px;
letter-spacing: -0.025em;
display: flex;
align-items: center;
text-transform: none; }
.vodi-control-bar .masvideos-widget-movies-layered-nav-list a:hover,
.vodi-control-bar .masvideos-widget-tv-shows-layered-nav-list a:hover,
.vodi-control-bar .masvideos-widget-videos-layered-nav-list a:hover {
text-decoration: none; }
.vodi-control-bar .masvideos-widget-movies-layered-nav-list a:hover:after,
.vodi-control-bar .masvideos-widget-tv-shows-layered-nav-list a:hover:after,
.vodi-control-bar .masvideos-widget-videos-layered-nav-list a:hover:after {
content: "";
width: 18px;
height: 18px;
font-weight: 800;
display: inline-block; }
.vodi-control-bar .masvideos-widget-movies-layered-nav-list a:after,
.vodi-control-bar .masvideos-widget-tv-shows-layered-nav-list a:after,
.vodi-control-bar .masvideos-widget-videos-layered-nav-list a:after {
content: "";
padding-right: 18px;
font-size: 18px;
width: 18px;
height: 18px;
margin-left: 11px;
background-repeat: no-repeat;
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18px" height="486px"><path fill-rule="evenodd" fill="rgb(180, 187, 192)" d="M-0.000,486.000 L-0.000,468.000 L18.000,468.000 L18.000,486.000 L-0.000,486.000 ZM16.000,470.000 L2.000,470.000 L2.000,484.000 L16.000,484.000 L16.000,470.000 ZM-0.000,442.000 L18.000,442.000 L18.000,460.000 L-0.000,460.000 L-0.000,442.000 ZM2.000,458.000 L16.000,458.000 L16.000,444.000 L2.000,444.000 L2.000,458.000 ZM-0.000,416.000 L18.000,416.000 L18.000,434.000 L-0.000,434.000 L-0.000,416.000 ZM2.000,432.000 L16.000,432.000 L16.000,418.000 L2.000,418.000 L2.000,432.000 ZM-0.000,390.000 L18.000,390.000 L18.000,408.000 L-0.000,408.000 L-0.000,390.000 ZM2.000,406.000 L16.000,406.000 L16.000,392.000 L2.000,392.000 L2.000,406.000 ZM-0.000,364.000 L18.000,364.000 L18.000,382.000 L-0.000,382.000 L-0.000,364.000 ZM2.000,380.000 L16.000,380.000 L16.000,366.000 L2.000,366.000 L2.000,380.000 ZM-0.000,338.000 L18.000,338.000 L18.000,356.000 L-0.000,356.000 L-0.000,338.000 ZM2.000,354.000 L16.000,354.000 L16.000,340.000 L2.000,340.000 L2.000,354.000 ZM-0.000,312.000 L18.000,312.000 L18.000,330.000 L-0.000,330.000 L-0.000,312.000 ZM2.000,328.000 L16.000,328.000 L16.000,314.000 L2.000,314.000 L2.000,328.000 ZM-0.000,286.000 L18.000,286.000 L18.000,304.000 L-0.000,304.000 L-0.000,286.000 ZM2.000,302.000 L16.000,302.000 L16.000,288.000 L2.000,288.000 L2.000,302.000 ZM-0.000,260.000 L18.000,260.000 L18.000,278.000 L-0.000,278.000 L-0.000,260.000 ZM2.000,276.000 L16.000,276.000 L16.000,262.000 L2.000,262.000 L2.000,276.000 ZM-0.000,234.000 L18.000,234.000 L18.000,252.000 L-0.000,252.000 L-0.000,234.000 ZM2.000,250.000 L16.000,250.000 L16.000,236.000 L2.000,236.000 L2.000,250.000 ZM-0.000,208.000 L18.000,208.000 L18.000,226.000 L-0.000,226.000 L-0.000,208.000 ZM2.000,224.000 L16.000,224.000 L16.000,210.000 L2.000,210.000 L2.000,224.000 ZM-0.000,182.000 L18.000,182.000 L18.000,200.000 L-0.000,200.000 L-0.000,182.000 ZM2.000,198.000 L16.000,198.000 L16.000,184.000 L2.000,184.000 L2.000,198.000 ZM-0.000,156.000 L18.000,156.000 L18.000,174.000 L-0.000,174.000 L-0.000,156.000 ZM2.000,172.000 L16.000,172.000 L16.000,158.000 L2.000,158.000 L2.000,172.000 ZM-0.000,130.000 L18.000,130.000 L18.000,148.000 L-0.000,148.000 L-0.000,130.000 ZM2.000,146.000 L16.000,146.000 L16.000,132.000 L2.000,132.000 L2.000,146.000 ZM-0.000,104.000 L18.000,104.000 L18.000,122.000 L-0.000,122.000 L-0.000,104.000 ZM2.000,120.000 L16.000,120.000 L16.000,106.000 L2.000,106.000 L2.000,120.000 ZM-0.000,78.000 L18.000,78.000 L18.000,96.000 L-0.000,96.000 L-0.000,78.000 ZM2.000,94.000 L16.000,94.000 L16.000,80.000 L2.000,80.000 L2.000,94.000 ZM-0.000,52.000 L18.000,52.000 L18.000,70.000 L-0.000,70.000 L-0.000,52.000 ZM2.000,68.000 L16.000,68.000 L16.000,54.000 L2.000,54.000 L2.000,68.000 ZM-0.000,26.000 L18.000,26.000 L18.000,44.000 L-0.000,44.000 L-0.000,26.000 ZM2.000,42.000 L16.000,42.000 L16.000,28.000 L2.000,28.000 L2.000,42.000 ZM-0.000,-0.000 L18.000,-0.000 L18.000,18.000 L-0.000,18.000 L-0.000,-0.000 ZM2.000,16.000 L16.000,16.000 L16.000,2.000 L2.000,2.000 L2.000,16.000 Z"/></svg>') no-repeat; }
.tv-show-actions--link_watch {
display: inline-block;
font-weight: 700;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
user-select: none;
border: 1px solid transparent;
text-transform: uppercase;
padding: 10px 20px;
font-size: 0.9375rem;
line-height: 1.5;
border-radius: 4px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.tv-show-actions--link_watch {
transition: none; } }
.tv-show-actions--link_watch:hover, .tv-show-actions--link_watch:focus {
text-decoration: none; }
.tv-show-actions--link_watch:focus, .tv-show-actions--link_watch.focus {
outline: 0; }
.tv-show-actions--link_watch.disabled, .tv-show-actions--link_watch:disabled {
opacity: 0.65; }
.tv-show-actions--link_watch:not(:disabled):not(.disabled) {
cursor: pointer; }
.tv-show-actions--link_watch:not(:disabled):not(.disabled):active, .tv-show-actions--link_watch:not(:disabled):not(.disabled).active {
background-image: none; }
.masvideos-breadcrumb {
font-size: 14px;
margin-bottom: 14px; }
.masvideos-breadcrumb a {
color: #949cb0;
display: inline-block; }
.masvideos-breadcrumb .delimiter {
display: inline-block;
margin: 0 10px; }
[dir="rtl"] .masvideos-breadcrumb .delimiter {
transform: rotate(-180deg);
position: relative;
top: 2px; }
.dark .delimiter path {
fill: #949cb0; }
.movies-ordering,
.tv-shows-ordering,
.videos-ordering {
display: flex;
align-items: center; }
@media (min-width: 1200px) {
.movies-ordering,
.tv-shows-ordering,
.videos-ordering {
margin-top: 0;
margin-left: 10px; } }
.movies-ordering .handheld-sidebar-toggle,
.tv-shows-ordering .handheld-sidebar-toggle,
.videos-ordering .handheld-sidebar-toggle {
margin-bottom: 0; }
.movies-ordering .orderby,
.tv-shows-ordering .orderby,
.videos-ordering .orderby {
padding-left: 35px;
padding-right: 13px; }
.movies-ordering .svg-icon,
.tv-shows-ordering .svg-icon,
.videos-ordering .svg-icon {
position: relative;
right: -23px; }
.dark .movies-ordering .svg-icon path,
.dark .tv-shows-ordering .svg-icon path,
.dark .videos-ordering .svg-icon path {
fill: #FFF; }
.vodi-control-bar .videos-view-switcher .nav-item a svg path,
.vodi-control-bar .archive-view-switcher .nav-item a svg path {
fill: #707070; }
.vodi-control-bar .videos-view-switcher .nav-item a.active svg path,
.vodi-control-bar .archive-view-switcher .nav-item a.active svg path,
.vodi-control-bar .videos-view-switcher .nav-item a:hover svg path,
.vodi-control-bar .archive-view-switcher .nav-item a:hover svg path {
fill: #fff; }
.vodi-control-bar select,
.masvideos-persons-control-bar select,
.form-vodi-wc-ppp select,
.form-masviseos-mpp select {
border: none;
background: 0 0;
background-color: transparent;
background-repeat: no-repeat;
background-position: right 4px center;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="4"><path d="M6.9 1L3.9 3.8C3.9 3.8 3.8 3.8 3.8 3.9 3.7 3.9 3.6 4 3.6 4L3.3 4C3.3 4 3.3 3.9 3.3 3.9 3.2 4 3.1 3.9 3.1 3.9L0.1 1C0 0.9 0 0.7 0.1 0.6L0.5 0.1C0.6 0 0.8 0 0.9 0.1L3 2.2C3.2 2.3 3.3 2.3 3.4 2.3 3.8 2.3 4.1 1.9 4.1 1.9L4.1 1.9 6.1 0.1C6.2 0 6.4 0 6.5 0.1L6.9 0.5C7 0.7 7 0.9 6.9 1Z" fill="rgb(124, 127, 130)"/></svg>');
-webkit-appearance: none; }
.vodi-control-bar select:not([size]):not([multiple]),
.masvideos-persons-control-bar select:not([size]):not([multiple]),
.form-vodi-wc-ppp select:not([size]):not([multiple]),
.form-masviseos-mpp select:not([size]):not([multiple]) {
height: auto; }
.vodi-control-bar,
.masvideos-persons-control-bar {
justify-content: space-between;
display: flex;
padding: 7px 0;
width: 100%;
flex-direction: column;
align-items: center; }
@media (min-width: 768px) {
.vodi-control-bar,
.masvideos-persons-control-bar {
flex-direction: row; } }
.vodi-control-bar__left, .vodi-control-bar__right,
.masvideos-persons-control-bar__left,
.masvideos-persons-control-bar__right {
display: flex;
align-items: center;
flex: 0 0 auto; }
.vodi-control-bar__left span, .vodi-control-bar__right span,
.masvideos-persons-control-bar__left span,
.masvideos-persons-control-bar__right span {
font-size: 14px;
line-height: 14px;
font-family: "Montserrat", "Open Sans", sans-serif;
color: #707070; }
@media (max-width: 1199.98px) {
.vodi-control-bar__right,
.vodi-control-bar__right .movies-ordering,
.vodi-control-bar__right .tv-shows-ordering,
.vodi-control-bar__right .videos-ordering,
.vodi-control-bar > form,
.masvideos-persons-control-bar__right,
.masvideos-persons-control-bar__right .movies-ordering,
.masvideos-persons-control-bar__right .tv-shows-ordering,
.masvideos-persons-control-bar__right .videos-ordering,
.masvideos-persons-control-bar > form {
width: 100%; } }
.vodi-control-bar__left,
.masvideos-persons-control-bar__left {
display: none; }
@media (min-width: 1200px) {
.vodi-control-bar__left,
.masvideos-persons-control-bar__left {
display: flex; } }
.vodi-control-bar__right,
.vodi-control-bar > form,
.masvideos-persons-control-bar__right,
.masvideos-persons-control-bar > form {
flex-direction: column; }
@media (min-width: 1200px) {
.vodi-control-bar__right,
.vodi-control-bar > form,
.masvideos-persons-control-bar__right,
.masvideos-persons-control-bar > form {
margin-top: 12px; } }
.vodi-control-bar__right .form-vodi-masviseos-mpp,
.vodi-control-bar > form .form-vodi-masviseos-mpp,
.masvideos-persons-control-bar__right .form-vodi-masviseos-mpp,
.masvideos-persons-control-bar > form .form-vodi-masviseos-mpp {
margin-right: 16px; }
@media (min-width: 768px) {
.vodi-control-bar__right .form-vodi-masviseos-mpp,
.vodi-control-bar > form .form-vodi-masviseos-mpp,
.masvideos-persons-control-bar__right .form-vodi-masviseos-mpp,
.masvideos-persons-control-bar > form .form-vodi-masviseos-mpp {
margin-right: 0; } }
@media (min-width: 768px) {
.vodi-control-bar__right,
.vodi-control-bar > form,
.masvideos-persons-control-bar__right,
.masvideos-persons-control-bar > form {
margin-top: 0;
flex-direction: row; } }
.vodi-control-bar .masvideos-persons-result-count,
.masvideos-persons-control-bar .masvideos-persons-result-count {
margin-bottom: 0; }
@media (max-width: 1199.98px) {
.vodi-control-bar .masvideos-persons-result-count,
.masvideos-persons-control-bar .masvideos-persons-result-count {
display: none; } }
.vodi-control-bar form.woocommerce-ordering,
.vodi-control-bar > form,
.masvideos-persons-control-bar form.woocommerce-ordering,
.masvideos-persons-control-bar > form {
position: relative;
margin-bottom: 0; }
.vodi-control-bar form.woocommerce-ordering:before,
.vodi-control-bar > form:before,
.masvideos-persons-control-bar form.woocommerce-ordering:before,
.masvideos-persons-control-bar > form:before {
content: "";
background-repeat: no-repeat;
background-position: center center;
display: block;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17px" height="14px"><path fill="rgb(117, 117, 117)" d="M4.034,-0.001 C4.248,0.008 4.401,0.071 4.578,0.113 C4.699,0.294 4.899,0.408 4.967,0.644 C4.967,1.606 4.967,2.568 4.967,3.529 C4.967,5.971 4.967,8.414 4.967,10.856 C4.980,10.856 4.993,10.856 5.006,10.856 C5.641,10.223 6.276,9.590 6.911,8.958 C7.041,8.873 7.329,8.745 7.572,8.806 C7.930,8.896 8.016,9.121 8.233,9.337 C8.293,10.165 7.817,10.389 7.377,10.818 C6.639,11.539 5.900,12.260 5.161,12.982 C4.928,13.209 4.395,13.909 4.073,13.969 C3.952,13.787 3.760,13.663 3.606,13.513 C3.270,13.184 2.933,12.855 2.596,12.526 C2.052,11.982 1.507,11.438 0.963,10.894 C0.717,10.666 0.471,10.438 0.224,10.211 C0.148,10.109 0.119,9.993 0.030,9.907 C0.015,9.698 -0.048,9.490 0.069,9.337 C0.171,8.957 0.746,8.633 1.235,8.882 C1.922,9.540 2.609,10.198 3.296,10.856 C3.296,7.465 3.296,4.073 3.296,0.682 C3.358,0.600 3.351,0.467 3.412,0.378 C3.511,0.234 3.714,0.158 3.840,0.037 C3.938,0.034 3.984,0.034 4.034,-0.001 ZM12.781,0.037 C12.820,0.037 12.859,0.037 12.898,0.037 C13.999,1.125 15.101,2.213 16.202,3.301 C16.427,3.522 17.287,4.153 16.902,4.668 C16.828,4.945 16.613,4.993 16.435,5.162 C16.280,5.174 16.124,5.187 15.969,5.200 C15.631,5.107 15.447,4.842 15.230,4.630 C14.712,4.137 14.193,3.643 13.675,3.150 C13.675,6.553 13.675,9.958 13.675,13.361 C13.514,13.560 13.485,13.804 13.209,13.893 C13.076,14.007 12.700,14.044 12.548,13.931 C11.760,13.719 12.004,12.233 12.004,11.273 C12.004,8.566 12.004,5.857 12.004,3.150 C11.991,3.150 11.978,3.150 11.965,3.150 C11.676,3.589 10.996,4.095 10.604,4.478 C10.404,4.673 10.198,4.996 9.943,5.123 C9.784,5.203 9.589,5.200 9.360,5.200 C9.238,5.102 9.043,5.080 8.932,4.972 C8.848,4.890 8.822,4.751 8.738,4.668 C8.699,3.730 9.312,3.462 9.827,2.960 C10.811,1.986 11.796,1.011 12.781,0.037 Z"/></svg>');
width: 15px;
height: 15px;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%); }
.vodi-control-bar form.woocommerce-ordering select,
.vodi-control-bar > form select,
.masvideos-persons-control-bar form.woocommerce-ordering select,
.masvideos-persons-control-bar > form select {
padding: 10px 20px 10px 30px; }
.vodi-control-bar > form:before,
.masvideos-persons-control-bar > form:before {
left: 5px;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17px" height="14px"><path fill="rgb(256, 256, 256)" d="M4.034,-0.001 C4.248,0.008 4.401,0.071 4.578,0.113 C4.699,0.294 4.899,0.408 4.967,0.644 C4.967,1.606 4.967,2.568 4.967,3.529 C4.967,5.971 4.967,8.414 4.967,10.856 C4.980,10.856 4.993,10.856 5.006,10.856 C5.641,10.223 6.276,9.590 6.911,8.958 C7.041,8.873 7.329,8.745 7.572,8.806 C7.930,8.896 8.016,9.121 8.233,9.337 C8.293,10.165 7.817,10.389 7.377,10.818 C6.639,11.539 5.900,12.260 5.161,12.982 C4.928,13.209 4.395,13.909 4.073,13.969 C3.952,13.787 3.760,13.663 3.606,13.513 C3.270,13.184 2.933,12.855 2.596,12.526 C2.052,11.982 1.507,11.438 0.963,10.894 C0.717,10.666 0.471,10.438 0.224,10.211 C0.148,10.109 0.119,9.993 0.030,9.907 C0.015,9.698 -0.048,9.490 0.069,9.337 C0.171,8.957 0.746,8.633 1.235,8.882 C1.922,9.540 2.609,10.198 3.296,10.856 C3.296,7.465 3.296,4.073 3.296,0.682 C3.358,0.600 3.351,0.467 3.412,0.378 C3.511,0.234 3.714,0.158 3.840,0.037 C3.938,0.034 3.984,0.034 4.034,-0.001 ZM12.781,0.037 C12.820,0.037 12.859,0.037 12.898,0.037 C13.999,1.125 15.101,2.213 16.202,3.301 C16.427,3.522 17.287,4.153 16.902,4.668 C16.828,4.945 16.613,4.993 16.435,5.162 C16.280,5.174 16.124,5.187 15.969,5.200 C15.631,5.107 15.447,4.842 15.230,4.630 C14.712,4.137 14.193,3.643 13.675,3.150 C13.675,6.553 13.675,9.958 13.675,13.361 C13.514,13.560 13.485,13.804 13.209,13.893 C13.076,14.007 12.700,14.044 12.548,13.931 C11.760,13.719 12.004,12.233 12.004,11.273 C12.004,8.566 12.004,5.857 12.004,3.150 C11.991,3.150 11.978,3.150 11.965,3.150 C11.676,3.589 10.996,4.095 10.604,4.478 C10.404,4.673 10.198,4.996 9.943,5.123 C9.784,5.203 9.589,5.200 9.360,5.200 C9.238,5.102 9.043,5.080 8.932,4.972 C8.848,4.890 8.822,4.751 8.738,4.668 C8.699,3.730 9.312,3.462 9.827,2.960 C10.811,1.986 11.796,1.011 12.781,0.037 Z"/></svg>'); }
.vodi-control-bar .videos-type,
.masvideos-persons-control-bar .videos-type {
display: flex;
align-items: center;
padding-left: 37px;
list-style: none;
margin-bottom: 0;
justify-content: space-between; }
.vodi-control-bar .videos-type li a,
.masvideos-persons-control-bar .videos-type li a {
position: relative;
font-size: 14px;
line-height: 14px;
font-family: 500;
display: flex;
align-items: center; }
.vodi-control-bar .videos-type li a:after,
.masvideos-persons-control-bar .videos-type li a:after {
content: "";
display: inline-block;
width: 18px;
height: 18px;
vertical-align: middle;
background-position: center center;
background-repeat: no-repeat;
margin-left: 10px;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18"><path d="M-0.000,18.000 L-0.000,-0.000 L18.000,-0.000 L18.000,18.000 L-0.000,18.000 ZM16.000,2.000 L2.000,2.000 L2.000,16.000 L16.000,16.000 L16.000,2.000 Z" fill="rgb(204, 204, 204)"/></svg>'); }
.vodi-control-bar .videos-type li + li,
.masvideos-persons-control-bar .videos-type li + li {
margin-left: 29px; }
.vodi-control-bar .videos-view-switcher,
.vodi-control-bar .archive-view-switcher,
.masvideos-persons-control-bar .videos-view-switcher,
.masvideos-persons-control-bar .archive-view-switcher {
align-items: center; }
.vodi-control-bar .videos-view-switcher .nav-item + .nav-item,
.vodi-control-bar .archive-view-switcher .nav-item + .nav-item,
.masvideos-persons-control-bar .videos-view-switcher .nav-item + .nav-item,
.masvideos-persons-control-bar .archive-view-switcher .nav-item + .nav-item {
margin-left: 10px; }
.vodi-control-bar .videos-view-switcher .nav-item a,
.vodi-control-bar .archive-view-switcher .nav-item a,
.masvideos-persons-control-bar .videos-view-switcher .nav-item a,
.masvideos-persons-control-bar .archive-view-switcher .nav-item a {
display: flex;
padding: 5px 4px;
border-radius: 3px; }
.vodi-control-bar .archive-view-switcher,
.masvideos-persons-control-bar .archive-view-switcher {
display: none; }
@media (min-width: 1200px) {
.vodi-control-bar .archive-view-switcher,
.masvideos-persons-control-bar .archive-view-switcher {
display: flex; } }
.vodi-control-bar .form-vodi-wc-ppp,
.masvideos-persons-control-bar .form-vodi-wc-ppp {
margin-left: 40px;
margin-bottom: 0; }
.vodi-control-bar .vodi-advanced-pagination,
.masvideos-persons-control-bar .vodi-advanced-pagination {
position: relative;
margin-left: 24px;
margin-bottom: 0; }
.vodi-control-bar .vodi-advanced-pagination:before,
.masvideos-persons-control-bar .vodi-advanced-pagination:before {
content: "";
background-repeat: no-repeat;
background-position: center center;
display: block;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17px" height="14px"><path fill="rgb(117, 117, 117)" d="M4.034,-0.001 C4.248,0.008 4.401,0.071 4.578,0.113 C4.699,0.294 4.899,0.408 4.967,0.644 C4.967,1.606 4.967,2.568 4.967,3.529 C4.967,5.971 4.967,8.414 4.967,10.856 C4.980,10.856 4.993,10.856 5.006,10.856 C5.641,10.223 6.276,9.590 6.911,8.958 C7.041,8.873 7.329,8.745 7.572,8.806 C7.930,8.896 8.016,9.121 8.233,9.337 C8.293,10.165 7.817,10.389 7.377,10.818 C6.639,11.539 5.900,12.260 5.161,12.982 C4.928,13.209 4.395,13.909 4.073,13.969 C3.952,13.787 3.760,13.663 3.606,13.513 C3.270,13.184 2.933,12.855 2.596,12.526 C2.052,11.982 1.507,11.438 0.963,10.894 C0.717,10.666 0.471,10.438 0.224,10.211 C0.148,10.109 0.119,9.993 0.030,9.907 C0.015,9.698 -0.048,9.490 0.069,9.337 C0.171,8.957 0.746,8.633 1.235,8.882 C1.922,9.540 2.609,10.198 3.296,10.856 C3.296,7.465 3.296,4.073 3.296,0.682 C3.358,0.600 3.351,0.467 3.412,0.378 C3.511,0.234 3.714,0.158 3.840,0.037 C3.938,0.034 3.984,0.034 4.034,-0.001 ZM12.781,0.037 C12.820,0.037 12.859,0.037 12.898,0.037 C13.999,1.125 15.101,2.213 16.202,3.301 C16.427,3.522 17.287,4.153 16.902,4.668 C16.828,4.945 16.613,4.993 16.435,5.162 C16.280,5.174 16.124,5.187 15.969,5.200 C15.631,5.107 15.447,4.842 15.230,4.630 C14.712,4.137 14.193,3.643 13.675,3.150 C13.675,6.553 13.675,9.958 13.675,13.361 C13.514,13.560 13.485,13.804 13.209,13.893 C13.076,14.007 12.700,14.044 12.548,13.931 C11.760,13.719 12.004,12.233 12.004,11.273 C12.004,8.566 12.004,5.857 12.004,3.150 C11.991,3.150 11.978,3.150 11.965,3.150 C11.676,3.589 10.996,4.095 10.604,4.478 C10.404,4.673 10.198,4.996 9.943,5.123 C9.784,5.203 9.589,5.200 9.360,5.200 C9.238,5.102 9.043,5.080 8.932,4.972 C8.848,4.890 8.822,4.751 8.738,4.668 C8.699,3.730 9.312,3.462 9.827,2.960 C10.811,1.986 11.796,1.011 12.781,0.037 Z"/></svg>');
width: 15px;
height: 15px;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%); }
.vodi-control-bar .vodi-advanced-pagination select,
.masvideos-persons-control-bar .vodi-advanced-pagination select {
padding: 10px 20px 10px 30px; }
@media (min-width: 1200px) {
.handheld-sidebar-toggle {
display: none; } }
@media (max-width: 1199.98px) {
.archive .site-content .widget-area:not(.blog-sidebar),
.page-template-template-videos-archive .site-content .widget-area:not(.blog-sidebar),
.page-template-template-tv-shows-archive .site-content .widget-area:not(.blog-sidebar),
.blog-sidebar {
background-color: #fff;
position: fixed !important;
top: 0;
left: -340px;
width: 293px !important;
height: 100%;
transition: all .4s;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
z-index: 100000000;
padding-top: 20px;
opacity: 0;
visibility: hidden; }
.site-content.active-hh-sidebar .widget-area:not(.blog-sidebar),
.site-content.active-hh-sidebar.archive .site-content .widget-area:not(.blog-sidebar),
.site-content.active-hh-sidebar.page-template-template-videos-archive .site-content .widget-area:not(.blog-sidebar),
.site-content.active-hh-sidebar.page-template-template-tv-shows-archive .site-content .widget-area:not(.blog-sidebar),
.site-content.active-hh-sidebar .blog-sidebar {
left: 0;
opacity: 1;
visibility: visible;
box-shadow: 0 0 17px -1px rgba(0, 0, 0, 0.66); }
.site-content.active-hh-sidebar {
overflow: hidden; }
.site-content.active-hh-sidebar:before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f057";
color: #000;
background-color: #fff;
padding: 2px 8px;
transition: all .8s;
position: absolute;
left: 291px;
z-index: 100000;
font-size: 16px;
top: 80px; } }
@media (max-width: 1199.98px) and (min-width: 768px) {
.site-content.active-hh-sidebar:before {
font-size: 20px;
padding: 10px 16px; } }
@media (max-width: 1199.98px) {
.site-content.active-hh-sidebar::after {
content: "";
position: absolute;
width: calc(100% - 288px);
top: 0;
bottom: 0;
right: 0;
z-index: 9999;
background-color: #000;
opacity: .6; }
.handheld-sidebar-toggle {
margin-bottom: 15px;
flex-grow: 1; }
.handheld-sidebar-toggle .sidebar-toggler {
padding: 0;
background: transparent; }
.handheld-sidebar-toggle .sidebar-toggler:focus {
box-shadow: none; }
.handheld-sidebar-toggle .sidebar-toggler span {
padding-left: 10px; } }
.masvideos-MyAccount-navigation ul {
padding-left: 0;
list-style: none;
font-family: "Montserrat", "Open Sans", sans-serif; }
.masvideos-MyAccount-navigation ul li a {
color: #121a21;
font-weight: 500;
padding: 5px 0;
display: block; }
.masvideos-MyAccount-navigation ul li.is-active a {
font-weight: 700; }
.masvideos-account .masvideos {
display: flex;
flex-wrap: wrap; }
.masvideos-account .masvideos-notices-wrapper {
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 992px) {
.masvideos-account .masvideos-MyAccount-navigation {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; } }
@media (min-width: 992px) {
.masvideos-account .masvideos-MyAccount-content {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%; } }
.masvideos-account .masvideos-MyAccount-content .masvideos-playlists__header {
display: flex; }
.masvideos-account .masvideos-MyAccount-content h2 {
font-size: 18px;
color: #121a21;
position: relative;
margin-bottom: 28px;
font-weight: 600;
overflow: hidden; }
.masvideos-account .masvideos-MyAccount-content h2:after {
position: absolute;
content: "";
height: 1px;
background-color: #e8e8e8;
width: 100%;
top: 50%;
margin-left: 20px; }
.masvideos-account .masvideos-MyAccount-content label {
margin: 0;
font-size: 14px;
font-weight: 600;
margin-bottom: 5px; }
.masvideos-account .masvideos-MyAccount-content input[type="text"],
.masvideos-account .masvideos-MyAccount-content select {
border-radius: 0; }
.masvideos-account .masvideos-MyAccount-content select {
height: 44px; }
.masvideos-account .masvideos-MyAccount-content .masvideos-edit-playlist__form .masvideos-Button {
padding: 13.5px 30px;
line-height: 1; }
.masvideos-account .masvideos-MyAccount-content .masvideos-edit-playlist + .masvideos-manage-playlists {
margin-top: 40px; }
.masvideos-account .masvideos-MyAccount-content table thead td {
font-weight: 700; }
.masvideos-account .masvideos-MyAccount-content table tbody td:first-child a {
color: #121a21; }
.masvideos-account .masvideos-MyAccount-content table .masvideos-button {
text-transform: none;
padding: 0 20px 0 0; }
@media (min-width: 1200px) {
.masvideos-account .masvideos-MyAccount-content table.masvideos-videos-table + .masvideos-pagination--without-numbers {
margin-top: 40px; } }
.masvideos-account .masvideos-MyAccount-content .masvideos-pagination--without-numbers {
display: flex;
justify-content: flex-end; }
.masvideos-account .masvideos-MyAccount-content .masvideos-pagination--without-numbers a {
color: #949cb0;
background-color: #f6f7f9;
border: 0 solid #dee2e6;
border-radius: 2px;
text-transform: none;
font-weight: 600; }
.masvideos-account .masvideos-MyAccount-content .masvideos-pagination--without-numbers a.masvideos-button--previous {
margin-right: auto; }
.masvideos-account .masvideos-MyAccount-content .masvideos-pagination--without-numbers a:hover {
color: #fff; }
.masvideos-account .masvideos-MyAccount-content form.masvideos-edit-playlist__form {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px; }
.masvideos-account .masvideos-MyAccount-content form.masvideos-edit-playlist__form > p {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px; }
@media (min-width: 768px) {
.masvideos-account .masvideos-MyAccount-content form.masvideos-edit-playlist__form .form-row-wide {
flex: 0 0 50%;
max-width: 50%; } }
.movies__recently-reviewed {
margin-top: 40px; }
.movies__recently-reviewed .movies {
width: 100%; }
.tv-shows__recently-reviewed {
margin-top: 17px; }
.tv-shows__recently-reviewed .tv-shows {
width: 100%; }
.my-account-page__header {
background: #f6f7f9; }
.my-account-page__header .user-info {
padding-top: 41px;
padding-bottom: 21px;
display: flex;
align-items: center; }
.my-account-page__header .user-info .avatar-link {
margin-right: 24px; }
.my-account-page__header .user-info .author-name {
font-size: 22px;
color: #121a21;
font-weight: 600;
font-family: "Montserrat", "Open Sans", sans-serif;
margin-bottom: 0; }
.my-account-page__header .user-info .author-mail {
color: #808b90;
font-family: #os;
font-size: 12px; }
.my-account-page__header .masvideos-MyAccount-navigation {
flex: 0 0 100%;
max-width: 100%; }
.my-account-page__header .masvideos-MyAccount-navigation ul {
display: flex;
align-items: center;
overflow: auto;
flex-wrap: nowrap;
overflow-y: hidden; }
@media (min-width: 992px) {
.my-account-page__header .masvideos-MyAccount-navigation ul {
overflow: initial;
flex-wrap: wrap; } }
.my-account-page__header .masvideos-MyAccount-navigation ul li {
flex-shrink: 0; }
.my-account-page__header .masvideos-MyAccount-navigation ul li + li {
margin-left: 28px; }
.my-account-page__header .masvideos-MyAccount-navigation ul li a {
padding: 16px 12px;
display: block;
position: relative; }
.my-account-page__header .masvideos-MyAccount-navigation ul li a:hover {
color: #000; }
.my-account-page__header .masvideos-MyAccount-navigation ul li.is-active a:after {
content: ' ';
border-bottom: 3px solid transparent;
display: block;
position: absolute;
bottom: -1px;
width: 100%;
left: 0; }
.my-account-page__header + .site-content__inner .masvideos-MyAccount-content {
padding-top: 40px;
flex: 0 0 100%;
max-width: 100%; }
.masvideos-MyAccount-content .edit-account {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px; }
.masvideos-MyAccount-content .edit-account > * {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px; }
.masvideos-MyAccount-content .edit-account input[type="text"],
.masvideos-MyAccount-content .edit-account select {
border-radius: 4px; }
.masvideos-MyAccount-content .edit-account .password-fields {
margin-top: 25px; }
@media (min-width: 768px) {
.masvideos-MyAccount-content .edit-account .masvideos-form-row:not(.fieldset-current-pass) {
flex: 0 0 50%;
max-width: 50%; } }
.home-section .home-section__flex-header {
margin-bottom: 29px;
width: 100%; }
@media (min-width: 768px) {
.home-section .home-section__flex-header {
display: flex;
justify-content: space-between;
align-items: center; } }
@media (min-width: 768px) {
.home-section .home-section__flex-header .section-title {
flex: 1;
margin: 0;
min-width: 15%; } }
.home-section .home-section__flex-header .section-title:after {
margin-left: 25px; }
.home-section .home-section__flex-header .nav {
flex-wrap: nowrap;
align-items: center;
overflow-x: auto;
overflow-y: hidden; }
@media (min-width: 768px) {
.home-section .home-section__flex-header .nav {
padding-left: 15px;
flex-wrap: wrap;
overflow-x: initial;
overflow-y: initial; } }
.home-section .home-section__flex-header .nav li {
margin-right: 33px; }
.home-section .home-section__flex-header .nav li a {
display: block;
font-size: 14px;
color: #949494;
line-height: 18px;
font-family: "Montserrat", "Open Sans", sans-serif;
font-weight: 500; }
@media (max-width: 991.98px) {
.home-section .home-section__flex-header .nav li a {
white-space: nowrap; } }
.home-section .home-section__flex-header .nav li a.active {
font-weight: 700; }
.home-section .home-section__flex-header .nav li:last-child {
margin-right: 0; }
.home-section .home-section__flex-header .header-aside a {
font-size: 14px;
line-height: 18px;
color: #949494;
font-weight: 500; }
@media (min-width: 768px) {
.home-section .home-section__flex-header .header-aside a {
padding-left: 12px; } }
.home-section.dark .home-section__flex-header .nav-link:not(.active) {
color: #949cb0; }
.home-section .home-section__header.home-section__nav-header {
text-align: center;
margin-bottom: 20px; }
@media (min-width: 992px) {
.home-section .home-section__header.home-section__nav-header {
margin-bottom: 20px; } }
.home-section .home-section__header.home-section__nav-header::before {
content: none; }
.home-section .home-section__header.home-section__nav-header .home-section__title {
font-size: 25px; }
@media (min-width: 992px) {
.home-section .home-section__header.home-section__nav-header .home-section__title {
font-size: 35px;
margin-bottom: 14px; } }
@media (min-width: 1200px) {
.home-section .home-section__header.home-section__nav-header .home-section__title {
font-size: 41px;
font-weight: 600; } }
.home-section .home-section__header.home-section__nav-header .home-section__title::after {
content: none; }
.home-section .home-section__header.home-section__nav-header .nav {
padding-left: 0;
list-style: none;
display: flex;
justify-content: center; }
@media (max-width: 767.98px) {
.home-section .home-section__header.home-section__nav-header .nav {
overflow-x: auto;
overflow-y: hidden;
flex-wrap: nowrap;
justify-content: start; } }
@media (max-width: 767.98px) {
.home-section .home-section__header.home-section__nav-header .nav-item {
display: flex;
align-items: center; }
.home-section .home-section__header.home-section__nav-header .nav-item .nav-link {
width: max-content; } }
.home-section .home-section__header.home-section__nav-header .nav-item + .nav-item::before {
content: '/';
margin: 0 14px;
color: #d9d9d9; }
.home-section .home-section__header.home-section__nav-header .nav-link {
display: inline-block;
font-size: 14px;
line-height: 18px;
font-weight: 600;
color: #949494; }
.home-section .home-section__header.home-section__nav-header .nav-link.active {
font-weight: 700; }
.home-section.dark .home-section__nav-header .nav-item + .nav-item::before {
color: #949cb0; }
.home-section.dark .home-section__nav-header .nav-link {
color: #949cb0; }
.home-section {
width: 100vw;
position: relative;
margin-left: calc(-50vw + 50% - 8px); }
@media (max-width: 991.98px) {
.home-section {
margin-left: calc(-50vw + 50%); } }
.home-section .home-section__header {
position: relative; }
.home-section .home-section__header::before {
content: '';
width: 48px;
background-color: #a8a8a83d;
height: 1px;
top: 0;
margin-bottom: 23px;
display: block; }
@media (max-width: 991.98px) {
.home-section .home-section__header {
text-align: center; }
.home-section .home-section__header::before {
content: none; } }
.home-section .home-section__title {
font-size: 24px;
line-height: 1.25;
font-weight: 600;
color: #19272e;
margin-bottom: 19px; }
@media (min-width: 768px) {
.home-section .home-section__title {
font-size: 32px;
line-height: 38px; } }
.home-section .home-section__subtitle {
line-height: 22px;
color: #858585;
font-weight: 500;
font-family: "Montserrat", "Open Sans", sans-serif;
margin-bottom: 24px; }
.home-section .home-section__action, .home-section .home-section__footer-action {
border-top: 1px solid #f7f6f62b;
padding-bottom: 14px;
padding-top: 0; }
.home-section .home-section__footer-action {
display: block;
text-align: right; }
.home-section .home-section__action-link, .home-section .home-section__footer-action--link {
display: inline-block;
font-family: "Montserrat", "Open Sans", sans-serif;
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
color: #4f5668; }
.home-section .home-section__action-link::after, .home-section .home-section__footer-action--link::after {
display: inline-block;
content: '';
height: 1em;
width: 12px;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="7"><path d="M3.979,3.703 C3.987,3.785 3.966,3.869 3.903,3.934 L1.038,6.901 C0.921,7.023 0.724,7.029 0.598,6.916 L0.143,6.506 C0.017,6.393 0.011,6.203 0.128,6.082 L2.190,3.946 C2.276,3.829 2.356,3.691 2.356,3.548 C2.356,3.214 1.947,2.885 1.947,2.885 L1.963,2.877 L0.080,0.905 C-0.036,0.784 -0.029,0.592 0.095,0.479 L0.547,0.068 C0.671,-0.045 0.867,-0.039 0.983,0.083 L3.823,3.057 C3.867,3.102 3.876,3.161 3.885,3.218 C3.945,3.267 3.988,3.334 3.988,3.416 L3.988,3.681 C3.988,3.690 3.979,3.694 3.979,3.703 Z" fill="rgb(79, 86, 104)"/></svg>');
background-repeat: no-repeat;
background-position: 100% 91%; }
.home-section .home-section__footer-view-more-action {
padding-bottom: 20px; }
.home-section .home-section__footer-view-more-action__inner {
display: flex;
justify-content: center;
position: relative; }
.home-section .home-section__footer-view-more-action__inner:after {
position: absolute;
content: "";
height: 1px;
background-color: #2a2d36;
width: 100%;
top: 50%;
left: 0;
right: 0;
z-index: 1;
background-color: #e8e8e8; }
.home-section .home-section__footer-view-more-action--link {
font-family: "Montserrat", "Open Sans", sans-serif;
font-size: 14px;
font-weight: 500;
text-align: center;
padding: 13px 53.5px;
border-width: 2px;
border-style: solid;
border-radius: 5px;
z-index: 2;
color: #717376;
border-color: #e8e8e8;
background: #fff;
transition: all 0.3s ease 0s; }
@media (min-width: 768px) {
.home-section .home-section__title-tabs .section-title__inner {
display: inline-block; } }
.home-section .home-section__title-tabs .nav.nav-tabs .nav-item {
margin: 0; }
.home-section .home-section__title-tabs .nav.nav-tabs .nav-item a {
font-size: 24px;
line-height: 18px;
letter-spacing: -0.025em;
font-weight: normal;
display: inline-block; }
@media (max-width: 991.98px) {
.home-section .home-section__title-tabs .nav.nav-tabs .nav-item a {
font-size: 16px; } }
.home-section .home-section__title-tabs .nav.nav-tabs .nav-item a.active {
font-weight: 500; }
.home-section .home-section__title-tabs .nav.nav-tabs .nav-item + .nav-item:before {
content: '/';
margin: 0 18px 0 22px;
color: #e4e4e4; }
.home-section .home-section__title-tabs .nav.nav-tabs {
padding: 0; }
@media (max-width: 991.98px) {
.home-section .home-section__title-tabs .nav.nav-tabs {
margin-left: 5px; } }
@media (min-width: 992px) and (max-width: 1439.98px) {
.home-section .home-section__title-tabs .nav.nav-tabs .nav-item + .nav-item::before {
margin: 0 9px 0 11px; }
.home-section .home-section__title-tabs .nav.nav-tabs .nav-item a {
font-size: 20px; } }
.home-section .tab-content > .tab-pane {
display: none; }
.home-section .tab-content > .active {
display: block; }
.home-section.dark {
background-color: #131722; }
.home-section.more-dark {
background-color: #0e0d12; }
.home-section.less-dark {
background-color: #1c212e; }
.home-section.light {
background-color: #f5f5f5; }
.home-section.more-light {
background-color: #ededf5; }
.home-section.dark .home-section__title, .home-section.more-dark .home-section__title, .home-section.less-dark .home-section__title {
color: #fff; }
.home-section.dark .home-section__subtitle, .home-section.more-dark .home-section__subtitle, .home-section.less-dark .home-section__subtitle {
color: #949cb0; }
.home-section.dark .home-section__action-link::after, .home-section.dark .home-section__footer-action--link::after, .home-section.more-dark .home-section__action-link::after, .home-section.more-dark .home-section__footer-action--link::after, .home-section.less-dark .home-section__action-link::after, .home-section.less-dark .home-section__footer-action--link::after {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="7"><path d="M3.979,3.703 C3.987,3.785 3.966,3.869 3.903,3.934 L1.038,6.901 C0.921,7.023 0.724,7.029 0.598,6.916 L0.143,6.506 C0.017,6.393 0.011,6.203 0.128,6.082 L2.190,3.946 C2.276,3.829 2.356,3.691 2.356,3.548 C2.356,3.214 1.947,2.885 1.947,2.885 L1.963,2.877 L0.080,0.905 C-0.036,0.784 -0.029,0.592 0.095,0.479 L0.547,0.068 C0.671,-0.045 0.867,-0.039 0.983,0.083 L3.823,3.057 C3.867,3.102 3.876,3.161 3.885,3.218 C3.945,3.267 3.988,3.334 3.988,3.416 L3.988,3.681 C3.988,3.690 3.979,3.694 3.979,3.703 Z" fill="rgb(148, 156, 176)"/></svg>'); }
.home-section.dark .home-section__footer-view-more-action, .home-section.more-dark .home-section__footer-view-more-action, .home-section.less-dark .home-section__footer-view-more-action {
padding-bottom: 40px; }
.home-section .widget-header {
display: block; }
@media (min-width: 576px) {
.home-section .widget-header {
display: flex;
align-items: center;
justify-content: space-between; } }
.home-section .widget-header .widget-title {
flex: 1;
overflow: hidden;
position: relative; }
.home-section .widget-header .header-aside a {
font-size: 14px;
line-height: 18px;
color: #949494;
font-weight: 500; }
@media (min-width: 576px) {
.home-section .widget-header .header-aside a {
padding-left: 8px; } }
@media (max-width: 767.98px) {
.home-section .section-title:after {
content: none; } }
@media (max-width: 767.98px) {
.home-section .widget-title {
margin-bottom: 22px; }
.home-section .widget-title:after {
content: none; } }
.home-section__full-width-banner {
margin-bottom: 55px; }
.home-section .article {
margin-bottom: 30px; }
.home-section .article .entry-title {
font-size: 18px;
line-height: 24px;
margin-bottom: 4px; }
@media (min-width: 1200px) {
.home-section .article .entry-title {
font-size: 22px;
line-height: 28px; } }
.home-section .article__header {
margin-bottom: 13px; }
.home-section .article__attachment {
flex: none;
height: auto;
max-width: 100%;
display: flex; }
@media (min-width: 768px) and (max-width: 1199.98px) {
.home-section .article__attachment {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
.home-section .article__meta > * + *:before {
margin: 0; }
.home-section .article__categories a {
font-weight: 700; }
.style-2.home-section .home-section__title:after {
background-color: #2d323f; }
@media (min-width: 768px) {
.style-2.home-section .home-section__flex-header .nav {
padding-left: 23px; } }
.style-2.home-section .home-section__flex-header .nav li {
margin-right: 47px; }
.style-2.home-section .home-section__flex-header .nav li:last-child {
margin-right: 0; }
.style-2.home-section .video__body,
.style-2.home-section .movie__body {
position: relative; }
.section-title {
font-size: 18px;
line-height: 1.25;
letter-spacing: -0.025em;
font-weight: 500;
color: #121a21;
position: relative;
display: block;
overflow: hidden;
margin-bottom: 22px; }
@media (min-width: 992px) {
.section-title {
font-size: 24px; } }
.section-title:after {
position: absolute;
content: "";
height: 1px;
background-color: #e8e8e8;
width: 100%;
top: 50%; }
.style-2 .section_title {
font-size: 22px;
line-height: 1.25;
letter-spacing: -0.025em;
font-weight: 500;
padding-bottom: 12px;
margin: 0; }
.has-2-columns.vodi-blog-section-2-columns > .wp-block-column + .wp-block-column .entry-title,
.has-2-columns.vodi-blog-section-2-columns__reverse > .wp-block-column:first-child .entry-title {
font-size: 17px;
line-height: 21px; }
@media (min-width: 992px) {
.has-2-columns.vodi-blog-section-2-columns > .wp-block-column + .wp-block-column .home-blog-list-section .articles .article .article__attachment,
.has-2-columns.vodi-blog-section-2-columns__reverse > .wp-block-column:first-child .home-blog-list-section .articles .article .article__attachment {
flex: 0 0 32%;
max-width: 32%;
height: 75px;
margin-right: 15px; } }
.has-2-columns.vodi-blog-section-2-columns > .wp-block-column + .wp-block-column .home-blog-list-section .articles .article .article__comments,
.has-2-columns.vodi-blog-section-2-columns__reverse > .wp-block-column:first-child .home-blog-list-section .articles .article .article__comments {
display: none; }
@media (min-width: 992px) {
.has-2-columns.vodi-blog-section-2-columns > .wp-block-column + .wp-block-column .home-blog-tab-section.style-v2 .articles .article .article__attachment,
.has-2-columns.vodi-blog-section-2-columns__reverse > .wp-block-column:first-child .home-blog-tab-section.style-v2 .articles .article .article__attachment {
flex: 0 0 20%;
max-width: 20%;
height: 75px;
margin-right: 15px; } }
@media (min-width: 992px) {
.has-2-columns.vodi-blog-section-2-columns > .wp-block-column + .wp-block-column .home-blog-grid-section.style-3 .articles .article .article__attachment,
.has-2-columns.vodi-blog-section-2-columns__reverse > .wp-block-column:first-child .home-blog-grid-section.style-3 .articles .article .article__attachment {
height: 210px; } }
.wp-block-columns.has-2-columns .wp-block-column {
margin-bottom: 0; }
.home-v4-container .home-section .home-section__action {
border-top: none; }
.just-fresh-section.home-section .home-section__title strong {
font-weight: 700; }
.just-fresh-section.home-section .home-section__title {
font-weight: 300;
font-size: 24px;
line-height: 30px; }
@media (min-width: 1200px) {
.just-fresh-section .home-video-section-aside-header__inner .masvideos-videos .home-section__header {
padding-right: 44px; } }
.home-archive .site-header .site-header__inner {
min-height: 67px; }
.home-archive .site-header {
margin-bottom: 0; }
.home-archive .site .site-content {
padding-top: 0;
overflow: hidden; }
.home-archive .masvideos-breadcrumb {
display: none; }
.home-archive .sidebar-area::before {
position: absolute;
content: " ";
height: 100%;
display: block;
width: 100%; }
.home-archive .sidebar-area {
padding-top: 42px; }
.home-archive .sidebar-area:before {
margin-top: -42px; }
.home-archive .sidebar-area ul {
padding-left: 0;
list-style: none;
margin-bottom: 26px; }
.home-archive .sidebar-area .widget-area-inner {
padding-right: 20px; }
.home-archive .sidebar-area .widget-area-inner > .widget {
padding: 0; }
.home-archive .sidebar-area .search-form .search-field,
.home-archive .sidebar-area .masvideos_widget_search .search-field {
border-radius: 4px;
background-color: #fff; }
.home-archive .sidebar-area .search-form .search-field:focus,
.home-archive .sidebar-area .masvideos_widget_search .search-field:focus {
border-width: 1px; }
.home-archive .sidebar-area .search-form .search-submit svg,
.home-archive .sidebar-area .masvideos_widget_search .search-submit svg {
margin-top: 0; }
.home-archive .sidebar-area .widget_categories .cat-item-inner {
width: 100%; }
.home-archive .sidebar-area .widget_categories .item__link {
display: flex; }
.home-archive .sidebar-area .widget_categories .item__link .item__name {
flex-grow: 1; }
.home-archive .sidebar-area.widget-area .widget {
margin-bottom: 28px !important; }
.home-archive .sidebar-area.widget-area .widget-title {
font-size: 18px;
margin-bottom: 27px; }
.home-archive .sidebar-area.widget-area .calendar_wrap table th,
.home-archive .sidebar-area.widget-area .calendar_wrap table td {
padding: 0.2rem; }
.home-archive .sidebar-area .widget_categories a,
.home-archive .sidebar-area .masvideos-widget-videos-categories a,
.home-archive .sidebar-area .widget_archive a,
.home-archive .sidebar-area .widget_pages a,
.home-archive .sidebar-area .widget_meta a,
.home-archive .sidebar-area .masvideos-widget-tv-shows-genres a {
font-size: 14px;
flex-grow: 1;
padding: 5px 0; }
.home-archive .sidebar-area .widget_categories a i,
.home-archive .sidebar-area .masvideos-widget-videos-categories a i,
.home-archive .sidebar-area .widget_archive a i,
.home-archive .sidebar-area .widget_pages a i,
.home-archive .sidebar-area .widget_meta a i,
.home-archive .sidebar-area .masvideos-widget-tv-shows-genres a i {
margin-right: 16px;
width: 14px; }
.home-archive .sidebar-area .widget_categories li,
.home-archive .sidebar-area .masvideos-widget-videos-categories li,
.home-archive .sidebar-area .widget_archive li,
.home-archive .sidebar-area .widget_pages li,
.home-archive .sidebar-area .widget_meta li,
.home-archive .sidebar-area .masvideos-widget-tv-shows-genres li {
display: flex;
padding: 0 15px;
flex-wrap: wrap; }
.home-archive .sidebar-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list,
.home-archive .sidebar-area .masvideos-movies-filter-widget .masvideos-widget-videos-layered-nav-list,
.home-archive .sidebar-area .masvideos-movies-filter-widget .masvideos-widget-tv-shows-layered-nav-list,
.home-archive .sidebar-area .masvideos-videos-filter-widget .masvideos-widget-movies-layered-nav-list,
.home-archive .sidebar-area .masvideos-videos-filter-widget .masvideos-widget-videos-layered-nav-list,
.home-archive .sidebar-area .masvideos-videos-filter-widget .masvideos-widget-tv-shows-layered-nav-list,
.home-archive .sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-movies-layered-nav-list,
.home-archive .sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-videos-layered-nav-list,
.home-archive .sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-tv-shows-layered-nav-list {
column-count: unset; }
@media (min-width: 1200px) {
.home-archive.sidebar-left .content-area {
padding-left: 40px; } }
.home-archive.sidebar-left .sidebar-area::before {
right: 100%; }
@media (min-width: 1200px) {
.home-archive.sidebar-right .content-area {
padding-right: 40px; } }
.home-archive.sidebar-right .sidebar-area::before {
left: 100%; }
.home-archive.sidebar-right .widget-area-inner {
padding-left: 20px; }
.home-archive.light .sidebar-area {
background-color: #f6f7f9; }
.home-archive.light .sidebar-area::before {
background-color: #f6f7f9; }
.home-archive.light .sidebar-area .search-form .search-field:focus,
.home-archive.light .sidebar-area .masvideos_widget_search .search-field:focus {
border-width: 1px; }
.home-archive.light .sidebar-area .widget_nav_menu li a,
.home-archive.light .sidebar-area .widget_categories li a,
.home-archive.light .sidebar-area .masvideos-widget-videos-categories li a,
.home-archive.light .sidebar-area .widget_archive li a,
.home-archive.light .sidebar-area .widget_pages li a,
.home-archive.light .sidebar-area .widget_meta li a,
.home-archive.light .sidebar-area .masvideos-widget-tv-shows-genres li a {
color: #303030; }
.home-archive.light .sidebar-area .widget_nav_menu li > a:hover, .home-archive.light .sidebar-area .widget_nav_menu li > a:focus,
.home-archive.light .sidebar-area .widget_categories li:hover,
.home-archive.light .sidebar-area .widget_categories li:focus,
.home-archive.light .sidebar-area .masvideos-widget-videos-categories li:hover,
.home-archive.light .sidebar-area .masvideos-widget-videos-categories li:focus,
.home-archive.light .sidebar-area .widget_archive li:hover,
.home-archive.light .sidebar-area .widget_archive li:focus,
.home-archive.light .sidebar-area .widget_pages li:hover,
.home-archive.light .sidebar-area .widget_pages li:focus,
.home-archive.light .sidebar-area .widget_meta li:hover,
.home-archive.light .sidebar-area .widget_meta li:focus,
.home-archive.light .sidebar-area .masvideos-widget-tv-shows-genres li:hover,
.home-archive.light .sidebar-area .masvideos-widget-tv-shows-genres li:focus {
background-color: #eff0f2; }
.home-archive.light .site-header {
box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.3); }
.home-archive.light .widget-area .widget-title {
border-color: #d0d0d2; }
.home-archive.dark .sidebar-area {
background-color: #1c212e; }
.home-archive.dark .sidebar-area::before {
background-color: #1c212e; }
.home-archive.dark .sidebar-area .search-form .search-field,
.home-archive.dark .sidebar-area .search-form .search-field:focus {
background-color: #fff;
border-color: #d0d0d2; }
.home-archive.dark .sidebar-area .widget_nav_menu li a i,
.home-archive.dark .sidebar-area .widget_categories li a i,
.home-archive.dark .sidebar-area .masvideos-widget-videos-categories li a i,
.home-archive.dark .sidebar-area .widget_archive li a i,
.home-archive.dark .sidebar-area .widget_pages li a i,
.home-archive.dark .sidebar-area .widget_meta li a i,
.home-archive.dark .sidebar-area .masvideos-widget-tv-shows-genres li a i {
color: #949cb0; }
.home-archive.dark .sidebar-area .widget_nav_menu li > a:hover, .home-archive.dark .sidebar-area .widget_nav_menu li > a:focus,
.home-archive.dark .sidebar-area .widget_categories li:hover,
.home-archive.dark .sidebar-area .widget_categories li:focus,
.home-archive.dark .sidebar-area .masvideos-widget-videos-categories li:hover,
.home-archive.dark .sidebar-area .masvideos-widget-videos-categories li:focus,
.home-archive.dark .sidebar-area .widget_archive li:hover,
.home-archive.dark .sidebar-area .widget_archive li:focus,
.home-archive.dark .sidebar-area .widget_pages li:hover,
.home-archive.dark .sidebar-area .widget_pages li:focus,
.home-archive.dark .sidebar-area .widget_meta li:hover,
.home-archive.dark .sidebar-area .widget_meta li:focus,
.home-archive.dark .sidebar-area .masvideos-widget-tv-shows-genres li:hover,
.home-archive.dark .sidebar-area .masvideos-widget-tv-shows-genres li:focus {
background-color: #252a37; }
.home-archive.dark .sidebar-area.widget-area .widget-title {
border-bottom-color: #3c414f;
color: #e7e7e7; }
.home-archive.dark .sidebar-area a {
color: #e8e7e7; }
@media (min-width: 1200px) {
body.home-archive.sidebar-right .content-area, body.home-archive.sidebar-left .content-area {
flex: 0 0 77.8688525%;
max-width: 77.8688525%; }
body.home-archive.sidebar-right .sidebar-area, body.home-archive.sidebar-left .sidebar-area {
flex: 0 0 22.1311475%;
max-width: 22.1311475%; } }
@media (min-width: 1200px) {
body.home-archive.sidebar-right.light .content-area, body.home-archive.sidebar-right.dark .content-area, body.home-archive.sidebar-left.light .content-area, body.home-archive.sidebar-left.dark .content-area {
padding-top: 42px;
padding-bottom: 42px; } }
@media (min-width: 1400px) {
body.home-archive.sidebar-right .content-area, body.home-archive.sidebar-left .content-area {
flex: 0 0 81.25%;
max-width: 81.25%; }
body.home-archive.sidebar-right .sidebar-area, body.home-archive.sidebar-left .sidebar-area {
flex: 0 0 18.75%;
max-width: 18.75%; } }
body.home-archive .tv-shows__jumbotron--top .tv-shows-sliders,
body.home-archive .tv-shows__jumbotron--top .videos-sliders,
body.home-archive .videos__jumbotron--top .tv-shows-sliders,
body.home-archive .videos__jumbotron--top .videos-sliders {
margin-bottom: 18px; }
body.home-archive .tv-shows__jumbotron--top .home-tv-show-section,
body.home-archive .tv-shows__jumbotron--top .home-video-section,
body.home-archive .videos__jumbotron--top .home-tv-show-section,
body.home-archive .videos__jumbotron--top .home-video-section {
padding: 17px 0 0; }
body.home-archive .tv-shows__jumbotron--top .tv-shows__inner > .tv-show,
body.home-archive .tv-shows__jumbotron--top .videos__inner > .video,
body.home-archive .videos__jumbotron--top .tv-shows__inner > .tv-show,
body.home-archive .videos__jumbotron--top .videos__inner > .video {
margin-bottom: 22px; }
.post-type-archive-tv_show.home-archive .site-content__inner,
.post-type-archive-video.home-archive .site-content__inner {
margin-bottom: 0; }
.post-type-archive-video .home-section,
.post-type-archive-movie .home-section,
.post-type-archive-tv_show .home-section,
.home-archive .home-section {
width: auto;
margin-left: 0; }
.post-type-archive-video .home-section .container,
.post-type-archive-movie .home-section .container,
.post-type-archive-tv_show .home-section .container,
.home-archive .home-section .container {
padding: 0; }
.post-type-archive-video .sidebar-area .widget_nav_menu li.menu-with-icon a,
.post-type-archive-movie .sidebar-area .widget_nav_menu li.menu-with-icon a,
.post-type-archive-tv_show .sidebar-area .widget_nav_menu li.menu-with-icon a,
.home-archive .sidebar-area .widget_nav_menu li.menu-with-icon a {
display: flex;
align-items: center; }
.post-type-archive-video .sidebar-area .widget_nav_menu li.menu-with-icon a i,
.post-type-archive-movie .sidebar-area .widget_nav_menu li.menu-with-icon a i,
.post-type-archive-tv_show .sidebar-area .widget_nav_menu li.menu-with-icon a i,
.home-archive .sidebar-area .widget_nav_menu li.menu-with-icon a i {
margin-right: 16px;
width: 14px; }
.post-type-archive-video.light .sidebar-area .widget_nav_menu li.menu-with-icon > a:hover,
.post-type-archive-movie.light .sidebar-area .widget_nav_menu li.menu-with-icon > a:hover,
.post-type-archive-tv_show.light .sidebar-area .widget_nav_menu li.menu-with-icon > a:hover,
.home-archive.light .sidebar-area .widget_nav_menu li.menu-with-icon > a:hover {
background: #eff0f2; }
.post-type-archive-video .sidebar-area .widget_nav_menu li.menu-with-icon:last-child,
.post-type-archive-movie .sidebar-area .widget_nav_menu li.menu-with-icon:last-child,
.post-type-archive-tv_show .sidebar-area .widget_nav_menu li.menu-with-icon:last-child,
.home-archive .sidebar-area .widget_nav_menu li.menu-with-icon:last-child {
border-bottom: 1px solid #d0d0d2;
padding-bottom: 25px; }
.post-type-archive-video .widget_nav_menu a,
.post-type-archive-movie .widget_nav_menu a,
.post-type-archive-tv_show .widget_nav_menu a,
.home-archive .widget_nav_menu a {
font-size: 14px;
flex-grow: 1; }
.post-type-archive-video .widget_nav_menu a i,
.post-type-archive-movie .widget_nav_menu a i,
.post-type-archive-tv_show .widget_nav_menu a i,
.home-archive .widget_nav_menu a i {
margin-right: 16px;
width: 14px; }
.post-type-archive-video .widget_nav_menu li,
.post-type-archive-movie .widget_nav_menu li,
.post-type-archive-tv_show .widget_nav_menu li,
.home-archive .widget_nav_menu li {
display: flex;
padding: 0 15px;
flex-wrap: wrap; }
.post-type-archive-video .widget_nav_menu li,
.post-type-archive-movie .widget_nav_menu li,
.post-type-archive-tv_show .widget_nav_menu li,
.home-archive .widget_nav_menu li {
padding: 0; }
.post-type-archive-video .widget_nav_menu li a,
.post-type-archive-movie .widget_nav_menu li a,
.post-type-archive-tv_show .widget_nav_menu li a,
.home-archive .widget_nav_menu li a {
padding: 5px 15px; }
.post-type-archive-video .widget_nav_menu ul,
.post-type-archive-movie .widget_nav_menu ul,
.post-type-archive-tv_show .widget_nav_menu ul,
.home-archive .widget_nav_menu ul {
margin-bottom: 0;
width: 100%; }
.post-type-archive-video.light .sidebar-area .widget_nav_menu li a,
.post-type-archive-movie.light .sidebar-area .widget_nav_menu li a,
.post-type-archive-tv_show.light .sidebar-area .widget_nav_menu li a {
color: #303030; }
.post-type-archive-video.dark .sidebar-area .widget_nav_menu li a,
.post-type-archive-movie.dark .sidebar-area .widget_nav_menu li a,
.post-type-archive-tv_show.dark .sidebar-area .widget_nav_menu li a {
color: #e8e7e7; }
.post-type-archive-video.dark .sidebar-area .widget_nav_menu li a i,
.post-type-archive-movie.dark .sidebar-area .widget_nav_menu li a i,
.post-type-archive-tv_show.dark .sidebar-area .widget_nav_menu li a i {
color: #949cb0; }
.dark.post-type-archive-video .sidebar-area .widget_nav_menu li.menu-with-icon:last-child,
.dark.post-type-archive-movie .sidebar-area .widget_nav_menu li.menu-with-icon:last-child,
.dark.post-type-archive-tv_show .sidebar-area .widget_nav_menu li.menu-with-icon:last-child,
.dark.home-archive .sidebar-area .widget_nav_menu li.menu-with-icon:last-child {
border-bottom: 1px solid #3c414f; }
.dark.home-archive .sidebar-area .search-form .search-field,
.dark.home-archive .sidebar-area .masvideos_widget_search .search-field {
background-color: #373c49;
color: #b4bbc0;
border-color: #373c49; }
.dark.home-archive .sidebar-area .search-form .search-field::placeholder,
.dark.home-archive .sidebar-area .masvideos_widget_search .search-field::placeholder {
color: #b4bbc0; }
.dark.home-archive .sidebar-area .search-form .search-field:focus,
.dark.home-archive .sidebar-area .masvideos_widget_search .search-field:focus {
color: #b4bbc0;
background-color: #252a37;
border-color: #373c49;
box-shadow: none; }
.home-section-recently-viewed .recently-viewed {
display: flex;
flex-wrap: wrap;
margin-right: -7px;
margin-left: -7px; }
.home-section-recently-viewed .recently-viewed > .movie {
position: relative;
width: 100%;
padding-right: 7px;
padding-left: 7px;
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 768px) {
.home-section-recently-viewed .recently-viewed > .movie {
flex: 0 0 25%;
max-width: 25%; } }
@media (min-width: 1200px) {
.home-section-recently-viewed .recently-viewed > .movie {
flex: 0 0 12.5%;
max-width: 12.5%; } }
.home-section-recently-viewed .home-section__flex-header {
margin-bottom: 20px; }
.section-user-playlist-carousel {
background-color: #f2f3f5;
padding: 56px 0 30px;
margin-bottom: 56px; }
.section-user-playlist-carousel__inner {
align-items: center; }
.section-user-playlist-carousel .movies-collection {
position: relative;
display: flex !important;
flex-wrap: wrap;
justify-content: center;
align-items: flex-end;
text-align: center;
padding: 0 60px;
margin-bottom: 90px;
border-radius: 5px;
min-height: 285px; }
.section-user-playlist-carousel .movies-collection__title {
font-family: "Open Sans", sans-serif;
color: #fff;
font-size: 15px;
font-weight: 700;
margin-top: 20px; }
.section-user-playlist-carousel .movies-collection-carousel {
position: relative; }
.section-user-playlist-carousel .movies-collection-carousel .slick-slide {
margin: 0 7.5px; }
.section-user-playlist-carousel .movies-collection-carousel .slick-slide:nth-child(5n+1) .movies-collection {
background-color: #696969; }
.section-user-playlist-carousel .movies-collection-carousel .slick-slide:nth-child(5n+2) .movies-collection {
background-color: #b9c0c8; }
.section-user-playlist-carousel .movies-collection-carousel .slick-slide:nth-child(5n+3) .movies-collection {
background-color: #c0ae9f; }
.section-user-playlist-carousel .movies-collection-carousel .slick-slide:nth-child(5n+4) .movies-collection {
background-color: #7285ab; }
.section-user-playlist-carousel .movies-collection-carousel .slick-slide:nth-child(5n) .movies-collection {
background-color: #a48997; }
.section-user-playlist-carousel .movies-collection-carousel .slick-list {
margin: 0 -7.5px; }
.section-user-playlist-carousel .movies-collection-carousel .slick-arrow {
width: 40px;
height: 40px;
border: 2px solid #d2d2d8;
border-radius: 50%;
transform: none;
top: 34%;
z-index: 1; }
.section-user-playlist-carousel .movies-collection-carousel .slick-arrow::before {
display: inline-block; }
.section-user-playlist-carousel .movies-collection-carousel .slick-arrow:hover, .section-user-playlist-carousel .movies-collection-carousel .slick-arrow:focus {
border-color: #9f9fa4; }
.section-user-playlist-carousel .movies-collection-carousel .slick-prev {
left: 0; }
.section-user-playlist-carousel .movies-collection-carousel .slick-prev:before {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(189, 189, 195)"/></svg>'); }
[dir="rtl"] .section-user-playlist-carousel .movies-collection-carousel .slick-prev:before {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(189, 189, 195)" /></svg>'); }
@media (min-width: 768px) {
.section-user-playlist-carousel .movies-collection-carousel .slick-prev {
left: -30px; } }
@media (min-width: 1440px) {
.section-user-playlist-carousel .movies-collection-carousel .slick-prev {
left: -60px; } }
.section-user-playlist-carousel .movies-collection-carousel .slick-prev:hover::before {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(129, 129, 133)"/></svg>'); }
[dir="rtl"] .section-user-playlist-carousel .movies-collection-carousel .slick-prev:hover::before {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(129, 129, 133)" /></svg>'); }
.section-user-playlist-carousel .movies-collection-carousel .slick-next {
right: 0; }
.section-user-playlist-carousel .movies-collection-carousel .slick-next:before {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(189, 189, 195)" /></svg>'); }
[dir="rtl"] .section-user-playlist-carousel .movies-collection-carousel .slick-next:before {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(189, 189, 195)"/></svg>'); }
@media (min-width: 768px) {
.section-user-playlist-carousel .movies-collection-carousel .slick-next {
right: -30px; } }
@media (min-width: 1440px) {
.section-user-playlist-carousel .movies-collection-carousel .slick-next {
right: -60px; } }
.section-user-playlist-carousel .movies-collection-carousel .slick-next:hover::before {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(129, 129, 133)" /></svg>'); }
[dir="rtl"] .section-user-playlist-carousel .movies-collection-carousel .slick-next:hover::before {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(129, 129, 133)"/></svg>'); }
.section-user-playlist-carousel .user-info {
position: absolute;
top: 100%;
transform: translateY(-23px);
text-align: center;
width: 100%;
left: 0;
right: 0;
padding: 0 15px; }
.section-user-playlist-carousel .user-pic {
width: 46px;
height: 46px;
border-radius: 50%;
padding: 5px;
overflow: hidden;
margin: 0 auto 5px;
background-color: #fff; }
.section-user-playlist-carousel .user-pic--image {
border-radius: 50%; }
.section-user-playlist-carousel .user-name {
font-family: "Open Sans", sans-serif;
font-size: 12px;
color: #121a21;
margin-bottom: 0; }
.section-user-playlist-carousel .user-collected-movies__meta {
line-height: 1.2; }
.section-user-playlist-carousel .user-collected-movies__meta span {
font-size: 12px;
color: #949cb0; }
.section-user-playlist-carousel .user-collected-movies__meta span + span::before {
content: ', '; }
.section-featured-post {
margin-bottom: 28px; }
.section-featured-post .section-feature-post__inner .article {
flex: 0 0 100%;
max-width: 100%;
display: block; }
@media (min-width: 768px) {
.section-featured-post .section-feature-post__inner .article {
flex: 0 0 25%;
max-width: 25%; } }
.section-featured-post .section-feature-post__inner .article__attachment {
max-width: 100%;
margin-right: 0;
margin-bottom: 15px;
height: auto;
flex: none; }
.section-featured-post .section-feature-post__inner .article__summary {
text-align: center;
flex: none; }
.section-featured-post .section-feature-post__inner .article__summary .entry-title {
font-size: 15px;
font-family: "Open Sans", sans-serif;
color: #19272e;
line-height: 21px;
font-weight: 700;
margin-bottom: 10px; }
.section-featured-post .section-feature-post__inner .article__summary .article__categories {
font-size: 13px; }
.section-featured-post .section-feature-post__inner .article__meta {
font-size: 13px;
font-style: normal; }
.section-featured-post .section-feature-post__inner .article__meta .article__date:before {
margin: 0; }
.single-featured-section {
background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://placehold.it/1920x500);
background-position-x: center;
position: relative;
display: flex;
align-items: flex-end; }
@media (min-width: 768px) {
.single-featured-section {
height: 500px; } }
@media (min-width: 768px) {
.featured-post-section .article {
margin-bottom: 36px; } }
.featured-post-section .article .entry-title {
font-size: 30px;
line-height: 35px;
letter-spacing: -0.01em;
font-weight: 700;
color: #ffffff; }
@media (min-width: 768px) {
.featured-post-section .article .entry-title {
font-size: 44px;
line-height: 52px; } }
.featured-post-section .article__meta {
margin-bottom: 15px; }
.featured-post-section .article .comments-link a {
color: #ffffff;
font-style: normal; }
.featured-post-section .article__categories a {
font-weight: 700; }
.page-control-bar-bottom,
.masvideos-persons-page-control-bar {
display: flex;
align-items: center;
flex-direction: column;
font-size: 14px;
line-height: 18px;
letter-spacing: -0.025em;
padding-top: 20px;
-webkit-font-smoothing: antialiased;
margin-bottom: 15px; }
.page-control-bar-bottom .masvideos-pagination,
.masvideos-persons-page-control-bar .masvideos-pagination {
justify-content: flex-end;
display: flex;
flex-grow: 1;
margin-bottom: 0; }
.page-control-bar-bottom .masvideos-pagination ul.page-numbers,
.masvideos-persons-page-control-bar .masvideos-pagination ul.page-numbers {
margin-bottom: 0; }
.page-control-bar-bottom .masvideos-pagination ul.page-numbers > li > a,
.page-control-bar-bottom .masvideos-pagination ul.page-numbers > li > span,
.masvideos-persons-page-control-bar .masvideos-pagination ul.page-numbers > li > a,
.masvideos-persons-page-control-bar .masvideos-pagination ul.page-numbers > li > span {
padding: 9.5px 15.5px;
box-shadow: none; }
.page-control-bar-bottom .masvideos-pagination ul.page-numbers > li > a.next, .page-control-bar-bottom .masvideos-pagination ul.page-numbers > li > a.prev,
.page-control-bar-bottom .masvideos-pagination ul.page-numbers > li > span.next,
.page-control-bar-bottom .masvideos-pagination ul.page-numbers > li > span.prev,
.masvideos-persons-page-control-bar .masvideos-pagination ul.page-numbers > li > a.next,
.masvideos-persons-page-control-bar .masvideos-pagination ul.page-numbers > li > a.prev,
.masvideos-persons-page-control-bar .masvideos-pagination ul.page-numbers > li > span.next,
.masvideos-persons-page-control-bar .masvideos-pagination ul.page-numbers > li > span.prev {
background: transparent;
color: #b4bbc0; }
.page-control-bar-bottom .masvideos-pagination ul.page-numbers > li .next,
.masvideos-persons-page-control-bar .masvideos-pagination ul.page-numbers > li .next {
margin-right: 0;
padding-right: 0; }
.page-control-bar-bottom .masvideos-pagination ul.page-numbers > li .prev,
.masvideos-persons-page-control-bar .masvideos-pagination ul.page-numbers > li .prev {
margin-left: 0;
padding-left: 0; }
.page-control-bar-bottom .masvideos-pagination li:last-child a,
.masvideos-persons-page-control-bar .masvideos-pagination li:last-child a {
background: transparent;
font-family: "Open Sans", sans-serif; }
.page-control-bar-bottom .masvideos-pagination.masvideos-videos-pagination,
.masvideos-persons-page-control-bar .masvideos-pagination.masvideos-videos-pagination {
padding: 0;
border: none; }
.page-control-bar-bottom .masvideos-result-count,
.masvideos-persons-page-control-bar .masvideos-result-count {
margin-bottom: 13px;
padding: 10px 0; }
@media (min-width: 768px) {
.page-control-bar-bottom .masvideos-result-count,
.masvideos-persons-page-control-bar .masvideos-result-count {
margin-bottom: 0; } }
.page-control-bar-bottom .form-masviseos-mpp,
.masvideos-persons-page-control-bar .form-masviseos-mpp {
margin-right: 40px; }
.page-control-bar-bottom .form-vodi-wc-ppp,
.page-control-bar-bottom .form-masviseos-mpp,
.masvideos-persons-page-control-bar .form-vodi-wc-ppp,
.masvideos-persons-page-control-bar .form-masviseos-mpp {
margin-bottom: 0; }
.page-control-bar-bottom .form-vodi-wc-ppp select,
.page-control-bar-bottom .form-masviseos-mpp select,
.masvideos-persons-page-control-bar .form-vodi-wc-ppp select,
.masvideos-persons-page-control-bar .form-masviseos-mpp select {
padding: 8px 20px 8px 0; }
@media (min-width: 768px) {
.page-control-bar-bottom,
.masvideos-persons-page-control-bar {
flex-direction: row; } }
.home-sidebar-area {
position: relative;
z-index: 2;
width: 100%; }
.home-sidebar-area:before {
position: absolute;
left: 0;
top: 0;
bottom: 0;
content: "";
right: 0; }
@media (min-width: 1200px) {
.home-sidebar-area:before {
position: absolute;
left: -500px;
top: 0;
bottom: 0;
content: "";
right: 0; } }
.home-sidebar-area .home-sidebar-area-inner {
padding: 40px 15px 0 15px; }
.home-sidebar-area .widget-title {
font-size: 18px;
font-weight: 500;
position: relative;
display: block;
padding-bottom: 13px;
margin-bottom: 12px;
padding-left: 0;
border-width: 1px;
border-bottom-style: solid;
margin-left: 0; }
.home-sidebar-area .widget:first-child .widget-title::after {
display: inline-block;
margin-left: 9px;
content: "";
width: 7px;
height: 6px; }
.home-sidebar-area .widget:first-child .widget-title:before {
display: inline-block;
margin-left: 9px;
content: "";
width: 7px;
height: 6px;
background: url('data:image/svg+xml;utf8,<svg xmlns:xlink="http://www.w3.org/1999/xlink" width="21px" height="17px"><image x="0px" y="0px" width="21px" height="17px" xlink:href="data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAARCAMAAAAFWBeyAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAACN1BMVEUqSZkqTJsqUJ4qVaEqWqUrYKkrZq0rbLIrc7Yrebsrf8ArhcQsi8gskMz///8qSZkqSZkqSZkqTJsqUJ4qVaEqWqUrYKkrZq0rbLIrc7Yrebsrf8ArhcQsi8gskMwslc8smdIsnNQsnNQsnNQqSZkqSZkqSZkqTJsqUJ4qVaEqWqUrYKkrZq0rbLIrc7Yrebsrf8ArhcQsi8gskMwslc8smdIsnNQsnNQsnNQqSZksnNQsnNQqSZkqSZkqWqUrYKkrZq0rbLIsnNQsnNQqWqUrYKkrbLIrc7YrebsqWqUrZq0rbLIrebsrf8ArYKkrZq0rc7Yrebsrf8ArhcQsi8grZq0rc7YrebsrhcQsi8grYKkrZq0rbLIrc7Yrf8ArhcQrYKkrc7YrebsqWqUrYKkrZq0rbLIqSZkqSZkrYKksnNQsnNQqSZkqSZkqSZkqTJsqUJ4qVaEqWqUrYKkrZq0rbLIrc7Yrebsrf8ArhcQsi8gskMwslc8smdIsnNQsnNQsnNQqSZksnNQsnNQqSZkqSZkqTJsqUJ4qVaEqWqUrYKkrZq0rbLIrc7Yrebsrf8ArhcQsi8gskMwslc8smdIsnNQsnNQqVaEqWqUrYKkrZq0rbLIrc7Yrebsrf8ArhcQsi8gskMwqVaEqWqUrZq0rbLIrc7Yrebsrf8ArhcQskMwrZq0rc7Yrf8ArbLIqSZkqTJsqUJ4qVaEqWqUrYKkrebsrhcQsi8gskMwslc8smdIsnNT///8aNcLmAAAAq3RSTlMAAAAAAAAAAAAAAAAAAAAyyvLy8vLy8vLy8vLy8vLy8vLy0kDN4IGAgICAfn+AgICAgICAgICA1NuCafXuhgi4lhdu8RHx7mgDEJeky0D5cEXN/psFdRepygj1gnH5cwrunB0K18E68YAHZ/Tex09OTk5OSUxOTk5OTk5OTk5Otuns82EULCwsJxwcHBwcHBwcHCYsLCwYHnh3d3d3d3d3eCpJ8fHx8fHx8V/RKlM7AAAAAWJLR0QOb70wTwAAAAd0SU1FB+IJDgszOKqrNyQAAAEGSURBVBjTY+AXEBQSFhEVE5eQlJKWkZWTV1BUUmZQUVVT19DU0tbR1dM3MDQyNjE1M7dgELRkYGRiZmFlY+fg5OLm4eXj47OyZrCxBYna2Ts4wkWdnKGiLq6r3dw90EU9xby81/j4oov6+bMHBAYFh6CJhrKHha+NiEQVjYqOiZWKi0ezLWH1usQkdNuSU1LTkF2WngH2RSaSL7KyGXJy8/ILCouKS0rLyisqq6prauvqGxjyGtdv2Lhp85bV69ZsXbtt+46du3Y3NTMwtLS2tXd0dnX39Pb1T5g4afKUqdP4GICAkWn6jJmzZs+ZO2/+goV8IAARXbTYdcnSZctXrJRdBRYFAObfVXM9GnbyAAAAAElFTkSuQmCC" /></svg>'); }
.home-sidebar-area .widget:last-child ul.menu li a {
padding: 2px 13px;
position: relative;
display: flex;
align-items: center; }
.home-sidebar-area .widget:last-child ul.menu li a:before {
content: "";
margin-right: 15px;
font-size: 18px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
vertical-align: top;
width: 18px;
height: 18px;
display: inline-block;
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18px" height="486px"><path fill-rule="evenodd" fill="rgb(180, 187, 192)" d="M-0.000,486.000 L-0.000,468.000 L18.000,468.000 L18.000,486.000 L-0.000,486.000 ZM16.000,470.000 L2.000,470.000 L2.000,484.000 L16.000,484.000 L16.000,470.000 ZM-0.000,442.000 L18.000,442.000 L18.000,460.000 L-0.000,460.000 L-0.000,442.000 ZM2.000,458.000 L16.000,458.000 L16.000,444.000 L2.000,444.000 L2.000,458.000 ZM-0.000,416.000 L18.000,416.000 L18.000,434.000 L-0.000,434.000 L-0.000,416.000 ZM2.000,432.000 L16.000,432.000 L16.000,418.000 L2.000,418.000 L2.000,432.000 ZM-0.000,390.000 L18.000,390.000 L18.000,408.000 L-0.000,408.000 L-0.000,390.000 ZM2.000,406.000 L16.000,406.000 L16.000,392.000 L2.000,392.000 L2.000,406.000 ZM-0.000,364.000 L18.000,364.000 L18.000,382.000 L-0.000,382.000 L-0.000,364.000 ZM2.000,380.000 L16.000,380.000 L16.000,366.000 L2.000,366.000 L2.000,380.000 ZM-0.000,338.000 L18.000,338.000 L18.000,356.000 L-0.000,356.000 L-0.000,338.000 ZM2.000,354.000 L16.000,354.000 L16.000,340.000 L2.000,340.000 L2.000,354.000 ZM-0.000,312.000 L18.000,312.000 L18.000,330.000 L-0.000,330.000 L-0.000,312.000 ZM2.000,328.000 L16.000,328.000 L16.000,314.000 L2.000,314.000 L2.000,328.000 ZM-0.000,286.000 L18.000,286.000 L18.000,304.000 L-0.000,304.000 L-0.000,286.000 ZM2.000,302.000 L16.000,302.000 L16.000,288.000 L2.000,288.000 L2.000,302.000 ZM-0.000,260.000 L18.000,260.000 L18.000,278.000 L-0.000,278.000 L-0.000,260.000 ZM2.000,276.000 L16.000,276.000 L16.000,262.000 L2.000,262.000 L2.000,276.000 ZM-0.000,234.000 L18.000,234.000 L18.000,252.000 L-0.000,252.000 L-0.000,234.000 ZM2.000,250.000 L16.000,250.000 L16.000,236.000 L2.000,236.000 L2.000,250.000 ZM-0.000,208.000 L18.000,208.000 L18.000,226.000 L-0.000,226.000 L-0.000,208.000 ZM2.000,224.000 L16.000,224.000 L16.000,210.000 L2.000,210.000 L2.000,224.000 ZM-0.000,182.000 L18.000,182.000 L18.000,200.000 L-0.000,200.000 L-0.000,182.000 ZM2.000,198.000 L16.000,198.000 L16.000,184.000 L2.000,184.000 L2.000,198.000 ZM-0.000,156.000 L18.000,156.000 L18.000,174.000 L-0.000,174.000 L-0.000,156.000 ZM2.000,172.000 L16.000,172.000 L16.000,158.000 L2.000,158.000 L2.000,172.000 ZM-0.000,130.000 L18.000,130.000 L18.000,148.000 L-0.000,148.000 L-0.000,130.000 ZM2.000,146.000 L16.000,146.000 L16.000,132.000 L2.000,132.000 L2.000,146.000 ZM-0.000,104.000 L18.000,104.000 L18.000,122.000 L-0.000,122.000 L-0.000,104.000 ZM2.000,120.000 L16.000,120.000 L16.000,106.000 L2.000,106.000 L2.000,120.000 ZM-0.000,78.000 L18.000,78.000 L18.000,96.000 L-0.000,96.000 L-0.000,78.000 ZM2.000,94.000 L16.000,94.000 L16.000,80.000 L2.000,80.000 L2.000,94.000 ZM-0.000,52.000 L18.000,52.000 L18.000,70.000 L-0.000,70.000 L-0.000,52.000 ZM2.000,68.000 L16.000,68.000 L16.000,54.000 L2.000,54.000 L2.000,68.000 ZM-0.000,26.000 L18.000,26.000 L18.000,44.000 L-0.000,44.000 L-0.000,26.000 ZM2.000,42.000 L16.000,42.000 L16.000,28.000 L2.000,28.000 L2.000,42.000 ZM-0.000,-0.000 L18.000,-0.000 L18.000,18.000 L-0.000,18.000 L-0.000,-0.000 ZM2.000,16.000 L16.000,16.000 L16.000,2.000 L2.000,2.000 L2.000,16.000 Z"/></svg>'); }
.home-sidebar-area .widget:last-child ul.menu li a:hover {
background: none !important; }
.home-sidebar-area .widget:last-child ul.menu li a:hover:before {
content: "";
width: 18px;
height: 18px;
font-weight: 800;
display: inline-block; }
.home-sidebar-area .widget:last-child ul.menu li:first-child a {
padding-top: 15px; }
.home-sidebar-area .widget.widget_nav_menu {
margin-bottom: 46px; }
.home-sidebar-area .widget_categories {
margin-bottom: 18px;
border-width: 1px;
border-bottom-style: solid; }
.home-sidebar-area .widget_categories ul {
padding: 0;
list-style: none; }
.home-sidebar-area .widget_categories ul .menu-item:before,
.home-sidebar-area .widget_categories ul .cat-item:before {
content: none; }
.home-sidebar-area .widget_categories ul .menu-item a,
.home-sidebar-area .widget_categories ul .cat-item a {
display: flex;
align-items: center;
font-size: 14px;
line-height: 1.5;
padding: 9px 0 9px 14px; }
.home-sidebar-area .widget_categories ul .menu-item a i,
.home-sidebar-area .widget_categories ul .cat-item a i {
color: #949cb0;
margin-right: 20px; }
.home-sidebar-area .widget_search {
margin-bottom: 45px; }
.home-sidebar-area .search-form {
position: relative; }
.home-sidebar-area .search-form .search-field {
border-radius: 3px;
padding: 7px 26px 7px 42px;
background: #fff; }
.home-sidebar-area .search-form .search-submit {
display: none; }
.home-sidebar-area .search-form:before {
content: "";
position: absolute;
left: 12px;
top: 50%;
transform: translateY(-50%);
width: 18px;
height: 18px;
z-index: 10;
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18"><path d="M7 0C11-0.1 13.4 2.1 14.6 4.9 15.5 7.1 14.9 9.8 13.9 11.4 13.7 11.7 13.6 12 13.3 12.2 13.4 12.5 14.2 13.1 14.4 13.4 15.4 14.3 16.3 15.2 17.2 16.1 17.5 16.4 18.2 16.9 18 17.5 17.9 17.6 17.9 17.7 17.8 17.8 17.2 18.3 16.7 17.8 16.4 17.4 15.4 16.4 14.3 15.4 13.3 14.3 13 14.1 12.8 13.8 12.5 13.6 12.4 13.5 12.3 13.3 12.2 13.3 12 13.4 11.5 13.8 11.3 14 10.7 14.4 9.9 14.6 9.2 14.8 8.9 14.9 8.6 14.9 8.3 14.9 8 15 7.4 15.1 7.1 15 6.3 14.8 5.6 14.8 4.9 14.5 2.7 13.6 1.1 12.1 0.4 9.7 0 8.7-0.2 7.1 0.2 6 0.3 5.3 0.5 4.6 0.9 4 1.8 2.4 3 1.3 4.7 0.5 5.2 0.3 5.7 0.2 6.3 0.1 6.5 0 6.8 0.1 7 0ZM7.3 1.5C7.1 1.6 6.8 1.5 6.7 1.5 6.2 1.6 5.8 1.7 5.4 1.9 3.7 2.5 2.6 3.7 1.9 5.4 1.7 5.8 1.7 6.2 1.6 6.6 1.4 7.4 1.6 8.5 1.8 9.1 2.4 11.1 3.5 12.3 5.3 13 5.9 13.3 6.6 13.5 7.5 13.5 7.7 13.5 7.9 13.5 8.1 13.5 8.6 13.4 9.1 13.3 9.6 13.1 11.2 12.5 12.4 11.4 13.1 9.8 13.6 8.5 13.6 6.6 13.1 5.3 12.2 3.1 10.4 1.5 7.3 1.5Z" fill="rgb(124, 127, 130)" /></svg>') no-repeat; }
.home-sidebar-area .widget {
position: relative; }
.home-sidebar-area .widget ul.menu {
padding: 0;
list-style: none; }
.home-sidebar-area .widget ul.menu li a {
display: block;
font-size: 14px;
padding: 6px 13px; }
.home-sidebar-area.dark .widget-title {
color: #fff;
border-bottom-color: #3c414f; }
.home-sidebar-area.dark .widget-title:after {
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="4"><path d="M6.9 1L3.9 3.8C3.9 3.8 3.8 3.8 3.8 3.9 3.7 3.9 3.6 4 3.6 4L3.3 4C3.3 4 3.3 3.9 3.3 3.9 3.2 4 3.1 3.9 3.1 3.9L0.1 1C0 0.9 0 0.7 0.1 0.6L0.5 0.1C0.6 0 0.8 0 0.9 0.1L3 2.2C3.2 2.3 3.3 2.3 3.4 2.3 3.8 2.3 4.1 1.9 4.1 1.9L4.1 1.9 6.1 0.1C6.2 0 6.4 0 6.5 0.1L6.9 0.5C7 0.7 7 0.9 6.9 1Z" fill="rgb(232, 231, 231)"/></svg>') no-repeat; }
.home-sidebar-area.dark .widget_categories {
border-bottom-color: #3c414f; }
.home-sidebar-area.dark .widget_categories ul .menu-item a, .home-sidebar-area.dark .widget_categories ul .cat-item a {
color: #e8e7e7; }
.home-sidebar-area.dark .search-form .search-field {
color: #929294; }
.home-sidebar-area.dark .widget ul.menu li a {
color: #e7e7e7; }
.home-sidebar-area.dark .widget ul.menu li a:hover {
background: #252a37; }
.home-sidebar-area.dark .widget:last-child ul.menu li a:before {
color: #949cb0; }
.home-sidebar-area.light .widget-title {
color: #121a21;
border-bottom-color: #d0d0d2; }
.home-sidebar-area.light .widget-title:after {
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="4"><path d="M6.9 1L3.9 3.8C3.9 3.8 3.8 3.8 3.8 3.9 3.7 3.9 3.6 4 3.6 4L3.3 4C3.3 4 3.3 3.9 3.3 3.9 3.2 4 3.1 3.9 3.1 3.9L0.1 1C0 0.9 0 0.7 0.1 0.6L0.5 0.1C0.6 0 0.8 0 0.9 0.1L3 2.2C3.2 2.3 3.3 2.3 3.4 2.3 3.8 2.3 4.1 1.9 4.1 1.9L4.1 1.9 6.1 0.1C6.2 0 6.4 0 6.5 0.1L6.9 0.5C7 0.7 7 0.9 6.9 1Z" fill="rgb(124, 127, 130)"/></svg>') no-repeat; }
.home-sidebar-area.light .widget_categories {
border-bottom-color: #d0d0d2; }
.home-sidebar-area.light .widget_categories ul .menu-item a,
.home-sidebar-area.light .widget_categories ul .cat-item a {
color: #303030; }
.home-sidebar-area.light .search-form .search-field {
color: #929294; }
.home-sidebar-area.light .widget ul.menu li a {
color: #303030; }
.home-sidebar-area.light .widget ul.menu li a:hover {
background: #eff0f2; }
.home-sidebar-area.light .widget:last-child ul.menu li a:before {
color: #d5d5d5; }
.home-section-newest-spisodes-block__inner-title {
font-size: 22px;
line-height: 18px;
font-family: 500;
padding-bottom: 16px;
margin-bottom: 0; }
.videos-with-featured-video {
padding: 0 0 20px; }
.videos-with-featured-video .section-title__inner {
display: inline-block; }
.videos-with-featured-video .section-title:after {
background-color: #2d323f; }
.new-episode-movie-list.style-2 {
padding: 0px 0 34px; }
.new-episode-movie-list.style-2 .section-movies-carousel__carousel {
flex: 0 0 100%;
max-width: 100%; }
.new-episode-movie-list.style-2 .slick-arrow:before {
display: block; }
.new-episode-movie-list.style-2 .slick-prev {
left: 0px;
z-index: 1; }
.new-episode-movie-list.style-2 .slick-prev:before {
width: 22px;
height: 42px;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="42"><path \a                     d="M21.988,40.588 L20.602,41.988 L0.011,21.204 L0.214,20.999 L0.011,20.795 L20.602,0.011 L21.988,1.410 L2.582,20.999 L21.988,40.588 Z" fill="rgb(177, 177, 177)"/>\a                 </svg>'); }
[dir="rtl"] .new-episode-movie-list.style-2 .slick-prev:before {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="43"><path d="M22.707,21.707 L1.707,42.707 L0.293,41.293 L20.086,21.500 L0.293,1.706 L1.707,0.292 L22.707,21.292 L22.500,21.499 L22.707,21.707 Z" fill="rgb(177, 177, 177)"/>\a                     </svg>'); }
@media (min-width: 768px) {
.new-episode-movie-list.style-2 .slick-prev {
left: -25px;
top: 25%; } }
@media (min-width: 1440px) {
.new-episode-movie-list.style-2 .slick-prev {
left: -50px; } }
.new-episode-movie-list.style-2 .slick-prev:hover::before {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="42"><path \a                     d="M21.988,40.588 L20.602,41.988 L0.011,21.204 L0.214,20.999 L0.011,20.795 L20.602,0.011 L21.988,1.410 L2.582,20.999 L21.988,40.588 Z" fill="rgb(255, 255, 255)"/>\a                 </svg>'); }
[dir="rtl"] .new-episode-movie-list.style-2 .slick-prev:hover::before {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="43"><path d="M22.707,21.707 L1.707,42.707 L0.293,41.293 L20.086,21.500 L0.293,1.706 L1.707,0.292 L22.707,21.292 L22.500,21.499 L22.707,21.707 Z" fill="rgb(255, 255, 255)"/>\a                     </svg>'); }
.new-episode-movie-list.style-2 .slick-next {
right: 0px; }
.new-episode-movie-list.style-2 .slick-next:before {
width: 22px;
height: 42px;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="43"><path d="M22.707,21.707 L1.707,42.707 L0.293,41.293 L20.086,21.500 L0.293,1.706 L1.707,0.292 L22.707,21.292 L22.500,21.499 L22.707,21.707 Z" fill="rgb(177, 177, 177)"/>\a                     </svg>'); }
[dir="rtl"] .new-episode-movie-list.style-2 .slick-next:before {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="42"><path \a                     d="M21.988,40.588 L20.602,41.988 L0.011,21.204 L0.214,20.999 L0.011,20.795 L20.602,0.011 L21.988,1.410 L2.582,20.999 L21.988,40.588 Z" fill="rgb(177, 177, 177)"/>\a                     </svg>'); }
@media (min-width: 768px) {
.new-episode-movie-list.style-2 .slick-next {
right: -25px;
top: 25%; } }
@media (min-width: 1440px) {
.new-episode-movie-list.style-2 .slick-next {
right: -50px; } }
.new-episode-movie-list.style-2 .slick-next:hover::before {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="43"><path d="M22.707,21.707 L1.707,42.707 L0.293,41.293 L20.086,21.500 L0.293,1.706 L1.707,0.292 L22.707,21.292 L22.500,21.499 L22.707,21.707 Z" fill="rgb(255, 255, 255)"/>\a                     </svg>'); }
[dir="rtl"] .new-episode-movie-list.style-2 .slick-next:hover::before {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="42"><path \a                     d="M21.988,40.588 L20.602,41.988 L0.011,21.204 L0.214,20.999 L0.011,20.795 L20.602,0.011 L21.988,1.410 L2.582,20.999 L21.988,40.588 Z" fill="rgb(255, 255, 255)"/>\a                 </svg>'); }
.new-episode-movie-list.style-2 .movies-carousel.columns-5 .slick-slide {
margin: 0 10px; }
.featured-tv-series {
padding: 0 0 43px; }
.featured-tv-series .videos-list .video {
padding-right: 11px; }
.section-live-game-players-list {
padding: 44px 0; }
.section-live-game-players-list.style-2 .home-section__title {
font-size: 24px;
font-weight: 700; }
.section-live-game-players-list .live-game-players-list {
display: flex;
flex-wrap: wrap;
margin-right: -8px;
margin-left: -8px; }
.section-live-game-players-list .columns-5 .live-game-player,
.section-live-game-players-list .columns-6 .live-game-player {
margin-bottom: 16px; }
@media (min-width: 768px) {
.section-live-game-players-list .columns-5 .live-game-player,
.section-live-game-players-list .columns-6 .live-game-player {
flex: 0 0 50%;
max-width: 50%; } }
@media (min-width: 992px) {
.section-live-game-players-list .columns-5 .live-game-player,
.section-live-game-players-list .columns-6 .live-game-player {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
@media (min-width: 1200px) {
.section-live-game-players-list .columns-5 .live-game-player {
flex: 0 0 20%;
max-width: 20%; } }
@media (min-width: 1200px) {
.section-live-game-players-list .columns-6 .live-game-player {
flex: 0 0 25%;
max-width: 25%; } }
@media (min-width: 1440px) {
.section-live-game-players-list .columns-6 .live-game-player {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; } }
.section-live-game-players-list .live-game-player {
position: relative;
width: 100%;
padding-right: 8px;
padding-left: 8px; }
.section-live-game-players-list .live-game-player__inner {
display: flex;
flex-direction: column;
height: 100%;
background-color: rgba(43, 55, 81, 0.2);
padding: 16px 20px;
text-align: center; }
.section-live-game-players-list .live-game-player__profile, .section-live-game-players-list .live-game-player__profile--info {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%; }
.section-live-game-players-list .live-game-player__social-network-page-links {
margin-bottom: 12px; }
.section-live-game-players-list .live-game-player__social-network-page-link {
display: inline-block;
font-size: 16px;
width: 20px;
color: rgba(255, 255, 255, 0.72); }
.section-live-game-players-list .live-game-player__thumbnail {
position: relative;
display: inline-block;
margin: 0 auto 12px;
border-radius: 50%;
border: 3px solid #52ac20; }
.section-live-game-players-list .live-game-player__thumbnail--image {
width: 88px;
height: 88px;
-o-object-fit: cover;
object-fit: cover;
border-radius: 50%; }
.section-live-game-players-list .live-game-player__status {
position: absolute;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 42px;
height: 42px;
background-color: #52ac20;
color: #fff;
border-radius: 50%;
font-size: 12px;
line-height: 14px;
font-weight: 600;
top: 50%;
left: 100%;
transform: translate(-50%, -50%); }
.section-live-game-players-list .live-game-player__status span {
font-weight: 700; }
.section-live-game-players-list .live-game-player__name {
margin-bottom: 8px; }
.section-live-game-players-list .live-game-player__name a {
font-family: "Open Sans", sans-serif;
font-size: 18px;
font-weight: 700;
color: #fff; }
.section-live-game-players-list .live-game-player__about {
font-size: 13px;
line-height: 18px;
font-weight: 600;
color: #fff;
margin-bottom: 8px;
height: 36px;
word-break: break-word;
overflow: hidden; }
.section-live-game-players-list .live-game-player.offline .live-game-player__thumbnail {
border-color: #8c8f95; }
.section-live-game-players-list .live-game-player.offline .live-game-player__status {
background-color: #8c8f95;
font-size: 12px;
font-weight: 400; }
.section-live-game-players-list .game-now-playing {
display: inline-block;
font-size: 13px;
line-height: 18px;
margin-bottom: 18px; }
.section-live-game-players-list .watch-live-playing-game {
display: inline-block;
margin: 0 auto; }
.section-live-game-players-list .watch-live-playing-game__link {
font-family: "Montserrat", "Open Sans", sans-serif;
display: inline-block;
font-weight: 700;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
user-select: none;
border: 2px solid transparent;
text-transform: uppercase;
padding: 10px 15px;
font-size: 0.8125rem;
line-height: 18px;
border-radius: 6px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
opacity: .75;
min-width: 182px;
height: 44px;
text-transform: capitalize;
color: #fff;
background-color: transparent;
border-color: rgba(255, 255, 255, 0.67); }
@media (prefers-reduced-motion: reduce) {
.section-live-game-players-list .watch-live-playing-game__link {
transition: none; } }
.section-live-game-players-list .watch-live-playing-game__link:hover, .section-live-game-players-list .watch-live-playing-game__link:focus {
text-decoration: none; }
.section-live-game-players-list .watch-live-playing-game__link:focus, .section-live-game-players-list .watch-live-playing-game__link.focus {
outline: 0; }
.section-live-game-players-list .watch-live-playing-game__link.disabled, .section-live-game-players-list .watch-live-playing-game__link:disabled {
opacity: 0.65; }
.section-live-game-players-list .watch-live-playing-game__link:not(:disabled):not(.disabled) {
cursor: pointer; }
.section-live-game-players-list .watch-live-playing-game__link:not(:disabled):not(.disabled):active, .section-live-game-players-list .watch-live-playing-game__link:not(:disabled):not(.disabled).active {
background-image: none; }
.section-live-game-players-list .watch-live-playing-game__link:hover {
color: #212529;
background-color: #fff;
border-color: #fff; }
.section-live-game-players-list .watch-live-playing-game__link:focus, .section-live-game-players-list .watch-live-playing-game__link.focus {
box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
.section-live-game-players-list .watch-live-playing-game__link.disabled, .section-live-game-players-list .watch-live-playing-game__link:disabled {
color: #fff;
background-color: transparent;
border-color: rgba(255, 255, 255, 0.67); }
.section-live-game-players-list .watch-live-playing-game__link:not(:disabled):not(.disabled):active, .section-live-game-players-list .watch-live-playing-game__link:not(:disabled):not(.disabled).active,
.show > .section-live-game-players-list .watch-live-playing-game__link.dropdown-toggle {
color: #fff;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(223, 223, 223, 0.67); }
.section-live-game-players-list .watch-live-playing-game__link:not(:disabled):not(.disabled):active:focus, .section-live-game-players-list .watch-live-playing-game__link:not(:disabled):not(.disabled).active:focus,
.show > .section-live-game-players-list .watch-live-playing-game__link.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
.section-game-blog-1-4-columns {
padding: 60px 0 40px; }
.section-game-blog-1-4-columns__inner {
display: flex;
flex-wrap: wrap;
margin-right: -9px;
margin-left: -9px; }
.section-game-blog-1-4-columns__inner .columns-4 > .articles__inner {
display: flex;
flex-wrap: wrap;
margin-right: -9px;
margin-left: -9px; }
.section-game-blog-1-4-columns__inner .articles {
flex: 0 0 100%;
max-width: 100%; }
.section-game-blog-1-4-columns__inner .columns-4 > .articles__inner .article {
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 768px) {
.section-game-blog-1-4-columns__inner .columns-4 > .articles__inner .article {
flex: 0 0 50%;
max-width: 50%; } }
.section-game-blog-1-4-columns__inner .articles,
.section-game-blog-1-4-columns__inner .columns-4 > .articles__inner .article {
position: relative;
width: 100%;
padding-right: 9px;
padding-left: 9px; }
@media (min-width: 1200px) {
.section-game-blog-1-4-columns__inner .articles,
.section-game-blog-1-4-columns__inner .columns-4 > .articles__inner .article {
flex: 0 0 50%;
max-width: 50%; } }
.section-game-blog-1-4-columns__inner .article {
display: flex;
position: relative;
margin-bottom: 18px; }
.section-game-blog-1-4-columns__inner .article__attachment {
flex: 0 0 100%;
max-width: 100%;
margin-right: 0;
margin-bottom: 0; }
.section-game-blog-1-4-columns__inner .article__attachment a {
position: relative;
width: 100%;
height: 100%;
margin: inherit; }
.section-game-blog-1-4-columns__inner .article__attachment a::after {
position: absolute;
content: '';
background-image: url(//familycinematv.it/wp-content/themes/vodi/assets/css/assets/images/glow.png);
background-position: bottom;
background-repeat: no-repeat;
background-size: contain;
display: block;
top: 0;
bottom: 0;
left: 0;
right: 0; }
.section-game-blog-1-4-columns__inner .article__attachment img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover; }
.section-game-blog-1-4-columns__inner .article__summary {
position: absolute;
padding: 0 15px 15px;
bottom: 0; }
.section-game-blog-1-4-columns__inner .article .article__header {
margin-bottom: 0; }
.section-game-blog-1-4-columns__inner .article .entry-title {
margin-bottom: 0; }
.section-game-blog-1-4-columns__inner .article .entry-title a {
font-family: "Open Sans", sans-serif;
font-weight: 700;
font-size: 18px;
color: #fff; }
.section-game-blog-1-4-columns__inner .article__excerpt {
font-size: 13px;
color: #dfe5e8; }
.section-game-blog-1-4-columns__inner .columns-4 .article__summary {
left: 9px;
right: 9px; }
.section-game-blog-1-4-columns.negative-bg {
margin-top: -230px;
padding-top: 290px; }
.section-game-blog-1-4-columns.negative-bg:before {
content: '';
position: absolute;
background-image: linear-gradient(to bottom, #080b13, rgba(8, 11, 19, 0.9), rgba(8, 11, 19, 0.45), rgba(8, 11, 19, 0.35), rgba(19, 23, 34, 0.3), rgba(19, 23, 34, 0.35), rgba(19, 23, 34, 0.6), rgba(19, 23, 34, 0.7), rgba(19, 23, 34, 0.8), rgba(19, 23, 34, 0.9), #131722);
top: 0;
right: 0;
bottom: 0;
left: 0; }
.movie {
position: relative;
margin-bottom: 23px; }
.movie__link {
display: block; }
.movie__badge {
position: absolute;
font-size: 12px;
line-height: 21px;
color: #fff;
padding: 0 12px;
border-radius: 4px;
top: -10.5px;
left: 50%;
transform: translateX(-50%);
z-index: 1; }
.movie__poster {
margin-bottom: 8px;
position: relative; }
.movie__title {
font-family: "Open Sans", sans-serif;
font-weight: 700;
font-size: 14px;
line-height: 18px;
color: #000; }
.movie__meta {
font-size: 12px;
line-height: 18px;
margin-bottom: 4px;
color: #949cb0; }
.movie__meta > span + span:before {
content: ', '; }
.movie__meta span a {
color: #949cb0; }
.movie__ratings {
align-items: center;
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 32px;
background-color: #19272ecc;
padding: 0 7px;
display: none; }
.movie__ratings--by {
background-color: #fec02c;
color: #000;
font-weight: 700;
font-size: 13px;
line-height: 18px;
padding: 0 8px;
border-radius: 3px;
margin-right: 5px; }
.movie__ratings--rating {
font-family: "Montserrat";
font-size: 13px;
color: #a3acb0;
line-height: 18px;
height: 18px;
font-weight: 600;
margin-right: 7px; }
.movie__ratings--rating .rating {
font-size: 14px;
color: #fff;
font-weight: 700; }
.movie__ratings--rating .out-of {
font-size: 10px;
line-height: 18px; }
.movie__ratings .star {
line-height: 18px;
height: 18px; }
.movie__ratings .star svg {
vertical-align: middle; }
.movie__title, .movie__meta {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden; }
.movie__short-description p, .movie__short-description div {
font-size: 14px;
line-height: 21px;
letter-spacing: -0.01em;
color: #b4bbc0; }
.movie__short-description div {
margin-bottom: 1rem; }
.movie__actions a {
font-size: 12px;
line-height: 1.25;
font-family: "Montserrat", "Open Sans", sans-serif;
font-weight: 700;
color: #fff;
text-transform: uppercase;
display: inline-block;
border: 2px solid transparent;
padding: 12.5px 18.7px; }
.movie__actions .movie-actions--link_add-to-playlist {
color: #303544; }
.movie .movie-actions--link_watch {
border-radius: 5px;
background-color: #303544; }
.movie__actions, .movie__review-info, .movie__short-description {
display: none; }
.movie__review-info {
font-size: 12px;
line-height: 18px;
letter-spacing: -0.01em;
color: #949cb0; }
.movie__review-info .avg-rating-number {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
width: 100%;
text-align: center;
line-height: 1.5; }
.movie .avg-rating {
position: relative;
order: 2;
display: block;
margin-bottom: 10px; }
.movie .avg-rating .rating-with-count {
position: relative; }
.movie .avg-rating .vodi-svg {
fill: #303544; }
.movie .count,
.movie .avg-rating {
font-size: 14px;
color: #949cb0; }
.movie .avg-rating-number {
font-weight: 700; }
.movie .rating-number-with-text .avg-rating-number {
display: none; }
.archive .movies__jumbotron--top .home-section {
width: auto;
margin-left: 0; }
.archive .movies__jumbotron--top .home-section .container {
padding: 0; }
.dark .movie__title {
color: #fff; }
.dark .movie__actions .movie-actions--link_add-to-playlist {
color: #fff; }
.movies-with-ratings .movie__ratings {
display: flex; }
.style-2 .movie__link {
position: relative; }
.style-2 .movie__meta {
margin-bottom: 2px;
color: #fff;
font-size: 13px; }
.style-2 .movie__info {
position: absolute;
bottom: 0;
left: 0;
padding: 0 15px 13px;
z-index: 1;
right: 0; }
.style-2 .movie__title {
font-size: 15px; }
.style-2 .movie .movie__poster:before {
background: linear-gradient(to bottom, rgba(240, 47, 23, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
content: " ";
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 1; }
.style-2 .movie img {
width: 100%; }
.style-2 .columns-10 .movie__meta {
font-size: 12px; }
.style-2 .columns-10 .movie__title {
font-size: 14px; }
.post-type-archive-movie .masvideos_movies_widget .masvideos-movies .movies__inner > .movie {
flex: 0 0 100%;
max-width: 100%; }
.post-type-archive-movie .masvideos_movies_widget .masvideos-movies .movies__inner > .movie .movie__title {
display: block; }
.movies__inner {
display: flex;
flex-wrap: wrap;
margin-right: -12.5px;
margin-left: -12.5px; }
.movies__inner > .movie {
position: relative;
width: 100%;
padding-right: 12.5px;
padding-left: 12.5px; }
.columns-5 .movies__inner > .movie,
.columns-7 .movies__inner > .movie {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 768px) {
.columns-5 .movies__inner > .movie,
.columns-7 .movies__inner > .movie {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
@media (min-width: 992px) {
.columns-5 .movies__inner > .movie,
.columns-7 .movies__inner > .movie {
flex: 0 0 20%;
max-width: 20%; }
.columns-5 .movies__inner > .movie .movie__meta,
.columns-7 .movies__inner > .movie .movie__meta {
font-size: 10px; }
.columns-5 .movies__inner > .movie .movie__title,
.columns-7 .movies__inner > .movie .movie__title {
font-size: 12px; } }
@media (min-width: 992px) {
.columns-5 .movies__inner > .movie .movie__meta,
.columns-7 .movies__inner > .movie .movie__meta {
font-size: 12px; }
.columns-5 .movies__inner > .movie .movie__title,
.columns-7 .movies__inner > .movie .movie__title {
font-size: 14px; } }
@media (min-width: 1200px) {
.columns-7 .movies__inner > .movie {
flex: 0 0 14.2857142858%;
max-width: 14.2857142858%; } }
.columns-8 .movies__inner > .movie {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 768px) {
.columns-8 .movies__inner > .movie {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
@media (min-width: 1200px) {
.columns-8 .movies__inner > .movie {
flex: 0 0 12.5%;
max-width: 12.5%; } }
.columns-9 .movies__inner > .movie {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 768px) {
.columns-9 .movies__inner > .movie {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
@media (min-width: 1200px) {
.columns-9 .movies__inner > .movie {
flex: 0 0 11.1108333333%;
max-width: 11.1108333333%; } }
.columns-10 .movies__inner > .movie {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 768px) {
.columns-10 .movies__inner > .movie {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
@media (min-width: 1200px) {
.columns-10 .movies__inner > .movie {
flex: 0 0 10%;
max-width: 10%; } }
.movies-carousel__inner .movies__inner {
margin: 0; }
.columns-1 .movies__inner > .movie {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 1440px) {
.columns-1 .movies__inner > .movie {
flex: 0 0 100%;
max-width: 100%; } }
.columns-1 > .movie {
flex: 0 0 100%;
max-width: 100%; }
.columns-2 .movies__inner > .movie {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 1440px) {
.columns-2 .movies__inner > .movie {
flex: 0 0 50%;
max-width: 50%; } }
@media (min-width: 768px) {
.columns-2 > .movie {
flex: 0 0 50%;
max-width: 50%; } }
.columns-3 > .movie,
.columns-3 .movies__inner > .movie {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 768px) {
.columns-3 > .movie,
.columns-3 .movies__inner > .movie {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
@media (min-width: 992px) {
.columns-3 > .movie,
.columns-3 .movies__inner > .movie {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
.columns-4 > .movie,
.columns-4 .movies__inner > .movie {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 768px) {
.columns-4 > .movie,
.columns-4 .movies__inner > .movie {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
@media (min-width: 1200px) {
.columns-4 > .movie,
.columns-4 .movies__inner > .movie {
flex: 0 0 25%;
max-width: 25%; } }
.columns-5 .movies__inner > .movie {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 768px) {
.columns-5 .movies__inner > .movie {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
@media (min-width: 1440px) {
.columns-5 .movies__inner > .movie {
flex: 0 0 20%;
max-width: 20%; } }
.columns-5 > .movie {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 768px) {
.columns-5 > .movie {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
@media (min-width: 1200px) {
.columns-5 > .movie {
flex: 0 0 20%;
max-width: 20%; } }
.columns-6 > .movie,
.columns-6 .movies__inner > .movie {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 768px) {
.columns-6 > .movie,
.columns-6 .movies__inner > .movie {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
@media (min-width: 1200px) {
.columns-6 > .movie,
.columns-6 .movies__inner > .movie {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; } }
@media (max-width: 767.98px) {
.vodi-archive-wrapper[data-view="grid"] .columns-2 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="grid"] .columns-3 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="grid"] .columns-4 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="grid"] .columns-5 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="grid"] .columns-6 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="grid"] .columns-7 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-2 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-3 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-4 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-5 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-6 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-7 .movies__inner > .movie {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
.vodi-archive-wrapper[data-view="list-small"] .columns-2 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list-small"] .columns-3 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list-small"] .columns-4 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list-small"] .columns-5 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list-small"] .columns-6 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list-small"] .columns-7 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list-large"] .columns-2 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list-large"] .columns-3 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list-large"] .columns-4 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list-large"] .columns-5 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list-large"] .columns-6 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list-large"] .columns-7 .movies__inner > .movie {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list-small"] .columns-2 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list-small"] .columns-3 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list-small"] .columns-4 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list-small"] .columns-5 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list-small"] .columns-6 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list-small"] .columns-7 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list-large"] .columns-2 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list-large"] .columns-3 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list-large"] .columns-4 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list-large"] .columns-5 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list-large"] .columns-6 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list-large"] .columns-7 .movies__inner > .movie {
flex: 0 0 100%;
max-width: 100%; } }
.vodi-archive-wrapper[data-view="list"] .columns-2 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list"] .columns-3 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list"] .columns-4 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list"] .columns-5 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list"] .columns-6 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list"] .columns-7 .movies__inner > .movie {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list"] .columns-2 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list"] .columns-3 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list"] .columns-4 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list"] .columns-5 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list"] .columns-6 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list"] .columns-7 .movies__inner > .movie {
flex: 0 0 100%;
max-width: 100%; } }
@media (min-width: 992px) {
.vodi-archive-wrapper[data-view="list"] .columns-2 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list"] .columns-3 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list"] .columns-4 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list"] .columns-5 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list"] .columns-6 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list"] .columns-7 .movies__inner > .movie {
flex: 0 0 50%;
max-width: 50%; } }
@media (max-width: 767.98px) {
.vodi-archive-wrapper[data-view="list"] .columns-2 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list"] .columns-3 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list"] .columns-4 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list"] .columns-5 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list"] .columns-6 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list"] .columns-7 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list-small"] .columns-2 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list-small"] .columns-3 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list-small"] .columns-4 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list-small"] .columns-5 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list-small"] .columns-6 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list-small"] .columns-7 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list-large"] .columns-2 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list-large"] .columns-3 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list-large"] .columns-4 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list-large"] .columns-5 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list-large"] .columns-6 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="list-large"] .columns-7 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="grid"] .columns-2 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="grid"] .columns-3 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="grid"] .columns-4 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="grid"] .columns-5 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="grid"] .columns-6 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="grid"] .columns-7 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-2 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-3 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-4 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-5 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-6 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-7 .movies__inner > .movie {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
@media (min-width: 768px) and (max-width: 991.98px) {
.vodi-archive-wrapper[data-view="grid"] .columns-2 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="grid"] .columns-3 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="grid"] .columns-4 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="grid"] .columns-5 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="grid"] .columns-6 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="grid"] .columns-7 .movies__inner > .movie {
flex: 0 0 25%;
max-width: 25%; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
.vodi-archive-wrapper[data-view="grid"] .columns-2 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="grid"] .columns-3 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="grid"] .columns-4 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="grid"] .columns-5 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="grid"] .columns-6 .movies__inner > .movie,
.vodi-archive-wrapper[data-view="grid"] .columns-7 .movies__inner > .movie {
flex: 0 0 20%;
max-width: 20%; } }
.movies .slick-list {
margin: 0 -7px;
width: calc( 100% + 14px);
padding-top: 11px;
margin-top: -11px; }
.movies .slick-slide {
margin: 0 7px; }
.movies .movie__title {
margin-bottom: 11px; }
.section-movies-carousel__custom-arrows button {
margin-bottom: 37px; }
.style-2 .movies.columns-5 .slick-list, .style-2 .movies.columns-6 .slick-list {
margin: 0 -11px;
width: calc( 100% + 22px); }
.style-2 .movies.columns-5 .slick-slide, .style-2 .movies.columns-6 .slick-slide {
margin: 0 11px; }
.style-2 .movies.columns-7 .slick-list, .style-2 .movies.columns-8 .slick-list {
margin: 0 -10px;
width: calc( 100% + 20px); }
.style-2 .movies.columns-7 .slick-slide, .style-2 .movies.columns-8 .slick-slide {
margin: 0 10px; }
.style-2 .movies.columns-9 .slick-list, .style-2 .movies.columns-10 .slick-list {
margin: 0 -5px;
width: calc( 100% + 10px); }
.style-2 .movies.columns-9 .slick-slide, .style-2 .movies.columns-10 .slick-slide {
margin: 0 5px; }
.single-movie .site-header {
margin-bottom: 0; }
.single-movie .comment-reply-title small {
display: none; }
.single-movie__player-container {
background-repeat: no-repeat; }
.single-movie .movie__head {
margin-bottom: 20px;
position: relative;
z-index: 1; }
@media (min-width: 1200px) {
.single-movie .movie__head {
margin-bottom: 45px; } }
.single-movie .movie__rating-with-playlist {
margin-top: 20px; }
@media (min-width: 768px) {
.single-movie .movie__rating-with-playlist {
margin-top: 0; } }
.single-movie .movie .summary .movie_title {
font-size: 24px;
font-weight: 600; }
@media (min-width: 992px) and (max-width: 1199.98px) {
.single-movie .movie .summary .movie_title {
max-width: 77%;
font-size: 26px; } }
@media (min-width: 1200px) {
.single-movie .movie .summary .movie_title {
max-width: 80%; } }
@media (min-width: 1440px) {
.single-movie .movie .summary .movie_title {
max-width: 84%; } }
.single-movie .movie .summary .movie__info--head {
display: flex;
flex-direction: column;
justify-content: space-between;
padding-bottom: 20px; }
@media (min-width: 992px) {
.single-movie .movie .summary .movie__info--head {
flex-direction: row;
padding-bottom: 5px; } }
.single-movie .movie .summary .movie__meta {
font-family: "Montserrat", "Open Sans", sans-serif;
font-size: 15px;
margin-bottom: 0; }
.single-movie .movie .summary .movie__meta > * + *:before {
content: '|';
display: inline-block;
margin: 0 15px;
color: #41494e; }
.single-movie .movie__related {
width: 100vw;
position: relative;
margin-left: calc(-50vw + 50% - 8px);
padding: 38px 0 12px; }
@media (max-width: 991.98px) {
.single-movie .movie__related {
margin-left: calc(-50vw + 50%); } }
.single-movie .movie__related--inner {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
@media (min-width: 576px) {
.single-movie .movie__related--inner {
max-width: 540px; } }
@media (min-width: 768px) {
.single-movie .movie__related--inner {
max-width: 720px; } }
@media (min-width: 992px) {
.single-movie .movie__related--inner {
max-width: 960px; } }
@media (min-width: 1200px) {
.single-movie .movie__related--inner {
max-width: 1170px; } }
@media (min-width: 1440px) {
.single-movie .movie__related--inner {
max-width: 1440px; } }
@media (min-width: 1486px) {
.single-movie .movie__related--inner {
max-width: 1486px; } }
@media (min-width: 1200px) {
.single-movie .movie__related--inner {
padding-left: 38px;
padding-right: 38px; } }
.single-movie .movie__related--title {
font-size: 20px;
font-weight: 500;
margin-bottom: 25px; }
@media (min-width: 992px) {
.single-movie .movie__related--title {
font-size: 22px; } }
.single-movie .movie__related .movies__inner {
display: flex;
flex-wrap: wrap;
margin-right: -7px;
margin-left: -7px; }
.single-movie .movie__related .movies__inner > .movie {
position: relative;
width: 100%;
padding-right: 7px;
padding-left: 7px; }
.single-movie .movie__player > a,
.single-movie .movie__player > img,
.single-movie .movie__player > p > a,
.single-movie .movie__player > p > img {
position: absolute;
top: 0;
bottom: 0;
transform: translateY(-50%); }
.single-movie .movies .movie__meta--tmdb-rating, .single-movie .movies .movie__meta--censor-rating, .single-movie .movies .movie__meta--movie-run-time {
display: none; }
.single-movie-v1 .movie__info--head .movie__rating-with-playlist {
margin-top: 20px; }
@media (min-width: 992px) {
.single-movie-v1 .movie__info--head .movie__rating-with-playlist {
margin-top: 0;
position: relative;
top: -21px; } }
@media (min-width: 992px) {
.single-movie-v1 .movie__head {
max-width: 65.95%;
margin: 0 auto 45px; } }
.single-movie__prev-next-movies {
padding: 30px 20px 18px;
margin-bottom: 32px;
background-color: #1c212e; }
.single-movie__prev-next-movies--title {
font-size: 18px;
font-weight: 500;
position: relative;
display: block;
overflow: hidden;
margin-bottom: 23px;
color: #121a21; }
.single-movie__prev-next-movies--title:after {
position: absolute;
content: none;
height: 1px;
background-color: #e8e8e8;
width: 100%;
top: 50%;
margin-left: 14px; }
.single-movie__prev-next-movies--content {
max-height: 380px;
overflow-x: hidden; }
.single-movie__prev-next-movies--flex-header {
margin-bottom: 10px; }
.single-movie__prev-next-movies--count {
display: none; }
@media (min-width: 1200px) {
.single-movie__prev-next-movies--count {
display: block; } }
.single-movie__prev-next-movies .movies__inner {
flex-direction: column; }
.single-movie__prev-next-movies .movies__inner .movie {
display: flex;
align-items: center;
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 12px; }
.single-movie__prev-next-movies .movies__inner .movie__poster {
flex: 0 0 30%;
max-width: 30%;
margin-bottom: 0;
height: 85px; }
.single-movie__prev-next-movies .movies__inner .movie__poster .movie__link {
height: 100%;
padding: 0; }
.single-movie__prev-next-movies .movies__inner .movie__poster--image,
.single-movie__prev-next-movies .movies__inner .movie__poster .masvideos-placeholder {
position: relative; }
@media (min-width: 768px) and (max-width: 991.98px) {
.single-movie__prev-next-movies .movies__inner .movie__poster {
height: 180px; } }
.single-movie__prev-next-movies .movies__inner .movie__body {
flex: 0 0 70%;
max-width: 70%;
padding-left: 10px; }
.single-movie__prev-next-movies .movies__inner .movie__title {
font-size: 13px;
font-weight: 600;
white-space: normal; }
.single-movie__prev-next-movies .movies__inner .movie__short-description, .single-movie__prev-next-movies .movies__inner .movie__badge {
display: none; }
.single-movie-v3 .content-area > .movie,
.single-movie-v4 .content-area > .movie {
display: flex;
flex-wrap: wrap;
margin-right: -20px;
margin-left: -20px;
margin-bottom: 55px; }
.single-movie-v3 .content-area > .movie .column,
.single-movie-v4 .content-area > .movie .column {
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px; }
.single-movie-v3 .single-movie__player,
.single-movie-v4 .single-movie__player {
margin-top: 81px; }
.single-movie-v3 .single-movie__content,
.single-movie-v4 .single-movie__content {
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 992px) {
.single-movie-v3 .single-movie__content,
.single-movie-v4 .single-movie__content {
flex: 0 0 65%;
max-width: 65%; } }
@media (min-width: 1200px) {
.single-movie-v3 .single-movie__content,
.single-movie-v4 .single-movie__content {
flex: 0 0 73.3333333333%;
max-width: 73.3333333333%; } }
.single-movie-v3 .single-movie__sidebar,
.single-movie-v4 .single-movie__sidebar {
flex: 0 0 100%;
max-width: 100%;
margin-top: 30px; }
@media (min-width: 992px) {
.single-movie-v3 .single-movie__sidebar,
.single-movie-v4 .single-movie__sidebar {
flex: 0 0 35%;
max-width: 35%; } }
@media (min-width: 1200px) {
.single-movie-v3 .single-movie__sidebar,
.single-movie-v4 .single-movie__sidebar {
flex: 0 0 26.6666666667%;
max-width: 26.6666666667%; } }
.single-movie-v3 .single-movie__sidebar--banner-image,
.single-movie-v4 .single-movie__sidebar--banner-image {
margin-top: 32px; }
.single-movie-v3 .single-movie__sidebar .widget,
.single-movie-v4 .single-movie__sidebar .widget {
padding: 30px 20px 18px;
margin-top: 33px; }
@media (min-width: 992px) {
.single-movie-v3 .single-movie__sidebar .widget,
.single-movie-v4 .single-movie__sidebar .widget {
padding: 30px 15px 18px;
padding-top: 30px !important; } }
@media (min-width: 1200px) {
.single-movie-v3 .single-movie__sidebar .widget,
.single-movie-v4 .single-movie__sidebar .widget {
padding: 30px 20px 18px; } }
.single-movie-v3 .single-movie__sidebar .widget .widgettitle,
.single-movie-v4 .single-movie__sidebar .widget .widgettitle {
font-size: 22px;
letter-spacing: -0.025em;
font-weight: 500;
padding-bottom: 13px;
border-bottom-style: solid;
border-width: 1px;
display: block;
margin-bottom: 23px;
font-family: "Montserrat", "Open Sans", sans-serif;
font-weight: 500; }
.single-movie-popup {
display: none; }
@media (max-width: 1199.98px) {
.single-movie-popup-btn {
display: none !important; }
.single-movie-popup {
display: block !important;
flex: 0 0 100%;
max-width: 100%;
width: 100% !important;
margin-bottom: 1rem !important; }
.movie__streaming-medias .single-movie-popup {
display: none !important; }
.movie__streaming-medias .fancybox-is-open .single-movie-popup {
display: inline-block !important; } }
.single-movie-v2 .content-area > .movie {
margin-bottom: 48px; }
.single-movie-v2 .single-movie__player-container--inner .single-movie__row {
padding-bottom: 70px; }
.single-movie-v2 .single-movie__player-container--inner .single-movie__content {
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 992px) {
.single-movie-v2 .single-movie__player-container--inner .single-movie__content {
flex: 0 0 60%;
max-width: 60%; } }
@media (min-width: 1200px) {
.single-movie-v2 .single-movie__player-container--inner .single-movie__content {
flex: 0 0 65.5%;
max-width: 65.5%; } }
.single-movie-v2 .single-movie__player-container--inner .single-movie__content .movie__head {
margin-bottom: 0; }
.single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar {
flex: 0 0 100%;
max-width: 100%;
margin-top: 20px; }
@media (min-width: 992px) {
.single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar {
flex: 0 0 40%;
max-width: 40%;
margin-top: 0; } }
@media (min-width: 1200px) {
.single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar {
flex: 0 0 31%;
max-width: 31%;
padding-left: 50px; } }
.single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar--head-info {
display: flex;
align-items: center;
margin-bottom: 38px; }
.single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar--head-info .movie__poster {
flex: 0 0 17.6%;
max-width: 17.6%;
margin-right: 21px;
margin-bottom: 0; }
.single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar--head-info .movie__title {
font-family: "Montserrat", "Open Sans", sans-serif;
font-size: 24px;
font-weight: 600;
line-height: 1.2;
height: 26px;
overflow: hidden; }
.single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar--head-info .movie__body {
flex: 0 0 77.5%;
max-width: 77.5%; }
.single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar--head-info .movie__meta {
white-space: normal;
height: 18px; }
.single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar .movie__rating-with-playlist {
margin-bottom: 17px; }
.single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar .movie__rating-with-playlist .avg-rating + .movie-actions--link_add-to-playlist {
margin-left: 15px; }
@media (min-width: 992px) {
.single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar .movie__rating-with-playlist .avg-rating + .movie-actions--link_add-to-playlist {
margin-left: 20px; } }
@media (min-width: 1200px) {
.single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar .movie__rating-with-playlist .avg-rating + .movie-actions--link_add-to-playlist {
margin-left: 35px; } }
.single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar .movie__rating-with-playlist .movie-actions--link_add-to-playlist {
margin-left: 0; }
.single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar .movie__description {
font-size: 15px;
color: #b4bbc0;
line-height: 26px;
margin-bottom: 35px; }
.single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar .movie__info--head {
display: none; }
.single-movie-v2 .vodi-views-likes {
margin-top: 12px; }
.single-movie-v2 .movie__recommended {
padding-top: 50px; }
.single-movie-v3 .single-movie-bg-image {
position: absolute;
width: 100vw;
height: 100%;
top: -81px;
background-repeat: no-repeat;
background-size: cover;
left: calc(-50vw + 50% - 8px); }
@media (min-width: 992px) {
.single-movie-v3 .single-movie-bg-image {
left: calc(-50vw + 930px / 2 - 8px); } }
@media (min-width: 1200px) {
.single-movie-v3 .single-movie-bg-image {
left: calc(-50vw + 1094px / 2 - 8px); } }
@media (min-width: 1440px) {
.single-movie-v3 .single-movie-bg-image {
left: calc(-50vw + 1364px / 2 - 8px); } }
@media (min-width: 1486px) {
.single-movie-v3 .single-movie-bg-image {
left: calc(-50vw + 1410px / 2 - 8px); } }
.single-movie-v3 .maxlist-more,
.single-movie-v3 .maxlist-less {
display: block;
text-align: center; }
.single-movie-v3 .masvideos-breadcrumb {
position: relative;
z-index: 1; }
.single-movie-v3 .single-movie__content-inner > * + * {
margin-top: 0; }
.single-movie-v3 .single-movie__sidebar {
z-index: 1; }
@media (min-width: 992px) {
.single-movie-v3 .single-movie__sidebar {
margin-top: 81px; } }
.single-movie-v3 .movie__short-description {
display: block; }
.single-movie-v3 .movie__short-description p {
margin-bottom: 27px; }
.single-movie-v3 .movie__head {
position: relative;
justify-content: flex-start;
margin-bottom: 27px; }
.single-movie-v3 .movie .summary {
margin-bottom: 17px; }
.single-movie-v3 .movie .summary .movie_title {
max-width: 100%; }
.single-movie-v3 .movie__rating-with-playlist {
flex: 0 0 auto;
width: auto; }
@media (min-width: 1200px) {
.single-movie-v3 .movie__rating-with-playlist {
padding-left: 12px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
.single-movie-v3 .movie__rating-with-playlist {
margin-top: 20px !important; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
.single-movie-v3 .movie__info--head {
flex-direction: column; } }
.single-movie-v3 .vodi-sharing .sharedaddy .sd-sharing {
flex-direction: column;
align-items: flex-start; }
.single-movie-v3 .vodi-sharing .sharedaddy .sd-title {
margin-right: 0;
margin-bottom: 10px;
font-family: "Open Sans", sans-serif; }
.single-movie-v3 .vodi-views-likes {
margin-top: 18px; }
.single-movie-v4 .movie .single-movie__content > .movie__info--head {
display: flex;
margin-bottom: 40px;
padding-top: 30px;
flex-direction: column; }
@media (min-width: 768px) {
.single-movie-v4 .movie .single-movie__content > .movie__info--head {
flex-direction: row; } }
@media (min-width: 768px) {
.single-movie-v4 .movie .single-movie__content > .movie__info--head .movie__poster {
flex: 0 0 14.11%;
max-width: 14.11%;
margin-right: 16px; } }
.single-movie-v4 .movie .single-movie__content > .movie__info--head .movie__poster .movie__link {
height: 100%;
padding: 0; }
@media (min-width: 768px) {
.single-movie-v4 .movie .single-movie__content > .movie__info--head .movie__body {
flex: 0 0 83%;
max-width: 83%; } }
.single-movie-v4 .movie .single-movie__content > .movie__info--head .movie__title {
font-size: 26px;
line-height: 1.3; }
.single-movie-v4 .movie .single-movie__content > .movie__info--head .movie__number {
margin-bottom: 8px;
display: none; }
.single-movie-v4 .movie .single-movie__content > .movie__info--head .movie__meta--genre,
.single-movie-v4 .movie .single-movie__content > .movie__info--head .movie__meta--genre a, .single-movie-v4 .movie .single-movie__content > .movie__info--head .movie__meta--release-year {
display: flex;
font-size: 12px;
line-height: 18px;
letter-spacing: -0.01em;
color: #949cb0;
font-family: "Open Sans", sans-serif;
font-weight: 400;
margin-bottom: 3px; }
.single-movie-v4 .movie .single-movie__content > .movie__info--head .movie__short-description {
display: block;
font-size: 14px;
line-height: 21px;
margin-bottom: 26px; }
.single-movie-v4 .movie .single-movie__content > .movie__info--head .movie__short-description > p {
margin-bottom: 0; }
.single-movie-v4 .movie__description > div {
font-size: 14px;
line-height: 21px; }
.single-movie-v4 .movie__head {
justify-content: center;
flex-direction: column; }
.single-movie-v4 .movie__summary {
margin-bottom: 45px; }
.single-movie-v4 .movie__player {
margin-left: auto;
margin-right: auto;
margin-bottom: 22px; }
.single-movie-v4 .movie__player--arrows {
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
line-height: 1; }
.single-movie-v4 .movie__player--arrows > * + *:before {
content: '|';
display: flex;
align-items: center;
margin: 0 8px; }
.single-movie-v4 .movie__player--prev-movie, .single-movie-v4 .movie__player--next-movie {
max-width: none;
font-size: 14px;
line-height: 1; }
.single-movie-v4 .movie__player--prev-movie a, .single-movie-v4 .movie__player--next-movie a {
font-size: 13px;
line-height: 18px;
color: #fff;
display: flex;
align-items: center;
transition: all .3s ease 0s; }
.single-movie-v4 .movie__player--prev-movie a:hover:after, .single-movie-v4 .movie__player--prev-movie a:hover:before, .single-movie-v4 .movie__player--next-movie a:hover:after, .single-movie-v4 .movie__player--next-movie a:hover:before {
border-color: #9f9fa4; }
.single-movie-v4 .movie__player--prev-movie__label, .single-movie-v4 .movie__player--next-movie__label {
left: auto;
right: auto; }
.single-movie-v4 .movie__player--prev-movie {
margin-right: 0; }
.single-movie-v4 .movie__player--prev-movie a:before {
content: '';
width: 43px;
height: 43px;
display: inline-block;
margin-right: 12px;
background-repeat: no-repeat;
background-position: center center;
border: 2px solid #4e5567;
border-radius: 50%;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="8px" height="14px"><path fill-rule="evenodd"  fill="rgb(100, 106, 123)" d="M7.793,13.147 L6.790,13.989 L0.007,7.104 L0.728,6.499 L6.669,0.008 L7.631,0.876 L1.887,7.151 L7.793,13.147 Z"/></svg>'); }
[dir="rtl"] .single-movie-v4 .movie__player--prev-movie a:before {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="8px" height="14px"><path fill-rule="evenodd"  fill="rgb(100, 106, 123)" d="M7.993,7.104 L1.210,13.989 L0.207,13.147 L6.113,7.151 L0.369,0.876 L1.331,0.008 L7.272,6.499 L7.993,7.104 Z"/></svg>'); }
.single-movie-v4 .movie__player--prev-movie a:hover:before {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(129, 129, 133)"/></svg>'); }
[dir="rtl"] .single-movie-v4 .movie__player--prev-movie a:hover:before {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(129, 129, 133)" /></svg>'); }
.single-movie-v4 .movie__player--next-movie {
display: flex;
justify-content: flex-end; }
.single-movie-v4 .movie__player--next-movie a:after {
content: '';
width: 43px;
height: 43px;
display: inline-block;
margin-left: 12px;
background-repeat: no-repeat;
background-position: center center;
border: 2px solid #4e5567;
border-radius: 50%;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="8px" height="14px"><path fill-rule="evenodd"  fill="rgb(100, 106, 123)" d="M7.993,7.104 L1.210,13.989 L0.207,13.147 L6.113,7.151 L0.369,0.876 L1.331,0.008 L7.272,6.499 L7.993,7.104 Z"/></svg>'); }
[dir="rtl"] .single-movie-v4 .movie__player--next-movie a:after {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="8px" height="14px"><path fill-rule="evenodd"  fill="rgb(100, 106, 123)" d="M7.793,13.147 L6.790,13.989 L0.007,7.104 L0.728,6.499 L6.669,0.008 L7.631,0.876 L1.887,7.151 L7.793,13.147 Z"/></svg>'); }
.single-movie-v4 .movie__player--next-movie a:hover:after {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(129, 129, 133)" /></svg>'); }
[dir="rtl"] .single-movie-v4 .movie__player--next-movie a:hover:after {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(129, 129, 133)"/></svg>'); }
.single-movie-v4 .movie .masvideos-breadcrumb {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 0;
padding-bottom: 18px;
position: relative; }
.single-movie-v4 .movie .masvideos-breadcrumb::after {
content: '';
display: block;
position: absolute;
left: calc(-50vw + 50% - 8px);
top: 100%;
width: 100%;
height: 242px;
background: radial-gradient(farthest-corner at 46% 0%, #31394b 2%, rgba(33, 38, 53, 0.57) 37%, rgba(160, 162, 168, 0) 72%, rgba(255, 255, 255, 0) 100%); }
.single-movie-v4 .movie .single-movie__sidebar--rating-playlist {
display: flex;
align-items: center; }
.single-movie-v4 .movie .single-movie__sidebar--rating-playlist .movie-actions--link_add-to-playlist {
margin-left: 0;
margin-bottom: 10px; }
.single-movie-v4 .movie .single-movie__sidebar--rating-playlist .avg-rating + .movie-actions--link_add-to-playlist {
margin-left: 15px; }
@media (min-width: 992px) {
.single-movie-v4 .movie .single-movie__sidebar--rating-playlist .avg-rating + .movie-actions--link_add-to-playlist {
margin-left: 20px; } }
@media (min-width: 1200px) {
.single-movie-v4 .movie .single-movie__sidebar--rating-playlist .avg-rating + .movie-actions--link_add-to-playlist {
margin-left: 35px; } }
.single-movie-v4 .movie .single-movie__sidebar--rating-playlist .avg-rating {
display: flex;
align-items: center;
order: 0; }
.single-movie-v4 .movie .single-movie__sidebar--rating-playlist .avg-rating .rating-with-count {
margin-right: 10px; }
.single-movie-v4 .movie .single-movie__sidebar--rating-playlist .avg-rating .rating-with-count .avg-rating-number {
display: none; }
.single-movie-v4 .movie .single-movie__sidebar--rating-playlist .avg-rating .rating-number-with-text .avg-rating-number {
display: block;
font-size: 24px;
letter-spacing: -0.05em;
font-weight: 600; }
.single-movie-v4 .movie .single-movie__sidebar--rating-playlist .avg-rating .rating-number-with-text .avg-rating-text {
display: block;
font-size: 12px;
line-height: 1.5; }
.single-movie-v3 .movie .single-movie__sidebar .masvideos-movies-widget,
.single-movie-v4 .movie .single-movie__sidebar .masvideos-movies-widget {
padding: 30px 20px 18px !important; }
.single-movie-v3 .movie .single-movie__sidebar .masvideos-movies-widget .columns-1 .movies__inner > .movie,
.single-movie-v4 .movie .single-movie__sidebar .masvideos-movies-widget .columns-1 .movies__inner > .movie {
flex: 0 0 100%;
max-width: 100%; }
.single-movie-v5 .summary {
margin-bottom: 67px; }
.single-movie-v5 .single-movie__player-container {
background: #131722;
margin-bottom: 22px;
position: relative;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-repeat: no-repeat; }
@media (min-width: 768px) {
.single-movie-v5 .single-movie__player-container:after {
position: absolute;
content: '';
background-image: url(//familycinematv.it/wp-content/themes/vodi/assets/images/glow.png);
background-position: bottom;
background-size: contain;
display: block;
bottom: 0;
margin-left: calc(-50vw + 50% - 8px);
width: 100vw;
height: 150px; } }
.single-movie-v5 .single-movie__player-container--inner {
padding-top: 115px;
padding-bottom: 115px; }
@media (min-width: 768px) {
.single-movie-v5 .single-movie__player-container--inner {
padding-bottom: 210px; } }
.single-movie-v5 .single-movie__player-container .movie_title {
font-size: 40px;
font-weight: 700;
margin-bottom: 27px; }
@media (min-width: 992px) {
.single-movie-v5 .single-movie__player-container .movie_title {
font-size: 50px; } }
.single-movie-v5 .movie__title {
font-size: 26px;
line-height: 1.3; }
.single-movie-v5 .movie__short-description p,
.single-movie-v5 .movie__short-description div {
font-size: 16px;
line-height: 26px; }
.single-movie-v5 .movie__short-description p:last-child,
.single-movie-v5 .movie__short-description div:last-child {
margin-bottom: 0; }
.single-movie-v5 .movie__sharing {
margin-bottom: 26px; }
.single-movie-v5 .movie__info--head .movie__rating-with-playlist {
margin-top: 20px; }
@media (min-width: 992px) {
.single-movie-v5 .movie__info--head .movie__rating-with-playlist {
margin-top: 0;
position: relative;
top: -21px; } }
.single-movie-v5 .movie__info--body {
display: flex;
justify-content: space-between;
flex-direction: column; }
@media (min-width: 992px) {
.single-movie-v5 .movie__info--body {
flex-direction: row; } }
.single-movie-v5 .movie__info--body .movie__short-description {
display: block; }
.single-movie-v5 .movie__info--body .movie__short-description + .movie__sharing-with-tags {
margin-top: 20px; }
@media (min-width: 992px) {
.single-movie-v5 .movie__info--body .movie__short-description + .movie__sharing-with-tags {
flex: 0 0 32%;
max-width: 32%;
margin-left: 64px;
margin-top: 0; } }
.single-movie-v5 .movie__info--body .movie__sharing-with-tags .movie__tags a:first-child {
margin-left: 3px; }
.single-movie-v5 .movie__related-video {
width: 100vw;
position: relative;
margin-left: calc(-50vw + 50% - 8px);
padding-top: 41px;
padding-bottom: 6px; }
@media (max-width: 991.98px) {
.single-movie-v5 .movie__related-video {
margin-left: calc(-50vw + 50%); } }
.single-movie-v5 .movie__related-video--inner {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
@media (min-width: 576px) {
.single-movie-v5 .movie__related-video--inner {
max-width: 540px; } }
@media (min-width: 768px) {
.single-movie-v5 .movie__related-video--inner {
max-width: 720px; } }
@media (min-width: 992px) {
.single-movie-v5 .movie__related-video--inner {
max-width: 960px; } }
@media (min-width: 1200px) {
.single-movie-v5 .movie__related-video--inner {
max-width: 1170px; } }
@media (min-width: 1440px) {
.single-movie-v5 .movie__related-video--inner {
max-width: 1440px; } }
@media (min-width: 1486px) {
.single-movie-v5 .movie__related-video--inner {
max-width: 1486px; } }
@media (min-width: 1200px) {
.single-movie-v5 .movie__related-video--inner {
padding-left: 38px;
padding-right: 38px; } }
.single-movie-v5 .movie__related-video .video__badge {
display: none; }
.single-movie-v5 .movie__related-posts {
padding-top: 41px;
margin-bottom: 58px; }
.single-movie-v5 .movie__related-posts--title {
font-size: 22px;
margin-bottom: 27px; }
.single-movie-v5 .movie__related-posts .posts {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px; }
.single-movie-v5 .movie__related-posts .posts .article {
flex: 0 0 50%;
max-width: 50%;
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
display: flex;
flex-direction: column;
font-family: "Open Sans", sans-serif; }
@media (min-width: 992px) {
.single-movie-v5 .movie__related-posts .posts .article {
flex: 0 0 25%;
max-width: 25%; } }
.single-movie-v5 .movie__related-posts .posts .article__attachment--thumbnail {
margin-bottom: 18px;
height: auto; }
.single-movie-v5 .movie__related-posts .posts .article__categories {
font-weight: 700;
font-size: 13px;
line-height: 18px;
margin-bottom: 7px; }
.single-movie-v5 .movie__related-posts .posts .article__title {
font-size: 15px;
font-weight: 700;
font-family: "Open Sans", sans-serif; }
.single-movie-v5 .movie__related-posts .posts .article__title a {
height: 21px;
overflow: hidden;
display: block; }
.single-movie-v5 .movie__related-posts .posts .article__attachment--thumbnail img {
height: 185px; }
.single-movie-v5 .movie__related-posts .posts .article__meta {
font-style: normal; }
.single-movie-v5 .movie__related-posts .posts .article__meta .article__categories {
display: none; }
.single-movie-v5 .movie__related-posts .posts .article__meta .article__date:before {
content: none; }
.single-movie-v5 h2.crew-casts-title {
font-size: 26px;
letter-spacing: -0.025em;
font-weight: 600;
margin-bottom: 25px;
display: inline-block; }
.single-movie-v5 .movie-cast-crew-tabs {
display: flex;
flex-direction: column;
margin-bottom: 60px; }
@media (min-width: 992px) {
.single-movie-v5 .movie-cast-crew-tabs {
flex-direction: row; } }
.single-movie-v5 .movie-cast-crew-tabs ul.nav {
flex-direction: row;
overflow: auto;
flex-wrap: nowrap; }
@media (min-width: 992px) {
.single-movie-v5 .movie-cast-crew-tabs ul.nav {
flex: 0 0 29%;
max-width: 29%;
flex-direction: column;
overflow: initial;
flex-wrap: wrap; } }
@media (max-width: 991.98px) {
.single-movie-v5 .movie-cast-crew-tabs ul.nav li {
flex-shrink: 0; } }
.single-movie-v5 .movie-cast-crew-tabs .tab-content {
margin-top: 20px; }
@media (min-width: 992px) {
.single-movie-v5 .movie-cast-crew-tabs .tab-content {
flex: 0 0 71%;
max-width: 71%;
margin-top: 0; } }
.single-movie-v5 .movie-cast-crew-tabs ul.nav li a {
font-size: 15px;
line-height: 25px; }
.single-movie-v5 .movie-cast-crew-tabs ul.nav li + li {
margin-left: 20px; }
@media (min-width: 992px) {
.single-movie-v5 .movie-cast-crew-tabs ul.nav li + li {
margin-left: 0; } }
@media (min-width: 1200px) {
.single-movie-v5 .movie-cast-crew-tabs .tab-content {
margin-top: -50px; } }
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crews-category-title {
display: none; }
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-casts + .movie-casts,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-casts + .movie-crews,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crews + .movie-casts,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crews + .movie-crews {
margin-top: 40px; }
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew {
display: flex;
align-items: flex-start;
flex-direction: column; }
@media (min-width: 768px) {
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew {
flex-direction: row;
align-items: center; } }
@media (min-width: 768px) {
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast .person-image,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew .person-image {
flex: 0 0 12%;
max-width: 12%;
margin-right: 60px; } }
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast .person-image > a,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew .person-image > a {
display: block; }
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast .person-image img,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew .person-image img {
border-radius: 50%;
width: 120px;
height: 120px;
-o-object-fit: cover;
object-fit: cover; }
@media (min-width: 768px) and (max-width: 1199.98px) {
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast .person-image img,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew .person-image img {
height: auto; } }
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast .person-name,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew .person-name {
font-size: 18px;
font-family: "Open Sans", sans-serif;
font-weight: 700;
margin-bottom: 0; }
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast .person-role,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew .person-role {
font-size: 14px;
font-weight: 600;
line-height: 1.3; }
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast .person-role:before,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew .person-role:before {
content: "/";
margin: 3px 1px 0 5px;
display: inline-block; }
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast + .movie-cast,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast + .movie-crew,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew + .movie-cast,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew + .movie-crew {
margin-top: 40px; }
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast .single-person__short-description,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew .single-person__short-description {
flex: 1 0 100%;
margin-top: 6px; }
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast .single-person__short-description div, .single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast .single-person__short-description p,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew .single-person__short-description div,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew .single-person__short-description p {
font-size: 15px;
line-height: 26px; }
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast .movie-cast__person-info,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast .movie-crew__person-info,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew .movie-cast__person-info,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew .movie-crew__person-info {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-top: 10px; }
@media (min-width: 768px) {
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast .movie-cast__person-info,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast .movie-crew__person-info,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew .movie-cast__person-info,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew .movie-crew__person-info {
margin-top: 0; } }
.single-movie-v5 .movie-gallery-carousel {
margin-bottom: 73px; }
.single-movie-v5 .movie-gallery-carousel .slick-list {
overflow: visible;
margin: 0 -20px; }
.single-movie-v5 .movie-gallery-carousel .slick-slide {
padding: 0 21px;
max-width: 1486px;
margin: 0 auto; }
.single-movie-v5 .movie-gallery-carousel .masvideos-movie-gallery__title {
display: none; }
.single-movie-v5 .movie-gallery-carousel .slick-dots {
padding-top: 7px; }
.single-movie__actions {
display: flex;
align-items: center;
flex-wrap: wrap; }
.single-movie__actions .movie-actions--get-tickets, .single-movie__actions .movie-actions--play-trailers, .single-movie__actions .movie-actions--watch-now {
display: inline-block;
font-weight: 700;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
user-select: none;
border: 1px solid transparent;
text-transform: uppercase;
padding: 10px 20px;
font-size: 0.9375rem;
line-height: 1.5;
border-radius: 4px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
padding: 12px 30px;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 5px;
font-family: "Montserrat", "Open Sans", sans-serif;
border-width: 2px;
display: block;
width: 100%; }
@media (prefers-reduced-motion: reduce) {
.single-movie__actions .movie-actions--get-tickets, .single-movie__actions .movie-actions--play-trailers, .single-movie__actions .movie-actions--watch-now {
transition: none; } }
.single-movie__actions .movie-actions--get-tickets:hover, .single-movie__actions .movie-actions--get-tickets:focus, .single-movie__actions .movie-actions--play-trailers:hover, .single-movie__actions .movie-actions--play-trailers:focus, .single-movie__actions .movie-actions--watch-now:hover, .single-movie__actions .movie-actions--watch-now:focus {
text-decoration: none; }
.single-movie__actions .movie-actions--get-tickets:focus, .single-movie__actions .movie-actions--get-tickets.focus, .single-movie__actions .movie-actions--play-trailers:focus, .single-movie__actions .movie-actions--play-trailers.focus, .single-movie__actions .movie-actions--watch-now:focus, .single-movie__actions .movie-actions--watch-now.focus {
outline: 0; }
.single-movie__actions .movie-actions--get-tickets.disabled, .single-movie__actions .movie-actions--get-tickets:disabled, .single-movie__actions .movie-actions--play-trailers.disabled, .single-movie__actions .movie-actions--play-trailers:disabled, .single-movie__actions .movie-actions--watch-now.disabled, .single-movie__actions .movie-actions--watch-now:disabled {
opacity: 0.65; }
.single-movie__actions .movie-actions--get-tickets:not(:disabled):not(.disabled), .single-movie__actions .movie-actions--play-trailers:not(:disabled):not(.disabled), .single-movie__actions .movie-actions--watch-now:not(:disabled):not(.disabled) {
cursor: pointer; }
.single-movie__actions .movie-actions--get-tickets:not(:disabled):not(.disabled):active, .single-movie__actions .movie-actions--get-tickets:not(:disabled):not(.disabled).active, .single-movie__actions .movie-actions--play-trailers:not(:disabled):not(.disabled):active, .single-movie__actions .movie-actions--play-trailers:not(:disabled):not(.disabled).active, .single-movie__actions .movie-actions--watch-now:not(:disabled):not(.disabled):active, .single-movie__actions .movie-actions--watch-now:not(:disabled):not(.disabled).active {
background-image: none; }
@media (min-width: 576px) {
.single-movie__actions .movie-actions--get-tickets, .single-movie__actions .movie-actions--play-trailers, .single-movie__actions .movie-actions--watch-now {
display: inline-block;
width: auto; } }
@media (min-width: 576px) {
.single-movie__actions .movie-actions--get-tickets, .single-movie__actions .movie-actions--watch-now {
padding: 13.5px 41.1px; } }
.single-movie__actions .movie-actions--play-trailers {
border-radius: 5px;
position: relative;
color: transparent;
border-color: transparent;
border-color: #bab7ba;
width: 100%;
color: #fff; }
.single-movie__actions .movie-actions--play-trailers:hover {
color: #fff;
background-color: transparent;
border-color: transparent; }
.single-movie__actions .movie-actions--play-trailers:focus, .single-movie__actions .movie-actions--play-trailers.focus {
box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
.single-movie__actions .movie-actions--play-trailers.disabled, .single-movie__actions .movie-actions--play-trailers:disabled {
color: transparent;
background-color: transparent; }
.single-movie__actions .movie-actions--play-trailers:not(:disabled):not(.disabled):active, .single-movie__actions .movie-actions--play-trailers:not(:disabled):not(.disabled).active,
.show > .single-movie__actions .movie-actions--play-trailers.dropdown-toggle {
color: #fff;
background-color: transparent;
border-color: transparent; }
.single-movie__actions .movie-actions--play-trailers:not(:disabled):not(.disabled):active:focus, .single-movie__actions .movie-actions--play-trailers:not(:disabled):not(.disabled).active:focus,
.show > .single-movie__actions .movie-actions--play-trailers.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
@media (min-width: 576px) {
.single-movie__actions .movie-actions--play-trailers {
padding: 13.5px 29.6px;
width: auto; } }
.single-movie__actions .movie-actions--play-trailers:hover {
border-color: #fff;
color: #fff; }
.single-movie__actions > *:not(:last-child) {
margin-bottom: 20px; }
@media (min-width: 576px) {
.single-movie__actions > *:not(:last-child) {
margin-bottom: 0;
margin-right: 20px; } }
.single-movie-v5 .movie__info--body .movie__sharing-with-tags .movie__tags a:first-child {
margin-left: 3px; }
.single-movie-v6 .single-movie__player-container {
min-height: 347px;
background: #1c212e;
background-size: cover;
background-position: center; }
.single-movie-v6 .single-movie__content {
padding-top: 28px; }
@media (min-width: 992px) {
.single-movie-v6 .single-movie__sidebar {
margin-top: -54px; } }
.single-movie-v6 .movie .summary {
margin-bottom: 31px;
padding-bottom: 30px; }
.single-movie-v6 .movie .summary .movie_title {
margin-top: 5px; }
.single-movie-v6 .single-movie-highlighted-comment {
margin-bottom: 70px; }
@media (min-width: 992px) {
.single-movie-v7 .single-movie__content {
margin-top: 20px; } }
.single-movie-v7 .movie .summary {
padding-bottom: 53px; }
@media (min-width: 992px) {
.single-movie-v7 .movie .summary .single-movie__actions {
margin-top: 62px; } }
.single-movie-v7 .single-movie-highlighted-comment {
margin-bottom: 45px; }
.single-movie-v6 .movie .summary,
.single-movie-v7 .movie .summary {
border-bottom-width: 1px;
border-bottom-style: solid; }
.single-movie-v6 .movie .summary .movie_title,
.single-movie-v7 .movie .summary .movie_title {
max-width: 100%;
margin-bottom: 32px;
font-size: 36px;
font-weight: 700; }
.single-movie-v6 .movie .summary .movie_title span,
.single-movie-v7 .movie .summary .movie_title span {
font-size: 24px;
font-weight: 400; }
@media (max-width: 767.98px) {
.single-movie-v6 .movie .summary .movie_title span,
.single-movie-v7 .movie .summary .movie_title span {
display: none; } }
.single-movie-v6 .movie .summary .movie__meta,
.single-movie-v7 .movie .summary .movie__meta {
margin-bottom: 22px; }
.single-movie-v6 .movie .summary .movie__short-description,
.single-movie-v7 .movie .summary .movie__short-description {
display: block; }
.single-movie-v6 .movie .summary .movie__short-description,
.single-movie-v7 .movie .summary .movie__short-description {
margin-bottom: 40px; }
.single-movie-v6 .movie .summary .movie__short-description p, .single-movie-v6 .movie .summary .movie__short-description div,
.single-movie-v7 .movie .summary .movie__short-description p,
.single-movie-v7 .movie .summary .movie__short-description div {
font-size: 16px;
line-height: 26px; }
.single-movie-v6 .movie__rating-with-playlist,
.single-movie-v7 .movie__rating-with-playlist {
margin-bottom: 32px; }
.single-movie-v6 .single-movie__row,
.single-movie-v7 .single-movie__row {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
margin-bottom: 55px; }
.single-movie-v6 .single-movie__content,
.single-movie-v7 .single-movie__content {
flex: 0 0 100%;
max-width: 100%;
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px; }
@media (min-width: 992px) {
.single-movie-v6 .single-movie__content,
.single-movie-v7 .single-movie__content {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
order: 2; } }
@media (min-width: 1200px) {
.single-movie-v6 .single-movie__content,
.single-movie-v7 .single-movie__content {
flex: 0 0 75%;
max-width: 75%; } }
.single-movie-v6 .single-movie__sidebar,
.single-movie-v7 .single-movie__sidebar {
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 992px) {
.single-movie-v6 .single-movie__sidebar,
.single-movie-v7 .single-movie__sidebar {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
order: 1; } }
@media (min-width: 1200px) {
.single-movie-v6 .single-movie__sidebar,
.single-movie-v7 .single-movie__sidebar {
flex: 0 0 25%;
max-width: 25%;
padding-right: 25px;
padding-left: 15px; } }
.single-movie-v6 .single-movie__sidebar .movie__poster,
.single-movie-v7 .single-movie__sidebar .movie__poster {
margin-bottom: 0; }
.single-movie-v6.single-movie .movie__related,
.single-movie-v7.single-movie .movie__related {
width: auto;
margin-left: 0;
padding: 25px 0 12px;
background: transparent;
margin-bottom: 20px; }
.single-movie-v6.single-movie .movie__related--inner,
.single-movie-v7.single-movie .movie__related--inner {
padding: 0; }
.single-movie-v6.single-movie .movie__related--title,
.single-movie-v7.single-movie .movie__related--title {
font-size: 26px;
color: #e3e3e3;
margin-bottom: 17px; }
.single-movie-v6.single-movie .movie__related .movie__badge,
.single-movie-v7.single-movie .movie__related .movie__badge {
display: none; }
.single-movie-v6 .summary__inner,
.single-movie-v7 .summary__inner {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px; }
.single-movie-v6 .summary .movie__info,
.single-movie-v6 .summary .single-movie__actions,
.single-movie-v7 .summary .movie__info,
.single-movie-v7 .summary .single-movie__actions {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px; }
.single-movie-v6 .summary .movie__info,
.single-movie-v7 .summary .movie__info {
order: 1;
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.single-movie-v6 .summary .single-movie__actions,
.single-movie-v7 .summary .single-movie__actions {
order: 2;
display: flex;
flex-direction: row;
margin-top: 20px; }
@media (min-width: 1200px) {
.single-movie-v6 .summary .single-movie__actions,
.single-movie-v7 .summary .single-movie__actions {
flex-direction: column;
margin-top: 0; } }
@media (min-width: 1200px) {
.single-movie-v6 .summary .single-movie__actions,
.single-movie-v7 .summary .single-movie__actions {
flex: 0 0 30%;
max-width: 30%; } }
@media (min-width: 1200px) {
.single-movie-v6 .summary .single-movie__actions + .movie__info,
.single-movie-v7 .summary .single-movie__actions + .movie__info {
flex: 0 0 70%;
max-width: 70%; } }
.single-movie-v6 .masvideos-Reviews,
.single-movie-v7 .masvideos-Reviews {
display: flex;
flex-direction: column; }
.single-movie-v6 .masvideos-Reviews #review_form_wrapper,
.single-movie-v7 .masvideos-Reviews #review_form_wrapper {
order: 2; }
.single-movie-v6 .masvideos-Reviews #comments,
.single-movie-v7 .masvideos-Reviews #comments {
order: 1; }
@media (min-width: 1200px) {
.single-movie-v6 .single-movie__actions > *,
.single-movie-v7 .single-movie__actions > * {
width: 100%; } }
.single-movie-v6 .single-movie__actions > *:not(:last-child),
.single-movie-v7 .single-movie__actions > *:not(:last-child) {
margin-bottom: 16px; }
@media (min-width: 768px) {
.single-movie-v6 .single-movie__actions > *:not(:last-child),
.single-movie-v7 .single-movie__actions > *:not(:last-child) {
margin-bottom: 0; } }
@media (min-width: 1200px) {
.single-movie-v6 .single-movie__actions > *:not(:last-child),
.single-movie-v7 .single-movie__actions > *:not(:last-child) {
margin-right: 0;
margin-bottom: 16px; } }
.single-movie-v6 .single-movie-details,
.single-movie-v7 .single-movie-details {
margin-bottom: 50px; }
@media (min-width: 1200px) {
.single-movie-v6 .single-movie-details--attributes,
.single-movie-v7 .single-movie-details--attributes {
flex: 0 0 50%;
max-width: 50%; } }
.single-movie-v6 .single-movie-details--attributes table.movie__attributes th, .single-movie-v6 .single-movie-details--attributes table.movie__attributes td,
.single-movie-v7 .single-movie-details--attributes table.movie__attributes th,
.single-movie-v7 .single-movie-details--attributes table.movie__attributes td {
border: none;
padding: 0;
color: #e3e3e3; }
.single-movie-v6 .single-movie-details--attributes table.movie__attributes th,
.single-movie-v7 .single-movie-details--attributes table.movie__attributes th {
font-weight: 400;
width: 156px; }
.single-movie-v6 .single-movie-details--attributes table.movie__attributes td,
.single-movie-v7 .single-movie-details--attributes table.movie__attributes td {
font-weight: 600; }
.single-movie-v6 .single-movie-details--attributes table.movie__attributes td p,
.single-movie-v7 .single-movie-details--attributes table.movie__attributes td p {
margin-bottom: 0; }
.single-movie-v6 .single-movie-details--attributes table.movie__attributes td span,
.single-movie-v7 .single-movie-details--attributes table.movie__attributes td span {
display: block;
font-weight: 500; }
@media (min-width: 1200px) {
.single-movie-v6 .single-movie-details--attributes + .single-movie-details--description,
.single-movie-v7 .single-movie-details--attributes + .single-movie-details--description {
flex: 0 0 48%;
max-width: 48%; } }
.single-movie-v6 .single-movie-details--description,
.single-movie-v7 .single-movie-details--description {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.single-movie-v6 .single-movie-details__inner,
.single-movie-v7 .single-movie-details__inner {
display: flex;
flex-direction: column; }
@media (min-width: 1200px) {
.single-movie-v6 .single-movie-details__inner,
.single-movie-v7 .single-movie-details__inner {
flex-direction: row; } }
.single-movie-v6 .movie-featured-crew,
.single-movie-v7 .movie-featured-crew {
display: flex;
flex-wrap: wrap;
margin-bottom: 40px;
flex-direction: column; }
@media (min-width: 768px) {
.single-movie-v6 .movie-featured-crew,
.single-movie-v7 .movie-featured-crew {
flex-direction: row; } }
.single-movie-v6 .movie-featured-crew .movie-crew,
.single-movie-v7 .movie-featured-crew .movie-crew {
font-family: "Open Sans", sans-serif; }
.single-movie-v6 .movie-featured-crew .movie-crew .person-name,
.single-movie-v7 .movie-featured-crew .movie-crew .person-name {
font-size: 15px;
font-weight: 700;
margin-bottom: 0; }
.single-movie-v6 .movie-featured-crew .movie-crew .person-role,
.single-movie-v7 .movie-featured-crew .movie-crew .person-role {
font-size: 13px;
color: #fff; }
.single-movie-v6 .movie-featured-crew .movie-crew + .movie-crew,
.single-movie-v7 .movie-featured-crew .movie-crew + .movie-crew {
margin-top: 20px; }
@media (min-width: 768px) {
.single-movie-v6 .movie-featured-crew .movie-crew + .movie-crew,
.single-movie-v7 .movie-featured-crew .movie-crew + .movie-crew {
margin-left: 30px;
margin-top: 0; } }
@media (min-width: 1200px) {
.single-movie-v6 .movie-featured-crew .movie-crew + .movie-crew,
.single-movie-v7 .movie-featured-crew .movie-crew + .movie-crew {
margin-left: 80px; } }
.single-movie-v6 .single-movie-highlighted-comment .comment_container--inner img,
.single-movie-v7 .single-movie-highlighted-comment .comment_container--inner img {
width: 63px;
height: 63px;
margin-right: 20px; }
.single-movie-v6 .single-movie-highlighted-comment .comment_container--inner .masvideos-review__author,
.single-movie-v7 .single-movie-highlighted-comment .comment_container--inner .masvideos-review__author {
font-weight: 600;
margin-right: 6px; }
.single-movie-v6 .single-movie-highlighted-comment .comment_container--inner .star-rating .star,
.single-movie-v7 .single-movie-highlighted-comment .comment_container--inner .star-rating .star {
color: #949cb0;
font-size: 16px;
width: 18px; }
.single-movie-v6 .single-movie-highlighted-comment .comment_container--inner .comment-text,
.single-movie-v7 .single-movie-highlighted-comment .comment_container--inner .comment-text {
font-size: 14px; }
.single-movie-v6 .single-movie-highlighted-comment .comment_container--inner p.meta,
.single-movie-v7 .single-movie-highlighted-comment .comment_container--inner p.meta {
margin-bottom: 12px;
line-height: 1; }
.single-movie-v6 .single-movie-highlighted-comment ol.commentlist li.comment + li,
.single-movie-v7 .single-movie-highlighted-comment ol.commentlist li.comment + li {
padding-top: 20px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #333333; }
.single-movie-v6 .single-movie-casts,
.single-movie-v7 .single-movie-casts {
margin-bottom: 31px; }
.single-movie-v6 .single-movie-casts .movie-casts .slick-list,
.single-movie-v7 .single-movie-casts .movie-casts .slick-list {
margin: 0 -14px; }
.single-movie-v6 .single-movie-casts .movie-casts .slick-slide,
.single-movie-v7 .single-movie-casts .movie-casts .slick-slide {
padding: 0 14px; }
.single-movie-v6 .single-movie-casts .movie-cast > a,
.single-movie-v7 .single-movie-casts .movie-cast > a {
display: block; }
.single-movie-v6 .single-movie-casts .movie-cast .person-image,
.single-movie-v7 .single-movie-casts .movie-cast .person-image {
margin-bottom: 10px; }
.single-movie-v6 .single-movie-casts .movie-cast .person-name,
.single-movie-v7 .single-movie-casts .movie-cast .person-name {
font-size: 14px;
font-weight: 700;
font-family: "Open Sans", sans-serif;
line-height: 18px;
margin-bottom: 5px; }
.single-movie-v6 .single-movie-casts .movie-cast .person-role,
.single-movie-v7 .single-movie-casts .movie-cast .person-role {
font-size: 12px;
color: #808b90;
line-height: 1; }
.single-movie-v6 .movie__related-video--title,
.single-movie-v7 .movie__related-video--title {
margin-bottom: 22px; }
.single-movie-v6 .movie__related-video,
.single-movie-v7 .movie__related-video {
margin-bottom: 22px; }
.single-movie-v6 .movie__related-video .video__badge,
.single-movie-v7 .movie__related-video .video__badge {
display: none; }
.single-movie-v6 .masvideos-movie-gallery,
.single-movie-v7 .masvideos-movie-gallery {
margin-bottom: 50px; }
.single-movie-v6 .masvideos-movie-gallery__inner,
.single-movie-v7 .masvideos-movie-gallery__inner {
display: flex;
flex-wrap: nowrap;
overflow: auto; }
@media (min-width: 1200px) {
.single-movie-v6 .masvideos-movie-gallery__inner,
.single-movie-v7 .masvideos-movie-gallery__inner {
flex-wrap: wrap;
overflow: initial; } }
@media (max-width: 767.98px) {
.single-movie-v6 .masvideos-movie-gallery .masvideos-gallery__image,
.single-movie-v7 .masvideos-movie-gallery .masvideos-gallery__image {
flex: 0 0 50%;
max-width: 50%; } }
@media (min-width: 1200px) {
.single-movie-v6 .masvideos-movie-gallery .masvideos-gallery__image,
.single-movie-v7 .masvideos-movie-gallery .masvideos-gallery__image {
flex: 0 0 12.5%;
max-width: 12.5%; } }
.single-movie-v6 .masvideos-movie-gallery .masvideos-gallery__image > a,
.single-movie-v7 .masvideos-movie-gallery .masvideos-gallery__image > a {
display: block; }
.single-movie-v6 .masvideos-movie-gallery .masvideos-gallery__image > a img,
.single-movie-v7 .masvideos-movie-gallery .masvideos-gallery__image > a img {
height: 130px;
-o-object-fit: cover;
object-fit: cover; }
.single-movie-casts--title,
.movie__related-video--title,
.single-movie-v6.single-movie .masvideos-reviews__title,
.single-movie-v7.single-movie .masvideos-reviews__title,
.single-movie-v6 .masvideos-movie-gallery__title,
.single-movie-v6 .single-movie-highlighted-comment--title,
.single-movie-v7 .single-movie-highlighted-comment--title,
.single-movie-v6 .single-movie-details--attributes__title,
.single-movie-v7 .single-movie-details--attributes__title,
.single-movie-v6 .single-movie-details--description__title,
.single-movie-v7 .single-movie-details--description__title {
font-size: 26px;
font-family: "Open Sans", sans-serif;
font-weight: 400;
margin-bottom: 22px; }
.single-movie-v6 .single-movie-highlighted-comment--title {
margin-bottom: 28px; }
.single-movie-v6.single-movie .masvideos-reviews__title,
.single-movie-v7.single-movie .masvideos-reviews__title {
margin-bottom: 28px;
display: inline-block; }
.single-movie-v6.single-movie .masvideos-reviews__title:after,
.single-movie-v7.single-movie .masvideos-reviews__title:after {
content: "+";
display: inline-block;
width: 34px;
height: 34px;
border-radius: 50%;
font-size: 24px;
line-height: 34px;
text-align: center;
margin-left: 18px;
font-weight: 700; }
.single-movie .movie_related__by-person {
margin-bottom: 37px; }
.single-movie .movie_related__by-person--title {
font-size: 26px;
color: #e3e3e3;
margin-bottom: 17px; }
@media (max-width: 767.98px) {
.single-movie .movie_related__by-person--inner .columns-2 .movies__inner > .movie {
flex: 0 0 100%;
max-width: 100%; } }
.single-movie .movie_related__by-person--inner > .movie {
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 992px) {
.single-movie .movie_related__by-person--inner > .movie {
flex: 0 0 50%;
max-width: 50%; } }
.single-movie .movie_related__by-person--inner .movie {
display: flex;
align-items: center;
flex-direction: row; }
.single-movie .movie_related__by-person--inner .movie__poster {
margin-bottom: 0; }
@media (max-width: 767.98px) {
.single-movie .movie_related__by-person--inner .movie__poster {
margin-right: 10px;
flex: 0 0 15%;
max-width: 15%; } }
@media (min-width: 768px) {
.single-movie .movie_related__by-person--inner .movie__poster {
flex: 0 0 18%;
max-width: 18%;
margin-right: 24px; } }
@media (max-width: 767.98px) {
.single-movie .movie_related__by-person--inner .movie__poster .movie__link {
height: 100%;
padding: 0; } }
@media (max-width: 767.98px) {
.single-movie .movie_related__by-person--inner .movie__poster .movie__link .movie__poster--image,
.single-movie .movie_related__by-person--inner .movie__poster .movie__link .masvideos-placeholder {
position: relative; } }
.single-movie .movie_related__by-person--inner .movie__body {
flex-direction: column;
display: flex;
justify-content: center; }
@media (max-width: 767.98px) {
.single-movie .movie_related__by-person--inner .movie__body {
flex: 0 0 83%;
max-width: 83%; } }
@media (min-width: 768px) {
.single-movie .movie_related__by-person--inner .movie__body {
flex: 0 0 77%;
max-width: 77%; } }
.single-movie .movie_related__by-person--inner .movie__short-description {
display: block; }
.single-movie .movie_related__by-person--inner .movie__short-description > div {
display: -webkit-box;
max-height: 36px;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
white-space: normal;
-webkit-line-clamp: 1;
margin-bottom: 1rem; }
.single-movie .movie_related__by-person--inner .movie__short-description p:last-child {
margin-bottom: 0; }
.single-movie .movie_related__by-person--inner .movie__badge {
display: none; }
.single-movie .movie_related__by-person--inner .movie__review-info {
display: flex; }
.single-movie .movie_related__by-person--inner .avg-rating .vodi-svg {
fill: #303544; }
@media (min-width: 768px) {
.single-movie-v6 h2.single-movie-details--description__title:after,
.single-movie-v7 h2.single-movie-details--description__title:after {
content: "+";
display: inline-block;
width: 34px;
height: 34px;
border-radius: 50%;
font-size: 24px;
line-height: 34px;
text-align: center;
margin-left: 18px;
font-weight: 700; } }
.single-movie-v6 .single-movie-details--description,
.single-movie-v7 .single-movie-details--description {
margin-top: 20px; }
@media (min-width: 1200px) {
.single-movie-v6 .single-movie-details--description,
.single-movie-v7 .single-movie-details--description {
margin-top: 0; } }
.single-movie-v6 .crew-casts-title,
.single-movie-v7 .crew-casts-title {
font-size: 26px;
font-family: "Open Sans", sans-serif;
font-weight: 400;
margin-bottom: 15px; }
.single-movie-v6 .movie-cast-crew-tabs,
.single-movie-v7 .movie-cast-crew-tabs {
margin-bottom: 50px; }
.single-movie-v6 .movie-cast-crew-tabs ul.nav,
.single-movie-v7 .movie-cast-crew-tabs ul.nav {
margin-bottom: 25px;
overflow: auto;
flex-wrap: nowrap; }
@media (min-width: 768px) {
.single-movie-v6 .movie-cast-crew-tabs ul.nav,
.single-movie-v7 .movie-cast-crew-tabs ul.nav {
overflow: initial; } }
@media (max-width: 767.98px) {
.single-movie-v6 .movie-cast-crew-tabs ul.nav li,
.single-movie-v7 .movie-cast-crew-tabs ul.nav li {
flex-shrink: 0; } }
.single-movie-v6 .movie-cast-crew-tabs ul.nav li a,
.single-movie-v7 .movie-cast-crew-tabs ul.nav li a {
font-size: 14px;
font-weight: 600;
border-radius: 5px;
padding: 6.5px 30.5px;
background: #323846;
line-height: 18px;
font-family: "Montserrat", "Open Sans", sans-serif; }
.single-movie-v6 .movie-cast-crew-tabs ul.nav li a.active,
.single-movie-v7 .movie-cast-crew-tabs ul.nav li a.active {
color: #1c212e; }
.single-movie-v6 .movie-cast-crew-tabs ul.nav li + li,
.single-movie-v7 .movie-cast-crew-tabs ul.nav li + li {
margin-left: 10px; }
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-crews-category-title,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crews-category-title {
display: none; }
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-casts + .movie-casts,
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-casts + .movie-crews,
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-crews + .movie-casts,
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-crews + .movie-crews,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-casts + .movie-casts,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-casts + .movie-crews,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crews + .movie-casts,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crews + .movie-crews {
border-top-width: 1px;
border-top-style: solid; }
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-cast,
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-crew,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-cast,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crew {
display: flex;
flex-wrap: nowrap;
align-items: center; }
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-cast .person-image,
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-crew .person-image,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-cast .person-image,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crew .person-image {
max-width: 4.4%;
flex: 0 0 4.4%;
margin-right: 27px; }
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-cast .person-image img,
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-crew .person-image img,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-cast .person-image img,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crew .person-image img {
height: 65px;
-o-object-fit: cover;
object-fit: cover; }
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-cast .person-name-link,
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-crew .person-name-link,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-cast .person-name-link,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crew .person-name-link {
flex: 0 0 50%;
max-width: 45%;
display: flex;
justify-content: space-between;
align-items: center; }
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-cast .person-name,
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-crew .person-name,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-cast .person-name,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crew .person-name {
font-family: "Open Sans", sans-serif;
font-size: 15px;
margin-bottom: 0; }
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-cast .person-role,
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-crew .person-role,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-cast .person-role,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crew .person-role {
color: #e3e3e3;
display: flex;
justify-content: space-between;
flex-grow: 1; }
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-cast .person-role:before,
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-crew .person-role:before,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-cast .person-role:before,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crew .person-role:before {
content: "...";
display: inline-block;
color: #fff; }
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-cast + .movie-cast,
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-cast + .movie-crew,
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-crew + .movie-cast,
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-crew + .movie-crew,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-cast + .movie-cast,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-cast + .movie-crew,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crew + .movie-cast,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crew + .movie-crew {
border-top-width: 1px;
border-top-style: solid; }
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-cast .movie-cast__person-info,
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-cast .movie-crew__person-info,
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-crew .movie-cast__person-info,
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-crew .movie-crew__person-info,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-cast .movie-cast__person-info,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-cast .movie-crew__person-info,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crew .movie-cast__person-info,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crew .movie-crew__person-info {
display: flex;
width: 100%;
flex-wrap: wrap; }
.single-movie .movie-tabs {
margin-bottom: 65px; }
.single-movie .movie-tabs .nav {
font-family: "Montserrat", "Open Sans", sans-serif;
justify-content: center;
border-bottom-width: 1px;
border-bottom-style: solid;
padding-top: 30px;
margin-bottom: 40px; }
@media (max-width: 1199.98px) {
.single-movie .movie-tabs .nav {
overflow: auto;
flex-wrap: nowrap; } }
.single-movie .movie-tabs .nav .nav-item {
font-size: 18px;
line-height: 1;
letter-spacing: -0.025em;
display: flex;
flex-shrink: 0; }
.single-movie .movie-tabs .nav .nav-item + .nav-item:before {
content: '/';
margin: 0px 25px 0 30px; }
.single-movie .movie-tabs .nav .nav-item a {
position: relative;
padding: 0px 6px 18px 6px; }
.single-movie .movie-tabs .nav .nav-item a.active {
font-weight: 500; }
.single-movie .movie-tabs .nav .nav-item a.active:after {
content: ' ';
border-bottom: 3px solid transparent;
display: block;
position: absolute;
bottom: -1px;
width: 100%;
left: 0;
border-bottom-color: red; }
.single-movie .movie__description-tab {
display: flex;
justify-content: space-between;
flex-direction: column; }
@media (min-width: 992px) {
.single-movie .movie__description-tab {
flex-direction: row; } }
.single-movie .movie__description-tab .movie__info--left, .single-movie .movie__description-tab .movie__body {
max-width: 100%; }
.single-movie .movie__description-tab .movie__info--left {
display: flex;
align-items: center;
flex-direction: column; }
@media (min-width: 768px) {
.single-movie .movie__description-tab .movie__info--left {
flex-direction: row;
flex-basis: 0;
flex-grow: 1;
max-width: 100%; } }
.single-movie .movie__description-tab .movie__info--left .movie__poster .movie__link {
padding: 0;
height: auto; }
.single-movie .movie__description-tab .movie__info--left .movie__poster .movie__link .movie__poster--image,
.single-movie .movie__description-tab .movie__info--left .movie__poster .movie__link .masvideos-placeholder {
position: relative; }
.single-movie .movie__description-tab .movie__info--right {
margin-top: 20px; }
@media (min-width: 992px) {
.single-movie .movie__description-tab .movie__info--right {
margin-top: 0; } }
@media (min-width: 768px) {
.single-movie .movie__description-tab .movie__poster {
margin-right: 40px;
flex: 0 0 24.1%;
max-width: 24.1%; } }
.single-movie .movie__description-tab .movie_title {
font-size: 20px;
font-weight: 600;
margin-bottom: 17px; }
@media (min-width: 992px) {
.single-movie .movie__description-tab .movie_title {
font-size: 22px; } }
.single-movie .movie__description-tab .movie__meta {
font-family: "Montserrat", "Open Sans", sans-serif;
font-size: 15px;
margin-bottom: 30px;
color: #fff; }
.single-movie .movie__description-tab .movie__meta > * + *:before {
content: '|';
display: inline-block;
margin: 0 15px;
color: #949cb0; }
.single-movie .movie__description-tab .movie__description {
font-size: 15px;
color: #b4bbc0;
line-height: 26px;
letter-spacing: -0.01em; }
.single-movie .movie__description-tab .movie__rating-with-playlist {
margin-bottom: 23px; }
.single-movie .movie__description-tab .movie__rating-with-playlist .avg-rating + .movie-actions--link_add-to-playlist {
margin-left: 35px; }
.single-movie .movie__description-tab .movie__rating-with-playlist .movie-actions--link_add-to-playlist {
margin-left: 0; }
@media (min-width: 768px) {
.single-movie .movie__description-tab .movie__attributes {
margin-bottom: 40px; } }
.single-movie .movie__description-tab .movie__attributes th,
.single-movie .movie__description-tab .movie__attributes td {
border: none;
padding: 6px; }
.single-movie .movie__description-tab .movie__attributes td p {
margin-bottom: 0; }
.single-movie .movie__description-tab .movie__attributes th {
color: #fff;
font-weight: 400;
width: 30%; }
.single-movie .movie__description-tab .movie__attributes td {
color: #b4bbc0; }
.single-movie .movie__description-tab .movie__attributes td a {
color: #b4bbc0; }
.single-movie .movie__description-tab .vodi-sharing {
margin-bottom: 40px; }
@media (min-width: 1200px) {
.single-movie .movie__description-tab .movie__info--left + .movie__info--right {
flex: 0 0 42%;
max-width: 42%;
padding-left: 50px;
margin-left: 30px; } }
@media (min-width: 1440px) {
.single-movie .movie__description-tab .movie__info--left + .movie__info--right {
flex: 0 0 36.9%;
max-width: 36.9%;
padding-left: 70px;
margin-left: 30px; } }
.single-movie-v1 .movie__description-tab,
.single-movie-v1 .movie__description-tab .movie__info--left {
align-items: flex-start; }
.single-movie .masvideos-Reviews #review_form_wrapper {
margin-bottom: 60px; }
.masvideos-Reviews .comment-respond .comment-reply-title small {
display: none; }
.single-movie .movie__recommended--title {
font-size: 22px;
margin-bottom: 24px; }
@media (min-width: 992px) {
.single-movie .movie__recommended--title {
font-size: 24px; } }
.single-movie .movie__recommended .movie__poster:before {
background: linear-gradient(to bottom, rgba(240, 47, 23, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
content: " ";
height: 100%;
position: absolute;
bottom: 0;
right: 0;
left: 0;
z-index: 1; }
@media (min-width: 992px) {
.single-movie .movie__recommended .movie__body {
position: absolute;
text-align: center;
width: 100%;
padding: 0 25px 20px;
bottom: 0;
right: 0;
left: 0;
z-index: 2; }
.single-movie .movie__recommended .movie__body .movie__title {
font-size: 32px;
height: 44px;
overflow: hidden;
line-height: 1.5; } }
.single-movie .movie__recommended .movie__short-description {
font-size: 13px;
line-height: 22px;
color: #fff;
font-weight: 400;
margin-bottom: 20px;
display: block; }
@media (max-width: 991.98px) {
.single-movie .movie__recommended .movie__short-description {
display: none; } }
.single-movie .movie__recommended .movie__short-description p, .single-movie .movie__recommended .movie__short-description div {
max-height: 42px;
overflow: hidden;
color: #fff; }
.single-movie .movie__recommended .movie__meta {
display: none; }
.single-movie .movie__recommended .movie .movie-actions--link_watch {
display: inline-block;
font-weight: 700;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
user-select: none;
border: 2px solid transparent;
text-transform: uppercase;
padding: 12px 10.5px;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 5px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
color: #fff;
background-color: transparent;
border-color: #fff;
display: block;
width: 100%;
font-weight: 700;
font-family: "Montserrat", "Open Sans", sans-serif;
color: #fff; }
@media (prefers-reduced-motion: reduce) {
.single-movie .movie__recommended .movie .movie-actions--link_watch {
transition: none; } }
.single-movie .movie__recommended .movie .movie-actions--link_watch:hover, .single-movie .movie__recommended .movie .movie-actions--link_watch:focus {
text-decoration: none; }
.single-movie .movie__recommended .movie .movie-actions--link_watch:focus, .single-movie .movie__recommended .movie .movie-actions--link_watch.focus {
outline: 0; }
.single-movie .movie__recommended .movie .movie-actions--link_watch.disabled, .single-movie .movie__recommended .movie .movie-actions--link_watch:disabled {
opacity: 0.65; }
.single-movie .movie__recommended .movie .movie-actions--link_watch:not(:disabled):not(.disabled) {
cursor: pointer; }
.single-movie .movie__recommended .movie .movie-actions--link_watch:not(:disabled):not(.disabled):active, .single-movie .movie__recommended .movie .movie-actions--link_watch:not(:disabled):not(.disabled).active {
background-image: none; }
.single-movie .movie__recommended .movie .movie-actions--link_watch:hover {
color: #212529;
background-color: #fff;
border-color: #fff; }
.single-movie .movie__recommended .movie .movie-actions--link_watch:focus, .single-movie .movie__recommended .movie .movie-actions--link_watch.focus {
box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
.single-movie .movie__recommended .movie .movie-actions--link_watch.disabled, .single-movie .movie__recommended .movie .movie-actions--link_watch:disabled {
color: #fff;
background-color: transparent;
border-color: #fff; }
.single-movie .movie__recommended .movie .movie-actions--link_watch:not(:disabled):not(.disabled):active, .single-movie .movie__recommended .movie .movie-actions--link_watch:not(:disabled):not(.disabled).active,
.show > .single-movie .movie__recommended .movie .movie-actions--link_watch.dropdown-toggle {
color: #fff;
background-color: rgba(0, 0, 0, 0);
border-color: #dfdfdf; }
.single-movie .movie__recommended .movie .movie-actions--link_watch:not(:disabled):not(.disabled):active:focus, .single-movie .movie__recommended .movie .movie-actions--link_watch:not(:disabled):not(.disabled).active:focus,
.show > .single-movie .movie__recommended .movie .movie-actions--link_watch.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
.single-movie .movie__recommended .movie__actions {
display: none; }
.single-movie .movie__recommended .movie__actions .movie-actions--link_add-to-playlist {
display: none; }
@media (min-width: 992px) {
.single-movie .movie__recommended .movie__actions {
display: block; } }
.single-movie .masvideos-reviews__title {
font-size: 24px;
margin-bottom: 24px; }
.single-movie #reviews .comment_container p:last-child {
margin-bottom: 0; }
.single-movie #reviews .masvideos-review__author {
font-weight: 600; }
.single-movie #reviews .comment_container img {
width: auto;
height: auto; }
.single-movie #reviews .commentlist {
margin-bottom: 60px; }
.single-movie #reviews .star-rating .star {
color: #949cb0; }
.single-movie .comment_container {
flex-direction: column; }
.single-movie .comment_container--inner {
display: flex;
align-items: center; }
.single-movie .comment_container--inner .description {
display: none; }
.single-movie .comment_container .description {
margin-top: 20px;
color: #e3e3e3; }
.single-movie .masvideos-Reviews #comments ol.commentlist li.comment + li {
padding-top: 20px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #333333; }
.single-movie #reviews .comment_container p {
line-height: 1.5; }
.movie__streaming-medias {
padding-left: 0;
list-style: none;
padding: 0;
background: #1c212e; }
.movie__streaming-medias span {
font-size: 13px;
color: #808b90; }
.movie__streaming-medias h3 {
margin-bottom: 0; }
.movie__streaming-medias li {
padding: 27px 30px 22px 22px; }
.movie__streaming-medias li a {
display: block; }
.movie__streaming-medias li + li {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #333846; }
.movie__poster .movie__link,
.movie__poster .tv-show__link,
.movie__poster .video__link,
.movie__poster .episode__link,
.tv-show__poster .movie__link,
.tv-show__poster .tv-show__link,
.tv-show__poster .video__link,
.tv-show__poster .episode__link,
.video__poster .movie__link,
.video__poster .tv-show__link,
.video__poster .video__link,
.video__poster .episode__link,
.episode__poster .movie__link,
.episode__poster .tv-show__link,
.episode__poster .video__link,
.episode__poster .episode__link {
display: block;
width: 100%;
position: relative;
height: 100%;
overflow: hidden;
height: 0; }
.movie__poster .movie__link .movie__poster--image,
.movie__poster .movie__link .tv-show__poster--image,
.movie__poster .movie__link .video__poster--image,
.movie__poster .movie__link .episode__poster--image,
.movie__poster .movie__link .masvideos-placeholder,
.movie__poster .tv-show__link .movie__poster--image,
.movie__poster .tv-show__link .tv-show__poster--image,
.movie__poster .tv-show__link .video__poster--image,
.movie__poster .tv-show__link .episode__poster--image,
.movie__poster .tv-show__link .masvideos-placeholder,
.movie__poster .video__link .movie__poster--image,
.movie__poster .video__link .tv-show__poster--image,
.movie__poster .video__link .video__poster--image,
.movie__poster .video__link .episode__poster--image,
.movie__poster .video__link .masvideos-placeholder,
.movie__poster .episode__link .movie__poster--image,
.movie__poster .episode__link .tv-show__poster--image,
.movie__poster .episode__link .video__poster--image,
.movie__poster .episode__link .episode__poster--image,
.movie__poster .episode__link .masvideos-placeholder,
.tv-show__poster .movie__link .movie__poster--image,
.tv-show__poster .movie__link .tv-show__poster--image,
.tv-show__poster .movie__link .video__poster--image,
.tv-show__poster .movie__link .episode__poster--image,
.tv-show__poster .movie__link .masvideos-placeholder,
.tv-show__poster .tv-show__link .movie__poster--image,
.tv-show__poster .tv-show__link .tv-show__poster--image,
.tv-show__poster .tv-show__link .video__poster--image,
.tv-show__poster .tv-show__link .episode__poster--image,
.tv-show__poster .tv-show__link .masvideos-placeholder,
.tv-show__poster .video__link .movie__poster--image,
.tv-show__poster .video__link .tv-show__poster--image,
.tv-show__poster .video__link .video__poster--image,
.tv-show__poster .video__link .episode__poster--image,
.tv-show__poster .video__link .masvideos-placeholder,
.tv-show__poster .episode__link .movie__poster--image,
.tv-show__poster .episode__link .tv-show__poster--image,
.tv-show__poster .episode__link .video__poster--image,
.tv-show__poster .episode__link .episode__poster--image,
.tv-show__poster .episode__link .masvideos-placeholder,
.video__poster .movie__link .movie__poster--image,
.video__poster .movie__link .tv-show__poster--image,
.video__poster .movie__link .video__poster--image,
.video__poster .movie__link .episode__poster--image,
.video__poster .movie__link .masvideos-placeholder,
.video__poster .tv-show__link .movie__poster--image,
.video__poster .tv-show__link .tv-show__poster--image,
.video__poster .tv-show__link .video__poster--image,
.video__poster .tv-show__link .episode__poster--image,
.video__poster .tv-show__link .masvideos-placeholder,
.video__poster .video__link .movie__poster--image,
.video__poster .video__link .tv-show__poster--image,
.video__poster .video__link .video__poster--image,
.video__poster .video__link .episode__poster--image,
.video__poster .video__link .masvideos-placeholder,
.video__poster .episode__link .movie__poster--image,
.video__poster .episode__link .tv-show__poster--image,
.video__poster .episode__link .video__poster--image,
.video__poster .episode__link .episode__poster--image,
.video__poster .episode__link .masvideos-placeholder,
.episode__poster .movie__link .movie__poster--image,
.episode__poster .movie__link .tv-show__poster--image,
.episode__poster .movie__link .video__poster--image,
.episode__poster .movie__link .episode__poster--image,
.episode__poster .movie__link .masvideos-placeholder,
.episode__poster .tv-show__link .movie__poster--image,
.episode__poster .tv-show__link .tv-show__poster--image,
.episode__poster .tv-show__link .video__poster--image,
.episode__poster .tv-show__link .episode__poster--image,
.episode__poster .tv-show__link .masvideos-placeholder,
.episode__poster .video__link .movie__poster--image,
.episode__poster .video__link .tv-show__poster--image,
.episode__poster .video__link .video__poster--image,
.episode__poster .video__link .episode__poster--image,
.episode__poster .video__link .masvideos-placeholder,
.episode__poster .episode__link .movie__poster--image,
.episode__poster .episode__link .tv-show__poster--image,
.episode__poster .episode__link .video__poster--image,
.episode__poster .episode__link .episode__poster--image,
.episode__poster .episode__link .masvideos-placeholder {
position: relative;
display: block;
max-width: 100%;
max-height: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
-o-object-fit: cover;
object-fit: cover;
position: absolute; }
.movie__poster .movie__link .masvideos-placeholder,
.movie__poster .tv-show__link .masvideos-placeholder,
.movie__poster .video__link .masvideos-placeholder,
.movie__poster .episode__link .masvideos-placeholder,
.tv-show__poster .movie__link .masvideos-placeholder,
.tv-show__poster .tv-show__link .masvideos-placeholder,
.tv-show__poster .video__link .masvideos-placeholder,
.tv-show__poster .episode__link .masvideos-placeholder,
.video__poster .movie__link .masvideos-placeholder,
.video__poster .tv-show__link .masvideos-placeholder,
.video__poster .video__link .masvideos-placeholder,
.video__poster .episode__link .masvideos-placeholder,
.episode__poster .movie__link .masvideos-placeholder,
.episode__poster .tv-show__link .masvideos-placeholder,
.episode__poster .video__link .masvideos-placeholder,
.episode__poster .episode__link .masvideos-placeholder {
height: 100%; }
.movie__poster .movie__link:after,
.movie__poster .tv-show__link:after,
.movie__poster .video__link:after,
.movie__poster .episode__link:after,
.tv-show__poster .movie__link:after,
.tv-show__poster .tv-show__link:after,
.tv-show__poster .video__link:after,
.tv-show__poster .episode__link:after,
.video__poster .movie__link:after,
.video__poster .tv-show__link:after,
.video__poster .video__link:after,
.video__poster .episode__link:after,
.episode__poster .movie__link:after,
.episode__poster .tv-show__link:after,
.episode__poster .video__link:after,
.episode__poster .episode__link:after {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
width: 100%;
height: 100%;
transition: all .3s ease-in-out;
background: transparent none repeat scroll 0 0;
content: "";
opacity: 0; }
.movie__poster .movie__link:hover:after,
.movie__poster .tv-show__link:hover:after,
.movie__poster .video__link:hover:after,
.movie__poster .episode__link:hover:after,
.tv-show__poster .movie__link:hover:after,
.tv-show__poster .tv-show__link:hover:after,
.tv-show__poster .video__link:hover:after,
.tv-show__poster .episode__link:hover:after,
.video__poster .movie__link:hover:after,
.video__poster .tv-show__link:hover:after,
.video__poster .video__link:hover:after,
.video__poster .episode__link:hover:after,
.episode__poster .movie__link:hover:after,
.episode__poster .tv-show__link:hover:after,
.episode__poster .video__link:hover:after,
.episode__poster .episode__link:hover:after {
opacity: 1; }
.movie__poster .movie__link {
padding: 150% 0 0 0; }
.tv-show__poster .tv-show__link,
.tv-show__poster .video__link,
.tv-show__poster .episode__link,
.video__poster .tv-show__link,
.video__poster .video__link,
.video__poster .episode__link,
.episode__poster .tv-show__link,
.episode__poster .video__link,
.episode__poster .episode__link {
padding: 56.25% 0 0 0; }
.single-movie .movie__rating-with-playlist,
.single-movie .tv-show__rating-with-playlist,
.single-tv_show .movie__rating-with-playlist,
.single-tv_show .tv-show__rating-with-playlist {
display: flex;
flex-wrap: wrap; }
@media (min-width: 992px) {
.single-movie .movie__rating-with-playlist,
.single-movie .tv-show__rating-with-playlist,
.single-tv_show .movie__rating-with-playlist,
.single-tv_show .tv-show__rating-with-playlist {
flex-direction: row; } }
.single-movie .movie__rating,
.single-movie .tv-show__rating,
.single-tv_show .movie__rating,
.single-tv_show .tv-show__rating {
display: flex;
justify-content: flex-start; }
@media (min-width: 992px) {
.single-movie .movie__rating,
.single-movie .tv-show__rating,
.single-tv_show .movie__rating,
.single-tv_show .tv-show__rating {
justify-content: flex-end; } }
.single-movie .movie__rating .avg-rating,
.single-movie .tv-show__rating .avg-rating,
.single-tv_show .movie__rating .avg-rating,
.single-tv_show .tv-show__rating .avg-rating {
position: relative;
display: flex;
margin-bottom: 0; }
.single-movie .movie__rating .avg-rating:before,
.single-movie .tv-show__rating .avg-rating:before,
.single-tv_show .movie__rating .avg-rating:before,
.single-tv_show .tv-show__rating .avg-rating:before {
content: ' ';
display: inline-block;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="34px" height="32px"><path fill-rule="evenodd"  fill="rgb(44, 146, 205)" d="M16.243,-0.001 C17.796,0.029 17.813,0.963 18.340,1.981 C19.301,3.839 20.192,5.798 21.157,7.662 C21.389,8.111 21.867,9.551 22.271,9.710 C22.740,10.013 24.278,9.936 24.957,10.106 C26.616,10.523 28.534,10.552 30.198,10.965 C31.039,11.174 32.009,11.005 32.622,11.427 C32.837,11.575 32.903,11.901 33.081,12.088 C33.133,13.537 32.346,13.819 31.574,14.598 C30.176,16.007 28.778,17.417 27.381,18.826 C26.959,19.251 25.724,20.138 25.677,20.807 C25.998,21.293 25.902,22.527 26.071,23.186 C26.590,25.212 26.652,27.505 27.184,29.527 C27.420,30.423 27.315,31.377 26.726,31.773 C25.737,32.437 24.516,31.338 23.843,30.981 C22.086,30.050 20.353,29.230 18.602,28.272 C18.184,28.044 17.049,27.223 16.636,27.149 C16.338,27.096 15.027,27.985 14.736,28.140 C12.871,29.132 11.037,30.064 9.167,31.047 C8.727,31.278 7.595,32.186 6.874,31.971 C5.754,31.638 5.687,30.353 6.023,29.065 C6.384,27.678 6.368,26.158 6.743,24.705 C7.055,23.501 7.369,21.767 7.464,20.477 C6.695,19.975 5.959,18.959 5.302,18.297 C3.938,16.923 2.531,15.582 1.109,14.268 C0.535,13.737 -0.478,12.730 0.257,11.692 C0.757,10.984 1.956,11.205 2.943,10.965 C5.525,10.338 8.368,10.231 11.002,9.710 C11.737,7.997 12.663,6.327 13.492,4.690 C14.027,3.631 14.475,2.596 14.998,1.585 C15.168,1.256 15.188,0.897 15.391,0.594 C15.591,0.296 15.967,0.224 16.243,-0.001 Z"/></svg>');
width: 40px;
height: 39px;
background-repeat: no-repeat;
margin-right: 3px; }
.single-movie .movie__rating .avg-rating__number,
.single-movie .tv-show__rating .avg-rating__number,
.single-tv_show .movie__rating .avg-rating__number,
.single-tv_show .tv-show__rating .avg-rating__number {
font-size: 24px;
letter-spacing: -0.05em;
font-weight: 600; }
.single-movie .movie__rating .avg-rating__text,
.single-movie .tv-show__rating .avg-rating__text,
.single-tv_show .movie__rating .avg-rating__text,
.single-tv_show .tv-show__rating .avg-rating__text {
font-size: 12px;
display: block;
line-height: 1.5; }
.single-movie .movie__rating .avg-rating__inner,
.single-movie .tv-show__rating .avg-rating__inner,
.single-tv_show .movie__rating .avg-rating__inner,
.single-tv_show .tv-show__rating .avg-rating__inner {
display: flex;
flex-direction: column; }
.single-movie .movie__rating-with-playlist,
.single-movie .tv-show__rating-with-playlist,
.single-tv_show .movie__rating-with-playlist,
.single-tv_show .tv-show__rating-with-playlist {
align-items: center; }
.single-movie .movie__rating-with-playlist .avg-rating,
.single-movie .tv-show__rating-with-playlist .avg-rating,
.single-tv_show .movie__rating-with-playlist .avg-rating,
.single-tv_show .tv-show__rating-with-playlist .avg-rating {
order: 0;
display: flex;
margin-bottom: 0; }
.single-movie .movie__rating-with-playlist .rating-with-count .avg-rating-number,
.single-movie .tv-show__rating-with-playlist .rating-with-count .avg-rating-number,
.single-tv_show .movie__rating-with-playlist .rating-with-count .avg-rating-number,
.single-tv_show .tv-show__rating-with-playlist .rating-with-count .avg-rating-number {
display: none; }
.single-movie .movie__rating-with-playlist .rating-number-with-text,
.single-movie .tv-show__rating-with-playlist .rating-number-with-text,
.single-tv_show .movie__rating-with-playlist .rating-number-with-text,
.single-tv_show .tv-show__rating-with-playlist .rating-number-with-text {
display: flex;
flex-direction: column;
margin-left: 5px; }
.single-movie .movie__rating-with-playlist .rating-number-with-text .avg-rating-number,
.single-movie .tv-show__rating-with-playlist .rating-number-with-text .avg-rating-number,
.single-tv_show .movie__rating-with-playlist .rating-number-with-text .avg-rating-number,
.single-tv_show .tv-show__rating-with-playlist .rating-number-with-text .avg-rating-number {
display: block;
font-size: 24px;
font-weight: 600; }
.single-movie .movie__rating-with-playlist .rating-number-with-text .avg-rating-text,
.single-movie .tv-show__rating-with-playlist .rating-number-with-text .avg-rating-text,
.single-tv_show .movie__rating-with-playlist .rating-number-with-text .avg-rating-text,
.single-tv_show .tv-show__rating-with-playlist .rating-number-with-text .avg-rating-text {
line-height: 1.5;
font-size: 12px;
color: #949cb0; }
.single-movie .movie-actions--link_add-to-playlist > a,
.single-movie .tv-show-actions--link_add-to-playlist > a,
.single-tv_show .movie-actions--link_add-to-playlist > a,
.single-tv_show .tv-show-actions--link_add-to-playlist > a {
position: relative;
display: flex;
align-items: center;
font-size: 13px;
color: #949cb0; }
.single-movie .movie-actions--link_add-to-playlist > a:before,
.single-movie .tv-show-actions--link_add-to-playlist > a:before,
.single-tv_show .movie-actions--link_add-to-playlist > a:before,
.single-tv_show .tv-show-actions--link_add-to-playlist > a:before {
content: ' ';
display: inline-block;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="31px" height="29px"><path fill-rule="evenodd"  fill="rgb(128, 139, 144)" d="M8.653,0.252 C11.501,0.192 14.629,1.524 15.666,3.158 C15.738,3.098 15.672,3.164 15.732,3.091 C16.108,2.846 16.366,2.428 16.724,2.167 C17.797,1.385 19.024,0.769 20.495,0.384 C21.728,0.061 23.793,0.282 24.796,0.648 C27.738,1.723 29.471,3.571 30.551,6.526 C30.938,7.583 31.190,9.648 30.816,11.017 C29.903,14.360 28.243,16.709 26.450,19.140 C26.011,19.734 25.448,20.252 24.994,20.857 C24.796,21.034 24.597,21.210 24.399,21.386 C23.508,22.571 22.211,23.933 21.025,24.820 C19.536,25.934 18.454,27.854 16.394,28.386 C15.535,28.608 14.629,28.281 14.078,27.990 C12.990,27.417 12.252,26.523 11.300,25.811 C11.035,25.524 10.770,25.238 10.506,24.952 C9.901,24.499 9.444,23.959 8.918,23.433 C8.230,22.746 7.523,22.106 6.933,21.320 C6.441,20.663 5.706,20.133 5.213,19.471 C3.726,17.470 2.360,15.612 1.310,13.130 C0.690,11.666 0.008,9.297 0.582,7.252 C1.378,4.422 3.031,2.136 5.544,1.044 C6.205,0.756 6.933,0.571 7.661,0.384 C7.979,0.302 8.413,0.410 8.653,0.252 ZM8.587,2.629 C8.382,2.761 8.065,2.683 7.793,2.761 C7.396,2.894 6.999,3.025 6.602,3.158 C4.938,3.883 3.618,5.386 3.030,7.186 C2.307,9.403 3.206,11.382 3.890,12.932 C5.631,16.877 8.630,19.799 11.498,22.641 C12.289,23.423 13.043,24.212 13.946,24.886 C14.568,25.350 14.839,26.061 15.931,26.075 C16.166,25.879 16.481,25.793 16.724,25.613 C17.010,25.401 17.234,25.032 17.518,24.820 C18.669,23.961 19.625,22.920 20.628,21.914 C23.361,19.173 26.189,16.192 27.839,12.404 C28.059,11.743 28.280,11.083 28.501,10.422 C29.404,7.082 26.854,4.048 24.796,3.158 C22.076,1.982 19.611,2.968 17.849,4.281 C16.815,5.050 16.890,6.405 15.004,5.998 C13.727,4.011 11.880,2.633 8.587,2.629 Z"/></svg>');
width: 31px;
height: 29px;
background-repeat: no-repeat;
margin-right: 8px;
margin-top: 2px; }
.single-movie .movie * + .movie-actions--link_add-to-playlist,
.single-movie .movie * + .tv-show-actions--link_add-to-playlist,
.single-movie .tv-show * + .movie-actions--link_add-to-playlist,
.single-movie .tv-show * + .tv-show-actions--link_add-to-playlist,
.single-tv_show .movie * + .movie-actions--link_add-to-playlist,
.single-tv_show .movie * + .tv-show-actions--link_add-to-playlist,
.single-tv_show .tv-show * + .movie-actions--link_add-to-playlist,
.single-tv_show .tv-show * + .tv-show-actions--link_add-to-playlist {
margin-left: 15px; }
@media (min-width: 992px) {
.single-movie .movie * + .movie-actions--link_add-to-playlist,
.single-movie .movie * + .tv-show-actions--link_add-to-playlist,
.single-movie .tv-show * + .movie-actions--link_add-to-playlist,
.single-movie .tv-show * + .tv-show-actions--link_add-to-playlist,
.single-tv_show .movie * + .movie-actions--link_add-to-playlist,
.single-tv_show .movie * + .tv-show-actions--link_add-to-playlist,
.single-tv_show .tv-show * + .movie-actions--link_add-to-playlist,
.single-tv_show .tv-show * + .tv-show-actions--link_add-to-playlist {
margin-left: 20px; } }
@media (min-width: 1200px) {
.single-movie .movie * + .movie-actions--link_add-to-playlist,
.single-movie .movie * + .tv-show-actions--link_add-to-playlist,
.single-movie .tv-show * + .movie-actions--link_add-to-playlist,
.single-movie .tv-show * + .tv-show-actions--link_add-to-playlist,
.single-tv_show .movie * + .movie-actions--link_add-to-playlist,
.single-tv_show .movie * + .tv-show-actions--link_add-to-playlist,
.single-tv_show .tv-show * + .movie-actions--link_add-to-playlist,
.single-tv_show .tv-show * + .tv-show-actions--link_add-to-playlist {
margin-left: 35px; } }
.single-movie .movie .movie-download-btn,
.single-movie .tv-show .movie-download-btn,
.single-tv_show .movie .movie-download-btn,
.single-tv_show .tv-show .movie-download-btn {
display: flex;
align-items: center;
font-size: 0;
margin-left: 15px; }
@media (min-width: 992px) {
.single-movie .movie .movie-download-btn,
.single-movie .tv-show .movie-download-btn,
.single-tv_show .movie .movie-download-btn,
.single-tv_show .tv-show .movie-download-btn {
margin-left: 20px; } }
@media (min-width: 1200px) {
.single-movie .movie .movie-download-btn,
.single-movie .tv-show .movie-download-btn,
.single-tv_show .movie .movie-download-btn,
.single-tv_show .tv-show .movie-download-btn {
margin-left: 35px; } }
.single-movie .movie .movie-download-btn > i,
.single-movie .tv-show .movie-download-btn > i,
.single-tv_show .movie .movie-download-btn > i,
.single-tv_show .tv-show .movie-download-btn > i {
font-size: 31px; }
.single-movie .movie .movie-download-btn > i:not(:hover),
.single-movie .tv-show .movie-download-btn > i:not(:hover),
.single-tv_show .movie .movie-download-btn > i:not(:hover),
.single-tv_show .tv-show .movie-download-btn > i:not(:hover) {
color: #808b90; }
.masvideos-tabs .tab-content > .tab-pane {
display: none; }
.masvideos-tabs .tab-content > .active {
display: block; }
.single-video .masvideos-breadcrumb,
.single-episode .masvideos-breadcrumb,
.single-tv_show .masvideos-breadcrumb,
.single-movie .masvideos-breadcrumb {
padding-top: 30px;
margin-bottom: 27px; }
.masvideos-edit-manage-playlists {
margin: 60px 0; }
.masvideos-edit-manage-playlists h2 {
font-size: 25px;
font-weight: 500;
color: #121a21;
margin-bottom: 28px; }
.masvideos-edit-manage-playlists .masvideos-edit-playlist {
margin-bottom: 40px; }
.masvideos-edit-manage-playlists .masvideos-edit-playlist form.masvideos-edit-playlist__form input[type="text"],
.masvideos-edit-manage-playlists .masvideos-edit-playlist form.masvideos-edit-playlist__form select {
border-radius: 0; }
.masvideos-edit-manage-playlists .masvideos-edit-playlist form.masvideos-edit-playlist__form select {
height: 44px; }
.masvideos-edit-manage-playlists .masvideos-edit-playlist form.masvideos-edit-playlist__form label {
margin: 0;
font-size: 14px;
font-weight: 600;
margin-bottom: 5px; }
.masvideos-edit-manage-playlists .masvideos-edit-playlist form.masvideos-edit-playlist__form .masvideos-Button {
display: inline-block;
font-weight: 700;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
user-select: none;
border: 2px solid transparent;
text-transform: uppercase;
padding: 13.5px 30px;
font-size: 0.9375rem;
line-height: 1;
border-radius: 5px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.masvideos-edit-manage-playlists .masvideos-edit-playlist form.masvideos-edit-playlist__form .masvideos-Button {
transition: none; } }
.masvideos-edit-manage-playlists .masvideos-edit-playlist form.masvideos-edit-playlist__form .masvideos-Button:hover, .masvideos-edit-manage-playlists .masvideos-edit-playlist form.masvideos-edit-playlist__form .masvideos-Button:focus {
text-decoration: none; }
.masvideos-edit-manage-playlists .masvideos-edit-playlist form.masvideos-edit-playlist__form .masvideos-Button:focus, .masvideos-edit-manage-playlists .masvideos-edit-playlist form.masvideos-edit-playlist__form .masvideos-Button.focus {
outline: 0; }
.masvideos-edit-manage-playlists .masvideos-edit-playlist form.masvideos-edit-playlist__form .masvideos-Button.disabled, .masvideos-edit-manage-playlists .masvideos-edit-playlist form.masvideos-edit-playlist__form .masvideos-Button:disabled {
opacity: 0.65; }
.masvideos-edit-manage-playlists .masvideos-edit-playlist form.masvideos-edit-playlist__form .masvideos-Button:not(:disabled):not(.disabled) {
cursor: pointer; }
.masvideos-edit-manage-playlists .masvideos-edit-playlist form.masvideos-edit-playlist__form .masvideos-Button:not(:disabled):not(.disabled):active, .masvideos-edit-manage-playlists .masvideos-edit-playlist form.masvideos-edit-playlist__form .masvideos-Button:not(:disabled):not(.disabled).active {
background-image: none; }
.masvideos-edit-manage-playlists .masvideos-manage-playlists table thead td {
font-weight: 700; }
.masvideos-edit-manage-playlists .masvideos-manage-playlists table tbody td:first-child a {
color: #121a21; }
table.movie-sources, table.episode-sources {
font-size: 14px; }
table.movie-sources thead th,
table.movie-sources tbody td, table.episode-sources thead th,
table.episode-sources tbody td {
border: none; }
table.movie-sources tbody a.play-source, table.episode-sources tbody a.play-source {
display: flex;
align-items: center; }
table.movie-sources tbody a.play-source span svg, table.episode-sources tbody a.play-source span svg {
margin-right: 14px; }
@media (max-width: 767.98px) {
table.movie-sources tbody a.play-source span svg, table.episode-sources tbody a.play-source span svg {
display: none; } }
table.movie-sources tbody tr + tr, table.episode-sources tbody tr + tr {
border-top-style: solid;
border-top-width: 1px; }
@media (min-width: 1200px) {
form.edit-video-form {
margin-bottom: 220px; } }
form.edit-video-form .edit-video-form-header {
width: 100vw;
position: relative;
margin-left: calc(-50vw + 50% - 8px);
background-color: #f6f7f9;
padding-bottom: 37px; }
@media (max-width: 991.98px) {
form.edit-video-form .edit-video-form-header {
margin-left: calc(-50vw + 50%); } }
form.edit-video-form h3 {
font-size: 24px;
line-height: 1.25;
letter-spacing: -.025em;
font-weight: 400;
padding-bottom: 12px;
margin-bottom: 30px;
color: #121a21;
text-align: center;
padding-top: 49px;
width: 100%; }
form.edit-video-form label {
color: #121a21; }
form.edit-video-form .select2-container--default .select2-selection--multiple,
form.edit-video-form .select2-container--default .select2-selection--single {
-webkit-appearance: none;
-moz-appearance: none;
background-image: linear-gradient(45deg, transparent 50%, #000), linear-gradient(135deg, #000, transparent 50%);
background-position: calc(100% - 20px) calc(1em + 5px), calc(100% - 15px) calc(1em + 5px);
background-size: 6px 6px, 5px 5px, 1px 1.5em;
background-repeat: no-repeat;
border-radius: 0;
height: auto;
padding: 10px 20px;
height: 44px;
border-color: #d0d0d2;
color: #495057; }
form.edit-video-form .select2-container--default .select2-selection--multiple .select2-selection__rendered,
form.edit-video-form .select2-container--default .select2-selection--single .select2-selection__rendered {
padding: 0; }
form.edit-video-form .select2-container--default .select2-selection--multiple .select2-selection__rendered li,
form.edit-video-form .select2-container--default .select2-selection--single .select2-selection__rendered li {
margin: 0; }
form.edit-video-form .select2-container--default .select2-selection--multiple .select2-selection__rendered li + li,
form.edit-video-form .select2-container--default .select2-selection--single .select2-selection__rendered li + li {
margin-left: 5px; }
form.edit-video-form .select2-container--default .select2-search--inline .select2-search__field {
box-shadow: none;
border-width: 0; }
form.edit-video-form .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #495057;
line-height: 22px; }
form.edit-video-form .select2-container--default .select2-selection--single .select2-selection__arrow {
display: none; }
form.edit-video-form .masvideos-edit-video-fields {
padding-top: 42px;
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
margin: 0; }
@media (min-width: 1200px) {
form.edit-video-form .masvideos-edit-video-fields {
margin: 0 -15px; } }
@media (min-width: 1200px) {
form.edit-video-form .masvideos-edit-video-fields-inner {
flex: 0 0 69.3%;
max-width: 69.3%;
padding: 0 15px; } }
form.edit-video-form .masvideos-edit-video-fields-inner .button.edit-video {
background-color: #f4f4f4;
color: #121a21;
border-color: transparent;
margin-top: 15px; }
@media (min-width: 576px) {
form.edit-video-form .masvideos-edit-video-fields-inner .button.edit-video {
margin-top: 0;
margin-left: 10px; } }
form.edit-video-form .masvideos-edit-video-fields-inner .button.edit-video:hover {
background-color: #e6e6e6; }
form.edit-video-form .form-row-image_id {
display: block !important; }
@media (min-width: 1200px) {
form.edit-video-form .form-row-image_id {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 30.7%;
max-width: 30.7%;
padding-right: 30px; } }
form.edit-video-form .form-row-image_id label {
display: none; }
@media (min-width: 1200px) {
form.edit-video-form .form-row-image_id .masvideos-input-wrapper {
flex-direction: column;
align-items: flex-start; } }
form.edit-video-form .form-row-image_id img {
margin-right: 20px; }
@media (min-width: 1200px) {
form.edit-video-form .form-row-image_id img {
margin-right: 0; } }
@media (min-width: 1440px) {
form.edit-video-form .form-row-image_id img {
min-height: 200px; } }
form.edit-video-form .masvideos-edit-video-fields__field-wrapper {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
margin-bottom: 30px; }
form.edit-video-form .masvideos-edit-video-fields__field-wrapper > * {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px; }
@media (min-width: 768px) {
form.edit-video-form .masvideos-edit-video-fields__field-wrapper .form-row-category_ids,
form.edit-video-form .masvideos-edit-video-fields__field-wrapper .form-row-tag_ids {
flex: 0 0 50%;
max-width: 50%; } }
form.edit-video-form input[type="text"],
form.edit-video-form input[type="password"],
form.edit-video-form input[type="color"],
form.edit-video-form input[type="date"],
form.edit-video-form input[type="datetime-local"],
form.edit-video-form input[type="email"],
form.edit-video-form input[type="month"],
form.edit-video-form input[type="number"],
form.edit-video-form input[type="range"],
form.edit-video-form input[type="search"],
form.edit-video-form input[type="tel"],
form.edit-video-form input[type="time"],
form.edit-video-form input[type="url"],
form.edit-video-form input[type="week"],
form.edit-video-form .search-field,
form.edit-video-form select,
form.edit-video-form textarea {
border-radius: 0; }
form.edit-video-form input[type="text"]:focus,
form.edit-video-form input[type="password"]:focus,
form.edit-video-form input[type="color"]:focus,
form.edit-video-form input[type="date"]:focus,
form.edit-video-form input[type="datetime-local"]:focus,
form.edit-video-form input[type="email"]:focus,
form.edit-video-form input[type="month"]:focus,
form.edit-video-form input[type="number"]:focus,
form.edit-video-form input[type="range"]:focus,
form.edit-video-form input[type="search"]:focus,
form.edit-video-form input[type="tel"]:focus,
form.edit-video-form input[type="time"]:focus,
form.edit-video-form input[type="url"]:focus,
form.edit-video-form input[type="week"]:focus,
form.edit-video-form .search-field:focus,
form.edit-video-form select:focus,
form.edit-video-form textarea:focus {
border-color: #979797;
border-width: 1px;
box-shadow: 0 0 0 1px #979797; }
form.edit-video-form select:not([size]):not([multiple]) {
height: 44px; }
form.edit-video-form .form-row-reviews_allowed {
margin-top: 15px; }
form.edit-video-form .form-row-reviews_allowed label.checkbox {
margin: 0;
font-size: 14px; }
form.edit-video-form .form-row-reviews_allowed .input-checkbox {
-webkit-appearance: none;
-moz-appearance: none; }
form.edit-video-form .form-row-reviews_allowed .input-checkbox:before {
content: "";
padding-right: 18px;
font-size: 18px;
width: 18px;
height: 18px;
margin-right: 11px;
display: inline-block;
vertical-align: text-bottom;
background-repeat: no-repeat;
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18px" height="486px"><path fill-rule="evenodd" fill="rgb(180, 187, 192)" d="M-0.000,486.000 L-0.000,468.000 L18.000,468.000 L18.000,486.000 L-0.000,486.000 ZM16.000,470.000 L2.000,470.000 L2.000,484.000 L16.000,484.000 L16.000,470.000 ZM-0.000,442.000 L18.000,442.000 L18.000,460.000 L-0.000,460.000 L-0.000,442.000 ZM2.000,458.000 L16.000,458.000 L16.000,444.000 L2.000,444.000 L2.000,458.000 ZM-0.000,416.000 L18.000,416.000 L18.000,434.000 L-0.000,434.000 L-0.000,416.000 ZM2.000,432.000 L16.000,432.000 L16.000,418.000 L2.000,418.000 L2.000,432.000 ZM-0.000,390.000 L18.000,390.000 L18.000,408.000 L-0.000,408.000 L-0.000,390.000 ZM2.000,406.000 L16.000,406.000 L16.000,392.000 L2.000,392.000 L2.000,406.000 ZM-0.000,364.000 L18.000,364.000 L18.000,382.000 L-0.000,382.000 L-0.000,364.000 ZM2.000,380.000 L16.000,380.000 L16.000,366.000 L2.000,366.000 L2.000,380.000 ZM-0.000,338.000 L18.000,338.000 L18.000,356.000 L-0.000,356.000 L-0.000,338.000 ZM2.000,354.000 L16.000,354.000 L16.000,340.000 L2.000,340.000 L2.000,354.000 ZM-0.000,312.000 L18.000,312.000 L18.000,330.000 L-0.000,330.000 L-0.000,312.000 ZM2.000,328.000 L16.000,328.000 L16.000,314.000 L2.000,314.000 L2.000,328.000 ZM-0.000,286.000 L18.000,286.000 L18.000,304.000 L-0.000,304.000 L-0.000,286.000 ZM2.000,302.000 L16.000,302.000 L16.000,288.000 L2.000,288.000 L2.000,302.000 ZM-0.000,260.000 L18.000,260.000 L18.000,278.000 L-0.000,278.000 L-0.000,260.000 ZM2.000,276.000 L16.000,276.000 L16.000,262.000 L2.000,262.000 L2.000,276.000 ZM-0.000,234.000 L18.000,234.000 L18.000,252.000 L-0.000,252.000 L-0.000,234.000 ZM2.000,250.000 L16.000,250.000 L16.000,236.000 L2.000,236.000 L2.000,250.000 ZM-0.000,208.000 L18.000,208.000 L18.000,226.000 L-0.000,226.000 L-0.000,208.000 ZM2.000,224.000 L16.000,224.000 L16.000,210.000 L2.000,210.000 L2.000,224.000 ZM-0.000,182.000 L18.000,182.000 L18.000,200.000 L-0.000,200.000 L-0.000,182.000 ZM2.000,198.000 L16.000,198.000 L16.000,184.000 L2.000,184.000 L2.000,198.000 ZM-0.000,156.000 L18.000,156.000 L18.000,174.000 L-0.000,174.000 L-0.000,156.000 ZM2.000,172.000 L16.000,172.000 L16.000,158.000 L2.000,158.000 L2.000,172.000 ZM-0.000,130.000 L18.000,130.000 L18.000,148.000 L-0.000,148.000 L-0.000,130.000 ZM2.000,146.000 L16.000,146.000 L16.000,132.000 L2.000,132.000 L2.000,146.000 ZM-0.000,104.000 L18.000,104.000 L18.000,122.000 L-0.000,122.000 L-0.000,104.000 ZM2.000,120.000 L16.000,120.000 L16.000,106.000 L2.000,106.000 L2.000,120.000 ZM-0.000,78.000 L18.000,78.000 L18.000,96.000 L-0.000,96.000 L-0.000,78.000 ZM2.000,94.000 L16.000,94.000 L16.000,80.000 L2.000,80.000 L2.000,94.000 ZM-0.000,52.000 L18.000,52.000 L18.000,70.000 L-0.000,70.000 L-0.000,52.000 ZM2.000,68.000 L16.000,68.000 L16.000,54.000 L2.000,54.000 L2.000,68.000 ZM-0.000,26.000 L18.000,26.000 L18.000,44.000 L-0.000,44.000 L-0.000,26.000 ZM2.000,42.000 L16.000,42.000 L16.000,28.000 L2.000,28.000 L2.000,42.000 ZM-0.000,-0.000 L18.000,-0.000 L18.000,18.000 L-0.000,18.000 L-0.000,-0.000 ZM2.000,16.000 L16.000,16.000 L16.000,2.000 L2.000,2.000 L2.000,16.000 Z"/></svg>') no-repeat; }
form.edit-video-form .form-row-reviews_allowed .input-checkbox:focus {
outline: none; }
form.edit-video-form .form-row-reviews_allowed .input-checkbox:checked:before {
outline: none; }
form.edit-video-form .button {
display: inline-block;
font-weight: 700;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
user-select: none;
border: 1px solid transparent;
text-transform: uppercase;
padding: 10px 20px;
font-size: 0.9375rem;
line-height: 1.5;
border-radius: 4px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
text-transform: none;
font-size: 14px;
padding: 16px 41px 13px 37px; }
@media (prefers-reduced-motion: reduce) {
form.edit-video-form .button {
transition: none; } }
form.edit-video-form .button:hover, form.edit-video-form .button:focus {
text-decoration: none; }
form.edit-video-form .button:focus, form.edit-video-form .button.focus {
outline: 0; }
form.edit-video-form .button.disabled, form.edit-video-form .button:disabled {
opacity: 0.65; }
form.edit-video-form .button:not(:disabled):not(.disabled) {
cursor: pointer; }
form.edit-video-form .button:not(:disabled):not(.disabled):active, form.edit-video-form .button:not(:disabled):not(.disabled).active {
background-image: none; }
form.edit-video-form .add_video_images {
margin-top: 20px; }
form.edit-video-form .add_video_images a {
display: inline-block;
font-weight: 700;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
user-select: none;
border: 1px solid transparent;
text-transform: uppercase;
padding: 10px 20px;
font-size: 0.9375rem;
line-height: 1.5;
border-radius: 4px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
font-size: 13px;
color: #121a21;
background: #f4f4f4;
border-radius: 0;
text-transform: none;
padding: 10px 15px;
font-family: "Open Sans", sans-serif;
font-weight: 600; }
@media (prefers-reduced-motion: reduce) {
form.edit-video-form .add_video_images a {
transition: none; } }
form.edit-video-form .add_video_images a:hover, form.edit-video-form .add_video_images a:focus {
text-decoration: none; }
form.edit-video-form .add_video_images a:focus, form.edit-video-form .add_video_images a.focus {
outline: 0; }
form.edit-video-form .add_video_images a.disabled, form.edit-video-form .add_video_images a:disabled {
opacity: 0.65; }
form.edit-video-form .add_video_images a:not(:disabled):not(.disabled) {
cursor: pointer; }
form.edit-video-form .add_video_images a:not(:disabled):not(.disabled):active, form.edit-video-form .add_video_images a:not(:disabled):not(.disabled).active {
background-image: none; }
form.edit-video-form .add_video_images a:hover, form.edit-video-form .add_video_images a:focus {
background: #e5e5e5; }
form.edit-video-form .video_images_container ul {
margin: 0;
padding: 0;
list-style: none; }
form.edit-video-form .video_images_container ul::after {
display: block;
clear: both;
content: ""; }
form.edit-video-form .video_images_container ul li.image,
form.edit-video-form .video_images_container ul li.add,
form.edit-video-form .video_images_container ul li.masvideos-metabox-sortable-placeholder {
width: 105px;
float: left;
cursor: move;
margin: 9px 9px 0 0;
position: relative;
box-sizing: border-box;
border: 4px solid transparent; }
form.edit-video-form .video_images_container ul li.image img,
form.edit-video-form .video_images_container ul li.add img,
form.edit-video-form .video_images_container ul li.masvideos-metabox-sortable-placeholder img {
width: 100%;
height: 60px;
display: block;
-o-object-fit: cover;
object-fit: cover; }
form.edit-video-form .video_images_container ul li.masvideos-metabox-sortable-placeholder {
border: 3px dashed #dddddd;
position: relative; }
form.edit-video-form .video_images_container ul li.masvideos-metabox-sortable-placeholder::after {
font-size: 2.618em;
line-height: 72px;
color: #ddd; }
form.edit-video-form .video_images_container ul ul.actions {
position: absolute;
top: -8px;
right: -8px;
padding: 2px;
display: none; }
form.edit-video-form .video_images_container ul ul.actions li {
float: right;
margin: 0 0 0 2px;
line-height: 1; }
form.edit-video-form .video_images_container ul ul.actions li a {
text-decoration: none;
display: block; }
form.edit-video-form .video_images_container ul ul.actions li a.tips {
cursor: pointer; }
form.edit-video-form .video_images_container ul ul.actions li a.delete {
font-size: 0; }
form.edit-video-form .video_images_container ul ul.actions li a.delete::before {
font-family: dashicons;
content: "\f153";
color: #999;
background: #fff;
border-radius: 50%;
height: 1em;
width: 1em;
line-height: 1em;
font-size: 13px; }
form.edit-video-form .video_images_container ul ul.actions li a.delete:hover::before {
color: red; }
form.edit-video-form .video_images_container ul li:hover ul.actions {
display: block; }
form.edit-video-form .masvideos-input-wrapper {
display: flex;
align-items: center;
flex-direction: column; }
@media (min-width: 768px) {
form.edit-video-form .masvideos-input-wrapper {
flex-direction: row; } }
@media (min-width: 1200px) {
form.edit-video-form .masvideos-input-wrapper img {
width: 100%;
-o-object-fit: cover;
object-fit: cover; } }
form.edit-video-form .masvideos-input-wrapper .masvideos_remove_image_button {
margin-top: 15px; }
@media (min-width: 576px) {
form.edit-video-form .masvideos-input-wrapper .masvideos_remove_image_button {
margin-left: 20px;
margin-top: 0; } }
@media (min-width: 1200px) {
form.edit-video-form .masvideos-input-wrapper .masvideos_remove_image_button {
margin-top: 15px;
margin-left: 0; } }
form.edit-video-form .form-row-video_attachment_id {
margin-bottom: 16px; }
form.edit-video-form .form-row-video_attachment_id label {
display: none; }
form.edit-video-form .form-row-video_attachment_id .masvideos-input-wrapper {
justify-content: center; }
form.edit-video-form .form-row-video_attachment_id .button + .button {
margin-top: 20px; }
@media (min-width: 576px) {
form.edit-video-form .form-row-video_attachment_id .button + .button {
margin-top: 0;
margin-left: 20px; } }
form.edit-video-form .form-row-video_attachment_id .wp-video ~ .button {
margin-top: 20px; }
@media (min-width: 576px) {
form.edit-video-form .form-row-video_attachment_id .wp-video ~ .button {
margin-top: 0;
margin-left: 20px; } }
form.edit-video-form .upload-instructions + .masvideos-edit-video-form-fields {
padding-top: 7px; }
@media (min-width: 1200px) {
form.edit-video-form .upload-instructions + .masvideos-edit-video-form-fields {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%; } }
@media (min-width: 1440px) {
form.edit-video-form .upload-instructions + .masvideos-edit-video-form-fields {
flex: 0 0 76%;
max-width: 76%; } }
@media (min-width: 1200px) {
form.edit-video-form .masvideos-edit-video-form-fields-inner {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px; } }
form.edit-video-form .upload-instructions {
order: 1; }
@media (min-width: 1200px) {
form.edit-video-form .upload-instructions {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
padding-left: 54px; } }
@media (min-width: 1440px) {
form.edit-video-form .upload-instructions {
flex: 0 0 24%;
max-width: 24%; } }
form.edit-video-form .upload-instructions-inner {
background-color: #f6f7f9;
padding: 26px 39px 43px 28px;
word-break: break-all; }
form.edit-video-form .upload-instruction {
display: flex; }
form.edit-video-form .upload-instruction .instruction-icon {
margin-right: 20px; }
form.edit-video-form .upload-instruction .instruction-icon img {
max-width: 34px; }
form.edit-video-form .upload-instruction + .upload-instruction {
padding-top: 30px; }
form.edit-video-form .instruction-details {
font-size: 14px;
color: #6d7579;
font-family: "Montserrat", "Open Sans", sans-serif; }
form.edit-video-form .instruction-details span {
font-weight: 700; }
form.edit-video-form .instruction-details a {
text-decoration: underline; }
form.edit-video-form .instruction-details .title {
display: block;
margin-bottom: 24px; }
.masvideos-archive .page-title,
.page-template-template-videos-archive .page-title,
.page-template-template-tv-shows-archive .page-title,
.post-type-archive-person .page-title {
font-size: 22px;
line-height: 1.25;
letter-spacing: -0.025em;
font-weight: 500;
padding-bottom: 12px;
padding-top: 25px;
margin: 0;
color: #121a21;
border-bottom: 1px solid #e8e8e8; }
.masvideos-archive.dark .page-title,
.page-template-template-videos-archive.dark .page-title,
.page-template-template-tv-shows-archive.dark .page-title,
.post-type-archive-person.dark .page-title {
border-bottom: 1px solid #2a2e3c;
color: #fff; }
@media (max-width: 1199.98px) {
.home-archive .content-area {
padding-top: 30px; } }
.home-archive .page-title {
padding-top: 0; }
.page-template-template-videos-archive div:not(.vodi-control-bar) .handheld-sidebar-toggle,
.page-template-template-tv-shows-archive div:not(.vodi-control-bar) .handheld-sidebar-toggle {
padding: 8px 0;
margin-bottom: 0; }
.post-type-archive-video .site-content__inner,
.post-type-archive-movie .site-content__inner,
.post-type-archive-tv_show .site-content__inner {
margin-bottom: 50px; }
.post-type-archive-video .video__badge,
.post-type-archive-video .movie__badge,
.post-type-archive-video .tv-show__badge,
.post-type-archive-movie .video__badge,
.post-type-archive-movie .movie__badge,
.post-type-archive-movie .tv-show__badge,
.post-type-archive-tv_show .video__badge,
.post-type-archive-tv_show .movie__badge,
.post-type-archive-tv_show .tv-show__badge {
display: none; }
.vodi-archive-wrapper[data-view="list"] .tv-show__short-description p,
.vodi-archive-wrapper[data-view="list"] .tv-show__short-description div,
.vodi-archive-wrapper[data-view="list"] .movie__short-description p,
.vodi-archive-wrapper[data-view="list"] .movie__short-description div,
.vodi-archive-wrapper[data-view="list-small"] .tv-show__short-description p,
.vodi-archive-wrapper[data-view="list-small"] .tv-show__short-description div,
.vodi-archive-wrapper[data-view="list-small"] .movie__short-description p,
.vodi-archive-wrapper[data-view="list-small"] .movie__short-description div,
.vodi-archive-wrapper[data-view="list-large"] .tv-show__short-description p,
.vodi-archive-wrapper[data-view="list-large"] .tv-show__short-description div,
.vodi-archive-wrapper[data-view="list-large"] .movie__short-description p,
.vodi-archive-wrapper[data-view="list-large"] .movie__short-description div {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden; }
.video {
position: relative;
margin-bottom: 34px; }
.video__link {
display: block; }
.video__container {
position: relative; }
.video__duration {
position: absolute;
bottom: 7px;
right: 7px;
background: #1f1f1f;
padding: 2px 5.5px;
border-radius: 2px;
opacity: 0.8;
font-size: 12px;
line-height: 1;
color: #fff;
align-items: center;
justify-content: center;
display: none; }
.video__meta, .video__episode {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden; }
.video__title {
display: -webkit-box;
max-height: 36px;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
white-space: normal;
-webkit-line-clamp: 2; }
.video__badge {
position: absolute;
font-size: 12px;
line-height: 21px;
color: #fff;
padding: 0 12px;
border-radius: 4px;
top: -10.5px;
left: 50%;
transform: translateX(-50%);
z-index: 1; }
.video__poster {
margin-bottom: 11px; }
@media (min-width: 992px) and (max-width: 1199.98px) {
.video__poster img {
width: 100%; } }
.video__title {
font-size: 14px;
line-height: 18px;
color: #000;
margin-bottom: 2px; }
.video__episode, .video__meta {
font-size: 12px;
line-height: 18px;
margin-bottom: 4px;
color: #949cb0; }
.video__meta > span + span:before {
content: '・';
display: inline-block;
font-weight: 700; }
.video__actions, .video__review-info, .video__short-description {
display: none; }
.video__short-description p, .video__short-description div {
font-size: 14px;
line-height: 21px;
letter-spacing: -0.01em;
color: #b4bbc0; }
.video__short-description div {
margin-bottom: 23px; }
.video__actions a {
font-size: 12px;
line-height: 1.25;
font-family: "Montserrat", "Open Sans", sans-serif;
font-weight: 700;
color: #ffffff;
text-transform: uppercase;
display: inline-block;
border: 2px solid transparent; }
.video .video-actions--link_watch {
border-radius: 5px;
background-color: #303544;
padding: 12.5px 18.7px; }
.video .video-actions--link_add-to-playlist {
padding: 12px; }
.video__review-info {
font-size: 12px;
line-height: 18px;
letter-spacing: -0.01em;
color: #949cb0; }
.video .avg-rating {
position: relative;
order: 2;
display: block; }
.video .avg-rating:before {
content: ' ';
display: inline-block;
background-image: url('data:image/svg+xml;utf8,<svg id="star" width="40px" height="39px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 39"><title>play</title><path fill-rule="evenodd" fill="rgb(48, 53, 68)" d="M19.633,-0.000 C21.509,0.035 21.530,1.174 22.167,2.414 C23.329,4.679 24.406,7.067 25.572,9.338 C25.853,9.886 26.431,11.640 26.918,11.834 C27.486,12.203 29.345,12.109 30.165,12.316 C32.170,12.825 34.489,12.860 36.500,13.364 C37.516,13.618 38.689,13.413 39.430,13.927 C39.689,14.107 39.770,14.504 39.984,14.732 C40.047,16.499 39.096,16.843 38.163,17.792 C36.473,19.509 34.784,21.227 33.095,22.944 C32.585,23.462 31.092,24.543 31.036,25.359 C31.423,25.951 31.307,27.455 31.511,28.258 C32.138,30.727 32.213,33.522 32.857,35.987 C33.142,37.078 33.016,38.241 32.303,38.724 C31.108,39.533 29.632,38.193 28.819,37.758 C26.695,36.623 24.601,35.624 22.483,34.457 C21.979,34.179 20.607,33.178 20.108,33.088 C19.748,33.023 18.163,34.107 17.812,34.296 C15.557,35.505 13.340,36.640 11.080,37.839 C10.548,38.120 9.180,39.226 8.309,38.966 C6.955,38.558 6.874,36.993 7.280,35.423 C7.716,33.733 7.697,31.880 8.151,30.109 C8.527,28.642 8.907,26.529 9.022,24.957 C8.092,24.344 7.202,23.107 6.408,22.300 C4.760,20.625 3.059,18.990 1.340,17.389 C0.646,16.742 -0.578,15.515 0.311,14.249 C0.915,13.388 2.364,13.656 3.557,13.364 C6.678,12.599 10.114,12.468 13.298,11.834 C14.186,9.747 15.306,7.711 16.307,5.716 C16.954,4.426 17.496,3.163 18.128,1.931 C18.334,1.531 18.358,1.093 18.603,0.724 C18.845,0.362 19.299,0.273 19.633,-0.000 Z" /></svg>');
width: 40px;
height: 39px;
background-repeat: no-repeat;
margin-bottom: 10px; }
.video .count,
.video .avg-rating {
font-size: 12px;
color: #949cb0; }
.video .avg-rating-number {
font-weight: 700; }
.video__views-meta > * {
display: inline;
margin-bottom: 4px; }
.video__views-meta > *::after {
content: '・';
display: inline-block;
font-weight: 700; }
.video__views-meta > *:last-child::after {
content: none; }
.video__views-meta .vodi-jetpack-views span::before {
content: none; }
.videos .video__title {
font-family: "Open Sans", sans-serif;
font-weight: 700; }
.dark .video__title {
color: #fff; }
.style-2 .video {
margin-bottom: 26px; }
.style-2 .video__link {
position: relative; }
.style-2 .video__info {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 0 25px 30px;
z-index: 1; }
.style-2 .video .video__poster:before {
background: linear-gradient(to bottom, rgba(240, 47, 23, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
content: " ";
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 1; }
.style-2 .video .video__poster img {
height: auto; }
.style-2 .video__title {
font-size: 15px;
color: #fff; }
.style-2 .video__episode {
font-size: 13px;
color: #fff; }
.dark .tv-show__hover-area {
border-color: #333a4b; }
.dark .tv-show__season-info {
border-bottom-color: #565a66; }
.post-type-archive-video .masvideos_videos_widget .masvideos-videos .videos.columns-1 .videos__inner > .video {
flex: 0 0 100%;
max-width: 100%; }
.post-type-archive-video .masvideos_videos_widget .masvideos-videos .videos.columns-1 .videos__inner > .video .video__title {
display: block; }
.masvideos-videos-pagination {
border-top-style: solid;
border-top-width: 1px;
padding-top: 20px;
margin-bottom: 15px; }
.post-type-archive-video.masvideos-archive .video {
margin-bottom: 20px; }
.videos__inner,
.videos-list {
display: flex;
flex-wrap: wrap;
margin-right: -9px;
margin-left: -9px; }
.videos__inner .video__poster--image,
.videos-list .video__poster--image {
width: 100%; }
.videos__inner > .video,
.videos-list > .video {
position: relative;
width: 100%;
padding-right: 9px;
padding-left: 9px; }
.columns-2 .videos__inner > .video {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 768px) {
.columns-2 > .video {
flex: 0 0 50%;
max-width: 50%; } }
.columns-3 > .video,
.columns-3 .videos__inner > .video {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 768px) {
.columns-3 > .video,
.columns-3 .videos__inner > .video {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
.columns-4 > .video,
.columns-4 .videos__inner > .video {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 768px) {
.columns-4 > .video,
.columns-4 .videos__inner > .video {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
@media (min-width: 992px) {
.columns-4 > .video,
.columns-4 .videos__inner > .video {
flex: 0 0 25%;
max-width: 25%; } }
.columns-5 .videos__inner > .video {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 768px) {
.columns-5 .videos__inner > .video {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
@media (min-width: 992px) {
.columns-5 .videos__inner > .video {
flex: 0 0 25%;
max-width: 25%; } }
@media (min-width: 1200px) {
.columns-5 .videos__inner > .video {
flex: 0 0 20%;
max-width: 20%; } }
@media (min-width: 768px) {
.columns-5 > .video {
flex: 0 0 50%;
max-width: 50%; } }
@media (min-width: 992px) {
.columns-5 > .video {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
@media (min-width: 1200px) {
.columns-5 > .video {
flex: 0 0 20%;
max-width: 20%; } }
.columns-6 > .video,
.columns-6 .videos__inner > .video {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 768px) {
.columns-6 > .video,
.columns-6 .videos__inner > .video {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
@media (min-width: 1200px) {
.columns-6 > .video,
.columns-6 .videos__inner > .video {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; } }
.section-2-column-videos-list {
margin-bottom: 30px; }
.section-2-column-videos-list .videos-list {
display: flex;
flex-wrap: wrap;
margin-right: -10px;
margin-left: -10px; }
.section-2-column-videos-list .videos-list > .video {
position: relative;
width: 100%;
padding-right: 10px;
padding-left: 10px; }
.section-4-column-videos-list {
margin-bottom: 30px; }
.section-4-column-videos-list .videos-list {
display: flex;
flex-wrap: wrap;
margin-right: -9px;
margin-left: -9px; }
.section-4-column-videos-list .videos-list > .video {
position: relative;
width: 100%;
padding-right: 9px;
padding-left: 9px; }
.section-5-column-videos-list {
margin-bottom: 50px; }
.home-v6-4-column-videos-list .video {
margin-bottom: 22px; }
.videos-carousel__inner .videos__inner {
margin: 0; }
@media (max-width: 767.98px) {
.vodi-archive-wrapper[data-view="grid"] .columns-2 .videos__inner > .video,
.vodi-archive-wrapper[data-view="grid"] .columns-3 .videos__inner > .video,
.vodi-archive-wrapper[data-view="grid"] .columns-4 .videos__inner > .video,
.vodi-archive-wrapper[data-view="grid"] .columns-5 .videos__inner > .video,
.vodi-archive-wrapper[data-view="grid"] .columns-6 .videos__inner > .video,
.vodi-archive-wrapper[data-view="grid"] .columns-7 .videos__inner > .video,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-2 .videos__inner > .video,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-3 .videos__inner > .video,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-4 .videos__inner > .video,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-5 .videos__inner > .video,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-6 .videos__inner > .video,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-7 .videos__inner > .video {
flex: 0 0 50%;
max-width: 50%; } }
.vodi-archive-wrapper[data-view="list-small"] .columns-2 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list-small"] .columns-3 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list-small"] .columns-4 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list-small"] .columns-5 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list-small"] .columns-6 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list-small"] .columns-7 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list-large"] .columns-2 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list-large"] .columns-3 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list-large"] .columns-4 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list-large"] .columns-5 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list-large"] .columns-6 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list-large"] .columns-7 .videos__inner > .video {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list-small"] .columns-2 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list-small"] .columns-3 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list-small"] .columns-4 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list-small"] .columns-5 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list-small"] .columns-6 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list-small"] .columns-7 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list-large"] .columns-2 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list-large"] .columns-3 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list-large"] .columns-4 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list-large"] .columns-5 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list-large"] .columns-6 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list-large"] .columns-7 .videos__inner > .video {
flex: 0 0 100%;
max-width: 100%; } }
.vodi-archive-wrapper[data-view="list"] .columns-2 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list"] .columns-3 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list"] .columns-4 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list"] .columns-5 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list"] .columns-6 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list"] .columns-7 .videos__inner > .video {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list"] .columns-2 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list"] .columns-3 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list"] .columns-4 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list"] .columns-5 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list"] .columns-6 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list"] .columns-7 .videos__inner > .video {
flex: 0 0 100%;
max-width: 100%; } }
@media (min-width: 992px) {
.vodi-archive-wrapper[data-view="list"] .columns-2 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list"] .columns-3 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list"] .columns-4 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list"] .columns-5 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list"] .columns-6 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list"] .columns-7 .videos__inner > .video {
flex: 0 0 50%;
max-width: 50%; } }
@media (max-width: 767.98px) {
.vodi-archive-wrapper[data-view="list"] .columns-2 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list"] .columns-3 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list"] .columns-4 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list"] .columns-5 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list"] .columns-6 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list"] .columns-7 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list-small"] .columns-2 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list-small"] .columns-3 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list-small"] .columns-4 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list-small"] .columns-5 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list-small"] .columns-6 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list-small"] .columns-7 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list-large"] .columns-2 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list-large"] .columns-3 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list-large"] .columns-4 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list-large"] .columns-5 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list-large"] .columns-6 .videos__inner > .video,
.vodi-archive-wrapper[data-view="list-large"] .columns-7 .videos__inner > .video,
.vodi-archive-wrapper[data-view="grid"] .columns-2 .videos__inner > .video,
.vodi-archive-wrapper[data-view="grid"] .columns-3 .videos__inner > .video,
.vodi-archive-wrapper[data-view="grid"] .columns-4 .videos__inner > .video,
.vodi-archive-wrapper[data-view="grid"] .columns-5 .videos__inner > .video,
.vodi-archive-wrapper[data-view="grid"] .columns-6 .videos__inner > .video,
.vodi-archive-wrapper[data-view="grid"] .columns-7 .videos__inner > .video,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-2 .videos__inner > .video,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-3 .videos__inner > .video,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-4 .videos__inner > .video,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-5 .videos__inner > .video,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-6 .videos__inner > .video,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-7 .videos__inner > .video {
flex: 0 0 50%;
max-width: 50%; } }
@media (min-width: 768px) and (max-width: 991.98px) {
.vodi-archive-wrapper[data-view="grid"] .columns-2 .videos__inner > .video,
.vodi-archive-wrapper[data-view="grid"] .columns-3 .videos__inner > .video,
.vodi-archive-wrapper[data-view="grid"] .columns-4 .videos__inner > .video,
.vodi-archive-wrapper[data-view="grid"] .columns-5 .videos__inner > .video,
.vodi-archive-wrapper[data-view="grid"] .columns-6 .videos__inner > .video,
.vodi-archive-wrapper[data-view="grid"] .columns-7 .videos__inner > .video {
flex: 0 0 25%;
max-width: 25%; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
.vodi-archive-wrapper[data-view="grid"] .columns-2 .videos__inner > .video,
.vodi-archive-wrapper[data-view="grid"] .columns-3 .videos__inner > .video,
.vodi-archive-wrapper[data-view="grid"] .columns-4 .videos__inner > .video,
.vodi-archive-wrapper[data-view="grid"] .columns-5 .videos__inner > .video,
.vodi-archive-wrapper[data-view="grid"] .columns-6 .videos__inner > .video,
.vodi-archive-wrapper[data-view="grid"] .columns-7 .videos__inner > .video {
flex: 0 0 20%;
max-width: 20%; } }
.single-video .site-header {
margin-bottom: 0; }
.single-video .summary {
margin-bottom: 43px; }
.single-video__head {
margin-bottom: 17px;
position: relative;
z-index: 1; }
.single-video__head iframe {
margin-bottom: 0;
border: none; }
.single-video .single-video__inner {
margin-bottom: 20px; }
@media (min-width: 992px) {
.single-video .single-video__inner {
margin-bottom: 0; } }
.single-video__content {
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 992px) {
.single-video__content {
flex: 0 0 74%;
max-width: 74%;
padding-right: 30px; } }
.single-video__sidebar {
flex: 0 0 100%;
max-width: 100%;
margin-top: 30px; }
@media (min-width: 992px) {
.single-video__sidebar {
flex: 0 0 26%;
max-width: 26%;
margin-top: 0; } }
.single-video__title {
font-size: 21px;
font-weight: 500;
color: #121a21; }
.single-video__meta {
display: flex;
flex-wrap: wrap;
font-size: 12px;
color: #949cb0;
margin-bottom: 25px; }
.single-video__meta > * {
margin-right: 5px; }
.single-video__meta > *:last-child {
margin-right: 0; }
.single-video__meta > * strong {
color: #121a21; }
.single-video__meta .vodi-jetpack-views {
margin-left: 20px; }
.single-video__actions-bar {
display: flex;
align-items: center;
justify-content: space-between;
background: #f6f7f9;
border-radius: 5px;
margin-bottom: 22px;
padding: 14px 18px; }
.single-video__actions-bar .video-actions--link_add-to-playlist {
padding: 0;
font-size: 14px; }
.single-video__actions-bar .video-actions--link_add-to-playlist > a {
color: #949cb0;
display: block; }
.single-video__actions-bar .video-download-btn {
display: flex;
align-items: center;
font-size: 14px;
color: #949cb0; }
.single-video__actions-bar .video-download-btn > i {
font-size: 18px;
margin-right: 5px; }
.single-video__related--title, .single-video__related-playlist-videos--title, .single-video__prev-next-videos--title {
font-size: 18px;
font-weight: 500;
position: relative;
display: block;
overflow: hidden;
margin-bottom: 23px;
color: #121a21; }
.single-video__related--title:after, .single-video__related-playlist-videos--title:after, .single-video__prev-next-videos--title:after {
position: absolute;
content: "";
height: 1px;
background-color: #e8e8e8;
width: 100%;
top: 50%;
margin-left: 14px; }
.single-video__description {
margin-bottom: 27px; }
.single-video__description > p:last-child {
margin-bottom: 0; }
.single-video__description .maxlist-less {
margin-top: 8px; }
.single-video__comments-link {
position: relative;
text-align: center; }
.single-video__comments-link:after {
position: absolute;
content: "";
height: 1px;
background-color: #e8e8e8;
width: 100%;
top: 50%;
left: 0;
right: 0;
z-index: 1; }
.single-video__comments-link__inner {
font-size: 14px;
padding: 11px 43.5px;
border-style: solid;
border-width: 1px;
border-color: #e8e8e8;
border-radius: 50px;
background: #fff;
position: relative;
z-index: 9; }
.single-video__comments-link__inner a {
color: #717376; }
.single-video__comments-link__inner a:before {
content: "\f075";
font-family: 'Font Awesome 5 Free';
margin-right: 13px;
-webkit-font-smoothing: antialiased; }
[dir="rtl"] .single-video__comments-link__inner a:before {
margin-right: 0;
margin-left: 13px; }
.single-video__comments-link__inner a:hover {
text-decoration: none; }
.single-video .masvideos-Reviews #review_form_wrapper {
margin-bottom: 60px; }
.single-video .video__sharing.vodi-sharing {
margin-bottom: 20px; }
.single-video__player-container {
width: 100vw;
position: relative;
margin-left: calc(-50vw + 50% - 8px);
background: #131621;
margin-bottom: 50px;
padding-bottom: 10px; }
@media (max-width: 991.98px) {
.single-video__player-container {
margin-left: calc(-50vw + 50%); } }
.single-video__player-container--inner {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
@media (min-width: 576px) {
.single-video__player-container--inner {
max-width: 540px; } }
@media (min-width: 768px) {
.single-video__player-container--inner {
max-width: 720px; } }
@media (min-width: 992px) {
.single-video__player-container--inner {
max-width: 960px; } }
@media (min-width: 1200px) {
.single-video__player-container--inner {
max-width: 1170px; } }
@media (min-width: 1440px) {
.single-video__player-container--inner {
max-width: 1440px; } }
@media (min-width: 1486px) {
.single-video__player-container--inner {
max-width: 1486px; } }
@media (min-width: 1200px) {
.single-video__player-container--inner {
padding-left: 38px;
padding-right: 38px; } }
.single-video__player-container .single-video__title,
.single-video__player-container .masvideos-breadcrumb,
.single-video__player-container .single-video__meta .video_author strong,
.single-video__player-container .single-video__description,
.single-video__player-container .single-video__sidebar .single-video__related-playlist-videos .videos__inner .video__title,
.single-video__player-container .single-video__sidebar .single-video__prev-next-videos .videos__inner .video__title {
color: #fff; }
.single-video__player-container .single-video__comments-link:after {
background: #2a2e3c; }
.single-video__player-container .single-video__comments-link__inner {
border-color: #2a2e3c; }
.single-video__player-container .single-video__comments-link__inner {
background: #131621; }
.single-video__player-container .single-video__comments-link__inner a {
color: #fff; }
.single-video__player-container .single-video__actions-bar {
background: #1c212e; }
.single-video__player-container .single-video__sidebar .single-video__related-playlist-videos--title,
.single-video__player-container .single-video__sidebar .single-video__prev-next-videos--title {
color: #fff; }
.single-video__player-container .single-video__sidebar .single-video__related-playlist-videos--title:after,
.single-video__player-container .single-video__sidebar .single-video__prev-next-videos--title:after {
content: none; }
.videos .slick-list {
margin: 0 -9px;
width: calc( 100% + 18px);
padding-top: 11px;
margin-top: -11px; }
.videos .slick-slide {
margin: 0 9px; }
.videos-carousel__inner .video {
margin-bottom: 0; }
.section-videos-carousel__custom-arrows button {
margin-bottom: 37px; }
.brand-video-channel-carousel {
padding-bottom: 50px; }
.brand-video-channel-carousel__inner .thumbnail {
flex: 0 0 14%;
max-width: 14%; }
.brand-video-channel-carousel__inner .thumbnail img {
filter: grayscale(100%);
opacity: .5; }
.brand-video-channel-carousel__inner .thumbnail:hover img {
filter: none;
opacity: 1; }
.single-video__related-playlist-videos--flex-header, .single-video__prev-next-videos--flex-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 23px; }
.single-video__related-playlist-videos--title, .single-video__prev-next-videos--title {
margin-bottom: 0;
flex: 1; }
.single-video__related-playlist-videos--count, .single-video__prev-next-videos--count {
font-size: 12px;
display: none; }
.single-video__sidebar--banner-image {
margin-bottom: 25px; }
@media (min-width: 1200px) {
.single-video__sidebar--banner-image img {
height: 245px;
-o-object-fit: cover;
object-fit: cover; } }
.single-video__sidebar .single-video__related-playlist-videos--title:after, .single-video__sidebar .single-video__prev-next-videos--title:after {
content: none; }
.single-video__sidebar .single-video__related-playlist-videos--content, .single-video__sidebar .single-video__prev-next-videos--content {
max-height: 380px;
overflow-x: hidden; }
.single-video__sidebar .single-video__related-playlist-videos--flex-header, .single-video__sidebar .single-video__prev-next-videos--flex-header {
margin-bottom: 10px; }
.single-video__sidebar .single-video__related-playlist-videos--count, .single-video__sidebar .single-video__prev-next-videos--count {
display: none; }
@media (min-width: 1200px) {
.single-video__sidebar .single-video__related-playlist-videos--count, .single-video__sidebar .single-video__prev-next-videos--count {
display: block; } }
.single-video__sidebar .single-video__related-playlist-videos .videos__inner, .single-video__sidebar .single-video__prev-next-videos .videos__inner {
flex-direction: column; }
.single-video__sidebar .single-video__related-playlist-videos .videos__inner .video, .single-video__sidebar .single-video__prev-next-videos .videos__inner .video {
display: flex;
align-items: center;
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 12px; }
.single-video__sidebar .single-video__related-playlist-videos .videos__inner .video__container, .single-video__sidebar .single-video__prev-next-videos .videos__inner .video__container {
flex: 0 0 45%;
max-width: 45%;
margin-right: 10px; }
.single-video__sidebar .single-video__related-playlist-videos .videos__inner .video__poster, .single-video__sidebar .single-video__prev-next-videos .videos__inner .video__poster {
margin-bottom: 0;
height: 85px; }
.single-video__sidebar .single-video__related-playlist-videos .videos__inner .video__poster .video__link, .single-video__sidebar .single-video__prev-next-videos .videos__inner .video__poster .video__link {
height: 100%;
padding: 0; }
.single-video__sidebar .single-video__related-playlist-videos .videos__inner .video__poster--image,
.single-video__sidebar .single-video__related-playlist-videos .videos__inner .video__poster .masvideos-placeholder, .single-video__sidebar .single-video__prev-next-videos .videos__inner .video__poster--image,
.single-video__sidebar .single-video__prev-next-videos .videos__inner .video__poster .masvideos-placeholder {
position: relative; }
.single-video__sidebar .single-video__related-playlist-videos .videos__inner .video__title, .single-video__sidebar .single-video__prev-next-videos .videos__inner .video__title {
font-size: 13px;
font-weight: 600;
white-space: normal; }
.single-video__sidebar .video__badge {
display: none; }
.single-video-v3 .single-video__sidebar--banner-image img,
.single-video-v4 .single-video__sidebar--banner-image img {
height: 194px;
-o-object-fit: cover;
object-fit: cover; }
.single-video-v3 .single-video__sidebar .single-video__related-playlist-videos--content, .single-video-v3 .single-video__sidebar .single-video__prev-next-videos--content,
.single-video-v4 .single-video__sidebar .single-video__related-playlist-videos--content,
.single-video-v4 .single-video__sidebar .single-video__prev-next-videos--content {
max-height: 542px;
padding: 24px 13px;
border-radius: 5px; }
.single-video-v3 .single-video__sidebar .single-video__related-playlist-videos--flex-header, .single-video-v3 .single-video__sidebar .single-video__prev-next-videos--flex-header,
.single-video-v4 .single-video__sidebar .single-video__related-playlist-videos--flex-header,
.single-video-v4 .single-video__sidebar .single-video__prev-next-videos--flex-header {
margin-bottom: 13px; }
.single-video-v3 .single-video__sidebar .single-video__related-playlist-videos .videos__inner, .single-video-v3 .single-video__sidebar .single-video__prev-next-videos .videos__inner,
.single-video-v4 .single-video__sidebar .single-video__related-playlist-videos .videos__inner,
.single-video-v4 .single-video__sidebar .single-video__prev-next-videos .videos__inner {
flex-direction: row; }
.single-video-v3 .single-video__sidebar .single-video__related-playlist-videos .videos__inner .video, .single-video-v3 .single-video__sidebar .single-video__prev-next-videos .videos__inner .video,
.single-video-v4 .single-video__sidebar .single-video__related-playlist-videos .videos__inner .video,
.single-video-v4 .single-video__sidebar .single-video__prev-next-videos .videos__inner .video {
flex: 0 0 50%;
max-width: 50%;
flex-direction: column;
align-items: flex-start;
margin-bottom: 15px; }
.single-video-v3 .single-video__sidebar .single-video__related-playlist-videos .videos__inner .video__container, .single-video-v3 .single-video__sidebar .single-video__prev-next-videos .videos__inner .video__container,
.single-video-v4 .single-video__sidebar .single-video__related-playlist-videos .videos__inner .video__container,
.single-video-v4 .single-video__sidebar .single-video__prev-next-videos .videos__inner .video__container {
max-width: 100%;
margin-right: 0;
margin-bottom: 8px; }
.single-video-v3 .single-video__sidebar .single-video__related-playlist-videos .videos__inner .video__title, .single-video-v3 .single-video__sidebar .single-video__prev-next-videos .videos__inner .video__title,
.single-video-v4 .single-video__sidebar .single-video__related-playlist-videos .videos__inner .video__title,
.single-video-v4 .single-video__sidebar .single-video__prev-next-videos .videos__inner .video__title {
height: 35px;
overflow: hidden; }
.single-video-v3 .single-video__sidebar .single-video__related-playlist-videos--content,
.single-video-v3 .single-video__sidebar .single-video__prev-next-videos--content {
background: #f6f7f9; }
.single-video-v4 .single-video__sidebar .single-video__related-playlist-videos--content,
.single-video-v4 .single-video__sidebar .single-video__prev-next-videos--content {
background: #1c212e; }
.single-video-v5 .single-video__player-container {
padding-bottom: 0;
margin-bottom: 37px; }
.single-video-v5 .single-video__head {
margin: auto; }
@media (min-width: 992px) {
.single-video-v5 .single-video__head {
max-width: 87.6%; } }
.single-video-v5 .single-video__head iframe {
margin: auto;
display: block; }
.single-video-v5 .single-video__comments-wrap {
display: flex;
flex-direction: column; }
@media (min-width: 992px) {
.single-video-v5 .single-video__comments-wrap {
flex-direction: row; } }
.single-video-v5 .single-video__comments-wrap .masvideos-Reviews {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
order: 2; }
@media (min-width: 992px) {
.single-video-v5 .single-video__comments-wrap .masvideos-Reviews {
order: 0; } }
.single-video-v5 .single-video__comments-wrap .masvideos-Reviews + .single-video__sidebar--banner-image {
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 992px) {
.single-video-v5 .single-video__comments-wrap .masvideos-Reviews + .single-video__sidebar--banner-image {
flex: 0 0 24.5%;
max-width: 24.5%;
margin-left: 45px; } }
.single-video-v6 .single-video__player-container {
padding-bottom: 0;
margin-bottom: 37px; }
.single-video-v6 .single-video__head {
margin: auto; }
@media (min-width: 992px) {
.single-video-v6 .single-video__head {
max-width: 87.6%; } }
.single-video-v6 .single-video__head iframe {
margin: auto;
display: block; }
.single-video-v6 .single-video__sidebar--banner-image {
margin-bottom: 35px; }
.single-video-v6 .single-video__sidebar--banner-image img {
height: 194px;
-o-object-fit: cover;
object-fit: cover; }
.single-video-v6 .single-video__sidebar .single-video__related-playlist-videos, .single-video-v6 .single-video__sidebar .single-video__prev-next-videos {
margin-bottom: 20px; }
.single-video-v6 .single-video__sidebar .single-video__related-playlist-videos--content, .single-video-v6 .single-video__sidebar .single-video__prev-next-videos--content {
max-height: 542px;
padding: 24px 13px;
border-radius: 5px;
background: #f6f7f9; }
.single-video-v6 .single-video__sidebar .single-video__related-playlist-videos--flex-header, .single-video-v6 .single-video__sidebar .single-video__prev-next-videos--flex-header {
margin-bottom: 13px; }
.single-video-v6 .single-video__sidebar .single-video__related-playlist-videos .videos__inner, .single-video-v6 .single-video__sidebar .single-video__prev-next-videos .videos__inner {
flex-direction: row; }
.single-video-v6 .single-video__sidebar .single-video__related-playlist-videos .videos__inner .video, .single-video-v6 .single-video__sidebar .single-video__prev-next-videos .videos__inner .video {
flex: 0 0 50%;
max-width: 50%;
flex-direction: column;
align-items: flex-start;
margin-bottom: 15px; }
.single-video-v6 .single-video__sidebar .single-video__related-playlist-videos .videos__inner .video__container, .single-video-v6 .single-video__sidebar .single-video__prev-next-videos .videos__inner .video__container {
max-width: 100%;
margin-right: 0;
margin-bottom: 8px; }
.single-video-v6 .single-video__sidebar .single-video__related-playlist-videos .videos__inner .video__title, .single-video-v6 .single-video__sidebar .single-video__prev-next-videos .videos__inner .video__title {
height: 35px;
overflow: hidden; }
.single-video-v6 .single-video__sidebar .single-video__related--title:after {
content: none; }
.single-video-v6 .single-video__sidebar .single-video__related .videos__inner {
flex-direction: column; }
.single-video-v6 .single-video__sidebar .single-video__related .videos__inner .video {
display: flex;
align-items: center;
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 12px; }
.single-video-v6 .single-video__sidebar .single-video__related .videos__inner .video__container {
flex: 0 0 45%;
max-width: 45%;
margin-right: 10px; }
.single-video-v6 .single-video__sidebar .single-video__related .videos__inner .video__body {
flex: 0 0 52%;
max-width: 52%; }
.single-video-v6 .single-video__sidebar .single-video__related .videos__inner .video__body .video__title {
white-space: normal; }
.single-video-v6 .single-video__sidebar .single-video__related .videos__inner .video__poster {
margin-bottom: 0;
height: 85px; }
.single-video-v6 .single-video__sidebar .single-video__related .videos__inner .video__poster .video__link {
height: 100%;
padding: 0; }
.single-video-v6 .single-video__sidebar .single-video__related .videos__inner .video__poster--image,
.single-video-v6 .single-video__sidebar .single-video__related .videos__inner .video__poster .masvideos-placeholder {
position: relative; }
.single-video-v6 .single-video__sidebar .single-video__related .videos__inner .video__meta {
display: block; }
.single-video-v6 .single-video__sidebar .single-video__related .videos__inner .video__title {
font-size: 13px;
font-weight: 600; }
@media (min-width: 1200px) {
.masvideos-tv-show-control-bar {
margin-bottom: 24px; } }
.tv-shows__inner {
display: flex;
flex-wrap: wrap;
margin-right: -8px;
margin-left: -8px; }
.tv-shows__inner > .tv-show {
position: relative;
width: 100%;
padding-right: 8px;
padding-left: 8px; }
.columns-1 > .tv-show,
.columns-1 .tv-shows__inner > .tv-show {
flex: 0 0 100%;
max-width: 100%; }
.columns-2 > .tv-show,
.columns-2 .tv-shows__inner > .tv-show {
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 768px) {
.columns-2 > .tv-show,
.columns-2 .tv-shows__inner > .tv-show {
flex: 0 0 50%;
max-width: 50%; } }
.columns-3 > .tv-show,
.columns-3 .tv-shows__inner > .tv-show {
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 768px) {
.columns-3 > .tv-show,
.columns-3 .tv-shows__inner > .tv-show {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
.columns-4 > .tv-show,
.columns-4 .tv-shows__inner > .tv-show {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 992px) {
.columns-4 > .tv-show,
.columns-4 .tv-shows__inner > .tv-show {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
@media (min-width: 1200px) {
.columns-4 > .tv-show,
.columns-4 .tv-shows__inner > .tv-show {
flex: 0 0 25%;
max-width: 25%; } }
.columns-5 > .tv-show,
.columns-5 .tv-shows__inner > .tv-show {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 992px) {
.columns-5 > .tv-show,
.columns-5 .tv-shows__inner > .tv-show {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
@media (min-width: 1200px) {
.columns-5 > .tv-show,
.columns-5 .tv-shows__inner > .tv-show {
flex: 0 0 20%;
max-width: 20%; } }
.columns-6 > .tv-show,
.columns-6 .tv-shows__inner > .tv-show {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 768px) {
.columns-6 > .tv-show,
.columns-6 .tv-shows__inner > .tv-show {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
@media (min-width: 992px) {
.columns-6 > .tv-show,
.columns-6 .tv-shows__inner > .tv-show {
flex: 0 0 25%;
max-width: 25%; } }
@media (min-width: 1200px) {
.columns-6 > .tv-show,
.columns-6 .tv-shows__inner > .tv-show {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; } }
.columns-7 > .tv-show,
.columns-7 .tv-shows__inner > .tv-show {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 768px) {
.columns-7 > .tv-show,
.columns-7 .tv-shows__inner > .tv-show {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
@media (min-width: 992px) {
.columns-7 > .tv-show,
.columns-7 .tv-shows__inner > .tv-show {
flex: 0 0 25%;
max-width: 25%; } }
@media (min-width: 1200px) {
.columns-7 > .tv-show,
.columns-7 .tv-shows__inner > .tv-show {
flex: 0 0 20%;
max-width: 20%; } }
@media (min-width: 1200px) {
.columns-7 > .tv-show,
.columns-7 .tv-shows__inner > .tv-show {
flex: 0 0 14.2857142858%;
max-width: 14.2857142858%; } }
.vodi-archive-wrapper[data-view="list-small"] .tv-show,
.vodi-archive-wrapper[data-view="list-large"] .tv-show {
display: flex;
padding-top: 16px;
padding-bottom: 16px; }
.vodi-archive-wrapper[data-view="list-small"] .tv-show__actions,
.vodi-archive-wrapper[data-view="list-large"] .tv-show__actions {
margin-top: 12px; }
.vodi-archive-wrapper[data-view="list-small"] .tv-show__body,
.vodi-archive-wrapper[data-view="list-large"] .tv-show__body {
display: flex; }
.vodi-archive-wrapper[data-view="list-small"] .tv-show,
.vodi-archive-wrapper[data-view="list-large"] .tv-show {
padding-left: 10px;
padding-right: 10px;
margin-left: 8px;
margin-right: 8px;
align-items: center; }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list-small"] .tv-show,
.vodi-archive-wrapper[data-view="list-large"] .tv-show {
padding-left: 0;
padding-right: 0; } }
@media (min-width: 1200px) {
.vodi-archive-wrapper[data-view="list-small"] .tv-show,
.vodi-archive-wrapper[data-view="list-large"] .tv-show {
align-items: flex-start; } }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list-small"] .tv-show:first-child,
.vodi-archive-wrapper[data-view="list-large"] .tv-show:first-child {
padding-top: 0; } }
.vodi-archive-wrapper[data-view="grid"] .tv-show,
.vodi-archive-wrapper[data-view="grid-extended"] .tv-show {
margin-bottom: 15px; }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="grid"] .tv-show,
.vodi-archive-wrapper[data-view="grid-extended"] .tv-show {
margin-bottom: 20px; } }
@media (min-width: 1200px) {
.vodi-archive-wrapper[data-view="grid"] .tv-show,
.vodi-archive-wrapper[data-view="grid-extended"] .tv-show {
margin-bottom: 0; } }
.vodi-archive-wrapper[data-view="grid"] .tv-show__title,
.vodi-archive-wrapper[data-view="grid-extended"] .tv-show__title {
margin-bottom: 10px; }
@media (min-width: 1200px) {
.vodi-archive-wrapper[data-view="grid"] .tv-show__title,
.vodi-archive-wrapper[data-view="grid-extended"] .tv-show__title {
margin-bottom: 28px; } }
.vodi-archive-wrapper[data-view="grid"] .tv-show__meta,
.vodi-archive-wrapper[data-view="grid-extended"] .tv-show__meta {
margin-top: 0; }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="grid"] .tv-show__poster,
.vodi-archive-wrapper[data-view="grid-extended"] .tv-show__poster {
margin-bottom: 4px; } }
.vodi-archive-wrapper[data-view="grid"] .tv-show__actions,
.vodi-archive-wrapper[data-view="grid-extended"] .tv-show__actions {
margin-top: 10px; }
@media (min-width: 1200px) {
.vodi-archive-wrapper[data-view="grid"] .tv-show:hover .tv-show__hover-area .tv-show__episode,
.vodi-archive-wrapper[data-view="grid"] .tv-show:hover .tv-show__hover-area .tv-show__short-description,
.vodi-archive-wrapper[data-view="grid"] .tv-show:hover .tv-show__hover-area .tv-show__review-info,
.vodi-archive-wrapper[data-view="grid-extended"] .tv-show:hover .tv-show__hover-area .tv-show__episode,
.vodi-archive-wrapper[data-view="grid-extended"] .tv-show:hover .tv-show__hover-area .tv-show__short-description,
.vodi-archive-wrapper[data-view="grid-extended"] .tv-show:hover .tv-show__hover-area .tv-show__review-info {
display: block; } }
.vodi-archive-wrapper[data-view="grid"] .tv-show:hover .tv-show__hover-area .tv-show__actions,
.vodi-archive-wrapper[data-view="grid-extended"] .tv-show:hover .tv-show__hover-area .tv-show__actions {
display: flex; }
@media (min-width: 1200px) {
.vodi-archive-wrapper[data-view="grid"] .tv-show:hover .tv-show__hover-area .tv-show__title,
.vodi-archive-wrapper[data-view="grid-extended"] .tv-show:hover .tv-show__hover-area .tv-show__title {
margin-bottom: 0; } }
.vodi-archive-wrapper[data-view="list-large"] .tv-show__title {
margin-bottom: 11px; }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list-large"] .tv-show__poster {
flex: 0 0 40%;
max-width: 40%;
padding-right: 29px; } }
@media (min-width: 992px) {
.vodi-archive-wrapper[data-view="list-large"] .tv-show__poster {
flex: 0 0 35%;
max-width: 35%; } }
@media (min-width: 1200px) {
.vodi-archive-wrapper[data-view="list-large"] .tv-show__poster {
flex: 0 0 30.5%;
max-width: 30.5%; } }
.vodi-archive-wrapper[data-view="list-large"] .tv-show__body {
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list-large"] .tv-show__body {
flex: 0 0 60%;
max-width: 60%; } }
@media (min-width: 992px) {
.vodi-archive-wrapper[data-view="list-large"] .tv-show__body {
flex: 0 0 65%;
max-width: 65%; } }
@media (min-width: 1200px) {
.vodi-archive-wrapper[data-view="list-large"] .tv-show__body {
flex: 0 0 69.5%;
max-width: 69.5%; } }
.vodi-archive-wrapper[data-view="list-large"] .tv-show__info {
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 1200px) {
.vodi-archive-wrapper[data-view="list-large"] .tv-show__info {
flex: 0 0 90%;
max-width: 90%; } }
.vodi-archive-wrapper[data-view="list-large"] .tv-show__episode, .vodi-archive-wrapper[data-view="list-large"] .tv-show__short-description {
display: block; }
@media (min-width: 1200px) {
.vodi-archive-wrapper[data-view="list-large"] .tv-show__short-description,
.vodi-archive-wrapper[data-view="list-large"] .tv-show__short-description p {
height: 21px; } }
.vodi-archive-wrapper[data-view="list-large"] .tv-show__episode {
margin-bottom: 6px; }
.vodi-archive-wrapper[data-view="list-large"] .tv-show__review-info {
display: none;
flex-direction: column;
align-items: center; }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list-large"] .tv-show__review-info {
display: flex; } }
@media (min-width: 1200px) {
.vodi-archive-wrapper[data-view="list-large"] .tv-show__review-info {
flex: 0 0 10%;
max-width: 10%; } }
.vodi-archive-wrapper[data-view="list-large"] .tv-show .avg-rating .rating-with-count {
margin-bottom: 14px; }
.vodi-archive-wrapper[data-view="list-large"] .tv-show:hover .tv-show__actions {
transition: all .3s ease 0s; }
@media (min-width: 1200px) {
.vodi-archive-wrapper[data-view="list-large"] .tv-show:hover .tv-show__actions {
display: flex; } }
.vodi-archive-wrapper[data-view="list-large"] .tv-show:hover .tv-show__short-description,
.vodi-archive-wrapper[data-view="list-large"] .tv-show:hover .tv-show__short-description p {
transition: all .3s ease 0s; }
@media (min-width: 1200px) {
.vodi-archive-wrapper[data-view="list-large"] .tv-show:hover .tv-show__short-description,
.vodi-archive-wrapper[data-view="list-large"] .tv-show:hover .tv-show__short-description p {
height: auto; } }
.vodi-archive-wrapper[data-view="list-small"] .tv-show__title {
margin-bottom: 11px; }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list-small"] .tv-show__poster {
flex: 0 0 40%;
max-width: 40%;
padding-right: 24px; } }
@media (min-width: 992px) {
.vodi-archive-wrapper[data-view="list-small"] .tv-show__poster {
flex: 0 0 35%;
max-width: 35%; } }
@media (min-width: 1200px) {
.vodi-archive-wrapper[data-view="list-small"] .tv-show__poster {
flex: 0 0 21.3%;
max-width: 21.3%; } }
.vodi-archive-wrapper[data-view="list-small"] .tv-show__body {
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list-small"] .tv-show__body {
flex: 0 0 60%;
max-width: 60%; } }
@media (min-width: 992px) {
.vodi-archive-wrapper[data-view="list-small"] .tv-show__body {
flex: 0 0 65%;
max-width: 65%; } }
@media (min-width: 1200px) {
.vodi-archive-wrapper[data-view="list-small"] .tv-show__body {
flex: 0 0 78.7%;
max-width: 78.7%; } }
.vodi-archive-wrapper[data-view="list-small"] .tv-show__info {
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 1200px) {
.vodi-archive-wrapper[data-view="list-small"] .tv-show__info {
flex: 0 0 88%;
max-width: 88%; } }
.vodi-archive-wrapper[data-view="list-small"] .tv-show__episode {
display: block; }
.vodi-archive-wrapper[data-view="list-small"] .tv-show__episode {
margin-bottom: 6px; }
.vodi-archive-wrapper[data-view="list-small"] .tv-show__review-info {
display: none;
flex-direction: column;
align-items: flex-end;
justify-content: flex-start; }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list-small"] .tv-show__review-info {
display: flex; } }
@media (min-width: 1200px) {
.vodi-archive-wrapper[data-view="list-small"] .tv-show__review-info {
flex: 0 0 12%;
max-width: 12%; } }
.vodi-archive-wrapper[data-view="list-small"] .tv-show__review-info .avg-rating {
display: flex;
flex-direction: column; }
@media (min-width: 992px) {
.vodi-archive-wrapper[data-view="list-small"] .tv-show__review-info .avg-rating {
flex-direction: row; } }
.vodi-archive-wrapper[data-view="list-small"] .tv-show__review-info .avg-rating-text {
padding-left: 0; }
@media (min-width: 992px) {
.vodi-archive-wrapper[data-view="list-small"] .tv-show__review-info .avg-rating-text {
padding-left: 14px;
margin-top: 0; } }
.vodi-archive-wrapper[data-view="list-small"] .tv-show:hover .tv-show__actions {
transition: all .3s ease 0s; }
@media (min-width: 1200px) {
.vodi-archive-wrapper[data-view="list-small"] .tv-show:hover .tv-show__actions {
display: flex; } }
.vodi-archive-wrapper[data-view="list-small"] .tv-show:hover .tv-show__short-description,
.vodi-archive-wrapper[data-view="list-small"] .tv-show:hover .tv-show__short-description p {
display: block;
transition: all .3s ease 0s; }
.vodi-archive-wrapper[data-view="list"] .tv-shows {
margin-bottom: 0; }
.vodi-archive-wrapper[data-view="list"] .tv-shows__inner {
margin: 0; }
.vodi-archive-wrapper[data-view="list"] .tv-show {
display: flex;
align-items: center;
padding-top: 16px;
padding-bottom: 16px; }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list"] .tv-show__poster {
max-width: 43.3%;
flex: 0 0 43.3%;
padding-right: 25px; } }
@media (min-width: 992px) {
.vodi-archive-wrapper[data-view="list"] .tv-show:first-child, .vodi-archive-wrapper[data-view="list"] .tv-show:nth-child(2) {
padding-top: 0; } }
.vodi-archive-wrapper[data-view="list"] .tv-show__body {
display: flex;
flex-direction: column; }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list"] .tv-show__body {
flex: 0 0 56.7%;
max-width: 56.7%; } }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list"] .tv-show:nth-child(odd) .tv-show__body {
padding-right: 20px; } }
.vodi-archive-wrapper[data-view="list"] .tv-show__episode {
display: block; }
.vodi-archive-wrapper[data-view="list"] .tv-show__review-info {
display: none;
flex-direction: column; }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list"] .tv-show__review-info {
display: flex; } }
@media (min-width: 1200px) {
.vodi-archive-wrapper[data-view="list"] .tv-show__review-info {
flex: 0 0 100%;
width: 100%; } }
.vodi-archive-wrapper[data-view="list"] .tv-show__review-info .viewers-count {
order: 1 !important; }
.vodi-archive-wrapper[data-view="list"] .tv-show__actions {
margin-top: 10px;
margin-bottom: 10px;
display: none; }
@media (min-width: 1200px) {
.vodi-archive-wrapper[data-view="list"] .tv-show__actions {
margin-top: 0; } }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list"] .tv-show + .tv-show {
border-top: 1px solid #e8e8e8; } }
.vodi-archive-wrapper[data-view="list"] .tv-shows__inner,
.vodi-archive-wrapper[data-view="list-small"] .tv-shows__inner,
.vodi-archive-wrapper[data-view="list-large"] .tv-shows__inner {
margin: 0 -8px; }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list"] .tv-shows__inner,
.vodi-archive-wrapper[data-view="list-small"] .tv-shows__inner,
.vodi-archive-wrapper[data-view="list-large"] .tv-shows__inner {
margin: 0; } }
.vodi-archive-wrapper[data-view="list"] .tv-show,
.vodi-archive-wrapper[data-view="list-small"] .tv-show,
.vodi-archive-wrapper[data-view="list-large"] .tv-show {
flex-direction: column;
margin: 0; }
@media (max-width: 767.98px) {
.vodi-archive-wrapper[data-view="list"] .tv-show,
.vodi-archive-wrapper[data-view="list-small"] .tv-show,
.vodi-archive-wrapper[data-view="list-large"] .tv-show {
display: block;
padding: 0 8px !important;
margin-bottom: 15px; } }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list"] .tv-show,
.vodi-archive-wrapper[data-view="list-small"] .tv-show,
.vodi-archive-wrapper[data-view="list-large"] .tv-show {
flex-direction: row; } }
.vodi-archive-wrapper[data-view="list"] .tv-show__body,
.vodi-archive-wrapper[data-view="list-small"] .tv-show__body,
.vodi-archive-wrapper[data-view="list-large"] .tv-show__body {
justify-content: space-between; }
@media (max-width: 767.98px) {
.vodi-archive-wrapper[data-view="list"] .columns-1 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list"] .columns-2 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list"] .columns-3 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list"] .columns-4 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list"] .columns-5 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list"] .columns-6 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list"] .columns-7 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-small"] .columns-1 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-small"] .columns-2 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-small"] .columns-3 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-small"] .columns-4 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-small"] .columns-5 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-small"] .columns-6 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-small"] .columns-7 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-large"] .columns-1 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-large"] .columns-2 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-large"] .columns-3 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-large"] .columns-4 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-large"] .columns-5 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-large"] .columns-6 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-large"] .columns-7 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid"] .columns-1 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid"] .columns-2 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid"] .columns-3 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid"] .columns-4 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid"] .columns-5 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid"] .columns-6 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid"] .columns-7 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-1 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-2 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-3 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-4 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-5 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-6 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-7 .tv-shows__inner > .tv-show {
flex: 0 0 50%;
max-width: 50%; } }
@media (min-width: 768px) and (max-width: 991.98px) {
.vodi-archive-wrapper[data-view="list"] .columns-1 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list"] .columns-2 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list"] .columns-3 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list"] .columns-4 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list"] .columns-5 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list"] .columns-6 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list"] .columns-7 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-small"] .columns-1 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-small"] .columns-2 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-small"] .columns-3 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-small"] .columns-4 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-small"] .columns-5 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-small"] .columns-6 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-small"] .columns-7 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-large"] .columns-1 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-large"] .columns-2 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-large"] .columns-3 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-large"] .columns-4 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-large"] .columns-5 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-large"] .columns-6 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-large"] .columns-7 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid"] .columns-1 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid"] .columns-2 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid"] .columns-3 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid"] .columns-4 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid"] .columns-5 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid"] .columns-6 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid"] .columns-7 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-1 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-2 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-3 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-4 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-5 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-6 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-7 .tv-shows__inner > .tv-show {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
.vodi-archive-wrapper[data-view="list"] .columns-1 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list"] .columns-2 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list"] .columns-3 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list"] .columns-4 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list"] .columns-5 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list"] .columns-6 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list"] .columns-7 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-small"] .columns-1 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-small"] .columns-2 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-small"] .columns-3 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-small"] .columns-4 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-small"] .columns-5 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-small"] .columns-6 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-small"] .columns-7 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-large"] .columns-1 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-large"] .columns-2 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-large"] .columns-3 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-large"] .columns-4 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-large"] .columns-5 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-large"] .columns-6 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-large"] .columns-7 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid"] .columns-1 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid"] .columns-2 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid"] .columns-3 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid"] .columns-4 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid"] .columns-5 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid"] .columns-6 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid"] .columns-7 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-1 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-2 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-3 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-4 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-5 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-6 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-7 .tv-shows__inner > .tv-show {
flex: 0 0 25%;
max-width: 25%; } }
@media (max-width: 767.98px) {
.vodi-archive-wrapper[data-view="list"] .tv-show__short-description, .vodi-archive-wrapper[data-view="list"] .tv-show__actions, .vodi-archive-wrapper[data-view="list"] .tv-show__episode,
.vodi-archive-wrapper[data-view="list-small"] .tv-show__short-description,
.vodi-archive-wrapper[data-view="list-small"] .tv-show__actions,
.vodi-archive-wrapper[data-view="list-small"] .tv-show__episode,
.vodi-archive-wrapper[data-view="list-large"] .tv-show__short-description,
.vodi-archive-wrapper[data-view="list-large"] .tv-show__actions,
.vodi-archive-wrapper[data-view="list-large"] .tv-show__episode,
.vodi-archive-wrapper[data-view="grid"] .tv-show__short-description,
.vodi-archive-wrapper[data-view="grid"] .tv-show__actions,
.vodi-archive-wrapper[data-view="grid"] .tv-show__episode,
.vodi-archive-wrapper[data-view="grid-extended"] .tv-show__short-description,
.vodi-archive-wrapper[data-view="grid-extended"] .tv-show__actions,
.vodi-archive-wrapper[data-view="grid-extended"] .tv-show__episode {
display: none; } }
@media (max-width: 1199.98px) {
.vodi-archive-wrapper[data-view="list"] .tv-show__review-info,
.vodi-archive-wrapper[data-view="list-small"] .tv-show__review-info,
.vodi-archive-wrapper[data-view="list-large"] .tv-show__review-info,
.vodi-archive-wrapper[data-view="grid"] .tv-show__review-info,
.vodi-archive-wrapper[data-view="grid-extended"] .tv-show__review-info {
display: none; } }
.vodi-archive-wrapper[data-view="list"] .columns-1 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list"] .columns-2 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list"] .columns-3 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list"] .columns-4 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list"] .columns-5 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list"] .columns-6 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list"] .columns-7 .tv-shows__inner > .tv-show {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list-small"] .columns-1 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-small"] .columns-2 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-small"] .columns-3 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-small"] .columns-4 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-small"] .columns-5 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-small"] .columns-6 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-small"] .columns-7 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-large"] .columns-1 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-large"] .columns-2 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-large"] .columns-3 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-large"] .columns-4 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-large"] .columns-5 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-large"] .columns-6 .tv-shows__inner > .tv-show,
.vodi-archive-wrapper[data-view="list-large"] .columns-7 .tv-shows__inner > .tv-show {
flex: 0 0 100%;
max-width: 100%; } }
.tv-show {
margin-bottom: 30px; }
.tv-show__title {
font-size: 14px;
line-height: 1.45;
letter-spacing: -0.01em;
font-family: "Open Sans", sans-serif;
font-weight: 700; }
.tv-show__title:hover, .tv-show__title:focus {
transition: all .2s ease 0s; }
.tv-show__title,
.tv-show__short-description p,
.tv-show .tv-show-actions--link_add-to-playlist {
color: #000; }
.tv-show__seasons {
color: #949cb0; }
.tv-show__title, .tv-show__meta, .tv-show__episode {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden; }
.tv-show__actions {
display: flex; }
@media (min-width: 1200px) {
.tv-show__actions {
display: none; } }
.tv-show__episode, .tv-show__short-description {
display: none; }
.tv-show__review-info {
display: none; }
.tv-show__badge {
position: absolute;
font-size: 12px;
line-height: 21px;
color: #fff;
padding: 0 12px;
border-radius: 4px;
top: -10.5px;
left: 50%;
transform: translateX(-50%);
z-index: 1; }
.tv-show__meta {
margin-top: 4px; }
.tv-show__meta > span + span:before {
content: ', '; }
.tv-show__meta--genre,
.tv-show__meta--genre a, .tv-show__meta--release-year {
font-size: 12px;
line-height: 18px;
letter-spacing: -0.01em;
color: #949cb0;
font-family: "Open Sans", sans-serif;
font-weight: 400; }
.tv-show__episode {
font-size: 12px; }
.tv-show__info--head > .tv-show__link:first-child .tv-show__title {
margin-top: 10px; }
.tv-show__short-description {
overflow: hidden; }
.tv-show__short-description p, .tv-show__short-description div {
font-size: 14px;
line-height: 21px;
letter-spacing: -0.01em;
margin-bottom: 0; }
.tv-show__actions {
display: none; }
.tv-show__actions .tv-show-actions--link_watch,
.tv-show__actions .tv-show-actions--link_add-to-playlist > a {
font-size: 12px;
line-height: 1.25;
font-family: "Montserrat", "Open Sans", sans-serif;
font-weight: 700;
color: #fff;
text-transform: uppercase;
display: inline-block;
border: 2px solid transparent;
padding: 12.5px 17.7px;
white-space: nowrap; }
.tv-show__review-info {
padding-left: 10px;
line-height: 18px; }
.tv-show__review-info .avg-rating-number {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
line-height: 1.5;
text-align: center; }
.tv-show .avg-rating {
position: relative;
order: 2;
display: block;
margin-bottom: 10px; }
.tv-show .avg-rating .rating-with-count {
position: relative;
display: block; }
.tv-show .avg-rating .vodi-svg {
fill: #303544; }
.tv-show .count,
.tv-show .avg-rating {
font-size: 14px;
color: #949cb0; }
.tv-show .avg-rating-number {
font-weight: 700; }
.tv-show .avg-rating-text {
font-size: 12px;
display: flex;
line-height: 16px;
letter-spacing: -0.05em;
flex-direction: column;
align-items: center;
margin-top: 6px; }
.tv-show .rating-number-with-text .avg-rating-number {
display: none; }
.tv-show .viewers-count {
font-size: 12px;
line-height: 18px;
margin-bottom: 13px;
font-weight: 400;
color: #949cb0; }
.tv-show:hover .avg-rating-number {
color: #131722; }
.tv-show__seasons {
display: flex;
flex-wrap: wrap; }
.tv-show__seasons a {
position: relative; }
.tv-show__seasons a + a:before {
content: ", ";
color: #949cb0; }
.tv-show__hover-area {
border-width: 2px;
border-style: solid;
border-radius: 8px;
position: absolute;
width: 482px;
padding: 16px 12px;
z-index: 9999;
display: none;
background-color: #f5f5f5;
border-color: #e0dfdf;
top: 100%;
transform: translateY(-32%); }
.tv-show__hover-area:before {
content: '';
display: block;
position: absolute;
top: -9px;
left: 10%;
width: 15px;
height: 15px;
background-color: #f5f5f5;
transform: rotate(44deg);
border-left: 2px solid #e0dfdf;
border-top: 2px solid #e0dfdf; }
.tv-show__hover-area .tv-show__seasons,
.tv-show__hover-area .tv-show__episode {
font-size: 13px;
line-height: 1.50; }
.tv-show__hover-area--inner {
display: flex;
align-items: center; }
.tv-show__hover-area .avg-rating-text {
padding-left: 6px; }
.tv-show__hover-area--poster {
margin-right: 18px;
flex: 0 0 45%;
max-width: 45%; }
.tv-show__hover-area--body {
flex-grow: 1; }
.tv-show__hover-area .avg-rating {
display: flex;
align-items: center;
margin-bottom: 14px; }
.tv-show__hover-area .tv-show__title {
margin-bottom: 0; }
.tv-show__hover-area .tv-show__review-info .avg-rating-number {
top: 27%;
left: 10%;
color: #fff;
width: auto; }
.tv-show__hover-area .tv-show__season-info {
padding-bottom: 9px;
margin-bottom: 15px; }
.tv-show__hover-area .tv-show__season-info a {
padding-left: 4px; }
.vodi-archive-wrapper .tv-shows {
width: 100%; }
.section-tv-shows-carousel__custom-arrows button {
margin-bottom: 37px; }
.style-2 .tv-show {
margin-bottom: 20px; }
.style-2 .tv-show__link {
position: relative; }
.style-2 .tv-show__body {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 0 25px 5px;
z-index: 1; }
.style-2 .tv-show .tv-show__poster {
position: relative;
margin-bottom: 0; }
.style-2 .tv-show .tv-show__poster:before {
background: linear-gradient(to bottom, rgba(240, 47, 23, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
content: " ";
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 1; }
.style-2 .tv-show .tv-show__poster img {
height: auto; }
.style-2 .tv-show__title {
font-size: 15px;
color: #fff; }
.style-2 .tv-show__meta a,
.style-2 .tv-show__meta span {
font-size: 13px;
color: #fff; }
.episodes .slick-slide {
margin: 0 7px; }
.episodes .slick-list {
margin: 0 -7px;
width: calc( 100% + 14px);
padding-top: 11px;
margin-top: -11px; }
.episodes .episode__title {
margin-bottom: 11px; }
.tv-show-carousel .slick-slide {
margin: 0 7px; }
.tv-show-carousel .slick-list {
margin: 0 -7px;
width: calc( 100% + 14px);
padding-top: 11px;
margin-top: -11px; }
.tv-show-carousel .tv-shows__inner {
margin: 0; }
.tv-show-carousel .tv-show {
margin-bottom: 0;
position: relative; }
.tv-show-carousel .tv-show__title {
color: #19272e; }
.tv-episodes-carousel__inner .episodes__inner {
margin: 0; }
.single-tv_show .site-header {
margin-bottom: 0; }
.single-tv_show .tv-show__head {
width: 100vw;
position: relative;
margin-left: calc(-50vw + 50% - 8px);
margin-bottom: 20px; }
@media (max-width: 991.98px) {
.single-tv_show .tv-show__head {
margin-left: calc(-50vw + 50%); } }
.single-tv_show .tv-show__head--inner {
position: relative;
height: 100%; }
.single-tv_show .tv-show__head--inner:after {
position: absolute;
content: '';
background-image: url(//familycinematv.it/wp-content/themes/vodi/assets/images/glow.png);
background-position: bottom;
background-size: contain;
display: block;
bottom: 0;
margin-left: calc(-50vw + 50% - 8px);
width: 100vw;
height: 150px; }
.single-tv_show .tv-show__head iframe {
border: none; }
.single-tv_show .tv-show__poster--image,
.single-tv_show .tv-show__poster .masvideos-placeholder {
position: relative;
height: 393px;
-o-object-fit: cover;
object-fit: cover;
width: 100%; }
.single-tv_show .tv-show__meta {
margin-top: 0;
font-family: "Montserrat", "Open Sans", sans-serif; }
.single-tv_show .tv-show__meta > * + *:before {
content: '|';
display: inline-block;
margin: 0 10px; }
.single-tv_show .tv-show__meta .vodi-views-likes {
margin-top: 18px;
margin-bottom: 0; }
.single-tv_show .tv-show__meta .vodi-views-likes:before {
content: none; }
.single-tv_show .tv-show_title {
font-size: 24px; }
@media (min-width: 992px) and (max-width: 1199.98px) {
.single-tv_show .tv-show_title {
max-width: 77%;
font-size: 26px; } }
@media (min-width: 1200px) {
.single-tv_show .tv-show_title {
max-width: 80%; } }
@media (min-width: 1440px) {
.single-tv_show .tv-show_title {
max-width: 84%; } }
.single-tv_show .tv-show__info--head, .single-tv_show .tv-show__info--body {
display: flex;
justify-content: space-between;
flex-direction: column;
flex-wrap: wrap; }
@media (min-width: 992px) {
.single-tv_show .tv-show__info--head, .single-tv_show .tv-show__info--body {
flex-direction: row; } }
.single-tv_show .tv-show__info--head {
margin-bottom: 22px; }
.single-tv_show .tv-show__short-description {
display: block; }
.single-tv_show .tv-show__meta--genre,
.single-tv_show .tv-show__meta--genre a, .single-tv_show .tv-show__meta--release-year {
font-size: 14px; }
.single-tv_show .tv-show__short-description, .single-tv_show .tv-show__description {
margin-bottom: 20px; }
.single-tv_show .tv-show__short-description > div,
.single-tv_show .tv-show__short-description p, .single-tv_show .tv-show__description > div,
.single-tv_show .tv-show__description p {
font-size: 15px;
line-height: 26px;
letter-spacing: -0.01em;
text-align: justify; }
.single-tv_show .tv-show__short-description > div:last-child,
.single-tv_show .tv-show__short-description p:last-child, .single-tv_show .tv-show__description > div:last-child,
.single-tv_show .tv-show__description p:last-child {
margin-bottom: 0; }
.single-tv_show .tv-show__related--title {
font-size: 22px;
margin-bottom: 23px; }
.single-tv_show .tv-show-related__carousel .tv-show__info--head {
flex-direction: column; }
.single-tv_show .tv-show__rating-with-playlist {
justify-content: flex-end;
margin-bottom: 30px; }
.single-tv_show .tv-show__rating-with-playlist .avg-rating-text {
flex-direction: row;
align-items: flex-start;
margin-top: 0;
letter-spacing: 0; }
.single-tv_show .tv-show__rating-with-playlist .avg-rating-text span {
margin-right: 3px; }
.single-tv_show .tv-show .tv-show-related {
margin-bottom: 30px; }
.single-tv_show .tv-show .summary {
margin-bottom: 20px;
position: relative; }
.single-tv_show .tv-show .tv-show__meta + .tv-show__meta--right,
.single-tv_show .tv-show .tv-show__description + .tv-show__tags,
.single-tv_show .tv-show .tv-show__description + .tv-show__tags {
margin-top: 20px; }
@media (min-width: 992px) {
.single-tv_show .tv-show .tv-show__meta + .tv-show__meta--right,
.single-tv_show .tv-show .tv-show__description + .tv-show__tags,
.single-tv_show .tv-show .tv-show__description + .tv-show__tags {
flex: 0 0 37%;
max-width: 37%;
padding-left: 73px;
margin-top: 0; } }
@media (min-width: 992px) {
.single-tv_show .tv-show .tv-show__meta + .tv-show__meta--right {
margin-top: -21px; } }
.single-tv_show .tv-shows .vodi-views-likes {
display: none; }
.tv_show__season-tabs-wrap {
padding: 46px 0 13px;
margin-bottom: 60px; }
.tv_show__season-tabs-wrap .masvideos-tabs {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
@media (min-width: 576px) {
.tv_show__season-tabs-wrap .masvideos-tabs {
max-width: 540px; } }
@media (min-width: 768px) {
.tv_show__season-tabs-wrap .masvideos-tabs {
max-width: 720px; } }
@media (min-width: 992px) {
.tv_show__season-tabs-wrap .masvideos-tabs {
max-width: 960px; } }
@media (min-width: 1200px) {
.tv_show__season-tabs-wrap .masvideos-tabs {
max-width: 1170px; } }
@media (min-width: 1440px) {
.tv_show__season-tabs-wrap .masvideos-tabs {
max-width: 1440px; } }
@media (min-width: 1486px) {
.tv_show__season-tabs-wrap .masvideos-tabs {
max-width: 1486px; } }
@media (min-width: 1200px) {
.tv_show__season-tabs-wrap .masvideos-tabs {
padding-left: 38px;
padding-right: 38px; } }
.tv_show__season-tabs-wrap .nav {
margin-bottom: 27px;
flex-wrap: nowrap;
overflow-x: auto;
white-space: nowrap; }
@media (min-width: 1200px) {
.tv_show__season-tabs-wrap .nav {
overflow-x: initial;
flex-wrap: wrap; } }
.tv_show__season-tabs-wrap .nav .nav-item {
margin-bottom: 18px; }
.tv_show__season-tabs-wrap .nav .nav-item a {
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
padding: 3.5px 17.5px;
border-radius: 5px; }
.tv_show__season-tabs-wrap .nav .nav-item a.active {
color: #1c212e; }
.tv_show__season-tabs-wrap .nav .nav-item:not(:last-child) {
margin-right: 18px; }
.tv-show-tabs {
margin-bottom: 65px; }
.tv-show-tabs .nav {
font-family: "Montserrat", "Open Sans", sans-serif;
justify-content: center;
border-bottom-width: 1px;
border-bottom-style: solid;
padding-top: 30px;
margin-bottom: 40px; }
@media (max-width: 1199.98px) {
.tv-show-tabs .nav {
overflow: auto;
flex-wrap: nowrap; } }
.tv-show-tabs .nav .nav-item {
font-size: 18px;
line-height: 1;
letter-spacing: -0.025em;
display: flex;
flex-shrink: 0; }
.tv-show-tabs .nav .nav-item + .nav-item:before {
content: '/';
margin: 0px 25px 0 30px; }
.tv-show-tabs .nav .nav-item a {
position: relative;
padding: 0px 6px 18px 6px; }
.tv-show-tabs .nav .nav-item a.active {
font-weight: 500; }
.tv-show-tabs .nav .nav-item a.active:after {
content: ' ';
border-bottom: 3px solid transparent;
display: block;
position: absolute;
bottom: -1px;
width: 100%;
left: 0;
border-bottom-color: red; }
@media (min-width: 768px) {
.tv-show__attributes {
margin-bottom: 40px; } }
.tv-show__attributes th,
.tv-show__attributes td {
border: none; }
.tv-show__attributes td p {
margin-bottom: 0; }
.tv-show__attributes th {
color: #fff;
font-weight: 400;
width: 30%; }
.tv-show__attributes td {
color: #b4bbc0; }
.tv-show__attributes td a {
color: #b4bbc0; }
.tv-show__attributes tr + tr {
border-top-style: solid;
border-top-width: 1px; }
.vodi-archive-wrapper[data-view="list-large"] .movie,
.vodi-archive-wrapper[data-view="list-large"] .video,
.vodi-archive-wrapper[data-view="grid"] .movie,
.vodi-archive-wrapper[data-view="grid"] .video,
.vodi-archive-wrapper[data-view="list-small"] .movie,
.vodi-archive-wrapper[data-view="list-small"] .video,
.vodi-archive-wrapper[data-view="list"] .movie,
.vodi-archive-wrapper[data-view="list"] .video,
.vodi-archive-wrapper[data-view="grid-extended"] .movie,
.vodi-archive-wrapper[data-view="grid-extended"] .video {
display: flex;
flex-direction: column; }
.vodi-archive-wrapper[data-view="list-large"] .movie:hover .avg-rating-number,
.vodi-archive-wrapper[data-view="list-large"] .video:hover .avg-rating-number,
.vodi-archive-wrapper[data-view="grid"] .movie:hover .avg-rating-number,
.vodi-archive-wrapper[data-view="grid"] .video:hover .avg-rating-number,
.vodi-archive-wrapper[data-view="list-small"] .movie:hover .avg-rating-number,
.vodi-archive-wrapper[data-view="list-small"] .video:hover .avg-rating-number,
.vodi-archive-wrapper[data-view="list"] .movie:hover .avg-rating-number,
.vodi-archive-wrapper[data-view="list"] .video:hover .avg-rating-number,
.vodi-archive-wrapper[data-view="grid-extended"] .movie:hover .avg-rating-number,
.vodi-archive-wrapper[data-view="grid-extended"] .video:hover .avg-rating-number {
color: #000; }
.vodi-archive-wrapper[data-view="list-large"] .avg-rating-text,
.vodi-archive-wrapper[data-view="grid"] .avg-rating-text,
.vodi-archive-wrapper[data-view="list-small"] .avg-rating-text,
.vodi-archive-wrapper[data-view="list"] .avg-rating-text,
.vodi-archive-wrapper[data-view="grid-extended"] .avg-rating-text {
display: block;
line-height: 14px;
letter-spacing: -0.05em;
padding-left: 10px; }
.vodi-archive-wrapper[data-view="list-large"] .viewers-count,
.vodi-archive-wrapper[data-view="grid"] .viewers-count,
.vodi-archive-wrapper[data-view="list-small"] .viewers-count,
.vodi-archive-wrapper[data-view="list"] .viewers-count,
.vodi-archive-wrapper[data-view="grid-extended"] .viewers-count {
margin-bottom: 19px; }
.vodi-archive-wrapper[data-view="list-large"] .viewers-count .count,
.vodi-archive-wrapper[data-view="grid"] .viewers-count .count,
.vodi-archive-wrapper[data-view="list-small"] .viewers-count .count,
.vodi-archive-wrapper[data-view="list"] .viewers-count .count,
.vodi-archive-wrapper[data-view="grid-extended"] .viewers-count .count {
line-height: 18px;
letter-spacing: -0.01em; }
.dark .vodi-archive-wrapper[data-view="list-large"] .movie:hover, .dark .vodi-archive-wrapper[data-view="list-large"] .movie:focus,
.dark .vodi-archive-wrapper[data-view="list-large"] .video:hover,
.dark .vodi-archive-wrapper[data-view="list-large"] .video:focus,
.dark .vodi-archive-wrapper[data-view="list-small"] .movie:hover,
.dark .vodi-archive-wrapper[data-view="list-small"] .movie:focus,
.dark .vodi-archive-wrapper[data-view="list-small"] .video:hover,
.dark .vodi-archive-wrapper[data-view="list-small"] .video:focus,
.dark .vodi-archive-wrapper[data-view="list"] .movie:hover,
.dark .vodi-archive-wrapper[data-view="list"] .movie:focus,
.dark .vodi-archive-wrapper[data-view="list"] .video:hover,
.dark .vodi-archive-wrapper[data-view="list"] .video:focus {
background: linear-gradient(135deg, #212635 5%, rgba(33, 38, 53, 0.57) 40%, rgba(160, 162, 168, 0) 60%, rgba(255, 255, 255, 0) 100%); }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list-large"] .movie__poster {
flex: 0 0 20%;
max-width: 20%; } }
@media (min-width: 992px) {
.vodi-archive-wrapper[data-view="list-large"] .movie__poster {
flex: 0 0 15%;
max-width: 15%; } }
.vodi-archive-wrapper[data-view="list-large"] .movie__body {
display: flex;
padding-right: 15px; }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list-large"] .movie__body {
flex: 0 0 80%;
max-width: 80%; } }
@media (min-width: 992px) {
.vodi-archive-wrapper[data-view="list-large"] .movie__body {
flex: 0 0 85%;
max-width: 85%; } }
.vodi-archive-wrapper[data-view="list-large"] .movie .movie__info {
padding: 0; }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list-large"] .movie .movie__info {
padding-left: 15px;
padding-right: 0;
flex: 0 0 85.5%;
max-width: 85.5%; } }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list-large"] .movie__review-info {
flex: 0 0 14.5%;
max-width: 14.5%; } }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list-large"] .video__container {
flex: 0 0 40%;
max-width: 40%;
padding-right: 29px; } }
@media (min-width: 992px) {
.vodi-archive-wrapper[data-view="list-large"] .video__container {
flex: 0 0 35%;
max-width: 35%; } }
@media (min-width: 1200px) {
.vodi-archive-wrapper[data-view="list-large"] .video__container {
flex: 0 0 30.5%;
max-width: 30.5%; } }
.vodi-archive-wrapper[data-view="list-large"] .video__body {
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list-large"] .video__body {
flex: 0 0 60%;
max-width: 60%; } }
@media (min-width: 992px) {
.vodi-archive-wrapper[data-view="list-large"] .video__body {
flex: 0 0 65%;
max-width: 65%; } }
@media (min-width: 1200px) {
.vodi-archive-wrapper[data-view="list-large"] .video__body {
flex: 0 0 69.5%;
max-width: 69.5%; } }
.vodi-archive-wrapper[data-view="list-large"] .movie__title,
.vodi-archive-wrapper[data-view="list-large"] .video__title {
font-size: 17px;
letter-spacing: -0.01em; }
.vodi-archive-wrapper[data-view="list-large"] .movie__short-description p, .vodi-archive-wrapper[data-view="list-large"] .movie__short-description div,
.vodi-archive-wrapper[data-view="list-large"] .video__short-description p,
.vodi-archive-wrapper[data-view="list-large"] .video__short-description div {
margin-bottom: 23px; }
.vodi-archive-wrapper[data-view="list-large"] .movie .avg-rating .rating-with-count,
.vodi-archive-wrapper[data-view="list-large"] .video .avg-rating .rating-with-count {
margin-bottom: 14px;
display: block; }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list-small"] .movie__poster {
flex: 0 0 17%;
max-width: 17%; } }
@media (min-width: 992px) {
.vodi-archive-wrapper[data-view="list-small"] .movie__poster {
flex: 0 0 11.3%;
max-width: 11.3%; } }
.vodi-archive-wrapper[data-view="list-small"] .movie__body {
padding: 0; }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list-small"] .movie__body {
display: flex;
flex: 0 0 83%;
max-width: 83%;
padding-right: 15px; } }
@media (min-width: 992px) {
.vodi-archive-wrapper[data-view="list-small"] .movie__body {
flex: 0 0 88.7%;
max-width: 88.7%; } }
.vodi-archive-wrapper[data-view="list-small"] .movie .movie__info {
padding: 0; }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list-small"] .movie .movie__info {
padding-left: 7px;
padding-right: 0px;
flex: 0 0 84.5%;
max-width: 84.5%; } }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list-small"] .movie__review-info {
flex: 0 0 15.5%;
max-width: 15.5%; } }
@media (max-width: 991.98px) {
.vodi-archive-wrapper[data-view="list-small"] .movie .avg-rating-text {
padding-left: 0;
margin-top: 5px; } }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list-small"] .video__container {
flex: 0 0 40%;
max-width: 40%;
padding-right: 24px; } }
@media (min-width: 992px) {
.vodi-archive-wrapper[data-view="list-small"] .video__container {
flex: 0 0 35%;
max-width: 35%; } }
@media (min-width: 1200px) {
.vodi-archive-wrapper[data-view="list-small"] .video__container {
flex: 0 0 21.3%;
max-width: 21.3%; } }
.vodi-archive-wrapper[data-view="list-small"] .video__body {
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list-small"] .video__body {
flex: 0 0 60%;
max-width: 60%; } }
@media (min-width: 992px) {
.vodi-archive-wrapper[data-view="list-small"] .video__body {
flex: 0 0 65%;
max-width: 65%; } }
@media (min-width: 1200px) {
.vodi-archive-wrapper[data-view="list-small"] .video__body {
flex: 0 0 78.7%;
max-width: 78.7%; } }
.vodi-archive-wrapper[data-view="list-small"] .movie__short-description p, .vodi-archive-wrapper[data-view="list-small"] .movie__short-description div,
.vodi-archive-wrapper[data-view="list-small"] .video__short-description p,
.vodi-archive-wrapper[data-view="list-small"] .video__short-description div {
margin-bottom: 13px; }
.vodi-archive-wrapper[data-view="list-large"] .movie,
.vodi-archive-wrapper[data-view="list-large"] .video,
.vodi-archive-wrapper[data-view="list-small"] .movie,
.vodi-archive-wrapper[data-view="list-small"] .video {
margin-bottom: 0; }
.vodi-archive-wrapper[data-view="list-large"] .movie__body,
.vodi-archive-wrapper[data-view="list-large"] .video__body,
.vodi-archive-wrapper[data-view="list-small"] .movie__body,
.vodi-archive-wrapper[data-view="list-small"] .video__body {
display: flex;
padding-right: 15px; }
.vodi-archive-wrapper[data-view="list-large"] .movie .movie__poster,
.vodi-archive-wrapper[data-view="list-large"] .movie .video__container,
.vodi-archive-wrapper[data-view="list-large"] .movie .video__poster,
.vodi-archive-wrapper[data-view="list-large"] .video .movie__poster,
.vodi-archive-wrapper[data-view="list-large"] .video .video__container,
.vodi-archive-wrapper[data-view="list-large"] .video .video__poster,
.vodi-archive-wrapper[data-view="list-small"] .movie .movie__poster,
.vodi-archive-wrapper[data-view="list-small"] .movie .video__container,
.vodi-archive-wrapper[data-view="list-small"] .movie .video__poster,
.vodi-archive-wrapper[data-view="list-small"] .video .movie__poster,
.vodi-archive-wrapper[data-view="list-small"] .video .video__container,
.vodi-archive-wrapper[data-view="list-small"] .video .video__poster {
margin-bottom: 0; }
@media (max-width: 767.98px) {
.vodi-archive-wrapper[data-view="list-large"] .movie .movie__poster,
.vodi-archive-wrapper[data-view="list-large"] .movie .video__container,
.vodi-archive-wrapper[data-view="list-large"] .movie .video__poster,
.vodi-archive-wrapper[data-view="list-large"] .video .movie__poster,
.vodi-archive-wrapper[data-view="list-large"] .video .video__container,
.vodi-archive-wrapper[data-view="list-large"] .video .video__poster,
.vodi-archive-wrapper[data-view="list-small"] .movie .movie__poster,
.vodi-archive-wrapper[data-view="list-small"] .movie .video__container,
.vodi-archive-wrapper[data-view="list-small"] .movie .video__poster,
.vodi-archive-wrapper[data-view="list-small"] .video .movie__poster,
.vodi-archive-wrapper[data-view="list-small"] .video .video__container,
.vodi-archive-wrapper[data-view="list-small"] .video .video__poster {
padding-right: 0; } }
.vodi-archive-wrapper[data-view="list-large"] .movie__review-info,
.vodi-archive-wrapper[data-view="list-large"] .video__review-info,
.vodi-archive-wrapper[data-view="list-small"] .movie__review-info,
.vodi-archive-wrapper[data-view="list-small"] .video__review-info {
display: none; }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list-large"] .movie__review-info,
.vodi-archive-wrapper[data-view="list-large"] .video__review-info,
.vodi-archive-wrapper[data-view="list-small"] .movie__review-info,
.vodi-archive-wrapper[data-view="list-small"] .video__review-info {
display: flex;
flex-direction: column;
align-items: flex-end;
text-align: right;
padding-right: 0;
padding-left: 15px; } }
.vodi-archive-wrapper[data-view="list-large"] .movie__title,
.vodi-archive-wrapper[data-view="list-large"] .video__title,
.vodi-archive-wrapper[data-view="list-small"] .movie__title,
.vodi-archive-wrapper[data-view="list-small"] .video__title {
margin-bottom: 11px; }
.vodi-archive-wrapper[data-view="list-large"] .movie__short-description,
.vodi-archive-wrapper[data-view="list-large"] .video__short-description,
.vodi-archive-wrapper[data-view="list-small"] .movie__short-description,
.vodi-archive-wrapper[data-view="list-small"] .video__short-description {
display: block; }
.vodi-archive-wrapper[data-view="list-large"] .movie__actions,
.vodi-archive-wrapper[data-view="list-large"] .video__actions,
.vodi-archive-wrapper[data-view="list-small"] .movie__actions,
.vodi-archive-wrapper[data-view="list-small"] .video__actions {
display: flex; }
.vodi-archive-wrapper[data-view="list-small"] .avg-rating-text,
.vodi-archive-wrapper[data-view="list"] .avg-rating-text {
text-align: center; }
@media (min-width: 992px) {
.vodi-archive-wrapper[data-view="list-small"] .avg-rating,
.vodi-archive-wrapper[data-view="list"] .avg-rating {
display: flex;
align-items: center; } }
.vodi-archive-wrapper[data-view="grid"] .movie .movie__title,
.vodi-archive-wrapper[data-view="grid"] .video .video__title,
.vodi-archive-wrapper[data-view="grid-extended"] .movie .movie__title,
.vodi-archive-wrapper[data-view="grid-extended"] .video .video__title {
margin-bottom: 0; }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="grid"] .movies__inner,
.vodi-archive-wrapper[data-view="grid"] .videos__inner,
.vodi-archive-wrapper[data-view="grid-extended"] .movies__inner,
.vodi-archive-wrapper[data-view="grid-extended"] .videos__inner {
margin: 15px -7px 10px; } }
.vodi-archive-wrapper[data-view="grid"] .columns-4 .movie__poster img,
.vodi-archive-wrapper[data-view="grid"] .columns-4 .video__container img,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-4 .movie__poster img,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-4 .video__container img {
width: 100%; }
.vodi-archive-wrapper[data-view="grid"] .movie,
.vodi-archive-wrapper[data-view="grid"] .video,
.vodi-archive-wrapper[data-view="grid-extended"] .movie,
.vodi-archive-wrapper[data-view="grid-extended"] .video {
padding: 0 7px; }
.vodi-archive-wrapper[data-view="grid"] .movie + .movie,
.vodi-archive-wrapper[data-view="grid"] .movie + .video,
.vodi-archive-wrapper[data-view="grid"] .video + .movie,
.vodi-archive-wrapper[data-view="grid"] .video + .video,
.vodi-archive-wrapper[data-view="grid-extended"] .movie + .movie,
.vodi-archive-wrapper[data-view="grid-extended"] .movie + .video,
.vodi-archive-wrapper[data-view="grid-extended"] .video + .movie,
.vodi-archive-wrapper[data-view="grid-extended"] .video + .video {
border-width: 0; }
.vodi-archive-wrapper[data-view="grid"] .movie__short-description, .vodi-archive-wrapper[data-view="grid"] .movie__actions,
.vodi-archive-wrapper[data-view="grid"] .video__short-description,
.vodi-archive-wrapper[data-view="grid"] .video__actions,
.vodi-archive-wrapper[data-view="grid-extended"] .movie__short-description,
.vodi-archive-wrapper[data-view="grid-extended"] .movie__actions,
.vodi-archive-wrapper[data-view="grid-extended"] .video__short-description,
.vodi-archive-wrapper[data-view="grid-extended"] .video__actions {
display: flex; }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="grid"] .movie__short-description, .vodi-archive-wrapper[data-view="grid"] .movie__actions,
.vodi-archive-wrapper[data-view="grid"] .video__short-description,
.vodi-archive-wrapper[data-view="grid"] .video__actions,
.vodi-archive-wrapper[data-view="grid-extended"] .movie__short-description,
.vodi-archive-wrapper[data-view="grid-extended"] .movie__actions,
.vodi-archive-wrapper[data-view="grid-extended"] .video__short-description,
.vodi-archive-wrapper[data-view="grid-extended"] .video__actions {
display: none; } }
.vodi-archive-wrapper[data-view="grid"] .movie:hover, .vodi-archive-wrapper[data-view="grid"] .movie:focus,
.vodi-archive-wrapper[data-view="grid"] .video:hover,
.vodi-archive-wrapper[data-view="grid"] .video:focus,
.vodi-archive-wrapper[data-view="grid-extended"] .movie:hover,
.vodi-archive-wrapper[data-view="grid-extended"] .movie:focus,
.vodi-archive-wrapper[data-view="grid-extended"] .video:hover,
.vodi-archive-wrapper[data-view="grid-extended"] .video:focus {
background-color: transparent; }
.vodi-archive-wrapper[data-view="list"] .movies,
.vodi-archive-wrapper[data-view="list"] .videos {
width: 100%; }
.vodi-archive-wrapper[data-view="list"] .movie__body,
.vodi-archive-wrapper[data-view="list"] .video__body {
flex-direction: column;
display: flex;
justify-content: center; }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list"] .movie__body,
.vodi-archive-wrapper[data-view="list"] .video__body {
padding-left: 24px;
flex: 0 0 82%;
max-width: 82%; } }
.vodi-archive-wrapper[data-view="list"] .movie .movie__poster,
.vodi-archive-wrapper[data-view="list"] .movie .video__container,
.vodi-archive-wrapper[data-view="list"] .video .movie__poster,
.vodi-archive-wrapper[data-view="list"] .video .video__container {
margin-bottom: 0; }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list"] .movie .movie__poster,
.vodi-archive-wrapper[data-view="list"] .movie .video__container,
.vodi-archive-wrapper[data-view="list"] .video .movie__poster,
.vodi-archive-wrapper[data-view="list"] .video .video__container {
flex: 0 0 18%;
max-width: 18%; } }
.vodi-archive-wrapper[data-view="list"] {
margin: 0; }
@media (max-width: 991.98px) {
.vodi-archive-wrapper[data-view="list"] .movie,
.vodi-archive-wrapper[data-view="list"] .video {
padding-left: 0;
padding-right: 0; } }
.vodi-archive-wrapper[data-view="list"] .movie,
.vodi-archive-wrapper[data-view="list"] .video,
.vodi-archive-wrapper[data-view="list"] .tv-show {
flex: 0 0 50%;
max-width: 50%;
position: relative;
cursor: pointer; }
.vodi-archive-wrapper[data-view="list"] .movie:nth-child(odd),
.vodi-archive-wrapper[data-view="list"] .video:nth-child(odd),
.vodi-archive-wrapper[data-view="list"] .tv-show:nth-child(odd) {
padding-right: 0;
padding-left: 0; }
@media (min-width: 992px) {
.vodi-archive-wrapper[data-view="list"] .movie:nth-child(odd) .movie__body,
.vodi-archive-wrapper[data-view="list"] .movie:nth-child(odd) .video__body,
.vodi-archive-wrapper[data-view="list"] .video:nth-child(odd) .movie__body,
.vodi-archive-wrapper[data-view="list"] .video:nth-child(odd) .video__body,
.vodi-archive-wrapper[data-view="list"] .tv-show:nth-child(odd) .movie__body,
.vodi-archive-wrapper[data-view="list"] .tv-show:nth-child(odd) .video__body {
border-right: 1px solid #2f2f33; } }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list"] .movie:nth-child(odd) .tv-show__body,
.vodi-archive-wrapper[data-view="list"] .video:nth-child(odd) .tv-show__body,
.vodi-archive-wrapper[data-view="list"] .tv-show:nth-child(odd) .tv-show__body {
border-right: 1px solid #e8e8e8; } }
.vodi-archive-wrapper[data-view="list"] .movie:last-child .movie__body,
.vodi-archive-wrapper[data-view="list"] .movie:last-child .video__body,
.vodi-archive-wrapper[data-view="list"] .movie:last-child .tv-show__body,
.vodi-archive-wrapper[data-view="list"] .video:last-child .movie__body,
.vodi-archive-wrapper[data-view="list"] .video:last-child .video__body,
.vodi-archive-wrapper[data-view="list"] .video:last-child .tv-show__body,
.vodi-archive-wrapper[data-view="list"] .tv-show:last-child .movie__body,
.vodi-archive-wrapper[data-view="list"] .tv-show:last-child .video__body,
.vodi-archive-wrapper[data-view="list"] .tv-show:last-child .tv-show__body {
border-width: 0; }
@media (min-width: 992px) {
.vodi-archive-wrapper[data-view="list"] .movie:nth-child(even),
.vodi-archive-wrapper[data-view="list"] .video:nth-child(even) {
padding-left: 23px;
padding-right: 0; } }
.vodi-archive-wrapper[data-view="list"] .tv-show:nth-child(even) {
padding-left: 0; }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list"] .tv-show:nth-child(even) {
padding-left: 23px;
padding-right: 0; } }
@media (min-width: 992px) {
.vodi-archive-wrapper[data-view="list"] .movie:nth-child(2),
.vodi-archive-wrapper[data-view="list"] .video:nth-child(2) {
border-top: none !important; } }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list"] .tv-show:nth-child(2) {
border-top: none !important; } }
.vodi-archive-wrapper[data-view="list"] .movie,
.vodi-archive-wrapper[data-view="list"] .video {
display: flex;
padding-top: 16px;
padding-bottom: 16px;
margin-bottom: 0; }
.vodi-archive-wrapper[data-view="list"] .movie__actions,
.vodi-archive-wrapper[data-view="list"] .video__actions {
display: flex; }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list"] .movie__actions,
.vodi-archive-wrapper[data-view="list"] .video__actions {
display: none; } }
.vodi-archive-wrapper[data-view="list"] .movie__review-info,
.vodi-archive-wrapper[data-view="list"] .video__review-info {
flex-direction: row;
display: none; }
@media (min-width: 1200px) {
.vodi-archive-wrapper[data-view="list"] .movie__review-info,
.vodi-archive-wrapper[data-view="list"] .video__review-info {
display: flex; } }
.vodi-archive-wrapper[data-view="list"] .viewers-count {
order: 2;
margin-bottom: 0;
align-self: center;
padding-left: 30px; }
.vodi-archive-wrapper[data-view="list-large"] .movie .movie__body,
.vodi-archive-wrapper[data-view="list-large"] .movie .video__body,
.vodi-archive-wrapper[data-view="list-large"] .video .movie__body,
.vodi-archive-wrapper[data-view="list-large"] .video .video__body {
padding-top: 15px; }
.vodi-archive-wrapper[data-view="list-large"] .movies__inner,
.vodi-archive-wrapper[data-view="list-large"] .videos__inner,
.vodi-archive-wrapper[data-view="list-small"] .movies__inner,
.vodi-archive-wrapper[data-view="list-small"] .videos__inner,
.vodi-archive-wrapper[data-view="list"] .movies__inner,
.vodi-archive-wrapper[data-view="list"] .videos__inner {
margin: 0; }
.vodi-archive-wrapper[data-view="list-large"] .movie,
.vodi-archive-wrapper[data-view="list-large"] .video,
.vodi-archive-wrapper[data-view="list-small"] .movie,
.vodi-archive-wrapper[data-view="list-small"] .video,
.vodi-archive-wrapper[data-view="list"] .movie,
.vodi-archive-wrapper[data-view="list"] .video {
display: flex;
flex-direction: column;
margin: 0; }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list-large"] .movie,
.vodi-archive-wrapper[data-view="list-large"] .video,
.vodi-archive-wrapper[data-view="list-small"] .movie,
.vodi-archive-wrapper[data-view="list-small"] .video,
.vodi-archive-wrapper[data-view="list"] .movie,
.vodi-archive-wrapper[data-view="list"] .video {
flex-direction: row; } }
@media (min-width: 768px) {
.vodi-archive-wrapper[data-view="list-large"] .movie + .movie,
.vodi-archive-wrapper[data-view="list-large"] .movie + .video,
.vodi-archive-wrapper[data-view="list-large"] .video + .movie,
.vodi-archive-wrapper[data-view="list-large"] .video + .video,
.vodi-archive-wrapper[data-view="list-small"] .movie + .movie,
.vodi-archive-wrapper[data-view="list-small"] .movie + .video,
.vodi-archive-wrapper[data-view="list-small"] .video + .movie,
.vodi-archive-wrapper[data-view="list-small"] .video + .video,
.vodi-archive-wrapper[data-view="list"] .movie + .movie,
.vodi-archive-wrapper[data-view="list"] .movie + .video,
.vodi-archive-wrapper[data-view="list"] .video + .movie,
.vodi-archive-wrapper[data-view="list"] .video + .video {
border-top: 1px solid #2f2f33; } }
.vodi-archive-wrapper[data-view="list-large"] .avg-rating-text,
.vodi-archive-wrapper[data-view="list-small"] .avg-rating-text,
.vodi-archive-wrapper[data-view="list"] .avg-rating-text {
text-align: center; }
.vodi-archive-wrapper[data-view="list-large"] .avg-rating-text span,
.vodi-archive-wrapper[data-view="list-small"] .avg-rating-text span,
.vodi-archive-wrapper[data-view="list"] .avg-rating-text span {
display: block; }
.vodi-archive-wrapper[data-view="list"] .movie,
.vodi-archive-wrapper[data-view="list"] .video {
align-items: inherit; }
.vodi-archive-wrapper[data-view="list"] .movie__short-description,
.vodi-archive-wrapper[data-view="list"] .video__short-description {
display: block;
padding-right: 30px; }
.vodi-archive-wrapper[data-view="list"] .movie__short-description div,
.vodi-archive-wrapper[data-view="list"] .video__short-description div {
max-height: 44px;
overflow: hidden;
margin-bottom: 1rem; }
.vodi-archive-wrapper[data-view="list-large"] .movie,
.vodi-archive-wrapper[data-view="list-large"] .video,
.vodi-archive-wrapper[data-view="list-small"] .movie,
.vodi-archive-wrapper[data-view="list-small"] .video {
padding: 16px 0; }
.vodi-archive-wrapper[data-view="list-large"] .movie__poster,
.vodi-archive-wrapper[data-view="list-large"] .video__container,
.vodi-archive-wrapper[data-view="list-small"] .movie__poster,
.vodi-archive-wrapper[data-view="list-small"] .video__container {
padding-left: 0; }
.page-template-category-template .vodi-control-bar {
margin-bottom: 12px; }
.page-template-category-video-template .vodi-control-bar {
margin-bottom: 12px; }
@media (max-width: 767.98px) {
.vodi-archive-wrapper[data-view="list-large"] .movies__inner,
.vodi-archive-wrapper[data-view="list-large"] .videos__inner,
.vodi-archive-wrapper[data-view="grid"] .movies__inner,
.vodi-archive-wrapper[data-view="grid"] .videos__inner,
.vodi-archive-wrapper[data-view="list-small"] .movies__inner,
.vodi-archive-wrapper[data-view="list-small"] .videos__inner,
.vodi-archive-wrapper[data-view="list"] .movies__inner,
.vodi-archive-wrapper[data-view="list"] .videos__inner,
.vodi-archive-wrapper[data-view="grid-extended"] .movies__inner,
.vodi-archive-wrapper[data-view="grid-extended"] .videos__inner {
margin: 0 -7px; }
.vodi-archive-wrapper[data-view="list-large"] .movie__body,
.vodi-archive-wrapper[data-view="list-large"] .video__short-description,
.vodi-archive-wrapper[data-view="list-large"] .video__actions,
.vodi-archive-wrapper[data-view="grid"] .movie__body,
.vodi-archive-wrapper[data-view="grid"] .video__short-description,
.vodi-archive-wrapper[data-view="grid"] .video__actions,
.vodi-archive-wrapper[data-view="list-small"] .movie__body,
.vodi-archive-wrapper[data-view="list-small"] .video__short-description,
.vodi-archive-wrapper[data-view="list-small"] .video__actions,
.vodi-archive-wrapper[data-view="list"] .movie__body,
.vodi-archive-wrapper[data-view="list"] .video__short-description,
.vodi-archive-wrapper[data-view="list"] .video__actions,
.vodi-archive-wrapper[data-view="grid-extended"] .movie__body,
.vodi-archive-wrapper[data-view="grid-extended"] .video__short-description,
.vodi-archive-wrapper[data-view="grid-extended"] .video__actions {
display: none; }
.vodi-archive-wrapper[data-view="list-large"] .video__title,
.vodi-archive-wrapper[data-view="grid"] .video__title,
.vodi-archive-wrapper[data-view="list-small"] .video__title,
.vodi-archive-wrapper[data-view="list"] .video__title,
.vodi-archive-wrapper[data-view="grid-extended"] .video__title {
margin-bottom: 0; } }
@media (max-width: 767.98px) {
.vodi-archive-wrapper[data-view="list"] .movie,
.vodi-archive-wrapper[data-view="list"] .video,
.vodi-archive-wrapper[data-view="list-small"] .movie,
.vodi-archive-wrapper[data-view="list-small"] .video,
.vodi-archive-wrapper[data-view="list-large"] .movie,
.vodi-archive-wrapper[data-view="list-large"] .video {
padding: 0 7px !important;
margin-bottom: 20px !important;
border-top-width: 0; } }
.vodi-archive-wrapper[data-view="list"] .video__review-info,
.vodi-archive-wrapper[data-view="list"] .video .video-actions--link_add-to-playlist,
.vodi-archive-wrapper[data-view="list-small"] .video__review-info,
.vodi-archive-wrapper[data-view="list-small"] .video .video-actions--link_add-to-playlist,
.vodi-archive-wrapper[data-view="list-large"] .video__review-info,
.vodi-archive-wrapper[data-view="list-large"] .video .video-actions--link_add-to-playlist {
display: none; }
.vodi-archive-wrapper[data-view="list"] .video__info,
.vodi-archive-wrapper[data-view="list-small"] .video__info,
.vodi-archive-wrapper[data-view="list-large"] .video__info {
flex: 0 0 100%;
max-width: 100%;
padding: 0; }
.home-section-featured-tv-shows .featured-tv-shows .video {
margin-right: 40px; }
@media (min-width: 992px) {
.home-section-featured-tv-shows .featured-tv-shows .video {
flex: 0 0 50%;
max-width: 50%; } }
.home-section-featured-tv-shows .featured-tv-shows .video__body span {
font-size: 12px;
font-weight: 400;
color: #949cb0;
display: inline-block; }
.home-section-featured-tv-shows .featured-tv-shows .video__body h3 {
font-size: 19px;
color: #fff;
font-weight: 700;
margin-bottom: 22px; }
.home-section-featured-tv-shows .featured-tv-shows .video__body .video-info {
margin: 35px 0; }
.home-section-featured-tv-shows .featured-tv-shows .video__body .video-info .rating {
display: block;
font-size: 23px;
color: #2c92cd; }
.home-section-featured-tv-shows .featured-tv-shows .video__body .video-info .rating-counts {
margin-left: 44px;
display: inline-block; }
.home-section-featured-tv-shows .featured-tv-shows .video__body .video-info .star:before {
content: '';
height: 3.3em;
width: 40px;
position: absolute;
background-image: url('data:image/svg+xml;utf8,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="40px" height="39px"><path fill-rule="evenodd"  fill="rgb(44, 146, 205)" d="M19.633,-0.000 C21.509,0.035 21.530,1.174 22.167,2.414 C23.329,4.679 24.406,7.067 25.572,9.338 C25.853,9.886 26.431,11.640 26.918,11.834 C27.486,12.203 29.345,12.109 30.165,12.316 C32.170,12.825 34.489,12.860 36.500,13.364 C37.516,13.618 38.689,13.413 39.430,13.927 C39.689,14.107 39.770,14.504 39.984,14.732 C40.047,16.499 39.096,16.843 38.163,17.792 C36.473,19.509 34.784,21.227 33.095,22.944 C32.585,23.462 31.092,24.543 31.036,25.359 C31.423,25.951 31.307,27.455 31.511,28.258 C32.138,30.727 32.213,33.522 32.857,35.987 C33.142,37.078 33.016,38.241 32.303,38.724 C31.108,39.533 29.632,38.193 28.819,37.758 C26.695,36.623 24.601,35.624 22.483,34.457 C21.979,34.179 20.607,33.178 20.108,33.088 C19.748,33.023 18.163,34.107 17.812,34.296 C15.557,35.505 13.340,36.640 11.080,37.839 C10.548,38.120 9.180,39.226 8.309,38.966 C6.955,38.558 6.874,36.993 7.280,35.423 C7.716,33.733 7.697,31.880 8.151,30.109 C8.527,28.642 8.907,26.529 9.022,24.957 C8.092,24.344 7.202,23.107 6.408,22.300 C4.760,20.625 3.059,18.990 1.340,17.389 C0.646,16.742 -0.578,15.515 0.311,14.249 C0.915,13.388 2.364,13.656 3.557,13.364 C6.678,12.599 10.114,12.468 13.298,11.834 C14.186,9.747 15.306,7.711 16.307,5.716 C16.954,4.426 17.496,3.163 18.128,1.931 C18.334,1.531 18.358,1.093 18.603,0.724 C18.845,0.362 19.299,0.273 19.633,-0.000 Z"/></svg>');
background-repeat: no-repeat; }
.home-section-featured-tv-shows .featured-tv-shows .video__body .video-info p {
font-size: 14px;
color: #b4bbc0;
font-weight: 400;
margin-top: 3px;
line-height: 21px;
margin-bottom: 22px; }
.home-section-featured-tv-shows .featured-tv-shows .video__body .video-info .movie-tab__content-action--link {
display: inline-block;
font-weight: 700;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
user-select: none;
border: 2px solid transparent;
text-transform: uppercase;
padding: 14px 18.7px;
font-size: 0.75rem;
line-height: 1;
border-radius: 5px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
font-weight: "Montserrat", "Open Sans", sans-serif;
min-width: 125px; }
@media (prefers-reduced-motion: reduce) {
.home-section-featured-tv-shows .featured-tv-shows .video__body .video-info .movie-tab__content-action--link {
transition: none; } }
.home-section-featured-tv-shows .featured-tv-shows .video__body .video-info .movie-tab__content-action--link:hover, .home-section-featured-tv-shows .featured-tv-shows .video__body .video-info .movie-tab__content-action--link:focus {
text-decoration: none; }
.home-section-featured-tv-shows .featured-tv-shows .video__body .video-info .movie-tab__content-action--link:focus, .home-section-featured-tv-shows .featured-tv-shows .video__body .video-info .movie-tab__content-action--link.focus {
outline: 0; }
.home-section-featured-tv-shows .featured-tv-shows .video__body .video-info .movie-tab__content-action--link.disabled, .home-section-featured-tv-shows .featured-tv-shows .video__body .video-info .movie-tab__content-action--link:disabled {
opacity: 0.65; }
.home-section-featured-tv-shows .featured-tv-shows .video__body .video-info .movie-tab__content-action--link:not(:disabled):not(.disabled) {
cursor: pointer; }
.home-section-featured-tv-shows .featured-tv-shows .video__body .video-info .movie-tab__content-action--link:not(:disabled):not(.disabled):active, .home-section-featured-tv-shows .featured-tv-shows .video__body .video-info .movie-tab__content-action--link:not(:disabled):not(.disabled).active {
background-image: none; }
.home-section-featured-tv-shows .featured-tv-shows .video__body .video-info .movie-tab__content-action--link_watch {
color: #fff; }
.home-section-featured-tv-shows .featured-tv-shows .video__body .video-info .movie-tab__content-action--link_add-to-playlist {
color: #fff; }
.home-section-featured-tv-shows .featured-tv-shows .video__body .video-info .movie-tab__content-action--link_add-to-playlist:hover, .home-section-featured-tv-shows .featured-tv-shows .video__body .video-info .movie-tab__content-action--link_add-to-playlist:focus {
background-color: #fff;
color: #000; }
@media (min-width: 992px) {
.home-section-featured-tv-shows .featured-tv-shows .video__body {
flex: 0 0 50.8333333333%;
max-width: 50.8333333333%; } }
@media (min-width: 992px) {
.home-section-featured-tv-shows .featured-tv-shows {
display: flex; } }
.tabbed-list-movies__inner .nav {
width: 100%;
padding-left: 0;
border-bottom: 1px solid #2f2f33;
padding-bottom: 12px; }
.tabbed-list-movies__inner .nav .nav-item {
margin-left: 0; }
.tabbed-list-movies__inner .nav .nav-item a {
font-size: 22px;
font-weight: 400;
display: inline; }
.tabbed-list-movies__inner .nav .nav-item a.active {
font-weight: 500; }
.tabbed-list-movies__inner .nav .nav-item + .nav-item:before {
content: '/';
margin: 0 9px 0 15px;
color: #2c3c4a;
display: inline-block; }
.tabbed-list-movies__inner .nav:after {
content: none; }
.tabbed-list-movies__inner .grid-movie-list {
margin-left: 0;
margin-right: 0; }
.tabbed-list-movies__inner .grid-movie-list .movie__list .year {
font-size: 12px;
color: #949cb0; }
.tabbed-list-movies__inner .grid-movie-list .movie__list .movie__name {
font-size: 14px;
color: #fff;
font-weight: 700;
margin: 0;
margin-bottom: 10px; }
.tabbed-list-movies__inner .grid-movie-list .movie__list .wrapper {
margin-left: 15px; }
.tabbed-list-movies__inner .grid-movie-list .movie__list .movie__link {
margin: 13px 0;
display: flex; }
@media (min-width: 576px) {
.tabbed-list-movies__inner .grid-movie-list .movie__list {
flex: 0 0 50%;
max-width: 50%; } }
@media (min-width: 768px) {
.tabbed-list-movies__inner .grid-movie-list .movie__list {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
border-top: 1px solid #2f2f33; } }
@media (min-width: 992px) {
.tabbed-list-movies__inner .grid-movie-list .movie__list {
padding: 0;
position: relative; }
.tabbed-list-movies__inner .grid-movie-list .movie__list:before {
content: " ";
width: 1px;
height: 100px;
background-color: #2c3346;
display: block;
position: absolute;
left: -28px;
bottom: 11px; }
.tabbed-list-movies__inner .grid-movie-list .movie__list:nth-child(3n+1):before {
content: none; }
.tabbed-list-movies__inner .grid-movie-list .movie__list:nth-child(-n+3) {
border-top: none; } }
.episode {
position: relative;
margin-bottom: 23px; }
.episode__link {
display: block; }
.episode__poster {
margin-bottom: 8px;
position: relative; }
.episode__title, .episode__meta {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden; }
.episode__title {
font-family: "Open Sans", sans-serif;
font-weight: 700;
font-size: 14px;
line-height: 18px;
color: #000; }
.episode__tv-show-name, .episode__number {
font-size: 12px;
line-height: 18px;
color: #949cb0; }
.episode__tv-show-name a, .episode__number a {
color: #949cb0; }
.episode__number {
display: block; }
.episode__tv-show-name {
display: inline-block; }
.episode__tv-show-name + .episode__number {
display: inline-block; }
.episode__tv-show-name + .episode__number:before {
content: "-";
padding: 0 2px; }
.style-2 .episode {
margin-bottom: 20px; }
.style-2 .episode__link {
position: relative; }
.style-2 .episode__body {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 0 25px 5px;
z-index: 1; }
.style-2 .episode .episode__poster {
margin-bottom: 0; }
.style-2 .episode .episode__poster:before {
background: linear-gradient(to bottom, rgba(240, 47, 23, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
content: " ";
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 1; }
.style-2 .episode .episode__poster img {
height: auto; }
.style-2 .episode__title {
font-size: 15px;
color: #fff; }
.style-2 .episode__episode {
font-size: 13px;
color: #fff; }
.episodes__inner {
display: flex;
flex-wrap: wrap;
margin-right: -9px;
margin-left: -9px; }
.episodes__inner > .episode {
position: relative;
width: 100%;
padding-right: 9px;
padding-left: 9px; }
.columns-1 > .episode {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 768px) {
.columns-1 > .episode {
flex: 0 0 100%;
max-width: 100%; } }
.columns-2 .episodes__inner > .episode {
flex: 0 0 50%;
max-width: 50%; }
.columns-3 .episodes__inner > .episode {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 992px) {
.columns-3 .episodes__inner > .episode {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
.columns-4 .episodes__inner > .episode {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 1200px) {
.columns-4 .episodes__inner > .episode {
flex: 0 0 25%;
max-width: 25%; } }
.columns-5 .episodes__inner > .episode {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 992px) {
.columns-5 .episodes__inner > .episode {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
@media (min-width: 1200px) {
.columns-5 .episodes__inner > .episode {
flex: 0 0 20%;
max-width: 20%; } }
.columns-6 .episodes__inner > .episode {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 992px) {
.columns-6 .episodes__inner > .episode {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
@media (min-width: 1200px) {
.columns-6 .episodes__inner > .episode {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; } }
.columns-7 .episodes__inner > .episode {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 992px) {
.columns-7 .episodes__inner > .episode {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
@media (min-width: 1200px) {
.columns-7 .episodes__inner > .episode {
flex: 0 0 14.2857142858%;
max-width: 14.2857142858%; } }
.episode .nav {
font-family: "Montserrat", "Open Sans", sans-serif; }
@media (max-width: 1199.98px) {
.episode .nav {
overflow-x: auto;
overflow-y: hidden;
flex-wrap: nowrap; } }
.episode .nav .nav-item + .nav-item:before {
content: '/'; }
.episode-seasons-tabs {
padding: 50px 0 18px; }
.episode-seasons-tabs .nav {
margin-bottom: 32px; }
.episode-seasons-tabs .nav .nav-item {
font-size: 22px;
line-height: 1;
letter-spacing: -0.025em;
display: flex;
flex-shrink: 0; }
.episode-seasons-tabs .nav .nav-item a {
font-weight: normal;
display: inline-block; }
.episode-seasons-tabs .nav .nav-item a.active {
font-weight: 500; }
.episode-seasons-tabs .nav .nav-item + .nav-item:before {
margin: 0 12px 0 15px; }
.episode-tabs .nav {
justify-content: center; }
.episode-tabs .nav .nav-item {
font-size: 18px;
line-height: 1;
letter-spacing: -0.025em;
display: flex;
flex-shrink: 0; }
.episode-tabs .nav .nav-item a {
position: relative;
padding: 0 25px 18px 25px; }
.episode-tabs .nav .nav-item a.active {
font-weight: 500; }
.episode-tabs .nav .nav-item a.active:after {
content: ' ';
border-bottom: 3px solid transparent;
display: block;
position: absolute;
bottom: -1px;
width: 100%;
left: 0;
border-bottom-color: red; }
.episode-tabs .nav .nav-item .nav-item + .nav-item:before {
margin: 0 0 0 4px; }
.episode-tabs .tab-content {
width: 100vw;
position: relative;
margin-left: calc(-50vw + 50% - 8px);
padding: 50px 0; }
@media (max-width: 991.98px) {
.episode-tabs .tab-content {
margin-left: calc(-50vw + 50%); } }
.episode-tabs .tab-content .tab-pane {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
@media (min-width: 576px) {
.episode-tabs .tab-content .tab-pane {
max-width: 540px; } }
@media (min-width: 768px) {
.episode-tabs .tab-content .tab-pane {
max-width: 720px; } }
@media (min-width: 992px) {
.episode-tabs .tab-content .tab-pane {
max-width: 960px; } }
@media (min-width: 1200px) {
.episode-tabs .tab-content .tab-pane {
max-width: 1170px; } }
@media (min-width: 1440px) {
.episode-tabs .tab-content .tab-pane {
max-width: 1440px; } }
@media (min-width: 1486px) {
.episode-tabs .tab-content .tab-pane {
max-width: 1486px; } }
@media (min-width: 1200px) {
.episode-tabs .tab-content .tab-pane {
padding-left: 38px;
padding-right: 38px; } }
.dark .episode-tabs .tab-content .episode__description {
color: #fff; }
.dark .episode-tabs .tab-content .masvideos-Reviews .comment-form label {
color: #fff; }
.episode__head {
position: relative;
margin-bottom: 36px;
display: flex;
width: 100%;
position: relative;
align-items: center; }
.episode__player {
width: 100%; }
.episode__player--next-episode, .episode__player--prev-episode {
max-width: 120px; }
@media (max-width: 767.98px) {
.episode__player--next-episode, .episode__player--prev-episode {
position: absolute;
z-index: 1;
display: none; } }
.episode__player--next-episode a, .episode__player--prev-episode a {
font-size: 13px;
line-height: 18px;
color: #fff;
display: flex;
align-items: center;
transition: all .3s ease 0s; }
.episode__player--next-episode__label, .episode__player--prev-episode__label {
position: relative;
flex: 1; }
.episode__player--prev-episode {
left: 0; }
@media (min-width: 992px) {
.episode__player--prev-episode {
margin-right: 82px; } }
@media (min-width: 992px) {
.episode__player--prev-episode a {
text-align: right; } }
.episode__player--prev-episode a:before {
content: '';
width: 84px;
height: 121px;
display: inline-block;
background-repeat: no-repeat;
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="84px" height="120px"><path fill-rule="evenodd" fill="rgb(113, 127, 140)" d="M61.988,118.579 L60.584,119.988 L0.012,59.210 L1.416,57.801 L1.713,58.098 L60.590,0.006 L61.982,1.426 L3.117,59.508 L61.988,118.579 Z"/></svg>'); }
[dir="rtl"] .episode__player--prev-episode a:before {
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="77px" height="121px"><path fill-rule="evenodd"  fill="rgb(113, 127, 140)" d="M62.707,59.707 L1.707,120.707 L0.293,119.293 L59.580,60.006 L0.299,1.713 L1.701,0.287 L60.994,58.592 L61.293,58.293 L62.707,59.707 Z"/></svg>'); }
.episode__player--prev-episode__label {
left: -20px; }
.episode__player--next-episode {
right: 0;
text-align: right; }
@media (min-width: 768px) {
.episode__player--next-episode {
display: flex;
justify-content: flex-end; } }
@media (min-width: 992px) {
.episode__player--next-episode {
margin-left: 82px; } }
.episode__player--next-episode a:after {
content: '';
width: 77px;
height: 121px;
display: inline-block;
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="77px" height="121px"><path fill-rule="evenodd"  fill="rgb(113, 127, 140)" d="M62.707,59.707 L1.707,120.707 L0.293,119.293 L59.580,60.006 L0.299,1.713 L1.701,0.287 L60.994,58.592 L61.293,58.293 L62.707,59.707 Z"/></svg>');
background-repeat: no-repeat; }
[dir="rtl"] .episode__player--next-episode a:after {
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="84px" height="120px"><path fill-rule="evenodd" fill="rgb(113, 127, 140)" d="M61.988,118.579 L60.584,119.988 L0.012,59.210 L1.416,57.801 L1.713,58.098 L60.590,0.006 L61.982,1.426 L3.117,59.508 L61.988,118.579 Z"/></svg>'); }
@media (max-width: 767.98px) {
.episode__player--next-episode a:after {
width: 63px; } }
.episode__player--next-episode__label {
right: -12px; }
.episode__player iframe {
margin-bottom: 0;
border: none; }
@media (min-width: 992px) {
.single-episode-v1 .episode__player,
.single-episode-v2 .episode__player {
max-width: 74.5%; } }
@media (min-width: 992px) {
.single-episode-v1 .episode__player:first-child,
.single-episode-v2 .episode__player:first-child {
margin-left: auto; } }
@media (min-width: 992px) {
.single-episode-v1 .episode__player:last-child,
.single-episode-v2 .episode__player:last-child {
margin-right: auto; } }
.tv-show-related {
margin-bottom: 60px; }
.tv-show-related__title {
font-size: 20px;
font-weight: 500;
margin-bottom: 24px; }
@media (min-width: 768px) {
.tv-show-related__title {
font-size: 22px; } }
.tv-show-related__carousel {
position: relative; }
.tv-show-related__carousel .tv-shows .slick-list {
width: calc( 100% + 15px); }
.tv-show-related__carousel .tv-shows .slick-track {
margin-left: 0; }
.tv-show-related__carousel .tv-shows .slick-slide {
margin: 0;
padding: 0 7.5px; }
.tv-show-related__carousel .tv-shows .slick-slider {
margin: 0 -7.5px; }
.tv-show-related__carousel .tv-show {
position: relative;
margin-top: 10.5px;
margin-bottom: 0; }
.tv-show-related__carousel .tv-show__episode, .tv-show-related__carousel .tv-show__actions, .tv-show-related__carousel .tv-show__short-description {
display: none; }
.tv-show-related__carousel .tv-show__meta {
max-width: 100%; }
.tv-show-related__carousel .slick-arrow {
height: auto;
z-index: 1;
top: 39%; }
.tv-show-related__carousel .slick-arrow:before {
width: 23px;
height: 43px;
display: inline-block;
opacity: 0.7; }
.tv-show-related__carousel .slick-arrow:hover:before {
opacity: 1; }
@media (max-width: 767.98px) {
.tv-show-related__carousel .slick-arrow {
display: none !important; } }
.tv-show-related__carousel .slick-prev {
left: 0; }
.tv-show-related__carousel .slick-prev:before {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="22px" height="43px"><path fill-rule="evenodd"  fill="rgb(113, 127, 140)" d="M21.993,40.855 L20.606,42.264 L0.011,21.344 L0.214,21.138 L0.011,20.931 L20.606,0.011 L21.993,1.419 L2.582,21.137 L21.993,40.855 Z"/></svg>'); }
[dir="rtl"] .tv-show-related__carousel .slick-prev:before {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="23px" height="43px"><path fill-rule="evenodd"  fill="rgb(113, 127, 140)" d="M22.988,21.850 L1.984,42.988 L0.570,41.564 L20.366,21.641 L0.570,1.717 L1.984,0.294 L22.988,21.432 L22.781,21.641 L22.988,21.850 Z"/></svg>'); }
@media (min-width: 768px) {
.tv-show-related__carousel .slick-prev {
left: -30px; } }
@media (min-width: 1440px) {
.tv-show-related__carousel .slick-prev {
left: -38px; } }
.tv-show-related__carousel .slick-next {
right: 0; }
.tv-show-related__carousel .slick-next:before {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="23px" height="43px"><path fill-rule="evenodd"  fill="rgb(113, 127, 140)" d="M22.988,21.850 L1.984,42.988 L0.570,41.564 L20.366,21.641 L0.570,1.717 L1.984,0.294 L22.988,21.432 L22.781,21.641 L22.988,21.850 Z"/></svg>'); }
[dir="rtl"] .tv-show-related__carousel .slick-next:before {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="22px" height="43px"><path fill-rule="evenodd"  fill="rgb(113, 127, 140)" d="M21.993,40.855 L20.606,42.264 L0.011,21.344 L0.214,21.138 L0.011,20.931 L20.606,0.011 L21.993,1.419 L2.582,21.137 L21.993,40.855 Z"/></svg>'); }
@media (min-width: 768px) {
.tv-show-related__carousel .slick-next {
right: -30px; } }
@media (min-width: 1440px) {
.tv-show-related__carousel .slick-next {
right: -38px; } }
.single-episode .site-header {
margin-bottom: 0; }
.single-episode .masvideos-breadcrumb {
flex: 0 0 100%;
max-width: 100%; }
.single-episode .episode_title {
font-size: 24px; }
@media (min-width: 992px) {
.single-episode .episode_title {
font-size: 26px; } }
.single-episode .episode__meta {
font-size: 14px;
font-family: "Montserrat", "Open Sans", sans-serif; }
.single-episode .episode__meta > * + *:before {
content: '|';
display: inline-block;
margin: 0 10px; }
.single-episode .episode__meta .vodi-views-likes {
margin-top: 18px;
margin-bottom: 0; }
.single-episode .episode__meta .vodi-views-likes:before {
content: none; }
.single-episode .episode .episode-download-btn {
display: inline-flex;
align-items: center;
font-size: 14px;
flex-shrink: 0;
color: #949cb0; }
.single-episode .episode .episode-download-btn > i {
margin-right: 5px; }
.single-episode .episode .episode-download-btn:not(:hover) > i {
color: #949cb0; }
.single-episode .episode__info--head, .single-episode .episode__info--body {
display: flex;
justify-content: space-between;
flex-direction: column; }
@media (min-width: 992px) {
.single-episode .episode__info--head, .single-episode .episode__info--body {
flex-direction: row; } }
.single-episode .episode__info--head {
margin-bottom: 22px; }
.single-episode .episode__avg-rating {
margin-bottom: 23px;
display: flex;
justify-content: flex-start; }
@media (min-width: 992px) {
.single-episode .episode__avg-rating {
justify-content: flex-end; } }
.single-episode .episode__avg-rating .avg-rating {
position: relative;
display: flex; }
.single-episode .episode__avg-rating .avg-rating:before {
content: ' ';
display: inline-block;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="34px" height="32px"><path fill-rule="evenodd"  fill="rgb(44, 146, 205)" d="M16.243,-0.001 C17.796,0.029 17.813,0.963 18.340,1.981 C19.301,3.839 20.192,5.798 21.157,7.662 C21.389,8.111 21.867,9.551 22.271,9.710 C22.740,10.013 24.278,9.936 24.957,10.106 C26.616,10.523 28.534,10.552 30.198,10.965 C31.039,11.174 32.009,11.005 32.622,11.427 C32.837,11.575 32.903,11.901 33.081,12.088 C33.133,13.537 32.346,13.819 31.574,14.598 C30.176,16.007 28.778,17.417 27.381,18.826 C26.959,19.251 25.724,20.138 25.677,20.807 C25.998,21.293 25.902,22.527 26.071,23.186 C26.590,25.212 26.652,27.505 27.184,29.527 C27.420,30.423 27.315,31.377 26.726,31.773 C25.737,32.437 24.516,31.338 23.843,30.981 C22.086,30.050 20.353,29.230 18.602,28.272 C18.184,28.044 17.049,27.223 16.636,27.149 C16.338,27.096 15.027,27.985 14.736,28.140 C12.871,29.132 11.037,30.064 9.167,31.047 C8.727,31.278 7.595,32.186 6.874,31.971 C5.754,31.638 5.687,30.353 6.023,29.065 C6.384,27.678 6.368,26.158 6.743,24.705 C7.055,23.501 7.369,21.767 7.464,20.477 C6.695,19.975 5.959,18.959 5.302,18.297 C3.938,16.923 2.531,15.582 1.109,14.268 C0.535,13.737 -0.478,12.730 0.257,11.692 C0.757,10.984 1.956,11.205 2.943,10.965 C5.525,10.338 8.368,10.231 11.002,9.710 C11.737,7.997 12.663,6.327 13.492,4.690 C14.027,3.631 14.475,2.596 14.998,1.585 C15.168,1.256 15.188,0.897 15.391,0.594 C15.591,0.296 15.967,0.224 16.243,-0.001 Z"/></svg>');
width: 40px;
height: 39px;
background-repeat: no-repeat;
margin-right: 3px; }
.single-episode .episode__avg-rating .avg-rating__number {
font-size: 24px;
letter-spacing: -0.05em;
font-weight: 600; }
.single-episode .episode__avg-rating .avg-rating__text {
font-size: 12px;
display: block;
line-height: 1.5; }
.single-episode .episode__avg-rating .avg-rating__inner {
display: flex;
flex-direction: column; }
.single-episode .episode__short-description > div,
.single-episode .episode__short-description p, .single-episode .episode__description > div,
.single-episode .episode__description p {
font-size: 15px;
line-height: 26px;
letter-spacing: -0.01em;
text-align: justify; }
.single-episode .episode__season-tabs-wrap {
margin-bottom: 60px; }
.single-episode .episode__season-tabs-wrap .masvideos-tabs {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
@media (min-width: 576px) {
.single-episode .episode__season-tabs-wrap .masvideos-tabs {
max-width: 540px; } }
@media (min-width: 768px) {
.single-episode .episode__season-tabs-wrap .masvideos-tabs {
max-width: 720px; } }
@media (min-width: 992px) {
.single-episode .episode__season-tabs-wrap .masvideos-tabs {
max-width: 960px; } }
@media (min-width: 1200px) {
.single-episode .episode__season-tabs-wrap .masvideos-tabs {
max-width: 1170px; } }
@media (min-width: 1440px) {
.single-episode .episode__season-tabs-wrap .masvideos-tabs {
max-width: 1440px; } }
@media (min-width: 1486px) {
.single-episode .episode__season-tabs-wrap .masvideos-tabs {
max-width: 1486px; } }
@media (min-width: 1200px) {
.single-episode .episode__season-tabs-wrap .masvideos-tabs {
padding-left: 38px;
padding-right: 38px; } }
.single-episode .episode__summary {
margin-bottom: 70px; }
.single-episode .episode__tags {
font-size: 15px;
font-weight: 600;
line-height: 26px; }
.single-episode .episode__tags a {
font-weight: 400; }
.single-episode .episode__meta + .episode__rating-with-sharing,
.single-episode .episode__short-description + .episode__tags,
.single-episode .episode__description + .episode__tags {
margin-top: 20px; }
@media (min-width: 992px) {
.single-episode .episode__meta + .episode__rating-with-sharing,
.single-episode .episode__short-description + .episode__tags,
.single-episode .episode__description + .episode__tags {
flex: 0 0 37%;
max-width: 37%;
padding-left: 73px;
margin-top: 0; } }
.single-episode .masvideos-Reviews {
margin-bottom: 60px; }
.single-episode .masvideos-Reviews #review_form_wrapper {
margin-bottom: 60px; }
.single-episode .episode-tabs .masvideos-Reviews {
margin-bottom: 0; }
@media (min-width: 992px) and (max-width: 1199.98px) {
.single-episode-v1 .episode_title, .single-episode-v2 .episode_title {
max-width: 77%; } }
@media (min-width: 1200px) {
.single-episode-v1 .episode_title, .single-episode-v2 .episode_title {
max-width: 80%; } }
@media (min-width: 1440px) {
.single-episode-v1 .episode_title, .single-episode-v2 .episode_title {
max-width: 84%; } }
@media (min-width: 992px) {
.single-episode-v1 .episode__meta + .episode__rating-with-sharing, .single-episode-v2 .episode__meta + .episode__rating-with-sharing {
margin-top: -21px; } }
@media (max-width: 991.98px) {
.single-episode-v1 .episode__player--prev-episode, .single-episode-v1 .episode__player--next-episode, .single-episode-v2 .episode__player--prev-episode, .single-episode-v2 .episode__player--next-episode {
max-width: 150px;
position: absolute;
bottom: -40px;
display: block; }
.single-episode-v1 .episode__player--prev-episode a:before, .single-episode-v1 .episode__player--prev-episode a:after, .single-episode-v1 .episode__player--next-episode a:before, .single-episode-v1 .episode__player--next-episode a:after, .single-episode-v2 .episode__player--prev-episode a:before, .single-episode-v2 .episode__player--prev-episode a:after, .single-episode-v2 .episode__player--next-episode a:before, .single-episode-v2 .episode__player--next-episode a:after {
display: none; }
.single-episode-v1 .episode__player--prev-episode__label, .single-episode-v1 .episode__player--next-episode__label, .single-episode-v2 .episode__player--prev-episode__label, .single-episode-v2 .episode__player--next-episode__label {
min-width: 110px;
margin-bottom: 5px; }
.single-episode-v1 .episode__player--prev-episode__label, .single-episode-v2 .episode__player--prev-episode__label {
left: 0; }
.single-episode-v1 .episode__player--next-episode__label, .single-episode-v2 .episode__player--next-episode__label {
right: 0; }
.single-episode-v1 .episode__head, .single-episode-v2 .episode__head {
margin-bottom: 64px; } }
.single-episode-v1 .episode__description .maxlist-more,
.single-episode-v2 .episode__description .maxlist-more,
.single-episode-v4 .episode__description .maxlist-more {
margin-top: 5px; }
.single-episode-v3 .episode__description .maxlist-more {
top: 8px; }
.single-episode-v3 .episode__head {
justify-content: flex-start; }
.single-episode-v3 .masvideos-breadcrumb {
padding-left: 15px;
padding-right: 15px;
z-index: 1; }
.single-episode-v3 .single-episode-bg-image {
position: absolute;
width: 100vw;
height: 100%;
top: -81px;
background-repeat: no-repeat;
background-size: cover;
left: calc(-50vw + 50% - 8px); }
@media (min-width: 992px) {
.single-episode-v3 .single-episode-bg-image {
left: calc(-50vw + 930px / 2 - 8px); } }
@media (min-width: 1200px) {
.single-episode-v3 .single-episode-bg-image {
left: calc(-50vw + 1094px / 2 - 8px); } }
@media (min-width: 1440px) {
.single-episode-v3 .single-episode-bg-image {
left: calc(-50vw + 1364px / 2 - 8px); } }
@media (min-width: 1486px) {
.single-episode-v3 .single-episode-bg-image {
left: calc(-50vw + 1410px / 2 - 8px); } }
.single-episode-v3 .episode__title-with-nav {
display: flex;
justify-content: space-between;
margin-bottom: 30px;
flex-direction: column; }
@media (min-width: 1200px) {
.single-episode-v3 .episode__title-with-nav {
flex-direction: row; } }
@media (max-width: 1199.98px) {
.single-episode-v3 .episode__title-with-nav .episode_title {
order: 2; } }
@media (max-width: 1199.98px) {
.single-episode-v3 .episode__title-with-nav .episode__player--arrows {
margin-bottom: 20px; } }
.single-episode-v3 .vodi-sharing div.sharedaddy .sd-sharing {
align-items: flex-start;
flex-direction: column; }
.single-episode-v3 .vodi-sharing div.sharedaddy h3.sd-title {
margin-right: 0;
margin-bottom: 11px; }
.single-episode-v3 .episode .single-episode__content,
.single-episode-v4 .episode .single-episode__content {
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 992px) {
.single-episode-v3 .episode .single-episode__content,
.single-episode-v4 .episode .single-episode__content {
flex: 0 0 74%;
max-width: 74%;
padding-right: 30px; } }
.single-episode-v3 .episode .single-episode__sidebar,
.single-episode-v4 .episode .single-episode__sidebar {
flex: 0 0 100%;
max-width: 100%;
margin-top: 30px; }
@media (min-width: 992px) {
.single-episode-v3 .episode .single-episode__sidebar,
.single-episode-v4 .episode .single-episode__sidebar {
flex: 0 0 26%;
max-width: 26%;
margin-top: 0; } }
.single-episode-v3 .episode_title,
.single-episode-v4 .episode_title {
margin-top: 6px;
margin-bottom: 0px; }
.single-episode-v3 .episode__player--arrows,
.single-episode-v4 .episode__player--arrows {
display: flex;
align-items: center;
font-size: 14px;
line-height: 1; }
.single-episode-v3 .episode__player--arrows > * + *:before,
.single-episode-v4 .episode__player--arrows > * + *:before {
content: '|';
display: flex;
align-items: center;
margin: 0 8px; }
@media (max-width: 991.98px) {
.single-episode-v3 .episode__player--arrows,
.single-episode-v4 .episode__player--arrows {
display: block;
width: 100%; }
.single-episode-v3 .episode__player--arrows > * + *:before,
.single-episode-v4 .episode__player--arrows > * + *:before {
display: none; } }
.single-episode-v3 .episode__player--prev-episode, .single-episode-v3 .episode__player--next-episode,
.single-episode-v4 .episode__player--prev-episode,
.single-episode-v4 .episode__player--next-episode {
max-width: none;
font-size: 14px;
line-height: 1; }
.single-episode-v3 .episode__player--prev-episode a, .single-episode-v3 .episode__player--next-episode a,
.single-episode-v4 .episode__player--prev-episode a,
.single-episode-v4 .episode__player--next-episode a {
font-size: inherit; }
.single-episode-v3 .episode__player--prev-episode a:hover:after, .single-episode-v3 .episode__player--prev-episode a:hover:before, .single-episode-v3 .episode__player--next-episode a:hover:after, .single-episode-v3 .episode__player--next-episode a:hover:before,
.single-episode-v4 .episode__player--prev-episode a:hover:after,
.single-episode-v4 .episode__player--prev-episode a:hover:before,
.single-episode-v4 .episode__player--next-episode a:hover:after,
.single-episode-v4 .episode__player--next-episode a:hover:before {
border-color: #9f9fa4; }
.single-episode-v3 .episode__player--prev-episode__label, .single-episode-v3 .episode__player--next-episode__label,
.single-episode-v4 .episode__player--prev-episode__label,
.single-episode-v4 .episode__player--next-episode__label {
left: auto;
right: auto; }
@media (max-width: 991.98px) {
.single-episode-v3 .episode__player--prev-episode, .single-episode-v3 .episode__player--next-episode,
.single-episode-v4 .episode__player--prev-episode,
.single-episode-v4 .episode__player--next-episode {
position: relative;
display: block;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid  #949cb0; } }
@media (max-width: 991.98px) {
.single-episode-v3 .episode__player--prev-episode:before, .single-episode-v3 .episode__player--next-episode:after,
.single-episode-v4 .episode__player--prev-episode:before,
.single-episode-v4 .episode__player--next-episode:after {
width: 30px;
height: 30px; } }
.single-episode-v3 .episode__player--next-episode,
.single-episode-v4 .episode__player--next-episode {
margin-left: 0; }
.single-episode-v3 .episode__player--next-episode a:after,
.single-episode-v4 .episode__player--next-episode a:after {
content: '';
width: 43px;
height: 43px;
display: inline-block;
margin-left: 12px;
background-repeat: no-repeat;
background-position: center center;
border: 1px solid #4e5567;
border-radius: 50%;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="8px" height="14px"><path fill-rule="evenodd"  fill="rgb(100, 106, 123)" d="M7.993,7.104 L1.210,13.989 L0.207,13.147 L6.113,7.151 L0.369,0.876 L1.331,0.008 L7.272,6.499 L7.993,7.104 Z"/></svg>'); }
[dir="rtl"] .single-episode-v3 .episode__player--next-episode a:after, [dir="rtl"]
.single-episode-v4 .episode__player--next-episode a:after {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="8px" height="14px"><path fill-rule="evenodd"  fill="rgb(100, 106, 123)" d="M7.793,13.147 L6.790,13.989 L0.007,7.104 L0.728,6.499 L6.669,0.008 L7.631,0.876 L1.887,7.151 L7.793,13.147 Z"/></svg>'); }
.single-episode-v3 .episode__player--next-episode a:hover:after,
.single-episode-v4 .episode__player--next-episode a:hover:after {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(129, 129, 133)" /></svg>'); }
[dir="rtl"] .single-episode-v3 .episode__player--next-episode a:hover:after, [dir="rtl"]
.single-episode-v4 .episode__player--next-episode a:hover:after {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(129, 129, 133)"/></svg>'); }
.single-episode-v3 .episode__player--prev-episode,
.single-episode-v4 .episode__player--prev-episode {
margin-right: 0; }
.single-episode-v3 .episode__player--prev-episode a:before,
.single-episode-v4 .episode__player--prev-episode a:before {
content: '';
width: 43px;
height: 43px;
background-repeat: no-repeat;
background-position: center center;
border: 1px solid #4e5567;
border-radius: 50%;
margin-right: 12px;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="8px" height="14px"><path fill-rule="evenodd"  fill="rgb(100, 106, 123)" d="M7.793,13.147 L6.790,13.989 L0.007,7.104 L0.728,6.499 L6.669,0.008 L7.631,0.876 L1.887,7.151 L7.793,13.147 Z"/></svg>'); }
[dir="rtl"] .single-episode-v3 .episode__player--prev-episode a:before, [dir="rtl"]
.single-episode-v4 .episode__player--prev-episode a:before {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="8px" height="14px"><path fill-rule="evenodd"  fill="rgb(100, 106, 123)" d="M7.993,7.104 L1.210,13.989 L0.207,13.147 L6.113,7.151 L0.369,0.876 L1.331,0.008 L7.272,6.499 L7.993,7.104 Z"/></svg>'); }
.single-episode-v3 .episode__player--prev-episode a:hover:before,
.single-episode-v4 .episode__player--prev-episode a:hover:before {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(129, 129, 133)"/></svg>'); }
[dir="rtl"] .single-episode-v3 .episode__player--prev-episode a:hover:before, [dir="rtl"]
.single-episode-v4 .episode__player--prev-episode a:hover:before {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(129, 129, 133)" /></svg>'); }
.single-episode-v3 .episode__rating-with-sharing .episode__avg-rating,
.single-episode-v4 .episode__rating-with-sharing .episode__avg-rating {
margin-bottom: 0; }
.single-episode-v3 .episode__rating-with-sharing .episode__sharing,
.single-episode-v4 .episode__rating-with-sharing .episode__sharing {
display: none; }
.single-episode-v3 .episode__short-description,
.single-episode-v4 .episode__short-description {
margin-bottom: 25px; }
.single-episode-v3 .episode-tabs .tab-content,
.single-episode-v4 .episode-tabs .tab-content {
margin-left: 0;
width: auto; }
.single-episode-v2 #reviews .masvideos-review__published-date,
.single-episode-v3 #reviews .masvideos-review__published-date {
font-size: 12px; }
.single-episode-v2 #reviews .comment-text .description,
.single-episode-v3 #reviews .comment-text .description {
font-size: 13px; }
.single-episode-v4 .episode__description > div {
font-size: 14px;
line-height: 21px; }
.single-episode-v4 .episode__head {
justify-content: center;
flex-direction: column; }
.single-episode-v4 .episode__head .episode__player {
margin-bottom: 22px; }
.single-episode-v4 .episode__player--arrows {
justify-content: center; }
.single-episode-v4 .episode__avg-rating {
margin-bottom: 48px;
justify-content: flex-start; }
.single-episode-v4 .episode__summary {
margin-bottom: 45px; }
.single-episode-v4 .vodi-single-episode__sidebar--seasons-episode > .vodi-single-episode__sidebar--seasons-episode__season-title {
display: none; }
.single-episode-v4 .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav {
display: none; }
.single-episode-v4 .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .tab-content > .tab-pane {
display: block;
margin-bottom: 30px; }
.single-episode-v4 .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode__season-title {
font-size: 20px;
padding-bottom: 8px; }
@media (min-width: 1200px) {
.single-episode-v4 .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode__season-title {
font-size: 22px; } }
.single-episode-v4 .masvideos-breadcrumb {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 0;
padding-bottom: 18px;
position: relative; }
.single-episode-v4 .masvideos-breadcrumb::after {
content: '';
display: block;
position: absolute;
left: calc(-50vw + 50% - 8px);
top: 100%;
width: 100%;
height: 242px;
background: radial-gradient(farthest-corner at 46% 0%, #31394b 2%, rgba(33, 38, 53, 0.57) 37%, rgba(160, 162, 168, 0) 72%, rgba(255, 255, 255, 0) 100%); }
.single-episode-v4 .episode__head--views-likes-download {
display: flex;
align-items: center;
margin-top: 12px;
margin-bottom: 15px; }
.single-episode-v4 .episode__head--views-likes-download > *:not(:last-child) {
margin-right: 40px; }
.single-episode-v4 .episode__head--views-likes-download .vodi-views-likes {
margin-bottom: 0; }
.single-episode-v4 .episode__head--views-likes-download .episode-download-btn {
display: flex;
font-size: 12px;
font-weight: 600; }
.single-episode-v4 .episode__head--views-likes-download .episode-download-btn > i {
font-size: 18px; }
.episode__head--info {
display: flex;
align-items: center;
margin-bottom: 40px;
padding-top: 30px;
flex-direction: column; }
@media (min-width: 768px) {
.episode__head--info {
flex-direction: row; } }
@media (min-width: 768px) {
.episode__head--info .episode__poster {
flex: 0 0 14.11%;
max-width: 14.11%;
margin-right: 16px; } }
.episode__head--info .episode__poster .episode__link {
height: 100%;
padding: 0; }
.episode__head--info .episode__poster .episode__link .episode__poster--image,
.episode__head--info .episode__poster .episode__link .masvideos-placeholder {
position: relative; }
.episode__head--info .episode__title {
font-size: 26px;
line-height: 1; }
.episode__head--info .episode__tv-show-name, .episode__head--info .episode__number {
margin-bottom: 8px;
display: none; }
.episode__head--info .episode__meta--genres,
.episode__head--info .episode__meta--genres a, .episode__head--info .episode__meta--release-year {
display: flex;
font-size: 12px;
line-height: 18px;
letter-spacing: -0.01em;
color: #949cb0;
font-family: "Open Sans", sans-serif;
font-weight: 400;
margin-bottom: 3px; }
.episode__head--info .episode__description, .episode__head--info .episode__short-description {
margin-bottom: 26px; }
.episode__head--info .episode__short-description p {
margin-bottom: 0; }
.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode__season-title {
font-size: 20px;
font-weight: 500;
padding-bottom: 9px;
margin-bottom: 18px;
border-bottom-width: 1px;
border-bottom-style: solid; }
@media (min-width: 1200px) {
.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode__season-title {
font-size: 24px; } }
.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav {
flex-direction: column;
margin-bottom: 35px; }
.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item + .nav-item {
margin-top: 2px; }
.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item + .nav-item:before {
content: none; }
.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item a {
font-size: 14px;
font-weight: 400;
display: flex;
justify-content: space-between;
align-items: center; }
.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item a .season-title {
font-size: 14px;
font-weight: 400; }
.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item a .episodes-count::before {
content: "("; }
.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item a .episodes-count::after {
content: ")"; }
.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item a.active .season-title, .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item a:hover .season-title {
font-weight: 700; }
.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .tab-content .episodes__inner {
margin: 0;
flex-direction: column; }
.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .tab-content .episodes__inner .episode {
margin: 0;
padding: 0;
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 8px; }
.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .tab-content .episodes__inner .episode__tv-show-name, .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .tab-content .episodes__inner .episode__number {
font-size: 14px; }
.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .tab-content .episodes__inner .episode__tv-show-name + .episode__title, .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .tab-content .episodes__inner .episode__number + .episode__title {
margin-left: 7px; }
.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .tab-content .episodes__inner .episode__title {
margin-bottom: 0;
color: #949cb0;
font-weight: 400; }
.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .tab-content .episodes__inner .episode__link {
display: flex;
width: 100%; }
.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .tab-content .episodes__inner .episode__link:hover .episode__tv-show-name,
.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .tab-content .episodes__inner .episode__link:hover .episode__number,
.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .tab-content .episodes__inner .episode__link:hover .episode__title {
font-weight: 700; }
.single-episode__sidebar .vodi-single-episode__sidebar--tv-show {
display: flex;
margin-bottom: 40px; }
.single-episode__sidebar .vodi-single-episode__sidebar--tv-show .tv-show__poster {
flex: 0 0 40.5%;
max-width: 40.5%;
margin-right: 15px; }
.single-episode__sidebar .vodi-single-episode__sidebar--tv-show .tv-show__poster .tv-show__link {
height: 100%;
padding: 0; }
.single-episode__sidebar .vodi-single-episode__sidebar--tv-show .tv-show__poster--image {
margin: 0; }
.single-episode__sidebar .vodi-single-episode__sidebar--tv-show .tv-show__meta {
margin-top: -5px;
white-space: normal; }
.single-episode__sidebar .vodi-single-episode__sidebar--tv-show .tv-show__title {
font-size: 19px;
line-height: 1;
margin-bottom: 18px; }
.single-episode__sidebar .vodi-single-episode__sidebar--tv-show .tv-show__short-description {
display: block; }
.movie-playlists__inner:not(.slick-slider),
.video-playlists__inner:not(.slick-slider),
.tv-show-playlists__inner:not(.slick-slider) {
display: flex;
flex-wrap: wrap;
margin-right: -7.5px;
margin-left: -7.5px; }
.movie-playlists__inner:not(.slick-slider) .movie-playlist,
.movie-playlists__inner:not(.slick-slider) .video-playlist,
.movie-playlists__inner:not(.slick-slider) .tv-show-playlist,
.video-playlists__inner:not(.slick-slider) .movie-playlist,
.video-playlists__inner:not(.slick-slider) .video-playlist,
.video-playlists__inner:not(.slick-slider) .tv-show-playlist,
.tv-show-playlists__inner:not(.slick-slider) .movie-playlist,
.tv-show-playlists__inner:not(.slick-slider) .video-playlist,
.tv-show-playlists__inner:not(.slick-slider) .tv-show-playlist {
position: relative;
width: 100%;
padding-right: 7.5px;
padding-left: 7.5px; }
.movie-playlists.columns-2 .movie-playlist,
.movie-playlists.columns-2 .video-playlist,
.movie-playlists.columns-2 .tv-show-playlist, .movie-playlists.columns-3 .movie-playlist,
.movie-playlists.columns-3 .video-playlist,
.movie-playlists.columns-3 .tv-show-playlist, .movie-playlists.columns-4 .movie-playlist,
.movie-playlists.columns-4 .video-playlist,
.movie-playlists.columns-4 .tv-show-playlist, .movie-playlists.columns-5 .movie-playlist,
.movie-playlists.columns-5 .video-playlist,
.movie-playlists.columns-5 .tv-show-playlist, .movie-playlists.columns-6 .movie-playlist,
.movie-playlists.columns-6 .video-playlist,
.movie-playlists.columns-6 .tv-show-playlist, .movie-playlists.columns-7 .movie-playlist,
.movie-playlists.columns-7 .video-playlist,
.movie-playlists.columns-7 .tv-show-playlist, .movie-playlists.columns-8 .movie-playlist,
.movie-playlists.columns-8 .video-playlist,
.movie-playlists.columns-8 .tv-show-playlist,
.video-playlists.columns-2 .movie-playlist,
.video-playlists.columns-2 .video-playlist,
.video-playlists.columns-2 .tv-show-playlist,
.video-playlists.columns-3 .movie-playlist,
.video-playlists.columns-3 .video-playlist,
.video-playlists.columns-3 .tv-show-playlist,
.video-playlists.columns-4 .movie-playlist,
.video-playlists.columns-4 .video-playlist,
.video-playlists.columns-4 .tv-show-playlist,
.video-playlists.columns-5 .movie-playlist,
.video-playlists.columns-5 .video-playlist,
.video-playlists.columns-5 .tv-show-playlist,
.video-playlists.columns-6 .movie-playlist,
.video-playlists.columns-6 .video-playlist,
.video-playlists.columns-6 .tv-show-playlist,
.video-playlists.columns-7 .movie-playlist,
.video-playlists.columns-7 .video-playlist,
.video-playlists.columns-7 .tv-show-playlist,
.video-playlists.columns-8 .movie-playlist,
.video-playlists.columns-8 .video-playlist,
.video-playlists.columns-8 .tv-show-playlist,
.tv-show-playlists.columns-2 .movie-playlist,
.tv-show-playlists.columns-2 .video-playlist,
.tv-show-playlists.columns-2 .tv-show-playlist,
.tv-show-playlists.columns-3 .movie-playlist,
.tv-show-playlists.columns-3 .video-playlist,
.tv-show-playlists.columns-3 .tv-show-playlist,
.tv-show-playlists.columns-4 .movie-playlist,
.tv-show-playlists.columns-4 .video-playlist,
.tv-show-playlists.columns-4 .tv-show-playlist,
.tv-show-playlists.columns-5 .movie-playlist,
.tv-show-playlists.columns-5 .video-playlist,
.tv-show-playlists.columns-5 .tv-show-playlist,
.tv-show-playlists.columns-6 .movie-playlist,
.tv-show-playlists.columns-6 .video-playlist,
.tv-show-playlists.columns-6 .tv-show-playlist,
.tv-show-playlists.columns-7 .movie-playlist,
.tv-show-playlists.columns-7 .video-playlist,
.tv-show-playlists.columns-7 .tv-show-playlist,
.tv-show-playlists.columns-8 .movie-playlist,
.tv-show-playlists.columns-8 .video-playlist,
.tv-show-playlists.columns-8 .tv-show-playlist {
flex: 0 0 50%;
max-width: 50%; }
.movie-playlists.columns-2 .slick-slider .movie-playlist,
.movie-playlists.columns-2 .slick-slider .video-playlist,
.movie-playlists.columns-2 .slick-slider .tv-show-playlist, .movie-playlists.columns-3 .slick-slider .movie-playlist,
.movie-playlists.columns-3 .slick-slider .video-playlist,
.movie-playlists.columns-3 .slick-slider .tv-show-playlist, .movie-playlists.columns-4 .slick-slider .movie-playlist,
.movie-playlists.columns-4 .slick-slider .video-playlist,
.movie-playlists.columns-4 .slick-slider .tv-show-playlist, .movie-playlists.columns-5 .slick-slider .movie-playlist,
.movie-playlists.columns-5 .slick-slider .video-playlist,
.movie-playlists.columns-5 .slick-slider .tv-show-playlist, .movie-playlists.columns-6 .slick-slider .movie-playlist,
.movie-playlists.columns-6 .slick-slider .video-playlist,
.movie-playlists.columns-6 .slick-slider .tv-show-playlist, .movie-playlists.columns-7 .slick-slider .movie-playlist,
.movie-playlists.columns-7 .slick-slider .video-playlist,
.movie-playlists.columns-7 .slick-slider .tv-show-playlist, .movie-playlists.columns-8 .slick-slider .movie-playlist,
.movie-playlists.columns-8 .slick-slider .video-playlist,
.movie-playlists.columns-8 .slick-slider .tv-show-playlist,
.video-playlists.columns-2 .slick-slider .movie-playlist,
.video-playlists.columns-2 .slick-slider .video-playlist,
.video-playlists.columns-2 .slick-slider .tv-show-playlist,
.video-playlists.columns-3 .slick-slider .movie-playlist,
.video-playlists.columns-3 .slick-slider .video-playlist,
.video-playlists.columns-3 .slick-slider .tv-show-playlist,
.video-playlists.columns-4 .slick-slider .movie-playlist,
.video-playlists.columns-4 .slick-slider .video-playlist,
.video-playlists.columns-4 .slick-slider .tv-show-playlist,
.video-playlists.columns-5 .slick-slider .movie-playlist,
.video-playlists.columns-5 .slick-slider .video-playlist,
.video-playlists.columns-5 .slick-slider .tv-show-playlist,
.video-playlists.columns-6 .slick-slider .movie-playlist,
.video-playlists.columns-6 .slick-slider .video-playlist,
.video-playlists.columns-6 .slick-slider .tv-show-playlist,
.video-playlists.columns-7 .slick-slider .movie-playlist,
.video-playlists.columns-7 .slick-slider .video-playlist,
.video-playlists.columns-7 .slick-slider .tv-show-playlist,
.video-playlists.columns-8 .slick-slider .movie-playlist,
.video-playlists.columns-8 .slick-slider .video-playlist,
.video-playlists.columns-8 .slick-slider .tv-show-playlist,
.tv-show-playlists.columns-2 .slick-slider .movie-playlist,
.tv-show-playlists.columns-2 .slick-slider .video-playlist,
.tv-show-playlists.columns-2 .slick-slider .tv-show-playlist,
.tv-show-playlists.columns-3 .slick-slider .movie-playlist,
.tv-show-playlists.columns-3 .slick-slider .video-playlist,
.tv-show-playlists.columns-3 .slick-slider .tv-show-playlist,
.tv-show-playlists.columns-4 .slick-slider .movie-playlist,
.tv-show-playlists.columns-4 .slick-slider .video-playlist,
.tv-show-playlists.columns-4 .slick-slider .tv-show-playlist,
.tv-show-playlists.columns-5 .slick-slider .movie-playlist,
.tv-show-playlists.columns-5 .slick-slider .video-playlist,
.tv-show-playlists.columns-5 .slick-slider .tv-show-playlist,
.tv-show-playlists.columns-6 .slick-slider .movie-playlist,
.tv-show-playlists.columns-6 .slick-slider .video-playlist,
.tv-show-playlists.columns-6 .slick-slider .tv-show-playlist,
.tv-show-playlists.columns-7 .slick-slider .movie-playlist,
.tv-show-playlists.columns-7 .slick-slider .video-playlist,
.tv-show-playlists.columns-7 .slick-slider .tv-show-playlist,
.tv-show-playlists.columns-8 .slick-slider .movie-playlist,
.tv-show-playlists.columns-8 .slick-slider .video-playlist,
.tv-show-playlists.columns-8 .slick-slider .tv-show-playlist {
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 768px) {
.movie-playlists.columns-3 .movie-playlist,
.movie-playlists.columns-3 .video-playlist,
.movie-playlists.columns-3 .tv-show-playlist,
.video-playlists.columns-3 .movie-playlist,
.video-playlists.columns-3 .video-playlist,
.video-playlists.columns-3 .tv-show-playlist,
.tv-show-playlists.columns-3 .movie-playlist,
.tv-show-playlists.columns-3 .video-playlist,
.tv-show-playlists.columns-3 .tv-show-playlist {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
@media (min-width: 768px) {
.movie-playlists.columns-4 .movie-playlist,
.movie-playlists.columns-4 .video-playlist,
.movie-playlists.columns-4 .tv-show-playlist,
.video-playlists.columns-4 .movie-playlist,
.video-playlists.columns-4 .video-playlist,
.video-playlists.columns-4 .tv-show-playlist,
.tv-show-playlists.columns-4 .movie-playlist,
.tv-show-playlists.columns-4 .video-playlist,
.tv-show-playlists.columns-4 .tv-show-playlist {
flex: 0 0 25%;
max-width: 25%; } }
@media (min-width: 768px) {
.movie-playlists.columns-5 .movie-playlist,
.movie-playlists.columns-5 .video-playlist,
.movie-playlists.columns-5 .tv-show-playlist,
.video-playlists.columns-5 .movie-playlist,
.video-playlists.columns-5 .video-playlist,
.video-playlists.columns-5 .tv-show-playlist,
.tv-show-playlists.columns-5 .movie-playlist,
.tv-show-playlists.columns-5 .video-playlist,
.tv-show-playlists.columns-5 .tv-show-playlist {
flex: 0 0 25%;
max-width: 25%; } }
@media (min-width: 1200px) {
.movie-playlists.columns-5 .movie-playlist,
.movie-playlists.columns-5 .video-playlist,
.movie-playlists.columns-5 .tv-show-playlist,
.video-playlists.columns-5 .movie-playlist,
.video-playlists.columns-5 .video-playlist,
.video-playlists.columns-5 .tv-show-playlist,
.tv-show-playlists.columns-5 .movie-playlist,
.tv-show-playlists.columns-5 .video-playlist,
.tv-show-playlists.columns-5 .tv-show-playlist {
flex: 0 0 20%;
max-width: 20%; } }
@media (min-width: 768px) {
.movie-playlists.columns-6 .movie-playlist,
.movie-playlists.columns-6 .video-playlist,
.movie-playlists.columns-6 .tv-show-playlist,
.video-playlists.columns-6 .movie-playlist,
.video-playlists.columns-6 .video-playlist,
.video-playlists.columns-6 .tv-show-playlist,
.tv-show-playlists.columns-6 .movie-playlist,
.tv-show-playlists.columns-6 .video-playlist,
.tv-show-playlists.columns-6 .tv-show-playlist {
flex: 0 0 25%;
max-width: 25%; } }
@media (min-width: 1200px) {
.movie-playlists.columns-6 .movie-playlist,
.movie-playlists.columns-6 .video-playlist,
.movie-playlists.columns-6 .tv-show-playlist,
.video-playlists.columns-6 .movie-playlist,
.video-playlists.columns-6 .video-playlist,
.video-playlists.columns-6 .tv-show-playlist,
.tv-show-playlists.columns-6 .movie-playlist,
.tv-show-playlists.columns-6 .video-playlist,
.tv-show-playlists.columns-6 .tv-show-playlist {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; } }
@media (min-width: 768px) {
.movie-playlists.columns-7 .movie-playlist,
.movie-playlists.columns-7 .video-playlist,
.movie-playlists.columns-7 .tv-show-playlist,
.video-playlists.columns-7 .movie-playlist,
.video-playlists.columns-7 .video-playlist,
.video-playlists.columns-7 .tv-show-playlist,
.tv-show-playlists.columns-7 .movie-playlist,
.tv-show-playlists.columns-7 .video-playlist,
.tv-show-playlists.columns-7 .tv-show-playlist {
flex: 0 0 25%;
max-width: 25%; } }
@media (min-width: 1200px) {
.movie-playlists.columns-7 .movie-playlist,
.movie-playlists.columns-7 .video-playlist,
.movie-playlists.columns-7 .tv-show-playlist,
.video-playlists.columns-7 .movie-playlist,
.video-playlists.columns-7 .video-playlist,
.video-playlists.columns-7 .tv-show-playlist,
.tv-show-playlists.columns-7 .movie-playlist,
.tv-show-playlists.columns-7 .video-playlist,
.tv-show-playlists.columns-7 .tv-show-playlist {
flex: 0 0 14.2857142858%;
max-width: 14.2857142858%; } }
@media (min-width: 768px) {
.movie-playlists.columns-8 .movie-playlist,
.movie-playlists.columns-8 .video-playlist,
.movie-playlists.columns-8 .tv-show-playlist,
.video-playlists.columns-8 .movie-playlist,
.video-playlists.columns-8 .video-playlist,
.video-playlists.columns-8 .tv-show-playlist,
.tv-show-playlists.columns-8 .movie-playlist,
.tv-show-playlists.columns-8 .video-playlist,
.tv-show-playlists.columns-8 .tv-show-playlist {
flex: 0 0 25%;
max-width: 25%; } }
@media (min-width: 1200px) {
.movie-playlists.columns-8 .movie-playlist,
.movie-playlists.columns-8 .video-playlist,
.movie-playlists.columns-8 .tv-show-playlist,
.video-playlists.columns-8 .movie-playlist,
.video-playlists.columns-8 .video-playlist,
.video-playlists.columns-8 .tv-show-playlist,
.tv-show-playlists.columns-8 .movie-playlist,
.tv-show-playlists.columns-8 .video-playlist,
.tv-show-playlists.columns-8 .tv-show-playlist {
flex: 0 0 12.5%;
max-width: 12.5%; } }
.movie-playlist__link,
.video-playlist__link,
.tv-show-playlist__link {
position: relative;
display: flex !important;
flex-wrap: wrap;
justify-content: center;
align-items: flex-end;
text-align: center;
margin-bottom: 90px;
border-radius: 5px;
min-height: 285px;
padding: 0 22%;
background-color: #949cb0; }
.movie-playlist__title,
.video-playlist__title,
.tv-show-playlist__title {
font-family: "Open Sans", sans-serif;
color: #fff;
font-size: 15px;
font-weight: 700;
margin-top: 20px;
width: 100%; }
.movie-playlist__info,
.video-playlist__info,
.tv-show-playlist__info {
position: absolute;
top: 100%;
transform: translateY(-23px);
text-align: center;
width: 100%;
left: 0;
right: 0;
padding: 0 15px; }
.movie-playlist__author--name,
.video-playlist__author--name,
.tv-show-playlist__author--name {
font-family: "Open Sans", sans-serif;
font-size: 12px;
color: #121a21;
margin-bottom: 0; }
.movie-playlist__author--image,
.video-playlist__author--image,
.tv-show-playlist__author--image {
width: 46px;
height: 46px;
border-radius: 50%;
padding: 5px;
overflow: hidden;
margin: 0 auto 5px;
background-color: #fff; }
.movie-playlist__author--image img,
.video-playlist__author--image img,
.tv-show-playlist__author--image img {
border-radius: 50%; }
.movie-playlist__meta,
.video-playlist__meta,
.tv-show-playlist__meta {
line-height: 1.2; }
.movie-playlist__meta span,
.video-playlist__meta span,
.tv-show-playlist__meta span {
font-size: 12px;
color: #949cb0; }
.movie-playlist__meta span + span::before,
.video-playlist__meta span + span::before,
.tv-show-playlist__meta span + span::before {
content: ', '; }
.single-person .person {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
margin-bottom: 40px; }
.single-person .person .single-person__content-sidebar, .single-person .person .single-person__content-body {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px; }
.single-person .person .single-person__content-sidebar {
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 768px) {
.single-person .person .single-person__content-sidebar {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
@media (min-width: 992px) {
.single-person .person .single-person__content-sidebar {
flex: 0 0 35%;
max-width: 35%; } }
@media (min-width: 1200px) {
.single-person .person .single-person__content-sidebar {
flex: 0 0 26.6666666667%;
max-width: 26.6666666667%; } }
.single-person .person .single-person__content-sidebar .single-person___title,
.single-person .person .single-person__content-sidebar .single-person__short-description {
display: block; }
@media (min-width: 768px) {
.single-person .person .single-person__content-sidebar .single-person___title,
.single-person .person .single-person__content-sidebar .single-person__short-description {
display: none; } }
.single-person .person .single-person__content-body {
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 768px) {
.single-person .person .single-person__content-body {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%; } }
@media (min-width: 992px) {
.single-person .person .single-person__content-body {
flex: 0 0 65%;
max-width: 65%; } }
@media (min-width: 1200px) {
.single-person .person .single-person__content-body {
flex: 0 0 73.3333333333%;
max-width: 73.3333333333%; } }
.single-person .person .single-person__content-body .single-person___title,
.single-person .person .single-person__content-body .single-person__short-description {
display: none; }
@media (min-width: 768px) {
.single-person .person .single-person__content-body .single-person___title,
.single-person .person .single-person__content-body .single-person__short-description {
display: block; } }
.single-person .person .single-person__personal-info {
padding: 30px 20px 18px !important; }
.single-person .person .single-person__personal-info > div {
padding-bottom: 30px; }
.single-person .person .single-person__personal-info > div:last-child {
padding-bottom: 10px; }
.single-person .person .single-person__poster {
margin-bottom: 30px; }
.single-person .person .single-person__sidebar-title {
font-size: 22px;
letter-spacing: -0.025em;
padding-bottom: 13px;
border-bottom-style: solid;
border-width: 1px;
display: block;
margin-bottom: 15px;
font-weight: 500;
color: #fff;
border-bottom-color: #2f2f33;
font-family: "Montserrat", "Open Sans", sans-serif; }
.single-person .person .single-person___title {
margin-bottom: 20px;
font-size: 36px;
font-weight: 700; }
.single-person .person .single-person__short-description, .single-person .person .single-person__description {
color: #b4bbc0;
line-height: 26px;
letter-spacing: -0.01em;
margin-bottom: 30px; }
.person-tabs,
.person-credits-tabs {
margin-bottom: 20px; }
.person-tabs ul,
.person-credits-tabs ul {
font-family: "Montserrat", "Open Sans", sans-serif;
justify-content: center;
border-bottom-width: 1px;
border-bottom-style: solid;
padding-top: 30px;
margin-bottom: 30px; }
.person-tabs ul li,
.person-credits-tabs ul li {
font-size: 18px;
line-height: 1;
letter-spacing: -0.025em;
display: flex;
flex-shrink: 0; }
.person-tabs ul li a,
.person-credits-tabs ul li a {
display: block;
position: relative;
padding: 0px 6px 18px 6px; }
.person-tabs ul li a.active,
.person-credits-tabs ul li a.active {
font-weight: 500; }
.person-tabs ul li a.active:after,
.person-credits-tabs ul li a.active:after {
content: ' ';
border-bottom: 3px solid transparent;
display: block;
position: absolute;
bottom: -1px;
width: 100%;
left: 0; }
.person-tabs ul li + li:before,
.person-credits-tabs ul li + li:before {
content: '/';
margin: 0px 25px 0 30px; }
.person-tabs .tab-content,
.person-credits-tabs .tab-content {
font-family: "Open Sans", sans-serif; }
.person-tabs .tab-content .movie-cast-title,
.person-tabs .tab-content .person-crews-movies-category-title,
.person-tabs .tab-content .movie-name,
.person-tabs .tab-content .person-crews-tv-shows-category-title,
.person-tabs .tab-content .tv-show-name,
.person-tabs .tab-content .tv-show-cast-title,
.person-credits-tabs .tab-content .movie-cast-title,
.person-credits-tabs .tab-content .person-crews-movies-category-title,
.person-credits-tabs .tab-content .movie-name,
.person-credits-tabs .tab-content .person-crews-tv-shows-category-title,
.person-credits-tabs .tab-content .tv-show-name,
.person-credits-tabs .tab-content .tv-show-cast-title {
font-size: 18px;
font-weight: 700;
margin-bottom: 0;
font-family: "Open Sans", sans-serif; }
.person-tabs .tab-content .movie-cast-title,
.person-tabs .tab-content .person-crews-movies-category-title,
.person-tabs .tab-content .person-crews-tv-shows-category-title,
.person-tabs .tab-content .tv-show-cast-title,
.person-credits-tabs .tab-content .movie-cast-title,
.person-credits-tabs .tab-content .person-crews-movies-category-title,
.person-credits-tabs .tab-content .person-crews-tv-shows-category-title,
.person-credits-tabs .tab-content .tv-show-cast-title {
margin-bottom: 10px; }
.person-tabs .tab-content .person-cast-movie,
.person-tabs .tab-content .person-crew-movie,
.person-tabs .tab-content .person-crew-tv-show,
.person-tabs .tab-content .person-cast-tv-show,
.person-credits-tabs .tab-content .person-cast-movie,
.person-credits-tabs .tab-content .person-crew-movie,
.person-credits-tabs .tab-content .person-crew-tv-show,
.person-credits-tabs .tab-content .person-cast-tv-show {
display: flex;
align-items: center;
width: 100%;
flex-wrap: wrap; }
.person-tabs .tab-content .movie-release-year,
.person-tabs .tab-content .tv-show-release-year,
.person-credits-tabs .tab-content .movie-release-year,
.person-credits-tabs .tab-content .tv-show-release-year {
margin-right: 15px; }
@media (min-width: 992px) {
.person-tabs .tab-content .movie-release-year,
.person-tabs .tab-content .tv-show-release-year,
.person-credits-tabs .tab-content .movie-release-year,
.person-credits-tabs .tab-content .tv-show-release-year {
flex: 0 0 10%;
max-width: 10%; } }
.person-tabs .tab-content .person-role,
.person-credits-tabs .tab-content .person-role {
font-size: 14px;
font-weight: 600;
color: #e3e3e3; }
.person-tabs .tab-content .person-role:before,
.person-credits-tabs .tab-content .person-role:before {
content: "/";
margin: 5px 0 0 5px;
display: inline-block; }
.person-tabs .tab-content .person-role-separator,
.person-credits-tabs .tab-content .person-role-separator {
display: none; }
.person-tabs .tab-content .person-movies-credits > div,
.person-tabs .tab-content .person-tv-shows-credits > div,
.person-credits-tabs .tab-content .person-movies-credits > div,
.person-credits-tabs .tab-content .person-tv-shows-credits > div {
border-bottom: 1px solid #333333;
padding: 8px 0; }
.person-tabs .tab-content .person-movies-credits > div:last-child,
.person-tabs .tab-content .person-tv-shows-credits > div:last-child,
.person-credits-tabs .tab-content .person-movies-credits > div:last-child,
.person-credits-tabs .tab-content .person-tv-shows-credits > div:last-child {
border: none; }
@media (min-width: 768px) {
.person__attributes {
margin-bottom: 40px; } }
.person__attributes th,
.person__attributes td {
border: none; }
.person__attributes td p {
margin-bottom: 0; }
.person__attributes th {
color: #fff;
font-weight: 400;
width: 30%; }
.person__attributes td {
color: #b4bbc0; }
.person__attributes td a {
color: #b4bbc0; }
.person__attributes tr + tr {
border-top-style: solid;
border-top-width: 1px; }
.persons__inner {
display: flex;
flex-wrap: wrap;
margin-right: -7px;
margin-left: -7px;
margin-top: 15px; }
.persons__inner > .person {
position: relative;
width: 100%;
padding-right: 7px;
padding-left: 7px; }
.columns-5 .persons__inner > .person,
.columns-7 .persons__inner > .person {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 768px) {
.columns-5 .persons__inner > .person,
.columns-7 .persons__inner > .person {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
@media (min-width: 992px) {
.columns-5 .persons__inner > .person,
.columns-7 .persons__inner > .person {
flex: 0 0 20%;
max-width: 20%; }
.columns-5 .persons__inner > .person .person__meta,
.columns-7 .persons__inner > .person .person__meta {
font-size: 10px; }
.columns-5 .persons__inner > .person .person__title,
.columns-7 .persons__inner > .person .person__title {
font-size: 12px; } }
@media (min-width: 992px) {
.columns-5 .persons__inner > .person .person__meta,
.columns-7 .persons__inner > .person .person__meta {
font-size: 12px; }
.columns-5 .persons__inner > .person .person__title,
.columns-7 .persons__inner > .person .person__title {
font-size: 14px; } }
@media (min-width: 1200px) {
.columns-7 .persons__inner > .person {
flex: 0 0 14.2857142858%;
max-width: 14.2857142858%; } }
.columns-8 .persons__inner > .person {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 768px) {
.columns-8 .persons__inner > .person {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
@media (min-width: 1200px) {
.columns-8 .persons__inner > .person {
flex: 0 0 12.5%;
max-width: 12.5%; } }
.columns-9 .persons__inner > .person {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 768px) {
.columns-9 .persons__inner > .person {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
@media (min-width: 1200px) {
.columns-9 .persons__inner > .person {
flex: 0 0 11.1108333333%;
max-width: 11.1108333333%; } }
.columns-10 .persons__inner > .person {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 768px) {
.columns-10 .persons__inner > .person {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
@media (min-width: 1200px) {
.columns-10 .persons__inner > .person {
flex: 0 0 10%;
max-width: 10%; } }
.columns-1 .persons__inner > .person {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 1440px) {
.columns-1 .persons__inner > .person {
flex: 0 0 100%;
max-width: 100%; } }
.columns-1 > .person {
flex: 0 0 100%;
max-width: 100%; }
.columns-2 .persons__inner > .person {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 1440px) {
.columns-2 .persons__inner > .person {
flex: 0 0 50%;
max-width: 50%; } }
@media (min-width: 768px) {
.columns-2 > .person {
flex: 0 0 50%;
max-width: 50%; } }
.columns-3 > .person,
.columns-3 .persons__inner > .person {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 768px) {
.columns-3 > .person,
.columns-3 .persons__inner > .person {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
@media (min-width: 992px) {
.columns-3 > .person,
.columns-3 .persons__inner > .person {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
.columns-4 > .person,
.columns-4 .persons__inner > .person {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 768px) {
.columns-4 > .person,
.columns-4 .persons__inner > .person {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
@media (min-width: 1200px) {
.columns-4 > .person,
.columns-4 .persons__inner > .person {
flex: 0 0 25%;
max-width: 25%; } }
.columns-5 .persons__inner > .person {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 768px) {
.columns-5 .persons__inner > .person {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
@media (min-width: 1440px) {
.columns-5 .persons__inner > .person {
flex: 0 0 20%;
max-width: 20%; } }
.columns-5 > .person {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 768px) {
.columns-5 > .person {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
@media (min-width: 1200px) {
.columns-5 > .person {
flex: 0 0 20%;
max-width: 20%; } }
.columns-6 > .person,
.columns-6 .persons__inner > .person {
flex: 0 0 50%;
max-width: 50%; }
@media (min-width: 768px) {
.columns-6 > .person,
.columns-6 .persons__inner > .person {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
@media (min-width: 1200px) {
.columns-6 > .person,
.columns-6 .persons__inner > .person {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; } }
.person {
position: relative;
margin-bottom: 23px; }
.person__link {
display: block; }
.person__poster {
margin-bottom: 8px;
position: relative; }
.person__title {
font-family: "Open Sans", sans-serif;
font-weight: 700;
font-size: 14px;
line-height: 18px;
color: #000; }
.person__meta {
font-size: 12px;
line-height: 18px;
margin-bottom: 4px;
color: #949cb0; }
.person__meta > span + span:before {
content: ', '; }
.person__meta span a {
color: #949cb0; }
.person__title, .person__meta {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden; }
.person__short-description p, .person__short-description div {
font-size: 14px;
line-height: 21px;
letter-spacing: -0.01em;
color: #b4bbc0; }
.person__short-description div {
margin-bottom: 1rem; }
.person__short-description {
display: none; }
.dark .person__title {
color: #fff; }
.dark .person__actions .person-actions--link_add-to-playlist {
color: #fff; }a,
.wp-block-quote cite,
.wp-block-quote footer,
.wp-block-quote .wp-block-quote__citation,
.wp-block-quote p strong,
.wp-block-quote p a,
.wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation,
.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation,
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation,
form.comment-form .logged-in-as a,
.comment-respond .comment-reply-title a:hover,
.vodi-related-articles .header-aside a:hover,
.home-section__flex-header ul.nav li a.active,
.home-section__flex-header ul.nav li a:hover,
.section-featured-tv-show .featured-tv-show__content .nav-link:hover,
.section-featured-tv-show .featured-tv-show__content .nav-link.active,
.home-section .home-section__nav-header .nav-link:hover,
.home-section .home-section__nav-header .nav-link.active,
.home-section.dark .home-section__action--link:hover,
.live-videos .home-section__footer-action--link:hover,
.coming-soon-videos .home-section__footer-action--link:hover,
.section-videos-live-coming-soon .live-video__title a:hover,
.section-videos-live-coming-soon .coming-soon-video__title a:hover,
.event-category-list__inner:hover .event-category-title,
.section-featured-movies-carousel ul.nav .nav-item .nav-link.active,
.section-featured-movies-carousel ul.nav .nav-item .nav-link:hover,
.home-sidebar-area .widget ul.menu li a:hover,
.home-sidebar-area .widget:last-child ul.menu li a:hover:before,
.section-live-game-players-list .live-game-player__social-network-page-link:hover,
.section-live-game-players-list .live-game-player__name a:hover,
.section-live-game-players-list .live-game-player .game-now-playing,
.dark .article .entry-title a:hover,
.dark .article .article__excerp:hover,
.dark .article .article__meta > *:not(.article__categories):hover,
.dark .article .article__meta > *:not(.article__categories) a:hover,
.home-blog-sidebar-section.dark header .header-aside > a:hover,
.home-blog-sidebar-section.dark .widget .entry-title a:hover,
.home-blog-sidebar-section.dark .widget .recentcomments a:hover,
.home-blog-sidebar-section.dark .widget .widget-header .header-aside > a:hover,
.home-blog-sidebar-section.dark .widget .entry-meta > *:not(.entry-categories) a:hover,
.dark .movie__actions .movie-actions--link_add-to-playlist:hover,
.section-movies-list ul.nav li a.active,
.masvideos-widget_movies_year_filter ul li a,
.section-featured-post .featured-post__action a:hover,
.widget-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item a:hover,
.widget-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item.chosen,
.widget-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item.chosen a,
.widget-area .masvideos-videos-filter-widget .masvideos-widget-videos-layered-nav-list__item a:hover,
.widget-area .masvideos-videos-filter-widget .masvideos-widget-videos-layered-nav-list__item.chosen,
.widget-area .masvideos-videos-filter-widget .masvideos-widget-videos-layered-nav-list__item.chosen a,
.widget-area .masvideos-tv-shows-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a:hover,
.widget-area .masvideos-tv-shows-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item.chosen,
.widget-area .masvideos-tv-shows-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item.chosen a,
.movies_widget_rating_filter ul li.masvideos-layered-nav-rating a,
.movies_widget_rating_filter ul li.masvideos-layered-nav-rating .star-rating .star,
.videos_widget_rating_filter ul li.masvideos-layered-nav-rating .star-rating .star,
.tv_shows_widget_rating_filter ul li.masvideos-layered-nav-rating .star-rating .star,
.episode .nav .nav-item a.active,
.episode__player--next-episode a:hover, .episode__player--prev-episode a:hover,
.dark.single-episode-v3 .episode__player--prev-episode a, .dark.single-episode-v4 .episode__player--next-episode a:hover,
.dark.single-episode-v3 .episode__player--next-episode a, .dark.single-episode-v4 .episode__player--prev-episode a:hover,
.maxlist-more,
.maxlist-less,
.maxlist-more:hover,
.maxlist-less:hover,
.vodi-widget_movies_letter_filter a span:first-child,
.vodi-widget_tv_shows_letter_filter a span:first-child,
.vodi-control-bar .masvideos-widget-movies-layered-nav-list__item.chosen a,
.vodi-control-bar .masvideos-widget-movies-layered-nav-list a:hover,
.vodi-control-bar .masvideos-widget-tv-shows-layered-nav-list__item.chosen a,
.vodi-control-bar .masvideos-widget-tv-shows-layered-nav-list a:hover,
.vodi-control-bar .masvideos-widget-videos-layered-nav-list__item.chosen a,
.vodi-control-bar .masvideos-widget-videos-layered-nav-list a:hover,
.masvideos_tv_shows_widget .tv-show__title:hover,
.masvideos_movies_widget .tv-show__title:hover,
.section-featured-movie .featured-movie__action-icon i,
.home-page-sidebar .sidebar-area .widget_archive li:hover a,
.home-page-sidebar .sidebar-area .widget_meta li:hover a,
.home-page-sidebar .sidebar-area .widget_pages li:hover a,
.home-page-sidebar .sidebar-area .widget_nav_menu li a:hover,
.home-page-sidebar .sidebar-area .widget_categories li:hover a,
.home-page-sidebar .sidebar-area .masvideos-widget-videos-categories li:hover a,
.home-page-sidebar .sidebar-area .widget_archive li:focus a,
.home-page-sidebar .sidebar-area .widget_meta li:focus a,
.home-page-sidebar .sidebar-area .widget_pages li:focus a,
.home-page-sidebar .sidebar-area .widget_nav_menu li a:hover,
.home-page-sidebar .sidebar-area .widget_categories li:focus a,
.home-page-sidebar .sidebar-area .masvideos-widget-videos-categories li:focus a,
.home-page-sidebar.dark .sidebar-area .widget_nav_menu li:hover > a i,
.home-page-sidebar.dark .sidebar-area .widget_categories li:hover a i,
.home-page-sidebar.dark .sidebar-area .masvideos-widget-videos-categories li:hover a i,
.home-page-sidebar.dark .sidebar-area .widget_nav_menu li:focus > a i,
.home-page-sidebar.dark .sidebar-area .widget_categories li:focus a i,
.home-page-sidebar.dark .sidebar-area .masvideos-widget-videos-categories li:focus a i,
.tv_show__season-tabs-wrap .nav .nav-item a,
.single-tv_show .tv-show__rating .avg-rating__number,
.single-movie .summary .movie__meta--genre a,
.single-movie .movie-tabs .nav .nav-item a.active,
.tv-show-tabs .nav .nav-item a.active,
.single-movie .movie__description-tab .movie__meta--genre a,
.single-movie .movie__rating-with-playlist .rating-number-with-text .avg-rating-number,
.single-tv_show .tv-show__rating-with-playlist .rating-number-with-text .avg-rating-number,
.single-movie .movie__description-tab .movie__attributes td a:hover,
.tv-show__attributes td a:hover,
.person__attributes td a:hover,
.masvideos-edit-manage-playlists .masvideos-manage-playlists table tbody td:first-child a:hover,
.yamm .yamm-content li a:hover,
.yamm .yamm-content .movie__actions a.movie-actions--link_watch,
.contact-page .vodi-faq-section .faq-section__faq-header--link:hover,
.sidebar-area.widget-area .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a:hover,
.sidebar-area.widget-area .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item.chosen a,
.sidebar-area.widget-area .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a,
.sidebar-area.widget-area .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item.chosen a,
.wpulike .wp_ulike_btn:hover::before,
.single-article .entry-content .wp-block-archives li a:hover,
.single-article .entry-content .wp-block-categories li a:hover,
.single-article .entry-content .wp-block-latest-posts li a:hover,
.wpulike .wp_ulike_btn:hover::before,
.episode__link:hover .episode__title,
.episode__link:focus .episode__title,
.home-section.dark .home-section__flex-header .nav-link:hover,
.section-movies-carousel-aside-header ul.nav .nav-item .nav-link.active,
.section-movies-carousel-aside-header ul.nav .nav-item .nav-link:hover,
.section-movies-carousel-aside-header ul.nav .nav-item .nav-link:focus,
.home-tv-show-section-aside-header ul.nav .nav-item .nav-link.active,
.home-tv-show-section-aside-header ul.nav .nav-item .nav-link:hover,
.home-tv-show-section-aside-header ul.nav .nav-item .nav-link:focus,
.section-tv-episodes-carousel ul.nav .nav-item .nav-link.active,
.section-tv-episodes-carousel ul.nav .nav-item .nav-link:hover,
.section-tv-episodes-carousel ul.nav .nav-item .nav-link:focus,
.section-movies-list ul.nav li a:hover,
.section-movies-list ul.nav li a:focus,
.home-section .home-section__footer-view-more-action--link:hover,
.section-movies-list .nav-tabs li a.nav-link.active,
.section-movies-list .top-movies-list__header .nav-tabs li a.nav-link.active,
.woocommerce-account .masvideos-MyAccount-content table tbody td:first-child a:hover,
.single-movie-v6 .movie-cast-crew-tabs ul.nav li a,
.single-movie-v7 .movie-cast-crew-tabs ul.nav li a,
.single-movie-v6 .single-movie-casts .movie-cast > a:hover,
.single-movie-v7 .single-movie-casts .movie-cast > a:hover,
.single-movie-v5 .movie-cast-crew-tabs ul.nav li a,
.single-movie #reviews .masvideos-review__author,
.video-download-btn:hover > i,
.episode-download-btn:hover > i,
.single-movie-v6 .single-movie-details--attributes table.movie__attributes td span a:hover,
.single-movie-v7 .single-movie-details--attributes table.movie__attributes td span a:hover,
.person-tabs ul.nav li a.active,
.person-credits-tabs ul.nav li a.active,
.single-movie-v6 .single-movie-highlighted-comment .comment_container--inner .masvideos-review__author,
.single-movie-v7 .single-movie-highlighted-comment .comment_container--inner .masvideos-review__author,
.single-movie-v6.single-movie .masvideos-reviews__title:after,
.single-movie-v7.single-movie .masvideos-reviews__title:after,
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-cast .person-name-link,
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-crew .person-name-link,
.dark.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-cast h3.person-name,
.dark.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-crew h3.person-name,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-cast .person-name-link,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crew .person-name-link,
.dark.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-cast h3.person-name,
.dark.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crew h3.person-name,
.single-movie-v6 h2.single-movie-details--description__title:after,
.single-movie-v7 h2.single-movie-details--description__title:after,
.masvideos-breadcrumb a:hover,
.masvideos-breadcrumb a:focus,
.vodi-categories-widget .category a,
.episode__link a:hover .episode__title,
.episode__link a:focus .episode__title,
.movie__link a:hover .movie__title,
.movie__link a:focus .movie__title,
.person__link a:hover .person__title,
.person__link a:focus .person__title,
.tv-show__title a:hover,
.tv-show__title a:focus,
.tv-show__seasons a,
.tv-show__episode a,
.video__link:hover .video__title,
.video__link:focus .video__title,
.dark .blog-sidebar .widget_meta ul > li > a:hover,
.dark .blog-sidebar .widget_meta ul > li > a:focus,
.dark .blog-sidebar .widget_meta .item__link:hover,
.dark .blog-sidebar .widget_meta .item__link:focus,
.dark .blog-sidebar .widget_nav_menu ul > li > a:hover,
.dark .blog-sidebar .widget_nav_menu ul > li > a:focus,
.dark .blog-sidebar .widget_nav_menu .item__link:hover,
.dark .blog-sidebar .widget_nav_menu .item__link:focus,
.dark .blog-sidebar .widget_pages ul > li > a:hover,
.dark .blog-sidebar .widget_pages ul > li > a:focus,
.dark .blog-sidebar .widget_pages .item__link:hover,
.dark .blog-sidebar .widget_pages .item__link:focus,
.dark .blog-sidebar .widget_archive ul > li > a:hover,
.dark .blog-sidebar .widget_archive ul > li > a:focus,
.dark .blog-sidebar .widget_archive .item__link:hover,
.dark .blog-sidebar .widget_archive .item__link:focus,
.dark .blog-sidebar .widget_categories ul > li > a:hover,
.dark .blog-sidebar .widget_categories ul > li > a:focus,
.dark .blog-sidebar .widget_categories .item__link:hover,
.dark .blog-sidebar .widget_categories .item__link:focus,
.dark .widget_rss li a:hover,
.dark .widget_rss li a:focus,
.dark .widget_recent_entries li a:hover,
.dark .widget_recent_entries li a:focus,
.dark .blog-sidebar .recentcomments > a:hover,
.dark .blog-sidebar .recentcomments > a:focus,
.dark .article__title a:hover,
.dark .article__title a:focus,
.dark .comment-author-name a:hover,
.dark .comment-author-name a:focus,
.site-header.dark .site-header__landing-back-option a:hover,
.site-header.light .site-header__landing-back-option a:hover,
.site-header.transparent .site-header__landing-back-option a:hover,
.article__title a:hover,
.article__title a:focus,
.article__categories a,
.article__quote cite a,
.article__quote cite a:hover,
.article__quote p + p a,
.article__quote p + p a:hover,
.article__link p a:hover,
.article__link p a:focus,
.article__link p a.link-url,
.post-navigation .nav-links .nav-next > a:hover .post-nav__article--title,
.post-navigation .nav-links .nav-next > a:focus .post-nav__article--title,
.post-nav__article--categories,
.blog-sidebar .widget_meta ul > li > a:hover,
.blog-sidebar .widget_meta ul > li > a:focus,
.blog-sidebar .widget_nav_menu ul > li > a:hover,
.blog-sidebar .widget_nav_menu ul > li > a:focus,
.blog-sidebar .widget_pages ul > li > a:hover,
.blog-sidebar .widget_pages ul > li > a:focus,
.blog-sidebar .widget_archive ul > li > a:hover,
.blog-sidebar .widget_archive ul > li > a:focus,
.blog-sidebar .widget_categories ul > li > a:hover,
.blog-sidebar .widget_categories ul > li > a:focus,
.blog-sidebar .widget_meta .item__link:hover,
.blog-sidebar .widget_meta .item__link:focus,
.blog-sidebar .widget_nav_menu .item__link:hover,
.blog-sidebar .widget_nav_menu .item__link:focus,
.blog-sidebar .widget_pages .item__link:hover,
.blog-sidebar .widget_pages .item__link:focus,
.blog-sidebar .widget_archive .item__link:hover,
.blog-sidebar .widget_archive .item__link:focus,
.blog-sidebar .widget_categories .item__link:hover,
.blog-sidebar .widget_categories .item__link:focus,
.blog-sidebar .widget_meta .item__child-indicator--icon.has-child:before,
.blog-sidebar .widget_nav_menu .item__child-indicator--icon.has-child:before,
.blog-sidebar .widget_pages .item__child-indicator--icon.has-child:before,
.blog-sidebar .widget_archive .item__child-indicator--icon.has-child:before,
.blog-sidebar .widget_categories .item__child-indicator--icon.has-child:before,
.blog-sidebar .widget_meta .current-item > .item__inner .item__link,
.blog-sidebar .widget_nav_menu .current-item > .item__inner .item__link,
.blog-sidebar .widget_pages .current-item > .item__inner .item__link,
.blog-sidebar .widget_archive .current-item > .item__inner .item__link,
.blog-sidebar .widget_categories .current-item > .item__inner .item__link,
.single-article .format-link p a:hover,
.single-article .format-link p a:focus,
.single-article .entry-content blockquote p strong,
.single-article .entry-content blockquote p a,
.article .entry-content blockquote p strong,
.article .entry-content blockquote p a,
.page__content blockquote p strong,
.page__content blockquote p a,
.single-article .entry-content blockquote cite,
.article .entry-content blockquote cite,
.page__content blockquote cite,
.policy-info a:hover,
.widget_rss ul .rsswidget:hover,
.widget_rss ul .rsswidget:focus,
.widget_rss ul li a:hover,
.widget_rss ul li a:focus,
.widget_recent_entries ul .rsswidget:hover,
.widget_recent_entries ul .rsswidget:focus,
.widget_recent_entries ul li a:hover,
.widget_recent_entries ul li a:focus,
.widget_rss cite,
.widget_recent_entries cite,
.vodi-tabbed-widget .vtw-tabbed-nav li.tab-active a,
.vodi_posts_widget .style-1 .entry-title a:hover,
.vodi_posts_widget .style-1 .entry-title a:focus,
.vodi_posts_widget .style-2 ul li .entry-title a:hover,
.vodi_posts_widget .style-2 ul li .entry-title a:focus,
.vodi_posts_widget .style-2 ul li .entry-meta a,
.vodi_posts_widget .style-2 ul li .entry-meta a,
.vodi_posts_widget .style-2 ul .has-post-thumbnail .post-content .entry-title a:hover,
.vodi_posts_widget .style-2 ul .has-post-thumbnail .post-content .entry-title a:focus,
.vodi_posts_widget .style-2 ul .has-post-thumbnail .post-content .entry-categories a,
.vodi_posts_widget .style-3 ul li .entry-title a:hover,
.vodi_posts_widget .style-3 ul li .entry-title a:focus,
.yamm > .menu-item:hover > a,
.yamm > .menu-item:focus > a,
.section-movies-list .featured-with-list-view-movies-list__header a.active,
.section-movies-list__header a.active,
.home-blog-grid-section.style-3 .articles .article .article__title a:hover,
.home-blog-grid-section.style-3 .articles .article .article__title a:focus,
.home-featured-blog-with-blog-grid-section .articles .article .article__title a:hover,
.home-featured-blog-with-blog-grid-section .articles .article .article__title a:focus,
.section-hot-premier-show .movie__title:hover,
.section-hot-premier-show .movie__title:focus,
.landing-featured-video__title,
.landing-features-list .feature i,
.landing-view-counts .landing-view-counts__count,
.section-movies-list .movie-list__genre {
color: #24baef; }
a:focus,
a:hover {
color: #0f9ed1; }
#scrollUp,
.video__badge,
.movie__badge,
.tv-show__badge,
.badge-sticky-post,
.masvideos-widget_movies_year_filter ul li a:hover,
.masvideos-widget_movies_year_filter ul li.chosen a,
.dark .section-movies-carousel-nav-header__carousel .slick-arrow:hover,
.dark .section-videos-carousel-nav-header__carousel .slick-arrow:hover,
.vodi-control-bar .videos-view-switcher .nav-item a:hover,
.vodi-control-bar .archive-view-switcher .nav-item a:hover,
.vodi-control-bar .videos-view-switcher .nav-item a.active,
.vodi-control-bar .archive-view-switcher .nav-item a.active,
.dark .section-movies-carousel__carousel .slick-arrow:hover,
.dark .section-videos-carousel__carousel .slick-arrow:hover,
.movies-sliders.style-v2 .slick-current.slick-active figure:before,
.vodi-widget_movies_letter_filter .vodi-layered-nav-movies-letter.chosen a,
.vodi-widget_tv_shows_letter_filter .vodi-layered-nav-tv-shows-letter.chosen a,
.vodi-widget_movies_letter_filter .vodi-layered-nav-movies-letter a:hover,
.vodi-widget_tv_shows_letter_filter .vodi-layered-nav-tv-shows-letter a:hover,
.sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item:hover,
.sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item.chosen,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item:hover,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item.chosen,
.sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item:hover,
.sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item.chosen,
.dark .page-links-inner > span.current,
ul.page-numbers > li > a.current,
ul.page-numbers > li > span.current,
.nav-links > .page-numbers.current,
.page-links-inner > a.current,
.page-links-inner > span.current,
.page-links-inner > span,
.btn-primary,
.vodi-landing-hero-banner__btn-action,
.landing-tabs-features__btn-action,
.slick-dots .slick-active button,
.list-view .product:hover .product-actions--link_watch,
.vodi-archive-wrapper[data-view="list-large"] .movie .movie-actions--link_watch:hover,
.vodi-archive-wrapper[data-view="list-large"] .movie .movie-actions--link_watch:focus,
.vodi-archive-wrapper[data-view="grid"] .movie .movie-actions--link_watch:hover,
.vodi-archive-wrapper[data-view="grid"] .movie .movie-actions--link_watch:focus,
.vodi-archive-wrapper[data-view="list-small"] .movie .movie-actions--link_watch:hover,
.vodi-archive-wrapper[data-view="list-small"] .movie .movie-actions--link_watch:focus,
.vodi-archive-wrapper[data-view="list"] .movie .movie-actions--link_watch:hover,
.vodi-archive-wrapper[data-view="list"] .movie .movie-actions--link_watch:focus,
.vodi-archive-wrapper[data-view="grid-extended"] .movie .movie-actions--link_watch:hover,
.vodi-archive-wrapper[data-view="grid-extended"] .movie .movie-actions--link_watch:focus,
.vodi-archive-wrapper[data-view="list-large"] .video .video-actions--link_watch:hover,
.vodi-archive-wrapper[data-view="list-large"] .video .video-actions--link_watch:focus,
.vodi-archive-wrapper[data-view="grid"] .video .video-actions--link_watch:hover,
.vodi-archive-wrapper[data-view="grid"] .video .video-actions--link_watch:focus,
.vodi-archive-wrapper[data-view="list-small"] .video .video-actions--link_watch:hover,
.vodi-archive-wrapper[data-view="list-small"] .video .video-actions--link_watch:focus,
.vodi-archive-wrapper[data-view="list"] .video .video-actions--link_watch:hover,
.vodi-archive-wrapper[data-view="list"] .video .video-actions--link_watch:focus,
.vodi-archive-wrapper[data-view="grid-extended"] .video .video-actions--link_watch:hover,
.vodi-archive-wrapper[data-view="grid-extended"] .video .video-actions--link_watch:focus,
.vodi-categories-widget .category:hover,
.vodi-categories-widget .category:focus,
.audio-options li:hover,
.audio-options li:focus,
.comingsoon-launch-section .btn-subscribe,
.tv_show__season-tabs-wrap .nav .nav-item a.active,
.woocommerce-account .masvideos-MyAccount-content .masvideos-pagination--without-numbers a:hover,
.single-movie-v6 .movie-cast-crew-tabs ul.nav li a.active,
.single-movie-v7 .movie-cast-crew-tabs ul.nav li a.active,
.landing-tabs-features .landing-tabs-features__btn-action,
.home-section-featured-tv-shows .featured-tv-shows .video__body .video-info .movie-tab__content-action--link_watch,
.vodi-live-videos .masvideos-videos .video__body {
background-color: #24baef; }
.movie__poster .movie__link:after,
.tv-show__poster .tv-show__link:after,
.video__poster .video__link:after,
.episode__poster .episode__link:after {
background-color: rgba(36, 186, 239, 0.3); }
.comingsoon-launch-section .btn-subscribe {
border: 2px solid #24baef; }
.site-header.dark .search-form .search-field:focus,
.dark .section-movies-carousel-nav-header__carousel .slick-arrow:hover,
.dark .section-videos-carousel-nav-header__carousel .slick-arrow:hover,
.dark .section-movies-carousel__carousel .slick-arrow:hover,
.dark .section-videos-carousel__carousel .slick-arrow:hover,
.movies-sliders.style-v2 .slick-current.slick-active figure,
form.edit-video-form .video_images_container ul li.image:hover,
.woocommerce-account .masvideos-MyAccount-content .masvideos-pagination--without-numbers a:hover {
border-color: #24baef; }
.landing-tabs-features .nav .active {
border-bottom: 3px solid #24baef; }
.episode-tabs .nav .nav-item a.active:after,
.single-movie .movie-tabs .nav .nav-item a.active:after,
.tv-show-tabs .nav .nav-item a.active:after,
.my-account-page__header .masvideos-MyAccount-navigation ul li.is-active a:after,
.person-tabs ul li a.active:after,
.person-credits-tabs ul li a.active:after,
.video-search-results.search .page__header .search-result-tab-link.active,
.movie-search-results.search .page__header .search-result-tab-link.active,
.tv_show-search-results.search .page__header .search-result-tab-link.active,
.episode-search-results.search .page__header .search-result-tab-link.active,
.person-search-results.search .page__header .search-result-tab-link.active {
border-bottom-color: #24baef; }
input[type="submit"],
.btn-vodi-primary,
.wp-block-button:not(.is-style-outline) .wp-block-button__link,
.tv-show .tv-show-actions--link_watch {
color: #fff;
background-color: #24baef;
border-color: #24baef; }
input[type="submit"]:hover,
.btn-vodi-primary:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.tv-show .tv-show-actions--link_watch:hover {
color: #fff;
background-color: #10a7dd;
border-color: #0f9ed1; }
input[type="submit"]:focus, input[type="submit"].focus,
.btn-vodi-primary:focus,
.btn-vodi-primary.focus,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:focus,
.wp-block-button:not(.is-style-outline) .wp-block-button__link.focus,
.tv-show .tv-show-actions--link_watch:focus,
.tv-show .tv-show-actions--link_watch.focus {
box-shadow: 0 0 0 0.2rem rgba(69, 196, 241, 0.5); }
input[type="submit"].disabled, input[type="submit"]:disabled,
.btn-vodi-primary.disabled,
.btn-vodi-primary:disabled,
.wp-block-button:not(.is-style-outline) .wp-block-button__link.disabled,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:disabled,
.tv-show .tv-show-actions--link_watch.disabled,
.tv-show .tv-show-actions--link_watch:disabled {
color: #fff;
background-color: #24baef;
border-color: #24baef; }
input[type="submit"]:not(:disabled):not(.disabled):active, input[type="submit"]:not(:disabled):not(.disabled).active,
.show > input[type="submit"].dropdown-toggle,
.btn-vodi-primary:not(:disabled):not(.disabled):active,
.btn-vodi-primary:not(:disabled):not(.disabled).active,
.show >
.btn-vodi-primary.dropdown-toggle,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:disabled):not(.disabled):active,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:disabled):not(.disabled).active,
.show >
.wp-block-button:not(.is-style-outline) .wp-block-button__link.dropdown-toggle,
.tv-show .tv-show-actions--link_watch:not(:disabled):not(.disabled):active,
.tv-show .tv-show-actions--link_watch:not(:disabled):not(.disabled).active,
.show >
.tv-show .tv-show-actions--link_watch.dropdown-toggle {
color: #fff;
background-color: #0f9ed1;
border-color: #0e95c5; }
input[type="submit"]:not(:disabled):not(.disabled):active:focus, input[type="submit"]:not(:disabled):not(.disabled).active:focus,
.show > input[type="submit"].dropdown-toggle:focus,
.btn-vodi-primary:not(:disabled):not(.disabled):active:focus,
.btn-vodi-primary:not(:disabled):not(.disabled).active:focus,
.show >
.btn-vodi-primary.dropdown-toggle:focus,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:disabled):not(.disabled):active:focus,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:disabled):not(.disabled).active:focus,
.show >
.wp-block-button:not(.is-style-outline) .wp-block-button__link.dropdown-toggle:focus,
.tv-show .tv-show-actions--link_watch:not(:disabled):not(.disabled):active:focus,
.tv-show .tv-show-actions--link_watch:not(:disabled):not(.disabled).active:focus,
.show >
.tv-show .tv-show-actions--link_watch.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(69, 196, 241, 0.5); }
.slider-movie .movie-actions--link_watch,
.movies-sliders .movie-actions--link_watch,
.tv-shows-sliders .tv-show-actions--link_watch,
.section-featured-video .featured-video__content-action--link_watch,
.about-movie .movie-detail .movie-tab__content-action--link_watch,
.featured-tv-shows__inner .movie-info .movie-tab__content-action--link_watch,
.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie .movie-actions--link_watch,
.masvideos-register .masvideos-Button,
.masvideos-login .masvideos-Button,
.section-featured-movie .movie-actions--link_watch,
.masvideos-edit-playlist__form .masvideos-Button,
.error-404.not-found .home-button .btn:not(:disabled):not(.disabled),
form.edit-video-form .button,
.single-movie__actions .movie-actions--get-tickets,
.single-movie__actions .movie-actions--watch-now,
.masvideos-EditAccountForm .masvideos-Button,
div.wpforms-container-full.contact-form .wpforms-form input[type=submit],
div.wpforms-container-full.contact-form .wpforms-form button[type=submit],
div.wpforms-container-full.contact-form .wpforms-form .wpforms-page-button,
.wpforms-container.contact-form input[type=submit],
.wpforms-container.contact-form button[type=submit],
.wpforms-container.contact-form .wpforms-page-button,
div.wpforms-container-full.subscribe-form .wpforms-form input[type=submit],
div.wpforms-container-full.subscribe-form .wpforms-form button[type=submit],
div.wpforms-container-full.subscribe-form .wpforms-form .wpforms-page-button,
.wpforms-container.subscribe-form input[type=submit],
.wpforms-container.subscribe-form button[type=submit],
.wpforms-container.subscribe-form .wpforms-page-button {
color: #fff;
background-color: #24baef;
border-color: #24baef; }
.slider-movie .movie-actions--link_watch:hover,
.movies-sliders .movie-actions--link_watch:hover,
.tv-shows-sliders .tv-show-actions--link_watch:hover,
.section-featured-video .featured-video__content-action--link_watch:hover,
.about-movie .movie-detail .movie-tab__content-action--link_watch:hover,
.featured-tv-shows__inner .movie-info .movie-tab__content-action--link_watch:hover,
.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie .movie-actions--link_watch:hover,
.masvideos-register .masvideos-Button:hover,
.masvideos-login .masvideos-Button:hover,
.section-featured-movie .movie-actions--link_watch:hover,
.masvideos-edit-playlist__form .masvideos-Button:hover,
.error-404.not-found .home-button .btn:not(:disabled):not(.disabled):hover,
form.edit-video-form .button:hover,
.single-movie__actions .movie-actions--get-tickets:hover,
.single-movie__actions .movie-actions--watch-now:hover,
.masvideos-EditAccountForm .masvideos-Button:hover,
div.wpforms-container-full.contact-form .wpforms-form input[type=submit]:hover,
div.wpforms-container-full.contact-form .wpforms-form button[type=submit]:hover,
div.wpforms-container-full.contact-form .wpforms-form .wpforms-page-button:hover,
.wpforms-container.contact-form input[type=submit]:hover,
.wpforms-container.contact-form button[type=submit]:hover,
.wpforms-container.contact-form .wpforms-page-button:hover,
div.wpforms-container-full.subscribe-form .wpforms-form input[type=submit]:hover,
div.wpforms-container-full.subscribe-form .wpforms-form button[type=submit]:hover,
div.wpforms-container-full.subscribe-form .wpforms-form .wpforms-page-button:hover,
.wpforms-container.subscribe-form input[type=submit]:hover,
.wpforms-container.subscribe-form button[type=submit]:hover,
.wpforms-container.subscribe-form .wpforms-page-button:hover {
color: #fff;
background-color: #0f9ed1;
border-color: #0f9ed1; }
.slider-movie .movie-actions--link_watch:focus, .slider-movie .movie-actions--link_watch.focus,
.movies-sliders .movie-actions--link_watch:focus,
.movies-sliders .movie-actions--link_watch.focus,
.tv-shows-sliders .tv-show-actions--link_watch:focus,
.tv-shows-sliders .tv-show-actions--link_watch.focus,
.section-featured-video .featured-video__content-action--link_watch:focus,
.section-featured-video .featured-video__content-action--link_watch.focus,
.about-movie .movie-detail .movie-tab__content-action--link_watch:focus,
.about-movie .movie-detail .movie-tab__content-action--link_watch.focus,
.featured-tv-shows__inner .movie-info .movie-tab__content-action--link_watch:focus,
.featured-tv-shows__inner .movie-info .movie-tab__content-action--link_watch.focus,
.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie .movie-actions--link_watch:focus,
.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie .movie-actions--link_watch.focus,
.masvideos-register .masvideos-Button:focus,
.masvideos-register .masvideos-Button.focus,
.masvideos-login .masvideos-Button:focus,
.masvideos-login .masvideos-Button.focus,
.section-featured-movie .movie-actions--link_watch:focus,
.section-featured-movie .movie-actions--link_watch.focus,
.masvideos-edit-playlist__form .masvideos-Button:focus,
.masvideos-edit-playlist__form .masvideos-Button.focus,
.error-404.not-found .home-button .btn:not(:disabled):not(.disabled):focus,
.error-404.not-found .home-button .btn:not(:disabled):not(.disabled).focus,
form.edit-video-form .button:focus,
form.edit-video-form .button.focus,
.single-movie__actions .movie-actions--get-tickets:focus,
.single-movie__actions .movie-actions--get-tickets.focus,
.single-movie__actions .movie-actions--watch-now:focus,
.single-movie__actions .movie-actions--watch-now.focus,
.masvideos-EditAccountForm .masvideos-Button:focus,
.masvideos-EditAccountForm .masvideos-Button.focus,
div.wpforms-container-full.contact-form .wpforms-form input[type=submit]:focus,
div.wpforms-container-full.contact-form .wpforms-form input[type=submit].focus,
div.wpforms-container-full.contact-form .wpforms-form button[type=submit]:focus,
div.wpforms-container-full.contact-form .wpforms-form button[type=submit].focus,
div.wpforms-container-full.contact-form .wpforms-form .wpforms-page-button:focus,
div.wpforms-container-full.contact-form .wpforms-form .wpforms-page-button.focus,
.wpforms-container.contact-form input[type=submit]:focus,
.wpforms-container.contact-form input[type=submit].focus,
.wpforms-container.contact-form button[type=submit]:focus,
.wpforms-container.contact-form button[type=submit].focus,
.wpforms-container.contact-form .wpforms-page-button:focus,
.wpforms-container.contact-form .wpforms-page-button.focus,
div.wpforms-container-full.subscribe-form .wpforms-form input[type=submit]:focus,
div.wpforms-container-full.subscribe-form .wpforms-form input[type=submit].focus,
div.wpforms-container-full.subscribe-form .wpforms-form button[type=submit]:focus,
div.wpforms-container-full.subscribe-form .wpforms-form button[type=submit].focus,
div.wpforms-container-full.subscribe-form .wpforms-form .wpforms-page-button:focus,
div.wpforms-container-full.subscribe-form .wpforms-form .wpforms-page-button.focus,
.wpforms-container.subscribe-form input[type=submit]:focus,
.wpforms-container.subscribe-form input[type=submit].focus,
.wpforms-container.subscribe-form button[type=submit]:focus,
.wpforms-container.subscribe-form button[type=submit].focus,
.wpforms-container.subscribe-form .wpforms-page-button:focus,
.wpforms-container.subscribe-form .wpforms-page-button.focus {
box-shadow: 0 0 0 0.2rem rgba(69, 196, 241, 0.5); }
.slider-movie .movie-actions--link_watch.disabled, .slider-movie .movie-actions--link_watch:disabled,
.movies-sliders .movie-actions--link_watch.disabled,
.movies-sliders .movie-actions--link_watch:disabled,
.tv-shows-sliders .tv-show-actions--link_watch.disabled,
.tv-shows-sliders .tv-show-actions--link_watch:disabled,
.section-featured-video .featured-video__content-action--link_watch.disabled,
.section-featured-video .featured-video__content-action--link_watch:disabled,
.about-movie .movie-detail .movie-tab__content-action--link_watch.disabled,
.about-movie .movie-detail .movie-tab__content-action--link_watch:disabled,
.featured-tv-shows__inner .movie-info .movie-tab__content-action--link_watch.disabled,
.featured-tv-shows__inner .movie-info .movie-tab__content-action--link_watch:disabled,
.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie .movie-actions--link_watch.disabled,
.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie .movie-actions--link_watch:disabled,
.masvideos-register .masvideos-Button.disabled,
.masvideos-register .masvideos-Button:disabled,
.masvideos-login .masvideos-Button.disabled,
.masvideos-login .masvideos-Button:disabled,
.section-featured-movie .movie-actions--link_watch.disabled,
.section-featured-movie .movie-actions--link_watch:disabled,
.masvideos-edit-playlist__form .masvideos-Button.disabled,
.masvideos-edit-playlist__form .masvideos-Button:disabled,
.error-404.not-found .home-button .btn:not(:disabled):not(.disabled).disabled,
.error-404.not-found .home-button .btn:not(:disabled):not(.disabled):disabled,
form.edit-video-form .button.disabled,
form.edit-video-form .button:disabled,
.single-movie__actions .movie-actions--get-tickets.disabled,
.single-movie__actions .movie-actions--get-tickets:disabled,
.single-movie__actions .movie-actions--watch-now.disabled,
.single-movie__actions .movie-actions--watch-now:disabled,
.masvideos-EditAccountForm .masvideos-Button.disabled,
.masvideos-EditAccountForm .masvideos-Button:disabled,
div.wpforms-container-full.contact-form .wpforms-form input[type=submit].disabled,
div.wpforms-container-full.contact-form .wpforms-form input[type=submit]:disabled,
div.wpforms-container-full.contact-form .wpforms-form button[type=submit].disabled,
div.wpforms-container-full.contact-form .wpforms-form button[type=submit]:disabled,
div.wpforms-container-full.contact-form .wpforms-form .wpforms-page-button.disabled,
div.wpforms-container-full.contact-form .wpforms-form .wpforms-page-button:disabled,
.wpforms-container.contact-form input[type=submit].disabled,
.wpforms-container.contact-form input[type=submit]:disabled,
.wpforms-container.contact-form button[type=submit].disabled,
.wpforms-container.contact-form button[type=submit]:disabled,
.wpforms-container.contact-form .wpforms-page-button.disabled,
.wpforms-container.contact-form .wpforms-page-button:disabled,
div.wpforms-container-full.subscribe-form .wpforms-form input[type=submit].disabled,
div.wpforms-container-full.subscribe-form .wpforms-form input[type=submit]:disabled,
div.wpforms-container-full.subscribe-form .wpforms-form button[type=submit].disabled,
div.wpforms-container-full.subscribe-form .wpforms-form button[type=submit]:disabled,
div.wpforms-container-full.subscribe-form .wpforms-form .wpforms-page-button.disabled,
div.wpforms-container-full.subscribe-form .wpforms-form .wpforms-page-button:disabled,
.wpforms-container.subscribe-form input[type=submit].disabled,
.wpforms-container.subscribe-form input[type=submit]:disabled,
.wpforms-container.subscribe-form button[type=submit].disabled,
.wpforms-container.subscribe-form button[type=submit]:disabled,
.wpforms-container.subscribe-form .wpforms-page-button.disabled,
.wpforms-container.subscribe-form .wpforms-page-button:disabled {
color: #fff;
background-color: #24baef;
border-color: #24baef; }
.slider-movie .movie-actions--link_watch:not(:disabled):not(.disabled):active, .slider-movie .movie-actions--link_watch:not(:disabled):not(.disabled).active,
.show > .slider-movie .movie-actions--link_watch.dropdown-toggle,
.movies-sliders .movie-actions--link_watch:not(:disabled):not(.disabled):active,
.movies-sliders .movie-actions--link_watch:not(:disabled):not(.disabled).active,
.show >
.movies-sliders .movie-actions--link_watch.dropdown-toggle,
.tv-shows-sliders .tv-show-actions--link_watch:not(:disabled):not(.disabled):active,
.tv-shows-sliders .tv-show-actions--link_watch:not(:disabled):not(.disabled).active,
.show >
.tv-shows-sliders .tv-show-actions--link_watch.dropdown-toggle,
.section-featured-video .featured-video__content-action--link_watch:not(:disabled):not(.disabled):active,
.section-featured-video .featured-video__content-action--link_watch:not(:disabled):not(.disabled).active,
.show >
.section-featured-video .featured-video__content-action--link_watch.dropdown-toggle,
.about-movie .movie-detail .movie-tab__content-action--link_watch:not(:disabled):not(.disabled):active,
.about-movie .movie-detail .movie-tab__content-action--link_watch:not(:disabled):not(.disabled).active,
.show >
.about-movie .movie-detail .movie-tab__content-action--link_watch.dropdown-toggle,
.featured-tv-shows__inner .movie-info .movie-tab__content-action--link_watch:not(:disabled):not(.disabled):active,
.featured-tv-shows__inner .movie-info .movie-tab__content-action--link_watch:not(:disabled):not(.disabled).active,
.show >
.featured-tv-shows__inner .movie-info .movie-tab__content-action--link_watch.dropdown-toggle,
.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie .movie-actions--link_watch:not(:disabled):not(.disabled):active,
.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie .movie-actions--link_watch:not(:disabled):not(.disabled).active,
.show >
.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie .movie-actions--link_watch.dropdown-toggle,
.masvideos-register .masvideos-Button:not(:disabled):not(.disabled):active,
.masvideos-register .masvideos-Button:not(:disabled):not(.disabled).active,
.show >
.masvideos-register .masvideos-Button.dropdown-toggle,
.masvideos-login .masvideos-Button:not(:disabled):not(.disabled):active,
.masvideos-login .masvideos-Button:not(:disabled):not(.disabled).active,
.show >
.masvideos-login .masvideos-Button.dropdown-toggle,
.section-featured-movie .movie-actions--link_watch:not(:disabled):not(.disabled):active,
.section-featured-movie .movie-actions--link_watch:not(:disabled):not(.disabled).active,
.show >
.section-featured-movie .movie-actions--link_watch.dropdown-toggle,
.masvideos-edit-playlist__form .masvideos-Button:not(:disabled):not(.disabled):active,
.masvideos-edit-playlist__form .masvideos-Button:not(:disabled):not(.disabled).active,
.show >
.masvideos-edit-playlist__form .masvideos-Button.dropdown-toggle,
.error-404.not-found .home-button .btn:not(:disabled):not(.disabled):not(:disabled):not(.disabled):active,
.error-404.not-found .home-button .btn:not(:disabled):not(.disabled):not(:disabled):not(.disabled).active,
.show >
.error-404.not-found .home-button .btn:not(:disabled):not(.disabled).dropdown-toggle,
form.edit-video-form .button:not(:disabled):not(.disabled):active,
form.edit-video-form .button:not(:disabled):not(.disabled).active,
.show >
form.edit-video-form .button.dropdown-toggle,
.single-movie__actions .movie-actions--get-tickets:not(:disabled):not(.disabled):active,
.single-movie__actions .movie-actions--get-tickets:not(:disabled):not(.disabled).active,
.show >
.single-movie__actions .movie-actions--get-tickets.dropdown-toggle,
.single-movie__actions .movie-actions--watch-now:not(:disabled):not(.disabled):active,
.single-movie__actions .movie-actions--watch-now:not(:disabled):not(.disabled).active,
.show >
.single-movie__actions .movie-actions--watch-now.dropdown-toggle,
.masvideos-EditAccountForm .masvideos-Button:not(:disabled):not(.disabled):active,
.masvideos-EditAccountForm .masvideos-Button:not(:disabled):not(.disabled).active,
.show >
.masvideos-EditAccountForm .masvideos-Button.dropdown-toggle,
div.wpforms-container-full.contact-form .wpforms-form input[type=submit]:not(:disabled):not(.disabled):active,
div.wpforms-container-full.contact-form .wpforms-form input[type=submit]:not(:disabled):not(.disabled).active,
.show >
div.wpforms-container-full.contact-form .wpforms-form input[type=submit].dropdown-toggle,
div.wpforms-container-full.contact-form .wpforms-form button[type=submit]:not(:disabled):not(.disabled):active,
div.wpforms-container-full.contact-form .wpforms-form button[type=submit]:not(:disabled):not(.disabled).active,
.show >
div.wpforms-container-full.contact-form .wpforms-form button[type=submit].dropdown-toggle,
div.wpforms-container-full.contact-form .wpforms-form .wpforms-page-button:not(:disabled):not(.disabled):active,
div.wpforms-container-full.contact-form .wpforms-form .wpforms-page-button:not(:disabled):not(.disabled).active,
.show >
div.wpforms-container-full.contact-form .wpforms-form .wpforms-page-button.dropdown-toggle,
.wpforms-container.contact-form input[type=submit]:not(:disabled):not(.disabled):active,
.wpforms-container.contact-form input[type=submit]:not(:disabled):not(.disabled).active,
.show >
.wpforms-container.contact-form input[type=submit].dropdown-toggle,
.wpforms-container.contact-form button[type=submit]:not(:disabled):not(.disabled):active,
.wpforms-container.contact-form button[type=submit]:not(:disabled):not(.disabled).active,
.show >
.wpforms-container.contact-form button[type=submit].dropdown-toggle,
.wpforms-container.contact-form .wpforms-page-button:not(:disabled):not(.disabled):active,
.wpforms-container.contact-form .wpforms-page-button:not(:disabled):not(.disabled).active,
.show >
.wpforms-container.contact-form .wpforms-page-button.dropdown-toggle,
div.wpforms-container-full.subscribe-form .wpforms-form input[type=submit]:not(:disabled):not(.disabled):active,
div.wpforms-container-full.subscribe-form .wpforms-form input[type=submit]:not(:disabled):not(.disabled).active,
.show >
div.wpforms-container-full.subscribe-form .wpforms-form input[type=submit].dropdown-toggle,
div.wpforms-container-full.subscribe-form .wpforms-form button[type=submit]:not(:disabled):not(.disabled):active,
div.wpforms-container-full.subscribe-form .wpforms-form button[type=submit]:not(:disabled):not(.disabled).active,
.show >
div.wpforms-container-full.subscribe-form .wpforms-form button[type=submit].dropdown-toggle,
div.wpforms-container-full.subscribe-form .wpforms-form .wpforms-page-button:not(:disabled):not(.disabled):active,
div.wpforms-container-full.subscribe-form .wpforms-form .wpforms-page-button:not(:disabled):not(.disabled).active,
.show >
div.wpforms-container-full.subscribe-form .wpforms-form .wpforms-page-button.dropdown-toggle,
.wpforms-container.subscribe-form input[type=submit]:not(:disabled):not(.disabled):active,
.wpforms-container.subscribe-form input[type=submit]:not(:disabled):not(.disabled).active,
.show >
.wpforms-container.subscribe-form input[type=submit].dropdown-toggle,
.wpforms-container.subscribe-form button[type=submit]:not(:disabled):not(.disabled):active,
.wpforms-container.subscribe-form button[type=submit]:not(:disabled):not(.disabled).active,
.show >
.wpforms-container.subscribe-form button[type=submit].dropdown-toggle,
.wpforms-container.subscribe-form .wpforms-page-button:not(:disabled):not(.disabled):active,
.wpforms-container.subscribe-form .wpforms-page-button:not(:disabled):not(.disabled).active,
.show >
.wpforms-container.subscribe-form .wpforms-page-button.dropdown-toggle {
color: #fff;
background-color: #0f9ed1;
border-color: #0e95c5; }
.slider-movie .movie-actions--link_watch:not(:disabled):not(.disabled):active:focus, .slider-movie .movie-actions--link_watch:not(:disabled):not(.disabled).active:focus,
.show > .slider-movie .movie-actions--link_watch.dropdown-toggle:focus,
.movies-sliders .movie-actions--link_watch:not(:disabled):not(.disabled):active:focus,
.movies-sliders .movie-actions--link_watch:not(:disabled):not(.disabled).active:focus,
.show >
.movies-sliders .movie-actions--link_watch.dropdown-toggle:focus,
.tv-shows-sliders .tv-show-actions--link_watch:not(:disabled):not(.disabled):active:focus,
.tv-shows-sliders .tv-show-actions--link_watch:not(:disabled):not(.disabled).active:focus,
.show >
.tv-shows-sliders .tv-show-actions--link_watch.dropdown-toggle:focus,
.section-featured-video .featured-video__content-action--link_watch:not(:disabled):not(.disabled):active:focus,
.section-featured-video .featured-video__content-action--link_watch:not(:disabled):not(.disabled).active:focus,
.show >
.section-featured-video .featured-video__content-action--link_watch.dropdown-toggle:focus,
.about-movie .movie-detail .movie-tab__content-action--link_watch:not(:disabled):not(.disabled):active:focus,
.about-movie .movie-detail .movie-tab__content-action--link_watch:not(:disabled):not(.disabled).active:focus,
.show >
.about-movie .movie-detail .movie-tab__content-action--link_watch.dropdown-toggle:focus,
.featured-tv-shows__inner .movie-info .movie-tab__content-action--link_watch:not(:disabled):not(.disabled):active:focus,
.featured-tv-shows__inner .movie-info .movie-tab__content-action--link_watch:not(:disabled):not(.disabled).active:focus,
.show >
.featured-tv-shows__inner .movie-info .movie-tab__content-action--link_watch.dropdown-toggle:focus,
.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie .movie-actions--link_watch:not(:disabled):not(.disabled):active:focus,
.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie .movie-actions--link_watch:not(:disabled):not(.disabled).active:focus,
.show >
.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie .movie-actions--link_watch.dropdown-toggle:focus,
.masvideos-register .masvideos-Button:not(:disabled):not(.disabled):active:focus,
.masvideos-register .masvideos-Button:not(:disabled):not(.disabled).active:focus,
.show >
.masvideos-register .masvideos-Button.dropdown-toggle:focus,
.masvideos-login .masvideos-Button:not(:disabled):not(.disabled):active:focus,
.masvideos-login .masvideos-Button:not(:disabled):not(.disabled).active:focus,
.show >
.masvideos-login .masvideos-Button.dropdown-toggle:focus,
.section-featured-movie .movie-actions--link_watch:not(:disabled):not(.disabled):active:focus,
.section-featured-movie .movie-actions--link_watch:not(:disabled):not(.disabled).active:focus,
.show >
.section-featured-movie .movie-actions--link_watch.dropdown-toggle:focus,
.masvideos-edit-playlist__form .masvideos-Button:not(:disabled):not(.disabled):active:focus,
.masvideos-edit-playlist__form .masvideos-Button:not(:disabled):not(.disabled).active:focus,
.show >
.masvideos-edit-playlist__form .masvideos-Button.dropdown-toggle:focus,
.error-404.not-found .home-button .btn:not(:disabled):not(.disabled):not(:disabled):not(.disabled):active:focus,
.error-404.not-found .home-button .btn:not(:disabled):not(.disabled):not(:disabled):not(.disabled).active:focus,
.show >
.error-404.not-found .home-button .btn:not(:disabled):not(.disabled).dropdown-toggle:focus,
form.edit-video-form .button:not(:disabled):not(.disabled):active:focus,
form.edit-video-form .button:not(:disabled):not(.disabled).active:focus,
.show >
form.edit-video-form .button.dropdown-toggle:focus,
.single-movie__actions .movie-actions--get-tickets:not(:disabled):not(.disabled):active:focus,
.single-movie__actions .movie-actions--get-tickets:not(:disabled):not(.disabled).active:focus,
.show >
.single-movie__actions .movie-actions--get-tickets.dropdown-toggle:focus,
.single-movie__actions .movie-actions--watch-now:not(:disabled):not(.disabled):active:focus,
.single-movie__actions .movie-actions--watch-now:not(:disabled):not(.disabled).active:focus,
.show >
.single-movie__actions .movie-actions--watch-now.dropdown-toggle:focus,
.masvideos-EditAccountForm .masvideos-Button:not(:disabled):not(.disabled):active:focus,
.masvideos-EditAccountForm .masvideos-Button:not(:disabled):not(.disabled).active:focus,
.show >
.masvideos-EditAccountForm .masvideos-Button.dropdown-toggle:focus,
div.wpforms-container-full.contact-form .wpforms-form input[type=submit]:not(:disabled):not(.disabled):active:focus,
div.wpforms-container-full.contact-form .wpforms-form input[type=submit]:not(:disabled):not(.disabled).active:focus,
.show >
div.wpforms-container-full.contact-form .wpforms-form input[type=submit].dropdown-toggle:focus,
div.wpforms-container-full.contact-form .wpforms-form button[type=submit]:not(:disabled):not(.disabled):active:focus,
div.wpforms-container-full.contact-form .wpforms-form button[type=submit]:not(:disabled):not(.disabled).active:focus,
.show >
div.wpforms-container-full.contact-form .wpforms-form button[type=submit].dropdown-toggle:focus,
div.wpforms-container-full.contact-form .wpforms-form .wpforms-page-button:not(:disabled):not(.disabled):active:focus,
div.wpforms-container-full.contact-form .wpforms-form .wpforms-page-button:not(:disabled):not(.disabled).active:focus,
.show >
div.wpforms-container-full.contact-form .wpforms-form .wpforms-page-button.dropdown-toggle:focus,
.wpforms-container.contact-form input[type=submit]:not(:disabled):not(.disabled):active:focus,
.wpforms-container.contact-form input[type=submit]:not(:disabled):not(.disabled).active:focus,
.show >
.wpforms-container.contact-form input[type=submit].dropdown-toggle:focus,
.wpforms-container.contact-form button[type=submit]:not(:disabled):not(.disabled):active:focus,
.wpforms-container.contact-form button[type=submit]:not(:disabled):not(.disabled).active:focus,
.show >
.wpforms-container.contact-form button[type=submit].dropdown-toggle:focus,
.wpforms-container.contact-form .wpforms-page-button:not(:disabled):not(.disabled):active:focus,
.wpforms-container.contact-form .wpforms-page-button:not(:disabled):not(.disabled).active:focus,
.show >
.wpforms-container.contact-form .wpforms-page-button.dropdown-toggle:focus,
div.wpforms-container-full.subscribe-form .wpforms-form input[type=submit]:not(:disabled):not(.disabled):active:focus,
div.wpforms-container-full.subscribe-form .wpforms-form input[type=submit]:not(:disabled):not(.disabled).active:focus,
.show >
div.wpforms-container-full.subscribe-form .wpforms-form input[type=submit].dropdown-toggle:focus,
div.wpforms-container-full.subscribe-form .wpforms-form button[type=submit]:not(:disabled):not(.disabled):active:focus,
div.wpforms-container-full.subscribe-form .wpforms-form button[type=submit]:not(:disabled):not(.disabled).active:focus,
.show >
div.wpforms-container-full.subscribe-form .wpforms-form button[type=submit].dropdown-toggle:focus,
div.wpforms-container-full.subscribe-form .wpforms-form .wpforms-page-button:not(:disabled):not(.disabled):active:focus,
div.wpforms-container-full.subscribe-form .wpforms-form .wpforms-page-button:not(:disabled):not(.disabled).active:focus,
.show >
div.wpforms-container-full.subscribe-form .wpforms-form .wpforms-page-button.dropdown-toggle:focus,
.wpforms-container.subscribe-form input[type=submit]:not(:disabled):not(.disabled):active:focus,
.wpforms-container.subscribe-form input[type=submit]:not(:disabled):not(.disabled).active:focus,
.show >
.wpforms-container.subscribe-form input[type=submit].dropdown-toggle:focus,
.wpforms-container.subscribe-form button[type=submit]:not(:disabled):not(.disabled):active:focus,
.wpforms-container.subscribe-form button[type=submit]:not(:disabled):not(.disabled).active:focus,
.show >
.wpforms-container.subscribe-form button[type=submit].dropdown-toggle:focus,
.wpforms-container.subscribe-form .wpforms-page-button:not(:disabled):not(.disabled):active:focus,
.wpforms-container.subscribe-form .wpforms-page-button:not(:disabled):not(.disabled).active:focus,
.show >
.wpforms-container.subscribe-form .wpforms-page-button.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(69, 196, 241, 0.5); }
.btn-outline-vodi-primary,
.wp-block-button.is-style-outline .wp-block-button__link,
.home-section .home-section__footer-view-more-action--link:hover,
.pmpro_btn,
.pmpro-login.logged-in .pmpro_logged_in_welcome_wrap .pmpro_member_log_out > a,
.pmpro_billing_wrap > p:first-child > small > a {
color: #24baef;
border-color: #24baef; }
.btn-outline-vodi-primary:hover,
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.home-section .home-section__footer-view-more-action--link:hover:hover,
.pmpro_btn:hover,
.pmpro-login.logged-in .pmpro_logged_in_welcome_wrap .pmpro_member_log_out > a:hover,
.pmpro_billing_wrap > p:first-child > small > a:hover {
color: #fff;
background-color: #24baef;
border-color: #24baef; }
.btn-outline-vodi-primary:focus, .btn-outline-vodi-primary.focus,
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link.focus,
.home-section .home-section__footer-view-more-action--link:hover:focus,
.home-section .home-section__footer-view-more-action--link:hover.focus,
.pmpro_btn:focus,
.pmpro_btn.focus,
.pmpro-login.logged-in .pmpro_logged_in_welcome_wrap .pmpro_member_log_out > a:focus,
.pmpro-login.logged-in .pmpro_logged_in_welcome_wrap .pmpro_member_log_out > a.focus,
.pmpro_billing_wrap > p:first-child > small > a:focus,
.pmpro_billing_wrap > p:first-child > small > a.focus {
box-shadow: 0 0 0 0.2rem rgba(36, 186, 239, 0.5); }
.btn-outline-vodi-primary.disabled, .btn-outline-vodi-primary:disabled,
.wp-block-button.is-style-outline .wp-block-button__link.disabled,
.wp-block-button.is-style-outline .wp-block-button__link:disabled,
.home-section .home-section__footer-view-more-action--link:hover.disabled,
.home-section .home-section__footer-view-more-action--link:hover:disabled,
.pmpro_btn.disabled,
.pmpro_btn:disabled,
.pmpro-login.logged-in .pmpro_logged_in_welcome_wrap .pmpro_member_log_out > a.disabled,
.pmpro-login.logged-in .pmpro_logged_in_welcome_wrap .pmpro_member_log_out > a:disabled,
.pmpro_billing_wrap > p:first-child > small > a.disabled,
.pmpro_billing_wrap > p:first-child > small > a:disabled {
color: #24baef;
background-color: transparent; }
.btn-outline-vodi-primary:not(:disabled):not(.disabled):active, .btn-outline-vodi-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-vodi-primary.dropdown-toggle,
.wp-block-button.is-style-outline .wp-block-button__link:not(:disabled):not(.disabled):active,
.wp-block-button.is-style-outline .wp-block-button__link:not(:disabled):not(.disabled).active,
.show >
.wp-block-button.is-style-outline .wp-block-button__link.dropdown-toggle,
.home-section .home-section__footer-view-more-action--link:hover:not(:disabled):not(.disabled):active,
.home-section .home-section__footer-view-more-action--link:hover:not(:disabled):not(.disabled).active,
.show >
.home-section .home-section__footer-view-more-action--link:hover.dropdown-toggle,
.pmpro_btn:not(:disabled):not(.disabled):active,
.pmpro_btn:not(:disabled):not(.disabled).active,
.show >
.pmpro_btn.dropdown-toggle,
.pmpro-login.logged-in .pmpro_logged_in_welcome_wrap .pmpro_member_log_out > a:not(:disabled):not(.disabled):active,
.pmpro-login.logged-in .pmpro_logged_in_welcome_wrap .pmpro_member_log_out > a:not(:disabled):not(.disabled).active,
.show >
.pmpro-login.logged-in .pmpro_logged_in_welcome_wrap .pmpro_member_log_out > a.dropdown-toggle,
.pmpro_billing_wrap > p:first-child > small > a:not(:disabled):not(.disabled):active,
.pmpro_billing_wrap > p:first-child > small > a:not(:disabled):not(.disabled).active,
.show >
.pmpro_billing_wrap > p:first-child > small > a.dropdown-toggle {
color: #fff;
background-color: #24baef;
border-color: #24baef; }
.btn-outline-vodi-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-vodi-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-vodi-primary.dropdown-toggle:focus,
.wp-block-button.is-style-outline .wp-block-button__link:not(:disabled):not(.disabled):active:focus,
.wp-block-button.is-style-outline .wp-block-button__link:not(:disabled):not(.disabled).active:focus,
.show >
.wp-block-button.is-style-outline .wp-block-button__link.dropdown-toggle:focus,
.home-section .home-section__footer-view-more-action--link:hover:not(:disabled):not(.disabled):active:focus,
.home-section .home-section__footer-view-more-action--link:hover:not(:disabled):not(.disabled).active:focus,
.show >
.home-section .home-section__footer-view-more-action--link:hover.dropdown-toggle:focus,
.pmpro_btn:not(:disabled):not(.disabled):active:focus,
.pmpro_btn:not(:disabled):not(.disabled).active:focus,
.show >
.pmpro_btn.dropdown-toggle:focus,
.pmpro-login.logged-in .pmpro_logged_in_welcome_wrap .pmpro_member_log_out > a:not(:disabled):not(.disabled):active:focus,
.pmpro-login.logged-in .pmpro_logged_in_welcome_wrap .pmpro_member_log_out > a:not(:disabled):not(.disabled).active:focus,
.show >
.pmpro-login.logged-in .pmpro_logged_in_welcome_wrap .pmpro_member_log_out > a.dropdown-toggle:focus,
.pmpro_billing_wrap > p:first-child > small > a:not(:disabled):not(.disabled):active:focus,
.pmpro_billing_wrap > p:first-child > small > a:not(:disabled):not(.disabled).active:focus,
.show >
.pmpro_billing_wrap > p:first-child > small > a.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(36, 186, 239, 0.5); }
.movie-slider .masvideos-movies .movies .slider-movie .watch-now-btn .watch-now-btn-bg {
background-image: linear-gradient(30deg, #2a4999 0%, #2c9cd4 100%); }
form.edit-video-form .form-row-reviews_allowed .input-checkbox:checked:before,
.vodi-control-bar .masvideos-widget-movies-layered-nav-list__item.chosen a:after,
.vodi-control-bar .masvideos-widget-movies-layered-nav-list a:hover:after,
.vodi-control-bar .masvideos-widget-tv-shows-layered-nav-list__item.chosen a:after,
.vodi-control-bar .masvideos-widget-tv-shows-layered-nav-list a:hover:after,
.vodi-control-bar .masvideos-widget-videos-layered-nav-list__item.chosen a:after,
.vodi-control-bar .masvideos-widget-videos-layered-nav-list a:hover:after,
.video-actions--link_add-to-playlist .dropdown-menu > a.toggle-playlist.added:before,
.movie-actions--link_add-to-playlist .dropdown-menu > a.toggle-playlist.added:before,
.tv-show-actions--link_add-to-playlist .dropdown-menu > a.toggle-playlist.added:before,
.home-sidebar-area .widget:last-child ul.menu li a:hover:before,
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item a:hover:before,
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item.chosen a:before,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-videos-layered-nav-list__item a:hover:before,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-videos-layered-nav-list__item.chosen a:before,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a:hover:before,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item.chosen a:before,
.sidebar-area.widget-area .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a:hover:before,
.sidebar-area.widget-area .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item.chosen a:before,
.sidebar-area.widget-area .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a:hover:before,
.sidebar-area.widget-area .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item.chosen a:before {
background-image: url("data:image/svg+xml;utf8,%3csvg xmlns='http://www.w3.org/2000/svg' width='18px' height='18px'%3e%3cpath fill='%2324baef' d='M-0.000,18.000 L-0.000,-0.000 L18.000,-0.000 L18.000,18.000 L-0.000,18.000 ZM13.387,5.216 C13.312,5.136 13.272,5.039 13.158,4.999 C11.202,7.087 9.246,9.176 7.291,11.263 C6.661,10.603 6.032,9.943 5.403,9.284 C5.249,9.121 5.098,8.958 4.944,8.796 C4.913,8.764 4.862,8.637 4.791,8.660 C4.722,8.742 4.654,8.823 4.586,8.904 C4.391,9.103 4.195,9.302 4.000,9.501 C4.073,9.726 4.708,10.281 4.893,10.477 C5.411,11.028 5.930,11.580 6.449,12.131 C6.709,12.408 6.949,12.758 7.265,12.972 C7.265,12.981 7.265,12.990 7.265,12.999 C7.273,12.999 7.282,12.999 7.291,12.999 C9.527,10.631 11.764,8.262 14.000,5.894 C13.932,5.679 13.542,5.380 13.387,5.216 Z'/%3e%3c/svg%3e"); }
.vodi-control-bar .videos-type li a.active,
.vodi-control-bar .videos-type li a:hover:after,
.masvideos-persons-control-bar .videos-type li a.active,
.masvideos-persons-control-bar .videos-type li a:hover:after {
background-image: url("data:image/svg+xml;utf8,%3csvg xmlns='http://www.w3.org/2000/svg' width='18px' height='18px'%3e%3cpath fill='%2324baef' d='M-0.000,18.000 L-0.000,-0.000 L18.000,-0.000 L18.000,18.000 L-0.000,18.000 ZM13.388,5.216 C13.312,5.136 13.272,5.039 13.158,4.999 C11.202,7.087 9.246,9.176 7.291,11.263 C6.661,10.603 6.032,9.944 5.403,9.284 C5.250,9.121 5.098,8.958 4.944,8.796 C4.913,8.764 4.862,8.637 4.791,8.660 C4.723,8.742 4.655,8.823 4.587,8.904 C4.391,9.103 4.195,9.302 4.000,9.501 C4.073,9.726 4.708,10.281 4.893,10.477 C5.411,11.029 5.930,11.580 6.449,12.131 C6.709,12.408 6.950,12.759 7.265,12.972 C7.265,12.981 7.265,12.990 7.265,12.999 C7.274,12.999 7.282,12.999 7.291,12.999 C9.527,10.631 11.764,8.262 14.000,5.894 C13.932,5.680 13.542,5.380 13.388,5.216 Z'/%3e%3c/svg%3e"); }
.vodi-archive-wrapper[data-view="list-large"] .movie:hover .avg-rating .vodi-svg,
.vodi-archive-wrapper[data-view="grid"] .movie:hover .avg-rating .vodi-svg,
.vodi-archive-wrapper[data-view="list-small"] .movie:hover .avg-rating .vodi-svg,
.vodi-archive-wrapper[data-view="list"] .movie:hover .avg-rating .vodi-svg,
.vodi-archive-wrapper[data-view="grid-extended"] .movie:hover .avg-rating .vodi-svg,
.vodi-archive-wrapper[data-view="list-large"] .tv-show:hover .avg-rating .vodi-svg,
.vodi-archive-wrapper[data-view="grid"] .tv-show:hover .avg-rating .vodi-svg,
.vodi-archive-wrapper[data-view="list-small"] .tv-show:hover .avg-rating .vodi-svg,
.vodi-archive-wrapper[data-view="list"] .tv-show:hover .avg-rating .vodi-svg,
.vodi-archive-wrapper[data-view="grid-extended"] .tv-show:hover .avg-rating .vodi-svg,
.header-landing-v1.dark .vodi-svg1,
.site-header.header-landing-v2.dark .st1,
.coming-soon-header.dark .vodi-svg1,
.dark .vodi-svg1,
.site-footer-landing.dark .site-footer .vodi-svg1,
.header-landing-v2.light .st1,
.header-landing-v1.transparent .vodi-svg1,
.header-landing-v2.transparent .st1,
.coming-soon-header.transparent .vodi-svg1,
.site-footer-landing.transparent .site-footer .vodi-svg1,
.site__footer--v2 .vodi-svg1,
.single-movie .avg-rating .vodi-svg,
.single-tv_show .avg-rating .vodi-svg {
fill: #24baef; }
.site-header__upload--link:hover svg,
.site-header__upload--link:focus svg,
.site-header.light .site-header__upload--link:hover svg,
.site-header.light .site-header__upload--link:focus svg {
fill: #0f9ed1; }@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/montserrat--v30-normal-300.woff2?c=1748628544) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/montserrat-cyrillic-v30-normal-300.woff2?c=1748628544) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/montserrat--v30-normal-300.woff2?c=1748628544) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/montserrat--v30-normal-300.woff2?c=1748628544) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/montserrat--v30-normal-300.woff2?c=1748628544) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/montserrat--v30-normal-300.woff2?c=1748628544) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/montserrat-cyrillic-v30-normal-300.woff2?c=1748628544) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/montserrat--v30-normal-300.woff2?c=1748628544) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/montserrat--v30-normal-300.woff2?c=1748628544) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/montserrat--v30-normal-300.woff2?c=1748628544) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/montserrat--v30-normal-300.woff2?c=1748628544) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/montserrat-cyrillic-v30-normal-300.woff2?c=1748628544) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/montserrat--v30-normal-300.woff2?c=1748628544) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/montserrat--v30-normal-300.woff2?c=1748628544) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/montserrat--v30-normal-300.woff2?c=1748628544) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/montserrat--v30-normal-300.woff2?c=1748628544) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/montserrat-cyrillic-v30-normal-300.woff2?c=1748628544) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/montserrat--v30-normal-300.woff2?c=1748628544) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/montserrat--v30-normal-300.woff2?c=1748628544) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/montserrat--v30-normal-300.woff2?c=1748628544) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/montserrat--v30-normal-300.woff2?c=1748628544) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/montserrat-cyrillic-v30-normal-300.woff2?c=1748628544) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/montserrat--v30-normal-300.woff2?c=1748628544) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/montserrat--v30-normal-300.woff2?c=1748628544) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/montserrat--v30-normal-300.woff2?c=1748628544) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/montserrat--v30-normal-300.woff2?c=1748628544) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/montserrat-cyrillic-v30-normal-300.woff2?c=1748628544) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/montserrat--v30-normal-300.woff2?c=1748628544) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/montserrat--v30-normal-300.woff2?c=1748628544) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/montserrat--v30-normal-300.woff2?c=1748628544) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/open-sans--v43-normal-400.woff2?c=1748628545) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/open-sans-cyrillic-v43-normal-400.woff2?c=1748628545) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/open-sans-greek-ext-v43-normal-400.woff2?c=1748628545) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/open-sans--v43-normal-400.woff2?c=1748628545) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/open-sans--v43-normal-400.woff2?c=1748628545) format('woff2');
unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/open-sans--v43-normal-400.woff2?c=1748628545) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/open-sans--v43-normal-400.woff2?c=1748628545) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/open-sans--v43-normal-400.woff2?c=1748628545) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/open-sans--v43-normal-400.woff2?c=1748628546) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/open-sans--v43-normal-400.woff2?c=1748628546) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/open-sans--v43-normal-400.woff2?c=1748628545) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/open-sans-cyrillic-v43-normal-400.woff2?c=1748628545) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/open-sans-greek-ext-v43-normal-400.woff2?c=1748628545) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/open-sans--v43-normal-400.woff2?c=1748628545) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/open-sans--v43-normal-400.woff2?c=1748628545) format('woff2');
unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/open-sans--v43-normal-400.woff2?c=1748628545) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/open-sans--v43-normal-400.woff2?c=1748628545) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/open-sans--v43-normal-400.woff2?c=1748628545) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/open-sans--v43-normal-400.woff2?c=1748628546) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/open-sans--v43-normal-400.woff2?c=1748628546) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/open-sans--v43-normal-400.woff2?c=1748628545) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/open-sans-cyrillic-v43-normal-400.woff2?c=1748628545) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/open-sans-greek-ext-v43-normal-400.woff2?c=1748628545) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/open-sans--v43-normal-400.woff2?c=1748628545) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/open-sans--v43-normal-400.woff2?c=1748628545) format('woff2');
unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/open-sans--v43-normal-400.woff2?c=1748628545) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/open-sans--v43-normal-400.woff2?c=1748628545) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/open-sans--v43-normal-400.woff2?c=1748628545) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/open-sans--v43-normal-400.woff2?c=1748628546) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://familycinematv.it/wp-content/uploads/fonts/b9c239128d2eab68c9364978d8f5bf71/open-sans--v43-normal-400.woff2?c=1748628546) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}