/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.f-none{
	float: none;
}
.product-type-pw-gift-card .price{
	float: none;
	line-height: 1.4;
}
.product-type-pw-gift-card .variations > tbody > tr{
	display: flex;
    flex-direction: column;
}
.product_meta, .product_meta + .share-icons, .product-footer{
	display: none;
}
.title-noline b{
    display: none;
}
.title-noline .section-title-main, .title-noline .section-title-normal{
    border: none;
}
.img-inner{
    box-shadow: none !important;
}
.top-divider{
    display: none !important;
}
.verticle-sv .price{
	line-height: 1.5;
	float: none !important;
}

.icon-box-img svg{
    width: 100% !important;
    margin:  0 !important;
}
.has-icon-bg .icon .icon-inner{
    border: none !important;
}
.absolute-footer{
    display: none !important;
}
.ux-menu.horizon_menu{
    flex-direction: row;
    gap: 15px;
}
#block_widget-5{
    margin-bottom: 0 !important;
}
#block_widget-5 > .section{
    padding-bottom: 0 !important;
	padding: 0 !important;
}
.button span{
    line-height: 1;
    font-weight: 300;
    font-size: 13px;
}
.border-radius-173{
    border-radius: 173px;
    overflow: hidden;
}
.ux-menu-link__link{
	font-size: 90%;
}
.ux-menu-link__link:hover span{
	color: #dd9933;
}
.nav > li > a{
    font-weight: 400 !important;
}
.header-nav{
    justify-content: center !important;
}
.w-full {
    width: 100%;
}
#mk-appointment-btn{
	position: fixed;
    right: 20px;
    bottom: 100px;
	display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    z-index: 9999;
}
#mk-appointment-btn h3{
	visibility: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    padding: 10px 20px;
    background: #454545;
    color: #fff;
    border-radius: 5px;
    transition: visibility .4s linear, opacity .4s linear;
    pointer-events: none;
    clip-path: polygon(0% 0%, 95% 0, 100% 50%, 95% 100%, 0 100%);
	margin: 0;
}
#mk-appointment-btn:hover h3{
	visibility: visible;
    opacity: 1;
    width: fit-content;
    height: fit-content;
}
.v-icon{
	display: block;
	width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #DCB4B8;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
	color:#fff;
}
.header-wrapper.stuck #logo img{
	padding: 5px 0;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

	#block_widget-5 p,#block_widget-5 .wpcf7-email{
		font-size: 90%;
	}
	#block_widget-5 .wpcf7-form{
		margin-bottom: 0;
	}
	#block_widget-5 .wpcf7-submit{
		font-size: 90%;
		line-height: 1;
		padding: 9px 15px;
		min-height: unset;
		margin: 0;
		border: none;
		text-transform: none;
	}
	.wpcf7-spinner{
		display: none;
	}
	.medium-logo-center .logo{
		order: 1;
	}
	#logo{
		margin-left: 0;
	}
	#logo img{
		float: none;
		margin: 0;
	}
	.custom.html_topbar_left .uppercase{
		text-transform: capitalize;
		font-weight: normal;
		font-size: 10px;
	}
}
.button.yelp:not(.is-outline), .button.yelp:hover{
	color: #FF0000;
}
.button.maps:not(.is-outline), .button.maps:hover{
	color: #4285F4;
}