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

/*************** ADD CUSTOM CSS HERE.   ***************/
/* HIDE STORE LOCATOR MAP */
div#wpsl-gmap {
    display: none;
}
.SalonLogo {
    min-height: unset;
}
.logo a {
	font-size: 0px !important;
	color: white;
}
.logo a:before {
	background-image: url("https://www.myvirtualsalon.com/assets/img/mvs-logo-web.png");
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 75px !important;
}	
.menu-item {
    text-transform: uppercase;
}
.stylistsResultCard {
    max-width: 1050px;
    margin-left: 20px;
	min-height: 70px;
}
.shortcode-site-reviews-form {
	//border: 2px solid #446084;
    padding: 25px;
    border-radius: 1px 1px 5px 5px;
	min-height: 500px;
	background-color: #f6f7f7;
	max-width: 900px;
}
a.button.btn {
    color: #fff;
}
.button {
    color: white !important;
}
button.button-hero {
    color: #2271b1 !important;
}
button:focus, .button:focus {
    outline: none !important;
}
button:active, .button:active {
    outline: none !important;
	transform: scale(.95);
}
.buttonBox1 {
    border-radius: 3px;
	//border-radius: 20px;
    padding: 5px 15px;
    margin: 5px;
	max-width: 400px;
	background-color: #446084;
	font-weight: bold;
	color: #ffffff;
}
.buttonBox1 a{
	font-weight: bold;
	color: #ffffff;
}
a.stylistPageButton.shopNowButton button {
    background-color: green;
}
a.stylistPageButton.shopNowButton button:hover {
    background-color: white;
	//color: green;
}
.nav-dropdown-default {
    padding: 5px !important
}
.nav-dropdown {
    min-width: 200px !important;
}
label {
    text-align: left;
}
.acf-field {
    text-align: left;
}
.wp-editor-tabs button {
    padding: 0px 10px;
    border-radius: inherit;
}



div#editProfilePageBox {
    min-height: 600px;
}
button.buttonClear {
    border-radius: 0px !important;
    padding: 0px !important;
    margin: -10px 5px;
    line-height: unset;
    height: unset;
}
button.editProfilePageTop {
    //border-radius: 0px !important;
    padding: 0px !important;
    margin: 5px 5px 10px 5px;
    line-height: unset;
    height: unset;
	color: #fff !important;
	background-color: #446084;
}
button.editProfilePageTop a {
	color: #fff !important;
}
.nav-pills>li>a {
    border-radius: 3px;
}
.button1 {
    margin: 12px;
	font-weight: bold;
}
.button1 a{
	font-weight: bold;
}
.buttonSpan {
	max-width: 400px;
}

input.acf-button.button.button-primary.button-large {
    margin-top: 20px;
}
.acf-field.salonLogo {
    //min-height: 250px !important;
	height: auto !important;
}


/* Edit Profile - Welcome Tab */
.welcomeBlock {
    border: 1px solid black;
    padding: 8px;
	margin-bottom: 12px;
    background-color: cornsilk;
}
.welcomeBlockImportant {
	color: red;
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.Block.contacts.col-md-4.bg-primary.text-center.align-content-center.text-white.overflow-hidden {
    text-align: center !important;
}

}