/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

body {
    background-image: url(images/fittest-texture-left.jpg), url(images/fittest-texture-right.jpg);
    background-position: left, right;
    background-repeat-x: no-repeat;
}

.main-banner .premium-img-layers-list-wrapper {
    text-align: center;
}

.main-banner .banner-product .premium-img-layers-image {
    width: auto !important;
}

.king-image {
    width: 100%;
    text-align: center;
}

.king-image img {
    max-width: 600px;
}

.testimonial-image img {
    border-radius: 100%;
    border: 3px solid;
}

.testimonial-image.t-image-1 img {
    border-color: #E71B1F !important;  
}

.testimonial-image.t-image-2 img {
    border-color: #fe9113 !important;  
}

.testimonial-image.t-image-3 img {
    border-color: #9fcd54 !important;  
}

.testimonial-image.t-image-4 img {
    border-color: #983c95 !important;  
}

.testimonial-image.t-image-5 img {
    border-color: #ffea39 !important;  
}

.testimonial-slider .premium-carousel-template.slick-slide:nth-child(odd) {
    margin-top: 70px;
}

.fittest-bulletproof-section {
    position: relative;
}

.fittest-bulletproof {
    position: absolute;
    top: 240px;
    z-index: 2;
}


/* Footer
--------------------------------------------- */

.footer-newsletter {
    position: relative;
}

.footer-newsletter input[type=email] {
    border: 2px solid #e71b1f;
    border-radius: 30px;
    padding: 15px 20px;
    background: transparent;
}

.footer-newsletter input[type=submit] {
    border: none;
    position: absolute;
    right: 10px;
    background: transparent !important;
    height: 100%;
    line-height: 1;
    color: #000;
    outline: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.footer-newsletter input[type=submit]:hover {
    color: #e61b1f;
}

.footer-menu ul {
    column-count: 2;
}

/* Footer
--------------------------------------------- */

@media (max-width: 1660px)  {
    .main-banner .banner-product .premium-img-layers-image {
        max-width: 500px;
    }
}









