/*
 Theme Name:   NJ Job
 Description:  NJ Job Attorney Blog Theme
 Author:       Quinn Casey
 Template:     twentysixteen
 Version:      1.0.0
*/
body:before, body:after {
	display: none !important;
}

.header-v6 {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fff;
}

@media(min-width: 600px) {
	.logged-in .header-v6 {
		top: 30px;
	}
}

.site {
	margin: 0px;
}

.site-inner {
	max-width: none;
	padding-top: 110px;
}
.site-content {
	max-width: 1200px;
	margin: 0 auto;
}

.site-content {
	padding-top: 35px;
	padding-bottom: 35px;
}

.entry-content ul {
	padding-left: 50px;
}

.sidebar h3 {
	font-size: 1.3em;
	margin-top: 10px;
}

.sidebar .btn-contact-orange.btn-lg {
	font-size: 1.3em;
}



.press-list a {
	display: block;
	box-shadow: none;
}
.press-list p {
	margin: 0;
	height: 0;
}

.content-list li.press-news-item {
	padding: 20px 15px;
	margin-bottom: 20px;
	border-bottom: none;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	border-radius: 5px; 
	height: 152px;
}

.content-list li.press-news-item .media-body {
	font-size: 1.2em;
	font-weight: bold;
}

.content-list li.press-news-item a {
	text-decoration: none;
	box-shadow: none; 
}

.content-list li.press-news-item img {
	max-height: 100%;
	max-height: 100px;
	width: auto;
}

/* CUSTOM STATE STYLES */
/* Main Color: rgb(53, 112, 188); */
/* Secondary Color: #f7f7f7; */
.global-form form .panel-body, .header-bg .header-main.container .header-attorney form .panel-body, .global-form, .global-form form .panel-heading, .header-bg .header-main.container .header-attorney form .panel-heading,
.carousel-inner>.item, .btn-contact-white.btn-inverse:hover, .btn-contact-white.btn-inverse:focus, .header-v6 .navbar li > a:hover, .header-v6 .navbar li > a:focus, .header-v6 .navbar li.active > a, .btn-contact-orange, .btn-contact-blue:not(.btn-inverse), .header-v6 .navbar-brand, .btn-contact-blue.btn-inverse:hover, .btn-contact-blue.btn-inverse:focus {
	background-color: rgb(53, 112, 188) !important;
}

.header-v6 .navbar-brand {
	height: 100%;
	background-color: rgb(53, 112, 188) !important;
	border-color: rgb(53, 112, 188) !important;
	box-shadow: none;
}

.btn-contact-blue.btn-inverse {
	border-color: #0a0a0a;
}

.header-v6 .navbar-brand, .header-bg, blockquote:hover, blockquote.text-right:hover {
	border-color: rgb(53, 112, 188);
}

blockquote {
	border-color: rgb(53, 112, 188);
}

button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: rgb(53, 112, 188);
}

@media(max-width: 992px) {
	.header-v6 .navbar-brand {
		background: transparent !important;
		padding-bottom: 0;
		padding-top: 0;
	}
	.header-v6 .navbar-brand img {
		max-height: 75px
	}
}


/* Secondary Colors */
.blue-bg {
	background-color: #f7f7f7; 
}

.info-block h2, .text-theme-color {
	color: rgb(53, 112, 188);
}

.blue-bg .list-row h4 {
	color: #0a0a0a;
	text-transform: none;
	font-weight: bold;
}



@media screen and (min-width: 56.875em) {
	.content-area {
		width: 65%;
	}
	.sidebar {
		width: 30%;
		margin-left: 70%;
	}
}

@media(max-width: 992px) {
	.site-inner {
		padding-top: 90px;
	}
	.sidebar {
		display: none;
	}
	#content .content-area {
		width: 100%;
	}
}

@media(max-width: 768px) {
	.site-inner {
		padding-top: 90px;
	}
}