/* 
 Theme Name:     Effective Digital Marketing - Child
 Author:         Effective Digital Marketing, LLC
 Author URI:     https://www.effectivedigital.us
 Template:       Divi
 Version:        1.0.9
 Date:           8/31/2022
 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: 6.0.1
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/* Setting the breakpoint of the mobile menu*/
@media only screen and ( max-width: 1270px ) {
#top-menu-nav, #top-menu {
	display: none;
	}
#et_top_search {
	display: none;
	}
#et_mobile_nav_menu {
	display: block;
	}
}

/*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: 100px;
	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;
}

@media (max-width: 700px){
	#greview {
		display:none !important;
	}
	#bbbreview {
    display: none;
	}
}

/*WP Forms CSS*/
.wpforms-submit {
    background:#ffffff !important;
    color: #000000 !important;
    border: 2px solid #000000 !important;
    transition-duration: .2s !important;
    float: right !important;
}
.wpforms-submit:hover {
    background:#3A7C22 !important;
    color: #ffffff !important;
    border: 2px solid #3A7C22 !important;
}

/* Move reCAPTCHA v3 badge to the left*/
.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
  z-index: 99999999 !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

@media (max-width: 700px) {
.grecaptcha-badge {
	display:none
	}
}

/* Footer Social Icons not Stacked*/
.et-social-icons {
	list-style-type:none;
	font-size: 24px!important;
}
.et-social-icon {
	display: inline;
	margin:0 5px 0 5px;
}
.et-social-icon::marker {
	color:transparent !important;
}

/* Bigger Logo Size > 980px
@media (max-width: 980px) {
.et_header_style_left #logo {
    width: 5em;
    height: auto !important;
}
.logo_container {
    height: 8em !important;
    margin-top: -1.5em
}
}*/

/* Logo Sizing on Tablet & Mobile
@media ( max-width: 980px ) {
.logo_container {
    height: 9em !important;
    width: 100% !important;
    margin-top: -2em
}
}*/

/*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);
}*/

/*hide mobile header
@media (max-width: 1190px) {
#main-header { display:none; }
#page-container {
padding-top:0px !important;
margin-top:-1px !important
}
}*/

/*Side by Side Buttons*/
/*place button modules next to each other in the same column*/
.pa-inline-buttons .et_pb_button_module_wrapper {
    display: inline-block;
}

/*Verticle Menu*/
/*remove default 11px padding on each side of list items*/
.pa-vertical-menu .et-menu > li {
	padding-left: 0px;
	padding-right: 0px;
}

/*make the menu items fullwidth and add space between them*/
.pa-vertical-menu .et_pb_menu__menu nav ul li {
	display: block;
	width: 80%;
	margin: 10px 0;
}

/*style the menu items*/
.pa-vertical-menu .et_pb_menu__menu nav ul li a {
	padding: 20px!important;
	background: #f9f9f9;
	border-radius: 25px;
	border: none;
	color: #3A7C22;
	font-weight: 700;
}

/*style the menu items on hover*/
.pa-vertical-menu .et_pb_menu__menu nav ul li a:hover {
	opacity: 1!important;
	color: #3A7C22;
	background: #ffffff;
	border: none;
	font-weight: 700;
}

/*style the active menu item*/
.pa-vertical-menu .et_pb_menu__menu nav ul li.current-menu-item a {
	opacity: 1!important;
	color: #3A7C22;
	background: #ffffff;
	border: none;
	font-weight: 700;
	pointer-events: none;
}

/*style the arrow icon if there are submenus*/
.pa-vertical-menu .et_pb_menu__menu .menu-item-has-children>a:first-child:after {
	content: "5" !important;
	/*change arrow icon for submenu*/
	padding: 20px;
	font-size: 24px;
}

/*style the arrow icon if there are submenus to submenus*/
.pa-vertical-menu .et_pb_menu__menu .menu-item-has-children .menu-item-has-children>a:first-child:after {
	padding: 8px !important;
	right: 0px !important;
}

/*make the submenu align directly to the right of the menu item instead of below*/
.pa-vertical-menu .et_pb_menu__menu nav ul li ul {
	top: 0!important;
}

/*align submenu to the right of menu link*/
.pa-vertical-menu .et_pb_menu__menu nav li ul {
	left: 100%!important;
}

/*style the menu items icon*/
.pa-vertical-menu ul li a:hover:after {
	font-family: 'ETMODULES';
	font-weight: 700;
	content: '\24';
	text-align: center;
	vertical-align: middle;
	float: right;
	color: #3A7C22;
	font-size: 1.3em;
	transition: all .75s ease;
}

/*style the active menu item icon*/
.pa-vertical-menu ul li.current-menu-item a:before {
	font-family: 'ETMODULES';
	font-weight: 700;
	content: '\24';
	text-align: center;
	vertical-align: middle;
	float: right;
	color: #3A7C22;
	font-size: 1.3em;
	transition: all .75s ease;
	pointer-events: none;
}
@media (max-width: 980px) {
	/*open the mobile menu up and use on all devices*/
	.et-db #et-boc .et-l .pa-vertical-menu .et_pb_menu__menu {
		display: flex;
	}
	/*hide the hamburger icon*/
	.et-db #et-boc .et-l .pa-vertical-menu .et_mobile_nav_menu {
		display: none;
	}
}

/*Custom Bullet Points for UL*/
.propertymgmtlist ul li:before {
	color:#3A7C22 !important;
	font-family: FontAwesome !important;
	font-weight: 900 !important;
	font-size: 1.2em !important;
	line-height: 1 !important;
	content: "\f14a" !important;
	display: inline-block !important;
	margin-right: 7px !important;
	margin-left: -30px !important;
	padding-right: 5px !important;
	vertical-align: middle !important;
}

/*Areas We Serve Blurbs*/
.areasweserve .et_pb_module_header span {
    padding-left: 2em;
    padding-right: 2em;
}
.areasweserve p {
    padding-left: 3em;
    padding-right: 3em;
}

/*Menu Call Now Button*/
#et-top-navigation .et_pb_button {
    margin-top: 0px;
    font-size: inherit;
    font-weight: inherit;
	color: #ffffff;
	background: #3A7C22;
}
#et-top-navigation .et_pb_button:hover {
	color: #ffffff;
	background: #78A148;
}

/*Navigation Edits*/
.et-hover .sub-menu {
    border-radius: 25px!important;
}
#main-header .nav li ul {
    border-radius: 25px!important;
	padding-bottom: 4em!important;
    line-height: 2.5em;
}
#top-menu li li a {
    border-radius: 26px;
}
#main-header .nav {
    background: #F5DB1B;
    padding-left: 1.7em;
    padding-right: 1.7em;
    border-radius: 50px;
	border: 1px solid #3A7C22;
}
#main-header .nav a {
    top: 2.4em;
    margin-top:-3em
}

/*Sitcky Banner

.sticky-banner {
  position: absolute;
  top: 200px;
  left: 80px;
  width: 90%;
  z-index: 100;
  background-color: #3A7C22;
  border-radius: 26px;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sticky-banner__close {
  cursor: pointer;
}

.stickybannerlink {
	color:#ffffff;
}
.stickybannerlink:hover {
	color:#000000;
	text-decoration: underline;
}

@media only screen and ( max-width: 980px ) {
	.sticky-banner{
		display: none;
	}
	.stickybannerlink {
		display: none;
	}
	.sticky-banner__close {
		display: none;
	}
}*/

/*Footer Menu Changes*/
.lwp-hide-mobile-menu.et_pb_menu .et_pb_menu__menu,.lwp-hide-mobile-menu.et_pb_fullwidth_menu .et_pb_menu__menu {
    display: flex!important;
}
 
.lwp-hide-mobile-menu .et_mobile_nav_menu {
    display: none;
}

@media (max-width: 767px) {
    .lwp-hide-mobile-menu .et_pb_menu__menu > nav > ul > li {
        width:100%
    }
}

.home #logo {
    display: none!important
}