@charset "UTF-8";
/* WP Common */


/* -------- 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;
}
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;
  font-weight: 100;
  font-size: 20px;
}
.nav-menu li a {
  color: #000;
  font-style: normal;
  font-weight: 100;
  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 !important;
	color: #333;	
}

/* Footer */

 
.sidebar .site-footer .widget-area {
    max-width: 90%;
    position: relative;
    left: 0px;
	margin: 0px auto;
}

.site-footer .sidebar-container {
    background-color: #333;
    padding: 20px 0;
}
.site-footer .sidebar-container a{
 color: #ccc !important;
}
.site-footer, .site-footer a {
  color: #444;
  font-size: 12px;
  text-align: center;
}
.site-footer {
  	background-color: #ccc;
    font-size: 12px;
    font-weight: 300;
    font-family: "Roboto";
}
h3.widget-title {
	color: #efefef !important;
}
.site-footer p{
	font-size: 12px;
    font-weight: 300;
    font-family: "Roboto";
	color: #efefef !important;
}
.site-footer .sidebar-container {
  background-color: #222;
  padding: 20px 0;
}
.site-info {
  margin: 0 auto;
  max-width: 1040px;
  padding: 30px 0;
  width: 100%;
  text-align: center;
}
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;
}
.site-footer .widget.widget_search {
    background-color: transparent !important;
}
.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: 90%;
    margin: 0px auto;
    max-width: 1060px;
}

/* Login */ 

.mp_wrapper.mepr_password_reset_requested {
    background: #f7f7f7;
    padding: 10px;
    text-align: center;
    margin: 10px 0;
}

/* Widgets */ 

.widget {
    background-color: transparent !important;
    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 !important;
    border: none;
    background: #fff;
    width: 100%;
    padding: 5px 10px !important;
    font-weight: 200;
}

/* -------- Logo Wrap ----------- */ 

#logo-wrap {
	width: 155px;
	height: 65px;
	padding: 5px;
	position: absolute;
	margin: 5px;	
}
div#logo-wrap img {
  width: auto;
  height: 45px;
  vertical-align: middle;
}



/* ------------------- Page Templates */ 

.site {
	background-color: #fff;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	margin: 0 auto;
	max-width: 1900px;
	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-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;
}
.page-template-template-no-banner-page h1.entry-title {
    margin: 65px auto;
    background: #999;
    color: #fff !important;
	text-align: center;
	padding: 10px 0;
}
/* 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: inherit;
	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;
}
.widget.widget_search{
    background-color: #f7f7f7 !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;
}

.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 {
	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: 70px;
	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:hover {
	height: 275px;
}
.expandable-box p {
	font-size: 1rem;
	color: #f7f7f7;
	min-height: 100px;
}
i.fa.fa-caret-down.red {
	color: #ccc;
	border: none !important;
	background: transparent !important;
}
.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;	
  }
