/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

body {
	max-width: 410px;
	margin: auto !important;
}
:focus,
button:focus,
a:focus {
	outline: none;
}
.ast-site-identity .site-title a,
.ast-site-identity .site-title a:hover{
    color: #fff !important;
}
h1, .entry-content h1, h2, .entry-content h2, h3, .entry-content h3, h4, .entry-content h4, h5, .entry-content h5, h6, .entry-content h6, .single.single-post .entry-content ul, .single.single-post .entry-content li {
    color: #1e293b;
}
.elementor-widget-container p:last-child {
	margin-bottom: 0;
}
.ast-plain-container.ast-no-sidebar #primary {
	margin-top: 10px;
	margin-bottom: 10px;
}
.site-branding.ast-site-identity .ast-site-title-wrap {
	max-height: 20px;
	overflow: hidden;
}
#primary {
	padding: 10px 0 !important;
}
.elementor-page-73 .ast-container,
.elementor-page-11 .ast-container,
.elementor-page-210 .ast-container {
	padding: 0;
}

.ast-separate-container {
	background: #040754;
}

div#content {
	background-image: url("../../uploads/2024/03/bluemainbody-1.jpg");
	background-size: cover;
	height: 100vh;
	overflow-y: scroll;
	scrollbar-width: none;
}
.ast-separate-container #primary,
.ast-separate-container.ast-left-sidebar #primary,
.ast-separate-container.ast-right-sidebar #primary {
	margin: 0 0 1em 0;
	padding: 0;
}

.archive.category.ast-separate-container,
.single-post.ast-separate-container {
	background-color: #040754;
}

body.archive .ast-archive-description {
	padding: 15px;
}

.ast-separate-container .ast-article-post {
	padding: 0 15px;
}
.single .entry-header {
	margin-bottom: 5px;
}
header.entry-header:not(.related-entry-header) > *:not(:last-child) {
	margin-bottom: 0;
}

.chained-quiz-choice {
	border: 1px solid #fff;
	background: transparent;
	color: #ffffff;
	font-weight: 700;
	border-radius: 22px;
	padding: 12px 15px;
	margin: 15px 5px;
}
label.chained-quiz-label input {
	margin-right: 7px;
}

.chained-quiz *,
.chained-quiz-question *,
.chained-quiz-choice label,
input.chained-quiz-frontend.chained-quiz-radio {
	color: #fff;
}
.chained-quiz-question p {
	font-size: 20px;
}
label.chained-quiz-label {
	cursor: pointer;
	display: block;
}
.modal-bottom {
	text-align: center;
}

#watu_quiz p {
	color: #fff;
	padding: 0 10px;
}
.question-content {
	font-size: 20px;
	font-weight: 500;
}

.watu-question-choice {
	border: 1px solid #fff;
	background: transparent;
	color: #ffffff;
	font-weight: 700;
	border-radius: 13px;
	padding: 12px 15px;
	margin: 15px 5px;
}

.watu-question-choice .answer {
	cursor: pointer;
}

#watu_quiz .watu-submit-button,
#watu_quiz input#next-question {
	margin: auto;
	border-radius: 30px;
	padding: 20px 60px;
	background-color: #4c00ee;
}

#watu_quiz input#next-question {
	display: block;
}

#watu_quiz .question-content {
	margin-bottom: 20px;
}
.chained-quiz-choice:has(.chained-quiz-radio:checked) {
	background-color: #00af00;
}

/* glowing_button */
.glowing_button .elementor-button {
	-webkit-animation: glowing 1500ms infinite;
	-moz-animation: glowing 1500ms infinite;
	-o-animation: glowing 1500ms infinite;
	animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
	0% {
		background-color: #0000ff;
		box-shadow: 0 0 5px #0000ff;
	}
	50% {
		background-color: #aeff00;
		box-shadow: 0 0 20px #aeff00;
		color: #bb3f12;
	}
	100% {
		background-color: #0000ff;
		box-shadow: 0 0 5px #0000ff;
	}
}
@-moz-keyframes glowing {
	0% {
		background-color: #0000ff;
		box-shadow: 0 0 5px #0000ff;
	}
	50% {
		background-color: #aeff00;
		box-shadow: 0 0 20px #aeff00;
		color: #bb3f12;
	}
	100% {
		background-color: #0000ff;
		box-shadow: 0 0 5px #0000ff;
	}
}
@-o-keyframes glowing {
	0% {
		background-color: #0000ff;
		box-shadow: 0 0 5px #0000ff;
	}
	50% {
		background-color: #aeff00;
		box-shadow: 0 0 20px #aeff00;
		color: #bb3f12;
	}
	100% {
		background-color: #0000ff;
		box-shadow: 0 0 5px #0000ff;
	}
}
@keyframes glowing {
	0% {
		background-color: #0000ff;
		box-shadow: 0 0 5px #0000ff;
	}
	50% {
		background-color: #aeff00;
		box-shadow: 0 0 20px #aeff00;
		color: #bb3f12;
	}
	100% {
		background-color: #0000ff;
		box-shadow: 0 0 5px #0000ff;
	}
}

.elementor-shortcode p,
.elementor-shortcode .show-question {
	padding: 0 10px;
	color: #fff;
}
/* .glowing_button */

/* quiz_form */

#watu_quiz form.quiz-form,
#watu_quiz p {
	text-align: center;
}

.quiz-form.watu-button-style .watu-question-choice {
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
	-webkit-clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0 50%);
	clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0 50%);
	background: linear-gradient(180deg, #ffcf00, #af6e00 29.48%, #af6e00 99.99%);
	border: 2px solid #af6e00;
	animation: styles_fadeInBottom__J7rnR 1s ease-out;
}

.quiz-form.watu-button-style .watu-question-choice {
	padding: 0.5rem 0.5rem 0.5rem 2rem;
	padding: 0px;
	border: 2px solid;
	border-image-slice: 5;
	border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
}

.quiz-form.watu-button-style .watu-question-choice label.answer {
	border-radius: 8px;
	cursor: pointer;
	width: 100%;
	margin: 0 auto;
	font-size: 0.85rem;
	-webkit-clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0 50%);
	clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0 50%);
	padding: 0.5rem 0.5rem 0.5rem 2rem;
	text-align: left;
	overflow: visible;
	background-color: #fff;
}
.quiz-form.watu-button-style .watu-question-choice label.answer {
	cursor: pointer !important;
	width: 100%;
	margin: auto;
	max-width: 100%;
	font-size: 18px !important;
	line-height: 24px;
	color: #000;
}

.watu-button-style .watu-question-choice input[type="radio"]:checked + label,
.watu-button-style .watu-question-choice input[type="checkbox"]:checked + label {
	background: linear-gradient(to left, #fdce41, #a39601) !important;
}

/* .quiz_form */

/* Blog */
.site .ast-single-related-posts-container {
	padding: 15px;
}
.posted-by.vcard.author {
	display: none;
}
.single.single-post .post-navigation a,
.single.single-post .post-navigation a:hover {
	color: #fff;
}
.single.single-post .post-navigation a:hover {
	opacity: 0.8;
}
.single.single-post .entry-content {
	border-top: 1px solid #001580;
	padding-top: 1px;
}
.single.single-post .ast-related-post-content .entry-content {
	border-top: 0;
}
.single.single-post .entry-content h2,
.single.single-post .entry-content h3,
.single.single-post .entry-content h4,
.single.single-post .entry-content h5,
.single.single-post .entry-content h6 {
	margin-bottom: 10px;
	margin-top: 15px;
	line-height: 1em;
}
.single.single-post .entry-content p {
	margin-bottom: 6px;
}
.single .post-navigation {
	padding: 1em 0 0;
}
.site .ast-single-related-posts-container {
	margin-top: 0.5em;
}
.archive .ast-row article .ast-blog-featured-section.post-thumb.ast-width-md-6,
.archive .ast-row article .post-content.ast-width-md-6 {
	width: 100%;
}
.ast-pagination .nav-links a {
	color: #fff;
	border: 1px solid;
}
.ast-related-post-content .entry-meta,
.ast-related-post-content .entry-meta *,
.ast-related-post-content .entry-header .ast-related-post-title,
.ast-related-post-content .entry-header .ast-related-post-title a {
	line-height: 1em;
	margin-bottom: 0;
}
.archive .entry-title,
.blog .entry-title,
.search .entry-title {
	line-height: 1em;
	margin-bottom: 0;
}

.archive .post-content > .cat-links,
.archive .post-content > .read-more,
.archive .post-content > .tags-links {
	margin-bottom: 0;
}

.archive .post-content > .read-more {
	margin: 0.5em 0 0.5em auto;
	text-align: right;
}
.archive .post-content > .read-more a {
	background-color: #fece01;
	color: #000;
	padding: 5px 15px;
	border: 1px solid #fece01;
	border-radius: 2px 36px 2px 2px;
}

.category-free-fire-characters table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
}
.category-free-fire-characters table,
.category-free-fire-characters th,
.category-free-fire-characters td {
	padding: 6px;
	text-align: left;
}
.category-free-fire-characters tr:nth-child(odd) {
	background-color: #ffb200;
	color: #232323;
}
.category-free-fire-characters tr:nth-child(even) {
	background-color: #080824;
	color: #ffff;
	border: 1px solid #232323;
}
.category-free-fire-characters tr:nth-child(odd) > * {
	border: 1px solid #232323;
}
.category-free-fire-characters tr:nth-child(even) > * {
	border: 1px solid #ffb200;
}
.ast-separate-container .site-content .ast-single-post-featured-section + article.category-free-fire-characters {
    margin-top: -6px;
    padding-top: 5px !important;
}
header.entry-header:not(.related-entry-header) .entry-title{
	font-size: 1.3rem;
}
/* search */
.custom_search_form {
	margin-bottom: 10px;
}
.entry-content .custom_search_form h3.search_form_title {
	margin: 10px auto !important;
	color: #ff5c4c;
	font-size: 17px;
}
.custom_search_form .search-form .search-field {
	padding: 10px;
	font-weight: 600;
	height: 44px;
	font-size: 18px;
}

.custom_search_form .search-form > label {
	display: flex;
	gap: 10px;
}

.custom_search_form .search-form input.search-submit {
	display: none;
}

.ast-post-format-.single-layout-1 ul {
	margin-left: 12px;
	margin-bottom: 10px;
}
.ast-post-format-.single-layout-1 ul.trail-items {
	margin-left: unset;
	margin-bottom: 0;
}

.custom_search_form button.search-submit.ast-search-submit {
	background-color: #ffd543;
	color: #000;
	padding: 6px 15px;
}
.custom_search_form button.search-submit.ast-search-submit i {
	font-size: 24px;
}

/*body.archive .ast-archive-description h1.ast-archive-title,
.search .ast-archive-description h1.ast-archive-title {
	font-size: 22px;
	margin-bottom: 0;
}*/

.site-content section.ast-archive-description {
	background-color: #aeff00;
}
.ast-archive-description p {
    background: #fff;
    padding: 5px;
    text-align: center;
    line-height: 15px;
    font-size: 8px;
}
.archive.category .ast-blog-layout-5-grid .ast-article-post{
	margin-bottom:1em;
}
body.archive .ast-archive-description h1.ast-archive-title,
.search .ast-archive-description h1.ast-archive-title {
	font-size: 22px;
	margin-bottom: 0;
	text-align: center;
	color: #bb3f12;
}
.entry-content p {
	margin-bottom: 6px;
}
.site-content section.ast-archive-description {
	margin-bottom: 1em !important;
	padding: 6px !important;
}
.search .ast-archive-description h1.ast-archive-title span {
	color: #2d8ded;
}
.search .ast-archive-description .ast-breadcrumbs-inner {
	display: none;
}
.search-results .post-content > .read-more {
	margin-top: 0.5em;
}
.search .ast-archive-description > *:not(:last-child) {
	margin-bottom: 0;
}
section.no-results.not-found .page-content p {
	font-size: 8px;
	margin-bottom: 4px;
	line-height: 10px;
}
.ast-separate-container .no-results {
    padding: 10px;
}
.search_page_rewards_btn a {
	color: #fff;
	background-color: var(--e-global-color-accent);
	font-family: "Prompt", Sans-serif;
	font-size: 20px;
	font-weight: 600;
	border-radius: 30px 30px 30px 30px;
	padding: 15px;
	text-align: center;
	display: block;
	margin: 15px auto;
	max-width: 300px;
}

.search_page_rewards_img {
	text-align: center;
}
.search_page_rewards_img a {
	display: block;
}
.search_page_rewards_img a img {
	border: 1px solid #fff;
	padding: 3px;
}

/* .search */

@media (min-width: 922px) {
	.ast-separate-container .ast-blog-layout-5-grid .post-content {
		padding: 10px 0 0 0;
	}
	.ast-excerpt-container.ast-blog-single-element p {
		line-height: 20px;
	}
	.ast-blog-layout-5-grid .ast-blog-featured-section {
		width: 100%;
	}
}
@media (min-width: 920px) {
	.ast-separate-container .site-content .ast-single-post-featured-section + article {
		margin-top: -60px;
	}
	.ast-single-related-posts-container .ast-related-posts-wrapper {
		grid-template-columns: repeat(2, 1fr) !important;
	}
	.ast-separate-container #primary {
		margin-top: 0;
	}
	.single.single-post .entry-content h2 {
		font-size: 22px;
		line-height: 26px;
	}
}

@media (max-width: 544px) {
	.ast-related-posts-title-section {
		padding-bottom: 0;
	}
	body.archive .ast-archive-description {
		padding: 5px 13px;
		margin-bottom: 12px;
	}
	body.archive .ast-archive-description .ast-archive-title {
		font-size: 20px;
	}
	.ast-separate-container .ast-blog-layout-5-grid .post-content {
		padding: 0 8px;
	}
	.ast-separate-container .ast-article-post {
        padding: 0;
    }	
	.ast-blog-layout-5-grid .ast-blog-featured-section {
		margin-bottom: 10px;
	}
	.ast-excerpt-container.ast-blog-single-element p {
		line-height: 22px;
	}
	.ast-separate-container .ast-404-layout-1, .ast-separate-container .no-results {
        padding: 10px;
    }
}
/* .Blog */
