/******************************************************************

Site Name: BREW
Author: Dan Brown

Stylesheet: WP Core Styles

This stylesheet contains various snippets of CSS needed for WP Core

******************************************************************/
@import url( 'https://fonts.googleapis.com/css?family=Open+Sans:400,700');

html body {
  font-family     : 'Open Sans', Arial, sans-serif;
  background-color: #fff;
}

html body * {
  font-family: inherit;
}

* {
  -ms-word-wrap: break-word;
  word-wrap    : break-word;
  font-family  :
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin : 5px auto;
}

.alignright {
  float : right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float : left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin : 5px auto;
}

a img.alignright {
  float : right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float : left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display     : block;
  margin-left : auto;
  margin-right: auto;
}

cite {
  font-style: italic;
}

.wp-caption {
  max-width : 100%;
  background: #eee;
}

.wp-caption img {
  max-width    : 100%;
  margin-bottom: 0;
  width        : 100%;
}

.wp-caption p.wp-caption-text {
  font-size : .85em;
  margin    : 2px 0 7px;
  text-align: center;
}
/* end .wp-caption */
.wp-caption.alignleft {
  margin-right: 20px;
}

.wp-caption.alignright {
  margin-left: 20px;
}
/* image gallery styles */
.gallery dl {
  float     : left;
  margin-top: 10px;
  text-align: center;
  width     : 33%;
}

.gallery dl img {
  border: 2px solid #cfcfcf;
}
/* end .gallery */
/******************************************************************
Site Name: BREW
Author: Dan Brown

Stylesheet: Global Stylesheet

Styles and classes used throughout the entire BREW framework

******************************************************************/
body.admin-bar .navbar-fixed-top {
  top: 46px;
}
@media (min-width: 783px) {
  body.admin-bar .navbar-fixed-top {
    top: 32px;
  }
}
/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
/*********************
LINK STYLES
*********************/
a,
a:visited {
  /* on hover */
  /* on click */
  /* mobile tap color */
}

a:link,
a:visited:link {
  /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
}
/******************************************************************
Site Name: BREW
Author: Dan Brown

Stylesheet: Comments

******************************************************************/
/* h3 comment title */
#comments {
  margin-bottom: 20px;
  /* number of comments span */
}

#comments > h3 {
  line-height: 1;
  margin     : 0;
}

#comments .comment-container {
  padding      : 20px;
  border-bottom: 1px solid #eee;
}

.comment-content {
  width      : 88%;
  margin-left: 2%;
  float      : left;
}

.comment-nav {
  padding: 10px 20px;
}

.comment-nav ul li {
  list-style-type: none;
}

.commentlist {
  padding-left: 0;
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
}

.commentlist ol {
  margin: 0;
}

.commentlist li {
  /* end .commentlist li ul.children */
}

.commentlist li:last-child {
  margin-bottom: 0;
}

.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}

.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top : 0;
}

.commentlist li:not(.depth-1) {
  margin-top    : 0;
  padding-bottom: 0;
}

.commentlist .odd {
  background: #fcfcfc;
}

.commentlist .even {
  background: #f9f9f9;
}

.commentlist .comment {
  position       : relative;
  clear          : both;
  overflow       : hidden;
  list-style-type: none;
}

.commentlist .comment iframe,
.commentlist .comment img {
  max-width: 100%;
}

.commentlist .children article {
  border-left: 1px solid #eee;
}

.commentlist .bypostauthor {
  background: #eff5fb;
}

.commentlist .comment-author {
  width: 10%;
  float: left;
}

.commentlist .comment-author img {
  width : 100%;
  height: auto;
}

.commentlist .alert {
  margin: 10px 0 0 82px;
}

.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style : normal;
}

.commentlist .vcard time {
  float: right;
}

.commentlist .vcard time a {
  color          : #999;
  text-decoration: none;
}

.commentlist .vcard time a:hover {
  text-decoration: underline;
}

.commentlist .vcard img.avatar {
  padding   : 2px;
  border    : 1px solid #cecece;
  background: #fff;
}

.commentlist .comment_content p {
  margin     : .7335em 0 1.5em;
  font-size  : 1em;
  line-height: 1.5em;
}

.commentlist .comment-reply-link {
  text-decoration: none;
  float          : right;
  background     : #4598bb;
  padding        : 3px 5px;
  color          : #fff;
  opacity        : .65;
  margin-bottom  : 10px;
  font-weight    : 700;
  font-size      : .9em;
}

.commentlist .comment-reply-link:focus,
.commentlist .comment-reply-link:hover {
  opacity: 1;
}
/* end .commentlist */
.comment-prev {
  float: left;
}

.comment-next {
  float: right;
}

#respond {
  padding: 20px;
}

#pings {
  padding: 20px;
}

#pings h3 {
  margin-top   : 0;
  margin-bottom: 20px;
}

.havecomments > h3 {
  border-bottom: 1px solid #eee;
  padding      : 20px;
}

.closed h3 {
  padding: 20px;
  margin : 0;
}

.nocomments > p {
  padding: 0 20px 10px;
}

.nocomments > h3 {
  padding    : 20px 20px 10px;
  line-height: 1;
  margin     : 0;
}
/********************************************/
/******************************************************************
Site Name: BREW
Author: Dan Brown

Stylesheet: Tables

******************************************************************/
#main table {
  margin         : 20px 0;
  width          : 100%;
  border         : 1px solid #dddddd;
  border-collapse: separate;
  border-left    : 0;
}

#main table td,
#main table th {
  padding       : 8px;
  border-top    : 1px solid #dddddd;
  border-left   : 1px solid #dddddd;
  vertical-align: top;
  text-align    : left;
  line-height   : 18px;
}

#main table tbody:first-child tr:first-child td,
#main table tbody:first-child tr:first-child th,
#main table thead:first-child tr:first-child th {
  border-top: 0;
}
/******************************************************************
Site Name: BREW
Author: Dan Brown

Stylesheet: Form Styles

******************************************************************/
.respond-form {
  margin        : 1.5em 10px;
  padding-bottom: 2.2em;
}

.respond-form ul {
  padding-left  : 0;
  padding-bottom: 20px;
}

.respond-form form {
  margin: .75em 0;
}

.respond-form form li {
  list-style-type: none;
  clear          : both;
  margin-bottom  : .7335em;
  border         : none;
}

.respond-form form li label,
.respond-form form li small {
  display: none;
}

.respond-form form input[type=email],
.respond-form form input[type=text],
.respond-form form input[type=url],
.respond-form form textarea {
  padding    : 3px 6px;
  background : #efefef;
  border     : 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */
}

.respond-form form input[type=email]:focus,
.respond-form form input[type=text]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}

.respond-form form input[type=email]:invalid,
.respond-form form input[type=text]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline           : none;
  border-color      : #fbc2c4;
  background-color  : #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  -ms-box-shadow    : none;
  box-shadow        : none;
}

.respond-form form input[type=email],
.respond-form form input[type=text],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}

.respond-form form textarea {
  resize: none;
  width : 97.3%;
  height: 150px;
}
/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px .7335em 0;
}
/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}
/******************************************************************
Site Name: BREW
Author: Dan Brown

Stylesheet: Sidebars

******************************************************************/
#sidebar .widget {
  margin-bottom: 30px;
}

.widgettitle {
  margin-bottom : 10px;
  padding-bottom: 10px;
  border-bottom : 1px solid #e0e0e0;
  font-size     : 18px;
  line-height   : 24px;
}

.widget ul {
  padding: 0;
  margin : 0;
}

.widget ul li {
  padding   : 5px 0;
  list-style: none;
  /* deep nesting */
}
/******************************************************************
Site Name: BREW
Author: Dan Brown

Stylesheet: Footer

******************************************************************/
#footer {
  background : #fff;
  padding-top: 30px;
  /*margin-top : 0;*/
  clear      : both;
  color      : #333;
}

#footer h4 {
  color: #3a4d81;
}

#footer a {
  color: #d71920;
}

#footer li {
  padding: 7px 0;
  margin : 0;
}

#footer .widgettitle {
  margin       : 0;
  padding      : 0 0 15px;
  border-bottom: none;
  font-size    : 1.35rem;
}

#footer-wrapper {
  margin-bottom: 30px;
}

#sub-floor {
  color     : #ebecf2;
  background: #3a4d81;
  padding   : 10px 0;
}

#sub-floor a {
  color: #ebecf2;
}

.copyright {
  text-align: center;
}
@media (min-width: 992px) {
  .copyright {
    text-align: left;
  }
}

.attribution {
  text-align: center;
}
@media (min-width: 992px) {
  .attribution {
    text-align: right;
  }
}

.widgetFooter {
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .widgetFooter {
    padding-bottom: 0;
  }
}
/******************************************************************
Site Name: Brew
Author: Dan Brown

Stylesheet: Content Styles

These are the styles for posts, pages, archive, & blog index



------------ MAP ------------

01. #CONTENT & #MAIN WRAPPERS
02. ARTICLE WRAPPER
03. ENTRY/PAGE HEADER
04. FEATURED IMAGE
05. ENTRY/PAGE CONTENT
06. ENTRY/PAGE FOOTER

******************************************************************/
/******************************************************** Header */
.top-bar {
  color           : #fff;
  background-color: #3a4d81;
}

/*******************************
01. #CONTENT & #MAIN WRAPPERS
(#content usually includes sidebar.
#main is all post/entry/page content)
********************************/
#content {
  /*padding-top: 40px;*/
  min-height: 600px;
}
/*******************************
02. ARTICLE WRAPPER
(background, borders etc for individual posts/pages)
********************************/
#comments,
.respond-form {
  margin            : 0 0 20px;
  border-radius     : 0;
  background        : #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow        : 0 1px 1px rgba(0, 0, 0, 0.05);
  border            : 1px solid #ddd;
}
/*******************************
03. ENTRY HEADER
********************************/
/*.article-header {
  margin-bottom: 15px;
  padding: 20px 20px 0;
}*/
.article-header h1,
.article-header h2,
.article-header h3,
.article-header h4,
.article-header h5,
.article-header h6 {
  margin-top: 0;
}

.entry-title {
  margin     : 0 0 5px;
  font-weight: 400;
  font-size  : 28px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .entry-title {
    font-size: 38px;
  }
}

.entry-title a,
.entry-title a:visited {
  color             : #444;
  -webkit-transition: color .2s ease;
  transition        : color .2s ease;
}

.entry-title a:active,
.entry-title a:hover {
  color          : #888;
  text-decoration: none;
}

.archive-title {
  margin-top: 0;
}

.byline {
  color    : #999;
  margin   : 0;
  font-size: 14px;
}
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
.sticky-ind {
  display: none;
}

.sticky .sticky-ind {
  display: inline !important;
}
/*******************************
04. FEATURED IMAGE
********************************/
.featured-content {
  margin-bottom: 20px;
}

.featured-img-bg {
  height             : 300px;
  background-width   : 100% !important;
  background-size    : cover !important;
  background-repeat  : none !important;
  background-position: center center !important;
}

.featured-img img {
  width : 100%;
  height: auto;
}
/*******************************
05. ENTRY CONTENT
********************************/
.entry-content {
  padding: 0 20px;
}

.entry-content p {
  margin-bottom: 20px;
  font-size    : 16px;
  line-height  : 1.5;
}

.entry-content > ol,
.entry-content > ul {
  margin     : 0 0 20px 10px;
  font-size  : 16px;
  line-height: 1.5;
}

.entry-content img {
  max-width: 100%;
  height   : auto;
}

.entry-content dd {
  margin-left  : 0;
  font-size    : .9em;
  color        : #787878;
  margin-bottom: 1.5em;
}

.entry-content object,
.entry-content video {
  max-width: 100%;
  height   : auto;
}

.entry-content pre {
  background: #eee;
  border    : 1px solid #cecece;
  padding   : 10px;
}
/* end entry-content */
/*******************************
06. ENTRY FOOTER
********************************/
.article-footer {
  padding   : 10px 20px;
  border-top: 1px solid #eee;
  color     : #888;
  font-size : 12px;
}

.article-footer .commentnum {
  text-align: right;
  width     : 30%;
}

.article-footer .commentnum a {
  text-decoration   : none;
  color             : #999999;
  -webkit-transition: color .4s ease;
  transition        : color .4s ease;
}

.article-footer .commentnum a:hover {
  color: #333333;
}

.article-footer .tags {
  width: 70%;
}

.article-footer .post-link {
  margin-top  : -1px;
  padding-left: 10px;
}

.article-footer .post-link:hover {
  text-decoration: none;
}
/******************************************************************
Site Name: BREW
Author: Dan Brown

Stylesheet: Header & Navigation

******************************************************************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.nav {
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}

.nav-item .nav-link {
  border-bottom: 1px solid transparent;
}

.nav .active .nav-link,
.nav .nav-item:hover .nav-link {
  border-bottom: 1px solid #3a4d81;
}
/* col-md to col-lg breakpoint */
@media all and (max-width: 991px) {
  .nav .active .nav-link,
  .nav .nav-item:hover .nav-link,
  .nav-item .nav-link {
    border: none;
  }
}
/* end .nav */
/******************************************************************
Site Name: Brew
Author: Dan Brown

Stylesheet: Body

Wordpress automatically adds classes to certain pages.  You can target
pages with something such as  body.tag or body.archive
******************************************************************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/******************************************************************
Site Name: BREW Styles
Author: Dan Brown

Stylesheet: Components

A few random components built for BREW such as breadcrumbs and
next/previous posts

******************************************************************/
/***********************************
Next/Previous buttons under posts
***********************************/
#single-post-nav .pager span {
  width        : 100%;
  text-align   : center;
  padding      : 10px;
  border-radius: 5px;
}
@media (min-width: 992px) {
  #single-post-nav .pager span {
    width  : auto;
    padding: 5px 10px;
  }
}

.pager .previous-page {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .pager .previous-page {
    float        : left;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .pager .next-page {
    float: right;
  }
}

.next-page a,
.pager a,
.previous-page a {
  color: #999;
}

.next-page a:hover,
.pager a:hover,
.previous-page a:hover {
  color          : #444;
  text-decoration: none;
  cursor         : pointer;
}
/*********************
AUTHOR BOX
*********************/
#author-info {
  padding: 20px;
}

#author-info h4 {
  margin-top: 0;
}

.author-img {
  float       : left;
  margin-right: 20px;
}
@media (min-width: 480px) {
  .author-desc {
    overflow : hidden;
    _overflow: visible;
    zoom     : 1;
  }
}

.social-links {
  float  : left;
  padding: 0;
  margin : 0;
}

.social-links li {
  float          : left;
  text-decoration: none;
  list-style     : none;
}

.social-links a {
  color             : #999999;
  padding-right     : 15px;
  -webkit-transition: color .4s ease;
  transition        : color .4s ease;
  font-size         : 1.4em;
}

.social-links a:hover {
  color: #333333;
}
/*********************
BREADCRUMBS
*********************/
.breadcrumb {
  padding   : 4px 17px;
  background: #f9f9f9;
}
/*********************
PAGINATION
*********************/
.pagination li .active,
.pagination li a:focus,
.pagination li a:hover,
.pagination li span:hover {
  background-color: #ddd;
  color           : #fff;
  margin          : -.5rem -.75rem;
  padding         : .5rem .75rem;
  border          : 1px solid #ddd;
}

.pagination {
  display      : inline-block;
  padding-left : 0;
  margin-top   : 1rem;
  margin-bottom: 1rem;
  border-radius: .25rem;
}

.pagination li > *,
.pagination li > *:hover {
  color          : #fff;
  border         : 1px solid transparent;
  text-decoration: none;
}

.pagination li:first-child .pagination li > * {
  margin-left              : 0;
  border-bottom-left-radius: .25rem;
  border-top-left-radius   : .25rem;
}

.pagination li:last-child .pagination li > * {
  border-bottom-right-radius: .25rem;
  border-top-right-radius   : .25rem;
}

.pagination li.active .pagination li > *,
.pagination li.active .pagination li > *:focus,
.pagination li.active .pagination li > *:hover {
  z-index         : 2;
  color           : #fff;
  cursor          : default;
  background-color: #0275d8;
  border-color    : #0275d8;
}

.pagination li.disabled .pagination li > *,
.pagination li.disabled .pagination li > *:focus,
.pagination li.disabled .pagination li > *:hover {
  color           : #818a91;
  pointer-events  : none;
  cursor          : not-allowed;
  background-color: #fff;
  border-color    : #ddd;
}

.pagination li {
  display         : inline;
  position        : relative;
  float           : left;
  padding         : .5rem .75rem;
  margin-left     : 10px;
  color           : #fff;
  text-decoration : none;
  background-color: #d71920;
  font-weight     : bold;
}

.pagination li:first-child {
  margin-left: 0;
}

.pagination li > *:focus,
.pagination li > *:hover {
  background-color: #eceeef;
  border-color    : #ddd;
}

.pagination-lg .pagination li > * {
  padding  : .75rem 1.5rem;
  font-size: 1.25rem;
}

.pagination-lg .pagination li:first-child .pagination li > * {
  border-bottom-left-radius: .3rem;
  border-top-left-radius   : .3rem;
}

.pagination-lg .pagination li:last-child .pagination li > * {
  border-bottom-right-radius: .3rem;
  border-top-right-radius   : .3rem;
}

.pagination-sm .pagination li > * {
  padding  : .275rem .75rem;
  font-size: .875rem;
}

.pagination-sm .pagination li:first-child .pagination li > * {
  border-bottom-left-radius: .2rem;
  border-top-left-radius   : .2rem;
}

.pagination-sm .pagination li:last-child .pagination li > * {
  border-bottom-right-radius: .2rem;
  border-top-right-radius   : .2rem;
}

/* end pagination */
/******************************************************************
Site Name: BREW Styles
Author: Dan Brown

Stylesheet: Tables

This is just for the sample BREW site.  Feel free to delete

******************************************************************/
.featured {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .featured {
    margin-bottom: 0;
  }
}

.homebanner {
  margin-bottom      : 60px;
  padding-top        : 30px;
  text-align         : center;
  height             : 350px;
  background         : url('../images/hero.png') #2a5781;
  background-size    : cover;
  background-position: center center;
  color              : #fff;
}
@media (min-width: 480px) {
  .homebanner {
    padding-top: 70px;
  }
}

.homebanner p {
  font-size: 18px;
}

.homebanner h1 {
  font-size    : 50px;
  color        : #fff;
  margin-bottom: 10px;
}

.homebanner .btn-default {
  background        : none;
  border            : 2px solid #ffffff;
  color             : #ffffff;
  -webkit-transition: all .2s ease;
  transition        : all .2s ease;
}

.homebanner .btn-primary {
  background        : none;
  border            : 2px solid #fff;
  margin-left       : 20px;
  -webkit-transition: all .2s ease;
  transition        : all .2s ease;
}

.homebanner .btn-default:hover {
  background: white;
  color     : #000;
}

.homebanner .btn-primary:hover {
  background: white;
  color     : #000;
}

.about {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .about {
    margin-bottom: 0;
  }
}

.about a {
  text-decoration: none;
}

.about i {
  color: #929292;
}

.about p {
  color: #929292;
}

.about h3 {
  color: #626c72;
}

.about:hover i {
  color     : #626c72;
  transition: all .35s ease;
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  /*

EXAMPLE
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go.

*/
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
