/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

.e-call-action-game .elementor-cta__content {
    background: #57C785;
    background: linear-gradient(180deg, rgba(87, 199, 133, 0) 50%, rgba(10, 0, 0, 1) 100%);
}

.elementor-399 .elementor-widget-call-to-action .elementor-ribbon-inner,
.elementor-108 .elementor-widget-call-to-action .elementor-ribbon-inner{
    padding: 8px 70px;
    line-height: 1.3;
}

.elementor-399 .elementor-element .elementor-ribbon,
.elementor-108 .elementor-element .elementor-ribbon{
    width: 100%;
    transform: rotate(0deg);
    text-align: left;
    height: auto;
    bottom: 0;
    top: auto;
}

.elementor-399 .elementor-element .elementor-ribbon .elementor-ribbon-inner,
.elementor-108 .elementor-element .elementor-ribbon .elementor-ribbon-inner{
    transform: translateY(0px) !important;
    margin: 0;
    text-align:  left;
    padding: 10px;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    font-family: "Carter One", Sans-serif;
}
.elementor-widget-image-carousel .swiper .swiper-slide figure img {
    max-height: 70px;
    object-fit: contain;
}

@media only screen and (max-width: 767px) {
  .elementor-widget-call-to-action .elementor-ribbon-inner {
    padding: 10px;
  }
}