/*
 Theme Name:     pet hospitals child theme
 Description:    Divi Child Theme
 Template:       Divi
 Version:        1.1.1
*/

	.et-fixed-header#top-header {
		background-color: #314263 !important;
}

.fa-ul>li {
	list-style: none !important;
	padding: 0 !important;
}

.et_fullscreen_slider .et_pb_slides,
.et_fullscreen_slider .et_pb_slide,
.et_fullscreen_slider .et_pb_container {
    min-height: 41.67vw !important;
    height: 100% !important;
}
span.mobile_menu_bar:before {
    color: black !important;
}
.mobile_menu_bar {

}

.et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget {
		margin-bottom: 2% !important;
}

.et_pb_gutters3 .footer-widget {
	margin-bottom: 2%;
}

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

/* inherited from 1st programmer */

ul.et-social-icons {
 /*   position: absolute; */
 /*   left: 1.75vw; */
}

.et_pb_slider .et_pb_slide_0 {
    height: 75vh;	
}

/*------------------------------------------------*/
/*-----------------[CTA Menu Item]----------------*/
/*-----------------[by GenoQuiroz]----------------*/
/*------------------------------------------------*/
 
/* style the get started cta button */
            .get-started {border-radius: 0px;}
            .get-started a {color: #fff!important;}
            li.get-started {
                background-color:#000000; 
                font-weight: 700; 
                text-transform: uppercase; 
                text-align: center; 
                padding: 10px 20px 10px 20px!important;
            border-radius: 3px;
                -moz-transition: all 0.5s; 
                -webkit-transition: all 0.5s;
                transition: all 0.5s;}
            li.get-started:hover {background-color:#000000;}
 
/* fixed header button text color */
                 .et-fixed-header #top-menu .get-started a {
                        color: #fff!important;}
        .get-started li.current-menu-ancestor > a, .get-started li.current-menu-item > a {
                    color: #fff !important;}
 
 
 
    @media only screen and (min-width : 981px) {
            li.get-started {height: 33px;}}

/***PHONE NUMBER SIZE***/
#et-info-phone {
    font-size: large;
}

/***Remove Bullet Points***/
.footer-widget li:before 
{display: none;}



/***align footer menu left Rox***/
#footer-widgets .footer-widget li a {
 /*   margin: -12px; */
}
@media (max-width: 1024px) {
 #et_mobile_nav_menu {
 display: block;
 }
}
/***remove footer padding***/
.footer-widgets {
    padding: 0px 0;
}
.site-footer{
    padding-top: 5px;
    padding-bottom: 5px;
}
/*****remove bottom bar***/
#footer-bottom {

}
.woocommerce-store-notice, p.demo_store {
	background:#757575;
	
}