/* 
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 */

nav.elementor-nav-menu--dropdown {
    padding-bottom: 30px;
}

.home-slide .elementor-loop-container{margin-top:50px}
.home-slide .elementor-widget-image a{width:100%}


.home-slide .swiper-pagination-progressbar {
    width: 70%;
    margin: 0 15% 0 15% !important;
	background-color: #9ef01a;
    background: -moz-linear-gradient(left, #9ef01a 0, #1be7ff 100%);
    background: -webkit-linear-gradient(left, #9ef01a 0, #1be7ff 100%);
    background: linear-gradient(to right, #9ef01a 0, #1be7ff 100%);
    box-shadow: inset 0 0 10px -9px rgba(30, 30, 30, .4);
	border-radius:6px
}

.home-slide .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{border-radius:6px}

.ticket-available {
    padding: 9px;
    font-size: 12px;
    line-height: 14px;
    margin-top: 5px;
    display: inline-block;
    font-weight: 900;
    -webkit-transition: all 0s;
    transition: all 0s;
    background-color: #fff;
    color: #333 !important;
    font-family: "Neue Plak", Sans-serif;
}

.ticket-available:hover {
    -webkit-transition: all 0s;
    transition: all 0s;
    background-color: #9ef01a;
    background: -moz-linear-gradient(left, #9ef01a 0, #1be7ff 100%);
    background: -webkit-linear-gradient(left, #9ef01a 0, #1be7ff 100%);
    background: linear-gradient(to right, #9ef01a 0, #1be7ff 100%);
    padding: 9px;
    color: #364444;
}

.ticket-sold-out{
    padding: 8px;
    font-size: 12px;
    line-height: 14px;
    margin-top: 5px;
    display: inline-block;
    font-weight: 900;
    -webkit-transition: all 0s;
    transition: all 0s;
    color: #fff;
    border: 2px solid #fff;
    font-family: "Neue Plak", Sans-serif;
}


.ticket-sold-out:hover {
    background-color: #f9faf4;
    color: #333;
}


.ticket-sms-title{
    margin-top:30px;
    font-family: "Neue Plak", Sans-serif; 
    color: #fff;
        font-weight: 900;
        font-size: 20px;
}

@media (max-width: 768px) { 

.home-slide .elementor-loop-container{margin-top:0px}
	.swiper-pagination-progressbar{display:none}
}



