/*
    Theme Name: VRSex
    Theme URI: https://vr.sex/
    Description: first custom theme for VR.sex
    Version: 1.0.0
    Author: Linden Alliance Limited
    Text Domain: VRSEX
    License: Internal Use
/

/------------------------------------\
    WORDPRESS CORE
\------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {

}

.bypostauthor {

}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    font-family: 'Lato', sans-serif;
    color: #666766;
    font-size: 18px;
    overflow-x: hidden;
    width: 100%;
}

h1, h2, h3 {
    font-family: 'Roboto', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #333333;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #333333;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #D93D8A;
    text-decoration: none;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 27px;
    font-weight: 600;
}

.news-card h3 {
    font-weight: 400;
}

h4 {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    color: #333333;
}

p {
    color: #999999;
}

.btn {
    border-radius: 0;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.top-header {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    padding: 10px 0;

}

.top-container {
    width: 1340px;
    max-width: 100%;
    padding: 0;
}

.container a:hover {
    color: #D93D8A;
}

.top-container .navbar {
    padding: 0;
}

.top-container
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #D93D8A !important;
}

.bottom-shadow {
    box-shadow: 0px 0px 8px 2px #bbb;
}

.right {
    float: right !important;
}

.left {
    float: left !important;
}

.card {
    border: 0;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border-radius: 0;
}

.search-container {
    position: relative;
}

article img {
    max-width: 100%;
    height: auto;
}

.search-container input[type=text] {
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #fff;
    font-size: 16px;
    background-color: white;
    background-image: url('content-img/search-dark.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    padding: 8px 0px 12px 20px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    float: right;
    color: #333;
    padding-left: 50px;
}

.search-container input[type=text]:focus {
    width: 300px;
    border: 1px solid #ccc;
    background-color: white;
    background-image: url('content-img/search-light.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    padding-left: 10px;
}

#main-container {
    position: relative;
    width: 100%;
    background: #FAFAFA;
}

.nav-wrapper {
    font-size: 16px;
    text-transform: uppercase;
}

.logo-container {
    display: inline-block;
}

.nav-wrapper .nav-link {
    list-style-type: none;
    float: left;
    padding: 0 20px;
}

.main-nav a {
    font-family: 'Roboto', sans-serif;
    color: #666766;
    line-height: 50px;
}

#top-navbar-content ul.navbar-nav li {
    padding: 9px 0;
}

.content-inner {
    position: relative;
    width: 1344px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    padding-bottom: 50px;
}

article.card.img-fluid.featured-article:hover img {
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
    transition: transform .3s ease, opacity .3s;
    -webkit-transition: -webkit-transform .3s ease, opacity .3s;
    transition-timing-function: ease !important;
}

.featured-container .featured-inner {
    border: 9px solid #FAFAFA;
    overflow: hidden;
}

.featured-content-container {
    position: absolute;
    width: 100%;
    top: auto;
}

.featured-article h3 a {
    color: #FFFFFF;
}

.featured-meta-align {
    width: 80%;
    margin: 0 auto;
}

.featured .featured-image-container {
    height: 437px;
    max-height: 100%;
    width: 437px;
    max-width: 100%;
}

.featured-article {
    width: 100%;
    max-width: 437px;
}

.featured-article h3 {
    color: #FFFFFF;
    line-height: 40px;
    text-shadow: 1px 1px #000000;
}

.featured-article a {
    color: #FFFFFF;
}

.featured-article a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.featured-article .meta-category a, .featured-article .meta-tag a {
    text-shadow: 1px 1px #000000;
}

.featured-article .meta-date {
    text-shadow: 1px 1px #000000;
}

.meta-category a, .meta-tag a {
    font-family: Lato;
    font-weight: 700;
    font-size: 12px;
    color: #D93D8A;
}

.featured-article .meta-date {
    font-family: Lato;
    font-weight: 700;
    font-size: 12px;
    color: #E5E5E5;
    float: right;
}

.card-deck .card {
    margin-top: 18px;
}

.card-img-container {
    position: relative;
}

.play-btn {
    z-index: 5;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 50px;
    background-color: rgba(23, 35, 34, 0.65);
    opacity: 0.8;
    border-radius: 30px;
}

.play-btn-small {
    font-size: 30px;
}

.card-img {
    width: 100%;
    border-radius: 0;
}

.heading-container {
    padding: 0 9px !important;
}

.heading {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    border-bottom: 20px;
}

.small-heading {
    border-bottom: none;
}

a.btn.all-news-btn {
    float: right;
    position: absolute;
    top: 10px;
    right: 0;
    border: 1px solid #D93D8A;
    color: #D93D8A;
}

a.btn.all-videos-btn {
    float: right;
    position: absolute;
    top: 10px;
    right: 0;
    border: 1px solid #D93D8A;
    color: #D93D8A;
}

a.btn.bottom-button {
    width: 100%;
    position: relative;
}

.bottom-button-container {
    width: 100%;
}

.card-deck .card {
    margin-left: 0px;
    margin-right: 0px;
}

.bottom-button {
    margin-left: 9px;
    margin-right: 9px;
}

.card h4 {
    margin: 8px 0;
}

.news-card {
    max-width: 437px;
    margin-bottom: 20px;
}

.news-card.news-card-small .post-meta-container {
    position: absolute;
    bottom: 0;
    width: 95%;
}

.card-body {
    padding: 18px 1.25rem;
}

.news-card-small {
    max-width: 437px;
    max-height: 103px;
}

.news-card .post-meta-container {
    float: left;
    position: relative;
    width: 100%;
    line-height: 20px;
    margin-bottom: 6px;
    margin-top: 0;
}

.news-card .meta-date, .video-card .meta-studio a {
    font-family: 'Lato';
    font-size: 12px;
    color: #CCCCCB;
}

article .post-meta {
    font-family: 'Lato';
    font-size: 14px;
    color: #CCCCCB;
}

.video-card {
    /* max-width: 324px; */
    margin: 0 auto;
    margin-bottom: 20px;
}

.video-card.card {
    min-height: 267px;
}

.video-card.card .post-meta-container {
    position: absolute;
    bottom: 5px;
    width: 100%;
}

.video-card.card .post-meta-container .meta-studio {
    margin-right: 40px;
}

.video-card .card-body {
    min-height: 99px;
}

#footer {
    background: #333333;
    text-align: center;
    color: #FFFFFF;
}

#footer h3 {
    color: #FFFFFF;
    margin-top: 25px;
}

#footer .content-inner {
    width: 632px;
    padding-bottom: 20px;
    margin-top: 0;
}

.footer-nav {
    padding: 30px 0 20px 0;
}

#footer .navbar-nav {
    display: table;
}

.navbar-nav .nav-item {
    display: inline-block;
}

#top-navbar-content .nav-item.active a {
    color: #D93D8A;
}

#top-navbar-content .dropdown-menu {
    margin-top: 15px;
    border-radius: 0;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #F2F2F3;
    color: #D93D8A;
}

.navbar-nav .nav-link {
    padding-right: 18px;
    padding-left: 18px;
    color: #999999;
    font-family: 'Roboto';
    font-size: 15px;
    text-transform: uppercase;
}

.navbar-toggler-icon {
    background-image: url('img/hamburger-pink-open.png');
    width: 16px;
    height: 16px;
}

.navbar-light .collapsed .navbar-toggler-icon {
    width: 32px;
    height: 32px;
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2JhKDAsIDAsIDAsIDAuNSknIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+);
}

#footer .footer-bottom .nav-link {
    text-transform: none;
}

#footer .nav-link:hover {
    color: #FFFFFF;
}

#footer .icon {
    width: 40px;
    height: 40px;
    border: 1px solid #979797;
    display: inline-block;
    margin: 0 4px;
}

#footer .icon:hover {
    background-color: #666766;
}

#footer .icon a {
    line-height: 38px;
    color: #979797;
}

#footer .icon a:hover {
    text-decoration: none;
}

.footer-separator {
    position: relative;
    float: right;
    height: 1px;
    background-color: #666766;
    width: 100%;
    margin-bottom: 10px;
}

#footer .copyright {
    margin-left: 20px;
    color: #999999;
    font-size: 15px;
}

.porn-search input {
    width: 95% !important;
    margin-left: 8px;
    border-radius: 0;
    color: #CCCCCB;
}

.porn-search button {
    background-color: #D93D8A;
    color: #FFFFFF;
    position: absolute;
    right: 8px
}

#about img {
    width: auto;
}

/*************Specific Video*****************/
.specific-video-container, .specific-star-container, .images-container {
    /*    padding-left: 8px;
        padding-right: 8px;*/
}

.info-container {
    width: 100%;
    margin-top: 10px;
    float: left;
}

.full-video-btn {
    float: right;
    color: white !important;
    background: #D93D8A !important;
    margin-top: 7px;
    background: none;
}

.full-video-btn:hover {
    color: white;
    background: #D93D8A;
}

.dl-trailer-btn {
    width: 98%;
    border: 1px solid #999999;
    color: #999999;
    margin-top: 7px;
    background: none;
    cursor: pointer;
}

.dl-full-btn {
    width: 98%;
    border: 1px solid #D93D8A;
    color: #D93D8A;
    margin-top: 7px;
    background: none;
    cursor: pointer;
}

.dl-trailer-btn:hover {
    color: #D93D8A;
    border-color: #D93D8A;
}

#downloadModalCenter .modal-header {
    padding: 0rem 0rem 0.5rem 0rem;
}

#downloadModalCenter .bs-stepper-header {
    padding-top: 10px;
    padding-bottom: 5px;
}

.bs-stepper .step-trigger {
    padding: 0 5px 0px 5px !important;
}

.dl-stepper-btns {
    width: 98%;
    padding: 5px 10px !important;
    color: #999999 !important;
    margin-top: 10px;
    background: #6c757d17 !important;
    font-weight: normal !important;
    border: none;
    border-radius: .25rem;
    transition: background-color .15s ease-out,color .15s ease-out;
}

.dl-stepper-btns:hover {
    color: #D93D8A !important;
}

.dl-stepper-btns:active {
    color: white !important;
    background: #D93D8A !important;
}

.active .bs-stepper-circle
{
    background-color:#D93D8A !important;
}

.details .nav {
    padding: 10px 10px 10px 0;
}

.details .nav li {
    padding-right: 30px
}

.specific-video-container h1 {
    font-size: 27px;
    float: left;
    color: #333333;
    margin-top: 10px;
}

.heading h1, .heading h2, .heading h3, article h1, article h2, article h3 {
    color: #1B75BC;
}

.pornvideo .info-container h1 {
    font-size: 27px;
    color: black;
}

.small-heading h2, h1 {
    font-size: 27px;
}

.small-heading h1 {
    font-weight: bold;
}

.related-videos-container .card-deck {
    margin: 0 auto;
}

.img-container {
    /*max-width: 186px;*/
    margin-top: 10px;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.details {
    float: left;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #D8D8D8;
}

.details .nav li a:hover, .details .nav li .active.show {
    color: #D93D8A;
}

.details .nav li a {
    color: #666766;
}

.details li.flag {
    position: absolute;
    right: 2px;
}

.details #about a, .details span.highlight {
    color: #D93D8A;
}

.details #about a:hover {
    color: #D93D8A;
}

.details li.flag i {
    font-size: 24px;
    color: #707070;
}

.vr-btn {
    width: 98%;
    padding: 5px 10px;
    border: 1px solid #999999;
    color: #999999;
    background: none;
    margin-top: 10px;
}

.vr-btn:hover {
    color: #D93D8A;
    border-color: #D93D8A;
}

.about-icons i {
    color: #707070;
    padding: 0 5px;
}

.about-icons i:hover {
    color: #D93D8A;
}

.images-container a img {
    max-width: 100%;
    padding-right: 8px;
}

.card-img-top {
    border-radius: 0;
}

.stars-container .row {
    margin: 0 8px;
    width: 100%;
}

.star-container {
    margin-right: 8px;
}

.stars-container .star-card {
    margin: 0 8px 0 0;
}

.card-deck .star-card {
    margin: 0 8px 0 0;
}

.card-deck .video-category-card {
    margin: 0 14px 0 0;
}

.card-deck .video-category-card img {
    width: 100%;
}

.star-card .card-body {
    padding: 5px 8px;
}

.star-card .card-body a, .video-category-card .card-body a {
    color: #333333;
}

.side-category-filter {
    background-color: #FFFFFF;
    width: 97%;
}

.side-category-filter a:hover {
    color: #D93D8A;
}

.category-filter > li {
    border-bottom: 1px solid #E5E5E5;
}

.category-filter li, .category-filter li a {
    color: #999999;
}

.category-filter li ul li {
    line-height: 22px;
    font-size: 14px;
}

.category-filter li ul li:last-of-type {
    padding-bottom: 15px;
}

.category-filter > li > a {
    padding: 9px 15px;
}

.category-filter li > span, .category-filter li > div > ul > li > a {
    padding: 0 15px;
}

.category-filter li span i {
    color: #D93D8A;
    float: right;
}

.pagination-container {
    min-width: 100%;
}

.pagination {
    margin: 0 auto;
}

.navigation {
    margin: 0 auto;
}

.pagination ul {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0;
}

.pagination .page-item a {
    padding: 14px 19px;
    border-radius: 0 !important;
    color: #999999;
}

.pagination .page-item .page-numbers {
    position: relative;
    margin-left: -1px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    display: inline-block;
    text-align: center;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 14px 19px;
    border-radius: 0 !important;
    color: #999999;
    width: 52px;
}

.pagination .page-item a:hover {
    color: #D93D8A;
    border-color: #D93D8A;
    background-color: #FFFFFF;
    z-index: 1;
    text-decoration: none;
}

.pagination .page-item .current {
    color: #D93D8a !important;
    border-color: #D93D8A !important;
    z-index: 1;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.youtube-player {
    max-width: 100%;
    /*height: auto;*/
}

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media (max-width: 1024px) {
    /*h3{*/
    /*font-size: 18px;*/
    /*}*/
    .top-container {
        max-width: 90% !important;
    }

    .main-nav-toggler {
        position: absolute;
        top: 10px;
        margin-left: 9px;
    }

    #top-navbar-content ul li .dropdown-menu {
        border: 0;
        background-color: #F2F2F3;
        width: 100%;
        margin-top: 30px;
        border-radius: 0;
    }

    #top-navbar-content ul li {
        border-top: 1px solid #E5E5E5;
    }

    #top-navbar-content .nav-item.dropdown.show {
        padding-bottom: 0px;
    }

    .logo-container {
        margin: 0 auto;
    }

    .content-inner {
        max-width: 90%;
    }

    /*.search-container {*/
    /*position: absolute;*/
    /*right: 1%;*/
    /*z-index: 10;*/
    /*width: 50px;*/
    /*}*/
    input[type=text]:focus {
        width: 300px;
    }

    .dropdown-item {
        font-size: 13px;
        color: #666766;
    }

    .featured-article h3 {
        font-size: 22px;
        line-height: 25px;
    }

    #top-navbar-content ul.navbar-nav li {
        padding: 0;
    }

    #top-navbar-content ul li {
        border: none;
    }
}

@media (max-width: 992px) {
    /*h3{*/
    /*font-size: 18px;*/
    /*}*/
    .top-container {
        max-width: 100% !important;
    }

    .main-nav-toggler {
        position: absolute;
        top: 10px;
        margin-left: 9px;
    }

    #top-navbar-content {
        margin-top: 20px;
        padding-bottom: 0;
        margin-bottom: -10px;
    }

    #top-navbar-content ul li .dropdown-menu {
        border: 0;
        background-color: #F2F2F3;
        width: 100%;
        margin-top: 30px;
        border-radius: 0;
    }

    #top-navbar-content ul li {
        border-top: 1px solid #E5E5E5;
    }

    #top-navbar-content .nav-item.dropdown.show {
        padding-bottom: 0px;
    }

    .logo-container {
        margin: 0 auto;
    }

    .content-inner {
        max-width: 87%;
    }

    .search-container {
        position: absolute;
        right: 1%;
        z-index: 10;
        width: 50px;
    }

    input[type=text]:focus {
        width: 100%;
    }

    .dropdown-item {
        font-size: 13px;
        color: #666766;
    }

    .featured-article h3 {
        font-size: 22px;
        line-height: 25px;
    }
}

@media (max-width: 768px) {
    .card {
        /*max-width: 312px;*/
        /*margin: 0 auto;*/
    }

    /*body{*/
    /*font-size: 14px;*/
    /*}*/
    /*h4{*/
    /*font-size: 14px;*/
    /*}*/
    h2 {
        font-size: 27px;
    }

    .pornvideo h1 {
        font-size: 18px !important;
    }

    .heading {
        border-bottom: none;
        margin-top: 20px;
    }

    #top-navbar-content ul.navbar-nav li {
        padding: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #top-navbar-content .nav-item.dropdown.show {
        padding: 0;
        padding-top: 20px;
    }

    /*.pagination .page-item .page-numbers {*/
    /*padding: 6px 20px 7px 15px;*/
    /*width: 43px;*/
    /*}*/
}

@media (max-width: 576px) {
    .youtube-player {
        max-width: 100%;
        height: auto;
    }

    .card-deck .card {
        margin-left: auto;
        margin-right: auto;
    }

    .featured-container .featured-inner {
        border-right: 0;
        border-left: 0;
    }

    .heading {
        /* max-width: 324px; /* make it match the cards I guess */
        margin: 0 auto;
    }

    .bottom-button {
        max-width: 312px;
        margin: 0 auto;
    }

    .mw-xs-100 {
        max-width: 100%;
    }

    .featured-container .featured-article {
        max-width: 100%;
    }

    /****************Specific Video*******************/
    .images-container, .stars-container .row {
        max-width: 312px;
        margin: 0 auto;
    }

    .img-container {
        max-width: 140px;
    }

}

@media (min-width: 576px) {
    .card-deck {
        margin: 0px;
    }
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.card-img-overlay {
    pointer-events: none;
}

.card-img-overlay .meta-category {
    pointer-events: all;
    position: absolute;
}

.single-pornstar .img-container img {
    max-width: 186px;
}

/* fix #119 */
.dropdown-item:hover, .dropdown-item:focus {
    background: none;
}

.navbar-light .navbar-toggler {
    color: #707070;
    border: none;
}

/*
 *  18+ Popup
 */

#ageModalCenter .modal-header {
    background: url('img/18bg.png') no-repeat center;
    height: 125px;
    float: left;
    margin-right: 8px;
    border: none;
}

#ageModalCenter .modal-dialog .modal-content {
    background: none;
    border: none;
}

@media (max-width: 992px) {
    #ageModalCenter .modal-dialog .modal-body p, #ageModalCenter .modal-dialog .modal-body ul {
        font-size: 12px !important;
        color: #666766;
    }
}

#ageModalCenter .modal-dialog .modal-body, #downloadModalCenter .modal-dialog .modal-body {
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(84, 84, 84, 1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(84, 84, 84, 1);
    box-shadow: 0px 0px 15px 0px rgba(84, 84, 84, 1);
}

#ageModalCenter .modal-dialog .modal-body h4, #downloadModalCenter .modal-dialog .modal-body h4 {
    font-weight: bold;
}

#ageModalCenter .modal-footer {
    padding-left: 0;
    padding-right: 0;
}

#ageModalCenter .btn {
    width: 50%;
    height: 50px;
}

#ageModalCenter .modal-title {
    text-align: center;
    width: 100%;
    font-size: 28px;
    color: #fff;
    padding-top: 24px;
}

#ageModalCenter .modal-dialog .modal-body p, #ageModalCenter .modal-dialog .modal-body ul {
    color: #666766;
}

.btn-primary, .btn-primary:hover, .btn-primary:active {
    background: #D93D8A;
    border-color: #D93D8A;
}

.btn-secondary, .btn-secondary:hover, .btn-secondary:active {
    background: #fff;
    color: #999;
    border: solid 1px #999 !important;
}

.restricted img, .restricted dl8-video, .restricted iframe {
    -webkit-filter: blur(8px);
    filter: blur(8px);
}

.restricted .overlay18 {
    background: url('img/18bg.png') no-repeat center;
    width: 100%;
    height: 64px;
    padding-top: 18px;
    position: absolute;
    color: white;
    /*margin-top: 100px;*/
    z-index: 5;
    text-align: center;
    top: 50%;
    transform: translateY(-107%);
    cursor: pointer;
}

.video-container .preview-dl {
    margin-top: 26% !important;
    top: auto !important;
    transform: none !important;
}

.video-container .preview-iframe {
    margin-top: -31% !important;
    top: auto !important;
    transform: none !important;
}

.video-images .overlay18 {
    transform: translateY(-56%) !important;
}

.icon-fov-360 {
    display: inline-block;
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    background: url(img/icons/360-dark.svg);
    background-size: 16px 16px;
}

.icon-fov-180 {
    display: inline-block;
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    background: url(img/icons/180-dark.svg);
    background-size: 16px 16px;
}


.modal-body .dl-btn {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #d93d8a;
    color: #d93d8a;
    background: none;
    margin-top: 10px;
}

/** Bootstrap/Woocommerce conflict fix **/

.woocommerce .col-1, .col-2 {
    max-width: none;
    padding: 0;
}

.woocommerce-additional-fields .woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce form .form-row .required {
    color: #D93D8A !important;
}

.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
    background: #D93D8A !important;
    background-color: red !important;
    color: white !important;
    text-shadow: transparent !important;
    box-shadow: none;
    border-color: #ca0606 !important;
}

.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {
    background: red !important;
    background-color: #D93D8A !important;
    color: white !important;
    text-shadow: transparent !important;
    box-shadow: none;
    border-color: #ca0606 !important;
}

.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
    background: #D93D8A !important;
    color: white !important;
    text-shadow: transparent !important;
    border-color: #ca0606 !important;
}

.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
    background: #D93D8A !important;
    box-shadow: none;
    text-shadow: transparent !important;
    color: white !important;
    border-color: #ca0606 !important;
}

/** fix account navigation **/

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #999999;
}

.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-navigation ul li a:active {
    color: #D93D8A;
}


/* ==========================================================================
   Side Menu (filtering)
   ========================================================================== */

#sidebar .side-category-filter {
    padding-bottom: 80px;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    padding-top: 50px;
}
#sidebar.active {
    left: 0;
}

#sidebar .side-category-filter {
    width: 96%;
}

.overlay {
    opacity: 0;
    transition: all 0.5s ease-in-out;
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
}

.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar-dismiss {
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 22px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.filter-btn {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #d93d8a;
    color: #d93d8a;
    background: none;
    margin-top: 10px;

}

.filter-btn:hover {
    color: #D93D8A;
    border-color: #D93D8A;
}

/** position: fixed required for iOS **/
.noscroll { overflow: hidden; position: fixed !important; }