/*Jeremy Brecher Custom CSS*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/
	
/*HTML5 Reset
--------------------------------------------- */

/*Baseline Normalize*/
a:focus {
  outline: none;
}

/*Box Sizing*/
/*Float Clearing*/
		
/*Defaults
--------------------------------------------- */

/*Typographical Elements*/

/* Change Color, font family, font size, line height*/
body {
  background-color: #DCDDC3; 
  color: #333;
  font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
}

a {
  color: #5B0015;
}

a:hover {
  color: #5B0015;
  text-decoration: underline;
}

.entry-title a:hover,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.nav-primary .sub-menu a:hover,
.nav-secondary .sub-menu a:hover,
.site-footer a:hover,
.site-header .sub-menu a:hover,
.nav-primary .sub-menu a:hover,
.entry-content a {
  color: #5B0015;
}

/* Master Button Hover Color*/
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover,
.archive-pagination a:hover,
.archive-pagination li.active a {
  background-color: #5B0015;
}

blockquote,
blockquote::before {
	background: #E5E8D7;
	color: #666;
	font-style: italic;
	padding: 15px 20px 0.1px;	
	padding: 1.5rem 2rem 0.1rem;
}

blockquote::before {
	content: " ";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/*Headings*/

/* Change Heading Color, Font Family, Weight, Line Height*/
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

h1 {
	font-size: 30px;
	font-size: 3rem;	
}

h2 {
	font-size: 24px;
	font-size: 2.4rem;
}

h3 {
	font-size: 20px;
	font-size: 2rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
  font-size: 16px;
	font-size: 1.6rem;
}

h6 {
	font-size: 14px;
	font-size: 1.4rem;
}

/*Objects*/

/*Forms*/

::-moz-placeholder {
  color: #333;
}

input,
select,
textarea { 
  color: #333;
  padding: 7px 16px;
  padding: .7rem 1.6rem; 
}

.search-form > input, .postform, select  {
  background-color: #DCDDC3;
}  

.button
.mybutton {
	border-radius: 3px;
	display: inline-block;
}

.entry-content .mybutton {
  padding: 10px 20px;
}

/*Tables*/
		
/*Structure and Layout
--------------------------------------------- */

/*Site Containers*/

.site-inner {
	padding-top: 0px;
	padding-top: 0rem;
	background: #EEEFE9;
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

/*Column Widths and Positions*/

.content {
  width: 780px;
}

/*Column Classes*/

/*Common Classes
--------------------------------------------- */
		
/*WordPress*/
/*Genesis*/

/*Titles*/

.entry-title {
	font-size: 30px;
	font-size: 3rem;
}

.entry-title a, 
.sidebar .widget-title a {
  color: #f8bf53;
}

.widget-title {
  background: none repeat scroll 0 0 #5b0015;
  color: #f8bf53;
  font-family: 'Kreon', serif;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2.4rem;
  padding: 10px;
}
		
/*Widgets
--------------------------------------------- */
.widget.widget_hms_testimonial_rotator {
  background: none repeat scroll 0 0 #e5e8d7;
  padding: 20px;
}


/*Featured Content
--------------------------------------------- */
.featured-content .entry {
	border: none;
	margin-bottom: 0;
	padding: 0;
}

.featured-content .entry-title a {
	color: #5B0015;
}

.featured-content .entry-title a:hover {
	color: #333;
}

.featured-content .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
}
		
/*Plugins
--------------------------------------------- */

/*Genesis eNews Extended*/

.enews-widget input[type="submit"] {
	background-color: #5B0015;
}

/*Genesis Latest Tweets*/

/*Gravity Forms*/

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	padding: 5px;
	padding: .5rem;
}

.gform_wrapper select {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

/*Visual Composer*/

.wpb_row.vc_row-fluid.three-values-row {
  background: #98B0C8;
  padding: 20px;
  padding: 2rem;
  margin-bottom: 35px;
  margin-bottom: 3.5rem;
}

.vc_span4.three-values-column.wpb_column.column_container {
  background: none repeat scroll 0 0 #FFFFFF;
  padding: 20px;
}

.wpb_text_column.wpb_content_element.three-values-text {
  margin-bottom: 0px;
  margin-bottom: 0rem;
}

.wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
  overflow: hidden;
}

/*Jetpack*/

/*HMS Testimonials*/

.author {
  font-size: 14px;
  font-size; 1.4rem;
}
		
/*Site Header
--------------------------------------------- */

/* Choose color*/
.site-header {
	background-color: #0B2C45;
}

.header-image .site-header .wrap {
  padding: 10px 0 5px 0;
  padding: 1rem 0 .5rem 0;
}

.site-header .search-form {
	margin: 15px 0 12px 0;
	margin: 1.5rem 0 1.2rem 0;
}
/*Header Widget Area*/
		
.site-header .widget-area {
	width: 200px;
	width: 20rem;
}

.header-image .site-header .widget-area {
  padding: 0;
}

/* Shrinking Header
--------------------------------------------- */

.site-header {
	position: fixed;
	width: 100%;
	z-index: 999;
}

.title-area {
	padding-bottom: 0;
	width: 360px;
	width: 36rem;
}

.bumper {
	background: #5B0015;
	min-height: 152px;
}

.site-header,
.site-header .wrap,
.site-description {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

.site-description {
  display: none;
}

/* Shrink
--------------------------------------------- */

.shrink .wrap {
	min-height: 50px;
	padding: 0;
}

.shrink .site-title {
	font-size: 20px;
	padding-top: 3px;
}

.header-image .shrink .site-title {
	padding: 0;
}

.header-image .shrink .site-title > a {
	min-height: 50px;
}

.shrink .site-title a {
	background-size: 225px 50px !important;
}

.site-header.shrink .widget-area {
	padding-top: 0;
}

/*Title Area 
--------------------------------------------- */

/* Logo, hide text */

.header-image .site-title a {
	min-height: 80px;
}
				
/*Site Navigation
--------------------------------------------- */

.genesis-nav-menu {
	line-height: 0;
	font-family:'Kreon', serif;
	font-size: 20px;
	font-size: 2rem;
}

.genesis-nav-menu a {
	color: #F8BF53;
	text-decoration: none;
}

.genesis-nav-menu > .menu-item > a {
	font-weight: 700;
}

.genesis-nav-menu .sub-menu {
  width: 250px;
}

.genesis-nav-menu .sub-menu a {
  color: #333333;
  width: 250px;
}

/*Header Navigation*/

/*Primary Navigation*/

.nav-primary {
	background-color: #5B0015;
    position: fixed;
    top: 95px;
    width: 100%;
    z-index: 999;
}

body.admin-bar .nav-primary {
  top: 135px;
}
.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #F7D593;
}

.downBoy {
  top: 73px;
}

body.admin-bar .downBoy {
  top: 100px;
}

/*Secondary Navigation*/

/*Responsive Menu*/
.responsive-menu-icon {
  border-bottom: 1px solid #e3e3e3;
  cursor: pointer;
  display: none;
  margin-bottom: -1px;
  text-align: center;
}

.site-header .responsive-menu-icon {
  border-bottom: none;
}

.responsive-menu-icon::before {
  color: #FFF;
  content: "\f333";
  display: inline-block;
  font: normal 20px/1 'dashicons';
  margin: 0 auto;
  padding: 10px;
}
		
/*Content Area
--------------------------------------------- */

/*Entries*/

.entry {
	background-color: transparent;
	border-radius: none;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.entry-content {		
  overflow: hidden;		
}

.entry-content a:hover,
.sidebar a:hover {
  color: #5B0015;
  text-decoration: underline;
}

.entry-content a {
	border-bottom: none;
}

.entry-footer .entry-meta {
  border-top: none;
  margin: 0;
  padding: 0;
}

/*Pagination*/
.archive-pagination li a {
  background-color: #0B2C45;

}

.archive-pagination li a:hover {
  background-color: #F8BF53;
  color: #333;
}

/*Comments*/
		
/*Sidebars
--------------------------------------------- */

.sidebar {
	color: #333; 
  padding-top: 30px;
}

.sidebar a {
	border-bottom: none;
}

.sidebar .widget {
  background: transparent;
	border-radius: 0px;
}
	
/*Footer Widgets
--------------------------------------------- */
.footer-widgets {
  background-color: #0B2C45;
}

/*.footer-widgets-1 {
  width: 250px;
}

.footer-widgets-2 {
  width: 260px;
}

.footer-widgets-3 {
  float: right;
  width: 550px;
}*/

.footer-widgets .widget-title {
  background: transparent;
  color: #999;
}

/*Site Footer
--------------------------------------------- */

.site-footer {
	background-color: #0B2C45;
}

.site-footer a {
  color: #999; 
}

.site-footer a:hover {
  color: #DDDDDD;
}

/*Custom Post Projects and Blog Page Titles
--------------------------------------------- */

.projects-title {
  padding: 40px 0 0 40px;
}

.post-32.page.type-page.status-publish.entry.gs-1.gs-odd.gs-featured-content-entry{
  margin-bottom: 0;
  padding-bottom: 0;
}  
/*Mobile Menu
--------------------------------------------- */

#mobile-menu {
  display: none;
  visibility: hidden;
}
	
/*Media Queries
--------------------------------------------- */

@media only screen and (max-width: 1139px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
    width: 650px;
  }
  
	.site-header .widget-area {
		width: 200px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary {
		width: 300px;
	}

	.title-area {
		width: 360px;
	}
}

@media only screen and (max-width: 1024px) {

	body {
		background-color: #fff;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 0;
		padding: 2rem 0;
	}

	.header-image {
		float: none;
	}

	.site-inner {
    padding-top: 3%;
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

  .genesis-nav-menu {
    padding-top: 20px;
  }

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
		padding: 2rem 1.6rem;
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

	.site-footer {
		padding: 24px 0;
		padding: 2.4rem 0;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

	.footer-widgets-1 select,
	.footer-widgets-2 select {
		width: 100%;
	}

	.title-area {
		width: 100%;
	}


	.header-image .site-title > a {
		background-position: top !important;
	}


	.site-header .wrap, .bumper {
		min-height: 233px;
	}

	.site-header.shrink .wrap {
		min-height: 60px;
	}
  
  .projects-title {
  padding: 40px 0 0 0;
  }
  
  .nav-primary {
  top: 171px;
  }
  
  .downBoy {
  top: 129px;
  }
  
  body.admin-bar .nav-primary {
  top: 204px;
  }
  
  body.admin-bar .downBoy {
  top: 158px;
  }
}

@media only screen and (max-width: 768px) {

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
  .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
  .genesis-nav-menu.responsive-menu {
  display: none;
  }
  
  .genesis-nav-menu.responsive-menu .menu-item,
  .responsive-menu-icon {
  display: block;
  }
  
  .genesis-nav-menu.responsive-menu .menu-item {
  margin: 0;
  }
  
  .genesis-nav-menu.responsive-menu .menu-item:hover {
  position: static;
  }
  
  .genesis-nav-menu.responsive-menu li.current-menu-item > a,
  .genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
  .genesis-nav-menu.responsive-menu li a,
  .genesis-nav-menu.responsive-menu li a:hover {
  background: none;
  border: none;
  color: #FFF;
  display: block;
  line-height: 1;
  padding: 20px;
  text-transform: none;
  }
  
  .genesis-nav-menu.responsive-menu .menu-item-has-children {
  cursor: pointer;
  }
  
  .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
  margin-right: 60px;
  }
  
  .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
  content: "\f132";
  float: right;
  color: #fff;  
  font: normal 16px/1 'dashicons';
  height: 16px;
  padding: 18px 20px;
  right: 0;
  text-align: right;
  z-index: 9999;
  }
  
  .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
  content: "\f460";
  }
  
  .genesis-nav-menu.responsive-menu .sub-menu {
  background-color: rgba(0, 0, 0, 0.05);
  border: none;
  left: auto;
  opacity: 1;
  position: relative;
  -moz-transition: opacity .4s ease-in-out;
  -ms-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  width: 100%;
  z-index: 99;
  }
  
  .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
  margin: 0;
  }
  
  .genesis-nav-menu.responsive-menu .sub-menu li a,
  .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
  background: #fff;
  color: #333;
  border-bottom: 1px solid #999;
  padding: 20px;
  position: relative;
  text-transform: none;
  width: 100%;
  }
   
	.site-header .wrap, .bumper {
  min-height: 199px;
  }

	.site-inner {
    padding-top: 7%;
	}  
	
@media only screen and (max-width: 480px) {

	.header-image .site-title > a {
		background-size: contain !important;
	}

	.site-inner {
    padding-top: 10%;
	}
		
}