/*
Theme Name: Divi Child Theme
Description: Divi Child Theme
Author:  Ryan Saucerman
Author URI:  https://www.exploredigital.com/
Template: Divi
Version:  3.0.0
*/
 
/* =Theme customizations
------------------------------------------------------- */

/* ----------------------- */
/* GENERAL STYLES */
/* ----------------------- */

.mpwoo_credit {
    display: none;
}

.img-wrap {
    display: block;
}

.img-wrap img {
    display: block;
    margin: 0 auto;
}

#main-content li {
	padding-bottom: 10px;
}

#main-content li:last-child,
#main-content li.gfield {
	padding-bottom: 0;
}

ul.red-dots li {
	list-style: none;
	position: relative;
}

ul.red-dots li:before {
    content: "•";
    position: absolute;
    left: -18px;
    top: -2px;
    font-size: 30px;
    color: #800020;
}

ul.red-dots li.no-dot:before {
	display: none;
}

ul.red-dots ul li:before {
    content: "◯";
    font-size: 6px;
    font-weight: 900;
    top: -1px;
}

ul.red-dots a {
	color: #202020;
}

ul.red-dots a:hover {
	color: #800020;
}

.underline,
.underline-hover:hover {
	text-decoration: underline;
}

.checks, .caret-list {
    list-style-type: none !important;
    padding-left: 0 !important;
}

#main-content .checks li, #main-content .caret-list li {
    position: relative;
    padding-left: 25px;
	padding-bottom: 20px;
    line-height: 1.3em;
}

.caret-list li {
    padding-left: 15px;
}

#main-content .checks li:last-child, #main-content .caret-list li:last-child {
    padding-bottom: 0;
}

.checks li:before, .caret-list li:before {
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    color: #800020;
}

.checks li:before {
    content: "\f00c";
}

.caret-list li:before {
    content: "\f0da";
	top: -1px;
}

.caret-list a {
	color: #202020;
}

.caret-list a:hover {
	color: #800020;
}

.fa-phone {
	transform: rotate(90deg);
}

.regular-weight {
	font-weight: 500;
}

.black {
	color: #202020 !important;
}

.red {
	color: #800020;
}

.white {
	color: #fff;
}

a.btn, .gform_footer input.gform_button, input.mepr-submit {
    padding: 10px;
    display: block;
    text-align: center;
    border-radius: 5px;
    width: 100%;
    max-width: 215px;
    font-weight: 700;
	font-size: 18px;
}

a.btn-center {
    margin: 0 auto;
}

a.btn-xl {
    max-width: 290px;
}

a.btn-xxl {
    max-width: 305px;
}

a.btn-red, .gform_footer input.gform_button {
	border: 2px solid #800020;
    background: #800020;
	color: #fff;
}

a.btn-red:hover, .gform_footer input.gform_button:hover {
	border: 2px solid #5f0018;
    background: #5f0018;
}

a.btn-red-white{
	border: 2px solid #800020;
    background: #fff;
}

a.btn-red-transparent{
	border: 2px solid #800020;
    background: transparent;
}

a.btn-red-white:hover,
a.btn-red-transparent:hover {
	background: #800020;
	color: #fff;
}

a.btn-yellow {
	border: 2px solid #eac639;
    background: #eac639;
	color: #202020;
}

a.btn-yellow:hover {
	border: 2px solid #d8b21b;
    background: #d8b21b;
}

a.btn-white {
	border: 2px solid #fff;
	color: #fff;
}

a.btn-white:hover {
	background: #fff;
	color: #800020;
}


.two-btns a:first-child {
    margin-bottom: 20px;
}

@media (min-width: 767px) {
	.two-btns a.btn.btn-no-border {
		padding-left: 0;
		text-align: left;
	}
}

@media (min-width: 768px) {
	.two-btns a {
		display: inline-block;
	}

	.two-btns a:first-child {
		margin-right: 20px;
	}
	
	.two-btns.split-apart {
		display: flex;
		justify-content: space-between;
	}
	
	.two-btns a.right-align {
		text-align: right;
	}
}

span.opening-text {
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
}

/* ----------------------- */
/* HEADER STYLES */
/* ----------------------- */

#main-header {
    transition: transform 0.75s ease-in-out;
}
@media (max-width: 980px) {
    .et_fixed_nav #main-header {
        position: fixed!important;
        transition: transform 0.75s ease-in-out!important;
    }
	
	
}

@media (max-width: 1024px) {
	header#main-header.headerup ul#mobile_menu {
		display: none !important;
	}
}
.headerup {
    transform: translateY(-200px);
}

#top-header .container {
	padding-bottom: 5px;
}

#top-header a {
    font-weight: 500;
}

.et_header_style_left #et-top-navigation nav>ul>li.btn a {
    background: #eac639;
    padding: 15px !important;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #202020 !important;
}

#top-menu li.btn a:hover {;
    background: #d8b21b;
}

.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
	color: #800020;
}

.et_header_style_left #et-top-navigation .mobile_menu_bar {
	padding: 12px 0;
}

.et_mobile_menu {
	border-top: 3px solid #800020;
}

#top-menu .menu-item-has-children>a:first-child:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    right: 5px;
}

@media (max-width: 449px) {
	#et-top-navigation {
		padding-left: 0 !important;
	}
}

@media only screen and (max-width: 1024px) {
    #top-menu-nav, #top-menu {display: none;}
	#et_top_search {display: none;}
	#et_mobile_nav_menu {display: block;}
}

@media (min-width: 1025px) and (max-width: 1245px) {
	#top-menu li {
	    padding-right: 10px;
	}

	.mini-cart-nav-wrap {
		padding-left: 10px
	}

	#logo {
		max-height: 40%;
	}
}

@media (min-width: 1025px) and (max-width: 1337px) {
	#top-menu li a {
		font-size: 14px !important;
	}
}

@media (min-width: 1024px) {
	.et_header_style_left #et-top-navigation nav>ul>li>a {
		padding-bottom: 40px !important;
	}
}

/*change hamburger icon to x when mobile menu is open*/

#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}


/*adjust the new toggle element which is added via jQuery*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	width: 44px;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}


/*some code to keep everyting positioned properly*/

ul.et_mobile_menu>li.menu-item-has-children,
ul.et_mobile_menu>li.page_item_has_children,
ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}


/*remove default background color from menu items that have children*/

.et_mobile_menu .menu-item-has-children>a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}


/*hide the submenu by default*/

ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}


/*show the submenu when toggled open*/

ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}


/*adjust the toggle icon position and transparency*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
	text-align: center;
	opacity: 1;
}


/*submenu toggle icon when closed*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	top: 10px;
	position: relative;
	font-family: "ETModules";
	content: '\33';
	color: #800020;
	background: #f0f3f6;
	border-radius: 50%;
	padding: 3px;
}


/*submenu toggle icon when open*/

ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
	content: '\32';
}


/*add point on top of the menu submenu dropdown*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
	position: absolute;
	right: 5%;
	margin-left: -20px;
	top: -14px;
	width: 0;
	height: 0;
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
}


/*adjust the position of the hamburger menu*/

.mobile_menu_bar {
	position: relative;
	display: block;
	bottom: 10px;
	line-height: 0;
}



/*force the background color and add a rounded border*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu,
.et_pb_menu_0.et_pb_menu .et_mobile_menu ul {
	background-color: #ffffff!important;
	border-radius: 10px;
}


/* Cookies bar */

.cookie-notice-container {
    border-top: 1px solid #f2f2f2;
}

span#cn-notice-text {
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}

@media (max-width: 980px) {
	a#cn-accept-cookie {
		margin: 10px auto 0 !important;
	}
	
	.cookie-notice-container {
		padding: 15px 35px;
	}
}

@media (min-width: 981px) and (max-width: 1080px) {
	#cookie-notice .cookie-notice-container {
		display: flex;
		text-align: left;
		padding: 20px 70px;
	}
}

@media (max-width: 1080px) {
	a#cn-close-notice {
		top: 20px;
	}
}

/* ----------------------- */
/* HOME STYLES */
/* ----------------------- */

a.learn-more {
    display: flex;
	align-items: center;
    margin-top: 15px;
}

a.learn-more i {
    font-size: 31px;
	margin-right: 10px;
}

.et_pb_bottom_divider .et_pb_bottom_inside_divider {
	z-index: 999 !important;
}

ul.tool-tip-links {
    list-style-type: none;
    padding-left: 0;
}

ul.tool-tip-links li {
    margin-bottom: 20px;
    padding-left: 25px;
    position: relative;
}

ul.tool-tip-links li:last-child {
	margin-bottom: 0;
}

.tool-tip-links li>a {
    color: #202020;
}

.tool-tip-links li>a:before {
	content: '\f05a';
    font-family: "font awesome 5 free";
    color: #800020;
    position: absolute;
    left: 0;
    font-weight: 700;
}

.tool-tip {
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 2px 40px rgb(68 68 68 / 21%);
    padding: 20px;
    left: 0;
    right: 0;
    bottom: 55px;
    border-radius: 6px;
	display: none;
}

ul.tool-tip-links li.show .tool-tip {
	display: block;
}

.tool-tip .arrow-down {
    margin: 20px auto -40px;
}

.tool-tip>span {
    margin-bottom: 10px;
    display: block;
}

.cta-content h2 {
    font-size: 28px;
}

@media (max-width: 980px) {
	#services-links .et_pb_column {
		margin-bottom: 0;
	}
}

@media (min-width: 768px) and (max-width: 980px) {
	.tool-tip .arrow-down {
		margin-left: 0;
		margin-right: auto;
	}
}


.ebook-form-header h2 span.opening-text {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.ebook-form-header {
    text-align: center;
}
}

@media (min-width: 768px) {
	.ebook-form-header {
		display: flex;
		align-items: center;
	}
	
	.ebook-form-header .img-wrap {
		width: 30%;
	}
	
	.ebook-form-header h2 {
		padding-left: 20px;
		width: 70%;
	}
	
}


/* ----------------------- */
/* PAGE STYLES */
/* ----------------------- */

.sub-service a.btn:last-child {
    max-width: 150px;
}

p.also-offered {
    display: flex;
    align-items: center;
	font-weight: 700;
	font-style: italic;
}

p.also-offered img {
	margin-right: 5px;
}

.book-call-cta {
	background: #800020;
	border-radius: 6px;
	padding: 50px 30px;
}

a.ret-login {
    display: block;
    margin-top: 15px;
}

@media (max-width: 980px) {
	.book-call-cta {
		text-align: center;
	}
	
	.book-call-cta .img-wrap {
		margin-bottom: 30px;
	}
	
	.book-call-cta a.btn {
		margin: 30px auto 0;
	}
}

@media (min-width: 981px) {
	.book-call-cta {
		padding: 50px 80px;
		display: flex;
		align-items: center;
	}
	
	.book-call-cta .img-wrap {
		width: 100%;
		max-width: 143px;
		margin-right: 30px;
	}
	
	.book-call-cta .cta-content {
		width: calc(100% - 373px);
		margin-right: 30px;
	}
	
}

/* ----------------------- */
/* FORM STYLES */
/* ----------------------- */

.gform_wrapper {
    margin: 0 !important;
}

label.gfield_label,
form.woocommerce-EditAccountForm label,
span.display-description,
.woocommerce-form-login .form-row label {
    font-size: 14px !important;
    font-weight: 500 !important;
	color: #3E3E3E;
}

.woocommerce-form-login .form-row label {
	display: block;
}

.gfield input, 
.gfield textarea,
.gfield select,
.mp_wrapper .mp-form-row input,
.woocommerce-form-login .form-row input {
    border: 1.5px solid #ababab !important;
    line-height: 1 !important;
    padding: 15px !important;
    border-radius: 5px;
	font-weight: 500;
}

.gfield input::placeholder, .gfield textarea::placeholder {
	color: #ababab;
}

span.gfield_required {
    display: none;
}

.gform_wrapper form.gf_simple_horizontal label.gfield_label {
    height: unset;
    width: unset;
    overflow: unset;
    position: unset;
    top: unset;
    left: unset;
    margin-bottom: 10px;
}



@media (min-width: 641px) {
	.gform_wrapper form.gf_simple_horizontal,
	.gform_wrapper form.gf_simple_horizontal div.gform_body {
		width: 100%;
	}
	
	.gform_wrapper form.gf_simple_horizontal li.gfield {
		padding-right: 20px !important;
	}
	
	.gform_wrapper form.gf_simple_horizontal .gform_button.button {
		margin-top: 29px;
	}
}

.gform_footer {
	padding: 0;
}

.gform_footer input.gform_button,
.woocommerce-form-login .form-row button.button.woocommerce-form-login__submit {
    padding: 15px;
    width: 100% !important;
    display: block !important;
    max-width: 230px;
    line-height: 1 !important;
}

/* Custom Checkboxes */
.gfield_checkbox li input[type=checkbox],
.gfield_radio li input[type=radio] {
	opacity: 0;
	width: unset !important;
}

.gfield_checkbox span.check,
.gfield_radio span.check {
    display: inline-block!important;
    width: 13px;
    height: 13px;
    margin: -1px 0px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #707070;
    position: absolute;
    left: 0px;
    top: 6px;
}

span.inside:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    content: '\f00c';
    color: #4167b0;
    position: absolute;
    top: -5px;
	opacity: 0;
}

.gform_wrapper input[type=checkbox]:checked + label span.inside:before,
.gform_wrapper input[type=radio]:checked + label span.inside:before {
	opacity: 1 !important;
}

.gfield_checkbox label {
    white-space: normal !important;
}

/* Adding Custom Arrow to Dropdowns */
.ginput_container_select {
    position: relative;
}

.ginput_container_select:before {
    position: absolute;
    right: 20px;
    top: 12px;
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
	font-size: 22px;
    color: #858585;
    pointer-events: none;
}

.ginput_container_select select {
    -webkit-appearance:none;
}

.discovery-form form {
	max-width: 530px;
	margin: 0 auto;
}

/* Form Submit Button */
.yellow-submit-form .gform_footer input.gform_button,
.pum-container .gform_footer input.gform_button,
input.mepr-submit {
	background: #eac639;
    border-color: #eac639;
    color: #202020;
    max-width: 100%;
	font-size: 18px;
	cursor: pointer;
}

.pum-container .gform_footer input.gform_button {
	max-width: 225px;
	margin: 0 auto;
}

/* Form Confirmation Message */
.gform_confirmation_message .custom-confirmation {
	padding-top: 15px;
	text-align: center;
}

.gform_confirmation_message .custom-confirmation i {
    display: block;
    font-size: 38px;
    padding-bottom: 20px;
    color: #800020;
    font-weight: 700;
}

.custom-confirmation h3 {
    font-size: 24px;
    padding-bottom: 20px;
    line-height: 1.4em;
}

form.woocommerce-form.woocommerce-form-login {
	max-width: 460px;
	margin: 0 auto;
}

.woocommerce-form-login .form-row input.input-text {
	width: 100%;
}

form.woocommerce-form.woocommerce-form-login label.woocommerce-form-login__rememberme {
	margin-bottom: 10px;
}

form.woocommerce-form.woocommerce-form-login p.lost_password {
	margin-bottom: 30px;
}

.woocommerce-form-login .form-row button.button.woocommerce-form-login__submit {
	border: 2px solid #eac639;
    background: #eac639;
    color: #202020;
    margin-right: 20px;
    font-weight: 700;
    font-size: 18px;
    border-radius: 5px
}

/* ----------------------- */
/* POPUP STYLES */
/* ----------------------- */

.pum-container {
    max-width: 640px !important;
}

.pum-container h2,
.pum-container p {
	text-align: center;
}

.pum-container h2 {
	color: #800020;
	font-size: 28px;
	font-weight: 500;
}

.pum-container p {
	color: #202020;
	font-size: 18px;
	line-height: 28px;
	max-width: 480px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.pum-container {
		padding: 45px 25px !important;
	}
}

/* ----------------------- */
/* SLICK STYLES */
/* ----------------------- */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* ----------------------- */
/* FOOTER STYLES */
/* ----------------------- */

footer .container {
    max-width: 1366px;
}

footer .fwidget a, footer .fwidget p {
    color: #202020 !important;
}

footer .fwidget a:hover {
	color: #800020 !important;
}

footer a strong {
	font-size: 19px;
}

footer h3 {
	font-size: 19px;
}

footer .footer-time, 
footer .footer-number {
	position: relative;
	padding-left: 22px;
}

footer .footer-time:before, 
footer .footer-number:before {
	left: 0;
	position: absolute;
	font-family: "Font Awesome 5 Free";
    font-weight: 800;
	color: #800020;
}

footer .footer-time:before {
	content: "\f017";
}

footer .footer-number:before {
	content: "\f095";
	transform: rotate(90deg);
}

footer #menu-services li:before {
    display: none !important;
}

footer #menu-services li {
    padding-left: 0 !important;
    margin-bottom: 15px;
}

footer .fwidget {
    float: none;
    margin-bottom: 20px !important;
}

#footer-bottom {
	background-color: #000;
}

#footer-bottom p, #footer-bottom a {
	float: none;
	text-align: center; 
	color: #fff;
}

@media (max-width: 980px) {
	#footer-widgets img {
		margin: 0 auto;
		display: block;
	}
	
	#footer-widgets .footer-widget, 
	#footer-widgets .footer-widget:nth-last-child(-n+2) {
		width: 100% !important;
		margin: 0 0 30px !important;
		float: none;
	}
}

@media (min-width: 981px) {
	#footer-widgets .footer-widget:first-child {
		width: 26.875%;
	}
	
	.et_pb_gutters3 .footer-widget {
		margin-right: 3.5%;
	}
}

/* ----------------------- */
/* GENERAL RESPONSIVE STYLES */
/* ----------------------- */

/* Large Mobile, Tablet and Desktop */
@media (min-width: 641px) {
	.gfield {
		padding-right: 0 !important;
	}
	
	.gf_left_half {
		padding-right: 8px !important;
	}
	
	.gf_right_half {
		padding-left: 8px !important;
	}
}

/* Large Mobile and Tablet */
@media (min-width: 641px) and (max-width: 767px) {
	
}

/* Mobile Only */
@media (max-width: 767px) {
	.desktop {
		display: none !important;
	}
}

/* Desktop and Tablet */
@media (min-width: 768px) {
	.mobile {
		display: none !important;
	}
}

@media (max-width: 480px) {
	.et-top-navigation {
		padding-left: 100px!important;
	}
}

.woocommerce-account .mp_wrapper,
.page-id-491 .mp_wrapper.mp_login_form  {
	display: none !important;
}