/*
Theme Name: Pampered Pets
URI: https://eoshealthcaremarketing.com
Description: A Custom Child Theme For Divi
Author: EOS Healthcare Marketing
Author URI: https://eoshealthcaremarketing.com
Template: Divi
Version: 2.1
*/

body {
	font-family: roboto,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #8D8D8D; /* gray */
}

h1, h2, .QTgjq {
	font-family: marigny,sans-serif;
	font-weight: 500;
	font-style: normal;
}

h1 {
	color: #15355D; /* dark blue */
	font-size: 2.4em;
}

.hp-hero h1 {
	color: #15355D;
}

h2 {
	color: #15355D; /* dark blue */
	line-height: 1.3em;
	font-size: 1.8em;
}

.hp-hero h2 {
	color: #609BE7;
	font-family: roboto,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.7em;
}

@media only screen and (max-width: 1200px) {
	.hp-hero h1 {
		font-size: 2em;
	}
	.hp-hero h2 {
		font-size: 1.4em;
	}
}


@media only screen and (max-width: 700px) {
	.hp-hero h1 {
		font-size: 1.4em;
	}
	.hp-hero h2 {
		font-size: 1.1em;
	}
}

h3 {
	color: #609BE7; /* light blue */
	font-size: 1.2em;
	line-height: 1.3em;
}

.cta h2, .cta h3 {
	color: #ffffff;
}

/* Background colors - rarely used for this theme
.color1 {
	background-color: #4CB848; 
}
.color2 {
	background-color:#60BAE7; 
}
.color3 {
	background-color:#0C3659; 
}

.color4 {
	background-color: #ffffff; 
}

*/

.et_pb_button, .et_pb_button:hover, .cta a, .cta a:hover, div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form button[type=submit]:hover{
	background: linear-gradient(265.04deg, #F4806B -6.04%, #F5B7AB 99.12%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	color:#ffffff;
	border:none!important;
}
/*
.et_pb_button:hover, div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background: #FCD331!important;
}
*/
label {
	font-size: 18px!important;
	/*color: white!important;*/
}


#top-menu .sub-menu li a {
   font-size: 13px; /* Font size dropdown */
   width: 100%;
}

.nav li ul {
   width: 280px !important; /* Width of the dropdown menu */
}

.nav li li ul {
   left: 280px !important; /* Use the same size as above */
}

#top-menu li li a {
   width: 240px!important; /* Make this 40 less then the width of the dropdown menu */
}

.et-menu li li a {
    width: 240px!important;
	font-size: 16px!important;
}

.nav li.et-reverse-direction-nav li ul {
    left: 300px!important;
}

.et_pb_menu .et_pb_menu__menu>nav>ul>li>ul {
    top: calc(80% - 1px);
    left: -180px;
}
/*
.et_mobile_menu li a:hover, .nav ul li a:hover {
    background-color: none!important;
} */

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

/* Media Queries for Hero on HP */

@media only screen and (max-width: 980px) {
	.et_pb_section.et_pb_section_0.hero-image.et_pb_with_background.et_section_regular {
		height: auto!important;
	}
}

@media only screen and (max-width: 981px) and (min-width: 1899px)  {
	.et_pb_section.et_pb_section_0.hero-image.et_pb_with_background.et_section_regular {
		height: 90vh!important;
	}
}

@media screen and (min-width: 1900px) {
	.et_pb_section.et_pb_section_0.hero-image.et_pb_with_background.et_section_regular {
		height: 70vh!important;
	}
}