/* 
 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: 1200px ) {
#top-menu-nav, #top-menu {
	display: none;
	}
#et_top_search {
	display: none;
	}
#et_mobile_nav_menu {
	display: block;
	}
}

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

/*WP Forms CSS
.wpforms-submit {
    font-family: 'Libre Franklin',Helvetica,Arial,Lucida,sans-serif !important;
	font-weight: bold !important;
	font-size: 14px !important;
	text-transform: uppercase !important;
    background:#000000 !important;
    color: #ffffff !important;
    border: 20px solid #000000 !important;
    transition-duration: .2s !important;
	letter-spacing: 3px !important;
    float: right !important;
	box-shadow: 20px 20px 0px -5px rgba(0,0,0,0.24) !important;
	margin-top: -.7em !important;
}
.wpforms-submit:hover {
    padding: .73em 2em .7em .8em !important;
}
.wpforms-submit:after {
    content: '\24' !important;
    color: #ffffff !important;
    font-family: 'ETmodules' !important;
    opacity: 0 !important;
    position: absolute !important;
    transition: all 300ms ease 35ms !important;
    color: #ffffff !important;
    font-size: 14px !important;
    margin-left: -1em !important;
    transition-duration: .45s !important;
}
.wpforms-submit:hover:after {
    left: auto !important;
    margin-left: .3em !important;
    opacity: 1 !important;
    transition: none !important;
}
.wpforms-field-large {
    border: none !important;
	border-radius: 0px !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;
}*/

/* Hide Fixed Header
#main-header.et-fixed-header {
    display: none!important;
}*/

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

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

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

/*Social Media Bar
@media (max-width: 980px) {
.icon-bar {
  position: fixed;
  top: 85%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999 !important;
}

.icon-bar a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: white;
  font-size: 16px;
}

.facebook {
  background: #3B5998;
  color: white;
  padding: 13px;
  padding-bottom: 11px !important;
  padding-top: 11px !important;
}

.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  color: white;
  padding: 13px;
  padding-bottom: 9px !important;
  padding-top: 10px !important;
}

.GiftGracProj {
  background: #01a7e1;
  color: white;
  padding: 13px;
  padding-bottom: 9px !important;
}
.GiftGracProj img {
  width: 16px !important;
}
}

@media (min-width: 980px) {
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999 !important;
}

.icon-bar a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.facebook {
  background: #3B5998;
  color: white;
  padding: 13px;
  padding-bottom: 11px !important;
  padding-top: 11px !important;
}

.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  color: white;
  padding: 13px;
  padding-bottom: 9px !important;
  padding-top: 10px !important;
}

.GiftGracProj {
  background: #01a7e1;
  color: white;
  padding: 13px;
  padding-bottom: 9px !important;
}
}*/

/*BigCommerce Edits
.bc-quickview-trigger{
    border: none;
}
.bc-product__meta {
    padding-bottom: 0px;
}
.bc-btn {
    border: none;
    border-radius: 15px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.bc-btn:hover {
    color: #ffde2d !important;
}
.bc-product-price {
    color: #666666
}
.bc-cart__title--empty {
    font-size: 30px;
}
.bc-cart-item__remove-button {
    border: none;
}
.bc-shipping-calculator-toggle {
    border: none;
}
.bc-cart-header {
    font-size: 22px;
}
.bc-subnav__list {
    background: white!important;
    place-content: center!important;
    padding-bottom: 0px!important;
    margin-bottom: -1em!important;
    padding-top: 1em!important;
}
.button-primary {
    border: none;
    border-radius: 15px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.button-primary:hover {
    color: #ffde2d !important;
}
.bc-wish-list-header {
    text-align: center!important;
}
.bc-product-single {
    padding-top: 5em;
    width: 60%;
}
.entry-content {
    background: white;
}
.bc-single-product__description .bc-single-product__section-title {
    font-size: 30px;
}
.bc-single-product__specifications .bc-single-product__section-title {
    font-size: 30px;
}
.bc-product__spec-list {
    font-size: 18px;
}
.bc-single-product__reviews {
    display: none;
}
.bc-product-single .bc-single-product__section-title--related {
    font-size: 30px;
    font-weight: bold;
}
.bc-single-product__ratings {
    display: none;
}
.bc-product-archive {
    padding-top: 5em;
    width: 60%;
}*/
