/*!
Theme Name: homebrewed
Theme URI: http://underscores.me/
Author: 3 Spicy Veggies
Author URI: http://3spicyveggies.com
Description: Site Theme for Home Brewed Events
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: homebrewed
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

homebrewed is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* --- Homebrewed Theme Colors --- */
/* --- Homebrewed Theme Typefaces --- */
/* --- */
body {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

p, ol, ul {
	font-size: 1.2em;
	line-height: 1.5em;
}

p.large {
	font-size: 24px;
	line-height: 30px;
}

.mc4wp-form-fields label {
	letter-spacing: 1px;
	font-weight: 300 !important;
	font-size: 0.9em;
	display: block;
}

footer h3 {
	color: white;
	margin-top: 0px;
	font-size: 18px;
	letter-spacing: 0px;
}

ul.price {
	margin: 0px;
}

#top-nav {
	height: 30px;
}

#top-nav #contact-top {
	float: left;
	margin-top: 3px;
	font-family: "Roboto", sans-serif;
	font-style: italic;
	color: #9a8b98;
	letter-spacing: 1px;
}

#hero {
	height: 500px;
	background-color: #3c232a;
}

#hero .bubble {
	border-radius: 200px;
	height: 200px;
	width: 200px;
	float: right;
	margin-top: 12%;
	color: white;
	text-align: center;
	font-family: serif;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 2.3em;
	padding: 30px;
	padding-top: 50px;
	background: #22213c;
	/* Old browsers */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #22213c 0%, #000000 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22213c', endColorstr='#000000',GradientType=0 );
	/* IE6-9 */
}

.featured-image {
	text-align: center;
}

#content-wrap {
	margin: 30px 0px;
}

#footer-bg {
	background-image: url(../homebrewed/images/bg_footer.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	z-index: -100;
	position: absolute;
	width: 100%;
	min-height: 600px;
	background-color: black;
}

#colophon {
	color: white;
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, black 80%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#000000',GradientType=0 );
}

#colophon h2 {
	color: white;
}

#colophon .row {
	text-align: left;
}

#colophon .container {
	padding: 380px 40px 40px 40px;
}

#colophon p.large {
	letter-spacing: 0px;
}

#colophon p {
	letter-spacing: 1px;
}

.container {
	max-width: 970px;
}

/* ----- Blogs ----- */
.entry-footer {
	display: none;
}

/* ----- Events ----- */
body.events-single .tribe-events-event-image {
	float: right;
	margin: 0 0 10px 10px;
	max-width: 50%;
}

ul.ecs-event-list {
	margin: 0;
	padding: 0;
	font-size: 1em;
	list-style: none;
}

p.ecs-excerpt {
	margin-bottom: 0.5em;
}

body.home span.duration {
	font-size: 1.2em;
	font-style: italic;
	margin-bottom: 10px;
	display: block;
}

/* ----- Homepage ----- */
#sb_instagram {
	padding: 60px 40px !important;
}

.metaslider {
	margin: 0 auto;
	z-index: -1;
}

.metaslider .caption-wrap {
	width: 280px !important;
	height: 280px;
	border-radius: 280px;
	top: 19%;
	left: 5% !important;
	opacity: 1.0 !important;
	padding: 85px 20px !important;
	text-align: center;
	font-family: "Yeseva One", serif;
	font-size: 2.2em;
	letter-spacing: 1px;
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(34, 33, 60, 0.84) 0%, rgba(0, 0, 0, 0.9) 100%) !important;
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22213c', endColorstr='#d622213c',GradientType=0 );
	/* IE6-9 */
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 14px;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

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: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

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;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h1, h1.entry-title {
	font-weight: 100;
	letter-spacing: 1.5px;
	font-size: 3em;
	margin-bottom: 0px;
	color: #22213c;
	font-family: "Yeseva One", serif;
}

h1.entry-title {
	text-align: center;
	margin-bottom: 30px !important;
}

h1.subhead {
	font-family: sans-serif;
	text-align: center;
	width: 100%;
	font-weight: 100;
}

h1.subhead span {
	font-family: "Yeseva One", serif;
}

.page-template-homepage-php h1.entry-title {
	display: none;
}

h2 {
	font-family: "Yeseva One", serif;
	color: #642d3e;
	letter-spacing: 1px;
}

h3 {
	font-family: "Roboto", sans-serif;
	color: #494d6a;
	letter-spacing: 2px;
}

h5, .price, .entry-meta {
	font-size: 1em;
	font-color: #ddd;
	letter-spacing: 1px;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

blockquote, q {
	quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

hr {
	border: 0;
	height: 1px;
	margin: 20px 0px 40px 0px;
	height: 50px;
	background-image: url(../homebrewed/images/icon_hop.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* --- Custom Styles --- */
.navbar-brand {
	background-image: url(../homebrewed/images/logo_hbe.png);
	font-size: 0px;
	background-size: 140px;
	background-repeat: no-repeat;
	width: 140px;
	position: absolute;
	height: 300px;
	margin-top: -30px;
}

footer span.ninja-forms-req-symbol {
	display: none;
}

.row-home {
	margin-top: 30px;
}

.row-home div {
	min-height: 400px;
	position: relative;
}

.row-home .btn {
	bottom: 0px;
	position: absolute;
	max-width: 293px !important;
}

.row-offerings {
	margin-top: 40px;
}

.row-experiences a img:hover {
	opacity: 0.8;
}

.row-experiences a:hover {
	text-decoration: none !important;
}

.row-experiences h3:hover {
	color: #9a8b98;
}

.headshot {
	text-align: center;
	margin: 0 auto;
}

.headshot img {
	margin-top: 68px;
	border: 2px solid #9a8b98;
}

.partners {
	list-style: none;
	font-size: 1em;
	color: #888;
	margin: 0;
	letter-spacing: 2px;
	margin-top: 20px;
	line-height: 1.2em;
}

.partners li {
	margin: 10px 0px;
}

.special {
	background-color: #cac0c9;
	min-height: 250px;
	margin-bottom: 20px;
	margin-top: 40px;
	padding: 20px;
}

.special h3 {
	color: white;
}

.special p {
	margin-bottom: 0px;
}

.testimonial {
	font-weight: 400 !important;
	font-size: 0.8em;
	padding: 20px;
	max-width: 640px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 60px;
	background-color: #eee;
	letter-spacing: 1px;
}

.testimonial h2 {
	font-size: 26px;
}

.testimonial h4 {
	color: #3c232a;
	font-weight: 300;
	font-size: 1.2em;
	line-height: 1.4em;
}

#nf-form-1-cont {
	max-width: 640px;
	margin: 0 auto;
}

#nf-form-1-cont .nf-form-fields-required {
	margin-bottom: 10px;
	font-style: italic;
}

#nf-form-1-cont label {
	font-size: 1.2em;
}

.signature-events h4 {
	min-height: 60px;
}

.row-experiences {
	text-align: center;
}

.field-wrap > div input, .field-wrap textarea, .field-wrap select, .field-wrap .pikaday__container, .field-wrap .pikaday__display, .field-wrap .listselect-wrap > div {
	border-radius: 0px !important;
}

.nf-form-fields-required {
	display: none;
}

.nf-field-element textarea {
	height: 100px !important;
}

footer h2 {
	margin-top: 0px;
}

.site-info {
	font-size: 0.8em;
	color: #888;
	text-align: left;
}

.row-corporate div {
	min-height: 410px !important;
}

/* ----- Blog ----- */
.pt-cv-pagination-wrapper {
	text-align: center;
}

.pt-cv-wrapper .pagination > .active > a, .pt-cv-wrapper .pagination > .active > a:focus, .pt-cv-wrapper .pagination > .active > a:hover, .pt-cv-wrapper .pagination > .active > span, .pt-cv-wrapper .pagination > .active > span:focus, .pt-cv-wrapper .pagination > .active > span:hover {
	background-color: #642d3e;
}

.pt-cv-wrapper .pagination > li > a, .pt-cv-wrapper .pagination > li > span {
	color: #9a8b98;
}

.pt-cv-wrapper .pagination > li > a:focus, .pt-cv-wrapper .pagination > li > a:hover, .pt-cv-wrapper .pagination > li > span:focus, .pt-cv-wrapper .pagination > li > span:hover {
	color: #642d3e;
}

.pt-cv-view .pt-cv-ifield {
	text-align: center;
	overflow: hidden;
}

.pt-cv-view .pt-cv-ifield .entry-date {
	letter-spacing: 1px;
}

.pt-cv-view .pt-cv-ifield h4 {
	padding-top: 10px;
}

.pt-cv-view .pt-cv-ifield h4 a {
	color: #494d6a;
}

.pt-cv-view .pt-cv-ifield h4 a:hover {
	color: #9a8b98;
}

.pt-cv-wrapper img {
	max-width: 700px !important;
	margin: 0 auto;
	margin-left: -60%;
}

.pt-cv-wrapper img:hover {
	opacity: 0.8;
}

.page-id-287 .entry-content, .page-id-323 .entry-content {
	margin-top: 60px;
}

.post-navigation .nav-links {
	font-family: "Roboto", sans-serif;
	color: #494d6a;
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: bold;
}

blockquote, q {
	margin-bottom: 1.5em;
}

li#menu-posts-facebook_events {
	display: none;
}

/* ----- Events ----- */
.page-id-323 .ecs-event {
	text-align: center;
	margin-bottom: 40px;
}

.page-id-323 .ecs-event h4 a {
	color: #494d6a;
}

.page-id-323 .ecs-event h4 a:hover {
	color: #9a8b98;
	text-decoration: none;
}

.page-id-323 .ecs-event .duration.time {
	letter-spacing: 1px;
	font-size: 13px;
}

.page-id-323 .ecs-event a > img {
	max-width: 100%;
	width: auto;
	min-width: 280px;
	height: 280px;
}

.page-id-323 .ecs-event a > img:hover {
	opacity: 0.8;
}

/* ----- Mailing List Form ----- */
.mc4wp-form-fields input {
	width: 100%;
	border-radius: 0px !important;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #7b80a6;
}

a:visited {
	color: #7b80a6;
}

a:hover, a:focus, a:active {
	color: #7b80a6;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

.btn, #nf-field-4 {
	text-align: center;
	width: 100%;
	padding: 10px 0px;
	border: 2px solid #9a8b98;
	border-radius: 0px;
	margin: 20px 0px;
	color: #9a8b98;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: 100;
	font-style: italic;
	background-color: white;
}

.btn:hover, #nf-field-4:hover {
	background-color: #642d3e;
	border-color: #aa4d6a;
	color: white;
}

.btn-special {
	background-color: #642d3e;
	border-color: #aa4d6a;
	color: white !important;
}

.btn-special:hover {
	border: 2px solid #7c4957;
	background-color: #3c232a;
	color: white;
}

.btn-blue, .mc4wp-form-fields input[type="submit"] {
	background-color: #494d6a;
	border-color: #494d6a;
	color: white;
	font-style: normal;
	width: 100%;
	max-width: 100%;
	font-size: 16px;
	padding: 10px 0px;
	letter-spacing: 1px;
	font-style: italic;
}

.btn-blue:hover, .mc4wp-form-fields input[type="submit"]:hover {
	background-color: #777da2;
}

#nf-field-4 {
	max-width: 230px;
}

#sb_instagram #sbi_load .fa, #sb_instagram .sbi_follow_btn .fa {
	margin: 0 auto !important;
	margin-bottom: 10px !important;
}

#sb_instagram .sbi_follow_btn a {
	background: transparent;
	margin: 0 auto;
	color: #9a8b98;
	font-style: italic;
	line-height: 20px;
}

#sb_instagram .sbi_follow_btn a i {
	color: transparent;
	background-image: url(../homebrewed/images/bg_social.png);
	background-position: 40px 0px;
	height: 40px;
	width: 40px;
	display: block;
}

#sb_instagram .sbi_follow_btn a i:hover {
	background-position: 40px -40px;
}

.tribe-events-single-event-title {
	font-size: 3em !important;
}

#tribe-events .tribe-events-button, .tribe-events-button {
	background-color: #494d6a;
	border-radius: 0px;
}

#tribe-events .tribe-events-button:hover, .tribe-events-button:hover {
	background-color: #777da2;
}

/* ----- Social Media ----- */
/* - Social Top Bar - */
#social-top {
	float: right;
	margin-top: 5px;
}

#social-top .social-link > div {
	background: url(../homebrewed/images/bg_social.png);
	background-repeat: no-repeat;
	background-size: 100px;
	width: 20px;
	height: 20px;
	display: inline-block;
	background-size: 60px;
	margin: 0px 5px;
}

#social-top .social-link .facebook {
	background-position: top left;
}

#social-top .social-link .facebook:hover {
	background-position: 0px -20px;
}

#social-top .social-link .twitter {
	background-position: top center;
}

#social-top .social-link .twitter:hover {
	background-position: -20px -20px;
}

#social-top .social-link .insta {
	background-position: top right;
}

#social-top .social-link .insta:hover {
	background-position: -40px -20px;
}

#social-bottom {
	margin-top: 40px;
	margin-bottom: 40px;
}

#social-bottom .social-link > div {
	background: url(../homebrewed/images/bg_social.png);
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	display: inline-block;
	margin: 0px 8px;
}

#social-bottom .social-link .facebook {
	background-position: 0px -80px;
}

#social-bottom .social-link .facebook:hover {
	background-position: 0px -120px;
}

#social-bottom .social-link .twitter {
	background-position: -40px -80px;
}

#social-bottom .social-link .twitter:hover {
	background-position: -40px -120px;
}

#social-bottom .social-link .insta {
	background-position: -80px -80px;
}

#social-bottom .social-link .insta:hover {
	background-position: -80px -120px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navbar {
	border-radius: 0;
}

.navbar {
	margin-bottom: 0px;
	min-height: 100px;
	padding-top: 23px;
}

#navbar {
	border: 0px solid transparent;
}

#navbar #menu-main-menu {
	position: relative;
	float: right;
}

#navbar ul li {
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0px 15px;
	font-size: 14px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
	background: linear-gradient(180deg, #000 50%, #9a8b98 50%);
	color: #9a8b98;
}

.navbar-nav > li > a {
	padding: 15px 0px 40px 0px;
	color: white;
}

.navbar-inverse {
	background-color: #000;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	z-index: 2;
}

.navbar-inverse .navbar-nav > li > a {
	color: white;
}

.navbar-nav > li > .dropdown-menu {
	background-color: rgba(154, 139, 152, 0.95);
	margin-top: -30px;
	padding: 15px 5px;
	margin-left: 14px;
	border-radius: 0px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	color: white;
	background-color: transparent;
}

.dropdown-menu > li > a {
	padding: 0px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	background-color: transparent;
}

.navbar-brand {
	font-family: "Yeseva One", serif;
}

.dropdown-header {
	display: none;
}

.navbar-toggle {
	border-radius: 0px;
}

@media (min-width: 768px) {
	.dropdown:hover .dropdown-menu {
		display: block;
	}
}

@media (max-width: 767px) {
	#navbar ul li {
		clear: both;
	}
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-template-homepage .page-content, .page-template-homepage .entry-content, .page-template-homepage .entry-summary {
	margin-top: 0px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-item .gallery-columns-2 {
	max-width: 50%;
}

.gallery-item .gallery-columns-3 {
	max-width: 33.33333%;
}

.gallery-item .gallery-columns-4 {
	max-width: 25%;
}

.gallery-item .gallery-columns-5 {
	max-width: 20%;
}

.gallery-item .gallery-columns-6 {
	max-width: 16.66667%;
}

.gallery-item .gallery-columns-7 {
	max-width: 14.28571%;
}

.gallery-item .gallery-columns-8 {
	max-width: 12.5%;
}

.gallery-item .gallery-columns-9 {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
	.signature-events div {
		min-height: 160px;
	}
	.signature-events h4 {
		min-height: 40px;
	}
	#navbar ul li {
		padding: 0px 10px;
		font-size: 12px;
	}
	.metaslider .caption-wrap {
		width: 250px !important;
		height: 250px;
		top: 10%;
		font-size: 1.8em;
		padding: 15px 0px;
	}
	.row-home .btn {
		position: relative;
	}
	.row-home div {
		min-height: 0px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
	.signature-events div {
		min-height: 120px;
	}
	.signature-events h4 {
		min-height: 20px;
	}
	.headshot img {
		margin-top: 0px;
		max-width: 400px;
	}
	.navbar-nav > li > a {
		padding: 5px 10px;
	}
	#navbar ul li {
		font-size: 16px;
		padding: 5px 10px;
	}
	#colophon .container {
		padding-top: 140px;
	}
	#colophon {
		/* FF3.6-15 */
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(125, 185, 232, 0) -20%, black 80%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
	.row-corporate div {
		min-height: 0px !important;
		margin-bottom: 40px;
	}
	.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
		background: #9a8b98;
		color: white;
	}
	#navbar #menu-main-menu {
		float: none;
	}
	.navbar-nav > li > .dropdown-menu {
		margin-top: 0px;
		margin-top: 0px;
		display: none;
		position: static;
		width: 100%;
		margin-left: 0;
		margin-bottom: 5px;
	}
	.metaslider .caption-wrap {
		display: none !important;
	}
	.pt-cv-wrapper img {
		margin-left: auto;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
	.metaslider .caption-wrap {
		display: none;
	}
}

/* Custom, iPhone Retina */

/*# sourceMappingURL=../homebrewed/sass/maps/style.css.map */
