/* 
Theme Name: Lori Dernavich
Theme URI: http://loridernavich.com/
Author: Seaver Interactive
Author URI: http://seaver.com
Version: 1.2
*/

/* See css/base.css for CSS setup and base styles */


/* body background tests: #929292 > #ffffff > #ada8a1
---------------------------------------- */
/* Global
---------------------------------------- */
body {
	background: #ada8a1;
	color: #6c6c6c;
	font-size: 18px;
	line-height: 1.5;
	font-family: "brandon-grotesque",sans-serif;
	font-weight: 400;
}

#page {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background: #fff;
}

a, a:visited {
	color: #f58500;
	text-decoration: none;
	-webkit-transition: all 0.15s ease-in-out;
	   -moz-transition: all 0.15s ease-in-out;
		    transition: all 0.15s ease-in-out;
}

a:hover {
	color: #000;
}


/* Site Header
---------------------------------------- */
.site-header {
	background-color: #163b5d;
}

.site-header h1 {
	color: #fff;
	font-weight: 300;
	font-size: 24px;
	padding-top: 10px;
	border-top: 1px solid #ff8d00;
	margin-top: 20px;
	margin-bottom: 0;
}

.header-inner {
	max-width: 970px;
	margin: 60px auto 0;
	padding: 30px 0;
}

.header-inner .logo {
	display: block;
}

@media only screen and (max-width: 1024px) {
	.header-inner {
		padding-left: 5%;
		padding-right: 5%;
	}
}


/* Primary Navigation
---------------------------------------- */
#nav {
    width: 100%;
    background: #ba510a;
    position: relative;
    z-index: 110;
	position: fixed;
	width: 1200px;
}
   
#nav > a {
	display: none;
	font-weight: 700;
	color: #ff9300;
	text-transform: uppercase;
	position: relative;
	line-height: 50px;
}

#nav > a:before {
	font-family: "dashicons";
	content: "\f333";
	font-size: 24px;
	position: relative;
	top: 5px;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	position: relative;
}

/* first level */
#nav > ul {
	height: 46px;
	padding-left: 20px;
}

#nav > ul > li {
	height: 100%;
	float: left;
}

#nav > ul > li > a {
	font-size: 12px;
	padding: 0 44px;
	line-height: 46px;
	background: transparent;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 3px;
	color: #ffba45;
}

#nav > ul > li > a:hover,
#nav > ul > li.current-menu-item > a,
#nav > ul > li.current-page-parent > a {
	color: #fff;
}

/*#nav #menu-item-381 > a {
	color: #ffba45 !important
}*/

#nav > ul > li.current-menu-item > a,
#nav > ul > li.current-page-parent > a {
	font-weight: 700;
}

/* second level */
#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	width: 200px;
	padding: 10px 0;
	background: rgba(0,0,0,0.8);
}

#nav li ul a {
	padding: 5px 20px;
	display: block;
	background: transparent;
}

#nav li:hover ul {
	display: block;
}

#nav li ul a:hover {
	color:#fff;
}


@media only screen and (max-width: 1200px) {
	
	
	#nav > ul > li > a {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (max-width: 1200px) {
	#nav {
		width: 100%;
	}
}

@media only screen and (max-width: 1255px) {
	#nav > ul > li > a {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media only screen and (max-width: 1125px) {
	#nav > ul > li > a {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media only screen and (max-width: 1000px) {
	#nav {
	    padding-left: 2.5%;
	    padding-right: 2.5%;
	}
	
	#nav > ul > li > a {
		padding-left: 10px;
		padding-right: 10px;
		letter-spacing: 3px;
	}
}


@media only screen and ( max-width: 767px ) {
	#nav {
		position: relative;
		width: 100%;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.home #nav {
		position: relative;
		width: 100%;
	}
	
	#nav > a {
	
	}
	
	#nav:not( :target ) > a:first-of-type,
	#nav:target > a:last-of-type {
		display: block;
	}
	
	/* first level */
	#nav > ul {
		height: auto;
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		width: 100%;
		background: rgba(0,0,0,0.8);
		padding-top: 8px;
		padding-bottom: 8px;
	}
	
	#nav:target > ul {
		display: block;
	}
	
	#nav > ul > li {
		width: 100%;
		float: none;
	}
	
	#nav > ul > li > a {
		width: 100%;
		display: block;
		padding: 8px 5%;
		line-height: normal;
	}
	
	/* second level */
	#nav li ul {
		position: static;
		width: 100%;
	}
}

@media (min-width: 767px) {
	.offset:before {
	    display: block;
	    content: " ";
	    height: 120px;  /* Give height of your fixed element */
	    margin-top: -120px; /* Give negative margin of your fixed element */
	    visibility: hidden;
	}
}



/* Builder Page Elements
---------------------------------------- */
.hero-box {
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}


/* Homepage
---------------------------------------- */
.home-section-1 {
	height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 45px;
}

.home-section-1 .inner {
	width: 100%;
	height: 600px;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	position: relative;
}

.home-section-1 .inner .container {
	padding-left: 75px;
	padding-right: 75px;
}

.home-section-1 .container img {
	margin-bottom: 0;
	position: absolute;
	bottom: 40px;
	left: 75px;
}

.home-section-1 h1 {
	color: #e28e3c;
	font-size: 36px;
	line-height: 45px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 300;
	max-width: 325px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.home-section-1 h2 {
	color: #fff;
	font-size: 40px;
	line-height: 50px;
	font-weight: 100;
	max-width: 325px;
}

@media (min-width: 901px) and (max-width: 1024px) {
	.home-section-1 {
		height: 600px;
		margin-top: 45px;
	}
	
	.home-section-1 .inner .container {
		width: 50%;
		margin: 90px 0 0;
		padding: 0 0 0 30px;
	}
	
	.home-section-1 h1 {
		font-size: 30px;
		line-height: 40px;
		letter-spacing: 3px;
		max-width: 70%;
		margin-top: 30px;
		margin-bottom: 0;
	}
	
	.home-section-1 h2 {
		color: #fff;
		font-size: 30px;
		line-height: 36px;
		font-weight: 100;
		max-width: 100%;
		margin-bottom: 40px;
	}
	
	.home-section-1 .container img {
		position: relative;
		bottom: auto;
		left: auto;
	} 
}

@media (min-width: 768px) and (max-width: 900px) {
	.home-section-1 {
		height: 350px;
		margin-top: 45px;
	}
	
	.home-section-1 .inner .container {
		width: 50%;
		margin: 0;
		padding: 0 30px;
	}
	
	.home-section-1 h1 {
		font-size: 24px;
		line-height: 30px;
		letter-spacing: 3px;
		max-width: 100%;
		margin-top: 30px;
		margin-bottom: 0;
	}
	
	.home-section-1 h2 {
		color: #fff;
		font-size: 24px;
		line-height: 30px;
		font-weight: 100;
		max-width: 100%;
		margin-bottom: 40px;
	}
	
	.home-section-1 .container img {
		position: relative;
		bottom: auto;
		left: auto;
	} 

}

@media only screen and (min-width: 601px) and (max-width: 767px) {
	.home-section-1 {
		height: 400px;
		margin-top: 0;
	}
	
	.home-section-1 .inner {
		padding-top: 0;
	}
	
	.home-section-1 .inner .container {
		width: 50%;
		margin: 0;
		padding: 0 30px;
	}
	
	.home-section-1 h1 {
		font-size: 24px;
		line-height: 30px;
		letter-spacing: 3px;
		max-width: 100%;
		margin-top: 30px;
		margin-bottom: 0;
	}
	
	.home-section-1 h2 {
		color: #fff;
		font-size: 24px;
		line-height: 30px;
		font-weight: 100;
		max-width: 100%;
		margin-bottom: 40px;
	}
	
	.home-section-1 .container img {
		position: relative;
		bottom: auto;
		left: auto;
	} 
}

@media (min-width: 401px) and (max-width: 568px) {
	.home-section-1 {
		margin-top: 0;
		height: auto;
		background-size: cover;
		background-color: #262626;
	}
	
	.home-section-1 .inner {
		width: 50%;
		padding-top: 0;
		height: 90vh;
		padding-bottom: 20px;
	}
	
	.home-section-1 .inner .container {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0 30px;
		position: absolute;
		top: 30px;
		left: 0;
	}
	
	.home-section-1 h1 {
		font-size: 20px;
		line-height: 30px;
		letter-spacing: 3px;
		max-width: 100%;
		margin-top: 0;
		margin-bottom: 20px;
	}

	.home-section-1 h2 {
		font-size: 20px;
		line-height: 30px;
		max-width: 100%;
	}

	
	.home-section-1 .container img {
		position: relative;
		bottom: auto;
		left: auto;
	} 
}

@media only screen and (max-width: 400px) {
	.home-section-1 {
		margin-top: 0;
		height: auto;
		background-size: contain;
		background-color: #262626;
	}
	
	.home-section-1 .inner {
		padding-top: 0;
		height: 380px;
		padding-bottom: 20px;
	}
	
	.home-section-1 .inner .container {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0 20px;
		position: absolute;
		top: 40px;
		left: 0;
	}
	
	.home-section-1 h1 {
		font-size: 20px;
		line-height: 26px;
		letter-spacing: 3px;
		max-width: 60%;
		margin-top: 0;
		margin-bottom: 120px;
	}

	.home-section-1 h2 {
		font-size: 24px;
		line-height: 30px;
		max-width: 100%;
	}

	
	.home-section-1 .container img {
		position: relative;
		bottom: auto;
		left: auto;
	} 
}

@media (max-width: 320px) {
	.home-section-1 .inner {
		height: 360px;
	}
	
	.home-section-1 h1 {
		margin-bottom: 80px;
	}
}


/* ------------------------------------------------------ */
/*	Homepage Ribbon
/* ------------------------------------------------------ */
.home-section-ribbon {
	font-size: 24px;
	line-height: 36px;
	padding: 30px 6.25%;
	text-align: center;
}

.home #ribbon-1 {
	color: #fff;
	font-size: 36px;
	font-weight: 100;
	letter-spacing: 2px;
	background: #4b1a00; /* Old browsers */
	background: -moz-linear-gradient(left,  #4b1a00 0%, #b1571d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #4b1a00 0%,#b1571d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #4b1a00 0%,#b1571d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b1a00', endColorstr='#b1571d',GradientType=1 ); /* IE6-9 */
}

.home #ribbon-2 {
	background: #72716e;
	color: #fff;
	font-style: italic;
	font-size: 30px;
}

.home #ribbon-2 span {
	color: #ffa900;
	font-style: normal;
}

@media (max-width: 767px) {
	.home-section-ribbon {
		padding-left: 30px;
		padding-right: 30px;
	}
}

/* ------------------------------------------------------ */
/*  Home Text Section
/*------------------------------------------------------- */

.home-text {
	padding: 0 40px;
}

.home-text .container{
	padding: 50px 10%;
}


/* ------------------------------------------------------ */
/*	Spacer Banner
/* ------------------------------------------------------ */
.home-section-spacer img {
	width: 100%;
	height: auto;
}

.home-section-2 h2 {
	text-align: center;
	margin: 0 0 20px;
	font-size: 50px;
	line-height: 55px;
	letter-spacing: 1px;
	font-weight: 400;
	color: #000;
}

@media only screen and (max-width: 1024px) {
	.home-section-2 h2 {
		padding-left: 0.9375em;
		padding-right: 0.9375em;
	}
}

@media only screen and (max-width: 767px) {
	.home-section-2 h2 {
		padding-left: 0.9375em;
		padding-right: 0.9375em;
		font-size: 22px;
		line-height: 28px;
	}
}

.home-section-3 {
	min-height: 110px;
	background: #393834;
	padding: 10px 8.5%;
	color: #fff;
}

.home-section-3 h2 {
	font-weight: 400;
	letter-spacing: 2px;
	font-size: 30px;
}

@media only screen and (max-width: 767px) {
	.home-section-3 h2 {
		font-size: 22px;
		line-height: 28px;
	}
}

.home-section-4 {
	height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
}

.home-section-4 .inner {
	padding-top: 50px;
	width: 100%;
	overflow: hidden;
	color: #000;
}

.home-section-4 .inner .container {
	background-color: #f58b00;
	float: left;
	width: 35%;
	padding: 1% 2%;
	margin-left: 8.5%;
}

.home-section-4 h2 {
	color: #fff;
	font-size: 26px;
	line-height: 30px;
}

@media only screen and (max-width: 1024px) {
	.home-section-4 .inner .container {
		width: 48%;
	}
}

@media only screen and (max-width: 1000px) {
	.home-section-4 .inner .container {
		float: none;
		margin: 0 auto;
		width: 66%;
	}
}

@media only screen and (max-width: 767px) {
	.home-section-4 {
		background-size: contain;
		padding-top: 150px;
		height: auto;
	}
	
	.home-section-4 .inner .container {
		float: none;
		width: 100%;
		margin: 0;
		padding-left: 0.9375em;
		padding-right: 0.9375em;
	}
}

.row {
	padding-top: 5%;
	padding-bottom: 5%;
}

.row + .row {
	padding-top: 0;
	margin-top: -5%;
}

.row.nopadding-bottom {
	padding-bottom: 0;
}

.row.nopadding-top {
	padding-top: 0;
}

.home-section-5 h2 {
	font-size: 30px;
	margin: 10px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.row {
		padding-left: 4.5%;
		padding-right: 4.5%;
	}
}


/* ------------------------------------------------------ */
/*	Home Columns
/* ------------------------------------------------------ */
.home-section-cols {
	padding-left: 10%;
	padding-right: 10%;
}

.home-section-cols .columns {
	padding-left: 40px;
	padding-right: 40px;
}

.home-section-cols h2, .home-text h2 {
	text-align: center;
	padding: 0;
	font-size: 30px;
	font-weight: 300;
}

.home-section-cols h2 a, .home-text h2 a {
	color: #fff;
	display: block;
	text-align: center;
	background: #6aacc4;
	margin: 0 5px;
	padding: 20px 0;
	border-radius: 10px;
	-webkit-transition: all 0.15s ease-in-out;
	   -moz-transition: all 0.15s ease-in-out;
		    transition: all 0.15s ease-in-out;
}

.home-section-cols h2 a:hover, .home-text h2 a:hover {
	color: #fff;
	background: #4c95b6;
	margin: 0;
}

.home-section-cols p {
	margin-top: 0;
	font-size: 18px;
	line-height: 24px;
}

.home-section-cols a.clink {
	color: #ff9000;
	font-weight: bold;
	font-size: 24px;
}

.home-section-cols a.clink:hover {
	color: #0d385e;
}

@media (min-width: 900px) and (max-width: 1024px) {
	.home-section-cols {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 899px) {
	.home-section-cols {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.home-section-cols .columns {
		padding-left: 0;
		padding-right: 0;
		float: none;
		margin: 0 0 20px 0;
		width: 100%;
	}
}


/* ------------------------------------------------------ */
/* Home About
/* ------------------------------------------------------ */
#home-about .container {
	padding: 50px 6.25%;
}

#home-about h2 {
	font-size: 48px;
	line-height: 60px;
	font-weight: 400;
	border-bottom: 1px solid #eb8800;
	padding-bottom: 10px;
	margin-top: 0;
	color: #153b5c;
}

#home-about ul {
	font-size: 24px;
}

#home-about li {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 6px;
}

#home-about li strong {
	color: #eb8800;
	font-weight: 500;
}

@media (max-width: 1024px) {
	#home-about .container {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	#home-about h2 {
		font-size: 30px;
		line-height: 40px;
	}
	
	#home-about ul {
		font-size: 18px;
	}
	
	#home-about li {
		font-size: 18px;
		line-height: 24px;
	}
}


/* ------------------------------------------------------ */
/*	Home Excerpts
/* ------------------------------------------------------ */
#home-excerpts {
	padding: 60px 15% 50px;
}

#home-excerpts .media-object {
	clear: both;
	overflow: hidden;
	margin-bottom: 25px;
}

#home-excerpts .img {
	float: left;
	width: 30%;
	text-align: center;
}

#home-excerpts .img img {
	margin: 0 auto;
}

#home-excerpts .bd {
	float: right;
	width: 68%;
	font-size: 18px;
	line-height: 28px;
}

#home-excerpts h2 {
	font-size: 34px;
	font-weight: 500;
	margin-top: 0;
}

#home-excerpts p a {
	font-style: italic;
}

@media (max-width: 767px) {
	#home-excerpts {
		padding: 30px;
	}
}

@media (max-width: 560px) {
	
	#home-excerpts .img {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	#home-excerpts .bd {
		float: none;
		width: 100%;
	}
}

/* Inner Page
---------------------------------------- */
.page-ca {
	max-width: 1000px;
	margin: 0 auto;
}

.section.dark {
	background-color: #343434;
	color: #fff;
}

.entry-content p.intro {
	color: #f58b00;
	font-size: 24px;
	line-height: 30px;
}

.entry-content ul {
    list-style: none;
    padding:0;
    margin:0;
}

.entry-content ul li { 
    padding-left: 35px;
    text-indent: -20px;
    margin-bottom: 5px;
}

.entry-content ul li:before {
    content: "• ";
    color: #f58b00;
    padding-right: 10px;
}

.entry-content .sidebar ul li:before, .entry-content  ul.menu li:before {
    content: "";
}

.entry-content h1 {
	color: #163b5d;
	font-size: 40px;
	line-height: 50px;
	margin: 10px 0;
}

.entry-content a.twitter img {
	margin-right: 10px;
}

.dark h1 {
	color: #fff;
	font-weight: 400;
	margin: 0;
}

.entry-content h2.subtitle {
	color: #f58b00;
	font-weight: 400;
	letter-spacing: 8px;
	font-size: 22px;
	margin: 20px 0;
	text-transform: uppercase;
}

.entry-content h1 + h2 {
	margin-top: 0;
}

.entry-title {
	color: #000;
	font-size: 48px;
	line-height: 50px;
	margin: 10px 0;
}

h2.entry-title {
	font-size: 40px;
	line-height: 44px;
}

.entry-title a {
	color: #000;
}

.entry-header h2.subtitle {
	letter-spacing: 8px;
}

.highlight {
	background-color: #f58b00;
	padding: 2% 5%;
	color: #000;
}

.highlight h2,
.highlight h3 {
	color: #fff;
}

.entry-content h3 {
	color: #f58b00;
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 10px;
	font-weight: 400;
	display: inline;
	
}

p.has-image {
	margin: 0;
	padding: 0;
	height: 1px;
}

p.cite {
	margin-top: 0;
	margin-bottom: 3em;
	font-weight: bold;
	font-style: italic;
}


/* Posts Archive
---------------------------------------- */

.teaser {
	margin-bottom: 70px;
}

p.readmore a {
	color: #f58b00;
	font-weight: 400;
	letter-spacing: 5px;
	font-size: 18px;
	margin: 20px 0;
	text-transform: uppercase;
}

p.readmore a:hover {
	color: #000;
}

/* Single Post
---------------------------------------- */
p.entry-meta {
	margin: 0;
}

.post-navigation {
	overflow: hidden;
}

.post-navigation div {
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.post-navigation .prev {
		float: left;
		width: 48%;
		text-align: right;
	}
	
	.post-navigation .next {
		float: right;
		width: 48%;
		text-align: left;
	}
}

.post-navigation a {
	font-weight: 700;
}

/* Sidebar
---------------------------------------- */
.sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar h3.widget-title {
	color: #f58b00;
	font-weight: 400;
	letter-spacing: 8px;
	font-size: 22px;
	margin: 20px 0;
	text-transform: uppercase;
}

.sidebar a {
	color: #000;
}

.sidebar a:hover {
	color: #f58b00;
}

.sidebar .highlight {
	max-width: 340px;
	float: right;
	text-align: left;
}

@media only screen and (min-width: 1000px) {
	.sidebar {
		text-align: right;
	}
}

/* 404
---------------------------------------- */



/* Site Footer
---------------------------------------- */
.site-footer {
	
}

.site-footer .container,
.site-footer .copyright {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 90px 75px 20px;
	background: #b2b2b2;
	color: #fff;
}

@media (max-width: 767px) {
	.site-footer .container,
	.site-footer .copyright { 
		padding: 30px 0;
	}
}

.site-footer .copyright {
	font-size: 13px;
	color: #fff;
	text-align: center;
	padding: 0 0 30px;
}

.site-footer a {
	color: #fff;
}

.site-footer a:hover {
	color: #f58b00;
}

.site-footer a.switch {
	color: #f58b00;
}

.site-footer a.switch:hover {
	color: #fff;
}

.site-footer h3.widget-title {
	color: #fff;
	font-weight: 700;
}

.site-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer p,
.site-footer li,
.site-footer h3.widget-title {
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
}

.site-footer img {
	margin: 10px 0 0 10px;
}

.site-footer .fcol {
	width: 21.4438%;
	min-width: 300px;
}

.site-footer .col1 {
	float: left;
}

.site-footer .col2 {
	float: right;
	text-align: right;
}


@media only screen and (max-width: 767px) {
	.site-footer .fcol {
		float: none;
		width: 100%;
		text-align: left;
		margin: 0 0 20px;
		padding: 0 5%;
	}
}


/* ------------------------------------------------------ */
/*	Custom - Q&A
/* ------------------------------------------------------ */
@media (min-width: 1024px) {
	p.indent {
		margin-left: 50px;
	}
	
	ul.indent {
		margin-left: 37px;
	}
}

.ebtry-content ul.no-bullets {
	list-style: none;
	margin-left: 0;
}

.entry-content ul.no-bullets li {
    padding-left: 0;
    text-indent: 0;
    margin-bottom: 0;
}

.entry-content ul.no-bullets li:before {
    content: "";
    padding-right: 0;
}

blockquote.left,
blockquote.right {
	background: #ccc;
	color: #000;
	padding: 0 20px;
	margin-bottom: 30px;
}

blockquote.left {
	margin-left: 0;
	width: 100%;
	max-width: 400px;
	margin-right: 40px;
}

blockquote.right {
	margin-left: 40px;
	width: 100%;
	max-width: 400px;
	margin-right: 0;
}

.wp-image-425 {
	max-width: 212px;
	height: auto;
}

@media (max-width: 767px) {
	.wp-image-425 {
		width: 150px;
		height: auto;
		margin-left: 20px;
	}
}