/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.garcon-location-selector.menu-item{
	border: 1px solid rgba(255, 255, 255, 0.18);
	transition: all 0.3s ease-in-out;
}

.garcon-location-selector.menu-item:hover{
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.28);
}

.garcon-location-selector.sfHover,
.garcon-location-selector.sfHover:hover{
	border: 1px solid #fff;
}

.garcon-location-selector.menu-item .sub-menu{
	top: 55px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(0, 0, 0, 0.92);
    padding: 8px 0;
}

.garcon-location-selector.menu-item .sub-menu li:hover a{
	background: rgba(255, 255, 255, 0.06);
	outline: currentcolor;
}

.site-header {
	border-bottom: 1px solid #fff;
}

/* Pulse animation */
@keyframes accordionPulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(0,0,0,0);
  }
  50% {
    transform: scale(1.03);
    box-shadow: 0 0 12px rgba(0,0,0,0.15);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(0,0,0,0);
  }
}

/* Pulse class */
.gb-accordion__toggle h2.gb-text.pulse {
  animation: accordionPulse 1.2s ease-in-out;
}

.garcon-map iframe {
  filter: grayscale(100%);
}

.site-info{
	display: none;
}

.page-footer ul.wp-block-social-links{
	margin-bottom: 0;
}

.address-overlay{
	text-align: center;
}


@media only screen and (max-width: 768px){
	.inside-header {
		flex-direction: row;
	}
	
	.site-header .header-image{
		width: 120px;
	}
	
	.garcon-location-selector.menu-item a {
		padding-left: 10px;
	}
	
	.garcon-location-selector.menu-item-has-children .dropdown-menu-toggle{
		padding-right: 10px;
	}

}/***/












