/*
Theme Name: Smart Mag Child
Theme URI: http://theme-sphere.com/
Description: A child theme of SmartMag
Author: ThemeSphere
Author URI: http://theme-sphere.com
Template: smart-mag
Version: 1.0
*/

@import url("../smart-mag/style.css");

.main-wrap {
    border-top: 10px solid #000;
}
.main-head.dark {
    border-top: 1px solid rgba(255,255,255,0.2);
}
#login h1 a, .login h1 a {
height:50px;
width:347px;
background-size:contain;
margin:0 auto;
}
.login {
    background:#222 url('/blog/wp-content/uploads/2017/11/pattern-diamond.png') bottom left repeat-x;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.post-cover .featured img {
margin-top:0;
}
.has-nav-full .breadcrumbs {
    padding-left: 0;
    padding-top: 6px;
    padding-bottom: 8px;
}
#login {
    width:417px;
    padding:0;
}
form#loginform {
    background: transparent;
    color: #fff;
    padding:0;
    border:0;
}
.login label {
    color:#fff;
    text-align:center;
    display:inline-block;
}
.login form .input, .login input[type=text] {
    margin-top:0;
    border-radius:5px;
    border:3px solid #aaa;
    box-shadow:none;
    transition:border 0.25s ease-in-out;
}

.login form .input:focus, .login input[type=text]:focus {
    border-color:#e8490d;
}

.forgetmenot {
    float:right;
    width:100%;
}

.forgetmenot label {
    text-align:right;
}
input#wp-submit {
    background: #e8490d;
    width: 100%;
    height: auto;
    line-height: 1.4;
    border: none;
    text-shadow: none;
    box-shadow: none;
    padding: 10px 0;
    font-size: 16px;
    margin: 20px 0;
    text-transform: uppercase;
    font-weight: bold;
}
.login #backtoblog a, .login #nav a {
    text-decoration: none;
    color: #555;
}
.login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover {
color:#fff
}

header .logo-image {
    display: block;
    padding: 20px 0;
}

@media screen and (max-width:768px) {
.sidebar #bunyad-blocks-widget-2 {
    display:none;
}
body .main .sidebar {
    margin-top:0;
}
}

.sidebar .button {
margin-bottom:20px;
}
.social-follow .twitch {
    background: #6145a3;    
}    
        
.social-follow .vk {
    background: #457498;    
}
        
.social-follow .linkedin {
    background: #006d99;    
}    

    .social-follow {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
            -ms-flex-align:center;
                align-items:center;
-webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;

        padding:0;
        

        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
    }
    .social-follow li {
        display:block;
        width:auto;
        margin:0 0 5px!important;
    }
    .social-follow .service-link {
        padding-right:0;
    }
    .social-follow li .label {
        display: none;
    }


#comments {
    display:none;
}
.top-bar-content {
    padding: 5px 0;
    font-size: 12px;
}

.top-bar-content .textwidget p {
    float:right;
margin:0!important;
}

.top-bar-content .textwidget p i {
    padding-left:5px;
}

/* HACK */
.small-item {
    display: none;
}
 
.medium-item .caption-small h3 a {
 
        display: inline-block;
    padding-bottom: 14px;
    font-size: 21px;
    line-height: 1.4;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
}
 
.featured-grid-b .first, .featured-grid-b .second {
    width: 49.7%;
}
 
.featured-grid-b .image-link {
    min-height: 400px;
}
 
.medium-item {
    padding-bottom:0!important;
    padding-left:0!important;
}
 
.second {
    width:49.7%;
    float:right!important;
}

@media only screen and (max-width: 799px) {
body .featured-grid-b .second .item {
width:100%;
}
body .featured-grid-b .second .image-link {
height:auto;
}
}

/* HACK - EN HOMEPAGE H1 TOP MARGIN FIX*/

.page-id-45203 .page .post-header {
margin-top: -38px!important;
}

/* HACK - FR HOMEPAGE H1 TOP MARGIN FIX*/

.page-id-45561 .page .post-header {
margin-top: -38px;
}

/* HACK - DE-AT HOMEPAGE H1 TOP MARGIN FIX*/

.page-id-96840 .page .post-header {
margin-top: -38px;
}

/* HACK - PT-BE HOMEPAGE H1 TOP MARGIN FIX*/

.page-id-59869 .page .post-header {
margin-top: -38px;
}

/* HACK - RU HOMEPAGE H1 TOP MARGIN FIX*/

.page-id-59871 .page .post-header {
margin-top: -38px;
}

/* HACK - ES HOMEPAGE H1 TOP MARGIN FIX*/

.page-id-65816 .page .post-header {
margin-top: -38px;
}

/* HACK */

@media screen and (max-width:650px) {
    table {
        width: 100%;
        overflow-y: auto;
        _overflow: auto;
        margin: 0 0 1em;
            display: block;
    }

table tbody {
    display:inline-block;
min-width:615px;
}
}

/* Categories & Date Meta Hide */
.featured-grid .cat-title, .featured-grid .the-date, .post-cover .overlay .cat-title,.post-cover .overlay .post-meta {
    display:none!important;
}
.post-cover .overlay h1 {
    max-width:100%;
}
.featured-grid .caption {
    padding-bottom:0;
}


.post-cover .overlay {
    padding-bottom:40px;
}
.post-layout-cover .main {
    margin-top:10px;
}
/* - TOP BAR / Bread Crumbs Hides */

#main-head .top-bar {
    display:none;
}

.home #main-head .top-bar {
    display:block;
}

/* SEARCH BAR VISIBILITY UPDATES */
@media screen and (min-width:1000px) {
.nav-search .search-overlay .search {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: -13px;
    background: none;
    border: none;
    padding: 0;
    width: 200px;
    margin-right: 0;
}
    
    .search-overlay .fa-search {
        display:none;
    }
    
    .search-overlay .search .query {
        border-radius:5px;
    }
}

/** Mobile Header Fix **/

@media screen and (max-width: 415px) {
.post-cover .featured {
    padding-bottom:0!important;
    background:none!important;
}

.post-cover .featured .hidden {
    display:block;
    visibility:visible;
}
.post-cover .overlay {
    position:relative;
    background:black;
    padding:10px;
    text-align:center;
    border-top:2px solid #e8490d;
}
.post-cover .overlay h1 {
    padding:0;
}
}

.button.ctamobs {
    display:none;
}

@media screen and (max-width: 768px) {
    .button.ctamobs {display: block;}
}


/*--- 2021 COM Match Styles --*/
body .main-wrap {
    border:none;
}

body .main-head.dark {
    background:#171717;
}

body header.dark {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header.dark img.logo-image {
    max-width: 165px;
    padding: 15px 0;
}

body .right .button {
    top:0!important;
    text-transform:uppercase;
    font-weight:bold;

}

body .right .button a {
    font-size:1.2rem;
    line-height:1.8;
    padding:8px 15px;
    border-radius:16px;
}

body .navigation {
    border-bottom: 1px solid #444;
    background: #171717;
}

body .navigation ul li {
    border:none;
}

body .top-bar.dark, body.has-head-dark .breadcrumbs-wrap, body.off-canvas-active .navigation .off-canvas {
    background:#111;
}

body .nav-dark-b .menu > li > a {
    margin-bottom: 0;
}
body .nav-dark-b .menu > li:hover {
    background:none;
}
body.nav-dark-b .menu > li:hover > a,body.nav-dark-b .menu > .current-menu-item > a, body.nav-dark-b .menu > .current-menu-parent > a, body.nav-dark-b .menu > .current-menu-ancestor > a {
    border-color: #fff;
    background:none!important;
}

body .navigation .mega-menu,body .navigation .menu ul {
    background: #fff;
    color: #000;
    border-radius: 5px!important;
    overflow: hidden;
    padding: 10px;
}

body .navigation .menu ul > li {
    border-color:#eee;
}

body .navigation .menu ul > li > a {
    color: #000;
    font-weight: 600;
    border-color:#eee;
    padding:5px 10px;
    transition: none;
    line-height: 43px;
}

body .navigation .menu ul > li > a:hover {
    color:#e8490d;
    background:none!important;;
    border-left:3px solid #e8490d;
    padding-left:15px;
}

body .navigation .menu ul > li:hover {
    background:none;
}

body .sub-menu, body .navigation .mega-menu,body  .navigation .menu ul {
    background:#fff;
}

body.nav-dark-b .mega-menu, .nav-dark-b .menu > li > ul {
    top:43px;
    
}

body .navigation .menu ul.sub-menu > li > a {
    line-height: 2;
}

body div#main-head .wrap, body footer.main-footer .wrap {
    max-width: 1920px;
    box-sizing: border-box;
    width:100%;
}

#main-head .right {
    width:100%;
}
#main-head .right .textwidget {
    display:flex;
    width:100%;
    align-items:center;
    justify-content:space-between;
    padding-left:20px;
    box-sizing:border-box;
    line-height:initial
}
#main-head .productNav {}

#main-head .productNav li {
    display:inline;
    color:#fff;
}

#main-head .productNav ul li a {
color:#acaca6;
font-size:14px;
padding:13px 5px;
    position: relative;
}
#main-head .productNav ul li a:after {
    bottom: -5px;
    content: "";
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: calc(100% - 10px);
    transition: .4s;
}
#main-head .productNav ul li:hover a {
    color: #fff;
    text-decoration: none;
}
#main-head .productNav ul li:not(.active):hover a:after {
    background: #0b58c6;
}
#main-head .productNav ul li.active{
    padding:10px 5px 20px;
    border-radius:10px 10px 0 0;
    margin-top:5px;
    border-radius: 4px 4px 0 0;
}

#main-head .productNav ul li.active a {
    color:#fff;
}

#main-head .right .button {
    display:inline-block;
    width:auto;
    line-height:1;
    margin-left:5px;
}

#main-head .right .button a {
    font-size: .75rem!important;
    display:inline-block;
}

#main-head .right .button.btn-border {
    background:none;
    border:1px solid #fff;
}

#main-head .right .button.btn-border a:hover {
    background:#434343;
    color:#fff;
}

.footer-nav-logos {
    margin:30px 0;
}
.footer-nav-logos br {
    display: none;
}
.footer-nav-logos .footer-nav-link {
    margin-right: 3px;
}
.footer-nav-logos img {
    width: auto;
    height: 40px;
}
.footer-info-content {
    margin-top: 20px;
    font-family: Roboto, Verdana, Arial, Helvetica, sans-serif;
    color: rgb(187, 188, 189);
}
.lower-foot .footer-info-content p {
    margin-bottom: 5px;
}
.footer-info-content a {
    text-decoration: underline;
    color: inherit !important;
}
body footer.main-footer {
    background: #0f0f10;
}

body .main-footer .wrap {
    padding:50px 0 0;
}


.main-footer .widgets.row.cf {
    color: #aaaaaa;
    background-color: #1c2124;
    border-top: 2px solid #e8490d;
    padding: 7px 20px 30px;
    margin:0;
}

body footer.main-footer h3.widgettitle {
    border: none;
    margin: 0;
    font-size: 13px;
}

body footer.main-footer ul li {
    display: inline-block;
    color: #fff;
    padding-right: 14px;
}

body footer.main-footer ul li a {
    color:#fff !important;
    font-size: 13px;
    opacity: 0.8;
}

body footer .col-3 {
    width:calc(100% / 3);
    padding:0!important;
}

body footer .col-6 {
    padding:0!important;
}

body footer .lower-foot {
    padding: 0 20px 10px;
}

.lower-foot {
    background: #1c2124;
}

body footer .wrap.social_cta_footer {
    padding: 0!important;
}

.twitch-live:before {
    content: "LIVE";
    float: right;
    background: #e8390d;
    font-size: 7px;
    padding: 1px 5px;
    font-weight: bold;
    line-height: 11px;
    border-radius: 10px;
    position: relative;
    top: 12px;
    margin-left: 5px;
}
.nav-dark-b .menu > li > a {
    transition: none;
    border-bottom-width: 2px !important;
}
.nav-dark-b .menu > li:not(.menu-item-has-children) > a:hover {
    border-bottom-color: #fff !important;
}

.twitch-box-live {
    display: block;
}

.twitch-box-ded {
    display:none;
}
.twitch-live-strip {
    color: #d6d6d6;
    border-bottom: 1px solid #444;
    background: url(https://www.partypoker.com/blog/wp-content/uploads/2021/10/twitch-strip-bg-1.jpg) no-repeat right center;
}
.twitch-live-strip .wrap {
    display: flex; 
    align-items: center;
    justify-content: space-between;
}
.twitch-tv-icon img {
    display: block;
}
a.twitch-live-btn {
    background: #9150fb;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 9px;
    margin-left: 10px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    text-decoration: none !important;
    border-radius: 3px;
}
a.twitch-live-btn:hover {
    background: #7f36f7;
}

/* Custom CSS - Start */
body,
body.boxed {
    background-color: #e5e5e5;
}

/* .main-head.dark {
background:#191919;
} */
.post-cover .overlay span.comments {
    display: none;
}
body .breadcrumbs .location,
body .breadcrums .current {
    color: #fff;
}
.single-post .post-wrap {
    background: #fff;
}
.single-post .posted-by {
    display: none;
}
.search-overlay .search {
    background: #222;
    border-bottom: 2px solid #e8490d;
}
.post-content ul {
    list-style-type: disc;
}
.single-post .post-wrap .row {
    margin-left: 0;
    margin-right: 0;
}
table {
    width: 100%;
    margin-bottom: 16px;
}
table th {
    background: #222;
    color: #fff;
}
.main-head header {
    min-height: 0;
    line-height: 80px;
}
.social_cta_footer {
    min-height: 0!important;
}
/* .lower-foot p {
margin-bottom:0;
} */
.has-head-dark .breadcrumbs-wrap,
.off-canvas-active .navigation .off-canvas {
    background: #222;
}
/* .navigation {
background:transparent;
border-bottom-width:2px;
}
.navigation-wrap {
background:#222;
}
.navigation-wrap.sticky-nav {
background:rgba(0,0,0,0.8);
} 

.navigation ul li {
    border-left: 1px solid rgba(255,255,255,0.1);
}*/
.top-bar.dark {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
footer.main-footer ul li {
    border-bottom: none;
    padding: 0;
    font-size: 11px;
}
footer.main-footer h3.widgettitle {
    text-transform: none;
    color: #fff;
}
.main-featured .cat,
.main-featured .pages .flex-active,
.rate-number .progress,
.highlights .rate-number .progress,
.main-pagination .current,
.main-pagination a:hover,
.cat-title,
.sc-button-default:hover,
.drop-caps,
.review-box .bar,
.review-box .overall,
.listing-alt .content .read-more a,
.button,
.post-pagination>span,
body.woocommerce .main-wrap .button,
body.woocommerce-page .main-wrap .button,
.woocommerce.widget .button,
.woocommerce #respond input#submit,
body.woocommerce .main-wrap .button:hover,
body.woocommerce .main-wrap .button:active,
body.woocommerce-page .main-wrap .button:hover,
body.woocommerce-page .main-wrap .button:active,
.woocommerce.widget .button:active,
.woocommerce.widget .button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:active,
.woocommerce ul.products .add_to_cart_button.added:after,
.woocommerce span.onsale,
.woocommerce-page span.onsale,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce-page .widget_layered_nav ul li.chosen a,
.shopping-cart .counter,
.navigation .menu .cart-widget .button {
    background: #e8490d;
}
.button {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 0;
}
.button a {
    color: #fff;
    padding: 10px 25px;
    display: block;
    text-align: center;
    font-size: 18px;
    border-radius: 16px;
}
.button:hover {
    border-radius: 16px;
}
.button a:hover {
    text-decoration: none;
    background: #f95a1e;
    border-radius: 16px;
}
.theiaStickySidebar.superstick {
    padding-top: 60px!important;
}
.theiaStickySidebar {
    transition: padding 0.3s ease-in-out;
}
@media only screen and (max-width: 1128px) {
    body .main-head .right {
        margin-left: 0;
    }
}
@media only screen and (max-width: 1023px) {
    body .main-head .right {
        margin-left: 0;
    }
    body .navigation .menu > li > a {
        font-size: 13px;
        padding: 0 9px;
    }
}
@media only screen and (max-width: 799px) {
    .navigation .menu li a {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    .listing-alt .meta {
        margin-top: 0;
        padding: 5px;
    }
    .mobile-head .search-overlay {
        display: none
    }
}
/* Custom CSS - End */

@media screen and (max-width:768) {
    body footer .col-3 { 
        width:100%;    
    }
}
@media (max-width:767px){
    .twitch-live-strip {
        padding: 0px 10px 0px 0px;
    }
    .twitch-live-info {
        font-size: 12px;
    }
}

.otgs-development-site-front-end {
    display:none;
}

/* GO TO PARTYPOKER ON SUB PAGES */

.goto-pp {
    float: right;
    position: relative;
    right: 25px;
    top: -25px;
}

.goto-pp a {
    color: #d6d6d6;
    font-size: 12px;
}

.goto-pp .fa-chevron-right {
    margin:0 0 0 5px;
}

@media screen and (max-width:799px) {
    .goto-pp {
    float: unset;
    position: relative;
    right: 27px;
    top: -2px;
    text-align: right;
}
