/*
Theme Name: adrian
Theme URI: http://elephantmarketing.co.uk/
Author: Elephant Marketing Ltd
Author URI: http://elephantmarketing.co.uk/
Description: Custom wordpress theme.
License: GNU General Public License
License URI: license.txt
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

@font-face {
    font-family: 'gothic';
    src: url('fonts/gothic.eot');
    src: url('fonts/gothic.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothic.woff') format('woff'),
         url('fonts/gothic.ttf') format('truetype'),
         url('fonts/gothic.svg#gothic') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'gothicb';
    src: url('fonts/gothicb.eot');
    src: url('fonts/gothicb.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothicb.woff') format('woff'),
         url('fonts/gothicb.ttf') format('truetype'),
         url('fonts/gothicb.svg#gothicb') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'gothici';
    src: url('fonts/gothici.eot');
    src: url('fonts/gothici.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothici.woff') format('woff'),
         url('fonts/gothici.ttf') format('truetype'),
         url('fonts/gothici.svg#gothici') format('svg');
    font-weight: normal;
    font-style: normal;

}


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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
	font-family: 'gothic';
	
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: initial;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: none;
	margin: 0 auto;
	width: 960px;
	background: url(images/container_bg.png) repeat-y;
	display:table;
}

#content {
	margin: 0 0px 0 0px;
	width: 675px;
	float: right;
}

.blog #content {
	margin: 0 52px 0 40px;
	width: 695px;
	float: left;
}

.single #content {
	margin: 0 40px;
	width: 880px;
	float: left;
}

.single-case_studies #content {
margin: 0;
width: 675px;
float: left;
}


.archive #content,
.category #content,
.search #content {
	margin: 0 40px;
	width: 880px;
	float: left;
}

.page-template-right_sidebar-php #content {
	margin: 0 37px 0 23px;
	width: 635px;
	float: left;
}

#primary {
	float: right;
	width: 130px;
	margin: 0;
	background: #1d99d4;
	border-radius: 20px;
	border: 1px solid #fff;
	padding: 20px;
	min-height:400px;
}

#primary h3{
	text-align:center;
	margin:0 0 20px;
}

#primary ul ul{
	list-style:none;
	margin:0 0 10px 10px !important;
}

#primary ul ul li:before{
	content:"> ";
	list-style:none;
	
}

#primary ul ul li{
	line-height:25px;
}

#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
	background-color:#F7F7F7;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 900px; /* width of content area */
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px; /* width of content area */
}


/* ------------ Sidebar Meu ------------------- */

#sidebar_menu{
	float:left;
	width:250px;
	padding:5px 35px 0 0;
}


#sidebar_menu li {
	display:none;
}

#sidebar_menu li a{
	color:#fff;
	text-decoration:none;
	padding:0 0 0px;
	display:block;
}


#sidebar_menu li.current-menu-item,
#sidebar_menu li.current-menu-ancestor {
	line-height: 27px;
	list-style: none;
	display: block;
	background: url(images/side_menu_current_li.png) no-repeat;
	padding: 0 0px 0 35px;
	font-size: 16px;
	font-family:gothicb;
	background-position:0% 3%;
}

#sidebar_menu li.current-menu-ancestor{
	background:none;
}


#sidebar_menu li.current-menu-ancestor .sub-menu li.current-menu-item{
	background: url(images/side_menu_current_li.png) no-repeat;
	font-family:gothicb;
	padding: 0 0px 0 35px;
	margin:0 0 0 -35px;
	background-position:0% 40%;
	

}



#sidebar_menu li.current-menu-item .sub-menu li,
#sidebar_menu li.current-menu-ancestor .sub-menu li {
	font-size: 14px;
	line-height: 27px;
	display: block;
	padding: 0 0px 0 0px;
	font-family:gothic;
}

#sidebar_menu ul ul{
	margin:0;
}


#sidebar_menu ul li li a{
	color:#fff;
	text-decoration:none;
	padding:0 0 0px;
	display:block;
}

#sidebar_menu .side_menu_appointment{
	display:none !important;
}

/*---------------------------------------- Contact Page Styling ------------------------------ */

.contact_phone{
	font-size:30px;
	line-height:40px;
	margin:0 0 20px;
}


#contact_page_form,
#book_online_form {
	background: #1d99d4;
	border: 1px solid #fff;
	border-radius: 20px;
	padding: 30px;
	margin: 20px 0;
	display:inline-block;
}



#contact_page_form ::-webkit-input-placeholder,
#book_online_form ::-webkit-input-placeholder,
#referral_form ::-webkit-input-placeholder{   color: #000; font-size:12px; font-family:gothic;}
#contact_page_form :-moz-placeholder,
#book_online_form :-moz-placeholder,
#referral_form :-moz-placeholder{ /* Firefox 18- */   color: #000;  }
#contact_page_form ::-moz-placeholder,
#book_online_form ::-moz-placeholder,
#referral_form ::-moz-placeholder{  /* Firefox 19+ */   color: #000;  }
#contact_page_form :-ms-input-placeholder,
#book_online_form :-ms-input-placeholder,
#referral_form :-ms-input-placeholder{     color: #000;  }
#contact_page_form input[type=submit] {}


#capcha_bg {
	background: #fff;
	float: left;
	color: #000;
	padding: 5px 0 10px 10px;
}

.capcha_code {
	clear: both;
	float: right;
	margin: 0;
	width: 161px;
	vertical-align: top;
}

.captcha-689 input {
	float: right;
	width: 60px;
	clear: both;
	margin: 0px 95px 0 0 !important;
	background:#fff;
}

.captcha-689 .wpcf7-not-valid-tip-no-ajax {
	clear: both;
	float: left;
	position: relative;
	top: 22px;
}


.col_one{
	width:285px;
	float:left;
	margin:0 25px 0 0;
}

.col_two{
	width:285px;
	float:right;
}

.wpcf7-form #contact_page_form .wpcf7-text, 
#contact_page_form textarea,
.wpcf7-form #book_online_form .wpcf7-text, 
#book_online_form textarea{
	margin: 0px 0 10px 0 !important;
	color: #000 !important;
	width: 285px;
	height: 25px;
	padding: 0 0 0 5px;
	line-height: 25px;
	border:none;
}


#contact_page_form textarea,
#book_online_form textarea {
	height:90px;
	padding:5px 0 0 5px;
}

.wpcf7-form #contact_page_form  .wpcf7-submit,
.wpcf7-form #book_online_form  .wpcf7-submit{
	background-color: #F8F8F8;
	font-size: 16px !important;
	display: block;
	color: #666 !important;
	background: url(images/submit.png) no-repeat;
	text-indent: -9999px;
	border:none;
	width: 76px;
	height: 22px;
	float: right;
	cursor:pointer;
	margin:0;
}


/* ---------------------------------- Contact page styling end ---------------------------------- */




/* ---------------------------------- Referral page styling start ---------------------------------- */

#referral_form {
background: #1d99d4;
border: 1px solid #fff;
border-radius: 15px;
padding: 25px;
width: 630px;
font-family: gothicb;
margin: 20px 0;
float: left;
}

#referral_form .wpcf7-text, #referral_form textarea {
margin: 0px 0 10px 0 !important;
color: #000 !important;
width: 280px;
height: 25px;
padding: 0 0 0 5px;
line-height: 25px;
border: none;
}



/* ---------------------------------- book online styling start ---------------------------------- */

.wpcf7-form #book_online_form .wpcf7-submit {
	margin: 22px 0 0 !important;
}

.dropdown_time {
	height: 25px;
	margin: 0 !important;
}



#content #referral_form h3 {
font-size: 13px;
margin: 0px 0 10px;
padding: 15px 0 0;
}

    
#referral_form .col_two textarea{
   height:56px;
   padding:5px 0 0 5px;
   margin:0 0 5px !important;
}
    
    
#referral_form  .your-occupation .wpcf7-text{
   margin:35px 0 0 !important;
}


.large_textarea,
.check_boxes{
clear: both;
padding: 20px 0 0;
}


.check_boxes .wpcf7-form-control-wrap{
float: left;
display: inline-block;
min-width: 307px;
padding:0 32px 10px 0;
}

.check_boxes .wpcf7-form-control-wrap:first-child + .wpcf7-form-control-wrap,
.check_boxes .wpcf7-form-control-wrap:first-child + .wpcf7-form-control-wrap + .wpcf7-form-control-wrap + .wpcf7-form-control-wrap{
   min-width: 200px;
   padding:0;
}

.check_boxes input[type=checkbox] {
display: none;
}


.check_boxes .wpcf7-list-item-label:before {
content: "";
display: inline-block;
width: 20px;
height: 20px;
margin-right: 5px;
position: relative;
right: 5px;
bottom: 1px;
top: 5px;
background: url(images/check_before.jpg) no-repeat scroll 0px 0px;
}


.check_boxes .wpcf7-list-item-label {
cursor: pointer;

}

.check_boxes input[type=checkbox]:checked + .wpcf7-list-item-label::before {
content: "";
color: #99a1a7;
font-size: 39px;
text-align: center;
line-height: 18px;
background: url(images/check_after.jpg) no-repeat scroll 0px 0px !important;
}
 
 
.entry-content .check_boxes label {
color: #fff;
font-size: 13px;
font-family:gothicb;
} 

#referral_form .large_textarea textarea{
   width:625px;
   height:70px;
}

#referral_form #capcha_bg {
float: right;
}

#referral_form .wpcf7-submit {
background-color: #F8F8F8;
font-size: 16px !important;
display: block;
color: #666 !important;
background: url(images/submit.png) no-repeat;
text-indent: -9999px;
border: none;
width: 76px;
height: 22px;
float: right;
cursor: pointer;
margin: 30px 0 0 60px;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors{
clear: both;
}

span.wpcf7-not-valid-tip {

display: inline-block !important;
}



/* ---------------------------------- book online page styling start ---------------------------------- */


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: 'gothic';
}
input[type=submit] {
	font-family: 'gothic';
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 100%;
}
#wrapper {
	background: #f7f7f7;
	margin-top: 0px; /* space at top of the site */
	padding: 0 0px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
	margin: 80px auto 0;
	width: 960px;
}

#footer-widget-area .widget-area {
	float: left;
	margin-right: 10px;
	width: 313px;
}

#footer-widget-area #third {
margin-right: 0px;
}

#footer-widget-area #fourth {
	margin-right: 0;
}

#footer-widget-area h3 {
	font-family: gothicb;
	font-size: 16px;
	color: #22a4d8;
	font-weight: normal;
	line-height: 24px;
	text-align: center;
	margin: 0 0 20px;
}

.widget_textarea {
	text-align: center;
	background: #219acc;
	color: #fff;
	padding: 25px 12px;
	min-height: 108px;
	margin:-5px 0 0;
	font-size:12px;
}


#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}





#footer-bottom-widget {
	width: 100%;
	float: left;
	margin: 55px 0 60px;
	font-size:12px;
	
}

#footer-widget-content {
	margin: 0px auto 0;
	width: 900px;
	color: #000000;
}


#footer_bot_first {
	width: 280px;
	float: left;
}

#footer_bot_second {
	width: 370px;
	float: left;
	padding:0 50px 0 0;
}

#footer_bot_second .widget-container{
	 min-height:60px;
	 float:left;
}


#footer_bot_second img{
	float:left;
	margin:0 20px 0 0px;
	
}

#footer_bot_second .widget_text {
	clear: both;
	margin: 15px 0 0 -282px;
	float: left;
	width: 650px;
}

.w_menu{
	margin:10px 0 0;
}

.w_menu li{
	float:left;
	list-style:none;
	padding:0 15px 0 0;
}

#footer_bot_third {
	float: right;
	width: 180px;
}

#footer_bot_third p{
	margin:0 0 10px;
}



#footer-bottom-widget .widget-title,
#footer-bottom-widget h2 {
	color: #333333;
	font-weight: normal;
	font-family: gothicb;
	margin: 0 0 10px;
	font-size:13px;
}

.treatment_fot_links{
	margin:0px 0 15px;
}

.treatment_fot_links a{
	text-decoration:none !important;
}


.contact_no {
	font-size: 23px;
	color: #666666;
	font-family: gothicb;
	margin: 0 0 30px;
}

#follow_us h2{
	float:left;
	display:inline-block;
	line-height:25px;
}

.fb_icon a{
	background:url(images/fb.png) no-repeat;
	width:26px;
	height:26px;
	display:block;
	float:left;
	margin:0 0 0 10px;}

.twitter_icon a{	
	background:url(images/twitter.png) no-repeat;
	width:26px;
	height:26px;
	display:block;
	float:left;
	margin:0 0 0 10px;}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

body,
input,
textarea {
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	background-color: #f7f7f7;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: normal;
	font-family: 'gothicb';
}
cite,
em,
i {
	font-style: italic;
	
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 2px;
}
a:link {
	color: #fff;
}
a:visited {
	color: #fff;
}
a:active,
a:hover {
	color: #fff;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* =Header
-------------------------------------------------------------- */

/*#header {
	padding: 0px 0 0 0;
	background: #23a4d9;
	display: inline-block;
	width: 100%;
	z-index:1;
}*/


#header {
	padding: 0px 0 0 0;
	background: #23a4d9;
	width: 100%;
	z-index: 1;
	height: 174px;
	min-width:960px;
	max-width:1129px;
	margin:0 auto;
}

/*#masthead {
	width: 960px;
	margin: 35px auto 25px;
	display: table;
}*/


#masthead {
	width: 960px;
	margin: 0px auto 0px;
	display: table;
	padding: 35px 0 25px;
}

#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 0px 0;

}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding #headerimage {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
}

#branding #logo {
	
}

#headerright {
	clear: right;
	float: right;
	margin: 10px 0 0px 0;
	color:#fff;
}


#headerright h3 {
	color: #fff;
	font-weight: normal;
	font-size: 15px;
	text-align: right;
	line-height: 15px;
	margin: 0 0 15px;
}

#headerright .phone{
	font-size:30px;
	text-decoration:none;
}

#headerright .phone a{
   text-decoration:none;}

/* =Slideshow
-------------------------------------------------------------- */
#slideshow {
    clear: both;
}


#featured_image {
	width: 100%;
	z-index: 100;
	position: relative;
	margin: 0px auto 0;
	background-color:#f7f7f7;
	min-width:960px;
}

#featured_image li {
	min-height: 389px;
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	max-width: 1129px;
	z-index: 10000;
	position: relative;
	top:none;
}

.home #featured_image {
	width: 100%;
	z-index: 100;
	position: relative;
	background-color:#f7f7f7;
	max-width:1129px;
	
}


.home #featured_image li {
	min-height: 685px;
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	max-width: 1129px;
	z-index: 10000;
	position: relative;
	top: -57px;
	
	background-position: 150px 0% !important;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background:url(images/menu_bg.png) repeat-x; /* menu div background color */
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%; /* width of the menu div */
	z-index:999999; /* ie7 bug fix for drop down menu */
	position: relative; /* ie7 bug fix for drop down menu */
	height:34px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	display:table;
	margin:0 auto; /* menu font size */
	width: 960px; /* width of the menu container div */
}
#access .menu-header ul,
div.menu ul { /* applied to remove list bullets and set margin 0 for all menu ULs */
	list-style: none;
	margin: 0 auto;
  display:table;
}
#access .menu-header li,
div.menu li {
	float: left; /* float setting for menu items */
	position: relative;
}
#access ul li a {
	color: #fff;
	display: block;
	line-height: 34px;
	padding: 0 19px;
	text-decoration: none;
}

#access ul li:first-child a {
	padding-left: 0px !important;
}

#access ul li.appointment_menu a {
	padding-right: 0px !important;
	position:relative;
	right:-6px;
}

#access ul ul li:first-child a {
	padding-left: 10px !important;
	padding-right: 10px !important;
}


#access ul ul li:last-child a {
	padding-right: 10px !important;
}

#access ul ul { /* this css is applied to all ULs but NOT the first one */
	display: none;
	position: absolute;
	top: 34px; /* start position of drop down */
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}

#access .menu-header ul ul{
  display: none;
}

#access ul ul li {
	min-width: 180px;
}
#access ul ul ul { /* this is applied to 3rd and all after ULs as well */
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: url(images/menu_bg1.png) repeat-x;
	line-height: 1em; /* height of drop down menu items */
	padding: 10px; /* padding that gets applied to all menu items after parent */
	width: 160px; /* width of drop down menu items */
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a { /* hover css for parent and drop down menu items */
	
	color: #81d8fc;
}
#access ul li:hover > ul { /* hover css for displaying sub menu items */
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a{ /* current page menu item css */
	color: #fff;
	font-family:gothicb;
}

.single #access .current_page_parent a,
.archive #access .current_page_parent a,
.single-case_studies .case_parent a{ /* current page menu item css */
	font-family:gothicb;
}


.single-case_studies #access .current_page_ancestor a{
font-family:gothicb !important;
}

.single-case_studies #access .current_page_ancestor a:hover{
color:#81d8fc !important;
}

.single-case_studies #access .current_page_ancestor .sub-menu a{
font-family:gothic !important;
}

.single-case_studies #access .current_page_ancestor .current-menu-item a{
font-family:gothicb !important;
}



.single-case_studies .current_page_parent a{ 
	color: #fff;
	font-family:gothic !important;
}



.page-id-17 .contact_ancestor a{
	font-family:gothic !important;
}

.page-id-17 .contact_ancestor .current_page_item a{
	font-family:gothicb !important;
}



* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
	font-family:gothicb;
}

#footer-menu div {
	/*float and width of menu here*/
}
#footer-menu ul {
	list-style: none;
	margin: 0;
}
#footer-menu li{
    float: left;
    position: relative;
}
#footer-menu ul ul{
	display:none; /* hide submenu items */
}
#footer-menu ul a {
	color: #aaa; /* default menu color */
	display: block;
	line-height: 20px; /* height of parent menu item */
	padding: 0 10px; /* left/right padding of parent menu item */
	text-decoration: none;
}
#footer-menu li:hover > a { /* hover css for parent and drop down menu items */
	background: #333;
	color: #fff;
}

/* =Content
-------------------------------------------------------------- */

#main_wrapper{
width:100%
margin:0 auto;
}

#main {
background-color: #24a9e0;
padding: 75px 0 75px;
display:table;
min-width: 960px;
max-width: 1129px;
margin: 0 auto;
}

.home #main {
	padding:0;
}

.home #content {
	margin-bottom: 0;
}

#content {
	color: #fff;
	font-size: 13px;
	line-height: 18px;
}


#content input, 
#content textarea {
	color: #333;
	font-size: 13px;
	line-height: 18px;
}


#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 15px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}



#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}

#content h1 {
	font-size: 30px;
	color: #fff;
	line-height: 36px;
	font-weight: normal;
	padding: 0 0 0 0px;
}



.entry-title {
	font-size: 30px;
	color: #333333;
	line-height: 36px;
	font-weight: normal;
	vertical-align: middle;
	display: table-cell;
	height: 389px;
	padding: 0 0 0 90px;
}


#content h2{
	font-size:20px;
	line-height:32px;
	color:#fff;
	margin:0 0 0px;
}

#content h3{
	font-size:15px;
	line-height:24px;
	color:#fff;
	margin:0 0 25px;
}


#content h4{
	font-size:13px;
	line-height:18px;
	color:#fff;
	margin:0px 0 10px;
	padding:7px 0 0;
	font-family:gothicb;
}


/* home content styling start */

#home_content_wrapper {
background: #24a9e0;
display: table;
width: 100%;
font-size: 12px;
color: #fff;
margin: -305px 0 0;
z-index: 1;
padding: 32px 0 30px;
min-width: 960px;
}

#home_content {
background: url(images/home_content.png) repeat;
display: table;
margin: 0 auto;
padding: 0px 30px 0;
position: relative;
z-index: 99999;
width: 900px;
min-height: 184px;
}

#home_content_wrapper p{
	width:380px;

}

#home_content_wrapper h2{
	font-size:20px;
	line-height:24px;
	margin:0 0 20px;
	color:#fff;
}

.home_appointment a {
	font-family: gothicb;
	font-size: 13px;
	background: url(images/next_link.png) no-repeat center right;
	float: left;
	padding: 0 35px 0 0px;
	line-height: 22px;
	color:#fff;
	text-decoration:none;
}


.home_about a{
	font-family:gothicb;
	font-size:13px;
	background:url(images/next_link.png) no-repeat center right;
	padding: 0 35px 0 0px;
	line-height: 22px;
	float:right;
	color:#fff;
	text-decoration:none;
}

/* home content styling start*/


#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 0px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}


.single .hentry {
	margin: 0 0 36px 0;
}

.back_to_stories a{
	width:139px;
	height:22px;
	display:block;
	margin:0;
	background:url(images/back_to_stories.png) no-repeat;
	text-indent:-9999px;
	cursor:pointer;
}


.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #fff;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 22.5px;
	margin: 0;
	height: auto;
	padding: 0 0 10px;
	font-family: gothicb;
}
.entry-title a:link,
.entry-title a:visited {
	color: #fff;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #fff;
}
.entry-meta {
	color: #888;
	font-size: 12px;
	display:none;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:none;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}



/* ---------------------------- Blog Page Styling Strat -------------------------- */
.blog_Content {
	float: left;
	margin: 0 0 35px;
}

.single_featured {
	float: left;
	width: 151px;
	clear:both;
	margin:0 40px 0 0px;
}

.blog .hentry{
	float:right;
	width:500px;
	margin:5px 0 0;
	
}

.blog_read_more{
	clear:both;
	margin:7px 0 0;
	display:block;
	font-size:13px;
	text-decoration:none;
	font-family:gothicb;
}



/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #fff;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #fff;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #fff;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #fff;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.a_u_t_h_o_r__n_d_a_r_t_s_c_a {	
	text-decoration:none;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
	display:none;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #fff;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
	color: #000;
	border: 1px solid #000;
	border-radius: 5px;
	padding: 5px;
	cursor: pointer;
}


/* =Widget Areas
-------------------------------------------------------------- */

#home_top {
width: 550px;
padding: 185px 0 0 0px;
margin: 0 0 0 85px;
}

#home_top .textwidget{
	font-size: 32px;
	color: #666666;
	line-height: 45px;
}


.widget-area ul {

	margin-left: 0;
}
.widget-area ul ul {

	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 0px 0;
	list-style:none;
}
.widget-title {
	color: #fff;
	font-weight: normal;
	font-family: gothicb;
	font-size: 16px;
	line-height: 22px;
	margin:0 0 10px;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 0px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}


#quotation_wrap {
	float: right;
	overflow: hidden;
	width: 263px;
	margin: 30px 0 0;
	}


.quotation_content {
	background: url(images/quotes.png) no-repeat;
	min-width: 210px;
	height: 255px;
	margin: 0;
	color: #fff;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	padding: 0 24px;
	display: table-cell;
	vertical-align: middle;
	font-family: gothici;
}


#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}

#footer a{
	color:#000000;
	text-decoration:underline;
}

#footer a:hover{
	text-decoration:none;
}


#colophon {

	display: table;
	background:url(images/fot_bottom.jpg) repeat-x;
	margin:0 auto;
	padding:0 0 50px;
	max-width:1129px;
	}
.more_abt_footer {
	font-size: 20px;
	color: #666666;
	background: url(images/more_about.png) no-repeat center;
	margin: 71px auto 0;
	text-align: center;
	width: 960px;
}

a.footer_links {
	background: url(images/read_more.png) no-repeat;
	width: 312px;
	height: 41px;
	display: block;
	margin: 25px 0 0;
}


#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	/*background: url(images/wordpress.png) center left no-repeat;*/
	color: #666;
	display: inline-block;
	line-height: 16px;
	/*padding-left: 20px;*/
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}

/* =ndARTS.CA additional css
-------------------------------------------------------------- */

.clear {
	clear:both;
}
.i {
	font-style:italic;
}
.center {
	text-align:center;
}
.space {
	height:12px;
}
.shortcode_box {
    width:100%;
    float:left;
}
.shortcode_box > br {
	float:inherit;
}
.shortcode_left_col {
    width:45%;
    float:left;
    padding:0 10% 0 0;
}
.shortcode_right_col {
    width:45%;
    float:left;
}

/* contact form 7 start
-------------------------------------------------------------- */
.wpcf7-form .wpcf7-text,
textarea{
	/*font-family:Arial, Helvetica, sans-serif;*/
	margin:0px 0 15px 0 !important;
	background:#FFF !important;
	font-size:12px;
	color:#666 !important;
}




.wpcf7-form .wpcf7-submit{
	background-color: #F8F8F8;
	font-size:16px !important;
	border: 1px solid #C6C6C6;
	display: block;
	/*font-family:Arial, Helvetica, sans-serif;*/
	color:#666 !important;
	}



.wpcf7-form p{
	margin:0px !important;
	padding:0 !important;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size:14px;}
/* contact form 7 end
-------------------------------------------------------------- */

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 100%;
}
#site-description {
	-webkit-text-size-adjust: none;
}





/*-------------------------- Case Studies Styling Start -------------------------------------- */


#casestudies_quotes{
	margin:30px 0;
	}


#casestudies_quotes br{
	display:none;
}

.case_quote_wrap {
	float: left;
	overflow: hidden;
	width: 153px;
	margin: 0px 55px 55px 0;
	background: url(images/case_quote.png) no-repeat;
	padding: 0 12px;
	height: 177px;
}

.case_quote_wrap:nth-child(3n+0){
	margin:0 0 55px;
}

.case_quote_content {
	height: 109px;
	margin: 0;
	color: #fff;
	font-size: 13.5px;
	line-height: 19.5px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-family: gothici;
	padding: 30px 0 0;
	width:153px;
}

.case_quote_link {
	clear: both;
	font-size: 11px;
	margin: 0 auto;
	display: block;
	font-family: gothicb;
	text-align: center;
	text-decoration:none;
}

#before_after_treatments {
	margin: 0 0 20px;
	float: left;
	width: 100%;
}

#before_after_treatments br{
	display:none;
}

.before_work {
	float:left;
}

.after_work {
	float:right;
}

.before_treat_text {
	clear: both;
	display: block;
	text-align: center;
	font-family: gothicb;
	padding: 5px 0 0;
}


#featured_image	li.home_featured_tablet{
	display:none;
}


a.appointment_mobile,
#mob_featured_image,
#featured_image .featured_mob,
.mob_featured_top{
	display:none;
}

.wpcf7-captchar{
	border:1px solid #000 !important;
	-webkit-box-shadow:inset 0 3px 2px 0 #696969;
    box-shadow:inset 0 3px 2px 0 #696969;}


.treatment_book {
text-transform: uppercase;
text-decoration: none;
font-size: 14px;
padding: 0px 40px 0 0;
font-family: gothicb;
background: url(images/side_menu_current_li.png) center right no-repeat;
line-height: 25px;
display: inline-block;
margin: 10px 0 0;
}

 
/* =Print Style
-------------------------------------------------------------- */

@media only screen and (min-width : 765px) and (max-width : 1000px) {
	
	#header,
	#featured_image,
	#home_content_wrapper,
	#main,
	div.menu,
	#colophon,
	.more_abt_footer
	{
		width:100%;
		min-width:100%;
	}


#home_content_wrapper {
padding: 32px 0 20px;
}

	
	#main{
	   float:left;
	   margin:0;
	 }
	

	.single_featured,
	div.wpcf7 img.ajax-loader,
	.mob_featured_top{
		display:none;
	}	
	
	#masthead,	
	#access .menu-header{
		width:97%;
	}
		
	#access ul li a{
		padding:0 5px;
	}
	
	#access ul ul a {
		padding: 5px 5px;
	
	}
	
	#access ul ul li:first-child a {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
		
	#access ul ul li:last-child a {
		padding-right: 5px !important;
	}
	
	 #home_top {
	 padding: 185px 0 0 20px;
	 margin:0;
	 }		
	 
	 #home_top .textwidget {
	 font-size: 28px;
	 line-height: 40px;
	 }
	 
	 #featured_image li {
	 min-height: 265px;
	 max-width: 100%;
	 background-size: 100% !important;
	 }
	 
	 .entry-title {
	 height: 265px;
	 padding:0 0 0 20px;
	 }
	
	
	.home #featured_image	li{
		display:none;
	}
	
	.home #featured_image li.home_featured_tablet{
		display:block;
		right:0px;
		background-position:0% !important;
	}
	
	.widget_textarea{
		min-height:162px;
	}

	
	#home_content {
		padding: 6px 20px;
		margin: 0 auto;
		width: 698px;
		background: url(images/home_content_tablet.png) repeat-x;
	}
	
	#main {
		padding: 45px 0;

	}
	
	#container {
		width: 97%;
		margin: 0px 1.5%;
		float:left;
		background-size:100%;

	}
	
	.page-template-right_sidebar-php #content {
		margin: 0 auto;
		width: 86%;
		float: left;
		padding: 0 7%;
	}
	
	#quotation_wrap {
		display: none;
	}
	
	#sidebar_menu {
		width: 30%;
		padding: 5px 5% 0 0;
	}
	
	#content {
		margin: 0 7% 0 0px;
		width: 58%;

	}
	
	#casestudies_quotes {
		margin: 30px 0 0;
		width: 110%;
		float: left;
	}
	
	.case_quote_wrap {
		margin: 0px 50px 50px 0;
	}
	
	.case_quote_wrap:nth-child(3n+0) {
		margin: 0 50px 50px 0;
	}
	
	.after_work {
		float: left;
		margin: 20px 0 0;
	}
	
	#contact_page_form {
		padding: 10% 10% 7%;
	}
	
	#book_online_form {
		padding: 10%;
	}	
	
	.col_one {
		width: 100%;
	}
	
	.col_two {
		width: 100%;
		float: left;
	}
	
	.wpcf7-form #contact_page_form .wpcf7-text, 
	#contact_page_form textarea, 
	.wpcf7-form #book_online_form .wpcf7-text, 
	#book_online_form textarea {
		width: 94%;
		padding: 0 3%;
	}
	
	#contact_page_form textarea {
		padding: 5px 3% 0;
		position: relative;
		float: left;
		top: -67px;
		width: 94%;
	}
	
	#capcha_bg {
		position: relative;
		top: 101px;
		float:left;
	}
	
	#book_online_form #capcha_bg{
		position:static;
	}
	
	.dropdown_time {
		margin: 0 0 10px !important;
	}
	
	.wpcf7-form #contact_page_form .wpcf7-submit, 
	.wpcf7-form #book_online_form .wpcf7-submit {
		margin: -0px 0 0;
	}
	
	 #referral_form {
	       padding: 0 10%;
	       width: 80%;
	 }
	 
	 
	 #referral_form .wpcf7-text, #referral_form textarea {
	       width: 98%;
	 }
	 
	 
	 #referral_form #capcha_bg {
	       position: static;
	       float: left;
	       margin: 10px 0 30px;
	     }
	 
	 
	 #referral_form .large_textarea textarea {
	       width: 100%;
	 }	 
	
	.blog #content {
		margin: 0 7%;
		width: 55%;
	}
	
	.blog_Content {
		float: left;
	}
	
	.blog .hentry {
		width: 100%;
	}
	
	#primary {
		float: left;
	}
	
	.archive #content, 
	.category #content, 
	.search #content,
	.single #content  {
		padding: 0 7%;
		width: 86%;
		margin: 0;
	}
	
	 .single-case_studies #content {
	    margin: 0 7% 0 0px;
	    width: 58%;
	    padding:0;
	 }
	
	
	
	span.wpcf7-not-valid-tip {
		display: inline !important;
		color:#000 !important;
	}	
	
	
	#colophon{
		background:url(images/fot_bottom_tablet.jpg) repeat-x;
		padding:0 0 10px;
		float:left;
	}
	
	.more_abt_footer {
		margin: 45px auto 0;
		width: 96%;
		min-width: 96%;
	}
	
	#footer-widget-area{
		width:96%;
		min-width:96%;
		margin:45px auto 0;
	}
		
	#footer-widget-area img{
		width:233px;
	}
	
	a.footer_links {
		background: url(images/read_more_tablet.png) no-repeat;
		width: 233px;
		float: left;
		margin: 30px 0 15px;
	}
		
	#footer-widget-area .widget-area {
		width: 233px;
		margin:0 18px 0 0;
	}
	
	#footer-widget-content{
		width:96%;
	}
	
	#footer-bottom-widget{
		margin:55px 0 35px;
	}
	
	#footer_bot_first {
		width: 206px;
	}
	
	 #footer_bot_second {
	       width: 240px;
	       margin: 0 0 0 50px;
	 }	
	
	#footer_bot_second .widget_text {
		width: 240px;
		font-size: 11px;
		margin:0;
	}	
	
	#footer_bot_third {
		width: 190px;
		float:right;
	}	
	
		
	
}



@media only screen and (min-width : 910px) and (max-width : 1024px) {

	
	#main{
	   float:left;
	   margin:0;
	 }
	 
	 
}	 


@media only screen and (min-width : 870px) and (max-width : 1024px) {

	#access ul li a{
		padding:0px 8px;
	}
  
	#access ul ul li a{
		padding:5px 8px;
	}
    
  
	#access ul ul li:first-child a {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}  
  
	#access ul ul li:last-child a {
		padding-right: 8px !important;
	}  
  

}
@media only screen and (min-width : 910px) and (max-width : 1024px) {

	
	#main{
	   float:left;
	   margin:0;
	 }
	 
	 
}	 



@media only screen and (min-width : 240px) and (max-width : 760px) {
	
   #header,
   #masthead,
   .more_abt_footer,
   #footer-widget-area,
   #home_content_wrapper,
   #featured_image,
   #access .menu-header,
   div.menu,
   #footer-widget-content,
   #main,
   #container{
      width:100%;
      min-width:100%;
   }
	
   #headerright h3,
   #access,
   .home #featured_image li,
   .home_featured_tablet,
   #home_content_wrapper h2,
   .home_appointment a,
   .home_about a,
   #sidebar_menu{
      display:none;
   }	
   
   .mob_featured_top{
      display:block;
   }
   
   #main{
   float:left;
   margin:0;
   }
   
   
   .mob_featured_top #home_top{
      padding:0;
      margin:30px 0 15px;
   }   
   
   .home #featured_image{
      background:#fff;
   }
   
   #header{
      height:184px;
   }
   
   #masthead{
      padding:20px 0 0px ;
   }
   
   #access1{
      background:url(images/menu_mob.png) no-repeat;
      width:88px;
      height:30px;
      float:right;
      margin:0 20px 0 0;
   }
   
   
   #site-title {
      width: 100%;
      margin:5px 0 20px;
   }
	   
   #site-title img {
      display: block;
      max-width: 96%;
      margin: 0 auto;
   }	
   
   a.appointment_mobile {
      display: block;
      background: #1e9edb;
      clear: both;
      height: 35px;
      line-height: 35px;
      text-decoration: none;
      font-family: gothicb;
      text-align: center;
      width: 55%;
      float:left;
   }
   
   #headerright {
      margin: 0;
      width: 40%;
   }
   
   #headerright .phone {
      font-size: 14px;
      background: #1e9edb;
      font-family: gothicb;
      height: 35px;
      line-height: 35px;
      text-align: center;
   }
   
   #mob_featured_image{
	   display:block;
   }
   
   #mob_featured_image img{
      margin:0 auto;
      display:block;
      max-width:100%;
   }
   
   #featured_image li{
      display:none;
   }
   
   #featured_image .featured_mob{
      display:block;
   }
   
   #featured_image .featured_mob img{
      max-width:100%;
      background-size:100% !important;
      display:block;
   }
   
   
   .entry-title {
      font-size: 25px;
      color: #fff;
      line-height: 30px;
      display: block;
      height: auto;
      padding: 30px 3% 15px;
      background: #24a9e1;
   }
   
	   
   #main{
      padding:0;
   }
   
   #home_content_wrapper{
      margin:0;
      padding:0;
     }
   
   #home_top {
      width: 94%;
      padding: 30px 3% 10px;
      background: #24a9e0;
   
   }
   
   #home_top .textwidget {
      font-size: 20px;
      color: #fff;
      line-height: 30px;
   }
   
   
   #home_content {
      padding: 10px 3% 20px;
      width: 94%;
      min-height: 30px;
   }
   
   #home_content_wrapper p {
      width: 100%;
   }
   
   
   #contact_page_form, 
   #book_online_form {
      padding: 10%;
      margin: 20px auto;
      display: inline-block;
      width: 80%;
   }
   
   .col_one {
      width: 100%;
      float: none;
      margin:0 auto;
   }
   
   .wpcf7-form #contact_page_form .wpcf7-text, 
   #contact_page_form textarea, 
   .wpcf7-form #book_online_form .wpcf7-text, 
   #book_online_form textarea {
      width: 92%;
      padding: 0 5% 0 3%;
   }
   
   #contact_page_form textarea, #book_online_form textarea {
      padding: 5px 5% 0 3%;
   }
   
   .col_two {
      width: 100%;
      float: none;
      margin:0 auto;
   }
   
   #contact_page_form textarea {
      position: relative;
      top: -67px;
   }
   
   .wpcf7-form #contact_page_form .wpcf7-submit{
      float: left;
      margin: 15px 0 0;
   }
   
   
   #contact_page_form  #capcha_bg {
      position: relative;
      top: 106px;
   }
   
   .dropdown_time {
      margin: 0 0 10px !important;
   }
   
   .more_abt_footer {
      background: none;
      margin: 30px auto 0;
   }
   
   .wpcf7-form #book_online_form .wpcf7-submit {
      float: right;
   }
   
   .blog .hentry {
      float: none;
      width: 100%;
   }
   
   
   #colophon {
      background: #f7f7f7;
   }
   
   
   #footer-widget-area {
      margin: 40px auto 0;
   }
   
   #footer-widget-area .widget-area {
      float: none;
      display: block;
      width: 75%;
      margin:0 auto 40px;
   
   }
   
   .widget_textarea{
      padding:25px 5% 10px;
      min-height:50px;
   }
   
   #footer-widget-area img {
      margin: 0 auto;
      width: 100%;
   
   }
   
   #footer-widget-area #third {
      margin: 0 auto;
   }
   
   
   a.footer_links {
      background: url(images/read_more_mobile.png) center no-repeat;
      width: 100%;
      height: 41px;
      display: block;
      margin: 0 auto;
      background-color: #219bcc;
      padding: 0px 0 40px;
   }
   
   #footer-bottom-widget {
      width: 100%;
      float: left;
      margin: 0px 0 0px;
      font-size: 12px;
      background:#f7f7f7;
   }
   
   
   #footer_bot_first,
   #footer_bot_second,
   #footer_bot_third {
      width: 94%;
      padding:0px 0% 20px;
      margin: 0 auto;
      clear:both;
      float:none;
      display:table;
   }
   
   #footer_bot_second .widget_text {
   margin: 15px auto 0;
      width: 100%;
   }
   
   
   #footer-bottom-widget .widget-area ul {
      float: left;
   }
   
   #footer-bottom-widget .widget-container {
      display:inline-block;
   }
   
   #referral_form {
      padding: 0px 5% 20px;
      width: 90%;
   }
   
   .before_work,
   .after_work {
      float: none;
      margin: 0 auto;
      display: block;
   }
   
   
   .before_work img,
   .after_work img{
      margin:0 auto;
      display:block;}
      
   .before_treat_text,
   .after_treat_text{
      margin:0 0 20px;}
   
  
   .home #colophon{
	   display:block;}
   #footer-bottom-widget{
	   padding:41px 0 0 0;}
   .page-template-right_sidebar-php #content,#content,.blog #content,.single #content,.archive #content, .category #content, .search #content{
	   margin:0px;
	   width:94%;
	   float: none;
	   padding: 0 3%;}	
   .case_quote_wrap,.case_quote_wrap:nth-child(3n+0){
	   margin:15px auto;
	   float:none;}
      #primary {
	 clear: both;
	 width: 86%;
	 margin: 44px 4%;
	 float: left;
	 padding: 3%;
	 min-height:100px;}	
   img{
	   max-width:100%;}	
   .quotation_content,.single_featured,#colophon{
	   display:none;}	
   .back_to_stories a{
	   margin:0 0 35px 0;}
	   
#referral_form .large_textarea textarea {
width: 100%;
height: 70px;
}

#referral_form .wpcf7-text, #referral_form textarea,
#referral_form .col_two textarea{
width: 98%;
padding: 0 0 0 2%;
}

#referral_form .your-occupation .wpcf7-text {
margin: 0 !important;
}

#referral_form div.wpcf7 img.ajax-loader {
float: right;
}

#referral_form #capcha_bg {
float: left;
}
	   
	   
   }
   