/*
Theme Name: Divi Child
Theme URI: https://www.elegantthemes.com/gallery/divi/
Description: Divi child theme via FreshySites
Author: FreshySites
Author URI: https://freshysites.com/
Template: Divi
Version: 3.0.1
*/
/* Add your own styles at the bottom */

/* -- COLORS -- */

.white,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white li,
.white a,
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white,
li.white,
a.white,
p.white {
	color: #fff;
}

.black,
.black h1,
.black h2,
.black h3,
.black h4,
.black h5,
.black h6,
.black li,
.black a,
h1.black,
h2.black,
h3.black,
h4.black,
h5.black,
h6.black,
li.black,
a.black,
p.black {
	color: #000;
}

.primary,
.primary h1,
.primary h2,
.primary h3,
.primary h4,
.primary h5,
.primary h6,
.primary li,
.primary a,
h1.primary,
h2.primary,
h3.primary,
h4.primary,
h5.primary,
h6.primary,
li.primary,
a.primary,
p.primary {
	color: #32a709;
}

.secondary,
.secondary h1,
.secondary h2,
.secondary h3,
.secondary h4,
.secondary h5,
.secondary h6,
.secondary li,
.secondary a,
h1.secondary,
h2.secondary,
h3.secondary,
h4.secondary,
h5.secondary,
h6.secondary,
li.secondary,
a.secondary,
p.secondary {
	color: #daf238;
}

.tertiary,
.tertiary h1,
.tertiary h2,
.tertiary h3,
.tertiary h4,
.tertiary h5,
.tertiary h6,
.tertiary li,
.tertiary a,
h1.tertiary,
h2.tertiary,
h3.tertiary,
h4.tertiary,
h5.tertiary,
h6.tertiary,
li.tertiary,
a.tertiary,
p.tertiary {
	color: #e4debe;
}

/* background colors */
.bg-white,
a.bg-white {
	background-color: #fff;
}

.bg-black,
a.bg-black {
	background-color: #000;
}

.bg-primary,
a.bg-primary {
	background-color: #32a709;
}

.bg-secondary,
a.bg-secondary {
	background-color: #daf238;
}

.bg-tertiary,
a.bg-tertiary {
	background-color: #e4debe;
}

/* -- END COLORS -- */


/* -- TYPOGRAPHY -- */

.text-lowercase,
.text-lowercase h1,
.text-lowercase h2,
.text-lowercase h3,
.text-lowercase h4,
.text-lowercase h5,
.text-lowercase h6,
.text-lowercase li,
.text-lowercase a {
	text-transform: lowercase !important;
}

.text-uppercase,
.text-uppercase h1,
.text-uppercase h2,
.text-uppercase h3,
.text-uppercase h4,
.text-uppercase h5,
.text-uppercase h6,
.text-uppercase li,
.text-uppercase a {
	text-transform: uppercase !important;
}

.text-capitalize,
.text-capitalize h1,
.text-capitalize h2,
.text-capitalize h3,
.text-capitalize h4,
.text-capitalize h5,
.text-capitalize h6,
.text-capitalize li,
.text-capitalize a {
	text-transform: capitalize !important;
}

.text-transform-none,
.text-transform-none h1,
.text-transform-none h2,
.text-transform-none h3,
.text-transform-none h4,
.text-transform-none h5,
.text-transform-none h6,
.text-transform-none li,
.text-transform-none a {
	text-transform: none !important;
}

.font-weight-bold,
.font-weight-bold h1,
.font-weight-bold h2,
.font-weight-bold h3,
.font-weight-bold h4,
.font-weight-bold h5,
.font-weight-bold h6,
.font-weight-bold li,
.font-weight-bold a {
	font-weight: 700;
}

.font-weight-normal,
.font-weight-normal h1,
.font-weight-normal h2,
.font-weight-normal h3,
.font-weight-normal h4,
.font-weight-normal h5,
.font-weight-normal h6,
.font-weight-normal li,
.font-weight-normal a {
	font-weight: 400;
}

.font-italic {
	font-style: italic;
}

.text-underline-none,
.text-underline-none a {
	text-decoration: none !important;
}

.text-underline,
.text-underline a {
	text-decoration: underline !important;
}

.text-nowrap,
.text-nowrap a {
	white-space: nowrap !important;
}

.text-wrap-normal,
.text-wrap-normal a {
	white-space: normal !important;
}

/* -- END TYPOGRAPHY -- */


/* -- TEMPLATE -- */


/* -- END TEMPLATE -- */


/* -- HEADER -- */

/* helps logo to not be pixelated when scaled down */
#logo {
	transform: none !important;
}

/* when mobile menu is open, change hamburger icon to x icon */
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}

/* makes sub sub menu icon be right arrow instead of down arrow */
#top-menu .menu-item-has-children .menu-item-has-children>a:first-child::after,
#et-secondary-nav .menu-item-has-children .menu-item-has-children>a:first-child::after {
	content: '5';
}

/* if parent link of child menu is a deadlink, then make it not clickable */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children>a[href="#0"] {
	pointer-events: none;
}

/* - mobile menu toggling elements, injected via jQuery - */

/* make menu list item be relative, to be able to position toggle within this item */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children {
	position: relative;
}

/* the new toggle element, which is added via jQuery */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.03);
	z-index: 1;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	top: 4px;
	right: 4px;
	cursor: pointer;
	text-align: center;
}

/* the new toggle element when popped */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped {
	background-color: rgba(0, 0, 0, 0.1);
}

/* toggle icon */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
	font-family: "ETmodules" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 36px;
	font-size: 24px;
	text-transform: none;
	speak: none;
	content: '\33';
}

/* toggle icon when triggered */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before {
	content: '\32';
}

/* hide sub menus by default */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle~ul.sub-menu {
	display: none !important;
	padding-left: 0;
}

/* show sub menu when triggered via jQuery toggle, and add slight bg color */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped~ul.sub-menu {
	display: block !important;
	background-color: rgba(0, 0, 0, 0.03);
}

/* remove sub menu list item left padding, since padding will be on anchors */
#main-header #mobile_menu.et_mobile_menu li li {
	padding-left: 0;
}

/* adjust mobile menu anchors side paddings */
#main-header #mobile_menu.et_mobile_menu li a {
	padding-left: 20px;
	padding-right: 20px;
}

/* indent sub menu */
#main-header #mobile_menu.et_mobile_menu li li a {
	padding-left: 40px;
	padding-right: 20px;
}

/* indent sub sub menus further */
#main-header #mobile_menu.et_mobile_menu li li li a {
	padding-left: 60px;
	padding-right: 20px;
}

/* if mobile menu anchor has toggle, make room for it to fit next to the link */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle+a {
	padding-right: 44px;
}

/* - end mobile menu toggling elements - */

/* undo Divi's default styling of mobile menu links that have children */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
	font-weight: inherit;
}

/* make the current page's mobile menu link be different */
#main-header #mobile_menu.et_mobile_menu li.current-menu-item>a {
	font-weight: bolder;
}

/* -- END HEADER -- */


/* -- FOOTER -- */

/* - Bottom Bar - */

/* if the bottom bar has equal column height setting, then make it always be flex, and stack the columns initially (for mobile use)
 * and make the columns vertical aligned to be vertically centered too */
#fs-footer-bottom-bar>.et_pb_row.et_pb_equal_columns {
	display: flex;
	align-items: center;
}

/* copyright wrapper */
#freshy_copyright {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #000;
	line-height: 1.25em;
}

/* vertical pipe divider */
#freshy_copyright span.copyright_via {
	width: 33.33333%;
	height: 1px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 200%;
	background: #000000;
	vertical-align: middle;
	margin: 10px auto 15px;
	display: block;
}

/* add an FS logo via background */
#freshy_copyright a.copyright_fs {
	display: block;
    width: 70px;
    height: 25px;
	background-image: url("/wp-content/uploads/freshy-logo.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
	flex-shrink: 0;
	transition: all 0.4s ease-in-out;
}

/* FS logo link hover */
#freshy_copyright a.copyright_fs:hover {
	opacity: 0.8;
}

/* remove the bottom margin that Divi adds to the social media follow icons */
#fs-footer-bottom-bar .et_pb_social_media_follow li {
	margin-bottom: 0;
}

 

@media (min-width: 600px) {

	/* make the copyright elements be side by side at wider screens */
	#freshy_copyright {
		flex-direction: row;
	}

	/* change horizontal pipe divider to vertical on wider screens */
	#freshy_copyright span.copyright_via {
		width: 1px;
		height: 20px;
		margin: 0 10px;
	}
}

@media (max-width: 980px) {

	/* make sure the row has columns going side by side instead of stacked */
	#fs-footer-bottom-bar>.et_pb_row.et_pb_equal_columns {
		flex-direction: column;
	}

	/* when stacked, adjust the gap between stacked columns */
	#fs-footer-bottom-bar>.et_pb_row.et_pb_equal_columns>.et_pb_column {
		margin-bottom: 1rem;
	}

	/* swap the order of columns when stacked, to the first column is the last one 
	 * and give no bottom margin to the first column, since we re-ordered it to the bottom */
	#fs-footer-bottom-bar>.et_pb_row.et_pb_equal_columns>.et_pb_column:first-child {
		order: 1;
		margin-bottom: 0;
	}

	/* center the copyright stuff when columns are stacked */
	#freshy_copyright {
		justify-content: center;
	}

	/* remove left margin on first social icon in regular Divi footer (when not using Theme Builder) when stacked */
	#footer-bottom .et-social-icons li:first-child {
		margin-left: 0;
	}
}

/* -- END FOOTER -- */


/* -- RESPONSIVE -- */

/* do for mobile */
@media screen and (max-width: 767px) {

	/* hide on mobile */
	.hide-mobile {
		display: none;
	}
}

/* do for desktop */
@media screen and (min-width: 768px) {

	/* hide on desktop */
	.hide-desktop {
		display: none;
	}
}

/* -- END RESPONSIVE -- */


/* -- CHECKLIST -- */

.checklist ul {
	margin: 0;
	padding: 0 !important;
	list-style: none;
}

.checklist ul li {
	position: relative;
	padding-left: 30px;
	margin: 0 0 15px !important;
}

.checklist-columns-2 ul li,
.checklist-columns-3 ul li,
.checklist-columns-4 ul li {
	margin-bottom: 30px !important;
}

@media (max-width: 638px) {

	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		margin-bottom: 20px !important;
	}

	.checklist-columns-2 ul li:last-child,
	.checklist-columns-3 ul li:last-child,
	.checklist-columns-4 ul li:last-child {
		margin-bottom: 0 !important;
	}
}

/* create columns of list items with this class */
@media (min-width: 639px) {

	.checklist-columns-2 ul::after,
	.checklist-columns-3 ul::after,
	.checklist-columns-4 ul::after {
		content: '';
		clear: both;
		display: table;
	}

	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 50%;
		padding-right: 30px;
	}

	.checklist-columns-2 ul li:nth-child(odd),
	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: both;
	}

	.checklist-columns-2-alt>ul,
	.checklist-columns-3-alt>ul,
	.checklist-columns-4-alt>ul {
		column-count: 2;
		column-gap: 20px;
	}

	.checklist-columns-2-alt ul li,
	.checklist-columns-3-alt ul li,
	.checklist-columns-4-alt ul li {
		break-inside: avoid-column;
	}
}

@media (min-width: 981px) {

	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 33.333333%;
	}

	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;
	}

	.checklist-columns-3 ul li:nth-child(3n+1),
	.checklist-columns-4 ul li:nth-child(3n+1) {
		clear: both;
	}

	.checklist-columns-3-alt ul,
	.checklist-columns-4-alt ul {
		column-count: 3;
	}
}

@media (min-width: 1199px) {
	.checklist-columns-4 ul li {
		float: left;
		width: 25%;
	}

	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;
	}

	.checklist-columns-4 ul li:nth-child(3n+1) {
		clear: none;
	}

	.checklist-columns-4 ul li:nth-child(4n+1) {
		clear: both;
	}

	.checklist-columns-4-alt ul {
		column-count: 4;
	}
}

.checklist ul li::before {
	font-family: 'ETModules';
	content: '\45';
	width: 20px;
	margin: 0;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #652a8f;
	/* set font size helps make icon sharper */
	font-size: 22px;
	font-weight: normal;
}

.pluslist ul li::before {
	content: '\e050';
}

.externallist ul li::before {
	content: '\e906';
}

/* -- END CHECKLIST -- */


/* -- DIVI HACKS -- */

/* make parallax image be centered at the start */
.et_parallax_bg {
	background-position: center center;
}

/* Divi was turning off bottom padding on last paragraphs, when it should be only if it's the last child */
p:last-of-type,
p:not(.has-background):last-of-type {
	padding-bottom: 1em;
}

p:last-child,
p:not(.has-background):last-child {
	padding-bottom: 0;
}

/* if there are more than one paragraphin the Fullwidth Header module, they should have padding */
.et_pb_fullwidth_header p:not(:last-child) {
	padding-bottom: 1em;
}

/* -- END DIVI HACKS -- */


/* -- PASSWORD PROTECTED -- */

/* set a max width to make it only as wide as most content */
.post-password-required .et_password_protected_form {
	width: 80%;
	margin: 10% auto;
	max-width: 1140px;
}

/* give the input a border */
.post-password-required .et_password_protected_form p input {
	border: 1px solid !important;
}

/* remove the arrow on hover of the submit button */
.post-password-required .et_password_protected_form .et_submit_button::after {
	display: none;
}

/* -- END PASSWORD PROTECTED -- */


/* -- TESTIMONIALS PLUGIN -- */

/* flip quote so it's an opening quote icon for grid and slider versions */
.b3_archive_testimonials_grid article .b3_quote.grid_quote::before,
.et_pb_module.et_pb_testimonial_slider .et_pb_slides_testi::before {
	transform: scale(-1, -1);
}

/* -- END TESTIMONIALS PLUGIN -- */


/* -- GRAVITY FORMS -- */

/* confirmation (success) message */
.gform_confirmation_wrapper .gform_confirmation_message {
	font-size: 1.2rem;
	line-height: 1.5em;
	padding: 2rem;
	background: rgba(90, 90, 90, 0.1);
	text-align: center;
}

/* -- END GRAVITY FORMS -- */


/* -- HELPERS -- */

/* use the "fullwidth-section" class on a SECTION to make a "standard" SECTION truly be fullwidth 
(NOTE: the SECTION needs THIS class) */
.fullwidth-section.et_pb_section {
	padding: 0;
}

.fullwidth-section.et_pb_section>.et_pb_row {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0;
}

/* use the "fullwidth-row" class on a SECTION to make a "full width" ROW truly be fullwidth 
(NOTE: the ROW module settings needs to be Gutter Width 1, and the SECTION needs THIS class,
and unlike the class above, THIS class will auto-add padding to the columns) */
.fullwidth-row.et_pb_section {
	padding: 0;
}

.fullwidth-row.et_pb_section .et_pb_row {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* helps add padding to each column */
.fullwidth-row.et_pb_section .et_pb_row>.et_pb_column {
	padding: 50px 10%;
}

@media (min-width: 767px) {
	.fullwidth-row.et_pb_section .et_pb_row>.et_pb_column {
		padding: 80px 6%;
	}
}

/* for some reason Divi removes bottom margin from modules if in column with no gutters, 
so we need to add margins back */
.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1>.et_pb_column .et_pb_module:not(:last-child) {
	margin-bottom: 30px;
}

@media (min-width: 981px) {
	.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1>.et_pb_column_2_3 .et_pb_module:not(:last-child) {
		margin-bottom: 4.242%;
	}

	.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1>.et_pb_column_1_3 .et_pb_module:not(:last-child) {
		margin-bottom: 9.27%;
	}
}

/* reduce gap between toggles if in fullwidth row */
.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1>.et_pb_column .et_pb_module.et_pb_toggle:not(:last-child) {
	margin-bottom: 3px;
}

@media (max-width: 980px) {

	/* use the "stacked-flex" class on a ROW to make it be flexbox when stacked, to help with adjusting order of stacked columns */
	.stacked-flex {
		display: flex;
		flex-wrap: wrap;
	}

	/* add the desired class to COLUMNS to designate their order when stacked within a "stacked-flex" ROW */
	.stacked-order-negative-4 {
		order: -4;
	}

	.stacked-order-negative-3 {
		order: -3;
	}

	.stacked-order-negative-2 {
		order: -2;
	}

	.stacked-order-negative-1 {
		order: -1;
	}

	.stacked-order-1 {
		order: 1;
	}

	.stacked-order-2 {
		order: 2;
	}

	.stacked-order-3 {
		order: 3;
	}

	.stacked-order-4 {
		order: 4;
	}

	/* adds margin to former "last" column that otherwise wouldn't have it */
	.stacked-flex:last-child .et_pb_column:last-child {
		margin-bottom: 30px;
	}
}

/* -- END HELPERS -- */

/* -- BLOG -- */

/* sidebar recent posts */
.et_pb_widget.widget_recent_entries ul li {
	margin-bottom: 1em;
}

/* sidebar recent posts dates */
.et_pb_widget.widget_recent_entries ul li span.post-date {
	display: table;
	font-size: 0.85em;
}

/* -- END BLOG -- */

/********************************************************* Start Custom Style ***************************************/
body,html{
	overflow-x: hidden;
}
body h1,
h2,
h3,
h4,
h5,
h6 {
	padding-bottom: 0;
	margin-bottom: 0;
}

body {
	font-weight: 400;
}

.equalHeight .et_pb_column {
	margin: auto;
}

.equalHeight .et_pb_column:first-child {
	margin-left: 0;
}

.mapWrap {
	line-height: 0;
}

@media only screen and (min-width: 981px) and (max-width: 1440px) {

	body #page-container h2 {
		font-size: 30px;
	}

	body #page-container .cool-timeline.white-timeline .timeline-post .timeline-content .content-title {
		font-size: 20px;
	}

	body #page-container h3 {
		font-size: 24px;
	}
	body #page-container .person_title h3 {
		font-size: 20px;
	}
	body #page-container .person_title h4 {
		font-size: 17px;
	}
	body,
	body p,
	body a,
	body li,
	body #page-container .Ppb_homeblogWrap .et_pb_post .post-content .post-content-inner p {
		font-size: 16px;
		line-height: 1.6em;
	}

	body #page-container .Ppb_homeblogWrap .et_pb_post .entry-title {
		line-height: 1.2em !important;
	}

	body #page-container .Ppb_homeblogWrap .et_pb_post h3 a {
		font-size: 18px;
	}

	body #page-container .et_pb_button {
		padding-top: 10px !important;
		padding-right: 30px !important;
		padding-bottom: 10px !important;
		padding-left: 30px !important;
		font-size: 16px;
	}
}

@media only screen and (max-width: 980px) {
	.columnReverse {
		display: flex;
		flex-direction: column-reverse;
	}

	body #page-container .cool-timeline.white-timeline .timeline-post .timeline-content .content-title {
		font-size: 16px;
	}
}


/********************************************************* End Custom Style ***************************************/


/********************************************************* Start Header Style ***************************************/

body #page-container #main-header .container {
	width: 91%;
}

body #page-container #main-header:not(.et-fixed-header) .nav li ul {
	top: 40px;
}

body #page-container #main-header #et-top-navigation ul li a {
	font-weight: 400;
	opacity: 1;
}

body #page-container #main-header #et-top-navigation ul li {
	padding-right: 28px;
}

body #page-container #main-header #et-top-navigation ul li.Ppb_menuBtn {
	padding-right: 0;
}

body #page-container #main-header #et-top-navigation ul li.Ppb_menuBtn a {
	font-size: 20px;
	font-weight: 600;
	background: #652A8F;
	color: #ffffff;
	padding: 23px 33px 23px 33px;
	border-radius: 30px;
	transition: all 300ms ease-in-out;
	text-align: center;
}


body #page-container #main-header #et-top-navigation ul li.Ppb_menuBtn a:hover {
	background: #000000;
}

body #page-container #main-header.et-fixed-header #et-top-navigation ul li.Ppb_menuBtn a {
	color: #ffffff !important;
	padding: 16px 40px 16px 40px !important;
	font-size: 16px;

}

body #page-container #main-header.et-fixed-header #et-top-navigation {
	padding: 25px 0 0 0;
}

@media only screen and (min-width: 981px) {
	body #page-container #main-header:not(.et-fixed-header) #et-top-navigation {
		padding-top: 70px;
	}
}

@media only screen and (min-width: 1171px) and (max-width: 1570px) {

	body #page-container #main-header #et-top-navigation ul li a,
	body #page-container #main-header #et-top-navigation ul li.Ppb_menuBtn a {
		font-size: 15px !important;
	}

	body #page-container #main-header #et-top-navigation ul li {
		padding-right: 20px;
	}

	body #page-container #main-header #et-top-navigation ul li.Ppb_menuBtn a,
	body #page-container #main-header.et-fixed-header #et-top-navigation ul li.Ppb_menuBtn a {
		padding: 14px 36px 14px 36px !important;
	}

}

@media only screen and (min-width: 981px) and (max-width: 1570px) {
	body #page-container #main-header:not(.et-fixed-header) #logo {
    height: 45%;
    margin-top: -6%;
}
}

@media only screen and (min-width: 1571px){
	body #page-container #main-header:not(.et-fixed-header) #logo {
    margin-top: -3%;
}
}

@media only screen and (min-width: 981px) and (max-width: 1280px) {
	body #page-container #main-header:not(.et-fixed-header) #logo {
		height: 50%;
		margin-top: -50px;
	}

	body #page-container #main-header #et-top-navigation ul li a,
	body #page-container #main-header #et-top-navigation ul li.Ppb_menuBtn a {
		font-size: 14px !important;
	}

	body #page-container #main-header #et-top-navigation ul li {
		padding-right: 18px;
	}

	body #page-container #main-header #et-top-navigation ul li.Ppb_menuBtn a,
	body #page-container #main-header.et-fixed-header #et-top-navigation ul li.Ppb_menuBtn a {
		padding: 10px 20px 10px 20px !important;
	}

	body #page-container #main-header:not(.et-fixed-header) #et-top-navigation {
		padding-top: 30px;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1170px) {
	body #page-container #main-header:not(.et-fixed-header) #logo {
		height: 30%;
		margin-top: -70px;
	}

	body #page-container #main-header #et-top-navigation ul li {
		padding-right: 10px;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {

	body #page-container #main-header #et-top-navigation ul li a,
	body #page-container #main-header #et-top-navigation ul li.Ppb_menuBtn a {
		font-size: 13px;
	}
}

@media only screen and (max-width: 980px) {
	body #page-container #main-header:not(.et-fixed-header) #logo {
		height: 95%;
		max-height: 95%;
	}

	body #page-container #main-header #et-top-navigation ul li.Ppb_menuBtn a {
		padding: 14px 30px 14px 30px;
		font-size: 16px;
	}
}

/********************************************************* End Header Style ***************************************/

/********************************************************* Start Bl section Style ***************************************/


body #page-container .Ppb_blWrap .et_pb_module:nth-child(3),
body #page-container .Ppb_blWrap .et_pb_module:nth-child(5) {
	margin-right: 0;

}


body #page-container .Ppb_blWrap .Ppb_blWidget {

	margin-bottom: 25px;
}

@media only screen and (min-width: 981px) and (max-width: 1660px) {
	body #page-container .Ppb_blWrap .Ppb_blWidget h3 {
		font-size: 20px;
	}

	body #page-container .Ppb_blWrap .et_pb_main_blurb_image {
		margin-bottom: 0px;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1440px) {
	body #page-container .Ppb_blWrap .Ppb_blWidget {
		padding-left: 15px !important;
	}

	body #page-container .Ppb_blWrap .Ppb_blWidget h3 {
		font-size: 18px;
	}
}

@media only screen and (min-width: 601px) {

	body #page-container .Ppb_blWrap .Ppb_blWidget {
		display: inline-block;
		width: calc((100% - 44px)/ 2);
		margin-right: 44px;
		margin-bottom: 25px;
	}

	body #page-container .Ppb_blWrap .et_pb_module:nth-child(4),
	body #page-container .Ppb_blWrap .et_pb_module:nth-child(5) {
		margin-bottom: 0;

	}
}

/********************************************************* End Bl section Style ***************************************/

/********************************************************* Start CTA section Style ***************************************/

body #page-container .Ppb_ctaWrap .Ppb_ctaFrm .gform_button {
	display: none;
}

body #page-container .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body #page-container .gform_wrapper textarea,
body #page-container .gform_wrapper select {
	background: #FFFFFF;
	font-size: 24px;
	color: #000000;
	border-radius: 43px;
	border: 1px solid #929292;
	padding-left: 40px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #000000;
}


/********************************************************* End CTA section Style ***************************************/


/********************************************************* Start Banner Style ***************************************/
body #page-container .Ppb_hmBanner:before {
	position: absolute;
	content: '';
	background-image: url(/wp-content/uploads/hm-banner-bg-shape.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	top: -40px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	max-height: 89vh;
}

body #page-container .Ppb_hmBanner.Ppb_innerBanner:before {
	background-image: url(/wp-content/uploads/inner-banner-shape.png);
	max-height: 84vh;

}

body #page-container .Ppb_hmBanner .et_pb_slide {
	padding-left: 0;
	padding-right: 0;
}

body #page-container .Ppb_hmBanner .et_pb_slide .et_pb_container {
	max-width: 100%;
	padding: 20vw 0;
}

body #page-container .Ppb_hmBanner.Ppb_innerBanner .et_pb_slide .et_pb_container {
	padding: 20vw 0;
}

body #page-container .Ppb_hmBanner .et_pb_slide .et_pb_slide_description {
	position: absolute;
	bottom: 0;
	padding: 3.5vw 0;
	width: 100%;
	background: #000;
}

body #page-container .Ppb_hmBanner .et_pb_slide .et_pb_slide_description .et_pb_slide_title {
	padding: 0 30px;
}

@media only screen and (min-width: 981px) and (max-width: 1440px) {
	body #page-container .Ppb_hmBanner .et_pb_slide .et_pb_container {
		padding: 18vw 0;
	}

	body #page-container .Ppb_hmBanner::before {

		max-height: 69vh;
	}

	body #page-container .Ppb_hmBanner {
		border-radius: 0 0 150px 150px;
	}
}

@media only screen and (max-width: 980px) {
	body #page-container .Ppb_hmBanner.Ppb_innerBanner .et_pb_slide .et_pb_container {
		padding: 40vw 0;
	}

	body #page-container .Ppb_hmBanner .et_pb_slide .et_pb_container {

		padding: 40vw 0;
	}

	body #page-container .Ppb_hmBanner::before {

		max-height: 60vh;
	}

	body.single #page-container .Ppb_hmBanner.Ppb_innerBanner .et_pb_slide .et_pb_container {
		padding: 40vw 0;
	}

	body.single #page-container .Ppb_hmBanner.Ppb_innerBanner .et_pb_slide .et_pb_container h1 {
		font-size: 24px !important;
	}
}

@media only screen and (max-width: 560px) {
	body.single #page-container .Ppb_hmBanner.Ppb_innerBanner .et_pb_slide .et_pb_container {
		padding: 60vw 0;
	}

	body #page-container .Ppb_hmBanner .et_pb_slide .et_pb_slide_description .et_pb_slide_title,
	body #page-container .Ppb_hmBanner .et_pb_slide .et_pb_slide_description .et_pb_slide_title {
		font-size: 24px !important;
	}

}

/********************************************************* End Banner Style ***************************************/

/********************************************************* Start Footer Style ***************************************/

body #page-container .Ppb_ftWrap .fwidget,
body #page-container .Ppb_ftWrap .fwidget .menu-footer-menu-container ul {
	width: 100%;

}

body #page-container .Ppb_ftWrap .fwidget .menu-footer-menu-container ul {
	text-align: center;
}

body #page-container .Ppb_ftWrap .fwidget .menu-footer-menu-container ul li {
	display: inline-block;
	padding-right: 25px;
}

body #page-container .Ppb_ftWrap .fwidget .menu-footer-menu-container ul li a {
	font-size: 18px;
	font-weight: 400;
	color: #000000;
}

body #page-container .Ppb_ftWrap .fwidget .menu-footer-menu-container ul li.current_page_item a {
	color: #652A8F;
	 
}

body #page-container .Ppb_ftWrap .fwidget .menu-footer-menu-container ul li a:hover {
	color: #652A8F;
	 

}

body #page-container .Ppb_ftWrap .fwidget {
	margin-bottom: 40px;
}

@media only screen and (max-width: 980px) {
	body #page-container .Ppb_ftWrap .fwidget .menu-footer-menu-container ul li a {
		font-size: 16px;

	}

	body #page-container .Ppb_ftWrap .fwidget .menu-footer-menu-container ul li {

		padding-right: 15px;
	}
}

@media only screen and (max-width: 768px) {
	body #page-container .Ppb_ftWrap .fwidget .menu-footer-menu-container ul li a {
		font-size: 15px;

	}
}

/************ Footer Menu Hover Style*****************/
.Ppb_footerMenu li a{
	position: relative
}
.Ppb_footerMenu .current-menu-item a::before,
.Ppb_footerMenu .current_page_item a::before {
 content: "";
 position: absolute;
 z-index: 2;
 left: 0;
 right: 0;
}
.Ppb_footerMenu li a:before {
 content: "";
 position: absolute;
 z-index: -2;
 left: 0;
 right: 100%;
 bottom: 0;
 background: #652A8F; /*** COLOR OF THE LINE ***/
 height: 2px; /*** THICKNESS OF THE LINE ***/
 -webkit-transition-property: right;
 transition-property: right;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}
.Ppb_footerMenu li a:hover {
 opacity: 1 !important;
}
.Ppb_footerMenu li a:hover:before {
 right: 0;
}
.Ppb_footerMenu li li a:before {
 bottom: 10%;
}


/********************************************************* End Footer Style ***************************************/
/********************************************************* Start Special Row Style ***************************************/
.adult-circle-counter-row1 {
	top: 60% !important;
	bottom: auto !important;
}
.adult-circle-counter-row2 {
	top: 220% !important;
	bottom: auto !important;
}
/*
@media (min-width: 1441px) and (max-width: 1650px) {
	.youth-dev-circle-counter-section .single-circle-counter {
		min-height: 90% !important;
	}
}
@media (min-width: 1316px) and (max-width: 1440px) {
	.youth-dev-circle-counter-section .single-circle-counter {
		min-height: 110% !important;
	}
}
@media (min-width: 981px) and (max-width: 1315px) {
	.youth-dev-circle-counter-section .single-circle-counter {
		min-height: 85% !important;
	}
}
@media (min-width: 561px) and (max-width: 880px) {
	.youth-dev-circle-counter-section .single-circle-counter {
		min-height: 120% !important;
		margin-bottom: 50% !important;
	}
}
*/

@media (min-width: 1446px) and (max-width: 1714px) {
	.adult-circle-counter-row1 {
		top: 40% !important;
	}
}
@media (min-width: 981px) and (max-width: 1445px) {
	.adult-circle-counter-row1 {
		top: 40% !important;
	}
	.adult-circle-counter-row2 {
		top: 300% !important;
	}
}
@media (min-width: 980px) and (max-width: 1130px) {
	body #page-container #main-header .container {
		width: 98%;
	}
}
@media (max-width: 980px) {
	.two-col-circle-counter-row1 {
		display: flex;
		align-items: center;
	}
}
@media (max-width: 560px) {
	.single-circle-counter {
		min-height: auto !important;
	}
	.single-circle-counter .et_pb_circle_counter_inner {
		margin-bottom: 50% !important;
	}
}
@media only screen and (min-width: 981px) {

	body #page-container .Ppb_spRow .et_pb_column:nth-child(2) {
		width: 63.65%;

	}

	body #page-container .Ppb_spRow.Ppb_hmspRow .et_pb_column:nth-child(2) {
		width: 59.65%;
	}

	body #page-container .Ppb_sprightRow .et_pb_column:nth-child(1) {
		width: 65.6%;

	}

	body #page-container .Ppb_sprightRow.Ppb_hmsprightRow .et_pb_column:nth-child(1) {
		width: 59.6%;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1769px) {
	body #page-container .Ppb_spRow {
		padding-left: 5vw;
	}


}

@media only screen and (min-width: 981px) and (max-width: 1440px) {
	body #page-container .Ppb_sprightRow.Ppb_hmsprightRow .et_pb_column:nth-child(1) {
		width: 48.6%;
	}

	body #page-container .Ppb_sprightRow.Ppb_hmsprightRow .et_pb_column:nth-child(2) {
		padding-top: 3vw;
		padding-left: 3vw;
	}

	body #page-container .Ppb_sprightRow.Ppb_hmsprightRow .et_pb_column:nth-child(2) .et_pb_module {
		margin-bottom: 30px !important;
	}
}


/********************************************************* End Special Row Style ***************************************/
/********************************************************* Start Home Blog Style ***************************************/
body #page-container .Ppb_homeblogWrap .et_pb_post {
	display: grid;
	margin-bottom: 35px;
	text-align: left;
	padding-left: 30px;
}

body #page-container .Ppb_homeblogWrap .et_pb_post .post-meta {
	order: 1;
	margin-bottom: 0;
	padding-bottom: 12px;
}

body #page-container .Ppb_homeblogWrap .et_pb_post .entry-title {
	order: 2;
	padding-bottom: 12px;
}

body #page-container .Ppb_homeblogWrap .et_pb_post .post-content {
	order: 3;
}

body #page-container .Ppb_homeblogWrap .et_pb_post .post-content .more-link {
	text-decoration: underline;

}

body #page-container .Ppb_homeblogWrap {
	max-height: 894px;
	overflow-y: auto;
	direction: rtl;
}

@media only screen and (min-width: 1441px) {

	body #page-container .Ppb_homeblogWrap .et_pb_post .post-content .post-content-inner,
	body #page-container .Ppb_homeblogWrap .et_pb_post .post-content .post-content-inner p {
		display: contents;
		clear: unset !important;
	}

	body #page-container .Ppb_homeblogWrap .et_pb_post .post-content .more-link {
		display: inline;
		clear: unset !important;

	}

	body #page-container .Ppb_homeblogWrap .et_pb_post .post-content .more-link {

		margin-left: 15px;
	}
}

@media only screen and (max-width: 1440px) {
	body #page-container .Ppb_homeblogWrap .et_pb_post .post-content .more-link {
		margin-top: 15px;
	}
}

/*
 *  Scroll Bar style
 */
body #page-container .Ppb_homeblogWrap {
	scrollbar-width: 4px;
	scrollbar-color: #652A8F #CA9FE9;
}

body #page-container .Ppb_homeblogWrap::-webkit-scrollbar-track {
	border: 1px solid #fff;
	background-color: #CA9FE9;

}

body #page-container .Ppb_homeblogWrap::-webkit-scrollbar {
	width: 4px;
	background-color: #652A8F;
}

body #page-container .Ppb_homeblogWrap::-webkit-scrollbar-thumb {
	background-color: #652A8F;
}


/*
 * Scroll Bar style
 */
@media only screen and (min-width: 981px) {
	body #page-container .Ppb_postRow .et_pb_column:nth-child(2) {
		width: 85.5%;
	}
}

/********************************************************* End Home Blog Style ***************************************/
/********************************************************* Start Gallery Style ***************************************/
body #page-container .Ppb_sideImage {
	border-radius: 512px 512px 0 0;
	overflow: hidden;
}

body #page-container .Ppb_sideImage img {
	width: 100%;
}

body #page-container .et_pb_gallery_grid .et_pb_gallery_item img {
	border-radius: 222px 222px 0 0;
}

body #page-container .et_pb_gallery_grid .et_pb_gallery_item .et_overlay {
	border: 0px solid #e5e5e5;
}

@media only screen and (max-width: 1360px) {
	body #page-container .Ppb_gallerySliderWrap .nextend-arrow {
		padding: 10px 25px 10px 25px;
	}

	body #page-container .Ppb_gallerySliderWrap .nextend-arrow img {
		width: 18px;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1170px) {
	body #page-container .Ppb_gallerySliderWrap .nextend-arrow-previous {
		left: 42% !important;
	}

	body #page-container .Ppb_gallerySliderWrap .nextend-arrow-next {
		left: 52% !important;
	}
}

@media only screen and (max-width: 980px) {

	body #page-container .Ppb_gallerySliderWrap .nextend-arrow img {
		width: 14px;
	}

	body #page-container .Ppb_gallerySliderWrap .nextend-arrow {
		padding: 8px 15px 8px 15px;
	}
}

@media only screen and (max-width: 768px) {
	body #page-container .Ppb_gallerySliderWrap .nextend-arrow-previous {
		left: 41% !important;
	}

	body #page-container .Ppb_gallerySliderWrap .nextend-arrow-next {
		left: 53% !important;
	}
}

@media only screen and (max-width: 480px) {
	body #page-container .Ppb_gallerySliderWrap .nextend-arrow-previous {
		left: 35% !important;
	}

	body #page-container .Ppb_gallerySliderWrap .nextend-arrow-next {
		left: 52% !important;
	}
}

/********************************************************* End Gallery Style ***************************************/

/********************************************************* Start Form Style ***************************************/
body #page-container .gform_wrapper .gform_footer .button {
	padding: 10px 60px;
	background: #fff;
	color: #000000;
	border: 1px solid #929292;
	border-radius: 100px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 24px;

}

body #page-container .gform_wrapper textarea {
	margin-top: 16px !important;
}

body #page-container .gform_wrapper .gform_footer .button:hover {
	background: #652A8F;
	color: #fff;
}

::-webkit-input-placeholder {
	/* Edge */
	color: #000000;
	opacity: 1;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #000000;
	opacity: 1;
}

::placeholder {
	color: #000000;
	opacity: 1;
}

@media only screen and (min-width: 981px) and (max-width: 1280px) {

	body #page-container .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
	body #page-container .gform_wrapper textarea,
	body #page-container .gform_wrapper select {
		font-size: 18px;
		padding: 15px 20px;
	}

	body #page-container .gform_wrapper .gform_footer .button {
		padding: 10px 50px;
		font-size: 20px;

	}
}

@media only screen and (max-width: 980px) {

	body #page-container .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
	body #page-container .gform_wrapper textarea,
	body #page-container .gform_wrapper select {
		font-size: 16px;
		padding: 15px 20px;
	}

	body #page-container .gform_wrapper .gform_footer .button {
		padding: 10px 50px;
		font-size: 18px;

	}
}

@media only screen and (max-width: 768px) {
	body #page-container .gform_wrapper .gform_footer .button {

		font-size: 16px;

	}
}

/********************************************************* End Form Style ***************************************/
/********************************************************* Start CTN Address Info Style ***************************************/
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
	body #page-container .Ppb_ctnifoBlurb .et_pb_blurb_description {
		font-size: 16px;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
	body #page-container .Ppb_ctnifoBlurb .et_pb_blurb_description {
		font-size: 14px;
	}
}

/********************************************************* End CTN Address Info Style ***************************************/

.Ppb_donateWrap form {
	text-align: center;
}

/********************************************************* Start Step Blurb Style ***************************************/
.Ppb_stepWrap h3 {
	margin-bottom: 15px;
}

/********************************************************* End Step Blurb Style ***************************************/

/********************************************************* Start Timeline Style ***************************************/
.cool-timeline .timeline-post .timeline-meta,
.cool_timeline .timeline-main-title {
	display: none;
}


/********************************************************* End Timeline Style ***************************************/
/********************************************************* Start Events Style ***************************************/
.mec-holding-status-ongoing {
	color: #652a8f;
}

.mec-single-modal .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li a.mec-events-button {

	border: none;
	background: #652a8f;
	color: #fff !important;
	margin-bottom: 10px;
}

.mec-single-modal .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li a.mec-events-button:hover {
	background: #000 !important;
}

.mec-single-event .mec-event-social li.mec-event-social-icon i:before {
	top: -3px;
	position: relative;
	color: #aaa9a9;
}

.mec-single-event .mec-event-social li.mec-event-social-icon a {
	background: #f1f1f1 !important;
	border-radius: 50px;
	transition: all 300ms ease-in-out;
}

.mec-single-event .mec-event-social li.mec-event-social-icon a:hover {
	background: #652a8f !important;
}

.mec-single-event .mec-event-social li.mec-event-social-icon a:hover i:before {
	color: #ffffff;
}

.mec-calendar .mec-event-article .mec-event-title {
	font-size: 18px;
	font-weight: 600;
	text-transform: initial;
}

div#page-container .mec-event-footer .mec-booking-button {

	border-radius: 50px;
}
.cool-timeline .timeline-post .timeline-content img{
	border-radius: 0 0 250px 250px;
}
@media only screen and (max-width: 980px) {
	.mec-calendar.mec-event-calendar-classic dl dt {
		width: 25%;
	}

	div#page-container .mec-calendar .mec-event-article.mec-single-event-novel h4 {
		text-indent: -9999999px;
		background: #652a8f;
		width: 10px;
		border-radius: 100%;
		margin: 0 auto;
		height: 10px;
	}

	body #page-container .cool-timeline .timeline-year .icon-placeholder span {

		font-size: 18px;

	}

	.mec-single-modal.mec-single-modern .mec-single-title,
	.mec-calendar.mec-calendar-daily .mec-calendar-d-top h2,
	.mec-calendar.mec-calendar-daily .mec-calendar-d-top h3,
	.mec-event-list-standard .mec-event-title {
		font-size: 24px
	}

	.mec-calendar.mec-calendar-daily .mec-calendar-d-top h2 {
		font-size: 50px;

	}

	.mec-event-list-standard .mec-col-table-c.mec-event-content-wrap {

		min-height: 130px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
	.mec-calendar .mec-event-article.mec-single-event-novel {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%);
	}

	.entry-content .mec-wrap a {
		height: 100%;
		display: block;
	}
}

@media only screen and (max-width: 768px) {

	.mec-single-modal.mec-single-modern .mec-single-title,
	.mec-calendar.mec-calendar-daily .mec-calendar-d-top h2,
	.mec-calendar.mec-calendar-daily .mec-calendar-d-top h3,
	.mec-event-list-standard .mec-event-title {
		font-size: 20px
	}

	.mec-month-divider span {
		font-size: 18px;
	}

	.mec-calendar.mec-calendar-daily .mec-calendar-d-top h2 {
		font-size: 40px;

	}
}

@media only screen and (max-width: 767px) {
	.mec-calendar .mec-event-article.mec-single-event-novel {
		padding: 15px 0;
	}
}

@media only screen and (max-width: 480px) {
	.mec-event-list-standard .mec-col-table-c.mec-event-content-wrap {
		padding: 10px 10px 10px 10px;
	}

	.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-header h2,
	.mec-load-month-link {
		font-size: 10px;

	}

	.mec-calendar .mec-calendar-table-head dt {
		font-size: 12px;
		text-align: center !important;
	}
}

/********************************************************* End Events Style ***************************************/

@media only screen and (min-width: 981px) {

	body #page-container .Ppb_giWrap .Ppb_giWidget .et_pb_column {
		width: calc((100% - 20px)/ 2);
		margin-right: 20px;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1440px) {
	body #page-container .Ppb_giWrap .Ppb_giWidget .et_pb_column .et_pb_image_wrap img {
		width: 13%;
	}

	body #page-container .Ppb_giWrap .Ppb_giWidget .et_pb_column .et_pb_text_inner {
		font-size: 20px;
	}

	body #page-container .Ppb_giWrap .Ppb_giWidget .et_pb_column .et_pb_button {
		font-size: 18px;
		padding: 8px 18px 8px 18px !important;
	}
}


body #page-container .Ppb_ctaWrap .Ppb_ctaFrm .gfield--width-three-quarter {
	width: 100%;
}

body #page-container .Ppb_ctaWrap .Ppb_ctaFrm #field_submit {

	width: 113%;
}

body #page-container .Ppb_ctaWrap .gform-button {

	background: #ffffff;
	color: #000000;
	border: 1px solid #929292;
	border-radius: 50px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1.4px !important;
	font-size: 28px;
	padding: 21px 30px;
	width: 100%;

}

body #page-container .Ppb_ctaWrap .gform-button:hover {
	background: #ca9fe9;
	color: #000000;
	border: 1px solid #929292;
	border-radius: 43px;
}

body #page-container .Ppb_ctaWrap .Ppb_ctaFrm .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 24px 30px 25px 30px;
}


body #page-container .Ppb_ctaWrap:before {
	position: absolute;
	content: '';
	background-image: url(/wp-content/uploads/Home-form-before-img.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	right: 0;
	bottom: 0;
	display: block !important;
	opacity: 1;
}


@media only screen and (max-width: 1280px) {
	body #page-container .Ppb_ctaWrap .Ppb_ctaFrm .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
		padding: 15.5px 30px 15.5px 30px;
	}

	body #page-container .Ppb_ctaWrap .gform-button {
		font-size: 20px;
		padding: 12px 30px;
	}
}

@media only screen and (max-width: 980px) {
	body #page-container .Ppb_ctaWrap .Ppb_ctaFrm .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
		padding: 16.5px 30px 16.5px 30px;
	}

}

@media only screen and (max-width: 640px) {
	body #page-container .Ppb_ctaWrap .Ppb_ctaFrm #field_submit {
		width: 100%;
	}

	body #page-container .Ppb_ctaWrap .Ppb_ctaFrm .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
		padding: 13.5px 30px 13.5px 30px;
	}

	body #page-container .Ppb_ctaWrap .gform-button {
		font-size: 18px;
		padding: 11px 30px;
	}
}

/********************************************************* Start Scroll Top Button Style ***************************************/


.et_pb_scroll_top.et-pb-icon {
	color: #fff;
	border-radius: 0;
	background: #652A8F;
	box-shadow: 0 0 5px rgb(0 0 0 / 10%);
	height: 80px;
	line-height: 70px;
}

@media (max-width: 980px) {
	body .et_pb_scroll_top.et-pb-icon {
		height: 50px;
		line-height: 40px;
		font-size: 25px;
		width: 30px;
	}
}

/********************************************************* End Scroll Top Button Style ***************************************/

.mfp-title {
	display: none;
}

/****Custom CSS by Rashed****/
@media (min-width: 981px) {
	div#page-container .program_flyer_row .et_pb_column {
		height: 500px;
	}
}

/*******Calender Page CSS******/
body .mec-single-event .mec-event-meta dd {
	color: #000000;
}

body .mec-single-event .mec-event-meta .mec-events-address,
.mec-single-event .mec-event-meta .mec-events-event-categories a {
	color: #000;
}

.mec-single-event .mec-event-meta .mec-events-event-categories a:hover {
	color: #652A8F !important;
}

body .mec-single-modern .mec-single-event-bar>div dd {
	color: #000;
}

body .mec-export-details ul li a {
	color: #652A8F !important;
	border-color: #652A8F !important;
}

body .mec-export-details ul li a:hover {
	color: #fff !important;
	background: #652A8F !important;
}

.mec-color-before :before {
	color: #652A8F !important;
}

div#page-container .mec-calendar .mec-event-article.mec-single-event-novel h4 {
	font-size: 14px;
	font-weight: 600;
	text-transform: unset;
	letter-spacing: .1px;
}

.mec-modal-preloader {
	display: none;
}

div#page-container .mec-event-footer .mec-booking-button {
	background: #652A8F;
	color: #fff;
}

div#page-container .mec-event-footer .mec-booking-button:hover {
	background: #000;
}

div#page-container .btn_level_btm_row .et_pb_column {
	display: flex;
	flex-direction: column;
}

div#page-container .btn_level_btm_row .et_pb_column .et_pb_button_module_wrapper {
	margin-top: auto;
}

div#page-container .dis_flex_btn_row {
	display: flex;
}

@media (min-width: 981px) {
	body #page-container .Ppb_nwoverWrap .Ppb_nwovercolWrap {
		width: 59.5%;
	}

	body #page-container .Ppb_nwoverWrap .Ppb_nwsmecolWrap {
		width: 65.2%;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1860px) {
	body #page-container .Ppb_nwoverWrap.Ppb_nwoverleftWrap {
		padding-left: 5vw !important;
	}

	body #page-container .Ppb_nwoverWrap.Ppb_nwoverrightWrap {
		padding-right: 5vw !important;
	}

	body #page-container .Ppb_nwoverWrap .Ppb_nwovercolWrap {
		width: 56.5%;
	}

	body #page-container .Ppb_nwoverWrap .Ppb_nwsmecolWrap {
		width: 62%;
	}

	body #page-container .Ppb_nwoverWrap.Ppb_nwoverrightWrap .et_pb_column:nth-child(2) {
		padding-right: 0 !important;
	}
}

div#page-container .mec-totalcalview-selected:hover {
	color: #fff !important;
	background: #000 !important;
	border-color: #000 !important;
}

@media only screen and (min-width: 981px) and (max-width: 1440px) {
	div#page-container .Ppb_ctnifoBlurb .et_pb_blurb_content h3 {
		font-size: 18px;
	}
}

@media only screen and (min-width: 1281px) and (max-width: 1400px) {

	body #page-container .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
	body #page-container .gform_wrapper textarea,
	body #page-container .gform_wrapper select {
		font-size: 20px !important;
		padding: 15px 20px !important;
	}
}
.checklist_no_icon ul{
	padding:0px !important;
}


@media only screen and (min-width: 981px) and (max-width: 1440px){
	.checklist_no_icon ul li {
		font-size: 16px !important;
	}
}
.custom_h3 h3{
	margin-bottom:15px !important;
}
.Ppb_homeblogWrap .entry-title {
	direction: initial !important;
}

.icon_column:before{
	content: '22'!important;
	font-family: 'ETMODULES';
	font-size: 50px!important;
	font-weight: bold;
	color: #d2007f;
	position: absolute;
	top: 50%;
	right: -55px;
}

/* Custom CSS for Meet The Team Page */
.meet-the-team-section .et_pb_image img, .board-of-directors-section .et_pb_image img, .ome-title-below-img img{
	object-fit: cover;
}
/* End of Custom CSS for Meet The Team Page */

.mav-gallery .et-pb-arrow-prev, .mav-gallery .et-pb-arrow-next {
	background-color: #f1f1f1 !important;
	color: #652A8F !important;
	border-radius: 50px !important;
}
.mav-gallery .et-pb-arrow-prev:hover, .mav-gallery .et-pb-arrow-next:hover {
	background-color: #652A8F !important;
	color: #ffffff !important;
}
.mav-gallery .et-pb-controllers a {
	background-color: #652A8F !important;
	width: 12px !important;
    height: 12px !important;
}
.mav-gallery .et_pb_bg_layout_light .et-pb-controllers .et-pb-active-control {
    background-color: #652A8F !important;
}
.intern-testimonial-img img {
	object-fit: cover;
}

.career-blurb .et_pb_main_blurb_image img {
    width: 40px;
    border-radius: 0;
}
.pum-content.popmake-content h4 {
    font-size: 20px;
    margin-top: 9px;
}
.n2-ss-layer.n2-ow.Ppb_sideImage {
    border-radius: 0 !important;
}
.et_pb_section .et_pb_row,.et_pb_section,.et_pb_module {
    transform: none !important;
}
.donors-row .et_pb_column {
    background: #fff;
    padding: 12px;
    display: flex;
    align-items: center;
}
.donors-row .et_pb_column img {
    max-width: 80%;
    height: auto !important;
    width: 80% !important;
}
.empty {
    background: none !important;
}
.single-mec-events article.row.mec-single-event {
    padding-top: 200px;
}
.meet-the-team-section.team-listings span.et_pb_image_wrap img {
    height: 380px !important;
    width: 100% !important;
}
.meet-the-team-section.team-listings span.et_pb_image_wrap {
    width: 100% !important;
}
.meet-the-team-section.team-listings .et_pb_module.et_pb_image {
    width: 100% !important;
}


@media (max-width: 980px) {
	.single-mec-events article.row.mec-single-event {
		padding-top: 100px;
	}	
	div#graph-section .et_pb_module.custom-graph {
		margin-bottom: 20px !important;
		height: 225px;
	}
	div#graph-section .et_pb_row:last-child {
		margin-top: 30px;
	}
}
@media (max-width: 767px) {
	div#graph-section .et_pb_circle_counter canvas {
		height: 174px !important;
		width: 174px !important;
	}
	div#graph-section .et_pb_module.custom-graph {
		height: 174px;
		width: 174px !important;
	}
}