/*
Theme Name: Esteem Beauty Therapy
Author: Hari Thallapelly
*/

/**
 * 
 * 1.0 - Reset
         Wordpress coreTypography
         Forms
         Formatting
         Lists
         Tables
         Links
 * 2.0 - Basic Structure
 * 3.0 - Header
 * 4.0 - Navigation
 * 5.0 - Slider Section
 * 6.0 - Content
 * 7.0 - Footer
 * 8.0 - Custom theme styles
 * 9.0 - Media Queries

 * -----------------------------------------------------------------------------
 */
 
/**
 * 1.0 Reset
 *
 * -----------------------------------------------------------------------------
 */
html {
    position: relative;
    min-height: 100%;
}
body, html {
    height: 100%;
    width: 100%;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #4d4d4d;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}
img {
    max-width: 100%;
    height: auto;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin-left: 20px;
}

.alignleft {
    float: left;
    margin-right: 20px;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Typography */

body,
button,
input,
select,
textarea {
	color: #2e2e2e;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
    font-weight: bold;
    line-height: 1.8em;
	letter-spacing:1px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 8px 0;
	padding:0;
	color:#df7c58;
}
.content h1,.content h2, .content h3,.content h4,.content h5,.content h6{
	margin: 20px 0;
}
h1 {
	font-size: 45px;
	font-weight: normal;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 25px;
	font-weight: 300;
}

h3 {
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
}

h4 {
	font-size: 16px;
	font-weight: 300;
}

h5 {
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

h6 {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 800;
}

p {
	margin: 0 0 1.2em;
	padding: 0;
}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #666;
    font-size: 15px;
    font-weight: normal;
    font-style: italic;
    line-height: 1.7;
    overflow: hidden;
    border-bottom: 1px dashed #d4d1d1;
    padding: 20px 0;
    margin: 10px 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "â€œ" "â€" "â€˜" "â€™";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}


/* Forms */

label {
	color: #333;
	display: block;
	font-weight: 800;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	display: block;
	padding: 1% 2%;
	width: 96%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
	border-color: #333;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #767676;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Formatting */

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Lists */

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
    margin-left: 40px;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Tables */

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
    border-spacing: 0;
}

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/* Links */

a {
	color: #222;
	text-decoration: none;
	outline: 0;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	color: #000;
	outline: 0;
}
.clear {
    clear: both;
}
/**
 * 2.0 Basic Structure
 *
 * -----------------------------------------------------------------------------
 */
.site {
    background: #fff;
    color: #4d4d4d;
}

/**
 * 3.0 Header
 *
 * -----------------------------------------------------------------------------
 */
header{
	margin:0 auto;
	width:100%;
	z-index:9999;
    position: relative;
    background-color: #fafafa;
	float: left;
}
.headerwrap{
	margin:0 auto;
	display:block;
	padding:0;
	clear:both;
    position: relative;
    width: 100%;
	float: left;
}
/* Logo */ 
.headerlogo{  
    float: left;
    padding: 15px 0;
    z-index: 999;
    position: relative;
}
.headerlogo a{
	display:block;    
    padding: 0px;
    outline: 0;
    font-size: 0;
    line-height: 0;
}
.headerlogo img {
   max-width: 200px;
    width: auto !important;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.headerlogo img:hover {
    -webkit-transform: scale(0.90);
    -ms-transform: scale(0.90);
    -o-transform: scale(0.90);
    transform: scale(0.90);
}
.header-booknow{
	float:right;
	line-height:200px;
    z-index: 999;
    position: relative;
}
.header-booknow-button{
	box-shadow: none;
    border: 2px solid #00adef;
    color: #fff;
	background-color: #00adef;
    
    -webkit-transition: background-color 170ms ease-out,color 170ms ease-out;
    -moz-transition: background-color 170ms ease-out,color 170ms ease-out;
    -ms-transition: background-color 170ms ease-out,color 170ms ease-out;
    -o-transition: background-color 170ms ease-out,color 170ms ease-out;
    transition: background-color 170ms ease-out,color 170ms ease-out;
    padding: 15px;
    border-radius: 40px;
    text-transform: uppercase;
    font-size: 20px;
}
a.header-booknow-button:hover{
	box-shadow: none;border: 2px solid #f8dc9b;
    color: #f8dc9b;
	background-color: transparent;
}
/**
 * 4.0 Navigation Menu
 *
 * -----------------------------------------------------------------------------
 */
nav{
	background-color:initial; /*Background for header section, change it to none if you dont want or change it to match your requirements*/
}
.headernav{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 99;
}

.menuwrapper{
	padding:0;	
    z-index: 111;
    font-size: 0;
}
.menuwrapper ul {
	width:100%;
	padding:0px;
	margin:0;       
}
.menuwrapper ul li{
	display:inline-block; 
	*display: inline;
    position: relative;
}
.menuwrapper ul li a{
	padding:0 15px;
	font-size : 15px;
	color:#df7c58;
	display: block;
    position: relative;
    line-height: 40px;  
    text-transform: uppercase;   
    -webkit-transition: color 0.35s ease-in-out, background 0.35s ease-in-out, border 0.35s ease-in-out;
    -moz-transition: color 0.35s ease-in-out, background 0.35s ease-in-out, border 0.35s ease-in-out;
    -o-transition: color 0.35s ease-in-out, background 0.35s ease-in-out, border 0.35s ease-in-out;   
    transition: color 0.35s ease-in-out, background 0.35s ease-in-out, border 0.35s ease-in-out;
    letter-spacing: 1px;
}
.menuwrapper ul > li:hover {
    color: #00adef;
}
.menuwrapper ul > li:hover a {
    color: #00adef;}
.menuwrapper li ul {
    display: none;
}
.menuwrapper ul.sub-menu{
  	text-align: left;
    min-width: 250px;
    background-color: rgb(0, 173, 239);
    padding: 5px;
}
.menuwrapper ul.sub-menu li a {
    color: #fff;
    line-height: initial;    
  font-size: 13px;
}
.menuwrapper ul li:hover > ul li a {
    color: #fff;
    padding: 10px 20px;
}
.menuwrapper ul li:hover > ul {
    display: block;
    position: absolute;
    background: #00adef;
    z-index: 999;
}
.menuwrapper li:hover li {
    float: none;
    display: block;
}
.menuwrapper ul ul li:hover {
    background: #00adef;
}
.menuwrapper ul ul li:hover ul {
    background: #00adef;
}
.menuwrapper ul ul li:hover ul li:hover {
    border-bottom: 1px solid #000;
}
.menuwrapper ul ul ul {
    left: 100%;
    top: 0;
}
.menuwrapper ul:before, .menuwrapperu ul:after {
    content: " ";
    display: table;
}
.menuwrapper ul:after { clear: both; }
.menuwrapper ul ul li > a:after {
    content: '\f105';
    padding-left: 30px;
    font-family: fontawesome;
    float: right;
}
.menuwrapper li > a:only-child:after {
    content: '';
}
.menuwrapper li.current_page_item, .menuwrapper li.current-menu-parent, .menuwrapper li.current-menu-ancestor{
}
.menuwrapper li.current_page_item > a, .menuwrapper li.current-menu-parent > a, .menuwrapper li.current-menu-ancestor > a{
    
}
.menuwrapper .sub-menu li.current_page_item, .menuwrapper .sub-menu li.current_page_ancestor {
}
.menuwrapper .sub-menu li.current_page_item > a, .menuwrapper .sub-menu li.current_page_ancestor > a {
    
}
.menuwrapper ul.sub-menu ul li.current-menu-item{
}
.menuwrapper ul.sub-menu ul li.current-menu-item a {
    
}

/* Sticky top */

.sticky {
    position: fixed;
    top: 0;
    z-index:99;
    background: #fafafa;
    -webkit-box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.35);
}
.sticky .headerlogo .logo-full, .headerlogo .sticky-icon{
	display: none;
}
.sticky .headerlogo .sticky-icon{
    min-height: 40px;
	max-height: 40px;
	display: block;}
.sticky .headernav {
    padding: 10px 0;
}
.sticky .header-booknow{
	line-height:70px;
}
.sticky .header-booknow-button {
    padding: 10px 15px;
	font-size: 15px;
}
/**
 * 5.0 Slider Section
 *
 * -----------------------------------------------------------------------------
*/
.main-banner{
    min-height: 600px;
    background-size: cover !important;
    width: 100%;
    height: 100%;
    background-attachment: fixed !important;
	text-align: center;
	color: #fff;
	position: relative;
    z-index: 99;
}
.main-banner-text{
	transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    margin: 0 auto;
    width: 100%;
    z-index: 99997;
}
.main-banner-text h1{
	font-size: 92px;
	line-height:1em;
}
.main-banner-text p{
	text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0;
}
.main-banner-text p:last-of-type{
    margin-bottom: 30px;
}
.main-banner-booknow-button{
	
	box-shadow: none;border: 2px solid #f8dc9b;
    color: #f8dc9b;
	background-color: transparent;
	 
    -webkit-transition: background-color 170ms ease-out,color 170ms ease-out;
    -moz-transition: background-color 170ms ease-out,color 170ms ease-out;
    -ms-transition: background-color 170ms ease-out,color 170ms ease-out;
    -o-transition: background-color 170ms ease-out,color 170ms ease-out;
    transition: background-color 170ms ease-out,color 170ms ease-out;
    padding: 10px 15px;
    border-radius: 40px;
    text-transform: uppercase;
    font-size: 20px;
}
a.main-banner-booknow-button:hover{
	box-shadow: none;
    border: 2px solid #00adef;
    color: #fff;
	background-color: #00adef;  
}
.main-banner:after {
    background-color: rgba(0, 0, 0, 0.19);;
    height: 100%;
    position: absolute;
    top: 0;
    border: 0;
    z-index: 9999;
    width: 100%;
    content: "";
	left: 0;
}
/**
 * 6.0 Main Content Section
 *
 * -----------------------------------------------------------------------------
 */
.maincontent {
	clear:both;
}
.content {
    padding: 30px 0;
}
.content ul{
    margin: 30px 50px;;
}
.content ul li ul{
    margin-left: 10px;
}
.content a {
    color: #bb2024;
}
.whitebg{
    background-color:#fff;}
.contentwrapper{
	width:1920px;
	max-width:94%;
	margin:0 auto;
	clear:both;
    padding: 0 2%;
}
.page-banner {
    padding-top: 108px;
    padding-bottom: 108px;
	background-size: cover;
	color:#fff;
	margin-bottom: 80px;
    background-size: cover !important;
    color: #fff;
    margin-bottom: 80px;
    background-attachment: fixed !important;
	position: relative;
	z-index: 99;
}
.page-banner:after {
    background-color: rgba(0, 0, 0, 0.19);;
    height: 100%;
    position: absolute;
    top: 0;
    border: 0;
    z-index: 999;
    width: 100%;
    content: "";
	left:0; 
}
.page-banner h1 {
    color: #fff;
    text-align: center;
    font-size: 30px;
}
.page-banner-text {
    z-index: 9997;
    position: relative;
}
section.banner-section {
    background-attachment: fixed !important;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    float: left;
    position: relative;
    z-index: 99;
}
section.banner-section:after {
    background-color: rgba(0, 0, 0, 0.19);;
    height: 100%;
    position: absolute;
    top: 0;
    border: 0;
    z-index: 9999;
    width: 100%;
    content: "";
	left:0; 
}
.banner-wrapper {	
    width: 48%;
    float: right;
    text-align: left;
    padding-top: 240px;
    padding-bottom: 240px;
    position: relative;
    z-index: 99999;
}
.banner-title h2{
    font-size: 65px;
    text-align: right;}
.banner-text{
	color:#fff;
    padding: 20px 0;
}
.banner-link {
    text-align: right;
}
.proven-results-section{
	
}
.proven-results-wrapper {
    padding: 100px 0;
}
.proven-results-title h2{
	font-size: 65px;}
.proven-results-text{
    padding: 20px 0;
}
.proven-results-slide {
    padding: 100px 50px;
}
.page-highlight-text {
max-width: 75%;
text-align: center;
margin: 0 auto;
font-size: 22px;
padding: 50px 0;
line-height: 1.2em;
font-weight: normal;

}
.page-highlight-text p{
	margin: 0}
.contentwrapper .bottompagelinkwrapper ul li a{
	text-decoration:none;
}
.contentwrapper .sidebarright a, .contentwrapper .widget a{
	color:#222;
	text-decoration:none;}
.grid-container {
	max-width: 100%;
	margin: 0 auto;
	padding:0 10px;
	position: relative;
	margin: -100px 0 0 0;
}

.row {
	padding:0 0 0px 0;	
}

.sidebar{
	width: 32%;
	float:right;
	background-color:#f3f3f3;
	margin-top:20px;
}
/******* ClearFix Hack ********/

.row:before, .row:after {
	content: "";
	clear:both;	
	display: table;
}
[class*='col-'] {
	float: left;
	min-height: 1px;
	/**** Add Gutter ****/
	margin-right: 1.5%;
}
.col-1 {
	width: 6.0%;
}
.col-2 {
	width: 14.5%;
}
.col-3 {
	width: 23.875%;
}
.col-4 {
	width: 31.83%;
}
.col-5 {
	width: 40.0%;
}
.col-6 {
	width: 48.5%;
}
.col-7 {
	width: 57.5%;
}
.col-8 {
	width: 66.17%;
}
.col-9 {
	width: 73.87%;
}
.col-10 {
	width: 83.0%;
}
.col-11 {
	width: 91.5%;
}
.col-12 {
	width: 100%;
}
.col-55{
	width:18%;}
.row div:last-of-type {
	margin-right: 0;
}
.outline, .outline * {
	border: 1px solid #691405;
}
.col-content {
	width: 100%;
	padding: 10px 0;
}
/**
 * 7.0 Footer Section
 *
 * -----------------------------------------------------------------------------
 */
footer{    
    background-color: #e07c57;
    overflow: auto;
    color: rgba(255,255,255,.72);
    padding: 75px 0;
    font-size: 15px;
	line-height:2em;
    float: left;
    max-width: 100%;
}
.footerwidgettitle {
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}
footer ul{
	list-style-type:none;
}
footer ul li i{padding-right:10px;}
.footertopwrapper{
    overflow: auto;
	padding-bottom:20px;
}
.footerbottomwrapper{
    text-align: center;
	padding-top:30px;
}
footer a{
	color:#fff;
    font-size: 16px;
    padding-bottom: .05em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255,255,255,.3);}
footer a:hover{
    color: rgba(255,255,255,.72);
    font-size: 16px;}
ul#menu-footer-bottom li{
	display: inline-block;}
ul#menu-footer-bottom li a {
    text-transform: uppercase;
    font-size: 12px;
    margin-left: 20px;
}
/**
 * 8.0 Custom theme styles
 *
 * -----------------------------------------------------------------------------
 */
 .homeblogwrapper{
	 padding: 50px 0;
 }
 .homeblogwrapper h2{
	 color: #df7c58;
	 padding-bottom: 50px;
	 font-size: 30px;
	 text-align: center;
 }
 .sectiontitle h2 {
    font-size: 38px;
    margin-bottom: 50px;
}

/*Pagination*/
.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 11px;
    line-height: 13px;
}

.pagination span, .pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #0055a6;
}

.pagination a:hover {
    color: #fff;
    background: #ffcc00;
}

.pagination .current {
    padding: 6px 9px 5px 9px;
    background: #ffcc00;
    color: #fff;
}


.textcenter {
    text-align: center;}
.textleft {
    text-align: left;}
.textright {
    text-align: right;}

.showmobile {
        display: none;}



/* Info page */
.width-60{
	max-width: 60%;
	margin: 0 auto;
	float: none;
}
.width-60 h2 {
    font-size: 28px;
    margin-bottom: 50px;
}
/* Contact From*/
.wpcf7
{

}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea, .wpcf7 select
{
    background-color: #fafafa;
    padding: 1% 2%;
    width: 96%;
    border: none;
    margin: 5px 0 10px 0;
     -webkit-border-radius:0; 
    border-radius:0;
}

#wpcf7-f343-o1 .wpcf7 input[type="text"]{
	background-color: #575757 !important;}
.wpcf7-form-control-wrap select{
	color:#525252 !important;
	width:100%}
.wpcf7 input:focus,
.wpcf7 textarea:focus {
  outline: none;
  border-bottom: 2px solid #ccc;
  transition: all 0.2s ease 0s;
}
.contactform40 {
    width: 40% !important;}
.wpcf7-submit { 
    box-shadow: none;
    border: 2px solid #f8dc9b;
    color: #f8dc9b;
    background-color: transparent;
    -webkit-transition: background-color 170ms ease-out,color 170ms ease-out;
    -moz-transition: background-color 170ms ease-out,color 170ms ease-out;
    -ms-transition: background-color 170ms ease-out,color 170ms ease-out;
    -o-transition: background-color 170ms ease-out,color 170ms ease-out;
    transition: background-color 170ms ease-out,color 170ms ease-out;
    padding: 10px 15px;
    border-radius: 40px;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 20px;
}
.wpcf7-submit:hover{
	color:#fff;
    border: 2px solid #00adef;
    background: #00adef !important}

span.wpcf7-list-item{
	margin:0 0 0 5px !important;
    padding-bottom: 5px;
    display: block;}
/* Blog and post card*/
.parent{
    display:table;
}
.child{
    display:table-cell;
    vertical-align:middle;
}
.child.postcardtextwidth{
    width: 32%;
    padding-right: 10%;
}
.postcard {
    padding:30px 5% ;
    display: block;
    max-width:90%;
    margin: 0 auto;
    }
.newspostcardtitle {
    display: block;
    padding: 0;
    margin-bottom: 0px;
    background-color: #0055a6; 
}
.newspostcardtitle h1 {
    display: block;
    font-size: 1.2em;
    padding: 5px 10px;
    float: left;
}
.newsposttime{
    color: #fff;
    padding: 5px 10px;
}
.newspostcardimage img{
    padding-bottom:10px;
    margin-top: 20px;
    }
.newspostcardcontent {
    clear: both;
    margin-bottom: 40px;}
.newsprenextlinks {
    padding: 10px 0;}
.postcardtitle {
    display: block;
    padding: 0 12px;
    font-size: 20px;
    margin-bottom: 0px;
}
.postcardtitle h2 {
    font-size: 20px;
    padding-bottom: 10px;
}
.postcardtitle h2:after {
    content: '';
    display: block;
    position: absolute;
    width: 3%;
    border-bottom: 3px solid #b21917;
    margin-top: 8px;}
.postcardimage{
    text-align:center;
    }
.postcardimage img {
    max-height: 700px;
}
.postcardtext {
    padding:5px 12px;
}
.homeblogarticle {
    width: 94%;
    padding: 2% 3%;
    }
.homeblog{
    font-size: 18px;
}
a.link{
    padding: 5px 10px;
    border: 2px solid #d4d4d4;
    text-transform: uppercase;
    display: inline-block;
}
a.link:hover {
    background-color: #d4d4d4;
    color: #b21917;
}

.blog {
    background-color: #fff;
    margin-bottom: 40px;
    overflow: hidden;
}
.blogimage {
    overflow: hidden;}
.blogimage img{
    width: 100%;
    object-fit: cover
	}
.blogtitle {
    padding: 10px 0 0 0;
    font-weight: bold;
}
.blogtext {
    padding: 10px 0;
    color: #4d4d4d;
}
.blogexcert{
	font-size: 13px;
    padding: 0;
    color: #4d4d4d;
}
.blogexcert p{
	margin: 0;
}
.blogblogarticle .blogimage {
    max-height: 150px;
    min-height: 150px;
}
.blogarticleimage {}
.blogarticletitle {
    color: #b21917;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 23px;
}
.blogarticletime {
    padding-bottom: 20px;
}
.bloglink {
    padding: 0 10px 10px;
    }


/* Iframe */
.style{
	max-width:500px;
	width:100%;
}
 .google-maps {
	position: relative;
    padding-bottom: 67%;
    height: 0px;
    filter: grayscale(100%);
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.video-wrapper {position: relative;
    padding-bottom: 43.25%;
    padding-top: 10px;
    height: 0;
    overflow: hidden;
    margin-top: 5px;
    max-width: 80%;
    margin-left: 10%;
    margin-bottom: 10px;
}
 
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.hidden {
overflow: hidden;
}

.ig_form_bottom .ig_form_container.layout_bottom .ig_third .ig_form_els, .ig_form_inline .ig_form_container.layout_inline .ig_third .ig_form_els {
    width: 100% !important;}
.menuwrapper ul li.stickdesktop a{
	display:none;
}
.sticky .menuwrapper ul li.stickdesktop a{
    color: #fff !important;
    background-color: #00adef;
	font-size: 15px;
	display:block;
     margin-right: 10px;
	
}
.sticky .menuwrapper ul li a {
	font-size: 13px;	
}
.sticky .headernav .phone a{
    color: #fff !important;
    background-color: #84bf02;
	font-size: 15px !important;
}
.responsive-menu-sticky button#responsive-menu-button {
    top: 10px !important;
}
.responsive-menu-sticky button#responsive-menu-button {
    top: 10px !important;
}
.metaslider.ms-theme-blend .flexslider ul.slides .caption-wrap, .metaslider.ms-theme-blend .rslides .caption-wrap, .metaslider.ms-theme-blend div.nivoSlider .nivo-caption{
	height: 75px !important;
}
.ms-is-small.metaslider.ms-theme-blend .flexslider ul.slides .caption-wrap .caption, .ms-is-small.metaslider.ms-theme-blend .rslides .caption-wrap .caption, .ms-is-small.metaslider.ms-theme-blend .nivoSlider .nivo-caption{
bottom: 20px !important}
ol.flex-control-nav.flex-control-paging {
    display: none !important;
}
.show-mobile {
    display: none !important;
}
/* Treatment */
.treatmentswrap {
    padding-bottom: 20px;
}
h3.treatmentscost {
    font-size: 15px;
}
.contactform60 {
    width: 60%;
    margin: 0 auto;
}
.heading-text h1 {
    text-align: center;
    padding: 50px 0 20px 0;
}
.productswrap {
    margin-bottom: 40px;
    float: left;
}
h2.productstitle {
    margin-bottom: 20px;
}
.right{
	text-align: right}
.responsive-menu-sticky .content {
    margin: 350px 0 0 0;
}
iframe#timelyWidget {
    max-width: 100%;
  width: 100%;
}
.subscribewrapper {
    background-color: #f9f9f9;
    padding: 40px 0px;
	clear:both;
}
div#mc_embed_signup {
    max-width: 700px;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
}
p.subscribetitle {
    font-size: 17px;
}
.subscribewrapper input#mce-EMAIL {
    border: none;
    max-width: 225px;
    margin: 0 auto 20px auto;
}
 /**
 * 9.0  Media Queries
 *
 * -----------------------------------------------------------------------------
 */

@media screen and (max-width:1260px) {
	.contentwrapper{
		max-width:96%;}
	.headerlogo img{
		max-width:150px;
	}
	.header-booknow {
		line-height: 150px;
	}
	.header-booknow-button {
		padding: 10px;
		font-size: 18px;
	}
	.menuwrapper ul li a {
		padding: 0 12px;
		font-size: 14px;}
	header{
		z-index:10001;
		box-shadow: 0 0 5px rgba(0,0,0,0.3);
    }
}
@media screen and (max-width:960px) {
  .contactform60 {
    width: 100%;
    margin: 0 auto;
	}
  .show-mobile {
    display: block !important;
	}
	.headernav, .header-booknow {
		display: none;
	}
	h1{
		font-size: 25px !important;
	}
	h2{
		font-size: 20px !important;
	}
	.banner-wrapper{
		width: 100%;
	}
	.proven-results-slide {
		padding: 100px 10px;
	}
	.main-banner, section.banner-section, .page-banner {
		background-attachment: scroll !important;
	}
	.width-60{
		max-width: 100%;
	}
	.width-60 h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	
}
@media screen and (max-width:580px) {
  .newsprenextlinks, .right{
  	text-align: center}
	.proven-results-slide{
		padding: 10px;
	}
    header {
        width: 100%;
        text-align: initial;
    }
    .breadcrumbswrapper {
        display: none;
    }
    .maincontent {
        margin-left: 0px;
    }
	.blogimage {
       min-height: initial;    
       max-height: initial;
       overflow: hidden;
	}
   .blogimage img{
       width: 100%;
       min-height: initial;
       width: initial;
       height: initial;
       object-fit: cover
	}
     .socialsearch {
        position: relative;
        bottom: initial;
        left:  initial;
        width: 80%;
    	margin: 0 auto;
      }
    .featuredimage {
        max-height: 100%;
    }
.services-tile-wrapper {
    width: 98% !important;
    min-height: initial;
}
.services-tile {
    padding-top: 5%;
    padding-bottom: 5%;

}
.page-highlight-text {
    font-size: 22px;
}
h1.herotitle{
    font-size: 35px;
}
.sub-pages {
    background-size: initial !important;
    background-attachment: initial !important;}
    .mobileshow {
        display: block;
    }
    .blogtitle {
        max-height: initial;
        min-height: initial;
        height: auto;
    }
    .child.postcardtextwidth {
        width: 100%;
        padding-right: 0;
    }
    .child {
        display: block;
    }
    .homeservices {
        text-align: center;
    }
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        width: 100%;
        margin-bottom: 20px;
    }
    .homeproductswrapper .col-3 {
        width: 48.5%;}
    .slidemobile {
        display: block;
    }
    .slidedesktop {
        display: none;
    }
    .introtext {
        width: 94%;
        padding: 5% 3%;
        text-align: center;
        position: relative;
        top: initial;
        left: initial;
        transform: initial;
    }
    .introimg {
        width: 100%;
        float: right;
        clear: right;
        font-size: 0;
        max-height: 350px;
        overflow: hidden;
        line-height: 0;
    }
    .homeintrotext h1 {
        margin-right: 0;
    }
}
@media screen and (max-width:650px) {
    .footerwrapper {
        padding: 0;
    }
    header {
        background-size: contain;
    }
    .postcardtitle h2:after {
        width: 10%;
    }
    .headerleft-logo {
        height: 70px;
        background: none;
        z-index: 99999;
        position: relative;
    }
    .headerleft-logo a {
        padding: 9px 30px;
        background-color: #b21917;
    }
    .headerleft-logo img {
        min-width: 110px;
        max-width: 110px !important;
    }
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
		width:100%;
	}
    nav {
        width: 100%;
    }
    .footercontent {
        float: none;
        clear: both;
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 10px;
    }
    .grid-container {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 10px;
        position: relative;
        margin: 10px 0 0 0;
    }
    .sidebar {
        width: 100%;
    }
}
@media screen and (max-width:480px) {

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        width: 100%;
    }

    h1 {
        font-size: 22px;
    }

    .width50 h1 {
        margin-bottom: 15px;
    }
}
@media print {
    div[style] {
        min-height: initial !important;
    }
    .center {
        float: left;
        text-align: left;
    }
    h2:after, h2:before {
        display: none;
    }
    .servicestile, .coachingtile {
        width: 100%;
        min-height: initial;
    }
    .tileverticalalign {
        position: relative;
        transform: initial;
    }
    body {
        background: white;
        font-size: 10pt;
        margin: 0;
    }
    #header {
        height: 75px;
    }
    .demo .red {
        color: black;
        font-weight: bold;
    }
    #content a {
        font-weight: bold;
        color: #000066;
        text-decoration: underline;
    }
    #content {
        margin-left: 0;
        float: none;
        width: auto;
    }
    .slider, .headernav {
        display: none;
    }
    #footer, .ad {
        display: none;
    }
    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
        page-break-inside: avoid;
    }
    h3 {
        margin-left: 10px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    blockquote, table, pre {
        page-break-inside: avoid;
    }
    ul, ol, dl {
        page-break-before: avoid;
    }
    img.centered {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    img.right {
        padding: 4px;
        margin: 0 0 2px 7px;
        display: inline;
    }
    img.left {
        padding: 4px;
        margin: 0 7px 2px 0;
        display: inline;
    }
    .right {
        float: left;
    }
    .left {
        float: left;
    }
    img, nav, footer, .video-container, .header-video {
        display: none;
    }
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, col-55 {
        width: 100%;
    }
    header {
        height: auto;
        position: relative;
    }
    .blogimage, .blog {
        min-height: initial;
    }
}


.cd-top {
  display: inline-block;
  height: 30px;
  width: 30px;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
    text-align: center;
    line-height: 30px;
    color: #fff !important;
  background: #4d4d4d;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #b21917;
  opacity: 1;
}
.fa-sort-up:before, .fa-sort-asc:before {
    line-height: 37px;}
@media only screen and (max-width: 1025px) {
  .cd-top {
    height: 30px;
    width: 30px;
    right: 30px;
    bottom: 40px;
  }
}
.ie9 img[src$=".svg"] {
  width: 100%; 
}
/* IE SVG 
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%; 
  }
}*/





@media screen and (max-width:767px) {
    .contentarea {
        width: 100%;
        margin-right: 0 !important;
    }
    .sidebarright {
        width: 100%;
        padding-top: 50px;
    }
    .sbcontact{
	width:96%;
	padding:2%;
    }
    .herotext {
        position: absolute;
        color: #fff;
        max-width: 85%;
        top: 50%;
        transform: translate(0,-50%);
        z-index: 7;
        margin: 0 auto;
        text-align: center;
        left: 0;
        right: 0;
    }
    .herotext p {
        margin: 0 0 15px 0;
        font-size: 40px;
        font-weight: bold;
        line-height: 1.1em;
    }
    .herotext span {
        font-size: 15px;
        display: none;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
	.iepadding{padding-bottom:200px}
.Search-icon, .Search-close-icon, .footerSearch-icon, .footerSearch-close-icon  {
   background-image: url("/wp-content/uploads/2017/03/search-1.png");
}
}

