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

/* Install Plugins: Float Menu Lite */
  @import url("https://use.typekit.net/fwf2lmn.css");

body {
	font-family: futura-pt,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #888A8C; /* gray */
}

h1, h2 {
	font-family: ivyjournal, sans-serif;
	font-weight: 300;
	font-style: normal;
}

h1 {
	color: #494949;
	font-size: 2.4em;
}

.hp-hero h1 {
	color: #ffffff;
	font-size: 2.8em;
}

h2 {
	color: #494949;
	line-height: 1.3em;
	font-size: 1.8em;
}

.hp-hero h2 {
	color: #ffffff;
	font-family: ivyjournal, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.3em;
}

@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 {
	font-family: ivyjournal, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #C8B58B;
	font-size: 1.2em;
	line-height: 1.3em;
}

h4 {
	font-family: ivyjournal, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5em;
	color: #494949;
}

.cta h2, .cta h3 {
	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: #242424 !important;
	border-radius: 0px;
	color:#fff !important;
	border:none !important;
	font-size: .8em!important;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    font-family: futura-pt,sans-serif;
    letter-spacing: .1em;
}

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


