/*
	Theme Name: KCM
	
	Version: 2.1.1
	
	Tags: black, blue, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
	
	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Enterprise Pro Black
		- Enterprise Pro Green
		- Enterprise Pro Orange
		- Enterprise Pro Red
		- Enterprise Pro Teal
	- Media Queries
		- Retina Display
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 767px

*/


/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: Open Sans;
  src: url(/fonts/Open Sans-Bold.otf);
}

@font-face {
  font-family: Lab;
  src: url(/fonts/LabGrotesque-Regular.woff);
}


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}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:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #222;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6em;
	
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-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;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #a79552;
	text-decoration: none;
}

a:hover {
	color: #ddd;
}

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

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}


blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #ffffff;
	font-family: Georgia, serif;
	font-weight: 300;
	line-height: 1.3;
	margin: 0 0 10px;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 38px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	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 .gallery-item img {
	border: none;
	height: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ececec;
	border-radius: 3px;
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.06);
	color: #333;
	font-size: 16px;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #666;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #666;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.home-top .more-link {
	
	background-color: #a79552;
    text-transform: uppercase;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding: 16px 18px;
    width: auto;
    border: none;
	
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.home-top .more-link:hover {
	background-color: #333;
	color: #fff;
}

.entry-content .button:hover,
.footer-widgets .button {
	color: #fff;
	border-radius: 5px;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* 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: 700;
	text-transform: uppercase;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	padding: 0 3%;
	max-width: 2400px;
}

.enterprise-pro-landing .wrap {
	max-width: 800px;
}

.site-inner {
	background: radial-gradient(circle, rgba(114,1,3,1) 0%, rgba(50,0,1,1) 100%, rgba(114,1,3,1) 100%);
	border-top: 1px solid #3b0102;
	clear: both;
	padding-top: 30px;
}

.flexible-content .site-inner {
	border-top: 0px;;
	clear: both;
	padding-top: 0px;
}




/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 740px;

}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.display-block {
	display: block;
}

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 8px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 30px;
	margin: 0;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #3366cc;
}

.widget-title,
.footer-widgets .featured-content .widget-title {
	border-bottom: 1px solid #ececec;
	font-size: 16px;
	margin: 0 0 20px;
	padding: 0 0 20px;
}

.home-bottom .widget-title,
.sidebar .widget-title {
	margin: -20px -20px 20px;
	padding: 30px 20px;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

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 12px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 12px 24px;
}

.wp-caption-text {
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption {
	margin: 0 0 10px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
	margin-bottom: 40px;
}

.widget_custom_html {
	margin-bottom: 0px !important;
}

.widget li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.after-entry .widget.featured-content,
.featured-content,
.home-bottom .widget.featured-content,
.sidebar .widget.featured-content {
	border-bottom-width: 0;
	padding: 0;
}

.after-entry .featured-content .widget-title,
.featured-content .widget-title {
	margin: 0;
	padding: 30px 40px;
}

.featured-content .entry {
	background: none;
	border: none;
	border-bottom: 1px solid #ececec;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.featured-content .entry-header {
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 30px 40px;
}

.featured-content .entry-title {
	font-size: 20px;
	margin: 0;
}

.featured-content .entry-content {
	padding: 40px;
}

.featured-content .alignnone {
	border-bottom: 1px solid #ececec;
	margin-bottom: 0;
}
	
.featured-content img {
	margin-bottom: -7px;
	max-width: 60px;
}

.featured-content .more-link {
	display: none;
	font-weight: 700;
	margin-top: 20px;
}

.featured-content .more-from-category,
.featured-content ul {
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 40px;
}

.footer-widgets  .featured-content .alignnone {
	margin-bottom: 24px;
}

.footer-widgets .featured-content .entry {
	background: none;
	border: none;
	margin-bottom: 30px;
}

.footer-widgets .featured-content .entry-header,
.footer-widgets .featured-content .more-from-category,
.footer-widgets .featured-content ul {
	border: none;
	padding: 0 0 10px;
}

.footer-widgets .featured-content .entry-content {
	padding: 0;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.home-top .genesis_responsive_slider {
	margin: 0;
}

.site-container #genesis-responsive-slider {
	border-width: 0;
	padding: 0;
}

.site-container #genesis-responsive-slider .flex-control-nav {
	margin-top: -40px;
}

.site-container #genesis-responsive-slider .more-link {
	float: none;
	text-align: center;
}

.site-container #genesis-responsive-slider li {
	border-width: 0;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    color: #ffffff !important; 
	font-family: inherit !important;
	font-size: 17px !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
    background: #4d0102 !important;
}


.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
	background: #4d0102 !important;
}


.gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label, .gform_wrapper.gravity-theme .gfield_error label, .gform_wrapper.gravity-theme .gfield_error legend, .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message
 {
	color: #ffffff !important;
	}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #640003;
	min-height: 50px;
/*	-webkit-box-shadow: 0px 5px 15px 1px rgb(0 0 0 / 58%);
    box-shadow: 0px 5px 15px 1px rgb(0 0 0 / 58%);*/
}


.site-header .wrap {
	padding: 10px 3%;
    max-width: 2400px;
    margin: 0 auto;
}

.menu-item-1120 a, .menu-item-1122 a {
	padding-right: 0px !important;
	font-size: 20px;
	color: #000000 !important;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0px;
	width: 160px;
	margin-top: 0px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
}

.site-title a,
.site-title a:hover {
	color: #3366cc;
}

.header-image .site-title > a {
	background-position: top !important;
	float: left;
	min-height: 73px;
	width: 100%;
}

.site-description {
	color: #aaa;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1.5;
	text-transform: uppercase;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 1185px;
	margin-top: 0px;

}

.site-header .widget-area .widget {
	margin-bottom: 0;
}

.site-header .genesis-nav-menu li {
	border: none;
	margin: 0;
	padding: 0;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 1.5;
	width: 100%;
	margin-top: 14px;
}

.genesis-nav-menu a {
	color: #ffffff;
	font-size: 15px;

}

.nav-header i {
	font-size: 28px;
    vertical-align: middle;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	display: block;
	padding: 5px 16px;
}

.genesis-nav-menu .menu-item:hover a {
    color: #a79552
}

.genesis-nav-menu .sub-menu a {
	color: #ffffff;!important
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .current-menu-parent > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #a79552!important;
}

.genesis-nav-menu .sub-menu a {
	color: #ffffff !important
}


.genesis-nav-menu .sub-menu a:hover {
	color: #a79552 !important
}

.genesis-nav-menu .sub-menu {
	border-top: 3px solid #640003;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-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;
	width: 180px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #640003;
    color: #a79552;
    font-size: 14px;
    padding: 10px 24px;
    position: relative;
    width: 180px;
    border-top: 1px solid #640003;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -52px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;

}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
	list-style-type: none;
	padding: 0;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	display: inline-block;
	padding: 20px 24px;
}

.genesis-nav-menu > .search {
	padding: 8px 0 0;
}

.genesis-nav-menu > .search input {
	font-size: 12px;
	padding: 12px 20px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .widget_nav_menu {
	color: #333;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #666;
}

.nav-primary,.genesis-nav-menu a
.nav-primary a {
	color: #fff;
}

.nav-primary .sub-menu {
	border-color: #eee;
}

.nav-primary .sub-menu a {
	background-color: #fff;
	border-color: #eee;
	color: #333;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.nav-secondary .genesis-nav-menu a {
	padding: 6px 20px;
}

.site-footer .nav-secondary .genesis-nav-menu a {
	color: #aaa;
}

.nav-secondary .genesis-nav-menu a:hover {
	color: #3366cc;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: block;
	font: normal 36px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	margin-top: 8px;
	margin-top: 8px;
	position: absolute;
	top: 2px;
	right: 20px;

}



/*.responsive-menu-icon::after {
	content: "Menu";
	font-style: normal;
	text-transform: uppercase;
	font-size: 1.3em;
	padding-left: 10px;
	position: relative;
	top:-13px;
} */

.site-header .responsive-menu-icon::before {
	padding: 0;
}




/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-top {
	border-top: 1px solid #ececec;
}

.home-top .widget:first-child h4 {
	padding-top: 20px;
}

.home-top .entry {
	background: none;
}

.home-top .featured-content a.alignleft,
.home-top .featured-content a.alignnone,
.home-top .featured-content a.alignright {
	margin-bottom: 0;
}

.home-top a.alignleft, 
.home-top a.alignright {
	width: 66%;
}

.home-top .featured-content,
.home-top .featured-content .entry {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.home-top .featured-content .entry-header {
	border: none;
	padding: 10% 40px 0;
}

.home-top .featured-content .entry-title {
	font-size: 30px;
}

.home-top .featured-content .entry-content {
	padding: 0 40px;
}

.home-top .more-link {
	display: table;
	text-align: center;
}

.home-bottom .widget {
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	float: left;
	margin-left: 2.564102564102564%;
	padding: 40px;
	width: 31.623931623931625%;
}

.home-bottom .widget:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}

/* Entries
--------------------------------------------- */

.entry {
	background-color: transparent;
	padding: 20px 0;
	margin-bottom: 40px;
}

.entry-header {
	border-bottom: 1px solid #ececec;
    margin: -20px -20px 40px;
    padding: 20px;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	color: #aaa;
	font-size: 14px;
	margin-bottom: 0;
}

.entry-meta a {
	font-weight: 700;
}

.entry-header .entry-meta {
	margin: 10px 0 0;
}

.entry-footer {
	margin-top: 22px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #ececec;
	margin: 0 -20px;
	padding: 20px 20px 0;
}

.entry-tags {
	float: right;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	margin-bottom: 40px;
}

.after-entry .widget {
	margin: 0;
	padding: 40px;
}

.after-entry .widget-title {
	border-top: 1px solid #ececec;
	margin: -40px -40px 30px;
	padding: 30px 40px;
}

.after-entry .widget:first-child .widget-title {
	border-top: 0;
}

.after-entry .featured-content .entry:last-of-type,
.after-entry .featured-content .more-from-category {
	border-bottom: none;
}

.after-entry .featured-content .more-from-category {
	padding: 20px 40px;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	color: #333;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #3366cc;
	color: #fff;
}

.entry-pagination.pagination {
	margin: 0 0 10px;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	margin-bottom: 40px;
}

.comment-respond {
	padding: 40px 40px 16px;
}

.comment-respond h3 {
	border-bottom: 1px solid #ececec;
	margin: -40px -40px 40px;
	padding: 30px 40px;
}

.entry-comments {
	border-bottom-width: 0;
}

.entry-comments h3,
.entry-pings h3 {
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 30px 40px;
}

.comment-list li.depth-1 {
	border-bottom: 1px solid #ececec;
	padding-bottom: 40px;
}

.comment-content {
	clear: both;
}

.comment-list li {
	padding: 40px 40px 0;
}

.comment-list li li {
	padding-right: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author,
.entry-comments .comment-author a {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin-bottom: 0;
}

.comment-meta,
.comment-meta a {
	color: #aaa;
	font-size: 14px;
}

.entry-comments .comment-author a:hover,
.comment-meta a:hover {
	color: #3366cc;
}

.ping-list li {
	padding: 40px 40px 16px;
}

.entry-pings .reply {
	display: none;
}

.comment-reply-link {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar .widget {
	background-color: #fff;
	border: 1px solid #ececec;
	padding: 20px;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #000000;
	clear: both;
	font-size: 18px;
	color: #666;
}

.footer-widget-area p, .footer-widget-area h4, .footer-widget-area .entry-title a, .footer-widget-area .gform_wrapper span.gform_description  {
	color: #111111;
}

 .footer-widget-area .entry-title a:hover {
	color: #333333;
}


.footer-widgets input {
	border: 1px solid #888;
}

.footer-widgets li {
	border-bottom: 1px dotted #ececec;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
	text-align :right;
}





/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #222;
	color: #999;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 5px 0;
	text-align: center;
	margin-bottom: 50px;

}



.site-footer a {
	color: #aaa;
}

.site-footer a:hover {
	color: #ffffff;
}

.site-footer p {
	margin-bottom: 0;
}

.footer-widget-area h4{
	color: #122036;
    font-size: 28px;
    font-weight: 400;
	margin-bottom: 0px;
    padding-bottom: 20px;
	margin-top: 5px;
}


/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Enterprise Pro Black
--------------------------------------------- */

.enterprise-pro-black .comment-meta a,
.enterprise-pro-black .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-black .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-black .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-black .genesis-nav-menu a:hover,
.enterprise-pro-black .site-footer a,
.enterprise-pro-black a:hover {
	color: #aaa;
}

.enterprise-pro-black .comment-meta a:hover,
.enterprise-pro-black .entry-comments .comment-author a,
.enterprise-pro-black .entry-title a,
.enterprise-pro-black .genesis-nav-menu a,
.enterprise-pro-black .sidebar .widget-title a,
.enterprise-pro-black .site-footer a:hover,
.enterprise-pro-black .site-title a,
.enterprise-pro-black .site-title a:hover,
.enterprise-pro-black a {
	color: #333;
}

.enterprise-pro-black .nav-primary a {
	color: #fff;
}

.enterprise-pro-black .archive-pagination .active a,
.enterprise-pro-black .archive-pagination li a:hover,
.enterprise-pro-black .button,
.enterprise-pro-black .home-top .more-link,
.enterprise-pro-black button,
.enterprise-pro-black input[type="button"],
.enterprise-pro-black input[type="reset"],
.enterprise-pro-black input[type="submit"] {
	background-color: #333;
	color: #fff;
}

.enterprise-pro-black .button:hover,
.enterprise-pro-black .home-top .more-link:hover,
.enterprise-pro-black button:hover,
.enterprise-pro-black input:hover[type="button"],
.enterprise-pro-black input:hover[type="reset"],
.enterprise-pro-black input:hover[type="submit"] {
	background-color: #aaa;
	color: #fff;
}

/* Enterprise Pro Green
--------------------------------------------- */

.enterprise-pro-green .comment-meta a:hover,
.enterprise-pro-green .entry-comments .comment-author a:hover,
.enterprise-pro-green .entry-title a:hover,
.enterprise-pro-green .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-green .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-green .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-green .genesis-nav-menu a:hover,
.enterprise-pro-green .site-footer a:hover,
.enterprise-pro-green .site-title a,
.enterprise-pro-green .site-title a:hover,
.enterprise-pro-green a {
	color: #2bc876;
}

.enterprise-pro-green .comment-meta a,
.enterprise-pro-green .site-footer a {
	color: #aaa;
}

.enterprise-pro-green .entry-comments .comment-author a,
.enterprise-pro-green .entry-title a,
.enterprise-pro-green .genesis-nav-menu a,
.enterprise-pro-green .sidebar .widget-title a,
.enterprise-pro-green a:hover {
	color: #333;
}

.enterprise-pro-green .nav-primary a {
	color: #fff;
}

.enterprise-pro-green .archive-pagination .active a,
.enterprise-pro-green .archive-pagination li a:hover,
.enterprise-pro-green .button,
.enterprise-pro-green .home-top .more-link,
.enterprise-pro-green button,
.enterprise-pro-green input[type="button"],
.enterprise-pro-green input[type="reset"],
.enterprise-pro-green input[type="submit"] {
	background-color: #2bc876;
	color: #fff;
}

.enterprise-pro-green .button:hover,
.enterprise-pro-green .home-top .more-link:hover,
.enterprise-pro-green button:hover,
.enterprise-pro-green input:hover[type="button"],
.enterprise-pro-green input:hover[type="reset"],
.enterprise-pro-green input:hover[type="submit"] {
	background-color: #333;
	color: #fff;
}

/* Enterprise Pro Orange
--------------------------------------------- */

.enterprise-pro-orange .comment-meta a:hover,
.enterprise-pro-orange .entry-comments .comment-author a:hover,
.enterprise-pro-orange .entry-title a:hover,
.enterprise-pro-orange .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-orange .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-orange .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-orange .genesis-nav-menu a:hover,
.enterprise-pro-orange .site-footer a:hover,
.enterprise-pro-orange .site-title a,
.enterprise-pro-orange .site-title a:hover,
.enterprise-pro-orange a {
	color: #ff6f00;
}

.enterprise-pro-orange .comment-meta a,
.enterprise-pro-orange .site-footer a {
	color: #aaa;
}

.enterprise-pro-orange .entry-comments .comment-author a,
.enterprise-pro-orange .entry-title a,
.enterprise-pro-orange .genesis-nav-menu a,
.enterprise-pro-orange .sidebar .widget-title a,
.enterprise-pro-orange a:hover {
	color: #333;
}

.enterprise-pro-orange .nav-primary a {
	color: #fff;
}

.enterprise-pro-orange .archive-pagination .active a,
.enterprise-pro-orange .archive-pagination li a:hover,
.enterprise-pro-orange .button,
.enterprise-pro-orange .home-top .more-link,
.enterprise-pro-orange button,
.enterprise-pro-orange input[type="button"],
.enterprise-pro-orange input[type="reset"],
.enterprise-pro-orange input[type="submit"] {
	background-color: #ff6f00;
	color: #fff;
}

.enterprise-pro-orange .button:hover,
.enterprise-pro-orange .home-top .more-link:hover,
.enterprise-pro-orange button:hover,
.enterprise-pro-orange input:hover[type="button"],
.enterprise-pro-orange input:hover[type="reset"],
.enterprise-pro-orange input:hover[type="submit"] {
	background-color: #333;
	color: #fff;
}

/* Enterprise Pro Red
--------------------------------------------- */

.enterprise-pro-red .comment-meta a:hover,
.enterprise-pro-red .entry-comments .comment-author a:hover,
.enterprise-pro-red .entry-title a:hover,
.enterprise-pro-red .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-red .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-red .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-red .genesis-nav-menu a:hover,
.enterprise-pro-red .site-footer a:hover,
.enterprise-pro-red .site-title a,
.enterprise-pro-red .site-title a:hover,
.enterprise-pro-red a {
	color: #ff473a;
}

.enterprise-pro-red .comment-meta a,
.enterprise-pro-red .site-footer a {
	color: #aaa;
}

.enterprise-pro-red .entry-comments .comment-author a,
.enterprise-pro-red .entry-title a,
.enterprise-pro-red .genesis-nav-menu a,
.enterprise-pro-red .sidebar .widget-title a,
.enterprise-pro-red a:hover {
	color: #333;
}

.enterprise-pro-red .nav-primary a {
	color: #fff;
}

.enterprise-pro-red .archive-pagination .active a,
.enterprise-pro-red .archive-pagination li a:hover,
.enterprise-pro-red .button,
.enterprise-pro-red .home-top .more-link,
.enterprise-pro-red button,
.enterprise-pro-red input[type="button"],
.enterprise-pro-red input[type="reset"],
.enterprise-pro-red input[type="submit"] {
	background-color: #ff473a;
	color: #fff;
}

.enterprise-pro-red .button:hover,
.enterprise-pro-red .home-top .more-link:hover,
.enterprise-pro-red button:hover,
.enterprise-pro-red input:hover[type="button"],
.enterprise-pro-red input:hover[type="reset"],
.enterprise-pro-red input:hover[type="submit"] {
	background-color: #333;
	color: #fff;
}

/* Enterprise Pro Teal
--------------------------------------------- */

.enterprise-pro-teal .comment-meta a:hover,
.enterprise-pro-teal .entry-comments .comment-author a:hover,
.enterprise-pro-teal .entry-title a:hover,
.enterprise-pro-teal .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-teal .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-teal .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-teal .genesis-nav-menu a:hover,
.enterprise-pro-teal .site-footer a:hover,
.enterprise-pro-teal .site-title a,
.enterprise-pro-teal .site-title a:hover,
.enterprise-pro-teal a {
	color: #34bfba;
}

.enterprise-pro-teal .comment-meta a,
.enterprise-pro-teal .site-footer a {
	color: #aaa;
}

.enterprise-pro-teal .entry-comments .comment-author a,
.enterprise-pro-teal .entry-title a,
.enterprise-pro-teal .genesis-nav-menu a,
.enterprise-pro-teal .sidebar .widget-title a,
.enterprise-pro-teal a:hover {
	color: #333;
}

.enterprise-pro-teal .nav-primary a {
	color: #fff;
}

.enterprise-pro-teal .archive-pagination .active a,
.enterprise-pro-teal .archive-pagination li a:hover,
.enterprise-pro-teal .button,
.enterprise-pro-teal .home-top .more-link,
.enterprise-pro-teal button,
.enterprise-pro-teal input[type="button"],
.enterprise-pro-teal input[type="reset"],
.enterprise-pro-teal input[type="submit"] {
	background-color: #34bfba;
	color: #fff;
}

.enterprise-pro-teal .button:hover,
.enterprise-pro-teal .home-top .more-link:hover,
.enterprise-pro-teal button:hover,
.enterprise-pro-teal input:hover[type="button"],
.enterprise-pro-teal input:hover[type="reset"],
.enterprise-pro-teal input:hover[type="submit"] {
	background-color: #333;
	color: #fff;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

}

@media only screen and (max-width: 1139px) {

	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
		width: 620px;
	}
	
	.site-header .widget-area {
		width: 600px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

}
@media only screen and (max-width: 1023px) {
	.genesis-nav-menu.responsive-menu,
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		border: none;
		display: block;
		line-height: 1;
		padding: 16px 20px;
		font-size: 26px;

	}
	
	.menu-tel a {
    font-size: 26px;
}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		 content: "\f347";
   		 float: right;
   		 font: normal 26px/1 'dashicons';
   		 font-weight: bold;
   		 color: #a79552;
   		 height: 16px;
  		  padding: 15px 20px;
  		  right: 0;
  		  text-align: right;
  		  z-index: 9999;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgb(123 123 123 / 5%);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 12px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.07);
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}
}

@media only screen and (max-width: 1023px) {

	.wrap {
		max-width: 768px;
	}
	
	.home-top .wrap {
		max-width: 750px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 10px 5%;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	.genesis-nav-menu
	 {
		text-align: left!important;
	}
	.site-header .widget_nav_menu {
    color: #fff;
    text-align: left;
}


	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}
	
	.featured-content .alignnone {
		display: block;
		text-align: center;
	}
	
	.home-top a.alignleft, 
	.home-top a.alignright {
		width: 100%;
	}
	
	.home-top .featured-content .entry-header {
		clear: both;
		padding: 40px 40px 0;
	}
	
	.home-top .featured-content .entry-content {
		padding: 0 40px 40px;
	}
	

}

@media only screen and (max-width: 768px) {
	
	.title-area {
		width: 70%;
		text-align: left !important;
	}
	
	
	.header-image .site-title > a {
    background-position: top left !important;
		min-height: 34px !important;
		margin-left: 20px;
}
	.site-header .wrap {
   
    padding-left: 0px !important;
}

	.wrap {
		padding-left: 3%;
		padding-right: 3%;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.home-top .more-link {
		display: block;
	}
	
	.home-bottom .widget {
		margin: 0 0 40px;
		width: 100%;
	}
	
	.header-image .site-title a {
		background-size: contain !important;
	}
	
	

}

/*Flexbox*/
  .flexible-content .site-inner {
	max-width: none;
}

.flexible-content .content .entry {
	padding: 0;
	margin-bottom: 0;
}

.hero {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	text-align: center;
	color: #fff;
}

.dark-overlay {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.7) 80%, rgba(0,0,0,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.3)), color-stop(30%,rgba(0,0,0,0.5)), color-stop(80%,rgba(0,0,0,0.7)), color-stop(100%,rgba(0,0,0,0.9)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.7) 80%,rgba(0,0,0,0.9) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.7) 80%,rgba(0,0,0,0.9) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.7) 80%,rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.7) 80%,rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#e6000000',GradientType=0 );
}

.drk .dark-overlay {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.6) 30%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.4)), color-stop(30%,rgba(0,0,0,0.6)), color-stop(80%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.9)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.6) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.6) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.6) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.6) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#e6000000',GradientType=0 );
}

.hero .wrap {
	text-align: center;
    padding: 12% 3% !important;
   /* background-image: url(/wp-content/uploads/2024/02/logo-gold-fade.png);*/
    background-position: center center;
    background-repeat: no-repeat;
    max-width: none;
    background-size: contain;
}

.prod-hero-wrap {
	padding: 6% 3% !important;
	text-align: left;
	background: rgb(25,51,93);
    background: linear-gradient(90deg, rgba(132 189 0) 7%, rgba(255,255,255,0) 49%);
	    background-image: url(/wp-content/uploads/2022/10/green-arrow-tra.png);
    background-position: center left;
    background-repeat: no-repeat;
}

.prod-hero-wrap img {
	margin: 0px !important;
}

.prod-hero-wrap p{
	margin: 0px !important;
}



.image-text,
.text-image {
	display: table;
	width: 100%;
/*	height: 100%; */
}

.left-half, .right-half {
	overflow: hidden;
}


.text-image .right-half img
 {
	object-fit: cover;
	height: 100%;
}
.image-text .left-half img {
object-fit: cover;
    height: 100%;
    width: 101%;
    max-width: 101%;
    overflow: hidden;
}

.flexbox .image-text,
.flexbox .text-image {
	display: flex;
	overflow: hidden;
}

.left-half,
.right-half {
	width: 50%;
	display: table-cell;
}

.flexbox .left-half,
.flexbox .right-half {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.image-text .right-half,
.text-image .left-half {

	padding: 50px;
    vertical-align: middle;

}

.home .image-text .right-half,
.home .text-image .left-half {
	padding: 80px;
    vertical-align: middle;
}





.image-text h2,
.text-image h2 {
	margin-bottom: 20px;
	color: #122036;
	font-weight: 400;
	font-size: 36px;
}

.dark {
	background: #32373b;
	color: #fff;
}

.dark h2 {
	color: #fff;
}
.gform_legacy_markup_wrapper .gform_footer {

	margin-top: 0px !important;
	padding-top: 0px !important;
}

.footer-widgets-3 p {
	margin-bottom: 0px !important;
}

.footer-widgets-3 .gform_legacy_markup_wrapper li.hidden_label input {
	margin-top: 0px !important;
}

.middle-cross-cont .left-half{
	overflow: visible !important;
    position: relative;
}

.middle-cross {
	    position: absolute;
    color: #fff;
    font-size: 300px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    top: 2px;
    right: -87px;
    line-height: 0px;
    opacity: 0.5;
}

.half-width {
	width: 50%;
	float: left;
	padding: 5% !important;
}

.blue-bg-section h3{
	color: #a79552;
}

.mob-only {
	display: none;
}

@media only screen and (max-width: 1240px) {

.image-text .right-half, .text-image .left-half {
    padding: 30px 30px;
    vertical-align: middle;
}
}

@media only screen and (max-width: 1024px) {
	
	.mob-only {
	display: block;
	line-height: 0px;
}
	

	


	.flexible-content .site-inner {
		padding: 0;
	}

	.left-half,
	.right-half {
		width: 100%;
		display: block;
		text-align: center;
	}
	
	.home .left-half, .home .right-half {
		width: 100% !important;
		display: block !important;
		text-align: center;

	}
	
	.home .text-image .right-half {
		display: none !important;

	}
	
	    .dark-graph {
        text-align: center;
    }

			.desk-only {
	display: none !important;
}
	
	
	.page-id-1159 .left-half, .page-id-1159 .right-half, .page-id-1157 .left-half, .page-id-1157 .right-half {
		width: 100% !important;

	}
	
	.image-text .right-half,
.text-image .left-half {
	padding: 30px 20px;
	vertical-align: middle;
}

	.flexbox .left-half,
	.flexbox .right-half {
		/*display: block;*/
		flex-direction: column;
		justify-content: center;
	}

	.flexbox .image-text,
	.flexbox .text-image {
		display: block;
	}

	.row {
		/*padding: 5px 0;*/
	}

	.text-image .right-half,
	.image-text .left-half {
		text-align: center;
	}

	.image-text .left-half {
		margin-bottom: 0px;
	}

}

@media only screen and (max-width: 960px) {

	.hero .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.half-width {
	width: 100%;
	display: block;
}
	
}

@media only screen and (max-width: 320px) {

	.image-text .right-half,
	.text-image .left-half {
		padding: 0 40px;
	}

}

.text-block p {
	
    margin: 0 0 20px 0;
}

.full-width .full-width.wrap{
	padding:0;
	max-width:100%;
	margin:0 auto;
}

.genesis-nav-menu .widget {
    float: right;
	margin-bottom: 0px;
}

.genesis-nav-menu .simple-social-icons ul li {
	margin-bottom: 0 !important;
	margin-top: 0.7rem !important;
}

.genesis-nav-menu .widget-area {
    float: right;
    padding-top: 0px;
}

.social-icon{
	padding: 0px !important;
	margin: 0px !important;
}
.socicon {
	padding: 8px !important;
}

.social-icons-lists li.social-icons-list-item {
    margin: 4px 8px !important;
}

.genesis-nav-menu .socicon {
	background-color: #999 !important;
}


@media only screen and (max-width: 768px) {
	
		.genesis-nav-menu .widget-area {
			float: left;
			margin-bottom: 20px;
			margin-left: 20px;
	}
		.genesis-nav-menu .socicon {
			padding: 20px !important;
}
}



a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button, .gallery img, .one-third:hover .overlay, .genesis-nav-menu .menu-item {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.home-slider-box {
	color: 	#2b4b8c;
	border: 5px solid #999999;
	padding: 40px;
	background-color: #ffffff;
}

.home-slider-box h2{
	color: #333;
	font-weight: 400 !important;
	font-size: 36px;
}

.home-slider-box h1{
	color: #333;
	font-weight: 400 !important;
	font-size: 36px;
}

.home-slider-strap {
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}

.under-home-banner {
	background: #333;
	background-image: url(/wp-content/uploads/2020/01/marble.jpg);
    padding: 60px 20px;
    text-align: center;
    color: #fff;
    font-size: 16px;
	/*border-bottom: 3px solid #36c;*/
	
}

.under-home-banner h3 {
    color: #fff !important;
}

.services-home {
	padding: 60px 0;
	background-image: url(/wp-content/uploads/2021/03/site-bg.jpg);
	background-size: cover;
}

.home-cat {
    height: 340px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}



.home-cat > .c-box-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.5s ease;
    background-color: #fff;
    opacity: 0;
}

.home-cat:hover > .c-box-overlay {
    opacity: 0.3;
}

.homebox1 {
    min-height: 340px;
    background-image: url(/wp-content/uploads/2021/03/replacement-glass.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.homebox2 {
    min-height: 340px;
    background-image: url(/wp-content/uploads/2021/03/window-repairs.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.homebox3 {
    min-height: 340px;
    background-image: url(/wp-content/uploads/2021/03/new-windows-doors.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	background-position: right;
}

.homebox4 {
    min-height: 340px;
    background-image: url(/wp-content/uploads/2020/01/tiling-and-flooring.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.homebox5 {
    min-height: 340px;
    background-image: url(/wp-content/uploads/2020/01/heating-plumbing-services.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.homebox6 {
    min-height: 340px;
    background-image: url(/wp-content/uploads/2020/01/joinery-services.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.home-cat h2 {
	text-align: center;
	background: #00606a;
	color: #fff;
    padding: 8px 10px;
    font-weight: 400;
    font-size: 21px;
    vertical-align: middle;
    position: relative;
    text-transform: uppercase;
	
}

.call {
	font-size: 20px;
	margin-bottom: 3px;
	margin-right: 20px;
}

.covering {
    position: absolute;
    padding: 35px 0;
    font-size: 16px;
    left: 43.6%;
    text-align: center;
}

.covering h3{
    font-size: 16px;
	font-weight: 400;

}

.social-container {
	background-color: rgb(240, 240, 240);
    text-align: center;
    padding-top: 40px;
}
.social-container h2 {
	font-weight: 400;
    color: #333;
    font-size: 24px;
	
}

.social-icons-lists li.social-icons-list-item {

    padding: 0 8px !important;
}

.footer-widgets a {
	color: #666;
}
.footer-widgets a:hover {
	color: #333
}

.rated-head {
	text-align: center;
	margin-top: 10px;
}

.rated-head img {
	max-height: 30px;
	padding: 0 20px;
}

.footer-logos {
	text-align: center;
	margin-top: 30px;
}

.footer-logos img {
	max-width: 230px;
}

.page-title {
	text-align: center;
}


.page-title {
    color: #111;
    display: inline-block;
    text-align: center;
    font-weight: 400;
	position: relative;
}

.page-title h1 {
	color: #fff;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 34px;
}

.page-strap {
	text-align: center;
    font-size: 18px;
	color: #999;
	margin-top: 15px;
}

.text-padding {
	padding: 50px 0;
}
.text-padding p {
	margin: 0 0 24px;
}

.footer-widgets-3 .call {
	color: #fff;
}

.img-bdr {
	border: 5px solid #999
}

.easy_testimonial .main-content-3 .testimonial_body:before {

    top: 10px !important;
    left: 0 !important;
	color: #3366cc !important;
}

.easy_testimonial .right-icon-3 {
    display: none;
}


.easy_testimonial .main-content-3 .testimonial_body:after {

    bottom: 10px !important;
	left: inherit !important;
    right: 0 !important;
	color: #3366cc !important;
}

.easy_testimonial .main-content-3 .testimonial_body {
    margin-bottom: 0px !important;
	padding: 30px 0 20px !important;
}

.services-menu-block {
	background: #eee;
    padding: 20px;
    border: 5px solid #999;
	background-image: url(/wp-content/uploads/2020/01/star2.png);
    background-repeat: no-repeat;
    background-position: center;
}


.services-menu-block h2 {
	color: #333;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 400;
}
.services-menu-block li {
    border-bottom: 1px dotted #999;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.services-menu-block a {
    color: #333;
}

.services-menu-block a:hover {
    color: #111;
}
.services-menu-block .current_page_item {
    background: transparent;
}

.services-menu-block .current_page_item  a {
     color: #36c;
}

.su-spoiler-title {
    min-height: 26px !important; 
    line-height: 26px !important;
    font-size: 18px !important;
}
   

.su-accordion .text-padding p {
    margin: 0 0 20px;
}

.su-spoiler-icon {
	color: #36c !important;
}


.mc {
	font-weight: bold;
	color: #2a444e;
	margin-bottom: 40px;
} 
.mc a {
	color: #00606a;
    font-size: 26px;
    word-break: break-word;
}


.text-padding .easy_testimonial .light_grey-classic_style {
	margin: 0px !important;
	
}

.su-image-carousel-slides-style-default .su-image-carousel-item-content img {
	border: none !important;
	border-radius: 0px !important;
}

.su-image-carousel {

    box-shadow: 0 0 3px #999;
}

.easy_testimonial .main-wrapper {

  border-radius: 0px !important;

}

.simple .ccchildpage {
    background: #fbfbfb !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border: 10px solid #999 !important;
    border-radius: 0px !important;
    color: #666 !important;
	padding: 0px !important;
	text-align: center;
	position: relative;
}


.simple .ccchildpage h3 {
	margin: 0px !important;
}
.simple .ccchildpage h3 a{
    color: #333 !important;
    text-align: center;
    top: 50%;
    left: 50%;
    width: 90%;
    padding: 5px 10px;
    transform: translate(-50%,-50%);
    position: absolute;
    font-weight: 400;
    text-transform: uppercase;
    background: #ffffffb3;
	font-size: 20px;
}

.simple .ccpages_more  {
    margin-bottom: 10px !important;
	text-align: center !important;
	display: none;
}

.simple .ccpages_more a{
     text-align: center !important;
    font-style: normal !important;
    background-color: #36c !important;
    display: inline-block !important;
    border: 3px solid #2251ad !important;
    padding: 10px 20px !important;
    color: #fff !important;
	font-weight: bold;
}

.simple .ccpages_more a:hover{
    background-color: #2251ad  !important;
}

.cc-child-pages-thumb {

    margin: 0px auto !important;

}

.page-id-571 .text-block li {
	list-style-type: disc;
    text-indent: 20px;
	margin-bottom: 20px;
}

.easy_testimonial .footer-area-3 img {
    display: none !important;
}

.easy_testimonial {
    margin-bottom: 60px;
}

.yt-home-container {
    position: relative;
    width: 100%;
    height: 0;
    max-height: 100px;
    margin-bottom: 20px;
    padding-bottom: 50%;
}

.yt-home-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.head-soc {
	display: inline-block;
}

.head-soc img {
	margin-left: 15px;
    max-width: 25px;
    margin-bottom: -5px;
}

.home .hero .wrap {
    text-align: left;
	padding: 22% 0 !important;
}

.home h1 {
        font-size: 36px;
    padding-bottom: 20px;
    line-height: 1.4;
	color: #a79552 !important;

}

.home h1 br {
        font-size: 30px;
    padding-bottom: 20px;
    line-height: 1.4;
    border-bottom: 2px solid #196f77;
}
.banner-1 {
	position: relative;
    display: inline-block;
	 -webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 4s; /* Firefox < 16 */
        -ms-animation: fadein 4s; /* Internet Explorer */
         -o-animation: fadein 4s; /* Opera < 12.1 */
            animation: fadein 4s;
}


.banner-2 {
	position: relative;
    display: inline-block;
	 -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera < 12.1 */
            animation: fadein 3s;
}

.banner-3 {
	position: relative;
    display: inline-block;
    margin-bottom: 0px;
	 -webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 4s; /* Firefox < 16 */
        -ms-animation: fadein 4s; /* Internet Explorer */
         -o-animation: fadein 4s; /* Opera < 12.1 */
            animation: fadein 4s;
}

.services-home p {
	margin: 20px 0 
}
.rndl {
	text-align: center;
}

.rndl img{
	max-width: 280px;
}

.home-cat-cont {
	margin-top: 40px;
}

h2 {
	color: #a79552;
}

.desk {
	display: inline-block;
}

@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; }
}

.mob, .mob-480 {
	display: none ;
}

.mob-no-pad {
	       margin-top: -85px;
}

.mob-no-pad img{
	position: relative;
	z-index: 3;
}

/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

.js .fadeup-effect2 {
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
	opacity: 0.3;
	overflow: hidden;
	transform: translateY(20px);
}

@-webkit-keyframes fadeInUp {

	from {
		opacity: 0.3;
		transform: translateY(20px);
		
	}

    to {
		opacity: 1;
		transform: translateY(0);
		
	}

}

@keyframes fadeInUp {

    from {
		opacity: 0.3;
		transform: translateY(20px);
	}

    to {
		opacity: 1;
		transform: translateY(0);
	}

}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.no-slide img{	
		transform: translateY(0) !important;
}

.text-pad {
	padding: 5px 0 
}

.price-match {
    text-align: center;
    clear: both;
    margin: 40px 0;
    background: #00606a;
    color: #fff;
    padding: 20px;
    font-weight: bold;
	
}

p:empty {
  display: none;
}

.home-top-blue {
	text-align: left;
    background: #122036;
    color: #fff;
    font-size: 28px;
    padding: 30px 3%;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

.homepage-header-list{
	margin-bottom: 40px;
}

.white-bg-section {    
	background: #ffffff;
    padding: 80px 0;
	color: #111;
	clear: both;
}

.orange-bg-section {    
	background: #a79552;
    padding: 80px 0;
	color: #fff;
	clear: both;
}

.orange-bg-section h2 {
	color: #fff;
	margin-bottom: 40px;
}

.black-bg-section {    
	background: #000000;
    padding: 80px 0;
	color: #fff;
	clear: both;
}

.black-bg-section h2 {
	color: #fff;
	margin-bottom: 40px;
}

.subs-h2 strong  {
	color: #000
}

.white-bg-section h2,  .grey-bg-section h2, .col-fade {    
	color: #122036;
	font-size: 38px;
	margin: 0 0 60px;
	color: #122036;
    font-size: 38px;
}

.grad-h2 h2 {    
	color: #122036;
	font-size: 38px;
	margin: 0 0 60px;
	color: #122036;
    font-size: 38px;
    background-image: linear-gradient(45deg, #122036, #04bdff);
    margin: 0 0 60px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.grey-bg-section {    
	background: #f0f0f0;
    padding: 60px 0;
	color: #000;
	clear: both;
}

/*.grey-bg-section h2 {    
	color: #122036;
	font-size: 28px;
	margin: 0 0 60px;
}*/

.grey-bg-section h3 {
	border-bottom: 3px solid #a79552;
    display: inline-block;
    padding-bottom: 10px;	
}

.blue-bg-section {    
	background: #000000;
    padding: 60px 0;
	color: #fff;
	clear: both;
}

.page-id-403 .blue-bg-section {    
	clear: none !important;
}


.dark-graph {    
	background-image: url(/wp-content/uploads/2024/02/hex.png);
    background-size: contain;
	background-position: left bottom;
	background-repeat: no-repeat;
	-o-background-size:auto 63%;
	-webkit-background-size:auto 63%;
	-moz-background-size:auto 63%;
	background-size:auto 60%;
}
.dark-graph .gform_button {
    background: #ffffff !important;
	color: #000000 !important;
	border-radius: 2px !important;
}

.dark-graph .gform_button:hover {
    background: #ffffffb5 !important;
	color: #000000 !important;
}

.hex-bg {    
	background-image: url(/wp-content/uploads/2024/02/hex-3.png);
    background-size: contain;
	background-position: right bottom;
	background-repeat: no-repeat;
	-o-background-size:auto 100%;
	-webkit-background-size:auto 100%;
	-moz-background-size:auto 100%;
	background-size:auto 100%;
}

.hex-bg-btm {    
	background-image: url(/wp-content/uploads/2024/02/hex-4.png);
    background-size: contain;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size:58%;
}

.blue-bg-section h1 {
	color: #000
}



.blue-bg-section h2 {    
	color: #fff;
	font-weight: 800;
	font-size: 36px;
	margin: 0 0 60px;
}

/*.red-bg-section {    
	background: radial-gradient(circle, rgba(114,1,3,1) 0%, rgba(50,0,1,1) 100%, rgba(114,1,3,1) 100%); 
    padding: 60px 0;
	color: #fff;
	clear: both;
}*/

.red-bg-section {    
	background: #4d0102;
	/* background: radial-gradient(circle, rgba(114,1,3,1) 0%, rgba(50,0,1,1) 100%, rgba(114,1,3,1) 100%); */
    padding: 60px 0;
	color: #fff;
	clear: both;
}

.head-blue-bg-section {    
	background: #3d0002;
    padding: 8px 0;
	color: #fff;
	text-align: left;

}

.head-blue-bg-section h1 {
	color: #a79552;
    font-size: 36px;
    margin: 0px;
    text-transform: uppercase;
}

.blue-bg-section h3 {
    margin-bottom: 20px;
    padding-bottom: 5px;
    display: inline-block;
}

.narrow-txt p{
	max-width: 70%;
	margin: 0 auto 20px;
	color: #a79552;
}




.su-button-style-default {
	margin-top: 30px;
}

.cross-overlay {
	text-align: right;
    width: 8%;
    margin-top: -7%;
    padding-bottom: 4%;
    margin-left: 88%;
	display: none;
}

.home .cross-overlay, .page-id-1150 .cross-overlay, .page-id-1340 .cross-overlay, .page-id-1549 .cross-overlay, .page-id-1386  .cross-overlay, .page-id-1157  .cross-overlay, .page-id-1137  .cross-overlay, .page-id-403  .cross-overlay {
	display:block;
}

.sp-testimonial-free-section .sp-tfree-client-image img {

    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.tfree-testimonial-title {
	display: none;
}

.big-leader .wrap {
	text-align: center;
	text-align: center;
    background: #eee;
    margin: 0px;
    max-width: 100%;
    padding: 30px 3%;
}

.big-leader .featured-image-overlay {
    color: #122036 !important;
    text-align: center;
    display: block;
    margin: 0 auto;
    background: #eeeeee;
	font-weight: 700;
    padding: 10px 20px;
	font-size: 36px;
}

.type-post .entry-header{
	/* display: none;*/
}

.entry-header .entry-meta {
  display: none;
}

.entry-footer {
    display: none;
}

/* Content feed edits
--------------------------------------------- */

.pt-cv-wrapper .btn-success {
    color: #fff;
    background-color: #a79552;
    border-color: #84bd00 !important;
}

.pt-cv-wrapper:hover .btn-success:hover {
    background-color: #000 !important;
	border-color: #000!important;

}



.pt-cv-thumbnail.pull-left {
    margin-right: 45px !important;
}

.pt-cv-colsys {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.pt-cv-2-col {

    padding: 60px 3% !important;	
}

.pt-cv-2-col:nth-child(even)  {background: #eee;}


.pt-cv-title a {
	color: #fff !important;
}

h4.pt-cv-title {
    font-size: 20px;
    line-height: 24px;
}



.pt-cv-ifield {	
	 background: #122036 !important;
    margin: 0 auto;
	padding-bottom: 20px;
	
}

.pt-cv-content {
	padding: 0 20px;
}

.we-are-stand-section {
	font-size: 28px;
	line-height: 1.3em;
}


.white-content-box {
	background-color: #fff;
	color: #111;
}

.black-content-box {
	background-color: #000000;
	color: #fff;
}

.gold-content-box {
	background-color: #a79552;
	color: #fff;
}

.gold-content-box h1 {
	color: #fff !important;
}
.gold-content-box h3 {
	color: #fff !important;
}

.red-content-box {
	background-color: #710003;
	color: #ffffff;
}

.text-section-cta {
    padding: 6px 15px;
    border-radius: 2px;
	display: inline-block;
	font-family: Georgia, serif;
    text-transform: uppercase;
}

.orange-cta {
	background-color: #a79552;
	color: #fff;
}

.orange-cta:hover {
	background-color: #3dac09;
	color: #fff;
}

.blue-cta {
	background-color: #122036;
	color: #fff;
}

.blue-cta:hover {
	background-color: #000;
	color: #fff;
}

.white-content-box .text-section-cta, .red-content-box .text-section-cta, .red-bg-section .text-section-cta, .black-bg-section .text-section-cta {
	background-color: #a79552;
    color: #fff;
}

.white-content-box .text-section-cta:hover, .red-content-box .text-section-cta:hover, .black-content-box .text-section-cta:hover {
	background-color: #000;
	color: #ffffff;
}

.red-content-box .text-section-cta {
	background-color: #ffffff;
    color: #710003;
}

.red-content-box .text-section-cta:hover {
	background-color: #ffffffb5;
	color: #710003;
}

.gold-content-box .text-section-cta{
	background-color: #ffffff;
    color: #a79552;
}

.gold-content-box .text-section-cta:hover{
	background-color: #ffffffb5;
}

.black-content-box .text-section-cta{
	background-color: #fff;
    color: #000;
}

.black-content-box .text-section-cta:hover{
	background-color: #ffffffb5;
	color: #000;
}



.white-content-box h1, .white-content-box h2, .white-content-box h3, .white-content-box h4 {
	color: #122036;
}
.black-content-box h1, .black-content-box h2, .black-content-box h3, .black-content-box h4  {
	color: #a79552;
}

.gold-content-box h1, .gold-content-box h2, .gold-content-box h3, .gold-content-box h4  {
	color: #fff;
}

.red-content-box h1, .red-content-box h2, .red-content-box h3, .red-content-box h4  {
	color: #a79552;
}



/* END Content feed edits
--------------------------------------------- */

.hidden {
	display: none;
}

.hero h1 {
	color: #fff;
    font-weight: 400;
    display: inline-block;
    padding: 10px 20px;
    font-size: 42px;
	text-transform: uppercase;
	text-shadow: 0px 0px 5px #000000, 0px 0px 10px #000000, 0px 0px 10px #000000, 0px 0px 20px #000000;
}

.before-footer {
	background: #747474;
    padding: 60px 0;
    color: #ccc;
    font-size: 14px;
    line-height: 1.5em;
}

.grey-bg-section h1 {

	color: #122036;
	font-size: 48px;
	margin-bottom: 25px;
}

.grey-bg-section h2 {

	color: #122036;
	margin-bottom: 25px;
}

.before-footer h2 {
    color: #122036;
    font-size: 42px;
    margin: 0px;
}

.before-footer .widget {
	margin-bottom: 0px;
	text-align: left;
}

.footer-widgets-3 i {
	display: inline-block;
	font-size: 28px;
	margin-right: 10px;
}

.featured-image-class img {
	width: 100%;
	display: block;
}

.single-title-cb {

    background: #eee;
    font-size: 36px;
	line-height: 1.2em;
    color: #122036;
    font-weight: bold;
	padding: 50px;
   
}

.single-title-cb h1{
    color: #122036;
    font-weight: bold;
	margin-bottom: 0px;

}

.menu-item-1120, .menu-item-1122 {
	display: inline-block !important;
}

.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 5px 10px !important;
}

.sp-testimonial-free-section .tfree-client-testimonial p {
	font-size: 18px !important;
	line-height: 1.8em;
}

.white-button {
	background: #fff;
    padding: 15px 30px;
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
	border-radius: 5px;
	color: #122036;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.white-button:hover{
	background: #122036;
	color: #fff;
}


.value-box {
	float: left;
    margin-left: 2.564102564102564%;
    width: 23.076923076923077%;
    padding: 10px 20px 0px;
    text-align: left;
	border-radius: 10px;

}

.val-first {
	clear: both;
	margin-left: 0;
}

.val-blue {
	background: #122036;
}

.valuetxt {

    text-align: left;
    color: #fff;
    font-weight: bold;
	font-size: 28px;
    padding-top: 15px;
}

.valuecopy {

    text-align: left;
    color: #000;
    font-size: 12px;
    padding-top: 15px;
	text-align: left;
    padding-top: 15px;
	min-height: 160px;
	font-size: 20px;
    line-height: 1.4em;
}

@media only screen and (max-width: 1620px) {
	.valuecopy {
	min-height: 180px
	}
}

@media only screen and (max-width: 1281px) {
	.valuecopy {
	min-height: 240px
	}
}

@media only screen and (max-width: 1140px) {
	.valuecopy {
	min-height: unset;
	}
}




.valueimg {
	width: 60%;
    margin-left: 45%;
	margin-top: -10px;

}

.page-id-1159 .image-text .left-half, .page-id-1157 .image-text .left-half {
	
	width: 20%
}

.page-id-1159  .image-text .right-half, .page-id-1157  .image-text .right-half {
	
 width: 80%
}

.page-id-1159  .text-image .left-half, .page-id-1157  .text-image .left-half{
	
	width: 80%
}

.page-id-1159  .text-image .right-half, .page-id-1157  .text-image .right-half{
	
 width: 20%
}

.page-id-1159 .text-image, .page-id-1159 .image-text {
	font-size: 16px;
    line-height: 1.7em;
}

.page-id-1157 .text-image, .page-id-1157 .image-text {
	border-bottom: 5px solid #fff;
}



.page-id-1159 p {
	margin-bottom: 10px;
}

.page-id-1159 .text-image img, .page-id-1159 .image-text img, .page-id-1157 .text-image img, .page-id-1157 .image-text img ,  .page-id-1386 .text-image img, .page-id-1386 .image-text img{
	    height: 100%;
	object-fit: cover;
	min-height: 300px;
}



.home .text-image img, .home .image-text img {
	
	height: auto;
	/*box-shadow: 2px 2px 10px #000;*/
}



.gform_button {
    margin-top: 20px !important;
    background: #a79552!important;
    border: none;
	border-radius: 10px;
	font-weight: bold;
}

.gform_button:hover {
    background: #000000 !important;
}

.pt-cv-wrapper .btn-success.active, .pt-cv-wrapper .btn-success:active, .pt-cv-wrapper .btn-success:hover, .pt-cv-wrapper .open>.dropdown-toggle.btn-success, .pt-cv-wrapper .btn-success.focus, .pt-cv-wrapper .btn-success:focus {
    color: #fff;
    background-color: #122036 !important;
    border-color: #122036 !important;
}


.page-id-1157 .text-section-cta {
	margin-top: 5px;
}

.page-id-1157 .right-half p, .page-id-1157 .left-half p {
	margin: 0px !important;
}



.grey-bg-section h4 {
    font-size: 28px !important;
    line-height: 1.4em;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0px
}

 .pt-cv-thumbnail {
    margin-bottom: 0px!important;
}

.page-id-1549 .image-text, .page-id-1549 .text-image {
	width: 50%;
	float: left;
	max-width: 50%;
    overflow: hidden;
}

.page-id-1549 .image-text:nth-child(even), .page-id-1549 .text-image:nth-child(even) { clear: both; }

.page-id-1549 .left-half, .page-id-1549 .right-half {
  /*  justify-content: normal !important; 
	    display: block; */
	
}

.page-id-1549 .before-footer{
 	margin-top: 10px;	
}

.page-id-1549 .text-section-cta {
    margin-top: 15px;
}

.page-id-1549 .image-text .right-half, .page-id-1549 .text-image .left-half {
    padding: 20px;
	font-size: 15px;
	line-height: 1.5em;
}

.other-products .image-text .right-half, .other-products .text-image .left-half {
    padding: 20px;
	font-size: 18px;
	line-height: 1.5em;
}

.page-id-1549 .image-text p, .page-id-1549 .text-image p {
    margin: 0 0 10px !important;
}

.page-id-1549 .image-text h2, .page-id-1549 .text-image h2 {
    margin-bottom: 0px;
}

.page-id-1549 .content .fab  {
	font-size: 28px;
	margin-right: 10px;
}
.page-id-1549 .image-text .left-half img, .page-id-1549 .text-image .right-half img{
	height: 100%;
    object-fit: cover;
	padding: 30px;
	min-height: 418px;
}

.page-id-1549 .text-image .right-half img {
	width: 99.8%;
    margin-left: 0.3%;
}

.black-content-box a {
    color: #ffffff;
}

.gold-content-box a {
    color: #ffffff;
}

.page-id-1157 .image-text, .page-id-1157 .text-image {
	width: 32.1%;
	display: inline-block !important;
}

.page-id-1157  .image-text h2, .page-id-1157  .text-image h2 {
    font-size: 24px;
	min-height: 90px;
	
}

.page-id-1157 .image-text .left-half, .page-id-1157 .image-text .right-half {
    width: 100%;
}

.page-id-1157 .flexbox .image-text, .page-id-1157 .flexbox .text-image {
    display: block;
}

.page-id-1157 .image-text, .page-id-1157 .text-image {
    float: left;
	margin: 0.6%;
}

.page-id-1157 .image-text:nth-child(3n+1) { 
	clear: both; 
}


.hidden {
	display: none!important;
}

.page-id-1577 .content .fab, .page-id-1582 .content .fab {
	font-size: 38px;
	margin-right: 10px;
}

.page-id-1577 .image-text .left-half img, .page-id-1582 .image-text .left-half img {
   
    padding: 0% 0 0 5%;
    margin-top: 40px;
}

.page-id-1386 .text-image .left-half,  .page-id-1386 .image-text .right-half {
	min-height: 360px;
}

.team-member {
	width: 48%;
    float: left;
    margin: 1%;
	padding: 10px;
	font-size: 17px;
    line-height: 1.45em;
}


.team-member img {
	width: 25%;
	display: inline-block;
	float: left;
	margin: 0px 20px 0px 0px
	
}

.team-member-txt {
	display: inline-block;
}


.content li {
	list-style: disc;
	margin-left: 22px;
}

.center {
	text-align: center;
}

.more-case-studies {
	text-align: center;
}

.more-case-studies a {
	background: #fff;
    padding: 15px 30px;
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    border-radius: 5px;
}

.more-case-studies a:hover{
	color: #000;
}

/* Smaller Team Images
 * .page-id-1549 .text-image .left-half, .page-id-1549 .image-text .right-half {
	width: 70%;
	min-height: 300px;
}

.top-team-row {
	min-height: 350px;
}

.page-id-1549 .text-image .right-half, .page-id-1549 .image-text .left-half {
	width: 30%
}*/

.page-id-1582 .left-half,  .page-id-1577 .left-half{
	width: 25%;
	display: block;
}

.page-id-1582 .right-half, .page-id-1577 .right-half{
	width: 75%;
	font-size: 18px;
	display: block;
}


.sp-testimonial-free-section .sp-testimonial-client-image img {
	border-radius: 0px !important;
}

.sp-testimonial-post-title {
	display: none !important;
}

/* MBA
---------------------------------------------------------------------------------------------------------- */
/* 
---------------------------------------------------------------------------------------------------------- */

.wptu-news-ticker {
    background: #edc91d !important;
	display: inline-block;
	margin-bottom: 0px !important;
	max-height: 26px;
}

#wptu-ticker-style-1 .wptu-style-news a:hover {
    color: #122036 !important;
}


.wpos-label {
	border-right: 0px !important;
}

.wpos-controls {
	display: none !important;
}

.mba-ticker {
	padding: 0 2%;
    background: #edc91d;
	font-weight: bold;
	overflow: auto;
	
}

.ticker-cont {
	width: 85%;
	float: left;
}

.ticker-social {
	width: 14%;
    text-align: right;
    float: left;
	padding-top: 4px;
}

.ticker-social a  {
	color: #fff;
}

.ticker-cont .pjnt-label {

    margin-top: 0px !important;
}



#wptu-ticker-style-1 .wptu-style-news a {
    font-weight: bold;
}

/*.home-slider-cont {
	padding-left: 6% !important;

}
.tp-parallax-wrap {
	left: 0px !important;
} */


.home-slider-head {
	font-size: 56px;
	line-height: 60px !important;
	display: block;
}

.home-slider-sub{
	color: #84bd00;
		font-size: 56px;
	line-height: 60px !important;
	font-weight: bold;
	display: block;
	
}

.home-slider-text{
	margin-top: 20px;
	font-size: 26px;
	color: #04bdff;
	display: block;

}

.home-slider-button {
	background-color: #84bd00;
    padding: 10px 20px !important;
    display: inline-block;
    margin-top: 20px;
	font-weight: bold;
    border-radius: 5px;
    font-size: 24px !important;
	color: #fff;
	    -webkit-transition: all 0.4s ease;                  
    -moz-transition: all 0.4s ease;                 
    -o-transition: all 0.4s ease;   
    -ms-transition: all 0.4s ease;          
    transition: all 0.4s ease;
}


.home-slider-button:hover {
	background-color: #fff;
	color: #84bd00;
}


.mobile-home-head {

	display: none;
}

.mobile-home-sub {
	display: none;
	
}

.grey-dot-bg {
	 background-image: url("/wp-content/uploads/2023/01/graphbg2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0;
	text-align: center;
}

.grey-dot-bg-left {
	 background-image: url("/wp-content/uploads/2023/01/graphbg2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0;
	text-align: left;
}

.grey-chart-left .left-half {
    background-image: url(/wp-content/uploads/2023/01/graphbg2.jpg) !important;
    background-size: cove r!important;
    background-repeat: no-repeat !important;
}

.chart-bg {
	 background-image: url("/wp-content/uploads/2023/01/chart-bg-1.png");
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}

.h2-40 h2 {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 0px;
}

.grey-dot-bg h2 {
	font-size: 36px;
    line-height: 42px;
    font-weight: 800;
    margin-bottom: 50px;
    text-align: center;
    color: #000000;
    border-bottom: 3px solid #a79552;
    padding-bottom: 5px;
    display: inline-block;
}

.grey-dot-bg .one-third {

	margin-bottom: 40px;
}

.before-footer .one-half {
    margin-bottom: 20px;
}



.before-footer h2 {
    font-size: 38px;
}


.before-footer h3 {
	color: #ffffff;
    margin-bottom: 28px;
    font-size: 25px;
    font-weight: 400;
}

.accreditation {
	display: inline-block;
	max-width: 200px;
	margin-left: 28px;
    margin-right: 28px;
	margin-top: 20px;
	vertical-align: middle;
	transition: transform .8s; /* Animation */
}

.accreditation:hover {
	transform: scale(1.2);
}

.accreditations-cont {
	margin: 40px 0 20px;
}

.text-image .mob-only {
/*	padding: 20px; */
}

.home .text-image .mob-only {
	padding: 0px;
	position: relative;
}

.home-news {
	background-color: #edf5d9;
	background-image: url("/wp-content/uploads/2022/03/news-bg3.png");
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	padding: 80px 0;
	clear: both;
}

.pt-cv-view .pt-cv-title {
   margin: 20px !important;
}




.pt-cv-ifield {
	overflow: hidden;
	
}


.max-1000 .wrap {
	max-width: 1000px;
}

.footer-widgets .widget {
    margin-bottom: 20px;
}

.home .image-text img,  .home .text-image img{
	height: 100%;
    object-fit: cover;
    min-height: 300px;
}



.max-900 .wrap{
	max-width: 900px;
}


/* Fade Effects
---------------------------------------------------------------------------------------------------- */

.js .faderight-effect2 {
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
	opacity: 0.1;
	overflow: hidden;
	transform: translateX(-40px);
}

@-webkit-keyframes fadeInRight {

	from {
		opacity: 0.1;
		transform: translateX(-40px);
		
	}

    to {
		opacity: 1;
		transform: translateX(0);
		
	}

}

@keyframes fadeInRight {

    from {
		opacity: 0.1;
		transform: translateX(-40px);
	}

    to {
		opacity: 1;
		transform: translateX(0);
	}

}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.js .fadeleft-effect2 {
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
	opacity: 0.1;
	overflow: hidden;
	transform: translateX(40px);
}

@-webkit-keyframes fadeInLeft {

	from {
		opacity: 0.1;
		transform: translateX(40px);
		
	}

    to {
		opacity: 1;
		transform: translateX(0);
		
	}

}

@keyframes fadeInLeft {

    from {
		opacity: 0.1;
		transform: translateX(40px);
	}

    to {
		opacity: 1;
		transform: translateX(0);
	}

}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.ticker-social .fab {
	margin-right: 8px;
    color: #fff;
    background: #122036;
    border-radius: 20px;
    padding: 6px;
	margin-bottom: 3px;
	font-size: 17px;
	webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ticker-social .fab:hover {
    color: #84bd00;
}

.wpos-news {
    margin-top: 1px;
}

.page-intro-text {
	background: #122036;
    color: #00a7ff;
    font-size: 20px;
	text-align:left;
}

.page-intro-text h2 {
	background: #122036;
    color: #00a7ff;
    font-size: 20px;
	margin-bottom: 15px;
}

/* Markets / Sustainability / Our History page box layout
---------------------------------------------------------------------------------------------------------- */
.eq-h-row {
  display: table; /* Make the container element behave like a table */
  width: 100%; /* Set full-width to expand the whole page */
}

.page-id-2226 .image-text:nth-child(3n) { 
	clear: both; 
}


.page-id-1972 .text-image, .page-id-1972 .image-text, .page-id-2208 .text-image, .page-id-2208 .image-text {
    border-bottom: 5px solid #fff;
}

.page-id-1972 .image-text, .page-id-1972 .text-image, .page-id-2208 .image-text, .page-id-2208 .text-image, .page-id-2226 .image-text, .page-id-2226 .text-image  {
    width: 32.1%;
    display: inline-block !important;
}


.page-id-1972 .image-text, .page-id-1972 .text-image,.page-id-2208 .image-text, .page-id-2208 .text-image, .page-id-2226 .image-text, .page-id-2226 .text-image {
    float: left;
    margin: 0 0.6% 0.6%;
}


.page-id-1972 .image-text .left-half, .page-id-1972 .image-text .right-half, .page-id-2208 .image-text .left-half, .page-id-2208 .image-text .right-half, .page-id-2226 .image-text .left-half, .page-id-2226 .image-text .right-half{
    width: 100%;
}

 .page-id-1972 .image-text .right-half, .page-id-2208 .image-text .right-half, .page-id-2059 .image-text .right-half, .page-id-2226 .image-text .right-half{
    padding: 20px 20px 15px;
}

	

.page-id-1972 .text-image img, .page-id-1972 .image-text img, .page-id-2208 .text-image img, .page-id-2208 .image-text img, .page-id-2226 .text-image img, .page-id-2226 .image-text img {
	height: 100%;
   object-fit: cover;
   min-height: 300px;
	transition: transform 1s; /* Animation */
}

.page-id-1972 .image-text .left-half, .page-id-2208 .image-text .left-half , .page-id-2226 .image-text .left-half {
    overflow: hidden;
	position: relative;
}

.page-id-1972 .image-text .left-half:after, .page-id-2208 .image-text .left-half:after, .page-id-2226 .image-text .left-half:after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2022/08/blue-news-arrow.png);
    background-size: contain;
    background-position-y: bottom;
    background-repeat: no-repeat;
}

.page-id-1972 .gold-content-box .left-half:after, .page-id-2208 .gold-content-box .left-half:after, .page-id-2226 .gold-content-box .left-half:after {
   background-image: url(/wp-content/uploads/2022/08/green-news-arrow-1.png);
}


.page-id-1972 .text-image:hover img, .page-id-1972 .image-text:hover img, .page-id-2208 .text-image:hover img, .page-id-2208 .image-text:hover img, .page-id-2226 .text-image:hover img, .page-id-2226 .image-text:hover img  { 
	/* opacity: 0.5;*/
	 transform: scale(1.03);
}

.page-id-1972 .image-text, .page-id-2208 .image-text, .page-id-2226 .image-text {
	text-align: center;
}

/* END  Markets / Sustainability page box layout
---------------------------------------------------------------------------------------------------------- */


/* Products page box layout
---------------------------------------------------------------------------------------------------------- */


.page-id-2059 .text-image, .page-id-2059 .image-text {
    border-bottom: 5px solid #fff;
}

.page-id-2059 .image-text, .page-id-2059 .text-image {
    width: 32.1%;
    display: inline-block !important;
}


.page-id-2059 .image-text, .page-id-2059 .text-image {
    float: left;
    margin: 0 0.6% 0.6%;
}


.page-id-2059 .image-text .left-half, .page-id-2059 .image-text .right-half {
    width: 100%;
}

.page-id-2059 .text-image img, .page-id-2059 .image-text img {
    height: 100%;
    object-fit: cover;
   /* min-height: 300px;*/
	transition: transform 1s; /* Animation */
}

.page-id-2059 .image-text .left-half{
    overflow: hidden;
}


.page-id-2059 .text-image:hover img, .page-id-2059 .image-text:hover img  { 
	 /*opacity: 0.5;*/
	 transform: scale(1.03);
}

.page-id-2059 .image-text {
	text-align: center;
}

/* END Products page box layout
---------------------------------------------------------------------------------------------------------- */
.p-margin-bottom p {
	margin-bottom: 30px !important;
}

.left-sidebar-menu { 
	float: left;
	width: 25%;
	position: -webkit-sticky;
    position: sticky;
    top: 80px;
	padding: 60px 3% 20px;
	background: #FFF;
	background: linear-gradient(180deg, rgba(247,247,247,1) 68%, rgba(255,255,255,0) 100%);

}

.left-sidebar-menu h3 { 
	color: #00a7ff;
	margin-bottom: 30px;
	
}


.left-sidebar-menu-overlay {
	background-image: url(/wp-content/uploads/2022/04/side-dot-background2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.sidebar-menu-container li {
	list-style: none;
    margin-left: 0px;
	margin-bottom: 5px;
}

.sidebar-menu-container a {
	font-weight: bold;
	font-size: 16px;
}

.sidebar-menu-container a:after {
	content: " >"
}

.sidebar-menu-container a:hover, .sidebar-menu-container .current-menu-item > a, .sidebar-menu-container .sub-menu a:hover, .sidebar-menu-container .current-menu-parent > a, .sidebar-menu-container .sub-menu .current-menu-item > a:hover {
	color: #a79552!important;
}

.green-button {
	background: #a79552;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	font-weight: 800;
}

.green-button:hover {
	background: #122036;
}

.main-right-content { 
	float: left;
	width: 75%;
}

.site-header {
		position: -webkit-sticky;
    position: sticky;
	top: 0;
	z-index:9999999999999999999;
}

/* Accordion styles */

.accord-menu {
	margin-top: 30px;
	position: relative;
	z-index: 9999;
}
details {
  width: 100%;
  min-height: 5px;
  padding: 10px 3%;
  margin: 0 auto;
  position: relative;
  font-size: 20px;
  box-sizing: border-box;
  transition: all .3s;
	background-color: #f6f7f8;
	color: #00a7ff;
	font-size: 24px;
	font-weight: bold;
	display: none;	
}

details + details {
  margin-top: 20px;
	
}

details[open] {
  background-color: #f6f7f8;
	padding-bottom: 20px;
}

details p {
  color: #96999d;
}

summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 800;
  cursor: pointer;
}

summary:focus {
  outline: none;
  
}

summary:focus::after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

summary::-webkit-details-marker {
  display: none
}

.control-icon {
  fill: #00a7ff;
  transition: .3s ease;
  pointer-events: none;
}

.control-icon-close {
  display: none;
}

details[open] .control-icon-close {
  display: initial;
  transition: .3s ease;
}

details[open] .control-icon-expand {
  display: none;
}

.specwrap {
	padding: 80px 3% ;
	background: #173f6be8;
	background-image: url(/wp-content/uploads/2022/08/blue-arrow.png);
	background-position: center right;
	background-repeat: no-repeat;
	
}

.specwrap h2{
	color: #fff;
	margin-bottom: 40px;
	padding-bottom: 10px;
    border-bottom: 2px solid #84bd00;
}

.prod-spec .control-icon {
	fill: #a79552 !important;
}

.prod-spec details {
	display: block;	
	margin-bottom: 15px;
}

.prod-spec-text {
	color: #000;
	font-size: 16px;
	margin-top: 10px;
}

.other-products {
	margin-top: 40px;
	margin-bottom: 40px;
	overflow: auto;
}

.other-products .image-text {
    width: 18.7%;
    display: inline-block !important;
	float: left;
    margin: 0 0.6% 0.6%;
	border-bottom: 5px solid #fff;
	text-align: center;
}

.other-products img {
transition: transform 1s;
}

.other-products img:hover {
 transform: scale(1.03);
}


.other-products .image-text p {
    margin-bottom: 5px
}

.other-products .left-half, .other-products .right-half {
	width: 100%;
	overflow: hidden;
}

.sml-other-title {
	font-size: 16px;
}


.uses-section figure {
	width: 22% !important;
	margin: 0 1.2%;
	display: inline-block;
	padding: 3px;
	overflow: hidden;
}

.uses-section .wp-caption-text {
	background: #f7f7f7;
    color: #122036;
    border-bottom: 2px solid #84bd00;
}

.uses-section {
    padding: 0 0 20px;

}

.uses-section  img {
    webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.uses-section img:hover {
   /* transform: scale(1.03);*/
	opacity: 0.8;
} 

.html-wrap {
	margin: 60px 0;
}

.blue-call {
    background: #122036;
    display: inline-block;
    color: #fff;
    padding: 5px 40px;
    border-radius: 5px;
    margin-top: 30px;
}

.green-call {
    background: #84bd00;
    display: inline-block;
    color: #fff;
    padding: 5px 40px;
    border-radius: 5px;
    margin-top: 30px;
}

.blue-call i {
    color: #84bd00;
    margin-right: 8px;
}

.green-call i{
     color: #122036;
    margin-right: 8px;
}

.green-call a, .blue-call a {
     color: #fff;
}


.page-id-403 .one-half h2 {
	display:none;
}

/* TABS CSS
---------------------------------------------------------------------------------------------------------- */
.tab {
	float: left;
	background-color: #fff;
	width: 33%;

}
.tab button {
	display: block;
	background-color: inherit;
	color: #333;
	padding: 22px 16px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
	font-size: 17px;
	position: relative;
	text-transform: none;
}
	.tab button:hover {
	background-color: #eee;
}
	.tab button.active {
	background-color: #ddd;
}
.map2 {
	float: left;
	padding: 0px;
	border-left: 5px solid #122036;
	width: 67%;
}

.kcm-vid-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.kcm-vid-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map-cont {
	margin: 40px 0;
	padding: 0 3%;
	overflow: auto;
}

.map a, .mob-map-head a {
	color: #84bd00;
	font-weight: bold;
	}
 {
	display: block;
	background-color: #eee;
	padding: 20px;
	border-bottom: 5px solid #122036;

}
	
.tab button.active:after {
	content: '';
    border: solid 15px transparent;
    border-right-color: #122036;
    position: absolute;
    top: 40%;
    right: 0;
}

	.mob-map-head {
	display: none;
}

@media only screen and (max-width: 1245px) {
	
	.tab {
	display: none;
}

.map2 {
	width: 100%;
	display: block!important;
	border: none;
	margin-bottom: 40px;
}

	.mob-map-head {
	display: block;
	padding: 20px;
	border-bottom: 5px solid #122036;
    background-color: #122036;
		color: #fff
}
	
		.mob-map-head h3 {
		color: #fff
}
	
	.kcm-vid-container {
    border: 10px solid #122036
}
	
	
	.blue-call {
    color: #84bd00;
    margin-right: 8px;
}

.green-call, .blue-call {
    text-align: center;
	display: block;
}
	
.break-span {
	display: block;
}

}

/* Staff Page
---------------------------------------------------------------------------------------------------------- */

.page-id-2143 .image-text {
	display: inline-block;
	width: 30%;
	margin: 1%;
	text-align: center;
}

.page-id-2143 .image-text .left-half, .page-id-2143  .image-text .right-half {
	width: 100%
}

.page-id-2143 .content {
	text-align: center;
}

.staff-sect-head  {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.page-id-2143 .white-bg-section h2 {
	color: #a79552 !important;
}

.home .text-image .right-half, .home .image-text .left-half {
    z-index: 15;
    position: relative;
}


/*.home .text-image .right-half:after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2022/08/green-arrow.png);
	background-size: contain;
}





.home .image-text .left-half:after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2022/08/blue-arrow.png);
	background-size: contain;
}

*/

.news-image {
	position: relative;
}



.home-sectors-cont {
	text-align:center;
	margin: 40px 0;
}

.home-sector {
	display: inline-block;
	margin: 0 25px;
	transition: transform .8s;
	transform: scale(0.8);
}

.home-sector:hover  {
    transform: scale(1);
}

.home-sector-txt {
	font-weight: bold;
    color: #122036;
}

.featured-image-class{
    overflow: hidden;
}

.grad-text {

	color: #122036;
    background-image: linear-gradient(45deg, #122036, #04bdff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.no-b-margin {
	margin-bottom: 0px !important;
}

.text-block li {
	margin-bottom: 20px;
}

.image-cover-height .left-half img {
	object-fit: cover;
		height: 100%;
}


.no-bullets li {
	list-style: none;
	margin-left: 0px;
}

.doc-down {
	background: #eee;
    border-radius: 10px;
    padding: 20px;
	margin-bottom: 20px;
	line-height: 1.1;
    color: #122036;
    font-size: 32px;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.doc-down:hover {
	background: #fff;
    color: #84bd00;
	
}

.mar-20-top{
	margin-top: 20px
}

.subs-text {
	margin: 60px auto;
	font-size: 23px;
}

.const-sig .wrap {
	max-width: 1000px;
}

.orange {
	color: #a79552;
}

.orange:hover {
	color: #fff;
}

.arrow1 {
	position: absolute;
    margin-top: -130px;
    right: 3%;

}


.down-stripes {
	position: absolute;
    margin-top: -130px;
    left: 3%;
	max-width: 40%;
}


.app-links {
	max-width: 600px;
	margin: 40px auto 0px;
	display: inline-block;	
}

.app-links .one-half {

	padding: 20px;
}

.gr-under {
	    /* border-bottom: 3px solid #a79552; */
    /* padding-bottom: 5px; */
    display: inline-block;
    font-weight: bold;
    margin-bottom: 20px !important;
}

.blue-bg-section .fab {
	color: #4AC810;
    font-size: 112px;
    margin: 10px 0 20px;
}

.grn-str-top {
	border-top: 2px solid #a79552;
    margin-top: 10px;
    padding-top: 14px;
}

.tele-arrow {

	background-image: url(/wp-content/uploads/2023/02/tele-arrow-1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.page-id-2540 .signal-cta, .page-id-403 .signal-cta {
	display: none;
}

.featured-image-top-cont {
	background-image: url(/wp-content/uploads/2023/02/cfd-chart2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	background-position: bottom;
	overflow: hidden;
}

.featured-image-class-2 {
	max-width: 400px;
	padding: 10px 10px 10px 0px;
	display: block;
}

.featured-image-class-2  img{
	max-width: 400px;
	border: 5px solid #122036;
	display: block;
}

.sub-btn {
	background-color: #777;
	margin-right: 15px;
}

/* WOO COM
---------------------------------------------------------------------------------------------------------- */

.woocommerce .woocommerce-ordering select {
    color: #111;
    padding: 5px;
}

.woocommerce ul.products li.product .price {
    color: #666666 !important;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #666666 !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
	background-color: #ebe9eb !important;
    color: #515151 !important;
}

.woocommerce .quantity .qty {
    padding: 10px !important;
}

.sku_wrapper, .posted_in {
	display: block;
	font-weight: bold;
}

.sku, .posted_in a {
	font-weight: 400;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 85px !important;
}

.woocommerce .quantity .qty {
    width: 2.5em !important;
}

.pre-header {
	background-color: #252525;
    color: #fff;
    text-align: right;
    padding-top: 0px;
    font-size: 13px;
}

.pre-header a {
	color: #bebcbb !important;
}


.pre-header a:hover{
	color: #fff !important;
}

.cart-contents:before {
    font-family:WooCommerce;
    content: "\e01d";
    font-size:18px;
    margin-top:10px;
    font-style:normal;
    font-weight:400;
    padding-right:5px;
    vertical-align: bottom;
}

.cart-contents {
    color: #fff
}
.cart-contents:hover {
    text-decoration: none;
}
.cart-contents-count {
   color: #000;
    background-color: #ffffff;
    font-weight: bold;
    border-radius: 10px;
    padding: 0px 4px;
    margin-left: -3px;
    /* line-height: 1; */
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
}
.sep{
	display: inline-block;
    margin: 0 10px;
	color: #dddddd;
}

.cart-customlocation:before {
    font-family: WooCommerce;
    content: "\e01d";
    font-size: 18px;
    margin-top: 10px;
    font-style: normal;
    font-weight: 400;
    padding-right: 5px;
    vertical-align: bottom;
}

.aws-container {
    display: inline-block;
    width: 45%;
}

.nav-primary .genesis-nav-menu {
    margin-top: 0px;
}

.site-header .widget-title, .footer-widgets .featured-content .widget-title {
    border-bottom: none; 
    font-size: 16px; 
    margin: 0px; 
    padding: 0px; 
}
.aws-container .aws-search-form {
    height: 34px !important;
}
.header-widget-area .aws-container .aws-search-field {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.header-widget-area .aws-container .aws-search-form .aws-search-btn.aws-form-btn {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.tribe-events .tribe-events-c-top-bar__datepicker-desktop {
    color: #fff !important;
}

.tribe-common .tribe-common-h6--min-medium {
    color: #fff !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
    color: #fff !important;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
	color: #a59150 !important;
    font-size: 20px;
}
}

.tribe-common .tribe-common-c-svgicon {
	color: #a59150 !important;
}

.tribe-common a:not(.tribe-common-anchor--unstyle), .tribe-common a:not(.tribe-common-anchor--unstyle):active, .tribe-common a:not(.tribe-common-anchor--unstyle):focus, .tribe-common a:not(.tribe-common-anchor--unstyle):hover, .tribe-common a:not(.tribe-common-anchor--unstyle):visited {
	color: #fff !important;	
}

.tribe-common .tribe-common-b2, .tribe-events .tribe-events-calendar-list__event-datetime  {
	color: #fff !important;
}

.tribe-common .tribe-common-c-btn-border-small, .tribe-common a.tribe-common-c-btn-border-small {
	background-color: #a59150 !important;
	border: 1px solid #a59150 !important;
}

.tribe-events .tribe-events-calendar-list__month-separator:after {
    background-color: #a59150 !important;
}


.tribe-events .tribe-events-calendar-list-nav {
    border-top: 1px solid #a59150 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
    width: calc(var(--tec-grid-width-1-of-8)*5);
}


.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details {
    width: calc(var(--tec-grid-width-1-of-8)*3);
}

.tribe-theme-genesis .site-inner {
	padding-top: 0px;
}

.tribe-events .tribe-events-l-container {
	padding-top: 40px;
}

.tribe-events .tribe-events-header__top-bar {
    display: none;
}

/*.tribe-events .tribe-events-header {
	 display: none;
}
*/

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header__top-bar, .tribe-events .tribe-events-header__events-bar {
		 display: none;
}

.tribe-events-back {
	margin-bottom: 20px;
}

.tribe-events-single-event-title { 
	color:#fff;
	font-weight: 400;
	font-family: Georgia, serif;
	text-transform: uppercase;
}

.tribe-events-calendar-list__event-title {
	font-family: Georgia, serif !important;
}

.tribe-events-back a, .tribe-events-back a:visited {
	color: #a59150 !important;
}

.tribe-events-schedule {
	margin: 0px 0px;
}

.tribe-events-schedule h2 {
	color: #fff;
}
.tribe-events-content {
	color: #fff;
}

.tribe-events-c-subscribe-dropdown {
	display: none;
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta {
    display: none;
}

#tribe-events-footer {
    border-top: 1px solid #a79552;
}

.tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6 {
    color: #fff;
}

.tribe-events .tribe-events-calendar-month__header-column-title, .tribe-events .tribe-events-calendar-month__day-date-daynum {
    color: #fff;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium {
	font-size: 24px;
}

.tribe-events .tribe-events-calendar-list__event-title {
	font-weight: 400 !important;
}

.list-view-read-more {
    background-color: #a59150 !important;
    padding: 1px 10px !important;
    border-radius: 5px;
    margin-top: 20px !important;
    display: inline-block;
}

.list-view-read-more:hover {
    background-color: #746431 !important;
}


.head-blue-bg-section {

}

.menu-tel a{
	color: #a79552 !important;
	font-size: 22px !important;
	font-family: Georgia, serif;
}

.mob-logo-img {
	max-width: 80%;
    margin: 0 auto 30px;
}

.mob-flex-img {
    display: none;
}

.menu-packages {
	margin-top: 40px;
}

.menu-packages .one-third {
    background: #f5f5f5;
    margin-bottom: 25px;
    position: relative;
    line-height: 0;
}

.menu-packages .overlay {
    display: table;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flex;
    display: -webkit-inline-flex;
    display: inline-flex;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 0;
    background: rgba(0,0,0,0.1);
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}



.menu-packages .overlay:hover {
   background: rgba(0,0,0,0.5);
}


.menu-packages-content {
    padding: 20px;
    color: #fff !important;
    display: table-cell;
    vertical-align: middle;
}
.menu-packages h3 {
    color: #fff;
    font-size: 28px;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 20px;
    text-align: center;
	text-shadow: 0px 0px 10px #000000, 0px 0px 10px #000000, 0px 0px 5px #000000 , 0px 0px 15px #000000;
    letter-spacing: 5px;
}

.menu-packages-content h4 {
    color: #fff;
}

.menu-packages p {
   margin: 0px !important;
}

.wed-ttl {
	border-bottom: 1px solid;
    margin: 10px 0px 30px;
    padding-bottom: 10px;
}

.flower-bg {
	
	    background-image: url(/wp-content/uploads/2025/01/flower-bg-op.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;

}

.flower-bg-de {
	
	    background-image: url(/wp-content/uploads/2025/01/flower-bg-op-de.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}



.hex-bg-r {
	background: #320000;
	background-image: url(/wp-content/uploads/2025/01/hex-5-2-grad-op-3.png);
    background-position: right bottom;
    background-repeat: no-repeat;
	
}

.hex-right .right-half {
	background: #320000;
	background-image: url(/wp-content/uploads/2025/01/hex-5-2-grad-op-3.png) !important;
    background-position: right bottom;
    background-repeat: no-repeat;
	
}

.hex-right  {
	background: #320000 !important;	
}

/*	.navi, .navi:visited, .navi:active, .navi:hover {
  border:none !important;
  outline:none !important;
  text-decoration:none !important;
  color:#fff !important;
  -webkit-tap-highlight-color: white;
}
  
.sticky-slider {
  position: fixed;
  bottom: 0.5rem;
  border: none;
  border-radius: 5px;
  background-color: #a79552;
  color: #fff;
  z-index: 10000;
  padding: 0.7rem 1.2rem;
  margin: 6px 0;
  right: 1rem;
  font-size: 1rem;
*/

.book-button, .book-button:visited, .book-button:active, .book-button:hover {
    border: none !important;
    outline: none !important;
    text-decoration: none !important;
    color: #3f0001 !important;
    -webkit-tap-highlight-color: white;
    background: #ffffff;
    padding: 8px 10px;
	font-size: 26px;
    border-radius: 5px;
}

.navi, .navi:visited, .navi:active, .navi:hover {
    border: none !important;
    outline: none !important;
    text-decoration: none !important;
    color: #fff !important;
    -webkit-tap-highlight-color: white;
    background: #a79552;
    padding: 8px 10px;
    border-radius: 5px;
}
 
 
.sticky-slider {
    position: fixed;
    bottom: 0px;
    border: none;
    border-radius: 0px;
    background-color: #000000ba;
    color: #fff;
    z-index: 10000;
    padding: 0.7rem 1.2rem;
    margin: 0px;
    right: 0px;
    font-size: 1rem;
    width: 100%;
    text-align: center;
}


.sample-menu  {
	background-color: #a79552;
    text-align: center;
    padding: 60px 20px;
    margin: 40px 0;
	border-radius: 10px;
	}

.sample-menu h3  {
	color: #ffffff;
	font-family: Georgia, serif;
	font-weight: 400;
	text-transform: uppercase;
	}

.sample-menu p  {
	margin-bottom: 40px;
	}

.sample-menu strong  {
	font-family: Georgia, serif;
    display: inline-block;
    border-bottom: 2px solid #530002;
    margin-bottom: 20px;
	}

.event-price {
	font-size: 35px;
    font-family: Georgia, serif;
}

.ev-fmt {
	background: #000;
    display: inline-block;
    padding: 40px;
    border-radius: 10px;
    margin: 30px 0 0;
    text-align: center;
	width: 100%;
}

.ev-head {
	color: #a79552;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 30px;
    text-transform: uppercase;
    font-family: Georgia, serif;
}

.tribe-event-date-start {
	font-size: 22px;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a {
	color: #a79552;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:hover, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:hover {
	color: #ffffff;
}

.page-id-571  h4 {
	color: #a79552;
}

.tribe-events .tribe-events-calendar-list__event-featured-image, .tribe-events-event-image img {
	border-radius: 10px;
}

.inner-submit input#gform_submit_button_4.gform_button.button{
	position: relative !important;
	margin: auto !important;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail a {
    margin: 10px !important;
}

.sl-overlay {
    background: #000000 !important;
}

.sl-wrapper .sl-navigation button {
	color: #ffffff !important;
}

.event-gal h2 {
	text-align: center;
    margin-top: 40px;
}


.single-tribe_events .event-book {
	display: block !important;
}

#gform_submit_button_4 {
	margin: 0 auto;
}


.page-id-403  #field_2_11 {
display: none;}
/* MEDIA
---------------------------------------------------------------------------------------------------------- */
/* 
---------------------------------------------------------------------------------------------------------- */
/* 
---------------------------------------------------------------------------------------------------------- */



@media only screen and (min-width: 1600px) {
	
	.page-id-1577 .right-half, .page-id-1582 .right-half {
		font-size: 30px;
	}

	
	.page-id-1549 .image-text .right-half, .page-id-1549 .text-image .left-half {
	font-size: 20px;
	}
}

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

	
	.page-id-1549 .image-text .right-half, .page-id-1549 .text-image .left-half {
	font-size: 24px;
	}
}

@media only screen and (max-width: 1350px) {
		.other-products .right-half {
	display: none;
}
	

}

@media only screen and (max-width: 1239px) {
	
.page-id-1549 .image-text, .page-id-1549 .text-image {
	width: 100%;
	max-width: 100%;
	
	}
	
	.page-id-1549 .image-text .right-half, .page-id-1549 .text-image .left-half {
	font-size: 26px;
	line-height: 1.5em;
	}
}

@media only screen and (max-width: 1139px) {
	
	.covering {
		display: inline-block;
    position: relative;
    left: 0px;
    text-align: center;
    padding: 10px 0;
	}
	
	
	.site-header {
	    background-size: cover;
    background-position: left;
	}
	
	

}



@media only screen and (max-width: 1023px) {
	.page-id-1159 .text-image img, .page-id-1159 .image-text img, .page-id-1157 .text-image img, .page-id-1157 .image-text img , .home .text-image img, .home .image-text img , .page-id-1386 .text-image img, .page-id-1386 .image-text img , .page-id-1549 .text-image img, .page-id-1549 .image-text img, .page-id-1582 .text-image img, .page-id-1582 .image-text img, .page-id-1577 .text-image img, .page-id-1577 .image-text img  {
	    height: auto !important;
	object-fit: cover;
	}
	
	.home .text-image .mob-only, .home image-text .left-half {
		text-align: center;
	}
	
	.home .text-image .mob-only img, .home .image-text .left-half img {
		width: 100%;
	}
	
	.page-id-1972 .image-text, .page-id-1972 .text-image, .page-id-2059 .image-text, .page-id-2059 .text-image, .page-id-2208 .image-text, .page-id-2208 .text-image, .page-id-2226 .image-text, .page-id-2236 .text-image {
    width: 94%;
	margin: 3%;
}
	
		.page-id-2059 .image-text img, .page-id-2059 .text-image img  {
    object-fit: contain !important;
}
	
	
	.page-id-1157 .image-text, .page-id-1157 .text-image {
	width: 100%;
	}
	
	.page-id-1549 .image-text .left-half img, .page-id-1549 .text-image .right-half img{
	padding: 0 !important;
}
	
	.page-id-1582 .left-half,  .page-id-1577 .left-half, .page-id-1582 .right-half, .page-id-1577 .right-half{
	width: 100%;
}
	
	.page-id-1577 .image-text .left-half img, .page-id-1582 .image-text .left-half img {
    padding: 0% !important;
    margin-top: 0px !important;
}
	
	.home .image-text .right-half, .home .text-image .left-half {
    padding: 40px 10px;

}
	
	.home-slider-head {
	font-size: 32px;
	line-height: 40px !important;
}

.home-slider-sub{
		font-size: 32px;
	line-height: 40px !important;

	
}

.home-slider-text{
	font-size: 20px;
}

.home-slider-button {

    font-size: 20px !important;
	
}
	
	.other-products .image-text {
    width: 46%;
    display: inline-block !important;
    margin: 0 1.2% 20px;

}
	
		.uses-section figure {
	width: 46% !important;
    margin: 0 1.2% 20px;

}
	
	.page-id-2143 .image-text {
	display: block;
	width: auto;
	margin: 10px 10px 30px 10px;

}
	
	.home .text-image,  .home .image-text {
		margin-bottom: 0px;	
	}
	
.dark-graph {
    background-image: none !important;

}
	
	.mob-flex-img {
        display: block;
    }
	.text-image .right-half {
        display: none;
    }

}


@media only screen and (max-width: 700px) {
	
	.desk {
	display: none;
	}
	
	.mob {
	display: block;
	}
	
	#gform_submit_button_3 {
		width: 100%;
    margin-bottom: 40px;
	}
	
	#input_3_1{
		width: 100%;
	}
	
	#gform_submit_button_4 {
		width: 100%;
    margin-bottom: 40px;
	}
	
	#input_4_1{
		width: 100%;
	}
		
	.mobile-home-head {
	font-size: 40px;
	line-height: 42px !important;
	display: block;
	}

.mobile-home-sub {
	color: #84bd00;
		font-size: 40px;
	line-height: 42px !important;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;	
	}
	
	.home .grey-dot-bg {
    padding: 40px 0;
}
	
	.home .grey-dot-bg h2 {
	margin-top: 20px;
	}
	
	#slider-1-slide-3-layer-5 {
		display: none;
	}
	
	.home .hero {
    background-position: left;
	}
	.hero .wrap {
   padding: 80px 2%; 
	}
	.call {
	margin-right: 0px;
	}
	

	

	
	.services-home {
    text-align: center;
		padding-top: 20px;
		margin-top: -13px;
	}
	
		.services-home .two-thirds{
    margin-bottom: 60px;
	}
	
	.mc a {
    font-size: 18px;
	}
	
	 .pt-cv-thumbnail {
    margin-bottom: 20px!important;
	}
	
	.menu-item-1120, .menu-item-1122 {
	display: inline-block !important;
}
	
	.mba-ticker {
		display: none;
	}
	
	.left-sidebar-menu {
		display: none;
	}
	
	.main-right-content {
		width: 100%;
	}
	
	details {
		display: block;
	}
	
	.hero .wrap {
	background-image: none; 
	}
	
	.footer-widgets-3 {
    text-align: center;
	margin-bottom: 30px;
}
	
	.page-id-403 .arrow1 {
		display: none;
	}
	
		.featured-image-top-cont .wrap {
	padding: 0%;
}

.featured-image-class-2 {
	padding: 0px;
	max-width: 100%;
	width: 100%;
}

.featured-image-class-2  img{
	max-width: 100%;
	width: 100%;
	border: none;
	display: block;
}

	
}

@media screen and (max-width: 480px)  {
	.threecol .ccchildpage, .fourcol .ccchildpage {
    width: 98% !important;
	}
		
	.mob-480 {
	display: block;
	}
	
	.grey-dot-bg h2 {
    border-bottom: none;
}
	
}

@media screen and (max-width: 405px)  {
	.home h1 {
		font-size: 33px !important;
	}
}



