/*
Theme Name: PAI
Theme URI: https://www.glimmernet.com
Template: Divi
Author: Glimmernet Technologies
Author URI: https://www.glimmernet.com
Description: Custom theme for Parents Alliance for Inclusion
Version: 4.22.0.1692268729
Updated: 2023-08-17 06:38:49

*/
.pai-header .logo-clm{
	width: 20%;
	margin-right: 3%;
}
.pai-header .menu-clm{
	width: 74%;
}
.pai-header .menu-clm ul.et-menu.nav li.menu-item > a{
	font-size: 0.8rem;
}
.pai-header .menu-clm ul.et-menu.nav li.menu-item ul.sub-menu li > a{
	font-size: 0.75rem;
	line-height: 1.2rem;
	padding-left: 0;
	padding-right: 0;
}
.pai-header .menu-clm ul.et-menu.nav li.menu-item ul.sub-menu,
.pai-header .menu-clm ul.et_mobile_menu{
	background-color: #fff !important;
}

div#main-content{
	margin-bottom: -50px;
}

/* body.home .header-logo-image {
    opacity: 0;
    visibility: hidden;
	transition: opacity .4s ease-in-out;
}
body.home .has_et_pb_sticky .header-logo-image {
    opacity: 1;
    visibility: visible;
} */

.two-buttons,
.three-buttons{
    display: flex;
	flex-wrap: wrap;
    width: 100%;
    margin: 35px 0 15px 0;
	justify-content: center;
	gap: 15px;
}
/* .two-buttons > p:first-child,
.three-buttons > p:first-child,
.three-buttons > p:nth-child(2){
	margin-right: 15px;
} */

a.button.blue{
	background-color: #0064fe;
}
a.button.green{
	background-color: green;
}
h2.small-title{
    font-family: 'PT Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 16px;
    color: #0064fe!important;
    letter-spacing: 1px;
	padding-left: 130px;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 18px;
}
h2.small-title::before {
    content: "";
    width: 120px;
    height: 1px;
    background-color: #0064fe;
    position: absolute;
    left: 0;
    top: 50%;
}
h2.small-title::after {
    content: "";
    width: 50px;
    height: 8px;
    background-color: #0064fe;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
a.button {
    padding: 10px 18px;
    background-color: #7e4df0;
    color: #fff !important;
    border-radius: 15px;
	transition: .3s all ease-in-out;
}
a.button:hover{
	background-color: #2A3749;
}
.faq-module h3{
	line-height: 1.2;
}



/*** CTA ***/
.cta-section h3::before {
    content: "Questions or feedback?";
    position: absolute;
    top: -75px;
    left: 0;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #0064fe;
    border-bottom: 1px solid;
    width: 100%;
}
.cta-section p a{
	color: #000 !important;
	text-decoration: underline;
}
.cta-section p a.button{
	color: #fff !important;
	text-decoration: none;
}
/*****************************/
.resources-listings .drts-entity,
body.archive .drts-view-entity-container{
	box-shadow: 0 3px 20px rgba(0, 0, 0, .3);
}
.resources-listings .drts-entity .drts-display-element > a.drts-entity-permalink,
body.archive .drts-view-entity-container .drts-display-element > a.drts-entity-permalink{
	font-size: 1.4rem;
    font-weight: 900;
    padding: 15px;
    display: block;
    line-height: 1.1;
	color: #0064fe;
}
.resources-listings .drts-entity .drts-display-element.categories a.drts-entity-permalink,
.resources-listings .drts-entity .drts-display-element.tags a.drts-entity-permalink,
body.archive .drts-view-entity-container .drts-display-element.categories a.drts-entity-permalink,
body.archive .drts-view-entity-container .drts-display-element.tags a.drts-entity-permalink{
	font-size: .9rem;
	color: #666;
	text-decoration: underline;
}
.resources-listings .drts-entity .drts-display-element.categories .drts-entity-field-value,
.resources-listings .drts-entity .drts-display-element.tags .drts-entity-field-value,
body.archive .drts-view-entity-container .drts-display-element.categories .drts-entity-field-value,
body.archive .drts-view-entity-container .drts-display-element.tags .drts-entity-field-value{
	line-height: 1;
	padding: 15px;
}
.resources-listings .drts-entity .drts-display-element.categories .drts-entity-field-label,
.resources-listings .drts-entity .drts-display-element.tags .drts-entity-field-label,
body.archive .drts-view-entity-container .drts-display-element.categories .drts-entity-field-label,
body.archive .drts-view-entity-container .drts-display-element.tags .drts-entity-field-label{
	background-color: #eee;
	color: #333;
	font-size: .8rem;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
    font-weight: 800;
}
.resources-listings .drts-entity .drts-display-element .drts-display-element-labels{
	position: relative;
}

.single-listing-module .drts-entity-field-label,
.resources-listing-grid .block > div .drts-entity-field-label,
.services-listing-grid .block > div .drts-entity-field-label{
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.bod-person-highlighted p.bod-position{
	padding-bottom: 0;
}
.bod-person-highlighted img{
    box-shadow: 0 2px 30px rgba(0, 0, 0, .1);	
}
.bod-person-highlighted .et_pb_module.et_pb_social_media_follow{
    position: absolute;
    top: 15px;
    right: -15px;	
}
.bod-person-highlighted .et_pb_module.et_pb_social_media_follow a{
    padding: 4px 7px;
	border-radius: 0;
    box-shadow: 0 2px 30px rgba(0, 0, 0, .1);
}
.bod-person-highlighted .et_pb_module.et_pb_social_media_follow a:hover{
    background-color: #fff !important;
}
.bod-person-highlighted .et_pb_module.et_pb_social_media_follow a:hover:before{
	color: #007bb6;
}
.bod-row .et_pb_column{
	box-shadow: 0 2px 30px rgba(0, 0, 0, .1);
}
.bod-person {
	position: relative;
    background-color: #fff;
/*     box-shadow: 0 2px 30px rgba(0, 0, 0, .1);
	overflow: hidden; */
}
.bod-person .et_pb_team_member_image {
	max-width: none;
}
.bod-person .et_pb_team_member_image img{
	width: 100%;
}
.bod-person .et_pb_team_member_description{
	text-align: center;
	padding-bottom: 15px;
}
.bod-person .et_pb_team_member_description h4.et_pb_module_header {
    font-size: 20px;
    font-weight: 700;
}
.bod-person .et_pb_team_member_description p.et_pb_member_position{
    font-size: 17px;
    margin-top: -5px;	
}
.bod-person .et_pb_team_member_description ul.et_pb_member_social_links{
    position: absolute;
    top: 0;
	right: 0;
    padding: 0;
    background-color: #fff;
    margin: 0 !important;
    box-shadow: 5px 2px 10px rgba(0, 0, 0, .1);	
}
.bod-person .et_pb_team_member_description div{
    font-size: .85rem;
    line-height: 1.4;
    text-align: left;
    padding: 10px 15px;
    position: relative;
/*     top: 200%;
    left: 0; */
    width: 100%;
    background-color: rgba(255, 255, 255, .98);
    height: 100%;
	transition: top .3s ease-in-out;
}

.bod-person:hover .et_pb_team_member_description div{
    top: 0;
}
.bod-person .et_pb_team_member_description ul.et_pb_member_social_links li{
	margin: 0;
}
.bod-person .et_pb_team_member_description ul.et_pb_member_social_links li a{
	padding: 7px 15px;
	background-color: #007bb6;
}
.bod-person .et_pb_team_member_description ul.et_pb_member_social_links li a:hover{
	background-color: #fff;
}

div.resources-listing-grid,
div.services-listing-grid{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
div.resources-listing-grid .left-side,
div.resources-listing-grid .right-side,
div.services-listing-grid .left-side,
div.services-listing-grid .right-side{
    width: 49%;
}
div.services-listing-grid .full-width{
	width: 100%;
}
div.resources-listing-grid .block,
div.services-listing-grid .block{
    width: 100%;
	margin-bottom: 25px;
}
div.resources-listing-grid .block > div,
div.services-listing-grid .block > div,
.single-listing-module > div.et_pb_text_inner{
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #efefef;
    padding: 15px;
    box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.05);
}

.single-listing-module.feedback-form input.gform_button.button,
.category-community-hub input.button-primary.mepr-share-button,
body.page input.button-primary.mepr-share-button,
.protected-listing .mp_wrapper.mp_login_form input.button-primary.mepr-share-button,
.pai-login-form input.button-primary.mepr-share-button,
.registration-form input.mepr-submit,
a.survey-btn,
.pai-contact-form input.gform_button.button,
div.services-listing-grid .block.feedback input.gform_button.button,
.donation-form input.gform_button.button{
	background-color: #0064fe;
    color: #fff;
    border: 2px solid #0064fe;
    padding: 10px 30px;
    font-size: 1rem;
    border-radius: 10px;
	transition: all .3s ease-in-out;
}
a.survey-btn{
	font-size: 1.7rem;
	display: inline-block;
	margin: 20px auto;
}
.single-listing-module.feedback-form input.gform_button.button:hover,
.category-community-hub input.button-primary.mepr-share-button:hover,
body.page input.button-primary.mepr-share-button:hover,
.protected-listing .mp_wrapper.mp_login_form input.button-primary.mepr-share-button:hover,
.pai-login-form input.button-primary.mepr-share-button:hover,
.registration-form input.mepr-submit:hover,
a.survey-btn:hover,
.pai-contact-form input.button.gform_button:hover,
div.services-listing-grid .block.feedback input.gform_button.button:hover,
.donation-form input.gform_button.button:hover{
	cursor: pointer;
	background-color: #fff;
    color: #0064fe;
}
.pai-contact-form textarea{
	resize: vertical;
	min-height: 250px;
}

.resources-header h1 .drts-display--detailed{
	margin-bottom: 0 !important;
}
div.services-listing-grid .block.feedback textarea{
	resize: vertical;
}


.category-community-hub .mepr-unauthorized-message,
body.page .mepr-unauthorized-message,
.protected-listing .mepr_error{
	width: 100%;
	max-width: 960px;
	margin: 50px auto 20px auto;
    box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 10px;
}
.category-community-hub .mepr-login-form-wrap,
body.page .mepr-login-form-wrap,
.protected-listing .mp_wrapper.mp_login_form,
.pai-login-form,
.registration-form,
.pai-contact-form{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
    box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 10px;
}
body.page .mepr-login-form-wrap{
	margin-bottom: 100px;
}
.protected-listing .mp_wrapper.mp_login_form,
.protected-listing .mepr_error{
    max-width: none;
    background-color: #fff !important;
    border: 1px solid #eee !important;
    padding: 25px !important;
}

/**************************************/
.gform_wrapper.gravity-theme fieldset.ginput_cardinfo_left legend{
	font-size: .95rem;
}


footer .custom-footer-top .et_pb_top_inside_divider{
	background-size: 5000px 200px !important;
}

footer .custom-footer-top .quick-links{
	padding-left: 50px;
}
body.archive footer .custom-footer-top{
	padding-top: 250px !important;
}
body.archive footer .custom-footer-bottom{
	padding: 0 !important;
}
body.archive .pai-header{
	padding: 0 !important;
}
body.archive #sidebar,
body.archive #main-content .container:before{
	display: none !important;
}
body.archive #content-area #left-area{
	width: 100% !important;
	padding-right: 0 !important;
}



@media only screen and (max-width: 1540px) {
	.pai-header .logo-clm{
		width: 100%;
	}
	.pai-header .logo-clm .et_pb_module.et_pb_image{
		text-align: center;
	}
	.pai-header .menu-clm{
		width: 100%;
	}
	.pai-header .menu-clm .et_pb_menu__wrap{
		-webkit-box-pack: center;
		-ms-flex-pack: unset;
		justify-content: center;		
	}
}
@media only screen and (max-width: 1400px) {
	.pai-header .menu-clm ul.et-menu.nav > li.menu-item{
		padding-left: 8px;
		padding-right: 9px;
	}
	.pai-header .menu-clm ul.et-menu.nav li.menu-item > a{
		font-size: 0.7rem;
	}
}
@media only screen and (max-width: 1100px) {
	div.resources-listing-grid .left-side,
	div.resources-listing-grid .right-side,
	div.services-listing-grid .left-side,
	div.services-listing-grid .right-side{
		width: 100%;
	}
}

@media only screen and (max-width: 980px) {
	.pai-header .logo-clm{
		width: 100%;
		margin-right: 0;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.pai-header .menu-clm{
		width: 100%;
		margin-top: -90px;
	}
	.pai-header .logo-clm .et_pb_module.et_pb_image{
		text-align: left;
	}
	.pai-header .menu-clm .et_mobile_nav_menu{
		background-color: #7e4df0;
		padding: 5px 7px 7px 7px;
		border-radius: 5px;
	}
	.pai-header .menu-clm .et_mobile_nav_menu .mobile_menu_bar::before{
		color: #fff;
	}
	.pai-header .menu-clm ul.et_mobile_menu{
		max-height: 65vh;
    	overflow: scroll;
	}
	.pai-header .menu-clm .et_pb_menu__wrap{
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.bod-person .et_pb_team_member_description div{
		position: relative;
		padding: 10px;
	}
}

@media only screen and (max-width: 500px) {
	.pai-header .logo-clm .et_pb_module.et_pb_image{
		text-align: center;
	}
	.pai-header .menu-clm{
		margin-top: -25px;
	}
	.pai-header .menu-clm .et_pb_menu__wrap{
		-webkit-box-pack: center;
		-ms-flex-pack: unset;
		justify-content: center;
	}
	a.survey-btn{
		font-size: 1.3rem;
	}
}

/* Radio buttons style */
.donation-form .gchoice {
    z-index:1;
    position:relative;
    margin:0 0 10px 0;
    padding:0;
    height:70px;
    width: 100%!important;
}
.donation-form input.gfield-choice-input {
    z-index:2;
    appearance:none;
    margin:0;
    padding:0;
    width: 100%;
    border-radius: 5px;
    height:100%;
    background: white;
    transition: .3s all ease-in-out;
    position:absolute;
    background:#dfe1e5;
    position:absolute;
}
.donation-form input.gfield-choice-input:hover,
.donation-form .gchoice label:hover {
    cursor:pointer;
}
.donation-form input.gfield-choice-input:checked {
    background: #7e4df0;
}
.donation-form input.gfield-choice-input:checked + label {
    color:white;
}
.donation-form .gchoice label {
    z-index:3;
    font-weight:700;
    color:#141c25;
    display:block;
    position: absolute;
    padding: 0 0 0 30px;
    top: 50%;
    transform: translateY(-50%);
    width:100%;
    overflow:visible;
}
.donation-form input.gfield-choice-input + label:after {
    content: "";
    position: absolute;
    right: -10px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border: 2px solid #c5c9d2;
    z-index: 2;
    top: 50%;
    transition: .3s all ease-in-out;
    color: white;
    font-size: 25px;
    text-align: center;
    line-height: 28px;
    font-weight: 500;
}
.donation-form input[type="checkbox"].gfield-choice-input + label:after { 
    border-radius: 5px;
}
.donation-form input[type="radio"].gfield-choice-input + label:after {
    border-radius:50px;
}
.donation-form input.gfield-choice-input:checked + label:after {
    content: "\00D7";
    border: 2px solid white;
}
.donation-form .type-of-donation .gfield_radio{
	display: flex;
    gap: 15px;	
}
.total-donation-amount .ginput_container_total input.ginput_total{
    font-size: 2rem;
    background-color: #eee;
    border-radius: 5px;
    color: #7d4ff4;
    font-weight: 700;
    display: block;	
}