/*
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: 418px;
                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%;
            }

            .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;
}

#header, .header-wrapper.stuck {
    background: #0d0d0d;
}


.section-banner p {
	margin: 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: linear-gradient(180deg, #FFA347 0%, #FF5F00 100%);
    margin: 0;
    padding: 3px 0;
    font-size: 17px;
}

@-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: #000000;
    height: 20px;
    display: flex;
    align-items: center;
    padding: 18px;
}

.marquee-content {
    display: inline-block;
    white-space: nowrap;
    color: white;
    font-weight: bold;
    font-size: 13.5px;
    padding-left: 100%;
    animation: marqueeScroll 30s 
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-image: linear-gradient(90deg, #FF5F00, #FF7A1F, #FFA347, #FF7A1F);
    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: 25px 15px 15px;
    border-radius: 10px;
    border: 3px solid #FF5F00;
    margin-bottom: 30px;
	background: white;
}

.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;
}

.footer-1 .widget_text {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.footer-1 {
	padding: 80px 0 60px;
}

.footer-1 .widget_custom_html {
	margin-top: 50px;
}

.footer-1 .widget_custom_html .social-icons a {
	margin: 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;
}

.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 #FF5F00;
    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-image: linear-gradient(90deg, #FF5F00, #FF7A1F, #FFA347, #FF7A1F);
    border-radius: 5px 5px 5px 5px;
    width: 100%;
    padding: 5px 0;
}

.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: #FF5F00;
    text-transform: inherit;
    letter-spacing: normal;
	font-size: 20px;
}

.contact-us-social {
	
}

.contact-us-social a {
	    color: #ff5f00;
	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;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

	.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;
}
	
	
}