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

html {
  font-size: 62.5%;
}

#footeraddress .elementor-icon-list-item a {
    align-items: flex-start;
}

main .elementor-widget-container {
	border-radius: 12px 12px 12px 12px;
}

main .elementor-widget-container img {
	border-radius: 12px 12px 12px 12px;
}

footer .elementor-cta {
	border-radius: 12px 12px 12px 12px;
}

.elementor-icon-box-icon .elementor-icon i:before {
	margin-top: 8px;
}

.fontweight300 a {
	font-weight: 300 !important;
}

.fontweight500, a {
	font-weight: 500 !important;
}

@media (max-width: 767px){
	.textcenteronmobile .elementor-item {
			justify-content: center !important;
	}
}

main :is(.elementor-section-wrap,[data-elementor-id])>.e-container--row {
    --gap: 6rem;
}

section:first-of-type {
  margin-top: 4rem !important;
}

section {
	margin-top: 8rem !important;
}

.coloredsection {
	padding-top: 8rem !important;
	padding-bottom: 8rem !important;
	margin-top: 8rem !important;
}

section :has(elementor-motion-effects-layer) {
	padding-top: 8rem !important;
	padding-bottom: 8rem !important;
}

input[type='checkbox'] {
    width: 32px;
    height: 32px;
	vertical-align: middle;
    position: relative;
	margin-right: 1.6rem;
	background-color: #F7F7F7;
}

input[type='radio'] {
    width: 32px;
    height: 32px;
	vertical-align: middle;
    position: relative;
	margin-right: 1.6rem;
	background-color: #F7F7F7;
}

label {
	margin-right: 3.6rem;
}



/*
    Bottom nav menu styling
*/

.wp-bottom-menu-item span {
    font-size: 12px;
	font-weight: 500;
	color: #555555;
}

.wp-bottom-menu-item svg {
	fill: #555555;
}

.wp-bottom-menu-item.active span {
    color: var(--e-global-color-primary);
}

.wp-bottom-menu-item.active svg {
    fill: var(--e-global-color-primary);
}







