/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.taxonomy-description ul {
	margin-left: 20px;
}
/* Table wrapper */
table {
    display: inline-table !important;
    max-width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 1.8em 0;
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.6;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* Header */
table thead th {
    background: linear-gradient(180deg, #f8fafc, #f1f5f9);
    font-weight: 600;
    color: #1f2937;
}

/* Cells */
table th,
table td {
    padding: 12px 14px !important;
    border-bottom: 1px solid #e6e8ec;
    text-align: left;
    vertical-align: middle;
	color: #333;
}

/* Remove last row border */
table tbody tr:last-child td {
    border-bottom: none;
}

/* Zebra rows */
table tbody tr:nth-child(even) {
    background: #fafafa;
}

/* Hover (desktop) */
@media (hover: hover) {
    table tbody tr:hover {
        background: #eef4ff;
    }
}

/* Rounded corners for header */
table thead th:first-child {
    border-top-left-radius: 10px;
}
table thead th:last-child {
    border-top-right-radius: 10px;
}

/* Responsive scroll */
table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Prevent ugly wrap for numbers */
table td {
    word-break: break-word;
}

.accordion br {
	display: none;
}
.recent-blog-posts a {
    margin-bottom: 0px;
    font-size: 13.5px;
    color: #06022c;
}

.recent-blog-posts .badge-inner {
    border-radius: 5px;
}

.post-sidebar .widget-title {
    color: #08a559;
}


strong, b {
	font-weight: bold;
}
.textcontent-scrollbox {
    padding: 20px 5px;
    background-color: transparent;
    border: 2px solid #08a559;
    border-radius: 18px;
    box-shadow: 0 0 10px rgb(36 238 137 / 60%), 0 0 20px #24ee8952;
    margin-bottom: 10px;
	background: white;
}

.textcontent-scrollbox>.col {
    max-height: 500px;
    overflow-y: auto;
	padding: 25px;
}

.uxb-draggable.textcontent-scrollbox>.col {
    max-height: none;
}

.textcontent-scrollbox>.col::-webkit-scrollbar {
    width: 4px;
}

.textcontent-scrollbox>.col::-webkit-scrollbar-thumb {
    background: #08a559;
    border-radius: 4px;
}

.textcontent-scrollbox>.col::-webkit-scrollbar-track {
    background: transparent;
}


        .review-filter-wrapper {
    background: #06022c;
    border-radius: 16px;
    padding: 30px 30px 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 102, 0.25);
    margin-bottom: 40px;
    border-radius: 10px;
    padding: 25px 25px 0;
    border: 1px solid #5e5e5e;
}

        .review-filter-form {
            max-width: 1200px;
            margin: 0 auto;
        }
        .filter-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 20px;
            margin-bottom: 10px;
        }
        .filter-field {
            position: relative;
        }
        .filter-field label {
            display: block;
            color: #fff;
            font-weight: 500;
            font-size: 13px;
            text-transform: inherit;
            letter-spacing: 0.5px;
            margin-bottom: 8px;
            opacity: 0.95;
        }
        .filter-field input,
        .filter-field select {
            width: 100%;
            background: #fff;
            border: 2px solid transparent;
            border-radius: 10px;
            font-size: 15px;
            color: #000066;
            transition: all 0.3s ease;
            appearance: none;
        }
        .filter-field input:focus,
        .filter-field select:focus {
            outline: none;
            border-color: #fcb565;
            box-shadow: 0 4px 12px rgba(255,217,0,0.3);
            transform: translateY(-2px);
        }
        .filter-field input::placeholder {
            color: #a0aec0;
        }
        .filter-field select {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23000066' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 12px center;
            background-size: 12px;
            padding-right: 36px;
            cursor: pointer;
        }
        .filter-actions {
            display: grid;
            grid-template-columns: 1fr auto;
            gap: 12px;
            align-items: center;
        }
        .filter-submit-btn,
        .filter-reset-btn {
            padding: 5px 32px;
            border: none;
            border-radius: 10px;
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            text-align: center;
			margin: 0;
        }
        .filter-submit-btn {
            background: linear-gradient(135deg, #fcb565 0%, #ffed4e 100%);
            color: #000066;
            box-shadow: 0 4px 15px rgba(255,217,0,0.4);
        }
        .filter-submit-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(255,217,0,0.5);
        }
        .filter-reset-btn {
            background: rgba(255,255,255,0.15);
            color: #fff;
            border: 2px solid rgba(255,255,255,0.3);
            padding: 12px 32px;
            font-size: 14px;
            white-space: nowrap;
        }
        .filter-reset-btn:hover {
            background: rgba(255,255,255,0.25);
            border-color: rgba(255,255,255,0.5);
        }
        .filter-reset-btn:disabled {
            opacity: 0.3;
            cursor: not-allowed;
        }
        .filter-reset-btn:disabled:hover {
            background: rgba(255,255,255,0.15);
            border-color: rgba(255,255,255,0.3);
        }
        @media (max-width: 768px) {
			.filter-submit-btn, .filter-reset-btn {
    		padding: 2px;
    		font-size: 12.5px;
			}
			.filter-field label {
				font-size: 12px;
				margin-bottom: 3px;
			}
            .review-filter-wrapper {
                padding: 24px 20px;
                border-radius: 12px;
            }
            .filter-grid {
                grid-template-columns: 1fr;
                gap: 0px;
            }
            .filter-actions {
                grid-template-columns: 1fr;
                gap: 5px;
            }
            .filter-reset-btn {
                padding: 5px 24px;
                font-size: 15px;
            }
        }

.section-banner a.button {
    border-radius: 8px;
    background-color: #fcb565;
    color: black;
    padding: 7px 35px;
    font-size: 20px;
    font-weight: 500;
    min-height: 0;
    line-height: 0;
}

.row-review-list>.col {
	margin-bottom: 20px;
}

.row-review-list>.col>.col-inner {
    box-shadow: 0 10px 15px -3px rgba(1, 0, 102, 0.1), 0 4px 6px -2px rgba(1, 0, 102, 0.05);
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #e6e6e6;
	background-color: white;
	color: #333;
}

.row-review-list img {
	border-radius: 12px;
	max-height: 100px;
	width: auto;
}

.review-title a, .review-title {
    font-weight: 600;
    font-size: 16px;
    color: #010066;
    margin-bottom: 7px;
}

.review-index .col-inner {
    background-color: #06022c;
    color: white;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 5px;
}

.review-bonus ul {
    margin-bottom: 0;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    gap: 25px;
}

.review-description {
	margin-bottom: 5px;
	font-size: 14px;
}

.review-bonus li::before {
  content: "✔";
  margin-right: 8px;
  color: #3fb73f;
  font-weight: bold;
}

.review-bonus li {
    list-style: none;
	margin-left: 0 !important;
	margin-bottom: 0;
	font-size: 12.5px;
}

.rating-number {
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 0px;
}

.vote-count {
	font-size: 12.5px;
}

.review-rating .stars {
    color: #f0ad4e;
    font-size: 25px;
	margin-bottom: 0px;
	margin-top: -10px;
}

.review-rating {
	margin-bottom: 5px;
}

.single .row-review-list a.button {
	font-size: 12px;
}

.single .disclaimer {
    font-size: 11px;
}

.row-review-list a.button {
    background-color: #08a559;
    color: white;
    border-radius: 5px 5px 5px 5px;
    width: 100%;
    padding: 5px 0;
    border-radius: 100px;
	margin-bottom: 0;
}

.row-review-list a.button.button-2 {
    color: #0bbc66;
    background-color: transparent;
    border: none;
    padding: 0 !important;
    margin: 3px 0 !important;
    text-transform: inherit;
    font-weight: 500;
    cursor: pointer;
    text-decoration: underline !important;
}

.row-review-list a.button.button-2 span {
	text-decoration: underline !important;
}

.row-review-list .col {
	padding-bottom: 0;
}

.row-review-list .accordion-inner {
    padding: 0px 20px 0px;
}

.row-review-list .accordion-inner li {
	margin-bottom: 0px;
}

.row-review-list .accordion-title {
    padding: 5px 15px;
    color: #000066;
    border: none;
    background-color: #f9f9f9;
    margin-bottom: 5px;
    border-radius: 8px;
	margin-top: 10px;
	font-size: 14px;
}

.row-review-list .accordion .toggle {
	left: inherit;
	right: 0;
}

.row-review-list .accordion p, .row-review-list .accordion li {
	font-size: 14px;
}

.disclaimer {
	font-size: 12px;
	color: #7f7f7f;
	text-align: center;
}

.review-template-default .large-10.col {
	        flex-basis: 100%;
        max-width: 100%;
}


.footer-wrapper span.widget-title {
    text-transform: inherit;
    font-size: 18px;
	display: block;
	margin-bottom: 15px;
}

.footer-wrapper a {
	color: #d1d5db !important;
	padding: 3px 0 !important;
}

.footer-wrapper a:hover {
	color: #fcb565 !important;
}

.footer-wrapper p {
	margin-bottom: 10px;
}

.footer-primary.pull-left {
	margin-top: 10px;
}
.footer-wrapper .is-divider {
	display: none;
}


#post-list .post-item>.col-inner {
	border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

#post-list .post-item>.col-inner img {
	border-radius: 10px 10px 0 0;
}

.from_the_blog_comments {
	display: none;
}

.post_comments {
	display: none;
}

.widget-area span.widget-title {
    text-transform: inherit;
    letter-spacing: normal;
	font-size: 20px;
}

.section-faq .row>.col>.col-inner {
	box-shadow: 0 10px 15px -3px rgba(1, 0, 102, 0.1), 0 4px 6px -2px rgba(1, 0, 102, 0.05);
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    border-top: 5px solid #06022c;
    padding: 50px;
	max-width: 800px;
	margin: 0 auto;
}

.accordion-title {
    border-top: none;
    background: white;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.section-game {
	padding: 50px 0 0 !important;
	    background: linear-gradient(315deg, rgba(0, 0, 0, .015) 25%, transparent 0, transparent 75%, rgba(0, 0, 0, .02) 0, rgba(0, 0, 0, .015)) 0 0 / 10px 10px, linear-gradient(45deg, rgba(0, 0, 0, .015) 25%, transparent 0, transparent 75%, rgba(0, 0, 0, .015) 0, rgba(0, 0, 0, .03)) 0 0 / 10px 10px, radial-gradient(circle at bottom center, rgba(147, 48, 105, .6) 15%, rgba(147, 48, 105, 0) 30%) 100% no-repeat, linear-gradient(92deg, #3440aa, #79ad7c 50%, #caa56c 65%) 0 0 / 100% 48% no-repeat, linear-gradient(90deg, #2e4e8f, #867d6d 50%, #c38b61 65%) 0 0 / 100% 100% no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-filter {
	padding: 40px 0 0px !important;
}

.single .entry-header-text {
    text-align: left;
    padding: 0;
}

.entry-meta {
    text-transform: inherit;
    letter-spacing: normal;
    font-size: 14px;
}

.entry-divider {
    display: none;
}


    .archive .large-10 {
        flex-basis: 100%;
        max-width: 100%;
    }

.section-why .icon {
	background-color: #010066;
    padding: 18px;
    border-radius: 100%;
}

.section-why .icon .icon-inner {
	color: #fcb565;
    line-height: 0;
}

.section-why p {
	color: #4b5563;
}

.section-why {
	padding: 50px 0 30px !important;
}

.home h1 {
	font-size: 35px;
}

.home h2 {
	font-size: 30px;
}

.social-icons a {
       margin-right: 15px !important;
}

.social-icons a i {
	color: #fcb565;
}

.row-cons-pros>.col>.col-inner {
	align-content    background: #fff;
    border-radius: 16px;
    padding: 22px 24px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.row-cons-pros>.col:nth-child(1)>.col-inner {
	border-top: 4px solid #22c55e;
}

.row-cons-pros>.col:nth-child(2)>.col-inner {
	border-top: 4px solid #ef4444;
}

.row-cons-pros li {
    position: relative;
    line-height: 1.55;
    list-style: none;
    margin: 0 0 5px !important;
    padding-left: 20px;
	font-size: 14px;
}

.row-cons-pros li::before {
    position: absolute;
    left: 0;
    top: 2px;
    font-weight: 700;
    font-size: 16px;
}

.row-cons-pros>.col:nth-child(1) li::before {
    content: "✓";
    color: #22c55e;
}

.row-cons-pros>.col:nth-child(2) li::before {
    content: "✕";
    color: #ef4444;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.review-index .col-inner {
		position: absolute;
		top: -5px;
		left: 10px;
		width: 50px;
		height: 50px;
		font-size: 20px;
	}
	
	.review-title a, .review-title {
    text-align: center;
}
	    .row-review-list .col {
        padding-bottom: 15px;
			text-align: center;
    }
	
.row-review-list>.col {
    margin-bottom: 5px;
}
	
	
.home h1 {
	font-size: 25px;
}

.home h2 {
	font-size: 23px;
}
	
.section-faq .row>.col>.col-inner {
    padding: 20px;
    border-radius: 30px;
}
	
	
}