/*
	Theme Name: Redmond Eye Clinic
	Theme URI: http://www.redmondeyeclinic.com
	Description: Redmond Eye Clinic WordPress Theme
	Version: 1.0
	Author: JJ Murphy (@cloverockdesign)
	Author URI: http://www.cloverockdesign.ie
	Tags:HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 15px/22px "azo-sans-web", sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after, .clr {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#428bca;
	text-decoration:none;
    transition: all 400ms ease-in-out 0s;
}
a:hover {
	color:#444;
    transition: all 400ms ease-in-out 0s;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
} 
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
blockquote {
    padding:15px 30px;
		margin:20px 0px 30px 0px;
	  background:#005793;
		color:#fff;
}
.ginput_complex label {
	display: none !important;
}
.gchoice_2_9_0, .gchoice_2_9_1 {
   margin-bottom:0px !important;
}

#sb_instagram { 
   margin-top:50px !important;
}
.pay-button-mob {
	display: block;
	margin: 30px auto 0px auto;
	border: 2px solid #fff;
	background: transparent;
	padding: 15px 0px;
	color: #fff;
	text-transform: uppercase;
	transition: all 400ms ease-in-out 0s;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 13px;
	max-width: 260px;
	text-align: center;
}
.pay-button-mob:hover {
  background: #fff;
  color: #1075bb;
}
.nav-wrap {
    position:relative;
	max-width:1170px;
	width:95%;
	margin:0 auto;
}
.pay-button {
	display: block;
	margin: 30px auto 0px auto;
	border: 2px solid #fff;
	background: transparent;
	padding: 15px 30px;
	color: #fff;
	text-transform: uppercase;
	transition: all 400ms ease-in-out 0s;
	position: absolute;
	top: -14px;
	right: 0px;
	z-index: 999;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 13px;
}
.pay-button:hover {
  background: #fff;
  color: #1075bb;
}
.jk-img {
   margin:30px 0px;
	 display:block;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	margin:0;
	position:relative;
}
/* header */
.header {
    height:105px;
    position:relative;
	max-width:1170px;
	width:95%;
    margin:0 auto;
}
/* logo */
.logo {

}
.logo-img {
	width: 320px;
	height: auto;
	position: absolute;
	top: 20px;
	left: 0px;
}
/* nav */
#ubermenu-main-2-header-menu {
    display:block;
    width:100%;
    margin:0 auto;
		position:relative;
}
.nav {
   background:#53afee;
   width:100%;
   display:block;
   z-index:9999;
    box-shadow: 0 2px 3px 3px rgba(0, 0, 0, 0.08);
}
li.ubermenu-item a.ubermenu-target {
   padding:0px !important;
   margin:0px 30px 0px 0px !important;
}
.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target::after {
  margin-right: -5px !important;
  position: absolute;
  right: 50% !important;
  top: 66% !important;
  content:"\f0dd" !important;
  font-size:12px !important;
}
.ubermenu-transition-shift .ubermenu-item .ubermenu-submenu-drop {
  padding-left:20px;
}
.ubermenu-submenu {
   padding:10px 0px !important;
}
.ubermenu-submenu a {
   padding:0px 10px !important;
	font:300 14px/30px "azo-sans-web", sans-serif !important;
    color:#fff !important;
    text-transform:uppercase !important;
}
.ubermenu-submenu li {
    padding:0px 10px !important;
}

/* sidebar */
.sidebar {

}
/* footer */
.footer {
	background: url(img/pattern1.png) top left;
	padding: 70px 0px;
	color: #fff;
}
.sealwrap {
	padding: 30px 0px 0px 0px;
	width:95%;
	max-width:1170px;
	clear:both;
	margin:30px auto 0 auto;
	border-top:2px solid #fff;
}
.AuthorizeNetSeal {
	margin: 0px auto !important;
}
.footer a {
    color:#fff;
}
.prev {
    font-size:12px;
} 
.footer ul {
    list-style:none;
    padding:0px;
    margin:0px;
}
.footwrap {
    width:95%;
    max-width:1170px;
    margin:0 auto;
}
.foot-1, .foot-2, .foot-3 {
    width:33.3%;
    float:left;
}
.foot-title {
	font:700 20px/22px "azo-sans-web", sans-serif !important;
    display:block;
    margin:0px 0px 30px 0px;
}
.icon-title {
	font:700 20px/22px "azo-sans-web", sans-serif !important;
    display:inline-block;
    margin:0px 20px 0px 0px;
    float:left;
}
span.day {
    display:inline-block;
    width:170px;
}
.list1 li {
    font-size: 14px;
    line-height: 1.42857;
    margin: 0 0 22px;
}
.list1 li figure {
    float: left;
    margin-right: 7px;
    width: 17px;
}
.foot-3 .foot-title {
  margin: 0 0 20px !important;
} 
.extra-wrap {
  overflow: hidden;
}
.extra-wrap p {
    padding:0px;
    margin:0px;
}
.follow_icon2 {
  list-style: outside none none;
  margin: 30px 0 0 !important;
  overflow: hidden;
  padding: 0;
}
.follow_icon2 li {
    float: left;
    margin: 0 0 0 25px;
}
.follow_icon2 li:first-child {
    margin: 0;
}
.follow_icon2 li a {
    color: #ffffff;
    font-size: 23px;
    line-height: 25px;
}
.follow_icon2 li a:hover {
    color: #414141;
}

.follow_icon {
    position:absolute;
    top:32px;
    right:185px;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0px 30px 0px 0px;
}
.follow_icon li {
    border: 1px solid #ccc;
    border-radius: 50%;
    float: left;
    height: 40px;
    line-height: 30px;
    margin: 0 0 0 5px;
    text-align: center;
    width: 40px;
}
.follow_icon li:first-child {
    margin: 0;
}
.follow_icon li a {
    color: #c0c0c0;
    font-size: 23px;
    line-height: 40px;
    transition: all 0.25s ease 0s;
}
.follow_icon li a:hover {
    color: #53afee;
}
a.comp-call {
  font: 700 23px/30px "azo-sans-web",sans-serif;
  position: absolute;
  right: 0;
  top: 38px;
}
a.comp-call i {
   color:#8cc646;
   margin:0px 10px 0px 0px;
}

@media only screen and (min-width: 751px) and (max-width: 1070px) {
.foot-1, .foot-2 {
    width:50%;
    float:left;
}
.foot-3 {
    clear:both;
    width:100%;
    margin:30px 0px 0px 0px;
}
}
@media only screen and (min-width: 1px) and (max-width: 750px) {
.foot-1, .foot-2, .foot-3 {
    width:100%;
    float:none;
    text-align:center;
}
.foot-1, .foot-2 {
    margin:0px 0px 40px 0px;
}

span.day {
    width:auto;
}
.list1 li figure {
  float: none;
  display:inline-block;
  margin-right: 7px;
  width: 17px;
}
.icon-title {
	font:700 20px/22px "azo-sans-web", sans-serif !important;
    display:block;
    margin:0px 0px 30px 0px;
    float:none;
}
.follow_icon2 li {
  float: none;
  display:inline-block;
  margin: 0 10px 0 10px;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
}


.page-template-insurance section, .category section, .single-post section {
    float:left;
    width:70%;
}
.page-template-insurance aside, .category aside, .single aside {
    float:right;
    width:26%;
    padding:20px;
    border:1px solid #ccc;
}
.forms-box h4, .widget_recent_entries h3 {
    font: 300 21px/21px "azo-sans-web",sans-serif;
    margin:0px 0px 30px 0px;
    padding:0px;
}
.forms-box li i {
    color:#cc0402;
    margin:0px 10px 0px 0px;
}
.forms-box ul {
    list-style:none;
    padding:0px;
    margin:0px;
}
.forms-box li {
    margin:0px 0px 10px 0px;
}
@media only screen and (min-width: 1px) and (max-width: 1170px) {
.page-template-insurance section, .category section, .single section {
    float:none;
    width:100%;
    margin:0px 0px 50px 0px;
}
.page-template-insurance aside, .category aside, .single aside {
    float:none;
    width:100%;
    padding:20px;
    border:1px solid #ccc;
}
}
a.blog-thumb {
    float:left;
    margin:0px 25px 0px 0px;
}
.loop-wrap {   
    overflow:hidden;
}
.archive article {
    overflow:hidden;
}
.archive article h2 {
  font: 300 24px/30px "azo-sans-web",sans-serif !important;
  margin: 0px 0 40px;
  padding: 0;
}
.loop-wrap .date {
    display:block;
     font: 300 12px/30px "azo-sans-web",sans-serif !important; 
    text-transform:uppercase;
border-bottom: 1px dotted #ccc;
}
/*------------------------------------*\
    FORM
\*------------------------------------*/

.gfield_label {
   display:none !important;
}
#gform_1 {
   position:relative;
   height:190px;
}
#field_1_1 {
   position:absolute;
   top:0px;
   left:0px;
   width:48%;
	 padding:0px !important;
	 margin:0px !important;
	 
} 
#field_1_2 {
   position:absolute;
   top:0px;
   right:16px;
   width:48%;
	 margin:0px !important;
	 padding:0px !important;
}
#field_1_3 {
   position:absolute;
   top:70px;
   right:16px;
   width:48%;
	 margin:0px !important;
	 padding:0px !important;
}
#gform_wrapper_1 {
   padding:0px !important;
	 margin:0px !important;
}
.gform_wrapper input[type="email"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="text"], .gform_wrapper input[type="url"],
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium,
.gform_wrapper .hidden_label input.large, .gform_wrapper .hidden_label select.large, .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large {
  width:100% !important;
  height:50px;
  padding:0px 15px !important;
} 
.contact-box .gform_wrapper textarea.medium {
  width: 100% !important;
  height:190px !important;
  border:0 none !important;
  padding:15px !important;
}
article .gform_wrapper .gfield_date_day input, article .gform_wrapper .gfield_date_month input, article .gform_wrapper .gfield_date_year input, article .gform_wrapper .gfield_time_hour input, article .gform_wrapper .gfield_time_minute input {
  width: 82% !important;
}
li#field_2_5 {
    margin:30px 0px;
}
.gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_month, .gform_wrapper .gfield_date_year, .gform_wrapper .gfield_time_hour, .gform_wrapper .gfield_time_minute {
  display: inline-block;
  vertical-align: top;
  width: 89px !important;
}

.contact-box .gform_wrapper .hidden_label input.large, .contact-box .gform_wrapper .hidden_label select.large, .contact-box .gform_wrapper .top_label input.large, .contact-box .gform_wrapper .top_label select.large {
  width:100% !important;
  height:50px;
  border:0 none !important;
  padding:0px 15px !important;
}
.contact-box .gform_wrapper textarea.medium {
  width: 100% !important;
  height:190px !important;
  border:0 none !important;
  padding:15px !important;
}
.gform_wrapper textarea.medium {
  height: 190px !important;
  padding: 15px !important;
  width: 100% !important;
}

body .gform_wrapper label.gfield_label + div.ginput_container {
  margin-top: 0 !important;
}
article .gfield_error {
   position:relative;
}
#gform_submit_button_1 {
   position:absolute;
   bottom:0px;
   right:0px;
   width:48%;
    background: #005793 none repeat scroll 0 0;
    border: 2px solid #005793;
    color: #fff;
    display: block;
    font: 700 14px/46px "azo-sans-web",sans-serif;
    height: 50px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}
#gform_submit_button_1:hover {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #005793;
    color: #005793;
}
#gform_submit_button_2, #gform_submit_button_3 {
   width:270px;
    background: #005793 none repeat scroll 0 0;
    border: 2px solid #005793;
    color: #fff;
    display: block;
    font: 700 14px/46px "azo-sans-web",sans-serif;
    height: 50px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    margin:0px 0px 0px 0px;
}
#gform_submit_button_2:hover {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #005793;
    color: #005793;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-left: 0 !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield_html {
  max-width: 100% !important;
}
.contact-box .gform_wrapper li.gfield_error input[type="email"], .contact-box .gform_wrapper li.gfield_error input[type="number"], .contact-box .gform_wrapper li.gfield_error input[type="password"], .contact-box .gform_wrapper li.gfield_error input[type="tel"], .contact-box .gform_wrapper li.gfield_error input[type="text"], .contact-box .gform_wrapper li.gfield_error input[type="url"], .contact-box .gform_wrapper li.gfield_error textarea {
  border: 0 none !important; 
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border-bottom: 0 none !important;
  border-top: 0 none !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.validation_error {
   display:none !important;
}
.validation_message {
  height: 10px;
  right: 0px;
  text-align:right;
  position: absolute;
  top: 42px;
  font-size:10px !important;   
  width: 100%;
  font-weight:300 !important;
  text-transform:uppercase;
}
#gform_confirmation_message_1 {
   text-align:center;
  text-transform:uppercase;
}
.gform_wrapper .top_label .gfield_error {
  width: 100% !important;
}
@media only screen and (min-width: 1px) and (max-width: 720px) {

#gform_1 {
   position:relative;
   height:415px;
}
#field_1_1 {
   position:absolute;
   top:140px;
   left:0px;
   width:100%;
} 
#field_1_2 {
   position:absolute;
   top:0px;
   right:0px;
   width:100%;
}
#field_1_3 {
   position:absolute;
   top:70px;
   right:0px;
   width:100%;
}
.gform_wrapper textarea.medium {
  height:140px !important;
}
#gform_submit_button_1 {
   position:absolute;
   bottom:0px;
   right:0px;
   width:100%;
    background: #005793 none repeat scroll 0 0;
    border: 2px solid #005793;
    color: #fff;
    display: block;
    font: 700 14px/46px "azo-sans-web",sans-serif;
    height: 50px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}
}
.contact-box h4 {
    text-align:center;
	font:300 36px/30px "azo-sans-web", sans-serif !important;
    margin:0px 0px 50px 0px;
    text-transform: uppercase;
}

.ubermenu .ubermenu-colgroup .ubermenu-column, .ubermenu .ubermenu-custom-content-padded, .ubermenu .ubermenu-nonlink, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-submenu-padded, .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target, .ubermenu .ubermenu-target, .ubermenu .ubermenu-widget, .ubermenu-responsive-toggle {
  padding: 0px !important;
  margin:0px 30px 0px 0px !important;
}

ul.miss-box {
    list-style:none;
    padding:0px;
    margin:0px;
}
ul.miss-box li {
    width:100%;
    padding:20px;
    border:1px solid #edeaea;
    margin:0px 0px 20px 0px;
    float:none;
    overflow:hidden;
}
ul.miss-box li img, .img-wrap {
    float:left;
    margin:0px 25px 0px 0px;
    width:50%;
    max-width:280px;
}
.img-wrap {
    position:relative;
}
.img-wrap img { 
    float:none !important;
    margin:0px !important;
    width:100% !important;
    max-width:100% !important;
    transition: all 400ms ease-in-out 0s;
}
.img-funny {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
}
ul.miss-box li:hover .img-funny {
	opacity:1;
}
.miss-text {
    overflow:hidden;
}
.miss-text h3 {
  margin: 0px 0 30px 0;
}
#gform_2 {
    margin:30px 0px 0px 0px;
}
.page-id-287 .contact-wrap {
    display:none;
}
.gform_wrapper li.gfield_error input[type="email"], .gform_wrapper li.gfield_error input[type="number"], .gform_wrapper li.gfield_error input[type="password"], .gform_wrapper li.gfield_error input[type="tel"], .gform_wrapper li.gfield_error input[type="text"], .gform_wrapper li.gfield_error input[type="url"], .gform_wrapper li.gfield_error textarea {
  border: 1px solid #ff0a08 !important;
}

@media only screen and (min-width: 1px) and (max-width: 1130px) {
.ubermenu .ubermenu-colgroup .ubermenu-column, .ubermenu .ubermenu-custom-content-padded, .ubermenu .ubermenu-nonlink, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-submenu-padded, .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target, .ubermenu .ubermenu-target, .ubermenu .ubermenu-widget, .ubermenu-responsive-toggle {
	padding: 0px !important;
	margin: 0px 15px 0px 0px !important;
}
li.ubermenu-item a.ubermenu-target {
	padding: 0px !important;
	margin: 0px 15px 0px 0px !important;
}
}

@media only screen and (min-width: 1px) and (max-width: 520px) {
ul.miss-box li img, .img-wrap {
    float:none;
    margin:0px 0px 25px 0px;
    width:100%;
    max-width:280px;
}  
}
@media only screen and (min-width: 1px) and (max-width: 970px) {
#post-11 h2 br {
    display:none;
}
} 
 
.page-id-29 .contact-wrap {
    display:none;
}

.page-id-13 section, .page-id-287 section {
    max-width:1000px;
    margin:0 auto;
    text-align:justify;
}

@media only screen and (min-width: 1px) and (max-width: 560px) {
.gform_wrapper .top_label li.gfield.gf_left_half {
    margin: 0 0 20px 0px !important;
    width: 100% !important;
}
.gform_wrapper .top_label li.gfield.gf_right_half {
    margin: 0 0 20px 0px !important;
    width: 100% !important;
}
}
@media only screen and (min-width: 1000px) and (max-width: 9999px) {
.page-template-contact-page article {
    float:left;
    width:25%;
}
.page-template-contact-page aside {
    float:right;
    width:70%;
}
}
@media only screen and (min-width: 830px) and (max-width: 999px) {
.page-template-contact-page article {
    float:left;
    width:30%;
}
.page-template-contact-page aside {
    float:right;
    width:65%;
}
}
@media only screen and (min-width: 1px) and (max-width: 829px) {
.page-template-contact-page article {
    float:none;
    width:100%;
}
.page-template-contact-page aside {
    float:none;
    width:100%;
}
}
#field_3_8 {
    margin:20px 0px 0px 0px;
}
#field_2_9 {
    margin:16px 0px 0px 0px;
} 
#post-29 h3 {
  font: 300 18px/24px "azo-sans-web",sans-serif !important;
}
.gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio {
	margin: 0 !important;
	padding: 0;
}
.front-doctors {
    width:95%;
    max-width:1170px;
    margin:50px auto 40px auto;
}
/*------------------------------------*\
    PRODUCTS
\*------------------------------------*/

.center-title {
    text-align:center;
}
.single-products .attachment-post-thumbnail, .single-eye-care .attachment-post-thumbnail {
     float:left;
     margin:0 23px 20px 0;
}
ul.top-boxes {
     list-style:none;
     padding:0px;
     margin:0px;
     overflow:hidden;
}
ul.top-boxes li {
     width:31%;
     float:left;
     margin:0px 3.5% 30px 0px;
     border:1px solid #edeaea;
     padding:15px;
     height:520px;
     position:relative;
}
.feat-wrap .top-boxes li {
     border:1px solid #fff !important;

}


.ptitle h2 {
	font:300 20px/20px "azo-sans-web", sans-serif !important;
    padding:0px; 
    margin:20px 0px;
} 

a.ex-more {
    background: #005793 none repeat scroll 0 0;
    border: 2px solid #005793;
    color: #fff;
    display: block;
    font: 700 14px/36px "azo-sans-web",sans-serif;
    height: 40px;
    letter-spacing: 2px;
    margin: 20px 0 0;
    text-align: center;
    text-transform: uppercase;
    width: 140px;
}
ul.top-boxes a.ex-more {
    position:absolute;
    bottom:15px;
    left:15px;
}
a.ex-more:hover {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #005793;
    color: #005793;
}
article#post-621, article#post-652, article#post-683, article#post-11 {
    text-align:center;
    margin:0px 0px 40px 0px;
}
@media only screen and (min-width: 1px) and (max-width: 540px) {
.single-products .attachment-post-thumbnail {
     float:none;
     display:block;
     margin:23px auto;
}
}

@media only screen and (min-width: 861px) and (max-width: 9999px) {
ul.top-boxes li:nth-child(3n+3) {
     margin:0px;
}
}
@media only screen and (min-width: 421px) and (max-width: 860px) {
ul.top-boxes li {
     width:48%;
     float:left;
     margin:0px 4% 30px 0px;
     border:1px solid #edeaea;
     padding:15px;
     height:550px;
     position:relative;
}

ul.top-boxes li:nth-child(even) {
     margin:0px 0px 30px 0px;
}

}
@media only screen and (min-width: 1px) and (max-width: 420px) {
ul.top-boxes li {
     width:100%;
     float:left;
     margin:0px 0px 30px 0px;
     border:1px solid #edeaea;
     padding:15px;
     height:550px;
     position:relative;
}

}
.feat-box .ptitle {
  overflow: hidden;
}

.feat-box {
    clear:both;
    padding:60px 0px;
    background:url(img/pattern2.png);
}
.feat-boxes { 
    list-style:none;
    padding:0px;
    margin:0px;
    overflow:hidden;
}
.feat-boxes li {
    width:48%;
    margin:0px 4% 20px 0px;
    float:left;
    position:relative;
	font:300 13px/19px "azo-sans-web", sans-serif;
}
.feat-boxes li:nth-child(even) {
    margin:0px 0px 20px 0px;
}
.feat-boxes li .pimage {
    float:left;
    margin:0px 25px 0px 0px;
}
.feat-wrap {
    width:95%;
    max-width:1170px;
    margin:0 auto;
}
.feat-boxes .ptitle h2 {
  font: 300 20px/20px "azo-sans-web",sans-serif !important;
  margin: 0 0 20px 0 !important;
  padding: 0;
}
@media only screen and (min-width: 1px) and (max-width: 1200px) {
.feat-boxes li {
    width:100%;
    margin:0px 0% 30px 0px;
    float:none;
    position:relative;
	font:300 13px/19px "azo-sans-web", sans-serif;
    display:block;
    clear:both;
    overflow:hidden;
}
.feat-boxes li:nth-child(even) {
    margin:0px 0px 20px 0px; 
}
}
@media only screen and (min-width: 1px) and (max-width: 760px) {
.feat-boxes li .pimage {
    float:none;
    display:block;
    margin:0px auto 30px auto;
    text-align:center;
}
.feat-boxes li .ptitle {
    text-align:center;
}
a.ex-more {
    margin:20px auto 0px auto;
}
}
/*------------------------------------*\
    GOOGLE MAP
\*------------------------------------*/
    .google-maps {
        position: relative;
        padding-bottom: 20%; // This is the aspect ratio
        height: 0;
        min-height:320px;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
/*------------------------------------*\
    SLIDER 
\*------------------------------------*/

.splash {
   display:block;
   width:100%;
   overflow:hidden;
   position:relative;
   max-height:500px;
}
.splash ul {
   list-style:none;
   padding:0px;
   margin:0px;
}
.splash .loading ul { 
   margin:0px;
   max-height:500px; 
   background:url(img/ajax-loader.gif) center center no-repeat #fff !important;
    background-repeat: no-repeat !important;
    background-size: 32px 32px  !important;
   min-height:350px;   
   overflow:hidden;
   padding:0px 0px 24% 0px !important;
}
.splash .loading li.slideshow-slide {
    display:none !important;
}
.splash li.slideshow-slide {
   padding:0px 0px 24% 0px;
   margin:0px;
   max-height:500px;
    background-repeat: no-repeat !important;
    background-size: 100% auto  !important;
   min-height:350px;  
}
.flex-control-nav {
    list-style:none;
    padding:0px;
    margin:0px;
    display:block;
}

.slide-wrap {
    position:absolute;
    bottom:0px; 
    left:0px;
    width:100%;
    display:block;
}
.text-wrap {
    color:#fff;
    width:95%;
    max-width:1170px;
    margin:0px auto;
    text-align:center; 
}
.slide-text {
    background:url(img/blue.png) top center repeat;
    width:430px;
    display:block;
    padding:25px;
}
h2.front_heading {
	font:300 34px/34px "azo-sans-web", sans-serif !important; 
    padding:0px;
    margin:0px 0px 30px 0px;
}
.slide-wrap a {
    color:#fff;
	font:700 14px/70px "azo-sans-web", sans-serif;
    height:70px;
    text-transform:uppercase;
    letter-spacing:2px;
    border:2px solid #fff;
    width:95%; 
    max-width:290px;
    display:inline-block;
    height:70px;
}
a.slide_link:hover {
    background:#fff;
    color:#005793;
}
@media only screen and (min-width: 1px) and (max-width: 1000px) {
.splash li.slideshow-slide {
   padding:0px 0px 23% 0px;
   margin:0px;
   min-height:350px; 
    background-repeat: no-repeat !important;
    background-size: auto 100%  !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.follow_icon {
    display:none !important;
}
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
.slide-wrap {
    position:absolute;
    bottom:0px; 
    left:0px;
    width:100%;
    display:block;
    height:350px;
}
.text-wrap {
    color:#fff;
    width:100%;
    max-width:1170px;
    margin:0px auto;
    display:table;

}
.slide-text {
    background:url(img/blue.png) top center repeat;
    width:100%;
    height:350px;
    padding:0px;
    text-align:center; 
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
h2.front_heading {
	width:95%;
    margin:0 auto 40px auto;
    max-width:290px;
}
}
/*------------------------------------*\
    MOBILE MENU
\*------------------------------------*/
.taptap-by-bonfire ul li.current-menu-item a {
    color: #fff !important;
}
.taptap-by-bonfire ul li.current-menu-item a {
    color: #fff !important;
}
.taptap-by-bonfire ul.sub-menu a {
    color: #fff !important;
}
.taptap-by-bonfire ul li a {
    color: #fff !important;
  text-transform:uppercase;
}
.taptap-by-bonfire .menu li span svg {
  fill: #fff !important;
}
.tap-tap-header {
  background-color: #fff !important;
  z-index: 9999999 !important;
}
.taptap-by-bonfire ul.sub-menu a {
  font-size: 13px !important;
  text-transform:uppercase;
}
.mobile-call {
    display:none;
}
.taptap-background-color {
    background:#1075bb !important;
}
.tap-tap-header {
-webkit-box-shadow: 0px 2px 3px 3px rgba(0,0,0,0.08);
-moz-box-shadow: 0px 2px 3px 3px rgba(0,0,0,0.08);
box-shadow: 0px 2px 3px 3px rgba(0,0,0,0.08);
}
@media only screen and (min-width: 1px) and (max-width: 1000px) {

.header {
    height:67px;
} 
.mobile-call {
    display:block;
    position:fixed;
    top:0px;
    right:0px;
    z-index:99999999 !important;
    width:67px;
    height:67px;
    color:#fff;
    background:#8cc646;
 	font:700 13px/11px "azo-sans-web", sans-serif;
    text-align:center;
    padding:8px 5px;
}
.mobile-call i {
    color:#5f8e26;
    font-size:24px;
    display:block;
    margin:0px 0px 2px 0px;
}
}
@media only screen and (min-width: 341px) and (max-width: 1000px) {
.logo-img {
    z-index:99999999 !important;
    left:50%;
    margin-left:-85px;
    width:170px;
    position:fixed;
    top:16px;
} 
.follow_icon, a.comp-call {
    display:none;
}
}
@media only screen and (min-width: 1px) and (max-width: 340px) {
.logo-img {
	z-index: 99999999 !important;
	left: 50%;
	margin-left: -70px;
	width: 140px;
	position: fixed;
	top: 21px;
}
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

main {
    width:95%;
    margin:50px auto;  
    max-width:1170px;
}
.home-main {
    width:100%;
    background:url(img/pattern2.png) top left;
    color:#2d2d2d;
    padding:70px 0px;
    margin:0px auto; 
    max-width:9990px;  
}
.home-main a {
    color:#2d2d2d;
}
.home-section { 
    width:95%;
    margin:0px auto; 
    max-width:900px;
    text-align:center;
}
.cat-list { 
    display:block;
    margin:20px 0px 40px 0px;
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
    padding:10px 20px;
    clear:both;
}
@media only screen and (min-width: 1px) and (max-width: 640px) {
.home-main {
    padding:30px 0px;
}

.home-main h1 {
	font:300 20px/20px "azo-sans-web", sans-serif !important;
    margin: 0 auto 30px;
    max-width: 180px; 
    padding: 0;
} 
article#post-13 img {
    display:block;
    float:none;
}
    
}
}

.front-doctors {
    width:95%;
    max-width:1170px;
    margin:0 auto;
    padding:60px 0px 50px 0px;
}
.front-doctors ul {
    list-style:none;
    padding:0px;
    margin:0px;
}
.front-doctors li {
    width:49%;
    margin:20px 2% 0px 0px;
    float:left;
    border:1px solid #edeaea;
    padding:20px 20px 80px 20px;
    position:relative;
}

.front-doctors li:nth-child(even) {
    margin:20px 0px 0px 0px !important;
} 

@media only screen and (min-width: 961px) and (max-width: 9999px) {
.front-doctors li {
    min-height:710px;
}
img.headshot {
    max-width:320px;
    margin:0px auto;
    display:block;
}
}

.doc-name {
	font:300 19px/19px "azo-sans-web", sans-serif !important;
    margin: 30px auto 5px auto;
    color:#7d8286;
    display:block;
}
.doc-title {
	font:300 15px/15px "azo-sans-web", sans-serif !important;
    margin: 0px auto 20px auto;
    color:#53afee;
    display:block;
}
.acc-new {
    display:block;
    margin:0px 0px 20px 0px;
}
a.more-link {
    color:#fff;
	font:700 14px/36px "azo-sans-web", sans-serif;
    height:40px;
    text-transform:uppercase;
    letter-spacing:2px;
    width:120px;
    background:#005793;
    border:2px solid #005793;
    display:block;
    margin:0px;
    text-align:center;
    position:absolute;
    bottom:20px;
    left:20px;
}
a.more-link:hover {
    color:#005793;
    background:#fff;
    border:2px solid #005793;
}  
@media only screen and (min-width: 481px) and (max-width: 960px) {
.front-doctors li {
    width:49%;
    margin:20px 2% 0px 0px;
    float:left;
    border:1px solid #edeaea;
    padding:20px 20px 80px 20px;
}
.front-doctors li:nth-child(2) {
    margin:20px 0px 0px 0px !important;
}
}
.front-doctors h3 {
    text-align:center;
	font:300 36px/30px "azo-sans-web", sans-serif !important;
    margin:0px 0px 30px 0px;
}
@media only screen and (min-width: 1px) and (max-width: 480px) {
.front-doctors li {
    width:100%;
    margin:20px 0px 0px 0px;
    float:none;
    border:1px solid #edeaea;
    padding:20px 20px 80px 20px;
}
.front-doctors li:nth-child(2) {
    margin:20px 0px 0px 0px !important;
}
.front-doctors h3 {
    text-align:center;
	font:300 24px/21px "azo-sans-web", sans-serif !important;
    margin:0px 0px 30px 0px;
}
.front-doctors {
    padding:30px 0px 30px 0px;
}
.contact-box h4 {
  font: 300 24px/21px "azo-sans-web",sans-serif !important;
  margin: 0 0 40px; 
}
}



.miss-hist {
    width:95%;
    margin:0 auto;
    max-width:1170px;
    padding:30px 0px 70px 0px;
}
.mission-box {
    width:48%;
    margin:0px 4% 0px 0px;
    float:left;
}
.history-box {
    width:48%;
    float:left;
}
.miss-hist h4 { 
  display: block;
  font: 300 24px/24px "azo-sans-web",sans-serif !important;
  margin: 0px 0px 20px 0px;
  padding:0px 0px 20px 0px;
  border-bottom:1px solid #ccc;
}
.miss-hist h4 img {
   margin:0px 20px 0px 0px;
   height:24px;
   width:auto;
}
a.more-link2 {
    color:#fff;
	font:700 14px/36px "azo-sans-web", sans-serif;
    height:40px;
    text-transform:uppercase;
    letter-spacing:2px;
    width:120px;
    background:#c3c3c3;
    border:2px solid #c3c3c3;
    display:block;
    margin:20px 0px 0px 0px;
    text-align:center;
}
a.more-link2:hover {
    color:#c3c3c3;
    background:#fff;
    border:2px solid #c3c3c3;
}  
@media only screen and (min-width: 1px) and (max-width: 720px) {
.mission-box {
    width:100%;
    margin:0px 0px 60px 0px; 
    float:none;
    padding:0px 20px;
}
.history-box {
    width:100%; 
    margin:0px 0px 30px 0px;
    float:none;
    padding:0px 20px;
}
}
/*------------------------------------*\
    QUICK CONTACT
\*------------------------------------*/

.contact-wrap {
	background: url(img/pattern3.png) top left;
	padding: 60px 0px;
	border-bottom: 2px solid #fff;
}
.contact-box {
    width:95%;
    max-width:1170px;
    margin:0 auto;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

.blog-thumb {
    background:#fafafa;
    text-align:center;
    display:block;
    float:left;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
h1 {
	font:300 36px/34px "azo-sans-web", sans-serif !important;
    padding:0px;
    margin:0px 0px 40px 0px;
}
h2 {
	font:300 24px/24px "azo-sans-web", sans-serif !important;
    padding:0px;
    margin:30px 0px 40px 0px;
}
h3 {
	font:300 24px/24px "azo-sans-web", sans-serif !important;
    padding:0px;
    margin:30px 0px 40px 0px;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

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

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
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%;
	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 .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

