/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 *   6.3 - Facets
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */


html {
    font-family: Courier;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    display: flex;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block;
}
details {
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 4px;
}
details>div{
    padding: 10px;
}
summary{
    padding: 10px;
    color: #222;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

details.dark {
    background-color: #000;
    margin-bottom: 0;
    border-radius: 0;
    padding: 0;
}

details.dark summary {
    color: #fff;
    cursor: pointer;
    background-color: transparent;
    border: none;
    padding: 6px 20px;
    font-size: 18px;
}

details.dark>div{
    padding: 0px;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

code,
kbd,
pre,
samp {
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

select {
    text-transform: none;
}

button {
    overflow: visible;
}

button,
input,
select,
textarea {
    max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
    opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.4375em;
    padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #d1d1d1;
    margin: 0 0 1.75em;
    min-width: inherit;
    padding: 0.875em;
}

fieldset > :last-child {
    margin-bottom: 0;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

optgroup {
    font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
    color: #1a1a1a;
    font-family: 'Courier Prime', Courier;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 700;
    margin: 0;
    text-rendering: optimizeLegibility;
}

p {

    margin: 0;

}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    border: 0 solid #1a1a1a;
    border-left-width: 4px;
    color: #686868;
    font-size: 19px;
    font-size: 1.1875rem;
    font-style: italic;
    line-height: 1.4736842105;
    margin: 0 0 1.4736842105em;
    overflow: hidden;
    padding: 0 0 0 1.263157895em;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote p {
    margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
    color: #1a1a1a;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
    content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

blockquote > :last-child {
    margin-bottom: 0;
}

address {
    font-style: italic;
    margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: Inconsolata, monospace;
}

pre {
    border: 1px solid #d1d1d1;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code {
    background-color: #fff;
    padding: 0.125em 0.25em;
}

abbr,
acronym {
    border-bottom: 1px dotted #d1d1d1;
    cursor: help;
}

mark,
ins {

}

big {
    font-size: 125%;
}


/**
 * 4.0 - Elements
 */

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    background: #1a1a1a;
    /* Fallback for when there is no custom background color defined. */

    width: 100%;
    overflow-x: hidden;
}

hr {
    background-color: #d1d1d1;
    border: 0;
    height: 1px;
    margin: 0 0 1.75em;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
    margin-left: 1.5em;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

dl {
    margin: 0 0 1.75em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 0 1.75em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}

del {
    opacity: 0.8;
}

table,
th,
td {
    border: 1px solid #d1d1d1;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    /* Prevents HTML tables from becoming too wide */
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #686868;
    font-family: Courier, "Helvetica Neue", Courier;
}

:-moz-placeholder {
    color: #686868;
    font-family: Courier, "Helvetica Neue", Courier;
}

::-moz-placeholder {
    color: #686868;
    font-family: Courier, "Helvetica Neue", Courier;
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    color: #686868;
    font-family: Courier, "Helvetica Neue", Courier;
}


/**
 * 5.0 - Forms
 */

input {
    line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
    background: #1a1a1a;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-family: Courier, "Helvetica Neue", Courier;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 0.84375em 0.875em 0.78125em;
    text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: #007acc;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: thin dotted;
    outline-offset: -4px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #686868;
    padding: 0.625em 0.4375em;
    width: 100%;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    background-color: #fff;
    border-color: #007acc;
    color: #1a1a1a;
    outline: 0;
}

body div.mce-fullscreen {
    top:78px;
    z-index: 999999;
}

.post-password-form {
    margin-bottom: 1.75em;
}

.post-password-form label {
    color: #686868;
    display: block;
    font-family: Courier, "Helvetica Neue", Courier;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 1.75em;
    text-transform: uppercase;
}

.post-password-form input[type="password"] {
    margin-top: 0.4375em;
}

.post-password-form > :last-child {
    margin-bottom: 0;
}

.search-form {
    max-width: 450px;
    position: relative;
    margin: 10px;

}

input[type="search"].search-field {
    border-radius: 2px 0 0 2px;
    width: -webkit-calc(100% - 42px);
    width: calc(100% - 42px);
    padding: 6px;
}

.search-submit::before {

    content: "\f400";
    font-size: 28px;
    left: 1px;
    line-height: 36px;
    position: relative;
    width: 40px;

}

.search-submit {
    border-radius: 0 2px 2px 0;
    bottom: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
}

.search-submit:hover {

    opacity: 0.8;
}

#spform {
    margin: 0 20px 0 20px;    
    position: relative;    
}

#spform input {
    font-size: 1rem;
}
#spform #sbar {
    border: 1px solid #646464;
    border-radius: 7px;
    padding-right: 100px;    
    color: #1a1a1a;
}

#spform #submit {
    position: absolute;
    right: 0;
    top: 0;    
    height: 100%;
    width: 100px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;     
    background: #b90303;
}

#spform #submit:hover {
    background: #000;
}

#spform .clear {
    position: absolute;
    right: 105px;
    top: 5px;    
    background-image: url("images/close_black.svg");
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    opacity: 0.38;
    cursor: pointer;
    display: none;
}

#spform .clear:hover{
    opacity: 1;
}

#spform .clear.active {
    display: block;
}
input.radio {
    width: 24px;
    min-width: 24px;
    position: relative;
    display: inline-block;
    height: 24px;
    cursor: pointer;
}
/**
 * 6.0 - Navigation
 */

.tab-wrapper {
    display: block;
    padding-left: 0;
    margin: 20px;
    border-radius: 4px;
}

.tab-wrapper li.nav-tab {
    display: inline-block;
}
.tab-wrapper li.nav-tab a {
    display: inline-block;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #1a1a1a;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.tab-wrapper li.nav-tab a .count {
    color: #aaa;
}

.tab-wrapper .nav-tab.active a{
    background: #000;
    border-color: #000;
    color: #fff;
}

.tab-wrapper .nav-tab a:hover {
    color: red;    
}

.tab-wrapper li:first-child>a {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.tab-wrapper li:last-child>a {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.tab-wrapper.sidebar-tabs {
    margin: 0;
    display: flex;
    margin-bottom: 20px;
    font-family: 'Encode Sans Condensed',Lato;    
}

.sidebar-tabs.tab-wrapper li.nav-tab,
.sidebar-tabs.tab-wrapper li.nav-tab a {
    display: block;
    flex-grow: 1;
    text-align: center;
}

.search-sort {
    margin: 0 20px 20px 20px;
    display: flex;
    flex-wrap: wrap;
}

.sort-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.sort-wrapper li.nav-tab,
.search-sort .sort-title {
    padding: 6px 12px 6px 0;    
    display: inline-block;    
}

.sort-more {
    display: inline-block;
}

.sort-more .btn {
    margin: 5px 0 5px 0;
    padding: 0 12px;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;  
    user-select: none;
}

.sort-more .open .btn {
    box-shadow: inset 1px 1px 2px #787878;
}

.sort-more .btn i {
    width: 10px;
    height: 10px;
    background: #d75454;
    display: inline-block;
    margin-left: 5px;
    border-radius: 50%;
}

.sort-more.mact .btn i {
    background: #4bc94b;
}

.sort-more .nte_cnt .more {
    flex-direction: column;
}

.sort-more .nav-tab{
    margin-left: 10px;
}

.sort-more .nav-tab .sort-icon{
    margin-left: -5px;
}

.sort-more li.nav-tab.title {
    line-height: 1.3rem;
    font-size: 1.17em;
    margin: 0.5rem 0 0.25rem 0;
    background: #f1f1f1;
    padding: 5px 10px;    
}

.sort-more li.nav-tab.title:nth-of-type(1) {
    margin-top: 0;
}

.sort-wrapper li.nav-tab {
    display: flex;
    align-items: center;
}

.sort-wrapper .nav-tab.active a{
    color: #000;
    font-weight: bold;
}

.sort-wrapper .nav-tab span {
    font-size: 1.3rem;
    line-height: 1rem;
    margin-left: 2px;
}

.sort-wrapper a:hover, .sort-wrapper .nav-tab.active a:hover {
    color: red; 
}

.sort-wrapper span.desc:after {
    content: "↓";
}

.sort-wrapper span.asc:after {
    content: "↑";
}

.sort-wrapper .nav-tab.active:hover span.desc:after {
    content: "↑";
}

.sort-wrapper .nav-tab.active:hover span.asc:after {
    content: "↓";
}


/**
 * 6.1 - Links
 */
.main_page_link, .main_page_desc{
    display: none;
}
a {
    color: #007acc;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #686868;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}


.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
    box-shadow: none;
}




/**
 * 6.2 - Menus search
 */

.customsearch_component__inner {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    border: 1px solid #646464;
    border-radius: 7px;
    box-sizing: border-box;
    min-height: 41px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search .customsearch_input,  .search .customsearch_input:focus{
    background: transparent;
    width: calc(100% - 87px);
    border: none;
    color: #fff;
}
.customsearch_container__advanced-search-button {
    display: inline-block;
    border: 0;
    margin: 0;
    height: 23px;
    width: 23px;
    background-image: url("images/customsearch.svg");
    background-size: 23px 23px;
    opacity: 0.4;
    vertical-align: text-bottom;
    margin-right: 14px;
}

.customsearch_component__button, 
.customsearch_component__button:hover {
    display: inline-block;
    height: 23px;
    width: 23px;
    background: none;
    border: none;
    font-size: 1rem;
    letter-spacing: normal;
    background-image: url("images/search.svg");
    background-size: 23px 23px;
    opacity: 0.4;
    vertical-align: text-bottom;
    margin: 0 10px 0 0;
    padding: 0;
    color: #fff;
}


.customsearch_component__button.custom_close{
    background-image: url("images/close.svg");
}
.customsearch_button_advanced {
    display: block;
    height: 25px;
    width: 25px;
    background-image: url("images/search_black.svg");
    background-size: 25px 25px;
    opacity: 0.62;
    vertical-align: text-bottom;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
}
.customsearch_container__advanced-search-button:hover, .customsearch_component__button:hover {
    opacity: 0.8;
}

.cm_api .advanced_search_head_result {
    display: none;
}

.advanced_search_hidden {
    display: none!important;
}
.advanced_search_data {
    display: none;
    font-size: 14px;
}

.advanced_search_data_block {
    background-color: #f0f0f0;
    padding: 10px;
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.select2-container {
    font-size: 14px;
}
.customsearch_component__inner {
    position: inherit;
}
.advanced_search_ajaxload {
    position: relative;
}

.advanced_search_block {
    width: auto;
    display: block;
    padding: 5px;
    min-width: 165px;
    max-width: 100%;
}
.advanced_search_data h3 {
    color: rgb(88, 89, 90);
    margin-left: 6px;
    margin-bottom: 10px;
    margin-top: 5px;
    width: 100%;
}
.search_block_rating{
    width: 100%;
}


.select2-container span.movie-rating {
    background: url("images/star.png");
    width: 150px;
    height: 28px;
    background-size: 30px;
    display: block;
}

.select2-container .wpmoly-movie-rating {
    background: url("images/star_active.png");
    height: 28px;
    background-size: 30px;
}
.select2-container .wpmoly-movie-rating-1 {
    background: url("images/star_active.png");
    width: 30px;
    background-size: 30px;
}
.select2-container .wpmoly-movie-rating-2 {
    background: url("images/star_active.png");
    width: 60px;
    background-size: 30px;
}
.select2-container .wpmoly-movie-rating-3 {
    background: url("images/star_active.png");
    width: 90px;
    background-size: 30px;
}
.select2-container .wpmoly-movie-rating-4 {
    background: url("images/star_active.png");
    width: 120px;
    background-size: 30px;
}
.select2-container .wpmoly-movie-rating-5 {
    background: url("images/star_active.png");
    width: 150px;
    background-size: 30px;
}


.select2-selection__choice .movie-rating {
    float: right;
    margin-top: 1px;
    height: 20px;
}
.advanced_search_block_r {
    width: 33%;
    display: inline-block;
    padding: 5px;
    vertical-align: top;
    min-width: 165px;
}
.movie-a-rating {
    width: 250px;
    display: inline-block;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    vertical-align: top;
}
.search_block_rating h4 {
    margin-bottom: 5px;
    margin-top: 15px;
    color: rgb(88, 89, 90);
    margin-left: 6px;
}

.advanced_searchmovie {

}
.data-providers {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 19px;
}
.data-providers_img img {
    width: 48px;
    min-width: 48px;
    margin: 5px 5px;
    border-radius: 8px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    display: flex;
}

.data-critics_img {
    width: 55px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    padding-top: 5px;
    padding-left: 5px;
    min-width: 55px;
}
.data-critics_img img {
    width: auto;
    height: auto;
    vertical-align: middle;
}
.data-critics_text {
    vertical-align: middle;
    display: table-cell;
    padding-left: 10px;
    font-size: 16px;
    padding-right: 10px;
}

.advanced_search_menu ul {
    margin-left: 15px;
    margin-bottom: 10px;
}
.advanced_search_menu ul li {
    list-style: none;
    font-size: 15px;
}
.advanced_search_menu ul li a {
    display: grid;
    grid-template-columns: 40px 1fr;
    padding: 5px 0;
    grid-column-gap: 10px;
    text-decoration: none;
}
.advanced_search_menu ul li a img {
    width:40px;
    height: 60px;
}
.advanced_search_menu ul li a span {
    font-size: 12px;
    margin-top: -2px;
    position: relative;
    display: block;
    color: #282828;
    line-height: 14px;
}

.advanced_search_menu ul li a span.itm_hdr {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    margin-top: 0px;
}

.advanced_search_menu {
    position: absolute;
    text-align: left;
    background-color: #fff;
    z-index: 10000;
    width: calc(100% + 2px);
    top: 78px;
    display: none;
    max-width: 760px;
    left: calc(50% - 380px);
    max-height: calc(100vh - 60px);
    overflow-y: auto;
}

p.advanced_search_head {
    padding: 6px 15px;
    color: #a5a5a5;
    font-size: 14px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
p.advanced_search_shead {

    padding: 0px 0px 6px 15px;
    color: #a5a5a5;
    font-size: 14px;

}
.advanced_search_head_close {
    background-image: url("images/close_black.svg");
    width: 22px;
    height: 22px;
    display: inline-block;
    opacity: 0.38;
    cursor: pointer;
}
.advanced_search_head_result {

    padding: 5px 0px 6px 15px;
    color: #7b7b7b;
    font-size: 14px;
    background-color: #f5f5f5;
    cursor: pointer;

}
.advanced_search_head_result:hover{
    color: #424141;
}

.windows8 {
    position: relative;
    width: 24px;
    height:24px;
    margin:auto;
}
.customsearch_component__inner > .advanced_search_ajaxload .windows8 {
    position: absolute;
    width: 35px;
    height: 30px;
    margin: auto;
    top: -13px;
    left: -46px;
    background-color: #000;
}
.customsearch_component__inner>.advanced_search_ajaxload {
    position: relative;
    opacity: 1;
    z-index: 10;
    float: right;
    top: 0;
    right: 0;
}
.windows8 .wBall {
    position: absolute;
    width: 23px;
    height: 23px;
    opacity: 0;
    transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    animation: orbit 6.96s infinite;
    -o-animation: orbit 6.96s infinite;
    -ms-animation: orbit 6.96s infinite;
    -webkit-animation: orbit 6.96s infinite;
    -moz-animation: orbit 6.96s infinite;
}

.windows8 .wBall .wInnerBall{
    position: absolute;
    width: 3px;
    height: 3px;
    background: rgb(0,0,0);
    left:0px;
    top:0px;
    border-radius: 3px;
}
.customsearch_component__inner>.advanced_search_ajaxload  .windows8 .wBall .wInnerBall {

    background: rgb(255, 255, 255);

}
.windows8 #wBall_1 {
    animation-delay: 1.52s;
    -o-animation-delay: 1.52s;
    -ms-animation-delay: 1.52s;
    -webkit-animation-delay: 1.52s;
    -moz-animation-delay: 1.52s;
}

.windows8 #wBall_2 {
    animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
}

.windows8 #wBall_3 {
    animation-delay: 0.61s;
    -o-animation-delay: 0.61s;
    -ms-animation-delay: 0.61s;
    -webkit-animation-delay: 0.61s;
    -moz-animation-delay: 0.61s;
}

.windows8 #wBall_4 {
    animation-delay: 0.91s;
    -o-animation-delay: 0.91s;
    -ms-animation-delay: 0.91s;
    -webkit-animation-delay: 0.91s;
    -moz-animation-delay: 0.91s;
}

.windows8 #wBall_5 {
    animation-delay: 1.22s;
    -o-animation-delay: 1.22s;
    -ms-animation-delay: 1.22s;
    -webkit-animation-delay: 1.22s;
    -moz-animation-delay: 1.22s;
}



@keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin:0%;
    }

    30% {
        opacity: 1;
        transform:rotate(410deg);
        animation-timing-function: ease-in-out;
        origin:7%;
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin:30%;
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin:39%;
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin:70%;
    }

    76% {
        opacity: 0;
        transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        transform: rotate(900deg);
    }
}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin:0%;
    }

    30% {
        opacity: 1;
        -o-transform:rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin:7%;
    }

    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin:30%;
    }

    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin:39%;
    }

    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin:70%;
    }

    76% {
        opacity: 0;
        -o-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin:0%;
    }

    30% {
        opacity: 1;
        -ms-transform:rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin:7%;
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin:30%;
    }

    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:39%;
    }

    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:70%;
    }

    76% {
        opacity: 0;
        -ms-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:0%;
    }

    30% {
        opacity: 1;
        -webkit-transform:rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin:7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:70%;
    }

    76% {
        opacity: 0;
        -webkit-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin:0%;
    }

    30% {
        opacity: 1;
        -moz-transform:rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin:7%;
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin:30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin:39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin:70%;
    }

    76% {
        opacity: 0;
        -moz-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
}

/**
 * 6.2 - Menus
 */




.site-header-menu {
    display: none;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin: 0.875em 0;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
    display: block;
}

.main-navigation {
    font-family: Courier, "Helvetica Neue", Courier;
}

.site-footer .main-navigation {
    margin-bottom: 1.75em;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
}

.main-navigation li {

    position: relative;
}

.main-navigation a {
    color: #000000;
    display: block;
    line-height: 1.3125;
    outline-offset: -1px;
    padding: 6px 0;
}


.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
    font-weight: 700;
}

.main-navigation ul ul {
    display: none;
    margin-left: 0.875em;
}

.no-js .main-navigation ul ul {
    display: block;
}

.main-navigation ul .toggled-on {
    display: block;
}


.dropdown-toggle {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #1a1a1a;
    content: "";
    height: 48px;
    padding: 0;
    position: absolute;
    right: 0;
    text-transform: none;
    top: 0;
    width: 48px;
}

.dropdown-toggle:after {
    border: 0 solid #d1d1d1;
    border-left-width: 1px;
    content: "\f431";
    font-size: 24px;
    left: 1px;
    position: relative;
    width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
    background-color: transparent;
    color: #007acc;
}

.dropdown-toggle:focus {
    outline: thin dotted;
    outline-offset: -1px;
}

.dropdown-toggle:focus:after {
    border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
    content: "\f432";
}

.site-header .main-navigation + .social-navigation {
    margin-top: 1.75em;
}

.site-footer .social-navigation {
    margin-bottom: 1.75em;
}

.social-navigation ul {
    list-style: none;
    margin: 0 0 -0.4375em;
}

.social-navigation li {
    float: left;
    margin: 0 0.4375em 0.4375em 0;
}

.social-navigation a {
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    color: #1a1a1a;
    display: block;
    height: 35px;
    position: relative;
    width: 35px;
}

.social-navigation a:before {
    content: "\f415";
    height: 33px;
    line-height: 33px;
    text-align: center;
    width: 33px;
}

.social-navigation a:hover:before,
.social-navigation a:focus:before {
    color: #007acc;
}

.social-navigation a[href*="codepen.io"]:before {
    content: "\f216";
}

.social-navigation a[href*="digg.com"]:before {
    content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before {
    content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before {
    content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
    content: "\f203";
}

.social-navigation a[href*="flickr.com"]:before {
    content: "\f211";
}

.social-navigation a[href*="foursquare.com"]:before {
    content: "\f226";
}

.social-navigation a[href*="plus.google.com"]:before {
    content: "\f206";
}

.social-navigation a[href*="github.com"]:before {
    content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before {
    content: "\f215";
}

.social-navigation a[href*="linkedin.com"]:before {
    content: "\f208";
}

.social-navigation a[href*="path.com"]:before {
    content: "\f219";
}

.social-navigation a[href*="pinterest.com"]:before {
    content: "\f210";
}

.social-navigation a[href*="getpocket.com"]:before {
    content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
    content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
    content: "\f222";
}

.social-navigation a[href*="skype.com"]:before {
    content: "\f220";
}

.social-navigation a[href*="stumbleupon.com"]:before {
    content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
    content: "\f214";
}

.social-navigation a[href*="twitter.com"]:before {
    content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before {
    content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
    content: "\f205";
}

.social-navigation a[href*="youtube.com"]:before {
    content: "\f213";
}

.social-navigation a[href^="mailto:"]:before {
    content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
    content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
    content: "\f516";
}

.social-navigation a[href$="/feed/"]:before {
    content: "\f413";
}

.post-navigation {
    border-top: 4px solid #1a1a1a;
    border-bottom: 4px solid #1a1a1a;
    clear: both;
    font-family: Courier, "Helvetica Neue", Courier;
    margin: 0 7.6923% 3.5em;
}

.post-navigation a {
    color: #1a1a1a;
    display: block;
    padding: 1.75em 0;
}

.post-navigation span {
    display: block;
}

.post-navigation .meta-nav {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 0.5384615385em;
    text-transform: uppercase;
}

.post-navigation .post-title {
    display: inline;
    font-family: Courier, "Helvetica Neue", Courier;
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 700;
    line-height: 1.2173913043;
    text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
    color: #007acc;
}

.post-navigation div + div {
    border-top: 4px solid #1a1a1a;
}

.pagination {
    font-family: Courier, "Helvetica Neue", Courier;
    font-size: 19px;
    font-size: 1.1875rem;
    margin: 0 7.6923% 2.947368421em;
    min-height: 56px;
    position: relative;
}

.pt-cv-wrapper .pagination {
    display:inline-block;
    padding-left:0;
    margin:20px 0;
    border-radius:4px
}
.pt-cv-wrapper .pagination > li {
    display: contents;
}
.pt-cv-wrapper .pagination>li>a,
.pt-cv-wrapper .pagination>li>span {
    position:relative;
    float:left;
    padding:6px 12px;
    line-height:1.42857143;
    text-decoration:none;
    color:#337ab7;
    background-color:#fff;
    border:1px solid #ddd;
    margin-left:-1px
}
.pt-cv-wrapper .pagination>li:first-child>a,
.pt-cv-wrapper .pagination>li:first-child>span {
    margin-left:0;
    border-bottom-left-radius:4px;
    border-top-left-radius:4px
}
.pt-cv-wrapper .pagination>li:last-child>a,
.pt-cv-wrapper .pagination>li:last-child>span {
    border-bottom-right-radius:4px;
    border-top-right-radius:4px
}
.pt-cv-wrapper .pagination>li>a:focus,
.pt-cv-wrapper .pagination>li>a:hover,
.pt-cv-wrapper .pagination>li>span:focus,
.pt-cv-wrapper .pagination>li>span:hover {
    z-index:3;
    color:#23527c;
    background-color:#eee;
    border-color:#ddd
}
.pt-cv-wrapper .pagination>.active>a,
.pt-cv-wrapper .pagination>.active>a:focus,
.pt-cv-wrapper .pagination>.active>a:hover,
.pt-cv-wrapper .pagination>.active>span,
.pt-cv-wrapper .pagination>.active>span:focus,
.pt-cv-wrapper .pagination>.active>span:hover {
    z-index:2;
    color:#fff;
    background-color:#337ab7;
    border-color:#337ab7;
    cursor:default
}
.pt-cv-wrapper .pagination>.disabled>a,
.pt-cv-wrapper .pagination>.disabled>a:focus,
.pt-cv-wrapper .pagination>.disabled>a:hover,
.pt-cv-wrapper .pagination>.disabled>span,
.pt-cv-wrapper .pagination>.disabled>span:focus,
.pt-cv-wrapper .pagination>.disabled>span:hover {
    color:#777;
    background-color:#fff;
    border-color:#ddd;
    cursor:not-allowed
}
.pt-cv-wrapper .pagination-lg>li>a,
.pt-cv-wrapper .pagination-lg>li>span {
    padding:10px 16px;
    font-size:18px;
    line-height:1.3333333
}
.pt-cv-wrapper .pagination-lg>li:first-child>a,
.pt-cv-wrapper .pagination-lg>li:first-child>span {
    border-bottom-left-radius:6px;
    border-top-left-radius:6px
}
.pt-cv-wrapper .pagination-lg>li:last-child>a,
.pt-cv-wrapper .pagination-lg>li:last-child>span {
    border-bottom-right-radius:6px;
    border-top-right-radius:6px
}
.pt-cv-wrapper .pagination-sm>li>a,
.pt-cv-wrapper .pagination-sm>li>span {
    padding:5px 10px;
    font-size:12px;
    line-height:1.5
}
.pt-cv-wrapper .pagination-sm>li:first-child>a,
.pt-cv-wrapper .pagination-sm>li:first-child>span {
    border-bottom-left-radius:3px;
    border-top-left-radius:3px
}
.pt-cv-wrapper .pagination-sm>li:last-child>a,
.pt-cv-wrapper .pagination-sm>li:last-child>span {
    border-bottom-right-radius:3px;
    border-top-right-radius:3px
}

.pagination:before {
    right: 0;
}

.pagination:after {
    right: 54px;
}

.pagination a:hover,
.pagination a:focus {
    color: #1a1a1a;
}

.pagination .nav-links {
    padding-right: 106px;
    position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
    color: #fff;
    font-size: 32px;
    line-height: 51px;
    opacity: 0.3;
    position: absolute;
    width: 52px;
    z-index: 1;
}

.pagination .nav-links:before {
    content: "\f429";
    right: -1px;
}

.pagination .nav-links:after {
    content: "\f430";
    right: 55px;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
    position: static !important;
}

.pagination .page-numbers {
    display: none;
    letter-spacing: 0.013157895em;
    line-height: 1;
    margin: 0 0.7368421053em 0 -0.7368421053em;
    padding: 0.8157894737em 0.7368421053em 0.3947368421em;
    text-transform: uppercase;
}

.pagination .current {
    display: inline-block;
    font-weight: 700;
}

.pagination .prev,
.pagination .next {
    background-color: #1a1a1a;
    color: #fff;
    display: inline-block;
    height: 52px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 52px;
    z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
    font-size: 32px;
    height: 53px;
    line-height: 52px;
    position: relative;
    width: 53px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
    background-color: #007acc;
    color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
    outline: 0;
}

.pagination .prev {
    right: 54px;
}

.pagination .prev:before {
    content: "\f430";
    left: -1px;
    top: -1px;
}

.pagination .next {
    right: 0;
}

.pagination .next:before {
    content: "\f429";
    right: -1px;
    top: -1px;
}

.image-navigation,
.comment-navigation {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    color: #686868;
    font-family: Courier, "Helvetica Neue", Courier;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin: 0 7.6923% 2.1538461538em;
    padding: 1.0769230769em 0;
}

.comment-navigation {
    margin-right: 0;
    margin-left: 0;
}

.comments-title + .comment-navigation {
    border-bottom: 0;
    margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
    display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
    content: "\002f";
    display: inline-block;
    opacity: 0.7;
    padding: 0 0.538461538em;
}

/**
 * 6.3 - Facets
 */
.facet .facet-ch {
    padding-bottom: 10px;
    margin-bottom: 10px;    
}
.facets {
    border: 1px solid #afafaf;
    padding: 5px;
    margin-bottom: 20px; 
}
.facet, #search-filters, #search-sort, #search-tabs{
    font-family: 'Encode Sans Condensed',Lato;
}

.facet .mob-header {
    display: none;
}

.facet-content li, .ac-result li {
    list-style: none;    
}
.facet .more {
    background: #c7c7c7;
    text-align: center;
    padding: 3px 10px;
    text-align: center;
    cursor: pointer;
}

#search-filters {
    padding: 0;
    margin: 20px;
}

.filters-wrapper {
    display: inline-block;    
}

#search-filters .filter {
    display: inline-block;
    list-style: none;
    padding: 0 25px 0 10px;
    margin: 0 5px 5px 0;
    background: #ffc20d;    
    position: relative;
    cursor: pointer;
}

#search-filters .filter.fminus {
    background: #ff5959;
}


#search-filters .filter .close {
    background-image: url("images/close_black.svg");
    position: absolute;
    right: 5px;
    top:50%;
    width: 14px;
    height: 14px;    
    margin-top: -7px;
}

#search-filters .clear-all {
    background: #ff9a94;
}

#search-filters .clear-all a {
    color: #000;
}

#search-filters .clear-all.active {
    display: inline-block;
}

#search-filters.tab-movies .f-critics, 
#search-filters.tab-critics .f-movies  {
    background: #d4d4d4;
    color: #565656;
}

.facet .facet-title,
.facets .facet-title{
    display: flex;
    align-items: center;
    justify-content:space-between;
    flex-wrap:nowrap;
    margin-bottom: 0.5rem;    
}

.facet .title,
.facets .title {
    display: flex; 
    line-height: 1.3rem;
    flex: 1;
}

.facets-ch .facet .title {
    font-size: 0.875rem;
    font-weight: normal;
}

.facets .facet-title {
    margin-bottom: 0;
}

.facets-ch .facet-title {
    margin-bottom: 0;
}

.facet .acc,
.facets .acc,
.more .acc{
    display: flex;
    width: 28px;
    height: 28px; 
    border: 1px solid #afafaf;
    border-radius: 4px;
    padding: 3px;
    cursor: pointer;
    margin: 2px;
    min-width: 28px;
    background:  #f1f1f1;
} 

.facet.collapsed .chevron,
.facet.collapsed .facet-ch,
.facets.collapsed .chevron,
.facets.collapsed .facets-ch,
.more .collapsed .chevron {
    display: none;
}

.facet.collapsed .chevronup,
.facets.collapsed .chevronup,
.more .collapsed .chevronup {
    display: block;
}

.facet .flex-row {
    display: flex;
    align-items: center;
    line-height: 1.2rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
}

.facet .flex-row input {
    width: 16px;
    height: 16px;
    margin: 0 8px 2px 0;
}
.facet .flex-row.with-img input {
    margin: 0 2px 2px 8px;
}


.facet .flex-row span.t {
    flex:1;
}

.facet .flex-row img {
    display: flex;
    margin-right: 10px;
    border-radius: 4px;
}

.facet span.cnt {
    color: #888;
}

.facet .ac-holder {
    display: none;
    position: relative;
}

.facet .autocomplite {
    position: relative;
    margin-bottom: 1rem;
    background: #fff;
    border: 1px solid #646464;
    border-radius: 7px;
    padding: 0.4375em;
}

.facet .ac-result {    
    position: absolute;
    left: 0;
    background: #fff;
    width: 100%;
    padding: 10px 5px 0 5px;
    top: -0.9rem;
    border: 1px solid #999;
}

.facet .ac-holder.active {
    display: block;
}

.facet-canvas {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #888;
    margin-bottom: 0.5rem;
}



.chevron, .chevronup{
    position:relative;
    display:block;
    height:20px;
}

.chevron::before,
.chevron::after,
.chevronup::before,
.chevronup::after{
    position:absolute;
    display:block;
    content:"";
    border:10px solid transparent;
}

.chevron::before{
    top:7px;
    border-top-color:#afafaf;
}
.chevron::after{
    top:2px;
    border-top-color:#f1f1f1;
}

.chevronup::before{
    top:-7px;
    border-bottom-color:#f14939;
}

.chevronup::after{
    top:-2px;
    border-bottom-color:#f1f1f1;
}

.chevronup {
    display: none;
}

.noUi-connect {
    background: #f14939;
}
.noUi-handle {
    border-radius: 10px;
    border: 1px solid #888;
}
.noUi-target {
    border: 1px solid #888;
}

.noUi-handle:before, .noUi-handle:after {
    background: #888;
}

.facet .select-holder {
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
}

.facet input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

.facet .flex-row.multi_pm{
    cursor: initial;
}

.facet .tab-wrapper {
    margin: 0 0 1rem 0;
    display: flex;
}

.facet .tab-wrapper li.nav-tab a {
    padding: 3px 12px;
    border-color: #afafaf;
}

.facet .tab-wrapper.column{
    flex-direction: column;
}

.facet .tab-wrapper.column li.nav-tab a{
    display: block;
    border-bottom: none;
    border-radius: 0;
}

.facet .tab-wrapper.column li.nav-tab:last-child>a{
    border-bottom: 1px solid #afafaf;
}

.tab-wrapper.column li.nav-tab a{
    margin: 0;
}

.facet .tab-wrapper.column li:first-child>a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.facet .tab-wrapper.column li:last-child>a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.facet .tab-wrapper .nav-tab.active a {
    background: #f14939;    
    color: #fff;    
    border-color: #cf4b3e;    
}

.facet-content.free-watch {
    margin-bottom: 1rem;   
    color: #f71500;
}

.facet-content.free-watch .facet span.cnt {
    color: #888;
}

.facet .facet-icon,
.sort-icon {
    display: flex;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}


.facet .facet-icon span.rating,
.sort-icon .rating{
    background: transparent url("images/rating/star_active.svg");
}
.facet .facet-icon span.vote,
.sort-icon .vote{
    background: transparent url("images/rating/verdict_free.svg");
}
.facet .facet-icon span.hollywood,
.sort-icon .hollywood{
    background: transparent url("images/rating/overal_active.svg");
}
.facet .facet-icon span.patriotism,
.sort-icon .patriotism{
    background: transparent url("images/rating/neo_active.svg");
}
.facet .facet-icon span.misandry,
.sort-icon .misandry{
    background: transparent url("images/rating/miss_active.svg");
}
.facet .facet-icon span.affirmative,
.sort-icon .affirmative{
    background: transparent url("images/rating/affirmate_active.svg");
}
.facet .facet-icon span.lgbtq,
.sort-icon .lgbtq{
    background: transparent url("images/rating/lgbt_active.svg");
}
.facet .facet-icon span.god,
.sort-icon .god{
    background: transparent url("images/rating/good_active.svg");
}

.facet .facet-title .facet-icon span,
.nav-tab span.sort-icon i {    
    width: 24px;
    height: 24px;    
    background-size: 100%;
    display: block;
    margin-right: 10px;
}

.facet .facet-title .facet-icon span.vote {
    background-size: 200%;
    margin-top: -7px;
}

#facet-auvote .facet-ch {
    margin: 5px 0 0 0;
    padding-bottom: 5px;
}

.multi_pm input{
    display: none;
}

.multi_pm label {
    cursor: pointer;
    position: relative;
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
    border: 1px solid;
    background: #fff;
    border-radius: 3px;
    border-color: #777;
}

.multi_pm label:before,
.multi_pm label:after {
    content: '';
    position: absolute;
    background: #777;    
}

.multi_pm label:before {
    top: 6px;
    left: 2px;
    right: 2px;
    height: 2px;
}

.multi_pm label.plus:after {
    top: 2px;
    left: 6px;
    bottom: 2px;
    width: 2px;
}

.multi_pm label.plus:hover,
.multi_pm label.plus.active{
    border-color: #0075ff;
    background: #0075ff;
}


.multi_pm label.minus:hover,
.multi_pm label.minus.active{
    border-color: red;
    background: red;
}

.multi_pm label:hover:before,
.multi_pm label:hover:after,
.multi_pm label.active:before,
.multi_pm label.active:after{    
    background: #fff;    
}

/*
* Notes popup
*/
.nte {
    position: relative;
}
.nte_show {
    display: none;
    position: absolute;
    left: 50%;
    z-index: 1000;        
    bottom: 60px;
    top: auto;
}

.nte.open .nte_show{
    display: block;
}

.nte_show.dwn {
    top: 60px;
    bottom: auto;    
}

.nte_show::after{
    content: " ";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #fff;
    margin-left: -20px;
    transform: skewX(
        0deg) rotate(
        135deg) skewY(
        0deg);
    z-index: 999;
    bottom: -20px;
    top:auto;
    border-right: 2px solid #b0b0b0;
    border-top: 2px solid #b0b0b0;
}

.nte_show.dwn::after{   
    transform: skewX(
        0deg) rotate(
        -45deg) skewY(
        0deg);    
    top: -20px;    
    bottom: auto;
}

.nte_show .nte_in {
    width: 300px;    
    margin-left: -150px;        
    background-color: #fff;
    border: 2px solid #b0b0b0;
    box-sizing: border-box;
    box-shadow: 0 0 6px #000;
}

.nte_show .nte_cnt {
    color: #000;
    font-weight: normal;    
    text-align: left;
    padding: 15px;
    font-size: 1rem;
    line-height: 1.1rem;
    position: relative;
    z-index: 1001;
}


/**
 * 7.0 - Accessibility
 */

#loading {
    display: none;
    position: fixed;
    top: 0;
    border: 1px solid gold;
    background: #FFC;
    color: #333;
    padding: 3px 5px;
    left: 50%;
    width: 90px;
    margin-left: -40px;
    text-align: center;
    z-index: 999999;
}

/* Text meant only for screen readers */
.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    /* many screen reader and browser combinations announce broken words as they would appear visually */
    word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
    background-color: #f1f1f1;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #21759b;
    display: block;
    font-family: Courier, "Helvetica Neue", Courier;
    font-size: 14px;
    font-weight: 700;
    left: -9999em;
    outline: none;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999em;
}

.logged-in .site .skip-link {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    font-family: "Open Sans", Courier;
}

.site .skip-link:focus {
    clip: auto;
    height: auto;
    left: 6px;
    top: 7px;
    width: auto;
    z-index: 100000;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
    float: right;
    margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}

blockquote.alignleft {
    margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
    margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
    margin-bottom: 1.473684211em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
    content: "";
    display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
    clear: both;
}


/**
 * 10.0 - Widgets
 */
.widget {

    margin-bottom: 7px;

}

.widget-area > :last-child,
.widget > :last-child {
    margin-bottom: 0;
}

.widget .widget-title {
    font-family: Courier, "Helvetica Neue", Courier;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.046875em;
    line-height: 1.3125;
    margin: 0 0 1.75em;

}

.widget .widget-title:empty {
    margin-bottom: 0;
}

.widget-title a {
    color: #1a1a1a;
}

/* Calendar widget */
.widget.widget_calendar table {
    margin: 0;
}

.widget_calendar td,
.widget_calendar th {
    line-height: 2.5625;
    padding: 0;
    text-align: center;
}

.widget_calendar caption {
    font-weight: 900;
    margin-bottom: 1.75em;
}

.widget_calendar tbody a {
    background-color: #007acc;
    color: #fff;
    display: block;
    font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    background-color: #686868;
    color: #fff;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
    color: #686868;
    display: block;
    font-family: Courier, "Helvetica Neue", Courier;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.615384615;
    margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
    margin-bottom: 0;
}

/* RSS widget */
.widget_rss .rsswidget img {
    margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
    color: #686868;
    display: block;
    font-family: Courier, "Helvetica Neue", Courier;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: normal;
    line-height: 1.615384615;
    margin-bottom: 0.538461538em;
}

.widget_rss .rssSummary:last-child {
    margin-bottom: 2.1538461538em;
}

.widget_rss li:last-child :last-child {
    margin-bottom: 0;
}

/* Tag Cloud widget */
.tagcloud a {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    display: inline-block;
    font-family: Courier, "Helvetica Neue", Courier;
    line-height: 1;
    margin: 0 0.1875em 0.4375em 0;
    padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud ul {
    list-style-type: none;
    margin-left: 0;
}

.tagcloud ul li {
    display: inline-block;
}

.tagcloud a:hover,
.tagcloud a:focus {
    border-color: #007acc;
    color: #007acc;
    outline: 0;
}


/**
 * 11.0 - Content
 */

.site {
    background-color: #fff;
}

.site-inner {
    margin: 0 auto;
    max-width: 1014px;
    position: unset;
}

.site-content {
    word-wrap: break-word;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}


.site-main > :last-child {
    margin-bottom: 0;
}


/**
 * 11.1 - Header
 */

.useer_social{
    margin-right: 10px;
}

.site-header-main {
    cursor: default;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1170px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    min-height: 78px;
}

.site-branding {
    width: 190px;
    min-width: 190px;
}

.custom-logo-link {
    display: block;
}

.custom-logo-link:hover {
    opacity: 0.9;
}


.site-title {
    font-family: Courier, "Helvetica Neue", Courier;
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 700;
    line-height: 1.2173913043;
    margin: 0;
}

.site-branding .site-title a {
    color: #1a1a1a;
}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
    color: #007acc;
}

.wp-custom-logo .site-title {
    margin-top: 0.608695652em;
}

.site-description {
    color: #686868;
    display: none;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.0769230769;
    margin: 0.538461538em 0 0;
}

.menu-toggle {
    background-color: transparent;
    border: 1px solid #d1d1d1;
    color: #1a1a1a;
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 1.076923077em 0;
    padding: 0.769230769em;
}

.no-js .menu-toggle {
    display: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
    background-color: transparent;
    border-color: #007acc;
    color: #007acc;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff;
}

.menu-toggle:focus {
    outline: 0;
}

.menu-toggle.toggled-on:focus {
    outline: thin dotted;
}

.header-image {
    clear: both;
    margin: 0.875em 0;
}

.header-image a {
    display: block;
}

.header-image a:hover img,
.header-image a:focus img {
    opacity: 0.85;
}

/**
 * 11.2 - Posts and pages
 */

.site-main > article {
    margin-bottom: 3.5em;
    position: relative;
}

.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
    margin-right: 0;
    margin-left: 0;
}

.entry-title {
    font-family: 'HOLLYWOODSTARFIRE',  "Helvetica Neue", Courier;
    font-size: 37px;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;

}

.entry-content {
    padding: 20px;
}

.entry-footer {
    padding: 20px;

}

.entry-title a {
    color: #1a1a1a;
}

.entry-title a:hover,
.entry-title a:focus {
    color: #007acc;
}

.post-thumbnail {
    display: block;
    margin: 0;
}

.post-thumbnail img {
    display: block;
}

.no-sidebar .post-thumbnail img {
    margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
    opacity: 0.85;
}

.entry-content,
.entry-summary {
    border-color: #d1d1d1;
}

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.25;
    margin-top: 2em;
    margin-bottom: 1em;
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.2173913043;
    margin-top: 2.4347826087em;
    margin-bottom: 1.2173913043em;
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.1052631579;
    margin-top: 2.9473684211em;
    margin-bottom: 1.4736842105em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin-top: 3.5em;
    margin-bottom: 1.75em;
}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
    letter-spacing: 0.140625em;

}

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
    font-style: italic;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
    font-weight: 900;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
    margin-top: 0;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

body:not(.search) .entry-summary {
    color: #686868;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.4736842105;
    margin-bottom: 1.4736842105em;
}

body:not(.search) .entry-header + .entry-summary {
    margin-top: -0.736842105em;
}

body:not(.search) .entry-summary p,
body:not(.search) .entry-summary address,
body:not(.search) .entry-summary hr,
body:not(.search) .entry-summary ul,
body:not(.search) .entry-summary ol,
body:not(.search) .entry-summary dl,
body:not(.search) .entry-summary dd,
body:not(.search) .entry-summary table {
    margin-bottom: 1.4736842105em;
}

body:not(.search) .entry-summary li > ul,
body:not(.search) .entry-summary li > ol {
    margin-bottom: 0;
}

body:not(.search) .entry-summary th,
body:not(.search) .entry-summary td {
    padding: 0.3684210526em;
}

body:not(.search) .entry-summary fieldset {
    margin-bottom: 1.4736842105em;
    padding: 0.3684210526em;
}

body:not(.search) .entry-summary blockquote {
    border-color: currentColor;
}

body:not(.search) .entry-summary blockquote > :last-child {
    margin-bottom: 0;
}

body:not(.search) .entry-summary .alignleft {
    margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}

body:not(.search) .entry-summary .alignright {
    margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}

body:not(.search) .entry-summary .aligncenter {
    margin-bottom: 1.4736842105em;
}

.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
    margin-bottom: 0;
}

.more-link {
    white-space: nowrap;
}

.author-info {
    border-color: inherit;
    border-style: solid;
    border-width: 1px 0 1px 0;
    clear: both;
    padding-top: 1.75em;
    padding-bottom: 1.75em;
}

.author-avatar .avatar {
    float: left;
    height: 42px;
    margin: 0 1.75em 1.75em 0;
    width: 42px;
}

.author-description > :last-child {
    margin-bottom: 0;
}

.entry-content .author-title {
    clear: none;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.75;
    margin: 0;
}

.author-bio {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 1.6153846154em;
    overflow: hidden;
}

.author-link {
    white-space: nowrap;
}

.entry-footer {
    color: #686868;
    font-family: Courier, "Helvetica Neue", Courier;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-top: 2.1538461538em;
}

.entry-footer:empty {
    margin: 0;
}

.entry-footer a {
    color: #686868;
}

.entry-footer a:hover,
.entry-footer a:focus {
    color: #007acc;
}

.entry-footer > span:not(:last-child):after {
    content: "\002f";
    display: inline-block;
    opacity: 0.7;
    padding: 0 0.538461538em;
}

.entry-footer .avatar {
    height: 21px;
    margin: -0.1538461538em 0.5384615385em 0 0;
    width: 21px;
}

.sticky-post {
    color: #686868;
    display: block;
    font-family: Courier, "Helvetica Neue", Courier;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 0.5384615385em;

}




/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
    display: none;
}

.sticky .posted-on,
.byline {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-header {

    padding-top: 0.75em;

}

body.error404 .page-header  {
    border-top: 0;
    padding-top: 0;
}

.page-title {

    font-size: 26px;
    line-height: 1.2173913043;
    padding: 20px;
    font-weight: normal;
    font-family:  "Helvetica Neue", Courier;;

}

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

.taxonomy-description p {
    margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
    margin-bottom: 0;
}

.page-links {
    clear: both;
    font-family: Courier, "Helvetica Neue", Courier;
    margin: 0 0 1.75em;
}

.page-links a,
.page-links > span {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    display: inline-block;
    font-size: 13px;
    font-size: 0.8125rem;
    height: 1.8461538462em;
    line-height: 1.6923076923em;
    margin-right: 0.3076923077em;
    text-align: center;
    width: 1.8461538462em;
}

.page-links a {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff;
}

.page-links a:hover,
.page-links a:focus {
    background-color: #007acc;
    border-color: transparent;
    color: #fff;
}

.page-links > .page-links-title {
    border: 0;
    color: #1a1a1a;
    height: auto;
    margin: 0;
    padding-right: 0.6153846154em;
    width: auto;
}

.entry-attachment {
    margin-bottom: 1.75em;
}

.entry-caption {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 1.0769230769em;
}

.entry-caption > :last-child {
    margin-bottom: 0;
}

.content-bottom-widgets {
    margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
    margin-bottom: 3.5em;
}


/**
 * 11.3 - Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.473684211;
    margin-bottom: 1.473684211em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
    display: none;
}


/**
 * 11.4 - Comments
 */

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

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

.comments-title,
.comment-reply-title {

    font-family: Courier, "Helvetica Neue", Courier;
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 700;
    line-height: 1.3125;
    padding-top: 1.217391304em;
    padding-left: 20px;
}

.comments-title {
    margin-bottom: 1.217391304em;
}

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

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

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

.comment-list .children > li {
    padding-left: 0.875em;
}

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

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

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

.comment-metadata,
.pingback .edit-link {
    color: #686868;
    font-family: Courier, "Helvetica Neue", Courier;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
}

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

.comment-metadata a,
.pingback .comment-edit-link {
    color: #686868;
}

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

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

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
    content: "\002f";
    display: inline-block;
    opacity: 0.7;
    padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}

.comment-reply-link {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #007acc;
    display: inline-block;
    font-family: Courier, "Helvetica Neue", Courier;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1;
    margin-top: 2.1538461538em;
    padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
    border-color: currentColor;
    color: #007acc;
    outline: 0;
}

.comment-form {

    padding: 20px;

}

.comment-form label {
    color: #686868;
    display: block;
    font-family: Courier, "Helvetica Neue", Courier;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 0.5384615385em;

}

.comment-list .comment-form {
    padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 2.1538461538em;
}

.no-comments {
    border-top: 1px solid #d1d1d1;
    font-family: Courier, "Helvetica Neue", Courier;
    font-weight: 700;
    margin: 0;
    padding-top: 1.75em;
}

.comment-navigation + .no-comments {
    border-top: 0;
    padding-top: 0;
}

.form-allowed-tags code {
    font-family: Inconsolata, monospace;
}

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

.required {
    color: #007acc;
    font-family: Merriweather, Georgia, serif;
}

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

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

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

.comment-reply-title small a:before {
    content: "\f405";
    font-size: 32px;
    position: relative;
    top: -5px;
}

.comment-form #wp-comment-cookies-consent {
    margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
    display: inline;
    font-family: Merriweather, Georgia, serif;
    letter-spacing: 0;
    text-transform: none;
}

/**
 * 11.5 - Sidebar
 */

.flex-page {
    display: flex;    
}

.flex-page .with-sidebar-left {
    flex:1;
    order: 1;
}

.flex-page .sidebar-left {
    width: 234px;
    background: #f1f1f1;
    order: 0;
}

.sidebar-inner {
    margin: 20px;
}

.sidebar {
    padding: 0;
}

.sidebar-inner h2 {
    margin-bottom: 1rem;
}


/**
 * 11.6 - Footer
 */

.site-footer {
    padding: 0;
}

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

.site-info a {
    color: #686868;
}

.site-info a:hover,
.site-info a:focus {
    color: #007acc;
}

.site-footer .site-title {
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
}

.site-footer .site-title:after {
    content: "\002f";
    display: inline-block;
    font-family: Courier, Courier;
    opacity: 0.7;
    padding: 0 0.307692308em 0 0.538461538em;
}

.site-footer span[role=separator] {
    font-family: Courier, Courier;
    opacity: 0.7;
    padding: 0 0.307692308em 0 0.538461538em;
}

.site-footer span[role=separator]::before {
    content: '\002f';
}


/**
 * 12.0 - Media
 */

.site .avatar {
    border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
    display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
    margin-bottom: 1.75em;
    max-width: 100%;
    vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
    margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
    box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
    margin-top: 0;
    margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
    padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
    margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
    border-bottom: 0;
    padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
    top: 0.7142857143em;
}


/**
 * 12.1 - Captions
 */

.wp-caption {
    margin-bottom: 1.75em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption .wp-caption-text {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
}

/* bs video embed*/
.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden;}
.embed-responsive::before{display:block;content:""}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}
.embed-responsive-16by9::before{padding-top:56.25%}


.icntn .embed-responsive img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    border: 0;
    margin: 0;
}

.icntn .embed-responsive.youtube img {
    margin: -9.45% 0 0 0;
}

.icntn .embed-responsive {
    margin-bottom: 1rem;
}

.icntn .video {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    display: table;
    text-align: center;
}

.icntn .video b {
    display: table-cell;
    vertical-align: middle;
}

.icntn .video b i {
    width: 75px;
    height: 50px;
    display: inline-block;
    color: #fff;
    border-radius: 18px/8px;
    background: #a73c3c;
    background: rgba(167,60,60,0.9);
    box-sizing: border-box;
    position: relative;    
}

.icon-play::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 30px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 24px solid;
    top: 10px;
    left: 28px;
}

.icntn .video b i:hover{
    opacity: 0.5;
    transition: opacity 0.25s linear;
}

/**
 * 12.2 - Galleries
 */

.gallery {
    margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    color: #686868;
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/**
 * 13.0 - Multisites
 */

.widecolumn {
    margin-bottom: 3.5em;
    padding: 0 7.6923%;
}

.widecolumn .mu_register {
    width: auto;
}

.widecolumn .mu_register .mu_alert {
    background: transparent;
    border-color: #d1d1d1;
    color: inherit;
    margin-bottom: 3.5em;
    padding: 1.75em;
}

.widecolumn form,
.widecolumn .mu_register form {
    margin-top: 0;
}

.widecolumn h2 {
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 900;
    line-height: 1.2173913043;
    margin-bottom: 1.2173913043em;
}

.widecolumn p {
    margin: 1.75em 0;
}

.widecolumn p + h2 {
    margin-top: 2.4347826087em;
}

.widecolumn label,
.widecolumn .mu_register label {
    color: #686868;
    font-family: Courier, "Helvetica Neue", Courier;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 400;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;

}

.widecolumn .mu_register label {
    margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}

.widecolumn .mu_register label strong {
    font-weight: 400;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
    font-size: 16px;
    font-size: 1rem;
    width: 100%;
}

.widecolumn .mu_register #blogname {
    margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
    margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
    width: auto;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
    font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
    margin-bottom: 0;
}


.site-header {
    padding: 0;
    position: absolute;
    z-index: 1000;
    width: 100%;
    left: 0px;
    height: 78px;
    background-color: #000;
    margin-top: 0;
}

.site-branding, .site-header-menu, .header-image {

    margin-top: 5px;
    margin-bottom: 3px;
    margin-left: 8px;

}


.site-header-menu {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
}

.main-navigation {

    max-width: 1014px;
    margin: 0 auto;
    height: 22px;

}
.main-navigation a  {
    white-space: nowrap;
    font-family: 'Courier Prime';
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    transform: scale(1,1.2);
}


.main-navigation .primary-menu > li {
    float: left;
    padding-left: 15px;
}
.site-header-menu li > a {
    color: #fff;
    padding-right: 10px;
    padding-left: 10px;
}

.site-header-menu li > a:hover, .site-header-menu li > a:focus {
    color: #ffffff;
}


.entry-title {
    font-family: 'HOLLYWOODSTARFIRE', "Helvetica Neue", Courier;
    font-size: 37px;
    line-height: 1.225;
    padding: 20px 10px 20px 18px;

}

#disqus_recommendations{
    display: none;
}
.site-main > article {

    background-color: #fff;

}

.top_adheader{
    background-color: #1a1a1a;
    color: #fff;
}

.entry-content {

    float: none;
    width: 100%;

}


.entry-content-desc {

    padding: 20px 20px 0px 20px;
    line-height: 17px;

}

.entry-content-desc span {
    display: block;
}

.entry-content .wp-block-embed, .entry-content > iframe, .entry-content > p > iframe {

    margin-bottom: 1em;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-left: -20px;

}

.top_adheader {
    margin: 0 auto;
    text-align: center;
}

.background-skin {
    position: fixed;
    z-index: 0;
    height: 1200px;
    top: 0;
    left: 50%;
}

.background-skin > div {

    position: relative;
    left: -50%;
    height: 100px;
    width: 1900px;
    border: 0;
    display: inline-block;
    text-align: center;

}


.site-content {
    z-index: 1;
}

.site {
    z-index: 1;
    position: relative;
}


/*slider*/

.slick-list {

    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;

}

.slick-slider .slick-track, .slick-slider .slick-list {

    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

}

.slick-track {

    position: relative;
    top: 0;
    left: 0;
    display: block;

}

.slick-track::before, .slick-track::after {

    display: table;
    content: '';

}

.slick-slide {

    display: none;
    float: left;
    height: 100%;
    min-height: 1px;

}

.slick-initialized .slick-slide {
    display: block;

}


.featuretitle {

    position: relative;
    font-family: 'Courier Prime', Courier;
    font-size: 21px;
    color:            #fff;

    padding: 4px 10px;

    background:            #b0b0b0;
    background-color: rgb(176, 176, 176);
    background-color: rgb(176, 176, 176);
    z-index: 99999;
    margin-top: -7px;
    height: 44px;
    box-sizing: border-box;

}


.featuretag {

    position: absolute;
    right: 0;
    top: -20px;
    font-family: 'Courier Prime', Courier;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    padding: 4px 6px;
    background: #b0b0b0;
    z-index: 99999;

}


.site-main_widget form.mailpoet_form {
    display: grid;

    float: left;

    grid-column-gap: 30px;

    grid-template-columns: auto 1fr 1fr;
}

.site-main_widget .mailpoet_form p.mailpoet_paragraph {
    grid-column: 2;

}

.site-main_widget .mailpoet_form p.mailpoet_paragraph:first-of-type {
    grid-column: 1;
    grid-row: 1/5;

}

.site-main_widget .mailpoet_form p.mailpoet_paragraph:last-of-type {
    grid-column: 3;
    grid-row: 1/5;
    display: flex;
    align-items: center;
}



.site-main_widget img {

    border-radius: 15px 0 0 15px;
}
.mailpoet_paragraph .mailpoet_segment_label {

    padding: 7px 10px 7px 40px;
    display: block;
    border: 1px solid    #ccc;

    background-color:            #dddd;
    cursor: pointer;
    position: relative;
    margin: 8px;
    border-radius: 2px;

}
.site-main_widget .mailpoet_message {
    grid-column: 1/5;

    text-align: center;

    line-height: 50px;
}
.mailpoet_paragraph .informtext {
    padding: 5px 15px;
    display: block;
}
.mailpoet_paragraph .mailpoet_segment_label::before {

    border-bottom: 2px solid #000;

    border-right: 2px solid #000;
    content: '';
    display: block;
    height: 14px;
    margin-top: 0px;
    pointer-events: none;
    position: absolute;
    left: 13px;
    top: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 14px;
    -webkit-transform-origin: 66% 66%;

    -ms-transform-origin: 66% 66%;

    transform-origin: 66% 66%;
}

.mailpoet_paragraph .mailpoet_segment_label.mpopened::before {

    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);

}


.site-main_widget .mailpoet_form .mailpoet_paragraph .mailpoet_checkbox_label {

    padding: 10px;
    border-bottom: 1px solid #ccc;
    display: none;
}

.site-main_widget .mailpoet_paragraph input{
    padding: 5px 10px;
    margin: 6px 0 0px 0;
    width: 100%!important;
}
.site-main_widget .mailpoet_paragraph input.mailpoet_submit{
    padding: 5px 10px;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
}


.site-main_widget  .mailpoet_paragraph .mailpoet_segment_label {
    margin: 0;
    margin-top: 5px;
    padding: 4px 10px 4px 40px;
    display: block;
    border: 1px solid    #ccc;

    background-color:            #dddd;
    cursor: pointer;
    position: relative;

    border-radius: 2px;
    width: 100%!important;
    line-height: 22px;
}

#secondary div.mailpoet_form {

    margin: 7px;
    font-family: "DM Sans", Courier;
    background-color:  #fff;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid    #d3d3d3;
    box-sizing: border-box;
}

.mailpoet_paragraph input {

    margin: 8px;
    box-sizing: border-box;
    width: calc(100% - 16px) !important;

}

.mailpoet_paragraph input.mailpoet_checkbox{
    width: 20px !important;
}

button, input[type="submit"] {
    background-color: #678db8;
    border-color: #678db8;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.1em;
    padding: .62em 1.62em;
    text-transform: uppercase;
}

#secondary .mailpoet_form p.mailpoet_paragraph {

}

.site-main_widget .mailpoet_form p.mailpoet_paragraph input.mailpoet_text, .site-main_widget .mailpoet_form p.mailpoet_paragraph input.mailpoet_submit {
    width: 100%;
}


#secondary .mailpoet_form p.mailpoet_paragraph input.mailpoet_text, #secondary .mailpoet_form p.mailpoet_paragraph input.mailpoet_submit {
    width: 100%;
}


#secondary .mailpoet_form .mailpoet_checkbox_label {
    padding: 10px;
    display: none;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {

    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;

}

.featurevid {
    max-height: 600px;
    overflow: hidden;
    margin: 0px;
}


.item_block {
    width: 33.33%;
    float: left;


}
.galley_block {

    margin-left: 33px;

}
.item_block_inner {

    position: relative;
    overflow: initial;

    padding: 0 0 5px;
    margin: 7px;
    background: #fff;
    min-height: 325px;
}

.itemTitle {
    font-family: 'Courier Prime', Courier;
    font-size: 21px;
    color: #000;
    padding: 10px;
    line-height: 23px;

}
.item_block .itemTitle {
    background-color: #d7d7d7;
}
.itemTitle a {
    color: #000;
}


.item_block_inner img {

    width: 100%;
}
.wp-pagenavi {
    text-align: center;
    margin: 20px;
}
.tagtitle {

    position: absolute;
    right: 0;
    bottom: 0;
    font-family: 'Courier Prime', Courier;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;

    background: #fff;
    z-index: 99998;

}

.tagtitle a {

    padding: 5px;
}

.item_block_inner .mainImg {
    position: relative;
}

.tagtitle a {
    color: #000;
}

.custom-logo {

    max-height: 60px;
    width: auto;

}

.item_info {

    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

}
.site-main-block{
    text-align: center;
}

.postdate {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-family: 'Encode Sans Condensed', Courier;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    padding: 0;
    width: 40%;
    background: 0 0;
    line-height: 10px;
}

.viewcount {

    position: absolute;
    bottom: 10px;
    right: 10px;
    font-family: 'Encode Sans Condensed', Courier;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    padding: 0;
    width: 40%;
    background: 0 0;
    text-align: right;
    line-height: 10px;
}


.item_block_header {

    font-family: 'Courier Prime', Courier;
    font-size: 26px;
    text-transform: uppercase;
    color: #000;
    padding: 35px 20px 35px 7px;
    width: 70%;
    float: none;
    clear: both;

}


.mainImg {


    max-height: 210px;
    overflow: hidden;
    min-height: 180px;

}

.site-content {
    padding: 0;
    margin-top: 78px;
}
.sideimg {

    position: relative;
    width: 50%;
    min-height: 75px;
    background: #fff;
    float: left;
    margin-right: 10px;

}


.sideimg img {

    width: 100%;
    height: auto;

}

.crp_related_widget li, .rpwwt-widget li {

    width: 100%;
    float: left;
    list-style: none;
    position: relative;
}

.crp_related_widget .crp_date, .rpwwt-widget .rpwwt-post-date {

    position: absolute;
    bottom: 7px;
    left: 50%;
    margin-left: 10px;
    font-size: 11px;
    text-transform: uppercase;
    color: #000;
    font-family: Encode Sans Condensed;

}

.crp_related_widget .side_view, .rpwwt-widget .side_view {

    position: absolute;
    bottom: 0px;
    right: 6px;
    color: #000;
    font-size: 11px;
    font-family: Encode Sans Condensed;

}

.crp_related_widget li a, .rpwwt-widget li a {

    position: relative;
    overflow: auto;
    min-height: 50px;
    padding: 0;
    margin: 7px;
    background: #fff;
    display: block;

}

.crp_related_widget li .crp_title, .rpwwt-widget .rpwwt-post-title {

    font-family: 'Courier Prime', Courier;
    font-size: 14px;
    line-height: 14px;

    color: #000;
    padding: 10px;
    margin-bottom: 12px;
    display: block;

}

.rpwwt-widget img {
    width: 50% !important;

    margin: 0 10px 0px 0 !important;

    height: auto !important;
}

.rpwwt-widget ul li {
    overflow: hidden;
    margin: 0 !important;
}
.site-header-main > .search {
    width: 100%;
    max-width: 400px;
}

.top_social {


    background: 0 0;
    text-align: right;
    line-height: 17px;
}

.top_social img {

    height: 16px;
    display: inline-block !important;
    margin: 0px 11px;

}

.top_social a {
    text-decoration: none;
}

.top_social a:hover {
    opacity: 0.8;

}

.social_container {
    width: 205px;
    position: relative;
    max-width: 1014px;
}


a.liy {

    font-family: 'Courier Prime', Courier;
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;

}


.latesttrending {

    font-family: 'Courier Prime', Courier;
    font-size: 17px;
    text-transform: uppercase;
    color: #000;
    padding: 0 20px 10px 7px;
    width: 70%;
    float: none;
    clear: both;

}

.latesttrending .item {

    display: inline-block;
    width: auto;
    margin-right: 20px;

}

.trendfilters {

    padding-left: 6px;

}


.header_nav {

    height: auto;
    top: 0;
    left: 0;
    right: 0;

}

.header_nav {


    height: 60px;
    padding: 0;
    margin: auto;
    z-index: 10000;
    cursor: pointer;
    overflow: visible;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform .4s, height .3s, background .4s;
    -moz-transition: -moz-transform .4s, height .3s, background .4s;
    transition: transform .4s, height .3s, background .4s;
    -webkit-animation: firstFadeInAndDrop 2.15s;
    -moz-animation: firstFadeInAndDrop .5s;
    animation: firstFadeInAndDrop .5s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;

}


.header_nav.invisible {

    -webkit-transform: translate(0, -64px);
    -moz-transform: translate(0, -64px);
    -o-transform: translate(0, -64px);
    transform: translate(0, -64px);
    -webkit-transition: -webkit-transform .2s;
    -moz-transition: -moz-transform .2s;
    -o-transition: -o-transform .2s;
    transition: transform .2s;
    opacity: 0;

}
.admin-bar .header_nav{
    margin-top: 32px;
}
.header_nav.detached {

    position: fixed;
    background: 0 0;
    -webkit-transition: -webkit-transform .3s, height .3s, background .4s, opacity .3s;
    -moz-transition: -moz-transform .3s, height .3s, background .4s, opacity .3s;
    -o-transition: -o-transform .3s, height .3s, background .4s, opacity .3s;
    transition: transform .3s, height .3s, background .4s, opacity .3s;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 0px !important;
}

.hdr_drp_dwn_menu_desc{
    line-height: 10px;
}
.hdr_drp_dwn_menu {
    background-color: transparent;
    display: block;
    position: relative;
    width: 61px;
    height: 60px;
    box-sizing: border-box;
    padding: 10px;
    cursor: pointer;
}

.hdr_drp_dwn_menu .bar {
    background: none repeat scroll 0 0 #ececec;
    display: block;
    height: 3px;
    margin-bottom: 6px;
    width: 100%;
}

.hdr_drp_dwn_menu .clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}
.hdr_drp_dwn_menu_desc{
    color: #fff;
}

.top_social .useer_contact, .top_social br {
    display: none;
}


.scont, .site-header-contact {

    width: 100%;
    opacity: .95;
    z-index: 998;
    top: 90px;
    height: 1000%;
    padding-top: 10px;
    cursor: default;
    display: none;


}

.site-header-contact {

    background-color: rgba(0, 0, 0, 0.97);
    display: none;
    position: absolute;
    top: 90px;
    z-index: 997;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    padding-top: 200px;

}

.menuinfotext {
    display: none;

    max-width: 600px;

    margin: 20px auto;
}

.site-header-contact a {
    color: #fff;
}

.site-header-contact br {
    display: none;
}

.useer_social a {
    display: inline-block;
}

.scontinner {
    width: 100%;
    max-width: 1014px;
    overflow: hidden;
    margin: auto;
    position: relative;

}

.site-header-contact .togle_bottom {
    text-transform: uppercase;
    font-size: 18px;
}


.searchpos {

    position: absolute;
    left: 0;
    width: 8px;
    top: 45px;
    min-height: 33px;
    z-index: 1;
    background: #fff;

}

.check {

    width: 100%;
    height: 1px;
    background: 0 0;

}

.searchoff {

    position: absolute;
    right: 0;
    top: 44px;
    z-index: 9999998;
    opacity: .5;

}

.social {

    height: 15px;
    margin: 10px;

}


.page-content {
    padding: 20px;
}


.social_container .search {

    display: none;
    border-right: 1px solid #fff;
    padding-right: 5px;

}

.social_container .search:hover img {
    opacity: 0.8;
    cursor: pointer;
}


.social_container .textwidget {

    display: inline-block;

}

.entry-summary {
    padding: 20px;
}


.trendfilters .item {
    display: inline-block;
    width: auto;
    margin-right: 20px;
}

.social_container .open_menu {
    display: inline-block;
    cursor: pointer;

}

.social_container .open_menu:hover {
    opacity: 0.8;

}

.primary-menu {
    float: left;
}


.sidebar img.h {
    display: none;
}








#menu-top > li > ul, #menu-top > li > ul a {
    background-color: #fff;
    margin: 0;
    font-weight: normal;
}


.nav_icon_w, .nav_icon_b {
    display: none;
    width: 2em;
    height: 2em;
    float: left;
    margin-top: -0.5em;
}



.main_page_link .nav_icon_b{
    display: inline-block;
}

.main_page_link a {
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;

}


.back-button {
    display: none;
}


.main_page_desc{
    padding: 10px 15px;
    background-color: transparent!important;
    font-size: 13px;
    text-transform: uppercase;
    color: #999;

}
.rating_inner_row {
    display: block;
    padding-bottom: 15%;
    position: relative;
    overflow: hidden;
}
.rating_result {
    background: transparent url("images/rating/star.svg") repeat-x;
    display: inline-block;
    height: auto;
    background-size: 20%;
    padding-top: 20%;
    position: absolute;
    width: 60%;
    top: 0;
    left: 40%;
}
.rating_result.pay_to_watch {
    background: transparent url("images/rating/verdict_pay.svg")no-repeat 0px center;
    display: inline-block;
    height: auto;
    background-size: 40%;
    padding-top: 15%;
    color: #1c9202;
}
.rating_result.skip_it {
    background: transparent url("images/rating/verdict_skip.svg") no-repeat 0px center;
    display: inline-block;
    height: auto;
    background-size: 40%;
    padding-top: 15%;
    color: #e40000;
}
.rating_result.watch_if_free {
    background: transparent url("images/rating/verdict_free.svg") no-repeat 0px center;
    display: inline-block;
    height: auto;
    background-size: 40%;
    padding-top: 15%;
    color: #ff6f00;
}

.verdict_text{
    position: absolute;
    top: 0px;
    width: 60%;
    font-size: 16px;
    font-family: 'Encode Sans Condensed',Lato;
    font-weight: bold;
    left: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.rating_result_total {
    background: transparent url("images/rating/star_active.svg") repeat-x;
    background-size: auto;
    display: block;
    height: auto;
    background-size: 20%;
    padding-top: 20%;
    position: absolute;
    top: 0px;
}

.rating_result.hollywood{
    background: transparent url("images/rating/overal.svg") repeat-x;
    background-size: 20%;

}

.rating_result.hollywood .rating_result_total{
    background: transparent url("images/rating/overal_active.svg") repeat-x;
    background-size: 20%;
}

.rating_result.patriotism{
    background: transparent url("images/rating/neo.svg") repeat-x;
    background-size: 20%;
}

.rating_result.patriotism .rating_result_total{
    background: transparent url("images/rating/neo_active.svg") repeat-x;
    background-size: 20%;
}

.rating_result.misandry{
    background: transparent url("images/rating/miss.svg") repeat-x;
    background-size: 20%;
}

.rating_result.misandry .rating_result_total{
    background: transparent url("images/rating/miss_active.svg") repeat-x;
    background-size: 20%;
}

.rating_result.affirmative{
    background: transparent url("images/rating/affirmate.svg") repeat-x;
    background-size: 20%;
}

.rating_result.affirmative .rating_result_total{
    background: transparent url("images/rating/affirmate_active.svg") repeat-x;
    background-size: 20%;
}


.rating_result.lgbtq{
    background: transparent url("images/rating/lgbt.svg") repeat-x;
    background-size: 20%;
}

.rating_result.lgbtq .rating_result_total{
    background: transparent url("images/rating/lgbt_active.svg") repeat-x;
    background-size: 20%;
}

.rating_result.god{
    background: transparent url("images/rating/good.svg") repeat-x;
    background-size: 20%;
}

.rating_result.god .rating_result_total{
    background: transparent url("images/rating/good_active.svg") repeat-x;
    background-size: 20%;
}
.rating_inner_row .rating_title {
    text-transform: uppercase;
    font-size: 15px;
    width: 40%;
    display: flex;
    font-style: italic;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    align-items: center;
    justify-content: center;
    line-height: 16px;
    font-family: 'Encode Sans Condensed',Lato;
    min-width: 100px;
}



#menu-top div.featured_link{
    display: none;
}
.featured_link_contaner a {
    display: flex !important;
    align-items: center;
    border-top: 1px solid #ccc;
    margin: 0 10px !important;
    width: calc(100% - 20px) !important;
    padding: 17px 0px !important;
    font-family: 'Encode Sans Condensed', Courier;
}

.featured_link_contaner img{
    width: 50px;
    min-width: 50px;
}
.featured-link-text{
    white-space: normal;
    display: inline-block;
    margin-left: 10px;

}
.featured_link_contaner{
    margin-top: 10px;
}

.featured-link-text .headline{

    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;

}
.featured-link-text .copy{

    font-size: 13px;

}

.moreCategories_content {
    display: flex;
    flex-wrap: wrap;
}

.moreCategories_content .cell {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
}
.moreCategories_content.one_columns .cell {

    width: 100%;

}

.moreCategories_content.three_columns .cell {

    width: 33%;

}


.moreCategories_content .cell:not(.content) a {
    color: #333;
    transition: .3s ease-in-out;
    cursor: pointer;
    display: block;
}

.moreCategories_content .cell:not(.content) a:hover {
    opacity:.8
}

.moreCategories_content .image-block h3 {
    font-size: 20px;
    color: #fff;
    padding: 10px 0 6px 10px;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.7);
}

.moreCategories_content .image-block img {
    width: 100%;
}

.moreCategories_content .intrinsic-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.moreCategories_content .image-block::before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 56.544%;
}
.moreCategories_content .cell .image-block {
    position: relative;
}
.moreCategories_content .cell .desc
{
    line-height: 23px;
    margin-top: 10px;
    margin-bottom: 1rem;
}
#moreCategories.blue-stripe {

    position: relative;
    padding: 14px 0;
    background-color: #059;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 7px;
    width: calc(100% - 14px);
    box-sizing: border-box;

}

#moreCategories.blue-stripe h2
{
    margin: 0;
    padding: 0;
    line-height: 15px;
    font-size: 18px;
}
.moreCategories_content{
    margin-top: 20px;
    margin-bottom: 50px!important;
}


h1.page-title_category {
    text-transform: uppercase;
    font-family: 'Courier Prime',Courier;
    font-weight: 700;
    color: #059;
    text-align: center;
    margin-bottom: 1.2rem;
    padding: 0 3.5%;
    font-size: 44px;
}


h2.landing-subheader {

    font-size: 20px;
    color: #000;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 0;
    text-align: center;
    font-family: 'Courier Prime',Courier;

}
.category_header
{
    padding: 30px 3% 30px;

}
.category_header{
    background-color: #fff;
    margin: 7px!important;
}

.header_nav .site-branding {
    margin: 0 auto 0 15px;
}



#menu-main{
    display: flex;
    width: 100%;
}


.content-bottom-widgets{
    padding: 20px;
}
#main  .customsearch_input{
    width: calc(100% - 80px);
}
.column_header {
    font-family: "Helvetica Neue", Courier;
    text-align: center;
}


.advanced_search_field {
    padding: 10px;
    box-sizing: border-box;
    background-color: #f0f0f0;
    display: none;
}


.footer_main {
    display: flex;
    background-color: #242629;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.footer_main_left, .footer_main_right {
    padding: 25px;
    color: #9d9fa2;
    font-size: 16px;
    text-align: center;
    width: 50%;
}
.footer_main_left a, .footer_main_right a {

    color: #9d9fa2;

}

footer_main_left h2, .footer_main_right h2 {
    color: #b7b6b6;
    transform: scale(1,1.3);
}

.footer_main_right{
    background-color: #292c2f;
}


.footer_main_right .widget_text{
    max-width: 450px;
    margin: 0 auto;
}

.mailpoet_paragraph {

    display: flex;
}

#mailpoet_form input {
    width: 100% !important;
    background-color: #242424;
    border: 1px solid #4f4f4f;
    color: #bdbdbd;
    font-size: 16px;
}




#last_donations{
    width:100%;
    white-space:nowrap;
    overflow:hidden;
}

#last_donations .donations_inner_content {
    padding-left:100%;
    -webkit-animation: last_donations 40s infinite linear;
    animation: last_donations 40s infinite linear;
    display: table;
    color: #000;
    font-size: 14px;
}




#last_donations .donations_inner_content:hover {
    animation-play-state: paused;
}
.coins_container{
    display: table-cell;
    padding: 0 10px;
    max-width: 360px;
}
.coins_container .coins_header {
    background: rgb(255, 223, 0) linear-gradient(90deg, rgb(255, 238, 112), rgba(0, 0, 0, 0));
    padding: 1px 7px;
    text-align: left;
    border-radius: 2px 2px 0 0;
}

.coins_content{
    position: relative;
    border-radius: 0 0 2px 2px;
    background-color: #fff;
}
.coins_text_content{
    padding: 7px;
    text-align: left;
    white-space: initial;
    min-width: 280px;
    max-width: 360px;
    width: 100%;
}
.coins_sender{
    text-align: right;
    padding: 0 7px;
}

@-webkit-keyframes last_donations {
    0%{-webkit-transform: translate(0, 0);}
    100%{-webkit-transform: translate(-100%, 0);}
}
@keyframes last_donations{
    0%{transform: translate(0, 0);}
    100%{transform: translate(-100%, 0)}
}



/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}


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

    body.menu-open .site-header-main > .site-header-menu {
        width: 40%;
        transform: translate(-100%);
        height: 100%;
        display: block;
        overflow-x: auto;
        position: absolute;
        left: 0px;
        top: 0px;
    }
    body.menu-open .primary-menu > li {
        float: none;
        display: block;
        width: 100%;
        padding: 0px;
        clear: both;
        border-bottom: 1px solid rgba(0, 0, 0, 0.38);
    }


    body.menu-open #menu-main {
        display: block;
        width: 100%;
    }


    .site-branding {
        margin: 0 auto 0px 15px;
    }
    .menu-open #menu-top .toggled-on.sub-menu {

        position: fixed;
        list-style-type: none;
        padding: 0;
        margin: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        display: block;
        background: #fff;
        transition: .3s;
        top: 0px;
    }

    body.menu-open,
    body.fiters-open {
        transform: translate(40%);
        transition: transform .01s;
        height: 100%;
        width: 100%;
        position: fixed;
    }
    .site-header-main>.site-header-menu {
        display: none;
    }

    #search-facets {
        display: none;
    }
    body.menu-open .site-header-main>.site-header-menu,
    body.fiters-open #search-facets 
    {
        width: 40%;
        transform: translate(-100%);
        height: 100%;
        display: block;
        overflow-x: auto;
    }
    body.fiters-open #search-facets {
        position: fixed;
        left: 0;
        top: 0;
        background: #f1f1f1;
        padding: 20px 20px 40px 20px;
    }

    body.fiters-open .facet .mob-header{
        display: block;
    }

    body.menu-open  #menu-top{
        width: 100%;
    }

    body.fiters-open .mob-header {
        position: fixed;
        top: 20px;
        left: -51px;        
        z-index: 100;
        background: #f1f1f1;        
    }

    body.fiters-open .mob-header .close {
        background-image: url(images/close_black.svg);
        width: 30px;
        height: 30px;
        display: block;
        margin: 0;
        opacity: 0.6;
        cursor: pointer;
        border: 1px solid #888;        
        border-radius: 4px;
    }

    body.fiters-open .mob-header .close:hover {
        opacity: 1;
    }

    body.menu-open .menu-mask,
    body.fiters-open .menu-mask{
        position: absolute;
        top: 0;
        left: -1px;
        width: 100%;
        height: 100%;
        background-color: #202020;
        opacity: .7;
        box-shadow: 0 0 10px rgba(0,0,0,.5);
        z-index: 10000;
        cursor: pointer;
    }


    body.menu-open .main-navigation .primary-menu > li {
        float: none;
        display: block;
        width: 100%;
        padding: 0px;
        clear: both;
        border-bottom: 1px solid rgb(217, 217, 217);
    }
    body.menu-open .main-navigation .nav_icon_w {

        display: inline-block;

    }


    body.menu-open .main-navigation  .link_text{
        margin-left: 10px;
    }


    body.menu-open .main-navigation .primary-menu > li a {
        padding: 15px 20px;
        display: block;
    }

    body.menu-open .main-navigation li.menu-item-has-children>a::before {
        content: "›";
        display: block;
        float: right;
        font-size: 30px;
        line-height: 12px;
        font-family: 'Encode Sans Condensed', Courier;
        font-weight: normal;
    }


    body.menu-open .main-navigation .back-button::before {
        content: "‹";
        display: block;
        float: left;
        font-size: 26px;
        line-height: 12px;
        margin-left: 0px;
        margin-right: 10px;
        font-family: 'Encode Sans Condensed', Courier;

        font-weight: normal;
    }

    body.menu-open .main-navigation .back-button {
        cursor: pointer;
        white-space: nowrap;
        font-family: 'Courier Prime', Courier;
        font-size: 19px;
        font-weight: bold;
        line-height: 18px;
        padding: 15px;
        display: block;
        color: #cbcbcb;
        background-color: #4b4848;
    }
    body.menu-open .main-navigation .primary-menu > li  a.toggled-on {
        display: none;
    }
    .main-navigation ul.toggled-on {
        margin-left: 0;
        background: transparent;
    }

    .site-header {
        height: 78px
    }
    body  .sub-menu .menu-item {
        margin: 0;
    }
    body.menu-open  .hdr_drp_dwn_menu .bar:nth-of-type(2){

        margin-left: 5px;
    }
    body.menu-open  .hdr_drp_dwn_menu .bar:nth-of-type(3){

        margin-left: 10px;
    }

    body.menu-open  .header_nav {
        height: 100%;
    }
    body.menu-open   .site-header {

        position: unset;
    }





    .site-header-main .open_menu{
        display: inline-block!important;
        margin-top: 10px;
        margin-left: 10px;
    }


    .site-header-main > .search {
        width: 100%;
        max-width: calc(100% - 20px);
        margin-right: 20px;
        min-width: 100px;
    }
    div.mainImg {

        min-height: 250px;
        width: 100%;
        overflow: hidden;

    }

    .mainImg img {

        min-height: 250px;
        width: 100%;
        overflow: hidden;

    }
    .main_page_link, .main_page_desc {
        display: block;
    }

    .menu-open .toggled-on.sub-menu {
        position: fixed;
        list-style-type: none;
        padding: 0;
        margin: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        display: block;
        background: rgb(30, 29, 29);
        transition: .3s;
        top: 0px;
    }

    .item_block {
        width: 50%;
        float: left;
        position: relative;
        overflow: auto;

        padding: 0 0 5px;

    }

    .item_block_inner {
        min-height: 370px;
    }

    .close_header_nav {
        display: block;
        width: 40px;
        height: 40px;
        background: url("images/close.svg");
        background-size: 40px;
        margin: 15px;
        opacity: 0.6;
        cursor: pointer;
    }
    .close_header_nav:hover {
        opacity: 1;
    }


    .flex-page {
        display: block;    
    }


}


/*910*/
@media screen and (max-width: 56.875em) {

    body.menu-open,
    body.fiters-open {
        transform: translate(60%);
    }
    body.menu-open .site-header-main > .site-header-menu,
    body.fiters-open #search-facets {
        width: 60%;
    }

    .galley_block {

        margin: 7px;

    }

    .sidebar img.v {
        display: none;
    }

    .sidebar img.h {
        display: block;
    }


    .crp_related_widget li .crp_title, .rpwwt-widget .rpwwt-post-title {

        font-family: 'Courier Prime', Courier;
        font-size: 20px;
        line-height: 20px;

        color: #000;
        padding: 10px;
        margin-bottom: 12px;

    }
}


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

        width: 100%!important;
    }

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




    .item_block_inner {
        min-height: 325px;
    }

    div.mainImg {

        max-height: 200px;
        min-height: 200px;
        overflow: hidden;

    }

    .mainImg img {

        min-height: 200px;
        width: 100%;
        overflow: hidden;

    }
}
@media screen and (max-width: 782px) {
    .admin-bar .header_nav {
        margin-top: 48px;
    }
}

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

    .footer_main_left, .footer_main_right {

        width:100%;
    }

    .customsearch_container__advanced-search-button, .customsearch_component__button {

        opacity: 1;
    }


    .site-header {
        height: 60px;
    }
    .custom-logo {
        margin: 0;
        height: 45px;
    }
    .site-header-main .open_menu {
        margin-top: 0px;
    }

    h1.page-title_category {
        font-size: 40px;
    }


    .hdr_drp_dwn_menu_desc{
        display: none;
    }
    .hdr_drp_dwn_menu {
        width: 50px;
        padding-top: 20px;
    }
    .site-header-main {
        min-height: 46px;
    }

    .site-branding {
        min-width: 145px;
    }
    .site-content {

        padding: 0;

    }

    .site-main_widget {

        border-radius: 6px;
        padding: 0;
        background-color:            #fff;
        overflow: hidden;

    }

    .site-main_widget img {

        border-radius: 0;
        max-height: 300px;
        width: auto;
        margin: 0 auto;
        display: block;
    }

    .site-main_widget form.mailpoet_form {
        display: block;
        width: 100%;
    }


    .site-main_widget .mailpoet_form {
        width: 100%;
    }

    .site-main_widget .mailpoet_form .mailpoet_paragraph {



    }

    .site-main_widget {
        margin: 6px;
    }
    .site-main_widget .mailpoet_paragraph input {

        padding: 5px 10px;
        margin: 8px;
        width: calc(100% - 16px)!important;

    }
    .site-main_widget .mailpoet_paragraph .mailpoet_segment_label {
        margin: 8px;
        width: calc(100% - 16px)!important;
        margin-bottom: 3px;
    }


    .site-main_widget .mailpoet_paragraph input.mailpoet_checkbox {
        display: inline-block;
        width:20px!important;

    }

    .site-main_widget .mailpoet_form .mailpoet_text {
        width: 100%;
    }


    .search-form {
        max-width: 800px;
        position: relative;
        margin: 0px 40px;
        width: 100%;
    }


    .social_container .search {
        display: inline-block;
    }

    .social_container {

        width: auto;

    }

    .category_header {

        padding: 30px 20px 20px;

    }

    .advanced_search_menu {
        position: absolute;
        text-align: left;
        background-color: #fff;
        z-index: 10000;
        width: 100%;
        border: 1px solid #686868;
        top: 60px;
        display: none;
        max-width: 100%;
        left: 0;
        box-sizing: border-box;
    }

    .entry-title {

        font-size: 25px;
    }
    small {
        font-size: 100%;
    }
}

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


    button, input[type="submit"] {
        font-size: 1.1rem;
        letter-spacing: 0.1em;
        padding: 0.5em 0.6em;
    }

    h1.page-title_category {
        font-size: 30px;
    }
    body.menu-open,
    body.fiters-open {
        transform: translate(90%);
    }
    body.menu-open .site-header-main > .site-header-menu,
    body.fiters-open #search-facets {
        width: 90%;
    }


    .crp_related_widget li .crp_title, .rpwwt-widget .rpwwt-post-title {

        font-family: 'Courier Prime', Courier;

        font-size: 17px;

        line-height: 17px;



        color: #000;

        padding: 10px;

        margin-bottom: 12px;

    }

    .item_block_inner {
        min-height: 295px;

    }

    div.mainImg {

        max-height: 180px;
        min-height: 180px;
        overflow: hidden;

    }

    .mainImg img {

        min-height: 180px;
        width: 100%;
        overflow: hidden;

    }

}

@media screen and (max-width: 450px) {
    .site-content {
        padding: 0;
        margin-top: 60px;
    }
    .advanced_search_menu {
        height: calc(100vh - 60px );
    }

    .content-bottom-widgets {
        padding: 10px;
        margin: 0;
    }


    .advanced_search_field {
        display: block;
    }

    .customsearch_input{
        display: none;
    }


    .customsearch_container__advanced-search-button {

        margin-right: 20px;
    }
    .site-header-main > .search {
        width: 100px;
        max-width: 100px;
        min-width: 100px;
        margin-right: 10px;
    }
    .header_nav .site-branding {
        margin: 0 ;
        width: 100%;
        text-align: center;
    }
    .customsearch_container {
        width: 100px;
    }
    .search .customsearch_input, .search .customsearch_input:focus {
        width: 0;
    }
    .customsearch_component__inner {
        border: none;
    }
    .mailpoet_form img , .site-main_widget img {

        width: 100%;
    }
    .social_container .open_menu {

        margin-top: 5px;

    }

    .sidebar img.h {
        display: none;
    }

    .sidebar img.v {
        display: block;
        width: 100%;
    }


    .top_social .textwidget {
        display: none;
    }


    .crp_related_widget li .crp_title, .rpwwt-widget .rpwwt-post-title {
        font-family: 'Courier Prime', Courier;
        font-size: 14px;
        line-height: 14px;

        color: #000;
        padding: 10px;
        margin-bottom: 12px;

    }


    .item_block {
        position: relative;
        overflow: auto;

        width: 100%;
    }

    .item_block_inner {
        min-height: 100px;
    }

    div.mainImg {

        max-height: unset;
    }


    .itemTitle {

        font-family: 'Dm Sans', Courier;
        font-size: 17px;
        margin-bottom: 20px;
        color: #000;
        padding: 10px;

    }

    .item_info {

        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;

    }

    .mainImg img {

        min-height: 100px;
        width: 100%;
        overflow: hidden;

    }

    #spform #sbar {
        padding-right: 60px;
    }

    #spform #submit {
        width: 60px;
    }

    #spform .clear {
        right: 65px;
    }
}


.widget {

    margin-bottom: 7px;

}


#pagination{
    text-align: center;
    width: 100%;
}


/**
 * 14.1 - >= 710px
 */


@media screen and (min-width: 44.375em) {


    .site, .site-footer {
        margin: 0 auto;
        max-width: 1170px;
    }






    .site-title {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.25;
    }

    .wp-custom-logo .site-title {
        margin-top: 0;
    }

    .site-description {
        display: block;
    }

    .menu-toggle {
        font-size: 16px;
        font-size: 1.0rem;
        margin: 1.3125em 0;
        padding: 0.8125em 0.875em 0.6875em;
    }


    .pagination {
        margin: 0 23.0769% 4.421052632em 7.6923%
    }

    .post-navigation {
        margin-bottom: 5.25em;
    }

    .post-navigation .post-title {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.25;
    }

    /* restore screen-reader-text */
    .pagination .current .screen-reader-text {
        position: absolute !important;
    }

    .pagination .page-numbers {
        display: inline-block;
    }

    .site-main > article {
        margin-bottom: 10px;
    }

    .entry-header,
    .post-thumbnail,
    .entry-content,
    .entry-summary,
    .entry-footer,
    .comments-area,
    .image-navigation,
    .post-navigation,
    .page-header,
    .page-content,
    .content-bottom-widgets {
        margin-right: 0;

        margin-left: 0;
    }


    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        border-width: 4px 0 0 0;
        padding: 0.9473684211em 0 0;
        width: -webkit-calc(50% - 0.736842105em);
        width: calc(50% - 0.736842105em);
    }

    .entry-content blockquote:not(.alignleft):not(.alignright),
    .entry-summary blockquote,
    .comment-content blockquote {
        margin-left: -1.473684211em;
    }

    .entry-content blockquote blockquote:not(.alignleft):not(.alignright),
    .entry-summary blockquote blockquote,
    .comment-content blockquote blockquote {
        margin-left: 0;
    }

    .entry-content ul,
    .entry-summary ul,
    .comment-content ul,
    .entry-content ol,
    .entry-summary ol,
    .comment-content ol {
        margin-left: 0;
    }

    .entry-content li > ul,
    .entry-summary li > ul,
    .comment-content li > ul,
    .entry-content blockquote > ul,
    .entry-summary blockquote > ul,
    .comment-content blockquote > ul {
        margin-left: 1.25em;
    }

    .entry-content li > ol,
    .entry-summary li > ol,
    .comment-content li > ol,
    .entry-content blockquote > ol,
    .entry-summary blockquote > ol,
    .comment-content blockquote > ol {
        margin-left: 1.5em;
    }

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

    .comment-author .avatar {
        height: 42px;
        position: relative;
        top: 0.25em;
        width: 42px;
    }

    .comment-list .children > li {
        padding-left: 1.75em;
    }

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


    .sidebar,
    .widecolumn {
        padding-right: 0;

        padding-left: 0;
    }

    body:not(.search) .entry-summary li > ul,
    body:not(.search) .entry-summary blockquote > ul {
        margin-left: 1.157894737em;
    }

    body:not(.search) .entry-summary li > ol,
    body:not(.search) .entry-summary blockquote > ol {
        margin-left: 1.473684211em;
    }
}

@media screen and (min-width: 768px) {
    .site-header-main > .search {
        display: block !important;
    }
}

/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
    body:not(.custom-background-image).admin-bar:before {
        top: 32px;
    }
}


/**
 * 14.3 - >= 910px
 */

@media screen and (min-width: 990px) {




    .main-navigation ul ul:before, .main-navigation ul ul {
        border-color: #ddd;

    }


    .main-navigation ul li ul li.menu-item-has-children > a::before {
        content: "›";
        display: block;
        float: right;
        font-size: 30px;
        line-height: 12px;
        font-family: 'Encode Sans Condensed', Courier;
        font-weight: normal;
    }



    .featured_link_contaner img{
        width: 40px;
        min-width: 40px;
    }

    .main_page_desc {
        padding: 15px 15px 8px 15px;
    }
    .main-navigation .primary-menu,
    .main-navigation .primary-menu > li {
        border: 0;
    }

    #menu-top > li> a {

        box-sizing: border-box;
        border: 1px solid transparent;
    }
    #menu-top > li:hover > a {

        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        z-index: 999999;
        position: relative;
    }

    .main-navigation ul ul {

        display: block;
        left: -999em;
        margin: 0;
        position: absolute;
        z-index: 99999;
        margin-top: -1px!important;
        width: calc(100% + 130px);
        min-width: 295px;
        padding: 0px!important;
    }

    .main-navigation ul ul ul{

        margin-top: 0px !important;
        width: auto ;
        min-width: 200px;

    }


    .nav_icon_b{
        margin-right: 8px;
    }

    .main-navigation ul ul ul {
        top: -1px;
    }

    .main-navigation ul ul ul:before,
    .main-navigation ul ul ul:after {
        border: 0;
    }



    #menu-top > li  ul, #menu-top > li  ul a {
        background-color: #fff;
        margin: 0;
        font-weight: normal;
        font-size: 16px;
        font-weight: normal;
        padding: 8px 15px;
    }

    #menu-top > li:hover > a{

        background-color: #fff;
    }


    #menu-top > li .link_text{

    }

    .main-navigation ul ul a {
        white-space: normal;
        width: 100%;
    }



    .main-navigation ul ul:before {
        border-color: #d1d1d1 transparent;
        border-width: 0 10px 10px;
        right: 9px;
        top: -9px;
    }

    .main-navigation ul ul:after {
        border-color: #fff transparent;
        border-width: 0 8px 8px;
        right: 11px;
        top: -7px;
    }

    .main-navigation li:hover > ul,
    .main-navigation li.focus > ul {
        left: auto;

    }

    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
        left: 100%;

    }

    .main-navigation .menu-item-has-children > a {
        margin: 0;
    }



    .main-navigation ul ul .menu-item-has-children > a {
        padding-right: 2.0625em;
    }

    .main-navigation ul ul .menu-item-has-children > a:after {
        right: 0.5625em;
        top: 0.875em;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .dropdown-toggle,
    .main-navigation ul .dropdown-toggle.toggled-on,
    .menu-toggle,
    .site-header .social-navigation,
    .site-footer .main-navigation {
        display: none;
    }


    .content-area {
        float: left;
        margin-right: -100%;
        width: calc(100% - 338px);
    }


    .top_container  .content-area {
        float: left;
        margin-right: -100%;
        width: calc(100% - 416px);
    }

    .entry-header,
    .post-thumbnail,
    .entry-content,
    .entry-summary,
    .entry-footer,
    .comments-area,
    .image-navigation,
    .post-navigation,
    .pagination,
    .page-header,
    .page-content,
    .content-bottom-widgets {
        margin-right: 0;
        margin-left: 0;
    }

    .sidebar {

        float: left;
        margin-left: calc(100% - 338px);
        padding: 0;
        width: 338px;
        min-height: 443px;

    }


    .top_container   .sidebar {
        float: left;
        margin-left: calc(100% - 384px);
        padding: 0;
        width: 384px;
        min-height: 480px;
    }




    .sidebar img {
        width: 100%;
    }

    .sidebar .textwidget {

        margin: 7px;

    }
    .top_container .sidebar .textwidget {

        margin: 0px 30px 0px 0px;

    }
    .widget {

    }

    .widget .widget-title {
        margin-bottom: 1.3125em;
    }


    .widget li > ul,
    .widget li > ol {
        margin-bottom: 0;
    }

    .widget blockquote {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.3125;
        margin-bottom: 1.3125em;
        padding-left: 1.0625em;
    }

    .widget blockquote cite,
    .widget blockquote small {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.6153846154;
    }

    .widget th,
    .widget td {
        padding: 0.5384615385em;
    }

    .widget pre {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.6153846154;
        margin-bottom: 1.6153846154em;
        padding: 0.5384615385em;
    }

    .widget fieldset {
        margin-bottom: 1.6153846154em;
        padding: 0.5384615385em;
    }

    .widget button,
    .widget input,
    .widget select,
    .widget textarea {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.6153846154;
    }

    .widget button,
    .widget input[type="button"],
    .widget input[type="reset"],
    .widget input[type="submit"] {
        line-height: 1;
        padding: 0.846153846em;
    }

    .widget input[type="date"],
    .widget input[type="time"],
    .widget input[type="datetime-local"],
    .widget input[type="week"],
    .widget input[type="month"],
    .widget input[type="text"],
    .widget input[type="email"],
    .widget input[type="url"],
    .widget input[type="password"],
    .widget input[type="search"],
    .widget input[type="tel"],
    .widget input[type="number"],
    .widget textarea {
        padding: 0.4615384615em 0.5384615385em;
    }

    .widget h1 {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 1.2173913043;
        margin-bottom: 0.9130434783em;
    }

    .widget h2 {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.1052631579;
        margin-bottom: 1.1052631579em;
    }

    .widget h3 {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.3125;
        margin-bottom: 1.3125em;
    }

    .widget h4,
    .widget h5,
    .widget h6 {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.6153846154;
        margin-bottom: 0.9130434783em;
    }

    .widget .alignleft {
        margin: 0.2307692308em 1.6153846154em 1.6153846154em 0;
    }

    .widget .alignright {
        margin: 0.2307692308em 0 1.6153846154em 1.6153846154em;
    }

    .widget .aligncenter {
        margin-bottom: 1.6153846154em;
    }

    .widget_calendar td,
    .widget_calendar th {
        line-height: 2.6923076923;
        padding: 0;
    }

    .widget_rss .rssSummary:last-child {
        margin-bottom: 1.615384615em;
    }

    .widget input[type="search"].search-field {
        width: -webkit-calc(100% - 35px);
        width: calc(100% - 35px);
    }

    .widget .search-submit:before {
        font-size: 16px;
        left: 1px;
        line-height: 35px;
        width: 34px;
    }

    .widget button.search-submit {
        padding: 0;
        width: 35px;
    }

    .tagcloud a {
        margin: 0 0.2307692308em 0.5384615385em 0;
        padding: 0.5384615385em 0.4615384615em 0.4615384615em;
    }

    .textwidget h1 {
        margin-top: 1.8260869565em;
    }

    .textwidget h2 {
        margin-top: 2.2105263158em;
    }

    .textwidget h3 {
        margin-top: 2.625em;
    }

    .textwidget h4 {
        letter-spacing: 0.153846154em;
    }

    .textwidget h4,
    .textwidget h5,
    .textwidget h6 {
        margin-top: 3.2307692308em;
    }

    .content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
    .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
        float: left;
        margin-right: 7.1428571%;
        width: 46.42857145%;
    }

    .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
        margin-right: 0;
    }

    .site-footer {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 ;
    }

    .site-footer .social-navigation {
        margin: 0;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .site-info {
        margin: 0.538461538em auto 0.538461538em 0;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .no-sidebar .content-area {
        float: none;
        margin: 0;
        width: 100%;
    }

    .no-sidebar .entry-header,
    .no-sidebar .entry-content,
    .no-sidebar .entry-summary,
    .no-sidebar .entry-footer,
    .no-sidebar .comments-area,
    .no-sidebar .image-navigation,
    .no-sidebar .post-navigation,
    .no-sidebar .pagination,
    .no-sidebar .page-header,
    .no-sidebar .page-content,
    .no-sidebar .content-bottom-widgets  {
        margin-right: 0;
        margin-left: 0;
        box-sizing: border-box;
        max-width: 100%;
    }
    .widecolumn {
        padding-right: 15%;
        padding-left: 15%;
    }
}


/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {


    .custom-logo {
        max-width: 240px;
    }

    .image-navigation {
        margin-bottom: 3.230769231em;
    }

    .post-navigation {
        margin-bottom: 7.0em;
    }

    .pagination {
        margin-bottom: 5.894736842em;
    }


    .format-aside .entry-title,
    .format-image .entry-title,
    .format-video .entry-title,
    .format-quote .entry-title,
    .format-gallery .entry-title,
    .format-status .entry-title,
    .format-link .entry-title,
    .format-audio .entry-title,
    .format-chat .entry-title {
        font-size: 23px;
        font-size: 1.4375em;
        line-height: 1.304347826;
        margin-bottom: 1.826086957em;
    }

    .post-thumbnail {
        margin-bottom: 2.625em;
    }

    .entry-content h1,
    .entry-summary h1,
    .comment-content h1 {
        font-size: 33px;
        font-size: 2.0625rem;
        line-height: 1.2727272727;
        margin-top: 1.696969697em;
        margin-bottom: 0.8484848485em;
    }

    .entry-content h2,
    .entry-summary h2,
    .comment-content h2 {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.25;
        margin-top: 2em;
        margin-bottom: 1em;
    }

    .entry-content h3,
    .entry-summary h3,
    .comment-content h3 {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 1.2173913043;
        margin-top: 2.4347826087em;
        margin-bottom: 1.2173913043em;
    }

    .entry-content h4,
    .entry-summary h4,
    .entry-intro h4,
    .comment-content h4 {
        letter-spacing: 0.131578947em;
    }

    .entry-content h4,
    .entry-content h5,
    .entry-content h6,
    .entry-summary h4,
    .entry-summary h5,
    .entry-summary h6,
    .comment-content h4,
    .comment-content h5,
    .comment-content h6 {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.1052631579;
        margin-top: 2.9473684211em;
        margin-bottom: 1.473684211em;
    }

    .author-info {
        border-bottom-width: 0;
        padding-bottom: 0;
    }

    .comment-list + .comment-respond,
    .comment-navigation + .comment-respond {
        padding-top: 5.25em;
    }


    body:not(.search) .entry-summary {
        margin-bottom: 2.210526316em;
    }

    body:not(.search) .entry-header + .entry-summary {
        margin-top: -1.105263158em;
    }


    body:not(.search) article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
        margin-left: -40%;
        width: -webkit-calc(60% - 1.4736842105em);
        width: calc(60% - 1.4736842105em);
    }

    body:not(.search) article:not(.type-page) img.below-entry-meta,
    body:not(.search) article:not(.type-page) figure.below-entry-meta {
        clear: both;
        display: block;
        float: none;
        margin-right: 0;
        margin-left: -40%;
        max-width: 140%;
    }

    body:not(.search) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
    body:not(.search) article:not(.type-page) table figure.below-entry-meta,
    body:not(.search) article:not(.type-page) table img.below-entry-meta {
        margin: 0;
        max-width: 100%;
    }

    body:not(.search) article:not(.type-page) .entry-footer {
        float: left;
        margin-top: 0.1538461538em;
        width: 21.42857143%;
    }

    body:not(.search) article:not(.type-page) .entry-footer > span:not(:last-child):after {
        display: none;
    }

    .single .byline,
    .full-size-link,
    body:not(.search).group-blog .byline,
    body:not(.search) .entry-format,
    body:not(.search) .cat-links,
    body:not(.search) .tags-links,
    body:not(.search) article:not(.sticky) .posted-on,
    body:not(.search) article:not(.type-page) .comments-link,
    body:not(.search) article:not(.type-page) .entry-footer .edit-link {
        display: block;
        margin-bottom: 0.5384615385em;
    }

    body:not(.search) article:not(.type-page) .entry-footer > span:last-child {
        margin-bottom: 0;
    }

    body:not(.search) article:not(.type-page) .entry-footer .avatar {
        display: block;
        height: auto;
        margin: 0 0 0.5384615385em;
        width: 49px;
    }

    body.no-sidebar:not(.search) article:not(.type-page) .entry-content {

    }

    body.no-sidebar:not(.search) article:not(.type-page) .entry-footer {

    }
}


/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {
    body:not(.search) .entry-summary {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 1.5217391304;
        margin-bottom: 1.826086957em;
    }

    body:not(.search) .entry-header + .entry-summary {
        margin-top: -0.913043478em;
    }

    body:not(.search) .entry-summary p,
    body:not(.search) .entry-summary address,
    body:not(.search) .entry-summary hr,
    body:not(.search) .entry-summary ul,
    body:not(.search) .entry-summary ol,
    body:not(.search) .entry-summary dl,
    body:not(.search) .entry-summary dd,
    body:not(.search) .entry-summary table {
        margin-bottom: 1.5217391304em;
    }

    body:not(.search) .entry-summary li > ul,
    body:not(.search) .entry-summary blockquote > ul {
        margin-left: 0.956521739em;
    }

    body:not(.search) .entry-summary li > ol,
    body:not(.search) .entry-summary blockquote > ol {
        margin-left: 1.52173913em;
    }

    body:not(.search) .entry-summary blockquote {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 1.5217391304;
        margin: 0 0 1.5217391304em;
        padding-left: 1.347826087em;
    }

    body:not(.search) .entry-summary blockquote:not(.alignleft):not(.alignright) {
        margin-left: -1.52173913em;
    }

    body:not(.search) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
        margin-left: 0;
    }

    body:not(.search) .entry-summary blockquote cite,
    body:not(.search) .entry-summary blockquote small {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.8421052632;
    }

    body:not(.search) .entry-summary th,
    body:not(.search) .entry-summary td {
        padding: 0.3043478261em;
    }

    body:not(.search) .entry-summary pre {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.75;
        margin-bottom: 1.75em;
        padding: 1.75em;
    }

    body:not(.search) .entry-summary fieldset {
        margin-bottom: 1.5217391304em;
        padding: 0.3043478261em;
    }

    body:not(.search) .entry-summary h1 {
        margin-top: 2.121212121em;
        margin-bottom: 1.060606061em;
    }

    body:not(.search) .entry-summary h2 {
        margin-top: 2.5em;
        margin-bottom: 1.25em;
    }

    body:not(.search) .entry-summary h3 {
        margin-top: 3.043478261em;
        margin-bottom: 1.52173913em;
    }

    body:not(.search) .entry-summary h4,
    body:not(.search) .entry-summary h5,
    body:not(.search) .entry-summary h6 {
        margin-top: 3.684210526em;
        margin-bottom: 1.842105263em;
    }

    body:not(.search) .entry-summary h1:first-child,
    body:not(.search) .entry-summary h2:first-child,
    body:not(.search) .entry-summary h3:first-child,
    body:not(.search) .entry-summary h4:first-child,
    body:not(.search) .entry-summary h5:first-child,
    body:not(.search) .entry-summary h6:first-child {
        margin-top: 0;
    }

    body:not(.search) .entry-summary .alignleft {
        margin: 0.2608695652em 1.5217391304em 1.5217391304em 0;
    }

    body:not(.search) .entry-summary .alignright {
        margin: 0.2608695652em 0 1.5217391304em 1.5217391304em;
    }

    body:not(.search) .entry-summary .aligncenter {
        margin-bottom: 1.5217391304em;
    }
}


/**
 * 15.0 - Print
 */

@media print {
    form,
    button,
    input,
    select,
    textarea,
    .navigation,
    .main-navigation,
    .social-navigation,
    .sidebar,
    .content-bottom-widgets,
    .header-image,
    .page-links,
    .edit-link,
    .comment-respond,
    .comment-edit-link,
    .comment-reply-link,
    .comment-metadata .edit-link,
    .pingback .edit-link {
        display: none;
    }

    body,
    blockquote cite,
    blockquote small,
    pre,
    .entry-content h4,
    .entry-content h5,
    .entry-content h6,
    .entry-summary h4,
    .entry-summary h5,
    .entry-summary h6,
    .comment-content h4,
    .comment-content h5,
    .comment-content h6,
    .entry-content .author-title {
        font-size: 12pt;
    }

    blockquote {
        font-size: 14.25pt;
    }

    .site-title,
    .page-title,
    .comments-title,
    .entry-content h2,
    .entry-summary h2,
    .comment-content h2,
    .widecolumn h2 {
        font-size: 17.25pt;
    }

    .site-description {
        display: block;
    }

    .entry-title {
        font-size: 24.75pt;
        line-height: 1.2727272727;
        margin-bottom: 1.696969697em;
    }

    .format-aside .entry-title,
    .format-image .entry-title,
    .format-video .entry-title,
    .format-quote .entry-title,
    .format-gallery .entry-title,
    .format-status .entry-title,
    .format-link .entry-title,
    .format-audio .entry-title,
    .format-chat .entry-title {
        font-size: 17.25pt;
        line-height: 1.304347826;
        margin-bottom: 1.826086957em;
    }

    .entry-content h1,
    .entry-summary h1,
    .comment-content h1 {
        font-size: 21pt;
    }

    .entry-content h3,
    .entry-summary h3,
    .comment-content h3,
    body:not(.search) .entry-summary {
        font-size: 14.25pt;
    }

    .site-description,
    .author-bio,
    .entry-footer,
    .sticky-post,
    .taxonomy-description,
    .entry-caption,
    .comment-metadata,
    .comment-notes,
    .comment-awaiting-moderation,
    .site-info,
    .wp-caption .wp-caption-text,
    .gallery-caption {
        font-size: 9.75pt;
    }

    body,
    .site {
        background: none !important; /* Brute force since user agents all print differently. */
    }

    body,
    blockquote cite,
    blockquote small,
    .site-branding .site-title a,
    .entry-title a,
    .comment-author {
        color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
    }

    blockquote,
    .page-header,
    .comments-title {
        border-color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
    }

    blockquote,
    .site-description,
    body:not(.search) .entry-summary,
    body:not(.search) .entry-summary blockquote,
    .author-bio,
    .entry-footer,
    .entry-footer a,
    .sticky-post,
    .taxonomy-description,
    .entry-caption,
    .comment-author,
    .comment-metadata a,
    .comment-notes,
    .comment-awaiting-moderation,
    .site-info,
    .site-info a,
    .wp-caption .wp-caption-text,
    .gallery-caption {
        color: #686868 !important; /* Make sure color schemes don't affect to print */
    }

    code,
    hr {
        background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
    }

    pre,
    abbr,
    acronym,
    table,
    th,
    td,
    .author-info,
    .comment-list article,
    .comment-list .pingback,
    .comment-list .trackback,
    .no-comments {
        border-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
    }

    a {
        color: #007acc !important; /* Make sure color schemes don't affect to print */
    }

    .entry-content a,
    .entry-summary a,
    .taxonomy-description a,
    .comment-content a,
    .pingback .comment-body > a {
        box-shadow: none;
        border-bottom: 1px solid #007acc !important; /* Make sure color schemes don't affect to print */
    }

    .site {
        margin: 5%;
    }

    .site-inner {
        max-width: none;
    }

    .site-header {
        padding: 0 0 1.75em;
    }

    .site-branding {
        margin-top: 0;
        margin-bottom: 1.75em;
    }

    .site-main {
        margin-bottom: 3.5em;
    }

    .entry-header,
    .entry-footer,
    .page-header,
    .page-content,
    .entry-content,
    .entry-summary,
    .post-thumbnail,
    .comments-area {
        margin-right: 0;
        margin-left: 0;
    }

    .post-thumbnail,
    .site-main > article {
        margin-bottom: 3.5em;
    }

    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        border-width: 4px 0 0 0;
        padding: 0.9473684211em 0 0;
        width: -webkit-calc(50% - 0.736842105em);
        width: calc(50% - 0.736842105em);
    }

    body:not(.search) .entry-header + .entry-summary {
        margin-top: -1.473684211em;
    }

    .site-footer,
    .widecolumn {
        padding: 0;
    }
}


/* latin-ext */
@font-face {
    font-family: 'Courier Prime';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../../s/courierprime/v2/u-450q2lgwslOqpF_6gQ8kELaw9pWt_-.woff) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Courier Prime';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../../s/courierprime/v2/u-450q2lgwslOqpF_6gQ8kELawFpWg.woff) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Encode Sans Condensed Regular'), local('EncodeSansCondensed-Regular'), url(../../../s/encodesanscondensed/v4/j8_16_LD37rqfuwxyIuaZhE6cRXOLtm2gfT2hq-M.woff) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}









/*  making the footer more aesthetic   */

.mailpoet_paragraph {
    color: rgba(0, 0, 0, 0.6);
}


hr {
    opacity:0;
}


.mailpoet_paragraph {
    display:inline;
    font-size:12px;
}


.mailpoet_paragraph a {
    color: #b3b3b3;
    font-weight: bold!important;
    text-decoration: underline;
}


.mailpoet_paragraph a:hover {
    color: white;
    font-weight: bold!important;
    text-decoration: underline;
}







/*  adding space for audience review pop ups   */

.full_review_content_block ul,
.full_review_content_block ol{
    display: block;
    margin: 1rem 0 1rem 2.5rem;    
}

.full_review_content_block p,
.full_review_content_block blockquote{
    margin-bottom:1em;
}




/* making youtube iframes responsive so they look okay on laptops */


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


}

@media only screen and (min-width: 750px) {
    article iframe {
        height:500px;
        margin: 0 auto;
    }
}


/* fixing conflict issue with recaptcha and iframe stuff above */

.g-recaptcha iframe {
    padding:0px!important;
}








/* fixing footer widget on article pages */



#mailpoet_form-3 .mailpoet_submit {
    opacity:0.5;
    background-color: black!important;
}


#mailpoet_form-3 .mailpoet_submit:hover {
    opacity:1.9;
    background-color: black!important;
}



#mailpoet_form_1 {
    padding:2em!important;
}





.movie-template-default #text-6 {
    display:block;
}

.post-template-default #text-6 {
    display:none;
}





#mailpoet_form_1 {
    padding-left:0.7em!important;
    padding-right:1.5em!important;
    padding-bottom:0em!important;
}


.footer_main_right {
    padding:0.1em;
}

.footer_main_right .widget-title {
    padding-top:1em;
    padding-bottom:0em!important;
    margin-bottom:-.8em;
    margin-left:-1.9em;
}


.mailpoet_text {
    max-width:80%!important;
    margin-left:3.5em!important;
}



#mailpoet_form_1 .mailpoet_submit {
    max-width:80%;
    margin-left:3.5em!important;
    margin-right:2em;
    margin-top:1em;
}

.mailpoet_submit {
    max-width:80%;
    display:block;

}

.flex_content_block {
    padding: 10px;
}
.flex_content_block .search_review {

    padding: 15px;
}

@media only screen and (max-width: 989px) {
    #mailpoet_form_1 .mailpoet_submit {
        width:70%!important;

    }
    .content-bottom-widgets{
        padding: 0px;
    }
}





/* making search result review containers symmetrical grids */

@media only screen and (min-width: 750px) {

    .site-main .flex_content_block .search_review {
        min-width: 320px;
        display: inline-block;
        margin: 0 ;
        flex: min-content;
        padding: 15px;
    }   
    .flex_content_block{
        display: flex;
        flex-wrap: wrap;
        gap: 1em;
        align-items: initial;
        padding: 1em;
    }

    .flex_content_block>.full_review{
        flex: min-content;
        background-color: transparent;
    }

    .search .full_review_content_block {
        overflow-y: scroll;
        text-overflow: ellipsis;
        display: block;
        line-height: 20px;
        max-height: 32em;
        -webkit-line-clamp: 15;
        overflow-x: hidden;
    }

}



/* advanced search filter and pagination change from blue to grayscale red to fit theme */



.cv-pageitem-number {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.pt-cv-pagination {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}


.advanced_searchmovie {
    background-color:red;
    -webkit-filter: grayscale(69%); /* Safari 6.0 - 9.0 */
    filter: grayscale(69%);
}

.advanced_searchmovie:hover {
    background-color:red;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}


.search .page-title {
    text-align:center;

}






/* making the header submenus visible and light up on hover */


.sub-menu {
    background-color: rgb(0, 0, 0, 0.88);

}


.primary-menu a {
    color:white!important;

}

.primary-menu a:hover {
    color:red!important;

}

div.card.style_1 div.image  {
    box-shadow: 3px 3px 4.5px rgba(0, 0, 0, 0.48);
}




/* making search results page */


.search .flex_content_block {

    margin:1em ;
    display:inline-block ;

}

.search .flex_content_block .search_review {
    background:none ;
    box-shadow:none ;

    margin:1em ;
    display:inline-block;
    vertical-align:top;
}

.search .icntn {
    white-space: auto;

}

.search .icntn strong:first-of-type {
    margin-bottom:.69em;
}

.search .full_review_movie img{
    box-shadow: 2px 2px 4.5px rgba(0, 0, 0, 0.48);
}



@media only screen and (min-width: 750px) { 

    .search .flex_content_block .search_review {
        max-width:30% ;

    }

    .with-sidebar-left .flex_content_block .search_review {
        max-width:50% ;
    }

    .with-sidebar-left .flex_content_block .search_review {
        padding: 30px;
        margin: 0;
    }

    .with-sidebar-left .flex_content_block {
        margin:0;
        padding: 0;
    }
}



/* making pop up close button not overlap hashtags for staff n audience reviews */

.popup-close-btn {
    opacity:.6;
}


.popup-close-btn:hover {
    opacity:.99;
}



.popup-content .amsg_aut {
    padding-left:0.01em;
}


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

    .popup-content .a_cat a:nth-of-type(3) {
        display:block;
        position:absolute;
        float:left;
        margin-top:1.5em;

    }
}






/* header menu spacing to easily view the different choices */

.sub-menu .menu-item {
    margin-top:1em;
    margin-bottom:1em;
    margin-left:.5em;
}








/* making advanced search filter options responsive */


.data-critics_img img{
    width:80%;
    overflow:visible;
    margin-left:3em;
}

.data-critics_img {
    overflow:visible;
}
.data-critics_text {
    font-size:1em;
    display:block;
    text-align:center;
}


.movie-a-rating {
    width:100%;
}






/* making the audience review pop ups have responsive n centered ratings */



@media only screen and (min-width: 444px) { 
    .popup-content .vote {
        align-content:center;
        text-align:center;
        margin-left:6em;
        margin-right:3em;
        width:60%;
    }
}



@media only screen and (min-width: 690px) { 
    .popup-content .vote {
        align-content:center;
        text-align:center;
        margin-left:12em;
        margin-right:3em;
        width:60%;
    }
}





/* Audience Staff Disclaimer Responsive */

.audience_review .column_header::after {
    content: 'RWT does not condone or endorse the views expressed below, nor do our advertisers or any critics featured. We simply are strong supporters of the First Amendment and understand many of the reviews are satirical and sarcastic in nature.';
    opacity: .1469;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
    display: block;
    width: 100%;
}

.audience_review .column_header:hover:after {
    content: 'RWT does not condone or endorse the views expressed below, nor do our advertisers or any critics featured. We simply are strong supporters of the First Amendment and understand many of the reviews are satirical and sarcastic in nature.';
    opacity: .8;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
    display: block;
    width: 100%;
}



section.inner_content.no_pad div.column_header {
    padding-left: 40px;
    padding-right: 40px;
    flex-wrap: wrap;
}






/* adding a bit of texture to the front page to be more aesthetic */

.content-full {
    background-image: url("images/bg.jpg");
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: auto;
}


.inner_content.secton_gray {
    background-color:rgba(155, 155, 155, 0.80)!important;

}


.inner_content {
    background-color:rgba(255, 255, 255, 0.88)!important;

}
.inner_content.section_actors  {
    background-color:#040708!important;

}






/* making the audience review pop ups have a bit more style */

.full_review_content_block .review-title {
    font-family: 'HOLLYWOODSTARFIRE', "Helvetica Neue", Courier;
    font-size: 2em;
    line-height: 1em;
}


.review_autor_name {

    font-family:'HOLLYWOODSTARFIRE', "Helvetica Neue", Courier;
    font-size:2em;
}







/* 404 duplicate issues and missing border for google search */

.gsc-input-box {
    border: 1px  solid grey!important;
}


.page-content .customsearch_container {
    display:none;
}



.error404 .footer_main_right .widget_text {
    display:none;
}







/* adding more style to the review speech bubbles and emoji react buttons n comments */


.disquss_coment {
    opacity:0.5!important;
}

.disquss_coment:hover {
    opacity:1!important;
}


.emotions {
    opacity:0.5!important;
}

.emotions:hover {
    opacity:1!important;
}


.review_autor_name {
    margin-right:2em;
}




.a_cat a:hover {
    color:darkred;
    opacity:.8;
}


.a_cat a {
    opacity:.3;
}


.stuff_review .a_img_container {
    margin-top:-1em;
}






/* search results don't have texture fix */

/*
.search-no-results .content-full {
    background-image: linear-gradient(rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.93)), url("../../uploads/2021/04/RWT_texture_.jpg");
}

.search-no-results .search_review {
    background:none;
}*/

.search  .flex_content_block{
    display: flex;
    flex-wrap: wrap;
}


.search .content-full {
    background-image: linear-gradient(rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.93)), url("../../uploads/2021/04/RWT_texture_.jpg");
}

.search .flex_content_block > .search_review {
    background: none;
    flex: 1;
}




/* search results don't have texture on ajax loaded results */


.flex_content_block .content-full {
    background-image: linear-gradient(rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.93)), url("../../uploads/2021/04/RWT_texture_.jpg");
}

.flex_content_block .search_review {
    background:none;
}




/* temporary style fix to custom ratings to make them more compact */


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


    .wpcr3_table_2 {
        width: 65%;
        margin-left: 10em;
    }
    .popup-content .wpcr3_table_2 {
        width: 100%;
        padding: 15px;
        margin: 0 auto;
        max-width: 600px;
    }
    .wpcr3_review_form_text_field {
        font-size: 18px;
    }

    .wpcr3_review_form_rating_field {
        font-size: 18px;
    }


    /* makes speech bubble and comment bubbles for audience reviews always float to the right regardless of audience critic name length or browser side */
    #audience_scroll .review_comment_data {

        z-index: 10;
        position: absolute;
        right: 0;

    }
}






/* family friendly reviews page css */

.spoiler_default {
    display: inline-block;
}

.post-469147 .su-spoiler-title {
    margin-left:1.69em;	
}

.post-469147 img {
    box-shadow: .09em .04em .3em;
    margin-top:1em;
}






.su-spoiler-title {
    color:black;
}

.su-spoiler-title:hover {
    color:red;
}

.evenmoreabout .su-spoiler-title  {
    color:white;
}

.evenmoreabout .su-spoiler-icon  {
    color:black;
}

.evenmoreabout .su-spoiler-icon:hover  {
    color:red;
}

.evenmoreabout .su-spoiler-title:before  {
    content:"About:";
    color:black;
}

.evenmoreabout .su-spoiler-title:hover:before  {
    color:red;
}






.evenmorerat .su-spoiler-title  {
    color:white;
}

.evenmorerat .su-spoiler-icon  {
    color:black;
}

.evenmorerat .su-spoiler-icon:hover  {
    color:red;
}

.evenmorerat .su-spoiler-title:before  {
    content:"Rating System:";
    color:black;
}

.evenmorerat .su-spoiler-title:hover:before  {
    color:red;
}







.evenmoreboardmem .su-spoiler-title  {
    color:white;
}

.evenmoreboardmem .su-spoiler-icon  {
    color:black;
}

.evenmoreboardmem .su-spoiler-icon:hover  {
    color:red;
}

.evenmoreboardmem .su-spoiler-title:before  {
    content:"Board Members:";
    color:black;
}

.evenmoreboardmem .su-spoiler-title:hover:before  {
    color:red;
}






.evenmorenorm .su-spoiler-title {
    font-size:1em;
}


.evenmoreexamp {
    margin-top:-2em;
}


.post-469147 .entry-title {
    display:none;
}


/* family friendly reviews page css */





/* google search family friendly page */


.post-469147 .gsc-input {
    border:none;
    line-height:.01px!important;
    margin-bottom:0em;
}

.post-469147 .gsc-search-button td  {
    border:none;
}

.post-469147 #___gcse_0  {
    width:69%!important;
}

.post-469147 .gsc-search-button {
    border:none;
}


.post-469147 .gsc-input td {
    border:none;
}

.post-469147 .gsc-results-wrapper-visible {
    margin-top:7em!important;
}



.post-469147 .gsc-option-menu-container .gsc-inline-block {
    width:10em;

}

.post-469147 .gsc-completion-container {
    margin-top:7em;
}

.post-469147 .gsst_a {

    margin-left:-.65em;
}











.gsc-completion-container {
    margin-top:2em!important;
}

.post-469147 button {
    max-width:none!important;
}

.gscb_a {
    margin-left:-1em!important;
}



/* google search family friendly page */














/* silly easter egg hating on plebbit */


.synved-social-provider-reddit:hover img{
    opacity:.00!important;
}


.synved-social-provider-reddit {

    background-image: url("../../uploads/2021/05/reddit_moment_icon_RWT_.png");
    background-size: contain;
}


/* silly easter egg hating on plebbit */









/* preserving the empty spaces and space breaks with reviews */

.vote_main  {
    white-space: pre-wrap;
}

/* preserving the empty spaces and space breaks with reviews */




/* the no demographic text is invisible otherwise */

.dmg_content {
    color:grey;
}

/* the no demographic text is invisible otherwise */

/* fixing audience review front page preview spacing to be compact */

.vote_main {
    white-space:normal;
    word-wrap: break-word;
}

.mbp_f .a_msg .a_msg_i {
    line-height:1.5em;
}

.vote_content strong {
    margin-top:2em;
    font-size:1.2em;
}

/* fixing audience review front page preview spacing to be compact */


/* alt fix to make strong font bold, because it never shows properly on Chrome browsers */

strong {
    text-shadow: .01em 0 #888888;
}

/* alt fix to make strong font bold, because it never shows properly on Chrome browsers */


/* spoiler text for users */

.wpcr3_check_confirm:before {
    content:"Please wrap spoilers [spoiler] like this. [/spoiler]";
    opacity:.414141414;

}

.wpcr3_check_confirm:hover:before {
    content:"Please wrap spoilers [spoiler] like this. [/spoiler]";
    opacity:1.7768869;
}
/* spoiler text for users */

/* putlocker style to make aesthetic and more visible */


/* putlocker style */


/* making the eceleb poster not insanely huge and the iframe a square */





/* news highlight css for fun aesthetic */

.post-466482 .su-feed a {
    color: black;
    flex: 1;
    font-size: .9em;
    text-decoration: none;
    background-image: linear-gradient(to right, yellow 0, yellow 100%); background-position: 0 1.2em;
    background-size: 0 100%;
    background-repeat: no-repeat; transition: background .5s; line-height:2em;
}
.post-466482 .su-feed a:hover { background-size: 100% 100%;
}
.post-466482 .su-feed a {
    background-position: 0 0.2em; box-shadow: inset 0 -.5em 0 0 white;
}
.post-466482 .su-feed li { margin-bottom:.7em;
}

/* news highlight css for fun aesthetic */




/*gwgb title remove n iframe square */

.post-487682 .entry-title {
    display:none;
}

.post-487682 iframe {
    max-width:80%!important;
    margin-left:10%!important;
}

/*gwgb title remove n iframe square */


/* founder featured image remove */

.post-488000 .post-thumbnail {
    display:none;
}

/* founder feat image remove */



/* title on help page looked bad*/
.post-488021 .entry-title {
    display:none;
}
/* title on help page looked bad*/