/*
 Theme Name:   Job Attorney
 Description:  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;
}

.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;
}

@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;
	}
}


/* CUSTOM STATE STYLES */
/* Main Color: #ffca36; */
/* Secondary Color: #f7f7f7; */

.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: #ffca36 !important;
}

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

.header-v6 .navbar-brand, .header-bg {
	border-color: #ffca36;
}

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: #0c719b;
}

@media(max-width: 992px) {
	.header-v6 .navbar-brand {
		background: transparent !important;
	}
}


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

.info-block h2 {
	color: #0c719b;
}

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