/*
Theme Name: The Green Room Lounge
Theme URI: https://thegreenroomlounge.com
Description: A custom template designed by CurlyRed Inc. for the The Green Room Lounge <a href="https://thegreenroomlounge.com" target="_blank">https://thegreenroomlounge.com</a> website.
Version: 1.0
Author: CurlyRed Inc.
Author URI: https://www.curlyred.com/
*/

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

/* Color Values

Black: #000 (0, 0, 0)
Gold: #b99f1d (185, 159, 29)
Gold (@35%): #b99f1d (185, 159, 29, .35)
Green: #017223 (1, 114, 35)
White: #fff (255, 255, 255)

*/

/* Fonts */

@font-face {
	font-family: "Amsterdam One";
	src: url('fonts/amsterdam_one.otf') format('opentype');
}

@font-face {
	font-family: "Amsterdam One Slant";
	src: url('fonts/amsterdam_one_slant.otf') format('opentype');
}

@font-face {
	font-family: "Source Sans 3 Bold";
	src: url('fonts/source_sans_3_bold.ttf') format('truetype');
}

@font-face {
	font-family: "Source Sans 3 Bold Italic";
	src: url('fonts/source_sans_3_bold_italic.ttf') format('truetype');
}

@font-face {
	font-family: "Source Sans 3 Italic";
	src: url('fonts/source_sans_3_italic.ttf') format('truetype');
}

@font-face {
	font-family: "Source Sans 3 Medium";
	src: url('fonts/source_sans_3_medium.ttf') format('truetype');
}

@font-face {
	font-family: "Source Sans 3 Medium Italic";
	src: url('fonts/source_sans_3_medium_italic.ttf') format('truetype');
}

@font-face {
	font-family: "Source Sans 3 Regular";
	src: url('fonts/source_sans_3_regular.ttf') format('truetype');
}

/* Basic Elements */

a:link, a:visited {
	font: normal 1em "Source Sans 3 Regular", arial, sans-serif;
	text-decoration: none;
	color: #000;
	transition: color .25s ease-in-out;
}
	
a:hover, a:visited:hover {
	text-decoration: none;
	color: #017223;
}

a, a:active, a:focus, a:link, a:visited, a:hover, a:visited:hover, :focus, :visited {
	outline: none;
}

html, body {
	overflow-x: hidden;
}

body { 
	font: normal 18px "Source Sans 3 Regular", arial, sans-serif;
	line-height: 1.75em;
	color: #000;
	margin: 0 auto;
	padding: 0;
	background-color: #b99f1d;
}

br {
	margin: 0;
	padding: 0;
}

em {
    font: normal 1em "Source Sans 3 Italic", arial, sans-serif;
}

h1 {
	font: normal 2.125em "Amsterdam One", arial, sans-serif;
    line-height: 1.5em;
    color: #000;
	margin: 0 0 25px 0;
	padding: 0;
}

h2 {
	font: normal 1.5em "Source Sans 3 Bold", arial, sans-serif;
    text-transform: uppercase;
	letter-spacing: .0625em;
	line-height: 1em;
    color: #000;
	margin: 0;
	padding: 0;
}

hr {
	border: none 0; 
	border-top: 1px solid #000;
	height: 1px;
	margin: 50px 0;
	padding: 0;
}

hr.dotted {
	border: none 0; 
	border-top: 1px dotted #000;
	height: 1px;
	margin: 50px 0;
	padding: 0;
}

img {
	border: none;
	display: block;
	outline: none;
}

li {
	margin: 0 0 5px 15px;
	padding: 0 0 0 15px;
}

li:last-child {
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
}

ol {
	margin: 0 0 25px 15px;
	padding: 0;
}

ol:last-child {
	margin: 0 0 0 15px;
	padding: 0;
}

p {
	margin: 0 0 25px 0;
	padding: 0;
}

p:last-child {
    margin: 0;
    padding: 0;
}

strong {
    font: normal 1em "Source Sans 3 Bold", arial, sans-serif;
	color: #7575cb;
}
	
ul {
	list-style-type: disc;
	margin: 0 0 25px 15px;
	padding: 0;
}

ul:last-child {
	list-style-type: disc;
	margin: 0 0 0 15px;
	padding: 0;
}
	
/* Specific Elements */

#body_container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
	z-index: 0;
}

#f_center {
    margin: 0;
    padding: 0;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	text-align: center;
}

#f_left {
	font: normal .75em "Source Sans 3 Medium", arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

#f_left a:link, #f_left a:visited {
	font: normal 1em "Source Sans 3 Medium", arial, sans-serif;
	text-decoration: none;
	color: #fff;
	transition: color .25s ease-in-out;
}
	
#f_left a:hover, #f_left a:visited:hover {
	text-decoration: none;
	color: #b99f1d;
}

#f_logo {
    height: 60px;
    margin: 0 auto;
    padding: 0;
    opacity: 1;
    transition: all .25s ease-in-out;
}

#f_logo:hover {
    opacity: .75;
    cursor: pointer;
}

#f_logo img {
    width: auto;
    height: 100%;
    max-height: 60px;
    margin: 0 auto;
    padding: 0;
}

#f_right {
	font: normal .75em "Source Sans 3 Medium", arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	text-align: right;
}

#f_right a:link, #f_right a:visited {
	font: normal 1em "Source Sans 3 Medium", arial, sans-serif;
	text-decoration: none;
	color: #fff;
	transition: color .25s ease-in-out;
}

#f_right a:hover, #f_right a:visited:hover {
	text-decoration: none;
	color: #b99f1d;
}

#f_social {
	height: 18px;
	margin: 0 0 5px 0;
	padding: 0;
	display: flex;
	flex-direction: row-reverse;
	gap: 10px;
	position: relative;
}

#f_social a:link, #f_social a:visited {
	text-decoration: none;
	color: #fff;
	transition: color .25s ease-in-out;
}
	
#f_social a:hover, #f_social a:visited:hover {
	text-decoration: none;
	color: #b99f1d;
}

#footer {
	width: 90%;
	height: 60px;
    margin: 0 0 25px 0;
	padding: 25px 5%;
	background-color: #017223;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
    position: relative;
}

#footer_inner {
    width: 100%;
    height: inherit;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#h_logo {
    width: 500px;
	margin: 0 auto 50px auto;
    padding: 0;
    opacity: 1;
    transition: all .25s ease-in-out;
	position: relative;
	z-index: 1;
}

#h_logo::before {
	content: "";
	width: 180px;
	height: 180px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 55px;
	left: 95px;
	z-index: -1;
}

#h_logo:hover {
    opacity: .75;
    cursor: pointer;
}

#h_logo img {
    width: 100%;
	height: auto;
	max-width: 500px;
	margin: 0 auto;
    padding: 0;
}

#home_intro {
	width: 90%;
	margin: 0;
	padding: 10% 5%;
	position: relative;
	background: #b99f1d repeat center top;
	-webkit-background-size: 50%;
	-moz-background-size: 50%;
	-o-background-size: 50%;
	background-size: 50%;
	display: block;
}

#home_intro_inner {
	width: 100%;
	max-width: 1200px;
	height: inherit;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#home_intro_text {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#menu_container {
	display: none;
}

#mobile_menu_container {
	display: none;
}

/* Classes */

.fab, .fas {
	font-size: 18px;
	margin: 0;
	padding: 0;
	position: relative;
	transition: all .25s ease-in-out;
}

.ghost_black {
	font: normal .75em "Source Sans 3 Bold", arial, sans-serif;
	text-transform: uppercase;
	color: #000;
	margin: 0;
	padding: 10px 20px;
	background-color: transparent;
	border: 1px solid #000;
    cursor: pointer;
	transition: all .25s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
	position: absolute;
	white-space: nowrap;
	z-index: 1;
}

.ghost_black:hover {
	color: #b99f1d;
	background-color: #000;
    border: 1px solid #000;
}

/* Animated Hamburger */

.hamburger {
	display: none;
}

}

/* End */