/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.home .blog-date-col-1, .single-blog .blog-date-col-1 {
	display: none;
}

.home .single-blog .blog-contan-col-2 h1 {
	display: none;
}

.home .single-blog .blog-contan-col-2 .dr-name-icon {
	display: none;
}

.dr-name-icon {
	display: none;
}

#meteor-slideshow img {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#sub_cont {
	width: 60%;
	margin: 3em auto;
	text-align: center;
}

.medics-single-blog {
	background-color: transparent;
	border-top: 3px solid #7a0000;
	margin-bottom: 0;
}

.header-blog {
	margin-bottom: 0;
}

.header-blog h1 {
	display: none;
}

.footer-menu {
	background: #7a0000;
	padding-top: 5px;
	position: fixed;
	bottom: 0;
	height: 5em;
	width: 100%;
}

.copyright {
	position: fixed;
	bottom: 0;
	width: 100%;
}

.logo-menu {
	margin: 0;
}

.bottom-spacer {
	height: 3em;
	width: 100%;
}

.medics-menu a:hover, 
.medics-menu a:focus,
.medics-menu .active a {
	color: #FFF !important;
/* background-color: #7a0000 !important; */
	background-color: #101010 !important;
	border: 0;
}

.medics-menu a {
	border: 0;
}

.medics-menu li:hover > a {
	color: #fff;
	text-decoration: none;
/* background-color: #7a0000; */
	background-color: #101010;
}

.medics-fullsidebar .single-blog .blog-contan-col-2 {
	width: 100%;
}

.media-level {
	display: none;
}

@media (min-width: 992px) {
	.col-md-8 {
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 991px) {
	#meteor-slideshow img {
		border: 0;
	}
	
	.single-blog .blog-contan-col-2 {
		margin-left: 0;
	}
	
	.nav li {
		padding-top: .25em;
		padding-bottom: .25em;
	}
	
	.nav li:hover {
		background: #101010;
	}
	
	.navbar-collapse {
		padding-bottom: .75em;
	}
	
	.media-level {
		display: block;
		height: 2em;
	}
}

.contact-form textarea {
	max-width: 80%;
}

#crumbs {
	display: none;
}

.comment-form label {
	display: inline-block;
	float: left;
	margin-right: 1.5em;
}

.comment-form p {
	text-align: left;
	line-height: 3.5em;
	clear: both;
}

.comment-form p input {
}

.home-blog .blog-contan span a:hover, .recent-bolg h6 a:hover, .footer-menu ul li a:hover, .recent-blog-count a:hover, a:hover, .home-blog .blog-contan h1 a:hover, .copyright ul li a:hover, .main-sidebar .recent-col-2 > h6 a:hover, .single-blog .blog-contan-col-2 h1 a:hover {
	color: #FFF;
}

.main-sidebar ul li a:hover {
	color: #ff0000;
}

.main-sidebar .sidebar-title h1 {
	color: #7a0000;
}

.footer-menu .search-submit, .main-sidebar .search-submit, .form-submit input {
	background-color: #7a0000 !important;
}

a {
	text-decoration: none;
}

.blog-contan-col-2 a:hover {
	color: #7a0000;
	text-decoration: none;
}