* {
	box-sizing: border-box !important;
}

a {
	color: orange;
}

p {
	font-size: 18px;
	font-weight: 300;
}

.button {
	padding: 20px 50px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	background: #fbb421;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	display: inline-block;
}
s
.button:hover {
	background: #ffc651;
	text-decoration: none;
}

.color-orange {
	color: #fbb421 !important;
}

.page-sect h3 {
	font-size: 30px;
	text-transform: uppercase;
	color: #1e1e1e;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}

.page-sect h2 {
	font-size: 40px;
	color: #fbb421;
	text-align: center;
	font-weight: bold;
	line-height: 1;
}

.page-sect .w-border-below {
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 40px;
}

.page-sect .w-border-below::after {
	width: 50px;
	height: 6px;
	background: #242424;
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: 0;
}

.page-sect .w-border-below.white-border::after {
	background: #fff;
}

/* SUBHEADER */
.home-page .subheader {
	background-position: center bottom;
}

.home-page .subheader p {
	font-size: 30px;
	color: #d6d6d6;
	line-height: 1.2;
	margin-bottom: 30px;
}

.home-page .subheader strong {
	color: #fbb421;
}

.home-page .subheader .button {
	padding: 13px 113px;
}

/* HOME MASSAGE PRICING WRAPPER */
.massage-pricing-wrapper {
	position: relative;
	padding-top: 100px;
	background:  #fff;
}

.massage-col {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	padding: 15px;
}

.massage-pricing-box {
	background: #e9a71f;
	padding-top: 30px;
	margin-bottom: 30px;
}

.massage-pricing-box .massage-time {
	border: #cb8e0b 5px solid;
	border-radius: 50%;
	font-size: 60px;
	font-weight: bold;
	background: #fff;
	width: 152px;
	height: 152px;
	margin: auto;
	text-align: center;
	color: #1e1e1e;
	line-height: 1;
	padding-top: 30px;
}

.massage-pricing-box .massage-time span {
	font-size: 20px;
	color: #fbb421;
	text-transform: uppercase;
	display: block;
}

.massage-pricing-box .massage-price {
	font-size: 34px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.massage-pricing-box .book-now-wrapper {
	background: #1e1e1e;
	padding: 60px 10px 50px;
	text-align: center;
	position: relative;
}

.massage-pricing-box .book-now-wrapper::before {
	z-index: 99;
	content: "";
	width: 100%;
	height: 30px;
	position: absolute;
	left: 0;
	top: -10px;
	background: no-repeat center  url('/wp-content/themes/tranquilme/images/pricing-box-upper-curve.jpg');
	background-size: 100%;
}

.massage-pricing-wrapper p {
	text-align: center;
	font-size: 30px;
	color: #85878c;
	line-height: 1.1;
}

/* HOME PARTNERS */
.bgr-orange {
	background: #fbb421 !important;
}

.partners {
	position: relative;
	padding-top: 95px;
}

.partners::before {
	z-index: 99;
	content: url('/wp-content/themes/tranquilme/images/partners-upper-curve.jpg');
	width: 100%;
	height: 30px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -179px;
}

/* TRUSTED LIST */
.trusted-list h2 {
	font-size: 60px;
	margin-bottom: 0 !important;
}

.trusted-list h3 {
	font-weight: 300;
	font-size: 44px;
	margin-bottom: 60px !important;
}

.trusted-list li {
	font-size: 25px;
}

/* TRUST */
.trust h3 {
	margin: 0 !important;
	padding: 0 !important;
}

.trust.bgr-gray h2 {
	font-family: inherit;
	font-size: 40px;
	margin-bottom: 50px !important;
}

/* MASSAGE TYPES */
.massage-types {
	width: 32.3%;
	padding: 0 10px;
	display: inline-block;
	text-align: center;
	margin-bottom: 30px;
	vertical-align: top;
}

.massage-info {
	background: #f8f8f8;
	border: 1px solid #e2e2e2;
	padding: 50px 10px;
}

.trust .icon-wrap {
	margin-bottom: 30px;
}

.massage-info h3 {
	font-size: 18px;
	color: #3a3c41;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 30px !important;
}

.trust .button {
	display: block;
	background: #e3e3e3;
	color: #a2a1a1;
}

.trust .button::after {
  content: "";
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #a2a1a1;
  border-width: 10px;
  display: inline-block;
  vertical-align: 1px;
  margin-left: 10px;
}

.trust .button:hover {
	background: #cecece;
}

/* DOWNLOAD APP */
.download-app {
	background: no-repeat center;
	background-size: cover;
}

.download-app .container {
	max-width: 1095px;
}

.download-app hr {
	background: #ededed;
}

.download-app .img,
.download-app .info {
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
}

.download-app .img {
	width: 39%;
}

.download-app .info {
	width: 59%;
}

.download-app .img {
	text-align: right;
}

.download-app .info {
	text-align: left;
}

.download-app h2,
.download-app h3 {
	text-align: left;
}

.download-app h2 {
	margin-bottom: 20px;
}

.download-app p {
	margin-bottom: 25px;
}

/* TESTIMONIALS */
.testimonial__img img {
	width: auto !important;
}

.testimonial-slider .owl-dots .owl-dot.active {
	background-color: #fab028;
	border-color: #fab028;
}

/* BOOK APPOINTMENT */
.book-appointment {
	padding: 75px 0;
}

.book-appointment h2 {
	color: #fff !important;
}

.book-appointment button {
	background: #fff !important;
	font-size: 16px !important;
	color: #fab028 !important;
	text-transform: none !important;
	font-weight: bold;
}

.btn--primary:hover:not(:disabled), .btn--primary:focus:not(:disabled) {
	background: #fff !important;
}

/* FOOTER */
.footer-main__bar {
	padding: 8px 0;
}

.footer-main__bar .btn--transparent {
	font-size: 14px !important;
	border: none !important;
	font-weight: 300 !important;
	text-transform: none !important;
	width: auto !important;
	color: #6b6b73 !important;
	line-height: 1.3 !important;
	height: auto !important;
}

.footer-main__bar .btn--transparent::after {
	content: "|";
	margin-left: 10px;
	display: inline-block;
	color: #6b6b73;
}

.footer-main__bar .bottom-nav-wrapper .btn--transparent:last-of-type::after {
	content: "";
}

.footer-main__bar .btn--transparent:hover:not(:disabled), .footer-main__bar .btn--transparent:focus:not(:disabled) {
	border: none !important;
	color: #fff !important;
}

.footer-main__bar small {
	padding: 0 !important;
}

/* FOOTER WIDGETS */
.footer-widgets {
	width: 16%;
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
	margin-bottom: 30px;
}

.footer-widgets .widget-title {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.footer-widgets ul {
	list-style: none;
	font-size: 16px;
	font-weight: 300;
}

.footer-widgets ul li a {
	font-size: 16px;
}

.footer-widgets ul li a:hover {
	color: #fab028;
}

.footer-widget-5 p {
	color: #898a8c;
	font-size: 16px;
	margin-bottom: 5px !important;
}

.site-social-icons li {
	display: inline-block;
	vertical-align: top;
	padding: 0 3px;
}

.site-social-icons a {
	background: #ffffff;
	font-size: 24px !important;
	border-radius: 50%;
	color: #3a3c41 !important;
	text-align: center;
	padding: 5px;
	transition: all 0.3s ease-in-out;
	display: block;
	width: 44px;
	height: 44px;
}

.site-social-icons a:hover {
	background: #fab028;
	color: #3a3c41;
}

.footer-widget-4 ul li::before {
	content: url('/wp-content/themes/tranquilme/images/marker.png');
	margin-right: 10px;
}

.footer-widgets .phone-icon::before {
	content: url('/wp-content/themes/tranquilme/images/phone-icon.png');
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.footer-widgets .email-icon::before {
	content: url('/wp-content/themes/tranquilme/images/mail-icon.png');
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.footer-widgets .gform_wrapper .gform_heading {
	display: none !important;
}

.footer-widgets .gform_wrapper .gform_footer {
	padding: 0 !important;
	margin: 0 !important;
}

.footer-widgets .gform_wrapper .gform_footer br {
	display: none;
}

.footer-widgets .gform_wrapper,
.footer-widgets .gform_wrapper ul.gform_fields li.gfield,
.footer-widgets .gform_wrapper .top_label div.ginput_container {
	margin: 0 !important;
	padding: 0 !important;
}

.footer-widgets .gform_wrapper .top_label .gfield_label {
	display: none !important;
}

.footer-widgets .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	border: none;
	width: 184px;
	height: 45px;
	padding-left: 15px;
	background: #515359;
	color: #fff;
}

.footer-widgets .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
	width: 70px;
	height: 45px;
	background: #0ca9bb;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	border: none;
	text-align: center;
	padding: 0;
	border-radius: 0;
	margin: 0;
}

.footer-widget-1 img {
	margin-bottom: 15px;
}

.footer-widgets p {
	margin-bottom: 15px;
}

.footer-widget-1 {
	width: 24%;
}

.footer-widget-5 {
	width: 24%;
}

.footer-widgets .gform_wrapper .gform_body, 
.footer-widgets .gform_wrapper .gform_footer {
	display: inline-block;
	vertical-align: top;
	width: auto;
}

.footer-widgets .gform_wrapper div.validation_error {
	border-top: 2px solid orange;
	border-bottom: 2px solid orange;
	color: orange;
}

.footer-widgets .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	background: none;
	border: none;
}

.footer-widgets .gform_wrapper .validation_message {
	color: orange;
	margin-bottom: 15px;
}

.help-content {
	margin-bottom:25px;
}

.help-content p {
	margin-bottom:15px;
}

.faq-content {
	text-align:center;
}

.faq-content h3 {
	text-transform:uppercase;
}

.faq-content a,
.help-content a {
	color:#f3c81a;
  	font-weight:bold;
}

/* SUBPAGE PAGE */
.subpage .banner {
	background: no-repeat center;
	background-size: cover;
}

.subpage .header-main {
	position: absolute;
	width: 100%;
	background: rgba(0,0,0,0.5);
}

.subpage .header-main .justifize {
	position: static;
}

.subpage h2 {
	font-size: 30px;
	text-transform: uppercase;
	color: #1e1e1e;
	font-weight: 600;
	line-height: 1.1;
}

.subpage h3 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 25px;
}

.subpage h4 {
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 25px;
}

.subpage .main-cont .orange-text {
	color: #fbb421;
}

.subpage .main-cont img[width], 
.subpage .main-cont img[height] {
	max-width: 100%;
}

.subpage .main-cont .w-border-bottom {
	position: relative;
	display: block;
	padding-bottom: 15px;
}

.subpage .main-cont .w-border-bottom::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 50px;
	height: 6px;
	background: #242424;
	margin-left: -25px;
}

.subpage .main-cont p {
	margin-bottom: 15px;
}

.subpage .main-cont p strong {
	font-size: 18px;
	color: #2f2f30;
	text-transform: uppercase;
}

.subpage ul {
	list-style: none;
}

.subpage .main-cont ul li {
	position: relative;
	padding-left: 45px;
	line-height: 1.2;
	margin-bottom: 15px;
}

.subpage .main-cont ul li:last-of-type {
	margin-bottom: 0;
}

.subpage .main-cont ul li::before {
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	background: no-repeat center url('/wp-content/uploads/2017/09/orange-check-list-1.png');
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	left: 0;
	top: 0;
}

body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	height: 50px;
	width: 100%;
	border: 1px solid #a8a8a8;
	padding-left: 15px;
	color: #7a7979;
}

body .gform_wrapper .top_label .gfield_label {
	display: none;
}

body .sod_select {
	width: 100%;
}

body .sod_label {
	color: #7a7979;
}

body .gform_wrapper .gform_footer input.button, 
body .gform_wrapper .gform_footer input[type="submit"], 
body .gform_wrapper .gform_page_footer input.button, 
body .gform_wrapper .gform_page_footer input[type="submit"] {
	background: #fbb421;
	width: 100%;
	margin: 0;
	border-radius: 10px;
}

body .gform_wrapper ul.gform_fields li.gfield {
	padding: 0;
}

body .gform_wrapper ul.gform_fields li.gfield.w-label .gfield_label {
	display: block;
	font-weight: normal;
	font-size: 18px;
}

body .gform_wrapper ul.gform_fields li.gfield.col-66 {
	float: left;
	width: 66.6%;
	clear: none;
	margin: 0 0 15px 0;
	padding-right: 5px;
}

body .gform_wrapper ul.gform_fields li.gfield.col-33 {
	float: left;
	width: 33.3%;
	clear: none;
	margin: 0 0 15px 0;
	padding-left: 5px;
}

body .gform_wrapper li.gfield.col-33 input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	height: 45px;
}

body .gform_wrapper div.validation_error {
	font-size: 16px;
	padding: 5px 10px;
	line-height: 1.3;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100%;
	margin: 0 !important;
	border: none;
	padding: 0;
	background: none;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	max-width: 100%;
	padding: 5px 0 0 10px;
}

body .gform_wrapper.gform_validation_error .top_label input.medium, 
body .gform_wrapper.gform_validation_error .top_label select.medium {
	width: 100%;
	height: 45px;
	padding-left: 15px;
}

.a1-left-col {
	border-right: 1px solid #bfbfbf;
}

.a1-right-col p:last-of-type {
	margin: 0;
}

.a-sect-2 h3 {
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
}

.testimonials-sect .fl-slide-photo img {
	border: 8px solid #fbb421;
	border-radius: 50%;
}


.testimonials-sect p {
	color: #3a3a3a !important;
	font-size: 30px;
	font-style: italic;
	line-height: 1.2;
}


.testimonials-sect p em {
	font-size: 18px;
	color: #3a3a3a !important;
}

.testimonials-sect .fl-slide-photo-wrap {
	width: 25% !important;
}

.testimonials-sect .fl-slide-photo {
	margin: 0 !important;
}

.testimonials-sect .fl-slide-content {
	margin: 0 !important;
}

.testimonials-sect .fl-slide-content-wrap {
	width: 75% !important;
}

.testimonials-sect .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	border: 1px solid #9c9c9c;
	width: 14px;
	height: 14px;
	border-radius: 50%;
}

.testimonials-sect .bx-wrapper .bx-pager.bx-default-pager a.active, 
.testimonials-sect .bx-wrapper .bx-pager.bx-default-pager a:focus, 
.testimonials-sect .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #fab028;
	border: 1px solid transparent;
}

.testimonials-sect .fl-slide-text p:first-of-type::before {
	content: "";
	display: inline-block;
	width: 56px;
	height: 43px;
	background: url('/wp-content/uploads/2017/09/orange-quote.png') no-repeat center;
	margin-right: 10px;
}

.breadcrumbs {
	padding: 8px 0;
	background: #f3f3f3;
}

.breadcrumbs span {
	color: #fbb421;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0 5px;
}

.breadcrumbs a span {
	color: #a5a5a5;
}

.subpage .banner {
	min-height: 280px;
	padding: 145px 0 0 0;
}

.subpage .banner h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 600;
	text-transform: uppercase;
}

/* BLOG PAGE */
.blog .main-cont {
	padding-top: 50px;
	padding-bottom: 50px;
}

.blog  .blog-left {
	width: 65.6%;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
}

.blog .blog-cont a:hover {
	text-decoration: none;
	color: orange;
}

.blog .blog-header {
	position: relative;
	padding-left: 85px;
	padding-top: 10px;
	margin-bottom: 35px;
}

.blog  .blog-cont .blog-title {
	font-size: 30px;
	line-height: 1;
	margin: 0;
}

.blog .blog-cont .blog-author {
	font-size: 18px;
	margin: 0;
	line-height: 1;
}

.blog  .blog-cont .blog-author a {
	color: #85878c;
	line-height: 1;
}

.blog  .blog-cont .blog-author a:hover {
	color: orange;
}

.blog  .blog-cont .blog-date {
	width: 69px;
	height: 69px;
	text-align: center;
	border: 2px solid #fbb421;
	border-radius: 50%;
	padding: 12px;
	position: absolute;
	left: 0;
	top: 0;
}

.blog .blog-cont .blog-date span {
	display: block;
	font-size: 22px;
	font-weight: bold;
	line-height: .9;
	text-transform: uppercase;
	color: #1e1e1e;
}

.blog .blog-cont .blog-date span.day {
	font-size: 32px;
	color: #fbb421;
}

.blog .blog-cont .blog-main-cont {
	font-size: 18px;
	color: #85878c;
	position: relative;
}

.blog .blog-cont .blog-img {
	margin-bottom: 25px;
}

.blog .blog-right {
	width: 32.3%;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
}

.blog .blog-read-more {
	margin-top: 20px;
}

.blog .blog-read-more .read-more {
	background: #fbb421;
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	padding: 10px 25px;
	color: #fff;
	font-weight: 600;
}

.blog .blog-read-more .read-more:hover {
	background: #ffac00;
	color: #fff;
}

.blog .blog-cont {
	margin-bottom: 50px;
}

.blog-navigation .prev-post {
	float: left;
}

.blog-navigation .next-post {
	float: right;
}

.blog-navigation .next-post a,
.blog-navigation .prev-post a {
	display: block;
	background: #bfbfbf;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 5px 10px;
	font-size: 16px;
	transition: all 0.3s ease;
}

.blog-navigation .next-post a:hover,
.blog-navigation .prev-post a:hover {
	background: #fbb421;
	text-decoration: none;
}

body .addtoany_list.a2a_kit_size_32 a > span {
	width: 37px;
	height: 37px;
	border-radius: 50%;
	background: #bfbfbf !important;
	transition: all 0.3s ease;
}

body .addtoany_list.a2a_kit_size_32 a > span:hover {
	background: #fab028 !important;
}

body .a2a_svg svg {
	top: 4px;
	width: 28px;
}

body.single .addtoany_share_save_container {
	margin: 0;
	position: static;
	right: 0;
	bottom: 0;
}

body .addtoany_share_save_container {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
}

/* BLOG SIDEBAR */
.blog-right input[type="search"] {
	width: 100%;
	display: block;
	height: 60px;
	border: 1px solid #bfbfbf;
	color: #85878c;
	font-size: 25px;
	font-weight: 300;
	padding-left: 15px;
	background: no-repeat 95% center url('/wp-content/uploads/2017/09/search-icon.png');
}

.blog-right .search-submit {
	display: none;
}

.blog-right .widget {
	margin-bottom: 25px;
}

.subpage .blog-right .widgettitle {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
}

.subpage .blog-right ul li {
	margin: 0;
	padding: 0;
}

.subpage .blog-right ul li::before {
	display: none;
}

.subpage .blog-right ul li a {
	font-size: 20px;
	text-transform: uppercase;
	color: #85878c;
	background: #f3f3f3;
	display: block;
	padding: 15px 15px 15px 25px;
}

.subpage .blog-right ul li a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	background: no-repeat center url('/wp-content/uploads/2017/09/orange-bullet.png');
	margin-right: 10px;
}

.subpage .blog-right ul li a:hover {
	text-decoration: none;
	color: #333;
}

.subpage .blog-right ul li:nth-of-type(even) a {
	background: #ffffff;
}

.blog-right .tagcloud a {
	display: inline-block;
	vertical-align: top;
	color: #85878c;
	font-size: 20px !important;
	border: 1px solid #ececec;
	padding: 10px 20px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.blog-right .tagcloud a:hover {
	color: #333;
	text-decoration: none;
}

.blog-right .rpwwt-widget ul li img {
	width: 80px !important;
	height: 80px !important;
	margin: 0;
	margin-right: 20px;
}

.blog-right .recent-posts-widget-with-thumbnails ul li a::before {
	display: none;
}

.blog-right .recent-posts-widget-with-thumbnails ul li a {
	background: none;
	padding: 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
	color: #1e1e1e;
}

.blog-right .recent-posts-widget-with-thumbnails ul li a .rpwwt-post-title {
	padding-top: 15px;
	display: inline-block;
	width: 70%;
}

.blog-right .recent-posts-widget-with-thumbnails ul li {
	margin-bottom: 15px;
}

.testimonial-text-content {
	background: #f3f3f3;
	padding: 15px 20px;
}

.testimonial-text-content .message {
	color: #606060;
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
	margin-bottom: 10px;
}

.testimonial-text-content .message::before {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 26px;
	height: 21px;
	background: no-repeat center url('/wp-content/uploads/2017/09/small-orange-quote.png');
	margin-right: 10px;
}

.testimonial-text-content .by {
	color: #1e1e1e;
	font-weight: normal;
}

.template-page .blog-main-cont p {
	color: #444444;
	margin-bottom: 30px;
}

.template-page .blog-main-cont p:last-of-type {
	margin-bottom: 0;
}

.template-page .blog-main-cont a {
	color: #fab028;
}

.template-page .blog-main-cont a:hover {
	color: #ffa500;
}

.template-page .blog-main-cont .fl-module-content {
	margin: 0;
}

.template-page .blog-main-cont .fl-row-content-wrap {
	padding: 0;
}

.template-page .blog-main-cont .testimonial-text-content {
	border-left: 10px solid #fab028;
	border-right: 10px solid #fab028;
	padding: 50px 100px 50px 100px;
	margin-bottom: 30px;
}

.template-page .blog-main-cont .testimonial-text-content .message {
	color: #444444;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	position: relative;
	padding-left: 50px;
	padding-right: 50px;
}

.template-page .blog-main-cont .testimonial-text-content .message::before,
.template-page .blog-main-cont .testimonial-text-content .message::after {
	content: "";
	display: block;
	background: no-repeat center;
	width: 28px;
	height: 24px;
	position: absolute;
}

.template-page .blog-main-cont .testimonial-text-content .message::before {
	background-image: url('/wp-content/uploads/2017/09/template-quote-upper.png');
	left: 0;
	top: 0;
}

.template-page .blog-main-cont .testimonial-text-content .message::after {
	background-image: url('/wp-content/uploads/2017/09/template-quote-lower.png');
	right: 0;
	bottom: 0;
}

.template-page .blog-main-cont h1,
.template-page .blog-main-cont h2,
.template-page .blog-main-cont h3,
.template-page .blog-main-cont h4,
.template-page .blog-main-cont h5,
.template-page .blog-main-cont h6 {
	font-size: 25px;
	color: #fab028;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.template-page .blog-main-cont ul {
	margin-bottom: 30px;
}

.template-page .blog-main-cont ul li {
	color: #444444;
	margin-bottom: 10px;
	font-size: 18px;
	padding: 0 0 0 20px;
}

.template-page .blog-main-cont ul li::before {
	background-image: url('/wp-content/uploads/2017/09/orange-bullet-pure.png');
	width: 8px;
	height: 8px;
	margin: 0;
	top: 7px;
}

.subpage .blog-right .simple-social-icons ul li a::before {
	display: none;
}

.subpage .blog-right .simple-social-icons ul li a {
	padding: 0;
	font-size: 20px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	padding: 5px;
	background: #bfbfbf !important;
	transition: all 0.3s ease;
}

.subpage .blog-right .simple-social-icons ul li a:hover {
	background: #fab028 !important;
}

.subpage .blog-right .massage_box_widget .widgettitle {
	display: none;
}

.massage-box-content {
	background: #fab028 url('/wp-content/uploads/2017/09/massage-box-content-bg.jpg') no-repeat center;
	background-size: cover;
	color: #fff;
	padding: 10px 15px;
}

.massage-box-content .heading {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}

.massage-box-content .heading .content {
	font-size: 18px;
	color: #fff;
}

.massage-box-content .cta a {
	font-size: 16px;
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
	background: #fff;
	color: #fab028;
	padding: 10px 20px;
	border-radius: 10px;
}

.massage-box-content .cta a:hover {
	color: #666;
}

.massage-box-content .content {
	margin-bottom: 20px;
	line-height: 1.3;
}

.massage-box-content .cta a:hover {
	text-decoration: none;
}

.featured-post-content {
	color: #fff;
	padding-top: 303px;
	background: no-repeat center;
	background-size: cover;
	margin-bottom: 30px;
}

.featured-post-content .title {
	font-size: 31px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.1;
}

.template-page .featured_post_widget .widgettitle {
	display: none;
}

.featured-post-content .title a {
	color: #fff;
}

.featured-post-content .title a:hover {
	color: #333;
}

.featured-post-content .post-details {
	font-size: 14.30px;
	line-height: 1.1;
}

.featured-post-content .featured-post-info {
	background: rgba(255,180,0,0.5);
	padding: 25px 60px;
}

/* WHITE TEXT */
.subpage .main-cont .white-text p,
.subpage .main-cont .white-text h1,
.subpage .main-cont .white-text h2,
.subpage .main-cont .white-text h3,
.subpage .main-cont .white-text h4,
.subpage .main-cont .white-text h5,
.subpage .main-cont .white-text h6 {
	color: #fff;
}

.subpage .main-cont .white-text .w-border-bottom::after {
	background: #fff;
}

.subpage .main-cont .fl-button {
	font-weight: bold;
	transition: all 0.3s ease;
}

/* MASSAGE TYPE */
.massage-type-col {
	width: 32.3%;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	text-align: center;
}

.massage-type-inner {
	border: 1px solid #e2e2e2;
	background: #f8f8f8 no-repeat center;
	background-size: cover;
	padding: 50px 20px;
	margin-bottom: 30px;
	position: relative;
	transition: all 0.3s ease;
	min-height: 250px;
}

.massage-type-inner .dark-overlay {
	background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('/wp-content/uploads/2017/10/massage-types-bg.jpg');
	background-position: center top;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
}

.massage-type-inner:hover {
	cursor: pointer;
}

.massage-type-inner .massage-main {
	position: relative;
	z-index: 2;
}

.massage-type-inner:hover .dark-overlay {
	opacity: 1;
	visibility: visible;
}

.massage-type-inner:hover .massage-main .massage-title {
	color: #fff;
}

.massage-type-inner:hover .massage-main p {
	color: #fff;
}

.massage-type-inner h3 {
	font-size: 18px;
	text-transform: uppercase;
	color: #3a3c41;
	font-weight: bold;
}

.massage-type-inner p {
	color: #85878c;
	font-weight: 300;
	line-height: 1.3;
}

.massage-type-inner .massage-icon {
	margin-bottom: 20px;
}

.massage-type-inner .massage-title {
	margin-bottom: 15px;
}

.subpage .main-cont .e-sect-1-left ul li {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	font-weight: bold;
	font-size: 18px;
	color: #3a3c41;
	margin-bottom: 30px;
}

.subpage .main-cont .e-sect-1-left .fl-button {
	text-transform: uppercase;
	font-size: 20px;
}

.w-white-bottom-curve .fl-row-content-wrap {
	position: relative;
}

.w-white-bottom-curve .fl-row-content-wrap::before {
	content: "";
	display: block;
	background: no-repeat center url('/wp-content/uploads/2017/09/white-bottom-curve.png');
	width: 352px;
	height: 61px;
	position: absolute;
	left: 50%;
	bottom: -61px;
	z-index: 2;
	margin-left: -176px;
}

.subpage .main-cont .e-sect-4 p {
	font-weight: 400;
	color: #5a5a5a;
	font-size: 18px;
	line-height: 1.2;
}

.subpage .main-cont .e-sect-4 ul li {
	font-size: 25px;
	font-weight: 400;
	color: #3b3a3a;
}

.subpage .main-cont .e-sect-4 ul li::before {
	width: 32px;
	height: 31px;
	background: no-repeat center url('/wp-content/uploads/2017/09/orange-check-list-big.png');
}

.c-sect-2 .fl-col {
	width: 50%;
	padding: 80px 0;
}

.subpage .c-sect-2 h3 {
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 20px;
	margin: 0 0 20px;
}

.c-sect-2 {
	background: no-repeat center url('/wp-content/uploads/2017/09/white-trans-bg.png');
}

.c-sect-3 .fl-heading {
	font-size: 20px;
	font-weight: 400;
	text-align: center !important;
}

.c-sect-4 .fl-col {
	padding-left: 50%;
	padding-top: 80px;
	padding-bottom: 80px;
}

.c-sect-4 h3 {
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
}

/* BOOKING FORM */
#booking-form {
	max-width: 732px;
	margin: auto;
}

#booking-form .gform_body {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}

#booking-form .gform_footer {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	margin: 0 !important;
	padding: 0;
}

#booking-form .gform_wrapper .gform_footer input.button, 
#booking-form .gform_wrapper .gform_footer input[type="submit"], 
#booking-form .gform_wrapper .gform_page_footer input.button, 
#booking-form .gform_wrapper .gform_page_footer input[type="submit"] {
	background: #fff;
	color: #fbb421;
	border-radius: 5px;
	text-transform: none;
	height: 52px;
}

#booking-form .gform_wrapper .gform_footer input.button:hover, 
#booking-form .gform_wrapper .gform_footer input[type="submit"]:hover, 
#booking-form .gform_wrapper .gform_page_footer input.button:hover, 
#booking-form .gform_wrapper .gform_page_footer input[type="submit"]:hover {
	background: #000;
}

#booking-form .gform_wrapper ul.gform_fields li.gfield {
	margin: 0;
}

#booking-form .gform_wrapper .top_label div.ginput_container {
	margin: 0;
}

#booking-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	height: 52px;
	border: 1px solid #fff;
	background: none;
	color: #fff;
}

.subpage .main-cont ul.booking-areas li {
	width: 24%;
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	font-weight: normal;
	padding: 0;
	text-align: center;
}

.subpage .main-cont ul.booking-areas li::before {
	display: none;
}

.h6 {
	font-size:16px !important;
}

.accordion h4 {
	text-align:left !important;
}

@media (max-width: 1366px) {
	.c-sect-2 .fl-row-content-wrap {
		background-size: 50% !important;
		background-position: right center;
	}

	.c-sect-4 .fl-row-content-wrap {
		background-size: 50% !important;
		background-position: left center;
	}
}

@media (max-width: 1024px) {
	.footer-widgets {
		width: 32.3%;
	}

	.subpage .banner {
		min-height: 250px;
	}

	.subpage .banner h2 {
		font-size: 40px;
	}

	.subpage h3 {
		font-size: 30px;
	}

	.a-sect-2 .fl-photo-content img {
		width: 75%;
	}

	.a-sect-2 h3 {
		font-size: 20px;
	}

	.testimonials-sect p {
		font-size: 22px;
	}

	.testimonials-sect .fl-slide-text p:first-of-type::before {
		width: 40px;
		height: 40px;
		background-size: 100%;
	}

	.footer-main__content {
		padding: 35px 0 0 0;
	}

	.blog .blog-cont .blog-title {
		font-size: 24px;
	}

	.blog .blog-read-more .read-more {
		font-size: 16px;
	}

	.subpage .blog-right .widgettitle {
		font-size: 20px;
	}

	.subpage .blog-right ul li a {
		font-size: 16px;
	}

	.blog-right .tagcloud a {
		font-size: 16px !important;
	}

	.blog .main-cont {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.featured-post-content {
		padding-top: 203px;
		margin-bottom: 15px;
	}

	.featured-post-content .featured-post-info {
		padding: 25px 20px;
		font-size: 24px;
	}

	.featured-post-content .title {
		font-size: 24px;
	}

	.template-page .blog-main-cont p {
		margin-bottom: 15px;
		font-size: 16px;
	}

	.template-page .blog-main-cont .testimonial-text-content {
		padding: 25px;
	}

	.template-page .blog-main-cont h1, 
	.template-page .blog-main-cont h2, 
	.template-page .blog-main-cont h3, 
	.template-page .blog-main-cont h4, 
	.template-page .blog-main-cont h5, 
	.template-page .blog-main-cont h6 {
		margin-bottom: 15px;
		font-size: 20px;
	}

	.massage-box-content .heading {
		font-size: 20px;
	}

	.blog-right .recent-posts-widget-with-thumbnails ul li a .rpwwt-post-title {
		display: inline;
		width: auto;
	}

	.template-page .blog-main-cont .testimonial-text-content .message {
		font-size: 16px;
	}

	.template-page .blog-main-cont ul li {
		font-size: 16px;
	}

	.massage-type-inner .massage-title {
		font-size: 18px;
	}

	.subpage .main-cont .e-sect-4 ul li {
		font-size: 18px;
		padding-left: 30px;
	}

	.subpage .main-cont .e-sect-4 ul li::before {
		width: 18px;
		height: 18px;
		background: no-repeat center url('/wp-content/uploads/2017/09/orange-check-list-1.png');
	}

	.c-sect-2 .fl-col {
		padding: 0;
	}

	.c-sect-4 .fl-col {
		padding: 0 0 0 50%;
	}

    .subpage .main-cont .c-sect-3 img[width], 
	.subpage .main-cont .c-sect-3 img[height] {
		max-width: 100px;
	}

	.home-page .subheader h1 {
		max-width: none;
		font-size: 40px;
	}

	.home-page .subheader p {
		font-size: 26px;
	}

	.home-page .subheader .button {
		padding: 10px 40px;
	}

	.home-page .subheader .container {
		padding: 100px 0;
	}

	.massage-pricing-wrapper {
		padding-top: 50px;
	}

	.page-sect h2 {
		font-size: 34px;
	}

	.button {
		padding: 10px 30px;
	}

	.massage-pricing-wrapper p {
		font-size: 24px;
	}

	section {
		padding: 50px 0;
	}

	.trusted-list h3 {
		font-size: 36px;
	}

	.trusted-list h3 {
		margin-bottom: 30px;
	}

	.trusted-list li {
		font-size: 20px;
		display: inline-block;
		width: 49%;
	}

	.trusted-list .inline-block {
		display: block !important;
	}

	.trusted-list .text-center {
		text-align: left !important;
	}

	.trust.bgr-gray h2 {
		font-size: 34px;
	}

	.testimonial p {
		font-size: 24px;
	}

	.testimonial-slider .owl-dots {
		padding-top: 0;
	}
}

@media (max-width: 768px) {

	.c-sect-2 .fl-row-content-wrap,
	.c-sect-4 .fl-row-content-wrap {
		background-size: 0 !important;
	}

	.c-sect-4 .fl-col {
		padding: 0;
	}

	.footer-widgets {
		width: 49%;
	}

	.fl-col-small {
		max-width: 100%;
	}

	.a-sect-2 .fl-photo-content img {
		width: auto;
	}

	.testimonials-sect .fl-slide-mobile-photo-img {
		width: auto;
		margin: auto;
		border: 10px solid #fbb421;
		border-radius: 50%;
	}

	.fl-builder-content .testimonials-sect  .fl-module-content-slider .fl-slide .fl-slide-content {
		background: transparent;
	}

	.fl-builder-content  .testimonials-sect .fl-module-content-slider .fl-slide .fl-slide-text * {
		font-size: 22px !important;
		line-height: 1.3 !important;
	}

	.fl-builder-content .testimonials-sect .fl-module-content-slider .fl-slide .fl-slide-content-wrap, 
	.fl-builder-content .testimonials-sect .fl-module-content-slider .fl-slide .fl-slide-content {
		width: 100% !important;
	}

	.a-sect-2 h3 {
		font-size: 20px !important;
	}

	.blog .blog-left {
		width: 100%;
		display: block;
		margin-bottom: 30px;
	}

	.blog .blog-right {
		width: 100%;
		display: block;
	}

	.blog-right input[type="search"] {
		height: 50px;
		font-size: 20px;
	}

	.template-page .blog-cont {
		margin-bottom: 0;
	}

	.massage-type-col {
		width: 49%;
	}

	.subpage .main-cont .e-sect-1-left ul li {
		margin-bottom: 15px;
	}

	.e-sect-4 .fl-module-content {
		margin-bottom: 0;
	}

	.home-page .subheader .container {
		padding: 50px 15px;
	}

	.home-page .subheader h1 {
		font-size: 30px;
	}

	.home-page .subheader p {
		font-size: 22px;
	}

	.massage-pricing-box .massage-time {
		font-size: 40px;
	}

	.massage-pricing-box .massage-time span {
		font-size: 16px;
	}

	.massage-pricing-box .massage-time {
		width: 125px;
		height: 125px;
	}

	.massage-pricing-box .massage-price {
		font-size: 28px;
	}

	.massage-col {
		width: 49%;
	}

	.massage-pricing-box {
		margin-bottom: 0;
	}

	.button {
		font-size: 14px;
	}

	.massage-pricing-wrapper p {
		font-size: 20px;
	}

	.page-sect h2 {
		font-size: 28px;
	}

	.trusted-list h3 {
		font-size: 30px;
	}

	.trusted-list li {
		font-size: 18px;
	}

	.list-checked li::before {
		width: 25px;
		height: 25px;
		background-size: 100%;
		background-repeat: no-repeat;
	}

	.trust.bgr-gray h2 {
		font-size: 28px;
	}

	.page-sect h3 {
		font-size: 28px;
	}

	.page-sect .w-border-below::after {
		height: 3px;
	}

	.page-sect .w-border-below {
		padding-bottom: 15px;
	}

	.testimonial p {
		font-size: 20px;
	}

	.testimonial-slider__quotes img {
		width: 40px !important;
	}

	.testimonial .flag__body > div {
		padding-left: 50px;
	}

	.testimonial .flag__body {
		padding-top: 0;
	}

	.testimonial-slider__quotes {
		top: 0;
	}
}

@media (max-width: 667px) {
	.subpage h2 {
		font-size: 24px;
	}

	.subpage h3 {
		font-size: 24px;
	}

	.subpage .main-cont .w-border-bottom::after {
		height: 3px;
	}

	.subpage .banner h2 {
		font-size: 30px;
	}

	.subpage .banner {
		min-height: 225px;
	}

	.subpage .banner {
		padding-top: 135px;
	}

	body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
		height: 45px;
	}

	.fl-builder-content .testimonials-sect .fl-module-content-slider .fl-slide .fl-slide-text * {
		font-size: 18px !important;
	}

	body .gform_wrapper .ginput_container span:not(.ginput_price) {
		margin-bottom: 0;
	}

	.footer-widgets .widget-title {
		font-size: 18px;
	}

	.footer-widgets p {
		font-size: 16px;
	}

	.footer-widgets .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
		width: 100% !important;
		display: block !important;
	}

	.footer-widgets .gform_wrapper .gform_body, .footer-widgets .gform_wrapper .gform_footer {
		display: block;
	}

	.footer-widgets .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
		width: 100%;
	}

	.blog .blog-cont .blog-title {
		font-size: 20px;
	}

	.subpage .blog-right .widgettitle {
		font-size: 18px;
	}

	.featured-post-content .featured-post-info {
		padding: 15px;
	}

	.featured-post-content .title {
		font-size: 22px;
	}

	.subpage .main-cont p {
		font-size: 16px;
	}

	.subpage .main-cont .e-sect-4 p {
		font-size: 16px;
		line-height: 1.5;
	}

	.subpage .main-cont .e-sect-4 ul li {
		font-size: 16px;
	}

	.subpage .main-cont .e-sect-1-left ul li {
		font-size: 16px;
	}

	.subpage .main-cont .e-sect-1-left .fl-button {
		font-size: 16px;
		padding: 10px 20px;
	}

	.e-sect-1-right .fl-photo-content img {
		max-width: 300px;
	}

	.subpage h4 {
		font-size: 18px;
	}

	.subpage .main-cont ul.booking-areas li {
		font-size: 18px;
	}

	.info-gmap-right h3 {
		font-size: 18px !important;
	}

	.info-gmap-wrap {
		width: 320px !important;
	}

	.info-gmap-right {
		width: 80% !important;
	}

	.info-gmap-btn a {
		font-size: 14px !important;
	}

	#booking-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
		height: 45px;
	}

	#booking-form .gform_wrapper .gform_footer input.button, #booking-form .gform_wrapper .gform_footer input[type="submit"], #booking-form .gform_wrapper .gform_page_footer input.button, #booking-form .gform_wrapper .gform_page_footer input[type="submit"] {
		height: 45px;
	}

	#booking-form .gform_body {
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}

	#booking-form .gform_footer {
		width: 100%;
		display: block;
	}

	.home-page .subheader h1 {
		font-size: 26px;
	}

	.home-page .subheader p {
		font-size: 20px;
	}

	.download-app .img {
		width: 100%;
		text-align: center !important;
		margin-bottom: 15px;
	}

	.download-app .img img {
		width: 200px;
	}

	.download-app .info {
		width: 100%;
		text-align: center !important;
	}

	.download-app h2, .download-app h3 {
		text-align: center;
	}

	.testimonial-slider__content .flag__img, 
	.testimonial-slider__content .flag__body {
		display: block;
		margin-bottom: 30px;
	}

	.testimonial__img img {
		display: inline !important;
	}

	.testimonial-slider__content {
		padding-bottom: 0;
	}

	.book-appointment {
		padding: 50px 0;
	}

	.page-sect h2 {
		font-size: 24px;
	}

	.page-sect h3 {
		font-size: 24px;
	}

	.trust.bgr-gray h2 {
		font-size: 24px;
	}

	.massage-pricing-box .massage-time {
		width: 100px;
		height: 100px;
		font-size: 30px;
		padding: 20px 0;
	}

	.massage-pricing-box .book-now-wrapper {
		padding: 30px;
	}

	.massage-pricing-box .massage-price {
		font-size: 22px;
	}

	.massage-pricing-wrapper p {
		font-size: 18px;
	}

	.subpage h3 span {
		font-size: 24px !important;
	}
}

@media (max-width: 600px) {
	.massage-type-col {
		width: 100%;
	}

	.blog .blog-cont .blog-main-cont {
		font-size: 16px;
	}

	.blog .blog-cont .blog-date {
		width: 50px;
		height: 50px;
	}

	.blog .blog-cont .blog-date span {
		font-size: 16px;
	}

	.blog .blog-cont .blog-date span.day {
		font-size: 24px;
	}

	.blog .blog-cont .blog-date {
		padding: 9px;
	}

	.blog .blog-header {
		padding-left: 65px;
	}

	.blog .blog-header {
		margin-bottom: 20px;
	}

	.blog .blog-cont .blog-img {
		margin-bottom: 10px;
	}

	.template-page .blog-main-cont .testimonial-text-content {
		margin-bottom: 20px;
	}

	.subpage .main-cont ul.booking-areas li {
		width: 32.3%;
	}
}

@media (max-width: 568px) {
	.footer-widgets {
		width: 100%;
		display: block;
	}
}

@media (max-width: 414px) {
	.blog-main-cont p {
		font-size: 16px;
	}

	.subpage h2 {
		font-size: 20px;
	}

	.subpage h3 {
		font-size: 20px;
	}

	.subpage .main-cont .w-border-bottom {
		padding-bottom: 10px;
	}

	.subpage .main-cont p strong {
		font-size: 16px;
	}

	body .gform_wrapper .ginput_container span:not(.ginput_price) {
		font-size: 16px;
	}

	body .gform_wrapper ul.gform_fields li.gfield.w-label .gfield_label {
		font-size: 16px;
	}

	.fl-builder-content .testimonials-sect .fl-module-content-slider .fl-slide .fl-slide-content-wrap, 
	.fl-builder-content .testimonials-sect .fl-module-content-slider .fl-slide .fl-slide-content {
		padding: 0;
	}

	.blog .blog-header {
		margin-bottom: 20px;
		padding: 5px 0 0 60px;
	}

	.blog .blog-read-more .read-more {
		padding: 5px 15px;
	}

	.blog-right .rpwwt-widget ul li img {
		padding-right: 10px;
		margin: 0;
	}

	.featured-post-content .title {
		font-size: 18px;
	}

	.featured-post-content {
		padding-top: 153px;
	}

	.template-page .blog-main-cont .testimonial-text-content .message {
		padding: 40px 20px;
	}

	.template-page .blog-main-cont .testimonial-text-content {
		padding: 0;
	}

	.template-page .blog-main-cont .testimonial-text-content .message::before {
		left: 15px;
		top: 10px;
	}

	.template-page .blog-main-cont .testimonial-text-content .message::after {
		right: 15px;
		bottom: 10px;
	}

	.e-sect-1-right .fl-photo-content img {
		max-width: 200px;
	}

	.subpage .main-cont .e-sect-1-left ul li {
		width: 100%;
		padding-left: 30px;
	}

	.subpage .main-cont ul.booking-areas li {
		width: 49%;
	}

	.info-gmap-wrap {
		width: 100% !important;
	}

	.info-gmap-left {
		display: block !important;
		text-align: center !important;
	}

	 .info-gmap-right {
	 	text-align: center;
	 	width: 100% !important;
	 }

	 .home-page .subheader p br {
		display: none;
	 }

	 .massage-col {
	 	width: 100%;
	 	display: block;
	 }

	 .massage-pricing-wrapper {
	 	padding-top: 30px;
	 }

	 .page-sect .w-border-below {
	 	margin-bottom: 20px;
	 }

	 .testimonial .flag__body > div {
	 	padding-left: 0;
	 }

	 .testimonial__img img {
	 	width: 150px !important;
	 }

	 .testimonial p {
	 	font-size: 18px;
	 }

	 .trusted-list li {
	 	font-size: 16px;
	 	vertical-align: top;
	 }

	 .a-sect-2 .fl-photo-content img {
	 	width: 100px;
	 }

	 .subpage h3 span {
	 	font-size: 20px !important;
	 }

	 .testimonials-sect .fl-slide-mobile-photo-img {
	 	width: 150px;
	 }
}

@media (max-width: 384px) {
	.featured-post-content .title {
		font-size: 16px;
	}
}