/* Consolidated styles for Editing.php - with BeerSlider */

/* ===== Base Reset ===== */
*, *::before, *::after { box-sizing: border-box; }
html, body { padding: 0; margin: 0; overflow-x: hidden; overflow-y: auto; }
body {
	position: relative;
	background-color: #FFF;
	font-family: 'Playfair Display', serif;
	line-height: 1.5;
	font-size: 16px;
	color: #333;
}
a { color: #B5A474; text-decoration: none; }
a:hover, a:focus { color: #9a8b5e; }
p { margin: 0 0 1em; }
img { max-width: 100%; height: auto; }
b, strong { font-weight: 600; }
ul { margin: 0; padding: 0; list-style: none; }
section { position: relative; }
::selection { color: #fff; background: #B5A474; }

/* ===== Smooth scroll & fade-in ===== */
html { scroll-behavior: smooth; }
body { animation: fadeIn 0.8s ease-in; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

/* ===== Bootstrap Grid ===== */
.row { display: flex; flex-wrap: wrap; margin-left: -15px; margin-right: -15px; }
.row::after { content: ""; display: table; clear: both; }
[class*="col-"] { position: relative; width: 100%; padding-left: 15px; padding-right: 15px; }
@media (min-width: 992px) {
	.col-md-6 { flex: 0 0 50%; max-width: 50%; }
	.col-md-12 { flex: 0 0 100%; max-width: 100%; }
	.col-md-push-6 { left: 50%; }
	.col-md-pull-6 { right: 50%; left: auto; }
}

/* ===== Headings ===== */
h1, h2, h3, h4, h5, h6 { color: inherit; font-weight: bold; margin-top: 0; }
h1, h2, h3 { line-height: 1.2; margin-bottom: 20px; }
h4, h5, h6 { line-height: 1.4; margin-bottom: 20px; }
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }

/* ===== Helper Classes ===== */
.text-center { text-align: center !important; }
.margin-top-30 { margin-top: 30px !important; }
.margin-auto { margin-left: auto; margin-right: auto; }
.bg-image { background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; }
.bg-transparent-5-dark { background-color: rgba(0, 0, 0, 0.5) !important; }
.cover { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.2); z-index: 2; }
.full-cover { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.for-dark-style { display: none; }
.bg-gray-3 { background-color: #f3f3f3 !important; }

/* ===== Boxed Layout ===== */
body.tt-boxed .tt-wrap { margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; max-width: 1440px; }

/* ===== Body Content ===== */
#body-content { position: relative; overflow: hidden; }

/* ===== HR Short ===== */
hr.hr-short { position: relative; max-width: 45px; margin: 20px 0; border: 0; border-top: 6px solid #B5A474; }
.text-center hr.hr-short { margin-left: auto; margin-right: auto; }

/* ===== Header ===== */
#header {
	position: relative;
	top: 0; left: 0;
	width: 100%; max-width: 100%;
	background-color: #FFF;
	z-index: 9999;
	transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
	#header { z-index: 99999; box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05); }
}
.header-inner { position: relative; padding-left: 2%; padding-right: 2%; }
.header-inner::after { content: ""; display: block; clear: both; }

#header.header-show-hide-on-scroll { position: fixed !important; }
#header.header-show-hide-on-scroll.fly-up { top: -150px; }
body.tt-m-menu-open #header.header-show-hide-on-scroll { top: 0; }
#header.header-filled { padding: 0; box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05); }

/* ===== Logo ===== */
#logo { position: relative; z-index: 9; }
#header #logo img { max-height: 50px; }
#logo .logo-light, #logo .logo-light-m, #logo .logo-dark-m { display: none; }
@media (max-width: 991px) {
	#header #logo { position: absolute; top: 5px; }
	#logo .logo-dark { display: none; }
	#logo .logo-dark-m { display: block; }
}
#header.menu-align-right .tt-main-menu { float: right; text-align: left; }
#header.menu-align-right #logo { top: 15px; float: left; margin: 0; }

/* ===== Menu ===== */
.tt-main-menu { display: block; }
@media (min-width: 992px) {
	.tt-menu-collapse { display: inline-block !important; }
}
.tt-menu-nav { margin: 0; padding: 0; list-style: none; }
.tt-menu-nav > li { display: inline-block; margin: 0 10px; }
.tt-menu-nav > li:first-child { margin-left: 0; }
.tt-menu-nav > li:last-child { margin-right: 0; }
.tt-menu-nav > li > a {
	position: relative; display: block; margin: 0; padding: 30px 0;
	text-decoration: none; font-size: 15px; font-weight: 500; color: #222;
	transition: all 0.1s ease-in-out;
}
.tt-menu-nav > li > a::after {
	position: absolute; content: ""; bottom: 0; left: 0;
	width: 0; height: 3px; background-color: #B5A474;
	transition: all 0.2s ease-in-out;
}
.tt-menu-nav > li > a:hover::after { width: 100%; }

/* Submenu */
.tt-submenu-wrap { position: relative; }
.tt-submenu {
	position: relative; display: none; top: 100%; left: 0;
	min-width: 200px; background-color: #FFF;
	margin: 0; padding: 0; list-style: none; z-index: 999; text-align: left;
	box-shadow: inset 0 0 0 1px rgba(99, 99, 99, 0.1);
	border-radius: 4px;
}
@media (min-width: 992px) {
	.tt-submenu {
		position: absolute; display: block !important;
		top: 110%; padding: 10px 0;
		visibility: hidden; opacity: 0;
		transition: all 0.3s ease-in-out;
	}
	.tt-submenu-wrap.tt-submenu-open > .tt-submenu {
		top: 100%; visibility: visible; opacity: 1;
		transition-delay: 0.1s;
	}
}
.tt-submenu li { margin: 2px 0; }
.tt-submenu li > a {
	display: block; padding: 10px 25px 7px 20px;
	text-decoration: none; font-size: 14px; line-height: 19px; color: #888;
	transition: all 0.2s ease-in-out;
}
.tt-submenu li > a:hover {
	background-color: rgba(132, 132, 132, 0.1); color: #000;
	box-shadow: inset 3px 0 0 0 #B5A474;
}
.tt-menu-nav > li:last-child > .tt-submenu { left: auto; right: 0; }

/* Submenu dark */
.tt-submenu-dark .tt-submenu { background-color: #111; }
@media (min-width: 992px) {
	.tt-submenu-dark .tt-submenu { background-color: rgba(25, 25, 25, 0.95); }
}
.tt-submenu-dark .tt-submenu li > a { color: #CCC; }
.tt-submenu-dark .tt-submenu li > a:hover { color: #FFF; }

/* Mobile menu toggle */
#tt-m-menu-toggle-btn { position: relative; display: none; float: right; top: 20px; cursor: pointer; padding: 8px 25px 11px 0; }
#tt-m-menu-toggle-btn span,
#tt-m-menu-toggle-btn span::before,
#tt-m-menu-toggle-btn span::after {
	position: absolute; display: block; content: '';
	height: 4px; width: 25px; background-color: #222;
	cursor: pointer; border-radius: 2px;
	transition: all 0.3s ease-in-out;
}
#tt-m-menu-toggle-btn span::before { top: -8px; }
#tt-m-menu-toggle-btn span::after { bottom: -8px; }
body.tt-m-menu-open #tt-m-menu-toggle-btn span { background-color: transparent !important; }
body.tt-m-menu-open #tt-m-menu-toggle-btn span::before { top: 0; transform: rotate(45deg); }
body.tt-m-menu-open #tt-m-menu-toggle-btn span::after { top: 0; transform: rotate(-45deg); }

/* Mobile menu */
@media (max-width: 991px) {
	#tt-m-menu-toggle-btn { display: block; }
	.tt-main-menu { display: block; float: none !important; min-height: 60px; }
	.tt-menu-collapse {
		position: absolute; display: none; top: 100%; left: 0;
		width: 100%; max-height: calc(100vh - 60px); overflow-y: auto;
		background-color: #1F1F1F; text-align: left;
		border-top: 1px solid #000;
		box-shadow: inset 0 22px 7px -20px rgba(0, 0, 0, 0.8);
	}
	.tt-menu-collapse.menu-open { display: block; }
	.tt-menu-nav > li { display: block; float: none; margin: 0; border-bottom: 1px solid #000; }
	.tt-menu-nav > li > a { margin: 0; padding: 10px 20px; color: #CCC !important; }
	.tt-menu-nav > li > a:hover { color: #FFF !important; }
	.tt-menu-nav > li > a::after { display: none; }
	.tt-submenu {
		display: none; position: relative; top: auto; left: 0 !important;
		min-width: 100%; background-color: #111; border-radius: 0;
		box-shadow: inset 0 22px 10px -20px rgba(0, 0, 0, 0.8), inset 0 -22px 10px -20px rgba(0, 0, 0, 0.8) !important;
	}
	.tt-submenu.submenu-open { display: block; }
	.tt-submenu > li { border-top: 1px solid #000; }
	.tt-submenu > li:first-child { border-top: none; }
	.tt-submenu li > a { padding: 11px 55px 11px 30px; color: #CCC; }
	.tt-submenu > li > a:hover { color: #FFF; box-shadow: none; }
	.tt-submenu-wrap .tt-m-submenu-toggle {
		width: 45px; height: 100%; line-height: 44px;
		background-color: rgba(128, 128, 128, 0.12);
		position: absolute; top: 0; right: 0;
		cursor: pointer; text-align: center;
		font-size: 18px; color: #DDD;
		border-left: 1px solid rgba(134, 134, 134, 0.06);
	}
	.tt-submenu-wrap .tt-m-submenu-toggle::after {
		font-family: "Font Awesome 5 Free"; content: "\f107";
		font-weight: 900; display: inline-block;
	}
	.tt-submenu-wrap .tt-m-submenu-toggle.tt-m-dropdown-open::after {
		font-size: 16px; content: "\f00d";
	}
}

/* ===== Page Header ===== */
#page-header { position: relative; background-color: rgba(101, 101, 101, 0.1); overflow: hidden; }
.page-header-inner { position: relative; padding: 100px 8%; }
@media (max-width: 1280px) {
	.page-header-inner { padding-top: 10% !important; padding-bottom: 10% !important; }
}
.page-header-caption { position: relative; margin: 0 auto; z-index: 3; }
@media (max-width: 1440px) {
	.page-header-caption { padding-left: 8%; padding-right: 8%; }
}
.page-header-title { max-width: 900px; margin: 0; font-size: 52px; color: #222; }
@media (max-width: 991px) { .page-header-title { font-size: 42px; } }
@media (max-width: 768px) { .page-header-title { font-size: 32px; } }
.page-header-description { max-width: 760px; margin: 30px 0 0 0; font-size: 17px; font-weight: 300; color: #111; }
@media (max-width: 767px) { .page-header-description { font-size: 15px; } }
.page-header-caption.ph-caption-lg .page-header-title { font-size: 68px; }
@media (max-width: 991px) { .page-header-caption.ph-caption-lg .page-header-title { font-size: 62px; } }
@media (max-width: 768px) { .page-header-caption.ph-caption-lg .page-header-title { font-size: 38px; } }
.page-header-image { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
#page-header.ph-image-on { color: #FFF; }
#page-header.ph-image-on .page-header-title { color: #FFF; }
#page-header.ph-image-on .page-header-description { color: #EEE; }

/* ===== Call to Action Section ===== */
.call-to-action-section { padding: 60px 0; }
.call-to-action-inner { position: relative; z-index: 1; }

/* ===== TT Heading ===== */
.tt-heading { position: relative; margin-bottom: 30px; }
.tt-heading-inner {}
.tt-heading-title { margin-bottom: 10px; }
.tt-heading-subtitle { font-size: 16px; color: #888; }
.tt-heading.tt-heading-lg .tt-heading-title { font-size: 42px; }
@media (max-width: 991px) { .tt-heading.tt-heading-lg .tt-heading-title { font-size: 32px; } }

/* ===== Gallery/Isotope Masonry Grid ===== */
#gallery-single-section { padding: 60px 0; }
.isotope-wrap { position: relative; }
.isotope { position: relative; }
.isotope-top-content { margin-bottom: 40px; }
.isotope-items-wrap { column-count: 4; column-gap: 30px; }
.grid-sizer { display: none; }
.isotope-item { break-inside: avoid; margin-bottom: 30px; width: 100%; }
@media (max-width: 1200px) {
	.isotope-items-wrap { column-count: 3; }
}
@media (max-width: 991px) {
	.isotope-items-wrap { column-count: 2; }
}
@media (max-width: 600px) {
	.isotope-items-wrap { column-count: 1; }
}

/* ===== Buttons ===== */
.btn {
	display: inline-block; margin-bottom: 0; padding: 10px 20px;
	font-size: 14px; font-weight: 500; line-height: 1.4; text-align: center;
	vertical-align: middle; cursor: pointer;
	background-image: none; border: 1px solid transparent; border-radius: 4px;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
.btn-default { color: #555; background-color: rgba(153, 153, 153, 0.2); border-color: transparent; }
.btn-default:hover { background-color: rgba(153, 153, 153, 0.35); color: #333; }
.btn-default.btn-link { background-color: transparent; color: #555; }
.btn-default.btn-link:hover { background-color: rgba(153, 153, 153, 0.2); color: #333; }
.btn-social-min { width: 35px; height: 35px; line-height: 35px; padding: 0; font-size: 16px; border-radius: 50px; }

/* ===== Social Buttons ===== */
.social-buttons ul { margin: 0; padding: 0; list-style: none; }
.social-buttons ul > li { display: inline-block; margin: 0 2px; }

/* ===== Footer ===== */
#footer {
	position: relative; height: 100%;
	background-color: #F3F3F3;
	margin-top: 80px; margin-left: auto; margin-right: auto;
	padding: 80px 0 0 0;
	border-top: 1px solid rgba(134, 134, 134, 0.05);
}
@media (max-width: 1200px) { #footer { margin-top: 60px; } }
@media (max-width: 991px) { #footer { text-align: center; } }
@media (max-width: 767px) { #footer { margin-top: 60px; padding-top: 40px; } }
.footer-inner {}
.footer-container { padding-left: 15px; padding-right: 15px; }
@media (min-width: 1440px) { .footer-container { padding-left: 5%; padding-right: 5%; } }
#footer .social-buttons { margin-bottom: 20px; }
@media (min-width: 992px) { #footer .social-buttons { text-align: right; } }
.footer-copyright { font-size: 12px; color: #888; }
.footer-copyright p { margin-bottom: 0; }
@media (max-width: 991px) { .footer-copyright p { margin-bottom: 5px; } }

/* Footer minimal */
#footer.footer-minimal { height: 80px; padding: 22px 0; }
@media (max-width: 991px) { #footer.footer-minimal { height: auto; padding: 60px 0; } }
@media (min-width: 1440px) { #footer.footer-minimal .footer-container { padding-left: 2%; padding-right: 2%; } }
body.tt-boxed #footer.footer-minimal .footer-container { padding-left: 15px; padding-right: 15px; }
#footer.footer-minimal .social-buttons { margin-bottom: 0; text-align: right; }
@media (max-width: 991px) { #footer.footer-minimal .social-buttons { margin-bottom: 30px; text-align: center; } }
#footer.footer-minimal .social-buttons .btn-link { width: 30px; height: 35px; line-height: 35px; }

/* Footer dark */
#footer.footer-dark { background-color: #121212; color: #CCC; }
#footer.footer-dark .btn-default { color: #DDD; background-color: rgba(189, 189, 189, 0.13); }
#footer.footer-dark .btn-default:hover { background-color: rgba(189, 189, 189, 0.35); color: #FFF; }

/* ===== Scroll to Top ===== */
.scrolltotop {
	position: fixed; display: none;
	bottom: 20px; right: 20px;
	width: 34px; height: 34px; line-height: 34px;
	background-color: rgba(169, 169, 169, 0.4);
	text-align: center; font-size: 16px; color: #FFF;
	text-decoration: none; border-radius: 50px;
	z-index: 99999;
}
@media (max-width: 1560px) { .scrolltotop { bottom: 70px; } }
@media (max-width: 992px) { .scrolltotop { bottom: 20px; } }
.scrolltotop:hover { background-color: #B5A474; color: #FFF; }

/* ===== FontAwesome Icons ===== */
@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	src: url('../vendor/fontawesome/webfonts/fa-solid-900.woff2') format('woff2');
}
@font-face {
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
	font-weight: 400;
	src: url('../vendor/fontawesome/webfonts/fa-brands-400.woff2') format('woff2');
}
.fa, .fas, .fab { font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; }
.fa, .fas { font-family: 'Font Awesome 5 Free'; font-weight: 900; }
.fab { font-family: 'Font Awesome 5 Brands'; font-weight: 400; }
.fa-facebook-f::before { content: "\f39e"; }
.fa-instagram::before { content: "\f16d"; }
.fa-flickr::before { content: "\f16e"; }
.fa-tumblr::before { content: "\f173"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-chevron-up::before { content: "\f077"; }

/* ===== BeerSlider (Before/After) ===== */
.beer-slider { display: inline-block; overflow: hidden; position: relative; }
.beer-slider *, .beer-slider:after, .beer-slider :after, .beer-slider:before, .beer-slider :before { box-sizing: border-box; }
.beer-slider img, .beer-slider svg { vertical-align: bottom; }
.beer-slider > * { height: 100%; }
.beer-slider > img { height: auto; max-width: 100%; }
.beer-reveal { left: 0; opacity: 0; overflow: hidden; position: absolute; right: 50%; top: 0; transition: opacity .35s; z-index: 1; }
.beer-reveal > :first-child { height: 100%; max-width: none; width: 200%; }
.beer-reveal > img:first-child { height: auto; }
.beer-range {
	-moz-appearance: none; -ms-touch-action: auto; -webkit-appearance: slider-horizontal !important;
	bottom: 0; cursor: pointer; height: 100%; left: -1px; margin: 0;
	opacity: 0; position: absolute; top: 0; touch-action: auto;
	width: calc(100% + 2px); z-index: 2;
}
.beer-range::-webkit-slider-thumb { -webkit-appearance: none; height: 300vh; }
.beer-range::-moz-range-thumb { -webkit-appearance: none; height: 300vh; }
.beer-range::-ms-tooltip { display: none; }
.beer-handle {
	background: hsla(0, 0%, 100%, .5); border-radius: 50%;
	box-shadow: 0 0 6px transparent; color: #000;
	height: 48px; left: 50%; opacity: 0; pointer-events: none;
	position: absolute; top: 50%; transform: translate3d(-50%, -50%, 0);
	transition: background .3s, box-shadow .3s, opacity .5s .25s;
	width: 48px; z-index: 2;
}
.beer-handle:after, .beer-handle:before {
	border-left: 2px solid; border-top: 2px solid; content: "";
	height: 10px; position: absolute; top: 50%; transform-origin: 0 0; width: 10px;
}
.beer-handle:before { left: 10px; transform: rotate(-45deg); }
.beer-handle:after { right: 0; transform: rotate(135deg); }
.beer-range:focus ~ .beer-handle { background: hsla(0, 0%, 100%, .85); box-shadow: 0 0 3px rgba(0, 0, 0, .4); }
.beer-reveal[data-beer-label]:after, .beer-slider[data-beer-label]:after {
	background: hsla(0, 0%, 100%, .75); border-radius: .125rem;
	content: attr(data-beer-label); line-height: 1; padding: .5rem; position: absolute; top: 1.5rem;
}
.beer-slider[data-beer-label]:after { right: 1.5rem; }
.beer-reveal[data-beer-label]:after { left: 1.5rem; }
.beer-reveal[data-beer-label=""]:after, .beer-slider[data-beer-label=""]:after { content: none; }
.beer-ready .beer-handle, .beer-ready .beer-reveal { opacity: 1; }
