/*
Theme Name: ufasoslotebi
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0 
*/


body {
    background: rgba(20, 25, 45, 1);
    font-family:HelveticaNeueLTGEO55Roman;    
    font-feature-settings: 'case' on;
}

.container {
    width:1170px;
    max-width:100%;
}

.Header {
    display:inline-block;
    width:100%; 
    position:relative;
    z-index:1;
}
.Header .TopHead {
    display:inline-block;
    width:100%;
    height:60px;
}
.Header .TopHead .Logo {
    color:#fff;
    text-decoration:none;
    
}

.Header .MainMenu {
    display:inline-block;
    width:100%;
    height:56px;
    background:#1E2646;
}
.Header .MainMenu .container {
    height:100%;
}
.Header .MainMenu ul {
    padding:0;
    margin:0;
    height:100%;
}
.Header .MainMenu ul li {
    display:inline-block;
    list-style:none;
    height:100%;
}
.Header .MainMenu ul li a {
    color:#fff;
    display:block;
    line-height:56px;
    text-decoration:none; 
    margin-right:30px;
    padding-left:15px;
    padding-right:15px;
    position:relative;
    font-size:14px;
} 
.Header .MainMenu ul li a:after {
    content:'';
    width:100%;
    height:2px;
    background:rgba(255, 214, 0, 1);
    position:absolute;
    left:0;
    bottom:0;
    visibility:hidden;
    opacity:0;
    transition:0.3s;
}
.Header .MainMenu ul li.current_page_item a:after, 
.Header .MainMenu ul li:hover a:after {
    visibility:visible;
    opacity:1;
}



.btn { 
    font-feature-settings: 'case' on;
    transition:0.3s;
}
.btn:focus { 
    box-shadow:none !important;
    outline:none;
}
.btn.btn-success {
    background:#0A8B00;
    border-radius:5px;
    color:#fff;
    border:solid #0A8B00 1px;
    font-size:14px;
} 
.btn.btn-success:hover {
    background:rgba(255, 214, 0, 1); 
    border:solid rgba(255, 214, 0, 1) 1px;
    color:#000;
}

.Form {}
.Form label {
    width:100%;
    color:#fff; 
    
}
.Form label br {
    display:none;
}
.Form span {
    margin-top:8px;
    display:inline-block;
    width:100%;
}
.Form .FormTitle {
    color:#fff; 
    font-size:32px; 
    text-align:center;
    margin-bottom:20px;
}
input[type="text"],
input[type="email"],
input[type="pass"],
textarea {
    width:100%;
    height:55px;
    border-radius:10px;
    background:rgba(20, 24, 44, 1);
    border:solid rgba(112, 112, 112, 1) 1px;
    color:#fff;
    font-weight:400;
    padding:20px;    
    font-size:14px;
    transition:0.3s;
    outline:none;
    font-feature-settings: 'case' on;
}
textarea {
    height:200px;
    resize:none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="pass"]:focus,
textarea:focus {
    border:solid rgba(180, 180, 180, 1) 1px;
    box-shadow:none;
}
.wpcf7 form.sent .wpcf7-response-output {
    color:#fff;
}
.wpcf7-not-valid-tip {
    font-size: 13px;
}
.wpcf7-submit {
    width:100%;
    height:50px;
    font-size:16px !important;
}



.BreadCrumbs {
    display:inline-block;
    width:100%;
    margin-top:20px;
    margin-bottom:20px;
}
.BreadCrumbs .Content {
    background:url('assets/img/bg1.png') no-repeat;
    background-size:100% 100%;
    background:cover;
    width:100%;
    height:250px;
    border-radius:10px;
    overflow:hidden;
    position:relative;
    display:inline-flex;
    justify-content:center;
    align-items:center;
} 
.BreadCrumbs .Content .Title {
    color:#fff;
    width:100%;
    text-align:center; 
}



.GameList {
    margin-top:30px;
}
.GameList .row {
    margin-left:-5px;
    margin-right:-5px;
}
.GameList .row .col-sm-2 {
    padding-left:5px;
    padding-right:5px;
}
.GameList .GameItem {
    display:inline-block;
    float:left;
    width:100%;
    background: #1E2646;
    box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.03);
    margin-bottom:10px;
    text-decoration:none;
    position:relative; 
    border-radius:5px;
    overflow:hidden;
} 
.GameList .GameItem .Image {
    width:100%;
    height: 130px;
    position:relative;
}
.GameList .GameItem .Image img {
    width:100%;
    height:100%;
    object-fit:cover;
}
.GameList .GameItem .Image .HoverDiv {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background:rgba(0,0,0,0.7);
    text-align:center;
    display: flex;
    align-items: center;
    justify-content: center; 
    visibility:hidden;
    opacity:0;
    transition:0.3s;
}
.GameList .GameItem .Image .HoverDiv .btn {
    justify-content:center;
}

.GameList .GameItem:hover .Image .HoverDiv {
    visibility:visible;
    opacity:1;
}

.GameList .GameItem .Info {
    padding:10px;
}
.GameList .GameItem .Info .Title {
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.31; 
    margin-bottom:0;
}
.GameList .GameItem .Info .Category { 
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    color: #fff;
    opacity: 0.7;
    margin-top:3px; 
} 

@media(max-width:992px) {
    .GameList .row .col-sm-2 {
        flex: 0 0 auto;
        width:50%;
    }
}




.SingleGame {
    position:relative;
    padding-top:30px;
    padding-bottom:30px;
    overflow:hidden;
    background: rgba(28, 33, 53, 0.6);
    backdrop-filter: blur(14px);`
}
.SingleGame .Background {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%; 
    background-size:cover !important;
    background-repeat:no-repeat !important;
    background-position:top center !important;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
} 
.SingleGame .Game {
    position:relative;
    z-index:1;
    overflow:hidden;
    border-radius:10px;
} 
.SingleGame .Game .Info {
    background: rgba(28, 33, 53, 0.6);
    backdrop-filter: blur(14px);`
    border-bottom: solid rgba(255, 255, 255, 0.1) 1px;
    padding:15px;
}
.SingleGame .Game .Info .Title {
    color:#fff;
    font-size:18px;
    margin-bottom:0;
}

.SingleGame .Game iframe {
    width:100%;
    height:600px;
    background: rgba(28, 33, 53, 0.6);
    backdrop-filter: blur(14px);`
}

.SingleGame .Game .GameFoot {
    background: rgba(28, 33, 53, 0.6);
    backdrop-filter: blur(14px);`
    border-bottom: solid rgba(255, 255, 255, 0.1) 1px;
    padding:10px 15px;
    margin-top:-6px
}



.HomePage {
    display:inline-block;
    width:100%; 
    margin:30px 0;
}
.HomePage .Content {
    display:inline-block; 
    padding:20px;
    width: 100%;
    background: #1E2646;
    box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.03);
    border-radius:5px;
    color:#fff; 
    text-decoration:none;
}
.HomePage .Content p { 
    font-feature-settings: 'case' off;
}
.HomePage .Content h1 {
    font-size:26px;
    margin-bottom:20px;
}
.HomePage .Content h2 {
    margin-bottom:20px;
    font-size:26px;
}
.HomePage .Content a {
    color:#fff;
}

 

.ContactDiv .Content {
    display:inline-block;
    width:100%;
    padding:30px;
    border-radius: 10px;
    background: rgba(30, 38, 70, 1);
}
.ContactDiv .Content .Text {
    color:#fff; 
}





.Footer {
    display:inline-block;
    width:100%;
    min-height:100px;
    background: rgba(22, 28, 52, 1);
    margin-top:50px;
    padding:30px 0;
}
.Footer .Older18 {
    display:inline-flex;
    align-items:center;
}
.Footer .Older18 .Icon {
    margin-right:10px;
}
.Footer .Older18 span {
    color:#fff; 
    font-size:16px;
    opacity: 0.6;
}


.FootText {
    padding-top:30px;
    margin-top:30px;
    text-align:center;
    color:#fff;
    opacity: 0.6;
    border-top: 2px solid rgba(30, 38, 70, 1);
    font-feature-settings: 'case' off;
}