/*
 Theme Name:     Divi Child
 Template:       Divi
 Version:        1.0.0
*/

/* TYPOGRAPHY */

.et_pb_module h1 {
	color: #3b6280;
	font-size: 60px;
	font-weight: 400;
}

.et_pb_module h2, .et_pb_widget h2 {
	color: #3b6280;
	font-size: 36px;
	font-weight: 400;
}

.et_pb_module.medium-heading h2 {
	font-weight: 500;
}

.et_pb_module h3, .et_pb_widget h3 {
	color: #3b6280;
	font-size: 26px;
	font-weight: 400;
}

.et_pb_module h4 {
	color: #fff;
	font-size: 26px;
	font-weight: 400;
}

.et_pb_module h5 {
	color: #6a5096;
	font-size: 20px;
	font-weight: 500;
}

.et_pb_module p, .et_pb_module li {
	font-weight:400;
}

.et_pb_widget a {
	color: #6a5096;
	text-decoration: underline !important;
	font-weight: 400;
}

#main-content .et_pb_module.et_pb_text p a, #main-content .et_pb_module.et_pb_text li a, #main-content .et_pb_module h2 a {
	text-decoration: underline !important;
}

#main-content .et_pb_module h2 a {
	color: #6a5096;
}

p:not(.has-background):last-of-type {
    padding-bottom: 1em;
}


@media (max-width: 980px) {
	.et_pb_module h1, h1.entry-title {
		font-size: 50px !important;
	}

	.et_pb_module h2 {
		font-size: 32px !important;
	}

	.et_pb_module h3, .et_pb_widget h3, .et_pb_module h4 {
		font-size: 22px !important;
	}
	
	.et_pb_module h5 {
		font-size: 18px !important;
	}
}

@media (max-width: 980px) {
	.et_pb_module h1, h1.entry-title {
		font-size: 44px !important;
	}
}

/* HEADER */

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul {
	align-content: center;
    align-items: center;
}

.et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu>nav>ul {
	justify-content: space-evenly;
}

.et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu>nav>ul>li {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0;
}

.et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu>nav>ul>li:hover {
	background: #e0d4ed;
}

#mega-menu-wrap-secondary-menu {
	background: transparent;
}

#mega-menu-wrap-secondary-menu #mega-menu-secondary-menu > li.mega-menu-item {
	margin-top: 0;
	padding: 0;
}

#mega-menu-wrap-secondary-menu #mega-menu-secondary-menu > li.mega-menu-item > a.mega-menu-link {
	padding: 7px 15px;
	font-weight: 500 !important;
	line-height: 1em;
    vertical-align: middle;
}

#mega-menu-wrap-secondary-menu #mega-menu-secondary-menu > li.mega-menu-item.donate-btn,
#mega-menu-wrap-footer-menu #mega-menu-footer-menu > li.mega-menu-item.donate-btn {
	background: #6f4f9e;
	border-radius: 20px;
	border: 2px solid;
	border-color: #fff !important;
}

#mega-menu-wrap-secondary-menu #mega-menu-secondary-menu > li.mega-menu-item.donate-btn > a.mega-menu-link,
#mega-menu-wrap-footer-menu #mega-menu-footer-menu > li.mega-menu-item.donate-btn > a.mega-menu-link {
	color: #fff !important;
	padding: 7px 20px;
}

#mega-menu-wrap-secondary-menu #mega-menu-secondary-menu > li.mega-menu-item.donate-btn > a.mega-menu-link:before,
#mega-menu-wrap-footer-menu #mega-menu-footer-menu > li.mega-menu-item.donate-btn > a.mega-menu-link:before {
	position: relative;
    top: 3px;
}

#mega-menu-wrap-secondary-menu #mega-menu-secondary-menu li.mega-menu-item-type-custom .mega-search.mega-search-open input[type=text] {
	font-size: 18px;
	font-weight: 500;
	padding: 0 30px 0 15px !important;
}

#mega-menu-wrap-primary-menu {
	width: 100%;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu {
	width: 100%;
	display: flex;
    justify-content: space-between;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
	line-height: 1.2em;
	display: inline-flex;
    align-items: center;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
	font-weight: 400;
	font-size: 18px;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu.mega-guide-me > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	font-size: 20px;
	margin-left: 38px;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
	padding-bottom: 10px;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu.guide-me > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link:before {
	background: #6a5096;
	color: #6a5096;
	border-radius: 50%;
	border: 2px solid #fff;
	float: left;
    margin-right: 8px;
    font-size: 24px;
	position: absolute;
    left: -38px;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu.guide-me > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:hover a.mega-menu-link:before {
	color: #fff;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
	color: #000;
	font-size: 20px;
	text-align: left;
	font-weight: bold;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_text h4.mega-block-title {
	font-size: 49px;
	text-align: center;
	font-weight: 400;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-menu-header > a.mega-menu-link {
	color: #000 !important;
	font-weight: bold;
	padding-bottom: 10px;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .textwidget {
	color: #000;
	font-size: 18px;
	text-align: center;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_media_image {
	text-align: center;
	padding: 0;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_recent_entries ul {
	list-style-type: none;
	padding: 0;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_recent_entries ul li {
	padding-bottom: 10px;
	display: inline-block;
	line-height: 1.4em;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_recent_entries ul li a {
	font-weight: 400;
	font-size: 18px;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item.mega-et_pb_button {
	padding: 0 !important;
	width: auto !important;
	display: inline-block;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item.mega-et_pb_button > a.mega-menu-link {
	font-size: 19px;
	line-height: 1.7em !important;
	color: #fff !important;
    background-color: #6f4f9e;
    border-radius: 30px;
	border: 2px solid #fff;
	padding-top: .3em !important;
    padding-bottom: .3em !important;
    padding-right: 2.5em !important;
    padding-left: 1.5em !important;
    font-weight: 500 !important;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item.mega-et_pb_button:hover > a.mega-menu-link {
	color: #3b6280 !important;
    background-color: #e0d4ed;
    border: 2px solid #3b6280 !important;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item.mega-et_pb_button a.mega-menu-link:before {
	line-height: 1em;
    content: "\35";
    font-family: ETmodules !important;
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 30px;
    transition: all 300ms ease 0ms;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item.mega-et_pb_button:hover:after {
	color: #3b6280 !important;
}

.et_pb_code.switches .et_pb_code_inner {
	color: #000;
	font-weight: 400;
	font-size: 13px;
    line-height: 1em;
	text-transform: uppercase;
	display: inline-flex;
    align-items: center;
}

.et_pb_code.switches .wpml-ls-legacy-list-horizontal {
	display: inline-block;
	padding: 0;
	margin-right: 10px;
}

.et_pb_code.switches .wpml-ls-legacy-list-horizontal ul {
	padding-bottom: 0;
}

.et_pb_code.switches .wpml-ls-legacy-list-horizontal ul a {
	line-height: 1em;
}

.wp-dark-mode-switch-3 ._track {
	width: 50px;
	height: 25px;
	margin-left: 10px;
	background-color: #ccc;
}

.wp-dark-mode-switch-3>._track>._icon {
	display: none;
}

.wp-dark-mode-switch-3>._track>._thumb {
	height: 15px;
	width: 15px;
	right: 5px;
    left: auto !important;
}

.wp-dark-mode-switch-3.active ._track {
	background-color: #a1c556;
}

.wp-dark-mode-switch-3.active>._track>._thumb {
	-webkit-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px);
	background-color: #fff;
}

.mega-menu-item div.spacer {
	height: 60px;
}

@media (min-width: 981px) and (max-width: 1220px) {
	.desktop-header .et_pb_row_0_tb_header.et_pb_row, .desktop-header .et_pb_row_1_tb_header.et_pb_row{
		padding-left: 6% !important;
		padding-right: 6% !important;
	}
	
	.desktop-header .et_pb_row_0_tb_header.et_pb_row .et_pb_column_1_4 {
		width: 20%;
	}
	
	.desktop-header .et_pb_row_0_tb_header.et_pb_row .et_pb_column_3_4 {
		width: 80%;
	}
	
	#mega-menu-wrap-secondary-menu #mega-menu-secondary-menu > li.mega-menu-item > a.mega-menu-link {
		font-size: 14px;
	}
}

@media (min-width: 981px) {
		#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_recent_entries ul {
			columns: 2;
			-webkit-columns: 2;
			-moz-columns: 2;
	}
}

@media (max-width: 980px) {
	.mobile-header .et_pb_column.et_pb_column_1_3 {
		width: 45% !important;
	}
	
	.mobile-header .et_pb_column.et_pb_column_2_3 {
		width: 55% !important;
	}
	
	.wp-dark-mode-switch-3 ._track {
    	width: 40px;
		height: 20px;
	}
	
	.wp-dark-mode-switch-3.active>._track>._thumb {
    	-webkit-transform: translateX(-11px);
    	-ms-transform: translateX(-11px);
    	transform: translateX(-11px);
	}
	
	#mega-menu-wrap-footer-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
		background-color: #6A5096;
		border-radius: 50%;
	}
	
	#mega-menu-wrap-footer-menu .mega-menu-toggle.mega-menu-open + #mega-menu-footer-menu {
		border-top: 18px solid #fff;
		padding: 20px 10px;
	}
	
	#mega-menu-wrap-footer-menu #mega-menu-footer-menu.mega-menu-accordion > li.mega-menu-item > a.mega-menu-link,
	#mega-menu-wrap-footer-menu #mega-menu-footer-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		line-height: 1.5em;
	}
	
	#mega-menu-wrap-footer-menu #mega-menu-footer-menu.mega-menu-accordion > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link {
		font-weight: 500;
		font-size: 20px;
	}
	
	#mega-menu-wrap-footer-menu #mega-menu-footer-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-menu-header > a.mega-menu-link {
		font-weight: 500;
		padding-top: 5px;
	}
	
	#mega-menu-wrap-footer-menu #mega-menu-footer-menu.mega-menu-accordion > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {
		padding-left: 30px;
	}
	
	#mega-menu-wrap-footer-menu #mega-menu-footer-menu.mega-menu-accordion > li.mega-menu-item.mega-wpml-ls-menu-item > a.mega-menu-link {
		margin-bottom: 5px;
	}
	
	#mega-menu-wrap-footer-menu #mega-menu-footer-menu li.mega-menu-item.spacer {
		margin-top: 10px;
	}
	
	#mega-menu-wrap-footer-menu #mega-menu-footer-menu > li.mega-menu-item.donate-btn {
		display: inline-block;
    	width: auto;
	}
	
	#mega-menu-wrap-footer-menu #mega-menu-footer-menu > li.mega-menu-item.donate-btn > a.mega-menu-link:before {
		content: "";
    	background-image: url(/wp-content/uploads/2024/05/heart-icon.png);
    	background-size: 13px 11px;
    	background-repeat: no-repeat;
		width: 13px;
    	height: 11px;
    	top: 6px;
        margin-left: 10px;
	}
	
	#mega-menu-wrap-footer-menu #mega-menu-footer-menu li.mega-menu-item .mega-search-wrap {
		width: 80% !important;
	}
	
    #mega-menu-wrap-footer-menu #mega-menu-footer-menu li.mega-menu-item .mega-search .search-icon {
        background: #e0d4ed;
    }
}

/* FORMS */

.et_pb_module .gform_wrapper form.email-signup .gform-body {
	width: 84%;
    float: left;
    margin-right: 1%;
}

.et_pb_module .gform_wrapper form.email-signup .gform-footer {
	width: 15%;
    float: right;
    margin: 0;
}

.et_pb_module .gform_wrapper form.email-signup .gform-body .gform_fields {
	--gf-form-gap-x: 1%;
}

.gform-theme--foundation .gfield .ginput_password.large, .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large {
	text-align: left;
	font-size: 16px;
}

.et_pb_module .gform_wrapper .gform-body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select .gfield_select {
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(/wp-content/uploads/2024/06/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 50%;
	--gf-ctrl-select-icon-size: 14px;
}

.et_pb_module .gform_wrapper form.email-signup .gform_footer input[type=submit].gform_button, .et_pb_module .gform_wrapper form.custom .gform_footer input[type=submit].gform_button {
	font-size: 16px;
	font-weight: 500;
    background-color: #6f4f9e;
	border: 2px solid #fff;
    border-radius: 30px;
	padding-right: 2em !important;
    padding-left: 2em !important;
	padding-top: .5em;
	padding-bottom: .5em;
	line-height: 1em !important;
}


.et_pb_module .gform_wrapper form.email-signup .gform_footer input[type=submit].gform_button:after, .et_pb_module .gform_wrapper form.custom .gform_footer input[type=submit].gform_button:after {
	line-height: 1em;
    content: "\35";
	font-family: ETmodules !important;
	position: absolute;
    top: 4px;
    right: 14px;
    font-size: 30px;
	transition: all 300ms ease 0ms;
}


.et_pb_module .gform_wrapper form.email-signup .gform_footer input[type=submit].gform_button:hover, .et_pb_module .gform_wrapper form.custom .gform_footer input[type=submit].gform_button:hover {
	color: #3b6280 !important;
    background-color: #e0d4ed;
    border-color: #3b6280 !important;
    border-radius: 30px;
}


.et_pb_module .gform_wrapper form.email-signup .gform_footer input[type=submit].gform_button:hover:after {
	color: #3b6280;
}

/* HOME */

.searchandfilter ul {
	padding: 0;
}

.searchandfilter ul li {
	display: inline-flex;
}

.searchandfilter ul li.sf-field-taxonomy-persona {
	width: 70%;
}

.searchandfilter ul li.sf-field-taxonomy-persona label {
	width: 100%;
}

.searchandfilter select.sf-input-select {
	font-size: 26px;
	font-weight: 500;
	padding: 8px 50px 8px 30px;
	max-width: 100%;
}

.searchandfilter li.sf-field-submit {
    background-color: #6f4f9e;
    border: 2px solid #fff;
    border-radius: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1em !important;
	margin: 0 15px;
}

.searchandfilter li.sf-field-submit input {
	font-size: 19px;
    font-weight: 500;
	color: #fff;
    background-color: transparent;
    line-height: 1em !important;
	border: 0;
}

.searchandfilter li.sf-field-submit:after {
	line-height: 1em;
    content: "\35";
    font-family: ETmodules !important;
    position: relative;
    top: 0;
    right: -8px;
    font-size: 28px;
    transition: all 300ms ease 0ms;
	color: #fff;
}

.searchandfilter li.sf-field-submit:hover {
    background-color: #e0d4ed;
    border-color: #3b6280 !important;
    border-radius: 30px;
}

.searchandfilter li.sf-field-submit:hover input, .searchandfilter li.sf-field-submit:hover:after {
	color: #3b6280 !important;
}

.purple-boxes .et_pb_column {
	margin: 0 3px !important;
}

@media (min-width: 981px) {
	.banner .et_pb_button_module_wrapper {
		display: inline-block;
		margin-right: 12px;
	}
}

@media (max-width: 980px) {
	.searchandfilter ul li.sf-field-taxonomy-persona, .searchandfilter ul li.sf-field-taxonomy-persona label {
		width: 100%;
	}
	
	.searchandfilter select.sf-input-select {
		max-width: 100%;
		font-size: 18px;
	}
	
	.searchandfilter ul {
		text-align: center;
	}
	
	.searchandfilter ul li {
    	display: inline-flex;
    	justify-content: center;
	}
}

@media (max-width: 479px) {
	.searchandfilter select.sf-input-select {
		font-size: 16px;
		padding: 8px 30px 8px 8px;
	}
}

/* GENERAL */

body .et_pb_button {
	padding-top: .4em;
	padding-bottom: .4em;
	padding-right: 3.5em !important;
    padding-left: 2.5em !important;
	font-weight: 500;
}

body .et_pb_module .et_pb_button:hover {
	padding-top: .4em;
	padding-bottom: .4em;
}

body .et_pb_button:after {
	right: 20px;
}

.page-nav ul {
	list-style: none;
    display: flex;
	justify-content: space-evenly;
}

.page-nav ul li:after {
	line-height: 1em;
    content: "\35";
    font-family: ETmodules !important;
    position: relative;
    top: 4px;
    right: 0;
    font-size: 26px;
    transition: all 300ms ease 0ms;
}

.page-nav ul li a {
	font-size: 19px;
	color: #000;
}

.et_pb_module.et_pb_post_content .et_pb_section {
	padding: 0;
}

.et_pb_module.et_pb_post_content .et_pb_row {
	width: 100%;
}

.et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_widget_area .et_pb_widget {
	margin-bottom: 10px;
}

select {
	-moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
	background-image: url("/wp-content/uploads/2024/06/dropdown-arrow.png");
	background-repeat: no-repeat;
	background-position-x: 98%;
	background-position-y: 50%;
}

.purple-text-boxes .et_pb_column {
	display: flex;
	align-items: center;
}

.et_pb_widget ol li, .et_pb_widget ul li {
    margin-bottom: 1em;
    line-height: 1.1em;
}

body.et_divi_theme .holdResults._siq_main_searchbox ul .siq-powered-by {
	display: none !important;
}

article.et_pb_post {
	border-bottom: 1px solid #e2e2e2;
}

.info-boxes .et_pb_text.learn-more {
	position: absolute;
    bottom: 20px;
    left: 20px;
	width: 90%;
}

@media only screen and (min-width: 981px) {
.post-body .et_pb_column_3_4 {
	width: 70%;
	margin-right: 2%;
}

.post-body .et_pb_column_1_4 {
	width: 28%;
}
}

@media all and (max-width: 767px) {
	.container, .et_pb_row {
		width: 86%;
	}
	
	body .et_pb_button {
		padding-right: 3em !important;
    	padding-left: 2em !important;
	}
}

@media only screen and ( max-width: 479px ) {
	.container, .et_pb_row {
		width: 90%;
	}
}

/* BLOG & SEARCH */

.et_pb_post .entry-content .et_pb_section:first-child {
	padding-top: 0;
}

.equal-height .et_pb_ajax_pagination_container {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-template-rows: 1fr;
	column-gap: 0.5em
}

.search-results #content-area #left-area {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: 1fr;
	column-gap: 0.5em
}

.equal-height .et_pb_ajax_pagination_container article,
.search-results #content-area #left-area article {
	padding: 20px 20px 40px 20px;
	background: #fff;
	border: 2px solid #6a5096 !important;
	margin-bottom: .5em;
}

.equal-height .et_pb_ajax_pagination_container div {
	grid-column: 1 / -1;
}

.equal-height .et_pb_post div.post-content a.more-link {
	position: absolute;
	bottom: 30px;
	font-weight: 400;
    text-transform: capitalize;
    text-decoration: underline !important;
}

.equal-height .post-content {
	padding-bottom: .5em;
}

.search-results #content-area #left-area article p {
	color: #666;
}

@media all and (max-width: 980px) {
	.equal-height .et_pb_ajax_pagination_container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media all and (max-width: 767px) {
	.equal-height .et_pb_ajax_pagination_container {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

/* MIGRAINE MODE */

html[data-wp-dark-mode-active] #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link,
html[data-wp-dark-mode-active] #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu > li.mega-menu-item:not(.donate-btn) > a.mega-menu-link {
	color: #c0a7ea !important;
}

html[data-wp-dark-mode-active] #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu > li.mega-menu-item.donate-btn {
	background-color: #6f4f9e;
	border-color: #b3adad;
}

/* SPECIALISTS MAP */

.all-specialists .et_pb_column h5 {
	margin-top: 0;
	min-height: 50px;
}

@media only screen and (min-width: 981px) {
	.profile-btn .et_pb_button {
		font-size: 16px;
	}
	
	div.map-filters {
		width: 22%;
    	float: left;
    	padding-right: 0;
	}

    div.map-results {
        width: 78%;
        float: right;
    }
}
@media only screen and (min-width: 1440px) {
	.profile-btn .et_pb_button {
		font-size:18px;
	}
}

.specialists-map .map-filters p:not(.has-background):last-of-type {
	padding-bottom: 0 !important;
}

.specialists-map .map-filters strong {
	font-size: 18px;
}

.specialists-map .map-filters strong label, .specialists-map .map-filters > label, .specialists-map .map-filters strong {
	color: #6a5096;
	font-weight: 400;
}

.specialists-map .map-filters input[type="text"], .specialists-map .map-filters input[type="number"], .specialists-map .map-filters select {
	padding: .4em .7em;
	border: 1px solid #000;
	font-size: 16px;
	font-weight: 400;
	color: #000;
}

.specialists-map .map-filters input[type="text"] {
	width: 155px;
	margin-right: 6px;
}
.et_pb_button.wp-dark-mode-ignore a {
	color: #ffffff;
}

.specialists-map .botox label {
	margin-right: 5px;
}

.specialists-map .botox .checkbox {
	display: inline-block;
	margin: 0 5px;
}

.specialists-map .form-group.map-button {
	display: inline-block;
}

.specialists-map .map-filters input[type="button"].btn, .specialists-map .et_pb_button.reset {
	padding: .4em .7em;
	font-size: 14px;
    background-color: #e0d4ed;
	color: #6f4f9e;
    border-radius: 30px;
	font-weight: 500;
	border: 2px solid #6f4f9e;
	-webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
	margin-top: 10px;
}

.specialists-map .et_pb_button.submit {
	font-size: 16px;
	line-height: 1em;
}

.specialists-map .et_pb_button.reset {
	padding: .4em .7em !important;
}

.specialists-map .et_pb_button.reset:after {
	display: none;
}

.specialists-map .map-filters input[type="button"].btn:hover , .et_pb_button.wp-dark-mode-ignore a:hover, .specialists-map .et_pb_button.reset:hover {
	background-color: #e0d4ed;
	color: #3b6280;
	border-color: #3b6280 !important;
}

.specialists-map .et_pb_button input {
	background: transparent;
	border: 0;
	font-size: inherit;
	font-weight: 500;
}

.specialists-map .et_pb_button.submit input {
	color: #fff;
}

.specialists-map .et_pb_button.reset input {
	color: #6f4f9e;
}

.specialists-map .et_pb_button:hover input {
	color: #3b6280;
}

.map-filters .form-group {
	padding-bottom: 1em;
}

.map-filters select {
	background-image: url(/wp-content/uploads/2024/06/dropdown-arrow-small.png);
	padding-right: 18px !important;
	background-position-x: 90%;
}

.map-filters .checkbox label {
	font-weight: 400;
	font-size: 16px;
}

.all-specialists .et_pb_row {
	width: 100%;
	border-bottom: 2px solid #6f4f9e;
	padding: 3% 0;
}

.all-specialists p {
	font-size: 18px;
}

.all-specialists .profile-btn {
	position: absolute;
	bottom: 0;
}

.all-specialists .profile-btn .et_pb_button a {
	color: #fff;
	text-decoration: none;
	background: transparent;
}

.all-specialists .profile-btn .et_pb_button:hover a {
	color: #3b6280;
}

/* MIGRAINE TREE */
.sr7-layer.box-container.full {
		max-height:unset !important;
}
.sr7-layer.box-container {
   /*height: auto !important;*/
	max-height:150px !important;
	overflow: hidden; /* Hide overflowing content */
    transition: min-height 0.3s ease; /* Transition for min-height */
}
.sr7-layer-content {
    display: none !important;
	 height: 0px !important;
    overflow: hidden !important;
    transition: height 0.3s ease;
	
}

.sr7-layer-content.visible {
    display: block !important;
	  height: auto !important;
	    min-height: auto !important; /* Reset min-height to auto when content is visible */
	    margin-top: 20px !important; /* Adjust the value as needed */
}
.sr7-layer-heading {cursor:pointer !important;}

.jg_sr_mt_leg_hover {
    background-color: #e7f0d3 !important;
}

.jg_sr_mt_node_hover {
    background-color: #d1edff !important;
}

.jg_sr_mt_leave_hover {
    border-style: solid !important;
    border-width: 5px !important;
	border-color: #5ea5d1 !important;
}

.jg_align_center {
    display:flex;
    align-items:center;
}
img.jg_rounded_corner20 {
   border-radius: 20px 0px 0px 20px;
	padding:1px;
	height: auto; 
	width:auto; 
	max-height:100px; 
	max-width:176px;
}

.jg_container2 {
	position: relative;
    left:10px;
	font-size: 20px;
	margin-right:10px;
}

.jg_container4:hover {
    border-width:2px;
	background-color: #e7f0d3;
    transition:0.8s;
	border-radius:20px;
}

/* EVENTS */

.tribe-common h2.tribe-common-h5, h1.tribe-events-single-event-title {
	color: #3b6280;
	font-size: 36px;
	font-weight: 400;
}

.tribe-events .tribe-events-calendar-list__month-separator, .tribe-events-schedule h2 {
	color: #3b6280;
    font-size: 20px;
    font-weight: 500;
}

.tribe-events .tribe-events-calendar-list__month-separator:after {
    background-color: #3b6280;
    content: "";
    display: block;
    flex: auto;
    height: 1px;
    margin-left: 20px;
}

.tribe-events-schedule h3, .tribe-events-single-event-description h3, .tribe-events .tribe-events-calendar-list__event-title, .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-title {
	color: #6a5096 !important;
    font-size: 26px !important;
    font-weight: 400;
}

.tribe-events .tribe-events-calendar-list__event-datetime-wrapper, 
.tribe-events .tribe-events-calendar-latest-past__event-datetime-wrapper {
	font-size: 14px;
	font-weight: 400;
}

.tribe-events .tribe-events-calendar-latest-past__event-date-tag-datetime,
.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
	font-size: 12px;
    text-transform: uppercase;
}

.tribe-events .tribe-events-calendar-latest-past__event-date-tag-datetime .tribe-events .tribe-events-calendar-latest-past__event-date-tag-daynum,
.tribe-events .tribe-events-calendar-list__event-date-tag-datetime .tribe-events-calendar-list__event-date-tag-daynum {
	font-size: 24px;
    font-weight: bold;
}

.tribe-events .tribe-events-calendar-list__event-title-link {
	color: #6a5096 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-description {
	font-weight: 400;
}

.tribe-events-single-event-description ul {
	list-style: disc;
	padding-left: 23px;
}

.tribe-events-single-event-description ul li {
	display: list-item;
	line-height: 1.3em;
}

p.tribe-events-back {
	font-size: 16px;
	font-weight: 400;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn, .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn {
	font-size: 19px;
    background-color: #6f4f9e;
    border-radius: 30px;
    padding-top: .4em !important;
    padding-bottom: .4em !important;
    padding-right: 3.5em !important;
    padding-left: 2.5em !important;
    font-weight: 500;
    border: 2px solid #fff;
    color: #fff;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn:hover, .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn:hover {
	color: #3b6280 !important;
    background-color: #e0d4ed;
    border-color: #3b6280 !important;
    border-radius: 30px;
	font-size: 19px
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn:after, .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn:after {
	line-height: 1em;
    content: "\35";
    font-family: ETmodules !important;
    position: absolute;
	top: 18px;
	line-height: 1em;
    font-size: 30px;
    transition: all 300ms ease 0ms;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border {
    border: 1px solid #e4e4e4;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input {
	border: 0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input {
	font-size: 14px;
	font-weight: 400;
}

.tribe-events .tribe-events-c-search__input-control-icon-svg {
    color: #6f4f9e !important;
    display: block;
    position: absolute;
    right: 0;
    top: 27px;
    left: 16px;
}

.tribe-common button[disabled], .tribe-common input[disabled] {
    border: 0;
    background: transparent;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active {
	font-weight: 600;
}

.tribe-events .tribe-events-header__messages {
	background: #eaeff4;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after {
	background-color: #141827;
    bottom: -1px;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 100%;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__today-button {
	padding: .4em .7em;
    font-size: 14px;
    background-color: #e0d4ed;
    color: #6f4f9e;
    border-radius: 30px;
    font-weight: 500;
    border: 2px solid #6f4f9e;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__today-button:hover {
	background-color: #e0d4ed;
    color: #3b6280;
    border-color: #3b6280 !important;
}

.tribe-events .tribe-events-c-top-bar__datepicker-button,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button, 
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button {
	border: 0;
    background: transparent;
    font-size: 18px;
    font-weight: 400;
	padding-right: 18px !important;
    background-image: url(/wp-content/uploads/2024/06/dropdown-arrow-small.png);
    background-position-x: 100%;
    background-position-y: 50%;
	background-repeat: no-repeat;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown {
	float: right;
	margin-left: auto;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button {
	width: auto;
}

.datepicker table tr td.active.active {
	background-color: #6f4f9e;
	background-image: none;
}

.datepicker table tr td.active.active:hover {
	background-color: #e0d4ed;
	color: #000;
}

.tribe-events-single-event-description .et_pb_section {
	padding: 0 !important;
}

.tribe-events-single-event-description .et_pb_section .et_pb_row {
	padding: 0 !important;
	width: 100% !important;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon, 
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon {
	display: none;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content {
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    color: #333;
    font-size: 13px;
    line-height: 20px;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list {
	transform: none;
}

.tribe-events-event-meta.primary {
	display: none;
}

.tribe-events-notices li, .tribe-events-notices ul, 
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__list-item, 
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__list-item button {
	font-size: 16px;
	font-weight: 400;
}

.tribe-events .tribe-events-c-nav__list-item--prev a:before, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:before {
    content: "\34";
    font-family: ETmodules !important;
    font-size: 25px;
    line-height: 1em;
	color: inherit;
    transition: all 300ms ease 0ms;
	margin: 0;
	width: auto;
}

.tribe-events .tribe-events-c-nav__list-item--next a:after, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:after {
    content: "\35";
    font-family: ETmodules !important;
    font-size: 25px;
    line-height: 1em;
	color: inherit;
    transition: all 300ms ease 0ms;
	margin: 0;
	width: auto;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	align-items: center;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a {
	font-size: 16px;
    font-weight: 400;
    color: #6a5096;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:focus, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:hover, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:focus, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:hover {
	color: #6a5096;
}