/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.2.2.1579878898
Updated: 2020-01-24 15:14:58

*/

/**
 * Header
 */

.buy-ticket {
	background-color: #fdb714;
	border: 1px solid #fdb714;
	border-radius: 3px;
	padding: 3px 12px;
}

.buy-ticket .elementor-icon-list-icon i {
	color: #fff !important;
}

/**
 * CF7
 */

.ekit-wid-con .ekit-form form input[type=submit].wpcf7-submit {
	background-color: #fdb714;
	border-color: #fdb714;
	color: #28262B !important;
	font-weight: 700;
}

.ekit-wid-con .ekit-form form input[type=submit].wpcf7-submit:hover,
.ekit-wid-con .ekit-form form input[type=submit].wpcf7-submit:focus {
	background-color: #fdb714;
	border-color: #fdb714;
	color: #fff !important;
}

/**
 * Join newsletter block design
 */

.smaily-newsletter-form {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	text-align: center;
}
.smaily-newsletter-wrap {
	display: -webkit-flex;
	display: flex;
	max-width: 100%;
}
.smaily-newsletter-form .smaily-newsletter-wrap div {
	display: inline-block;
}
.smaily-newsletter-form input {
	margin-bottom: 0 !important;
	min-width: 350px;
}
.smaily-newsletter-form button {
	margin: 0 0 0 10px !important;
	background-color: #fdb714;
	border-color: #fdb714;
	font-weight: 700 !important;
}
.smaily-newsletter-form button:hover,
.smaily-newsletter-form button:focus {
	background-color: #fdb714;
}
.smaily-newsletter-form-success-msg {
	color: #fff;
}
.smaily-newsletter-form-success-msg,
.smaily-newsletter-form-error-msg {
	margin-top: 5px;
	text-align: center;
}
.smaily-newsletter-form-error-msg {
	color: #9d2235;
}
@media only screen and (max-width:767px) {
	.smaily-newsletter-form input {

	}
	.smaily-newsletter-form button {

	}
}

@media only screen and (max-width:600px) {
	.smaily-newsletter-form input {
		min-width: 0;
	}
}
