/*
Theme Name: Randy Hynes
Author: Aubrey Strother | Crafted by Aubrey
Author URI: https://www.craftedbyaubrey.com
Description: A custom WordPress theme for Randy Hynes.
Version: 1.0
*/

/* =Reset
-------------------------------------------------------------- */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	background: #f2f2f2;
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	scroll-behavior: smooth;
}
body {
	background: #f2f2f2;
	font-family: 'mr-eaves-modern', sans-serif;
	font-weight: 400;
	width: auto;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}




/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
	color: #23211f;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color:#1c1a18;
	border: 0;
	height: 2px;
	margin: 1.5em 0;
}
u {
	text-decoration-thickness: 2px;
	text-underline-offset: 10px;
}
/* Text elements */
ul, ol {
	margin: 0 0 1.5em 1em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
ul li, ol li {
	font-family: "mr-eaves-modern", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.125em;
	color: #1c1a18;
	line-height: 1.25;
	margin-bottom: 1em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	height: auto;
	vertical-align: middle;
}
img,
object,
embed {
  max-width: 100%;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	font-family: "mr-eaves-modern", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.125em;
	color: #1c1a18 !important;
	background: #bc9653;
	padding: 0.75em 1.5em;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.25;
	margin-bottom: 0.5em;
	outline: none;
	border: none;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	outline: none;
	outline: none;
	color: #1c1a18 !important;
	background: #bcbcbc;
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border: none;
	box-shadow: none;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"],
textarea {
	font-family: "mr-eaves-modern", sans-serif;
	font-weight: 400;
	font-size: 1.1s25em !important;
	font-style: normal;
	color: #1c1a18;
	border: 2px solid #bcbcbc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
	outline: none;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"] {
	padding: 14px !important;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 14px !important;
	vertical-align: top; /* Improves readability and alignment in all browsers */
}
form label, form legend {
	font-family: "mr-eaves-modern", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.25em !important;
	color: #1c1a18;
}
form #field_submit {
	background: #fff;
	padding: 14px 10px 14px 16px !important;
	justify-content: end;
}
form #field_submit input[type="image"] {
	max-width: 24px; 
	float: right;
	text-align: right;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
/* .clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
} */

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


/*********************************
	Global Styles
*********************************/
p {
	font-family: "mr-eaves-modern", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.125em;
	color: #1c1a18;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
p.large-page-intro {
	font-family: "ivyjournal", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.75em;
	color: #1c1a18;
	line-height: 1.5;
	margin-bottom: 0.5em;
}
p.page-intro {
	font-family: "mr-eaves-modern", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.5em;
	color: #1c1a18;
	line-height: 1.25;
	margin-bottom: 0.5em;
}
a, a:visited {
	outline: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover, a:focus, a:active {
	outline: none;
}
a.button {
	display: inline-block;
	font-family: "mr-eaves-modern", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.125em;
	color: #1c1a18 !important;
	background: #bc9653;
	padding: 0.75em 1.5em;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.25;
	margin-bottom: 0.5em;
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.button.black-button {
	background: #302b28;
	color: #bc9653 !important;
}
a.button:hover, a.button:focus, a.button:active {
	outline: none;
	color: #1c1a18 !important;
	background: #bcbcbc;
}
a.arrow-link {
	position: relative;
	display: inline-block;
	font-family: "mr-eaves-modern", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.125em;
	color: #1c1a18;
	background: url('img/gold-arrow-right.png') no-repeat left center;
	background-size: 23px;
	padding: 0 0.5em 0 2.5em;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.25;
	margin-bottom: 0.5em;
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.arrow-link:before {
	content: '';
	position: absolute;
	top: calc(50% - 1.25px);
	left: 0;
	height: 2.5px;
	border-radius: 4px;
	width: 0.5em;
	background: #bc9653;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.arrow-link:hover {
	padding: 0 0.5em 0 2.75em;
	background: url('img/gold-arrow-right.png') no-repeat 0.25em center;
	background-size: 24px;
}
a.arrow-link.white-arrow-link {
	color: #fff;
	background: url('img/arrow-right-black.png') no-repeat left center;
	background-size: 24px;
}
a.arrow-link.white-arrow-link:before {
	background: #23211f;
}
a.arrow-link.white-arrow-link:hover {
	background: url('img/arrow-right-black.png') no-repeat 0.25em center;
	background-size: 24px;
}
a.text-link {
	position: relative;
	display: inline-block;
	font-family: "mr-eaves-modern", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.125em;
	color: #1c1a18;
	text-transform: uppercase;
	letter-spacing: 2px;
	outline: none;
	border-bottom: 2px solid #1c1a18;
	padding-left: 2px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.text-link:hover, a.text-link:active, a.text-link:focus {
	opacity: 0.6;
}
h1, span.h1 {
	font-family: "montserrat", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 4.75em;
	color: #1c1a18;
	line-height: 1;
	margin-bottom: 0.25em;
}
h2, span.h2 {
	font-family: "montserrat", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 3.75em;
	color: #1c1a18;
	line-height: 1.1;
	margin-bottom: 0.25em;
}
h3, span.h3 {
	font-family: "mr-eaves-modern", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2em;
	color: #1c1a18;
	line-height: 1;
	margin-bottom: 0.25em;
}
h4, span.h4 {
	font-family: "montserrat", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.75em;
	color: #1c1a18;
	line-height: 1.25;
	margin-bottom: 0.5em;
}
h5, span.h5 {
	font-family: "montserrat", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.5em;
	color: #1c1a18;
	line-height: 1.25;
	margin-bottom: 0.5em;
}
h6, span.h6 {
	font-family: "mr-eaves-modern", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.125em;
	color: #1c1a18;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.25;
	margin-bottom: 0.5em;
}
span.h1, span.h2, span.h3, span.h4, span.h5, span.h6 {
	display: block;
}
h1 a, span.h1 a, h2 a, span.h2 a, h3 a, span.h3 a, h4 a, span.h4 a, h5 a, span.h5 a, h6 a, span.h6 a {
	text-decoration: none;
	color: #1c1a18;
}
h1 a:hover, span.h1 a:hover, h2 a:hover, span.h2 a:hover, h3 a:hover, span.h3 a:hover,
h4 a:hover, span.h4 a:hover, h5 a:hover, span.h5 a:hover, h6 a, span.h6 a:hover {
	opacity: 0.6;
}

	
/*********************************
	Header Styles
*********************************/
.mobile-menu {
	position: fixed;
	top: 0;
	right: -100%;
	width: 50%;
	height: 100vh;
	padding: 4em 4em 6em;
	z-index: 98;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.mobile-menu.active {
	right: 0;
}
.close {
	position: absolute;
	top: 3.75em;
	right: 2.5em;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.close .left, .close .right {
	position: absolute;
	top: 0;
	width: 20px;
	height: 2px;
	background: #fff;
	border-radius: 4px;
	z-index: 999;
}
.close .left {
	left: 0;
	transform: rotate(45deg);
}
.close .right {
	right: 0;
	transform: rotate(-45deg);
}
.mobile-menu img {
	width: 80px;
}
nav.mobile ul {
	margin: 4em 0 0;
}
nav.mobile ul li {
	position: relative;
	display: block;
	margin-bottom: 0.5em;
}
nav.mobile ul li a {
	font-family: "mr-eaves-modern", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2em;
	color: #fff;
	text-decoration: none;
}
.site-header {
	position: relative;
	padding: 2em;
	z-index: 97;
	background: #fff;
}
.home .site-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 6em 2em;
	background: none;
}
.site-header a {
	text-decoration: none;
}
.site-header img {
	display: inline-block;
	vertical-align: middle;
	width: 295px;
}
.nav-right {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 300px);
}
nav.main {
	display: inline-block;
	vertical-align: middle;
}
nav.main ul {
	margin: 1em 0 0;
}
nav.main ul li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2em;
}
nav.main ul li a {
	font-family: "mr-eaves-modern", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.45em;
	color: #1c1a18;
	text-decoration: none;
}
.home nav.main ul li a {
	color: #fff;
}
nav.main ul li a:hover {
	opacity: 0.6;
}
nav.main ul li.button a {
	font-weight: 700;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #1c1a18;
	background: #bc9653;
	padding: 0.75em 1.5em;
	opacity: 1;
}
nav.main ul li.button a:hover {
	background: #fff;
	opacity: 1;
}
.nav-button {
	display: none;
	position: absolute;
	right: 2em;
	top: calc(50% - 14px);
	height: 28px;
	width: 28px;
	cursor: pointer;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.nav-button .first, .nav-button .second, .nav-button .third {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #bc9653;
	border-radius: 4px;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.nav-button .first {
	top: 11px;
}
.nav-button .second {
	top: 19px;
}
.nav-button .third {
	top: 27px;
	width: 18px;
}
.nav-button .first, .nav-button .second, .nav-button:hover .third {
	width: 24px;
}
.nav-button.active .first {
	transform: rotate(-45deg);
	transform-origin: top right;
	right: 11px;
}
.nav-button.active .second {
	transform: rotate(45deg);
}
.nav-button.active .third {
	width: 0;
}
ul.social {
	margin: 0;
}
.site-header ul.social {
	display: inline-block;
	vertical-align: middle;
}
.mobile-menu ul.social {
	position: absolute;
	bottom: 3em;
	left: 4em;
}
ul.social li {
	position: relative;
	list-style: none;
	display: inline-block;
	margin: 0 2px;
}
ul.social li svg {
	width: 28px;
	fill: #1c1a18;
	background: #bc9653;
	padding: 4px;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.home .site-header ul.social li svg {
	background: #fff;
}
ul.social li:hover svg {
	fill: #1c1a18;
}
.home .site-header ul.social li:hover svg {
	background: #bc9653;
}


/*********************************
	Banner Styles
*********************************/
.home-banner {
	position: relative;
	padding: 22em 2em 14em;
}
.home-banner h1 {
	max-width: 785px;
	margin-bottom: 0.75em;
}
.home-banner h1 span.circle {
	background: url('img/circle3.png') no-repeat center 80%;
	background-size: 100%;
}
.home-banner a.arrow-link {
	background: url('img/gold-arrow-right.png') no-repeat left center;
	background-size: 23px;
}
.home-banner a.arrow-link:hover {
	background: url('img/gold-arrow-right.png') no-repeat 0.25em center;
	background-size: 23px;
}
.home-banner a.arrow-link:before {
	background: #bc9653;
}
.page-banner, .post-banner {
	padding: 8em 2em;
}
.page-banner h1, .post-banner h1 {
	max-width: 850px;
	margin: 0 auto;
}

/*********************************
	Content Styles
*********************************/
.site-content {
	padding: 4em 2em 2.5em;
}

/*********************************
	Module Styles
*********************************/
.basic-content {
	position: relative;
	padding: 6em 2em 4.5em;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-container iframe, .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.basic-content.brownBG h1, .basic-content.brownBG span.h1, .basic-content.brownBG h1 a, .basic-content.brownBG span.h1 a,
.basic-content.brownBG h2, .basic-content.brownBG span.h2, .basic-content.brownBG h2 a, .basic-content.brownBG span.h2 a,
.basic-content.brownBG h3, .basic-content.brownBG span.h3, .basic-content.brownBG h3 a, .basic-content.brownBG span.h3 a,
.basic-content.brownBG h4, .basic-content.brownBG span.h4, .basic-content.brownBG h4 a, .basic-content.brownBG span.h4 a,
.basic-content.brownBG h5, .basic-content.brownBG span.h5, .basic-content.brownBG h5 a, .basic-content.brownBG span.h5 a,
.basic-content.brownBG h6, .basic-content.brownBG span.h6, .basic-content.brownBG h6 a, .basic-content.brownBG span.h6 a,
.basic-content.brownBG p, .basic-content.brownBG a {
	color: #fff;
}
.form-bar {
	position: relative;
	padding: 2em;
}
.form-bar .form-headings {
	width: calc(60% - 40px);
}
.form-bar .form-headings span {
	display: block;
	margin: 0;
}
.form-bar.brownBG .form-headings span.h6 {
	color: #fff;
}
.form-bar.goldBG .form-headings span.h5 {
	color: #fff !important;
}
.form-bar .form-form {
	width: calc(40% - 40px);
}
.form-bar .form-form form {
	border: 2px solid #bcbcbc;
	max-width: 400px;
}
.form-bar .form-form input {
	border: none;
}
.form-bar .form-form .gform_wrapper.gravity-theme .gform_fields {
	gap: 0 !important;
}
.form-bar .form-form form .gform_footer {
	margin: 0 !important;
	padding: 0 !important;
}
.content-images {
	position: relative;
	padding: 6em 0;
}
.content-images .image1 {
	position: absolute;
	left: 0;
	top: 40%;
	display: block;
	width: 18%;
	padding-bottom: 18%;
}
.content-images .image2 {
	position: absolute;
	right: 0;
	bottom: -5%;
	display: block;
	width: 18%;
	padding-bottom: 36%;
	z-index: 4;
}
.content-images .content-content-wrap {
	margin: 2em 0 1em;
}
.testimonials {
	position: relative;
	padding: 3em 0 6em;
}
.testimonials .slick-list {
	overflow: visible;
	margin-left: -20px;
}
.testimonials .slick-track {
	display: flex !important;
	gap: 40px;
}
.testimonials .slick-slide {
	height: inherit !important;
}
ul.testimonial-list {
	width: 40%;
	margin: 3em 30% 0;
}
ul.testimonial-list li.testimonial {
	position: relative;
	list-style: none;
	padding: 4em 4em 3em;
}
ul.testimonial-list li.testimonial p.name {
	margin: 0 0 0.25em;
}
ul.testimonial-list li.testimonial .test-image {
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 2em 0 -5em calc(50% - 50px);
}
ul.testimonial-list li.testimonial span.h6 {
	margin: 0;
}
ul.testimonial-list li.testimonial span.h6.small {
	font-size: 0.75em;
}
.logo-farm {
	position: relative;
	padding: 4em;
}
.logo-farm .slick-prev {
	left: -40px; 
}
.logo-farm .slick-next {
	right: -40px; 
}
.logo-farm ul {
	margin: 2em 0 0;
}
.logo-farm ul li {
	padding: 0 1em;
	float: none !important;
	display: inline-block !important;
	vertical-align: middle !important;
}
.logo-farm ul li img {
	display: inline-block;
	max-height: 80px;
}
.content-image {
	position: relative;
	padding: 6em 2em;
}
.content-image .content-content, .content-image .image-image {
	width: calc(50% - 40px);
}
.content-image .content-content {
	padding: 2em 0 1.5em;
	direction: ltr;
}
.content-image.brownBG h1, .content-image.brownBG span.h1, .content-image.brownBG h1 a, .content-image.brownBG span.h1 a,
.content-image.brownBG h2, .content-image.brownBG span.h2, .content-image.brownBG h2 a, .content-image.brownBG span.h2 a,
.content-image.brownBG h3, .content-image.brownBG span.h3, .content-image.brownBG h3 a, .content-image.brownBG span.h3 a,
.content-image.brownBG h4, .content-image.brownBG span.h4, .content-image.brownBG h4 a, .content-image.brownBG span.h4 a,
.content-image.brownBG h5, .content-image.brownBG span.h5, .content-image.brownBG h5 a, .content-image.brownBG span.h5 a,
.content-image.brownBG h6, .content-image.brownBG span.h6, .content-image.brownBG h6 a, .content-image.brownBG span.h6 a,
.content-image.brownBG p, .content-image.brownBG a {
	color: #fff;
}
.large-cta {
	position: relative;
	padding: 6em 2em;
}
.large-cta span.h2 {
	max-width: 965px;
	font-size: 3.25em;
	margin: 0 auto 0.75em;
}
.large-cta span.h2 span {
	background: url('img/circle2.png') no-repeat center 30px;
	background-size: 100%;
}
.linkedin-feed {
	position: relative;
	padding: 4.5em 2em;
}
.linkedin-feed .feed-intro {
	padding-top: 1em;
	width: calc(50% - 40px);
}
.linkedin-feed .feed-intro span.h2 {
	font-size: 3.25em;
	margin-bottom: 0.75em;
}
.linkedin-feed .feed {
	width: calc(50% - 40px);
}
.content-boxes {
	position: relative;
	padding: 6em 2em 4em;
}
.content-boxes span.h2 {
	max-width: 1100px;
	margin: 0 auto 0.75em;
}
ul.boxes {
	margin: 2em 0 3em;
}
ul.boxes li {
	padding: 3em 2em;
	width: calc(33.33% - 13.33px);
	list-style: none;
}
ul.boxes li p {
	margin: 0;
}
.accordion {
	padding: 6em 0;
}
.accordion ul.accordion-items {
	margin: 2em 0 0;
}
.accordion ul.accordion-items li.accordion-item {
	position: relative;
	list-style: none;
	display: block;
	margin-bottom: 20px;
	padding: 1.5em 2em;
}
.accordion ul.accordion-items li.accordion-item h5.accordion-title {
	position: relative;
	margin-bottom: 0;
	padding-right: 60px;
}
.accordion ul.accordion-items li.accordion-item h5.accordion-title span.indicator {
	position: absolute;
	top: 0;
	right: 0;
	height: 48px;
	width: 48px;
	border-radius: 30px;
	background: #bc9653;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.accordion ul.accordion-items li.accordion-item h5.accordion-title span.indicator span.first {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 20px;
	width: 2px;
	background: #202320;
	transform: translate(-50%,-50%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.accordion ul.accordion-items li.accordion-item h5.accordion-title span.indicator span.second {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 2px;
	width: 20px;
	background: #202320;
	transform: translate(-50%,-50%);
}
.accordion ul.accordion-items li.accordion-item h5.accordion-title.active span.indicator span.first {
	transform: translate(-50%,-50%) rotate(-90deg);
}
.accordion ul.accordion-items li.accordion-item .accordion-hide {
	display: none;
	padding-top: 2em;
}
.blog-grid {
	position: relative;
	padding: 3em 2em 6em;
}
ul.posts {
	position: relative;
	margin: 0;
}
.blog-grid ul.posts {
	margin-top: 3em;
}
ul.posts li.post {
	position: relative;
	list-style: none;
	text-align: left;
	padding: 3em 3em 2.5em;
	width: calc(33.33% - 13.33px);
}
ul.posts li.post h3 {
	margin-bottom: 1.5em;
}
.cta-bar {
	position: relative;
	padding: 2em;
}
.cta-bar span.h5, .cta-bar a {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.cta-bar span.h5 {
	margin-right: 1em;
}
.cta-bar.brownBG span.h5, .cta-bar.brownBG a {
	color: #fff;
}
.cta-bar.brownBG a {
	border-color: #fff;
}

/*********************************
	Footer Styles
*********************************/
.site-footer {
	position: relative;
	padding: 4em 2em 3em;
}
.site-footer a {
	text-decoration: none;
}
.site-footer img {
	width: 285px;
}
.footer-social {
	display: inline-block;
	vertical-align: middle;
	width: calc(50% - 150px);
}
.footer-social p, .footer-social ul.social {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.footer-social p {
	margin-right: 0.5em;
}
.footer-nav {
	display: inline-block;
	vertical-align: middle;
	width: calc(50% - 150px);
}
nav.footer ul {
	margin: 0;
}
nav.footer ul li {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin-left: 2em;
}
nav.footer ul li a {
	font-family: "mr-eaves-modern", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1em;
	color: #1c1a18;
	text-decoration: none;
}
.sub-footer {
	padding: 0 2em 1em;
}
.sub-footer p {
	margin: 0;
	font-size: 1em;
}
.sub-footer p a {
	color: #bcbcbc;
}


/*********************************
	Variable Styles
*********************************/
.two-column {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	gap: 40px;
}
.three-column {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	gap: 40px;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.bold {
	font-weight: 700;
}
.black {
	color: #1c1a18 !important;
}
.blackBG {
	background: #1c1a18;
}
.brown {
	color: #23211f !important;
}
.brownBG {
	background: #23211f;
}
.gold {
	color: #bc9653 !important;
}
.goldBG {
	background: #bc9653;
}
.gray {
	color: #bcbcbc !important;
}
.grayBG {
	background: #f2f2f2;
}
.white {
	color: #fff !important;
}
.whiteBG {
	background: #fff;
}
.flex-wrap {
	display: flex;
	flex-wrap: wrap;
}
.gap {
	gap: 20px;
}
.reversed {
	direction: rtl;
}
.large-gap {
	gap: 80px;
}
.index-wrap {
	position: relative;
	z-index: 3;
}
.background-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.gradient-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	height: 100%;
	background: linear-gradient(to right, rgba(28,26,24,1), rgba(28,26,24,0));
	z-index: 2;
}



/***************************************************************************************************
									Responsive Styles
***************************************************************************************************/
@media all and (max-width: 1205px) {
	.content-wrap { padding-left: 2em !important; padding-right: 2em !important; }
}
@media all and (max-width: 1030px) {
	.nav-right, .image1, .image2, .footer-social, .footer-nav { display: none !important; }
	.nav-button { display: block; }
	.mobile-menu { width: 75%; }
	.site-header { padding: 2em !important; }
	.home-banner { padding: 14em 2em 4em; }
	.form-bar { text-align: center; }
	.form-bar .flex-wrap, .content-image .flex-wrap, .linkedin-feed .flex-wrap { gap: 0; }
	.form-bar .form-headings, .form-bar .form-form, .content-image .content-content, .content-image .image-image,
	.linkedin-feed .feed-intro, .linkedin-feed .feed { width: 100%; }
	.form-bar .form-form form { margin: 0 auto; }
	.form-bar .form-headings { padding-bottom: 1em; }
	.content-image .image-image { display: block; padding-bottom: 52.5%; margin-bottom: 2em; }
	.content-image .content-content { padding: 0; }
	.linkedin-feed .feed-intro { margin-bottom: 2em; }
	ul.testimonial-list { width: 70%; margin: 3em 15% 0; }
	.site-footer { text-align: center; }
	
	.three-column { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
	.small-content-wrap { padding-left: 2em !important; padding-right: 2em !important; }
}
@media all and (max-width: 925px) {
	ul.boxes li { width: 100%; }
	.tiny-content-wrap { padding-left: 2em !important; padding-right: 2em !important; }
}
@media all and (max-width: 768px) {
	.home-banner .gradient-overlay { display: none !important; }
	.home-banner .background-image { margin-top: 4em; position: relative; top: 0; left: 0; display: block; padding-bottom: 100%; background-position: right center !important; }
	.home-banner { background: #23211f; text-align: center; padding: 12em 2em 2em; }
	.home-banner h1 span, .large-cta span.h1 { background: none; }
	.mobile-menu { width: 100%; }
	.basic-content { padding: 4em 2em 2.5em; }
	.page-banner, .post-banner, .content-image, .content-boxes { padding: 4em 2em; }
	ul.testimonial-list { width: 90%; margin: 3em 5% 0; }
	.accordion, .content-images { padding: 4em 0; }
	.blog-grid { padding: 3em 2em 2em; }
	ul.posts li.post { width: 100%; padding: 4em 2em 2em; }
	
	h1, span.h1 { font-size: 3.25em; }
	h2, span.h2 { font-size: 2.35em; }
	p.large-page-intro { font-size: 1.35em; }
	p.page-intro { font-size: 1.25em; }
	.two-column { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
}

