/* 
 Theme Name:     Effective Digital Marketing - Child
 Author:         Effective Digital Marketing, LLC
 Author URI:     https://www.effectivedigital.us
 Template:       Divi
 Version:        1.0.8
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker. Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 5.4.4
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 
/*Mobile Menu Colors*/
/*.et_mobile_menu {
	border-top: 3px solid #55b74e !important;
}
.mobile_menu_bar:before {
    color: #55b74e;
}*/

/*Google Review Button*/
#greview {
	bottom: 100px;
	position: fixed;
	left: -120px;
	z-index: 99999999;
	transition: 1s ease-out !important;
}
#greview::after {
	box-sizing: inherit;
}
#greview::before {
	box-sizing: inherit;
}
#greview a:active {
	outline: none;
}
#greview a:hover {
	outline: none;
}
#greview img {    
	max-width: 180px !important;
	margin: 0;
}
#greview picture {    
	margin: 0;
}
#greview:hover {
    left: 0px !important;
    transition: 1s ease-in !important;
}

#bbbreview {
	bottom: 200px;
	position: fixed;
	left: 0px;
	z-index: 99999999;
}
#bbbreview::after {
	box-sizing: inherit;
}
#bbbreview::before {
	box-sizing: inherit;
}
#bbbreview a:active {
	outline: none;
}
#bbbreview a:hover {
	outline: none;
}
#bbbreview img {    
	max-width: 63px !important;
	margin: 0;
	background: #cccccc;
	border-radius: 7px;
}
#bbbreview picture {    
	margin: 0;
}
#bbbreview:hover img {
	box-shadow: 0px 0px 18px #888888;
	background: #cccccc;
	border-radius: 7px;
}
.dumpster-ul ul {
    display: block!important;
    column-count: 2!important;
    column-gap: 30px!important;
}

@media (max-width: 700px){
	#greview {
		display:none !important;
	}
	#bbbreview {
    display: none;
}
}
/*Hover Zoom*/
.hover-zoom .et_pb_image_wrap {
    box-shadow: 4px 0 4px rgba(0, 23, 55, 0.6);
    transition: transform 0.2s, box-shadow 0.2s;
}
.hover-zoom .et_pb_image_wrap:hover {
    box-shadow: 8px 0 8px rgba(0, 23, 55, 0.4);
    transform: scale(1.1);
}
/* Setting the breakpoint of the mobile menu */
@media only screen and ( max-width: 1200px ) {
#top-menu-nav, #top-menu {
	display: none;
	}
#et_top_search {
	display: none;
	}
#et_mobile_nav_menu {
	display: block;
	}
}

/* Moving Home Hero Background to the left*/
@media (max-width: 768px){
.gt-home-hero {
	background-position: left 90% top 0;
}
}

/*WP Forms Button*/
.wpforms-submit {
    background:#00807f !important;
    color: #ffffff !important;
    border-radius: 25px !important;
    border: 2px solid #00807f !important;
    transition-duration: .2s !important;
	font-weight: 900 !important;
}
.wpforms-submit:hover {
    background:#d1b38d!important;
    color: #ffffff !important;
    border-radius: 25px !important;
    border: 2px solid #d1b38d !important;
	font-weight: 900 !important;
}