/*
	Theme Name: w32023
	Theme URI: https://w3nerds.com
	Description: Theme designed for client
	Version: 1.1
	Author: w3 Global Solutions
	Author URI: https://w3nerds.com
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
*,
*:after,
*:before {
	box-sizing:border-box;
	text-rendering:optimizeLegibility;
	margin:0;
}
:root {
	--color-1:#f1c761;
	--color-2:#1e1e1e;
	--color-3:#555151;
	--color-4:#047e06;
	--color-5:#555151;
	--greyZero:#f5f5f5;
	--greyOne:#e5e5e5;
	--greyTwo:#bfbfbf;
	--greyThree:#757575;
	--greyFour:#444444;
	--greyFive:#151515;
	--font-logo: 'logo', 'opensans-extrabold', Times, serif;
	--font-title: 'title', 'opensans-extrabold', Times, serif;
	--font-sm-title: 'sub-title', 'opensans-regular', Times, serif;
	--font-sub-text: 'sub-title', 'opensans-regular', Times, serif;
	--font-text-strong: 'bold', 'opensans-bold', "Arial Black", sans-serif;
	--font-text-regular: 'regular', 'opensans-regular', Arial, sans-serif;
	--font-cursive: 'cursive', 'opensans-regular', Arial;
	--font-text-italic: 'italic', 'opensans-italic', "Arial Italic", sans-serif;
	--font-nav: 'cta', 'opensans-bold', Arial, serif;
	--font-cta: 'cta', 'opensans-bold', Arial, serif;
}
.screen-reader-text {
	overflow: hidden;
	position:absolute;
	width:1px;
	height:1px;
	clip:rect(1px,1px,1px,1px);
}
.skip-to-content-link {
	background: #fff;
	color:#000;
	height: 30px;
	left: 50%;
	padding: 4px;
	position: absolute;
	transform: translateY(-100%);
	transition: transform 0.3s;
}
.skip-to-content-link:focus {
	transform: translateY(0%);
}
#loader {
	left: 50%;
	top: 50%;
	position: fixed;
	transform: translate(-50%, -50%);
	border: 12px solid #f3f3f3; /* Light grey */
	border-top: 12px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 90px;
	height: 90px;
	animation: spin 2s linear infinite;
	z-index:999;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
p#noscript {
	background-color:red;
	color:white;
	text-align:center;
	width:100%;
}
a#w3 {
	background-color:transparent;
	background: transparent url(img/w3nerds-logo-web.png) no-repeat;
	background-position: 10% 50%;
	color:rgba(255,255,255,0.8);
	display: inline-block;
	font-family: 'opensans-regular', sans-serif;
	font-size: 13px;
	line-height: 22px;
	margin: 10px;
	padding: 10px;
	text-align: right;
	transition-duration: 0.8s;
	text-decoration: none;
	width: 180px;
	height: 90px;
}
a#w3:hover {
	background-color: #fff;
	box-shadow: 15px 15px 0px -10px #4285f4, -15px -15px 0px -10px #fcc934, 5px -5px #ff5252, -5px 5px #34a853;
	color:#151515;
}
.success {
	padding:12px 20px;
	text-align: left;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	background:green;
	position: relative;
	z-index: 9999;
}
.success a {
	color:#ccc;
}
.error, .form-error-container {
	padding:12px 20px;
	text-align: left;
	font-size: 16px;
	color:#fff;
	background:red;
	position: relative;
	z-index: 9999;
}
.error span,
 .error a {
	vertical-align: middle !important;
}
.inputError {
	background-color:rgb(249,213,212) !important;
}
html {
	font-size:14px;
}
body {
	font-family: var(--font-text-regular), 'opensans-regular', serif;
	font-size:14px;
	line-height:22px;
	color: #555;
	background-color:#fff;
	text-align:center;
}
img {
	vertical-align:bottom;
	width: auto;
	height: auto;
	max-width: 100%;
}
a {
	color:var(--color-2);
	font-family: var(--font-text-strong), 'opensans-bold', serif;
	text-decoration:underline;
	cursor: pointer;
}
a:hover {
	color:#000;
}
a:focus {
	outline:#2f2f2f;
}
a:hover,
a:active {
	outline:0;
}
button {
	cursor: pointer;
}
input:focus {
	outline:0;
	border:1px solid var(--color-4);
}
textarea {
	outline-color:var(--color-4);
}
p {
	text-align: left;
	font-size: 24px;
	line-height: 28px;
	position: relative;
	font-family: var(--font-text-regular), 'opensans-regular', serif;
}
ul,ol {
	font-size:14px;
	line-height: 14px;
	padding: 20px 0 20px 20px;
}
ul li, ol ul li {								/*NEW*/
	text-align: left;
	list-style: none;
	background-image: url('uploads/logo.svg');
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: 5px 12px;
	font-size: 16px;
	line-height: 24px;
	padding: 5px 0 10px 30px;
}
ol li, ul ol li {								/*NEW*/
	list-style: auto;
	background-image: none;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	padding: 5px 0 15px 5px;
}
ol li::marker, ul ol li::marker {
	font-family: var(--font-text-strong), 'opensans-bold', serif;
}
ul li h4, ol li h4, ul ol li h4 {
	padding-bottom: 4px;
}
h1, h2.xlg-title, h3.xlg-title, h4.xlg-title, h5.xlg-title, .xlg-title {
	color: #fff;
	display: block;
	font-family: var(--font-title), 'opensans-bold', sans-serif;
	font-size:55px;
	font-weight: normal;
	line-height:65px;
	margin: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
}
h2, h1.lg-title, h3.lg-title, h4.lg-title, h5.lg-title, .lg-title {
	color: var(--greyFive);
	display: block;
	font-family: var(--font-title), 'opensans-bold', sans-serif;
	font-size:56px;
	font-weight: normal;
	line-height:62px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	text-align: left;
	text-transform: uppercase;
	vertical-align: middle;
}
h3, h1.med-title, h2.med-title, h4.med-title, h5.med-title, .med-title { 
	color: var(--greyFive);
	display: block;
	font-family: var(--font-title), 'opensans-bold', sans-serif;
	font-size:28px;
	font-weight: normal;
	line-height:28px;
	margin-bottom: 14px;
	padding-bottom: 10px;
	text-align: left;
	text-transform: uppercase;
	vertical-align: middle;
}
h4, h1.sm-title, h2.sm-title, h3.sm-title, h5.sm-title, .sm-title  {
	color: var(--greyFour);
	display: inline-block;
	font-family: var(--font-sm-title), 'opensans-bold', sans-serif;
	font-size: 18px;
	font-variant: small-caps;
	font-weight: normal;
	line-height: 24px;
	padding-bottom: 10px;
	text-align: left;
	vertical-align: middle;
}
h5, h1.xsm-title, h2.xsm-title, h3.xsm-title, h4.xsm-title, .xsm-title {
	color: var(--greyFour);
	display: inline-block;
	font-family: var(--font-sm-title), 'opensans-bold', sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	padding-bottom: 10px;
	text-align: left;
	vertical-align: middle;
}
strong, b, table th {
	font-weight: normal;
	font-family: var(--font-text-strong), 'opensans-bold', serif;
}
table th {
	font-size: 18px;
	padding-left: 8px;
	padding-bottom: 8px;
}
svg {
	vertical-align: middle;
	width: 25px;
	height: 25px;
	fill:#000;
}
i {
	font-style: normal;
	font-family: var(--font-text-italic), 'opensans-italic', sans-serif;
}
blockquote {
	padding: 10px 20px;
	margin: 15px 0;
	font-family: var(--font-sub-text), 'opensans-regular', Times;
	line-height: 24px;
	font-size: 17.5px;
	border-left: 5px solid var(--color-1);
}
section {							/*contains a wrapper and std-padding*/
	background-position: center;
	background-size:cover;
	width:100%;
	padding: 75px 20px;
	position: relative;
}
section.no-padding {
	padding: 0;
}
section.large {
	max-width: 1920px;
	margin: 0 auto;
}
section.landing {				/*styling for landing sections*/
	background-image: url(uploads/the-mcsorleys-ale-house-pic-landing-1920x600-1.webp);
	background-position: center; 
	background-size: cover;
	background-repeat: no-repeat;
}
section.landing p {
	color: #fff;
}
body.terms-of-service section:first-of-type,
 body.privacy-policy section:first-of-type {
	background-image: none;
 }
.wrapper {
	max-width:1400px;
	width:100%;
	margin:0 auto;
}
.wrapper.large {max-width: 1920px;}
.wrapper.small {max-width: 1000px;}
.wrapper.xsmall {max-width: 750px;}
.std-padding {padding: 75px 20px;}
.less-padding {padding: 40px 15px;}
.grey {background-color: var(--greyZero);}
.object-fit {width: 100%;height: 200px;object-fit: cover;}
.left {text-align: left;}
.center {text-align: center;}
.right{text-align: right;}
.align-left {
	float:left;
	padding:0;
	margin: 0 12px 2px 0;
}
.align-right {
	float:right;
	padding:0;
	margin:0 0 2px 12px;
}
@media only screen and (max-width:900px) {
	.stopFloatOnTablet {
		float: none;
		display: block;
		margin: 12px auto;
	}
}
@media only screen and (max-width:640px) {
	.stopFloatOnMobile {
		float: none;
		display: block;
		margin: 12px auto;
	}
}
@media only screen and (max-width:399px) {
	.align-left,
	 .align-right {
		float:none;
		display: block;
		margin: 12px auto;
	}
}
ul.list {
	overflow: hidden;
	list-style: none;
	text-align: left;
	padding: 15px 10px;
	margin: 0 0 0 40px;
}
ul.list li {
	float: left;
	display: inline;
	width:33%;
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 5px 50%;
	font-size: 18px;
	line-height: 24px;
	padding: 15px 10px 15px 50px;
}
ul.bullet-list li {
	background-image: none;
	position: relative;
	padding-left: 20px;
	font-size: 20px;
	margin-bottom: 10px;
}
ul.bullet-list li::before {
	content: '▪';
	color: var(--color-1);
	font-size: 1.7em;
	line-height: 1;
	margin-right: 10px;
	vertical-align: middle;
}
ul.list.one-col li {
	width: 100%;
}
@media only screen and (max-width:900px) {
	ul.list {
		margin: 0;
		padding: 10px 5px;
	}
	ul.list li {
		width: 50%;
	}
}
@media only screen and (max-width:640px) {
	ul.list {
		padding: 10px 0px;
	}
	ul.list li {
		font-size: 16px;
		background-size: 20px;
		padding: 10px 10px 10px 30px;
	}
}
@media only screen and (max-width:390px) {
	ul.list li {
		width: 100%;
	}
}
iframe {
	display: block;
	width:100%;
	margin: 0 auto;
	border:0;
}
.parallax {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}
/*------------------------------------*\
	STRUCTURE
\*------------------------------------*/
table, table tr.even, table tr.alt, table tr:nth-of-type(even) {background: none;border:0;}
div.table,div.table-noresponse{display:table;width:100%}div.table div.tableRow,div.table-noresponse div.tableRow-noresponse{display:table-row;width:100%}div.table div.tableRow div.tableCell,div.table-noresponse div.tableRow-noresponse div.tableCell-noresponse{display:table-cell;vertical-align:middle}
.small-1{width:8.33333%}.small-2{width:16.66667%}.small-3{width:25%}.small-4{width:33.33333%}.small-5{width:41.66667%}.small-6{width:50%}.small-7{width:58.33333%}.small-8{width:66.66667%}.small-9{width:75%}.small-10{width:83.33333%}.small-11{width:91.66667%}.small-12{width:100%}
@media only screen and (min-width: 640px){.medium-1{width:8.33333%}.medium-2{width:16.66667%}.medium-3{width:25%}.medium-4{width:33.33333%}.medium-5{width:41.66667%}.medium-6{width:50%}.medium-7{width:58.33333%}.medium-8{width:66.66667%}.medium-9{width:75%}.medium-10{width:83.33333%}.medium-11{width:91.66667%}.medium-12{width:100%}}
@media only screen and (min-width: 1024px){.large-1{width:8.33333%}.large-2{width:16.66667%}.large-3{width:25%}.large-4{width:33.33333%}.large-5{width:41.66667%}.large-6{width:50%}.large-7{width:58.33333%}.large-8{width:66.66667%}.large-9{width:75%}.large-10{width:83.33333%}.large-11{width:91.66667%}.large-12{width:100%}}
.flex-container{/*https://www.w3schools.com/css/css3_flexbox.asp*/display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.flex-container.centerItems{align-items:center}.flex-container.col{flex-direction:column}.flex-container .flex-block{display:block;width:25%;transition-duration:0.8s}.flex-container .flex-block.one-eighth{width:12.5%}.flex-container .flex-block.one-fifth{width:20%}.flex-container .flex-block.one-third{width:33.33%}.flex-container .flex-block.one-half{width:50%}.flex-container .flex-block.two-thirds{width:66.66%}.flex-container .flex-block.three-quarters{width:75%}.flex-container .flex-block.full{width:100%}.flex-container .flex-block.noResponse{width:25%!important}.flex-container .flex-block.one-eighth.noResponse{width:12.5%!important}.flex-container .flex-block.one-third.noResponse{width:33.33%!important}.flex-container .flex-block.one-half.noResponse{width:50%!important}.flex-container .flex-block.two-thirds.noResponse{width:66.66%!important}.flex-container .flex-block.three-quarters.noResponse{width:75%!important}.flex-container .flex-block.full.noResponse{width:100%!important}@media only screen and (max-width:900px){.flex-container.reverseOnTablet{flex-direction:column-reverse}.flex-container .flex-block.one-half,.flex-container .flex-block.two-thirds,.flex-container .flex-block.three-quarters,.flex-container .flex-block.fullOnTablet,.flex-container .flex-block.one-third.fullOnTablet{width:100%}.flex-container .flex-block,.flex-container .flex-block.one-third,.flex-container .flex-block.one-half.lateResponse{width:50%}.flex-container .flex-block.one-eighth{width:25%}}@media screen and (max-width:640px){.flex-container.reverseOnMobile{flex-direction:column-reverse}.flex-container .flex-block,.flex-container .flex-block.one-third,.flex-container .flex-block.two-thirds,.flex-container .flex-block.one-half.lateResponse{width:100%}.flex-container .flex-block.one-eighth,.flex-container .flex-block.lateResponse,.flex-container .flex-block.one-third.lateResponse{width:50%}.flex-container .flex-block.one-eighth.lateResponse{width:25%}}@media screen and (max-width:390px){.flex-container .flex-block.one-eighth,.flex-container .flex-block.lateResponse,.flex-container .flex-block.one-eighth.lateResponse,.flex-container .flex-block.one-third.lateResponse{width:100%}}
.announcement-bar {
	background-color: var(--color-1);
}
.announcement-bar p {
	padding: 10px;
	text-align: center;
}
.announcement-bar a {
	font-family: var(--font-text-strong), 'opensans-bold', serif;
	text-decoration: underline;
	transition-duration: 0.3s;
	color: var(--color-3);
}
.announcement-bar a:hover {
	color: var(--color-2);
}
header {
	text-align:center;
	background-color:var(--color-2);
	padding: 0 10px 10px 10px;
	position: relative;
	z-index: 100;
}
header div#mobileGrippy {
	display:none;
}
header .mid {
	width:100%;
	margin: 0 auto;
}
a.biz-link {
	display: inline-block;
	font-family: var(--font-text-regular);
	font-size: 12px;
	padding: 15px 10px;
	transition-duration: 0.8s;
	text-decoration: none;
}
a.biz-link span {
	text-decoration: none;
	vertical-align: middle;
	color: var(--greyOne);
}
.flex-container .flex-block a.address.biz-link span.words {
	vertical-align: middle;
}
.flex-container .flex-block a.address.biz-link span.words .hideOnMobile {
	vertical-align: initial;
}
a.biz-link:hover,
 a.biz-link:hover span {
	color: var(--color-1);
}
a.biz-link img {
	max-width: 14px;
	vertical-align: middle;
	margin-right: 8px;
}
header .bot {
	border: 3px solid var(--color-1);
	width: 100%;
}
header nav {
	display:inline-block;
	vertical-align: middle;
	margin-left: 30px;
}
header nav ul {
	list-style:none;
	position:relative;
	text-align:right;
	margin:0;
	padding:0
}
header nav ul li {
	position:relative;
	display:inline-block;
	vertical-align: middle;
	background-image: none;
	margin:0;
	padding:0;
}
header nav ul li::before {
	content: '';
    width: 4px;
    height: 4px;
    background-color: var(--color-3);
    display: inline-block;
    position: absolute;
    right: -3px;
    top: calc(50% - 2px)
}
header nav li:last-child::before {
    content: none;
}
header nav ul li a {
	font-family: var(--font-nav), 'opensans-regular', serif;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	font-size:17px;
	line-height: 22px;
	margin:0 4px;
	padding: 14px 10px;
	text-align:center;
	transition-duration: 0.8s;
	color: rgba(255,255,255,0.8);
	border: 1px solid transparent;
	border-bottom: 0px;
}
header nav ul li a:link,
 header nav ul li a:visited,
 header nav ul li a:active {
}
header nav ul li a:hover {
	color: var(--color-1);
}
header nav ul li a span {
	display: inline-block;
	padding: 18px 6px;
	transition-duration: 0.8s;
	border-bottom: 3px solid transparent;
}
header nav ul li a span:hover {
	/*border-bottom: 3px solid var(--color-4);*/
}
header nav ul li a.current-page {
	border-bottom: 3px solid var(--color-1);
}
header nav ul li a img {
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	width: 20px;
}
header nav ul li.withChild a:hover {
	box-shadow: 12px 0 15px -4px rgba(31, 73, 125, 0.8), -12px 0 8px -4px rgba(31, 73, 125, 0.8);
	box-shadow: 0 4px 10px 0 rgba(170,170,170,0.5);
	box-shadow: 6px 0 12px -8px rgba(31, 73, 125, 0.8), -6px 0 12px -8px rgba(31, 73, 125, 0.8);
	box-shadow: 0 -1px 11px 2px rgba(170,170,170,0.5);
} 
header nav ul li ul.children {
	display:none;
	position:absolute;
	top:60px;
	left:3px;
	width: 213px;
	height: auto;
	text-align: center;
	text-align: left;
	background-color: var(--color-2);
	z-index:100;
	padding: 0;
	margin: 0;
	border: 1px solid #dcdcdc;
	border-top: 1px solid transparent;
	box-shadow: 0 14px 15px 2px rgba(170,170,170,0.5);
	z-index: 100;
}
header nav ul li ul.children li {
	display:block;
	text-align: center;
	padding: 0;
	margin: 0;
}
header nav ul li ul.children li a {
	display: block;
	width: 100%;
	padding:16px 6px;
	color: rgba(255,255,255,0.8);
	margin: 0;
}
header nav ul li ul.children li a:hover {
	color: var(--color-1);
	border-color: var(--color-2);
	background-color: var(--greyFour);
}
/* Show the dropdown menu on hover */
nav ul li:hover ul.children {display: block;}
a.logo {
	display: block;
	text-decoration: none;
}
a.logo img {
	max-width: 35px;
	vertical-align: middle;
	margin-top: 12px;
}
a.logo span {
	color: #fff;
	display: inline-block;
	font-family: var(--font-logo), 'opensans-bold', sans-serif;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	vertical-align: middle;
}
header .bot strong.tagline {
	display: block;
	color: var(--greyOne);
	margin-top: -15px;
}
header .bot .cta-block, 
 header .cta-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-items: stretch;
}
header .bot .cta-container {
	margin: 0 0 0 auto;
	max-width: 220px;
}
header .cta-container .cta {
	display: block;
	background-color: var(--greyFour);
	background-image: url('uploads/logo.svg');
	color: var(--greyOne);
	padding: 30px 50px 30px 28px;
    margin: 0;
    height: 100%;
    width: auto;
}
header .cta-container .cta:hover {
	background-color: var(--color-1);
	color: var(--greyFive);
	padding: 30px 39px;
}
div.content {
	background-color: #fff;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}
.relative {
	position: relative;
}
.cta {
	display: inline-block;
	background-color: var(--color-1);
	background-image: url('uploads/logo-black.svg');
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: 93% 50%;
	border: 1px solid transparent;
	color: var(--color-2);
	font-family: var(--font-cta), 'opensans-bold', serif;
	font-size: 16px;
	text-decoration: none;
	margin:12px 8px;
	padding: 22px 45px 22px 28px;
	transition-duration: 0.8s;
	text-transform: uppercase;
	vertical-align: middle;
}
.cta:hover {
	color: var(--color-2);
	background-color: #fff;
	border-color: var(--color-1);
	padding:22px 36.5px;
	background-position: 120% 50%;
	box-shadow: 0px 0px 5px var(--color-4);
}
.cta.large {
	background-position: 95% 50%;
}
.cta.large:hover {
	background-position: 130% 50%;
}
.cta.v2 {
	background-color: #fff;
	color: var(--greyFive);
	border-color: transparent;
}
.cta.v2:hover {
	box-shadow: 0px 0px 5px var(--color-4);
}
.cta.transparent {
	background-image: url('uploads/icon-arrow-right-color-1.svg');
	background-color: transparent;
	color: var(--color-2);
	border-color: var(--color-2);
}
.cta.transparent:hover {
	background-color: var(--color-2);
	border-color: var(--color-2);
	color: #fff;
	box-shadow: 0px 0px 5px var(--color-2);
}
.cta.white {
	background-image: url('uploads/icon-arrow-right-white.svg');
	background-color: transparent;
	color: #ffffff;
	border-color: #ffffff;
}
.cta.white:hover {
	background-color: var(--color-2);
	box-shadow: 0px 0px 5px var(--color-2);
}
.cta.appt {
	background-image: url('uploads/icon-calendar.svg');
	background-position: 95% 50%;
}
.cta img {
	display:inline-block;
	vertical-align: middle;
	width:30px;
}
.cta span {
	display:inline-block;
	vertical-align: middle;
	padding:0 0 0 8px;
}
.title-separator {
  width: 35px;
  height: 8px;
  background-color: #c4c0ba;
  margin: 30px auto;
  border-radius: 1px;
}
.title-separator.v2 {
	background-color: var(--color-4);
}
.title-separator.small {
	width: 50px;
	margin: 5px auto 10px;
}
.title-separator.left {
	margin-left: 0; 
}
.frame {
	border-radius: 4px;
	border-top: 4px solid var(--color-2);
	border-right: 1px solid var(--color-2);
	border-bottom: 4px solid var(--color-4);
	border-left: 1px solid var(--color-2);
	transition-duration: 0.8s;
}
.frame:hover {
	box-shadow: 0px 0px 10px var(--color-4);
}
section.dark {
	background-color: var(--color-2);
	color: rgba(255,255,255,0.8);
}
section.dark h2,
 section.dark h3,
 section.dark label {
	color: #fff;
}
.overlay {
	background: rgba(0, 0, 0, 0.8);
}
.content-container {
	padding: 20px 30px;
}
span.sub-text {
	color: var(--color-1);
	display: block;
	font-family: var(--font-sub-text), 'opensans-regular', Times;
	font-size: 20px;
	line-height: 24px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
span.sub-text.green {
	color: var(--color-4);
}
.round {
	border-radius: 50%;
}
.scribble {
	color: var(--color-1);
	font-family: var(--font-cursive), 'opensans-regular', Arial;
}
.flex-container .flex-block.one-sixth {
	width: 16.667%;
}
.flex-container .flex-block.forty-five-percent {
	width: 45%;
}
body.home section.landing {
	z-index: 10;
}
body.home section.landing .content-container {
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 30px;
}
body.home section.landing span.scribble {
    font-size: 16rem;
    letter-spacing: 10px;
    position: absolute;
    top: 41%;
}
body.home section.landing h1 {
	color: #fff;
	font-size: 16rem;
	line-height: 75px;
}
body.home section.landing h1 span {
	display: inline-block;
	opacity: 0;
	transform: translateY(30px) scale(0.95);
	animation: popIn 0.6s forwards;
}
body.home section.landing h1 span.first {
	position: absolute;
	left: 30%;
	top: 40%;
	z-index: 10;
}
body.home section.landing h1 span span {
    margin-left: -60px;
}
body.home section.landing h1 span span:nth-child(1) { animation-delay: 0s; }
body.home section.landing h1 span span:nth-child(2) { animation-delay: 0.1s; }
body.home section.landing h1 span span:nth-child(3) { animation-delay: 0.2s; }
body.home section.landing h1 span span:nth-child(4) { animation-delay: 0.3s; }
body.home section.landing h1 span span:nth-child(5) { animation-delay: 0.4s; }
@keyframes popIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
body.home section.landing h1 span.second {
	position: absolute;
	left: 59%;
	top: 40%;
	z-index: 12;
}
.beer-glass {
	animation: floatBeer 4s ease-in-out infinite;
	transform-origin: center;
	z-index: 11;
}
@keyframes floatBeer {
  0% {
    transform: translateY(0px) rotate(0deg) scale(1);
  }
  50% {
    transform: translateY(-15px) rotate(-1deg) scale(1.01);
  }
  100% {
    transform: translateY(0px) rotate(0deg) scale(1);
  }
}
body.home section.landing p {
	font-family: var(--font-sub-text), 'opensans-regular', Times;
	padding-top: 20px;
}
body.home section.landing .cycle-slide {
	background-image: url(uploads/the-mcsorleys-ale-house-home-landing779x326-2.webp);
	background-position: center; 
	background-size: cover;
	height: 815px;
	width:100%;
	overflow:hidden;
	text-align:center;
	z-index: 100;
}
body.home section.landing .cycle-slide.two {
	background-image: url(uploads/the-mcsorleys-ale-house-home-landing779x326-1.webp);
}
body.home section.landing .cycle-slide.two h1 span.first {
	left: 18%;
}
body.home section.landing .cycle-slide.two h1 span.second {
	left: 60%;
}
body.home section.landing .cycle-slide .overlay {
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100%;
	position: relative;
}
body.home .college-bar {
	height: auto;
	padding: 20px;
}
body.home .college-bar .flex-block img {
	filter: grayscale(100%);
    transition: filter 0.5s ease;
	max-width: 150px;
	height: 80px;
	object-fit: contain;
}
body.home .college-bar .flex-block img:hover {
	filter: grayscale(0%);
}
body.home section.b-spot .card-block,
 body.home section.d-spot .card-block {
	padding: 10px;
	text-align: left;
}
 .card {
	height: 100%;
}
body.home section.b-spot .card,
 body.home section.d-spot .card {
	background: #eee8e2;
	height: 100%;
	padding: 40px 20px;
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
	border-radius: 6px;
}
body.home section.b-spot .card:hover {
  transform: translateY(-5px);
}
body.home section.b-spot .img-container,
 body.home section.d-spot .img-container,
 body.services .card .img-container {
	padding-bottom: 15px;
	margin-bottom: 30px;
}
body.home section.b-spot .img-container img,
 body.services .card .img-container img {
	position: relative;
	max-width: 64px;
	z-index: 11;
}
body.home section.b-spot .img-container .scribble,
 body.services .card .img-container .scribble {
	font-size: 100px;
	font-weight: 600;
	position: absolute;
	top: 19%;
	left: 31%;
	width: 80px;
	height: 80px;
	z-index: 10;
}
body.home section.b-spot .card h3,
 body.home section.b-spot .card p {
	text-align: center;
}
body.home section.b-spot .card h3 span,
 body.home section.d-spot .card h3 span {
	position: relative;
	z-index: 2;
}
body.home section.b-spot .card h3::before,
 body.home section.d-spot .card h3::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 100%;
	height: 12px;
	background: #ffd54f;
	border-radius: 4px;
	z-index: 1;
	opacity: 0;
	transform: scaleX(0.3);
	transform-origin: left;
	transition: all 0.3s ease;
}
body.home section.b-spot .card:hover h3::before,
 body.home section.d-spot .card:hover h3::before {
	opacity: 1;
	transform: scaleX(1);
}
body.home section.b-spot .card h3,
 body.home section.d-spot .card h3 {
	position: relative;
	display: inline-block;
	z-index: auto;
	margin: 15px auto;
}
body.home section.b-spot .card p {
	font-size: 20px;
	letter-spacing: 0.3px;
}
.image-mask-slices {
	position: relative;
	width: 100%;
}
.slice {
	height: 175px;
	background-image: url('uploads/the-mcsorleys-ale-house-pic-c-spot-bw-960x800-1.webp');
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	margin: 0;
	z-index: 11;
}
.slice1 {
	background-position: center top;
	margin-right: 120px;
	z-index: 9;
}
.slice2 {
	background-position: center center;
	margin: 30px 0 30px 120px;
	z-index: 11;
}
.slice3 {
	background-position: center bottom;
	margin-left: 60px;
	margin-right: 60px;
	z-index: 9;
}
body.home section.c-spot .scribble {
	position: absolute;
	top: 18%;
	left: -5%;
	letter-spacing: 7px;
	font-size: 6.5em;
	line-height: 1.2;
	white-space: pre-line;
	pointer-events: none;
	padding: 20px;
	transform: rotate(-15deg);
	z-index: 10;
}
body.home section.c-spot .content-container {
	padding: 20px 20px 20px 60px;
}
body.home section.c-spot h2 {
 	color: rgba(255,255,255,0.8);
}
body.home section.c-spot p,
 ul.bullet-list li {
	color: var(--greyOne);
}
body.home section.d-spot .card-block,
 body.home section.d-spot .card-block h3,
 body.home section.d-spot .card-block p {
 	text-align: center; 	
}
body.home section.d-spot .img-container {
	padding-bottom: 5px;
	margin-bottom: 15px;
}
body.home section.d-spot .card img {
	transition: transform 0.3s ease;
}
body.home section.d-spot .card img:hover {
	transform: scale(1.05);
}
body.home section.d-spot .card h3 {
	margin-bottom: 20px;
}
.flex-container.card-halves,
 body.services .services .flex-container {
	align-items: stretch;
}
.card-halves .text-block {
	padding: 0 15px;
}
.card-halves .img-block {
	padding: 0 15px;
}
.card-halves .card,
 body.services .services .card {
	background: #eee8e2;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.dark .card {
	background: var(--greyFour);
}
.card-halves .content-container {
	padding: 60px 80px;
}
body.home section.e-spot img.large {
	position: relative;
	z-index: 9;
}
body.home section.e-spot .scribble {
	position: absolute;
	top: -10%;
	right: 16%;
	font-size: 9.5em;
	line-height: 1.2;
	white-space: pre-line;
	pointer-events: none;
	padding: 20px;
	transform: rotate(-15deg);
	z-index: 8;
}
body.home section.e-spot .scribble.second {
	font-size: 11.5rem;
	top: 54%;
	right: 39%;
	z-index: 10;
}
body.home section.e-spot img.small {
	position: absolute;
	left: 8%;
	top: 0%;
	transform: scale(1.5);
	z-index: 12;
}
body.services .services .flex-container {
	gap: 40px;
}
body.services .services .card .content-container {
	max-width: 500px;
}
body.services .services .card {
	align-items: center;
	text-align: center;
	padding: 115px 30px;
	position: relative;
}
body.services .card .img-container .scribble {
	top: 24%;
	left: 45%;
}
body.services .services .card h3 {
	font-size: 34px;
	line-height: 40px;
	margin-top: 20px;
	margin-bottom: 15px;
	text-align: center;
}
body.services .services .card p {
	color: #444;
	margin-bottom: 30px;
	text-align: center;
}
body.services .services .img-block {
	background-image: url(uploads/the-mcsorleys-ale-house-pic-services-card-800x800-3.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
body.services .services .img-block.v2 {
	background-image: url(uploads/the-mcsorleys-ale-house-pic-services-card-800x800-2.webp);
}
body.services .services .img-block.v3 {
	background-image: url(uploads/the-mcsorleys-ale-house-pic-services-card-800x800-1.webp);
}
body.services .services .img-block.v4 {
	background-image: url(uploads/the-mcsorleys-ale-house-pic-services-card-800x800-4.webp);
}
body.services .services .img-block.v5 {
	background-image: url(uploads/the-mcsorleys-ale-house-pic-services-card-800x800-5.webp);
}
body.services .services .img-block.v6 {
	background-image: url(uploads/the-mcsorleys-ale-house-pic-services-card-800x800-6.webp);
}
body.about .double-image-container {
	display: flex;
	gap: 30px;
	position: relative;
	max-width: 600px;
}
body.about .double-image-container img {
	flex: 1;
	position: relative;
	overflow: hidden;
}
body.about .double-image-container .image-right {
	transform: translateY(40px);
}
body.about .double-image-container .image img {
	width: 100%;
	display: block;
	object-fit: cover;
}
.double-image-container .scribble {
	position: absolute;
	bottom: 2%;
	left: 26%;
	font-size: 9rem;
	line-height: 1;
	transform: rotate(-15deg);
	z-index: 2;
}
/*forms styling*/section.contact p{max-width:900px;margin:0 auto}.form-container{max-width:1000px;margin:0 auto;padding-top: 20px}div.form-input{display:inline-block;padding:0 10px 10px 0;margin:0;width:33%}div.form-input:has(div.g-recaptcha),div.form-input:has(textarea[name=w3form_name]),div.form-input:has(textarea[name=w3form_websitesFormID]){width:100%}div.form-input:has(textarea[name=w3form_message]){width:100%;}label{display:block;text-align:left;color:#444;font-family:var(--font-text-strong),opensans-bold,serif}div.form-input div.g-recaptcha,input,textarea{display:inline-block;vertical-align:top}input,textarea{font-family:var(--font-text-regular),opensans-regular,serif;width:100%;margin:0;padding:12px 16px;font-size:16px;line-height:18px;cursor:pointer;color:#1f1f1f;border:1px solid #ccc;box-shadow:none;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;border-radius:4px;background-color:var(--greyZero);background-image:none}textarea{height:144px}button{font-family:var(--font-text-strong),opensans-bold,serif;padding:6px 12px;color:#fff;font-size:18px;margin:10px auto;background-color:#346fd4;border-radius:3px;border:0;cursor:pointer;transition:.25s}@media only screen and (max-width:640px){div.form-input{width:100%}}
/*testimonial styling*/ #testimonials #google-reviews{display:flex;flex-wrap:wrap;margin:0}#testimonials .review-item{margin:8px;padding:1.8em;color:#000;flex:1 1 20%;background-color:#fff;border:1px #bfbfbf solid;box-shadow:0 0 15px 2px rgba(170,170,170,.2);transition-duration:.8s}#testimonials .review-item:hover{border:1px solid var(--color-2)}.review-meta,.review-stars{text-align:center;font-size:115%}.review-author{text-transform:capitalize;font-size:28px;line-height:40px}.review-author img{max-width:100px;vertical-align:middle}.review-date{opacity:.6;display:block;font-size:22px;line-height:22px}.review-text{line-height:1.55;text-align:left;max-width:32em;margin:auto}.review-stars ul{display:inline-block;list-style:none;margin:0;padding:0}.review-stars ul li{background-image: none;padding: 0; float:left;margin-right:1px;line-height:1}.review-stars ul li i{color:#fed03d;font-size:48px;font-style:normal}.review-stars ul li i.inactive{color:#c6c6c6}.star:after{content:"\2605"}#map-plug{display:none}@media only screen and (max-width:900px){#testimonials .review-item{flex:1 1 48%}}@media only screen and (max-width:640px){#testimonials .review-item{flex:1 1 100%}}
/*PP and TOU styling*/section#privacy-policy,section#terms-of-use{padding:50px 15px;background-color:#fff;max-width:1000px;margin:auto}section#privacy-policy h1,section#terms-of-use h1{padding:10px;text-transform:uppercase}section#privacy-policy h3,section#terms-of-use h3{padding:30px 10px 10px 10px}section#privacy-policy p,section#terms-of-use p{padding:10px}
footer {
	text-align:left;
	background-color: var(--greyFive);
}
footer,
 footer .flex-container .flex-block a,
 footer .med-title {
	color: var(--greyOne);
	text-align: center;
	margin-bottom: 0;
}
footer .mid {
	background-image: url(uploads/the-mcsorleys-ale-house-pic-footer-bg-1920x400-1.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
footer .mid .overlay {
	background: rgba(0, 0, 0, 0.3);
}
footer .mid .lg-title {
	color: #fff;
	text-align: center;
	line-height: 66px;
}
footer a {
	color: rgba(255,255,255,0.8);
	text-decoration: none;
}
footer ul li {
	list-style: disc;
	background-image: none;
	padding: 0;
}
footer .logo-container {
	text-align: center;
	padding: 45px 20px 30px;
}
footer a.logo {
	display: inline;
	width: min-content;
}
footer span.site-tagline {
	padding-left: 0;
}
footer .flex-container {
	text-align:left;
	padding: 20px 0;
}
footer .flex-container .flex-block {
	padding: 30px 20px 10px;
}
footer .flex-block .logo-container,
 footer .flex-block .contact-container,
 footer .flex-block .nav-container {
	text-align: center;
}
footer .flex-container .flex-block .footer-block-container {
	padding: 0 0 30px;
}
footer .flex-container .flex-block a {
	display: inline-block;
	padding: 12px 0;
	color: rgba(255,255,255,0.8);
	transition-duration: 0.8s;
}
footer .flex-container .flex-block a.biz-link {
	display: block;
}
footer .flex-container .flex-block a.socials-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 12px 0;
  color: rgba(255,255,255,0.8);
  transition-duration: 0.8s;
  text-decoration: none;
}
footer .socials-link img {
  max-width: 30px;
  height: auto;
}
footer .flex-container .flex-block a:hover {
	color: var(--color-1);
}
footer .flex-container .flex-block a.cta {
	padding: 12px 40px 12px 18px;
}
footer .flex-container .flex-block a.cta:hover {
	color: var(--greyFour);
	padding:12px 29px;
}
footer .flex-container .flex-block a svg path {
	fill: var(--greyThree);
}
footer .flex-container .flex-block.site-name-block a {
	display: block;
}
footer .flex-container .flex-block.site-name-block a svg path {
	fill:#475993;
}
footer .flex-container .flex-block.info-block a svg {
	height: 20px;
	width: 20px;
}
footer .flex-container .flex-block ul {
	padding: 0;
	list-style: none;
}
footer .flex-container .flex-block ul li {
	display: block;
	text-align: center;
}
footer .flex-container .flex-block ul li img {
	display: none;
}
footer .flex-container .flex-block ul li ul {
	margin: 0;
}
footer .hours-container table {
	margin: 0 auto;
	border-collapse:collapse;
}
.hours-container td {
	padding: 4px;
}
.hours-container table tbody tr.selected {
	background-color: #fff;
	color: var(--color-2);
	font-family: var(--font-text-regular), 'opensans-regular', serif;
	border: 1px solid var(--color-3);
}
.hours-container  table tbody tr td:nth-of-type(3n-2) {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 4px 8px;
}
.hours-container  table tbody tr td:nth-of-type(3n-1) {
	padding: 0 8px 0 0;
}
.hours-container  table tbody tr td:nth-of-type(3n) {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 0 8px 0 0;
}
footer div.footer-sub {
	padding: 30px 20px;
	text-align:left;
	background-color:var(--greyFive);
	color: rgba(255,255,255,0.8);
}
footer div.footer-sub .disclaimer {
	font-size: 14px;
	line-height: 16px;
}
footer div.footer-sub .tableCell.small-12.medium-7.copyright-container {
	padding: 10px 0px 10px 10px;
}
footer div.footer-sub img {
	width:70px;
	margin:0 25px 0 0;
}
footer div.footer-sub a {
	color:rgba(255,255,255,0.8);
}
footer div.footer-sub p.copyright {
	color:rgba(255,255,255,0.8);
	font-size:14px;
	text-align:left;
	margin:0 0 8px 0;
}
div.footer-brand-container {
	padding:10px 10px 10px 0;
	text-align: right;
}/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
	font-family: 'logo';
	src: url('fonts/aleo-bold-webfont.woff2') format('woff2'),
		 url('fonts/aleo-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'title';
	src: url('fonts/opensans-condbold-webfont.woff2') format('woff2'),
		 url('fonts/opensans-condbold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'sub-title';
	src: url('fonts/aleo-regular-webfont.woff2') format('woff2'),
		 url('fonts/aleo-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'cta';
	src: url('fonts/opensans-condbold-webfont.woff2') format('woff2'),
		 url('fonts/opensans-condbold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'regular';
	src: url('fonts/asapcondensed-regular-webfont.woff2') format('woff2'),
		 url('fonts/asapcondensed-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'cursive';
	src: url('fonts/hunterriver-regular-webfont.woff2') format('woff2'),
		 url('fonts/hunterriver-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'bold';
	src: url('fonts/asapcondensed-bold-webfont.woff2') format('woff2'),
		 url('fonts/asapcondensed-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'italic';
	src: url('fonts/asapcondensed-italic-webfont.woff2') format('woff2'),
		 url('fonts/asapcondensed-italic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'opensans-italic';
	src: url('fonts/opensans-italic-webfont.woff2') format('woff2'),
		 url('fonts/opensans-italic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'opensans-regular';
	src: url('fonts/opensans-regular-webfont.woff2') format('woff2'),
		 url('fonts/opensans-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'opensans-bold';
	src: url('fonts/opensans-bold-webfont.woff2') format('woff2'),
		 url('fonts/opensans-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'opensans-extrabold';
	src: url('fonts/opensans-extrabold-webfont.woff2') format('woff2'),
		 url('fonts/opensans-extrabold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}/*------------------------------------*\
	RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:1750px) {
	body.home section.landing h1 {
		font-size: 240px;
		line-height: 100px;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	body.home section.landing h1 span.first,
	 body.home section.landing h1 span.second {
		position: static;
		display: inline-block;
		padding: 10px 30px;
	}
	body.home section.landing h1 span.first {
		margin-right: 40px;
	}
	body.home section.landing h1 span.second {
		margin-left: 80px;
	}
	body.home section.landing h1 span span {
		/*margin-left: -20px;*/
	}
	body.home section.landing .beer-glass {
		max-width: 160px;
		margin-top: 20px;
	}
	body.home section.landing span.scribble {
		font-size: 8rem;
		top: auto;
		position: relative;
		margin-top: 20px;
	}
}
@media only screen and (max-width:1440px) {
	body.home section.landing span.scribble {
		top: -12%;
	}
	body.home section.landing h1 {
		margin-bottom: 4%;
	}
}
@media only screen and (max-width:1400px) {
	body.home section.landing h1 {
		font-size: 180px;
		line-height: 70px;
		margin-bottom: 0;
	}
	body.home section.landing span.scribble,
	 body.home section.landing .beer-glass {
		display: none;
	}
	body.home section.landing h1 span.first,
	 body.home section.landing h1 span.second {
		display: block;
	}
	body.home section.landing h1 span.second {
		margin-left: 20px;
	}
	.card-halves .flex-block {
		display: flex;
		flex-direction: column;
	}
	/*.card-halves .img-block img {
		height: 100%;
		object-fit: cover;
		width: 100%;
	}*/
}
@media only screen and (max-width:1340px) {
	/*body.home section.c-spot .scribble {
		font-size: 5.5rem;
	}*/
}
@media only screen and (max-width:1250px) {
	body.home section.landing .cycle-slide {
		height: 600px;
	}
	body.home section.landing h1 {
		font-size: 180px;
		line-height: 70px;
	}
	/*body.home section.landing .cycle-slide:nth-of-type(odd) h1 span.first {
		margin: 0 20px 0 40px;
	}
	body.home section.landing .cycle-slide:nth-of-type(odd) h1 span.second {
	    margin-left: 0px;
	}
	body.home section.landing .cycle-slide.two h1 span.second {
	    margin-left: 170px;
	}*/
}
@media only screen and (max-width:1024px) {			/*foundation medium breakpoint*/
	h1 {font-size: 30px;line-height: 40px;}
	h2 {font-size: 26px;line-height: 30px;}
	footer .mid .lg-title {font-size: 45px;line-height: 55px;}
	section,
	 .std-padding {
		padding: 60px 20px;
	}
	.less-padding {
		padding: 30px 10px;
	}
	header div.logo {
		text-align: center;
	}
	header .bot strong.tagline {
		margin-top: 0;
	}
	header nav ul {
		text-align: center;
	}
	table th {
		font-size: 17px;
	}
	body.home section.b-spot .img-container .scribble {
	 	font-size: 70px;
	 	top: 23%;
		left: 36%;
	}
	body.home section.c-spot .scribble {
		font-size: 4.5rem;
	}
	body.home section.e-spot img.small {
		transform: scale(1);
	}
	body.home section.e-spot .scribble.second {
		font-size: 8.5rem;
	}
	body.services .services .flex-container {
		gap: 20px;
	}
	body.services .card .img-container .scribble {
	 	font-size: 70px;
	 	top: 14%;
	 	left: 29%;
	}
}
@media only screen and (max-width:900px) {
	ul, ol {padding: 15px 0 15px 5px;}
	footer .mid .lg-title {font-size: 40px;line-height: 50px;}
	.flex-container .flex-block.one-sixth{width: 33%;}
	.flex-container .flex-block.one-fifth{width: 50%;}
	header .btns-container {
		text-align: center;
		padding: 6px 10px 15px;
	}
	header .bot, header .bot .flex-container {
		height: auto;
	}
	header .bot .flex-block:nth-of-type(1) {
		order: 2;
		text-align: center;
		width: 100%;
	}
	header .bot .flex-block:nth-of-type(2) {
		order: 1;
		width: 100%;
	}
	header .bot .flex-block:nth-of-type(3) {
		order: 3;
		width: 100%;
	}
	header .bot .cta-container {
		margin: auto;
	}
	header .biz-btns {
		text-align: center;
	}
	.logo-container,
	 footer .med-title,
	 footer .biz-btns-block,
	 footer .flex-container .flex-block ul li {
		text-align: center;
	}
	a.logo {
		padding: 10px;
	}
	a.logo img {
		max-width: 80px;
	}
	span.sub-text {
		font-size: 18px;
		margin-bottom: 5px;
	}
	header .bot strong.tagline {
		margin-top: -25px;
	}
	body.home section.landing .cycle-slide {
		height: 450px;
	}
	body.home section.landing .content-container {
		height: auto;
		padding: 30px;
		top: 17%;
	}
	body.home section.landing h1 {
		flex-direction: column;
		font-size: 100px;
		/*line-height: 55px;*/
	}
	body.home section.landing h1 span.first {
		margin-right: 0;
	}
	body.home section.landing h1 span.first,
	body.home section.landing h1 span.second {
		flex-direction: row;
		display: flex;
		justify-content: center;
	}
	body.home section.landing h1 span span {
		margin: 0;
	}
	/*body.home section.landing img.beer-glass {
		display: none;
	}*/
	body.home section.b-spot .img-container .scribble {
		top: 20%;
	 	left: 39%;
	}
	body.home section.c-spot .scribble {
		left: 14%;
	}
	body.about .double-image-container {
		max-width: 100%;
		justify-content: center;
	}
	.card-halves .img-block img {
		height: auto;
		/*max-height: 370px;*/
		max-width: 250px;
	}
	body.college-bar-ardmore-pa .card-halves .img-block img {
		max-width: 100%;
	}
	body.home section.e-spot img.small {
		left: 22%;
	}
}
@media only screen and (max-width:640px) { 			/*foundation small breakpoint*/
	p {font-size: 16px;line-height: 24px;}
	h1 {font-size: 26px;line-height: 32px;}
	h2 {font-size: 22px;line-height: 26px;}
	h3 {font-size: 18px;line-height: 24px;}
	ul {padding: 15px 0 15px 0;}
	ol {padding: 15px 0 15px 20px;}
	footer .mid .lg-title {font-size: 30px;line-height: 40px;margin: 0; padding: 20px 15px;}
	.flex-container .flex-block.one-sixth{width: 50%;}
	.flex-container .flex-block.one-fifth, .flex-container .flex-block.forty-five-percent{width: 100%;}
	section,
	 .std-padding {
		padding: 30px 10px;
	}
	.less-padding {
		padding: 10px 2.5px;
	}
	div.table,
	 div.table div.tableRow,
	 div.table div.tableRow div.tableHeader,
	 div.table div.tableRow div.tableCell {
		display:block;
		width:100%;
	}
	header {
		position: relative;
		text-align: center;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		padding: 10px;
	}
	header .mid,
	 header .bot {
	 	display: block;
	}
	header .mid {
		order: 2;
	}
	header .bot {
		position: relative;
	}
	header div#mobileGrippy {
		position: absolute;
		top: 12px;
		right: 10px;
		text-align:center;
		font-size:30px;
		cursor:pointer;
		display:inline-block;
		vertical-align: middle;
		padding:12px 6px;
		color: rgba(255,255,255,0.8);
	}
	header a.biz-link {
		display: inline-block;
		padding: 3px 10px;
		width: 49%;
	}
	header a.biz-link .hideOnMobile {
		display:none;
	}
	header nav {
		display: none;
		text-align: center;
	}
	header div.logo {
		display:inline-block;
		vertical-align: top;
		width:87%;
		padding:10px 6px 0 6px;
		text-align:center;
	}
	header div.logo a {
		display:block;
		text-align:center;
	}
	header .nav-block {
		padding-bottom: 8px;
	}
	header nav ul {
		text-align:center;
	}
	header nav ul li {
		display: inline-block;
	}
	header nav ul li a img {
		display: none;
	}
	a.logo img {
		max-width: 60px;
	}
	a.logo span {
		font-size: 18px;
		line-height: 22px;
	}
	span.sub-text {
		font-size: 17px;
		margin-bottom: 0px;
	}
	header .bot .cta-container {
		width: 100%;
		margin: 0;
		max-width: none;
	}
	header .cta-container .cta {
		display: block;
		width: 100%;
		text-align: center;
	}
	header .cta-container .cta:hover {
		background-position: 107% 50%;
	}
	.cta {
		margin:6px 0;
	}
	section.landing {
		height: auto;
	}
	body.home section.landing h1 {
		font-size: 70px;
		line-height: 50px;
	}
	/*body.home section.landing h1 span.first,
	 body.home section.landing h1 span.second {
		display: block;
	}
	body.home section.landing .cycle-slide:nth-of-type(odd) h1 span.first {
		margin: 0 auto;
	}
	body.home section.landing .cycle-slide:nth-of-type(odd) h1 span.second {
	    margin: 0 auto;
	}
	body.home section.landing .cycle-slide.two h1 span.second {
	    margin: 0 auto;
	}
	body.home section.landing .cycle-slide h1 span span {
		margin: 0;
	}*/
	body.home section.landing p {
		font-size: 15px;
	}
	body.home section.landing .cycle-slide {
		height: 330px;
	}
	body.home section.landing span.scribble {
		font-size: 3rem;
		letter-spacing: 0;
	}
	body.home section.college-bar .flex-block img {
		max-width: 100px;
	}
	body.home section.d-spot .img-container img {
		max-width: 65px;
	}
	body.home section.b-spot .img-container, body.home section.d-spot .img-container,
	 body.services .card .img-container {
	 	margin-bottom: 0;
	}
	body.home section.b-spot .img-container img,
	 body.services .card .img-container img {
		max-width: 50px;
	}
	body.home section.b-spot .img-container .scribble,
	 body.services .card .img-container .scribble {
		font-size: 60px;
	}
	body.home section.b-spot .img-container .scribble {
		top: 22%;
		left: 42%;
	}
	body.home section.c-spot .scribble {
		display: none;
	}
	.double-image-container .scribble {
		display: none;
	}
	body.about .double-image-container .image-right {
		transform: none;
	}
	body.services .services .card {
		padding: 20px;
	}
	body.services .services .flex-container {
		gap: 5px;
	}
	body.services .services .img-block {
		display: none;
	}
	body.services .card .img-container .scribble {
		left: 40%;
	}
	body.services .services .card h3 {
		font-size: 28px;
		margin: 10px 0;
	}
	.card-halves .content-container {
		padding: 30px 20px;
	}
	body.home section.e-spot img.small,
	 body.home section.e-spot .scribble.second,
	 body.home section.e-spot .scribble.first {
		display: none;
	}
	footer {
		text-align:center;
	}
	table {
		margin:0 auto;
		text-align:center;
	}
	footer div.footer-sub {
		text-align: center;
	}
	footer div.footer-sub p.copyright {
		text-align:center;
	}
	footer .footer-brand-container {
		text-align:center;
	}
}
@media only screen and (max-width:499px) {
	body.home section.e-spot .img-block .content-container {
		padding: 20px;
	}
	body.home section.e-spot .scribble,
	 body.home section.e-spot img.small {
		display: none;
	}
}
@media only screen and (max-width:450px) {
	header .cta-container .cta {
		background-position: 88% 50%;
	}
	header .cta-container .cta:hover {
		background-position: 115% 50%;
	}
	.slice {
		height: 100px;
	}
	.slice1 {
		margin-right: 0;
	}
	.slice2 {
		margin: 8px 0;
	}
	.slice3 {
		margin: 0;
	}
}
@media only screen and (max-width:399px) {
	.flex-container .flex-block.one-sixth{width: 100%;}
	header .cta-container .cta {
		background-position: 93% 50%;
	}
	body.home section.landing .cycle-slide {
		height: 300px;
	}
	.hours-container {
		padding: 10px;
	}
	body.home section.b-spot .card-block {
		padding: 6px;
	}
	body.home section.b-spot .img-container .scribble {
		left: 34%;
	}
	body.home section.d-spot .card-block {
		padding: 10px;
	}
	header a.biz-link {
		width: 100%;
	}
}
@media only screen and (max-width:340px) {
	header .bot strong.tagline {
		margin-top: 0;
	}
	body.services .card .img-container .scribble {
		left: 30%;
	}
}/*------------------------------------*\
	MISC
\*------------------------------------*/
::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}/*------------------------------------*\
	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;
	}
}