
:root {
--primary: #c71c4f;
--nav: #c71c4f;
--secondary: #199e79;
--navs: #fcbb23;
--bg: #ffffff;
--text: #222;
--trans: #0abce514;

--surface: rgba(0,0,0,0.02);
--muted: rgba(0,0,0,0.6);
--elev: rgba(0,0,0,0.06);
--radius: 12px;
--blur: 8px;
--gap: 16px;
--radius5: 5px;
--transblue: #0abce514;
}

[data-theme="light"] {
--primary: #c71c4f;
--trans: #0abce514;
--trans2: rgba(10, 229, 193, 0.08);
--secondary: #61bfb1ff;
--nav: #333;
--navs: #ddcda8;
--bg: #121212;
--text: #ddd;
}

.gmr-item-modulepost img {
	width: 100%;
	height: 12.5rem;
	object-fit: cover;
}
.idmuvi-form-widget form input {
margin-right: 10px;
margin-bottom: 10px;
}
.idmuvi-form-widget form input[type="submit"] {
background-color: #2c3e50;
border-color: #2c3e50;
color: #fff;
}
.idmuvi-form-widget form input[type="submit"]:hover {
opacity: 0.9;
}
@media (max-width: 767px) {
.idmuvi-form-widget form input {
width: 100%;
margin-bottom: 10px;
margin-right: 0;
}
}
.idmuvi-center-right {
text-align: right;
}
.idmuvi-footerbanner {
margin-top: 10px;
text-align: center;
}
.idmuvi-floatbanner {
position: relative;
z-index: 9999;
}
.idmuvi-floatbanner-left {
left: 50%;
margin-left: -846px;
position: fixed;
overflow: hidden;
width: 300px;
margin-top: 10px;
}
.idmuvi-floatbanner-right {
right: 50%;
margin-right: -846px;
position: fixed;
overflow: hidden;
width: 300px;
margin-top: 10px;
}
.inner-floatbanner-bottom button {
z-index: 9;
position: absolute;
text-align: right;
font-size: 14px;
padding: 4px 8px;
background: #efefef;
border: none;
color: #121212 !important;
border-radius: 0 !important;
}
.idmuvi-floatbanner-left img,
.idmuvi-floatbanner-right img {
max-width: none !important;
}
.idmuvi-floatbanner-footer {
z-index: 999;
position: fixed;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
}
.inner-floatbanner-bottom {
text-align: center;
}
@media (max-width: 1200px) {
.idmuvi-floatbanner.idmuvi-floatbanner-left,
.idmuvi-floatbanner.idmuvi-floatbanner-right {
display: none;
}
}
.gmr-hidden {
display: none !important;
}

.gmr-searchform {
    position: relative;
    width: 100%
}

ul#auto-gmrsearch-results {
    background:var(--bg);
    color: var(--text);
    margin-top: 5px;
    border-radius: 5px;
    box-shadow: 0 2.8px 2.2px hsla(0, 0%, 87%, .034), 0 6.7px 5.3px hsla(0, 0%, 75%, .048), 0 1.5px 1px #9090900f, 0 2.3px 1.9px rgba(92, 92, 92, .072), 0 2.8px 1px rgba(63, 63, 63, .086);
    list-style: none;
    overflow: auto;
    padding: 5px 0
}

ul#auto-gmrsearch-results li {
    cursor: pointer;
    margin: 0;
    overflow: hidden;
    padding: 5px 10px;
    position: relative
}

ul#auto-gmrsearch-results li {
    display: flex
}

ul#auto-gmrsearch-results li img {
    width: 40px;
    margin-right: 10px
}

.loupe:before {
    filter: invert(60%)
}

.auto-is-loading:after {
    animation: auto-spinner .6s linear infinite;
    border-color: #ff9800 grey grey #ff9800;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    bottom: 0;
    box-sizing: border-box;
    content: "";
    height: 20px;
    margin: auto;
    position: absolute;
    right: 5px;
    top: 0;
    width: 20px
}

.auto-is-loading .auto-clear {
    display: none
}

@keyframes auto-spinner {
    to {
        transform: rotate(1turn)
    }
}

li.loupe:before {
    bottom: auto;
    top: 15px
}

.loupe input {
    padding: 6px 45px 6px 40px
}

.loupe:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23929292' d='M16.041 15.856a.995.995 0 0 0-.186.186A6.97 6.97 0 0 1 11 18c-1.933 0-3.682-.782-4.95-2.05S4 12.933 4 11s.782-3.682 2.05-4.95S9.067 4 11 4s3.682.782 4.95 2.05S18 9.067 18 11a6.971 6.971 0 0 1-1.959 4.856zm5.666 4.437-3.675-3.675A8.967 8.967 0 0 0 20 11c0-2.485-1.008-4.736-2.636-6.364S13.485 2 11 2 6.264 3.008 4.636 4.636 2 8.515 2 11s1.008 4.736 2.636 6.364S8.515 20 11 20a8.967 8.967 0 0 0 5.618-1.968l3.675 3.675a.999.999 0 1 0 1.414-1.414z'/%3E%3C/svg%3E");
    bottom: 0;
    content: "";
    height: 17px;
    left: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 17px
}

.auto-selected:before {
    opacity: 1
}

.auto-clear {
    align-items: center;
    background-color: initial;
    border-radius: 100%;
    background-color: #ff9800;
    border: none;
    bottom: 0;
    cursor: pointer;
    display: flex;
    height: auto;
    justify-content: center;
    margin: auto;
    position: absolute;
    right: 5px;
    top: 0;
    height: 24px;
    width: 24px
}

.auto-clear:before {
    content: 'x';
    font-size: 16px;
    margin-top: -4px;
    line-height: 100%;
    font-weight: 700
}

.auto-clear span {
    display: none
}

ul#auto-gmrsearch-results {
    display: none
}

ul#auto-gmrsearch-results>.loupe {
    padding-left: 40px
}

.auto-is-active ul#auto-gmrsearch-results {
    display: block;
    margin-top: -1px;
    position: absolute;
    width: 100%;
    z-index: 99999
}

.auto-selected {
    background-color: #e6e6e664;
    transition: background-color .2s ease-out
}

.auto-selected+li:before {
    border-top: none
}

.auto-error {
    border: 1px solid #ff3838 !important
}

.auto-error::placeholder {
    color: #f66;
    opacity: 1
}

.hidden {
    display: none
}

@media (max-width:1200px) {
    .topsearchform.open .auto-is-active ul#auto-gmrsearch-results {
        width: calc(100% - 30px) !important
    }

    .auto-is-loading:after {
        right: 20px !important
    }

    .topsearchform.open .auto-clear {
        right: 20px !important
    }
}
@keyframes auto-spinner {
to {
transform: rotate(1turn);
}
}
.auto-clear {
align-items: center;
background-color: initial;
border-radius: 100%;
background-color: #ff9800;
border: none;
bottom: 0;
cursor: pointer;
display: flex;
height: auto;
justify-content: center;
margin: auto;
position: absolute;
right: 5px;
top: 0;
height: 24px;
width: 24px;
}
.auto-clear:before {
content: "x";
font-size: 16px;
margin-top: -4px;
line-height: 100%;
font-weight: 700;
}
.auto-clear span {
display: none;
}

.hidden {
display: none;
}
.sd-title {
display: none !important;
}
img {
border: 0;
}
html {
font-family: sans-serif;
}
body {
margin: 0;
}
footer,
header,
main,
menu,
nav {
display: block;
}
[hidden] {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
b {
font-weight: 700;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
sub {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
svg:not(:root) {
overflow: hidden;
}
button,
input {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
*,
:after,
:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
--btn-prev: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath d="M17.51 3.87L15.73 2.1L5.84 12l9.9 9.9l1.77-1.77L9.38 12l8.13-8.13z" fill="currentColor"%2F%3E%3C%2Fsvg%3E');
--btn-next: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath d="M6.23 20.23L8 22l10-10L8 2L6.23 3.77L14.46 12z" fill="currentColor"%2F%3E%3C%2Fsvg%3E');
}
.sidr {
display: block;
position: fixed;
top: 0;
padding-top: 50px;
height: 100%;
z-index: 1;
width: 100%;
z-index: 999999;
overflow-x: hidden;
overflow-y: auto;
}
.sidr .sidr-inner {
padding: 0;
}
.sidr .sidr-inner > p {
margin-left: 15px;
margin-right: 15px;
}
.sidr.sidr-right {
left: auto;
right: -100%;
}
.sidr.sidr-left {
left: -100%;
right: auto;
}
.sidr {
font-size: 15px;
background: #333;
font-weight: 700;
color: #fff;
}
.sidr ul {
display: block;
margin: 0;
padding: 0;
}
.sidr ul li {
position: relative;
display: block;
margin: 0;
line-height: 38px;
}
.sidr ul li:hover {
border-top: 0;
line-height: 38px;
}
.sidr ul li:hover > a {
background-color: rgba(0, 0, 0, 0.1);
}
.sidr ul li a {
padding: 0 15px;
display: block;
text-decoration: none;
color: #fff;
}
.sidr ul li ul {
border-bottom: 0;
margin: 0;
}
.sidr ul li ul li {
line-height: 38px;
font-size: 13px;
}
.sidr ul li ul li:hover {
border-top: 0;
line-height: 38px;
}
.sidr ul li ul li a {
color: #fff;
padding-left: 30px;
}
.sidr form {
margin: 0 15px;
}
.sidr label {
font-size: 13px;
}
.sidr input[type="search"],
.sidr input[type="text"] {
width: 100%;
color: #fff;
border: 1px solid #ddd !important;
font-size: 13px;
line-height: 13px;
background-color: #fff;
padding: 15px 10px;
box-sizing: border-box;
margin: 10px 0 10px;
border: 0;
background: rgba(0, 0, 0, 0.1);
color: rgba(256, 256, 256, 0.6);
display: block;
clear: both;
}
.sidr .sub-toggle {
position: absolute;
right: 0;
top: 0;
cursor: pointer;
border-left: 1px solid #ddd;
width: 40px;
text-align: center;
}

.sidr .sub-toggle .gmr-icon-up:after,
.sidr .sub-toggle .gmr-icon-down:after {
    display: inline-block;
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: -5px;
    top: auto;
    bottom: auto;
    vertical-align: middle;
    content: ' ';
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    height: 6px;
    width: 6px
}

.sidr .sub-toggle .gmr-icon-up:after {
    transform: rotate(225deg)
}
.sidr .sub-toggle:hover {
color: red;
background: rgba(255, 255, 255, 0.5);
}
.sidr ul.sidr-class-sub-menu,
.sidr-class-site-description {
display: none;
}
a#sidr-id-close-topnavmenu-button {
color: #fff;
position: absolute;
right: 15px;
top: 5px;
z-index: 99999;
font-size: 28px;
}
a#sidr-id-close-topnavmenu-button svg {
vertical-align: -0.125em;
}
.sidr-class-gmr-logo {
padding: 0 15px;
background-color: #222;
max-height: 50px;
line-height: 50px;
position: absolute;
top: 0;
width: 100%;
display: block;
}
.sidr-class-gmr-logo img {
max-height: 40px;
}
.sidr-class-menu-item i._before {
margin-right: 0.25em;
}
.sidr-class-menu-item img._before {
margin-right: 0.5em;
}
.sidr-class-menu-item ._svg {
width: 1em;
} /*! mediabox v1.1.3 | (c) 2018 Pedro Rogerio | https://github.com/pinceladasdaweb/mediabox */
@-webkit-keyframes mediabox {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes mediabox {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes mediaboxhide {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes mediaboxhide {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
html {
font-size: 12px;
-webkit-tap-highlight-color: transparent;
}
body {
font-family: sans-serif;
line-height: 1.4;
margin: 0 auto;
background-color: #f5f5f5;
}
*,
:after,
:before {
box-sizing: border-box;
}
button,
input {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
img {
vertical-align: middle;
height: auto;
max-width: 100%;
}
.img-responsive {
display: block;
max-width: 100%;
height: auto;
}
[role="button"] {
cursor: pointer;
}
a {
color: #2980b9;
text-decoration: none;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}
a:active,
a:focus,
a:hover {
color: #3498db;
text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: sans-serif;
font-weight: 600;
line-height: 1.1;
color: inherit;
margin-top: 0;
margin-bottom: 10px;
}
h1 {
font-size: 26px;
}
h2 {
font-size: 22px;
}
h3 {
font-size: 20px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 14px;
}
p {
margin: 0 0 15px;
}
table {
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
margin: 0 0 20px;
width: 100%;
}
ul {
margin-top: 0;
margin-bottom: 11.5px;
position: relative;
}
ul ul {
margin-bottom: 0;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.list-table {
width: 100%;
display: table;
position: relative;
}
.table-row {
display: table-row;
}
.table-cell {
display: table-cell;
vertical-align: middle;
height: 100%;
}
.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.row:after,
.row:before {
content: " ";
display: table;
}
.clearfix:after,
.container:after,
.row:after {
clear: both;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.gmr-hide {
display: none;
}
.hidden,
.hide {
display: none !important;
}
#site-container {
position: relative;
}
.gmr-box-layout #site-container {
margin: 0 auto 0;
max-width: 1092px;
box-shadow: 0 16px 45px 0 rgba(0, 0, 0, 0.07);
}
@media (max-width: 1200px) {
.gmr-box-layout #site-container {
margin-left: 10px;
margin-right: 10px;
}
}
.gmr-headwrapper {
margin-top: 10px;
margin-bottom: 10px;
}
.gmr-logo {
float: left;
}
.gmr-logo img {
max-width: 100%;
max-height: 60px !important;
}
.site-title {
font-weight: 500;
line-height: 1.1;
color: inherit;
margin-bottom: 0;
font-size: 26px;
}
.site-description {
font-size: 13px;
}
@-webkit-keyframes load8 {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes load8 {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.gmr-movie-data div.pull-right img {
max-width: 60px;
border-radius: 5px;
}
@media (max-width: 660px) {
.gmr-movie-data div.pull-left img {
display: none;
}
}
.gmr-movie-data {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 2px solid #eee;
}
.gmr-rating-content {
float: left;
}
.gmr-meta-rating {
margin-top: 3px;
font-size: 12px;
font-weight: 300;
color: #999;
}
a.button,
button,
button.button,
input.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid #212121;
cursor: pointer;
display: inline-block;
outline: 0;
overflow: visible;
margin: 0;
padding: 5px 10px;
text-decoration: none;
vertical-align: top;
width: auto;
vertical-align: middle;
background-color: #212121;
color: #fff !important;
white-space: normal;
border-radius: 5px;
height: auto;
background-clip: padding-box;
transition: all 0.25s ease;
}
a.button:active,
a.button:focus,
a.button:hover,
button.button:hover,
button:active,
button:focus,
button:hover,
input.button:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover {
text-decoration: none;
opacity: 0.9;
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
background-color: inherit;
border-width: 1px;
border-style: solid;
border-color: #ccc;
border-radius: 5px;
outline: 0;
margin: 0;
padding: 5px 10px;
text-align: left;
font-size: inherit;
vertical-align: middle;
font-family: inherit;
box-sizing: border-box;
background-clip: padding-box;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
input[type="date"][disabled],
input[type="datetime-local"][disabled],
input[type="datetime"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="range"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
background-color: #eee;
}
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus {
border-color: #bbb;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.085);
}
button[disabled],
input[disabled] {
box-shadow: none;
-moz-user-select: -moz-none;
-webkit-user-select: none;
-khtml-user-select: none;
color: #888;
cursor: default;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 10px;
padding-right: 10px;
}
@media (min-width: 1200px) {
.container {
max-width: 1290px;
}
}
.row {
margin-left: -5px;
margin-right: -5px;
display: flex;
flex-wrap: wrap;
}
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-125,
.col-md-2,
.col-md-20,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9 {
position: relative;
min-height: 1px;
padding-left: 5px;
padding-right: 5px;
width: 100%;
}
@media (min-width: 180px) {
.col-md-125,
.col-md-2,
.col-md-20 {
flex: 0 0 auto;
width: 50%;
}
.col-md-20 img {
flex: 0 0 auto;
width: 100%;
}
}
@media (min-width: 320px) {
.col-md-125,
.col-md-2,
.col-md-20 {
flex: 0 0 auto;
width: 33.33%;
}
}
@media (min-width: 480px) {
.col-md-125,
.col-md-2,
.col-md-20 {
flex: 0 0 auto;
width: 33.33%;
}
}
@media (min-width: 600px) {
.col-md-125,
.col-md-2,
.col-md-20 {
flex: 0 0 auto;
width: 25%;
}
}
@media (min-width: 768px) {
.col-md-125,
.col-md-2,
.col-md-20 {
flex: 0 0 auto;
width: 20%;
}
}
@media (min-width: 768px) {
.col-md-125,
.col-md-2,
.col-md-20 {
flex: 0 0 auto;
width: 20%;
}
}
@media (min-width: 992px) {
.col-md-12 {
flex: 0 0 auto;
width: 100%;
}
.col-md-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-md-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-md-9 {
flex: 0 0 auto;
width: 75%;
}
.col-md-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-md-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-md-6 {
flex: 0 0 auto;
width: 50%;
}
.col-md-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-md-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-md-3 {
flex: 0 0 auto;
width: 25%;
}
.col-md-125 {
flex: 0 0 auto;
width: 12.5%;
}
.col-md-20 {
flex: 0 0 auto;
width: 20%;
}
.col-md-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-md-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
}
@media (min-width: 1200px) {
.col-md-12 {
flex: 0 0 auto;
width: 100%;
}
.col-md-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-md-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-md-9 {
flex: 0 0 auto;
width: 75%;
}
.col-md-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-md-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-md-6 {
flex: 0 0 auto;
width: 50%;
}
.col-md-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-md-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-md-3 {
flex: 0 0 auto;
width: 25%;
}
.col-md-125 {
flex: 0 0 auto;
width: 12.5%;
}
.col-md-20 {
flex: 0 0 auto;
width: 20%;
}
.col-md-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-md-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
}
.gmr-mainmenu,
.gmr-secondmenu {
margin: 0;
padding: 0;
line-height: 30px;
z-index: 9999;
position: relative;
}
.gmr-topnavmenu {
z-index: 99999;
position: relative;
}
.gmr-secondmenu {
line-height: 20px;
z-index: 99;
}
.gmr-mainmenu ul,
.gmr-secondmenu ul,
.gmr-topnavmenu ul {
list-style: none;
}
#primary-menu,
#primary-menu .children,
#primary-menu .sub-menu {
margin: 0 auto;
padding: 0;
z-index: 999;
}
#primary-menu .children li,
#primary-menu .sub-menu li,
#primary-menu > li {
display: block;
float: left;
position: relative;
}
#primary-menu > li > a {
position: relative;
display: block;
padding: 4px 15px;
text-decoration: none !important;
font-weight: 400;
font-size: 14px;
}
.gmr-mainmenu #primary-menu > li:first-child > a {
background-color: rgba(255, 255, 255, 0.2);
}
.gmr-secondmenu #primary-menu > li {
margin-right: 20px;
}
.gmr-secondmenu #primary-menu > li:last-child > a {
margin-right: 0;
}
.gmr-secondmenu #primary-menu > li > a {
padding: 4px 0 !important;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
}
.gmr-topnavmenu #primary-menu > li > a {
padding: 6px 10px !important;
font-weight: 500;
text-transform: uppercase;
cursor: pointer;
}
#primary-menu .children > li.menu-item-has-children > a:after,
#primary-menu .children > li.page_item_has_children > a:after,
#primary-menu .sub-menu > li.menu-item-has-children > a:after,
#primary-menu .sub-menu > li.page_item_has_children > a:after,
#primary-menu > li.menu-item-has-children > a:after,
#primary-menu > li.page_item_has_children > a:after {
display: inline-block;
position: relative;
margin-left: 6px;
margin-right: 3px;
margin-top: -5px;
top: auto;
bottom: auto;
vertical-align: middle;
content: " ";
border-width: 0 1px 1px 0;
border-style: solid;
border-color: #111;
-webkit-transform-origin: 66% 66%;
-ms-transform-origin: 66% 66%;
transform-origin: 66% 66%;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
height: 6px;
width: 6px;
}
#primary-menu > li.menu-item-has-children:hover > a:after,
#primary-menu > li.page_item_has_children:hover > a:after {
transform: rotate(225deg);
border-color: #ff5722;
}
#primary-menu .children > li.menu-item-has-children > a:after,
#primary-menu .children > li.page_item_has_children > a:after,
#primary-menu .sub-menu > li.menu-item-has-children > a:after,
#primary-menu .sub-menu > li.page_item_has_children > a:after {
transform: rotate(-45deg);
height: 6px;
width: 6px;
margin-left: 0;
margin-right: 0;
margin-top: 5px;
top: auto;
bottom: auto;
float: right;
}
#primary-menu .children > li.menu-item-has-children:hover > a:after,
#primary-menu .children > li.page_item_has_children:hover > a:after,
#primary-menu .sub-menu > li.menu-item-has-children:hover > a:after,
#primary-menu .sub-menu > li.page_item_has_children:hover > a:after {
transform: rotate(135deg);
}
#primary-menu .children,
#primary-menu .sub-menu {
left: 0;
padding: 0;
position: absolute;
top: 120%;
width: 200px;
z-index: 999999;
opacity: 0;
display: none;
background-color: #fff8dc;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.09);
}
#primary-menu > li.col-2 > .sub-menu {
width: 350px;
}
#primary-menu > li.col-3 > .sub-menu {
width: 450px;
}
#primary-menu > li.col-4 > .sub-menu {
width: 600px;
}
#primary-menu > li.col-2 > .sub-menu > li {
width: 50%;
float: left;
display: inline;
}
#primary-menu > li.col-3 > .sub-menu > li {
width: 33.33%;
float: left;
display: inline;
}
#primary-menu > li.col-4 > .sub-menu > li {
width: 25%;
float: left;
display: inline;
}
#primary-menu li.col-2 > .sub-menu,
#primary-menu li.col-3 > .sub-menu,
#primary-menu li.col-4 > .sub-menu {
padding: 10px;
}
#primary-menu > li.focus-menu > a,
#primary-menu > li.focus-menu > a:active,
#primary-menu > li.focus-menu > a:hover {
font-weight: 700;
background-color: #000 !important;
color: #fff !important;
}
#primary-menu .children:after,
#primary-menu .sub-menu:after {
bottom: 80%;
left: 40px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
border-color: rgba(255, 255, 255, 0);
border-bottom-color: #fff8dc;
border-width: 10px;
margin-left: -10px;
opacity: 0;
display: none;
}
#primary-menu .children ul,
#primary-menu .sub-menu ul {
left: 200px !important;
top: 0 !important;
}
#primary-menu .children ul:after,
#primary-menu .sub-menu ul:after {
border-width: 0;
margin-left: 0;
}
#primary-menu .children a,
#primary-menu .sub-menu a {
display: block;
line-height: 18px;
font-size: 13px;
letter-spacing: 0;
padding: 5px 15px !important;
text-align: left;
color: #333 !important;
text-transform: none !important;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}
#primary-menu .children > li:hover > a,
#primary-menu .sub-menu > li:hover > a {
background-color: #fef3c9 !important;
}
#primary-menu .children li,
#primary-menu .sub-menu li {
float: none;
}
#primary-menu li:hover > .children,
#primary-menu li:hover > .sub-menu {
opacity: 1;
top: 100%;
display: block;
animation: anim 0.5s ease-in-out;
}
#primary-menu li:hover > .children:after,
#primary-menu li:hover > .sub-menu:after {
opacity: 1;
bottom: 100%;
display: block;
animation: anim 0.5s ease-in-out;
}
@keyframes anim {
0% {
display: none;
transform: translateY(20%);
}
1% {
display: block;
opacity: 0;
transform: translateY(20%);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
#gmr-topnavresponsive-menu,
.close-topnavmenu-wrap,
.responsive-searchbtn {
display: none;
}
#gmr-topnavresponsive-menu svg {
display: inline-block;
font-size: 30px;
vertical-align: -0.125em;
position: relative;
left: 0;
top: 0;
}
.responsive-searchbtn .icon_close,
.responsive-searchbtn svg {
font-size: 22px;
vertical-align: -0.2em;
}
.sidr li input[type="search"],
.sidr li input[type="text"] {
border: 2px solid #eee !important;
margin-top: 10px;
margin-bottom: 10px;
background: #fff;
padding: 10px 15px;
line-height: 28px;
}
.sidr ul ul a {
font-size: 14px;
}
@media (max-width: 1200px) {
#gmr-topnavresponsive-menu,
.responsive-searchbtn {
display: inline-block;
float: right;
}
.gmr-mainmenu,
.gmr-secondmenu,
.gmr-topnavmenu,
.topsearchform {
display: none;
}
.menutop-wrap,
.search-wrap {
width: 40px;
}
}
a#gmr-topnavresponsive-menu,
a#gmr-topnavresponsive-menu:hover,
a.responsive-searchbtn,
a.responsive-searchbtn:hover {
color: #fff;
}
.gmr-search {
padding: 0 0 0 15px;
}
.gmr-search input[type="text"] {
width: 100%;
color: #fff;
}
@media (max-width: 1200px) {
.gmr-search {
padding: 0;
}
.gmr-search.pull-right {
float: none !important;
}
.gmr-search input[type="text"] {
max-width: 100%;
display: block;
width: 100%;
}
}
.gmr-social-icon {
margin: 0 0 10px;
padding: 0;
}
ul.gmr-socialicon-share,
ul.social-icon {
margin: 0 auto;
padding: 0;
list-style: none;
z-index: 88;
}
ul.social-icon > li {
display: inline-block;
position: relative;
margin-left: 5px;
}
ul.social-icon > li > a {
position: relative;
display: block;
text-decoration: none !important;
color: #fff;
line-height: 14px;
font-size: 14px;
padding: 8px !important;
border-radius: 5px;
}
ul.social-icon > li > a svg {
vertical-align: -0.125em;
}
ul.social-icon li a.facebook {
background-color: #3b5998 !important;
}
ul.social-icon li a.twitter {
background-color: #55acee !important;
}
ul.social-icon li a.pinterest {
background-color: #cb2027 !important;
}
ul.social-icon li a.telegram {
background-color: #08c !important;
}
ul.social-icon li a.instagram {
background-color: #bc2a8d !important;
}
ul.social-icon li a.youtube {
background-color: #b00 !important;
}
ul.gmr-socialicon-share > li {
display: inline-block;
position: relative;
margin-right: 5px;
}
ul.gmr-socialicon-share > li > a svg {
display: inline-block;
vertical-align: -0.125em;
}
ul.gmr-socialicon-share > li > a .text-share {
margin-left: 5px;
}
ul.gmr-socialicon-share > li > a {
position: relative;
display: block;
text-decoration: none !important;
color: #fff;
line-height: 14px !important;
font-size: 14px;
padding: 8px !important;
border-radius: 5px;
}
ul.gmr-socialicon-share li a.share-facebook {
background-color: #3b5998 !important;
}
ul.gmr-socialicon-share li a.share-twitter {
background-color: #55acee !important;
}
ul.gmr-socialicon-share li a.share-whatsapp {
background-color: #25d366 !important;
}
ul.gmr-socialicon-share li a.share-telegram {
background-color: #08c !important;
}
@media (max-width: 480px) {
.pull-right.social-icon {
display: none !important;
}
}
.site-main .posts-navigation {
overflow: hidden;
padding: 10px 0 0;
margin: 0;
}
.gmr-hidden {
display: none;
}
.gmr-boxaftermenu {
background-color: #222;
padding-top: 10px;
}
.gmr-notification {
color: #74b275;
padding: 5px 10px;
margin-bottom: 10px;
border-radius: 5px;
width: 100%;
white-space: nowrap;
overflow: hidden;
box-sizing: border-box;
display: inline-flex;
}
.gmr-notification div.marquee {
display: flex;
flex-basis: 100%;
padding-left: 100%;
animation: marquee 35s linear infinite;
-moz-animation: marquee 35s linear infinite;
-webkit-animation: marquee 35s linear infinite;
}
.gmr-notification div.marquee:hover {
animation-play-state: paused;
}
@keyframes marquee {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(-100%, 0);
}
}
.gmr-box-blog {
margin-bottom: 20px;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #efefef;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 1.4rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}
#content[tabindex="-1"]:focus {
outline: 0;
}
.widget {
margin: 0 0 10px;
}
.home-widget.widget {
margin: 0 !important;
}
.widget:after,
.widget:before {
content: "";
display: table;
}
.widget:after {
clear: both;
}
.homemodule-title,
.widget-title {
overflow: hidden;
font-size: 16px;
text-transform: uppercase;
margin-bottom: 10px;
}
.homemodule-title {
padding: 4px 8px;
background-color: var(--trans);
color: var(--text);
font-size: 14px;
line-height: 14px;
border-radius: 5px;
}
.module-linktitle a {
overflow: hidden;
text-transform: uppercase;
margin-bottom: 10px;
padding: 4px 8px;
background-color: #212121;
color: var(--text);
font-size: 14px;
line-height: 14px;
display: block;
border-radius: 5px;
text-align: center;
}
.widget-title:after,
.widget-title:before {
background-color: #eee;
content: "";
display: inline-block;
height: 2px;
position: relative;
vertical-align: middle;
width: 100%;
}
.widget-title:before {
right: 0.5em;
margin-left: -100%;
}
.widget-title:after {
left: 0.5em;
margin-right: -100%;
}
.widget ul {
margin-top: -5px;
margin-bottom: -5px;
padding-left: 0;
list-style: none;
}
.widget ul.children,
.widget ul.sub-menu {
margin-top: 5px;
padding-left: 20px;
}
.widget li {
padding: 3px 0;
}
.widget_search input[type="search"] {
width: 100%;
display: block;
}
.widget_search input[type="submit"] {
display: none;
}
.tagcloud a {
color: #fff !important;
display: inline-block;
outline: 0;
overflow: visible;
margin: 0 3px 5px 0;
padding: 5px 10px 5px;
text-decoration: none;
vertical-align: top;
width: auto;
font: inherit;
vertical-align: middle;
font-weight: 500;
font-size: 13px !important;
background-color: #212121;
background-clip: padding-box;
transition: all 0.25s ease;
border-radius: 5px;
}
.tagcloud a:active,
.tagcloud a:focus,
.tagcloud a:hover {
color: #fff;
opacity: 0.9;
}
.gmr-item-modulepost {
position: relative;
margin-bottom: 10px;
transition: all 0.25s ease;
border-radius: 5px;
overflow: hidden;
}
.gmr-item-modulepost:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: inherit;
content: " ";
}
.gmr-item-modulepost:hover {
background-color: rgba(0, 0, 0, 0.7);
}
.gmr-item-modulepost .entry-title {
line-height: 14px !important;
background: rgba(255, 255, 255, 0);
background: -moz-linear-gradient(
top,
rgba(255, 255, 255, 0) 0,
rgba(0, 0, 0, 0.4) 100%
);
background: -webkit-gradient(
left top,
left bottom,
color-stop(0, rgba(255, 255, 255, 0)),
color-stop(100%, rgba(0, 0, 0, 0.4))
);
background: -webkit-linear-gradient(
top,
rgba(255, 255, 255, 0) 0,
rgba(0, 0, 0, 0.4) 100%
);
background: -o-linear-gradient(
top,
rgba(255, 255, 255, 0) 0,
rgba(0, 0, 0, 0.4) 100%
);
background: -ms-linear-gradient(
top,
rgba(255, 255, 255, 0) 0,
rgba(0, 0, 0, 0.4) 100%
);
background: linear-gradient(
to bottom,
rgba(255, 255, 255, 0) 0,
rgba(0, 0, 0, 0.4) 100%
);
padding: 10px;
margin-bottom: 0 !important;
}
.gmr-item-modulepost .entry-title a {
color: #fff;
font-size: 14px;
font-weight: 500;
display: block;
width: 100%;
}

.gmr-item-modulepost .entry-header {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 0;
display: block;
width: 100%;
}
.gmr-item-modulepost .gmr-button-widget {
visibility: hidden;
}
.gmr-item-modulepost:hover .gmr-button-widget {
visibility: visible;
}
.gmr-button-widget .button {
padding: 4px 8px !important;
line-height: 12px;
text-transform: uppercase;
font-size: 12px;
}
.gmr-watch-movie {
position: absolute;
bottom: -1px;
right: -1px;
}
.gmr-button-lk .gmr-watch-movie {
position: relative !important;
bottom: -1px !important;
right: -1px !important;
}
.gmr-button-lk .gmr-watch-movie a {
margin: 0 0 10px !important;
font-size: 13px;
box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.3);
}
.gmr-button-lk .gmr-watch-movie .button {
border-radius: 10px;
text-transform: uppercase;
padding: 5px 10px !important;
}
.gmr-slider-content {
display: none;
}
.gmr-slider-content .gmr-quality-item {
position: absolute;
right: 0;
top: 0;
padding: 4px 8px;
font-size: 12px;
color: #fff;
line-height: 12px;
}
.gmr-content {
padding: 10px 0;
margin: 0 auto;
}
.page-title {
overflow: hidden;
font-size: 18px;
margin-bottom: 10px;
}
.page-title:after,
.page-title:before {
background-color: #eee;
content: "";
display: inline-block;
height: 2px;
position: relative;
vertical-align: middle;
width: 100%;
}
.page-title:before {
right: 0.5em;
margin-left: -100%;
}
.page-title:after {
left: 0.5em;
margin-right: -100%;
}
.taxonomy-description {
position: relative;
margin-bottom: 10px;
padding: 10px;
border-radius: 5px;
background-color: rgba(0, 0, 0, 0.04);
}
.taxonomy-description:after {
content: "";
position: absolute;
bottom: 100%;
left: 25px;
width: 0;
height: 0;
border-bottom: solid 10px rgba(0, 0, 0, 0.04);
border-left: solid 10px transparent;
border-right: solid 10px transparent;
}
.gmr-box-content {
position: relative;
margin-bottom: 10px;
padding-bottom: 10px;
}
.gmr-box-content .button {
padding: 6px 8px !important;
}
.gmr-box-content h2.entry-title {
font-size: 16px;
line-height: 20px !important;
font-weight: 500;
}
.gmr-box-blog h2.entry-title {
font-weight: 500;
}
.gmr-box-content p {
word-wrap: break-word;
}
.entry-content:after,
.entry-content:before {
content: " ";
display: table;
}
.entry-content:after {
clear: both;
}
.page-content {
margin: 0;
}
.entry-footer {
font-size: 13px;
color: #999;
margin-bottom: 10px;
}
.gmr-grid .item .gmr-box-content {
background-color: rgba(0, 0, 0, 0.04);
border-radius: 5px;
height: 98%;
margin-bottom: 10px;
padding-bottom: 0 !important;
overflow: hidden;
}
.gmr-grid .item .gmr-box-content img {
width: 100%;
}
.gmr-item-modulepost .gmr-rating-item {
position: absolute;
left: 0;
top: 0;
padding: 4px 8px;
font-size: 12px;
color: #fff;
background-color: rgba(0, 0, 0, 0.6);
line-height: 12px;
}
.gmr-rating-item .icon_star {
color: #fcbb23 !important;
font-size: 13px !important;
margin-right: 2px;
}
.gmr-rating-item .icon_star:before {
position: relative;
content: "\2605";
}
.gmr-module-posts .gmr-quality-item {
position: absolute;
right: 0;
top: 0;
padding: 4px 8px;
font-size: 12px;
color: #fff;
line-height: 12px;
}
.gmr-content-share {
display: none;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 9999;
}
object {
max-width: 100%;
}
.gmr-bgstripes {
width: 100%;
height: 4px;
overflow: hidden;
background: #333;
}
.gmr-bgstripe {
width: 5%;
height: 4px;
float: left;
}
.gmr-color1 {
background: #008299;
}
.gmr-color2 {
background: #2672ec;
}
.gmr-color3 {
background: #8c0095;
}
.gmr-color4 {
background: #5133ab;
}
.gmr-color5 {
background: #ac193d;
}
.gmr-color6 {
background: #d24726;
}
.gmr-color7 {
background: #008a00;
}
.gmr-color8 {
background: #094ab2;
}
.gmr-color9 {
background: #006ac1;
}
.gmr-color10 {
background: #ff2e12;
}
.gmr-color11 {
background: #1faeff;
}
.gmr-color12 {
background: #91d100;
}
.gmr-color13 {
background: #cea539;
}
.gmr-color14 {
background: #7f6e94;
}
.gmr-color15 {
background: #4617b4;
}
.gmr-color16 {
background: #ad103c;
}
.gmr-color17 {
background: #004d60;
}
.gmr-color18 {
background: #569ce3;
}
.gmr-color19 {
background: #e56c19;
}
.gmr-color20 {
background: #1b58b8;
}
#footer-container {
position: relative;
margin: 0 auto;
}
.gmr-box-layout #footer-container {
margin: 0 auto;
}
@media (max-width: 1200px) {
.gmr-box-layout #footer-container {
margin-left: 10px;
margin-right: 10px;
}
}
.widget-footer {
padding: 20px 0 10px;
}
.site-footer {
padding: 20px 0;
}
.gmr-newinfinite p {
margin-bottom: 0 !important;
}
@keyframes spin {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
@-webkit-keyframes sk-bouncedelay {
0%,
100%,
80% {
-webkit-transform: scale(0);
}
40% {
-webkit-transform: scale(1);
}
}
@keyframes sk-bouncedelay {
0%,
100%,
80% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.gmr-ontop {
position: fixed;
bottom: 10px;
right: 55px;
cursor: pointer;
font-weight: 700;
font-size: 25px;
line-height: 45px;
width: 40px;
height: 33px;
text-align: center;
border-radius: 5px;
z-index: 777;
}
.gmr-ontop svg {
color: #fff;
}
body {
color: #212121;
font-family: "Source Sans Pro", "Helvetica Neue", sans-serif;
font-weight: 500;
font-size: 16px;
}
html {
	font-size: 100%;
}
.button,
.gmr-ontop,
.module-linktitle a,
.page-title:after,
.page-title:before,
.tagcloud a,
.widget-title:after,
.widget-title:before,
a.button,
button,
button.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
background-color: var(--primary);
}
a,
a:active,
a:focus,
a:hover {
color: var(--primary);
}
.button,
.gmr-movie-data,
a.button,
button,
button.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border-color: var(--primary);
}
.gmr-module-posts .gmr-quality-item,
.gmr-slider-content .gmr-quality-item,
.module-linktitle a {
background-color: #00000093;
}
.site-header {
background-color: #a70836;
}
.site-title a {
color: #fff;
}
.gmr-search input[type="text"],
.site-description,
a#gmr-topnavresponsive-menu,
a#gmr-topnavresponsive-menu:hover,
a.responsive-searchbtn,
a.responsive-searchbtn:hover {
color: #fff !important;
}
.gmr-menuwrap {
background-color: var(--nav);
}
#primary-menu > li > a {
color: #fff;
}
.gmr-mainmenu #primary-menu > li.menu-item-has-children > a:after,
.gmr-mainmenu #primary-menu > li.page_item_has_children > a:after {
border-color: #fff;
}
.gmr-mainmenu #primary-menu > li:hover > a {
color: #fff;
background-color: #9c0;
}
.gmr-mainmenu #primary-menu > li.menu-item-has-children:hover > a:after,
.gmr-mainmenu #primary-menu > li.page_item_has_children:hover > a:after {
border-color: #fff;
}
.gmr-secondmenuwrap {
background-color: var(--navs);
}
.gmr-secondmenu #primary-menu > li > a {
color: #212121;
}
.gmr-secondmenu #primary-menu > li.menu-item-has-children > a:after,
.gmr-secondmenu #primary-menu > li.page_item_has_children > a:after {
border-color: #212121;
}
.gmr-secondmenu #primary-menu > li:hover > a {
color: #fff;
}
.gmr-secondmenu #primary-menu > li.menu-item-has-children:hover > a:after,
.gmr-secondmenu #primary-menu > li.page_item_has_children:hover > a:after {
border-color: #fff;
}
.gmr-topnavmenu #primary-menu > li > a {
color: #fff;
}
.gmr-topnavmenu #primary-menu > li.menu-item-has-children > a:after,
.gmr-topnavmenu #primary-menu > li.page_item_has_children > a:after {
border-color: #fff;
}
.gmr-topnavmenu #primary-menu > li:hover > a {
color: #fff;
}
.gmr-topnavmenu #primary-menu > li.menu-item-has-children:hover > a:after,
.gmr-topnavmenu #primary-menu > li.page_item_has_children:hover > a:after {
border-color: #fff;
}
.gmr-topnavmenu #primary-menu > li:hover > a {
background-color: var(--primary);
}
.gmr-boxaftermenu {
background-color: #000;
}
#gmr-responsive-menu,
#primary-menu > li > a,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.site-title,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Source Sans Pro", "Helvetica Neue", sans-serif;
}
h1 {
font-size: 26px;
}
h2 {
font-size: 22px;
}
h3 {
font-size: 20px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 14px;
}
.widget-footer {
background-color: #333;
color: #fff;
}
.widget-footer a {
color: #aaa;
}
.widget-footer a:hover {
color: #999;
}
.site-footer {
background-color: #222;
color: #fff;
}
.site-footer a:hover {
color: #fff;
}
.items_glossary img {
width: 125px;
height: 175px;
}
/* .gmr-item-modulepost img {
height: 12rem;
} */

.gmr-searchform {
    position: relative;
    width: 100%
}

ul#suggest-result {
    margin-top: 5px;
    border-radius: 5px;
    box-shadow: 0 2.8px 2.2px hsla(0, 0%, 87%, .034), 0 6.7px 5.3px hsla(0, 0%, 75%, .048), 0 1.5px 1px #9090900f, 0 2.3px 1.9px rgba(92, 92, 92, .072), 0 2.8px 1px rgba(63, 63, 63, .086);
    list-style: none;
    overflow: auto;
    padding: 5px 0
}

    #suggest-result li a {
        background: #5cb85c33;
        width: 100%;
        display: inherit;
        font-size: 10px;
        border-radius: 5px;
    }

#suggest-result li h3 {
    font-size: 12px;
}
#suggest-result li p {
    margin: 0;
}

ul#suggest-result li {
    cursor: pointer;
    margin: 0;
    overflow: hidden;
    padding: 5px 10px;
    position: relative;
    text-align: left;
}

ul#suggest-result li {
    display: flex
}

ul#suggest-result li img {
    width: 40px;
    margin-right: 10px
}


@media (max-width:1200px) {

    .responsive-searchbtn,
    #gmr-topnavresponsive-menu {
        display: inline-block;
        float: right
    }

    .topsearchform,
    .gmr-mainmenu,
    .gmr-secondmenu,
    .gmr-topnavmenu {
        display: none
    }

    .search-wrap,
    .menutop-wrap {
        width: 40px
    }

    .topsearchform.open {
        padding: 15px;
        display: block !important;
        position: absolute;
        left: 0;
        width: 100% !important;
        top: 40px;
        z-index: 9999
    }

    .topsearchform.open button[type=submit] {
        display: none !important
    }

    .autocomplete-suggestions {
        z-index: 9999;
        position: absolute;
        right: 15px;
        left: 15px;
        top: 55px
    }
}


/* === Layout Container === */
.movie-container {
	display: flex;
	align-items: flex-start;
	gap: 1.5rem;
	padding: 1rem 0;
}
/* === Hero Section === */
.movie-hero {
  position: relative;
  width: 100%;
  min-height: 220px; /* mobile lebih kecil */
  max-height: 500px; /* biar desktop tidak terlalu tinggi */
  overflow: hidden;
  border-bottom: 4px solid var(--primary);
}

.movie-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* biar rapi */
  display: block;
}

.movie-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.7) 20%,
    rgba(0, 0, 0, 0.2) 80%
  );
  z-index: 1;
}

/* Konten hero di kiri bawah */
.movie-hero-content {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  z-index: 2;
  color: #fff;
  text-align: left;
}

.movie-hero-content h1.textop {
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  margin-bottom: 0.3rem;
  text-shadow: 0 2px 6px rgba(0,0,0,0.7);
}

.movie-hero-content span.textbottom {
  font-size: 0.9rem;
  line-height: 1.4;
  display: block;
  max-width: 600px; /* biar nggak terlalu panjang di desktop */
  text-shadow: 0 1px 4px rgba(0,0,0,0.7);
}

/* === Responsiveness === */
@media (min-width: 768px) {
  .movie-hero {
    min-height: 320px;
    max-height: 500px;
  }
  .movie-hero-content h1.textop {
    font-size: 2rem;
  }
  .movie-hero-content span.textbottom {
    font-size: 1rem;
  }
}


.movie-poster-container {
display: block;
width: 100%;
}

.movie-poster {
	display: block;
	height: auto;
	border-radius: 10px;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

/* Konten Kanan */
.movie-main-content {
flex: 1;
min-width: 0; /* biar konten shrink dengan baik */
}

/* Mobile Responsif */
@media (max-width: 768px) {
.movie-container {
    flex-direction: column;
}
.movie-side-panel {
    position: static; /* tidak sticky di mobile */
    width: 100%;
    margin-bottom: 1rem;
}
.movie-main-content {
    margin-left: 0;
}
}

/* === Tabs === */
.movie-tabs-nav {
display: flex;
flex-wrap: wrap;
border-bottom: 2px solid var(--primary);
margin: 1.5rem 0;
padding: 0;
list-style: none;
}
.movie-tabs-nav li {
margin-right: 1rem;
}
.movie-tab-link {
display: inline-block;
padding: 0.5rem 1rem;
color: var(--text);
text-decoration: none;
border-bottom: 3px solid transparent;
transition: 0.3s;
}
.movie-tab-link:hover {
border-bottom: 3px solid var(--secondary);
color: var(--primary);
}
.movie-tab-link.active {
border-bottom: 3px solid var(--primary);
font-weight: bold;
}

/* Tab Content */
.movie-tab-content {
display: none;
padding: 1rem 0;
}
.movie-tab-content.active {
display: block;
}

/* Background & Text */
body {
background: var(--bg);
color: var(--text);
transition: background 0.3s, color 0.3s;
}

/* === Movie Cast Grid === */
.movie-cast-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
gap: 1rem;
}

.movie-cast-card {
display: flex;
flex-direction: column;
text-decoration: none;
color: inherit;
background: var(--bg);
border: 1px solid rgba(0,0,0,0.1);
border-radius: 10px;
overflow: hidden;
transition: transform 0.2s, box-shadow 0.2s;
}
.movie-cast-card:hover {
transform: translateY(-3px);
box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.movie-cast-image {
width: 100%;
height: 200px;
object-fit: cover;
}

.movie-cast-info {
padding: 0.5rem;
font-size: 0.9rem;
}
.movie-cast-name {
font-weight: bold;
color: var(--primary);
}
.movie-cast-character {
font-size: 0.8rem;
color: var(--text);
opacity: 0.8;
}

/* === General Tab Links (Details, Crew, Genres, Providers, etc.) === */
.movie-details-grid {
display: grid;
grid-template-columns: 150px 1fr;
gap: 0.5rem 1rem;
align-items: start;
}
.movie-detail-term {
font-weight: bold;
color: var(--primary);
text-align: right;
}
.movie-detail-def {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
}
.movie-detail-def a {
background: var(--transblue);
padding: 2px 8px;
border-radius: 6px;
text-decoration: none;
color: var(--text);
transition: 0.2s;
}
.movie-detail-def a:hover {
background: var(--secondary);
color: #fff;
}

/* === Movie Crew Style === */
.movie-crew-list {
display: grid;
grid-template-columns: 150px 1fr;
gap: 0.5rem 1rem;
}
.movie-crew-role {
font-weight: bold;
color: var(--primary);
text-align: right;
}
.movie-crew-names {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
}
.movie-crew-names a {
background: var(--transblue);
padding: 2px 8px;
border-radius: 6px;
text-decoration: none;
color: var(--text);
}
.movie-crew-names a:hover {
background: var(--secondary);
color: #fff;
}

/* === Movie Flag Small Icon === */
.movie-flag {
display: inline-flex;
align-items: center;
margin-right: 6px;
}
.movie-flag img {
height: 20px;
max-height: 32px;
width: auto;
display: inline-block;
vertical-align: middle;
}
.movie-alt-title,
.movie-country-flag {
display: flex;
align-items: center;
gap: 0.4rem;
}

/* === Movie Releases === */
.movie-release-list {
display: grid;
gap: 1rem;
}
.movie-release-item {
display: grid;
grid-template-columns: 150px 1fr;
gap: 0.5rem 1rem;
align-items: start;
border-bottom: 1px dashed rgba(0,0,0,0.1);
padding-bottom: 0.5rem;
}
.movie-release-date {
font-weight: bold;
color: var(--primary);
text-align: right;
}
.movie-release-countries {
display: flex;
flex-wrap: wrap;
gap: 0.5rem 1rem;
}
.movie-country-flag {
display: flex;
align-items: center;
gap: 0.4rem;
background: var(--transblue);
padding: 2px 6px;
border-radius: 6px;
}
.movie-country-flag span {
display: flex;
align-items: center;
}
.movie-country-flag img {
height: 20px;
max-height: 32px;
width: auto;
}

/* === Movie Providers === */
.movie-details-grid .movie-detail-term {
text-align: right;
min-width: 150px;
}
.movie-provider-type {
font-weight: bold;
margin-top: 0.3rem;
color: var(--secondary);
}
.movie-providers-grid {
display: flex;
flex-wrap: wrap;
gap: 0.5rem 1rem;
margin-bottom: 0.5rem;
}
.movie-provider-item {
display: flex;
align-items: center;
gap: 0.4rem;
background: var(--transblue);
padding: 3px 8px;
border-radius: 6px;
}
.movie-provider-logo img {
height: 20px;
max-height: 32px;
width: auto;
border-radius: 4px;
display: block;
}
.movie-provider-name {
font-size: 0.85rem;
color: var(--text);
}
.pagination {
    display: inline-flex;
    list-style: none;
}
.gmr-item-modulepost {
    cursor: pointer;
    /* height: 12rem; */
}
.gmr-item-modulepost::before:hover {
    background-color: #0000003b;
}
.pagination .active a {
    background: #000;
}
.site-header,
.topsearchform.open {
    background-color: #000000;
}


/* === Review Section === */

.review-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 1rem;
}

.review-title {
font-size: 1.4rem;
font-weight: bold;
color: var(--text)
}

.review-link {
color: var(--primary);
text-decoration: none;
font-size: 1.2rem;
}
.review-link:hover {
text-decoration: underline;
}

/* === Review Card === */
.review-item {
background: rgba(255, 255, 255, 0.03);
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 12px;
padding: 1rem;
margin-bottom: 1rem;
transition: transform 0.2s, box-shadow 0.2s;
}
.review-item:hover {
transform: translateY(-3px);
box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.review-author {
font-size: 1.2rem;
font-weight: 600;
margin: 0;
color: var(--text);
}

/* === Meta Top (Author + Score) === */
.review-meta-top {
display: flex;
justify-content: space-between;
align-items: center;
}

/* Score Circle */
.review-score {
position: relative;
width: 60px;
height: 60px;
}
.review-score svg {
transform: rotate(-90deg);
width: 100%;
height: 100%;
}
.score-bg {
fill: none;
stroke: #8c8b8b9c;
stroke-width: 8;
}
.score-progress {
stroke: var(--primary);
fill: none;
stroke-width: 8;
stroke-dasharray: 188.4;
stroke-dashoffset: calc(188.4 - (188.4 * var(--percent) / 100));
stroke-linecap: round;
transition: stroke-dashoffset 0.4s ease;
}
.score-number {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 1rem;
font-weight: bold;
color: var(--text);
}

/* Warna sesuai score */
.score-progress.score-low {
stroke: #971818; /* merah */
}
.score-progress.score-medium {
stroke: #bb700e; /* kuning */
}
.score-progress.score-high {
stroke: #15844e; /* hijau */
}
.score-progress.score-none {
stroke: #3d3d3d; /* abu-abu */
}

/* === Meta Bottom (Likes, Username, Date) === */
.review-meta-bottom {
font-size: 1rem;
color: var(--text);
opacity: 0.8;
margin: 0.5rem 0;
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.3rem;
}

.review-likes {
color: var(--primary);
font-weight: 500;
}

.review-dot {
opacity: 0.6;
}

/* === Text Content === */
.review-text {
font-size: 1rem;
line-height: 1.5;
color: var(--text);
}

/* Empty */
.review-empty {
font-size: 1rem;
opacity: 0.7;
font-style: italic;
text-align: center;
padding: 1rem;
}
.vote-score {
	color: var(--primary);
}

/* === Wrapper Flex untuk list + sidebar === */
.layout-wrapper {
  display: flex;
  gap: 20px;
  margin: 20px auto;
  max-width: 1300px;
}

/* === List Film === */
.movie-list {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
/* === Item Film (list style) === */
.movie-item {
	display: flex;
	gap: 15px;
	background: var(--elev);
	border-radius: 8px;
	padding: 12px;
	color: var(--text);
	align-items: flex-start;
	flex: 1 1 calc(32% - 9px);
}

/* === Sidebar === */
.sidebar {
  flex: 1;
  min-width: 250px;
}

.sticky {
  position: sticky;
  top: 20px;
}


.movie-poster img {
  width: auto;
  height: 200px;
  border-radius: 6px;
  object-fit: cover;
}

.movie-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.movie-title {
  margin: 0 0 8px;
  font-size: 1rem;
}

.movie-meta {
  font-size: 0.85rem;
  margin-bottom: 10px;
}

.movie-quality {
  background: var(--primary);
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 6px;
  font-size: 0.75rem;
}

.movie-button {
  margin-top: auto;
  display: inline-block;
  padding: 6px 12px;
  background: var(--secondary);
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
}

/* === Responsive === */
@media (max-width: 1024px) {
  .layout-wrapper {
    flex-direction: column;
  }

  .sidebar {
    order: 3;
    min-width: unset;
  }

  .movie-list {
    grid-template-columns: 1fr 1fr; /* jadi 1 kolom di mobile */
    display: grid;
  }
  .movie-poster img {
    height: 120px; /* poster lebih kecil di mobile */
  }
}

@media (max-width: 720px) {
  .movie-list {
    grid-template-columns: 1fr; 
    display: grid;
  }
}
/* === Sidebar List === */
.sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sidebar-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: var(--elev);
  border-radius: 8px;
  padding: 8px;
  color: var(--text);
}

.sidebar-poster img {
  width: 50px;
  height: 70px;
  object-fit: cover;
  border-radius: 4px;
}

.sidebar-body {
  flex: 1;
}

.sidebar-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
}

.sidebar-meta {
  font-size: 0.8rem;
  color: #aaa;
  display: flex;
  justify-content: space-between;
}



.slider-wrapper {
  margin: 20px auto;
  max-width: 100%;
  position: relative;
}

.slider-heading {
  color: var(--text);
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.slider-container {
  position: relative;
}

.slider {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
  scrollbar-width: none; /* Firefox hide */
}

.slider::-webkit-scrollbar {
  display: none; /* Chrome/Safari hide */
}

.card {
  position: relative;
  min-width: 160px;
  flex: 0 0 auto;
  border-radius: 8px;
  overflow: hidden;
  scroll-snap-align: start;
  background: #000;
  cursor: pointer;
}
.card img:hover,.movie-poster img:hover,.sidebar-poster img:hover {
	filter: brightness(70%);
}
.card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px;
  background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0));
  color: #fff;
}

.card-overlay h4 {
  margin: 0;
  font-size: 0.9rem;
}

.badge {
  position: absolute;
  top: 6px;
  padding: 3px 6px;
  font-size: 0.75rem;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
}
.badge.left { left: 6px; background: var(--trans); }
.badge.right { right: 6px; background: var(--trans2); }

/* Tombol navigasi */
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  border: none;
  color: #fff;
  font-size: 1.5rem;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 5;
}
.nav-btn:hover { background: rgba(0,0,0,0.8); }
.nav-btn.prev { left: 10px; }
.nav-btn.next { right: 10px; }
.themeToggle {
	color: #fff !important;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 222;
	background: var(--primary);
	padding: 5px 10px;
	border-radius: 5px;
  cursor: pointer;
}
.themeToggle:hover {
	background: var(--secondary);
}
a:hover {
	color: var(--secondary);
}
.text-muted {
	font-weight: normal;
    color: var(--text);
}
.breadcrumbs {
	padding: 10px 0;
	position: relative;
	width: 100%;
}
.breadcrumb li a::after {
	content: ' - ';
	color: var(--text);
}
.breadcrumb li {
	list-style: none;
	display: inline-block;
}
.breadcrumb {
	padding: 0 5px;
}
/* ------------------------------------------------------contact */
.contact-btn {
  padding: 8px 16px;
  background: var(--primary, #007bff);
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 6px;
}

.contact-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}


.contact-modal-content {
	background: var(--bg);
	color: var(--text);
	padding: 20px;
	border-radius: 12px;
	max-width: 500px;
	width: 90%;
	position: relative;
	animation: contactFadeIn .3s ease;
}

@keyframes contactFadeIn {
  from {transform: scale(0.8); opacity: 0;}
  to {transform: scale(1); opacity: 1;}
}

.contact-close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
}

.contact-modal-content input, .contact-modal-content textarea {
	width: 100%;
	margin: 8px 0;
	padding: 10px;
	border-radius: 6px;
	background: var(--bg);
	color: var(--text);
}

.captcha-wrap {
  margin: 10px 0;
  font-weight: bold;
}
a{
    cursor: pointer;
}






.textmvbotom2 {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    color: #bda211e8;
    padding: 5px;
    bottom: 0%;
    width: 100%;
    min-height: 11%;
    z-index: 1;
    text-align: center;
}

.textmvtop2 {
    width: 100%;
    overflow: hidden;
    background: #66666657;
    color: #fff;
    font-size: 27px;
    float: left;
    padding: 10px;
    z-index: 9;
    position: absolute;
}

.image-large-pl {
  position: relative;
  box-shadow: 1px 1px 20px 1px #00000061;
  aspect-ratio: 21 / 9; /* ganti dengan rasio yang kamu mau */
  width: 100%;
  max-width: 100%;
  background: #000;
  overflow: hidden;
}

.image-large-pl iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
    background: transparent;
}

.image-large-pl img {
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	width: auto;
	transition: 0.4s all;
	height: 100%;
	filter: brightness(70%);
}

.image-large:hover {
    -webkit-filter: brightness(120%);
}

.image-large-pl .playss {
    height: 95px;
    width: 95px;
    left: 50%;
    top: 50%;
    margin-left: -43px;
    margin-top: -43px;
    position: absolute;
    background: url(/images/playkey.png) no-repeat;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 1px 80px 1px #fff;
}
.indexmvplaybtn {
    cursor: pointer;
    width: 100px;
    height: 100px;
    background: radial-gradient(#09b0e342  60%, #fff 62%);
    border-radius: 50%;
    position: absolute;
    display: block;
    box-shadow: 0 0 25px 3px #09b0e342;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.indexmvplaybtn:hover {
    background: #b2d1f9a8;
}

.indexmvplaybtn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #fff;
    z-index: 100;
    -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

@media all and (max-width: 540px) {
    .indexmvplaybtn {
        width: 70px !important;
        height: 70px !important;
        top: 50% !important;
    }

    .textmvtop2 {
        font-size: 12px;
    }

    .textmvbotom2 {
        display: none;
    }

    .image-large-pl {
      aspect-ratio: 21 / 10;
    }

    .discover-top {
        margin: 1rem 0;
    }
}
.npage{
  min-width: 200px;
}