@media (min-width: 768px) {
	.mobile-images {
		display: none!important;
	}

	.navbar-contact {
		left: 0!important;
	}
}

@media (max-width: 767px) {
	.beer-desc, .team-desc {
		width: 100%;
		width: calc(100% - 30px);
		left: 0!important;
	}

	.beer-desc .col-sm-5,
	.team-desc .col-sm-5 {
		background-color: #fff;
	}

	.beer-selected .beer-desc {
    	max-height: 1000px;
	}

	.team-selected .team-desc {
		max-height: 1250px;
	}

	.beer-desc .beer-img {
		height: 250px;
	}

	.beer-desc .col-sm-7, .team-desc .col-sm-7 {
		padding: 35px;
	}

	h1.header-title {
    	font-size: 65px;
    }

    .brewpub-info iframe {
    	height: 350px;
    }

    .beer-menu, .team-menu {
    	border-left: solid 15px rgba(0,0,0,0);
    	border-right: solid 15px rgba(0,0,0,0);
    }

    .about .page-filter {
    	border-left: solid 15px rgba(0,0,0,0);
    	border-right: solid 15px rgba(0,0,0,0);
    }

    .about-gallery {
    	border-left: solid 15px rgba(0,0,0,0);
    	border-right: solid 15px rgba(0,0,0,0);
    }

    .gal-image {
    	margin-bottom: 25px;
    	height: 180px;
    }

    #sb_instagram .sb_instagram_header {
    	padding: 15px!important;
    }

    #sbi_images {
    	padding: 20px 5px!important;
    }

    .row .about-employment {
    	width: 100%;
    }

    .team-desc .team-img {
    	min-height: 0!important;
    	height: 360px!important;
    }

    .team-desc h1 {
    	font-size: 28px!important;
    	line-height: 28px!important;
    }

    .team-desc h2 {
    	font-size: 17px!important;
    	line-height: 17px!important;
			font-weight: bold!important;
    }

    .info .row {
    	margin-left: 15px;
    	margin-right: 15px;
    }

    .navbar-brand.clearfix {
    	height: 75px;
    	top: 0;
    }

		.homepage .navbar-brand.clearfix {
			height: 150px;
		}

    .hashtag {
	    width: 215px;
	    margin-left: 0px;
	}

	.info iframe {
		width: 100%;
	    margin-top: 25px;
	    height: 250px;
	}
	.row.info-media {
	    margin-left: 35px;
	    margin-right: 35px;
	}

	form.post-password-form {
		margin-left: 15px;
		margin-right: 15px;
	}

    .page-filter:after {
        content: "";
        border-bottom: 1px solid #afcdd4;
        width: 65px;
        position: absolute;
        bottom: -20px;
        left: calc(50% - 32.5px);
        margin-right: auto;
    }

    .beer-row {
        margin-top: 45px;
    }
}
