/*
Theme Name: CGHS Custom Theme
Theme URI: https://www.grindstone.com.au
Author: Yavisht Katgara
Author URI: https://www.grindstone.com.au
Description: Custom theme for CGHS. Bootstrap and _s based.
Version: 1.1.10
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700');

body {
	word-wrap: break-word;
	font-family: 'Rubik', sans-serif;
	font-size:10px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 400;
    text-transform: uppercase;
}
h1{font-size: 4.3em;}
a{display:inline-block;}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.nopaddingbottom{padding-bottom:0;}
.nopadding{padding:0px;}
.nomargin{margin:0;}
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	font-size:0px;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.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: 1.4em;
	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 */
}
table { width: 100%; border-collapse: collapse; border-spacing: 0;margin-top:50px;margin-bottom:30px; }
td, th {
    padding: 15px;
}
th{font-weight:400;text-transform: uppercase;}
td{font-weight: 300;}
b, strong {
    font-weight: 500;
}
/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}
.shadow{
	-webkit-box-shadow: 2px 2px 7px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    2px 2px 7px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         2px 2px 7px 0px rgba(50, 50, 50, 0.2);
}

/* Clearing */
.clear {
	clear: both;
}

/*Globals*/
.btn-yellow {
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px 30px;
}
.btn-yellow:hover {
    background:#ffc306  !important;
}

.btn-yellow:after {
    content: '>';
    margin-left: 15px;
}


.site-header__top {
    position: relative;
}


/*Font resize Container*/
.font-resize-container {
    font-size: 16px;
    position: absolute;
    right: 10%;
    top: 45px;
    z-index: 2;
}
.font-resize-container ul{list-style: none;}
.font-resize-container ul li a{color:inherit;}
/*Search Container*/
.site-branding {
    left: 30px;
    top: 20px;
}
.search-container {
    background: #f5f4ef none repeat scroll 0 0;
    display: table;
    height: 120px;
    right: 0;
    text-align: center;
}
.search-container__icon {
    display: table-cell;
    font-size: 2.7em;
    vertical-align: middle;
}
/* Menu top */
.main-menu-top{top:40px;z-index: 1;}
.main-menu-top .ubermenu .ubermenu-nav li a span {font-size: 1.4em;color:#414143;font-weight: 300;}
.main-menu-top .ubermenu .ubermenu-nav li a:hover span {text-decoration: underline;}

/* Main Menu Yellow buttons */
.main-menu-top li.btn-yellow{margin-right:10px;border-radius: 10px;margin-top:5px;font-size: 1em;}
.main-menu-top li.btn-yellow:after{content:none;margin:auto;}
.main-menu-top li.btn-yellow a {padding: 10px 20px;}
.main-menu-top li.btn-yellow a span{text-transform: uppercase;font-weight: 400 !important;}
.main-menu-top li.btn-yellow a:after {content: '>';margin-left: 15px;color:#414143;top:1px;position:relative;}
/* Main Menu Level 0 */
.site-navigation{position:absolute;width:100%;}
.main-menu .ubermenu .ubermenu-nav li.ubermenu-item-level-0 a {padding:25px;}
.main-menu .ubermenu .ubermenu-nav li.ubermenu-item-level-0 a span {font-size: 2em;text-transform: uppercase;color:#eeede5;}
.main-menu .ubermenu .ubermenu-nav li.ubermenu-item-level-0 a:hover {background:#414143;}
.main-menu .ubermenu .ubermenu-nav li.ubermenu-item-level-0 a:hover span {font-size: 2em;text-transform: uppercase;color:#ffcb05;text-decoration: underline;}

/* Main Menu Level 1 */
.main-menu .ubermenu .ubermenu-item-layout-image_above > .ubermenu-image{margin-bottom:30px;}
.main-menu .ubermenu .ubermenu-nav li.ubermenu-item-level-1 a {margin: 50px 25px 20px;padding:0px;}
.main-menu .ubermenu .ubermenu-nav li.ubermenu-item-level-1 a span {font-size: 2em;text-transform: none;color:#ffcb05;font-weight:300;line-height: 1;}
.main-menu .ubermenu .ubermenu-nav li.ubermenu-item-level-1 a:hover span {text-transform: inherit;text-decoration: underline;}

/* Main Menu Level 2 */
.main-menu .ubermenu .ubermenu-nav li.ubermenu-item-level-1 .ubermenu-submenu{padding:0;}
.main-menu .ubermenu .ubermenu-nav li.ubermenu-item-level-2 a {margin-bottom: 20px;margin-top: 0;padding: 0;margin: 13px 35px;}
.main-menu .ubermenu .ubermenu-nav li.ubermenu-item-level-2 a span {font-size: 1.4em;color:#eeede5;font-weight:300;text-transform: none;}
.main-menu .ubermenu .ubermenu-nav li.ubermenu-item-level-2 a:hover span {color:#ffcb05;text-transform: inherit;font-size: inherit;font-size: 1.4em;}
.main-menu .ubermenu .ubermenu-nav li.ubermenu-item-level-2 a span:before {content:'>';margin-right:10px;display:inline-block;}
/* Submenu emergency message */
.menu-emergency{color:#fff;background:#555556;border-top:1px solid #ffcb05;padding:25px 0px;margin-top:30px;text-align: center;text-transform: uppercase;font-size: 1.7em; }

/* Main Menu Level 1 Flyout Menu Links */
.main-menu .ubermenu .ubermenu-nav li.ubermenu-item-level-0 .ubermenu-submenu-type-flyout li.ubermenu-item-level-1 a {margin: 20px 25px;}
.main-menu .ubermenu .ubermenu-nav li.ubermenu-item-level-0 .ubermenu-submenu-type-flyout li.ubermenu-item-level-1 a span {font-size: 1.6em;}

/* Main Menu Level 1 Flyout Menu Links */
.main-menu .ubermenu .ubermenu-nav li.ubermenu-item-level-0 .ubermenu-submenu-type-flyout {padding-bottom:25px;}
.main-menu .ubermenu .ubermenu-nav li.ubermenu-item-level-0 .ubermenu-submenu-type-flyout li.ubermenu-item-level-1 .ubermenu-submenu a {margin: 5px 35px;}
.main-menu .ubermenu .ubermenu-nav li.ubermenu-item-level-0 .ubermenu-submenu-type-flyout li.ubermenu-item-level-1 .ubermenu-submenu a span {font-size: 1.4em;}

/* Main Menu Active State */
.main-menu .ubermenu .ubermenu-nav li.ubermenu-current-menu-item > a span{text-decoration: underline;}
.main-menu .ubermenu .ubermenu-nav li.ubermenu-current-page-ancestor > a span{text-decoration: underline;}

/* Main Menu Chevron */

.main-menu .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target:after {
    -moz-osx-font-smoothing: grayscale;
    color: #eeede5;
    content: ">";
    display: inline-block;
    font-family: inherit;
    font-size: 2em;
    font-style: inherit;
    font-weight: 400;
    line-height: 1;
    margin-left: 20px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
	right:auto;
}
.main-menu .ubermenu-sub-indicators .ubermenu-has-submenu-drop:hover > .ubermenu-target:after{color:#ffcb05;}
#ubermenu-nav-main-5-main-menu-top{float:right;position:relative;right:100px;}
.shiftnav-toggle {float:right;}
nav.shiftnav-nav ul.shiftnav-menu li.btn-yellow{background:none !important;}
nav.shiftnav-nav ul.shiftnav-menu li.btn-yellow:after{display:none;}
.responsive-menu .shiftnav-toggle-button {
    background: none;
    color: #414143;
    display: inline-block;
    padding: 0;
    position: relative;
    top: 40px;
}
.responsive-menu .shiftnav-toggle-button:hover {
    background: none;
    padding: 0;
	color:inherit;
}
.responsive-menu .shiftnav-toggle-button .fa {
    font-size: 4em;
    margin-right: 15px;
}
body .shiftnav::after{box-shadow: 0 0 0 rgba(0, 0, 0, 0);}

/*Slider*/
.slider{margin-bottom:106px;}
.slide{height:620px;position:relative;}
.slide .leaf img {
    position: absolute;
    bottom: -106px;
	left:50px;
}

/*Quicklinks*/
.quick-links{margin-top: 70px;margin-bottom:90px;}
.home h3 {
    font-weight: 300;
    font-size: 3.2em;
	text-transform: none;
}
.home .quick-links h3 {
    margin-bottom: 40px;
    text-align: center;
}
.quick-links__icon {
    position: relative;
    top: -5px;
    width: 37px;
}
.quick-links__list:nth-of-type(odd){
	border-right:1px solid #eeede5;
	border-left:1px solid #eeede5;
}
.quick-links__list{padding-top:40px;padding-bottom:40px;}
.quick-links__list ul{list-style: none;}
.quick-links__list ul li a{font-size: 2em;color:#0086a3;font-weight: 300;margin-left:10px;}
.quick-links__list ul li{margin-bottom:35px;}


/*Promo Spaces*/
.promo-space-1{
	height:260px;
}

.promo-space-1 .container{
	height:100%;
	display:table;
}

.promo-space-1 .container .row{
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.promo-space-2{
	height:180px;
}

.promo-space-2 .container{
	height:100%;
	display:table;
}

.promo-space-2 .container .row{
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.promo-space-1 h3, .promo-space-2 h3{font-size: 3.2em;font-weight:500;}
.promo-space-1 p, .promo-space-2 p {margin-bottom:0;font-size: 1.6em;}
.promo-space-1__content a, .promo-space-2__content a{float:left;}

.promo-space-1__button {
    top:105px;
    position: absolute;
    right: 0;
}
.promo-space-2__button {
    top:58px;
    position: absolute;
    right: 0;
}
/* News Reports */
.news-reports{
	min-height:772px;
	background-image: url('assets/leaf-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:100px;
	padding-bottom:100px;
}
.news-reports h3{
	margin-bottom:30px;
}
.news-reports .container{
	
}
.news-reports .col-sm-8{
	padding:0;
}

.news-reports__news a{text-decoration:none;color:inherit;display: block;}

.news-reports__news-inner{
	background:#fff;
	margin-bottom:40px;
}
.news-reports__news-title{
	text-transform: uppercase;
	font-size: 2em;
	margin:0;
	font-weight: 300;
	line-height:1.3;
	padding: 30px 30px 0px 30px;
}
.news-reports__news-date{
	font-size: 1.2em;
	margin:0;
	padding: 10px 30px 30px 30px;
}

.news-reports__reports ul{
	margin-bottom:40px;
	list-style: none;
	padding:0;
}
.news-reports__reports ul li{
	background: #fff;
	font-weight:300;
	font-size: 1.8em;
	margin-bottom:10px;
	padding:25px;
}
.news-reports__reports ul li img{
	vertical-align: top;
}
.news-reports__reports ul li a {
    color: inherit;
    width: 77%;
    margin-left: 15px;
}

/*Locations*/
.locations {
    margin-bottom: 100px;
    margin-top: 116px;
}

.home .locations h3 {
    margin-bottom: 40px;
    text-align: center;
}

.locations__icon{
	-moz-transform:scale(0.6);
    -webkit-transform:scale(0.6);
    transform:scale(0.6);
}
.locations__list{padding-top:40px;padding-bottom:40px;}
.locations__list img {
    width: 66px;
}

.locations__list:nth-of-type(odd){
	border-right:1px solid #eeede5;
	border-left:1px solid #eeede5;
}

.locations__list ul{list-style: none;padding-left:99px;}
.locations__list ul li{margin-bottom:35px;}
.locations__list ul li:first-of-type{margin-top:40px;}
.locations__list ul li:last-of-type{margin-bottom:0px;}
.locations__list ul li a{font-size: 2em;color:#0086a3;font-weight: 300;}


/**
* modal, search icon and search page
*/
.modal .container-fluid{width:100%;display:table;}
.modal-header .close {
    color: #fff;
    opacity: 1;
    position: absolute;
    right: 25px;
    text-shadow: none;
    top: 25px;
}
.modal .closebutton{display: table-cell;vertical-align: middle;float:none;}
.modal .closebutton .close{font-size: 4.5em;font-weight: normal;}
.modal .menu__search{color:inherit;}
.modal-dialog {
    height: 100%;
    margin: 0;
    position: relative;
    width: 100%;
}
 .modal-content {
    height: 100%;
    border: medium none;
    border-radius: 0;
    overflow-y: scroll;
	background-color: rgba(65, 65, 67, 0.97);
}
.modal-header {
    border:medium none;
	height: 122px;
    margin-bottom: 50px;
}
.modal-body{font-size:1.6em;}
.modal-body .container{max-width:960px;text-align: center;}
#search-form-input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #676769;
    border-radius: 0;
    box-shadow: none;
    color: #FFF;
    display: inline-block;
    font-size: 2.6em;
    line-height: 2em;
    margin-bottom: 60px;
    padding-bottom: 15px;
    height: 75px;
	text-align: center;
}
.search-submit {
    border: medium none;
    font-size: 13px;
}

.search-container__icon a{color:#414143;}
.searchform h1{font-weight: 300;color:#fff;}
#search-form-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
#search-form-input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
#search-form-input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
#search-form-input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.post-type{text-transform: capitalize;font-size: 13px;}

.search .banner {margin-bottom: 0px;}
.search .banner h1 {
	display: table-cell;
	margin: 0;
	position: relative;
	top: 70px;
	vertical-align: middle;
}
.search .banner__image {height: 250px;display:table;}
.search .banner__image span {color:#959485;}
.search .banner .container{border-bottom:1px solid #eeede5;}
.search .search-result{border-bottom:1px solid #eeede5; padding:50px 0 50px 150px;}
.search .search-result:last-of-type{margin-bottom:150px;}
.search .entry-content h3{margin-bottom:15px;margin-top:0;color:#0086a3;font-size: 2.4em;font-weight:300;}
.search .btn-yellow {
    padding: 9px 15px;
}
.search-permalink, 
.search-excerpt{margin-top:30px;}

/* Banners */
.page-template-hospitals .banner {
    margin-bottom: 215px;
}
.page-template-hospitals .banner__image{height:520px;position:relative;}

.page-template-landing-page .banner{margin-bottom:90px;}
.banner{margin-bottom:30px;}
.banner__image{height:360px;position:relative;}
.banner__image .leaf {
    bottom: -221px;
    max-width: 991px;
	left:-100px;
    position: relative;
}
.banner__image .leaf img {
	min-width: 100%;
}
.banner__image .leaf__text {
    padding-left: 36%;
    padding-right: 18%;
    padding-top: 10%;
    position: absolute;
    top: 0;
    width: 100%;
}
.leaf__text-title,
.leaf__text-slogan{font-weight: 500;text-transform: uppercase;line-height:1;}

.leaf__text-title{color:#fff;font-size: 3em;}
.leaf__text-slogan {font-size: 6.7em;}

/**
* Entry Content
*/
p#breadcrumbs {
    margin-bottom: 60px;
    padding: 0 15px;
	font-size: 1.3em;
}

.page-template-hospitals .content-top{margin-bottom:85px;}
.page-template-landing-page .content-top {margin-bottom: 60px;}
.page-template-default .content-top {margin-bottom: 60px;}

.content-top .entry-content p{font-size: 2em;font-weight: 300;margin-bottom:25px;}
.content-top .logo-area{margin-top:70px;}

.content-bottom{margin-top:100px;margin-bottom:100px;}
.content-bottom .entry-content p{font-size: 1.6em;font-weight: 300;margin-bottom:25px;}

.entry-content {padding-right: 30px;}
.entry-content p{font-size: 1.6em;font-weight: 300;margin-bottom:25px;}
.entry-content blockquote{border:medium none;padding:0;font-size: inherit;}
.entry-content blockquote p{font-size: 2em;font-weight: 300;margin-bottom:25px;margin-top:25px;}

.entry-content img{margin-top:40px;margin-bottom: 40px;width:100%;}
.entry-content h1{margin-bottom:45px;}
.entry-content h3 {
    display: inline-block;
    margin-top: 25px;
	margin-bottom:25px;
    text-transform: none;
}
.entry-content ul li {
    font-size: 1.6em;
    font-weight: 300;
    line-height: 30px;
}
table{font-size: 1.4em;}
/**
* Accordion
*/
.panel-default {
    border: medium none;
}
.panel-group .panel{box-shadow: none;border-radius: 0;	border-top:1px solid; border-color: #eeede5;}
.panel-group .panel:last-of-type{border-bottom:1px solid;border-color: #eeede5;}
.panel-default > .panel-heading {
    background:transparent;
    color: #0086a3;
	padding:30px 0px;
	border-radius: 0;
	position:relative;
}
.panel-title{font-size: 1.8em;}
.panel-title > a[aria-expanded="false"]:after {
    background-image: url("assets/icon-chevron-down-blue.png");
    background-repeat: no-repeat;
    background-size: cover;
    content: " ";
    height: 8px;
    margin-top: 6px;
    position: absolute;
    right: 30px;
	top:40%;
    width: 16px;
}
.panel-title > a[aria-expanded="true"]:after {
    background-image: url("assets/icon-chevron-up-blue.png");
    background-repeat: no-repeat;
    background-size: cover;
    content: " ";
    height: 8px;
    margin-top: 6px;
    position: absolute;
    right: 30px;
    width: 16px;
	top:40%;
}
.panel-body {
    padding: 15px 0;
}
.panel-group .panel + .panel {
    margin-top: 0px;
}
/**
* Sidebar
*/
.sidebar aside{margin-bottom:20px;}
.sidebar__wrap{padding: 30px 25px;}
.sidebar h3{font-weight: 500;font-size: 2.8em;margin: 0 0 20px;}
.sidebar p{font-weight: 300;font-size: 1.6em;margin-bottom:30px;}
.sidebar .btn-yellow {padding: 9px 15px;}
.sidebar__green h3{color:#fff;}
.sidebar__khaki h3{color:#49C0B6;}
/**
* Contact Details - Hospital Template
*/
.contact-details {
    padding: 75px 0;
	color:#fff;
	font-size: 10px;
}
.contact-details .col-md-3{padding-left:20px;padding-right:20px;}
.contact-details__number{font-size: 3.2em;margin-bottom:60px;}
.contact-details__number img{vertical-align: middle;margin-right:10px;}
.contact-details__number span{color:#fff;text-transform: uppercase;font-size: 0.5em;}

.contact-details h4 {
  margin-bottom: 25px;
}
.contact-details p{font-weight: 300;margin-bottom:20px;line-height:1.6;font-size: 1.6em;}
.contact-details p img {
    float: left;
    margin-right: 10px;
    vertical-align: middle;
	width:25px;
	margin-bottom: 10px;
}
.arrow {
    border-radius: 60px;
    display: table;
    height: 60px;
    margin: 0 auto -60px;
    padding-top: 25px;
    position: relative;
    text-align: center;
    top: -30px;
    width: 60px;
}
.form-control:focus {
    border-color: #FFC306;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 195, 6, 0.6);
    outline: 0 none;
}

/**
* Hospital Services & Sub pages
*/
.khakibox {
    padding-bottom: 50px;
    padding-top: 80px;
}
.page-template-landing-page .khakibox {
    padding-bottom: 30px;
    padding-top: 60px;
}
.single-service{margin-bottom:30px;}
.single-service__wrapper {
    background: #fff none repeat scroll 0 0;
    min-height: 182px;
    padding: 30px 15px;
    text-align: center;
}
.single-service__wrapper a{display: block;text-transform: uppercase;font-size: 1.8em;color:#0086a3;line-height:1.2;}
.single-service__wrapper a.service-link{margin-top:10px;}
.single-sub-page{margin-bottom:30px;display: table;min-height:250px;}
.single-sub-page__wrapper {
    background: #fff none repeat scroll 0 0;
    display: table-cell;
    height: 90px;
    padding: 0 45px;
    text-align: center;
    vertical-align: middle;
}
.single-sub-page__wrapper a.service-link{display: block;text-transform: uppercase;font-size: 1.8em;color:#0086a3;}

/**
* News Blog template
*/

.page-template-blog-listing .banner {margin-bottom: 0px;}
.page-template-blog-listing .banner h1 {
	display: table-cell;
	margin: 0;
	position: relative;
	top: 70px;
	vertical-align: middle;
}
.page-template-blog-listing .banner__image {height: 250px;display:table;}
.page-template-blog-listing .banner__image span {color:#959485;}
.page-template-blog-listing .banner .container{border-bottom:1px solid #eeede5;}

.page-template-blog-listing .news-single .col-sm-6{padding-left:25px;padding-right:25px;}
.page-template-blog-listing .news-single{border-bottom:1px solid #eeede5;padding:50px 0;}
.page-template-blog-listing .news-single:last-of-type{margin-bottom:150px;}
.page-template-blog-listing .entry-content h3{margin-bottom:10px;margin-top:0;text-transform:uppercase;font-size:2.4em;font-weight:300;}
.page-template-blog-listing .btn-yellow {
    padding: 9px 15px;
}
.page-template-blog-listing .news-date {
    font-size: 1.2em;
	color: #0086a3;
	margin-bottom:25px;
}
.page-template-blog-listing .entry-content img{margin:0;}


/**
* Single.php
*/
.single .banner{margin-bottom:100px;}
.single .banner .container{height:100%;display:table;}
.single .banner .container .row {
    display: table-cell;
    position: relative;
    top: 15px;
    vertical-align: middle;
}
.single .banner .container p{color:#fff;margin:0;font-size:1.6em;}
.single .content .container a.btn-yellow{padding: 10px 20px;}
.single .content .container a.btn-yellow::after {
    content: "";
    margin-left: 0px;
}
.single .content .container a.btn-yellow::before {
    content: "<";
    margin-right: 10px;
}
.single .content .container .entry-content blockquote:first-of-type p{margin-top:0;}
.single .content .container {max-width:1024px;}
/**
* Contact Us
*/
.page-template-contact-us .khakibox{padding-bottom:80px;}
.contact-locations .col5__wrap {
    background: #fff;
    margin-bottom: 30px;
    padding: 30px 20px;
    min-height: 360px;
}
.contact-locations .location_name{text-transform: uppercase;color:#0086a3;font-size: 2em;line-height: 1.1;font-weight: 300;margin-bottom:20px;height:40px;}
.contact-locations .location_address{font-size: 1.6em;font-weight: 300;margin-bottom:15px;}
.contact-locations .location_phone{font-size: 1.6em;font-weight: 300;margin-bottom:45px;}
.contact-locations .location_directions{text-align: center;}
.contact-locations .col5__wrap img{vertical-align: middle;margin-right:10px;width:21px;float:left;}
.contact-locations .btn-yellow {
    position: relative;
    bottom: -45px;
    z-index: 1;
    padding: 9px 18px;
}
.contact-locations h1{margin-top:100px;margin-bottom:50px;}
.recaptcha .g-recaptcha {
    margin: 50px auto 70px;
    position: relative;
    width: 304px;
	
}
.page-template-contact-us .entry-content {
    margin: 0 auto;
    max-width: 960px;
    padding-right: 0;
}
.page-template-contact-us .entry-content h3 {
    display: block;
	font-size: 2.8em;
}
.page-template-contact-us .content{padding-top:100px;padding-bottom:100px;}
.page-template-contact-us form{margin-top:80px;}

.page-template-contact-us label {
    font-size: 1.8em;
    font-weight: 300;
    text-transform: uppercase;
}
.form-control {
    border: 1px solid #eeede5;
    border-radius: 0;
    color: #000;
    font-weight: 300;
    height: 45px;
	box-shadow: none;
}
.page-template-contact-us input{margin-bottom:40px;}
.page-template-contact-us select{margin-bottom:40px;}
.page-template-contact-us textarea.form-control{height: 163px;}
/**
* Footer
*/
footer{
    color:#fff;font-size:1.4em;
}
.site-footer__footer-links .container .row .col-sm-2{
	width:20%;
}
.site-footer__footer-links ul{	
	list-style: none;
}
.site-footer__footer-links ul li{	
	margin-bottom:10px;
}
.site-footer__footer-links ul li a{	
	color:inherit;
}
.site-footer__footer-links .container{
	padding-top:95px;
	padding-bottom:45px;
	border-bottom:1px solid #545456;
}
.site-footer__copyright .container{
	padding-top:30px;
	padding-bottom:45px;
}
.site-footer__copyright .col-sm-6,
.site-footer__copyright .col-sm-3:last-of-type{
	margin-top:15px;
} 
.site-footer__copyright a{
	color:inherit;
}
.site-footer__copyright .copyright{text-align: center;}
.site-footer__copyright .credits{text-align: right;}


/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

.site-map-page ul li{
	font-size:18px;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1600px) {
	.site-branding {
    	width: 16.6667%;
		left: 0px;
	}
	.main-menu-top{width:75%;}
	
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1399px) {
	.site-branding {top: 25px;}
	.main-menu .ubermenu .ubermenu-nav li.ubermenu-item-level-0 a span{font-size: 1.5em !important;}
	.main-menu .ubermenu .ubermenu-nav li.ubermenu-item-level-0 ul.ubermenu-submenu-type-mega > li{width:33.33333%;}
	.main-menu .ubermenu .ubermenu-nav li.ubermenu-item-level-0 ul.ubermenu-submenu-type-mega li.ubermenu-item-type-custom{width:100%;}
	.main-menu-top li.btn-yellow a::after{content:'';margin-left:0;}
	.quick-links__list ul li a,
	.locations__list ul li a {font-size: 1.8em;}
}

@media only screen and (max-width : 1350px) {
	.font-resize-container{top:5px;right:11%;}
	#ubermenu-nav-main-5-main-menu-top{right:0;}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1298px) {
	.main-menu-top ul{float:right;}
	.main-menu-top .ubermenu .ubermenu-nav li a {padding:15px 10px;}
	.site-branding {top: 30px;}
	
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
	.quick-links__list ul li a,
	.locations__list ul li a {font-size: 1.6em;}
	.quick-links__icon {width: 22px;}
	.quick-links__list ul,
	.locations__list ul { padding-left: 15px;}
	.entry-content{padding-right:15px;}
	.page-template-blog-listing .news-single .col-sm-6{padding-left:15px;padding-right:15px;}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1112px) {
	.main-menu-top .ubermenu .ubermenu-nav li a span {font-size: 1em;}
	.quick-links__icon{display:none;}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1024px) {
	.site-branding {top: 40px;}
	.shiftnav-search input.shiftnav-search-input{font-size: 1.4em;}
	.shiftnav-search-submit{font-size: 13px;}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	.site-branding {
		margin-bottom: 20px;
		margin-top: 20px;
		top: 0;
		width: 60%;
		float:left;
	}
	.responsive-menu{width:40%;}
	.site-footer__footer-links .container .row .col-sm-2 {margin-bottom: 35px;width: 50%;}
	.font-resize-container {right: 11%;top: 52px;}
	.shiftnav-search input.shiftnav-search-input{border:medium none;}
	.site-header {
		background: #fff none repeat scroll 0 0;
		position: fixed;
		width: 100%;
		z-index: 99;
		top:0;
		border-bottom:1px solid #eeede5;
	}
	.slider,
	.banner{margin-top:108px;}
	.copyright{text-align:center;}
}

/* Core setting  */
@media only screen and (max-width : 885px) {
	.banner__image .leaf {
		width:75%;
	}
	.leaf__text-slogan {
    	font-size: 4.5em;
	}
}



@media only screen and (max-width : 793px) {
	.leaf__text-slogan {
    	font-size: 4em;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.search .search-result{padding: 50px 0px;}
	.nopadding{padding:0px 15px;}
	.page-template-blog-listing .entry-content img {margin: 0 0 30px;}
	.site-branding img{width:185px;}
	.responsive-menu .shiftnav-toggle-button{top:30px;}
	.font-resize-container{display:none;}
	.page-template-hospitals .banner__image{height:360px;}
	.slide{height:420px;}
	.promo-space-2 h3 {font-size: 3em;}
	.promo-space-2 p {font-size: 1.3em;}
	.col-sm-offset-2 {margin-left: 9%;}
	.banner__image .leaf {bottom: -187px;}
	.page-template-hospitals .content-top {margin-bottom: 50px;}
	.page-template-hospitals .banner {margin-bottom: 100px;}
	
}

@media only screen and (max-width : 767px) {

	th,
	td { margin: 0; vertical-align: top; }
	th { text-align: left; }
	
	table { display: block; position: relative; width: 100%; }
	thead { display: block; float: left; }
	tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
	thead tr { display: block; }
	th { display: block; text-align: right; }
	tbody tr { display: inline-block; vertical-align: top; }
	td { display: block; min-height: 1.25em; text-align: left; }

	.slide{height: 220px;}
	.slider {margin-bottom: 0px;}
	.quick-links {margin:0;padding-top:45px; padding-bottom:45px;background:#eeede5;}
	.quick-links__icon{display:inline-block;width: 37px;}
	.quick-links__list ul li {margin-bottom: 15px;}
	.quick-links .panel-group {margin-bottom: 0px;padding: 0 15px;}
	.quick-links .panel-group ul{list-style: none;margin:0; padding-left: 30px;}
	.quick-links .panel-title {
    	color: #414143;
    	font-size: 2.4em;
		font-weight: 300;
    	padding: 0 30px;
    	text-transform: none;
		}
	.quick-links .panel-default > .panel-heading{padding:25px 0;}
	.slide .leaf img{left:0;}
	.promo-space-1__button, .promo-space-2__button {position: relative;top: 20px;}
	.locations__list{text-align: center;padding-top:15px;padding-bottom:15px;}
	.locations__list ul li {margin-bottom: 20px;}
	.locations__list ul li a{font-size: 1.8em;}
	.locations__list:nth-of-type(2n+1){border:medium none;}
	.locations__list img{display:block;}
	.quick-links__list ul, .locations__list ul{padding:0;}
	.site-footer__footer-links .container .row .col-sm-2 {
		float: left;
		margin-bottom: 40px;
		width: 50%;
		padding:0;
	}
	.promo-space-1, .promo-space-2 {height: 200px;}
	.promo-space-1 .btn-yellow, .promo-space-2 .btn-yellow{padding: 8px;}
	.promo-space-1 p, .promo-space-2 p{font-size: 1.3em;}
	.promo-space-1 p, .promo-space-2 p,
	.promo-space-1 h3, .promo-space-2 h3,
	.promo-space-1__button, .promo-space-2__button{text-align:center;}
	.promo-space-1 h3, .promo-space-2 h3 {font-size: 2.2em;margin-top:0;}

	.news-reports{padding:50px 0;}
	.home h3{text-align: center;}
	.locations {margin:50px 0px;}
	footer,
	.site-footer__copyright .credits{text-align: center;}
	.site-footer__footer-links .container {padding-bottom: 0px;padding-top: 50px;}
	.page-template-hospitals .banner,
	.page-template-landing-page .banner,
	.page-template-landing-page .content-top{margin-bottom: 30px;}

	.banner__image,
	.page-template-hospitals .banner__image {height: 220px;}
	
	.entry-content h1 {font-weight: 300;font-size: 3.1em;}
	.content-top .entry-content p{font-size: 1.6em;}
	.logo-area img{width:60%;}
	.contact-details__number span{float:left;margin:15px 0;width:100%;font-size: 0.5em;}
	.contact-details h4 {margin-bottom: 9px;font-size:1.4em;}
	
	.single-service__wrapper a {font-size: 1.5em;}
	.content-bottom {margin-bottom: 30px;margin-top: 60px;}
	.page-template-contact-us .khakibox,
	.page-template-contact-us .content{padding-bottom: 30px;padding-top:30px;}
	.contact-locations h1{margin-top:30px;}
	.col-sm-offset-2{margin:0;}
	.single .banner h1{font-size: 2em;margin-top:0;}
	
	.single .banner .container .row{top:0;}
	.single .content .btn-yellow{margin-bottom:30px;}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.site-branding {width: 70%;}
	.site-branding a img{width:185px;}
	
	.responsive-menu {width: 30%;}
	.locations__list img {width: 50px;}
	.single-sub-page{width:100%;}
	.site-branding a img {width: 115px;}
	.responsive-menu .shiftnav-toggle-button .fa {font-size: 3em;}
	.responsive-menu .shiftnav-toggle-button {top: 20px;}
	.slider,
	.banner{margin-top:84px;}
	.contact-details .container .row div{width:100%;margin-bottom:25px;}
}

@media only screen and (max-width : 384px) {
	.single-service__wrapper{height:195px;}
	
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	.quick-links__list ul li a, .locations__list ul li a {
		font-size: 1.3em;
	}
	
}