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

.icon-hover-footer a {
  text-decoration: none;
  color: inherit;
}

.icon-hover-footer a:hover {
   color: var(--e-global-color-accent) !important;
}

.gform_required_legend{
	display:none!important;
}

/*****************
CONTACT PAGE STYLES
*****************/

/* Increase Gravity Forms input and label sizes */
body .gform_wrapper .gform_body input[type="text"],
body .gform_wrapper .gform_body input[type="email"],
body .gform_wrapper .gform_body input[type="url"],
body .gform_wrapper .gform_body input[type="tel"],
body .gform_wrapper .gform_body input[type="number"],
body .gform_wrapper .gform_body input[type="password"],
body .gform_wrapper .gform_body textarea,
body .gform_wrapper .gform_body select,
body .gform-field-label--type-inline {
    font-size: 1.1em!important;       /* Text inside fields */
    padding: 0.6em!important;         /* Make field boxes bigger */
}

/* Increase label text size */
body .gform_wrapper .gform_heading .gform_title,
body .gform_wrapper .gfield_label {
    font-size: 1.1em!important;
}

/* Increase description and placeholder text size */
body .gform_wrapper .gfield_description,
body .gform_wrapper ::placeholder {
    font-size: 1.1em!important;
}

/* Create more top padding above labels */
.gform_wrapper.gravity-theme .gfield_label {
	margin-top:10px!important;
}

.ginput_container {
	margin-bottom: 20px!important;
}


/* Target the address group within Gravity Forms */
.gform_wrapper.gravity-theme .ginput_container_address span {
	flex: 0 0 33.3%;
}

/*****************
THE EVENTS CALENDAR
*****************/

.tribe-events .tribe-events-calendar-list__month-separator-text{
	font-size: .65em!important;
}

.tribe-events .tribe-events-calendar-list__event-title-link{
	font-weight:bold;
}

/******************
MESSAGE BAR
******************/

/* Make Close Button Larger */
.wpfront-close {
	font-size:1.5rem!important;
	margin-top:8px!important;
}

/* Tablet (≤1024px) */
@media (max-width: 1024px) {
  /* tablet-specific styles here */
	/* Make Notification Bar Slightly Taller on Tablet */
	.wpfront-notification-bar {height: 75px!important;}
}

/* Mobile (≤767px) */
@media (max-width: 767px) {
  /* mobile-specific styles here */
	/* Make Notification Bar Taller Still on Mobile */
	.wpfront-notification-bar {height: 100px!important;}
}

