/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

.custom-event-container {
	transform: scale(1);
	transition: transform .3s ease-in-out;
}

.custom-event-container .custom-event-btn .elementor-widget-container {
	height: 32px;
}

.custom-event-container:hover {
	transform: scale(1.03);
	transition: transform .3s ease-in-out;
}

.custom-event-container:hover .custom-event-btn .elementor-widget-container {
	background: #004C97 !important;
}

.custom-event-container:hover .custom-event-btn .elementor-widget-container span {
	color: #FFC845 !important;
}


/********************
RESOURCES
********************/

#resources-filter {
	width: 400px;
}

#resources-content {
	width: calc(100% - 400px);
}

.results-count {
	font-size: 1.125rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--e-global-color-secondary );
	margin-bottom: 25px;
}

.resources-grid {
    display: grid;
	grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: auto;
    grid-gap: 25px;
}

@media (max-width: 1240px) {
	.resources-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.resources-grid {
		grid-template-columns: 1fr;
		grid-gap: 20px;
		grid-auto-rows: unset; 
	}
}


#search-filter-results-6532 .resource-item {
    position: relative;
    background-color: var(--e-global-color-5d41e47 );
	display: inline-block;
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);
    padding: 5px 18px 25px 18px;
	transition: transform .2s ease-in-out;
	border-bottom: 5px solid;
	border-color: var(--e-global-color-68b28ed );
}

@media (min-width: 768px) {
	#search-filter-results-6532 .resource-item:hover {
		transform: scale(1.04);
		transition: all .3s ease-in-out;
		border-color: var(--e-global-color-secondary );
	}
	
	#search-filter-results-6532 .resource-item:hover h3 {
		color: var(--e-global-color-secondary );
		text-decoration: underline;
		transition: all .3s ease-in-out;
	}
}

.resource-item header {
        display: block;
        position: relative;
}

.resource-item header .resource-cat {
	display: block;
	text-transform: uppercase;
	font-size: 0.8rem;
    font-weight: 400;
    line-height: 2.2em;
    letter-spacing: 1.4px;
	border-bottom: dotted 2px;
	border-color: var(--e-global-color-0f5fe97 );
	color: var(--e-global-color-0f5fe97 );
}

.resource-item .title-wrap {
	display: grid;
	grid-template-columns: 34px auto;
	padding: 22px 0 0;
}

.resource-item .title-wrap .uael-icon {
	height: 21px;
    width: 21px;
    line-height: 21px;
}

.resource-item .title-wrap .uael-icon i {
	font-size: 21px;
    height: 21px;
    width: 21px;
    line-height: 21px;
    text-align: center;
    color: var(--e-global-color-text );
}

.resource-item h3 {
	font-family: "Roboto", Sans-serif;
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.3em;
    color: var(--e-global-color-0f5fe97 );
    margin: 2px 0px 5px 0px;
	text-transform: none;
	transition: transform .2s ease-in-out;
	margin-bottom: 12px;
}

.resource-item header span.family-support-education {
	background-image: url('../images/');
}

.resource-item .resource-meta {
    display: block;
	padding-left: 36px;
	text-align: left;
    color: #484A4C94;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.25em;
}

.resource-meta i {
   margin-right: 4px;
}

.resource-meta > div:not(:last-child) {
   margin-bottom: 6px;
}

@media (max-width: 976px) {
	#resources-filter {
		width: 300px;
	}

	#resources-content {
		width: calc(100% - 300px);
	}
	
	.resource-item header .resource-cat {
		font-size: .625rem;	
	}
	
	.resource-item .title-wrap {
		grid-template-columns: 22px auto;
	}
	
	.resource-item .title-wrap .uael-icon {
		height: 14px;
		width: 14px;
		line-height: 14px;
	}

	.resource-item .title-wrap .uael-icon i {
		font-size: 14px;
		height: 14px;
		width: 14px;
		line-height: 14px;
	}
	
	.resource-item h3 {
		font-size: .9rem;
	}
	
	.resource-item .resource-meta {
		padding-left: 24px;
		font-size: 0.625rem;
	}
	
	#resources-filter h4 {
		font-size: 17px;
	}
	
	#resources-filter ul li {
		font-size: .6rem;	
	}
	
	#resources-filter ul li ul li ul {
		margin-left: 8px;
	}
	
	#resources-filter input.sf-input-checkbox {
		transform: translateY(3px);
	}
	
	#resources-filter ul li li {
		padding: 2px 0;
	}
}

@media (max-width: 767px) {
	#resources-filter, #resources-content {
		width: 100%;
		overflow-x: hidden;
	}
	
	#resources-filter h4 {
		color: var(--e-global-color-secondary );
	}
	
	.results-count {
		margin-top: 25px;
		font-size: .75rem;
	}
	
	.resource-item .title-wrap {
		grid-template-columns: 34px auto;
	}
	
	.resource-item .title-wrap .uael-icon {
		height: 21px;
		width: 21px;
		line-height: 21px;
	}

	.resource-item .title-wrap .uael-icon i {
		font-size: 21px;
		height: 21px;
		width: 21px;
		line-height: 21px;
	}
	
	.resource-item h3 {
		font-size: 1.05rem;	
	}
	
	.resource-item .resource-meta {
		padding-left: 34px;
		font-size: 0.8rem;
	}
	
	#resources-filter h4 {
		font-size: 16px;
	}
	
	#resources-filter ul li ul li ul {
		margin-left: 12px;
	}
	
	#resources-filter ul li {
		font-size: .8rem;	
	}
}