/**
 * Theme Name:     Ember Child
 * Author:         Ropstam BPO
 * Template:       understrap
 * Text Domain:	   ember-child
 * Description:    The renowned WordPress starter theme framework that combined Underscores and Bootstrap. Trusted by more than 100,000 developers for building handcrafted, custom WordPress sites.
 */

body{color:#fff}
h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #F2F2F2;
}
h4 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    color: #F2F2F2;
    line-height: 19px;
}
.button-more {
    float: right;
}
img.power {
    max-width: 300px;
}
.poweredby.position-absolute {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    bottom: -20px;
}
.logo {
    padding-top: 10px;
}

.logo a img {
    height: 70px;
}
.button-more a {
    background: #262626;
    border: 1px solid #404040;
    box-sizing: border-box;
    box-shadow: 0px 8px 12px rgb(0 0 0 / 15%), 0px 0px 1px rgb(0 0 0 / 31%);
    border-radius: 8px;
    padding: 9px 12px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #F2F2F2;
}
i.fa.fa-plus {
    padding-left: 15px;
    color: #f2f2f2;
    font-size: 9px;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 0px;
    border: 1px solid #404040;
}
/* Header Css Start Here */
.navbar-dark .navbar-nav .nav-link {
    font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 20px;
	margin-right:4px
}
.btn-red {
    background: linear-gradient(
267.12deg, #EF3E2D 0%, #EE2346 100%);
    box-shadow: 0px 8px 12px rgb(0 0 0 / 15%), 0px 0px 1px rgb(0 0 0 / 31%);
    border-radius: 8px;
    padding: 9px 12px;
}
.btn-red a {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #F2F2F2;
}
i.fa.fa-angle-right {
    padding-left: 20px;
}

/* Header Css End Here */

/* Home Page Css Start Here */

.btn-banner a {
    background: linear-gradient(
267.12deg, #EF3E2D 0%, #EE2346 100%);
    box-shadow: 0px 8px 12px rgb(0 0 0 / 15%), 0px 0px 1px rgb(0 0 0 / 31%);
    border-radius: 8px;
    padding: 9px 12px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 23px;
    color: #F2F2F2;
}
.banner-content {
    padding-left: 60px;
}

section.home-banner .row {
    align-items: center;
}
.banner-content h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 82.5px;
    line-height: 88px;
}
.banner-content p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #B3B3B3;
    padding-top: 20px;
    padding-bottom: 20px;
}

.post-cm {
    padding-top: 40px;
    padding-bottom: 40px;
}


.post {
    border: 1px solid #404040;
    box-sizing: border-box;
    filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.15)) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.31));
    border-radius: 16px;
}
.post-content {
    background: #1A1A1A;
    padding: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.author {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
	color: #999999
}
.author span {
    color: #EF3E2D;
    padding-left: 5px;
}
.post-content p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #999999;
    margin-bottom: 5px;
}
.post-content span {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #EF3E2D;
}
.user {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
}
.user i.fa.fa-user {
    color: #EF3E2D;
}
.btn-post a {
    padding: 9px 9px 9px 9px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    background: linear-gradient(
267.12deg, #EF3E2D 0%, #EE2346 100%);
    box-shadow: 0px 8px 12px rgb(0 0 0 / 15%), 0px 0px 1px rgb(0 0 0 / 31%);
    border-radius: 8px;
    color: #F2F2F2;
}
.inner {
    padding-top: 20px;
	padding-left:10px;
	    padding-bottom: 10px;
}
.inner .row {
    align-items: center;
}
.inner .col-lg-6 {
    padding: 0px;
}
.btn-post i.fa.fa-angle-right {
    padding-left: 0px;
}
section.events .inner .row {
    align-items: inherit;
}
span.p-heading {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #999999;
}
.player p, .reward p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #F2F2F2;
    margin-bottom: 0px;
}
.reward {
    text-align: right;
    padding-right: 14px;
}
.register a {
    background: linear-gradient(
267.12deg, #EF3E2D 0%, #EE2346 100%);
    box-shadow: 0px 8px 12px rgb(0 0 0 / 15%), 0px 0px 1px rgb(0 0 0 / 31%);
    border-radius: 8px;
    padding: 9px 30px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #F2F2F2;
    line-height: 20px;
}
.register {
    padding-top: 12px;
}
section.announcement .post-content h4, section.community .post-content h4 {
    min-height: 40px;
}
.button-more a:hover {
    background: #ee2c3d;
    text-decoration: none;
}

.btn-banner a:hover, .btn-red:hover, .btn-post a:hover, .register a:hover {
    background: #262626;
    border: 1px solid #404040;
    box-sizing: border-box;
    box-shadow: 0px 8px 12px rgb(0 0 0 / 15%), 0px 0px 1px rgb(0 0 0 / 31%);
    text-decoration: none;
}
.btn-red:hover a, .btn-red a:hover {
	text-decoration:none;
}
section.games .post img {
    width: 100%;
}

/* Faq Section */
section.faq h3 {
    text-align: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
}
.faq-tab h4 {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
}
.faq-content {
    padding-top: 30px;
}
.faq-tab p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    text-align: center;
    color: #B3B3B3;
	padding-top:10px}
.faq-tab {
    padding-top: 20px;
    padding-bottom: 20px;
}
/* Footer Css End Here */

footer {
    background: #141414;
    border: 1px solid #262626;
    box-shadow: 0px 8px 12px rgb(0 0 0 / 15%), 0px 0px 1px rgb(0 0 0 / 31%);
    border-radius: 64px 64px 0px 0px;
	padding: 48px 96px;
}
.footer-logo {
    padding-bottom: 50px;
}
h4.widget-title {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #808080;
}
.footer-widget ul {
    padding: 0;
    list-style: none;
}
.footer-widget a {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #F2F2F2;
}
.copyright {
    padding-top: 30px;
}
.copyright p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #808080;
}
/* Footer Css End Here */


/* Media Query Start Here */

@media only screen and (min-device-width: 1025px) and (max-device-width: 1199px) {
	.banner-content h1 {
    font-size: 50px;
    line-height: 60px;
}
	.btn-post a {
    font-size: 12px;
}
	.register a {
    font-size: 12px;
    padding: 9px 22px;
}
	.navbar-dark .navbar-nav .nav-link {
    margin-right: 0px;
}
	.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 4px;
    padding-left: 4px;
}
	.btn-red {
    padding: 9px 9px;
}
	i.fa.fa-angle-right {
    padding-left: 5px;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1000px) {
.container {
    max-width: 760px;
	}
.faq-tab {
    padding-left: 20px;
    padding-right: 20px;
}}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

	.navbar {
    padding: 0px;
}
	.btn-red {
    padding: 5px 4px;
}
	.btn-red a {
    font-size: 12px;
}
	.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 3px;
    padding-left: 3px;
}
	i.fa.fa-angle-right {
    padding-left: 1px;
}
	.navbar-dark .navbar-nav .nav-link {
    margin-right: 0px;
		font-size: 12px;
}
	.banner-content h1 {
    font-size: 32.5px;
    line-height: 40px;
}
	.banner-content {
    padding-left: 0px;
}
	.banner-content p {
    font-size: 18px;

}
	.post {
    margin-bottom: 20px;
}
	.post img {
    width: 100%;
}
	.register a {
    padding: 9px 6px;
    font-size: 11px;

}
	.btn-post {
    padding-top: 20px;
}
	footer {
    padding: 18px 10px;
}
	.copyright {
    padding-top: 0px;
}
	
}

@media only screen and (min-device-width: 1000px) and (max-device-width: 1024px) {
	.button-more a {
    padding: 9px 9px;
    font-size: 12px;
}
	.btn-post a {
    padding: 9px 6px 9px 5px;
    font-size: 12px;
  
}
}
@media (max-device-width: 767px){
	.hide-on-mbl {
    display: none;
}
	.btn-post {
    padding-top: 20px;
}
	.button-more a {
    padding: 9px 9px;
    font-size: 12px;
}
	nav#main-nav {
    float: right;
}
	.banner-content {
    padding-left: 0px;
}
	.banner-content h1 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}
	.banner-content p {
    font-size: 18px;
    text-align: center;
}
	.btn-banner {
    text-align: center;
}
	i.fa.fa-angle-right {
    padding-left: 5px;
}
	section.home-banner .row {
    display: flex;
    flex-direction: column-reverse;
}
	section.community {
    padding-top: 60px;
}
	.post img {
    width: 100%;
}
	.post {
    margin-bottom: 20px;
}
	footer {
    padding: 28px 10px;
}
	.reward {
    text-align: left;
    padding-right: 14px;
}
	.copyright {
    padding-top: 10px;
}
	.faq-tab h4 {
    font-size: 22px;
    line-height: 30px;
}
	.faq-tab p {
    font-size: 15px;
}
	.faq-tab {
    padding-left: 15px;
    padding-right: 15px;
}
}

@media (min-device-width: 576px) and (max-device-width: 767px){
.container, .container-sm {
    max-width: 700px;
}}