/*
Theme Name: BeerCornerUSA2018
Theme URI: http://beercornerusa.com/
Description: Parent theme
Author: Logan Yard
Author URI: http://loganyard.com
Version: 2.01
*/

@import url('less/bcu-styles.css');

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* grid */

d {
  background: white;
  margin: 0 0 20px 0;
}
.grid:after {
  /* Or @extend clearfix */
  content: "";
  display: table;
  clear: both;
}

[class*='col-'] {
  float: left;
  padding-right: 20px;
}
.grid [class*='col-']:last-of-type {
  padding-right: 0;
}

.col-2-3 {
  width: 66.66%;
}

.col-1-3 {
  width: 33.33%;
}

.col-1-2 {
  width: 50%;
}

.col-1-4 {
  width: 25%;
}

.col-1-8 {
  width: 12.5%;
}

.module {
  padding: 20px;
  background: #eee;
}

/* Opt-in outside padding */
.grid-pad {
  padding: 20px 0 20px 20px;
}
.grid-pad [class*='col-']:last-of-type {
  padding-right: 20px;
}


/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}

@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/* my responsive */ 

@media only screen and (max-width:900px) {
	ul.bottom-nav li a {
		font-size: 13px !important;
		padding: 4px 8px 6px 8px !important;
	}
}

@media only screen and (max-width:800px) {

	.main-nav {
		/* hidden by plugin */
	}

	p.location-text {
		padding-top: 100px;
	}

	#click-menu {
		width: 15%;
	}

	#bcu-icon,
	#moon-icon,
	#huber-icon,
	#max-n-joes-icon,
	#beertopia-icon {
		width: 20px;
		height: 20px;
	}

	ul.bottom-nav {
		padding: 0 !important;
	}

	ul.bottom-nav li a {
		font-size: 13px !important;
		padding: 4px 8px 6px 8px !important;
		border-right: 1px solid #0093c5;
	}


}


@media only screen and (max-width:768px) {

	.contact-box {
		display: block;
	}

	#click-menu {
		width: 20%;
	}

}

@media only screen and (max-width:640px) {

	#bcu-icon,
	#moon-icon,
	#huber-icon,
	#max-n-joes-icon,
	#beertopia-icon {
		width: 20px;
		height: 20px;
	}

	ul.bottom-nav {
		padding: 0 !important;
	}

	ul.bottom-nav {
		padding: 0 !important;
	}

	ul.bottom-nav li {
		width: 20%;
	}

	ul.bottom-nav li a {
		font-size: 13px !important;
		padding: 2px 4px 6px 4px !important;
		border-right: 1px solid #0093c5;
		border-left: 1px solid #0dbded;
		width: 100%;
		margin-top: 2px;
		text-align: center;
	}


}

@media only screen and (max-width:601px) {

	a.sub-nav-link {
		display: block;
	}


	.contactBox {
		float: left;
		clear: both;
		width: 90%;
		margin: 0 5%;
	}

	.logo-img {
		max-width: 140px; 
	}

	ul.bottom-nav li {
		float: left;
		margin: 0;
		padding: 0;
		height: 44px;
		overflow: hidden;
		display: block;
		width: 18%;
	}

	ul.bottom-nav li a {
		overflow: hidden;
		height: 42px;
		float: left;
		display: block;
		font-size: 11px !important;
		padding: 0 !important;
		margin: 0;
	}

	.article-content {
	 	width: 100%;
	 	float: right;
	 	padding: 0 5%;
	 	margin-top: -1em;
 	}

	footer.footer-content p {
		text-align: center;
	}

	.primary-sidebar {
		clear: right;
		background-color: #bbe0ec;
		margin-top: 0;
		width: 100%;
		text-align: center;
		line-height: 24px;
		margin-bottom: 24px;
	}

	.primary-sidebar ul li a { 
		width: 85%;
		display: block;
		margin: 0 7.5%;
	}

	.full-width {
		text-align: center;
		padding: 26px 7.5% 26px 7.5%;
	}

	.full-width h1 {
		text-align: center !important;
		float: none;
		width: 100%;
		clear: left;
		display: block;
		line-height: 1em;
		font-size: 48px;
	}

	.full-width h2 {
		text-align: center !important;
		float: none;
		width: 100%;
		clear: left;
		display: block;
		padding: 4px;
		line-height: 28px;
	}


	#click-menu {
		width: 25% !important;
	}

	p.location-text {
		display: none;
	}

	#bcu-icon,
	#moon-icon,
	#huber-icon,
	#max-n-joes-icon,
	#beertopia-icon {
		width: 30px;
		height: 30px;
	}

	ul.bottom-nav {
		padding: 0 !important;
	}

	ul.bottom-nav {
		padding: 0 !important;
	}

	ul.bottom-nav li {
		width: 20%;
	}

	ul.bottom-nav li a {
		font-size: 13px !important;
		padding: 0px 10px 6px 10px !important;
		border-right: 1px solid #0093c5;
		border-left: 1px solid #0dbded ;
		width: 100%;
		margin-top: 2px;
		text-align: center;
	}

	li a span.nav-label {
		text-indent:-999em !important;
		position: absolute;
	}


}


@media only screen and (max-width:480px) {

	#click-menu {
		width: 30% !important;
		min-width: 104px;
	}
}

@media only screen and (max-width:360px) {

	#click-menu {
		width: 35% !important;
	}
}




/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
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;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}


.covid a[href^="tel"],
.covid a {
  color: white;
  text-decoration: underline;
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
