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

@import url("https://use.typekit.net/wsw1wnf.css");

:root {
  --PrimaryOrange: #ff8100;
  --SecondaryRed: #ce3712;
  --TextCream: #f7e1c0;
  --Green: #004232;

  --Brown: #885032;
  --DarkCream: #dac194;
  --LightGreen: #03643a;
  --White: #ffffff;

  --transparent: transparent;
  --transition: all 0.2s ease-in-out;
}

/*

Bistro Script - Regular
font-family: "bistro-script-web", sans-serif;
font-weight: 400;
font-style: normal;


Gelica - SemiBold
font-family: "gelica", sans-serif;
font-weight: 600;
font-style: normal;


Gelica - Bold
font-family: "gelica", sans-serif;
font-weight: 700;
font-style: normal;


Poppins - SemiBold
font-family: "poppins", sans-serif;
font-weight: 600;
font-style: normal;


Poppins - Bold
font-family: "poppins", sans-serif;
font-weight: 700;
font-style: normal;

*/

/* Form css start */

.forminator-label {
	color: #CE3712;
	font-size:14px !important;
}
.forminator-description {
	display: none !important;
}
.forminator-textarea {
	resize: none !important;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	border: 1px solid #03643A;
}
.cream-background-link a {
	color:#004232;
	text-decoration:none;
}
.cream-background-link a:hover {
	color:#F7E1C0;
}
.forminator-ui.forminator-custom-form .forminator-button.forminator-button-submit {
	font-family: "gelica", sans-serif !important; 
    font-weight: 700 !important;
	  font-style: normal;
		font-size: 26px !important;
	padding: 12px 25px !important;
}

/* Form css end */

/* single Event Header style start */
.single-tribe_events header {
    background: var(--e-global-color-primary) !important;
}

/* Custom Style start */

/* Custom Style end */

.cat_filter_section.all_psts_filtr label {
	    color: var(--Green);
    font-size: 20px;
    line-height: 24px;
}
