/*

Theme Name:	 Andes Roofing
Description:   Divi Child Theme
Template:	   Divi
Version:       1.0.0

*/

/* =Theme customization starts here
-------------------------------------------------------------- */

/*** Header ***/
/*
#slideTab {
    position: absolute;
    top: 50% !important;
    width: 50px !important;
    height: 240px;
    background-color: var(--primary-color);
    color: var(--text-color);
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: -2px 0 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    transform: translateY(-50%) !important;
    z-index: 99999999999999;
}
#slideWidget {
	display: block !important;
}
*/

div#slideWidget {
    z-index: 9999999 !important;
}

@media screen and (min-width:481px) {
	#roof-quote-pro-widget {
		display:none !important;
	}
}

/*** Navigation ***/
.headerbutton.hidden {
	display: none !important;
}
.headerbutton.alt a,
.et-fixed-header #top-menu .headerbutton.alt a {
    color: #78d64b !important;
	background: #fff !important;
	border: 2px solid #78d64b !important;
    text-decoration: none !important;
}

a.mobileInstantQuote {
    color: #78d64b !important;
	background: #fff !important;
	border: 2px solid #78d64b !important;
    text-decoration: none !important;
	padding: 5px 10px;
    border-radius: 10px;
}



/*** Body ***/
/*** Sidebar ***/
/*** Footer ***/
/*** Shiftnav ***/
/*** Mobile ***/

#et-info-phone a {
    font-size: 1.25rem;
    font-weight: bolder;
}

@media screen and (min-width:768px) {
	a.mobileInstantQuote {
    	display:none !important;
	}

}