/* 
 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: 1190px ) {
#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;
}
@media (max-width: 700px){
	#greview {
		display:none !important;
	}
}*/

/*WP Forms CSS*/
.wpforms-submit {
	font-size: 14px !important;
	text-transform: uppercase !important;
    background:#be311e !important;
    color: #ffffff !important;
    border: 2px solid #be311e !important;
    transition-duration: .2s !important;
	letter-spacing: 3px !important;
    float: right !important;
	margin-top: -.7em !important;
}
.wpforms-submit:hover {
    background:#ffffff !important;
    color: #be311e !important;
    border: 2px solid #be311e !important;
    transition-duration: .2s !important;
}

/*Robo Gallery*/
.rbs-imges-load-more {
	font-size: 14px !important;
	text-transform: uppercase !important;
    background:#be311e !important;
    color: #ffffff !important;
    border: 2px solid #be311e !important;
    transition-duration: .2s !important;
	letter-spacing: 3px !important;
    float: right !important;
	margin-top: -.7em !important;
}

.rbs-imges-load-more:hover {
	background:#ffffff !important;
    color: #be311e !important;
    border: 2px solid #be311e !important;
    transition-duration: .2s !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;
}

.wpforms-field-readonly input {
    pointer-events: none;
    background-color: #f5f5f5;
    opacity: 0.7;
}
