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


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

#freshy_copyright span {
	display: inline-block;
	line-height: 1.5em;
}


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

#freshy_copyright a.copyright_fs {
	display: block;
	vertical-align: middle;
	width: 42px;
	height: 20px;
	background-image: url("/wp-content/uploads/fs-lettermark-grey.svg");
	background-repeat: no-repeat;
	background-size: 42px 20px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 auto;
}


/* fix if using Impreza to remove underline */

#freshy_copyright a:hover {
	border: 0 !important;
}

@media (min-width: 600px) {
	/* vertical pipe divider */
	#freshy_copyright span.copyright_via {
		width: 1px;
		height: 20px;
		margin: 0 10px;
		display: inline-block;
	}
	#freshy_copyright a.copyright_fs {
		display: inline-block;
	}
}

@media (max-width: 980px) {
	#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 6px !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: '\f058';
	width: 20px;
	margin: 0;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #32a709;
	/* set font size helps make icon sharper */
	font-size: 22px;
	font-weight: normal;
}

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

.eventlist ul li::before {
	content: '\f274';
}

.locationlist ul li::before {
	content: '\f041';
}

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

.pdflist ul li::before {
	content: '\f1c1';
	color: red;
}

.userlist ul li::before {
	content: '\f2c0';
}


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


/* we swap out form ajax spinner via PHP Function, and add spinning if its PNG */

img.gform_ajax_spinner[src$=".png"] {
	animation: lime-spin 1.5s linear infinite;
	padding: 0;
	margin-left: 10px;
}

@keyframes lime-spin {
	100% {
		transform: rotate(360deg);
	}
}


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


/**** custom area  ****  /


/**** global area  */

body {
	font-weight: 400;
}

.align_tems_cmn {
	align-items: center;
}

.clomn_items_center {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media all and (min-width:981px) {
	.margin_right_30_row_cmn .et_pb_column {
		width: calc(33.33% - 30px + 10px) !important;
		margin-right: 30px !important;
	}
	.margin_right_30_row_cmn .et_pb_column:last-child {
		margin-right: 0 !important;
	}
	.for_practice_page_2box_row .et_pb_column {
		width: calc(50% - 30px + 15px) !important;
	}
}

@media all and (max-width:980px) {
	body div#et-boc .margin_right_30_row_cmn .et_pb_column {
		margin-bottom: 30px !important;
	}
	body div#et-boc .margin_right_30_row_cmn .et_pb_column:last-child {
		margin-bottom: 0 !important;
	}
}


/* end gatter 1 custom margin */

@media ( max-width: 980px) {
	.column-reverse {
		display: flex;
		flex-direction: column-reverse;
	}
	.column-reverse .et_pb_image .et_pb_image_wrap {
		margin-bottom: 20px;
	}
	.column-reverse .et_pb_column:first-child {
		margin-bottom: 0 !important;
	}
}


/*  divi icon  text icon */

.et_pb_text_inner ul:not(.gform_fields) li,
.et_pb_blurb_description ul li {
	padding-left: 10px;
	margin-bottom: 10px;
}

.et_pb_text_inner ul:not(.gform_fields) li::marker,
.et_pb_blurb_description ul li::marker {
	content: '\e052';
	font-family: ETmodules;
	color: #FA1515;
	margin-right: 10px;
}


/* end divi text icon  */


/* -- Scroll to Top Style -- */

.et_pb_scroll_top.et-pb-icon {
	background: #FA1515;
	border-radius: 0;
	padding: 25px 0;
}


/* end scrool top */


/* for 1720 */


/* for 1640px in fressy  */

header .container {
	width: 87% !important;
}


/* end global from other  */


/* **end global area  */


/ header area  */

ul#top-menu .menu-item-has-children:hover a:after {
	color: #FA1515 !important;
}

#top-menu li li a {
	font-size: 18px;
}

nav#top-menu-nav ul#top-menu .Past_Due_Child a,
.Past_Due_Child a {
	background: #000;
	color: #fff !important;
	padding: 25px 35px !important;
	line-height: 1;
	font-weight: 400;
}

nav#top-menu-nav ul#top-menu .Past_Due_Child a:hover,
.Past_Due_Child a:hover {
	background: #FA1515 !important;
	opacity: 1 !important;
}

.et_header_style_left #et-top-navigation,
.et_header_style_split #et-top-navigation {
	padding-top: 35px !important;
}


/* end xd style  */


/*from other */


/* for header comon for fresshy  or other defolts */


/* responsive  */

#top-menu li {
	padding-right: 28px;
}

#top-menu li a {
	font-weight: 400;
}

@media only screen and (min-width:981px) and (max-width:1279px) {
	div#et-top-navigation {
		padding-left: 260px !important;
	}
	#top-menu li {
		padding-right: 10px;
	}
	#top-menu li a {
		font-size: 16.5px !important;
	}
	img#logo {
		max-width: 250px !important;
	}
	/* 	u */
	header .container {
		width: 90% !important;
	}
	.Past_Due_Child a {
		padding: 18px !important;
	}
}

@media all and (min-width:1280px) and (max-width:1439px) {
	img#logo {
		max-width: 315px;
	}
	div#et-top-navigation {
		padding-left: 320px !important;
	}
	#top-menu li {
		padding-right: 18px;
	}
}

@media only screen and (min-width:1440px) and (max-width:1650px) {
	img#logo {
		max-width: 420px;
	}
	div#et-top-navigation {
		padding-left: 440px !important;
	}
	#top-menu li {
		padding-right: 22px
	}
}


/* end responsive  */


/* end comon deforlt header css responsive  */


/* defolt header  */


/*from other */


/**** end header area  */


/*** footer area  */


/* from other  */

.footer-widget h4 {
	padding-bottom: 25px;
}

#footer-info {
	width: 100%;
	text-align: center;
}


/* @media all and (min-width:981px) {
	footer#main-footer .footer-widget:nth-child(4) {
		width: calc(20.875% - 5%);
	}
	footer#main-footer .footer-widget:nth-child(3) {
		width: calc(20.875% + 5%);
	}
	footer#main-footer .footer-widget:nth-child(1) {
		width: calc(20.875% + 5.5%);
	}
	footer#main-footer .footer-widget:nth-child(2) {
		width: calc(20.875% - 5.5%);
	}
} */

.widget_nav_menu .menu li:before,
.custom_socical_footer li:before {
	display: none;
}

.widget_nav_menu .menu li {
	padding-left: 0 !important;
}

.widget_nav_menu .menu li a:hover {
	text-decoration: underline !important;
}

@media only screen and (min-width:981px) {
	#footer-widgets {
/* 		padding-top: 88px; */
		padding-top:68px;
/* 		padding-bottom: 68px !important; */
		padding-bottom:40px;
	}
	div#footer-bottom {
		padding-bottom: 20px !important;
		padding-top: 20px;
	}
	.et_pb_gutters3 .footer-widget {
		margin-bottom: 0px !important;
	}
}

@media all and (max-width:980px) {
	/* 	body footer#main-footer .footer-widget:nth-child(n) {
		margin-bottom: 35px !important;
	} */
	#footer-widgets {
		padding-top: 50px !important;
		padding-bottom: 0px !important;
	}
	/* 	div#footer-bottom {
		padding-bottom: 50px !important;
	} */
	footer#main-footer #footer-widgets .et_pb_widget {
		margin-bottom: 35px !important;
	}
	.widget_nav_menu .menu li {
		margin-bottom: 15px !important;
	}
	header .container,
	#main-footer .container {
		width: 90%;
	}
}

.custom_socical_footer {
	margin-bottom: 0 !important;
}

.custom_socical_footer li {
	padding-left: 0 !important;
}

.custom_socical_footer {
	margin-left: -10px !important;
}


/* .custom_socical_footer a.icon,
.custom_socical_footer a.icon::before {
	width: 30px !important;
	height: 30px !important;
}

.custom_socical_footer a.icon:before {
	line-height: 30px !important;
}
 */

footer .textwidget {
	/*     font-weight: 300 !important; */
	line-height: 24px;
}

.et_pb_widget ul li {
	line-height: 24px;
}

#main-footer .container {
	max-width: 1100px;
}


/* end from other  */


/* up  */

.footer-widget {
	float: inherit !important;
	text-align: center;
}

footer .et_pb_widget {
	/* float: inherit !important; */
	width: 100%;
}

.widget_nav_menu .menu li {
	display: block;
	margin-bottom: 30px;
}

.widget_nav_menu .menu li:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

@media all and (min-width:981px) {
	footer#main-footer .et_pb_widget {
		margin-bottom: 45px;
	}
}


/* end others  */


/* update for custom xd  */

.custom_socical_footer li a {
	margin-right: 20px;
}

@media all and (min-width:981px) {
	#freshy_copyright span.copyright_via {
		margin-left: 24px;
	}
}


/* end update for cusom xd  */


/** end footer area  */


/**** home area  */


/* slider code  */


/* end slider code  */


/* from my  */


/* for slider arrow down  */


/* arrow link wrapper */

.slider-down-arrow {
	position: absolute;
	z-index: 10;
	bottom: 70px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 32px;
}


/* arrow link */

.slider-down-arrow a {
	line-height: 1em;
	display: inline-block;
	color: white;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
	transition: all 0.2s ease;
}


/* animate the arrow link if not hovered,
note: this uses animation via Divi Booster */

.slider-down-arrow a:not(:hover) {
	animation: fullwidth-header-bounce 2.2s ease-out infinite;
}


/* add hover effect on arrow link */

.slider-down-arrow a:hover {
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
}

@media (min-width: 1441px) {
	/* increase arrow size, and adjust positioning, for larger screens */
	.slider-down-arrow {
		bottom: 90px;
		font-size: 48px;
	}
}

@media (max-width: 980px) {
	/* hide arrow when stuff stacks */
	.slider-down-arrow {
		display: none;
	}
	.extra_row span.et_pb_image_wrap {
		margin-bottom: 0 !important;
	}
}


/* up f */


/* div#text-5, div#text-5 img {
    width: 100%;
} */


/* update  */

.slider-down-arrow a::after {
	width: 10px;
	background: #FA1515;
	height: 10px;
	content: "";
	z-index: 5;
	position: absolute;
	top: 26px;
	left: 13px;
	border-radius: 50%;
}

.slider-down-arrow a {
	background: #fff !important;
	border: 1px solid #fff;
	height: 60px;
	width: 38px;
	border-radius: 37px;
}

.home_slider_up i.fa.fa-angle-double-down {
	opacity: 0;
}

.slider-down-arrow a {
	position: relative;
}

@media (min-width:981px) and (max-width:1440px) {
	.slider-down-arrow {
		bottom: 25px;
		font-size: 48px;
	}
	.slider-down-arrow a {
		height: 50px;
		width: 30px;
	}
	.slider-down-arrow a::after {
		width: 8px;
		height: 8px;
		top: 22px;
		left: 10px;
	}
}


/* end sldie arrow down  */
.home_slider_up .et_pb_slide_content h1{
	font-weight: 700;
    text-transform: uppercase;
    font-size: 3.6vw;
    line-height: 1.3em;
}
@media only screen and (min-width:981px) and (max-width:1279px) {
	.home_slider_up .et_pb_slide_content h1 {
		font-size: 45px;
	}
}
@media only screen and (max-width:980px) {
	.home_slider_up .et_pb_slide_content h1 {
		font-size: 30px;
	}
}


/* end slide area  */

@media all and (min-width:981px) {
	.cmn_title_with_text h2 {
		padding-bottom: 28px;
	}
}


/* end home area  */


/* protection section */

.protecting_section {
	position: relative;
}

.protecting_section:after {
	position: absolute;
	content: "";
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("/wp-content/uploads/protecting-image-.png");
	top: 0;
	right: 0;
}


/* end protection section */


/* side bar fresshy cmom single page  */


/* single blog page  */


/* signle blog  */

div#sidebar h4 {
	font-size: 28px;
	font-weight: 600;
}

div#sidebar ul li a {
	color: #000;
	line-height: 1.4em;
	font-weight: 500;
}

div#sidebar ul li {
	margin-bottom: 20px !important;
}

div#sidebar ul li a:hover {
	color: #707070;
}

.single-post h1.entry-title {
	font-size: 50px;
	font-weight: 600;
	line-height: 1.2em;
}

@media all and (max-width:980px) {
	.single-post h1.entry-title {
		font-size: 35px;
	}
	div#sidebar {
		padding-bottom: 0;
	}
}

@media all and (max-width:767px) {
	.single-post h1.entry-title {
		font-size: 25px;
	}
}


/* end single blog  */

@media only screen and ( min-width: 981px) {
	.cu-blog .et_pb_salvattore_content[data-columns]::before {
		content: '4 .column.size-1of2' !important;
	}
	.cu-blog .column.size-1of2 {
		width: calc(25% - 25px + 6.25px)!important;
		margin-right: 25px;
	}
	.cu-blog .column.size-1of2:last-child {
		margin-right: 0;
	}
}

@media only screen and ( max-width: 980px) {
	/*     .cu-blog .column.size-1of2 {
        width: 100%!important;
        margin-right: 0%;
    } */
}


/* u */

.custom_blog p.post-meta {
	padding-bottom: 0;
}

.custom_blog span.published {
	position: relative;
	padding-left: 20px;
}

.custom_blog span.published:after {
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	width: 20px;
	height: 20px;
	content: "\f017";
	font-weight: 900;
	left: 0;
	top: 0;
	line-height: 20px;
}

.custom_blog a.more-link {
	font-size: 14px;
}

.custom_blog article {
	padding: 0 !important;
}

.custom_blog .et_pb_image_container {
	margin: 0 !important;
}


/* end sinlge blog page  */


/* up */


/* slider testimonial section */

body div#et-boc .testimonial_slider .dica-image-container {
	text-align: left !important;
}

.testimonial_slider h4 {
	font-size: 22px !important;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

@media all and (max-width:980px) {
	.testimonial_slider h4 {
		font-size: 24px !important;
		letter-spacing: 1px;
	}
}

.testimonial_slider .dica-image-container {
	margin-bottom: 30px;
}

@media only screen and (min-width:768px) and (max-width:980px) {
	.testimonial_slider .tablet_middle-outside .swiper-button-prev {
		transform: translate(-50px) !important;
	}
	.testimonial_slider .tablet_middle-outside .swiper-button-next {
		transform: translate(40px) !important;
	}
}

@media all and (max-width:767px) {
	.testimonial_slider .tablet_middle-outside .swiper-button-prev {
		transform: translate(-20px) !important;
	}
	.testimonial_slider .tablet_middle-outside .swiper-button-next {
		transform: translate(15px) !important;
	}
	.dica-container {
		width: 80% !important;
		margin: 0 auto;
	}
	.testimonial_slider {
		overflow: hidden;
	}
}


/* end testimonial section */


/* update  */


/* contact section */

.custom_contact_cmn .gform_body input,
.custom_contact_cmn .gform_body textarea {
	background: #F6F6F6 !important;
	font-size: 17px !important;
	padding: 16px !important;
	color: #000 !important;
}

.custom_contact_cmn .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 16px;
}

@media only screen and (min-width:981px) {
	.custom_contact_cmn .gform_body textarea {
		height: 292px !important;
		resize: none;
	}
}

@media only screen and (min-width:981px) and (max-width:1279px) {
	.contact_row .et_pb_blurb_description {
		font-size: 25px;
	}
}


/* contact btn */

.custom_contact_cmn .gform_footer {
	text-align: left !important;
}


/* end contact btn */


/* responsive  */

@media all and (max-width:980px) {
	.custom_contact_cmn .gform_body input,
	.custom_contact_cmn .gform_body textarea {
		padding: 16px !important;
		font-size: 15px !important;
	}
}


/* end contact section  */


/*  button style  */


/* anoter button style  */


/* update for btn */

.custom_contact_cmn .gform_footer.top_label {
	justify-content: center;
	display: flex;
	/*     background: red; */
	width: 150px;
	margin: 0 auto !important;
	margin-top: 15px !important;
	position: relative;
	line-height: 50px !important;
	height: 50px;
}

.custom_contact_cmn .gform_footer.top_label input.gform_button {
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	top: 0;
	border-radius: 0 !important;
	background: transparent !important;
	border: 0px !important;
	line-height: 50px !important;
	z-index: 5;
}

.custom_contact_cmn .gform_footer.top_label:hover input.gform_button {
	color: #fff !important;
}

.gform_footer.top_label.button_color:after {
	right: 1px;
	top: 5px;
}


/* up */

.custom_contact_cmn .gform_footer.top_label {
	font-size: 22px;
	background-color: #053d63;
	border-color: transparent !important;
	border-radius: 24px;
	border: 2px solid;
}

.custom_contact_cmn .gform_footer.top_label:hover {
	color: #053d63!important;
	background-color: #ffffff;
	border-color: #053d63!important;
}


/* u */

.custom_contact_cmn .gform_footer.top_label {
	position: relative;
	cursor: pointer;
	transition: 1000ms ease all;
	overflow: hidden;
	z-index: 9;
}

.custom_contact_cmn .gform_footer.top_label:before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1 !important;
	transform: scale(0);
	transition: all .3s;
	z-index: -1;
}

.custom_contact_cmn .gform_footer.top_label:hover:before {
	transform: scale(1);
}

.custom_contact_cmn .gform_footer.top_label:before {
	content: "";
	display: block !important;
	background-color: #FA1515 !important;
	margin: 0 !important;
}

.custom_contact_cmn .gform_footer.top_label {
	font-size: 22px;
	background-color: #053d63;
	border-color: transparent !important;
	border-radius: 24px;
	border: 2px solid;
}

.custom_contact_cmn .gform_footer.top_label:hover {
	color: #053d63!important;
	/* background-color: #ffffff; */
	border-color: #053d63!important;
}


/* end up */


/* contact us btn final  */

.custom_contact_cmn .gform_footer.top_label {
	margin-left: 0 !important;
	border-radius: 0 !important;
	border: 0px !important;
	background: #000 !important;
	width: 250px !important;
}

.custom_contact_cmn .gform_footer.top_label input.gform_button {
	font-size: 18px !important;
	font-weight: 700 !important;
	letter-spacing: 1.2px !important;
	font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;
}

.custom_contact_cmn .gform_footer.top_label {
	height: 70px;
	line-height: 70px !important;
}


/* contact page  */

.custom_contact_page_ct .gform_footer.top_label {
	background: #FA1515 !important;
}

.custom_contact_page_ct .gform_footer.top_label:before {
	background: #000 !important;
}

.suport_intake_form .gform_footer.top_label {
	height: 70px;
	width: 200px !important;
}

.suport_intake_form .gform_footer.top_label input.gform_button {
	font-size: 20px !important;
	font-weight: 600 !important;
}


/* end contact page  */


/* responsive  */

@media all and (max-width:980px) {
	.custom_contact_cmn .gform_footer.top_label input.gform_button {
		font-size: 18px !important;
		font-weight: 700 !important;
		letter-spacing: 1px !important;
		font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;
	}
	.custom_contact_cmn .gform_footer.top_label {
		width: 200px !important;
		height: 60px !important;
		line-height: 60px !important;
	}
}

.suport_intake_form .gform_footer.top_label input.gform_button {
	font-weight: 600 !important;
}


/* end contact us btn final  */


/* end contact us  */


/* btn */

.button_color {
	position: relative;
	cursor: pointer;
	transition: 1000ms ease all !important;
	overflow: hidden;
	z-index: 9;
}


/* body #page-container .et_pb_section .button_color{
    color: #ffffff!important;
    border-width: 1px!important;
  
    font-weight: 700!important;
    background-color: #512da8;
} */

.button_color:before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1 !important;
	transform: scale(0);
	transition: all .3s;
	z-index: -1;
}

.button_color:before {
	content: "";
	display: block !important;
	background-color: #fff !important;
	margin: 0 !important;
}

#page-container .button_color:before {
	-webkit-transition: all .3s !important;
	-moz-transition: all .3s !important;
	-o-transition: all .3s !important;
}

.button_color:hover:before {
	transform: scale(1);
}


/* btn */


/* end anotother button hover effect  */


/* end  button style  */


/* end home page  */


/* contact page area  */

.custom_contact_page_ct .gform_body input,
.custom_contact_page_ct .gform_body textarea {
	border: 1px solid #898989 !important;
	background: #FFFDFD !important;
}


/* end contact pgae  */


/* about us page  */

.blurb_ic_center ul {
	text-align: center;
	padding-bottom: 0;
}

.blurb_ic_center ul li {
	text-align: left;
}


/* end about us page  */

@media all and (max-width:767px) {
	.protecting_section:after {
		display: none;
	}
}

.ul_btm_0 ul {
	padding-bottom: 0;
}

.special_span span {
	color: #FA1515;
}

.button_color:after {
	opacity: 0 !important;
}


/* child support form page  */

.suport_intake_form label.gfield_label,
.suport_intake_form legend.gfield_label {
	font-size: 20px !important;
	font-weight: 600 !important;
}

.suport_intake_form .gform_body input {
	padding: 16px !important;
}

@media all and (max-width:980px) {
	.suport_intake_form label.gfield_label,
	.suport_intake_form legend.gfield_label {
		font-size: 18px !important;
	}
	.suport_intake_form .gform_body input {
		padding: 16px !important;
	}
}


/* end child support form page  */


/* finishing update  */

.custom_blog a.more-link:hover {
	text-decoration: underline !important;
}

@media all and (max-width:980px) {
	#main-header,
	#main-header .nav li ul,
	.et-search-form,
	#main-header .et_mobile_menu {
		background: #fff !important;
	}
	#main-header,
	#main-header .nav li ul,
	.et-search-form,
	#main-header .et_mobile_menu {
		border-top-color: #000 !important;
	}
	#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
		color: #000 !important;
	}
	.mobile_menu_bar:before {
		color: #000 !important;
	}
	#main-header #mobile_menu.et_mobile_menu li a {
		font-weight: 400 !important;
	}
}


/* u */

#top-menu li.current-menu-item a {
	font-weight: 600;
}

#main-header .nav li ul {
	top: 30px;
}

#main-header .nav li ul li a {
	text-align: center;
}

#main-header .nav li ul li a:hover {
	opacity: 1;
	text-decoration: underline;
}


/* blog  */

.cu-blog .column.size-1of2 {
	margin: 0 auto;
	float: inherit;
}

.cu-blog .column.size-1of2 {
	width: 100% !IMPORTANT;
}


/* end temp blog  */

.widget_nav_menu .menu li {
	text-transform: uppercase;
}

#footer-info {
	letter-spacing: 0.9px;
}

@media all and (max-width:980px) {
	#footer-info {
		letter-spacing: 0.5px;
		font-size: 13px !important;
	}
}


/* contact place holder  */


/* contact style  */


/* place holder  */

.custom_contact_cmn input.medium::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	text-transform: uppercase;
	color: #B8B8B8;
	opacity: 1 !important;
}

.custom_contact_cmn input.medium::-moz-placeholder {
	/* Firefox 19+ */
	text-transform: uppercase;
	opacity: 1 !important;
	color: #B8B8B8;
}

.custom_contact_cmn input.medium:-ms-input-placeholder {
	/* IE 10+ */
	text-transform: uppercase;
	opacity: 1 !important;
	color: #B8B8B8;
}

.custom_contact_cmn input.medium:-moz-placeholder {
	/* Firefox 18- */
	text-transform: uppercase;
	opacity: 1 !important;
	color: #B8B8B8;
}


/* large  */

.custom_contact_cmn input.large::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	text-transform: uppercase;
	opacity: 1 !important;
	color: #B8B8B8;
}

.custom_contact_cmn input.large::-moz-placeholder {
	/* Firefox 19+ */
	text-transform: uppercase;
	opacity: 1 !important;
	color: #B8B8B8;
}

.custom_contact_cmn input.large:-ms-input-placeholder {
	/* IE 10+ */
	text-transform: uppercase;
	opacity: 1 !important;
	color: #B8B8B8;
}

.custom_contact_cmn input.large:-moz-placeholder {
	/* Firefox 18- */
	text-transform: uppercase;
	opacity: 1 !important;
	color: #B8B8B8;
}


/* end  large  */


/* te */

.custom_contact_cmn textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	text-transform: uppercase;
	opacity: 1 !important;
	color: #B8B8B8;
}

.custom_contact_cmn textarea::-moz-placeholder {
	/* Firefox 19+ */
	text-transform: uppercase;
	opacity: 1 !important;
	color: #B8B8B8;
}

.custom_contact_cmn textarea:-ms-input-placeholder {
	/* IE 10+ */
	opacity: 1 !important;
	text-transform: uppercase;
	color: #B8B8B8;
}

.custom_contact_cmn textarea:-moz-placeholder {
	/* Firefox 18- */
	text-transform: uppercase;
	opacity: 1 !important;
	color: #B8B8B8;
}


/* end contact place holder  */


/* end  */

@media only screen and (min-width:981px) and (max-width:1279px) {
	.banner_title_class_cmn h1.entry-title {
		font-size: 75px !important;
		line-height: 1.2em !important;
	}
}

@media all and (max-width:980px) {
	img#logo {
		max-height: 100% !IMPORTANT;
		max-width: 65% !important;
	}
}

.et_pb_section {
	/* 	overflow: hidden; */
}

@media all and (min-width:981px) {
	.suport_intake_form .gfield_radio label {
		font-size: 20px !important;
	}
	.et-fixed-header#main-header .nav li ul {
		background: #fa1515 !important;
	}
	.et-fixed-header#main-header .nav li ul li a {
		color: #fff !important;
	}
	.single-post header#main-header,
	.archive header#main-header {
		background: #fff !important;
		box-shadow: 0 0 7px rgba(0, 0, 0, .1) !important;
	}
}

@media all and (max-width:980px) {
	header#main-header {
		box-shadow: 0 0 7px rgba(0, 0, 0, .1) !important;
	}
}

.testimonial_section {
	overflow: hidden;
}

.custom_contact_cmn .gform_wrapper .gform_body {
	width: 100% !important;
}

@media all and (max-width:400px) {
	body #page-container div#et-boc .et_pb_section .home_slider_up a.et_pb_button {
		padding-left: 15px !important;
		padding-right: 15px !important;
		font-size: 16px;
	}
	.home_slider_up .et_pb_slide_description {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.archive h2.entry-title {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2em;
}

@media all and (max-width:767px) {
	.archive h2.entry-title {
		font-size: 24px;
	}
}


/*** end custom area  /


/* update area  */

.home_slider_up .et_pb_button_wrapper {
	text-align: center;
	padding-top: 20px;
}

@media all and (max-width:980px) {
	.home_slider_up .et_pb_button_wrapper {
		padding-top: 0px;
	}
}


/* end udpate  */


/* update 31 */

div#et-boc .up_text_ctu ul {
	padding-left: 0 !important;
}

.up_text_ctu ul li::marker {
	content: "" !important;
}

.up_text_ctu ul li {
	position: relative;
	padding-left: 25px !important;
}

.up_text_ctu ul li:after {
	content: '\e052';
	font-family: ETmodules;
	color: #FA1515;
	/* margin-right: 10px; */
	position: absolute;
	left: 0;
}


/* post  */

.single-post .et_pb_row.et_pb_row_1_tb_body.et_pb_gutters3 {
	width: 100% !important;
	max-width: 100% !important;
}


/* end update 31  */


/* update 10-9-20 */

@media only screen and (min-width:981px) and (max-width:1279px) {
	nav#top-menu-nav ul#top-menu .Past_Due_Child a,
	.Past_Due_Child a {
		padding: 15px 10px !important;
	}
	img#logo {
		max-width: 150px !important;
	}
	div#et-top-navigation {
		padding-left: 160px !important;
	}
	#top-menu li a {
		font-size: 15.5px !important;
	}
}

@media only screen and (min-width:1280px) and (max-width:1439px) {
	nav#top-menu-nav ul#top-menu .Past_Due_Child a,
	.Past_Due_Child a {
		padding: 15px 15px !important;
	}
	#top-menu li a {
		font-size: 16px !important;
	}
}

@media only screen and (min-width:1440px) and (max-width:1650px) {
	nav#top-menu-nav ul#top-menu .Past_Due_Child a,
	.Past_Due_Child a {
		padding: 15px 20px !important;
	}
	img#logo {
		max-width: 300px;
	}
	#top-menu li {
		padding-right: 20px;
	}
	#top-menu li a {
		font-size: 19px !important;
	}
	div#et-top-navigation {
		padding-left: 340px !important;
	}
}

@media only screen and (min-width:1651px) and (max-width:1850px) {
	img#logo {
		max-width: 450px !important;
	}
	div#et-top-navigation {
		padding-left: 480px !important;
	}
}


/* Set the Divi Mobile Nav to Fixed on scroll */

@media (max-width: 980px) {
	.et_non_fixed_nav.et_transparent_nav #main-header,
	.et_non_fixed_nav.et_transparent_nav #top-header,
	.et_fixed_nav #main-header,
	.et_fixed_nav #top-header {
		position: fixed;
	}
	.et_mobile_menu li {
		margin-bottom: 6px;
	}
}

.et_mobile_menu {
	overflow: scroll !important;
	max-height: 83vh;
}


/* Add the word MENU after the mobile nav hamburger icon */

.mobile_menu_bar:after {
	content: 'MENU';
	bottom: 10px;
	left: 10%;
	position: relative !important;
	color: #FFF;
	display: none;
}


/* Change the hamburger icon to an X when opened */

.mobile_nav.opened .mobile_menu_bar:before {
	content: '\4d';
}

/* up */
@media all and (max-width:767px){
	.banner_section_practice {
    background-position: left;
}
/* 	up */
	.custom_slider_home  .et_pb_slide {
    background-position-y: 45px !important;
    
}
/* end  */
}
@media all and (min-width:981px){
	header#main-header {
    background: #fff !important;
}
}

/* up slider  */
@media all and (min-width:1651){
	

.custom_slider_home  .et_pb_slide {
    background-position-y: 50px !important;
}

	
.et_pb_slide_description {
    padding-top: 15vw !important;
}
	.slider-down-arrow {
    bottom: 55px;
}
	
}

/* end update 10-9-20 */
/* update 2022  */
.post_banner_j {
/*     background-position-y: -85px !important; */
}
.custom_text_form {
    font-style: italic;
}
.white_t .custom_text_form {
	color:#fff !important;
}
/* end update 2022  */