/*
 Theme Name:     FURNY
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

/* IMPORTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@font-face {
    font-family: 'GuardianEgyptianWeb-Semibold';
    src: url('https://furny.wpengine.com/wp-content/themes/FURNY/fonts/GuardianEgyptianWeb-Semibold.woff2') format('woff2'),
        url('https://furny.wpengine.com/wp-content/themes/FURNY/fonts/GuardianEgyptianWeb-Semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GuardianEgyptianWeb-Regular';
    src: url('https://furny.wpengine.com/wp-content/themes/FURNY/fonts/GuardianEgyptianWeb-Regular.woff2') format('woff2'),
        url('https://furny.wpengine.com/wp-content/themes/FURNY/fonts/GuardianEgyptianWeb-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MaisonNeueExtended-ExtraBold';
    src: url('https://furny.wpengine.com/wp-content/themes/FURNY/fonts/MaisonNeueExtended-ExtraBold.woff2') format('woff2'),
        url('https://furny.wpengine.com/wp-content/themes/FURNY/fonts/MaisonNeueExtended-ExtraBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MaisonNeueExtended-Bold';
    src: url('https://furny.wpengine.com/wp-content/themes/FURNY/fonts/MaisonNeueExtended-Bold.woff2') format('woff2'),
        url('https://furny.wpengine.com/wp-content/themes/FURNY/fonts/MaisonNeueExtended-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
  --black: #120b0b;
  --sand: #6a635c;
  --khaki-green: #8b8838;
  --neon-green: #ded95b;
  --beige: #fcf8f4;
  --white: #ffffff;
  --white-60: rgba(255, 255, 255, 0.6);
}


/* THEME BASE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

html {
  font-size: 1em;
}
body {
  font-family: 'GuardianEgyptianWeb-Regular', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a {
  color: #1EAEDB;
}
a:hover {
  color: #0FA0CE; 
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a,
button {
	color: #1EAEDB;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'MaisonNeueExtended-ExtraBold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #333;
	margin-top: 0;
	margin-bottom: 2rem;
	text-transform: none;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 { 
	font-size: 4.0rem;
	line-height: 1.2;
	letter-spacing: -.1rem;
}
h2 { 
	font-size: 3.6rem;
	line-height: 1.25;
	letter-spacing: -.1rem; 
}
h3 { 
	font-size: 3.0rem;
	line-height: 1.2; 
	letter-spacing: -.1rem;
}
h4 { 
	font-size: 2.4rem; 
	line-height: 1.6; 
	letter-spacing: -.08rem;
	margin-bottom: -1.6rem; 
}
h5 { 
	font-size: 1.8rem; 
	line-height: 1.4;  
	letter-spacing: -.05rem;
}
h6 { 
	font-size: 1.4rem; 
	line-height: 1.2;  
	letter-spacing: 0;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.8em;
	color: var(--sand);
	margin-bottom: 1em;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
hr {
    border: none;
    display: block;
    height: 3px;
    background: #eeeeee;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.btn {
	font-family: 'MaisonNeueExtended-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	font-weight: normal;
	color: var(--black);
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	line-height: 1;
	background-color: transparent;
	border: 2px solid var(--black);
	border-radius: 0px;
	margin-bottom: 0;
	padding: 1rem 3.12rem;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	-moz-user-select: none;
}
.btn:hover{
	color:var(--white);
	background-color:var(--black);
	border-color:var(--black);}
.breadcrumb > .active {
	color: #888;
}
.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }
.negMarginBig {
	margin-top: -18em;
}
.negMarginMed {
	margin-top: -14em;
}
.negMarginSmall {
	margin-top: -10em;
}
.text-block-left {
	text-align: left;
}
.text-block-right {
	text-align: right;
}
.text-block-middle {
	text-align: center;
}
.customIcon {
	font-size: 7.8rem;
	color: var(--khaki-green);
	margin: 10% 0;
}


/* THEME SPECIFIC CUSTOMIZATIONS (Menu, Buttons, Forms, Links, HRs, etc)
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Menu */
#main-header {
	font-family: 'MaisonNeueExtended-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.3rem;
	color: var(--white);
}

#top-menu a {
	font-size: 1.1rem;
	color: var(--white);
}

.et-fixed-header#main-header {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.et-fixed-header #top-menu a {
	color: var(--black);
}

#top-menu a:hover, 
.et-fixed-header #top-menu a:hover, #top-menu li.current-menu-item>a {
	color: var(--neon-green);
	opacity: 1 !important;
}

/* Mobile Menu */

.mobile_menu_bar:before {
	color: var(--neon-green);
}

#main-header .et_mobile_menu {
	background-color: rgba(255,255,255,1) !important;
}

.et_mobile_menu {
	border-top: 3px solid var(--neon-green);
}

/* Footer */


#footer-bottom {
	display: none; /*hide divi footer*/
}

.main-site-footer {
    background: #000 url(//https://furny.wpengine.com/wp-content/uploads/2018/11/barcode_pattern.png) repeat-x -50% 0;
    padding: 4.8rem 0;
    text-align: center;
}

.main-site-footer ul {
	margin: 0 auto;
    display: table;
    float: none;
}

.main-site-footer ul li {
	font-family: 'MaisonNeueExtended-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    color: var(--white);
    padding: 0 1.2rem;
    display: inline-block;
}

.main-site-footer ul li a {
	color: var(--white);
}

.main-site-footer ul li a:hover {
	color: var(--neon-green);
}

.main-site-footer img {
	opacity: 0.4;
}

.main-site-footer .sub-link:hover {
	color: var(--white);
}

/* Buttons & Links */

.btn::after, .sub-link::after {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 400; 
	content: "\f061";
	margin-left: 0.6em;
	display: inline-block;
}

.btn-green {
	color: var(--white);
	background-color: transparent;
	border: 2px solid var(--neon-green);
}

.btn-green:hover {
	color: var(--black);
	background-color: var(--neon-green);
	border: 2px solid var(--neon-green);
}

.btn-gf {
	width: 100% !important;
	cursor: pointer;
}


.get-started {
	border-radius: 0px;
}
	
.get-started a {
	color: var(--black) !important;
}

.get-started a:hover {
	color: var(--neon-green) !important;
}

li.get-started {
	background-color: var(--neon-green);
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.2rem;
	padding: 24px 26px 36px 22px !important;
	margin-left: 1rem;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

li.get-started:hover {
	background-color: var(--black);
	color: var(--neon-green) !important;
}

.et-fixed-header #top-menu .get-started a {
	color: var(--black) !important;
}

.et-fixed-header #top-menu .get-started a:hover {
	color: var(--neon-green) !important;
}

.get-started li.current-menu-ancestor > a, .get-started li.current-menu-item > a {
	color: #fff !important;
}
 
@media only screen and (min-width : 981px) {
li.get-started {
	height: 33px;
}
}

.sub-link {
	font-family: 'MaisonNeueExtended-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	font-weight: normal;
	color: var(--khaki-green);
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 1;
}

.sub-link:hover {
	color: var(--black);
}

.sub-link:after {
	color: var(--neon-green);
	transform: translate(0,0);
	transition: all 0.3s ease-out 0s;
}

.sub-link:hover:after {
	transform: translate(5px,0);
}


/* hrs */

.hrGreen {
	background-color: var(--neon-green);
}

.hrBlack {
	background-color: var(--black);
}

/* Gallery Overlays */

.et_overlay {
	border: 1px solid var(--black);
	background: rgba(0,0,0,0.5);
}

.et_overlay:before {
	color: var(--neon-green);
}

/* Gravity Forms */

.furnyc_wrapper input.text, .furnyc_wrapper input.title, .furnyc_wrapper input[type=email], .furnyc_wrapper input[type=password], .furnyc_wrapper input[type=tel], .furnyc_wrapper input[type=text], .furnyc_wrapper select, .furnyc_wrapper textarea {
	padding: 1.4rem 1.2rem !important;
}

.furnyc_wrapper input.text:hover, .furnyc_wrapper input.title:hover, .furnyc_wrapper input[type=email]:hover, .furnyc_wrapper input[type=password]:hover, .furnyc_wrapper input[type=tel]:hover, .furnyc_wrapper input[type=text]:hover, .furnyc_wrapper select:hover, .furnyc_wrapper textarea:hover {
	border: 1px solid #000;
}

.furnyc_wrapper .top_label .gfield_label {
	display: none !important; /*Hide labels*/
}

.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px !important; /*Get rid of weird padding to right*/
}


/* THEME SPECIFIC HEADERS (For Hero areas on Main or Sub pages)
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.header {
	padding-top: 120px !important;
}

.header-home {
	min-height: 760px;
}

.header-inner {
	min-height: 550px;
}

.header-special {
	padding: 12rem 0; 
}

/* THEME SPECIFIC TYPOGRAPHY (Custom H1, H2, etc)
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.header h1 {
	color: var(--beige);
	
}

.header p, .header-special p {
	color: var(--white-60);
}

.header h1 span, .header-special h3 span {
	padding: 0 5px;
    display: inline;
    background-image: linear-gradient(180deg,transparent 90%,var(--khaki-green) 0);
    background-size: 100% 85%;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    transition: .45s;
}

.dark-title {
	color: var(--black);
}

.light-title {
	color: var(--white);
}

.line-left:before, .line-right:after {
	background-color: var(--khaki-green);
	content: "";
	display: inline-block;
	height: 6px;
	position: relative;
	vertical-align: middle;
	width: 10%;
}

.line-left:before {
	right: 0.5em;
	margin-left: -10%;
}

.line-right:after {
	left: 0.5em;
	margin-right: -10%;
}

.circle-left:before, .circle-right:after {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 400;
	color: var(--neon-green);
	content: "\f22d";
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.circle-left:before {
	right: 0.5em;
	margin-left: -6%;
}

.circle-right:after {
	left: 0.5em;
	margin-right: -6%;
}

/* Stat Blocks */

.stat-grid {
	margin: 0px !important;
}


.stat-block {
	padding: 4em 1.6em;
	text-align: center;
	margin: 0px !important;
}

.stat-block-color1 {
	background-color: #4d4944;
}

.stat-block-color2 {
	background-color: #413d39;
}

.stat-block-color3 {
	background-color: #6a635c;
}

.stat-block h1 {
	font-size: 2.8rem;
	color: var(--white);
	margin-bottom: 0;
}

.stat-block h6 {
	font-family: 'GuardianEgyptianWeb-Regular', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	color: var(--white-60);
	margin-bottom: 0;
}

/* Facts */

.facts ul {
	margin: 0 auto;
    display: table;
    float: none;
}

.facts ul li {
    font-size: 1rem;
    margin: 1.2rem 0;
    display: inline-block;
}

.facts ul li:before {
    font-family: "Font Awesome 5 Free";
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--neon-green);
    content: "\f22d";
    position: relative;
    float: left;
    margin-left: -6%;
}

/* About */

h6.member-title {
	font-size: 1.2rem;
    color: var(--khaki-green);
    margin-top: -1.8rem;
}

.fur-facts ol {
	counter-reset: my-awesome-counter;
	list-style: none;
	padding-left: 40px;
}

.fur-facts ol li {
	margin: 4rem 0;
	counter-increment: my-awesome-counter;
	position: relative;
}

.fur-facts ol li::before {
	font-family: 'MaisonNeueExtended-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    content: counter(my-awesome-counter);
    color: var(--neon-green);
    font-size: 1.5rem;
    font-weight: bold;
    position: absolute;
    --size: 52px;
    left: calc(-1 * var(--size) - 36px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: -8px;
    background: var(--black);
    border: 5px solid var(--black);
    border-radius: 50%;
    text-align: center;
}

.fur-facts ol li h4 {
	font-size: 1.8rem;
    color: var(--khaki-green);
    line-height: 1.4;
    margin-bottom: 1.2rem;
	
}

.fur-facts ol li p {
	color: var(--sand);
}

/* QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
html {
  font-size: 1.2em;
}  
}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
 
}
 
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
li.get-started {
	padding: 8px 26px 10px 22px !important;
	margin-left: 0;
}	
.negMarginBig, .negMarginMed, .negMarginSmall {
	margin-top: 0;
} 
}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
.negMarginBig, .negMarginMed, .negMarginSmall {
	margin-top: 0;
} 
}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
.negMarginBig, .negMarginMed, .negMarginSmall {
	margin-top: 0;
} 
}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
.line-left:before, .line-right:after {
	display: none;
}
.negMarginBig, .negMarginMed, .negMarginSmall {
	margin-top: 0;
}
.fur-facts ol li::before {
	--size: 40px;
    left: calc(-1 * var(--size) - 26px);
}
}