/*
 Theme Name:   Garrett Medical
 Description:  UnderStrap Child Theme
 Template:     understrap
 Version:      0.3.5
*/

body {
	background-color: #333333;
	font-size: 15px;
}

a {
	color: #002d5b;
}

.page-link {
	color: #002d5b;
}

.container {
	max-width: 1020px;
	max-width: 1120px;
	padding-left: 0;
	padding-right: 0;
}

nav.navbar {
	background-color: #002d5b !important;
	padding: 0;
}

.navbar > .container {
	align-items: flex-start;
}

a.navbar-brand {
	margin: 52px 0 28px -14px;
}

a.navbar-brand img {
	max-height: 118px;
}

.header-menu {
	margin: 40px 0 0 0;
	padding: 0;
}

.header-menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;	
	text-align: right;
}

.header-menu a {
	color: white;
	font-weight: bold;
	font-size: 14px;
}

.header-menu a:hover {
	text-decoration: none;	
}

ul.header-right-tabs {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
}

ul.header-right-tabs li {
	display: block;
	float: left;
	width: 33%;
	padding-right: 7px;
	text-align: center;	
}

ul.header-right-tabs li a {
	background-color: #f1b310;
	color: white;
	display: block;
	padding: 30px 4px 0;
	height: 110px;
	font-size: 14px;
	line-height: 15px;
	background-image: url(img/header-tab-bot-bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 15px;
}

ul.header-right-tabs li a:hover {
	text-decoration: none;	
}

.header-phone {
	color: white;
	font-size: 26px;
	text-align: right;
	margin: 0 7px 0 0;
}

.header-phone a {
	color: white !important;
}

#header-search-box {
	text-align: right;
	position: relative;
	line-height: 30px;
	padding: 0 0 0 39px;
	margin: 10px 9px 10px 9px;
}

#header-search-box:before {
	content: url(img/red-plus.png);
	background-color: #002d5b;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
}


#header-search {
	width: 100%;
	line-height: 30px;
	padding: 0;
	height: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	font-size: 18px;
}


#mega-menu-wrap-primary {
	background-color: #333333;
	display: block;
	width: 100%;
	border-top: 8px solid #f0b310;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
	margin-right: 0;
	border-right: 2px solid #f0b310;	
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child {
	border-right: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	line-height: 45px;
	height: 45px;
	padding: 0 16px;
	background-color: transparent;
	font-weight: bold;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
	color: #002e5c;
	background-color: #e6e6e6;
	font-weight: bold;
}

ul.mega-sub-menu li {
	list-style-type: none;
}

ul.mega-sub-menu a {
	color: #333333;
	font-size: 16px;
}

.breadcrumbs {
	padding: 60px 0 45px;
}

.wrapper {
	background-color: #FFFFFF;
}



#content {
	min-height: 500px;
	padding-top: 0;
}

h1.header-title {
	background-color: #f0b310;
	padding: 25px 0 17px;
	color: white;
	margin-bottom: 0;
	font-size: 50px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}

#search-box {
	display: block;
	width: 360px;
	float: right;
	text-align: right;
	font-size: 14px;
	line-height: 38px;
	padding: 10px 9px 0 0;
}

#search-box input {
	height: 38px;
	border: 0;
	margin-right: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: normal !important;
	color: #363636;
}


#slider-facebook, #slider-linkedin {
	margin: 0 8px 0 0;
	padding: 0;
}


#content h1 {
	color: #001736;
}

#content h1.entry-title {
	margin-top: 30px;
}

/* HOME PAGE */

.featured-news .col {
	min-height: 350px;
	position: relative;
}

.featured-thumb {
	margin-bottom: 
}

.featured-news-headers h2 {
	margin-bottom: 20px;
	padding-bottom: 7px;
	border-bottom: 1px solid #cbcbcb;
}

.featured-news h2 {
	margin-bottom: 10px;
	color: #6f6f6f;	
}

.featured-news a {
	color: black;
}

.featured-news a:hover {
	text-decoration: none;
}

.featured-news h3 {
	font-size: 23px;
	margin-top: 14px;
}

.featured-news p {
	font-size: 14px;
	min-height: 80px;
	overflow: hidden;
	
}

a.read-more {
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	border: 2px solid #002c5b;
	color: #000000;
	border-radius: 8px;
	padding: 0 20px;
	height: 40px;
	line-height: 36px;
}

a.read-more:hover {
	text-decoration: none;
	
}

.featured-news-special {
	margin-top: 45px;
}

.featured-news-special h3 {
	font-size: 28px;
	margin: 20px;
}

.featured-news-special p {
	margin: 0 20px 60px;
}



#home-slider {
	margin-bottom: 0;
	position: relative;
	overflow: hidden;
}

#home-slider .overlay {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,45,91,0.5);
	padding: 35px 60px 18px;
}

#home-slider .overlay h2 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 50px;
	text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.8);
}

#home-slider .overlay p {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	text-shadow: 2px 2px 0.5px rgba(0, 0, 0, 0.8);
}


.entry-content {
	padding: 80px 0;
}

#full-width-page-wrapper {
	background-color: #eaeaea;
}

#main {
	background-color: #FFFFFF;
	padding: 0 60px 80px;
}

.wpcf7 input.btn {
	display: inline-block;
	font-size: 16px;
	width: 120px;
	font-weight: bold;
	border: 1px solid black;
	border-radius: 8px;
	background-color: #f1b310;
	color: black;
	font-weight: bold;
}

@media (max-width:1120px){
	.container {
		max-width: 1020px;
	}
	#main {
		padding: 0 45px 80px;
	}
}

.wrapper {
	padding: 0 0 0 0;
}

#wrapper-footer {
	background-color: #333333;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 35px;
}

footer h5 {
	font-size: 15px;
	
}

footer a {
	color: white;
}

footer a:hover {
	color: white;	
}

footer ul {
	margin: 0 0 18px;
	padding: 0;
}

footer ul li {
	margin: 0 0 4px;
	padding: 0;
	list-style-type: none;	
}

footer ul li a {
	font-size: 12px;	
}

#menu-footer-col-1 li {
	margin-bottom: 10px !important;
}

#menu-footer-col-1 li a {
	font-size: 15px;
	font-weight: normal !important;	
}

.footer-address {
	margin: 8px 0 14px;
	font-size: 12px;
	font-weight: bold;
}

.footer-accred {
	line-height: 55px;	
}

#menu-footer-col-1 li a {
	font-weight: bold;
}

.single-post #primary {
	Xdisplay: none;
}

.single-post #primary .wp-post-image {
	display: none;
}

.btn {
	border: 1px solid black;
	border-radius: 8px;
	background-color: #f1b310;
	color: black;
	font-weight: bold;
}

.btn:hover {
	color: black;
	text-decoration: none;	
}

.btn-big {
	font-size: 22px;
	padding-left: 20px;
	padding-right: 20px;	
}

.page-top-bar {
	padding: 75px 0 40px 0;
}

#employee-sidebar {
	background-color: #fae3b1;
	margin-top: 95px;
	padding: 0 26px 55px;
}

#employee-sidebar h3 {
	color: #042e56;
	font-size: 20px;
	font-weight: bold;
	line-height: 23px;
	padding-top: 55px;
}

.employee-newsletter img {
	border: 1px solid black;
}

.employee-newsletter a {
	color: #eaaf09;
	font-size: 16px;
	font-weight: bold;
}

.employee-newsletter a:hover {
	text-decoration: none;	
}

.btn-default {
	text-shadow: none;	
}

.mega-sub-menu {
	position: relative;
}

ul.mega-sub-menu a.close-submenu {
	border: 1px solid #ee3a43;
	border-radius: 4px;
	background-color: #cbcdcc;
	color: #ee3a43 !important;
	font-size: 11px;
	padding: 2px 5px;
	float: right;
	margin-top: 15px;
	margin-right: 20px;
	z-index: 999;
}

ul.mega-sub-menu a.close-submenu:hover {
	color: white !important;
	background-color: #ee3a43;
	text-decoration: none;
}

h1.page-title {
	margin-top: 10px;
}

.page-item.active .page-link {
	background-color: #002d5b;
	border-color: #002d5b;
}

.byline {
	display: none;
}

.archive img.attachment-thumb {
	float: left;
	margin: 0 15px 15px 0;
}

.single-post #main .entry-header {
	display: block;
}

.single-post #main .entry-header h1 {
	margin-top: 80px;
}

.single-post #main .entry-content {
	padding-top: 20px;
}


ul.mega-sub-menu a.close-submenu {
	position: absolute;
	top: 0;
	right: 30px;
}

ul.mega-sub-menu {
	position: relative;
}


.home .row {
	flex-wrap: nowrap;
}

@media (max-width:1200px){

	.shrink-me {
		font-size: 10px;
	}

}

@media (max-width:1175px){
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		padding: 0 6px;	
	}	
}

@media (max-width:990px){

	.shrink-me {
		font-size: 8px;
	}
	
	#main {
		padding: 0 20px 80px;
	}

}

@media (max-width:768px){
	#wrapper-footer {
		padding-left: 12px;
		text-align: center !important;
	}
	
	#wrapper-footer .row {
		display: block;
		text-align: center;
		flex-wrap: nowrap;
	}
	
	h1.header-title {
		font-size: 30px;
		text-align: center;
	}
	
	#search-box {
		margin-bottom: 10px;
	}
	
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
		width: 100%;	
	}
	
	.mega-menu-item ul {
		padding: 0;
	}
	
	ul.mega-sub-menu a.close-submenu {
		position: absolute;
		top: -50px;
		right: 0;
		float: right;
	}
	
	ul.mega-sub-menu {
		display: none;
		position: relative !important;
	}
	
	li.mega-toggle-on ul.mega-sub-menu {
		display: block;
	}
	
}

@media (max-width:575px){
	
	.header-menu {
		display: none;
	}
	
	#home-slider .overlay h2 {
		font-size: 30px !important;
	}
	
	.entry-content {
	    padding: 0 20px;
	}
	
	.header-phone {
		text-align: center;
	}
	
	.navbar-brand {
		text-align: center;
		width: 100%;
	}
	
	.navbar-brand img {
		max-width: 80%;
		margin-left: 10px;
	}
	
	
	
}

@media (max-width:398px){

	#home-slider .overlay h2 {
		font-size: 20px !important;
	}
	
	#home-slider .overlay p {
		font-size: 12px;
	}
	
	.entry-content {
	    padding: 0 8px;
	}

}






@media print {
	
	body.page-template-jobs .submit {
		display: none;
	}
	
	body.page-template-jobs .jumbotron {
		display: none;
	}
	
	#wrapper-navbar, #wrapper-footer {
		display: none;
		border-bottom: 2px solid yellow;
	}
	
	.well {
		display: none;
	}
	
	#ApplicationViewForm {
		font-size: 10px;
		overflow-x: visible;
		border-bottom: 2px solid red;
	}
	
	#ApplicationViewForm .well {
		display: block;
	}
	
	.form-control {
		border-radius: 0;
		border: 0;
		border-bottom: 1px solid #2f2f2f;
		padding: 0;
	}
	
	.form-group {
		margin-bottom: 0;
	}
	
	main {
		border-bottom: 2px solid blue;
	}
	
	#primary {
		border-bottom: 2px solid yellow;
	}
	
	div, main {
		overflow-x: visible !important;
	}
}