@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,700i,800,800i');

body {
	background-image:   url(https://love2brew.dreamhosters.com/vspfiles/webframe/resources/body-overlay.png),
						url(https://love2brew.dreamhosters.com/vspfiles/webframe/resources/bg_tan.jpg);
	background-position: top center, 0 0 ;
	background-size: 100% auto, auto;
	background-repeat: no-repeat, repeat;
	color: #372519;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

/*****************************
* *         GLOBALS        * *
*****************************/

img {
	border: none !important;
}

input, textarea {
	outline: none;
}

p {
	color: #000;
	font-size: 14px;
	line-height: 1.95;
}

a {
	color: #545454;
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	-ms-transition: color 0.1s linear;
	transition: color 0.1s linear;
}

a:hover {
	text-decoration: underline;
}

/*****************************
* *         HEADER         * *
*****************************/

.header div[class^="col-"] {
	padding: 0;
}

.header .th-l2b-site-banner {
	background-color: rgb(155, 42, 39);
	padding: 10px 60px;
	color: white;
	text-align: center;
}

.header .row {
	margin: 0;
}

.header .text-container {
	max-width: 99%;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.header-contact span {
    margin: -5px 0px 0 5px;
    display: inline-block;
    font-size: 12px;
    color: #334529;
    font-weight: 600;
}
.header-contact span div {
    font-size: 18px;
    font-weight: 700;  
    line-height: 1;
    color: #334529;
}
.header-contact span div a:hover {
    color: #334529;
}
/*****************************
* *     VERTICAL CENTER	   * *
*****************************/

.header .same-height {
	min-height: 130px;
}

.vertical-center {
	position: absolute;
	height: calc( 100% - 30px );
	width: 100%;
}

@media(max-width: 992px) {
	.vertical-center {
		height: 100%;
	}
	.header .text-container {
		width: auto;
	}
}

.vertical-center:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.vertical-center.text-right {
	text-align: right;
}

.vertical-center.text-left {
	text-align: left;
}

.vertical-center.text-center {
	text-align: center;
}

/*****************************
* *          LOGO          * *
*****************************/

/*Logo as an image*/
/*Logo dimensions: max-width: 240px max-height: 90px*/
#display_homepage_title {
	border: none;
	padding: 0;
	margin: 0;
	min-height: 130px;
	position: relative;
}

#display_homepage_title a {
	background: url('https://love2brew.dreamhosters.com/vspfiles/webframe/resources/header_bg.png') no-repeat 0 50%;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
}

/*Logo as text*/
#display_homepage_title a#homepage_title {
	background: none;
	color: #111;
	display: inline-block;
	font-size: 28px;
	font-weight: normal;
	height: auto;
	line-height: 1.3;
	position: static;
	text-decoration: none;
	text-indent: 0;
	vertical-align: middle;
}

/*Allows logo text to center vertically*/
#display_homepage_title:before {
	content: '';
	display: inline-block;
	height: 100%;
	min-height: 90px;
	vertical-align: middle;
	margin-right: -0.06em;
}

#display_homepage_title > span {
	display: inline-block;
	vertical-align: middle;
}

@media only screen and (max-width: 991px) {
	#display_homepage_title {
		text-align: center;
	}

	#display_homepage_title a {
		background-position: 50% 50%;
		background-size: contain;
		text-align: center;
	}

	#display_homepage_title a#homepage_title {
		text-align: center;
	}
}

@media only screen and (max-width: 370px) {
	#display_homepage_title a {
		width: 85%;
		right: 0;
		margin: 0 auto;
	}

	#display_homepage_title a#homepage_title {
		width: 100%;
	}
}

/*****************************
* *   	 CART SUMMARY	   * *
*****************************/

.cart-summary {
    display: inline-block;
    font-size: 12px;
}
/*****************************
* *   	 SHPPING DEAL	   * *
*****************************/

a.shipping-deal {
	background: url(https://love2brew.dreamhosters.com/vspfiles/webframe/resources/faded-border.png) repeat-x 0 0;
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	color: #484848;
	display: block;
	font-size: 14px;
	margin: 0 auto 15px;
	padding: 13px 0 10px;
	text-align: center;
	-webkit-transition: all .15s ease-in;
	-moz-transition: all .15s ease-in;
	-o-transition: all .15s ease-in;
	-ms-transition: all .15s ease-in;
	transition: all .15s ease-in;
}

a.shipping-deal:hover {
	text-decoration: none;
	opacity: .7;
}

a.shipping-deal .uppercase {
	text-transform: uppercase;
}

a.shipping-deal .highlight {
	color: #fe757f;
}

/*****************************
* *      CONTENT AREA      * *
*****************************/

.content {
	padding: 25px 0;
}

/*****************************
* *   	  SITE TOOLS	   * *
*****************************/

.site-tools {
	color: #34462e;;
    display: block;
    line-height: 1;
    list-style: none;
    padding: 0;
    margin: 19px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-tools a {
	color: #a32300;
    font-weight: 600;
}
.site-tools li:nth-of-type(n + 4) a {
	color: #34462e;
}

.site-tools a:hover {
	text-decoration: underline;
}

.site-tools li {
	font-size: 12px;
}

@media only screen and (max-width: 991px) {
	.site-tools {
		display: none;
	}
}

/*****************************
* *     SEARCH DESKTOP	   * *
*****************************/

.search {
    width: 100%;
}
[name="SearchBoxForm"] input[type="text"] {
    width: calc(100% - 45px);
    line-height: 40px;
    height: 42px;
    margin: 0;
    padding: 0 15px;
    border: 1px solid #a32300;
}
.submit {
    width: 43px;
    height: 42px;
    margin: 0 0 0 -3px;
    padding: 0;
    border: 0px;
    background: #a32300;
    color: #fff;
    font-family: 'FontAwesome';
}

/*****************************
* *     SEARCH MOBILE	   * *
*****************************/

.search-mobile {
    display: block;
    height: 75px;
    padding: 15px;
    position: relative;
    width: 100%;
}
.search-mobile .form-group {
    width: 100%;
}
.search-mobile__submit {
    width: 43px;
    height: 42px;
    margin: 0 0 0 -4px;
    padding: 0;
    border: 0px;
    background: #a32300;
    color: #fff;
    font-family: 'FontAwesome';
}

.search-mobile__submit {
	border: none;
	color: #fff;
}


/*****************************
* *   	    NAVBAR	       * *
*****************************/

.navbar {
	border: none;
	margin: 0;
}

.navbar-header {
	display: inline-block;
	vertical-align: middle;
}

.navbar-default .navbar-toggle {
	margin: 0;
	border-color: #000;
	border-radius: 5px;
}

.navbar-default .navbar-toggle .icon-bar {
	background: #000;
}

.navbar-collapse {
	border: none;
}

@media only screen and (max-width: 318px) {
	.navbar-default .navbar-toggle {
		padding: 8px 10px;
	}

	.navbar-toggle .icon-bar {
		width: 16px;
	}
}

/******************************
* *       NEWSLETTER     	* *
******************************/

#content_area .newsletter {
	color: #372519;
    width: 100%;
    margin: 25px 0 10px;
}

#content_area .newsletter input[type="email"].newsletter-input {
    width: calc(100% - 97px);
    line-height: 40px;
    height: 42px;
    margin: 0;
    padding: 0 16px;
    border: 1px solid #f5da95;
}
#content_area .newsletter [type="submit"] {
    width: 93px;
    height: 42px;
}

/*****************************
* *   	    FOOTER	       * *
*****************************/

.footer-bg {
    border-top: 3px solid #d5aa00;
    background: url(https://love2brew.dreamhosters.com/vspfiles/webframe/resources/footer-overlay.png) no-repeat 75% top #372519;
	background-blend-mode: multiply;
}

.footer {
    color: #f5da95;
    padding: 25px 0 0 0;
}

.footer a {
	color: #fff;
	line-height: 24px;
}
.footer div > .fa {
	color: #f5da95;
	font-size: 30px;
	padding: 5px 3px;
}
.footer div > .fa:hover {
	text-decoration: none;
	color: #d5aa00;
}

.footer a:hover {
	text-decoration: underline;
}

.footer p {
	font-size: 14px;
	line-height: 1.6;
	margin: 4px 0 0;
}

.footer ul {
	display: block;
	list-style: none;
	margin: 20px 0;
	padding: 0;
}

.footer .column li {
	margin-bottom: 4px;
}

.footer-bg .container {
	position: relative;
}
.footer-bg .container:before {
    content: ' ';
    width: 196px;
    height: 137px;
    background: url(https://love2brew.dreamhosters.com/vspfiles/templates/Love2Brew/images/template/hops.png) no-repeat transparent;
    display: block;
    position: absolute;
    top: -42px;
    right: 97%;
}

/* --- ICONS --- */

.footer .seals {
	text-align: right;
}

.footer .seals li {
	margin-bottom: 10px;
}

.footer .seals img {
	max-width: 100%;
	width: auto;
	height: auto;
}

@media only screen and (max-width: 768px) {
	.footer {
		padding: 0;
	}
}

.fa-btn {
  font-family: "Arial Black", "Arial Bold", FontAwesome, sans-serif !important;
}

/*****************************
* *   	   COPYRIGHT	   * *
*****************************/

.copyright {
    padding: 0 0 25px 0;
    color: #fff;
}

.copyright a {
	color: #fff;
}

.copyright a:hover {
	text-decoration: none;
}
.copyright a.b7 {
	color: #f5da95;
}
.copyright a.b7:hover {
	text-decoration: underline;
}

.form-group input{
	padding:25px 15px;
	font-size: 14px;
}



.newsletterModal {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	white-space: nowrap;
	z-index: 10;
}
.newsletterModal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.newsletterModal:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.3);
}
.newsletterModal .hm-wrap {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	z-index: 1;
}

.newsletterModal .hm-wrap .closeMe {
	position: absolute;
	top: -20px;
	right: -20px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	background: #000;
	border: 2px solid #fff;
	border-radius: 50%;
	padding: 0.4rem 1rem;
	cursor: pointer;
}
.newsletterModal ~ div {
	filter: blur(10px);
	-webkit-filter: blur(10px);
}


.hm-wrap{
	height: 600px;
	width: 800px;
	background: url("https://love2brew.dreamhosters.com/vspfiles/webframe/resources/newsletter-popup.jpg") no-repeat center;
}

.hm-wrap .newsletter{
	position: absolute;
	width: 400px;
	bottom: 100px;	
	left: 215px;
}

.hm-wrap .newsletter input[type="text"]{
	height: 65px;
	width: calc(100% - 65px);
}

.hm-wrap .newsletter [type="submit"]{
	height: 65px;
	width: 65px;
}

@media(max-width:767px){
    .home-newsletter {
        background-size: cover !important;
    }
    .beer::before {
        display: none;
    }
    .box {
        min-height: 205px;
    }
    .box1, .box2 {
        padding: 0 0 20px 0;
    }
    .box1 .btn, .box2 .btn {
        padding: 12px 10px;
    }
    .boxes img {
        margin-left: auto;
        margin-right: auto;
    }
    .abouticons > div {
        padding: 10px;
    }
    .iconborder {
        border-right: 0;
        border-bottom: 1px solid;
    }
    .quotes .col-sm-6 {
        margin-top: 30px;
    }
    .footer h3 {
        font-size: 18px;
    }
    .footer ul {
        margin: 5px 0
    }
    .copyright img {
        margin: 10px 0
    }
}
@media(max-width: 991px) and (min-width:768px){
    .abouticons > div {
        padding: 10px;
    }
    .iconborder {
        border-right: 0 !important;
        border-bottom: 1px solid;
    }
    .home-newsletter {
        background-size: cover !important;
    }
}

#content_area { background: #fff; }
@media(min-width:1200px){
	#content_area {
	    width: 1140px;
	}
}
@media(max-width: 1199px) and (min-width:992px){ 
    #content_area { width: 940px; }
    .content { padding: 0; }
}

@media(max-width: 991px) and (min-width:768px){
    .content {
        padding: 0;
    }
}
@media(max-width:767px){
    #display_homepage_title { min-height: 80px; }
    .header .same-height { min-height: 80px; }
    .content { padding: 0; }
}

form[action="MyAccount_ApplyGift.asp"] table.colors_lines_light tr.colors_backgroundneutral td[align="center"] input {
	display: inline-block;
	vertical-align: middle;
}