/*
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.   ***************/
.section-testimonials .align-equal .col-inner {
	background-color: white;
	border-radius: 10px;
}

.section-testimonials {
	padding: 50px 0 10px !important;
}

.star-rating span:before {
    color: #ffd700;
}

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

.section-cta .gallery-col {
	    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.floating-tips {
                position: fixed;
                width: 85px;
                bottom: 30%;
                right: 4px;
                z-index: 9999;
                animation: movemove 15s infinite;
            }

            @keyframes movemove {
                0% {
                    transform: translateY(0);
                }

                50% {
                    transform: translateY(-180px);
                }

                100% {
                    transform: translateY(180);
                }
            }

            .floating-tips img {
                width: 100%;
				margin-bottom: 10px;
            }

            .floating-screen img {
                width: 100%;
            }

            .floating-screen {
                position: fixed;
                width: 30px;
                bottom: 245px;
                right: 0px;
                z-index: 9999;
            }

            .floating-av {
                position: fixed;
                width: 35px;
                bottom: 100px;
                right: 0px;
                z-index: 9999;
            }

            .floating-av img {
                width: 100%;
            }

.header-bg-image {
    max-width: 1200px;
    margin: 0 auto !important;
    text-align: center;
}

.section-banner p {
	margin-bottom: 15px;
}

.section-banner .text-1 {
    display: flex;
    position: relative;
}

.section-banner .text-1:before {
	content: '⬤';
	color: #ffc800;
	margin-right: 10px;
}


.section-banner .box {
	box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.2);
    background: white;
    border-radius: 10px;
    padding: 15px;
}

.section-banner .box .box-text.text-center {
    padding: 20px 0 0 0;
}

.section-banner .box img {
	border-radius: 10px;
}

.section-banner a.button {
    background: #ffc800;
    margin: 0;
    padding: 3px 0;
    font-size: 17px;
    color: black;
}

@-webkit-keyframes AnimatedGradientBgLeft {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 100% 0
    }
}

@keyframes AnimatedGradientBgLeft {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 100% 0
    }
}

@-webkit-keyframes AnimatedGradientBgRight {
    0% {
        background-position: 100% 0
    }

    100% {
        background-position: 0 0
    }
}

@keyframes AnimatedGradientBgRight {
    0% {
        background-position: 100% 0
    }

    100% {
        background-position: 0 0
    }
}

@-webkit-keyframes AnimatedGradientBgUp {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 0 100%
    }
}

@keyframes AnimatedGradientBgUp {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 0 100%
    }
}

@-webkit-keyframes AnimatedGradientBgDown {
    0% {
        background-position: 0 100%
    }

    100% {
        background-position: 0 0
    }
}

@keyframes AnimatedGradientBgDown {
    0% {
        background-position: 0 100%
    }

    100% {
        background-position: 0 0
    }
}

.marquee-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #ffc800;
    height: 20px;
    display: flex;
    align-items: center;
    padding: 18px;
}

.marquee-content {
    display: inline-block;
    white-space: nowrap;
    color: black;
    font-weight: bold;
    font-size: 12.5px;
    padding-left: 100%;
    animation: marqueeScroll 35s 
linear infinite;
    position: relative;
    font-weight: 400;
}
        .marquee-content::after {
            content: attr(data-text);
            position: absolute;
            left: 100%;
            padding-left: 100px;
        }

        @keyframes marqueeScroll {
            0% { transform: translateX(0); }
            100% { transform: translateX(-100%); }
        }

.row-game img {
	border-radius: 5px 5px 0 0;
}

.row-game .image-cover {
	padding-top: 55%;
}

.row-game .img {
	margin-bottom: 8px !important;
}

.row-game .gamelist-title {
	color: black;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 0px;
}

.row-game .col-inner {
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
	padding-bottom: 12px;
	background-color: white;
}

.row-game p {
	font-size: 13.5px;
	margin-bottom: 3px;
}

.row-game a.button {
        background: linear-gradient(#157d3c, #178540, #1b9649);
    animation-duration: 3s;
    animation-name: AnimatedGradientBgRight;
    background-size: 300% 100%;
    margin: 10px auto 0;
    width: 120px;
    padding: 2px 0;
    border-radius: 5px;
    display: flex;
    transition: all .5s;
    inset: 0;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: 
linear;
    animation-timing-function: 
linear;
    align-items: center;
    justify-content: center;
}

.row-game a.button span {
    font-weight: 400;
    line-height: 12px;
    font-size: 12.5px;
}

.row.border>.col>.col-inner {
    padding: 15px 15px 5px;
    border-radius: 10px;
	background-color: #004609;
    margin-bottom: 20px;
	color: white;
}

.row.border>.col>.col-inner h2 {
	color: white;
	margin-bottom: 5px;
}


.row.border .accordion .toggle {
	left: inherit;
	right: 0;
}

.section-content-new .accordion-title {
    border: none;
    font-size: 15px;
    padding: 10px;
    font-weight: 500;
    color: #000000 !important;
    background: #f8f8f8;
    margin-bottom: 8px;
    border-radius: 5px;
}

.copyright-footer ul {
	display: flex;
	    gap: 40px;
	margin-bottom: 0;
	margin-top: 5px;
}

.copyright-footer li {
	    list-style: none;
	color: white;
	margin-bottom: 0;
}

.absolute-footer {
    padding: 20px 0 15px;
}


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

.section-content-new .section-content {
	padding: 0 15px;
}


.header-button-1 a {
    background-image: linear-gradient(150deg, #2BDF20 0%, #13A50F 100%);
    padding: 3px 12px;
    font-size: 16px;
    font-weight: 400;
    min-height: 0;
    line-height: 0;
}

.header-button-1 a i {
	margin-right: 0 !important;
}

.header-button-2 {
	    margin-right: 0 !important;
}

.header-button-2 a {
    background-color: #10CCEC;
    background-image: linear-gradient(150deg, #10CCEC 0%, #56EEFD 100%);
    padding: 3px 12px;
    font-size: 16px;
    font-weight: 400;
    min-height: 0;
    line-height: 0;
}

.header-button-2 a i {
	margin-right: 0 !important;
}

.footer-1>.row>.col {
	        flex-basis: 20%;
        max-width: 20%;
}

.footer-1>.row>.col:nth-child(1) {
	        flex-basis: 40%;
        max-width: 40%;
}

.section-up {
    background-image: linear-gradient(180deg, #035124 14%, #000000 100%);
}

.section-down {
    background-image: linear-gradient(180deg, #000000 0%, #035124 100%);
}

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

.row-review-list>.col>.col-inner {
    padding: 15px 15px 10px;
    border-radius: 10px;
    border: 3px solid #157d3c;
    margin-bottom: 30px;
    background: white;
}
.row-review-list img {
	border-radius: 12px;
}

.review-title {
    font-weight: 400;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}

.review-description {
	margin-bottom: 10px;
}

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

.review-bonus li {
    list-style: none;
	margin-left: 0 !important;
}

.rating-number {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
}

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

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

.row-review-list a.button {
    background-color: #ffc800;
    border-radius: 5px 5px 5px 5px;
    width: 100%;
    padding: 5px 0;
    color: black;
}

.row-review-list a.button.button-2 {
	background-image: linear-gradient(180deg, #4CAF50 0%, #078175 100%);
}

.row-review-list .col {
	 padding-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.row-review-list .accordion-inner {
    padding: 10px 20px 5px;
    background: #0d582c;
}

.row-review-list .accordion-title {
	padding: 10px 10px;
	color: white;
	background: #0b2f19;
}

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

#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 {
    color: #157d3c;
    text-transform: inherit;
    letter-spacing: normal;
	font-size: 20px;
}

.contact-us-social {
	
}

.contact-us-social a {
	    color: #157d3c;
	margin: 0 30px !important;
}

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

.entry-divider {
	display: none;
}

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

.section-content-new.two .col {
	padding-bottom: 0;
}

.section-content-new.two .row.border>.col>.col-inner {
	margin-bottom: 0;
}
.row-review-list .col {
	 padding-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}
.row-review-list>.col>.col-inner {
    padding: 15px 15px 10px;
    border-radius: 10px;
    border: 3px solid #157d3c;
    margin-bottom: 30px;
    background: white;
}
.row-review-list>.col {
    margin-bottom: 20px;
    color: #000000;
}

.review-title {
    font-weight: 400;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}


.row-game .image-cover {
    padding-top: 46%;
}

.row-small>.col {
    padding: 0 5px 10px;
}

.section-claim .accordion-title {
	background-color: #faf6f1;
    border-radius: 10px;
    border: none;
	margin-bottom: 10px;
	padding: 25px;
}

.section-claim .accordion {
	counter-reset: acc;
}

.section-claim .accordion .toggle {
	left: inherit;
	right: 15px;
	    top: 17px;
}

.section-claim .accordion .accordion-title span::before {
	counter-increment: acc;
	content: counter(acc);
	
	display: inline-flex;
	align-items: center;
	justify-content: center;
	
	width: 28px;
	height: 28px;
	margin-right: 10px;
	border-radius: 50%;
	background: #004609;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
}

.section-claim .accordion .accordion-title span {
	display: flex;
	align-items: center;
}

.section-claim .accordion .accordion-title span::before {
	flex-shrink: 0;
}

.col.border > .col-inner {
    border-radius: 10px;
    border: 3px solid #004609;
    padding: 40px;
}

.section-faq .accordion-title {
	border-radius: 10px;
	background-color: white;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.050980392156862744);
	margin-bottom: 10px;
	border: none;
    padding: 25px;
}

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

.section-faq .accordion .toggle {
    left: inherit;
    right: 15px;
	    top: 17px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.floating-tips {
    width: 65px;
    bottom: 5%;
}
	
	.section-banner .text-inner {
		    text-align: center;
	}

	
	.absolute-footer .container {
		display: grid;
	}
	
	.absolute-footer .container .footer-primary {
		order: -1;
	}
	
	.copyright-footer ul {
    gap: 20px;
    justify-content: center;
}
	


.footer-1>.row>.col:nth-child(1), .footer-1>.row>.col:nth-child(4) {
	        flex-basis: 100%;
        max-width: 100%;
}
	
	.footer-1>.row>.col:nth-child(2), .footer-1>.row>.col:nth-child(3) {
	        flex-basis: 50%;
        max-width: 50%;
}
	
	.col.border > .col-inner {
    border: 2px solid #004609;
    padding: 15px;
}
	
}