/******************************************************************
Theme Name: Brew
Theme URI: https://github.com/slightlyoffbeat/brew/
Description: A Wordpress starter theme built with Bootstrap 3 and Bones. For more information, visit the <a href="https://github.com/slightlyoffbeat/brew" title="Bones Issues">Brew </a> page on Github.
Author: Dan Brown
Author URI: http://www.danvswild.com
Version: .9
GitHub Theme URI: https://github.com/slightlyoffbeat/brew/
Tags: flexible-width, translation-ready, microformats, rtl-language-support

License: WTFPL
License URI: http://sam.zoy.org/wtfpl/
Are You Serious? Yes.

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

/* ==========================================================================
   Global styles
   ========================================================================== */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, .navbar, .btn, btn, footer, .more, .event-date, .send, .slider-title, .home-feature-title, .pagination{
  font-family: 'Oswald', sans-serif; 
}

p, .wpcf7-text, textarea, #email-signup, .archive-info {
  font-family: 'Open Sans', sans-serif; 
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  margin-bottom: 7px;
  margin-top: 7px;
}

h1, .h1 {
  color: #22242b;
  font-size: 38px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 100px;
  text-transform: uppercase;
}

/* Old
h2, .h2 {
  font-weight: 700;
  color: #22242b;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}*/

h2, .h2 {
  color: #22242b;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

h3, .h3 {
  color: #22242b;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

h4, .h4 {
  color: #22242b;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.larger {
	font-size: 26px;
	line-height: 28px;
}

.entry-content p, p, body, .archive-info {
  color: #797f83;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

.lead {
	color: #ffffff;
	font-size: 26px;
  line-height: 32px;
  font-weight: 600;
}

a {
  color: #2ed3e4;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

a:hover, a:focus {
  color: #26b1c1;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}

a:focus {
  outline: 0 none;
  outline-offset: -2px;
}

section {
	padding: 60px 0;
}

.more {
	color: #2ed3e4;
	font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: 0;
}

.gray-border {
	border-bottom: 1px solid #e1e1e1;
}

.top { 
	margin-top: 65px;
}


/*------------------Buttons---------------------*/
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline: none;
}

.btn {
  border-radius: 0px;
  border: none;
  margin-bottom: 0px;
  text-transform: uppercase;
  margin-top: 15px;
}

.btn-lg {
  font-size: 12px;
  line-height: 1.33;
  padding: 13px 125px;
  font-weight: 700;
  letter-spacing: 0px;
}

.btn-sm {
  font-size: 13px;
  line-height: 1.33;
  padding: 10px 40px;
  font-weight: 700;
}

.btn-wide {
  width: 100%;
  font-size: inherit;
  font-weight: 700;
  padding: 10px;
}

.btn-primary {
  background-color: #22242b;
  color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background-color: #2e3039;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.btn-blue {
  background-color: #2ed3e4;
  color: #fff;
}

.btn-white:hover {
  background-color: #fff;
  color: #34d276;
  border: 2px solid #fff;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-color: #fff;
  border-color: #adadad;
  color: #6b7879;
}

.send {
  border-radius: 0px;
  border: none;
  margin-bottom: 0px;
  text-transform: uppercase;
  margin-top: 15px;
  background-color: #2ed3e4;
  color: #fff;
  font-size: 13px;
  line-height: 1.33;
  padding: 10px 40px;
  font-weight: 700;
}

.pagination > li > a, .pagination > li > span {
  background-color: #fff;
  border: 0 solid #ddd;
  color: #22242b;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
}

.pagination li .active, .pagination li span:hover {
    background-color: transparent;
    color: #2ed3e4;
}


/*-----------------Utilities------------------*/



/*---------------Margins------------------*/
.margin-0 {
    margin-bottom: 0 !important;
}
.margin-10 {
    margin-bottom: 10px !important;
}
.margin-15 {
    margin-bottom: 15px !important;
}
.margin-20 {
    margin-bottom: 20px !important;
}
.margin-30 {
    margin-bottom: 30px !important;
}
.margin-40 {
    margin-bottom: 40px !important;
}
.margin-50 {
    margin-bottom: 50px !important;
}
.margin-60 {
    margin-bottom: 60px !important;
}
.margin-70 {
    margin-bottom: 70px !important;
}
.margin-80 {
    margin-bottom: 80px !important;
}
.margin-90 {
    margin-bottom: 90px !important;
}
.margin-100 {
    margin-bottom: 100px !important;
}


/*---------------Colors------------------*/

.black {
	color: #212428;
}

.dark-gray {
	color: #22242b;
}

.med-gray {
	color: #797f83
}

.gray {
	color: #32373d;
}

.light-gray {
	color: #f1f1f1;
}

.white {
	color: #ffffff;
}

.blue {
	color: #2ed3e4;
}

.black-bg {
	background: #212428;
}

.dark-gray-bg {
	background: #22242b;
}

.gray-bg {
	background: #32373d;
}

.light-gray-bg {
	background: #f1f1f1;
}

.white-bg {
	background: #ffffff;
}



/* ==========================================================================
   Nav Styles
   ========================================================================== */

.navbar-inverse {
  background-color: #22242b;
  border-color: #22242b;
} 

.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
  text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	margin: 0 -4px;
	padding-bottom: 35px;
  padding-top: 35px;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #2e3039;
  color: #fff;
}

.navbar-brand {
  float: left;
  font-size: 18px;
  height: 50px;
  line-height: 20px;
  padding: 20px 25px 0px;
  width: 90%;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  background: none repeat scroll 0 0 #2e3039;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: #868686;
}

.dropdown-menu {
  background-clip: padding-box;
  background-color: #2e3039;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  color: #fff;
  display: none;
  float: left;
  font-size: 11px;
  left: 0;
  list-style: outside none none;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}

.dropdown-menu > li > a {
  clear: both;
  color: #fff;
  display: block;
  font-weight: 400;
  line-height: 1.42857;
  padding: 3px 20px;
  text-transform: uppercase;
  white-space: nowrap;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color: #22242b;
  color: #fff;
  text-decoration: none;
}

.navbar-inverse .navbar-toggle {
  border-color: transparent;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 500px;
}

/*-----------------Font Awesome 4 Menu------------------*/

.fontawesome-text {
	display: none;
}


/* ==========================================================================
   Main styles
   ========================================================================== */  
   
/*-----------------Page Templates------------------*/   

.hentry, #comments, .respond-form {
  background: none repeat scroll 0 0 #fff;
  border: 0 solid transparent;
  border-radius: 0;
  margin: 0 0 10px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.page-head.article-header {
    margin-top: 45px;
}


/*-----------------Home------------------*/

.home-slide {
	margin-top: 40px;
}

.no-margin {
	padding-left: 0;
  padding-right: 0;
}

.bottom-border {
	border-bottom: 1px solid #e1e1e1;
}

.slider-title {
	background: #fff; 
	color: #22242b;
  font-size: 38px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 100px;
  text-transform: uppercase;
}

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

.tp-caption a {
  color: #212428;
}

.home-feature-title {
  background-color: #fff;
  color: #212428;
  font-size: 16px;
  font-weight: 700;
  margin-left: 50px;
  margin-top: -100px;
  padding: 5px 20px;
  position: absolute;
  text-transform: uppercase;
  z-index: 1000;
}

.upcoming-box {
	position: relative;
	height: 465px;
}

.home-title {
  font-size: 16px;
  line-height: 20px;
}



/*--------------------Carousel-------------------*/

.carousel-control {
    padding-top: 15%;
    width: 5%;
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 0%);
  background-repeat: repeat-x;
  
  background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(41,137,216,0) 50%, rgba(32,124,202,0) 51%, rgba(32,124,202,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0)), color-stop(50%,rgba(41,137,216,0)), color-stop(51%,rgba(32,124,202,0)), color-stop(100%,rgba(32,124,202,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(41,137,216,0) 50%,rgba(32,124,202,0) 51%,rgba(32,124,202,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(41,137,216,0) 50%,rgba(32,124,202,0) 51%,rgba(32,124,202,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(41,137,216,0) 50%,rgba(32,124,202,0) 51%,rgba(32,124,202,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(41,137,216,0) 50%,rgba(32,124,202,0) 51%,rgba(32,124,202,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#00207cca',GradientType=0 ); /* IE6-9 */
}

.carousel-control.right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 0%);
  background-repeat: repeat-x;

	background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(41,137,216,0) 50%, rgba(32,124,202,0) 51%, rgba(32,124,202,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0)), color-stop(50%,rgba(41,137,216,0)), color-stop(51%,rgba(32,124,202,0)), color-stop(100%,rgba(32,124,202,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(41,137,216,0) 50%,rgba(32,124,202,0) 51%,rgba(32,124,202,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(41,137,216,0) 50%,rgba(32,124,202,0) 51%,rgba(32,124,202,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(41,137,216,0) 50%,rgba(32,124,202,0) 51%,rgba(32,124,202,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(41,137,216,0) 50%,rgba(32,124,202,0) 51%,rgba(32,124,202,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#00207cca',GradientType=0 ); /* IE6-9 */
}


/*-----------------Twitter Plugin------------------*/

#tweet_wid-3.widget ul li {
    border-top: 1px solid #ececec;
    list-style: outside none none;
    padding: 10px 0 10px 20px;
}

/*-----------------About Page------------------*/

.find-social {
	padding:	3px 10px 0px 10px;
}

.img-top {
  margin-top: 25px;
}

/*-----------------About Page Slider------------------*/

.about-slider-box {
	padding: 15px 20px;
	background: #efefef;
	height: 130px;
}


   
/*-----------------Events Posts------------------*/

.event-date {
	position: absolute;
	z-index: 1000;
	background-color: #22242b;
	border-left: 4px solid #2ed3e4;
	padding: 5px 20px;
	text-size: 11px;
	color: #fff;
	text-transform: uppercase;
}

.events-box {
  padding: 10px 30px;
}

.featured-img-bg {
  background-position: center center !important;
  background-size: cover !important;
  height: 250px;
}

.event-card {
��min-height: 520px;
	position: relative;
}

.event-card-btn {
��position: absolute;
	bottom: 0;
}


/*-----------------Event - Single Post------------------*/

.single-image {
  height: 500px;
}

/*-----------------Past - Events Post------------------*/

.past-event-img {
  height: 125px;
}

.archive-info {
	text-transform: capitalize;
	letter-spacing: 0px;
	padding-left: 10px;
}

.event-archive {
    margin: -5px 0;
    padding: 0 20px;
}

/*-----------------Blog------------------*/

.btn-blog {
  margin-top: 0;
  padding: 7px 25px;
}

.widget ul li {
  list-style: outside none none;
  padding: 0px 0;
}



/*-----------------Contact------------------*/

.wpcf7-form > p {
  text-transform: uppercase;
}

textarea {
  background: none repeat scroll 0 0 #e4e4e4;
  border: 0 none;
  color: red;
  width: 100%;
  padding-left: 10px;
  color: #868686;
  font-weight: 300;
  padding-top: 10px;
}

#contact-us .wpcf7-form-control.wpcf7-text {
  background: none repeat scroll 0 0 #e4e4e4;
  border: 0 none;
  height: 40px;
  width: 100%;
  color: #868686;
  font-weight: 300;
  padding-left: 10px;
}


div.wpcf7-mail-sent-ok {
  border: 2px solid #2ed3e4;
  padding: 10px 20px;
}

#contact-us .wpcf7-form-control, .wpcf7-select, .wpcf7-validates-as-required {
    width: 100%;
}

/*-----------------Newsletter Bar------------------*/

.form-control {
  background-color: #eee;
  background-image: none;
  border: 0 solid transparent;
  border-radius: 0;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 7px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}

#contact {
  background: #494C4B;
  padding: 15px 20px 8px;
}

#contact h3 {
  color: #FFFFFF;
}

#email-signup .required {
    color: #FFFFFF;
    font-size: 10px;
}

.btn.btn-primary.go-btn {
  margin-left: 0;
  margin-top: -1px;
  padding: 8px 15px;
  position: absolute;
}

#email-signup.form-inline .form-control {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
}

#wpcf7-f487-o1 .wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
  width: 60%;
  height: 75%;
}

#wpcf7-f487-o1 .wpcf7-form-control.wpcf7-submit {
  background: #212428 none repeat scroll 0 0;
  border: 0 solid;
  color: #fff;
  height: 36px;
  margin-right: 100px;
  margin-top: -45px;
  position: absolute;
  right: 0;
  width: 10%;
  z-index: 1000;
}


#wpcf7-f487-o2 .wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.get-up-dates {
  width: 60%;
  height: 75%;
}

#wpcf7-f487-o2 .wpcf7-form-control.wpcf7-submit.get-up-dates {
  background: #212428 none repeat scroll 0 0;
  border: 0 solid;
  color: #fff;
  height: 30%;
  margin-right: 100px;
  margin-top: -45px;
  position: absolute;
  right: 0;
  width: 10%;
  z-index: 1000;
}





/*-----------------Footer------------------*/

footer {
	padding: 0 0 50px;
}

.top-border {
	border-top: 1px solid #e1e1e1;
	padding-top: 15px;
}

footer .list-inline li a {
	font-size: 12px;
	color: #22242b;
	text-transform: uppercase;
}

#newsletter {
	padding:	25px 0px;
}


.about-slider-img {
  height: 175px;
}




/* ==========================================================================
   Mobile Styles
   ========================================================================== */
/* Landscape phones and down */
@media (max-width: 480px) { 

.navbar-brand {
  width: 120px;
  padding: 8px 25px 0px;
}

.navbar-inverse .navbar-nav > li > a {
  padding-bottom: 10px;
  padding-top: 10px;
  margin: 0 0px;
}

.btn.btn-primary.go-btn {
  margin-left: 258px;
  margin-top: -91px;
  padding: 8px 15px;
  position: relative;
  text-align: right;
}

.single-image {
  height: 200px;
}

#wpcf7-f487-o1 .wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
  height: 75%;
  width: 100%;
}

#wpcf7-f487-o1 .wpcf7-form-control.wpcf7-submit {
  height: 36px;
  margin-top: -45px;
  margin-right: 15px;
}

#wpcf7-f487-o2 .wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.get-up-dates {
  height: 75%;
  width: 100%;
}

#wpcf7-f487-o2 .wpcf7-form-control.wpcf7-submit.get-up-dates {
  height: 35%;
  margin-top: -45px;
  margin-right: 15px;
}

	
}

/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) {

.navbar-brand {
  width:120px;
  padding: 8px 25px 0px;
}

.navbar-inverse .navbar-nav > li > a {
  padding-bottom: 10px;
  padding-top: 10px;
  margin: 0 0px;
}

.btn.btn-primary.go-btn {
  margin-left: 258px;
  margin-top: -91px;
  padding: 8px 15px;
  position: relative;
  text-align: right;
}

.single-image {
  height: 300px;
}

#wpcf7-f487-o1 .wpcf7-form-control.wpcf7-submit {
  height: 36px;
  margin-top: -45px;
}

#wpcf7-f487-o2 .wpcf7-form-control.wpcf7-submit.get-up-dates {
  height: 35%;
  margin-top: -45px;
}

}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {

.single-image {
  height: 400px;
}

#wpcf7-f487-o1 .wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
  height: 75%;
  width: 75%;
}

#wpcf7-f487-o1 .wpcf7-form-control.wpcf7-submit {
  height: 36px;
  margin-top: -45px;
  margin-right: 50px;
}

#wpcf7-f487-o2 .wpcf7-form-control.wpcf7-submit.get-up-dates {
  height: 30%;
  margin-top: -45px;
  margin-right: 50px;
}

.upcoming-box {
	position: relative;
	height: 500px;
}
	
}



/* Desktops and laptops ----------- */
@media (min-width: 992px) and (max-width: 1199px) {


}
     


/* Large screens ----------- */
@media (min-width: 1200px) and (max-width: 3000px) {

}   