/* 
 Theme Name:   Live Free Bodywork
 Theme URI:    
 Description:  
 Author:       DMM
 Author URI:   
 Template:     blossom-spa-pro
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

.site-branding .site-title a {
    color: #124922;
}

.site-branding .site-title a:hover {
    color: #ffffff;
}

.site-branding .site-description {
    color: #124922;
	  font-size: 1em;
}

.header-two .header-t {
    
    padding: 10px 0;
}

.nav-wrap {
    background:#b5cbc7;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    flex: 1;
    flex-flow: row wrap;
    justify-content: flex-end;
    position: absolute;
    top: calc(100% - 34px);
    left: 0;
    right: 0;
    z-index: 999;
}

.header-contact .contact-block > svg {
	display:none;
}

.header-contact .contact-block .title {
  font-size: 0.6666em;
  font-weight: 600;
  color: #fff;
}

.header-contact .contact-block .content {
  margin: 0;
  font-size: 0.8888em;
  font-weight: 700;
  line-height: 1.3;
}

.header-contact .contact-block a {
  color: #124922;
}

.header-main {
    max-width:1170px;
    margin:0 auto;
}

.site-header {
    border-top:5px solid #772e52;
}

.header-sticky .site-branding .site-title {
    display:none;
}

.header-sticky .site-branding .site-description {
    display:none;
}

.sticky-header {
	border-bottom:2px solid #772e52;
	padding: 10px 15% !important;
}

.header-sticky .sticky-header {
  background-image: url("/wp-content/uploads/2023/04/flag6.png");
  background-repeat: no-repeat, repeat;
}

.nav-wrap {
    max-width:1170px;
    margin:0 auto;
}

.widget-title {
	color: #124922;
}

.site-banner .banner-caption .title {
    font-size: 2em;
    color: #fff;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}

.about-section .widget_blossomtheme_featured_page_widget .widget-featured-holder.right {
    padding-left: 176.5px!important;
}

.featured_page_content p {
    line-height: 1.5em;
	  margin-bottom: 0;
}

.about-section {
	margin: 1em 0;
}

section[class*="-section"] .grid {
    margin-top: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

section[class*="-section"] .grid .widget_text {
    grid-column: 1 / span 4;
    grid-column-start: 1;
    grid-column-end: span 4;
}

section.service-section.style-1 .container {
    max-width:1170px;
}

#popular_product_section .container {
    max-width:1170px;
}

section.service-section.style-1 p {
	font-size:1.2em;
	font-weight:600;
}

:is(.service-section.style-1 .widget_bttk_icon_text_widget .content, .recent-post-section .grid article .content-wrap) {
  padding:0px;
}

.service-section.style-1 .widget_bttk_icon_text_widget .content, .recent-post-section .grid article .content-wrap {
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 0px;
    margin-left: 30px;
}

section.service-section.style-3 {
    text-align: left;
	  padding: 50px 0;
}

section.service-section.style-3 .grid {
    grid-template-columns: repeat(1, 1fr);
	width:702px;
	margin:auto;
	padding:15px 15px;
	background: rgba(255, 255, 255, 1);
	border-radius: 5px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

section.service-section.style-3 .sub-title {
    display: block;
    font-size: 1.25em;
    font-weight: 600;
    color: #772e52;
	  font-family: Gabriela;
}

section.service-section.style-3 .widget-title {
    text-transform: uppercase;
	 font-family: Nunito Sans;
}

.widget ul li::before {
  content: "\2022";
  color: #772e52;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.widget ul li {
    margin-bottom: 10px;
	  margin-left: 40px;
}

section#blog_section.recent-post-section {
	display:none;
}

section.service-section.style-2 .grid {
    grid-template-columns: repeat(1, 1fr);
    padding-right: 44%;
    grid-gap: 0;
    margin-top: 0;
}

section.service-section.style-2 {
    background: rgba(156, 190, 156, 0.1);
    position: relative;
    overflow: visible;
}
section.service-section.style-2 .widget_media_image img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
}
.service-section.style-2 .widget_bttk_icon_text_widget
{
    background: #fff;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	margin:15px!important;
}

.service-section.style-2 p
{
    text-align:justify;
	  margin-bottom: 1rem;
}

.service-section.style-2 .widget_bttk_icon_text_widget .content {
    font-size: 1em;
    line-height: 1.6;
}

#popular_product_section.service-price-section .section-title {
	margin-bottom:40px;
}

.testimonial-section {
    text-align: center;
    margin: 40px 0;
    background: rgba(181, 203, 199, 0.3);
	  padding: 40px 0;
}

section.testimonial-section .grid {
    display: block;
    max-width: 770px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
	  text-align: justify;
}

.testimonial-section .sub-title {
    color: #772e52;
	  font-size:1em;
}

.testimonial-section h2 {
    color: #124922;
}

.widget_bttk_testimonial_widget .bttk-testimonial-inner-holder::before {
    display: none;
}

.widget_bttk_testimonial_widget .bttk-testimonial-inner-holder {
    padding-top: 15px;
    padding-bottom: 0;
}

.widget_bttk_testimonial_widget .testimonial-content {
    color: #262525;
    font-size: 1em;
    line-height: 1.8;
    margin-bottom: 25px;
    width: 100%;
}

section.pricing-tbl-section {
    text-align: center;
    margin: 40px 0;
    background: rgba(181, 203, 199, 0.3);
	  padding: 40px 0;
}

.testimonial-content {
  text-align: justify;
}

#bttk_testimonial_widget-6 {
    margin: 0 0 0px 0;
	  max-width: 770px;
	  margin: 0 auto;
}

#text-8.widget {
    margin: 0 0 15px 0;
}

#text-8 .sub-title {
    color: #772e52;
	  font-size:1em;
}

#text-8 h2 {
    color: #124922;
}

#text-8 .textwidget {
	display:none;
}

.single header.page-header {
  min-height: 100px!important;
}

/*=================================
ABOUT SECTION
=================================*/

.cta-section .widget_blossomtheme_featured_page_widget {
    margin-bottom: 0px;
}

.cta-section .widget_blossomtheme_featured_page_widget .widget-featured-holder {
    position: relative;
    padding-left: calc(50% - 40px);
    z-index: 1;
    min-height: 635px;
    display: flex;
    flex: 1;
    flex-flow: column wrap;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.cta-section .widget_blossomtheme_featured_page_widget .widget-featured-holder.right {
    padding-left: calc(10% - 40px);
    padding-right: calc(50% - 40px);
}

.cta-section .widget_blossomtheme_featured_page_widget .img-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    z-index: -1;
    height: 100%;
}

.cta-section .widget_blossomtheme_featured_page_widget .right .img-holder {
    left: auto;
    right: 0;
}

.cta-section .widget_blossomtheme_featured_page_widget .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-section .widget_blossomtheme_featured_page_widget .featured-holder-wrap {
    background: #fff;
    padding: 50px;
    border-radius: 5px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.cta-section .widget_blossomtheme_featured_page_widget .widget-title {
    margin-top: 5px;
    margin-bottom: 20px;
    padding-bottom: 0;
    font-family: 'Gabriela', sans-serif;
    font-weight: 400;
    font-size: 2em;
}

.cta-section .widget_blossomtheme_featured_page_widget .widget-title:after {
    display: none;
}

.cta-section .widget_blossomtheme_featured_page_widget a.btn-readmore:focus {
    outline-color: #000;
}

.service-price-section .sub-title {
    color: #772e52;
	  font-size:1em;
}

.service-price-section h2 {
    color: #124922;
}

.contact-section .widget_media_image {
    width: 50%;
    margin-bottom: 0;
    display: flex;
    flex: auto;
    flex-direction: column;
    flex-wrap: wrap;
}

.contact-section .widget_media_image img {
    width: 100%;
	  object-fit: cover;
    margin-bottom: 0;
    display: flex;
    flex: auto;
    flex-direction: column;
    flex-wrap: wrap;
	  padding-right: 60px;
}

.contact-section .widget_text {
	  padding: 80px 60px 80px 30px;
}

section.contact-section .contact-details-wrap .widget .widget-title h2 {
	color: #124922;
	font-size: 1.5em;
}

.contact-details-wrap {
    background: rgba(255, 255, 255, 0.9);
}

#text-10 .sub-title {
    color: #772e52;
	  font-size:1em;
}

.contact-section {
	margin-bottom:40px;
}

.site-footer {
    background: #b5cbc7;
}

.footer-b .container {
    max-width:1170px;
}

.site-footer .footer-block-wrap .container {
    background: #772e52;
    display: flex;
    flex: 1;
    flex-flow: row wrap;
    align-items: center;
    padding: 25px 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.site-footer .footer-b {
    background: #772e52;
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.lfbreadcrumbs p {
	color:#772e52;
	font-weight:400;
	font-size:.888em;
}

.lfbreadcrumbs a {
	color:#124922;
	font-weight:400;
}

.lfbreadcrumbs a:hover {
	color:#b5cbc7;
	font-weight:400;
}

.innerpic {
    margin: 0;
}

.blossom-spa-pro-has-blocks .wp-block-image figcaption {
    margin: .8075em 0 0 0;
    font-size: .75em;
    color: rgba(var(--black-color-rgb),.5);
    letter-spacing: .1px;
    line-height: 1.5;
    text-align: center;
}

.wp-block-column:not(:first-child) {
    margin-left: 25px;
}

.innerlist ul {
	margin: 0
}

.innerlist ul li {
	font-size: 1em;
}

.innerlist ul li::marker {
	color: #772e52;
}

#nav_menu-3.widget ul li {
	font-size:1.2em;
	line-height:normal;
}

#nav_menu-3.widget ul li a{
	color: #124922;
}

#nav_menu-3.widget ul li a:hover{
	color: #b5cbc7;
}

#nav_menu-3.widget ul li::before {
	content:"»";
	color: #772e52;
  font-weight: bold;
  display: inline-block;
	font-size:1.2em;
  width: 1em;
  margin-left: -1em;
}

#menu-myofascial-release-resources ul {
	list-style-type: "»";
}

#menu-myofascial-release-resources ul li {
	font-size:1.2em;
	line-height:normal;
}

#menu-myofascial-release-resources ul li a{
	color: #124922;
}

#menu-myofascial-release-resources ul li a:hover{
	color: #b5cbc7;
}

.footer-block-wrap {
	display:none;
}

.footer-t {
	display:none;
}

#responsive-form{
	max-width:700px;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}


.relatable {
	float:left;
	width:45%;
	margin: 5px 10px 5px 0;
}

.stickyanchor {
    padding-top: 175px;
    margin-top: -175px!important;
}

.menu-item-630 a {
	color: #772e52!important;
	font-weight: bold;
}

.menu-item-630 a:hover {
	font-size: 1.2em!important;
}

.main-navigation ul li.menu-item-630 a::after {
	background: #772e52 !important;
}

.main-navigation ul li a::after {
	background: #b5cbc7 !important;
}


.site-header {
    background-image: url("/wp-content/uploads/2023/04/flag6.png");
     background-repeat: no-repeat, repeat;
	background-color: #b5cbc7;
}

.nav-wrap {
	background-color: #ffffff!important;
}

.main-navigation ul li a {
  color: #262525;
}

.main-navigation ul li span {
  position: absolute;
  top: 5px;
  right: 0;
  color: #262525;
  font-size: 0.6666em;
}

.sticky-header .main-navigation ul li a {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
}

.sticky-header .main-navigation ul li span {
  line-height: 5;
  top: 0;
  color: #fff;
}

.sticky-header .main-navigation ul li a::after {
  background: #fff !important;
}



.sticky-header .main-navigation ul ul {
    text-align: left;
    background: #b5cbc7;
}

.sticky-header .main-navigation ul ul li {
    line-height: 1.8;
    color: #b5cbc7;
}

.sticky-header .main-navigation ul ul li:hover > a {
    line-height: 1.8;
    color: #262525;
    background: #fff;
}

.sticky-header .main-navigation ul ul li span {
    line-height: 1.8;
    top: 19px;
}

.nav-wrap .header-social .social-list li a {
  color: #772e52;
	border-left: 1px solid #b5cbc7;
    border-left-color: #b5cbc7;
    border-left-style: solid;
    border-left-width: 1px;
}

.nav-wrap .header-social .social-list li a:hover {
  color: #124922;
	border-left: 1px solid #b5cbc7;
    border-left-color: #b5cbc7;
    border-left-style: solid;
    border-left-width: 1px;
}

.header-search > svg {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 35px;
  border-left: 1px solid #b5cbc7;
    border-left-color: #b5cbc7;
    border-left-style: solid;
    border-left-width: 1px;
  padding: 0px 15px;
  cursor: pointer;
}

.header-search > svg path.sea {
  fill: #772e52;
}

.search-form-wrap {
	background-color: #124922;
}

.search-form-wrap .search-form input[type="search"]::placeholder {
  color: #262525;
}

.search-form-wrap .search-form input[type="search"] {
  background: #fff;
  border-radius: 0;
  border: none;
  color: #262525;
  text-transform: uppercase;
  font-size: 0.778em;
  font-weight: 700;
  letter-spacing: 1px;
}

.header-contact .contact-block .title {
  font-size: 0.6666em;
  font-weight: 600;
  color: #fff;
}

.header-contact .contact-block a {
  color: #124922;
}

.header-contact .contact-block a:hover {
  color: #ffffff;
	text-decoration:none;
}

.sticky-t-bar .close::before, .sticky-t-bar .close::after {
  content: "";
  background: #fff;
}

section.service-section.style-1 p {
  text-align: left;
}

#banner_section {
	display:none!important;
}

div#n2-ss-3 .n-uc-1b33bb20d7718 {
  max-width: 100%!important;
}

div#n2-ss-3 .n-uc-ZtCOHFOmeg5v {
  position: absolute;
  top: 50px;
}

.qci a {
	color:#124922!important;
	text-decoration:underline;
	font-weight:600;
}

.qci a:hover {
	color:#b5cbc7!important;
	text-decoration:underline;
	font-weight:600;
}

.widget_bttk_icon_text_widget .content p {
  margin: 0;
  text-align: left;
}

.widget_bttk_icon_text_widget .content h5 {
  color: #b5cbc7;
}

.contact-info ul.contact-list li {
  position: relative;
  margin-bottom: 15px;
	padding-left: 25px;
  font-size: 0.8888em;
}

.contact-info li:before {
  margin: 0;
  padding: 0;
  list-style: none!important;
	content: ""!important;
}

.grecaptcha-badge { 
    bottom:4px !important;
	  z-index: 998!important;
	  opacity: .5;
}

.back-to-top {
  padding: 0;
  font-size: 1em;
  position: fixed;
  bottom: 75px;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 44px;
  background: #fff;
  text-align: center;
  border-radius: 100%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}

img.wp-image-768 {
  border-radius: 150px!important;
	border: 2px solid #b5cbc7;
	box-shadow: 0px 10px 10px 5px rgba(181, 203, 199, .5);
}
    
#text-14 {
	width: 100%;
	margin: 0;
}

#text-14 h2 {
	font-size: 2em;
}

#text-15 {
	width: 100%;
	margin: 0;
}

#text-15 h2 {
	font-size: 2em;
}

#text-16 {
	width: 100%;
	margin: 0;
}

#text-16 h2 {
	font-size: 2em;
}

#text-18 {
	width: 100%;
	margin: 0;
}

.form-block .wpcf7-form p {
  width: 100%;
  margin: 0 1.5% 20px 1.5%;
}

.nerv_sys img {
    opacity: .75;
}

/*==========================
PAGE TEMPLATE SERVICE
==========================*/

.page-template-service .site-main .widget_bttk_icon_text_widget {
    width: 31.33%;
    margin-right: 2%;
    margin-bottom: 80px;
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.page-template-service .site-main .widget_bttk_icon_text_widget:nth-child(3n) {
    margin-right: 2%;
}

/*=================================
Responsive CSS
=================================*/

@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

@media screen and (max-width: 767px){
  div#n2-ss-3 .n-uc-ZtCOHFOmeg5v {
  position: absolute;
	--ssfont-scale: 0.4;
}
	
.main-navigation button.toggle-btn .toggle-bar {
  background: #b5cbc7!important;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.responsive-nav .main-navigation ul li a {
  color: #fff;
}
	
	header.page-header {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 90px;
  padding-bottom: 60px;
  margin-bottom: 10px;
  z-index: 1;
  text-align: center;
}
	
section[class*="-section"] .grid {
  grid-template-columns: repeat(1, 1fr);
}
	
section[class*="-section"] .grid .widget_text {
    grid-column: 1 / span 1;
    grid-column-start: 1;
    grid-column-end: span 1;
}
	
.about-section .img-holder {
  display: none;
}
	
.about-section .widget-featured-holder {
  position: relative;
  padding-left: calc(50% - 40px);
  z-index: 1;
  min-height: 635px;
  display: flex;
  flex: 1;
  flex-flow: column wrap;
  justify-content: center;
  padding-top: 0px!important;
  padding-bottom: 20px!important;
}

.about-section .widget_blossomtheme_featured_page_widget .featured-holder-wrap {
  max-width: 420px;
	border: 1px solid #b5cbc7;
	box-shadow: 0px 10px 10px 5px rgba(181, 203, 199, .5);
}
	
.about-section .widget_blossomtheme_featured_page_widget .widget-title {
  margin-top: 5px;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: 'Gabriela', sans-serif;
  font-weight: 400;
  font-size: 1.2em;
}
	
	.featured_page_content ul li {
		line-height:normal;
		margin-left: 20px;
	}
	
section.service-section.style-3 .grid {
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  margin: auto;
  padding: 15px 15px;
  background: rgba(255, 255, 255, 1);
  border-radius: 5px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
	
section.service-section.style-1 {
  padding: 20px 0;
  text-align: center;
}
	
.widget_bttk_testimonial_widget .testimonial-content {
  color: #262525;
  font-size: 1em;
  line-height: normal;
  margin-bottom: 25px;
  width: 90%;
}
	
	.testimonial-section {
  text-align: center;
  margin: 10px 0;
  background: rgba(181, 203, 199, 0.3);
  padding: 20px 0;
}

.cta-section .widget_blossomtheme_featured_page_widget .widget-featured-holder.right {
  padding-left: 15px;
  padding-right: 15px;
	border-radius: 5px;
	padding-top: 20px;
padding-bottom: 10px;
}
	
.cta-section .widget_blossomtheme_featured_page_widget .featured-holder-wrap {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #b5cbc7;
	box-shadow: 0px 10px 10px 5px rgba(181, 203, 199, .5);
}
	
.cta-section .widget_blossomtheme_featured_page_widget .img-holder {
  position: static;
  top: 0;
  left: 0;
  width: 90%;
  z-index: -1;
  height: 100%;
	margin: 0 auto;
}
	
.featured_page_content p {
  line-height: normal;
  margin-bottom: 0;
	text-align: left;
}
	
section.pricing-tbl-section {
  text-align: center;
  margin: 10px 0;
  background: rgba(181, 203, 199, 0.3);
  padding: 20px 0;
}
	
.service-price-section {
  text-align: center;
  padding: 20px 0;
}
	
	.contact-section .widget_media_image {
  display: none;
}
	
.contact-section .widget_text {
  padding: 20px;
}
	
.contact-section .widget + .contact-details-wrap {
  max-width: 420px;
  margin: 0px auto;
}

.contact-details-wrap .widget .widget-title, section.contact-section .contact-details-wrap .widget .widget-title {
  color: #124922;
}
	
.contact-section {
  margin-bottom: 10px;
}
	
.entry-content p {
  line-height:normal;
}
	
#primary .page .entry-content h2 {
  font-family: Gabriela;
  font-size: 1.6em;
}

.relatable {
  float: none;
  width: 100%;
  margin: 5px auto 10px;
}
	
.wp-block-image .alignleft {
  float: none;
  margin: 5px auto 10px;
}
	
.wp-block-image .alignright {
  float: none;
  margin: 5px auto 10px;
}
	
#bttk_testimonial_widget-6 {
  margin: 0 0 0px 0;
  max-width: 100%;
  margin: 0 auto;
}

.page-template-service .site-main .widget_bttk_icon_text_widget {
  width: 90%!important;
  margin: 25px auto!important;
}
	
}

@media screen and (max-width: 1199px) {
.container, .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container {
  max-width: 768px;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-wrap {
    font-size:16px;
}

.nav-right { display:none!important;}
}

@media screen and (max-width: 1475px) {
.header-main {
  max-width: 768px;
  margin: 0 auto;
}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
.main-navigation button.toggle-btn .toggle-bar {
  background: #b5cbc7;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}
	
.responsive-nav .main-navigation ul li a {
  color: #fff;
}

.about-section .widget_blossomtheme_featured_page_widget .widget-featured-holder {
  padding: 20px 15px;
}	

.about-section .widget_blossomtheme_featured_page_widget .img-holder {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
	margin-bottom: 10px;
}
	
section.service-section.style-3 .grid {
  grid-template-columns: repeat(1, 1fr);
  width: 90%;
  margin: auto;
  padding: 15px 15px;
  background: rgba(255, 255, 255, 1);
  border-radius: 5px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

section.service-section.style-3 .grid {
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  margin: auto;
  padding: 15px 15px;
  background: rgba(255, 255, 255, 1);
  border-radius: 5px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
	
section.service-section.style-1 {
  padding: 20px 0;
  text-align: center;
}
	
section[class*="-section"] .grid {
  grid-template-columns: repeat(2, 1fr);
}
	
section[class*="-section"] .grid .widget_text {
    grid-column: 1 / span 2;
    grid-column-start: 1;
    grid-column-end: span 2;
}
	
.testimonial-section {
  text-align: center;
  margin: 10px 0;
  background: rgba(181, 203, 199, 0.3);
  padding: 20px 0;
}
	
.cta-section .widget_blossomtheme_featured_page_widget .widget-featured-holder.right {
  padding-left: 15px;
  padding-right: 15px;
	border-radius: 5px;
	padding-top: 20px;
padding-bottom: 10px;
}
	
.cta-section .widget_blossomtheme_featured_page_widget .featured-holder-wrap {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #b5cbc7;
	box-shadow: 0px 10px 10px 5px rgba(181, 203, 199, .5);
}
	
.cta-section .widget_blossomtheme_featured_page_widget .img-holder {
  position: static;
  top: 0;
  left: 0;
  width: 90%;
  z-index: -1;
  height: 100%;
	margin: 0 auto;
}
	
.featured_page_content p {
  line-height: normal;
  margin-bottom: 0;
	text-align: left;
}
	
section.pricing-tbl-section {
  text-align: center;
  margin: 10px 0;
  background: rgba(181, 203, 199, 0.3);
  padding: 20px 0;
}
	
.service-price-section {
  text-align: center;
  padding: 20px 0;
}
	
#bttk_testimonial_widget-6 {
  margin: 0 0 0px 0;
  max-width: 80%;
  margin: 0 auto;
}
	
	.contact-section .widget_media_image {
  display: none;
}
	
.contact-section .widget_text {
  padding: 20px;
}
	
.contact-section .widget + .contact-details-wrap {
  max-width: 420px;
  margin: 0px auto;
}
	
.contact-section {
  margin-bottom: 10px;
}
	
section.contact-section .widget_text .textwidget {
  max-width: 80%;
  margin-top: 0;
}
	
.textwidget {
  max-width: 90%;
  margin: 0 auto;
}
	
.form-block .wpcf7-form p {
  width: 100%;
  margin: 0 1.5% 20px 1.5%;
}
	
.blossom-spa-pro-has-blocks .entry-content .alignfull {
  height: auto;
  width: 80%;
	margin: 0 auto;
}
	
	header.page-header {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 90px;
  padding-bottom: 60px;
  margin-bottom: 20px;
  z-index: 1;
  text-align: center;
}

.page-template-service .site-main .widget_bttk_icon_text_widget {
  width: 90%!important;
  margin: 25px auto!important;
}
	}

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

/*========================
	STICKY HEADER
	========================*/
    .sticky-header {
        padding-left: 3%;
        padding-right: 3%;
    }
    .sticky-header .site-branding {
        width: auto;
        display: flex;
        flex: auto;
    }
    .sticky-header .main-navigation {
        width: auto;
        text-align: center;
        flex: auto;
        display: flex;
    }
    .sticky-header .nav-right {
        width: auto;
        text-align: right;
        display: flex;
        flex: auto;
        justify-content: flex-end;
    }
}