/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all theme stylesheets.
 */

/**************************************

HTML 5 RESET

**************************************/

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#222}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/**************************************

GENERAL

**************************************/

body {
	background: #f9f9f9;
	color: #444444;
	font-family: "ff-tisa-web-pro",serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

/* Section Wrap */
.wrap {
	margin: 0 auto;
	max-width: 1380px;
}

/* Entry Content */
.after-entry, 
.archive-description, 
.author-box, 
.breadcrumb, 
.comment-respond, 
.entry-comments, 
.entry-content, 
.entry-footer,  
.entry-pings, 
.error404 .entry-title, 
.search-no-results .entry, 
.welcome .widget {
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 20px;
}

/* Content Overflow */
.content {
	overflow: hidden;
}

/* Element Spacing */
.after-entry, 
.archive-description, 
.author-box, 
.comment-respond, 
.entry, 
.entry-comments, 
.entry-pings {
	padding-top: 40px;
}

/* Float Clearing
--------------------------------------------- */

.after-entry::before,
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before,
.custom-section::before, 
.featured-services::before, 
#home-third-content::before, 
#team-fox-banner::before,
.core-benefits::before,
#bp-bottom-cta-box::before,
.prev-next-navigation::before {
	content: " ";
	display: table;
}

.after-entry::after,
.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after,
.custom-section::after, 
.featured-services::after, 
#home-third-content::after, 
#team-fox-banner::after,
.core-benefits::after, 
#bp-bottom-cta-box::after,
.prev-next-navigation::after {
	clear: both;
	content: " ";
	display: table;
}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/**************************************

REMOVE ITEMS

**************************************/

/* Remove Focus Outline */
*:focus {
	outline: none !important;
}

/* Remove Categories and Tags (Filed Under) */
.entry-tags {
	display: none;
}

/**************************************

TYPOGRAHY

**************************************/

/* Headers */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "ff-tisa-sans-web-pro",sans-serif;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 30px;
	-webkit-font-smoothing: antialiased;
}

h1 {font-size: 3.5em;}
h2 {font-size: 2.8em;}
h3 {font-size: 2.5em;}
h4 {font-size: 2.2em;}
h5 {font-size: 1.8em;}
h6 {font-size: 1.4em;}

.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6 {
	color: #ebd5be;
	font-weight: 700;
}

.entry-content p {
	font-size: 1.4em;
}

.entry-content ol li, 
.entry-content ul li {
	font-size: 1.3rem;
	margin-bottom: 10px;
}

/* Anchor */
a {
	color: #343f53;
	text-decoration: none;
}

.entry-content a {
	border-bottom: 2px solid rgba(186, 92, 22, 0.5);
	color: inherit;
}

.entry-content a:hover {
	border-bottom: 2px solid #ebd5be;
}

.entry-content a:visited {
	color: #ebd5be;
}

/* Titles
--------------------------------------------- */

.archive-title,
.entry-title {
	font-size: 30px;
	color: #343f53;
}

.search .archive-title {
	margin-bottom: 0;
}

.entry-title a {
	color: #343f53;
}

/* Featured Title and Image */
.big-leader .wrap {
	position: initial !important;
}

.big-leader h1 {
	color: #f7f7f7 !important;
	font-size: 3em;
	font-weight: 700;
	left: 0;
	letter-spacing: 2px;
	line-height: 1.5;
	padding-left: 5%;
	padding-right: 5%;
	position: absolute;
	right: 0;
	text-shadow: 0 1px 5px #4c4c4c;
	top: 50%;
	transform: translateY(-50%);
}

.big-leader h1::before {
	background: #850418;
	content: "";
	display: block;
	height: 490px;
	left: 0;
	position: absolute;
	top: -160px;
	width: 100%;
	z-index: -1;
}

.single-post .big-leader h1::before {
	background-color: rgba(0,0,0,0.5);
}

/* # FontAwesome Icons
---------------------------------------------------------------------------------------------------- */

.entry-content ul > li::before,
.responsive-menu-icon::after,
.madewithlove::after,
.menu-cta-btn a::before, 
.we-provide h3::before, 
#fhs-contact::before,
#hsc-lets-talk::before,
.genesis-pro-portfolio .entry-title a::after,
#categories-2 .cat-item::before,
.single-post .entry-modified-time::before,
.single-post .entry-time::before, 
.single-post .entry-categories::before, 
.single-post .entry-author-name::before, 
#sp-contact::before, 
#bbb-btn::before, 
.faq-title::after,
#single-service-banner-btn::before {
	font-family: "FontAwesome";
	font-weight: normal;
}

/* # General Typographical Elements Styles
---------------------------------------------------------------------------------------------------- */

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.archive .content .entry,
.button,
.gallery img {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

::-moz-selection {
	background-color: #d7d7d7;
}

::selection {
	background-color: #d7d7d7;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/**************************************

COMMON CLASSES

**************************************/

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.author-box .avatar {
	height: 80px;
	width: 80px;
}

.comment .avatar {
	height: 50px;
	margin: 0 16px 24px 0;
	width: 50px;
}

/* Genesis
--------------------------------------------- */

.archive-description,
.author-box,
.breadcrumb {
	font-size: 18px;
	padding-bottom: 40px;
	width: 100%;
}

.author-box {
	line-height: 1.625;
	padding-top: 40px;
}

.single .author-box {
	border-top: 1px solid #eee;
	margin-bottom: 0;
}

.author-box-title {
	color: #f7f7f7;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 15px;
	padding-top: 30px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

.author-description {
	margin-bottom: 0;
}

.breadcrumb {
	margin-bottom: 30px;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.search-form input {
	-webkit-appearance: none;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 24px;
}

.entry-image {
	display: block;
	margin: 0 auto 24px;
}

.gallery-caption {
	margin: 0 0 10px;
}

.post-password-form input[type="password"] {
	margin-bottom: 10px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin: 0 0 28px;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	background-color: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #222;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	display: block;
	height: auto;
	padding: 15px 20px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	padding: 0 3px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: none;
	color: #222;
	font-size: 18px;
	font-weight: 400;
	padding: 10px 20px;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #222;
	font-weight: 400;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
}

::-webkit-input-placeholder {
	color: #222;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #343f53;
	border: 0;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 20px;
	text-transform: uppercase;
	white-space: normal;
	-webkit-font-smoothing: antialiased;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	color: #fff;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 16px;
}

button:disabled,
button:disabled:hover,
input:disabled,
input:disabled:hover,
input[type="button"]:disabled,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover {
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	color: #777;
	cursor: not-allowed;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/**************************************

KEYFRAMES

**************************************/

/* Pop */
@-webkit-keyframes hvr-pop {
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

@keyframes hvr-pop {
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

/* FadeIn */

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* FadeIn Elements */
body {
	-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 1s; /* Firefox < 16 */
	-ms-animation: fadein 1s; /* Internet Explorer */
	-o-animation: fadein 1s; /* Opera < 12.1 */
	animation: fadein 1s;
}

/**************************************

LOGO

**************************************/

/**************************************

UTILITY BAR

**************************************/

.utility-bar {
	background-color: #ffffff;
	padding: 2px 5%;
	border-bottom: 1px solid #f1f1f1;
	display: none;
}

.utility-bar a {
	color: #ccff33;
}

.utility-bar a:hover {
	text-decoration: underline;
}

.utility-bar-left,
.utility-bar-right {
	width: 50%;
}

.utility-bar-left p,
.utility-bar-right p {
	margin-bottom: 0;
}

.utility-bar-left {
	float: left;
}

.utility-bar-right {
	float: right;
	text-align: right;
}

.utility-bar input[type="search"] {
	background: inherit;
	padding: 10px 0 0;
}

/**************************************

HEADER AND NAVIGATION

**************************************/

.site-header {
	background-color: #850418;
	line-height: 1;
	text-align: center;
}

.site-title {
	padding-top: 16px;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* Float "Menu" Right */
.responsive-menu-icon::before {
	content: "Menu";
	font-family: "ff-tisa-sans-web-pro",sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin: 0px auto 0;
	text-transform: uppercase;
}

/* Add Menu Bars */
.responsive-menu-icon::after {
	content: '\f0ca';
	font-size: 21px;
	float: right;
	margin: -2px 9px 0;
}

/* Menu Call To Action Button */
.menu-cta-btn a {
	border: 3px solid;
	border-radius: 20px;
	color: #f9f9f9 !important;
	font-weight: 700;

	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

.menu-cta-btn a:hover {
	color: #ebd5be !important;
}

.menu-cta-btn a::before {
	content: '\f1d8';
	margin-right: 10px;
}

/* # General Site Title and Description Styles
---------------------------------------------------------------------------------------------------- */

.header-image .title-area {
	padding: 0;
	min-height: 60px;
}

.header-image .site-title {
	display: block;
	padding: 0;
	text-indent: -9999px;
}

.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	margin: 5px auto 0;
	max-width: 50px;
	min-height: 50px;
	width: 100%;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-title a:hover {
	opacity: 0.6;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.site-description {
	display: block;
	height: 0;
	text-indent: -9999px;
}

/* # General Site Navigation Styles
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu a {
	display: inline-block;
	color: #f7f7f7;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

.genesis-nav-menu a:hover {
	color: #ebd5be;
}

.genesis-nav-menu .sub-menu {
	left: auto;
	opacity: 1;
	position: relative;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	display: block;
	font-size: 1em;
	font-weight: 400;
	padding: 16px 20px;
	position: relative;
	text-transform: capitalize;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

/* # General Primary Navigation Styles
---------------------------------------------------------------------------------------------------- */

.nav-primary {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* # General Secondary Navigation Styles
---------------------------------------------------------------------------------------------------- */

.nav-secondary {
	padding-bottom: 10px;
	padding-top: 10px;
}

.nav-secondary {
	background-color: #333;
}

/* # General Responsive Navigation Styles
---------------------------------------------------------------------------------------------------- */

.responsive-menu-icon {
	text-align: center;
}

.responsive-menu-icon,
.responsive-menu .menu-item-has-children {
	cursor: pointer;
}

.responsive-menu-icon,
.responsive-menu .menu-item {
	display: block;
}

.responsive-menu,
.responsive-menu > .menu-item > .sub-menu {
	display: none;
}

.responsive-menu > .menu-item-has-children::before {
	background: #343f53;
	content: "\f0d7";
	float: right;
	font: normal 18px/1 'FontAwesome';
	height: 16px;
	margin-top: 14px;
	margin-left: -60px;
	padding: 14px 20px;
	right: 0;
	text-align: right;
	z-index: 9999;
}

.responsive-menu .menu-open.menu-item-has-children::before {
	/*content: "\f0d8"; */
	content: "\f00d";
	font-size: 13px;
}

.responsive-menu .sub-menu {
	border-top-width: 0;
}

.responsive-menu .sub-menu .sub-menu {
	background-color: transparent;
	padding-left: 25px;
}

/**************************************

HOMEPAGE

**************************************/

/* First Section */
.home-section-1 {
	background-image: linear-gradient(rgb(94, 18, 24), transparent 200%), url(/wp-content/uploads/2025/10/home-bg-beach-laptop-i.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.hfs-typed-header {
	display: block;
	margin: 0 auto 50px;
	text-align: center;
}

#typed, 
.typed-cursor {
	font-weight: 700;
	font-size: 75px;
	line-height: 1.6;
	color: #f7f7f7;
	text-align: center;
	text-shadow: 0 4px 1px rgba(12, 12, 12, 0.3);
}

.typed-cursor {
	opacity: 1;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}
@keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}

#first-home-section p {
	color: #f7f7f7;
	font-size: 33px;
	text-align: center;
}

#fhs-rock {
	color: #ebd5be;
}

#fhs-cta-btns {
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}

.fhs-cta-btn {
	border-radius: 40px;
	color: #f7f7f7;
	display: block;
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 40px;
	padding: 13px 10px;
	text-align: center;
}

.fhs-cta-btn:hover {
	-webkit-animation: hvr-pop 0.5s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: hvr-pop 0.5s; /* Firefox < 16 */
	-ms-animation: hvr-pop 0.5s; /* Internet Explorer */
	-o-animation: hvr-pop 0.5s; /* Opera < 12.1 */
	animation: hvr-pop 0.5s;
}

#fhs-learn-more {
	background: #ebd5be;
	color: #850418;
}

#fhs-contact {
	box-shadow: inset 0 0 0 3px #f7f7f7;
}

#fhs-contact::before {
	content: "\f1d8";
	margin-right: 10px;
}

/* Second Section */
#home-second-content {
	background: #ead5bf;
	padding: 100px 5%;
}

.fs-wrapper {
	padding: 1% 2% 2%;
	text-align: center;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.fs-wrapper h3 {
	color: #850418;
	font-size: 1.9em;
	font-weight: 700;
}

.fs-wrapper p {
	font-size: 1.2em;
}

/* Third Section */

#home-third-content {
	background: #850418;
	padding: 120px 3%;
}

.htc-wrap {
	margin: 0 auto;
	max-width: 1440px;
}

.we-provide {
	position: relative;
}

.we-provide h3 {
	color: #f7f7f7;
	font-size: 27px;
	font-weight: 700;
	line-height: 1.5;
	margin-left: 60px;
}

.we-provide h3::before {
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 37px;
}

#htc-support::before {
	content: "\f0c0";
}

#htc-performance::before {
	content: "\f0e4";
}

#htc-time::before {
	content: "\f017";
}

.we-provide p {
	color: #f7f7f7;
	font-size: 20px;
}

/* Fourth Section */
#home-fourth-content {
	background: #ead5bf;
	padding: 124px 5%;
}

#hfc-message {
	margin: auto;
	max-width: 750px;
}

#hfc-message h3 {
	color: #850418;
	font-size: 2.6em;
	font-weight: 700;
	line-height: 2.1;
	text-align: center;
}

#hfc-message h3 span {
	border-top: 1px solid;
	border-bottom: 1px solid;
	color: #444444;
	padding: 2px 0 4px;
}

#hfc-message p {
	font-size: 24px;
}

/* Fifth Section */
#home-fifth-content {
	background-image: linear-gradient(180deg, rgb(52, 63, 84),transparent 200%), linear-gradient(0deg, rgba(10, 11, 14, 0.9),transparent 200%),url(/wp-content/uploads/2018/03/heron-compost-homepage-i.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	height: 1000px;
	position: relative;
}

#home-fifth-wrap {
	left: 0;
	padding-left: 5%;
	padding-right: 5%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

#home-fifth-wrap h3 {
	color: #f7f7f7;
	font-size: 3.5em;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: center;
	z-index: 10;
}

#home-fifth-wrap p {
	color: #ebd5be;
	font-size: 45px;
	font-style: italic;
	margin: 10px auto 30px;
	max-width: 750px;
	overflow: hidden;
	position: relative;
	text-align: center;
	z-index: 1;
}

#home-fifth-wrap p:before, 
#home-fifth-wrap p:after {
	background-color: #ebd5be;
	content: '';
	height: 1px;
	overflow: hidden;
	position: absolute;
	top: 56%;
	width: 50%;
}

#home-fifth-wrap p:before {
	margin-left: -50%;
	text-align: right;
}

#fifth-cta-button {
	border: 3px solid;
	border-radius: 40px;
	color: #f7f7f7;
	display: block;
	font-size: 23px;
	font-weight: 700;
	margin: auto;
	padding: 4px 10px 7px;
	position: relative;
	text-align: center;
	width: 270px;
}

#fifth-cta-button:before {
	border-radius: 40px;
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ebd5be;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

#fifth-cta-button:hover:before, 
#fifth-cta-button:focus:before, 
#fifth-cta-button:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

/* Sixth Section */
#home-sixth-content {
	background: #850418;
}

#testimonial-paragraph {
	color: #f7f7f7;
	font-size: 27px;
	font-style: italic;
	text-align: right;
}

#hsc-image-align {
	border-radius: 30px;
	display: block;
	margin: 0 auto 30px;
}

#testimonial-name {
	color: #f7f7f7;
	font-size: 22px;
	text-align: center;
}

#hsc-cta-wrap {
	margin: 70px auto;
	margin-top: 70px;
}

.hsc-cta-btn {
	border-radius: 40px;
	display: block;
	font-size: 25px;
	font-weight: 700;
	padding: 10px 5px;
	text-align: center;
}

.hsc-cta-btn:hover {

	-webkit-animation: hvr-pop 0.5s;
	-moz-animation: hvr-pop 0.5s;
	-ms-animation: hvr-pop 0.5s;
	-o-animation: hvr-pop 0.5s;
	animation: hvr-pop 0.5s;
}

#hsc-our-work {
	box-shadow: inset 0 0 0 3px #f7f7f7;
	color: #f7f7f7;
	padding-bottom: 14px;
}

#hsc-lets-talk {
	background: #ead5bf;
	color: #850418;
}

#hsc-lets-talk::before {
	content: "\f1d8";
	margin-right: 10px;
}

/**************************************

BARE BLANK TEMPLATE

**************************************/

.bare-blank .site-inner, 
.page.bare-blank.full-width-content .entry-content, 
.bare-blank .entry-header,
.bare-blank .entry {
	max-width: none;
	padding: 0;
}

/**************************************

CENTER CONTENT TEMPLATE

**************************************/

.center-content .content {
	padding-bottom: 20px;
	padding-top: 20px;
}

.center-content .entry-content {
	padding-left: 5%;
	padding-right: 5%;
}

/**************************************

COMPLETE BLANK TEMPLATE

**************************************/

.complete-blank .site-inner, 
.page.complete-blank.full-width-content .entry-content, 
.complete-blank .entry-header,
.complete-blank .entry {
	max-width: none;
	padding: 0;
}

.complete-blank .footer-widgets, 
.complete-blank #footer-area,
.complete-blank .utility-bar {
	display: none;
}

/**************************************

FULLWIDTH LAYOUT

**************************************/

/**************************************

CONTENT SIDEBAR LAYOUT

**************************************/

/**************************************

SUCCESSFULLY SUBSCRIBED PAGE

**************************************/

.complete-blank {
	background: #ebd5be;
	min-height: 90vh;
	position: relative;
}

#cbc-content {
	left: 0;
	margin: auto;
	max-width: 1300px;
	padding-left: 5%;
	padding-right: 5%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

#cbc-content h1 {
	color: #f7f7f7;
	font-size: 4em;
	text-align: center;
}

#cbc-content p {
	color: #f7f7f7;
	font-size: 1.7em;
	text-align: center;
}

.complete-blank .return-button {
	background: none;
	border: 3px solid;
	border-radius: 40px;
	display: block;
	font-weight: 700;
	margin: 60px auto 0;
	max-width: 220px;
	padding: 13px 10px;
}

.complete-blank .return-button:hover {
	-webkit-animation: hvr-pop 0.5s;
	-moz-animation: hvr-pop 0.5s;
	-ms-animation: hvr-pop 0.5s;
	-o-animation: hvr-pop 0.5s;
	animation: hvr-pop 0.5s;
}

/**************************************

TEAM FOX PAGE

**************************************/

#team-fox-banner {
	text-align: center;
}

.fox-member {
	position: relative;
}

.fox-member:first-child {
	margin-left: 0;
}

.fox-member:last-child {
	margin-right: 0;
}

.tfb-wrapper {
	background: rgba(41,50,68,0.6);
	color: #f7f7f7;
}

.tfb-name {
	font-weight: 700;
	font-size: 1.4em;
	margin: 0;
}

.tfb-title {
	margin-bottom: 0;
}

.tfb-button {
	background: rgba(22, 31, 47, 0.4);
	border: 2px solid #ebd5be;
	border-radius: 4px;
	color: #f7f7f7;
	display: block;
	font-weight: 700;
	margin: 10px auto 5px;
	padding: 1px 10px 2px;
	width: 150px;
}

.tfb-button:hover {
	transform: scale(1.2);
}

.afm-member {
	padding: 0 5% 1%;
	background: #f3f3f3;
	margin-top: 80px;
	box-shadow: 0 10px 5px #d4d4d4;
	border: 2px solid #ebd5be;
	border-radius: 4px;
}

.afm-member:last-child {
	margin-bottom: 60px;
}

.afm-member h3 {
	text-align: center;
	background: #ebd5be;
	color: #f7f7f7;
	padding: 2% 5%;
}

/**************************************

CUSTOM PAGE WIDTHS

**************************************/

.page.full-width-content .entry-content {
	margin: auto;
	max-width: 720px;
}

.page.full-width-content .entry-content {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

.page.full-width-content .entry-content { 
	padding-bottom: 60px;
}

/**************************************

ENTRIES

**************************************/

/* # General Entries Styles
---------------------------------------------------------------------------------------------------- */

.entry:last-of-type,
.page.page-template-page_blog-php .content .entry:last-of-type,
.widget .entry:last-of-type {
	border-bottom-width: 0;
}

.single .content .entry-content p:last-child {
	margin-bottom: 40px;
}

.page .entry,
.single .entry {
	border-bottom-width: 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 40px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: none;
}

.entry-content ul > li::before {
	color: #ebd5be;
	content: '\f138';
	float: left;
	margin-left: -25px;
	margin-right: 10px;
	margin-top: 2px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f3fbfe;
	border: 1px solid #D5DFE3;
	border-radius: 3px;
	display: inline-block;
	font-size: 0.85em;
	line-height: 35px;
	width: 100%;
	padding: 0 5px;
}

.entry-content .p-code, 
.entry-content li code {
	width: inherit;
}

/**************************************

AFTER ENTRY

**************************************/

/* # General After Entry Styles
---------------------------------------------------------------------------------------------------- */

/* After Entry
---------------------------------------------------------------------------------------------------- */

.after-entry {
	padding: 40px 0;
}

.after-entry .enews {
	background-color: #343f53;
	border-radius: 3px;
	padding: 40px;
}

.after-entry .enews-widget input[type="submit"] {
	background-color: #fff;
	color: #222;
	margin: 0;
	width: 100%;
}

.after-entry .enews-widget input:hover[type="submit"] {
	color: #fff;
}

/**************************************

ENTRY META

**************************************/

/* # General Entry Meta Styles
---------------------------------------------------------------------------------------------------- */

.page-id-11 .entry-meta {
	display: none;
}

p.entry-meta {
	font-weight: 700;
	margin-bottom: 0;
}

.entry-footer .entry-meta {
	font-size: 18px;
}

.entry-header .entry-meta {
	color: #343f53;
	letter-spacing: 1px;
}

.single-post .entry-header .entry-meta {
	font-size: 1.1em;
	margin: 70px 0 50px;
}

header.entry-header {
	text-align: center;
	padding-bottom: 0;
}

.entry-categories,
.entry-tags,
.entry-terms {
	display: block;
}

/**************************************

BLOG PAGE

**************************************/

/* Blog Signup Form Banner */
.blog-signup-banner {
	background: #850418;
	padding-left: 10%;
	padding-right: 10%;
}

.blog-signup-banner-wrap {
	margin: auto;
	max-width: 845px;
}

.page-id-11 .article-wrap {
	background: #850418;
}

.page-id-11 .entry {
	padding-top: 0;
	padding-bottom: 0;
}

.page-id-11 .entry:last-child {
	padding-bottom: 60px;
}

.page-id-11 .entry-header {
	background: #ebd5be;
	padding: 40px 4% 20px;
}

.page-id-11 .entry-modified-time { /* Remove Last Modified Time */
	display: none;
}

.page-id-11 .entry-title {
	margin-top: 10px;
	margin-bottom: 0;
}

.page-id-11 .entry-title a {
	color: #f7f7f7;
	font-size: 1.2em;
	font-weight: 700;
}

.page-id-11 .entry-header .entry-meta {
	color: #f7f7f7;
	font-size: 1.2em;
	letter-spacing: 1px;
}

.page-id-11 .entry-categories {
	display: none;
}

.page-id-11 .entry-author span {
	color: #f7f7f7;
}

.page-id-11 .entry-content {
	padding-bottom: 25px;
}

.page-id-11 .entry-image {
	display: block;
	margin-bottom: 0;
}

.page-id-11 .aligncenter {
	display: block;
	margin: 0 auto;
}

.page-id-11 .entry-content p {
	color: #f7f7f7;
	margin: auto;
	max-width: 800px;
	padding: 25px 5% 0;
}

/* Read More Button */
.page-id-11 .more-link {
	background: #ebd5be;
	border: none;
	border-radius: 40px;
	color: #f7f7f7;
	display: block;
	font-weight: 700;
	margin: 40px auto 0;
	padding: 0 15px 4px;
	text-align: center;
	width: 250px;
}

.page-id-11 .more-link:hover {
	border: none;
}

.page-id-11 .entry-content a:visited {
	color: #f7f7f7;
}

/**************************************

ENTRY FOOTER AUTHOR BOX

**************************************/

.single-author-box {
	background: #850418;
	min-height: 280px;
	position: relative;
}

.single-author-box-content {
	margin: auto;
	max-width: 950px;
	padding: 0 40px;
}

.single-author-box-content .avatar {
	margin: 0 100px 0 0;
}

.single-author-box-content p {
	color: #f7f7f7;
	font-size: 1.2em;
	margin-bottom: 0;
}

.single-author-box-content p a {
	color: #f7f7f7;
	border-bottom: 2px solid #ebd5be;
	padding-bottom: 3px;
}

.single-author-box-content p a:hover {
	opacity: 0.6;
}

.single-author-box-content p a:visited {
	color: #ebd5be;
}

.single-author-box .author-social-links {
	margin-top: -20px;
	padding: 10px 0;
}

.single-author-box .author-social-links span {
	color: #f7f7f7;
	font-weight: bold;
	margin-right: 10px;
}

.single-author-box .author-social-links .author-link {
	border-radius: 4px;
	color: #f7f7f7;
	display: inline-block;
	margin: 0 5px;
	padding: 8px 6px;
	min-width: 36px;
	text-align: center;
	text-decoration: none;
}

.single-author-box .author-social-links .fa-globe {
	background: #ebd5be;
}

.author-box .author-social-links .fa-facebook {
	background: #3b5998;
}

.author-box .author-social-links .fa-google-plus {
	background: #dc4e41;
}

.author-box .author-social-links .fa-twitter {
	background: #55acee;
}

/**************************************

ENTRY FOOTER SERVICE BANNER

**************************************/

#single-service-banner {
	background: #ececec;
	padding: 70px 5% 90px;
}

#single-service-banner h2,
#single-service-banner p {
	color: #850418;
	text-align: center;
}

#single-service-banner h2 {
	font-size: 3.2em;
	font-weight: 700;
}

#single-service-banner p {
	font-size: 1.6em;
}

#single-service-banner-btn {
	background: #ebd5be;
	border-bottom: 4px solid #ad5412;
	border-radius: 40px;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.4);
	color: #f7f7f7;
	display: block;
	font-size: 1.5em;
	font-weight: 700;
	margin: 55px auto 0;
	padding: 7px 10px 9px;
	text-align: center;
	width: 310px;
}

#single-service-banner-btn::before {
	content: '\f132';
	margin-right: 5px;
}

#single-service-banner-btn:hover {
	-webkit-animation: hvr-pop 0.5s;
	-moz-animation: hvr-pop 0.5s;
	-ms-animation: hvr-pop 0.5s;
	-o-animation: hvr-pop 0.5s;
	animation: hvr-pop 0.5s;
}

/**************************************

AFTER ENTRY THRIVE SIGNUP

**************************************/

.after-entry-thrive-signup {
	margin: auto;
	max-width: 750px;
}

/**************************************

COMMENTS

**************************************/

/* # General Comments Styles
---------------------------------------------------------------------------------------------------- */

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-respond {
	margin-bottom: 60px;
	padding-top: 60px;
}

.entry + .comment-respond,
.entry + .entry-comments {
	padding-top: 0;
}

.entry-comments .comment:last-child {
	margin-bottom: 0;
}

.entry-comments,
.entry-pings {
	padding-top: 40px;
}

.comment-header {
	font-size: 18px;
	line-height: 1.5;
}

.comment-notes,
.entry-pings .reply {
	display: none;
}

.entry-comments .comment {
	border-bottom: 1px solid #eee;
}

p.comment-form-comment {
	margin-bottom: 20px;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .comment {
	clear: both;
}

.entry-comments .children .comment {
	border: none;
}

.comment-list li {
	list-style-type: none;
}

/* Comments Form */

#comments h3, 
#reply-title {
	font-family: "ff-tisa-sans-web-pro",sans-serif;
	font-weight: 700;
}

.single.full-width-content #respond {
	width: 70%;
	margin: auto;
}

/**************************************

AUTHOR ARCHIVES

**************************************/

.archive.author .entry {
	padding-top: 0;
}

.archive.author .content .article-wrap {
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 30px;
}

.archive.author .content .entry {
	padding-bottom: 50px;
}

.archive.author .content .entry:hover {
	background-color: #850418;
	color: #f7f7f7;
}

.archive.author .entry-content {
	padding-bottom: 20px;
}

.archive.author .entry-content a {
	color: #ebd5be;
}

.archive.author .entry-meta em {
	display: none;
}

/* Entry Title */
.archive .content .entry:hover {
	background-color: #ebd5be;
	color: #f7f7f7;
}

.archive .content .entry:hover a,
.archive .content .entry:hover .entry-time {
	color: #f7f7f7;
}

.archive .content .entry:hover .entry-content a:hover {
	color: #f7f7f7;
}

.archive.author .more-link {
	border: 3px solid #ebd5be !important;
	border-radius: 40px;
	display: block;
	font-size: 17px;
	font-weight: 700;
	margin: 50px auto 0;
	padding: 1px 5px 5px;
	text-align: center;
	width: 180px;
}

.archive.author .content .entry:hover .entry-content a {
	background: #ebd5be;
	color: #f7f7f7;
}

/**************************************

ARCHIVE CATEGORIES

**************************************/

.archive.category .entry {
	padding-top: 0;
}

.archive.category .content .article-wrap {
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 30px;
}

.archive.category .content .entry {
	padding-bottom: 50px;
}

.archive.category .content .entry:hover {
	background-color: #850418;
	color: #f7f7f7;
}

.archive.category .entry-content {
	padding-bottom: 20px;
}

.archive.category .entry-content a {
	color: #ebd5be;
}

.archive.category .taxonomy-description {
	background: #ebd5be;
	padding: 15px 10%;
}

.archive.category .taxonomy-description p {
	color: #f7f7f7;
	font-size: 1.4em;
	text-align: center;
}

.archive.category .more-link {
	border: 3px solid #ebd5be !important;
	border-radius: 40px;
	display: block;
	font-size: 17px;
	font-weight: 700;
	margin: 50px auto 0;
	padding: 1px 5px 5px;
	text-align: center;
	width: 180px;
}

.archive.category .entry-meta em {
	display: none;
}

.archive.category .content .entry:hover .entry-content a {
	background: #ebd5be;
	color: #f7f7f7;
}

/**************************************

PAGINATION

**************************************/

/* # General Pagination Styles
---------------------------------------------------------------------------------------------------- */

/**************************************

SIDEBAR

**************************************/

.sidebar-primary {
	padding: 50px 0 80px;
	margin: 0 0 40px;
}

.sidebar-primary .widget {
	padding: 0 8%;
}

.sidebar-primary h4.widgettitle {
	border-bottom: 2px solid #efefef;
	color: #343f53;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
	padding-bottom: 15px;
	text-align: center;
}

#categories-2 .cat-item::before {
	color: #ebd5be;
	content: '\f054';
	margin-right: 10px;
}

#categories-2 .cat-item a {
	color: #ebd5be;
	font-size: 1.2em;
	font-weight: 700;
}

/**************************************

WIDGETS

**************************************/

/* # General Widgets Styles
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.widget .entry {
	border-width: 0;
	margin-bottom: 30px;
	padding: 0;
}

.widget:last-of-type,
.widget p:last-child {
	margin-bottom: 0;
}

/**************************************

SINGLE POSTS

**************************************/

/* Post Width */
.single-post.full-width-content .entry-content {
	margin: auto;
	max-width: 720px;
}

/* Author Avatar */
.single .entry-header .avatar {
	background-color: #ebd5be;
	border-radius: 3% 25% 3% 25%;
	float: none;
	margin-bottom: 5px;
}

/* Post Entry */
.single-post .entry {
	padding-top: 20px;
}

/* Post Meta */
.single-post .entry-author-name {
	margin-left: 30px;
	margin-right: 30px;
}

.entry-categories {
	display: inline;
}

.entry-modified-time,
.entry-author-name, 
.single-post .entry-time,
.single-post .entry-categories,
.single-post .entry-categories a {
	color: #f7f7f7;
}

.entry-modified-time,
.single-post .entry-time, 
.single-post .entry-author-name, 
.single-post .entry-categories {
	background: #ebd5be;
	border: 1px solid;
	box-shadow: 0 0 0 10px #efefef;
	padding: 10px 15px;
}

.entry-modified-time::before {
	content: '\f017';
	margin-right: 5px;
}

.single-post .entry-time::before {
	content: '\f017';
	margin-right: 5px;
}

.single-post .entry-categories::before {
	content: '\f07c';
	margin-right: 5px;
}

.single-post .entry-author-name::before {
	content: '\f040';
	margin-right: 5px;
}

.single-post.full-width-content .entry-content p:first-child {
	font-size: 1.6em;
	font-weight: 700;
	margin: 0 auto 40px;
	max-width: 640px;
}

.single-post.full-width-content .entry-content p:first-child::first-letter {
	color: #ebd5be;
	float: left;
	font-size: 90px;
	font-weight: 700;
	line-height: 70px;
	margin-right: 10px;
}

/* Notice Box */
.sp-notice-box {
	background: #850418;
	border-left: 10px solid #ebd5be;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 2px;
	border-top-right-radius: 10px;
	box-shadow: 0 20px 25px 0 rgba(0,0,0,.4);
	color: #f7f7f7;
	font-size: 1.4em;
	font-weight: 700;
	margin: 0 auto 30px;
	max-width: 500px;
	padding: 25px 20px 30px;
	text-shadow: 0 0 1px #222;
}

.single-post .sp-notice-box a:visited {
	color: #f7f7f7;
}

/* Lists Styling */
.sp-fancy-ol {
	border: 1px solid #dcdcdc;
	border-radius: 2px;
	margin-left: 0 !important;
	padding: 30px 10px 30px 12%;
}

.sp-fancy-ol li {
	color: #850418;
	font-size: 1.3em;
	font-weight: 700;
}

.sp-fancy-ol ul {
	margin-bottom: 15px;
	margin-top: 20px;
}

.sp-fancy-ol ul li a {
	border: none;
	font-size: 1.1rem;
	font-weight: 400;
}

.sp-fancy-ol ul li a:hover {
	border: none;
}

/* Post Scroll to Top */
.toc-paragraph {
	margin: -10px 0 20px;
}

/* Control Margin Between TOC paragraph and TOC Accordion */
.collapseomatic_content + .toc-paragraph {
	margin-top: 35px;
}

/* Scroll to Top Button */
#toc-float-scroll-btn {
	background: #ebd5be;
	border-radius: .3125rem;
	bottom: 35px;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.4);
	color: #f9f9f9;
	font-weight: 700;
	height: 52px;
	left: 35px;
	padding: 0;
	position: fixed;
	width: 52px;
	z-index: 110000;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

#toc-float-scroll-btn:hover {
	background: #850418;
}

#toc-float-scroll-btn .fa {
	font-size: 2rem;
	left: 0;
	right: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

/* Post Quote Box */
.quote-text {
	background-image: url('/wp-content/uploads/2016/09/purty-wood-i.jpg');
	background-repeat: repeat;
	border-radius: 2px;
	box-shadow: 0 5px 18px rgba(0,0,0,0.2);
	margin: 0 0 30px;
	padding: 13px 20px;
}

.quote-text span {
	color: #f7f7f7;
	display: block;
	font-size: 1.3em;
	font-style: italic;
	margin: auto;
	max-width: 550px;
}

.quote-text span:first-child:first-letter {
	float: left;
	font-size: 60px;
	font-weight: 700;
	line-height: 60px;
	margin-right: 25px;
}

/* Oval Thought Container */

.oval-thought-border {
	border: 1px solid #ebd5be;
	border-radius: 2px;
	margin: 1em auto 80px;
	padding: 35px 30px 45px;
	position: relative; 
	text-align: center;
}

.oval-thought-border p {
	font-size: 22px !important;
	font-weight: 700;
	margin-bottom: 30px !important;
}

.oval-thought-border p:last-child {
	margin-bottom: 0 !important;
}

.oval-thought-border p:first-child:first-letter {
	color: inherit !important;
	float: none !important;
	font-size: 22px !important;
	line-height: inherit !important;
	margin: 0 !important;
}

.oval-thought-border::before {
	background: #f9f9f9;
	content: "";
	position: absolute;
	z-index: 10;
	bottom: -40px;
	right: 480px;
	width: 50px;
	height: 50px;
	border: 1px solid #ebd5be;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	display: block;
}

.oval-thought-border::after {
	background: #f9f9f9;
	content: "";
	position: absolute;
	z-index: 10;
	bottom: -60px;
	right: 540px;
	width: 25px;
	height: 25px;
	border: 1px solid #ebd5be;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	display: block;
}

/* Social Warfare */
a.nc_tweet:visited {
	color: #f7f7f7;
}

a.nc_tweet, 
a.sw-pinit-button {
	border-bottom: none;
}

.sw-pinit-overlay {
	color: #f7f7f7;
}

/* Next and Previous Post Links */
.prev-next-navigation {
	background: #ececec;
	padding-left: 5%;
	padding-right: 5%;
}

.post-previous, 
.post-next {
	color: #850418;
	font-family: "ff-tisa-sans-web-pro",sans-serif;
	font-size: 30px;
	text-align: center;
}

.post-previous span, 
.post-next span {
	font-weight: 700;
}

.post-previous a, 
.post-next a {
	border: 1px solid;
	color: #ebd5be;
	font-size: 25px;
	display: block;
	margin: 30px auto 0;
	max-width: 500px;
	padding: 2% 4%;
	text-decoration: none;
}

.post-previous a:hover, 
.post-next a:hover {
	-webkit-animation: hvr-pop 0.5s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: hvr-pop 0.5s; /* Firefox < 16 */
	-ms-animation: hvr-pop 0.5s; /* Internet Explorer */
	-o-animation: hvr-pop 0.5s; /* Opera < 12.1 */
	animation: hvr-pop 0.5s;
}

/**************************************

BENEFITS PAGE

**************************************/

.page-id-237 #footer-area {
	display: none;
}

.page.page-id-237 .entry-content {
	max-width: none;
	padding: 0 !important;
}

.page-id-237 .entry-title {
	background: #ebd5be;
	color: #f7f7f7;
	font-size: 3.9em !important;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 0 !important;
	padding: 115px 8% 125px;
}

#bp-intro-paragraph {
	background: #850418;
	padding: 60px 5%;
}

#bp-ip-wrap {
	margin: auto;
	max-width: 950px;
}

#bp-intro-paragraph p {
	color: #f7f7f7;
	font-size: 1.6em;
	margin-bottom: 0;
	text-align: center;
}

.core-benefits {
	padding-bottom: 100px;
	padding-top: 100px;
}

.core-benefits h2 {
	color: #c4c4c4;
}

.core-benefits p {
	font-size: 1.5em;
	max-width: 670px;
}

.core-benefits img {
	border-radius: 10px;
	box-shadow: 0 0 1px 0 #4a4a4a;
}

.bp-grey {
	background: #f1f1f1;
}

.bp-text-content-left, 
.bp-graphics-content-right, 
.bp-text-content-right, 
.bp-graphics-content-left {
	padding-left: 4%;
	padding-right: 4%;
}

.bp-graphics-content-right img, 
.bp-graphics-content-left img {
	display: block;
	height: 400px;
	margin: auto;
	width: auto;
}

#bp-bottom-cta-box {
	background: #ebd5be;
	margin-bottom: -2px;
	padding: 80px 9% 40px;
}

#bp-bottom-cta-box h4 {
	color: #f7f7f7;
	margin-top: 15px;
}

#bbb-btn {
	background: #f9f9f9;
	border-radius: 40px;
	color: #ebd5be;
	font-size: 25px;
	font-weight: 700;
	display: block;
	margin-top: 17px;
	margin: 15px auto 0;
	opacity: 1;
	padding: 6px 15px 9px;
	text-align: center;
	width: 250px;
}

#bbb-btn::before {
	content: "\f1d8";
	margin-right: 10px;
}

#bbb-btn:hover {
	-webkit-animation: hvr-pop 0.5s;
	-moz-animation: hvr-pop 0.5s;
	-ms-animation: hvr-pop 0.5s;
	-o-animation: hvr-pop 0.5s;
	animation: hvr-pop 0.5s;
}

/**************************************

FAQ PAGE

**************************************/

.page.page-id-175 .entry-content {
	max-width: none;
	padding-left: 3%;
	padding-right: 3%;
}

.collapseomatic {
	background: #ebd5be;
	border-radius: 2px;
	display: block;
	margin: 10px auto;
	max-width: 700px;
	padding: 10px 20px;
}

.single-post .faq-title::after {
	content: '\f01a';
	margin-left: 5px;
}

.single-post .colomat-close.faq-title::after {
	content: '\f01b';
}

.faq-wrap {
	margin-bottom: 30px;
}

.faq-wrap-title {
	text-align: center;
}

.faq-title {
	color: #f7f7f7;
	font-family: "ff-tisa-sans-web-pro",sans-serif;
	font-size: 1.4em;
}

.faq-title:hover {
	text-decoration: none
}

.collapseomatic_content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	max-width: 650px;
	padding: 1%;
}

.collapseomatic_content p {
	margin-bottom: 20px;
}

.collapseomatic_content p, 
.collapseomatic_content ol li, 
.collapseomatic_contentul ul li {
	font-size: 20px;
}

/**************************************

CONTACT PAGE

**************************************/

#contact-section-1 {
	padding: 7% 10%;
}

#contact-section-1 {
	background: #ebd5be;
}

#contact-section-1 h1 {
	color: #f7f7f7;
	font-size: 7.8em;
	font-weight: 700;
	text-align: center;
}

#contact-section-1 p {
	color: #f7f7f7;
	font-size: 1.8em;
	margin: 50px 0;
	text-align: center;
}

#contact-page-btn {
	border: 3px solid;
	border-radius: 40px;
	color: #f7f7f7;
	display: block;
	font-size: 1.4em;
	font-weight: 700;
	margin: auto;
	padding: 0 15px 5px;
	text-align: center;
	width: 180px;
}

#contact-section-2 {
	background: #850418;
	padding: 6% 5% 3%;
}

#cs-2-wrap {
	margin: auto;
	max-width: 1000px;
}

#contact-section-2 h2 {
	color: #f7f7f7;
	font-size: 4em;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 50px;
	position: relative;
	text-align: center;
}

#contact-section-2 h2::before {
	background-color: #ebd5be;
	bottom: 0;
	content: '';
	height: 3px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	top: 115px;
	width: 100px;
}

#cs2-paragraph {
	color: #f7f7f7;
	font-size: 1.3em;
	margin-bottom: 50px;
	text-align: center;
}

.page-id-6 .wpcf7-form {
	width: 80%;
	margin: auto;
}

.page-id-6 .wpcf7-form p {
	color: #f7f7f7;
	font-size: 28px;
	font-weight: 700;
}

.page-id-6 input, 
.page-id-6 .wpcf7-textarea,
.page-id-6 .wpcf7 select {
	background-color: #3a465d;
	border: none;
	border-bottom: 2px solid #ebd5be;
	border-radius: 0;
	color: #f7f7f7;
	font-size: 1em;
	margin-top: 20px;
}

.page-id-6 .wpcf7-mail-sent-ok {
	background: #f9f9f9;
	border: 2px solid;
	border-radius: 4px;
	color: #ebd5be;
	font-size: 1.5em;
	font-weight: 700;
	margin-bottom: 100px;
	padding: 60px 5%;
	text-align: center;
}

/* Placerholder Text */
.wpcf7 ::-moz-placeholder {
	color: #9c9c9c;
	font-weight: 700;
}

.wpcf7 ::-webkit-input-placeholder {
	color: #9c9c9c;
	font-weight: 700;
}

.page-id-6 input[type="submit"] {
	background: #ebd5be;
	border: none;
	border-radius: 40px;
}

#contact-page-btn:hover, 
.page-id-6 input[type="submit"]:hover {
	-webkit-animation: hvr-pop 0.5s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: hvr-pop 0.5s; /* Firefox < 16 */
	-ms-animation: hvr-pop 0.5s; /* Internet Explorer */
	-o-animation: hvr-pop 0.5s; /* Opera < 12.1 */
	animation: hvr-pop 0.5s;
}

/* Float Contact Button */
#float-contact-btn {
	background: #850418;
	border-radius: .3125rem;
	bottom: 35px;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.4);
	color: #f9f9f9;
	font-weight: 700;
	height: 52px;
	padding: 0;
	position: fixed;
	right: 35px;
	width: 52px;
	z-index: 110000;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

#float-contact-btn:hover {
	background: #850418;
}

#float-contact-btn::before {
	background: rgba(0, 0, 0, 0.2);
	border-radius: .3125rem;
	bottom: 60px;
	content: 'Get in Touch';
	font-family: "ff-dagny-web-pro",sans-serif;
	font-weight: 700;
	left: -30px;
	position: absolute;
	text-align: center;
	width: 110px;
}

#float-contact-btn .fa {
	font-size: 2rem;
	left: 0;
	right: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

/**************************************

SITEMAP PAGE

**************************************/

.wsp-pages-title,
.wsp-posts-title,
.wsp-portfolios-title {
	border-left: 3px solid;
	padding-left: 10px;
}

.wsp-container li a {
	border: none;
}

/**************************************

FOOTER AREA

**************************************/

/* # General Footer Styles
---------------------------------------------------------------------------------------------------- */

/* Footer Section */

#footer-area {
	background: #ebd5be;
	padding: 130px 8% 90px;
	position: relative;
}

#footer-area h3 {
	border-bottom: 8px solid;
	color: #850418;
	font-family: "ff-tisa-web-pro",serif;
	font-size: 50px;
	font-style: italic;
	font-weight: 700;
	margin: auto;
	max-width: 750px;
	padding-bottom: 20px;
	text-align: center;
}

#social-btns {
	text-align: center;
	margin: 65px 0 0;
}

#social-btns img {
	margin: 0 3%;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

#social-btns img:hover {
	opacity: 0.6;
}

#footer-top-menu, 
#footer-bottom-menu {
	text-align: center;
}

#footer-top-menu {
	margin: 50px 10px 10px;
}

#footer-bottom-menu {
	margin: 25px 10px 10px;
}

.footer-top-link, 
.footer-bottom-link {
	color: #850418;
	font-weight: 700;
	margin-left: 20px;
	margin-right: 20px;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.footer-top-link:hover, 
.footer-bottom-link:hover {
	color: #ebd5be;
}

.footer-top-link {
	font-size: 21px;
}

.footer-bottom-link {
	font-size: 18px;
}

#footer-bottom-paragraph {
	margin-top: 50px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#footer-bottom-paragraph p {
	color: #850418;
	font-size: 19px;
	text-align: center;
}

#footer-bottom-paragraph::before {
	background-color: #850418;
	border-radius: 20px;
	bottom: 0;
	content: '';
	height: 8px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	top: -24px;
	width: 100px;
}

#scroll-top-arrow {
	background: #ead5bf;
	border-radius: 10px 10px 4px 4px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 2px;
	position: absolute;
	left: 0;
	right: 0;
	top: -45px;
	width: 48px;
	z-index: 100;

	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

#scroll-top-arrow:hover {
	background: #850418;
	box-shadow: 0 0 10px #212838;
	transform: scale(1.1);
}

#scroll-top-arrow:hover>span {
	color: #f7f7f7;
}

#scroll-top-arrow span {
	color: #850418;
	display: block;
	font-family: "ff-tisa-web-pro",serif;
	font-size: 20px;
	font-weight: 700;
	margin-top: -10px;
	text-align: center;

	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.site-footer {
	background-color: #850418;
	color: #f7f7f7;
	clear: both;
	font-size: 18px;
	padding: 60px 10% 30px;
	text-align: center;
}

.site-footer,
.site-footer a,
.site-footer .button:hover {
	color: #f7f7f7;
}

.site-footer a:hover {
	color: #ebd5be;
}

.site-footer .social .simple-social-icons:first-child {
	margin-bottom: 30px;
	margin-top: -90px;
}

.site-footer .simple-social-icons {
	overflow: inherit !important;
}

.site-footer .simple-social-icons:first-child h4 {
	color: #222;
}

.site-footer .simple-social-icons ul li {
	margin: 0 10px 20px !important;
}

.site-footer .simple-social-icons ul li a {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

.site-footer .widget:last-of-type {
	margin-bottom: 30px;
}

/* # Footer Widgets Area
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background: #333;
	color: #999;
	clear: both;
	padding: 30px 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	padding-left: 1%;
	padding-right: 1%;
}

.footer-widgets a {
	border-bottom: 1px solid #666;
	color: #999;
}

.footer-widgets a:hover {
	color: #ccc;
}

.footer-widgets .widgettitle {
	color: #f7f7f7;
	text-align: center;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form {
	width: 100%;
}

/* After Entry Widget */
.after-entry.widget-area {
	background: #ebd5be;
	padding: 0 5%;
}

/* # Footer Copright Section
---------------------------------------------------------------------------------------------------- */

.site-footer {
	padding: 20px 5%;
}

.site-footer p {
	margin: 0;
}

/* CueFox Made By Statement */
.madewithlove::after {
	content: '\f004';
	margin: 0 1px 0 4px;
	color: #333; /* Icon color */
}

a.madebycuefox {
	color: #f7f7f7; /* CueFox link color */
}

/**************************************

GENESIS SIMPLE SHARE

**************************************/

/* # General Genesis eNews Extended Styles
---------------------------------------------------------------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #222;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #343f53;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #222;
}

.enews form + p {
	margin-top: 24px;
}

/**************************************

GENESIS SIMPLE SHARE

**************************************/

/* # General Genesis Simple Share Styles
---------------------------------------------------------------------------------------------------- */

.content .share-after {
	margin-bottom: 20px;
}

.content a.count,
.content a.count:hover,
.content a.share,
.content a.share:hover {
	border: none;
	font-weight: 400;
}

.content .share-filled .count,
.content .share-filled .share {
	border-radius: 0;
}

.archive .content .entry:hover .entry-content .box .count,
.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	color: #222;
	border: 1px solid #222;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #222 !important;
}

.archive .content .entry:hover .box:hover .count,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
	color: #fff;
}

.author .entry-author-name, 
.category .entry-author-name {
	display: none;
}

/**************************************

PORTFOLIO POST TYPE PAGE

**************************************/

.genesis-pro-portfolio .content {
	padding: 30px 0 70px;
}

.genesis-pro-portfolio .pro-portfolio {
	padding-bottom: 20px !important;
}

.genesis-pro-portfolio .content {
	background: #ebd5be;
}

.genesis-pro-portfolio .portfolio-image {
	box-shadow: 0 0 4px #7f3b08;
	border-radius: 13px;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.genesis-pro-portfolio .entry:nth-of-type(-n+3) {
	border: none !important;
}

.genesis-pro-portfolio .entry:hover {
	background: transparent !important;
}

.genesis-pro-portfolio .entry-content a {
	border: none;
}

.genesis-pro-portfolio .entry-title a {
	color: #f7f7f7;
	font-family: "ff-tisa-web-pro",serif;
	font-size: 22px;
	margin: auto;
	padding: 0 15px 3px;
}

.genesis-pro-portfolio .entry-title a::after {
	content: "\f178";
	margin-left: 10px;
}

.genesis-pro-portfolio .entry:hover a {
	color: #ffbf7a !important;
}

/* Single Portfolio Post */

.single-portfolio .site-inner {
	padding: 0;
}

.single-portfolio .content {
	background: #ebd5be;
}

.single-portfolio .featured {
	box-shadow: 0 -4px 6px #a54e0d;
	margin-top: 70px;
	margin-bottom: 0;
}

.single-portfolio .entry{
	padding-top: 0;
}

.single-portfolio .entry-header {
	background: #f9f9f9;
	padding-bottom: 5px;
	padding-top: 25px;
}

.single-portfolio .entry-meta {
	color: #ebd5be;
	font-size: 1.2em;
	letter-spacing: 1px;
}

.single-portfolio .entry-meta em {
	display: none !important;
}

.single-portfolio .entry-author-name {
	display: none;
}

.single-portfolio .entry-title {
	color: #ebd5be;
	font-size: 2.5em !important;
	font-weight: 700;
	line-height: 1.7;
	margin-top: 17px;
}

.single-portfolio .entry-content {
	background: #f9f9f9;
}

.single.single-portfolio .entry-content {
	padding: 10px 30% 30px;
}

.single-portfolio .entry-footer {
	display: none;
}

.clienttestimonial {
	background: #ececec;
	border-top-left-radius: 15px;
	border-top-right-radius: 70px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 70px;
	font-style: italic;
	padding: 5% 8%;
}

#clientname {
	border-top: 1px solid #dadada;
	font-weight: 700;
	margin: 0;
	padding-top: 20px;
	text-align: right;
}

/* Single Portfolio Call to Action Wrap */
#single-portfolio-cta {
	background: #ebd5be;
	padding: 60px 10% 120px;
}

#single-portfolio-cta h2 {
	color: #f7f7f7;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 70px;
}

.sp-cta-btn {
	display: block;
	border-radius: 40px;
	font-size: 25px;
	font-weight: 700;
	padding: 10px 5px;
	text-align: center;
}

.sp-cta-btn:hover {
	-webkit-animation: hvr-pop 0.5s;
	-moz-animation: hvr-pop 0.5s;
	-ms-animation: hvr-pop 0.5s;
	-o-animation: hvr-pop 0.5s;
	animation: hvr-pop 0.5s;
}

#sp-contact {
	background: #f9f9f9;
	color: #ebd5be;
}

#sp-contact::before {
	content: "\f1d8";
	margin-right: 10px;
}

#sp-more-work {
	box-shadow: inset 0 0 0 3px;
	color: #f7f7f7;
}

/**************************************

WPDISCUZ STYLING

**************************************/

/* Comments Form */
#comments {
	padding-bottom: 4%;
	padding-top: 4%;
}

/* Comment Form header Title */
#wc-comment-header {
	color: #343f53;
	font-size: 2em;
}

/* Comment Title */
#wpcomm .wc-comment-title {
	border-bottom: none !important;
	color: #ebd5be;
	font-size: 1.1em;
}

#wpcomm {
	border-top: #ececec solid 1px;
}

/* Notify Subscription Bar */
.wpdiscuz-subscribe-bar {
	background: #343f53 !important;
}

.wpdiscuz_select {
	color: #444 !important;
	font-size: 16px !important;
	border: 1px solid #ebd5be !important;
	background: #F5F5F5 !important;
	padding-left: 10px !important;
}

/* Form Wrapper */
#wpcomm .wc-form-wrapper {
	border: none !important;
}

#wpcomm .wpdiscuz-textarea-wrap {
	border: none !important;
}

/* New Comment Textarea Field */
#wpcomm .wc-field-comment .wc-field-textarea textarea {
	box-shadow: inset 0 0 0 1px #ececec !important;
	color: #555 !important;
	font-family: "ff-dagny-web-pro",sans-serif;
	font-size: 18px !important;
	font-weight: 400;
}

#wpcomm .wc-field-name input[type="text"], 
#wpcomm .wc-field-email input[type="email"] {
	font-family: "ff-dagny-web-pro",sans-serif;
	font-weight: 400;
	height: 39px;
}

/* "Notify of" Text Styling */
#wpcomm .wpdiscuz-subscribe-form-intro {
	font-size: 17px !important;
	color: #f7f7f7 !important;
	padding-top: 5px !important;
	font-weight: 700 !important;
}

/* Notify of Button */
#wpcomm .wpdiscuz-subscribe-form-button input[type="submit"] {
	background: #ebd5be !important;
	min-height: 28px!important;
	border-radius: 0 !important;
}

/* Postmatic Email Participation */
#wpcomm .wc-label-comment-notify {
	color: #5d5d5d !important;
	font-family: "ff-dagny-web-pro",sans-serif !important;
	font-size: 16px !important;
}

/* Order by Post Date Buttons */
.wpdiscuz-sort-buttons {
	color: #ebd5be !important;
	background: transparent;
	font-size: 17px !important;
	font-weight: 700;
	padding: 0 15px;
}

/* Sort Button Styling */
.wpdiscuz-sort-button {
	color: #ebd5be !important;
}

/* Post Comment Submit Button */
.wc-form-wrapper .button {
	background: #ebd5be !important;
	font-size: 18px !important;
	padding: 15px !important;
}

/* wpDiscuz Discussion Comments Wrap */
#wpcomm .wc-comment .wc-comment-right {
	background: #F5F5F5 !important;
}

/* Author Font Styling */

.wc-comment-author {
	color: #850418 !important;
	font-weight: 700 !important;
	font-size: 17px !important;
}

.wc-comment-author::after {
	color: #ebd5be;
	content: " -- said:";
	font-style: italic;
	font-weight: normal;
}

.wc-reply .wc-comment-author::after {
	color: #ebd5be;
	content: " -- responded:";
}

/* Comment Font Styling */
#wpcomm .wc-comment-text {
	background: #f9f9f9;
	font-size: 19px !important;
	color: #555 !important;
	line-height: 1.75 !important;
	padding: 20px 13% !important;
	margin-top: 40px;
	box-shadow: inset 0 2px 5px #DCDCDC;
	border-bottom: 1px solid #E9E9E9;
}

/* Comment Read More Button */
#wpcomm .wpdiscuz-readmore {
	background: #343f53;
	color: #f7f7f7 !important;
	display: block;
	font-size: 0.7em;
	font-weight: 700;
	margin-top: 5px;
	padding: 2px 5px;
	text-align: center;
	text-transform: uppercase;
	width: 150px;
}

/* Reply Comments Styling */
#wpcomm .wc-reply .wc-comment-right {
	border-left: 1px solid #ebd5be;
}

/**************************************

SEARCH RESULTS PAGE

**************************************/

/* Remove Featured Image Big Leader */
.search .big-leader {
	display: none;
}

/**************************************

404 ERROR PAGE

**************************************/

.error404 .entry-title {
	font-size: 3em;
	margin: 0;
}

.error404 .entry-content {
	margin: auto;
	max-width: 1000px;
	padding-bottom: 40px;
	padding-top: 40px;
}

.error404 .entry-content h4 {
	margin-top: 30px;
}

/* 404 Not Found Button */
#not-found-button {
	background: #efefef;
	border-radius: 10px;
	border: 2px solid;
	padding: 10px;
}

/* Remove Big Leader */
.error404 .big-leader {
	display: none;
}

/**************************************

COOKIE NOTICE BAR

**************************************/

.cookie-notice-container {
	padding-bottom: 20px;
	padding-left: 8%;
	padding-right: 8%;
}

#cookie-notice {
	background: rgba(111, 111, 111, 0.9) !important;
	margin-bottom: -1px;
}

/* Cookie Notice Bar Text */
#cn-notice-text {
	font-size: 19px;
	line-height: 30px;
}

/* Cookie Bar Buttons */
#cookie-notice .button {
	background-color: transparent;
	border-radius: 40px;
	border: 1px solid #f9f9f9;
	color: #f7f7f7 !important;
	display: inline-block;
	font-family: "ff-tisa-sans-web-pro",sans-serif !important;
	font-size: 16px;
	font-weight: 700;
	margin-left: 20px !important;
	margin-right: auto !important;
	margin-top: 15px;
	padding: 8px 0 9px;
	text-decoration: none !important;
	width: 150px;
}

/**************************************

THRIVE LEADS OPTIN FORM SHORTCODE STYLING

**************************************/

/* Optin Form Header */
.thrv-leads-form-box h2 {
	font-family: "ff-tisa-sans-web-pro",sans-serif !important;
	font-weight: 700;
}

.thrv_lead_generation_container button {
	font-family: "ff-tisa-web-pro",serif !important;
}

#tve_one_set .thrv_lead_generation_container input[type="email"] {
	font-family: "ff-tisa-web-pro",serif !important;
}

/* Remove Text Shadow */
.bsb-btn.tve_brdr_none {
	text-shadow: none !important;
}

/* Remove Dashlane Icon */
.tve_lg_input_container.tve_lg_input.tve_lg_2 span,
.tve_lg_input_container.tve_lg_input.tve_lg_3 span {
	display: none !important;
}

/* After Entry Thrive Button */
.after-entry.widget-area button.bsb-btn.tve_brdr_none {
	background: none !important;
}

.after-entry.widget-area .tve_lg_input_container.tve_submit_container.tve_lg_submit.tve_lg_2 {
	border: 3px solid #ececec !important;
}

.after-entry.widget-area .tve_lg_input_container.tve_submit_container.tve_lg_submit.tve_lg_2:hover {
	-webkit-animation: hvr-pop 0.5s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: hvr-pop 0.5s; /* Firefox < 16 */
	-ms-animation: hvr-pop 0.5s; /* Internet Explorer */
	-o-animation: hvr-pop 0.5s; /* Opera < 12.1 */
	animation: hvr-pop 0.5s;
}

/* Blog Signup Banner */
.blog-signup-banner button.bsb-btn.tve_brdr_none {
	background: none !important;
}

.blog-signup-banner .tve_lg_input_container.tve_submit_container.tve_lg_submit.tve_lg_2 {
	border: 3px solid #f7f7f7 !important;
}

.blog-signup-banner .tve_lg_input_container.tve_submit_container.tve_lg_submit.tve_lg_2:hover {
	-webkit-animation: hvr-pop 0.5s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: hvr-pop 0.5s; /* Firefox < 16 */
	-ms-animation: hvr-pop 0.5s; /* Internet Explorer */
	-o-animation: hvr-pop 0.5s; /* Opera < 12.1 */
	animation: hvr-pop 0.5s;
}

/**************************************

MEDIA QUERIES

**************************************/

@media (min-width: 1600px) {

	/* Homepage - First Section */
	#first-home-section p {
		font-size: 42px;
	}

}
/**** End of min-width-1600px Query ****/

@media (min-width: 1300px) {

	/* Homepage - First Section */
	.home-section-1 {
		min-height: 93vh;
		padding: 175px 4% 100px;
	}

}
/**** End of min-width-1300px Query ****/

@media (min-width: 1200px) {

}
/**** End of min-width-1200px Query ****/

@media (min-width: 1100px) {

	/* FAQ Page */
	.faq-wrap {
		float: left;
		margin-left: 2.5%;
		margin-right: 2.5%;
		width: 45%;
	}

}
/**** End of min-width-1100px Query ****/

@media (min-width: 1024px) {

	/* Site Header and Navigation */
	.site-header {
		padding: 7px 6% 7px 10%;
	}

	.menu-primary,
	.menu-secondary {
		padding-left: 5%;
	}

	/* Blog Page */

	.content-sidebar .content {
		float: left;
		width: 70%;
	}

	.sidebar-primary {
		float: right;
		width: 30%;
	}

	.blog .content-sidebar .content {
		width: 700%;
	}

	/* Homepage - Third Section */
	.we-provide {
		float: left;
		width: 28%;
		margin-left: 2.6%;
		margin-right: 2.6%;
	}

	/* Homepage - Sixth Section */

	.hsc-cta-btn {
		width: 25%;
		float: left;
		margin-left: 12.5%;
		margin-right: 12.5%;
	}

	/* Footer Widgets Area */

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 31%;
	}

	.footer-widgets-1 {
		margin-right: 50px;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		float: left;
	}

	.footer-widgets-3 {
		float: right;
	}

	/* Team Fox Banner */

	.tfb-wrapper {
		bottom: 7px;
		padding: 2%;
		position: absolute;
		width: 100%;
	}

}
/**** End of min-width-1024px Query ****/

@media (min-width: 900px) {

	/* Homepage - Second Section */

	.featured-services:first-child {
		margin-bottom: 80px;
	}

	.fs-wrapper {
		float: left;
		width: 40%;
		margin: 0 5%;
	}

	.fs-wrapper:hover {
		box-shadow: 0 5px 18px rgba(0,0,0,0.2), 0 0 0 1px #c8cbcd;
		transform: scale(1.1);
	}

	/* Homepage - Sixth Section */

	#home-sixth-content {
		padding: 100px 10% 140px;
	}

	.sp-cta-btn {
		width: 30%;
		float: left;
		margin-left: 10%;
		margin-right: 10%;
	}

	/* Benefits Page */
	.bp-bottom-wrap {
		float: left;
	}

	#bp-bottom-message {
		width: 65%;
	}

	#bp-bottom-btn {
		width: 35%;
	}

	/* Single Posts */
	.single-post.full-width-content .entry-content img {
		border-radius: 10px;
		box-shadow: 0 0 1px 0 #4a4a4a;

		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition:    all 0.3s ease-in-out;
		-ms-transition:     all 0.3s ease-in-out;
		-o-transition:      all 0.3s ease-in-out;
		transition:         all 0.3s ease-in-out;
	}

	.single-post.full-width-content .entry-content img:hover {
		transform: scale(1.15);
	}

	.single-post.full-width-content .entry-content .cf-no-transform img {
		border-radius: 2px;
	}

	/* Remove Scaling from Images */
	.single-post.full-width-content .entry-content .cf-no-transform img:hover {
		transform: none;
	}

}
/**** End of min-width-900px Query ****/

@media (min-width: 800px) {

	/* Header and Navigation */

	/* Menu Items */
	.genesis-nav-menu a {
		margin: 7px 10px 0 0px;
		padding: 10px 12px;

		-webkit-transition: all 0.05s ease-in-out;
		-moz-transition:    all 0.05s ease-in-out;
		-ms-transition:     all 0.05s ease-in-out;
		-o-transition:      all 0.05s ease-in-out;
		transition:         all 0.05s ease-in-out;
	}

	.genesis-nav-menu a:hover {
		border-bottom: 3px solid;
	}

	/* Add Attached Arrow to Sub-Menu */
	.sub-menu {
		padding-top: 19px;
	}

	.sub-menu::before, 
	.sub-menu::after {
		bottom: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	.nav-primary .sub-menu .sub-menu::before, 
	.nav-primary .sub-menu .sub-menu::after {
		display: none;
	}

	.sub-menu::before {
		border-color: rgba(113, 158, 206, 0);
		border-bottom-color: #f9f9f9;
		border-width: 8px;
		left: 20%;
		margin-left: -20px;
		margin-bottom: -19px;
	}

	/* Homepage - First Section */
	.fhs-cta-btn {
		width: 35%;
		float: left;
		margin-left: 7.5%;
		margin-right: 7.5%;
	}

	/* Benefits Page */
	.bp-text-content-left, 
	.bp-graphics-content-right, 
	.bp-text-content-right, 
	.bp-graphics-content-left {
		padding-left: 4%;
		padding-right: 4%;
		width: 50%;
	}

	.bp-text-content-left, 
	.bp-graphics-content-right {
		float: left;
	}

	.bp-text-content-right, 
	.bp-graphics-content-left {
		float: right;
	}

	/* Blog Page */
	.page-id-11 .entry-content {
		padding-left: 0;
		padding-right: 0;
	}

	/* Fullwidth Posts */
	.single-post.full-width-content .entry-content {
		padding: 2% 0;
	}

	/* Portfolio Post Type Page */
	.genesis-pro-portfolio .portfolio-image:hover {
		transform: scale(1.05) rotate(5deg);
	}

	/* Portfolio Single Post Type Page */
	.single-portfolio .featured {
		border-top-left-radius: 13px;
		border-top-right-radius: 13px;
	}

	/* Thrive Leads - Blog Page Optin Form Title */
	.blog-signup-banner {
		padding-bottom: 30px;
		padding-top: 30px;
	}

	/* Next and Previous Post Links */
	.sp-post-nav {
		float: left;
		margin-left: 2.5%;
		margin-right: 2.5%;
		width: 45%;
	}

	.post-previous, 
	.post-next {
		padding-top: 70px;
		padding-bottom: 100px;
	}

	.post-previous a, 
	.post-next a {
		border-radius: 4px;
	}

	.sp-post-nav.post-next {
		float: right;
	}

	/** BROWSER SCROLLBAR  **/

	/* Scrollbar Styling */
	::-webkit-scrollbar {
		width: 16px;
	}

	/* The new scrollbar will have a flat appearance with the set background color */
	::-webkit-scrollbar-track {
		background-color: #850418;
		border-left: 2px solid #303a4c;
	}

	/* This will style the thumb, ignoring the track */
	::-webkit-scrollbar-thumb {
		background-color: rgb(44, 56, 82);
		border-top: 3px solid #f9f9f9;
		border-bottom: 3px solid #f9f9f9;
	}

	/* Optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
	::-webkit-scrollbar-button {
		background-color: #343f53;
		border-left: 2px solid #303a4c;

	}

	/* If both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */
	::-webkit-scrollbar-corner {
		background-color: #CACBCE;
	}

	/* Style Scrollbar for Embedded Gists */
	.entry-content ::-webkit-scrollbar-track {
		background-color: #f1f1f1;
		border: none;
	}

	.entry-content ::-webkit-scrollbar-thumb {
		background-color: #c1c1c1;
		border-bottom: 2px solid #f1f1f1;
		border-top: 2px solid #f1f1f1;
	}

	.entry-content ::-webkit-scrollbar-button {
		background-color: #ebd5be;
		border: none;
	}

}
/**** End of min-width-800px Query ****/

@media only screen and (min-width: 800px) {
	
	.header-image .title-area {
		margin-bottom: 0;
		width: 50px;
	}

	.title-area {
		float: left;
		text-align: left;
	}

	.nav-primary .genesis-nav-menu {
		float: right;
	}

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu .sub-menu {
		left: -9999px;
		opacity: 0;
		position: absolute;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 240px;
	}

	.genesis-nav-menu .sub-menu a {
		background: #ebd5be;
		color: #f7f7f7;
		border-bottom: 1px solid #232a3a;
		border-top: 0;
		line-height: 1.6;
		padding: 20px 10px;
		margin: 0;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -56px 0 0 199px;
	}
	
	.genesis-nav-menu > li.highlight {
		margin-left: 20px;
	}

	.genesis-nav-menu li.highlight > a {
		background-color: #fff;
		border-radius: 3px;
		color: #222;
		padding: 15px 20px;
	}
	
	.genesis-nav-menu li.highlight > a:hover {
		background-color: #222;
		color: #f7f7f7;
	}

	.nav-primary,
	.nav-secondary {
		padding: 0;
	}

/*	.genesis-nav-menu > li:first-child a {
		padding-left: 0;
		} */

		.responsive-menu,
		.responsive-menu > .menu-item > .sub-menu {
			display: block;
		}

		.responsive-menu-icon,
		.responsive-menu > .menu-item-has-children::before,
		.responsive-menu .menu-open.menu-item-has-children::before {
			display: none;
		}

		.responsive-menu .sub-menu .sub-menu {
			padding-left: 0;
		}

		.breadcrumb,
		.author .author-box,
		.archive-description {
			margin-bottom: 0;
		}

		.breadcrumb {
			padding-bottom: 60px;
			padding-top: 60px;
		}

		.comment-respond {
			padding-bottom: 90px;
		}

		.archive .content {
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;

			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		}

		.archive .content .entry,
		.archive.genesis-author-pro .content .entry.genesis-author-pro-book,
		.archive.genesis-pro-portfolio .content .pro-portfolio {
			cursor: pointer;
			float: left;
			font-size: 16px;
			margin: 0;
			min-height: 400px;
			padding-bottom: 20px;	
			padding-top: 0;
			width: 33.3334%;
			word-wrap: break-word;
		}

		.archive .content .entry:nth-of-type(-n+3),
		.archive.genesis-author-pro .content .entry.genesis-author-pro-book:nth-of-type(-n+3) {
			/*border-top: 1px solid #eee;*/
		}

		.archive .content .article-wrap,
		.archive.genesis-author-pro .content .entry.genesis-author-pro-book,
		.archive.genesis-pro-portfolio .content .pro-portfolio {
			padding-top: 60px;
		}

		.archive .content .entry:nth-of-type(3n+1) {
			clear: left;
		}
/*
		.archive .content .entry:nth-of-type(3n+1),
		.archive .content .entry:nth-of-type(3n+2),
		.archive.genesis-author-pro .content .genesis-author-pro-book:nth-of-type(3n+1),
		.archive.genesis-author-pro .content .genesis-author-pro-book:nth-of-type(3n+2) {
			border-right: 1px solid #eee;
		}
		*/

		.archive.genesis-author-pro .content .entry.genesis-author-pro-book,
		.archive.genesis-pro-portfolio .content .pro-portfolio {
			min-height: 0;
			padding-bottom: 60px;
		}

		.archive.bbpress .content .entry {		
			border-width: 0;
			cursor: default;
			min-height: 0;
			width: 100%;
		}

		.archive.bbpress .content .entry:hover a,
		.archive.bbpress .content .entry-content:hover a {
			color: #343f53;
		}

		.archive.bbpress .content .entry:hover,	
		.archive.bbpress .content .entry:hover a:hover,	
		.archive.bbpress .content .entry-content:hover a:hover,
		.archive.bbpress .content .entry:hover .entry-title a {
			background-color: transparent;
			color: #222;
		}

		.page .content .entry-title,
		.single .content .entry-title {
			font-size: 2em;
			margin-bottom: 25px;
		}

		.comment-list ul.children {
			margin-left: 40px;
		}

		.gallery-item {
			float: left;
		}

		.genesis_responsive_slider .slide-excerpt,
		.genesis_responsive_slider .slide-excerpt-border  {
			display: block;
		}

		.five-sixths,
		.four-sixths,
		.one-fifth,
		.one-half,
		.one-sixth,
		.one-third,
		.three-fifths,
		.three-sixths,
		.two-fifths,
		.two-sixths,
		.two-thirds {
			float: left;
			margin-left: 2.564102564102564%;
		}

		.one-half,
		.three-sixths,
		.two-fifths {
			width: 48.717948717948715%;
		}

		.one-third,
		.two-sixths {
			width: 31.623931623931625%;
		}

		.four-sixths,
		.two-thirds {
			width: 65.81196581196582%;
		}

		.one-fifth {
			width: 23.076923076923077%;
		}

		.three-fifths {
			width: 74.35897435897436%;
		}

		.one-sixth {
			width: 14.52991452991453%;
		}

		.five-sixths {
			width: 82.90598290598291%;
		}

		.first {
			clear: both;
			margin-left: 0;
		}

		.site-footer .simple-social-icons ul li {
			margin-bottom: 0 !important;
		}

	}
	/**** End of min-width-800px and Screen Query ****/

	@media (min-width: 700px) {

		/* Footer Copyright Area */
		#copyright-info {
			float: left;
			padding-right: 10px;
		}

		#footer-right-content {
			float: right;
			padding-left: 10px;
		}

	}
	/**** End of min-width-700px Query ****/

	@media (min-width: 600px) {

	}
	/**** End of min-width-600px Query ****/

	@media (min-width: 500px) {

	}
	/**** End of min-width-500px Query ****/

	@media (min-width: 400px) {

	}
	/**** End of min-width-400px Query ****/

	@media (max-width: 1499px) {

		/* Single Portfolio Post */
		.single.single-portfolio .entry-content {
			padding-left: 25%;
			padding-right: 25%;
		}

	}
	/**** End of max-width-1499px Query ****/

	@media (max-width: 1299px) {

		/* Homepage - First Section */
		.home-section-1 {
			padding: 140px 4% 100px;
			min-height: 750px;
		}

		/* Pages */
		.page.full-width-content .entry-content {
			padding-left: 5%;
			padding-right: 5%;
		}

		/* Single Portfolio Post */
		.single.single-portfolio .entry-content {
			padding-left: 15%;
			padding-right: 15%;
		}

	}
	/**** End of max-width-1299px Query ****/

	@media (max-width: 1199px) {

		/* Single Posts */
		.single .entry-header .entry-meta {
			margin: 40px 0 25px;
		}

		.single .entry-header .avatar {
			margin-bottom: 15px;
		}

		.single-post .entry-time, 
		.single-post .entry-modified-time,
		.single-post .entry-author-name, 
		.single-post .entry-categories {
			background: none;
			border: none;
			box-shadow: none;
			display: block;
			margin: 10px auto;
			max-width: 350px;
			padding: 0 10px;
		}

		.entry-modified-time,
		.entry-author-name, 
		.single-post .entry-time, 
		.single-post .entry-categories, 
		.single-post .entry-categories a {
			color: #850418;
		}

	}
	/**** End of max-width-1199px Query ****/

	@media (max-width: 1023px) {

		/* Header and Navigation */
		.site-header {
			padding: 7px 4%;
		}

		/* Homepage - First Section */
		.home-section-1 {
			background-position: 0% 45%;
		}

		.home .site-inner {
			padding: 0;
		}

		/* Homepage - Third Section */
		#home-third-content {
			padding: 10% 5%;
		}

		.we-provide {
			margin-bottom: 60px;
		}

		.we-provide:last-child {
			margin-bottom: 0;
		}

		.we-provide h3 {
			margin-bottom: 30px;
		}

		.we-provide h3::before {
			top: 0;
		}

		/* Homepage - Fourth Section */
		#hfc-message {
			width: 80%;
		}

		#hfc-message p {
			font-size: 22px;
		}

		/* Homepage - Fifth Section */
		#home-fifth-content {
			height: 700px;
		}

		/* Homepage - Sixth Section */
		#hsc-cta-wrap {
			margin: 50px auto 0;
		}

		#hsc-our-work {
			margin-bottom: 50px;
		}

		.hsc-cta-btn {
			margin: auto;
			width: 290px;
		}

		/* Subscribed Successfully */
		#cbc-content h1 {
			font-size: 2.9em;
		}

		/* Benefits Page */
		.page-id-237 .entry-title {
			font-size: 2.9em !important;
			padding: 80px 5%;
		}

		#bp-bottom-cta-box {
			padding: 40px 9% 10px;
		}

		/* Blog Page */
		.page-id-11 .entry {
			padding-bottom: 20px;
		}

		.page-id-11 .entry:last-child {
			padding-bottom: 0;
		}

		.page-id-11 .entry-header {
			margin-bottom: -3px;
			padding-bottom: 40px;
			padding-top: 40px;
		}

		.page-id-11 .entry-title a {
			font-size: 1.1em;
		}

		/* Fullwidth Posts */
		.single-post.full-width-content .entry-content {
			padding-bottom: 40px;
			padding-top: 20px;
		}

		/* Sidebar */
		.sidebar-primary {
			width: 80%;
			margin: 0 auto;
		}

		/* Single Posts */

		/* Entry Footer Service Banner */
		#single-service-banner h2 {
			font-size: 2.7em;
		}

		#single-service-banner p {
			font-size: 1.6em;
		}

		#single-service-banner-btn {
			font-size: 1.4em;
			margin: 45px auto 0;
		}

		/* Entry Footer Author Box */
		.single-author-box-content {
			max-width: 700px;
			padding: 45px 5% 25px;
		}

		.single-author-box-content .avatar {
			height: 96px;
			margin: 24px 25px 15px 0;
			width: auto;
		}

		.author-box-title {
			padding-top: 0;
		}

		/* Single Portfolio Post */
		.single.single-portfolio .entry-content {
			padding-left: 10%;
			padding-right: 10%;
		}

		/* Footer Widgets Area */
		.footer-widgets-1, 
		.footer-widgets-2, 
		.footer-widgets-3 {
			padding-left: 10%;
			padding-right: 10%;
		}

		/* Footer Widget Titles */
		.footer-widgets-1 .widgettitle {
			margin-top: 0;
		}

		.footer-widgets-2 .widgettitle, 
		.footer-widgets-3 .widgettitle {
			margin-top: 30px;
		}

		/* Contact Page */
		#contact-section-2 h2::before {
			display: none;
		}

		/* Team Fox Banner */
		.fox-member img {
			width: 75%;
		}

		.tfb-wrapper {
			background: #343f53;
			margin: -7px auto 0;
			padding: 0 2% 1%;
			width: 75%;
		}

		.afm-member {
			margin-top: 20px;
		}

		/* Custom Page Widths */
		.page-id-66 .entry-content /* Team Fox Page */ { 
			padding: 0 10%;
		}

		/* Comment Form header Title */
		#wc-comment-header,
		#wc_show_hide_loggedin_username, /* Logged in Username */
		#wpcomm .wc-comment-title /* Be the first one to comment! */ {
			padding-left: 5%;
			padding-right: 5%;
		}

		/* Comment Title */
		#wpcomm .wc-comment-title {
			text-align: left;
		} 

		/* Archive Categories */
		.archive.category .site-inner {
			padding-left: 0;
			padding-right: 0;
			padding-top: 0;
		}

		.archive.category .article-wrap {
			padding-left: 4%;
			padding-right: 4%;
		}

	}
	/**** End of max-width-1023px Query ****/

	@media (max-width: 899px) {

		/* Site Header and Navigation */
		.genesis-nav-menu a {
			font-size: 15px;
		}

		/* Homepage - First Section */
		#typed, 
		.typed-cursor {
			font-size: 60px;
			margin-bottom: 40px;
		}

		#first-home-section p {
			font-size: 27px;
		}

		/* Homepage - Second Section */
		.fs-wrapper {
			margin: 20px 0;
		}

		.hscfs-1 .fs-wrapper:first-child {
			margin-top: 0;
		}

		.hscfs-2 .fs-wrapper:last-child {
			margin-bottom: 0;
		}

		/* Homepage - Sixth Section */
		#home-sixth-content {
			padding: 10% 10% 100px;
		}

		/* Benefits Page */
		#bp-bottom-message {
			text-align: center;
		}

		.bp-graphics-content-right img, 
		.bp-graphics-content-left img {
			height: 200px;
			margin-top: 60px;
			width: auto;
		}

		/* Comments Form */
		.single.full-width-content #respond {
			width: 80%;
		}

		/* Single Portfolio Call to Action Wrap */

		#single-portfolio-cta {
			padding-bottom: 100px;
		}

		.sp-cta-btn {
			margin: auto;
			width: 270px;
		}

		.sp-cta-btn:first-child {
			margin-bottom: 60px;
		}

		/* Scroll to Top Button */
		#toc-float-scroll-btn, 
		#float-contact-btn {
			bottom: 60px;
			height: 40px;
			width: 40px;
		}

		#toc-float-scroll-btn {
			left: 15px;
		}

		#float-contact-btn {
			right: 15px;
		}

		#float-contact-btn::before {
			display: none;
		}

	}
	/**** End of max-width-899px Query ****/

	@media (max-width: 799px) {

/* # Menu Items
---------------------------------------------------------------------------------------------------- */

/* MOBILE NAVIGATION: Move Menu Right */
.site-header {
	padding: 5px 0;
}

.site-title {
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.title-area {
	float: left;
	padding-left: 7% !important;
}

/* "Menu" Button Styling */
.responsive-menu > .menu-item-has-children::before,
.responsive-menu-icon::before,
.responsive-menu-icon {
	color: #f9f9f9;
}

.responsive-menu-icon:hover,
.responsive-menu-icon:hover::before {
	color: rgba(255, 255, 255, 0.6);
}

.responsive-menu-icon {
	float: right;
	padding: 13px 5%;
	margin-top: 8px;
}

#menu-primary-navigation {
	clear: both;
	margin-top: 35px;
}

#menu-primary-navigation li:last-child {
	margin-bottom: -5px;
}

/* # Menu Items
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu .menu-item {
	background: #ebd5be;
	text-align: center;
}

.genesis-nav-menu .menu-item:first-child {
	box-shadow: inset 0 2px 4px #232b3c;
	padding-top: 30px;
}

.genesis-nav-menu .menu-item:last-child {
	padding-bottom: 30px;
}

/* Site Header and Navigation */
.genesis-nav-menu a {
	padding: 19px 12px;
	font-size: 20px;
}

/* Menu Call To Action Button */
.menu-cta-btn a {
	background: #ebd5be;
	border: none;
	margin: 21px 0 19px;
	padding: 10px 20px !important;
}

.menu-cta-btn a:hover {
	color: #f7f7f7 !important;

	-webkit-animation: hvr-pop 0.5s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: hvr-pop 0.5s; /* Firefox < 16 */
	-ms-animation: hvr-pop 0.5s; /* Internet Explorer */
	-o-animation: hvr-pop 0.5s; /* Opera < 12.1 */
	animation: hvr-pop 0.5s;
}

/* Active Menu Item Color */
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: rgba(255, 255, 255, 0.6);
}

/* Pull Up Bottom of Mobile Navigation */
.nav-primary {
	padding: 0;
}

/* # Sub Menu Items (DELETE IF NOT USING SUB MENU ITEMS)
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu .sub-menu li {
	background: #232a3a;
}

.genesis-nav-menu .sub-menu a {
	font-size: 1.1em;
	line-height: 1.7;
}

/* Homepage - First Section */
.home-section-1 {
	background: #343f53;
	background-image: url('/wp-content/uploads/2016/08/shattered-background-ii.png');
	background-size: contain;
	padding: 80px 5% 70px;
	min-height: 0;
}

#typed, 
.typed-cursor {
	text-shadow: none;
}

#fhs-cta-btns {
	max-width: 270px;
}

#fhs-contact {
	background: transparent;
}

/* Homepage - Fifth Section */

#home-fifth-wrap h3 {
	font-size: 3em;
}

#home-fifth-wrap p {
	font-size: 38px;
}

/* Benefits Page */
#bp-intro-paragraph p {
	font-size: 1.4em;
}

.core-benefits {
	padding-bottom: 70px;
	padding-top: 70px;
}

/* Single Posts */

/* Oval Thought Container */
.oval-thought-border {
	margin-bottom: 80px;
	padding-left: 4%;
	padding-right: 4%;
}

.oval-thought-border p {
	font-size: 1.1em !important;
}

.oval-thought-border::before {
	right: 70%;
}

.oval-thought-border::after {
	bottom: -70px;
	right: 80%;
}

/* Next and Previous Post Links */
.prev-next-navigation {
	padding-bottom: 70px;
	padding-top: 50px;
}

.sp-post-nav:first-child {
	margin-bottom: 30px;
}

.post-previous,
.post-next {
	font-size: 29px;
}

/* Portfolio Single */
.single.single-portfolio .entry-content {
	padding: 10% 5%;
}

/* Featured Image Background */
.big-leader h1 {
	font-size: 2.2em;
}

/* Typography */
.entry-content p,
.entry-content ol li, 
.entry-content ul li {
	font-size: 1.2em;
}

/* Footer Area */
#footer-area {
	padding: 90px 5% 60px;
}

/* Blog Page */
.page-id-11 .entry-header {
	margin-bottom: 0;
	padding-left: 4%;
	padding-right: 4%;
}

.page-id-11 .entry-content {
	padding-left: 0;
	padding-right: 0;
}

/* Author Archives */
.archive.author .content .entry {
	padding-bottom: 30px;
}

.archive.author .entry-title a {
	font-size: 24px;
}

/* Archive Categories */
.archive.category .content .entry {
	padding-bottom: 30px;
}

.archive.category .entry-title a {
	font-size: 24px;
}

/* Contact Page */
#contact-section-1 {
	padding: 100px 5%;
}


#contact-section-1 h1 {
	font-size: 5em;

}

#contact-section-1 p {
	font-size: 1.4em;
}

#contact-section-2 {
	background: #850418;
	padding: 6% 5% 3%;
}

#contact-section-2 h2 {
	font-size: 3em;
}

#contact-section-2 h2::before {
	top: 75px;
}

.page-id-6 .wpcf7-form p {
	font-size: 23px
}

.page-id-6 .wpcf7-form {
	width: 100%;
}

/* Portfolio Post Type Page */

.genesis-pro-portfolio .content {
	padding: 0;
}

.genesis-pro-portfolio .pro-portfolio {
	padding-bottom: 30px !important;
}

.genesis-pro-portfolio .pro-portfolio:last-child {
	padding-bottom: 100px !important;
}

.genesis-pro-portfolio .content .pro-portfolio {
	margin-bottom: 0;
}

/* Fullwidth Posts */
.single-post.full-width-content .entry-content {
	padding: 2% 5%;
}

/* Portfolio Single Post Type Page */
.single-portfolio .featured {
	margin-top: 0;
}

.single-portfolio .entry-meta {
	font-size: 0.9em;
}

.single-portfolio .entry-title {
	font-size: 1.4em !important;
}

/* Cookie Bar Buttons */

/* Cookie Notice Bar Text */
#cn-notice-text {
	font-size: 16px;
}

#cookie-notice .button {
	display: block;
	font-size: 15px;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 3px 0;
}

}
/**** End of max-width-799px Query ****/

@media (max-width: 699px) {

	/* Homepage - First Section */

	#typed, 
	.typed-cursor {
		font-size: 55px;
		margin-bottom: 40px;
	}

	#first-home-section p {
		font-size: 25px;
	}

	#fhs-cta-btns {
		margin-top: 50px;
	}

	/* Homepage - Fourth Section */

	#hfc-message {
		width: 100%;
	}

	#hfc-message p {
		font-size: 22px;
	}

	/* Homepage - Sixth Section */

	#testimonial-paragraph {
		font-size: 23px;
	}

	/* Subscribed Successfully */
	.complete-blank {
		min-height: 560px;
	}

	#cbc-content h1 {
		font-size: 2.2em;
	}

	#cbc-content p {
		font-size: 20px;
	}
	
	.complete-blank .return-button {
		margin-top: 45px
	}

	/* Benefits Page */
	.page-id-237 .entry-title {
		font-size: 2.2em !important;
		padding: 95px 5% 105px;
	}

	/* Sidebar */
	.sidebar-primary {
		width: 100%;
	}

	/* After Entry Widget */
	.after-entry.widget-area {
		background: #ebd5be;
		padding: 0 5%;
	}

	/* Footer Section */

	#footer-area {
		padding-left: 0;
		padding-right: 0;
	}

	#footer-area h3 {
		font-size: 1.9em;
		margin-left: 5%;
		margin-right: 5%;
	}

	#social-btns img {
		width: 48px;
	}

	#social-btns {
		text-align: left;
	}

	#footer-top-menu, 
	#footer-bottom-menu {
		text-align: left;
	}

	#footer-top-menu {
		margin-top: 35px;
	}

	.footer-top-link, 
	.footer-bottom-link {
		display: block;
		font-size: 16px;
		margin-left: 5px;
	}

	.footer-top-link:not(:last-child), 
	.footer-bottom-link:not(:last-child) {
		margin-bottom: 6px;
	}

	#footer-bottom-paragraph {
		margin: 25px 5% 0 15px;
	}

	#footer-bottom-paragraph p {
		font-size: 16px;
		margin-top: 35px;
		text-align: left;
	}

	#footer-bottom-paragraph::before {
		height: 1px;
		left: 50px;
		top: -15px;
	}

	/* Footer Copyright Area */
	#footer-right-content {
		margin-top: 10px;
	}

	/* Comments Form */
	.single.full-width-content #respond {
		width: 90%;
	}

	/* Team Fox Banner */
	.fox-member img, 
	.tfb-wrapper {
		width: 100%;
	}

	/* Blog Page */

	.page-id-11 .entry-header .entry-meta {
		font-size: 0.8em;
	}

	.page-id-11 .entry-title a {
		font-size: 0.9em;
	}

	/* Blog Page */
	.page-id-11 .entry-image {
		display: none;
	}

	.page-id-11 .entry-content {
		display: none;
	}

	/* Thrive Leads - Blog Page Optin Form Title */
	.blog-signup-banner {
		padding: 0 5%;
	}

	.after-entry.widget-area span.tve_custom_font_size.rft {
		font-size: 23px !important;
	}

	/* Single Posts */
	.single .entry-header .entry-meta {
		font-size: 0.9em;
		margin: 0 0 40px !important;
	}

	.single .entry-header .avatar {
		margin-bottom: 5px;
	}

	/* Entry Footer Service Banner */
	#single-service-banner h2 {
		font-size: 31px;
	}

	#single-service-banner p {
		font-size: 1.5em;
	}

	#single-service-banner-btn {
		font-size: 1.3em;
		margin: 45px auto 0;
		width: 270px;
	}

	/* Single Portfolio Call to Action Wrap */

	#single-portfolio-cta h2 {
		font-size: 1.8em;
	}

	/* wpDiscuz Styling */

	/* Comment Title */
	#wpcomm .wc-comment-title {
		font-size: 0.9em;
		margin: 8px 0 -6px;
	} 

	/* Comment Header */
	#wpcomm .wc-comment-header {
		margin-bottom: 40px !important;
	}

	#wc-comment-header {
		font-size: 1.4em;
	}

	.wc-comment-author {
		color: #850418 !important;
		font-weight: 700 !important;
		font-size: 13px !important;
	}

	#wpcomm .wc-comment-text {
		font-size: 16px !important;
		padding: 20px 5% !important;
	}

	#wpcomm .wc-comment .wc-comment-right {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

}
/**** End of max-width-699px Query ****/

@media (max-width: 639px) {

	/* Homepage - First Section */
	.home-section-1 {
		background-position: 22% 45%;
	}

	/* Featured Image Background */
	.big-leader h1 {
		font-size: 1.7em;
	}

}
/**** End of max-width-639px Query ****/

@media (max-width: 599px) {

	/* Homepage - Third Section */
	#home-second-content {
		padding-bottom: 100px;
		padding-top: 100px;
	}

	/* Homepage - Third Section */
	#home-third-content {
		padding-bottom: 100px;
		padding-top: 100px;
	}

	/* Homepage - Fourth Section */
	#home-fourth-content {
		padding-bottom: 100px;
		padding-top: 100px;
	}

	/* Homepage - Fifth Section */

	#home-fifth-content {
		height: 600px;
	}

	/* Homepage - Sixth Section */
	#home-sixth-content {
		padding: 90px 10% 110px;
	}

	/* Benefits Page */
	.core-benefits {
		padding-bottom: 50px;
		padding-top: 50px;
	}

	#bp-bottom-cta-box {
		padding-left: 5%;
		padding-right: 5%;
	}

	#bbb-btn {
		font-size: 20px;
		padding: 4px 15px 7px;
		width: 220px;
	}

	/* Contact Page */
	#contact-section-2 {
		padding: 100px 5% 50px;
	}

	/* Single Posts */
	.single .entry-header .avatar {
		height: 64px;
		margin-top: -20px;
		width: auto;
	}

	.single-post.full-width-content .entry-content p:first-child {
		font-size: 1.15em;
	}

	.single-post.full-width-content .entry-content p:first-child::first-letter {
		font-size: 60px;
		line-height: 50px;
	}

	/* Notice Box */
	.sp-notice-box {
		font-size: 1.2em;
	}

	/* Table of Contents */
	.single-post .collapseomatic {
		margin-left: 0;
		margin-right: 0;
		padding: 10px;
	}

	.collapseomatic_content {
		margin-left: 0;
		margin-right: 0;
	}

	.single-post .collapseomatic_content ol, 
	.single-post .collapseomatic_content ul {
		margin-left: 25px;
	}

	.single-post .collapseomatic_content ol li {
		font-size: 15px;
	}

	.single-post .collapseomatic_content ol ul li a {
		font-size: 14px;
	}

	/* Entry Footer Author Box */
	.single-author-box-content .avatar {
		height: 70px;
	}

	.author-box-title {
		font-size: 1.4em;
	}

	.single-author-box-content p {
		font-size: 1em;
	}

	/* Thrive Leads - Blog Page Optin Form Title */
	.page-id-11 .tve_p_center {
		font-size: 23px !important;
	}

	.after-entry.widget-area .tve_p_center {
		font-size: 18px !important;
	}

	/* Next and Previous Post Links */
	.post-previous, 
	.post-next {
		font-size: 23px;
	}

	.post-previous a, 
	.post-next a {
		font-size: 17px;
	}

	/* Footer Section */
	#scroll-top-arrow {
		top: -30px;
	}

	#scroll-arrow-img {
		display: block;
		margin: auto;
		width: 28px;
	}

	#scroll-top-arrow span {
		font-size: 15px;
		margin-top: 5px;
	}

}
/**** End of max-width-599px Query ****/

@media (max-width: 499px) {

	/* Homepage - First Section */
	.home-section-1 {
		padding-left: 3%;
		padding-right: 3%;
	}

	#typed, 
	.typed-cursor {
		font-size: 36px;
	}

	#first-home-section p {
		font-size: 24px;
	}

	.fhs-cta-btn {
		font-size: 19px;
	}

	/* Homepage - Fourth Section */
	#hfc-message h3 {
		font-size: 27px;
	}

	#hfc-message p {
		font-size: 19px;
	}

	/* Homepage - Fifth Section */
	#home-fifth-wrap h3 {
		font-size: 27px;
	}

	#home-fifth-wrap p {
		font-size: 25px;
	}

	#fifth-cta-button {
		font-size: 16px;
		padding: 5px 10px;
	}

	/* Homepage - Sixth Section */
	#testimonial-paragraph {
		font-size: 19px;
	}

	.hsc-cta-btn {
		font-size: 19px;
		margin: auto;
		padding: 13px 10px;
		width: 260px;
	}

	/* Blog Page */
	.page-id-11 .entry-header {
		padding-left: 5%;
		padding-right: 5%;
	}

	.page-id-11 .entry-title a {
		font-size: 0.7em;
	}

	/* Single Posts */

	/* Lists Styling */
	.sp-fancy-ol ul li a {
		font-size: 1rem;
	}

	/* Entry Footer Service Banner */
	#single-service-banner h2 {
		font-size: 27px;
	}

	#single-service-banner p {
		font-size: 1.4em;
	}

	#single-service-banner-btn {
		font-size: 1.2em;
		width: 260px;
	}

	/* Archive Categories */
	.archive.category .taxonomy-description p {
		font-size: 1em;
	}

	/* Typography */
	.entry-content p,
	.entry-content ol li, 
	.entry-content ul li {
		font-size: 1.1em;
	}

	/* Footer Section */
	.footer-top-link, 
	.footer-bottom-link {
		font-size: 16px;
	}

	.site-footer {
		font-size: 16px;
	}

	/* Footer Widgets Area */
	.footer-widgets-1, 
	.footer-widgets-2, 
	.footer-widgets-3 {
		padding-left: 5%;
		padding-right: 5%;
	}

	/* Comments Form */
	.single.full-width-content #respond {
		width: 100%;
	}

	/* Custom Fullwidth Widths */

	.page.full-width-content .entry-content { 
		padding-bottom: 50px;
		padding-top: 30px;
	}

	/* Contact Page */

	#contact-section-1 h1 {
		font-size: 2.9em;
	}

	#contact-section-1 p {
		font-size: 1.2em;
	}

	#cs2-paragraph {
		font-size: 1.2em;
		margin-bottom: 30px;
	}

	#contact-section-2 h2 {
		font-size: 2em;
		margin-bottom: 30px;
	}

	.page-id-6 .wpcf7-form p {
		font-size: 19px
	}

	/* FAQ Page */
	.faq-title {
		font-size: 1.1em;
	}

	.collapseomatic_content p, 
	.collapseomatic_content ol li, 
	.collapseomatic_contentul ul li {
		font-size: 17px;
	}

	/* Typography */
	.entry-content h1 {font-size: 2.2em;}
	.entry-content h2 {font-size: 2em;}
	.entry-content h3 {font-size: 1.7em;}
	.entry-content h4 {font-size: 1.4em;}
	.entry-content h5 {font-size: 1.3em;}
	.entry-content h6 {font-size: 1em;}

}
/**** End of max-width-499px Query ****/

@media (max-width: 419px) {

	/* Comments - Add Extra Padding on Mobile */
	#wpcomm .wc-comment .wc-comment-left {
		padding-left: 5%;
	}

	.wc-comment-author {
		padding-left: 1%;
	}

	#wpcomm .wc-comment-author,
	#wpcomm .wc-comment-author a {
		font-size: 13px !important;
	}

}
/**** End of max-width-419px Query ****/

@media (max-width: 399px) {

	/* Homepage - Fourth Section */
	#hfc-message h3 {
		font-size: 23px;
	}

	/* Homepage - Sixth Section */
	.sp-cta-btn {
		font-size: 21px;
		width: 220px;
	}

	/* Subscribed Successfully */
	#cbc-content h1 {
		font-size: 1.8em;
	}

	/* Benefits Page */
	.page-id-237 .entry-title {
		font-size: 1.8em !important;
		padding: 70px 5%;
	}

	#bp-intro-paragraph p {
		font-size: 1.3em;
	}

	/* 404 Error Page */
	.error404 .entry-title {
		font-size: 2em;
	}

	.error404 .entry-content h4 {
		font-size: 1.2em;
	}
}
/**** End of max-width-399px Query ****/