/*
Theme Name:   Youplay
Theme URI:    http://themeforest.net/item/youplay-gaming-wordpress-theme/11959042?ref=_nK
Theme ID:     11959042
Author:       nK
Author URI:   https://nkdev.info/
Description:  Gaming Wordpress Theme
Version:      3.3.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  youplay
Tags:         entertainment, e-commerce, blog, news, one-column, two-columns, left-sidebar, right-sidebar, buddypress, custom-background, custom-colors, custom-menu, theme-options, translation-ready, footer-widgets, rtl-language-support
*/


/* Wordpress CSS */
.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
.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;
    color: #000;
    max-width: 96%; /* Image does not overflow the content area */
    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 p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}


/* Remove margins from angled youplay images */
.review-avatar > img,
.comment-avatar > img,
.angled-img > img,
.angled-img .img > img {
  margin: 0 !important;
}


/* Fix some Visual Composer styles */
.angled-img i.icon {
  width: auto;
  height: auto;
  line-height: normal;
}
.content-wrap .wpb_row,
.content-wrap .wpb_content_element,
.content-wrap ul.wpb_thumbnails-fluid > li,
.content-wrap .last_toggle_el_margin,
.content-wrap .wpb_button {
  margin-bottom: 10px;
}


/* Fixed some core UI items text color */
.wp-link-wrap {
  color: #000;
}

/* Embed fix */
.responsive-embed {
  clear: none !important;
}

/* Error message color */
.error {
    color: #F00;
}

/* Fixed VC Video Widget Conflict */
.wpb_video_widget .wpb_wrapper .wpb_video_wrapper > div {
    padding-bottom: 0 !important;
}

/* registration modal on small screens */
@media (max-width: 700px) {
    .lwa .lwa-modal.modal-dialog {
        width: auto;
        margin: 0;
        left: 15px;
        right: 15px;
    }
}

/* User dropdown profile links */
.lwa-profile-links li a {
    display: block;
    padding: 4px 0;
}
.lwa-profile-links {
    margin-top: -4px;
    margin-bottom: -4px;
}

/* fuck off Adguard */
::content .youplay-banner.banner-top,
.content-wrap .youplay-banner.banner-top,
.youplay-banner.banner-top {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

/* Fixed banner Image z-index (you will see bug when overlay opacity is 100%) */
.youplay-banner .image {
    z-index: 0;
}

/* WPML menu item */
.navbar-youplay .navbar-nav.navbar-wpml > li > .dropdown-menu > ul,
.navbar-wpml .dropdown-menu {
    min-width: auto;
}
.navbar-wpml img {
    max-width: none;
}

/* Remove footer social icons container max-width due to support for 6 social buttons */
body footer .social .social-icons {
    max-width: none;
}