/*
	Theme Name: Distiller Pro Theme
	Theme URI: http://marylandspirits.org/
	Description: A mobile responsive and HTML5 theme built for the Maryland Distillers Guild.
	Author: DatAchieve Digital
	Author URI: http://www.datachieve.com/

	Version: 3.0.0

	Tags: black, white, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Featured Post Grid
		- 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
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
Imports
---------------------------------------------------------------------------------------------------- */

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #333;
	font-family: "proxima-nova",sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.625;
}

.site-container {
    overflow: hidden;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.home-featured-1 .widget-title:before,
.home-featured-2 .widget-title:before,
.home-featured-3 .widget-title:before,
.home-featured-4 .widget-title:before,
.home-featured-5 .widget-title:before {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

.footer-widgets ::-webkit-input-placeholder {
   color: #898987 !important;
}

.footer-widgets :-moz-placeholder { /* Firefox 18- */
   color: #898987 !important;  
}

.footer-widgets ::-moz-placeholder {  /* Firefox 19+ */
   color: #898987 !important;  
}

.footer-widgets :-ms-input-placeholder {  
   color: #898987 !important; 
}

a {
	color: #c3232d;
	font-weight: 400;
	text-decoration: none;
}

a img {
	margin-bottom: -6px;
	margin-bottom: -0.6rem;
}

a:hover {
	color: #c3232d;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 600;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
	margin: 4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: "franklin-gothic-urw",sans-serif;
 	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	text-transform: uppercase;
}

h1 {
	font-size: 30px;
	font-size: 3rem;
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-family: "proxima-nova",sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 10px;
	padding: 1rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #333;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #c3232d;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.home .site-inner {
	background-color: #fff;
	clear: both;
	padding:0;
}

.site-inner {
	background-color: #fff;
	clear: both;
	padding: 60px 0;
	padding: 6rem 0;
}

.distiller-landing .site-inner {
	margin: 40px auto;
	margin: 4rem auto;
	padding: 60px 60px 20px;
	padding: 6rem 6rem 2rem;
	width: 800px;
}

/* Site Containers
--------------------------------------------- */

.frontpage-tagline {
	text-align: center;
}

.frontpage-tagline h1 {
	color: #fff;
	font-family: "proxima-nova",sans-serif;
	font-size: 49px;
	font-weight: 300;
	letter-spacing: 8px;
	padding: 15px 0;
	margin-bottom: 0;
	text-transform: uppercase;
}

.frontpage-tagline hr.section-attr {
	border-color: #fff;
	margin: 0 auto;
	width: 300px;
}

.home-featured {
	color: #fff;
	margin-top: 50px;
	margin-top: 5rem;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 0;
	padding: 4rem 0;
}

.home-featured a {
	color: #fff;
}

.home-featured .widget-title {
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 14px;
}

.home-featured li {
	list-style-type: none;
}

.home-featured .widget {
	border-right: 1px solid rgba(255,255,255,.30);
	padding: 0 20px;
	padding: 0 2rem;
}

.home-featured-4 .widget,
.home-featured-5 .widget {
	border-right: none;
}

.home-featured-1,
.home-featured-2,
.home-featured-3,
.home-featured-4,
.home-featured-5 {
	float: left;
	text-align: center;
	padding-bottom: 20px;
	width: 25%;
}

.home-featured-1:hover .widget-title:before,
.home-featured-2:hover .widget-title:before,
.home-featured-3:hover .widget-title:before,
.home-featured-4:hover .widget-title:before,
.home-featured-5:hover .widget-title:before {
	color: #c3232d;
}

.home-featured-1 .widget-title:before {
	content: "\f212";
    color: #ce962f;
    font-family: "ionicons";
    font-size: 38px;
    font-weight: normal;
    display: block;
    margin-bottom: 8px;
}

.home-featured-2 .widget-title:before {
	content: "\f211";
    color: #ce962f;
    font-family: "ionicons";
    font-size: 38px;
    font-weight: normal;
    display: block;
    margin-bottom: 8px;
}

.home-featured-3 .widget-title:before {
	content: "\f203";
    color: #ce962f;
    font-family: "ionicons";
    font-size: 38px;
    font-weight: normal;
    display: block;
    margin-bottom: 8px;
}

.home-featured-4 .widget-title:before {
	content: "\f117";
    color: #ce962f;
    font-family: "ionicons";
    font-size: 38px;
    font-weight: normal;
    display: block;
    margin-bottom: 8px;
}

.home-featured-5 .widget-title:before {
	content: "\f117";
    color: #ce962f;
    font-family: "ionicons";
    font-size: 38px;
    font-weight: normal;
    display: block;
    margin-bottom: 8px;
}

.welcome-content {
	background: url(images/mdg-grunge-bg-overlay.jpg) no-repeat left center,
				url(images/mdg-grunge-bg.jpg) repeat;
	padding: 60px 0 100px;
	padding: 6rem 0 10rem;
}

.welcome-content .widget {
	padding: 0 40px;
    padding: 0 4rem;
}

.welcome-content-1.widget-area.one-half.first {
	border-right: 1px solid #ccc;
}

.welcome-content p,
.welcome-content .entry {
	margin-bottom: 0;
}

.welcome-content-1.widget-area.one-half.first h2 {
	font-family: "proxima-nova",sans-serif;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 2px;
	padding: 0 40px;
    padding: 0 4rem;
	text-transform: uppercase;
}

.welcome-content-1.widget-area.one-half.first span.intro {
	color: #c3232d;
	font-family: "franklin-gothic-urw",sans-serif;
	font-size: 48px;
	font-weight: 900;
	letter-spacing: 1px;
	display: block;
}

.welcome-content-2 .widget-title {
	font-size: 30px;
	position: relative;}

.welcome-content-2 .widget-title:before,
.welcome-content-2 .widget-title:after {
	background-color: #000;
    content: "";
    display: inline-block;
    height: 4px;
    position: relative;
    vertical-align: middle;
    width: 30%;
}

.welcome-content-2 .widget-title:before {
	right: 0.5em;
	margin-top: -4px;
}

.welcome-content-2 .widget-title:after {
	left: 0.5em;
	margin-top: -4px;
}

.welcome-content-2 h4.tribe-event-title {
	font-size: 24px;
	margin-bottom: 7px;
	position: relative;
}

.welcome-content-2 h4.tribe-event-title:before {
	content: "\f073";
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

.welcome-content-2 .tribe-event-duration {
	font-family: "franklin-gothic-urw",sans-serif;
	font-size: 19px;
	text-transform: uppercase;
}

.welcome-content-2 .tribe-events-list-widget .tribe-events-widget-link a {
	background-color: #222;
	color: #fff;
	padding: 15px 40px;
	text-transform: uppercase;
}

.welcome-content-2 .tribe-events-list-widget .tribe-events-widget-link a:after {
	content: "\f055";
	font-family: "FontAwesome";
	font-weight: normal;
	margin-left:7px;
}

.welcome-content-2 .tribe-events-list-widget .tribe-events-widget-link a:hover {
	background-color: #c3232d;
}

/* Front-page Featured Posts
--------------------------------------------- */ 

.distiller-featured-post .wrap {
	margin-top: -40px;
    position: relative;
    max-width: 1040px;
	-moz-box-shadow: 0 -2px 24px rgba(34, 25, 25, 0.3);
	-webkit-box-shadow: 0 -2px 24px rgba(34, 25, 25, 0.3);
	box-shadow: 0 -2px 24px rgba(34, 25, 25, 0.3);
}

.distiller-featured-post .featured-content .entry {
	margin-bottom: 0;
}

.distiller-featured-post .featured-content .entry-title {
	font-size: 18px;
}

.distiller-post-1.widget-area.ds-even {
	background-color: #ce962f;
	color: #fff;
	position: relative;
}

.distiller-featured-post time.entry-time:before {
	content: "\f133";
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

.distiller-post-1.widget-area.ds-even .entry-title a {
	color: #fff;
}

.distiller-post-2.widget-area.ds-odd {
	background-color: #222;
	color: #fff;
	position: relative;
}

.distiller-post-2.widget-area.ds-odd .entry-title a {
	color: #fff;
}

.distiller-post-3.widget-area.ds-even {
	background-color: #f1f0eb;
	position: relative;
}

.distiller-featured-post a.alignleft, 
.distiller-featured-post img.alignleft, 
.distiller-featured-post .wp-caption.alignleft {
	margin: 0 24px 0 0;
}

.distiller-featured-post a.alignright, 
.distiller-featured-post img.alignright, 
.distiller-featured-post .wp-caption.alignright {
	margin: 0 0 0 24px;
}

.distiller-featured-post .ds-even .entry-title {
	padding: 40px 100px 0 60px;
}

.distiller-featured-post .ds-odd .entry-title {
	padding: 40px 60px 0 100px;
}

.distiller-featured-post .ds-even p  {
	padding: 0 100px 0 60px;
}

.distiller-featured-post .ds-odd p {
	padding: 0 60px 0 100px;
}

.distiller-featured-post p.byline.post-info {
    padding: 0;
	margin-bottom: 14px;
}

.distiller-featured-post .ds-odd p.byline.post-info {
	padding: 0 60px 0 100px;
}

.distiller-post-1.widget-area.ds-even a.more-link,
.distiller-post-3.widget-area.ds-even a.more-link {
	background-color: #c3232d;
    color: #fff;
    padding: 25px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    vertical-align: middle;
}

.distiller-post-1.widget-area.ds-even a.more-link:hover,
.distiller-post-3.widget-area.ds-even a.more-link:hover {
	background-color: #222;
}

.distiller-post-1.widget-area.ds-even a.more-link .fa-angle-right:before,
.distiller-post-3.widget-area.ds-even a.more-link .fa-angle-right:before {
	font-size: 50px;
    position: absolute;
    top: 40%;
    right: 29%;
}

.distiller-post-2.widget-area.ds-odd a.more-link {
	background-color: #c3232d;
    color: #fff;
    padding: 25px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    vertical-align: middle;
}

.distiller-post-2.widget-area.ds-odd a.more-link .fa-angle-right:before {
	font-size: 50px;
    position: absolute;
    top: 40%;
    left: 31%;
	/* Safari */
-webkit-transform: rotate(-180deg);

/* Firefox */
-moz-transform: rotate(-180deg);

/* IE */
-ms-transform: rotate(-180deg);

/* Opera */
-o-transform: rotate(-180deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.distiller-post-2.widget-area.ds-odd a.more-link:hover {
	background-color: #ce962f;
}

.distiller-link-container {
	padding: 60px;
	padding: 6rem;
	text-align: center;
}

.distiller-link-container a.view-all {
    color: #222;
	font-family: "franklin-gothic-urw",sans-serif;
    font-size: 36px;
    font-weight: 900;
	letter-spacing: 6px;
	overflow:hidden;
	text-transform: uppercase;
}

.distiller-link-container a.view-all:before,
.distiller-link-container a.view-all:after {
	background-color: #000;
    content: "";
    display: inline-block;
    height: 6px;
    position: relative;
    vertical-align: middle;
    width: 30%;
}

.distiller-link-container a.view-all:before {
	right: 0.5em;
    margin-left: -50%;
	margin-top: -4px;
}

.distiller-link-container a.view-all:after {
	left: 0.5em;
    margin-right: -50%;
	margin-top: -4px;
}

.distiller-link-container a.view-all span {
	background: #fff;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.distiller-link-container a.view-all:hover {
	color: #c3232d;
}

.distill-map-container {
	background-image: url(images/mdg-map-bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	float: left;
	clear: both;
	min-height: 415px;
	width: 100%;
}

.distill-map-cta.widget-area {
	background-color: #ce962f;
	color: #fff;
	float: left;
	padding: 40px;
	min-height: 415px;
	width: 38%;
}

.distill-map-cta .widget-wrap {
	border: 1px solid #fff;
	padding: 40px;
	min-height: 330px;
}

.distill-map-cta .widget-title {
	color: #fff;
	font-size: 24px;
	letter-spacing: 2px;
	margin-bottom: 14px;
}

.distill-map-cta .widget-title:before {
	content: "\f041";
	color: #222;
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

.distill-map-cta a.button {
	background-color: transparent;
    border: 1px solid #fff;
    display: block;
    margin-top: 20px;
    text-align: center;
}

.distill-map-cta a.button:hover {
	color: #222;
}

.distill-carousel-container {
	background-color: #fff;
	border-top: 1px solid #f1f0eb;
	float: left;
	clear:both;
	padding: 40px 0;
	padding: 4rem 0;
	text-align: center;
	width: 100%;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	width: 720px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}


/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	margin-right: 2.4rem;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	padding: 0.3rem;
	width: 100%;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
}

.gallery-caption {
}

.widget-area {
	word-wrap: break-word;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.author-box {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.single .author-box {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.author-box-title {
	color: #333;
	font-family: "proxima-nova",sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 0;
	width: 47%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 44px;
	font-size: 4.4rem;
	line-height: 1;
	letter-spacing: 2px;
}

.genesis-grid .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 10px;
	margin: 0 0 1rem;
}

.single-portfolio .entry-title {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
	color: #333;
}

.entry-title a:hover {
	color: #c3232d;
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
}

#home-featured .widget-title {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* BBpress
--------------------------------------------- */

#bbpress-forums #bbp-search-form #bbp_search {
    display: inline-block;
    width: auto;
    margin-bottom: 20px !important;
}

#bbpress-forums fieldset.bbp-form p, 
#bbpress-forums fieldset.bbp-form textarea, 
#bbpress-forums fieldset.bbp-form select, 
#bbpress-forums fieldset.bbp-form input {
    margin: 0 0 8px;
    width: auto !important;
}

/* Mailchimp
--------------------------------------------- */

.footer-widgets form#mc4wp-form-1 {
	position: relative;
}

.footer-widgets .mc4wp-form-fields input[type="email"] {
	background: transparent;
	color: #fff;
	border: 1px solid #898987;
	padding: 25px;
}

.footer-widgets .mc4wp-form-fields input[type="submit"] {
	font-family: "franklin-gothic-urw",sans-serif;
	color: #ce962f;
	letter-spacing: 2px;
	position: absolute;
    top: 10px;
    right: 10px;
}

.footer-widgets .mc4wp-form-fields input[type="submit"]:hover {
	color: #fff;
}


/* Simple Social Icons
--------------------------------------------- */

.nav-social-wrap.widget-area {
    margin-top: 10px;
}

.simple-social-icons ul li a, .simple-social-icons ul li a:hover {
	padding: 8px !important;
	font-size: 14px !important;
}

.nav-social-wrap.widget-area .simple-social-icons ul li {
	margin: 0 6px 0 !important;
}

.simple-social-icons ul li a {
	font-family: 'ssi-icomoon' !important;
	
}

/* Events Calendar
--------------------------------------------- */

.tribe-events-notices {
	background: #c3232d !important;
    border: 1px solid #eee !important;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff !important;
    margin: 10px 0 18px;
    padding: 8px 35px 8px 14px;
    text-shadow: none !important;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
    background-color: #c3232d !important;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
	background: #ce962f !important;
}

.tribe-events-calendar thead th {
    background-color: #ce962f !important;
    color: #fff;
    font-weight: 700;
    padding: 1em 0;
    white-space: nowrap;
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
}

/* Mappress Google Map
--------------------------------------------- */

.distiller-map .distiller-google-map {
	background-color: #ddd;
	float: left;
	clear: both;
	width: 100%;
}

.distiller-map .site-inner {
	padding: 0 0 60px;
}

.distiller-map .mapp-layout {
    border: none !important;
    margin: 0 !important;
    padding: 0px;
}

.distiller-map main.content {
	background: url(images/mdg-grunge-bg-overlay.jpg) no-repeat left center, url(images/mdg-grunge-bg.jpg) repeat;
	border: 8px solid rgba(255,255,255,.25);
	padding: 40px;
	margin-top: -40px;
	position: relative;
	text-align: center;
}

.distiller-map main.content h2 {
	color: #ce962f;
	font-size: 24px;
}

.distiller-map main.content h1.entry-title {
	position: relative;
}

.distiller-map main.content h1.entry-title:before,
.distiller-map main.content h1.entry-title:after {
	background-color: #000;
    content: "";
    display: inline-block;
    height: 4px;
    position: relative;
    vertical-align: middle;
    width: 30%;
}

.distiller-map main.content h1.entry-title:before {
	right: 0.5em;
	margin-top: -4px;
}

.distiller-map main.content h1.entry-title:after {
	left: 0.5em;
	margin-top: -4px;
}

.mapp-iw .mapp-title a {
	color: #c3232d !important;
    font-weight: bold;
    font-size: 18px !important;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: transparent;
	margin-top: 50px;
	margin-top: 5rem;
	position: relative;
	width: 100%;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 30px 0;
	padding: 3rem 0;
	width: 100%;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	background-image: url(images/mdg-logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 230px;
	height: 230px;
	font-family: "proxima-nova",sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	margin: 0 auto;
	text-indent: -9999px;
	width: 230px;
}

.site-title a,
.site-title a:hover {
	border: none;
	color: #333;
	display: block;
	height: 230px;
}

.site-description {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Custom header */

.header-image .title-area {
	padding: 0;
}

.header-image .site-title a {
	height: 60px;
	display: block;
	text-indent: -9999px;
	max-width: 320px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.site-container .genesis-nav-menu {
	clear: both;
	color: #f1f0eb;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: "franklin-gothic-urw",sans-serif;
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
}

.site-container .genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.site-container .genesis-nav-menu a {
	border: none;
	color: #f1f0eb;
	display: block;
	font-family: "franklin-gothic-urw",sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 20px;
	padding: 2rem;
	position: relative;
}

.site-container .genesis-nav-menu a:hover,
.site-container .genesis-nav-menu .current-menu-item > a,
.site-container .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #ce962f;
}

.site-container .genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.site-container .genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 160px;
	z-index: 99;
}

.site-container .genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 160px;
}

.site-container .genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

.site-container .genesis-nav-menu .menu-item:hover {
	position: static;
}

.site-container .genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.site-container .genesis-nav-menu > .first > a {
	padding-left: 0;
}

.site-container .genesis-nav-menu > .last > a {
	padding-right: 0;
}

.site-container .genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	padding: 2rem 0;
	text-transform: uppercase;
}

.site-container .genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.site-container .genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.site-container .genesis-nav-menu > .search {
	padding: 6px 0 0;
	padding: 0.6rem 0 0;
}

li#mm-menu-item-174 {
	display: none;
}

.logged-in #mm-menu-item-174 {
	display: block;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
	display: none;
}

nav#mm-menu.nav-primary {
    background-color: #222;
}

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
	font-family: "franklin-gothic-urw",sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.nav-primary a:hover {
	color: #ce962f;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #ce962f;
}

.nav-primary .search-form {
	padding: 20px;
	padding: 2rem;
}

.nav-primary .search-form input[type="search"] {
	background-color: transparent;
	color: #ccc;
}

.nav-primary .mm-list > li > a, 
.nav-primary .mm-list > li > span {
	padding: 20px;
}

.nav-primary .logo {
	display: block;
	margin: 0 auto;
	width: 110px;
}

.nav-primary button#mm-menu {
	background-color: #ce962f;
    position: absolute;
    top: 0;
    left: 0;
}

.nav-primary button#mm-menu:hover {
	background-color: #c3232d;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #222;
	position: fixed;
	text-align: right;
	width: 100%;
	z-index: 100;
}

.nav-secondary .genesis-nav-menu a {
	color: #fff;
	font-family: "proxima-nova",sans-serif;
	font-size: 14px;
	padding: 15px 20px;
	padding: 1.5rem 2rem;
}

.nav-secondary a:hover {
	color: #999;
}

.nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
	padding: 16px;
	padding: 1.6rem;
}

.nav-secondary .sub-menu a:hover {
	color: #c3232d;
}

.nav-secondary .widget-area {
    float: left;
	width: 35%;
}

.nav-secondary li#menu-item-12 a {
    border-left: 1px solid #444;
   border-right: 1px solid #444;
}

.nav-secondary li#menu-item-12 a:hover {
	background-color: transparent;
}

.nav-secondary .fa-sign-in:before {
    content: "\f090";
	margin-right: 7px;
}

/* Responsive Menu
--------------------------------------------- */

.third-menu {
	background-color: #c3232d;
	text-align: center;
	text-transform: uppercase;
}

.third-menu .genesis-nav-menu a:hover, 
.third-menu .genesis-nav-menu .current-menu-item > a, 
.third-menu .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #c3232d;
    background-color: #fff;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #333;
	content: "\e00e";
	font-family: 'Icon';
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.single-portfolio .entry {
	text-align: center;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	font-family: "proxima-nova",sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border: none;
	font-weight: 400;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
	margin: 4rem 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "proxima-nova",sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #c3232d;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	background-color: #222;
	color: #fff;
	font-size: 14px;
	float: right;
	padding: 20px;
	width: 340px;
}

.sidebar .widget-title {
	color: #c3232d;
	border: 1px solid #555;
	padding: 10px;
	font-size: 18px;
	letter-spacing: 2px;
	text-align: center;
}

.sidebar .widget {
	border: 1px solid #555;
	padding: 10px;
}

.sidebar .widget-wrap {
    border: 1px solid #555;
    padding:10px
}

.sidebar h4.tribe-event-title {
    font-size: 18px;
}

.sidebar h4.tribe-event-title a {
	color: #ce962f;
}

.sidebar h4.tribe-event-title a:hover {
	color: #fff;
}

.sidebar .tribe-events-list-widget .tribe-events-widget-link a:after {
	content: "\f055";
	color: #fff;
    font-family: "FontAwesome";
    margin-left: 7px;
}

.sidebar .tribe-events-list-widget .tribe-events-widget-link a:hover {
	color: #fff;
}

.sidebar input#bbp_search {
    margin-bottom: 10px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.sidebar .tagcloud a {
	background-color: #333;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "proxima-nova",sans-serif;
	margin: 0 5px 5px 0;
	margin: 0 0.5rem 0.5rem 0;
	padding: 5px 10px;
	padding: 0.5rem 1rem; 
}

.sidebar .tagcloud a:hover {
	background-color: #c3232d;
	color: #fff;
}

.sidebar .enews-widget {
	background-color: #333;
}

.sidebar #bbp_forums_widget-2 {
	border: none;
    padding: 0;
}

.sidebar #bbp_forums_widget-2 li a {
    background: #ce962f;
    border-bottom: 1px solid rgba(255,255,255,.15);
    padding: 8px;
    color: #fff;
    display: block;
    font-size: 14px;
}

.sidebar #bbp_forums_widget-2 li {
	margin-bottom:0;
}

.sidebar #bbp_forums_widget-2 li a:hover {
	background: #c3232d;
}

.sidebar #bbp_forums_widget-2 li a:before {
	content: "\f0a9";
	color: #444;
	font-family: "FontAwesome";
	margin-right: 7px;
}

.sidebar .featured-content-recent-news.featuredpost.widget-wrap li {
    border-bottom: 1px dashed #444;
    padding: 8px 0;
}

.sidebar .featured-content-recent-news.featuredpost.widget-wrap li a:before {
	content: "\f105";
	color: #888;
	font-family: "FontAwesome";
	margin-right: 7px;
}

.sidebar .featured-content-recent-news.featuredpost.widget-wrap li a:hover {
	color: #fff;
}

.sidebar p.more-from-category a {
	background-color: #ce962f;
    color: #fff;
    display: block;
    padding: 10px 0;
    margin-top: 20px;
    text-align: center;
	text-transform: uppercase;
}

.sidebar p.more-from-category a:after {
	content: "\f055";
	font-family: "FontAwesome";
	margin-left: 7px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #222;
	border-bottom: 1px solid #444;
	color: #fff;
	clear: both;
}

.footer-widgets .wrap {
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	padding: 40px 40px 8px 40px;
	padding: 4rem 4rem .8rem 4rem;
}

.footer-widgets-1 {
	float: left;
	width: 40%;
}

.footer-widgets-2 {
	float: right;
	width: 55%;
}

.footer-widgets a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.footer-widgets a:hover {
	color: #999;
}

.footer-widgets .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.footer-widgets-1 .widget-title {
	color: #898987;
	font-family: "proxima-nova",sans-serif;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 2px;
	margin-top: 7px;
}

.footer-widgets-1 .widget-title span.subline {
	color: #ce962f;
	display: block;
	font-size: 28px;
	font-weight: 900;
	letter-spacing: 2px;
}

.footer-widgets-1 .widget-title span.subline:before {
	content: "\f003";
	color: #898987;
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	color: #fff;
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #222;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 60px 0 40px;
	padding: 6rem 0 4rem;
}

.site-footer a {
	color: #ce962f;
}

.site-footer p {
	color: #999;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer a {
	border: none;
	font-weight: 400;
}

.site-footer p {
	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
}

/* Social Footer
--------------------------------------------- */

.social-footer {
	float: right;
	margin-top: -8px;
}

.social-footer .simple-social-icons ul li {
	margin: 0 10px 20px !important;
}

/* Masonry
--------------------------------------------- */

.masonry-page .content .entry {
	border-radius: 0;
	margin-bottom: 20px;
	 /* ((no. of columns) * x) + ((no. of columns - 1) * gutter width) = available width */
	/* width: 373px; */ /* 3 columns */
	width: 540px; /* 4 columns */

	overflow: hidden;
}

.masonry-page .entry-title {
	word-wrap: break-word;
}

.masonry-page article {
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	border-radius: 3px;
	padding: 15px;
}

.masonry-page article .entry-title {
	font-size: 25px;
}

img.attachment-masonry-thumb {
	margin-bottom: 8px;
}


/* Scroll to top
--------------------------------------------- */

.to-top {
	display:inline-block;
	height:40px;
	width:40px;
	position:fixed;
	bottom:40px;
	right:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.05);
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:rgba(206,150,47,0.8) url(images/to-top.svg) no-repeat center 50%;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
}

.to-top.top-is-visible {
	visibility:visible;
	opacity:1;
}

.to-top.top-fade-out {
	opacity:.5;
}

.no-touch .to-top:hover {
	background-color:#e86256;
	opacity:1;
}

@media only screen and (min-width: 768px) {
	.to-top {
		right:20px;
		bottom:20px;
	}
}

@media only screen and (min-width: 1024px) {
	.to-top {
		height:60px;
		width:60px;
		right:30px;
		bottom:30px;
	}
}

/* Filterable brewers
--------------------------------------------- */

.distilleries-page {
	background: transparent;
}

.distilleries-page .member-box,
.grid-archive .member-box {
	display: none;
}

/* brewers Filter Begin */

#brewers-filter {
	padding: 0 2%;
	text-align: center;
}

#brewers-filter .filter {
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 40px;
	text-transform: uppercase;
	background: #ce962f;
	color: #fff;
	font-size: 20px;
	letter-spacing: 2px;
	padding: 8px 16px;
	cursor: pointer;
}

#brewers-filter .filter:first-child {
	margin-left: 0;
}

#brewers-filter .filter:hover,
#brewers-filter .filter.active {
	background: #c3232d;
}

/* brewers Filter End */

.distilleries-page .entry-title {
	border: 4px solid #333;
    font-size: 48px;
    letter-spacing: 6px;
    margin-bottom: 40px;
    padding: 20px;
    text-align: center;
}
.distilleries-page .entry-header .entry-title {
	margin-bottom: 0;
}

#brewers-list {
	text-align: justify; /* evently space items */
	font-size: 0; /* to collapse white-space between items */
}

#brewers-list:after { /* to break and justify the last line of elements */
  content: '';
  display: inline-block;
  width: 100%;
}

#brewers-list .entry,
#brewers-list .gap {
  display: inline-block;
  width: 20%; /* for 4 columns */
}

.distilleries-page .entry-meta {
	display: none;
}

#brewers-list .entry {
	text-align: left;
	display: none;
	padding: 2%;
	vertical-align: top;
	margin-bottom: 0;
}

#brewers-list .item:before { /* to maintain a consistent aspect ratio */
  content: '';
  display: inline-block;
  padding-top: 60%;
}

#brewers-list .entry-header {
	margin-bottom: 10px;
}

img.brew-photo {
	border: 4px solid #f1f0eb;
	width: 100%;
	object-fit: contain;
	aspect-ratio: 1 / 1;
}

img.brew-photo:hover {
    border: 4px solid #222;
}

#brewers-list .entry-title {
	border: none;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 16px;
	padding: 0;
}

#brewers-list .entry-footer .entry-meta {
	border-top: none;
	padding-top: 0;
}

#brewers-list .entry-footer .entry-meta a {
	color: #323232;
}

#brewers-list .entry-title a:hover,
#brewers-list .entry-footer .entry-meta a:hover {
	color: #c24711;
}

@media only screen and (max-width: 960px) {

	#brewers-list .entry,
	#brewers-list .gap {
		width: 33%;
	}

}

@media only screen and (max-width: 568px) {
	
	#brewers-list .entry,
	#brewers-list .gap {
  		width: 50%;
	}

}

@media only screen and (max-width: 320px) {

	#brewers-list .entry,
	#brewers-list .gap {
  		width: 100%;
	}

}

/* Single Distillery Template
--------------------------------------------- */

.single-distilleries .sidebar.sidebar-primary.widget-area {
	background-color: #222;
	color: #fff;
	padding: 20px;
}

.single-distilleries .content h3 {
	color: #c3232d;
    letter-spacing: 2px;
    margin-top: 20px;
    border-top: 4px double #ddd;
    padding-top: 20px;
    margin-bottom: 24px;
}

.single-distilleries .content h3:before {
	content: "\f14e";
	color: #ddd;
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

.single-distilleries .sidebar.sidebar-primary h4 {
	color: #c3232d;
    letter-spacing: 2px;
    border: 1px solid #555;
    padding: 10px;
}

.single-distilleries .sidebar .member-meta {
	 border: 1px solid #555;
     padding: 10px;
}

.single-distilleries .member-web-btn a {
	background-color: #ce962f;
	border: 4px solid rgba(255,255,255,.15);
	color: #fff;
	padding: 10px;
	margin-bottom: 20px;
	display: block;
	text-align:center;
	text-transform: uppercase;
	font-weight: 600;
}

.single-distilleries .member-web-btn a:after {
	content: "\f178";
	font-family: "FontAwesome";
	font-weight: normal;
	margin-left: 7px;
}

.single-distilleries .member-web-btn a:hover {
	background-color: #c3232d;
}

.single-distilleries h4.member-title.address:before {
	content: "\f278";
	color: #444;
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

.single-distilleries h4.member-title.phone:before {
	content: "\f098";
	color: #444;
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

.single-distilleries h4.member-title.email:before {
	content: "\f003";
	color: #444;
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

.single-distilleries h4.member-title.facebook:before {
	content: "\f230";
	color: #444;
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

.single-distilleries h4.member-title.twitter:before {
	content: "\f081";
	color: #444;
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

.single-distilleries h4.member-title.instagram:before {
	content: "\f16d";
	color: #444;
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

.single-distilleries h4.member-title.facebook:hover,
.single-distilleries h4.member-title.twitter:hover,
.single-distilleries h4.member-title.instagram:hover {
	background-color: #fff;
}

.single-distilleries h1.entry-title {
	font-size: 34px;
    margin-bottom: 30px;
}

.single-distilleries img.alignright {
	border: 4px solid #f1f0eb;
}

.single-distilleries .mapp-layout {
	border: 6px solid #f1f0eb !important;
	max-width: 100% !important;
}

.single-distilleries a.back-indicator-arrow {
    background-color: #ce962f;
    color: #fff;
    padding: 0 10px;
    margin-right: 20px;
}

.single-distilleries a.back-indicator-arrow:hover {
	color: #222;
}

/* Member Dashboard
------------------------------------------------------ */

.member-dashboard h2.entry-title {
	font-size: 18px;
}

.member-dashboard a.post-edit-link {
    display: none;
}

.member-dashboard .entry-content h4.widget-title.widgettitle {
	color: #ce962f;
	font-size: 24px;
	position: relative;
}

.member-dashboard .entry-content h4.widget-title.widgettitle:after {
	background-color: #ddd;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 30%;
}

.member-dashboard .entry-content h4.widget-title.widgettitle:after {
	left: 0.5em;
    margin-right: -50%;
	margin-top: -4px;
}

.member-dashboard .category-member-news.entry {
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	padding: 20px;
	padding: 2rem;
}

.member-dashboard img.alignleft {
	margin: 0;
}

.member-dashboard p.more-from-category a {
    background-color: #c3232d;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
}

.member-dashboard p.more-from-category a:hover {
    background-color: #222;
}

.member-dashboard p.more-from-category a:after {
	content: "\f178";
	font-family: "FontAwesome";
	margin-left: 7px;
}

.member-dashboard .entry-content ul li:first-child {
	border-top: 1px solid #ddd;
}

.member-dashboard .entry-content ul li {
	list-style-type: none;
    padding: 8px 10px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.member-dashboard .entry-content ul li:before {
	content: "\f0f6";
	font-family: "FontAwesome";
	margin-right: 7px;
}


/* Search Box in Full Screen Overlay
------------------------------------------------------ */

a.search-icon {
	color: #e7d5a1;
	font-size: 18px;
	padding: 22px 24px;
}

body .overlay {
	background: rgba(0,0,0,0.9);
	z-index: 9999;
}

body .overlay .overlay-close {
	background-image: url(images/cross.png);
}

.admin-bar .overlay .overlay-close {
	margin-top: 32px;
}

.distill-login-widget.widget-area {
	color: #fff;
    text-align: center;
    margin: 15% auto 0 auto;
	width: 400px;
	max-width: 100%;
}

body .overlay h4.widget-title.widgettitle {
    color: #fff;
    font-size: 42px;
}

.overlay .search-form {
	text-align: center;
	position: relative;
	top: 40%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#wp-members fieldset {
	margin-top: 20px;
}

#wp-members input[type="submit"] {
    padding: 12px 50px 12px !important;
    margin: 10px 0 0 0 !important;
}

.overlay a {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    padding: 10px;
    text-align: center;
    margin: 20px auto;
    width: 250px;
}

.overlay a:hover {
	border: 1px solid #fff;
	color: #000;
	background-color: #fff;
}

@media only screen and (max-width: 768px) {

	a.search-icon {
		font-size: 16px;
		padding: 20px 16px;
	}

}

/* Grid Template for Category Archives
--------------------------------------------- */

.grid-archive .entry {
    margin-bottom: 20px;
    margin-bottom: 2rem;
	padding: 10px;
    display: inline-block;
	vertical-align: top;
	width: 25%;
}

.grid-archive .entry:nth-of-type(4n+1) {
		margin-left: 0;
	}

.grid-archive .entry-title {
	font-size: 24px;
    text-align: center;
	margin-bottom: 24px;
}

.grid-archive h1.entry-title.main {
	font-size: 44px;
	margin-bottom: 5px;
}

.breweries-planning-widget.widget-area {
	text-align: center;
}

.grid-archive .content .brewery-image {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

.grid-archive .content img {
	border: 4px solid #f1f0eb;
	margin-bottom: 8px;
	margin: 0;
	-moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.grid-archive .content img:hover {
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
	overflow: hidden;
}

.grid-archive .tour-taste {
    background: url(images/mdg-grunge-bg-overlay.jpg) no-repeat left center, url(images/mdg-grunge-bg.jpg) repeat;
    padding: 40px 0;
    text-align: center;
}

.post-image,
.entry-image {
	width: auto;
}

@media only screen and (max-width: 767px) {

	.grid-archive .entry {
   		 margin-bottom: 40px;
    	margin-bottom: 4rem;
    	float: left;
		margin-left: 2.4637681159%;
		width: 31%;
	}

	.grid-archive .content .one-fourth:nth-of-type(3n+1) {
		margin-left: 0;
	}

	.brewery-image a {
		text-align: center;
		display: block;
	}
	
	.tribe-mini-calendar-event .list-info {
		width: 100%;
	}

}

@media only screen and (max-width: 540px) {

	.grid-archive .entry {
		margin-left: 3.4979423868%;
		width: 48.2510288066%;
	}

	.grid-archive .entry:nth-of-type(3n+1) {
		margin-left: 3.4979423868%;
	}

	.grid-archive .entry:nth-of-type(2n+1) {
		margin-left: 0;
	}

}

@media only screen and (max-width: 480px) {

	.grid-archive .entry {
		margin-left: 0;
		width: 100%;
	}

	.grid-archive .entry {
		margin-left: 0;
	}

}

.member-box {
    float: left;
    display: block;
    clear: both;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
	margin-top: -20px;
    border-bottom: 1px solid #ddd;
}

.member-box p {
	color: #c3232d;
	float: left;
	margin: 10px 0 0 10px;
}

.member-box span.bp-user {
	color: #222;
    font-family: "franklin-gothic-urw",sans-serif;
    font-weight: 700;
    font-size: 24px;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1179px) {

	.wrap {
		max-width: 960px;
	}

	.site-header .widget-area {
		width: 620px;
	}

	.content {
		width: 580px;
	}

	.sidebar {
		width: 280px;
	}
	
	.masonry-page .content .entry {
		width: 460px;
	}
	
	.welcome-content-1.widget-area.one-half.first h2,
	.welcome-content-2 h4.tribe-event-title {
		font-size: 22px;
	}
	
	.welcome-content-2 .widget-title {
		font-size: 24px;
	}
	
	.distiller-map main.content h1.entry-title {
		font-size: 36px;
	}
	
	.distiller-map main.content h1.entry-title:before,
	.distiller-map main.content h1.entry-title:after {
		width: 20%;
	}
	
	.footer-widgets-1 .widget-title {
		font-size: 17px;
	}

}

@media only screen and (max-width: 1023px) {

	.wrap {
		max-width: 768px;
	}
	
	.home .site-inner .wrap {
    	max-width: 100%;
	}

	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.distiller-landing .site-inner,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right,
	.title-area {
		width: 100%;
	}

	.site-header {
		position: relative;
	}

	.site-inner {
		padding: 40px 5%;
		padding: 4rem 5%;
	}
	
	.frontpage-tagline h1 {
		font-size: 42px;
	}
	
	.home-featured {
		font-size: 14px;
		margin-top: 40px;
		margin-bottom: 0;
	}
	
	.home-featured .widget-title {
		font-size: 16px;
	}

	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area {
		text-align: center;
	}

	.header-image .site-title a {
		margin: 0 auto 10px;
		margin: 0 auto 1rem;
	}

	.welcome-content-1.widget-area.one-half.first {
    	border-right: none;
    	margin-bottom:30px;
    	width: 100%;
	}

	.welcome-content-2.widget-area.one-half {
    	width: 100%;
	}

	.site-description {
		font-size: 30px;
		font-size: 3rem;
	}

	.masonry-page .content .entry {
		width: 373px;
	}

	.distiller-featured-post .ds-even .entry-title,
	.distiller-featured-post .ds-odd .entry-title {
		margin-bottom: 4px;
	}

	.distiller-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
		padding: 4rem 4rem 0;
	}
	
	.distiller-landing .site-container {
		padding: 5%;
	}
	
	.welcome-content-1.widget-area.one-half.first h2,
	.welcome-content .widget {
		padding: 0;
	}
	
	.distill-map-cta.widget-area {
		width: 50%;
	}
	
	.distiller-map main.content h1.entry-title {
		font-size: 30px;
	}
	
	.distill-map-cta .widget-title {
		font-size: 21px;
	}

	.footer-widgets .widget,
	.nav-primary .wrap,
	.site-footer .wrap,
	.welcome-content,
	.grid-archive .tour-taste {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer {
		padding: 40px 0;
		padding: 4rem 0;
	}

}

@media only screen and (max-width: 900px) { 

	.home-featured {
    	background: rgba(0,0,0,.50);
	}

	.distiller-featured-post p.byline.post-info {
		display: none;
	}
	
	.distiller-link-container a.view-all {
		font-size: 28px;
	}
	
}

@media only screen and (max-width: 880px) {
	
	.masonry-page .content .entry {
		text-align: center;
		width: 100%;
	}
	
	.distiller-featured-post .featured-content .entry-title {
    	font-size: 16px;
	}
	
	.distiller-featured-post {
    	font-size: 15px;
	}
	
	.distiller-featured-post img.entry-image.attachment-post.alignleft,
	.distiller-featured-post img.entry-image.attachment-post.alignright {
		width: 100%;
	}
	
}

@media only screen and (max-width: 800px) {

	.distiller-featured-post p {
		max-width: 100%;
		display: block;
		float: left;
	}
	
	.distiller-featured-post .ds-even .entry-title {
    	padding: 16% 80px 0 60px;
	}
	
	.distiller-featured-post .ds-odd .entry-title {
    	padding: 16% 60px 0 80px;
	}
	
	.distiller-featured-post a.alignright, .distiller-featured-post img.alignright, .distiller-featured-post .wp-caption.alignright {
    	margin: 0 0 12px 24px;
	}
	
	.distiller-featured-post a.alignleft, .distiller-featured-post img.alignleft, .distiller-featured-post .wp-caption.alignleft {
    	margin: 0 24px 12px 0;
	}
	
	.distiller-featured-post .ds-odd p {
    	padding: 0 60px 0 80px;
	}
	
	.distiller-featured-post .featured-content .entry {
		margin-bottom: 0;
		padding-bottom: 5px;
	}
	
	.nav-secondary .widget-area {
		padding-left: 5%;
	}

}

@media only screen and (max-width: 768px) {

	.site-header {
		padding-bottom: 10px;
		padding-bottom: 1rem;
	}

	.title-area {
		padding-bottom: 6px;
		padding-bottom: 0.6rem;
	}

	.distilleries-page .entry-title {
		font-size: 40px;
	}
	
	#brewers-filter .filter {
		font-size: 16px;
		margin-bottom: 20px;
	}
	
	.genesis-nav-menu a {
		padding: 20px 10px;
		padding: 2rem 1rem;
	}

	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon {
		display: block;
	}
	
	.distill-map-cta .widget-wrap {
		padding: 40px 40px 0 40px;
	}
	
	.distill-map-cta .widget-wrap {
		min-height: 285px;
	}
	
	.distill-map-cta.widget-area {
		min-height: 365px;
	}
	
	.social-footer {
		float: right;
		margin-top: -8px;
		margin-bottom: 10px;
		width: 100%;
	}
	
	.entry-title {
		font-size: 38px;
	}

	.genesis-grid-even,
	.genesis-grid-odd,
	.post-type-archive-portfolio .entry,
	.distill-map-cta.widget-area {
		width: 100%;
	}

	.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%;
	}

}

@media only screen and (max-width: 680px) {
	
	.nav-secondary .widget-area {
		display: none;
	}
	
	.nav-secondary {
		position: static;
	}
	
	.site-header {
		margin-top: 0;
	}

	.home-featured-1,
	.home-featured-2,
	.home-featured-3,
	.home-featured-4,
	.home-featured-5 {
		width: 50%;
	}
	
	.home-featured-1,
	.home-featured-2 {
		margin-bottom: 20px;
	}
	
	.distill-map-cta .widget-wrap {
    	padding: 40px;
	}
	
	.frontpage-tagline h1 {
    	font-size: 36px;
	}
	
	.distiller-featured-post .ds-even .entry-title,
	.distiller-featured-post .ds-odd .entry-title {
		display: inline-block;
	}
	
	.distiller-featured-post .ds-even .entry-title {
    	padding: 2% 80px 0 60px;
	}
	
	.distiller-featured-post .ds-odd .entry-title {
    	padding: 2% 60px 0 80px;
	}
	
	.distiller-link-container a.view-all {
    	font-size: 24px;
	}
	
	.distiller-link-container a.view-all:before,
	.distiller-link-container a.view-all:after {
		display: none;
	}
	
	.distiller-link-container {
    	padding: 40px 5%;
	}
	
	.entry-title {
		font-size: 32px;
	}

}

@media only screen and (max-width: 600px) {
	
	.footer-widgets .mc4wp-form-fields input[type="submit"] {
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
	}
	
	.single-distilleries h3 {
		font-size: 19px;
	}
	
	.distiller-map main.content h1.entry-title:before,
	.distiller-map main.content h1.entry-title:after {
		display: none;
	}
	
	.distiller-map main.content h2 {
		font-size: 18px;
	}
	
	.distiller-map main.content {
		padding: 40px 5%;
	}
	
}

@media only screen and (max-width: 480px) {
	
	.home-featured-1,
	.home-featured-2,
	.home-featured-3,
	.home-featured-4,
	.home-featured-5 {
		width: 100%;
	}
	
	.frontpage-tagline h1,
	.frontpage-tagline hr.section-attr,
	.welcome-content-2 .widget-title:before, .welcome-content-2 .widget-title:after,
	.genesis-nav-menu li#menu-item-6,
	li.menu-item.logout.dashboard,
	.nav-primary .logo {
		display: none;
	}
	
	.mm-panel > .mm-list:first-child {
    	padding-top: 50px !important;
	}
	
	.home-featured .widget {
		border-right: none;
	}
	
	.home-featured {
		margin-top: 0;
	}
	
	.home-featured-3.widget-area {
		margin-bottom: 20px;
	}
	
	.home-featured-1.widget-area,
	.home-featured-2.widget-area,
	.home-featured-3.widget-area,
	.home-featured-5.widget-area {
		border-bottom: 1px solid rgba(255,255,255,.30);
	}
	
	.welcome-content-1.widget-area.one-half.first span.intro {
		font-size: 36px;
	}
	
	.welcome-content-1.widget-area.one-half.first h2, .welcome-content-2 h4.tribe-event-title {
		font-size: 18px;
	}
	
	.distilleries-page .entry-title {
    	font-size: 32px;
	}
	
	.distiller-map main.content h1.entry-title {
    	font-size: 28px;
	}
	
	.distiller-post-1.widget-area.ds-even a.more-link .fa-angle-right:before, .distiller-post-3.widget-area.ds-even a.more-link .fa-angle-right:before {
    	font-size: 32px;
    	position: absolute;
    	top: 48%;
    	right: 35%;
	}
	
	.distiller-post-2.widget-area.ds-odd a.more-link .fa-angle-right:before {
		font-size: 32px;
		position: absolute;
		top: 48%;
		left: 35%;
	}
	
	.distiller-post-1.widget-area.ds-even a.more-link, .distiller-post-3.widget-area.ds-even a.more-link,
	.distiller-post-2.widget-area.ds-odd a.more-link {
		padding: 20px;
	}
	
	.distiller-featured-post .ds-even .entry-title {
    	padding: 2% 60px 0 30px;
	}
	
	.distiller-featured-post .ds-odd .entry-title {
    	padding: 2% 30px 0 60px;
	}
	
	.distiller-featured-post .ds-odd p {
    	padding: 0 30px 0 60px;
	}
	
	.distiller-featured-post .ds-even p {
    	padding: 0 60px 0 30px;
	}
	
	.distill-map-cta .widget-wrap {
		min-height: 0;
	}
	
	.distill-map-cta .widget-title {
		text-align: center;
	}
	
	.distill-map-cta .widget-wrap,
	.distill-map-cta.widget-area {
		padding: 20px;
	}
	
	.footer-widgets-1 .widget-title span.subline {
		font-size: 24px;
	}
	
	.footer-widgets-1 .widget-title {
		font-size: 16px;
	}
	
	.footer-widgets .wrap {
		border-left: none;
		border-right: none;
		padding: 40px 0 8px 0; 
	}
	
	.entry-title {
    	font-size: 28px;
	}
	
	.single-distilleries .sidebar.sidebar-primary.widget-area {
		padding: 20px;
	}

}
 

@media only screen and (max-width: 320px) {

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}

}