/*
Theme Name: Esoemassage
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Dont delete this */ 
/** Custom Paddings **/
.pad-xl .fl-row-content-wrap{
  padding-top: 12%;
  padding-bottom: 12%;
}
.pad-lg .fl-row-content-wrap{
  padding-top: 10%;
  padding-bottom: 10%;
}
.pad-md .fl-row-content-wrap{
  padding-top: 8%;
  padding-bottom: 8%;
}
.pad-sm .fl-row-content-wrap{
  padding-top: 6%;
  padding-bottom: 6%;
}
.pad-xs .fl-row-content-wrap{
  padding-top: 4%;
  padding-bottom: 4%;
}
.pad-smt > .fl-row-content-wrap {
  padding-top: 5%;
  padding-bottom: 6%;
}
.pad-xss > .fl-col-content {
  padding-top: 2%;
  padding-bottom: 2%;
}

/** REMOVE PADDING **/
/* Remove padding top or bottom */
body .remove-pad-top .fl-row-content-wrap, body .remove-col-pad-top > .fl-col-content {
  padding-top: 0 !important;
}
body .remove-pad-bottom  .fl-row-content-wrap, body .remove-col-pad-bottom > .fl-col-content{
  padding-bottom: 0 !important;
}
.fl-module-uabb-heading .fl-module-content{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/** Column Padding **/
.pad-xl-col > .fl-col-content {
  padding: 12% 12% !important;
}
.pad-lg-col > .fl-col-content {
  padding: 10% 10% !important;
}
.pad-md-col > .fl-col-content {
  padding: 8% 8% !important;
}
.pad-sm-col > .fl-col-content {
  padding: 6% 6% !important;
}
.pad-xs-col > .fl-col-content {
  padding: 4% 4% !important;
}
.pad-xss-col > .fl-col-content {
  padding: 2% 2% !important;
}

/** Mobile Paddings **/
@media only screen and (max-width: 670px) {
.pad-xl .fl-row-content-wrap, .pad-lg .fl-row-content-wrap, .pad-md .fl-row-content-wrap, .pad-sm .fl-row-content-wrap, .pad-xs .fl-row-content-wrap, .pad-xss > .fl-col-content, .pad-smt > .fl-row-content-wrap{
    padding-top: 30px !important;
    padding-bottom: 35px !important;
  }
  .pad-xs-col  .fl-col-content.fl-node-content{ padding-top: 20px !important;
    padding-bottom: 35px !important; }
}
/** Nagative Margins **/
@media only screen and (min-width: 1024px) {
.fl-col.fl-node-5f071673cdbde.fl-col-small.cinfosect h2 {
    margin-top: -3px !important;
    margin-bottom: 30px !important;
}
  .neg-top {
    margin-top: -90px;
  }
  .neg-bottom {
    margin-bottom: -120px;
  }
  .neg-left {
    margin-left: -90px;
  }
  .neg-right {
    margin-right: -120px;
  }
  .uabb-new-ib-content {
      display: none;
  }
}

/* Remove element margin */
.remove-margin-top .fl-module-content{
  margin-top: 0 !important;
}
.remove-margin-bottom .fl-module-content{
  margin-bottom: 0 !important;
}
.hide-xs, .show-small-device {
    display: none !important; 
}

p {
    margin-bottom: 20px !important;
}
p:last-child {
    margin-bottom: 0px !important;
}

/**------------------------------ 
 * Buttons
 ----------------------------**/
.uabb-btn.uabb-btn-one.uabb-gradient, .uabb-btn.uabb-btn-two.uabb-gradient, .btn > .fl-button-wrap, .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], .rev-btn, .btn.btn-one>.fl-button-wrap, .btn.btn-one a, .btn.btn-one  .uabb-creative-button-wrap a, .btn.btn-two a, .btn.btn-two  .uabb-creative-button-wrap a, body .uabb-gf-style .gform_button.button, .btn.btn-primary, .btn.btn-two>.fl-button-wrap, .btn.btn-primary  {
     padding: 15px 30px !important;
    color: #fff !important;
    font-size: 16px;
    border-radius: 0px !important;
    letter-spacing: 0;
    text-transform: initial;
    border: 0px !important;
    background: #b7bf83!important;
    font-weight: 400 !important;
}

.uabb-btn.uabb-btn-one.uabb-gradient:hover, .fl-builder-content .btn.btn-one .uabb-creative-button-wrap a.uabb-button:hover, .btn.btn-one:hover .fl-button-wrap, .slide-buttons .uabb-btn.uabb-btn-two.uabb-gradient:hover, .btn.btn-two .uabb-creative-button-wrap a:hover, .btn.btn-two a:hover, body .uabb-gf-style .gform_button.button:hover, .btn.btn-primary:hover {
    color: #fff !important;
    background: #919d6c!important;
}
.fl-builder-content .btn.btn-one .uabb-creative-button-wrap a.uabb-button:hover span{ color: #fff !important; }
body .uabb-gf-style .gform_button.button{   padding: 15px 40px !important; }
.uabb-btn.uabb-btn-two.uabb-gradient:hover span, .uabb-btn.uabb-btn-one.uabb-gradient:hover span, .btn.btn-two  .uabb-creative-button-wrap a:hover, .btn.btn-two  .uabb-creative-button-wrap a:hover span, .btn.btn-two a:hover{  color: #fff !important; }

.btn.btn-two .uabb-creative-button-wrap a, .btn.btn-two a {
    color:#703751 !important;
    background:#ffffff !important;
    border:1px solid #ffffff !important;
}
.btn.btn-two .uabb-creative-button-wrap a span, .btn.btn-two a span{  color:#703751 !important; }
.uabb-creative-button-wrap a, .uabb-creative-button-wrap a:visited {
    overflow: inherit !important;
}

/* Button two */
.btn.btn-two>.fl-button-wrap {
    border: 1px solid #703751 !important;
    background: #703751 !important;
    padding: 15px 40px !important;
}
/* Button two > hover */
.btn.btn-two:hover>.fl-button-wrap, .btn.btn-two .uabb-creative-button-wrap a:hover{
  background:transparent !important;
  color:#ffffff !important;

}

/* Button three */
.btn.btn-three>.fl-button-wrap {
  background-color: #101010 !important;
  color: #F8F8F8 !important;
  border: 0px solid transparent !important;
}
/* Button three > hover */
.btn.btn-three:hover>.fl-button-wrap {
  background-color: #282828 !important;
}

/**------------------------------ 
 * Gravity Form Buttton
 ----------------------------**/
.gform_wrapper .gform_footer {
    padding-bottom: 0;
}

.fl-page {
    overflow-x: hidden;
}
body, p, a {
    line-height: 30px;
}
 p:last-child {
    margin-bottom: 0 !important;
}
a, a:hover, .pod .uabb-infobox {  
    text-decoration: none !important; 
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.right-content .fl-col-content {
    padding-left: 30px;
}
.left-content .fl-col-content {
    padding-right: 30px;
}
/** Titles Left Border  **/
.left-border h2.uabb-heading {
    position: relative;
}
.left-border h2.uabb-heading::before {
   content: "";
    position: absolute;
    top: 8px;
    left: 0;
    background: url(/template19/wp-content/uploads/sites/20/2019/08/dark-border.png);
    width: 9px;
    height: 22px;

}
.left-border.dark .uabb-heading::before {
     background: url(/template19/wp-content/uploads/sites/20/2019/08/light-border.png);
}
.uabb-module-content.uabb-heading-wrapper.uabb-heading-align-center {
    display: table;
    margin: 0px auto;
}
/**------------------------------ 
 * Mobile CTA
 ----------------------------**/
#mobile-phone-cta {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 44px;
    z-index: 9;
    background-color: #000000;
    padding: 0!important;
    -webkit-box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(204,204,204,.3);
}
#mobile-phone-cta a {
  display: block;
  height: 44px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding-top: 6px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-weight: bold;
}
#mobile-phone-cta a:hover {
  background-color: #000000;
  color: #fff;
}
.mobile-phone-cta img {
  margin: 0px 0 0 0;
  padding-right: 10px !important;
  position: relative;
  top: 3px;
}
/** Scroll To Top **/
#fl-to-top {   background-color: #5cae00; }
/** Beaver Builder Remove Module Margins **/
.fl-module-content {
    margin-top: 0;
    margin-bottom: 0;
}
/** 
 * Default header for blog single, search, error...
 **/
.default-header-bg {
  position: relative;
  z-index: 1;
}
.default-header-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgba(236,85,152,0.41); /* FF3.6-15 */
}
h1.container.default-header-title {
    position: absolute;
    bottom: 0;
    background: rgba(112,55,81,0.56);
    left: 0;
    right: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0px auto;
    max-width: 100%;
}

/** Single Page **/
.fl-sidebar aside ul li a:hover {   margin-left: 10px; }

/** Search **/
#bb-custom-search-result article.fl-post {
    width: 70%;
    margin: 0px auto;
}
.search-article {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.search-article:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
h3.search-query {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
/** 404 Error page **/
.fl-404 {  padding: 0; }
.error404 .fl-post-content.clearfix, .error404  .fl-post-header {   display: none; }

/** Icons Animation **/
.footer-social-icon a:hover{
    opacity: .8;
    -webkit-transform: translate(0, -4px);
    -moz-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    transform: translate(0, -4px);
}
.footer-social-icon a{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.footer-social-icon a::after{

}
.footer-social-icon a::before{

}

span.uabb-heading-text, .uabb-post-heading {   text-transform: capitalize; }
/** Custom CSS 
 * ---------------------**/
/** Image Scale **/
.uabb-post-wrapper:hover .uabb-post-thumbnail  img {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
    opacity: .8;
}
.uabb-post-wrapper .uabb-post-thumbnail img{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.uabb-post-wrapper:hover::after {
    width: 98%;
}
.uabb-post-wrapper::after {
    content: '';
    width: 0%;
    height: 3px;
    background-color: #b64f7d;
    position: absolute;
    left: 5px;
    bottom: 0px;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

/** Pods **/
.pod .uabb-infobox:hover .uabb-image-content img {
    opacity: .8;
    -webkit-transform: translate(0, -4px);
    -moz-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    transform: translate(0, -4px);
}
.pod .uabb-infobox .uabb-image-content img{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

/** Top Header **/
img.uabb-photo-img.wp-image-664.size-full {
    width: 75%;
}
.bhf-shrink-header .bhf-fixed .fl-module-content.fl-node-content img {
    max-height: 110px;
    width: auto;
}

.bhf-sticky-header .bhf-fixed-header {
    box-shadow: 0 0 15px rgba(0,0,0,.5);
}
.top-icons .fl-icon-group .fl-icon i {
    border-radius: 0 !important;
}
.top-icons .fl-icon-group .fl-icon {
    margin: 0;
    display: table-cell;
}
.top-icons .fl-icon-group .fl-icon i {
  height: 131px !important;
line-height: 131px !important;
    width: 100px !important;
    margin-top: -10px;
    margin-bottom: -10px;
}
.fl-icon-group .fl-icon { display: inherit; }
.top-icons { margin-left: 16px; }
.fl-icon-group-right{ float:right; }  

/** Slider **/
.slide-description {
    z-index: 0;
    position: relative;
    background: rgba(255,255,255,.6);
    padding: 20px 0px 20px 20px;
    box-shadow: 6px -11px 10px rgba(0,0,0,0.1);
}
/** Image border **/
.image-border-left .uabb-photo-content::before, .image-border-right .uabb-photo-content::after  {
    border: 1px solid #b1c0c9;
    content: "";
    position: absolute;
    width: 60%;
    height: 100%;
    z-index: -1;
    top: 0;
}
.image-border-right .uabb-photo-content::after {
    right: 0;
}
.image-border-left .uabb-photo-content::before {
    left: 0;
}
.image-border-right .uabb-photo-content {
    position: relative;
    padding: 30px 30px 30px 30px;
}
.image-border-left .uabb-photo-content {
     padding: 30px 0px 30px 30px;
}
/** Pods **/
.pod .uabb-infobox {
    border-radius: 10px;
}
.pod .uabb-infobox:hover {
    box-shadow:0 9px 6px rgb(0, 0, 0,0.2);
}

.uabb-blog-posts-description {  padding-top: 0; }
/** CTA **/
.cta-info h2.uabb-heading {
    font-size: 48px;
    lighting-color: 55px;
}
.cta-info h3 {
    font-size: 40px;
    font-family: Roboto Condensed !important;
    color: #703751 !important;
}
.cta-info h3 a {
    color: #ec5598;
}
/** Testimonial **/
ul.testimonial-content, ul.testimonial-content h6 {
    color: #fff;
    list-style:none;
}
.testimonial-wrapper .owl-item {
    background: rgba(244,244,244,0.2);
    padding: 15px;
    color: #fff;
    border: 1px solid #b4b0a0;
}
.testimonial-wrapper h6 {
    font-size: 17px;
    font-family: "Muli" !important;
    color: #fff;
    font-style: italic;
    text-align: right;
}
.testimonial-wrapper button.owl-prev {
    position: absolute;
    left: -40px;
    top: 40%;
}
.testimonial-wrapper button.owl-next {
    position: absolute;
    right: -55px;
    top: 40%;
}
button.owl-prev span {
    background: url(images/left-arrow.png);
    height: 50px;
    width: 50px;
    display: block;
    background-repeat: no-repeat;
}
button.owl-next span {
    background: url(images/right-arrow.png);
    height: 50px;
    width: 50px;
    display: block;
    background-repeat: no-repeat;
}
button.owl-next span, button.owl-prev span{
  text-indent: -999px;
}
/** Page Testimonial **/
.testimonial-content {
    background: #ffffff;
    padding: 30px;
    margin-bottom: 52px;
    position: relative;
    border-radius: 5px;
    box-shadow: 1px 10px 11px rgba(0,0,0,.05);
    border: 1px solid #fff;
}
.testimonial-wrapper .testimonial-content h6 {
    color: #000;
    font-weight: bold;
}
.testimonial-content::after {
    position: absolute;
    content: "";
    border-bottom: 20px solid  transparent;
    bottom: -19px;
    left: 30px;
    height: 0;
    width: 0;
    border-top: 20px solid transparent;
    border-left: 20px solid transparent;
    border-right: 20px solid #ffffff;
}
.testimonial-content:last-child {
    margin-bottom: 10px;
}
.blog-page h5.uabb-post-meta.uabb-blog-post-section {
    margin-bottom: 0;
}
.blog-page .uabb-blog-posts .uabb-post-wrapper {  margin-bottom: 30px; }
.blog .fl-row-content-wrap {  padding-bottom: 0 !important; }

/** Graviry Form Styles **/
.gform_wrapper textarea.large{  height: 100px !important; }
label.gfield_label {  display: none !important; }
.gform_wrapper {  margin-bottom: 0px !important; margin-top: 0; }
.gform_wrapper .gform_footer {  padding-bottom: 0 !important; }
.uabb-gf-style {  padding: 0 !important;}
#gform_fields_1 input, #gform_fields_1 textarea {background: transparent !important;margin-bottom: 0 !important;margin-top: 0 !important;}
body .uabb-gf-style input, body .uabb-gf-style textarea {
    border-radius: 0 !important;
    border-color: #e5e5e5 !important;
}
.gform_wrapper .top_label li {  margin-top: 0 !important; }
.fl-accordion-button-label { outline: none !important;}

/** Footer **/
.fl-sidebar .fl-widget .fl-widget-title{ font-weight: bold !important; }
footer .widget_nav_menu ul li {
    display: inline-block;
    width: 47%;
    margin-right: 2%;
}
footer .fl-widget .fl-widget-title {
    border-bottom: 1px solid #f8cde0;
    padding-bottom: 15px;
    margin-bottom: 28px;
    color: #703751 !important;
    font-weight: bold;
}
.fl-page-footer-widgets-container {
    padding-top: 70px;
    padding-bottom: 35px;
}
.fl-page-footer-widgets { border: 0 !important; }
.footer-social-icon a {
    /* background: #fff !important; */
    height: 35px;
    width: 35px;
    display: inline-block;
    text-align: center;
    line-height:35px;
    border-radius: 30px;
}
.footer-social-icon a.ffacebook {
    background: #3b5999;
}
.footer-social-icon a.ftwitter {
    background: #55acee;
}
.footer-social-icon a.finstagram {
    background: #e4405f;
}
.footer-social-icon a.flinkedin {
    background: #0077B5;
}
.footer-social-icon a i {
    color: #fff !important;
    padding:0px;
    position: inherit;
    font-size: 16px;
}
.fl-page-footer-widgets i {
    color: #ec5598;
    font-size: 20px;
    padding-right: 5px;
}
.fl-page-footer-text {
    font-size: 15px;
}

@media screen and (max-width: 768px) {
	.fl-col.fl-node-5f071673cdbde.fl-col-small.cinfosect {
    text-align: center;
}
	.fl-col-group.fl-node-5f0729433ddc0.fl-col-group-nested.fl-col-group-equal-height.fl-col-group-align-center .fl-col {
    width: 100%;
    margin-bottom: 30px;
	text-align:center;
}
	.pods .pod{    float: none !important;
    margin: 0 auto;}
	.ctatext p{font-size: 20px !important;
    line-height: 28px !important;}
	.fl-node-5d56855a92234 .uabb-subheading{margin-top: 20px !important;}
	.fl-node-5d56855a92234 .uabb-heading {
    margin-bottom: 12px !important;
}
.fl-node-5d5676d7b7622 .uabb-heading{margin-bottom: 16px !important;}
.leftbg .uabb-separator {
    margin-bottom: 10px !important;
}
.welcome-section h1.uabb-heading {
    margin-bottom: 12px !important;
}
.welcome-section .fl-module.fl-module-uabb-heading {
    margin-bottom: 16px !important;
}
	.footerform h3 {
    text-align: center !important;
    font-weight: 600;
}
	.fl-module.fl-module-rich-text.fl-node-5f057db616277.footer.address {
    text-align: center;
}
	ul#menu-quick-links li {
    display: inline-block;
}
	.fl-node-5f05ab11babfa .fl-menu .menu{text-align:center;}
  .bhf-fixed-header.bhf-fixed {
      top: 0;
      padding: 0;
  }
  button.fl-menu-mobile-toggle.hamburger {
      position: absolute;
      top: 50%;
      right: 12px;
      z-index: 9;
      margin-top: -23px;
  }
  .bhf-fixed-header .fl-col-group {
      padding: 0 15px;
  }
  .fl-col-small {
      max-width: 100% !important;
  }
  .hide-bg .fl-row-content-wrap{ background-image : none !important }
  .uabb-blog-posts .uabb-post-wrapper {   margin-bottom: 20px !important;  }
  .pods .fl-col-group > .fl-col:last-child .fl-col  .fl-module {
      width: 50% !important;
      float: none !important;
   }
    .pods .fl-col-group-equal-height, .pods .fl-col-group-equal-height .fl-col, .pods .fl-col-group-equal-height .fl-col-content {
      display: block !important;
  }
    .services .fl-module, .team .fl-col-group:last-child .fl-col  {
      width: 50% !important;
      float: left !important;
       clear: inherit;
  }
  .services .fl-col:last-child .fl-module-content.fl-node-content1 {  margin-bottom: 0; }
  .blog-page .fl-row-content-wrap { padding-bottom: 10px !important; }
  	/** Sidebar **/
	.single .fl-content, .single .fl-sidebar, .archive .fl-content, .archive .fl-sidebar {
	    margin: 40px 0 !important;
	    display: block;
	}
}
@media screen and (max-width: 480px) {
	.footerform ul#gform_fields_2 li input {
    padding-top: 7px;
    padding-bottom: 7px;
}
body .uabb-gf-style .gform_button.button {
    padding: 4px 0px !important;
}
.footerform ul#gform_fields_2 li{
	width:100% !important;
}
}
@media screen and (max-width: 768px) {
.wicon {
    text-align: center;
    margin: 20px auto 5px;
}
.wicon {
    margin-top: 22px !important;
}
}
@media screen and (max-width: 767px) {
	.footerform ul#gform_fields_2 li {
    width: 100% !important;}
	.slide-description {
    width: 100% !important;}
	ul#menu-main-menu-1 li {
    display: inline-block;
}
ul#menu-quick-links li {
    display: inline-block;
}
  /** font size for smaller devices */
  h1 {  font-size: 32px !important; line-height: 36px !important; }
  h2 {  font-size: 30px !important; line-height: 34px !important; }
  h3 { font-size: 24px !important; line-height: 30px !important  }
  .slide-description {  margin-top: 0 !important; }
  .fl-page-footer-widgets-container {
      padding-top: 30px;
      padding-bottom: 0px;
  }
  .inner-page-banner .uabb-spacer-gap {
      height: 150px !important;
  }
}

@media screen and (max-width: 992px) {
	.fl-menu-mobile-close {
    display: block !important;
}
  .uabb-blog-posts .uabb-post-wrapper { margin-bottom: 0px !important; margin-top: 20px !important; }
  .uabb-creative-menu-mobile-toggle {  float: right; }
}

@media screen and (max-width: 1023px) {
  .hide-table{  display: none !important;  }
  .slide-description {
      width: 80%;
      float: right;
      margin-top: -66px;
  }
  .pods .fl-col-content.fl-node-content {
      padding: 0 !important;
  }
  .pods .fl-row-content > .fl-col-group > .fl-col {
      width: 100%;
      margin-top: 10px;
  }
  .pods .fl-row-content > .fl-col-group > .fl-col:first-child {
      margin-bottom: 25px;
  }
  .cta-info h2.uabb-heading{ font-size: 35px; line-height: 40px; }
  .cta .fl-col-group > .fl-col:first-child, .uabb-new-ib-content.uabb-text-editor.uabb-simplify {
      display: none;
  }
 .cta .fl-col-group > .fl-col:last-child {
      margin: 0;
      text-align: center !important;
  }
  .cta h2.uabb-heading, .cta-info h3, .cta-info .uabb-button-left {
      text-align: center !important;
  }
  .hide-bg .fl-row-content-wrap {   background-image: none !important;  }
  .homne .uabb-blog-posts .uabb-post-wrapper:nth-child(3n), .home .uabb-blog-posts .uabb-post-wrapper:last-child {
      margin-bottom: 0 !important;
  }
  .booking-form { bottom: 66px !important; }
}

@media screen and (max-width: 550px) {
  .uabb-blog-posts-grid .uabb-post-wrapper {
      width: 100% !important;
      margin-bottom: 20px !important;
  }
  .uabb-blog-posts-grid .uabb-post-wrapper:last-child {
      margin-bottom: 0 !important;
  }
  .services .fl-module, .team .fl-col-group:last-child .fl-col {
      width:100% !important;
  }
  .pods .fl-col-group > .fl-col:last-child .fl-col .fl-module{ width: 100% !important; }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .slide-description { width: 80%;  float: right; }
  .hide-table{ display: none !important; }
  .cta .fl-col-group > .fl-col:first-child {
    display: none;
  }
  .cta .fl-col-group > .fl-col:last-child {
      margin: 0;
      text-align: center !important;
  }
  .cta h2.uabb-heading, .cta-info h3, .cta-info .uabb-button-left{
      text-align: center !important;
  }
  .pods .fl-row-content > .fl-col-group > .fl-col {
      width: 100%;
      margin-top: 10px;
  }
  .pods .fl-row-content > .fl-col-group > .fl-col:first-child {
      margin-bottom: 25px;
  }
  .hide-bg .fl-row-content-wrap {   background-image: none !important;  }
}


@media screen and (min-width: 1280px) and (max-width: 1440px) {
  header ul#menu-main-menu {   text-align: center; }
  .slide-description {
      width: 64%;
      float: right;
  }
  .pods .fl-col-content.fl-node-content {   padding-right: 0px !important; }
  .pod-col:last-child .fl-col-content.fl-node-content, .pod-col .fl-col-content.fl-node-content {
      padding-right: 0 !important;
  }
  .pods .fl-module-content.fl-node-content {  margin: 8px !important; }

}
.booking-form {
    position: fixed;
    right: 20px;
    bottom: 60px;
    z-index:9;
}
.booking-form a {
    padding: 12px 30px;
    border-radius: 5px;
    color: #ffffff;
}
.floating-shadow i {
    color: #fff !important;
}
/*Button text styling*/
.floating-shadow{
  background:#6b3a96 !important;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  border: 0 !important;
}
/*General button styling*/
.floating-shadow {
	background-color: #d09230;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	/* -webkit-transform: translateZ(0); */
	/* -ms-transform: translateZ(0); */
	/* transform: translateZ(0); */
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
	-webkit-animation-name: floating-shadow-hover;
	animation-name: floating-shadow-hover;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	position: fixed;
	right: 80px;
	bottom:60px;

	z-index: 9;
}

/*Button text styling*/
.floating-shadow:hover, .floating-shadow:focus{
color: #fff !important;
}
/*Button shadow*/
.floating-shadow:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
top: 100%;
left: 5%;
height: 10px;
width: 90%;
opacity: 0;
background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: -webkit-transform, opacity;
transition-property: transform, opacity;
opacity: 0.4;
-webkit-transform: translateY(6px);
-ms-transform: translateY(6px);
transform: translateY(6px);
-webkit-animation-name: floating-shadow-hover-shadow;
animation-name: floating-shadow-hover-shadow;
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
animation-direction: alternate;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.floating-shadow:hover, .floating-shadow:focus, .floating-shadow:hover span, .floating-shadow:hover i .floating-shadow{
  color: #fff !important;
}
.floating-shadow:hover{
  background-color: #3d1461 !important;
}

/*Button keyframes/animation*/
@keyframes floating-shadow-hover {
50% {
-webkit-transform: translateY(-3px);
-ms-transform: translateY(-3px);
transform: translateY(-3px);
}
100% {
-webkit-transform: translateY(-6px);
-ms-transform: translateY(-6px);
transform: translateY(-6px); 
}
}
@-webkit-keyframes floating-shadow-hover-shadow {
0% {
-webkit-transform: translateY(6px);
transform: translateY(6px);
opacity: 0.4;
}
50% {
-webkit-transform: translateY(3px);
transform: translateY(3px);
opacity: 1;
}
100% {
-webkit-transform: translateY(6px);
transform: translateY(6px);
opacity: 0.4;
}
}
@keyframes floating-shadow-hover-shadow {
0% {
-webkit-transform: translateY(6px);
-ms-transform: translateY(6px);
transform: translateY(6px);
opacity: 0.4;
}
50% {
-webkit-transform: translateY(3px);
-ms-transform: translateY(3px);
transform: translateY(3px);
opacity: 1;
}
100% {
-webkit-transform: translateY(6px);
-ms-transform: translateY(6px);
transform: translateY(6px);
opacity: 0.4;
}
}
@-webkit-keyframes floating-shadow-hover {
50% {
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
}
100% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}
}
@keyframes floating-shadow-hover {
50% {
-webkit-transform: translateY(-3px);
-ms-transform: translateY(-3px);
transform: translateY(-3px);
}
100% {
-webkit-transform: translateY(-6px);
-ms-transform: translateY(-6px);
transform: translateY(-6px);
}
}
.about-img img {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 10px #e8e8e8;
}
.welcome-section h1.uabb-heading {
    margin-bottom: 30px;
}
.welcome-section .fl-module.fl-module-uabb-heading{
	    margin-bottom: 30px;
}
.wicon{
	    margin-top: -28px;
}
.leftbg .uabb-separator {
    margin-bottom: 30px;
}
.iconsection h4 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: normal;
}
.iconsection .uabb-imgicon-wrap .uabb-image{
	    min-height: 73px;
}
h3.btitle {
    font-size: 30px;
    color: #b7bf83 !important;
    margin-bottom: 9px !important;
}
ul.blist li {
	background: url(images/list-icon.png);
    background-repeat: no-repeat;
	    padding-left: 24px;
    background-position: left center;
    list-style-type: none;
}
ul.blist {
    padding-left: 0;
    margin-left: -4px !important;
}
.listsection h2 {
    margin-top: -16px !important;
}
.hide-row {
display: none;
}
.callussec h2 span span {
    display: block;
}
h2.uabb-heading {
    font-size: 54px;
    font-weight: 500;
    color: #000;
}
.ctatext p {
    color: #000;
    font-weight: bold;
    font-size: 28px;
    line-height: 37px;
}
.footerform ul#gform_fields_2 li {
    width: 32.6%;
    display: inline-block;
    padding-right: 5px !important;
}
.footerform ul#gform_fields_2 li:nth-child(4) {
	width:100%;
}
.footerform .gform_footer.top_label {
    /*position: absolute;
    right: 20px;
    bottom: 15px;
	    width: 50%;*/
    text-align: right !important;
}
.footerform h3 {
    font-size: 54px;
    color: #b7bf83;
}
.pod .uabb-infobox{
	    box-shadow: 0px 0px 8px #dadada;
}
div.owl-carousel .owl-item {
    min-height: 230px;
}
.owl-carousel.owl-drag .owl-item .item {
    padding-top: 24px;
}
.ft2 strong {
    font-weight: bold;
    color: #919d6c;
    font-size: 16px;
}
.soicons {
    margin-top: 20px;
}
.soicons img {
    margin-right: 8px !important;
}
.soicons img:hover {
    opacity:0.8;
}
.phonebutton a {
    font-size: 30px !important;
}
@media screen and (min-width: 1400px) and (max-width: 1700px) {
.leftbg h2 {
    font-size: 40px;
}
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
.pod .uabb-infobox{
	min-height: 198px;
	    padding-top: 30px;
}
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
	ul#menu-quick-links li {
    font-size: 18px;
	font-weight: 600;
}
	h1{font-size: 40px !important;}
	h2.uabb-heading {
    font-size: 36px !important;}
	
.iconsection .fl-row-content-wrap{
	    background-size: contain !important;
}
}
@media screen and (min-width: 993px) and (max-width: 1100px) {
	.fl-col-group.fl-node-5f0729433ddc0.fl-col-group-nested.fl-col-group-equal-height.fl-col-group-align-center .fl-col {
    width: 50%;
    margin-bottom: 30px;
}
.footerform ul#gform_fields_2 li {
width: 32.5% !important;}
.footerform ul#gform_fields_2 li:nth-child(4) {
    width: 100% !important;
}
}
@media screen and (min-width: 768px) and (max-width: 992px) {
	.listsection h2.uabb-heading {
    margin-top: 16px !important;
}
ul#menu-main-menu-1 li {
    display: inline-block;
}
.slide-description {
    width: 80% !important;
}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
	.fl-row.fl-row-full-width.pad-sm.footerbg #gform_2{
position: relative;
}

.fl-row.fl-row-full-width.pad-sm.footerbg .gform_footer.top_label{
position: absolute;
right: 0;
bottom: 28px;
}
}
@media screen and (min-width: 768px) {
	.cinfosect .fl-col-content {
    padding-left: 40px;
}
.fl-row.fl-row-full-width.pad-sm.footerbg #gform_2{
position: relative;
}

.fl-row.fl-row-full-width.pad-sm.footerbg .gform_footer.top_label{
position: absolute;
right: 0;
bottom: 28px;
    width: auto;
}
}
.gfield_contains_required{
	    width: 31.3%;
		    margin-right: 5px;
}
.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
    margin-right: 5px !important;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 0px !important;
}
.footerform ul#gform_fields_2 li:last-child {
    width: 100%;
}
@media (max-width: 991px){
body {
    font-size: 16px !important;
}
}
.inner-page-banner h1.uabb-heading {
    padding-top: 15px !important;
    padding-bottom: 20px !important;
}
.cpageform ul li {
    width: 100%;
    margin-right: 0px;
    padding-right: 0;
}
.page-id-310 .footerbg {
    display: none;
}
.pod img {
    margin-top: 4px;
}
.fl-col-group.fl-node-5f071673cdbdc {
    margin-bottom: 37px;
}
.vagarocode .vagaro p a{ color: #000;}
.vagarocode .vagaro p a:hover{color:#8f9e62;}
.vagarocode .vagaro{width:100% !important;}

.page-id-9 .fl-row.fl-row-full-width.fl-row-bg-color.fl-node-5d5e9022b49d9.pad-xs 
{display:none;}


.booking-form {
    position: fixed;
    right: 20px;
    bottom: 60px;
    z-index: 9;
}
.booking-form a {
    padding: 12px 30px;
    border-radius: 5px;
    color: #ffffff;
	background: #b7bf83 !important;
}
.booking-form a:hover{
	background: #919d6c !important;
}
.floating-shadow::before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    opacity: 0.4;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-animation-name: floating-shadow-hover-shadow;
    animation-name: floating-shadow-hover-shadow;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.floating-shadow i {
    color: #fff !important;
}
.fl-page-footer-widgets i {
    color: #ec5598;
    font-size: 20px;
}
.floating-shadow:hover {
    background-color: #3d1461 !important;
}
.floating-shadow:hover, .floating-shadow:focus, .floating-shadow:hover span, .floating-shadow:hover i .floating-shadow {
    color: #fff !important;
}

.fl-row.fl-row-fixed-width.fl-row-bg-none.fl-node-5f0f040e2f748 .fl-row-content-wrap{
	padding:0;
}
.page-id-309 .fl-row.fl-row-full-width.fl-row-bg-color.fl-node-5f057d8fa7347.pad-sm.footerbg {
    display: none;
}
.btn-book a {background:#b7bf83;padding: 10px 20px;
    color: #fff;
    float: left;
    margin: 20px 7px;}

.btn-book a:hover{background:#6a6f3f;}

.page-id-10 .vagarocode .fl-module-content.fl-node-content {
    margin-top: 20px;
    display: none;
}
.fl-col-group.fl-node-5d5e8c001e95f.fl-col-group-equal-height.fl-col-group-align-center {
    display: none;
}