/*---------------------------------------------------------------------------------

 Theme Name:   Divi Child Theme
 Theme URI:    http://dev.axiomhrs.com
 Description:  Child Theme
 Author:       Brad Kirkpatrick
 Author URI:   https://apexbg.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/


/*-- FONT STYLES ------------------*/

/* ----- All Content ----- */
/* p {
	font-family: arial, sans-serif;
	line-height: 1.5;
	color: #414042;
} */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Work sans',Helvetica,Arial,Lucida,sans-serif;
}

h1 {
	font-size: 36px;
	font-weight: 700;
	color: #203366;
	line-height: 1.1;
}

h2 {
	font-size: 28px;
	color: #f37321;
	font-weight: 700;
	line-height: 1.1;
}

h3 {
	font-size: 24px;
	color: #203366;
	line-height: 1.1;
}

h4 {
	font-size: 18px;
	color: #203366;
	font-weight: 600;
	line-height: 1.1;
}

h5 {
	font-size: 14px;
	color: #414042;	
	font-weight: 700;
	line-height: 1.1;
}

.resources_anchortext {
	font-size: 16px !important;
	color: #414042;	
	font-weight: 600;
}

/* ----- Page Content ----- */
.et_pb_text_inner ul {
	font-family: arial, sans-serif;
	line-height: 1.5 !important;
	color: #414042 !important;
	padding: 12px 0 23px 1.2em !important;
}

.et_pb_text_inner ul li {
	font-family: arial, sans-serif;
	line-height: 1.5 !important;
	color: #414042 !important;
	padding-top: 8px !important;
}

/* ----- Post Content ----- */
.entry-content ul li {
	font-family: arial, sans-serif;
	line-height: 1.5 !important;
	color: #414042 !important;
	padding-top: 8px !important;
}

.et_pb_text_inner ul {
	font-family: arial, sans-serif;
	line-height: 1.5 !important;
	color: #414042 !important;
	padding: 12px 0 23px 1.2em !important;
}

/*-- LINK STYLES ------------------*/
a {
	transition: 0.2s!important;
}

a:hover {
	transition: 0.2s!important;
}

p a {
	color: #f37321;
}

p a:hover {
	text-decoration: underline;
}

	
/*-- NAVIGATION ------------------*/

#main-header {
	box-shadow: none !important;
}

#main-header .menu-item-29 a {
	padding-right: 0px !important;
}

#main-header .what-we-do a::after {
	opacity: 0;
}

#main-header .what-we-do-sub a::after {
	opacity: 1 !important;
	transform: rotate(-90deg)!important;
	position: static;
	float: right;
}

@keyframes mymove {
  0%   {left: -60px;}
  100% {left: -20px;}
	} #main-header .what-we-do-sub a:hover:after {
		display: inline !important;
		position: relative !important;
		top: 0% !important;
		animation-name: mymove;
		animation-duration: .5s !important;
		animation-iteration-count: 1 !important;
		animation-fill-mode: forwards !important;
		animation-timing-function: ease;
		padding: 0px !important;
}


#top-menu a:hover {
	color: #f37321;
	opacity: 1 !important;
}

@media (min-width: 980px) {
	
.menu_cta a{
	color: #414042 !important;
	padding: 10px 30px 10px 30px!important;
	background: #fff;
	border: solid 2px #f37321;
	border-radius: 50px !important;
}

.menu_cta a:hover {
	background: #f37321;
	color: #fff !important;
	opacity: 1 !important;
}

/* Sub-Menu */
	
#top-menu .sub-menu {
	width: 300px !important;
	height: 180px !important;
	box-shadow: none !important;
	}

#top-menu .sub-menu a {
	width: 260px !important;
	padding-right: 0px;
	height: 40px !important;
	}
	
#top-menu .sub-menu a:hover {
	background: #fff !important;
	color: #f37321 !important;
	}


#top-menu .sub-menu ul {
	width: 100% !important;
	padding-right: 0px;
	left: 300px;
	}
	
#top-menu .sub-menu .sub-menu {
	border-left: solid 1px #d2dfea !important;
	}
}



/* mobile style */

.et_mobile_menu {
	border-top: 3px solid #f37321 !important;
}

@media (max-width: 980px) {
	#et_top_search {
		display: none !important;
	}
	
	#et_search_icon {
		display: none !important;
	}
}


/*main menu when fixed*/

@media (min-width: 980px) {
.et-fixed-header #et-top-navigation nav>ul>li>a {
	color: #414042!important;
}

.et-fixed-header #et-top-navigation nav>ul>li>a:hover {
	color: #f37321!important;
}

.et-fixed-header #et-top-navigation .menu_cta a{
	color: #414042 !important;
	padding: 10px 30px 10px 30px!important;
	background: #fff;
	border: solid 2px #f37321;
	border-radius: 50px!important;
}
	
.et-fixed-header #et-top-navigation .menu_cta a:hover {
	background: #f37321;
	color: #fff !important;	
}
}

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

#et_top_search {
	float: right;
	margin: 10px 0 0 22px;
	position: relative;
	display: block;
	width: 18px;
}

/*-- FOOTER ------------------*/
@media (min-width: 980px) {
.footer-menu {
	display: block !important;
	float: left !important;
	padding: 0px 0px 8px 0px !important;
	width: 100% !important;
}
}

.footer-menu a{
	color: #fff !important;
}

.footer-menu a:hover {
	color: #f37321 !important;	
}

.et_pb_social_media_follow li a.icon:hover {
	background-color: #f37321 !important;
}

/*-- FORMS ------------------*/

.form_list ul {
	width: 100% !important;
	padding: 0px !important;
}

.gfield_label {
	padding-top: 20px !important;
}

.textarea {
	border-radius: 2px;
	text-indent: 15px;
}

#input_2_10_other {
	border: none;
}

.gform_wrapper ul.gform_fields li.gfield {
	width: 100% !important;
	padding: 0px !important;
	margin: 0px !important;
}

.large {
	height: 40px;
	border: 0px;
	border-radius: 20px;
	text-indent: 15px;
}

.datepicker_with_icon {
	height: 40px;
	border: 0px;
	border-radius: 20px !important;
	text-indent: 15px;
}

.address input {
	height: 40px;
	border: 1px solid #bbbbbb;
	border-radius: 20px !important;
	text-indent: 15px;
}

.address select {
	height: 40px;
	border: 1px solid #bbbbbb;
	border-radius: 20px !important;
	text-indent: 15px;
	margin-top: 10px !important;
	padding-right: 10px !important;
}

.gfield_select {
	height: 40px;
	border: 1px solid #bbbbbb;
	border-radius: 20px !important;
	text-indent: 15px;
	margin-top: 10px;
}

.ginput_container_number .medium {
	height: 40px;
	border: 1px solid #bbbbbb;
	border-radius: 20px !important;
	text-indent: 15px;
}

.gform_wrapper .gform_footer {
	padding: 20px 0px 0px 0px !important;
	margin: 0px !important;
}

.gform_button {
	width: 100% !important;
	height: 40px;
	border: 0px;
	border-radius: 20px;
	background: #f37321;
	color: #fff;
	transition: 0.2s;
}

.gform_button:hover {
	color: #f37321;
	background: #fff;
	transition: 0.2s;
}

p.gform_required_legend {
    display: none;
}

/*-- CLIENT LOGIN FORM ------------------*/

.client-login table {
	width: 100% !important;
	margin: 0px !important;
	font-size: 20px !important;
}

.client-login tbody {
	width: 100% !important;
}

/*-- POST SEARCH FORM ------------------*/

#searchsubmit {
	background: #f37321 !important;
	color: #fff !important;
}

body:after {
content: ".";
}

/*-- WEBINAR CALENDAR ------------------*/
.tribe-events-virtual-single-marker, .tribe-events-calendar-list__event-description.tribe-common-b2.tribe-common-a11y-hidden {
	display: none !important;
}


/*-- Popup Close
.pum-theme-6634 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close {
	right: 16% !important;
	top: 16px !important;
}
 ------------------*/

@media only screen and (min-width: 1024px) {
    .pum-container.pum-responsive.pum-responsive-medium {
        margin-left: -20%;
        width: 45%;
    }
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
    padding-right: 0px !important;
}
