/** Contact Form **/
@media (min-width: 768px) {
    .form-horizontal .control-group .control-label {
        display: inline-block;
        float: left;
        width: 0px;
        padding-top: 5px;
        text-align: left;
    }
}
.form-horizontal .control-group .controls {
    margin-left: 120px;
}
#contact-form > fieldset:nth-child(1) > div:nth-child(7) > div.control-label {
	width:160px;
}	
#contact-form > fieldset:nth-child(1) > div.control-group.field-spacer > div.control-label {
	width:auto;
}

/**Mobile contact **/
.hidden-desktop, #mod-custom174, #mod-custom180 {
  display: none !important;
}
/** Covid Page Slide */
h3.eb-content .rstbox-content, #rstbox_3 > div > div > div > h3  {
margin-top:0px!important;
margin-bottom:0px!important;
padding:0px!important;
}

.t3-megamenu .t3-module ul li, .t3-megamenu .t3-module .nav li {
list-style: none;
display: inline-block;
float:left;
}

.logo {
  text-align: center;
}

.t3-mainnav .t3-navbar .open .dropdown-menu img {
  display: inherit;
}
.t3-debug {
	background-color:#f4f6f7;
}
.uber-footer-inner {
	padding:52px 0 0 0!important;
}
.tg  {border-collapse:collapse;border-spacing:0;border-color:#ccc;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;border-color:#ccc;color:#333;background-color:#fff;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;border-color:#ccc;color:#333;background-color:#f0f0f0;}
.tg .tg-9hbo{font-weight:bold;vertical-align:top}
.tg .tg-b7b8{background-color:#f9f9f9;vertical-align:top}
.tg .tg-yw4l{vertical-align:top}
@media screen and (max-width: 767px) {.tg {width: auto !important;}.tg col {width: auto !important;}.tg-wrap {overflow-x: auto;-webkit-overflow-scrolling: touch;}}

/* ########################################################################## */

/* Removes padding on FP modules to reduce whitespace and scrolling */
.b2l-nopadding .acm-hero {
	padding:60px 0px 50px 0px;	
}
/*Drop the padding around the Google map in footer-2 */
div.footer-right {
    padding: 0px; 
}

/*Highlight right menu 'Book now' */
.right-menu{
background-color:#094F41;
color:#FFFFFF;
}

.right-menu .nav li > a{
color:#FFFFFF;
}
.right-menu .nav li > a:hover{
color:#000000;
}

/* Match the footer Book Now button to the sourrounding style */

.footbtn{
border:1px solid #0f7c66;
text-decoration:none;
}
/* Reduce lateral spacing in the menu to make it work with smaller screens, i.e. hit the required responsive breakpoint */
.navbar-default .navbar-nav > li > a {
    padding: 13px 16px;
}
/* Hide a module in smaller screen views, used for the sidebar1 testimonials module but can be used on any module */
@media screen and (max-width: 922px) {
	.mobile-hide{display:none;
	}
}

/* Keep sticky menu on top of all content (homepage Treatments module was appearing on top) */
.t3-header {
    z-index: 100;
}

/* Add spacing, mainly for opening times on homepage */
.col-sm-4{
    margin-bottom: 20px;
}

/* Fix Our Services Homepage Styling when switching from col-sm-4 to col-md-4 (style-3.php line 25) */
.features-item.col-md-4 {
    overflow: auto;
}
/* Remove row margins when collapsed to a single column */
@media screen and (max-width: 991px) {
    .acm-features.style-3 .row + .row {
        margin-top: 0 !important;
    }
}
/* Fix text alignment of Our Services boxes on narrow screens */
.features-item p {
    margin: 0 0 13px 105px;
}

/* Improve homepage hero text */
.hero-intro {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.9);
}
.hero-heading {
    text-shadow: 1px 1px #000000;
}
.acm-hero .hero-intro {
    color: #f4f6f7 !important;
}
.contact-telephone {
    color: #FFF;
}
.grey-text {
    color: rgba(255, 255, 255, 0.6);
}

/*****Nav bar phone number *****/
.menutel {
	font-size:24px;
	font-weight:600;
}
.menutel:before {
	font-family:FontAwesome;content:"\f095";
}
#t3-header .menutel li.divider, #t3-header  li.divider {
	border-right:none;
}
.t3-mainnav .t3-navbar-collapse {
	max-height:500px!important;
}
/*** Hide menu phone number on small screens ***/
@media screen and (max-width: 1130px) {
	.menutel:before {
		display:none;
	}
	.menutel a {
		display:none;
	}
}

/*** darken text on contact page ***/
.contact {
    font-size: 15px;
    color: #000000;
}
/***** EOF *****/


/**** Telephone number mobile header ****/

@media (min-width:992px) {
	#section-177, .custom.desktop-hidden-2 {
		display:none;
	}
}
@media (max-width:991px) {
	#section-177 {
		margin-top:65px;
	}
	.desktop-hidden-2 {
		margin-top: 60px;
		margin-bottom: -10px;
	}
}

@media (max-width: 979px) {
  .hidden-desktop, #mod-custom174, #mod-custom180 {
    display: inherit !important;
  }

/** Stirling Contact Page **/
.stirlingcontact {
    font-size:15px;
    line-height:1.625;
}
/** Masthead jumping issue fix **/
.t3-header.affix {position: relative !important;}

/*** Footer expansion to 100% ***/
.uber-footer-inner .col-md-7 {
	width:100%;
}
.blog h2 {
	font-size:30px;
}

