/*
Theme Name:         Red Hare Brewing
Theme URI:          http://redharebrewing.com
Description:        Reverie is a versatile HTML5 responsive WordPress framework based on ZURB's Foundation.
Version:            3.1.0
Author:             Mopdog
Author URI:         http://themefortress.com/

License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
*/

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Customized Adjustments of Foundation for WordPress
:: Styling Basic WordPress Outputs
:: Customize Foundation Style Pagination for WP-Pagenavi
:: Customize for BuddyPress
:: Your Customized Style
*/

/* ---------------------------------------------------
   Customized Adjustments of Foundation for WordPress
--------------------------------------------------- */
 
	/* Foundation-specific presentation CSS by ZURB */
	div.reverie-header { margin: 0 0 20px 0; padding: 20px 0 0 0; border-bottom: solid 1px #ccc; }
	div.reverie-header h1 { font-weight: 500; margin-bottom: 0; padding: 0; }
	div.reverie-header h1 a { color: #181818; }
	div.reverie-header h1 a:hover { color: #181818; }
	
	@media handheld, only screen and (max-width: 767px) {
	header { position: relative; }
	header .subheader { margin-bottom: 0; }
	header .menu-action { float: left; position: relative; top: 1px; margin-top: -12px; }
	header .menu-action .button.small { padding: 8px; }
	header .menu-action .button.small svg { opacity: 0.5; }
	header h1 { font-size: 27px; font-size: 2.7rem; margin-bottom: 18px; }
	header h4 { font-size: 17px; font-size: 1.7rem; }
	}

/* -----------------------------------------
   Styling Basic WordPress Outputs
----------------------------------------- */
	
	/* Global */
	h1, h2, h3, h4, h5, .sidebar-section h6, .beer-category, .view-hoppenings a, .view-all, .mc-header { font-family: 'Lora', serif; font-weight: bold; color: #FF010B; }
	p, figure { line-height: 22px; font-family: "rooney-web-1","rooney-web-2", Georgia, serif; color: #fff; font-size: 15px; }
	ul { color: #fff; }
	.clear { clear: both; }
	.post-box a { font-weight: bold; }

	a:hover { text-decoration: underline; color: #DB0009; }
	p a { color: #FF010B; }
	.cat-item-5, .cat-item-1, .cat-item-6 { display: none; }
	
	@font-face {
	  font-family: 'Lora';
	  font-style: normal;
	  font-weight: 700;
	  src: local('Lora Bold'), local('Lora-Bold'), url(http://themes.googleusercontent.com/static/fonts/lora/v5/-riKkMjQB-Tz3xXCw54paQLUuEpTyoUstqEm5AMlJo4.woff) format('woff');
	}
	
	/* GLOBAL CSS3 */
	.events-title, .nav a, .sidebar-section h6  { text-shadow: 1px 1px 1px #000; }
	
	/* Add Divider for Listed Posts */
	.post-divider { background:url(images/divider.png) no-repeat center top; height:36px; margin:20px 0 27px; }	
	
	/* Add Class for Images */
	img.alignright { float: right; margin: 0 0 18px 18px; }
	img.alignleft { float: left; margin: 0 18px 18px 0; }
	img.aligncenter { display: block; margin: 0px auto; }
	
	
	/* Add HTML5 Caption Class for Images */
	figure.figure {	margin: 0 auto;	-webkit-border-radius: 3px;	-moz-border-radius: 3px; display: inline-block; }
	figure.figure figcaption { padding: 8px 10px; font-size: 13px; font-size: 1.3rem; line-height: 18px; color: #555; }
	figure.alignright.figure { float: right; margin: 0 0 18px 18px; }
	figure.alignleft.figure { float: left; margin: 0 18px 18px 0; }
	
	/* Sidebar Adjustment */
	.sidebar-section { padding-bottom: 10px; padding-top: 20px;	font-size: 13px; font-size: 1.3rem; font-weight: normal; }
	
	/* Footer Nav */
	.footer-section { padding-bottom: 10px; padding-top: 20px; font-size: 13px; font-size: 1.3rem; font-weight: normal; }

	/* Mobile Pieces */
	.mobile-logo { display: none; }
	
	/* Breadcrumb Adjustment */
	ul.breadcrumbs li span { padding-left: 3px; }
	ul.breadcrumbs li a { padding-left: 0; }
	
	/* Comment Textarea Adjustment */
	#respond textarea { height: 100px; }	

/*  -------------------------------------------------------
    Adjust Foundation 3 Pagination Style for WordPress
    ---------------------------------------------------- */ 
    .reverie-pagination { margin-top: 15px; }
    ul.page-numbers { display: block; height: 24px; margin-left: -5px; }
    ul.page-numbers li {float: left; display: block; height: 24px; color: #999; font-size: 14px; margin-left: 5px; }
    ul.page-numbers li a { display: block; padding: 1px 7px 1px; color: #555; }
    ul.page-numbers li:hover a, ul.page-numbers li a:focus { background: #e6e6e6; }
    ul.page-numbers li.unavailable a { cursor: default; color: #999; }
    ul.page-numbers li.unavailable:hover a,ul.page-numbers li.unavailable a:focus { background: transparent; }
    ul.page-numbers li span.current { background: #C4060D; color: #fff; font-weight: bold; cursor: default; display: block; padding: 1px 7px 1px; }    
    
    
	
	body, body.date { background:url() no-repeat center top #000; }
	.rabbit-bg, .rabbit-bg-subpage { 
		background: url(images/redhare-rabbit-background.jpg) no-repeat center center fixed; 
	   -webkit-background-size: cover;
	   -moz-background-size: cover;
	   -o-background-size: cover;
	   background-size: cover;
	}
	.rabbit-bg { height: 700px; }
	.rabbit-bg-subpage { height: 350px; }
	.paint-stripe, .paint-stripe-subpage { background: url(images/paint-stripe.png) repeat-x ; margin-top: -15px; position: absolute; height: 177px; width: 100%;  }
	.paint-stripe { top: 611px; }
	.paint-stripe-subpage { top: 261px; }
	#main { background: none; margin: 15px 0; }

/* TOP SOCIAL */
	.social-icons { text-align: right;  }
	.social-icons div { display: inline-block; }
	.social-icons img { width: 25px; margin: 5px 10px 0 5px; display: inline-block;  }


/* NAVIGATION */
	.nav-placeholder { height: 90px; }
	.nav-mobile { display: none; }
	.nav-row { width: 960px; min-width: 768px; margin: 0 auto; max-width: 100%; }
	.toggleMenu { display: none; background: #C4060D; padding: 10px 15px; color: #fff;  }
	.toggleMenu:hover { color: #fff; }
	.top-header { height: 90px; }
	.nav-bg, .spacer { background: url(images/nav-bg.png) repeat; }
	.top-header .twelve { padding: 0px; }
	.nav { list-style: none; *zoom: 1;   font-family: 'Lora', serif; text-align: right; width: 100%; margin-top: -5px;  }
	.nav:before, .nav:after { content: " ";  display: table; }
	.nav:after { clear: both; }
	.nav ul { list-style: none; width: 9em; }
	.nav a { padding: 10px 0px; color:#fff; display: block; text-align: left; margin: 0 10px; font-weight: bold;  }
	.nav li { position: relative; display: inline-block; font-size: 18px;  }
	.nav > li { padding-left: 18px; }
	.nav > li > .parent { background-image: url("images/downArrow.png"); background-repeat: no-repeat; background-position: right; }
	.nav > li > a { display: block; }
	.nav li  ul { position: absolute; left: -9999px; margin-top: -5px; }
	.nav > li.hover > ul { left: 0 !important; }
	
	.nav li li a { display: block; position: relative; z-index:100; }
	.nav li li li a { background:#249578; z-index:200; border-top: 1px solid #1d7a62; }
	.flyout { margin-left: 10px; background: url(images/nav-bg.png) repeat; width: auto !important; z-index: 10; padding-bottom: 5px; }
	.flyout li { display: block; font-size: 14px; text-align: left; width: 200px; display: block; padding-left: 8px;  }
	.flyout li a { text-align: left; padding: 2px 0; }
	.fixed nav { margin-top: 0px; }
	.sticky { overflow: visible; }
	.has-flyout a.parent:hover , .has-flyout a.parent.hovering{ display: block; }
	
	
/* LOGO */
	.logo { margin-top: 10px; }
	.logo img { margin: 0 auto; display: block; }
	
/* HOMEPAGE */
	.flexslider { max-height: 370px; }
	.flexslider ul { margin-left: 0px !important; }
	.promo-content, .promo-content p { color: #fff; text-align: center; }
	.promo-content h2, .promo-content h3, .secondary-title, .story-title { font-family: 'Lora', serif; color: #FF010B; }
	.promo-content h2, .promo-content h3 {  margin: 2px 0; font-weight: bold; }
	.divider-shadow { float: left; margin-left: -15px; }
	.spacer {  height: 1px; }
	.red-rabbit { margin: -30px auto -20px auto !important; }
	
	.slide-story a { color: #ff010b; font-weight: bold; }
	.home-secondary { margin-top: 15px; }
	.home-secondary > div { background: #fff; margin: 0 5px; min-height: 335px; padding: 0 5px 10px 5px; width: 32%;  }
	.secondary-image { padding-top: 5px; height: 7em; overflow: hidden; }
	.secondary-image img { width: 100%; }
	.secondary-title { color: #fff; font-size: 50px; position: relative; margin: -55px 0 15px 10px;  }
	.hop-header .date { background: #fff; border-radius: 5px; color: #000; padding: 0px; font-weight: bold; margin-right: 10px;  }
	.story { clear: both; padding: 15px 5px; }
	.events-title + .story { padding: 0px 5px 15px 5px;  }
	.story-title a { font-size: 20px; color: #0864b3; }
	.hop-header .date .month, .hop-header .date .day { margin: 0 auto; text-align: center; padding: 3px 11px; font-family: 'Arvo', serif; }
	.day { font-size: 20px; }
	.month { background: #ef1920; border-top-left-radius: 5px; border-top-right-radius: 5px; color: #fff; }
	.home-news, .sub-page { padding: 20px; width: 1001px; margin: 0 auto; background: url(images/content-bg.png) #000 top center no-repeat; position: relative;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
	 }
	 .sub-page { margin-top: 75px !important; }
	 #content ul { margin-left: 35px; }
	 
	 .home-content h2, .title-link { text-align: center; font-weight: bold; }
	 .home-lnews .columns { margin: 0 2% 2% 0; float: left; display: block; width: 48%; }
	 .home-news h2 { margin-top: 0px; }
	 .hop-header, .hop-header .date { display: table; margin-bottom: 5px; }
	 .hoppenings, .hoppenings a { color: #fff; }
	 .hoppenings .top-line { height: 1px; background: #353535; margin-top: 1px; }
	 .hoppenings .six { width: 49%; }
	 .hoppenings-story{ padding: 13px 0; border-bottom: 1px solid #353535; min-height: 155px;  }
	 .hoppenings-weekend { padding: 13px 0; }
	 .hoppenings-story img { background: #fff; }
	 .hoppenings-story .columns { padding: 0 9px; min-height: 115px; }
	 .month-wrapper .hoppenings-story { border-bottom: none; }
	 .hop-month-header { padding: 30px 0 0 0; border-top: 1px solid #353535; } 
	 .month-wrapper { padding-bottom: 15px; }
	 .hoppenings h3 { text-align: left; display: table-cell; vertical-align: middle; font-size: 20px; font-weight: bold; color: #fff; }
	 .hoppenings-content { clear: both; line-height: 18px; }
	 .hop-month-header { margin-bottom: 10px; padding-left: 22px; clear: both; text-align: left; color: #ADAAAA; }
	 .home-content .columns img { border: 1px solid #585857; }
	 .view-hoppenings a, .gform_button{ width:20%; font-size: 18px; letter-spacing: -1px; margin: 15px auto 0 auto; padding: 8px 0px; color: #fff; background: #ef1920; clear: both; display: block; text-align: center;
	 					   -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
	 .view-hoppenings a:hover, .gform_button a:hover { background: #B91318; text-decoration: none; }
	 .news-title-contain { position: absolute; z-index: 2; bottom: 0; height: 40px; background-image: url(images/title-bg.png); background-repeat: repeat; width: 100%; font-family: 'Lora', serif; color: #fff; display: table; font-weight: bold; }
	 .news-title {  display: table-cell; vertical-align: middle; text-shadow: 1px 1px 1px #000; font-size: 15px; line-height: 17px; text-align: center; }
	 .hop-right { float: right; }
	 .hop-left { clear: both; }
	
	.red-paint img { margin: 0 0 20px 0; }

	
	
/* SOCIAL */
	 .social { margin-top: 10px; margin-bottom: 25px;}
	 .social-logo { padding: 0 10%; }
	 ._4s7c { border: none !important; }
	 .facebook-app, .twitter-app, .instagram-app { margin-top: 20px; }
	 .twitterback { background: rgba(0,0,0,0.6); }
	 .twitterback .thm-dark { background-color: #000 !important; }
	 

/* SEARCH BOX */
	.search-box { border-left: 1px solid #fff; border-right: 1px solid #fff; border-top: 1px solid #fff; background: #4c1525; padding: 10px; margin-right: 15px; }
	#searchsubmit { background: #fff; border: none; }
	#searchsubmit:hover { background: #f9f9f9; }

/* FLEXSLIDER */
	.flex-direction-nav li a { text-indent: -9999px; }
	
/* SUB PAGES */
	.subpage-row { width: 970px !important;  }
	.row .subpage-row { margin: 0px; }
	.page-title { font-family: 'Arvo', serif; color: #FF010B; letter-spacing: -2px; font-weight: bold; } 
	.restaurants .six { padding: 20px 5px; font-size: 14px; line-height: 18px;  }
	.restaurants .six a, .restaurants .six strong { font-weight: bold; font-size: 16px; text-indent: 0px;  }
	.restaurants span { margin-left: 10px; display: block; }
	.subpage-slide { max-height: 370px; overflow: hidden; margin-bottom: 10px; }
	.subpage-slide img { width: 100%; }

/* MAILCHIMP FORM */
	#mc_embed_signup { background: #000 !important; margin: 30px 0; font: 14px Helvetica,Arial,sans-serif; 
					   border-bottom: solid 1px #5A5A5A; border-top: solid 1px #5A5A5A; }
	#mc_embed_signup p { display: none; }
	#mc_embed_signup form { padding: 20px 0 !important; }
	#mc_embed_signup .button { background:  #EF1920 !important; width: 19% !important; }
	#mc_embed_signup label { font-size: 22px; margin-bottom: -10px;s }
	#mc_embed_signup input.email { padding: 15px 0; }

/* BEERS */
	.beer-item h3 { text-align: center; height: 30px; }
	.beer-item { float: left; }
	#content .beer-item img { display: block; margin: 0 auto; max-width: 135px; }
	.beer-category { color: #ADAAAA; text-align: center; font-size: 26px }
	.beer-divide { height: 1px; width: 100%; background: #3C3C3C; margin: 25px 0;   }
	.beer-list h3 { font-size: 18px; height: 16px; }
	
/* SIDEBAR */
	#sidebar { margin-top: 20px; }
	.sidebar-box, .sidebar-box a { color: #fff; }
	.sidebar-box ul li { list-style: none; padding: 4px 0; line-height: 14px; font-size: 14px; list-style: none; }
	.sidebar-section { padding-top: 0px; }
	.sidebar-section ul { font-family: "rooney-web-1","rooney-web-2", Georgia, serif; }
	.sidebar-box article { margin: 10px 0 !important; }
	.sidebar-box article:first-of-type { margin-top: 0px !important; }
	.sidebar-section h6 { font-size: 24px; color: #FF010B; margin: 2px 0; }
	.sidebar-section .beer-item { margin: 10px auto;  }
	.sidebar-section .view-all { text-align: center; display: block; font-size: 15px; }
	.brewing { position: absolute; bottom: 0; background-image: url(images/slide-story-bg.png); background-repeat: repeat; width: 100%;  }
	.brewing h2 { color: #fff;  font-size: 15px;  padding-left: 5px; margin: 5px 0; }
	.brewing div { color: #fff; font-size: 14px; padding-left: 5px; }
	.brewing div a { color: #FAB02C; font-weight: bold; letter-spacing: -1px; }
	.brewing { text-shadow: 1px 1px 1px #000;  } 
	#sidebar .beer-item img { display: block; margin: 0 auto; border: width: 100%; }
	.sidebar-section ul { margin-left: 0px !important; }
	.sidebar-address { line-height: 20px; }

	.sidebar-section .hop-header { min-height: none; }
	.sidebar-section .hop-header h5 { margin-top: 0px; }
	
/* SEARCH RESULTS */
	.search-results { padding-bottom: 50px; }
	.search-results p { margin: 0px; }
	.search-results > article, .news-page > article  { border-bottom: solid 1px #ccc; padding-bottom: 25px; padding-top: 9px; }
	.read-more { display: block; float: right;  }
	.hoppenings .read-more { display: block; text-align: right; float: none; color: #FF010B; margin-top: 10px;  }

/* FORMS */
	.contact-us-form { border-top: solid 1px #5A5A5A; margin-top: 50px; padding-top: 35px; }
	.gform_wrapper .gfield_required { color: #DFDFDF; }
	.gform_button { border: none; cursor: pointer; margin: 0px; }
	.gform_wrapper div.validation_error { color: #FF8989; }
	#input_1_4_1 { display: inline-block; }

	
/* FOOTER */
	.site-footer { text-align: center; color: #fff; margin-top: 100px; }


@media screen and (max-width: 1001px) { 
/* BODY */
	.home-news, .sub-page { width: auto; }
}

@media screen and (max-width: 940px) { 
/* SUBPAGE */
	.page-title { text-align: center; }
	.subpage-row { width: auto !important;  }
}


@media screen and (max-width: 768px) {



/* TOP SOCIAL */
	.social-icons { text-align: center; }

/* NAVIGATION */
	.top-header { height: auto; }
	.nav-placeholder { height: 44px; }
	.nav-mobile, .mobile-logo { display: block; }
	.mobile-logo { width: 50%; display: block; margin: 25px auto 0 auto; }
	.placeholder { display: block; height: 50px; }
	.spacer, .divider-shadow, .nav-row { display: none; }
    .active, .nav { display: block; }
	.nav-row .none { padding: 0px; }
	nav {  background: #C4060D; position: relative; z-index: 9; }
	.nav { margin-top: 0px; background: none; border: none; }
	.nav a { text-align: left; }
	 .nav > li { float: none; display: block;  }
    .nav > li > .parent { background-position: 95% 50%; }
    .nav li li .parent { background-image: url("images/downArrow.png"); background-repeat: no-repeat; background-position: 95% 50%; }
    .nav ul { display: block; width: 100%; }
    .nav > li.hover > ul , .nav li li.hover ul { position: static; } 
	.toggleMenu { width: 3.125em; height: 3.125em; text-align: left; text-indent: -9999px; background-color: #C4060D; position: relative; }
	.toggleMenu:before, .toggleMenu:after { position: absolute; border: 2px solid #fff; top: 35%; left: 25%; right: 25%; content: ''; }
	.toggleMenu:after { top: 60%; }
	.flyout-toggle { display: none !important; }

/* SEARCH */ 
	#s { margin-left: 15px; }
	.search-box { width: 99%; }

/* HOMEPAGE */
	.flexslider { width: 90%; margin: 0 auto; }
	.rabbit-bg, .rabbit-bg-subpage { background-size: none; }
	.home-news, .sub-page, .paint-stripe, .paint-stripe-subpage { width: 100%; }
	.logo, .red-paint { display: none; }
	.home-secondary .columns { margin: 10px 5%; }
	.hoppenings-story .eight { margin-top: 15px; }
	.promo-area { margin: 10px 4%; }
	.promo-area .columns { margin: 0; }
	.hop-header .story .date { float: left; margin: 0px 5%; }
	.hop-header .date .month { padding: 4px 12px; }
	.story-title a { font-size: 27px; }
	.sub-page { margin-top: 25px !important; }
	.hop-header .date { float: left; }
	.home-content .columns img { display: block; margin: 0 auto; margin-bottom: 10px; width: 60%; }
	.home-lnews .columns { float: none; }
	.home-content .columns img { margin-bottom: 0px; }

/* BEERS */
	.beer-item { float: none; text-align: center; }

/* HOPPENINGS */
	.hoppenings-story img { display: block; margin: 0 auto; }
	
/* SOCIAL */
    .twitter-app, .instagram-app, .social-logo { text-align: center; }
	#facebook_status_box { margin: 0 auto; }
	.social-logo { margin-top: 25px; padding: 20px 10%; border-top: 1px solid #585857; }

/* SIDEBAR */
	.sidebar-section { border-top: solid 1px #353535; padding-top: 25px; }

/* FOOTER */
	footer .columns { text-align: center; margin: 15px 0; font-size: 16px; }
	
}