/* 
Theme Name: Child Theme for Hello Theme
Description: This theme is a child theme of Hello Elementor, created by Wingard.
Author: Wingard
Author URI: https://wearewingard.com/
Template: hello-elementor
Version: 1.0.1
*/

/*
*   Add your custom styles here
*/

/* Events Calendar Styles */
.tribe-events-calendar-list__event-featured-image{
	border-radius:20px;
}

.tribe-common-c-btn{

	background:#004959 !important;
}

time{
	
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
    border: 1px solid #004959;
    border-radius: var(--tec-border-radius-default);
    color: #004959;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
    background-color:#004959;
}

/* Form Styles */

.gform_required_legend{
	display:none;	
}

.gfield_checkbox input{
	border-radius:3px !important;
}

input.gchoice_other_control {
    background-color: white !important;
    border-radius: 10px !important;
}

.gfield-choice-toggle-all button{
	font-size:1em !Important;
	border-radius:10px !important;
	padding:10px 20px !important;
	border:0 !important;
	box-shadow:0 !important;
	font-weight:bold !important;
	background-color:#00A99D !important;
	color:white !important;
}

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    color: #00A99D !important;

 
}

.gfield_checkbox input.gfield-choice-input{
	border-radius:5px !important;
}

.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    background-color: #00A99D !important;;
}

.ginput_container input{
	background-color: white !important;
    border-radius: 10px !important;
}

.ginput_container textarea{
	background-color: white !important;
    border-radius: 10px !important;
}

.gform_wrapper legend{
	font-size:1em !Important;
}

.gform-field-label{
	font-size:1em !Important;
}

.gform_next_button{
	font-size:1em !Important;
	border-radius:10px !important;
	padding:10px 20px !important;
	border:0 !important;
	box-shadow:0 !important;
	font-weight:bold !important;
	background-color:#004959 !important;
}


.gform_previous_button{
	font-size:1em !Important;
	border-radius:10px !important;
	padding:10px 20px !important;
	border:0 !important;
	box-shadow:0 !important;
	font-weight:bold !important;
	background-color:#00A99D !important;
	color:white !important;
}

.percentbar_custom{
	background-color:#00A99D !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details {
    width: 100% !Important;
}

.tribe-events-calendar-list__event-featured-image{
	display:none !important;
}
