@charset "UTF-8";
/* WP Common */

/* Global */ 

sub,
sup {
	font-size: 40%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -1em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

/* -------- Navigation ---------- */ 
.main-navigation {
    clear: both;
    margin: 0 auto;
    max-width: 5800px;
    min-height: 45px;
    position: relative;
}
ul.nav-menu, div.nav-menu > ul {
  margin: 0 auto;
  width: auto;
  float: right;
}
.menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
  display: none;
}
ul.nav-menu ul a, .nav-menu ul ul a {
    color: #fff;
    margin: 0;
    width: 300px;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 40px 0 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #141412;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #220e10;
	color: #fff;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #220e10;
	border: 2px solid #f7f5e7;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #db572f;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #bc360a;
	font-style: italic;
}





/* Site Titles */ 

h1.site-title a {
    font-size: 18px;
    position: absolute;
    top: 10px;
	font-weight: 500;
}
h1.site-title a:hover {
	text-decoration: none;
	border-bottom: none;
}
h2.site-description {
    font-size: 14px;
    position: absolute;
    top: 29px;
	margin: 5px 0;
}

.navbar {
  background-color: #efefef;
  margin: 0 auto;
  max-width: 5800px;
  width: 100%;
  opacity: .9;
  height: 65px;
  position: fixed;
  z-index: 30;
}
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
  color: #000;
  font-style: normal;
}
.nav-menu li a {
  color: #000;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  padding: 22px 20px;
  transition: background-color 1.2s ease;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #000;
	color: #EFEFEF;
}
ul.sub-menu li a {
    padding: 10px 20px;
	font-size: 16px;
}
ul.sub-menu li.current_page_item > a {
	padding: 10px  20px;
}
/* Expanding Search Bar */ 
label.search-icon:before {
    content: "\f002";
    font-family: "fontawesome";
    position: absolute;
    top: 18px;
    right: 35px;
    z-index: 44;
	color: #ccc;
}
.navbar .search-field {
    background-color: transparent;
    /*background-image: url(images/search-icon-wht.png);*/
    background-position: 5px center !important;
    background-repeat: no-repeat !important;
    background-size: 16px 16px !important;
    border: none !important;
    cursor: pointer !important;
    height: 32px !important;
    margin: 3px 0 !important;
    font-size: 18px !important;
	text-transform: uppercase;
    color: #777 !important;
    padding: 5px 0 5px 25px !important;
    position: absolute !important;
    -webkit-transition: width 400ms ease, background 400ms ease ;
    transition: width 400ms ease, background 400ms ease ;
    width: 20px !important;
	right: 20px; 
	top: 12px;
}
.navbar .search-field:focus {
    background-color: #fff !important;
    border: 1px solid #ccc;
    cursor: text;
    outline: 0;
    width: 60% !important;
	-webkit-transition: width 400ms ease, background 400ms ease ;
    transition: width 400ms ease, background 400ms ease ;
}
ul.nav-menu, div.nav-menu > ul {
    margin: 0;
    padding: 0 75px 0 0;
}

/* Footer */

 
.sidebar .site-footer .widget-area {
    max-width: 99%;
    position: relative;
	margin: 0px auto;
}

.site-footer .sidebar-container {
    background-color: #333;
    padding: 20px 0;
}
.site-footer .sidebar-container a{
 color: #ccc;
}
.site-footer, .site-footer a, .site-footer .sub-menu li a {
  color: #444;
  font-size: 12px;
  text-align: center;
}
.site-footer a:hover, .site-footer .sub-menu li a:hover {
	border-bottom: 0px; 
	
}
.site-footer {
  	background-color: #ccc;
    font-size: 12px;
    font-weight: 300;
    font-family: "Roboto";
}
h3.widget-title {
	color: #efefef;
	
}
.site-footer p{
	font-size: 12px;
    font-weight: 300;
    font-family: "Roboto";
	color: #efefef;
}
.site-footer .sidebar-container {
  background-color: #222;
  padding: 20px 0;
}
.site-info {
    margin: 0 auto;
    padding: 30px 0;
    width: 100%;
    text-align: center;
    display: inline-block;
}
div#click-menu:after {
    content: "Menu";
    font-size: 12px;
	text-transform: uppercase;
    padding: 5px;
}
.widget .widget-title {
    font: 300 normal 22px "Raleway", Helvetica, sans-serif;
    margin: 0 0 10px;
	display: inline-table;
}
.site-footer .widget.widget_search {
    background-color: transparent;
}
.site-footer input[type="search"] {
    height: 42px;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #999;
    margin-top: 10px;
}
.widget li {
    padding: 0px 0;
}
.widget-area {
    width: 99%;
    margin: 0px auto;
    max-width: 1400px;
	min-height: 200px;
}
.site-footer .widget {
    background: transparent;
    color: #666;
    float: left;
    margin-right: 20px;
    width: 235px;
	font-size: 14px;
}
/* Footer Form Boxes */

.site-footer select {
    -webkit-appearance: initial;
    border-radius: 0px;
    padding: 5px 10px;
    width: auto;
    font-size: 18px;
    font-weight: 300;
	margin-top: 20px;
}

/* Login */ 

.mp_wrapper.mepr_password_reset_requested {
    background: #f7f7f7;
    padding: 10px;
    text-align: center;
    margin: 10px 0;
}

/* Widgets */ 

.widget {
    background-color: transparent;
    font-size: 16px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 0 0 24px;
    padding: 10px;
    word-wrap: normal;
}
select#cat, select#archives-dropdown--1 {
    font-size: 1.4rem;
    border: none;
    background: #fff;
    width: 100%;
    padding: 5px 10px;
    font-weight: 200;
}

/* -------- Logo Wrap ----------- */ 

#logo-wrap {
	width: 35%;
	height: 65px;
	padding: 5px;
	position: absolute;
	margin: 5px;	
	z-index: 3;
}
div#logo-wrap img {
  width: auto;
  height: 45px;
  vertical-align: middle;
}



/* ------------------- Page Templates */ 

.page-template-template-blank .main-content {
    margin-top: 0px;
}

.site {
	background-color: #fff;
	margin: 0 auto;
	max-width: 5800px;
	width: 100%;
}

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    min-width: 100%;
	background-position: center center;
    margin-top: -10%;
}
.entry-thumbnail {
    max-height: 400px;
    overflow: hidden;
}
.hentry {
    padding: 0; 
}
.entry-title {
	font-weight: 300;	
}
.entry-header, .entry-content, .entry-summary, .entry-meta {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}
.page-template-template-no-banner-page .entry-header {
    margin: 0px auto;
    margin-top: 0px;
}
.page-template-default header.entry-header {
    border-top: 0px solid #ccc;
    padding-top: 0 /*80px*/;
    text-align: center;
}
.page-template-template-banner-page h1.entry-title {
    display: none;
}
h1.entry-title, .page .entry-title {
    margin: 0px auto !important;
    background: #999;
    color: #fff;
	text-align: center;
	padding: 10px 0;
	width: 100%;
}

/* Search Items */ 
.search .entry-meta {
    display: none;
}
input#s {
    font-size: 22px;
    font-weight: 300;
    font-family: "raleway";
    padding: 10px;
}
input:focus, textarea:focus {
    border: 1px solid #ccc;
	background: #f0f0f0;
    outline: 0;
}
.search header.entry-header {
	border: none !important;
	margin: 0px;
}
.search .entry-thumbnail {
    display:none;
}
.search-results .sidebar-inner   {
	display: none;
}
.search-results  h1.entry-title {
    font-size: 30px;
    padding: 20px 0px;
    margin: 0 60px;
}
input[type="search"] {
    -webkit-appearance: textfield;
    padding-right: 2px;
    width: 100%;
    height: 50px;
    font-size: 25px;
    border: 1px solid #efefef;
    font-weight: 300;
    color: #999 !important;
}
.search select#cat {
	margin: 0px;	
	width: 70%;
}
.search-results a.more-link {
    display: none;
}

/* Image Management */ 

.entry-content img.alignleft, .entry-content .wp-caption.alignleft {
    margin: 0px 15px 15px 0px;
}

/*  Password Page Code */ 

form.post-password-form {
    margin-top: 100px !important;
    margin: 100px auto !important;
    width: 50% !important;
    text-align: center !important;
}

/* Input Buttons */ 
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
/* button:hover, button:focus, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {
    background: #434343 ;
    background: -webkit-linear-gradient(top, #434343 0%, #333 100%) ;
    background: linear-gradient(to bottom, #434343 0%, #333 100%) ;
    outline: none;
}
/*/ 
input[type="submit"], input[type="button"], input[type="reset"], input#wp-submit {
    background: #666;
    background: -webkit-linear-gradient(top, #666 0%, #888 100%);
    background: linear-gradient(to bottom, #666 0%, #888 100%);
    border: none;
    border-bottom: 0px solid #666;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    padding: 11px 24px 10px;
    text-decoration: none;
}
button, input, textarea {
	border: none;	
}

/* ________________________________ Blog Entry Meta */

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #bc360a;
}

.entry-meta a:hover {
	color: #bc360a;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}
.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	display: block;
}

.entry-meta .author a:before {
	content: "\2712";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}

/* -------------------------- Custom Objects */ 

.select-wrap {
	background: #f7f7f7;
	padding: 5px 10px 1px;
	opacity: .9;
}
select.custom-select {
	width: 100%;
	border: none;
	font-size: 22px;
	font-weight: 200;
	margin: 25px 0 !important;
	opacity: .9;
	color: #666;
	padding: 10px;
	background: #fff;
	-webkit-appearance: none;
  	-webkit-border-radius: 0px;
	border-radius: 0px !important;
}
select#cat, select#archives-dropdown--1, #archives-dropdown-3, input.search-field, select#categories-dropdown--1 {
	font-size: 1.4rem !important;
	border: none;
	background: #fff;
	width: 100%;
	padding: 10px 10px !important;
	font-weight: 200;
	margin-top: 15px;
	color: #666;
	-webkit-appearance: none;
  	-webkit-border-radius: 0px;
	border-radius: 0px !important;
}
.select-wrap h2.widgettitle {
	display: none;
}
.expandable-box {
	height: 60px;
	background: #666;
	padding: 5px 15px;
	overflow: hidden;
	transition-timing-function: ease-in;
	transition: 0.4s;
	position: absolute;
	bottom: 15px;
	opacity: .9;
}
.expandable-box h2 {
	color: #fff !important;
	padding: 5px 0;
	margin: 10px 0;
	font-size: 1.6rem;
}
expandable-box h4 {
	color: #fff !important;
	padding: 5px 0;
	margin: 10px 0;
	font-size: 1.2rem;
}
.expandable-box:hover {
	height: 275px;
}
.expandable-box p {
	font-size: 1rem;
	color: #f7f7f7;
	min-height: 100px;
}
i.fa.fa-caret-down {
	color: #ccc;
	border: none !important;
	background: transparent !important;
	margin: 0px 10px;
}
.custom-btn {
	border: 1px solid #fff;
	padding: 3px 5px;
	display: block;
	width: auto;
	transition-timing-function: ease-in;
	transition: 0.4s;
}
.custom-btn:hover {
	background: #999 !important;
	border: 1px solid #333;
}
.custom-btn a {
	color: #fff;
	font-size: 1.3rem;
	font-weight: 200;
	border: 1px #fff;
}
.custom-btn a:hover {
	text-decoration: none;
}


/*  Header */ 

@media (max-width: 643px) {
#content .entry-header {
    padding-left: 0px !important; 
    padding-right: 0px !important;
}
}
/* home page margin hack */ 

@-moz-document url-prefix() {
	.neg-margin {
		margin-top: -50px;	
  }

