<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Theme Name: GBFurniture - 2019
 * Author: Esotech Inc.
 * Author URI: http://www.esotech.org
 * Version: 1.0
 *
 */
body {
	font-family: 'Adobe Garamond Pro', 'Cormorant Garamond', serif;
}
.row.no-gutter{
	margin-right: 0px;
	margin-left: 0px;
}
.no-gutter &gt; [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.admin-bar .gb-nav-toggle, .admin-bar .gb-nav-menu  {
	top: 45px;
}
.gb-logo {
	margin-top: 60px;
	display: inline;
	max-width: 1000px;
	width: 100%;
}
.gb-since {
	margin-top: 40px;
    margin-bottom: 40px;
}
.gb-since, .gb-quote, .gb-welcome {
	font-size: 35px;
}

.gb-icons-social {
	margin-top: 40px;

}
.gb-icon-social {
	max-width: 45px;
	margin-right: 10px;
	margin-left: 10px;
}
.gb-enter {
	margin-top: 40px;
	margin-bottom: 60px;
}
.gb-button {
	border: 1px solid black;
	border-radius: 0px;
	color: black;
	font-family: Arial;
    font-weight: normal;
    font-size: 20px;
    padding: 5px 20px;
}
.gb-container {
	position: relative;
	z-index: 3;
}
.gb-text {
	position: relative;
	font-size: 22px;
}
.gb-text a {
	color: #080808;
}
.gb-nav {
	display: relative;
}
.gb-nav-menu {
	position: absolute;
	padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    background-color: white;
    z-index: 1;
    left: 0px;
    top: 0px;
}
.gb-nav-menu li {
	margin: 0;
	height: 50px;
    line-height: 50px;
    font-size: 20px;
}
.gb-nav-menu li a {
	color: #231f20;
	background-color: white;
}
.gb-nav-menu li a:hover{
	text-decoration: none;
}
.gb-nav-menu li:hover {
	cursor: pointer;
}
.gb-nav-toggle:focus {
	outline: none;
}
.gb-nav-toggle {
	z-index: 2;
	border-color: #ddd;
	position: absolute;
	right: 0px;
    top: 0px;
    padding: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.gb-icon-bar {
	background-color: #231f20;
    display: block;
    width: 26px;
    height: 4px;
    border-radius: 1px;
    margin-top: 3px;
}
.gb-middle-nav {
	padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;

}
.gb-middle-nav li {
	display: inline;
	text-transform: uppercase;
	font-size: 20px;
    line-height: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.gb-middle-nav li a {
	color: #231f20;

}
.gb-middle-nav li.current_page_item a {
	color: #b4b5b7;
}

.gb-nav-menu li a:hover{
	text-decoration: none;
}

.gb-credit {
	font-size: 35px;
	padding-right: 50px;
	text-align: right;
}
.gb-bottom {
    width: 100%;
    left: 0px;
}
.gb-bottom.gb-contact-bottom {
	bottom: -20%;
}
.gb-bottom-left {
	width: 50%;
	float: left;
}
.gb-bottom-left img {
	width: 100%;
	max-width: 800px;
}
.gb-bottom-right {
	width: 50%;
	float: right;
}
.gb-quad-images {
	padding-bottom: 20px;
}
.gb-about a {
	color: #b4b5b7;
}
.gb-about a:hover {
	text-decoration: none;
}
.gb-quad-images img {
	margin: 2%;
    width: 96%;
    height: auto;
}
.gb-bottom-right a {
	margin-top: 15%;
	margin-left: 40px;
}
.gb-contact-social .gb-icon-social {
	margin-left: 0;
	margin-right: 10px;
}
.gb-about-left {
	padding-left: 20px;
}
.gb-about-right {
	top: -50px;
	font-size: 18px;
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.gb-bottom {
	    width: 100%;
	    z-index: 1;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.gb-about-right {
		top: 0px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

	.gb-since, .gb-quote, .gb-welcome {
		font-size: 25px;
		line-height: 35px;
	}
	.gb-enter {
		margin-top: 60px;
	}
	.gb-since {
		margin-top: 60px;
	}
	.gb-credit {
		font-size: 25px;
		padding-right: 0px;	
	}
	.gb-bottom-right, .gb-bottom-left {
		float: none;
		width: 100%;
	}
	.gb-bottom-left img {
		max-width: 100%;
	}
	.gb-bottom-right {
		margin-bottom: 50px;
	}
	.gb-contact-social .gb-icon-social {
		margin: 0;
		text-align: center;
	}
	.gb-container {
		position: relative;
		top: 60px;
	}
	.gb-about {
		margin-top: 5px;
		font-size: 16px;
	}
	.gb-container .gb-text {
		text-align: center;
	}
	.gb-container .gb-contact-social {
		margin-top: 25px;
		margin-bottom: 30px;
	}
	.gb-contact-bottom {
		left: -25%;
		width: 150%;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}

.mb-25{
	margin-bottom: 25px;
}

.mb-50{
	margin-bottom: 50px;
}

.bio h2{
	font-size: 45px;
	font-weight: 900;
}

.bio h4{
	font-size: 30px;
	font-weight: 900;
}

.section__heading {
    clear: both;
    display: inline-block;
    padding: 10px 80px;
    margin-bottom: 20px;
    font-size: 30px;
}

.section__heading {
    background-color: #000;
    color: #fff;
}


/* Custom, iPhone Retina */ 
@media only screen and (min-width : 767px) {
	.pd-40{
		padding: 5px 50px;
	}
}
</pre></body></html>