/* 
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 */
p:last-child {
	margin-bottom: 0!important;
}

.hidden {
	display: none!important;
}

/*Header*/
header {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

/*Buttons*/
.btn-primary a,
input[type="submit"] {
	background: transparent linear-gradient(90deg, #CEA439 0%, #EED36D 30%, #DFBD55 61%, #C79A2E 79%, #B07908 100%) 0% 0% no-repeat padding-box;
	border: unset;
}

.btn-primary a:hover,
input[type="submit"]:hover {
	background: transparent linear-gradient(90deg, #B07908 0%, #C79A2E 30%, #DFBD55 61%, #EED36D 79%, #CEA439 100%) 0% 0% no-repeat padding-box;
}

/*Footer*/
@media screen and (max-width: 767px) {
	.footer-links ul {
		flex-direction: column;
		align-items: center;
		row-gap: 15px;
	}
	
	.footer-links ul::after {
		display: none;
	}
}

/*Sign Up Form*/
.mc4wp-form .mc4wp-form-fields {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
}

.mc4wp-form .mc4wp-form-fields input {
	padding: 10px 20px;
}

.mc4wp-form .mc4wp-form-fields input:not([type="submit"]) {
	background-color: var(--e-global-color-secondary);
    border: unset;
    border-radius: 4px;  
}

/*Tour table*/
.tour-table a:hover {
	color: inherit!important;
}

.tour-table .btn-primary a {
	font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 1px;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16862745098039217);
    color: var(--e-global-color-55c29bc)!important;
    border-radius: 4px;
    padding: 9px 38px 8px 39px;
}
