/*
Theme Name: Ely's Yard Social
Theme URI: https://elysyardsocial.com
Author: digital@trumanbrewery.com
Author URI: http://elysyardsocial.com
Description: Theme designed especially for Ely's Yard Social
Version: 1.0
Text Domain: elysyardsocial
*/

@font-face {
    font-family: 'Swell';
    src: url('fonts/Swell-Regular.otf');
    src: url('fonts/Swell-Regular.woff2') format('woff2'),
        url('fonts/Swell-Regular.woff') format('woff');
}

html {
    scroll-behavior: smooth;
}

body {
	background-color: #FCF7E9;
	color: #000000;
	font-family: "helvetica-lt-pro", sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 33px;
	letter-spacing: -2%;
}

@media (max-width: 992px) {
	body {
		font-size: 24px;
		line-height: 34px;
	}
}

a {
	color: #000000;
	text-decoration: none;
	transition: all ease 300ms;
}

a:hover, a:active {
	color: #6FAB97;
	text-decoration: none;
	transition: all ease 300ms;
}

.title {
	font-family: 'Swell';
	font-weight: 400;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: -0.2px;
	margin-top: 30px;
	margin-bottom: 15px;
}

.text {
	font-family: "helvetica-lt-pro", sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 33px;
	letter-spacing: -2%;
	margin-bottom: 30px;
}

@media (max-width: 992px) {
	.title {
		font-size: 42px;
		margin-top: 0px;
		margin-bottom: 15px;
	}

	.text {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 30px;
	}
}

.smaller-text {
	font-family: "helvetica-lt-pro", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: -2%;
}

@media (max-width: 992px) {
	.smaller-text {
		font-size: 18px;
		line-height: 22px;
	}
}

.button {
	display: inline;
	font-family: 'Swell';
	color: #FCF7E9 !important;
	font-size: 28px;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: 0.2px;
	background-color: #6FAB97;
	padding: 12px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 20px;
	transition: all ease 300ms;
}

.button:hover, .button:active {
	background-color: #7FB3A1;
	transition: all ease 300ms;
}

.img-rounded-large {
	width: 100%;
	padding-top: 56.3%;
	background-color: #000;
	background-size: cover;
	background-position: center;
	border-radius: 20px;
}

.img-rounded-medium {
	width: 100%;
	padding-top: 78.9%;
	background-color: #000;
	background-size: cover;
	background-position: center;
	border-radius: 20px;
}

.img-rounded-small {
	width: 100%;
	padding-top: 79.2%;
	background-color: #000;
	background-size: cover;
	background-position: center;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 50px;
}

@media (max-width: 992px) {
	.img-rounded-medium {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.img-rounded-large, .img-rounded-medium, .img-rounded-small {
		padding-top: 100%;
	}
}

.main-title {
	font-family: 'Swell';
	font-weight: 400;
	font-size: 90px;
	line-height: 88px;
	letter-spacing: -0.2px;
	padding-top: 100px;
	margin-bottom: 30px;
}

.tagline {
	font-family: "redondo-ave", sans-serif;
	font-weight: 700;
	font-size: 60px;
	line-height: 66px;
	letter-spacing: 0;
	margin-bottom: 100px;
}

@media (max-width: 992px) {
	.main-title {
		font-size: 50px;
		line-height: 45px;
		padding-top: 30px;
		margin-bottom: 30px;
		text-align: center;
	}

	.tagline {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 30px;
		text-align: center;
	}
}

#navbar {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 80px;
	background-color: #FCF7E9;
	border-bottom: 2px solid #1D0F12;
	z-index: 10;
}

#navbar-left {
	position: absolute;
	top: 22px;
	left: 75px;
}

@media (max-width: 1077px) {
	#navbar-left {
		display: none;
	}
}

#navbar-left ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#navbar-left ul li {
	display: inline-block;
	font-family: "helvetica-lt-pro", sans-serif;
	font-weight: 700;
	font-style: bold;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: -2%;
	margin-right: 30px;
}

#navbar-left ul li a {
	color: #000;
	text-decoration: none;
}

#navbar-left ul li a:hover {
	color: #6FAB97;
}

#navbar-left ul li a.selected {
	color: #6FAB97;
}

#navbar-logo {
	position: absolute;
	margin-top: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all ease 700ms;
}

@media (max-width: 1329px) {
	#navbar-logo {
		display: none;	
	}
}

@media (max-width: 1077px) {
	#navbar-logo {
		display: block;	
	}
	
	#navbar-logo.active {
		margin-top: 100px;
	}
}

@media (max-width: 992px) {
	#navbar-logo {
		display: block;	
	}
	
	#navbar-logo.active {
		margin-top: 100px;
	}
}

#navbar-logo a img {
	height: 50px;
	transition: all ease 700ms;
}

#navbar-right {
	position: absolute;
	top: 22px;
	right: 60px;
}

@media (max-width: 1077px) {
	#navbar-right {
		display: none;
	}
}

@media (max-width: 992px) {
	#navbar-logo.active a img {
		height: 82px;
		transition: all ease 700ms;
	}
	
	#navbar-right {
		display: none;
	}
}

#navbar-right ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	float: right;
}

#navbar-right ul li {
	display: inline-block;
	font-family: "helvetica-lt-pro", sans-serif;
	font-weight: 700;
	font-style: bold;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: -2%;
	margin-right: 30px;
}

#navbar-right ul li a {
	color: #000;
	text-decoration: none;
}

#navbar-right ul li a:hover {
	color: #6FAB97;
}

#navbar-right ul li a.selected {
	color: #6FAB97;
}

#navbar-hamburger {
	display: none;
}

@media (max-width: 1077px) {
	#navbar-hamburger {
		display: block;
		position: absolute;
		top: 25px;
		right: 30px;
		width: 40px;
		height: 29px;
		cursor: pointer;
	}
}

#navbar-hamburger div {
    position: absolute;
    left: 0;
    width: 40px;
    height: 5px;
    background: #000;
    transition: all 0.3s ease;
}

#navbar-hamburger div:nth-child(1) {
    top: 0;
}

#navbar-hamburger div:nth-child(2) {
    top: 12px;
}

#navbar-hamburger div:nth-child(3) {
    top: 24px;
}

#navbar-hamburger.open div:nth-child(1) {
    top: 12px;
    transform: rotate(45deg);
}

#navbar-hamburger.open div:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

#navbar-hamburger.open div:nth-child(3) {
    top: 12px;
    transform: rotate(-45deg);
}

#navbar-smiley {
	display: none;
}

@media (max-width: 992px) {
	#navbar-smiley {
		display: block;
		position: absolute;
		left: 30px;
		top: 20px;
	}
	
	#navbar-smiley img {
		width: 40px;
		height: 40px;
	}
}

#navbar-device {
	display: none;
}

@media (max-width: 1077px) {
	#navbar-device {
		display: block;
		position: fixed;
		z-index: 8;
		top: 80px;
		left: 0px;
		width: 100%;
		height: calc(100% - 80px);
		background-color: #FCF7E9;
		text-align: center;
		margin-top: -110vh;
		transition: all ease 700ms;
	}
	
	#navbar-device.active {
		margin-top: 0;
	}

	#navbar-device-menu {
		position: absolute;
		height: calc(100% - 190px);
		top: 100px;
		left: 50%;
		transform: translateX(-50%);
	}

	#navbar-device-menu ul {
		height: 100%;   
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
		display: flex;
    	flex-direction: column;
    	justify-content: space-evenly;
	}

	#navbar-device-menu ul li {
		font-size: 33px;
		line-height: 33px;
		letter-spacing: -2%;
		text-align: center;
		font-weight: 700;
	}
	
	#navbar-device-menu ul li a.selected {
		color: #6FAB97;
	}
	
	#navbar-device-menu ul li a.button {
		font-size: 32px;
		line-height: 32px;
		letter-spacing: 0;
	}

	#navbar-device-bars {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 91px;
		background-image: url(img/svg/coloured-bars-vertical.svg);
		background-position: center;
		background-repeat: repeat-x;
		background-size: auto 100%;
	}
}

.bars-left {
	background-image: url(img/svg/coloured-bars-horizontal.svg);
	background-repeat: repeat-y;
	background-position: 50px 50%;
}

.bars-right {
	background-image: url(img/svg/coloured-bars-horizontal.svg);
	background-repeat: repeat-y;
	background-position: right 50px center;
}

@media (max-width: 992px) {
	.bars-left, .bars-right {
		background-image: none;
	}
}

.bars-diagonal-1 {
	display: none;
}

@media (max-width: 992px) {
	.bars-diagonal-1 {
		display: block;
		position: absolute;
		background-image: url(img/svg/coloured-bars-diagonal-2.svg);
		background-size: 120% 120%;
        background-position: center center;
		width: calc(100% + 30px);
		padding-top: 100%;
		margin-top: -15px;
		margin-left: -30px;
		z-index: -1;
	}
	
	.bars-diagonal-2 {
		display: block;
		position: absolute;
		background-image: url(img/svg/coloured-bars-diagonal-1.svg);
		background-size: 120% 120%;
        background-position: center center;
		width: calc(100% + 30px);
		padding-top: 100%;
		margin-top: -15px;
		margin-left: -30px;
		z-index: -1;
	}
}

#section-home {
	position: relative;
	margin-top: 80px;
	padding-left: 60px;
	padding-right: 60px;
}

@media (max-width: 992px) {
	#section-home {
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 130px;
	}
}

.section-img {
	position: relative;
	width: 100%;
	padding-top: 66.7%;
	background-color: #000;
	background-size: cover;
	background-position: center;
}

.home-info {
	padding-top: 100px;
	padding-bottom: 60px;
}

@media (max-width: 992px) {
	.home-info {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

#section-venues {
	position: relative;
	padding-left: 60px;
	padding-right: 60px;
}

@media (max-width: 992px) {
	#section-venues {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.venue {
	position: relative;
	background-color: #FFF;
	border-radius: 20px;
	margin-bottom: 20px;
	padding: 40px;
}

@media (max-width: 767px) {
	.venue {
		padding: 20px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.venue-title {
	font-family: 'Swell';
	font-weight: 400;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: -0.2px;
	cursor: pointer;
}

@media (max-width: 992px) {
	.venue-title {
		font-size: 42px;
		line-height: 50px;
	}
}

.venue-dropdown {
	display: none;
	cursor: pointer;
}

.venue-dropdown.active {
    display: block;
	padding-top: 15px;
}

#section-newsletter {
	position: relative;
	height: 100vh;
	background-color: #000;
	text-align: center;
	background-size: cover;
	background-position: center;
}

@media (max-width: 992px) {
	#section-newsletter {
		height: auto;
		padding-top: 60px;
		padding-bottom: 60px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.newsletter-signup {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #FCF7E9;
	border-radius: 20px;
	padding: 60px;
	width: 100%;
	max-width: 786px;
	text-align: center;
}

@media (max-width: 992px) {
	.newsletter-signup {
		position: relative;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0);
		padding: 15px;
		padding-top: 50px;
		padding-bottom: 35px;
	}
}

.newsletter-signup-title {
	font-family: 'Swell';
	font-weight: 400;
	font-size: 90px;
	line-height: 88px;
	letter-spacing: -0.2px;
	text-align: center;
	margin-bottom: 20px;
}

.newsletter-signup-text {
	font-family: "helvetica-lt-pro", sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 33px;
	letter-spacing: -2%;
	text-align: center;
	margin-bottom: 20px;
}

@media (max-width: 992px) {
	.newsletter-signup-title {
		font-size: 50px;
		line-height: 50px;
	}

	.newsletter-signup-text {
		font-size: 24px;
		line-height: 34px;
	}
}

.newsletter-signup form {
	width: 100%;
	padding-top: 12px;
}

.newsletter-signup form input {
	display: inline;
	border: 1px solid #000;
	background-color: #FCF7E9;
	border-radius: 20px;
	height: 49px;
	font-family: "helvetica-lt-pro", sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 22px;
	padding-left: 20px;
	padding-right: 20px;
	letter-spacing: -2%;
	margin-right: 10px;
}

@media (max-width: 992px) {
	.newsletter-signup form input {
		position: relative;
		display: inline-block;
		text-align: center;
		width: 100%;
		max-width: 500px;
		margin-bottom: 15px;
	}
}

.newsletter-signup form button {
	display: inline;
	outline: none;
	border: none;
}

@media (max-width: 992px) {
	.newsletter-signup form button {
		position: relative;
		display: inline-block;
		margin-bottom: 15px;
	}
}

.sib-form {
	padding: 0px !important;
	padding-bottom: 10px !important;
}

#section-footer {
	position: relative;
	background-color: #000;
	color: #FCF7E9;
	padding-top: 90px;
}

@media (max-width: 992px) {
	#section-footer {
		padding-top: 50px;
	}
}

#footer-menu {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
}

#footer-menu ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#footer-menu ul li {
	display: inline-block;
	color: #FCF7E9;
	font-family: "helvetica-lt-pro", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0;
	text-align: center;
	margin-left: 13px;
	margin-right: 13px;
}

#footer-menu ul li a {
	color: #FCF7E9;
}

@media (max-width: 992px) {
	#footer-menu ul {
		display: none;
	}
}

#footer-smiley {
	position: absolute;
	left: 90px;
	top: 0px;
}

@media (max-width: 992px) {
	#footer-smiley {
		position: relative;
		left: 0;
		top: 0;
		margin-bottom: 70px;
	}
}

#footer-smiley img {
	width: 45px;
}

#footer-social {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 90px;
}

#footer-social ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#footer-social ul li {
	display: inline-block;
	margin-left: 12px;
	margin-right: 12px;
}

#footer-social ul li a img {
	height: 30px;
}

@media (max-width: 992px) {
	#footer-social {
		display: none;
	}
}

#footer-logo {
	background-repeat: repeat-x;
	background-position: center bottom 60px;
	padding-left: 60px;
	padding-right: 60px;
}

@media (max-width: 992px) {
	#footer-logo {
		background-image: none !important;
		margin-bottom: 70px;
	}
}

.footer-logo {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1317px;
	text-align: center;
}

.footer-logo img {
	width: 100%;
}

#footer-device-social {
	display: none;
}

@media (max-width: 992px) {
	#footer-device-social {
		position: relative;
		display: block;
		width: 100%;
		text-align: center;
		padding-top: 5px;
		margin-bottom: 40px;
	}

	#footer-device-social ul {
		list-style-type: none;
		margin-left: 0;
		padding-left: 0;
	}

	#footer-device-social ul li {
		display: inline-block;
		margin-left: 20px;
		margin-right: 20px;
	}

	#footer-device-social ul li a img {
		height: 46px;
	}
}

.device-bars {
	display: none;
}

@media (max-width: 992px) {
	.device-bars {
		display: block;
		position: relative;
		width: 100%;
		height: 91px;
		background-position: center;
		background-repeat: repeat-x;
		background-size: auto 100%;
		margin-bottom: 70px;
	}
}

#footnote {
	font-family: "helvetica-lt-pro", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0;
	text-align: left;
	padding-bottom: 40px;
	padding-top: 40px;
	margin-left: 90px;
}

@media (max-width: 992px) {
	#footnote {
		margin-left: 0;
		text-align: center;
	}
}

.footnote-left {
	font-family: "helvetica-lt-pro", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0;
	text-align: left;
	padding-bottom: 40px;
	padding-top: 40px;
	margin-left: 90px;
}

.footnote-right {
	font-family: "helvetica-lt-pro", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0;
	text-align: right;
	padding-bottom: 40px;
	padding-top: 40px;
	margin-right: 90px;
}

.footnote-left a, .footnote-right a {
	color: #FCF7E9;
}

@media (max-width: 992px) {
	.footnote-left, .footnote-right {
		margin-left: 0;
		margin-right: 0;
		text-align: center;
	}
	
	.footnote-left {
		padding-top: 20px;	
	}
	
	.footnote-right {
		padding-bottom: 0px;
	}
}

#section-about {
	position: relative;
	padding-left: 60px;
	padding-right: 60px;
	margin-top: 120px;
}

@media (max-width: 992px) {
	#section-about {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.about-padding {
	padding-top: 30px;
	padding-bottom: 60px;
}

.about-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.about-track {
    display: flex;
    width: max-content;
    animation: about-scroll 50s linear infinite;
}

.about-track img {
    height: 400px;
    width: auto;
    margin-right: 10px;
    flex-shrink: 0;
}

@keyframes about-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.about-slider::before,
.about-slider::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

#section-food {
	position: relative;
	padding-left: 60px;
	padding-right: 60px;
	margin-top: 80px;
}

@media (max-width: 992px) {
	#section-food {
		padding-left: 15px;
		padding-right: 15px;
	}
}

#section-privacy {
	position: relative;
	padding-left: 60px;
	padding-right: 60px;
	margin-top: 80px;
}

@media (max-width: 992px) {
	#section-privacy {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.privacy-padding {
	padding-top: 60px;
	padding-bottom: 60px;
}

#section-events {
	position: relative;
	padding-left: 60px;
	padding-right: 60px;
	margin-top: 80px;
}

@media (max-width: 992px) {
	#section-events {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.events-padding {
	padding-top: 60px;
	padding-bottom: 60px;
}

.event-item {
	padding-right: 15px;
	padding-bottom: 30px;
}

.event-item-img {
	position: relative;
	width: 100%;
	padding-top: 100%;
	background-size: cover;
	background-position: center;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-radius: 20px 20px 0 0;
}

.event-item-details {
	position: relative;
	background-color: #FFF;
	padding: 30px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-radius: 0 0 20px 20px;
}

.event-item-indicators {
	
}

.event-item-indicators ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.event-item-indicators ul li {
	display: inline-block;
	background-color: #F494AA;
	font-size: 14px;
	line-height: 14px;
	padding: 10px;
	margin-right: 2px;
}

a .event-item-title {
	display: block;
	font-size: 24px;
	line-height: 26px;
	min-height: 52px;
	margin-bottom: 15px;
}

.event-item-description {
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 40px;
	cursor: default;
}

.event-item-tickets {
	display: block;
	margin-bottom: 15px;
}

.event-item-date {
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 24px;
	line-height: 24px;
	background-color: #F26A42;
	padding: 7px;
	padding-left: 30px;
	padding-right: 30px;
}

a:hover .event-item-date {
	color: #000;
}

#section-event-single {
	position: relative;
	padding-left: 60px;
	padding-right: 60px;
	margin-top: 80px;
}

@media (max-width: 992px) {
	#section-event-single {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.event-info {
	position: relative;
	background-color: #FFF;
	padding: 30px;
	border-radius: 20px;
	padding-top: 90px;
}

.event-info-title {
	display: block;
	font-family: 'Swell';
	font-weight: 400;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: -0.2px;
	margin-bottom: 30px;
}

.event-info-description {
	display: block;
	font-family: "helvetica-lt-pro", sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 33px;
	letter-spacing: -2%;
	margin-bottom: 60px;
	cursor: default;
}

@media (max-width: 992px) {
	.event-info-title {
		font-size: 42px;
		margin-top: 0px;
		margin-bottom: 15px;
	}

	.event-info-description {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 30px;
	}
}

.event-info-tickets {
	display: block;
	margin-bottom: 15px;
}

.event-info-date {
	position: absolute;
	top: 30px;
	left: 30px;
	font-size: 26px;
	line-height: 26px;
	background-color: #F26A42;
	padding: 7px;
	padding-left: 15px;
	padding-right: 15px;
}

.event-padding {
	padding-top: 95px;
	padding-bottom: 60px;
}

@media (max-width: 992px) {
	.event-padding {
		padding-top: 20px;
		padding-bottom: 60px;
	}
}

.event-img {
	padding-top: 100px;
	padding-bottom: 60px;
}

@media (max-width: 992px) {
	.event-img {
		padding-top: 15px;
		padding-bottom: 0px;
	}
}