/*
Theme Name: Brillx Single #1
Description: Friends Casino Theme
Author: Friend
*/

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;

}
a{
    text-decoration: none;
    color: inherit;
}
ul,
ol,
li {
    list-style-position: inside;
}
img{
    vertical-align: top;
    height: auto;
    max-width: 100%;
    border-style: none;
}

h1{
    margin: 0 0 15px;
    padding: 0;
    font-weight: bold;
    font-size: 26px;
    width: 100%;
}

h2{
    margin: 0 0 15px;
    padding: 0;
    font-weight: bold;
    font-size: 23px;
    width: 100%;
}

h3{
    margin: 0 0 15px;
    padding: 0;
    font-weight: bold;
    font-size: 20px;
}

h4{
    margin: 0 0 15px;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
}

h5{
    margin: 0 0 15px;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
}

h6{
    margin: 0 0 15px;
    padding: 0;
    font-weight: bold;
    font-size: 10px;
}

p, ul, ol, blockquote{
    margin: 0 0 15px;
    padding: 0;
}

table{
    text-align: center;
    border: 1px solid #3077F7;
    border-collapse: collapse;
    color: #FFF;
    width: 100%;
    margin: 15px auto;
}

table thead tr th{
    border: 1px solid #3077F7;
    padding: 10px;
    font-size: 22px;
    color: #FFF;
    background: #251b45;
}

table tr td{
    border: 1px solid #3077F7;
    padding: 10px;
}

table tr:first-child td{
    font-weight: bold;
    background: #3077F7 !important; 
    color: #FFF;   
}

table tr:nth-child(odd) td{
    background: none;
}

blockquote{
    border: 1px solid #3077F7;
    border-left: 10px solid #3077F7;
    padding: 10px;
    font-weight: bold;
    font-style: italic;
    color: #3077F7;  
}

blockquote p{
    margin: 0;
}
 
.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.single-post-thumbnail{
    width: 100%;
}

.table-cover{
    overflow: auto;
    padding: 1px;
}

iframe{
    width: 100%;
    height: 300px;
}

@media screen and (min-width: 450px){
    iframe{
        height: 350px;
    }
}
@media screen and (min-width: 600px){
    iframe{
        height: 400px;
    }
}
@media screen and (min-width: 768px){
    iframe{
        height: 400px;
    }
}
@media screen and (min-width: 980px){
    iframe{
        height: 500px;
    }
    .single-post-thumbnail{
    width: 40%;
    float: left;
    margin: 0 15px 15px 0;
    }
}

.comments-area{
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #3077F7;
    padding: 15px;
    margin-top: 20px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.comment-form-author,
.comment-form-email,
.comment-form-comment{
    display: flex;
    flex-direction: column;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-comment textarea{
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 5px;
}
 
.comments-area .submit{
    background: #FDCD2D;
    margin-bottom: 10px;
    height: 50px;
    border-radius: 5px;
    font-size: 18px;
    padding: 0 20px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    border: 2px solid #FDCD2D;
}

.comments-area .submit:hover{
    background: none;
    color: #FDCD2D;
}




body{
    min-width: 320px;
    overflow-x: hidden;
    font-family: -apple-system,Roboto,Tahoma,Arial,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    background: #20242D;
    color: #FFF;
}

.post-link{
    display: block;
    padding: 15px;
    font-weight: bold;
    color: #000;
    background: #3077F7;
    margin: 10px auto;
    width: auto;
    max-width: 320px;
    text-align: center;
}

.post-link:hover{
    background: #219A19;
}

.breadcrumbs{
    padding: 15px;
    background: #057BFB;
}

.breadcrumbs a:hover{
    text-decoration: underline;
}

.wp-pagenavi{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}

.wp-pagenavi span{
    margin-right: 10px;
    width: 38px;
    height: 38px;
    background: #883FEB;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #FFF;
}

.wp-pagenavi a{
    margin-right: 10px;
    color: #fff;
}

.wp-pagenavi a:hover{
    color: #251b45;
}

.sidebar{
    margin-top: 15px;
    padding: 10px;
    background: #191D24;
}

.sidebar-title{
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
}

.latest-posts{
    margin-bottom: 10px;
}

.latest-posts a{
    display: block;
    padding: 10px;
    border-bottom: 1px solid #083DFD;
}

.sidebar-buttons{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-buttons a{
    width: calc(50% - 5px);
    padding: 10px;
    border-radius: 5px;
    color: #FFF;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
}

.sidebar-buttons a:hover{
    opacity: 1;
}

.sidebar-buttons a:nth-child(odd){
    background: #1070e3;
}

.sidebar-buttons a:nth-child(even){
    background: #883feb;  
}

/*_____________________________________________________________________*/

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    flex-wrap: wrap;
    border-bottom: 1px solid #262c39;
    padding-top: 10px;
}
.header__logo {
    padding-left: 15px;
}
.header__logo svg {
    width: 61.5833px;
    height: 40px;
}
.header__links {
    display: flex;
    align-items: center;
    padding-right: 15px;
    width: calc(100% - 92px);
    justify-content: flex-end;
}
.header__links a {
    padding: 9px 20px;
    border: 1px solid transparent;
    border-radius: 5px;
    outline: 0 !important;
}
.header__links a:nth-child(1) {
    color: #6b768a;
    border: 1px solid hsla(0, 0%, 100%, 0.08);
    margin-right: 5px;
}
.header__links a:nth-child(2) {
    background: #3077F7;
}
.header__links a:hover {
    background: #3077F7;
    color: #000;
}
.header__nav {
    border-top: 1px solid #262c39;
    width: 100%;
    padding: 15px;
    margin-top: 10px;
}
.header__nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    justify-content: space-evenly;
}
.header__nav a {
    color: #fff;
}
@media screen and (min-width: 600px) {
    .header {
        flex-wrap: nowrap;
        padding-bottom: 10px;
    }
    .header__logo {
        order: 1;
    }
    .header__links {
        width: auto;
        order: 3;
    }
    .header__nav {
        width: calc(100% - 300px);
        border: none;
        margin: 0;
        padding: 0;
        order: 2;
    }
    .header__nav ul {
        justify-content: start;
        padding-left: 15px;
    }
    .header__nav a {
        margin: 0 10px;
    }
    .header__nav a:hover {
        text-decoration: underline;
    }
}

/*_____________________________________________________________________*/

header#tophead {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 15px;
    background: #1C2028;
}
.home-link img {
    width: 62px;
    height: 40px;
}
#tophead nav {
    padding: 10px 0;
    color: #fff;
    font-weight: 700;
}
#tophead nav a {
    margin: 0 10px;
}
#tophead nav a:hover {
    color: #3077F7;
}
.pushme {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pushme a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 5px);
    height: 40px;
    border-radius: 5px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #1d1630;
}
.pushme .download {
    border-color: #2f2840;
    color: #6a7284;
}
.pushme .register {
    color: #FFF;
    background: #3077F7;
}
.pushme a:hover {
    background: #3077F7;
    color: #000;
}
@media screen and (min-width: 370px) {
    header#tophead {
        flex-direction: row;
        justify-content: space-between;
    }
    .pushme {
        margin: 15px 0;
    }
}
@media screen and (min-width: 635px) {
    .pushme {
        margin: 0;
        width: 240px;
    }
    .pushme a {
        width: auto;
        margin-left: 10px;
    }
    #tophead nav {
        width: calc(100% - 302px);
        font-weight: 400;
        padding-left: 15px;
    }
}

/*_____________________________________________________________________*/
  

 
.pokies {
    max-width: 1180px;
    padding: 10px;
    margin: auto;
    display: flex;
    flex-direction: column;
}
.pokie {
    margin-bottom: 10px;
}
.pokie-row {
    position: relative;
    border-radius: 6px;
}
.pokie-row img {
    width: 100%;
    border-radius: 6px;
}
.pokie-col {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    visibility: hidden;
    opacity: 0;
}
.pokie-row:active .pokie-col,
.pokie-row:focus .pokie-col,
.pokie-row:hover .pokie-col {
    visibility: visible;
    opacity: 1;
}
.pokie-play-demo {
    background: #1070e3;
    color: #fff;
    padding: 10px 20px;
    min-width: 150px;
    text-align: center;
    margin-top: 5px;
    border-radius: 10px;
}
.pokie-play-real {
    background: #b73045;
    color: #fff;
    padding: 10px 20px;
    min-width: 150px;
    text-align: center;
    border-radius: 10px;
}
.pokie-play-demo:hover,
.pokie-play-real:hover {
    background: #833ee4;
}
.pokie-name {
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-top: 3px;
}
@media screen and (min-width: 600px) {
    .pokies {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .pokie {
        width: calc(50% - 10px);
    }
}
@media screen and (min-width: 980px) {
    .pokies {
        justify-content: start;
    }
    .pokie {
        width: calc(25% - 10px);
        margin-right: 13px;
    }
    .pokie:nth-child(4n) {
        margin-right: 0;
    }
}
 

.dark-footer.skin-dark-footer{
    padding: 15px;
    margin: auto;
    max-width: 1250px;
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    line-height: 14px;
}

.dark-footer.skin-dark-footer ul{
    display: flex;
    margin: 0;
    flex-direction: column;
    align-items: center;
}

.footer-middle{
    width: 60%;
}

.skin-dark-footer-text{
    color: #FFF;
}

.footer-middle-menu-primary{
    color: #4986F5;
    list-style-type: square;
    list-style-position: inside;
    font-size: 12px;
    padding: 10px 0;
}

.footer-middle-menu-primary li{
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.footer-middle-menu-primary li:before{
    content: '•';
    margin-right: 3px;
}

.footer-middle-menu-primary a{
    font-size: 11px;
    color: rgba(255,255,255,.4);
}

.footer-middle-menu-secondary{
    color: rgba(255,255,255,.4);
    display: flex;
    list-style: none;
}

.footer-middle-menu-secondary li{
    margin-right: 10px;
}


.footer-middle-menu-primary a:hover,
.footer-middle-menu-secondary a:hover{
    text-decoration: underline;
}

.footer-middle-2{
    width: 40%;
}

.skin-dark-footer-copy{
    text-align: right;
    color: rgba(255,255,255,.4);
}

.skin-dark-footer-act{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
}

.sking-dark-btn-1{
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #6A6677;
    color: #6a6677;
    border-radius: 5px;
    margin: 0 10px;
}

.sking-dark-btn-1:hover{
    color: #000;
    background: #6a6677;
}

.sking-dark-btn-2{
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #083DFD;
    background: #083DFD;
    color: #fff;
    border-radius: 5px;
}

.sking-dark-btn-2:hover{
    color: #deb32c;
    background: none;
}

.skin-logo-dark-footer{
    height: 32px;
}

@media screen and (max-width: 768px) {
    .dark-footer.skin-dark-footer{
        flex-direction: column;
    }
    .footer-middle,
    .footer-middle-2,
    .skin-dark-footer-copy{
        width: 100%;
        text-align: center;
    }
    .dark-footer.skin-dark-footer ul,
    .skin-dark-footer-act{
        justify-content: center;
    }
    .footer-middle-2{
        display: flex;
        flex-direction: column;
    }
    .skin-dark-footer-copy{
        order: 2;
        margin-top: 10px;
    }
}

.wrapper-sidebar{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.wrapper-post{
    padding: 15px;
    margin-bottom: 15px;
}


@media screen and (min-width: 1024px) {
    .wrapper-sidebar{
        flex-direction: row;
        align-items: start;
        justify-content: space-between;
        max-width: 1250px;
        margin: 15px auto;
    }
    .wrapper-post{
        padding: 15px;
        max-width: 1250px;
        margin: auto;
    }
    .wrapper-sidebar .wrapper-post{
        width: calc(100% - 300px);
        margin: 0;
    }

    .wrapper-sidebar .sidebar{
        width: 300px;
    }
    .dark-footer.skin-dark-footer ul{
        flex-direction: row;
    }
}

.welcome-offer{
    background: #FB4F05;
    background-image: url(i/banner_bg.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    width: 100%;    
    max-width: 1200px;  
    padding: 25px 10px;
    margin: 15px auto;  
    display: flex;
    flex-direction: column;
    justify-content: center;    
    align-items: flex-start;
    color: #FFF;
}

 
.welcome-offer span{
    font-weight: bold;
    font-size: 22px;
    display: inline-block;
    background-color: rgba(0,0,0,.26);
    padding: 5px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.welcome-offer b{
    padding: 7px 30px;
    border-radius: 20px;
    text-transform: uppercase;
    background-color: #fff;
    color: #000;
    font-weight: bold;
    font-size: 1.1rem;
}


.welcome-banner{
    background: #057BFB;
    background-image: url(i/banner_king.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    width: 100%;    
    max-width: 1200px;  
    padding: 25px 10px;
    margin: 15px auto;  
    display: flex;
    flex-direction: column;
    justify-content: center;    
    align-items: flex-start;
    color: #FFF;
}

 
.welcome-banner span{
    font-weight: bold;
    font-size: 22px;
    display: inline-block;
    background-color: rgba(0,0,0,.26);
    padding: 5px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.welcome-banner b{
    padding: 7px 30px;
    border-radius: 20px;
    text-transform: uppercase;
    background-color: #fff;
    color: #000;
    font-weight: bold;
    font-size: 1.1rem;
}

.theposts{max-width:1200px;width:100%;padding:0 15px;margin:15px auto}.thepost{display:flex;justify-content:space-between;align-items:flex-start;padding:10px;border-radius:10px;background:#251b45;margin-bottom:10px}.thepost img{width:25%;border-radius:10px}.thepost-cnt{width:calc(75% - 10px)}.thepost-cnt span{font-size:22px;font-weight:700;color:#fff}.thepost-cnt p{color:#ccc}.thepost-cnt a{display:block;background:#fdcd2d;color:#000;text-align:center;padding:10px 20px;border-radius:5px;max-width:150px}@media screen and (max-width:558px){.thepost{flex-direction:column}.thepost img,.thepost-cnt{width:100%}}