/*
Theme Name: Grand Strand Brewing Company by Three Ring Focus
Theme URL: https://ThreeRingFocus.com
Description: Responsive Website by Three Ring Focus
Author: Josh Castro
Author URI: ThreeRingFocus.com
Version: 9.9.9
Tags: Responsive, red, black, white.
*/

/* Baseline Normalize - normalize.css v3.0.1 | MIT License | git.io/normalize
--------------------------------------------- */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* 	
== DEFAULTS ==*/

* {
    box-sizing: border-box; /* border thickness & padding included inside box */
    margin: 0;
    padding: 0;
}
body {
	color: #111;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .06em;
	background-color: #fff;
}
.clear {
    clear: both;
}
.container {
    width: 100%;
    margin: 0;
	padding: 80px 0px;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
input[type="radio"] {
    -webkit-appearance: radio;
    margin-top: 0px;
}
input[type="submit"], input[type="button"] {
    -webkit-appearance: button;
}


/* 	
== SCROLL BAR ==*/

/* Width */
::-webkit-scrollbar {
  width: 15px;
}
/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  background: #eee;
}
/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  background: #ff0a0b;
}


/* 	
== FONTS ==*/

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
    margin: 30px 0 30px 0;
	line-height: 1.1em;
	letter-spacing: .1em;
	font-weight: 400;
	font-family: cubano, sans-serif;
}
h1 {
	margin: 0;
    font-size: 2.5em;
}
h2 {
    font-size: 2em;
}
h3 {
    font-size: 1.75em;
}
h4 {
    font-size: 1.5em;
}
h5 {
    font-size: 1.25em;
}
h6 {
    font-size: 1em;
}
.smallHead {
	color: #888888;
}
p {
    font-size: 1em;
    line-height: 2em;
    margin: 15px 0 30px 0;
}
a {
	color: #444;
	font-weight: bold;
    text-decoration: none;
    cursor: pointer;
	font-style: normal;
    transition: all .4s ease-in-out;
}
a:hover {
    text-decoration: none;
    color: #000;
}
p a, li a {
	text-decoration: underline;
}
ul, ol {
    margin: 15px 0 30px 0;
    padding: 0px 20px;
    list-style: inside;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
li {
    font-size: 1em;
    line-height: 2em;
}
em {
	letter-spacing: .01em;
}
.bgImg {
	background-size: cover;
	background-position: center;
}
.textCenter {
	text-align: center;
}


/* 	
== BUTTONS ==*/
.buttons {
	padding: 5px 15px;
	margin: 0 10px 0 0;
	text-align: center;
	display: inline-block;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	text-transform: uppercase;
	font-size: 1.15em;
	line-height: 1em;
	font-family: cubano, sans-serif;
	background-color: #ff0a0b;
	color: #fff;
	text-decoration: none;
    transition: all .4s ease-in-out;
}
.buttons:hover {
	background-color: #000;
	color: #fff;
}


/* 	
== HEADER ==*/

header.mainHeader {
	width: 100%;
	padding: 25px 20px;
	text-align: center;
	color: #fff;
	background-color: #ff0a0b;
	border-top: solid 5px #fff;
	border-bottom: solid 5px #fff;
}
header.mainHeader h1 {
	display: inline-block;
	text-shadow: 3px 3px rgba(0,0,0,.8);
}
.mainHeader a {
	color: #fff;
}
.mainHeader a:hover {
	color: #ddd;
}


/* 	
== HOME PAGE ==*/

.hero {
	width: 100%;
	height: 970px;
	padding: 0 20px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url("images/home/hero.jpg");
}
.heroText h1 {
    margin: 0px;
	color: #fff;
	font-size: 4.4em;
}
.heroText .smallHead {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 500;
	font-size: 2em;
	margin-top: 10px;
	letter-spacing: .08em;
}
/* Section 1 */
.sectionOne {
	padding: 150px 0px 150px 20px;
	background-image: url("images/home/bg-1.jpg"), url("images/home/bg-2.jpg");
	background-position: top left, top right;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
}
.s1txt {
	margin: 0 50px;
	float: left;
}
.s1txt h2,
.s2Events h2 {
    font-size: 3em;
	margin: 0;
}
.s1txt h2.smallHead,
.s2Events h2.smallHead {
	font-size: 2em;
}
.slider1 {
	width: calc(100% - 376px);
	float: right;
	position: relative;
}
.sliderBG {
	background-image: url("images/home/bg-gradient.png");
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 10%;
	z-index: 0;
}
/* Royal Slider plugin */
.slider1 .rsUni, .slider1 .rsUni .rsOverflow, .slider1 .rsUni .rsSlide, .slider1 .rsUni .rsVideoFrameHolder, .slider1 .rsUni .rsThumbs {
    background: transparent;
}
.slider1 .visibleNearbySimple .rsSlide img {
    opacity: 1;
}
.slider1 .rsUni .rsArrowIcn {
	background: url("images/home/rs-universal.png");
	opacity: 1;
}
/* Section 2 */
.sectionTwo {
	width: 100%;
	display: flex;
}
.s2Img {
	width: 50%;
	min-height: 500px;
	background-image: url("images/home/bg-3.jpg");
}
.s2Events {
	width: 50%;
	padding: 100px 50px;
}
.allEvents {
	color: #ff0a0b;
	text-align: right;
	float: right;
	margin-top: 40px;
	font-size: .85em;
}
.allEvents:hover {
	color: #000;
}
/* Events Calendar plugin */
.s2Events .tribe-events-widget {
    margin-bottom: 0;
    margin-top: 50px;
}
.s2Events .tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list__event-date-tag {
    background-color: #ff0a0b;
	padding: 10px;
}
.s2Events .tribe-events-widget .tribe-events-widget-events-list__event-date-tag-datetime {
    justify-content: center;
}
.s2Events .tribe-events-widget .tribe-events-widget-events-list__event-date-tag-month,
.s2Events .tribe-common .tribe-common-h2 {
	color: #fff;
}
.s2Events .tribe-events-widget .tribe-events-widget-events-list__event-date-tag {
    background-color: #ff0a0b;
	padding: 20px;
}
.s2Events .tribe-events-widget .tribe-events-widget-events-list__event-wrapper {
    background-color: #f7f7f7;
	padding: 20px;
}
.s2Events .tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list__event-title {
    font-size: 1em;
    line-height: 1em;
    text-transform: capitalize;
}
.s2Events .tribe-events-widget .tribe-events-widget-events-list__view-more {
	display: none;
}
/* Section 3 */
.sectionThree {
	width: 100%;
	padding: 150px 20px;
	background-image: url("images/home/bg-4a.jpg");
	background-position: center right;
	background-repeat: no-repeat;
}
.s3Text {
	width: 100%;
	max-width: 1040px;
	margin: auto;
	text-align: center;
}
.s3Text h2,
.s4Txt h2 {
	margin: 0;
}
.s3Text h2.smallHead,
.s4Txt h2.smallHead {
	font-size: 1.2em;
    margin: 10px 0 30px;
}
.s3Text p {
	margin-bottom: 0;
}
/* Section 4 */
.sectionFour {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.s4Img {
	width: 50%;
	min-height: 700px;
}
.s4Img .rsUni .rsArrowIcn {
	background: url("images/home/rs-universal2.png");
	opacity: 1;
}
.s4Txt {
	width: 50%;
	padding: 100px;
	display: flex;
	align-items: center;
}
.s4tBox {
	width: 100%;
}
.s4I01 {background-image: url("images/home/bg-5.jpg");}
.s4I02 {background-image: url("images/home/bg-6.jpg");}
.rowReverse {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}
.barSelect {
	width: 100%;
	border-top: 1px solid #000;
	padding: 20px 0;
	text-transform: uppercase;
	display: flex;
	justify-content: space-between;
}
.barSelect:last-child {
	border-bottom: 1px solid #000;
}
.barSelect .fas {
	color: #ff0a0b;
}
.barSelect:hover {
	color: #ff0a0b;
}
.barSelect:hover .fas {
	color: #000;
}


/* 	
== PAGES ==*/

.banner {
    width: 100%;
    height: 575px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*
.banner img {
    width: 100%;
    height: auto;
    display: block;
}*/
.bannerText {
	color: #fff;
	text-align: center;
}
.bannerText h1 {
	font-size: 3em;
}
.bannerText h2 {
	font-size: 1.2em;
	margin: 10px 0 0 0;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.pageWrap {
	width: 100%;
	padding: 110px 20px 200px 20px;
	background-image: url("images/global/bg-1.jpg"), url("images/global/bg-2.jpg");
	background-position: bottom left, top right;
	background-repeat: no-repeat;
}
.pageText {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.pageText h2.smallHead {
	font-size: 1.2em;
	margin-top: 10px;
}
/* About Page */
.pwFlex {
	display: flex;
	justify-content: space-evenly;
}
.pagePic {
	width: 30%;
	max-width: 600px;
	margin-top: -200px;
    z-index: 10;
	box-shadow: 16px 16px 6px 6px rgba(0,0,0,.12);
}
.ptRight {
	padding-left: 40px;
	width: 50%;
	max-width: 1024px;
	margin: 0;
}
/* All Beer Page */
.beerWrap {
	width: 100%;
	max-width: 1800px;
	margin: 130px auto 0 auto;
}
.beerWrap h4 {
    font-size: 1.25em;
}
.beerWrap h4 a {
	color: #e42526;
}
.beerWrap h4 a:hover {
	color: #222;
}
/* Beer Page */
.beerPic {
	width: 30%;
	max-width: 500px;
	margin-top: -200px;
    z-index: 10;
}
.ptRight h3 {
	color: #888888;
	margin: 30px 0 15px 0;
	font-size: 1.5em;
}

/* 	
== FOOTER ==*/

.eWrap {
	width: 100%;
	padding: 150px 20px;
	background-image: url("images/home/bg-4b.jpg");
	background-position: center left;
	background-repeat: no-repeat;
}
.eText {
	width: 100%;
	max-width: 1060px;
	margin: auto;
	text-align: center;
}
.eText  h2 {
	margin: 0;
}
.eText  h2.smallHead {
	font-size: 1.2em;
    margin: 10px 0 30px;
}

.footer {
    width: 100%;
	padding: 200px 20px 60px 20px;
	text-align: center;
	background-color: #ff0a0b;
	background-image: url("images/global/bg-foot-1.png"), url("images/global/bg-foot-2.png");
	background-position: bottom left, top right;
	background-repeat: no-repeat;
	border-top: 2px solid #fff;
	color: #fff;
	font-weight: 200;
	text-transform: uppercase;
	position: relative;
}
.footLogo {
	width: 182px;
	height: 220px;
	margin: auto;
	background-image: url("images/global/logo-badge.png");
	position: absolute;
	top: -50px;
	right: 0;
	left: 0;
}
.footer a {
	text-decoration: none;
	color: #fff;
	font-weight: 300;
}
.footer a:hover {
	color: #ddd;
}
.footer p {
	font-size: .8em;
    line-height: 1.25em;
	margin: 0;
}
.footer .fab {
    margin: 60px 10px 0px 10px;
    font-size: 2em;
}
.footNav{
	font-size: 1.25em;
}
.footNav2 {
    font-size: 1em;
}
ul.footNav,
ul.footNav2 {
	list-style: none;
	margin: 0 0 30px 0;
}
.footNav li,
.footNav2 li {
    margin: 0;
    padding: 0 10px;
    line-height: 1em;
	display: inline-block;
}
.footNav li a {
	font-weight: 800;
}

/* 	
== ENEWS ==*/
.enews {
	width: 100%;
	max-width: 720px;
	margin: auto;
}
.enews input {
	-webkit-appearance: none;
	border-radius: 0px;
}
.enews input:focus {
}
.enews input.email {
	width: 100%;
	display: block;
	font-size: 1em;
	padding: 10px 15px 11px 15px;
	min-width: 100px;
	margin: 0px;
	color: #888888;
	border: 2px solid #888888;
	border-right: 0;
	background-color: transparent;
}
input.email::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #888888;
}
input.email::-moz-placeholder { /* Firefox 19+ */
  color: #888888;
}
input.email:-ms-input-placeholder { /* IE 10+ */
  color: #888888;
}
input.email:-moz-placeholder { /* Firefox 18- */
  color: #888888;
}
.enews .buttonB {
	clear: both;
	min-width: 100px;
	padding: 10px 15px;
	text-align: center;
	display: inline-block;
	background-color: #888888;
	border: 2px solid #888888;
	border-radius: 0px;
	text-transform: uppercase;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: .2em;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	cursor: pointer;
	transition: all .4s ease-in-out;
}
.enews .buttonB:hover {
	border: 2px solid #000;
	background-color: #000;
	color: #FFF;
}

/* 	
== NEWS/BLOG ==*/

#thumby {
	padding: 0;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
	min-height: 150px;
	background-position: center;
	background-size: cover;
}
#thumby img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	display: block;
}
#texty h2 {
	padding: 0;
	margin: 30px 0px 25px 25px;
	text-align: left;
	font-size: 1.5em;
}
#texty p {
	font-size: .9em;
	line-height: 1.5em;
	text-align: left;
	letter-spacing: 1px;
	margin: 0px 0px 15px 25px;
}
#texty h2 a {
	color: #031c49;
}
#texty p a {
	color: #333;
	text-decoration: none;
}
.spacer {
	width: 100%;
	height: 30px;
}
.split {
	padding: 0;
	width: 70%;
	height: 2px;
	margin: 30px auto;
	background-color: #555;
}
.blog-three {
	float: left;
	width: 30%;
}
.blog-seven {
	float: left;
	width: 70%;
}


/* 	
== Gravity Forms ==*/

.gform_wrapper {
	text-align: left;
}
.gform_wrapper input,
.gform_wrapper select, 
.gform_wrapper textarea {
    border: 2px solid #333;
    background-color: transparent;
    color: #333;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 10px 8px;
}
body .gform_wrapper ul li.gfield {
    margin-top: 0 !important;
}
.gform_wrapper li {
    line-height: 0 !important;
}
.gform_footer {
    padding: 0 0 10px;
	text-align: left;
}
.gform_footer input {
    padding: 15px 30px;
    color: #FFF;
	background-color: #333;
	border: none;
    font-weight: 400;
    text-transform: uppercase;
	transition: all .4s ease-in-out;
}
.gform_footer input:hover {
    background-color: #000;
	color: #fff;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    margin-top: 10px !important;
}
.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
    margin-top: 15px;
}
.gform_wrapper .top_label div.ginput_container {
    margin-top: 8px;
}
.gform_wrapper textarea.medium {
    margin-top: 8px;
}
.gform_wrapper input::-webkit-input-placeholder, .gform_wrapper textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
}
.gform_wrapper input::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder { /* Firefox 19+ */
  color: #333;
}
.gform_wrapper input:-ms-input-placeholder, .gform_wrapper textarea:-ms-input-placeholder { /* IE 10+ */
  color: #333;
}
.gform_wrapper input:-moz-placeholder, .gform_wrapper textarea:-moz-placeholder { /* Firefox 18- */
  color: #333;
}


/* 	
== WORDPRESS FIXES ==*/

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* 	
== RESPONSIVE ELEMENTS ==*/

.response img {
    width: 100%;
    height: auto;
    display: block;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 20px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mapWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.mapWrapper iframe, .mapWrapper object, .mapWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* 	
== RESPONSIVE STYLES ==*/


/* Monitor Medium | iPad Pro Large Landscape */
@media only screen and (max-width: 1366px) {
}

@media only screen and (max-width: 1200px) {
	.pwFlex {display: flex; justify-content: unset; align-items: center; flex-direction: column-reverse;}
	.pagePic {width: 100%; max-width: 600px; margin-top: 50px; height: 700px;}
	.beerPic {width: 100%; max-width: 500px; margin-top: 50px;}
	.ptRight {padding-left: 0; width: 100%;}
}

/* iPad Pro Landscape */
@media only screen and (max-width: 1112px) {
	.heroText h1 {font-size: 3.4em;}
}

/* iPad & iPad Mini Landscape | iPad Pro Portrait */
@media only screen and (max-width: 1024px) {
	.s4Img {width: 100%; min-height: 500px;}
	.s4Txt {width: 100%;}
}

/* Custom */
@media only screen and (max-width: 960px) {
	header.mainHeader h1 {font-size: 4vw;}
	.sectionOne {flex-direction: column; text-align: center; padding: 150px 20px 150px 20px;}
	.s1txt {margin: 0 0 50px 0;}
	.slider1 {width: 100%; float: none;}
	.sectionTwo {flex-direction: column;}
	.s2Img, .s2Events {width: 100%;}
	.s2Events {padding: 100px 20px;}
}

/* Monitor Small */
@media only screen and (max-width: 800px) {
	
	h1 {font-size: 3em;}
	h2 {font-size: 2em;}
	h3 {font-size: 1.7em;}
	h4 {font-size: 1.4em;}
	h5 {font-size: 1em;}
	h6 {font-size: .813em;}
}

/* SPECIAL */
@media (min-width: 581px) and (max-width: 781px){
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 45%!important;
	}
}


/* iPhone 8 Plus Landscape | iPad Portrait */
@media only screen and (max-width: 768px) {
}

/* iPhone 8 Landscape */
@media only screen and (max-width: 667px) {
}

/* Mobile Portrait */
@media only screen and (max-width: 600px) {
}

/* iPhone SE Landscape */
@media only screen and (max-width: 568px) {
	header.mainHeader {text-align: left;}
	.s4Txt {padding: 100px 20px;}
}

/* Smaller Devices */
@media only screen and (max-width: 500px) {
	.sfm-navicon-button {top: 14px;}
}

/* Even Smaller Devices */
@media only screen and (max-width: 360px) {
	header.mainHeader {padding: 25px 10px;}
	header.mainHeader h1 {font-size: 3.8vw;}
}
