/*
Theme Name: BeautyOnRose
Theme URI: https://www.wpbeaches.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: Neil Gowran
Author URI: https://www.wpbeaches.com
template: bb-theme
*/

/* Intial CSS is via the parent skin - fl-automator-skin-css */


@media (max-width:1200px) {
	
	body {
        font-size: 17px;
        line-height: 1.4;
    }

    h1 {
        font-size: 43px;
        line-height: 1.4;
    }

    h2 {
        font-size: 27px;
        line-height: 1.4;
    }

    h3 {
        font-size: 21px;
        line-height: 1.4;
    }

    h4 {
        font-size: 18px;
        line-height: 1.4;
    }
}

@media (max-width: 767px) {
	
	body {
        font-size: 16px;
        line-height: 1.3;
    }

    h1 {
        font-size: 40px;
        line-height: 1.4;
    }

    h2 {
        font-size: 24px;
        line-height: 1.4;
    }

    h3 {
        font-size: 20px;
        line-height: 1.4;
    }

    h4 {
        font-size: 18px;
        line-height: 1.4;
    }

}

/*  Typographical Elements
--------------------------------------------- */

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition:all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}


p {
	margin: 0 0 20px;
	padding: 0;
}

.fl-post-content ul,
.fl-post-content ol {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul li,
.fl-widget ul li {
	display: list-item;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

address {
	margin-bottom: 0;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px;
}



/* ## Objects
--------------------------------------------- */

embed,
object,
video {
	max-width: 100%;
}

figure {
	margin: 0;
}

/* Fix IE not scaling SVGs */
.ie9 img[src*=".svg"] {
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%;
  }
}

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
	border-radius: 50%;
}


/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}


/* ## Forms
--------------------------------------------- */

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background: #999;
	border: 1px solid #999;
	color: #fff;
	cursor: pointer;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 1.3;
	font-weight: normal;
	text-transform: uppercase;
	width: auto;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-shadow: none;
}


button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #c3251d;
	border: 1px solid #c3251d;
	color: #fff;
}


.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.fl-page button:disabled,
.fl-page button:disabled:hover,
.fl-page input:disabled,
.fl-page input:disabled:hover,
.fl-page input[type="button"]:disabled,
.fl-page input[type="button"]:disabled:hover,
.fl-page input[type="reset"]:disabled,
.fl-page input[type="reset"]:disabled:hover,
.fl-page input[type="submit"]:disabled,
.fl-page input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

.woocommerce-ordering input[type=text] {
    height: 10px;
}



/* # Buttons - Black-But example
---------------------------------------------------------------------------------------------------- */
/* lines up the button if parent is equal heights change >>>>> .the-row <<<<<< */
.fl-builder-content .the-row .fl-module-button {
	margin-top: auto;
} 

.fl-builder-content .black-but a.fl-button,
.fl-builder-content .black-but a.fl-button:visited,
.fl-builder-content .black-but .fl-slide a.fl-button, 
.fl-builder-content .black-but .fl-slide a.fl-button:visited  {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	border-radius: 3px;
	padding: 10px 45px;
	text-transform: uppercase;
	font-size: 16px;
}

.fl-builder-content .black-but  a.fl-button:hover, 
.fl-builder-content .black-but  a.fl-button:focus,
.fl-builder-content .black-but .fl-slide a.fl-button:hover,
.fl-builder-content .black-but .fl-slide a.fl-button:focus  {
	background: #fff !important;
	border: 1px solid #000;
	color: #000 !important;
}
.fl-builder-content .black-but a.fl-button *, 
.fl-builder-content .black-but a.fl-button:visited,
.fl-builder-content .black-but .fl-slide a.fl-button *  {
	color: #fff !important;
}
.fl-builder-content .black-but  a.fl-button:hover *, 
.fl-builder-content .black-but  a.fl-button:focus * {
	color: #000 !important;
}

.fl-builder-content .grey-but a.fl-button,
.fl-builder-content .grey-but a.fl-button:visited,
.fl-builder-content .grey-but .fl-slide a.fl-button, 
.fl-builder-content .grey-but .fl-slide a.fl-button:visited  {
	background: #999;
	border: 1px solid #999;
	color: #fff;
	border-radius: 3px;
	padding: 10px 45px;
	text-transform: uppercase;
	font-size: 16px;
}

.fl-builder-content .grey-but  a.fl-button:hover, 
.fl-builder-content .grey-but  a.fl-button:focus,
.fl-builder-content .grey-but .fl-slide a.fl-button:hover,
.fl-builder-content .grey-but .fl-slide a.fl-button:focus  {
	background: #fff !important;
	border: 1px solid #999;
	color: #999 !important;
}
.fl-builder-content .grey-but a.fl-button *, 
.fl-builder-content .grey-but a.fl-button:visited,
.fl-builder-content .grey-but .fl-slide a.fl-button *  {
	color: #fff !important;
}
.fl-builder-content .grey-but  a.fl-button:hover *, 
.fl-builder-content .grey-but  a.fl-button:focus * {
	color: #999 !important;
}


.fl-builder-content .trans-but a.fl-button,
.fl-builder-content .trans-but a.fl-button:visited,
.fl-builder-content .trans-but .fl-slide a.fl-button, 
.fl-builder-content .trans-but .fl-slide a.fl-button:visited  {
	background: transparent;
	border: 1px solid #fff;
	color: #fff !important;
	border-radius: 3px;
	padding: 10px 45px;
	text-transform: uppercase;
	font-size: 16px;
}

.fl-builder-content .trans-but  a.fl-button:hover, 
.fl-builder-content .trans-but  a.fl-button:focus,
.fl-builder-content .trans-but .fl-slide a.fl-button:hover,
.fl-builder-content .trans-but .fl-slide a.fl-button:focus  {
	background: #fff !important;
	border: 1px solid #fff;
	color: #000 !important;
}
.fl-builder-content .trans-but a.fl-button *, 
.fl-builder-content .trans-but a.fl-button:visited,
.fl-builder-content .trans-but .fl-slide a.fl-button *  {
	color: #fff !important;
}
.fl-builder-content .trans-but  a.fl-button:hover *, 
.fl-builder-content .trans-but  a.fl-button:focus * {
	color: #000 !important;
}

.fl-builder-content .skin-but a.fl-button,
.fl-builder-content .skin-but a.fl-button:visited,
.fl-builder-content .skin-but .fl-slide a.fl-button, 
.fl-builder-content .skin-but .fl-slide a.fl-button:visited  {
	background: #dabeb4;
	border: 1px solid #dabeb4;
	color: #000;
	border-radius: 3px;
	padding: 15px 45px;
	text-transform: uppercase;
	font-size: 20px;
}

.fl-builder-content .skin-but  a.fl-button:hover, 
.fl-builder-content .skin-but  a.fl-button:focus,
.fl-builder-content .skin-but .fl-slide a.fl-button:hover,
.fl-builder-content .skin-but .fl-slide a.fl-button:focus  {
	background: #fff !important;
	border: 1px solid #dabeb4;
	color: #dabeb4 !important;
}
.fl-builder-content .skin-but a.fl-button *, 
.fl-builder-content .skin-but a.fl-button:visited,
.fl-builder-content .skin-but .fl-slide a.fl-button *  {
	color: #000 !important;
}
.fl-builder-content .skin-but  a.fl-button:hover *, 
.fl-builder-content .skin-but  a.fl-button:focus * {
	color: #dabeb4 !important;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */


/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Read More
---------------------------------------------------------------------------------------------------- */

a.more-link,
.fl-post-grid-content a.fl-post-grid-more,
a.fl-post-more-link {
	display: inline-block;
    font-size: 13px;
    margin-top: 10px;
    padding: 3px 20px;
    border-radius: 2px;
    color: #ffffff;
    background-color: #000000;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    text-transform: uppercase;
	font-weight: 400;
	border: 1px solid #000000;
}

a.more-link:hover,
.fl-post-grid-content a.fl-post-grid-more:hover,
a.fl-post-more-link:hover {
	opacity:.8;
	color:#000000;
	background-color:#ffffff;
}

.more-link {
   	position: relative;
}


/* Client Colors
---------------------------------------------------------------------------------------------------- */
.aqua,
.green {
	color: #bcd9d5;
}

.blue {
	color: #a0bad0
}

.grey {
	color: #D1D3D4;
	color: #b8babb;
}

.pink {
	color: #dbbcb2;
}

.salmon {
	color: #d7c0b5;
}

.purple {
	color: #DAC1DD;
}




.aqua-back {
	background-color: #72C9CD;
}

.green-back {
	background-color: #BBD9D5
}

.grey-back {
	background-color: #D1D3D4;
}

.pink-back {
	background-color: #FFD5EF;
}

.purple-back {
	background-color: #DAC1DD;
}





.orange {
	color: #ed9e66;
}
.orange-back {
	background-color: #ed9e66;
}





.black-back {
	background-color: #000;
}



/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Center an uneven row - below is an example of 3 cols centered in a 4 col layout */

/* !~~~~~~~>>>>>> Columns need to be set to same height to enable flexbox */

.three-row-four-parent .fl-col-group:last-of-type  {
	justify-content: center;
}

.three-row-four-parent .fl-col-group:last-of-type .fl-col {
	width: 25%;
	flex: 0 0 auto;
}

.two-row-three-parent .fl-col-group:last-of-type  {
	justify-content: center;
}

.two-row-three-parent .fl-col-group:last-of-type .fl-col {
	width: 33%;
	flex: 0 0 auto;
}

/* # logo
---------------------------------------------------------------------------------------------------- */

.bor-logo .fl-html {
	text-align: center;
}





/* # Site Header
---------------------------------------------------------------------------------------------------- */
.fl-page-nav-wrap {
    border-bottom: none;
	border-top: none;
}

@media (min-width: 992px) {
	.fl-page-nav-right .fl-page-header-wrap {
		border-bottom: none;
	}
}

.hero-slider-row .fl-slide-content-wrap{
	text-align: center;
}

.fl-builder-content .hero-button-container {
	margin-top: 40px !important;
}



.fl-builder-content a.hero-slide-button ,
.fl-builder-content a.hero-slide-button:visited {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	border-radius: 3px;
	padding: 10px 45px;
	margin: 10px 15px;
	text-transform: uppercase;
	font-size: 16px;
	display: inline-block;
    width: 190px;
}

@media (min-width: 960px) {
	.fl-builder-content a.hero-slide-button ,
	.fl-builder-content a.hero-slide-button:visited {
		display: inline;
	}
}

.fl-builder-content a.hero-slide-button:hover, 
.fl-builder-content a.hero-slide-button:focus {
	background: #fff !important;
	border: 1px solid #000;
	color: #000 !important;
}

.fl-builder-content a.hero-slide-button + a.hero-slide-button:before {
	content: "\f522 ";
	font-family: 'dashicons';
	vertical-align: middle;
	padding-right: 5px;
    position: relative;
    bottom: 2px;
}

.hero-two-box-child .fl-module-button,
.hero-four-boxes .fl-module-button{
	margin-top: auto;
}

.hero-four-boxes .fl-module-button .fl-button {
	display: block;
	border-radius: 0 !important;
	border: none;
}

.hero-four-boxes .fl-module-button .fl-button:hover {
	border: none;
	opacity: .8;
}


.hero-four-box .fl-rich-text,
.hero-four-boxes .fl-col-group-nested .fl-col-content{
/* 	box-shadow: 2px 2px 15px #999; */
	margin-bottom: 30px;	
}

@media (max-width: 767px) {
	.hero-four-boxes .fl-col-group-nested .fl-col-content{
		margin-bottom: 30px auto;	
	}
}


/* Stamp action */

.stamp-container-column .fl-col-content{
	position: relative;
}

.stamp-logo {
	position: absolute;
	width: 100%;
	top: -2%;
}

.stamp-logo img{
	width: 300px;
}

.stamp-image img {
	height: 200px !important;
}

/* Home Page
---------------------------------------------------------------------------------------------------- */

.salmon-hero .uabb-dual-button-wrapper a {
	border: 2px solid #fff;
	color: #fff;
	padding: 10px 35px !important;
}



@media (min-width:768px) {
	.offset-image {
		position: relative;
		top: -20px;
		right: -25px;
	}
}

/* Services
---------------------------------------------------------------------------------------------------- */

.services-row-html .fl-html {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.services-row-medi-html {
	font-size: 17px;
	line-height: 1.3;
}

.services-row-medi-html .service-column {
	flex: 1 1 auto;
}

.services-row-html  img {
    max-width: 95% !important;
}

.service-container {
	width: 90%;
	margin: 20px auto;
}

@media (min-width: 768px) {
	.service-container {
		width: 47%;
	}
	.service-column {
		min-height: 250px;
	}
	.services-row-medi-html .service-column {
		min-height: 285px;
	}
}

@media (min-width: 960px) {
	.service-column {
		min-height: 340px;
	}
	.services-row-medi-html .service-column {
		min-height: 350px;
	}
	
	.service-container {
		width: 23%;
	}

}


.service-image {
	margin-bottom: -25px;
	z-index: 2;
}

.service-text {
	margin-top: 45px;
	padding: 10px;
}

.service-column {
	text-align: center;
}

.service-container {
	display: flex;
	flex-flow: column nowrap;
}

.service-renew .service-column {
	border-top: 3px solid #cfb0a6;
	border-left: 3px solid #cfb0a6;
	border-right: 3px solid #cfb0a6;

}
.service-restore .service-column{
	border-top: 3px solid #a0bad0;
	border-left: 3px solid #a0bad0;
	border-right: 3px solid #a0bad0;

}

.service-rebalance .service-column{
	border-top: 3px solid #bcd9d5;
	border-left: 3px solid #bcd9d5;
	border-right: 3px solid #bcd9d5;

}

.service-memberships .service-column{
	border-top: 3px solid #d1d3d4;
	border-left: 3px solid #d1d3d4;
	border-right: 3px solid #d1d3d4;
}

.service-medispa .service-column{
	border-top: 3px solid #DAC1DD;
	border-left: 3px solid #DAC1DD;
	border-right: 3px solid #DAC1DD;
}


.service-button {
	margin-top: auto;
	text-align: center;
	padding: 10px;
}

.service-button a{
	color: #000 !important;
}

.service-button a:hover{
	color: #fff !important;
}


.service-renew .service-button {
	background-color: #cfb0a6;
}
.service-restore .service-button {
	background-color: #a0bad0;
}
.service-rebalance .service-button {
	background-color: #bcd9d5;
}
.service-memberships .service-button {
	background-color: #d1d3d4;
}
.service-medispa .service-button {
	background-color: #DAC1DD;
}


/* Testimonials Home
---------------------------------------------------------------------------------------------------- */


.home .testimonials-row .fl-post-grid-post,
.black-testimonials .fl-post-grid-post {
	background: #d7c0b5;
	border: 3px solid #fff;
}

.home .testimonials-row .fl-post-title {
	margin-bottom: 10px;
}

.home .testimonials-row .fl-post-title::before {
	content: '\f205';
	font-family: 'dashicons';
	padding-right:10px;
	font-size: 30px;
}
.home .testimonials-row .testimonial-content p:last-of-type::after {
	content: '\f205';
	font-family: 'dashicons';
	transform: rotate(180deg); 
	margin-left: 10px;
	display: inline-block;
	font-size: 15px;
}

.testimonials-row .fl-post-grid-post {
    background: transparent;
/*     border: 3px solid #fff; */
}

.page-id-6 .testimonials-row .fl-post-grid-post {
    background: transparent;
    border: 3px solid #fff;
}

/* Instagram Block */

#sb_instagram.sbi_fixed_height {
    overflow: hidden;
    overflow-y: hidden;
}
/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.br-stick-menu #menu-nav-top-fa li,
.br-stick-menu #menu-top-menu-no-icons li {
	float: left;
}



.hamburger-menu:before,
.fl-menu-mobile-toggle:before {
	content: 'MENU';
	font-family: 'Kiona';
	margin-right: 8px;
    position: relative;
    top: 2px;
}

@media (max-width:1024px) {
	header[data-type="header"]{
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 100;
	}
	
	.page-id-24347 header[data-type="header"]{
		position: relative;

	}

/* 	div.fl-builder-content */
	div.fl-builder-content-7189,
	div.fl-builder-content-7747 {
		margin-top: 45px;
	}

	.admin-bar header[data-type="header"] {
		top: 32px;
	}
}

@media (max-width:450px) {
	#menu-nav-top-fa li a,
	#menu-top-menu-no-icons li a {
		padding-left: 15px;
		padding-right: 15px;
	}

	#menu-nav-top-fa li,
	#menu-top-menu-no-icons li  {
		font-size: 16px;
	}

	.br-login-menu-item {
		display: none;
	}
}

@media (max-width:320px) {
	#menu-nav-top-fa li a,
	#menu-top-menu-no-icons li a {
		padding-left: 8px;
		padding-right: 8px;
	}

	#menu-nav-top-fa li,
	#menu-top-menu-no-icons li{
		font-size: 14px;
	}
}



header a,
.fl-menu a {
	color: #000;
}

header a:hover,
.fl-menu a:hover {
	color: #bbb !important;
}

/*
.home header a:hover,
.home .fl-menu a:hover {
	color: #fff !important;
}
*/

.home header .sub-menu a:hover,
.home .fl-menu .sub-menu a:hover {
	color: #999!important;
}


.br-bestseller-row .fl-post-grid img{
	max-width: none;
	max-height: 250px;
	object-fit: cover;
}

#menu-simple-main-menu .sub-menu .sub-menu a {
	padding-top: 10px;
	padding-bottom: 10px;
}

@media (max-width: 767px) {
	.fl-builder-content .br-bestseller-row .fl-col-small:nth-of-type(odd) {
	    clear: left !important;
	}
}

@media (min-width: 768px) {
	.fl-menu #menu-simple-main-menu{
	    display: flex;
	    flex-flow: row wrap;
	    justify-content: center;
	}
}

/* Banner Form
----------------------------------------------------------------------------------------------------

.banner-form{ background:rgba(0,0,0,0.5);

width:100%;
display: inline-block;
padding:15px 0px 15px 0px; 
margin-top:20px;
line-height:0px;
	
}
.label-fild{width:29%; float:left; padding:0px 15px;}
.label-submit{width:10%; float:left; padding:0px 15px;}
#comment-input input, .chzn-container .chzn-drop, .chzn-container-single .chzn-single, .input-text:not(textarea), .main-nav-search-form input, .post-password-form label input[type="password"], .search-page-search-form input, .searchform .search-table .search-field input, .wpcf7-captchar, .wpcf7-form .wpcf7-date, .wpcf7-form .wpcf7-number, .wpcf7-form .wpcf7-quiz, .wpcf7-form .wpcf7-text, input.s, input[type="email"], input[type="text"], input[type="tel"] {
	
	
	height: 45px !important;
}
#comment-input input, .avada-select .select2-container .select2-choice, .avada-select-parent select, .chzn-container .chzn-drop, .chzn-container-single .chzn-single, .input-text:not(textarea), .main-nav-search-form input, .post-password-form label input[type="password"], .search-page-search-form input, .searchform .search-table .search-field input, .wpcf7-captchar, .wpcf7-form .wpcf7-date, .wpcf7-form .wpcf7-number, .wpcf7-form .wpcf7-quiz, .wpcf7-form .wpcf7-select, .wpcf7-form .wpcf7-text, input.s, input[type="email"], input[type="text"], select {
	height: 45px !important;
	padding-top: 0;
	padding-bottom: 0;
}
.fusion-page-title-bar {
	border-color: #d2d3d4;
	background-color: #f6f6f6;
	height: 87px;
	margin-bottom: 50px;
}
.contact-form input[type="text"]{width:auto !important;}

.label-submit input[type="submit"]{ background: #0065ff;}
.button-default {
background: #0066ff !important;
}
.button-default:hover {
background: #154fa6 !important;
}

#main .comment-submit:hover, #reviews input#submit:hover, .button-default:hover, .button.default:hover, .comment-form input[type="submit"]:hover, .fusion-button-default:hover, .fusion-portfolio-one .fusion-button:hover, .post-password-form input[type="submit"]:hover, .ticket-selector-submit-btn[type="submit"]:hover, .wpcf7-form input[type="submit"]:hover, .wpcf7-submit:hover {
	background: #154fa6;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#96c346, endColorstr=#154fa6);
}

*/

/* Search
---------------------------------------------------------------------------------------------------- */

.fl-page-nav-search {
	display: block;
}

.fl-page-nav-search a.fa-search:hover, 
.fl-page-nav-search a.fa-search:focus {
    color: #999999;
    text-decoration: none;
}

.fl-page-nav-search form {
    background-color: rgba(255,255,255,.6);
    background-color: rgba(200,199,197,0.8);
    background-color: #f5f5f5;
    border-top: 1px solid #cccccc;
    padding: 0;
	top: 100%;
	right: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
	border-radius: 0;
	width: 300px;
}

.fl-page-nav-search form input.fl-search-input {
    background-color: rgba(255,255,255,.6);
    border-color: #cccccc;
    color: #555555;
    font-size: 16px;
}

.fl-page-nav-search form input.fl-search-input:focus {
    color: #555555;
}

.fl-page-nav-search a.fa-search {
    color: #fff;
    font-size: 16px;
    padding: 8px;
    position: absolute;
    right: 5px;
    top: 8px;
}

.fl-page-nav-search form input[type=search] {
	border-radius: 0;
}

.fl-page-nav-search form input[type=search] {
	float: left;
}

/* FrontPage Container Widgets
---------------------------------------------------------------------------------------------------- */



/* # OPtin
---------------------------------------------------------------------------------------------------- */
.fl-subscribe-form-inline .fl-form-field {
    padding-right: 20px;
}

.gcast-optin-row input[type="submit"]{
	background: #000;
	width: 200px;
}
.gcast-optin-row input[type="submit"]:hover{
	background: #999;
}

.gcast-optin-row input[type=text] {
	height: 42px;
	margin-bottom: 10px;
}

@media (max-width: 991px) {
	.gcast-optin-row input[type="submit"]{
		margin: 0 auto !important;
		display: block;
	}
}

/* # Posts Row
---------------------------------------------------------------------------------------------------- */



/* # Footer
---------------------------------------------------------------------------------------------------- */
.site-footer-row p {
	margin-bottom: 0;
	font-size: 14px;
}

.site-footer-row .dashicons {
	vertical-align: middle;
}

.site-footer-widgets-row {

}
footer .bp-contact-card>div {
    margin: 5px 0;
}

footer .bp-opening-hours .bp-title {
	display: none;
}

footer a {
	color: #999;;
}

footer a:hover {
	color: #000;;
}

footer .fl-icon a {
	color: #000;;
}

/* .displaynone {
	display: none;
} */

/*  Booking Modal
--------------------------------------------- */


.br-booking-modal {

}
.br-booking-modal-overlay .uabb-modal {
	text-align: center;
}
.br-booking-modal-overlay .uabb-modal h4 {
	margin-bottom: 10px;
	text-align: center;
	display: inline-block;
	border-bottom: 1px solid;
}

.br-booking-modal-overlay .uabb-modal p {
	text-align: center;
	font-size: 15px !important;
}

.br-booking-modal-overlay .uabb-modal a.hero-slide-button ,
.br-booking-modal-overlay .uabb-modal a.hero-slide-button:visited {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	border-radius: 3px;
	padding: 10px 45px;
	margin: 20px auto;
	text-transform: uppercase;
	font-size: 16px;
	display: block;
	width: 190px;
	text-align: center;
}

/* @media (min-width: 960px) {
	.br-booking-modal-overlay .uabb-modal a.hero-slide-button ,
	.br-booking-modal-overlay .uabb-modal a.hero-slide-button:visited {
		display: inline;
	}
} */

.br-booking-modal-overlay .uabb-modal a.hero-slide-button:hover, 
.br-booking-modal-overlay .uabb-modal a.hero-slide-button:focus {
	background: #fff !important;
	border: 1px solid #000;
	color: #000 !important;
}

/* ## Team Page--------------------------------------------- */

.team-bor .uabb-front {
	    border-width: 0;
		border-style: none;
}

/* ## Classes Archive
--------------------------------------------- */

.class-book button,
.member-book a.fl-button{
	padding: 7px 14px;
    font-size: 12px;
}

.member-book a.fl-button {
	border: 1px solid #999 !important;
	padding: 7px 14px !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
}
.member-book a.fl-button:hover {
	border: 1px solid #000 !important;
	background: #000 !important;
}

.class-book button:hover{
	background-color: #666;
	border-color: #666;
}

.fl-post-grid-post .fl-post-title {
	display: inline-block;
}

.fl-post-grid-post .fl-post-title a{
	border-bottom: 1px solid #666;
}

/* ## Treatment Archive
--------------------------------------------- */

.treatment-read-more a {
	padding: 7px 14px;
    font-size: 12px;
    background: #999;
    border: 1px solid #999;
    color: #fff;
    cursor: pointer;
    line-height: 1.3;
    font-weight: normal;
    text-transform: uppercase;
    width: auto;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: none;
    display: inline-block;
    margin-bottom: 10px;
    float: left;
    margin-right: 20px;
}

.post-type-archive-class .treatment-read-more a,
.service_category-rebalance .treatment-read-more a{ 
	background: #bcd9d5;
    border: 1px solid #bcd9d5;
	
}

.fl-theme-layout-template-default .fl-row-bg-slideshow .fl-heading,
.tax-treatment_category .fl-row-bg-slideshow .fl-heading  {
	text-shadow: 1px 1px #000;
    font-weight: bold;
}


/* ## Must Have Treatment Archive
--------------------------------------------- */

/*
.must-have-container > .fl-row-content-wrap {
    background-image: url(http://dev.rose.websitelove.com.au/wp-content/uploads/2018/03/pink-bg.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 59%;
    background-position: -116px 80%;
}
*/


.must-have-container  .fl-post-grid-post {
    background: rgba(255,255,255,.6);
    border: 1px solid #e6e6e6;
}

.slide-text-bottom .fl-slide-content {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    width: 100%;
    left: 0%;
}

.treatment_category-must-haves .treatment-read-more a {
    background: #dbbcb2;
    border: 1px solid #dbbcb2;
}

.class_category-yoga .treatment-read-more a {
	background: #bcd9d5;
    border: 1px solid #bcd9d5;
    font-weight: bold;
}

.service_category-restore .treatment-read-more a {
	background: #a0bad0;
    border: 1px solid #a0bad0;
}

.service_category-renew .treatment-read-more a {
	background: #dbbcb2;
    border: 1px solid #dbbcb2;
}

.service_category-medispa .treatment-read-more a {
	background: #DAC1DD;
    border: 1px solid #DAC1DD;
}



/* ## Service Archive Colors
--------------------------------------------- */

/* rebalance - aqua
 * renew - pink
 * restore - blue
 * memberships - grey

.aqua,
.green {
	color: #bcd9d5;
}

.blue {
	color: #a0bad0
}

.grey {
	color: #D1D3D4;
}

.pink {
	color: #dbbcb2;
}*/

 .service_category-renew  .fl-post-title a {
    border-bottom: 2px solid #dbbcb2;
    padding-bottom: 2px;
}

 .service_category-rebalance  .fl-post-title a {
    border-bottom: 2px solid #bcd9d5;
    padding-bottom: 3px;
}

 .service_category-restore  .fl-post-title a {
    border-bottom: 2px solid #a0bad0;
    padding-bottom: 2px;
}

 .service_category-medispa  .fl-post-title a {
    border-bottom: 2px solid #DAC1DD;
    padding-bottom: 2px;
}


/* ## Bor Prices
--------------------------------------------- */

.bor-price p {
	margin-bottom: 5px;
	font-size: 16px;
    font-weight: normal;
}

.bor-price p:last-of-type {
	margin-bottom: 20px;
}


/* ## Archive Title & Description
--------------------------------------------- */
.fl-archive-header {
	margin-bottom: 40px;
}
.fl-archive .fl-archive-title {
	font-size: 36px;
	margin: 0;
	padding-bottom: 0;
	border-bottom: none;

}

.fl-archive .fl-category-description {
	font-size: 16px;
	margin-bottom: 0;
	padding: 10px 0 0 0;
	border-bottom: none;	
}

.fl-archive .fl-category-description p:last-child {
	margin-bottom: 0;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */
.fl-widget {
	word-wrap: break-word;
	margin-bottom: 60px;
}

.fl-widget  ul  li {
	margin-bottom: 8px;
	line-height: 1.3;
}

.fl-widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}


.fl-widget p:last-child,
.fl-widget ul > li:last-of-type {
	margin-bottom: 0;
}

.fl-widget ul > li:last-of-type {
 padding-bottom: 0;
}

.fl-widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}


/* Entry Meta
--------------------------------------------- */
.fl-post-meta {
	font-size: 14px;
}


.fl-post-meta-bottom {
	font-style: normal;
	border-top: 1px solid #e6e6e6;
    margin-top: 20px;
    padding-top: 10px;
}

.fl-post-cats-tags span {
	display: block;
}

.fl-post-date::before,
.fl-post-grid-date::before {
    content: '\f469';
    font-family: dashicons;
    color: #666;
    font-size: 25px;
	vertical-align: middle;
	padding-right: 3px;
}

.fl-post-grid-author:before {
    content: '\f110';
    font-family: dashicons;
    color: #666;
    font-size: 25px;
    padding-left: 10px;
    vertical-align: middle;
}

.fl-comments-popup-link::before,
.fl-post-feed-comments::before {
    content: '\f101';
    font-family: dashicons;
    color: #666;
    font-size: 25px;
    padding-left: 10px;
    vertical-align: middle;
}

.fl-post-feed-comments .fa-comment:before {
    content: "";
}

.fl-entry-categories::before,
.fl-post-info-terms::before {
    content: '\f322';
    font-family: dashicons;
    color: #666;
    font-size: 25px;
    vertical-align: middle;
    padding-right: 5px;
}

.fl-entry-tags::before,
.fl-post-info-tags .fl-post-info-terms::before{
    content: '\f323';
    font-family: dashicons;
    color: #666;
    font-size: 25px;
    padding-right: 5px;
    vertical-align: sub;
}


/* Pagination
--------------------------------------------- */

.pagination {
	display: block;
	clear: both;
	font-size: 14px;
	margin: 40px 0 0 20px;
	text-transform: uppercase;
	text-align: center;
}

.pagination a {
	color: #fff;
}

.pagination li {
	display: inline;
}

.pagination  a {
	background-color: #fff;
	border-radius: 3px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
}

.pagination span.current {
	padding: 12px;
	border: 1px solid #aaaaaa;
	border-radius: 3px;
}


.pagination a:hover,
.pagination a.active  {
	background-color: #aaaaaa;
	color: #fff;
}

/*  Comments
--------------------------------------------- */

.comment-respond,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 0 16px;
}


.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: 0;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}


.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/* Sidebars
---------------------------------------------------------------------------------------------------- */

.fl-sidebar {
	font-size: 16px;
}

.fl-sidebar li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.fl-sidebar p:last-child,
.fl-sidebar ul > li:last-child {
	margin-bottom: 0;
}

.fl-sidebar .fl-widget {
	background-color: #fff;
	margin-bottom: 40px;
}


/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.fl-page-footer-widgets-row p:last-child {
	margin-bottom: 0;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */

.fl-page-footer {
	font-size: 13px;
	line-height: 1;
	padding: 5px 0;
	text-align: center;
}

.fl-page-footer p {
	margin-bottom: 0;
}

.fl-page-footer-container {
	padding-top: 10px;
}

.fl-page-footer-text {
	padding-bottom: 10px;
}

/* # Shop
---------------------------------------------------------------------------------------------------- */

.product-categories .toggle {
	float: right;
	padding-left: 5px;
}
.fl-widget .product-categories li {
	font-size: 16px;
	line-height: 1.5;
	border-bottom: 1px dotted;
	padding: 10px;
}
.fl-widget .product-categories > li.cat-parent .count {
	display: none;
}

.fl-widget .product-categories > li.cat-parent .children .count {
	display: inline;
	float: right;
}

.fl-widget .product-categories .children li {
	margin-bottom: 4px;
	border-bottom: none;
	padding: 3px;
}

.fl-widget .product-categories li li  {
	margin-left: 5px;
}

.fl-widget .product-categories .children li.current-cat a{
	color: #000000;
}

.fl-widget .product-categories li a{
	color: #555;
}
.fl-widget .product-categories .children li a{
	color: #999;
}


.fl-widget .product-categories li a:hover {
	color: #999;
}
.fl-widget .product-categories .children li a:hover{
	color: #555;
}

.woocommerce a.button, .woocommerce button.button, 
.woocommerce input.button, .woocommerce #respond input#submit, 
.woocommerce #content input.button, .woocommerce-page a.button, 
.woocommerce-page button.button, .woocommerce-page input.button, 
.woocommerce-page #respond input#submit, .woocommerce-page #content input.button {
    background: #fcfcfc;
    color: #000000;
    font-size: 13px;
    line-height: 20px;
    padding: 3px 12px;
    font-weight: normal;
    text-shadow: none;
    border: 1px solid #cccccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover, 
.woocommerce #respond input#submit:hover, 
.woocommerce #content input.button:hover, 
.woocommerce-page a.button:hover, 
.woocommerce-page button.button:hover, 
.woocommerce-page input.button:hover, 
.woocommerce-page #respond input#submit:hover, 
.woocommerce-page #content input.button:hover{
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
   
}
.shop-loop-row .fl-post-grid-text{
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
}

.shop-loop-row .fl-post-grid-content {
	margin-top: auto;
}


.shop-loop-row .fl-post-grid-image img{
	max-width: 250px;
	max-height: 250px;
	object-fit: contain;
}

@media (min-width:768px) {

	.shop-loop-row .fl-post-grid-more,
	.shop-loop-row .add_to_cart_button,
	.woocommerce .fl-post-grid .fl-post-grid-more,
	.woocommerce .fl-post-grid .button  {
		min-width: 160px;
	}
}

@media (max-width:767px) {

	body h2.fl-post-grid-title {
	    font-size: 17px;
	    line-height: 1.3;
	}
}


/* # Treatments Page
--------------------------------------------- */

.pre-cost-wording {
	float: left;
}




/* # Rebalance Page
--------------------------------------------- */

.rebalance-buttons {
	max-width: 900px;
	margin: 0 auto;
	border-radius: 3px;
}

@media (min-width: 600px) {
	
	.rebalance-buttons {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
	}
	
}

.rebalance-buttons li {
	list-style-type: none !important;
}

.rebalance-buttons a {
	background: #000;
	color: #fff;
	border: 1px solid #000;
	padding: 7px 14px;
	margin: 10px 5px;
}
.rebalance-buttons a:hover,
.rebalance-buttons .active a{
	background: #fff;
	color: #000;
}

.rebalance-buttons  a { 
	cursor: pointer; 
}

/* Medispa Pages */

.medispa-service-row .fl-button-text{
	text-transform: uppercase;
	font-size: 20px;
}

.medispa-service-row h3 {
	font-weight: 600;
}
.fl-builder-content .medispa-service-row a.fl-button, 
.fl-builder-content .medispa-service-row a.fl-button:hover,
.fl-builder-content .medispa-service-row a.fl-button:focus,
.fl-builder-content .medispa-service-row a.fl-button:visited {
	border: none;
}

.fl-builder-content .fl-node-5b87992c30424 a.fl-button:focus {
	color: #dabeb4;
}

.medispa-service-row .fl-photo img {
	width: 100%;
	display: block;
	object-fit: cover;
}

.medispa-service-row .fl-module-button {
	margin-top: auto;
}

.dr-container {
	
}

.dr-holder {
	background-color:#d1d3d4 ;
	color: #000;
	padding: 20px;
	margin-bottom: 40px;
}

.dr-text-holder h2{
	font-weight: bold;
	color: #000;
}

.dr-text-holder p{
	font-size: 16px;
}

.dr-quals {
	font-weight: bold;
	font-size:14px;
}

@media (min-width: 768px) {
	
	.dr-holder {
		padding: 20px 40px;
		margin-bottom: 20px;
	}
	
	.dr-container {
	    display: flex;
		flex-flow: row wrap;
	}

	.dr-container > [class*='col-'] {
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}
	
}
@media (min-width: 890px) {
	
	.dr-holder img {
		position: absolute;
		left:-80px;
		top: -100px;
	}
	
	.dr-text-holder h2 {
		margin-left: 125px;
	}
	
	.dr-text-holder > p:first-of-type {
		margin-top: 140px;
	}
}

@media (min-width: 1000px) {
	
	.dr-text-holder h2 {
		margin-left: 145px;
	}
}


.service-image-module .fl-module-content {
	border: 4px solid #dabeb4;
}




/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/*
Business Profile
---------------------------------------------------------------------------------------------------- */

.fl-page  .bp-contact-card > div:before {
	font-family: 'fontawesome';
	font-size: 20px;	
	width: 35px;
	display: inline-block;
    text-align: center;
}

.fl-page .bp-phone:before {
    content: ' \f095';
}

.fl-page .bp-contact:before {
    content: ' \f0e0';
}

.fl-page .bp-address {
	position: relative;
	padding-left: 40px;
}
.fl-page .bp-address:before {
	content: ' \f041';
	position: absolute;
    left: 0;
}

.fl-sidebar .bp-times {
    width: 55%;
}

.fl-sidebar .bp-weekday-name {
    width: 35%;
}

.bp-contact-card .bp-name {
	margin-bottom: 0;
}

.bp-contact-card .bp-address {
	margin-top: 0;
}

.bp-contact-card .bp-opening-hours .bp-weekday-name {
    float: left;
    clear: left;
    width: 35%;
}

.bp-contact-card .bp-opening-hours .bp-times {
    float: right;
    clear: right;
    width: 60%;
    text-align: left;
}

.bp-contact-card .bp-opening-hours {
	margin: 0;
}
@media (min-width:768px) {
	.bp-contact-card .bp-opening-hours {
		margin: 0 auto;
	}

}

.bp-opening-hours .bp-title {
	display: none;
}

.bp-map {
	max-height: 210px;
	max-width: 360px;
}
.fl-page-footer-widgets .bp-map {
    height: 200px;
    max-width: 340px;
    margin: 0 auto;
}

.fl-page-footer-widgets .bp-times {
    width: 58%;
    font-size: 14px;
}

.fl-page-footer-widgets .bp-weekday-name {
    width: 42%;
    font-size: 14px;
}

.fl-page-footer-widgets .bp-opening-hours .bp-title {
	display: none;
}


@media only screen and (min-width: 1024px) {

	.fl-page-footer-widgets .bp-times {
		font-size: 18px;
	}
	.fl-page-footer-widgets .bp-map {
	    margin: 0;
	}

	.fl-page-footer-widgets .bp-weekday-name {
		font-size: 18px;
	}
}

@media only screen and (min-width: 1200px) {

	.fl-page-footer-widgets .bp-times {
		width: 60%;
	}

	.fl-page-footer-widgets .bp-weekday-name {
		width: 35%;
	}

	#bp-map-0 > div {
		width: 90% !important;
	}
}



/* Sticky Footer  - 1st Block commented is BB recommended, 2nd Block, uncommented is Flexbox
---------------------------------------------------------------------------------------------------- */

/* .fl-page {
	position: relative;
	min-height: 100vh;
	padding-bottom: 60px; 
}
.fl-page-footer-wrap {
	width: 100%;
	position: absolute;
	bottom: 0px;
} */

.fl-page {
	display: -ms-flexbox;
	display:-webkit-flex;
	display:-webkit-box;
	display:flex;
	-ms-flex-direction:column;
	-webkit-flex-direction:column;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column;
	min-height:100vh;
} 
   
.fl-page-content  {
	-ms-flex:1;
	-webkit-flex:1;
	-webkit-box-flex:1;
	flex:1;
	width: 100%;
	word-wrap: break-word;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	
	.fl-page { display: block; } /* IE10 & IE11 */
   
}
/* CSS Snippets
 *
 * Lists and Quotes
 *---------------------------------------------------------------------------------------------------- */

/* Split unordered list over 2 columns & 3 columns
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 767px) {
	.three-column-list {
		column-count: 3;
		column-gap: 40px;
	}
	
	.two-column-list {
		column-count: 2;
		column-gap: 40px;
	}
}


@media only screen and (max-width: 767px) {

	.fl-builder .split-list ul {
		margin-bottom: 0;
		margin-top: 0;
	 }
	
	.fl-col-small .split-list .fl-node-content {
	 	margin-bottom: 0;
	 }
	
	.fl-col-small + .fl-col-small .split-list .fl-node-content {
		margin-top: 0;
		margin-bottom: 20px;
	 }
	
}


/* Lists Using a Check as an example
--------------------------------------------- */

.fl-content  .tick-list li {
	list-style-type: none;
	margin-bottom: 10px;
	position: relative;
}

.tick-list li:before{
	content: '\f139';
	font-family: 'dashicons';
	padding-right: 5px;
	color: #555555;
	font-weight: 700;
	font-size: 28px;
	position: absolute;
	left: -35px;
	top: -5px;
}


/* Header Quote
---------------------------------------------------------------------------------------------------- */
.header-quote .fl-heading-text::before {
	content: '\f205';
	font-family: 'dashicons';
	padding-right:10px;
	font-size: 30px;
}

.header-quote .fl-heading-text::after {
	content: '\f205';
	font-family: 'dashicons';
	transform: rotate(180deg); 
	margin-left: 10px;
	display: inline-block;
}


/* Offset Anchor Sticky Header
 * Add HTML --> <a class="anchor" id="top"></a>
---------------------------------------------------------------------------------------------------- */

a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

/* Mind Body
---------------------------------------------------------------------------------------------------- */

* .fl-help-tooltip{
	display: none !important;
}


#appointment_results .appointment {
    margin-top: 10px;
    margin-bottom: 10px;
	padding: 0;
	font-size: 12px !important;
}

#appointment_results .appointment:hover {
 	background: #999 !important;
	border: 1px solid #999;
}


#hc-find-appt {
    padding: 5px;
}

div.healcode .week_links a:hover, 
div.healcode .day_links a:hover, 
#appointment_results div.healcode a.hc-button:hover, 
div.healcode input.hc-button a:hover,
#choose-membership div.healcode a.hc-button:hover {
	background: #999999 !important;
}

#appointment_results div.healcode a.hc-button, 
#appointment_results div.healcode input.hc-button {
    display: inline-block;
    margin: 0 1px 0 0;
    padding: 4px 5px;
    min-width: 53px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background: #8f8f8f;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

/* Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.hidden-print,
	.fl-page-nav-col,
	.post-edit-link,
	.fl-sidebar {
		display: none !important;
	}


	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

.page-id-16281 .wpcf7-form .wpcf7-form-control-wrap{
	padding:0 15px;
}
.news-heading {
	margin-bottom:30px;
}
.news-heading span{
	color:#000000 !important;
	margin-bottom:30px;
}
.page-id-16281 .wpcf7-form .screen-reader-response{
	display:none;
}
.page-id-16281 .wpcf7-form .wpcf7-form-control-wrap input{
	height:40px;
    border-radius: 0;
}
.page-id-16281 .wpcf7-form .ajax-loader{
	display:none !important;
}
.page-id-16281 .wpcf7-form input.wpcf7-submit{
	margin-top: -10px !important;
    margin-left: 20px !important;
	border-radius: 0;
    padding: 9px 50px;
}
.page-id-16281 .wpcf7-form h2 center{
	display:none !important;
}

.information-form  .wpcf7-form .wpcf7-form-control-wrap{
	padding:0 15px;
}
.information-form .wpcf7-form .screen-reader-response{
	display:none;
}
.information-form .wpcf7-form .wpcf7-form-control-wrap input{
	height:40px;
    border-radius: 5px;
	border:0;
}
.information-form .wpcf7-form .ajax-loader{
	display:none !important;
}
.information-form .wpcf7-form input.wpcf7-submit{
	margin-top: -10px !important;
    margin-left: 20px !important;
	border-radius: 0;
    padding: 9px 50px;
}
.information-form .wpcf7-form h2 center{
	display:none !important;
}

@media screen and (max-width: 767px){
	.page-id-16281 .wpcf7-form td {
		width:100%;
		clear:both;
		display:block;
	}
	.page-id-16281 .wpcf7-form input.wpcf7-submit {
		padding: 9px 20px;
		margin: 20px auto 0 !important;
		display: block;
		text-align: center;
		position: relative;
	}
	.page-id-16281 .wpcf7-form form{
		width:100%;
	}
	.page-id-16281 .wpcf7-form .wpcf7-form-control-wrap{
		padding:0;
	}
	.news-heading {
		margin-bottom: 30px;
	}
	.information-form .wpcf7-form td {
		width:100%;
		clear:both;
		display:block;
	}
	.information-form .wpcf7-form input.wpcf7-submit {
		padding: 9px 20px;
		margin: 20px auto 0 !important;
		display: block;
		text-align: center;
		position: relative;
	}
	.information-form .wpcf7-form form{
		width:100%;
	}
	.information-form .wpcf7-form .wpcf7-form-control-wrap{
		padding:0;
	}
}

.parent-pageid-771 .fl-post-title {
    text-align: center;
}
/*********** 09-12-2019 **********/
.custom-data {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 20px 0px !important;
}
.sw-widget-container-site-about {
    padding: 0px !important;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    float: left;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
}
.sw-widget-container-site-about .sw-widget-header {
    padding-bottom: 0px !important;
}
.sw-widget-container-site-about svg.sw-widget-gallery.sw-mls-gallery {
    width: 33% !important;
    margin: 0 !important;
    float: left !important;
}
.sw-widget-opening-hours {
    width: 33% !important;
    float: left !important;
}
.sw-widget-brands {
    width: 33% !important;
    float: left !important;
}
#widgetTarget2 {
    width: 100% !important;
    float: left !important;
}
.sw-widget-opening-hours .sw-widget-industry-categories div {
    height: 2em !important;
}
.sw-widget-opening-hours h3 {
    padding-top: 0px !important;
    width: 80% !important;
    float: left !important;
	font-weight: bold !important;
}
.sw-widget-container-site-about .sw-widget-header {
    border-bottom: 1px solid #e0e0e0 !important;
    margin-bottom: 30px !important;
}
.sw-widget-brands .sw-widget-brands-gallery div {
    display: block !important;
}
.sw-widget-brands h3 {
    padding-top: 0px !important;
	font-weight: bold !important;
	text-align: center !important;
}
.sw-widget-category:nth-child(odd) {
	background-color: #dfdfdf;
}
.sw-widget-category:nth-child(even) {
	background-color: #f2f2f2;
}
.sw-widget-category{
    padding: 4px 10px !important;
}
.sw-widget-category h2 {
    width: 100% !important;
    float: left !important;
	margin-bottom: 0px !important;
	line-height: 2;
}
.sw-widget-category .sw-toggleArrow {
    float: right;
    width: 5%;
    margin-top: 20px;
}
.sw-widget-category .sw-widget-category-name {
    width: 95% !important;
    float: left;
}
.sw-widget-service-book-button.sw-service-bookButton button:hover {
    background-color: #424242 !important;
}
.sw-widget-service-category-expanded {
    padding-bottom: 15px !important;
}
.sw-widget-container-employee-meet-the-team table tr {
    width: 50% !important;
    display: inline-block;
    padding: 10px;
}
.sw-widget-container-employee-meet-the-team table tr td {
    width: 100% !important;
    display: block;
	border: 1px solid #e0e0e0;
	padding-top: 28px !important;
}
.sw-widget-tabs {
    padding: 15px 0px 30px !important;
}
.sw-widget-appointment-details {
    margin: 10px 0px 20px !important;
}
.sw-meetTeam-buttons button:hover {
    background-color: #424242 !important;
}