/*
Theme Name: Goldbelt Incorporated
Description: Genesis theme developed for Goldbelt, Inc. and it's subsidaries.
Author: Goldbelt Incorporated

Version: 4.0.0.13

Template: genesis

Text Domain: genesis-sample
*/

/* Table of Contents
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Blocks
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Column Widths and Positions
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
- Custom Styles
*/


/* HTML5 reset */
@import url("includes/css/reset.css");


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

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

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: rgba(255, 255, 255, 1.0); /* Body background color */
	color: #333; /* Body text color */
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.70;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #ee2b24;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: underline;
}

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

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 20px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 64px;
}

h2 {
	font-size: 54px;
}

h3 {
	font-size: 44px;
}

h4 {
	font-size: 34px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 18px;
}

.entry-content h3,		
.entry-content h4 {
	font-weight: 600;
}		

.entry-content h4 {
	
}

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

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

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

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

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

::-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #ee2b24; /* Form button background color */
	border: 0;
	border-radius: 5px;
	color: #fff; /* Form button text color */
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #333; /* Form button background hover color */
	border-width: 0;
	color: #fff; /* Form button text hover color */
}

.entry-content .button:focus,
.entry-content .button:hover {
	/*color: #fff;*/
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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


/* Gravity Forms */
.gform_wrapper.gform_legacy_markup_wrapper div.validation_error,
.gform_wrapper.gform_legacy_markup_wrapper.gform_validation_error,
.gform_wrapper.gform_validation_error .gform_body ul#gform_fields_1 li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
	font-size: 16px;
}

.gform_wrapper #error .validation_error{
	font-weight: bold !important;
}

.gform_wrapper .validation_error{
	background-color: #fcd9d9;
	border: 0px !important;
	border-radius: 5px;
	color: #302f2f !important;
	font-size: 16px;
	font-weight: normal !important;
	padding: 10px !important;
	text-align:left  !important;
}

.gform_wrapper .validation_list{
	color: #302f2f !important;
}

.gform_wrapper .validation_list a{
	color: #302f2f !important;
}

.gform_validation_errors{
	padding-left:16px !important;
}


.gform_wrapper.gform_validation_error .gfield{
	border: none !important;
	max-width: 100% !important;
	padding: 15px 15px !important;
}

.gform_wrapper .gfield_validation_message, 
.gform_wrapper .validation_message {
	border: 0px !important;
	font-style: italic;
}

.gform_legacy_markup_wrapper div#error:focus {
	outline: 0px;
}

.pum-content .gform_wrapper .gfield_validation_message, 
.pum-content .gform_wrapper .validation_message,
.pum-content .gform_wrapper .validation_list,
.pum-content .gform_wrapper .name_first label,
.pum-content .gform_wrapper .name_last label {
	font-weight: 400 !important;
}


/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	border-top: 1px solid #eee;
	padding: 0.5em;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

td:last-child,
th:last-child {
	padding-right: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


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

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 5% 5% 0 5%;
}

.site-inner .wrap {
	padding: 0;
}


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

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

.avatar {
	border-radius: 10%;
	float: left;
}

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

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

.comment .avatar {
	margin: 0 15px 20px 0;
}

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

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	background-color: #f8f8f8;
	border-radius: 3px;
	padding: 40px 40px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	color: #777777;
	font-size: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: right;
    max-width: 1360px;
    margin: 0 auto;
}

.breadcrumb a {
	color: #ee2b24;
	text-decoration: none;
}

.breadcrumb a:focus,
.breadcrumb a:hover {
	color: #ee2b24;
	text-decoration: underline;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

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

.after-entry .widget-title {
	font-size: 28px;
	font-weight: 600;
	text-transform: none;
}

body.archive .entry-content,
body.archive .entry-header,
body.archive .entry-footer,
body.single-post .entry-content,
body.single-post .entry-header,
body.single-post .entry-footer {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
}

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

.search-form {
	overflow: hidden;
	overflow: visible;
}

.entry-content .search-form .search-form-input {
	margin-right:20px;
	width: 33%;
}

@media screen and (max-width: 500px) {
	.entry-content .search-form .search-form-input {
		width: 100%;
	}
}

@media screen and (min-width: 501px) and (max-width: 767px) {
	.entry-content .search-form .search-form-input {
		width: 50%;
	}
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

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

.nav-secondary .search-form {
	overflow: visible;
}

.nav-secondary .search-form .fa-search {
	font-style: normal;
	-webkit-appearance: none;
}

.nav-header .search-form .fa-search {
	font-style: normal;
	-webkit-appearance: none;
}

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top:40px;
}

/* Page & Post title text */
.entry-title, .woocommerce-products-header__title.page-title {
	font-size: 42px; 
	font-weight: 800;
	margin-bottom: 10px;
	text-align: center;
	margin-top:40px;
}

error404 .entry-title {
	margin-top: 40px;
}

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

.widget-title {
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.genesis-title-hidden .site-inner {
	padding-top: 0px;
}

.page .entry-title, .woocommerce-products-header__title.page-title {
	margin-bottom: 30px;
}

h1.entry-title::after,
h1.archive-title::after,
h1.woocommerce-products-header__title.page-title::after {
	background-color: var(--goldbelt-flourish-underline-color);
    background-repeat: no-repeat;
    content: '';
    display: block;
    height: 4px;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
  	margin-bottom: 50px;
}

body.home .ugb-heading__bottom-line{
	background-color: var(--goldbelt-flourish-underline-color) !important;
}

.single-post h1.entry-title::after {
  	margin-bottom: 30px;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 50px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

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

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin: 0;
	margin-bottom: 1em;		
	padding-left: 10px;		
	padding-right: 10px;
	text-align: center;
}

/* Fix for right-floated images in body text to stop narrow text on left  */
@media screen and (max-width: 960px) {
	.goldbelt-inline-image figure {
		width: 100%;
		text-align: center;
	}
}

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

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}


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

.widget {
	background: transparent;
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul:not(.wp-block-social-links) > li:last-of-type {
	margin-bottom: 0;
}

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

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

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

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

.widget_calendar table {
	width: 100%;
}

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

.site-header .widget ul > li {
	margin-bottom: 0px;
}

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

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

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}

//Prevents underline on homepage services Learn more links. 
.service-link:hover { text-decoration: none !important; }


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

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

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


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

.site-header {
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
	border-bottom: 1px solid #dddddd;
	padding: 25px 0;
}

.site-header > .wrap {
	margin-left: auto;
	margin-right: auto;
}

.wrap {
	padding-left: 0px;
	padding-right: 0px;
}


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

.title-area {
	float: none;
	padding: 50px 0 50px 0;
	text-align: center;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 0px;
	padding-top: 0px;
	width: 100%;
	margin: 0 auto;
}

.wp-custom-logo .title-area img {
	width: auto;
	height: 100%;
}

.site-title {
	font-size: 40px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Megamenus --------------------------------------------- */
@media screen and (min-width: 960px) {
	#mega-menu-megaheader>li.mega-menu-item:not(.nodecor) > a:after  {
		background-color: rgb(211, 168, 45) !important;
		content: '';
		display: block !important;
		height: 2px;
		position: absolute;
		bottom: 14px;
		left: 0px;
		right: 0px;
		opacity: 0;
		transition: opacity 0.3s ease-in;
	}
	
	#mega-menu-megaheader>li.mega-current-menu-item>a::after,
	#mega-menu-megaheader>li.mega-current-menu-ancestor>a::after,
	#mega-menu-megaheader>li.mega-menu-item>a:hover:after,
	body.single-post #mega-menu-megaheader>li.mega-goldbelt-cpt-ancestor-post > a::after,
	body.single-team #mega-menu-megaheader>li.mega-goldbelt-cpt-ancestor-team > a::after,
	body.single-projects #mega-menu-megaheader>li.mega-goldbelt-cpt-ancestor-project > a::after {
		opacity: 1.0;
	}

	#mega-menu-megaheader>li.mega-menu-item.mega-menu-item-has-children > a:after {
		margin-right:23px;
	}

	/* no underline for nav icons */
	#mega-menu-megaheader>li.mega-menu-item.mega-hide-text:hover:after {
		display:none !important;
	}
}

/* Prevent menu wrapping at smaller widths */
@media screen and (min-width: 960px) and (max-width: 1150px) {
  #mega-menu-megaheader > li.mega-menu-item {
    margin-right:28px !important;
  }
  #mega-menu-megaafterheader > li.mega-menu-item {
    margin-right:35px !important;
  }
}

@media screen and (min-width: 960px) {
	/* align right side of all menus */
	#mega-menu-megaheader > li.mega-menu-item:last-child,
	#mega-menu-megaafterheader > li.mega-menu-item:last-child {
		margin-right:8px !important;
	}
}


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

.content {
	background-color: rgba(255, 255, 255, 0.0); /* Body content background color */
	border: 0px solid #eeeeee;
	margin-bottom: 40px;
	padding: 0px;
	width: 100%;
}

.single-projects.full-width-content .content {
	margin-bottom: 0px;
}

.single-projects .entry {
	margin-bottom: 0px;
}


/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 60px;
}

.entry-header {
	margin-top: 20px;
}

.page .entry {
	margin-bottom: 0px;
}

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

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

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


.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

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

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

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

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

p.entry-meta {
	font-size: 17px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	color: #777777;
	margin-bottom: 40px;
	text-align: center;
}

.entry-header .entry-meta .header-meta-sep {
	color: #ccc;
	padding: 0 5px;
}

.entry-header .entry-meta a {
	text-decoration: none;
}

.entry-header .entry-meta a:focus,
.entry-header .entry-meta a:hover {
	text-decoration: underline;
}

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

.entry-footer .entry-meta a {
	text-decoration: none;
}

.entry-footer .entry-meta a:focus,
.entry-footer .entry-meta a:hover {
	text-decoration: underline;
}

.entry-categories,
.entry-tags {
	display: block;
}

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

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

.pagination {
	clear: both;
	margin: 60px 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	border-radius: 3px;
	color: orange;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 10px 15px;
	text-decoration: none;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #f8f8f8;
	margin-bottom: 40px;
	padding: 40px;
}

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

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

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

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

.comment-header p {
	margin-bottom: 0;
}

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

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

.entry-comments h3,
.entry-pings h3,
.comment-respond h3 {
	font-size: 28px;
}


/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	margin-top: 35px;
}

.sidebar .widget {
	background-color: #f3f3f3;
	border-radius: 3px;
	margin-bottom: 50px;
	padding: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

.sidebar .current-menu-item {
	font-weight:bold;
}

.sidebar .menu a:focus {
	outline:0px;
}


/* Footer Blocks
---------------------------------------------------------------------------- */

.footer-blocks {
	clear: both;
	padding: 0px;
}

.footer-blocks .ugb-main-block {
	margin-bottom: 0px!important;
}

.footer-blocks .widget-wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-blocks .widget {
	margin-bottom: 0px;
}

/* Footer blocks alignment tweak */
@media screen and (min-width: 600px) and (max-width: 768px) {
	.ugb-63d6ae1-column-wrapper {
		display:block;
		width:260px;
	}
}


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

.footer-widgets {
	background-color: #221F20 !important;
	border-top: 0px solid #eee;
	color: #ffffff;
	clear: both;
	padding: 100px 5%;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets .widget-title {
	color: #ffffff;
	font-size: 24px;
	border-bottom: 1px solid #6188c0;
	padding-bottom: 20px;
}

.footer-widgets i {
	color: #cdd9eb;
	padding-right: 10px;
}

.footer-widgets a {
	color: #fae165;
	text-decoration: none;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	color: #fae165;
	text-decoration: underline;
}


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

.site-footer {
	background-color: rgba(255, 255, 255, 0.0)!important; 
	border-top: 0px solid #eee;
	color: #777777;
	font-size: 17px;
	line-height: 1.5;
	padding: 10px 5%;
	text-align: center;
}

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

.site-footer a {
	color: #777777;
	text-decoration: none;
}

.site-footer a:focus,
.site-footer a:hover {
	color: #777777;
	text-decoration: underline;
}

.site-footer .footer-bullet {
	color: #bbbbbb;
	font-size: 14px;
	padding: 0 5px;
	position: relative;
	top: -1px;
}

.site-footer .creds img {
	margin: 0 1px 0 0px;
	opacity: 0.4;
	position: relative;
	top: 5px;
}

.site-footer .creds a:hover img {
	opacity: 0.3;
}

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

.site-footer .gototop {
	position: fixed;
	z-index: 9999;
	right: 5%;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}

.site-footer .gototop a {
	background: #9c9c9c;
	border-radius: 5px 5px 0 0;
	display: block;
	height: 50px;
	text-align: center;
	width: 52px;	
}

.site-footer .gototop a span {
	display: inline-block;
	text-indent: -9999px;
}

.site-footer .gototop a:hover,
.site-footer .gototop a:focus {
	background: #333;
}

.site-footer .gototop a:before {
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
	content: " ";
	display: block;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	-webkit-mask-image: url(images/chevron-up.svg);
	mask-image: url(images/chevron-up.svg);
}

.scroll .gototop {
	opacity: 1;
}


/* Search results 
---------------------------------------------------------------------------- */

.archive-description h1 {
	margin-bottom: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 36px;
}


@media only screen and (max-width: 1499px) {
	.archive-description {
		padding: 24px 48px;
	}
	
	.archive-description h1 {
		font-size: 24px;
	}
}

.search article.entry {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
	padding: 50px 0px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0px;
}

.search article.entry:last-child {
	border-bottom: none;
}

.search .entry-image-link {
	display: block;
	width: 48%;
}

.search .entry-image-link img {
	margin: 0px;
}

.search .archive-entry-text-wrapper {
	margin-left: 2%;
	width: 48%;
}

.search .archive-entry-text-fullwidth {
	width: 100%;
	margin-left: 0px;
}

.search .entry-header {
	margin-top: 0px;
	text-align: left;
}

.search .entry-header .entry-meta {
	text-align: left;
	margin-bottom: 0px;
}

.search .page .entry-title {
	margin-bottom: 0px;
}

.search .entry-title {
	font-size: 24px;
	text-align: left;
	text-transform: uppercase;
}

.search .entry-content {
	font-weight: 300;
}

.search .entry-content p:last-child {
	margin-bottom: 0px;
}	

@media only screen and (max-width: 959px) {
   .search .entry-image-link {
		width: 100%;
	}
	
	.search .entry-header {
		margin-top: 20px;
	}
	
	.search .archive-entry-text-wrapper {
		width: 100%;
		margin-left: 0px;
	}
}


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

@media only screen and (min-width: 360px) {

	table {
		table-layout: auto;
		word-break: normal;
	}
}

/* Mobile tweaks */
@media only screen and (max-width: 768px) {
	h1 {
		font-size: 34px !important;
	}

	h2 {
		font-size: 30px !important;
	}

	h3 {
		font-size: 28px !important;	
	}
}

@media screen and (min-width: 360px) and (max-width: 959px) {

	.site-header .wrap {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.title-area {
		text-align: center;
	}
}

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

	/* Transparent Header on Home Page
	---------------------------------------------

	.home.genesis-title-hidden .site-inner {
		padding-top: 0px;
		margin-top: -140px;
	}

	.home.genesis-title-hidden .site-header {
		background: rgba(255, 255, 255, .25);
		border-bottom: none;
	}

	--------------------------------------------- */


	/* Site Header
	--------------------------------------------- */
	
	.site-header {
		border-bottom: 1px solid #dddddd;
		min-height: 140px; /* Minimum Header Height */
		padding-left: 5%;
		padding-right: 5%;
		position: -webkit-sticky; /* Remove if no sticky */
		position: sticky; /* Remove if no sticky */
		top: 50px; /* Space above Header */
		width: 100%;
		z-index: 9999;
	}
	
	.site-header > .wrap {
		max-width: 1360px;
	}
	
	.wrap {
		max-width: 1360px;
		margin: 0 auto;
	}
	
	.site-header .widget-area {
		float: right;
		padding-top: 42px;
		width: auto;
	}
	
	.title-area {
		float: left;
		padding: 50px 0 50px 0;
	}
		
	/* Wrapper for menus and site-header */
	.header-wrapper {
		position: sticky;
		top: 0;
		z-index: 1000;
	}

	.admin-bar .header-wrapper {
		top:32px;
	}


	/* Site-Inner
	--------------------------------------------- */
	
	.site-inner {
		max-width: 100%;
		/*padding: 20px 5% 100px 5%;*/
		padding: 20px 5% 0px 5%;
	}
	
	.home .site-inner {
		max-width: 100%;
		padding: 0px 5% 0px 5%;
	}

	/* Content & Sidebars
	--------------------------------------------- */
	body.content-sidebar .content-sidebar-wrap,
	body.sidebar-content .content-sidebar-wrap {
		display: flex;
		gap: 50px;
	}

	body.content-sidebar .content-sidebar-wrap .content,
	body.sidebar-content .content-sidebar-wrap .content {
		flex: 3;
	}

	.content-sidebar-wrap .sidebar{
		/* 1.054fr = sidebar max width=340px when container is 1360px */
		flex: 1.054;
		min-width: 275px;
		max-width: 340px;
	}

	body.sidebar-content .content-sidebar-wrap .content{
		order: 2;
	}


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

	.entry-header {
		margin-top: 20px;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

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

	.after-entry {
		padding: 40px 40px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

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

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}
	
	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		max-width: 1360px;
		padding: 0;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.footer-widget-area {
		flex: 1;
		float: left;
		margin-bottom: 0;
		padding-right: 50px;
	}
	
	.footer-widget-area:last-child {
		padding-right: 0px;
	}
	
	/* Admin Bar
	--------------------------------------------- */
	
	.admin-bar .nav-secondary {
		/*top: 32px;*/
	}
	
	.admin-bar .header-wrapper {
		/*top: 32px;*/ /* 82px using top nav, 32px if not using top nav */
	}

	/* Mega Menu
	--------------------------------------------- */	
	
	.site-header .nav-megaheader {
		float: right;
		width: auto;
	}
}


/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

/* # Page Header
---------------------------------------------------------------------------- */

.page-header {
	position: relative;
}

/* Page Header Hero Image
--------------------------------------------- */
	
.page-header .page-hero-image {
    position: relative;
}

.page-header .page-hero-image:before {
	background-color: rgba(0, 0, 0, .00);
	content: '';
	display: block;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.page-header .page-hero-image img {
    vertical-align: top;
	width: 100%;
}

/* Page Hero Slider
--------------------------------------------- */

.page-header .page-hero-slider {

}


/* WP Grid Builder MAP Facet 
---------------------------------------------------------------------------- */

.gm-style-iw {
	max-width: 100% !important;
	width: 500px !important;
}

.gbmap-marker-wrapper {
	display: flex;
}

.gbmap-marker-contents-left {
	display: inline-block;
	width: 33%;
}

.gbmap-marker-contents-left img {
	max-width: 100%;
}

.gbmap-marker-contents-right {
	display: inline-block;
	padding-left: 10px;
	width: 65%;
}

.gbmap-marker-contents-right h6 {
	font-family: AvianoSansRegular, Montserrat, sans-serif;
	margin-bottom: 10px;
}
.gbmap-marker-contents-right a.ugb-button {
	background-color: #355989;
	color: white;
}

.gbmap-marker-contents-right a.ugb-button:hover {
	background-color: #f0b350;
	color: white;
}

.wpgb-map-facet button.gm-ui-hover-effect>span {
	margin:0px !important;
	margin-left:1px !important;
}


@media only screen and (max-width: 767px) {
	.gm-style-iw {
		width: 300px !important;
	}
}

/* Project Testimonial
--------------------------------------------- */

.pcpt-testimonial-wrap {
	background-color: rgba(234, 234, 234, 1.00);
/*	background-image: url(/wp-content/uploads/back2.jpg); */
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
	opacity: 1.00;
    position: relative;
	padding: 7% 5% 7% 5%;
	z-index: 0;
}

.pcpt-testimonial-wrap:after {
	background-color: rgba(234, 234, 234, 0.94);
	content: '';
	display: block;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;	
}

.pcpt-testimonial {
	color: #222;
	max-width: 1020px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	z-index: 2;
}

.pcpt-testimonial h3 {
	color: #222;
	font-size: 34px;
	margin-bottom: 40px;
	text-transform: uppercase;
	text-align: center;
}

.pcpt-testimonial h3::after {
	background-color: var(--goldbelt-flourish-underline-color);
	content: ' ';
	display: block;
	height: 3px;
	margin: 12px auto;
	width: 100px;	
}

.pcpt-testimonial p {
	color: #222;
}


/* Gridbuilder Modifications
---------------------------------------------------------------------------- */

/* Search box styling */
.entry-content .wpgb-search-facet .wpgb-input {
	border-radius: 3px !important;
	border: 1px solid #dedede;
	border-width: 1px !important;
}

/* Facet button animated underlines */
.entry-content .wpgb-facet ul.wpgb-inline-list .wpgb-button {
	background-color: transparent;
	border:none;
	border-bottom: none !important;
	border-radius:0px;
	color: black;
	margin-right:20px;
	padding-left:0px !important;
	padding-right:0px !important;
}

.entry-content .wpgb-facet ul.wpgb-inline-list .wpgb-button:after {
	content: "";
	transition: .35s all ease;
	backface-visibility: hidden;
	position: absolute;
	left: 50%;
	height: 2px;
	width: 0;
	background-color: var(--goldbelt-menu-underline-color);
	bottom: 0;
	transform: translateX(-50%);
}

.entry-content .wpgb-facet ul.wpgb-inline-list .wpgb-button[aria-pressed="true"]:after,
.entry-content .wpgb-facet ul.wpgb-inline-list .wpgb-button:hover:after {
	width:100%;
}

.entry-content .wpgb-facet ul.wpgb-inline-list .wpgb-button .wpgb-button-label {
	font-size: 18px !important;
	padding:0px;
}

.entry-content .wpgb-facet ul.wpgb-inline-list .wpgb-button[aria-pressed="true"],
.entry-content .wpgb-facet ul.wpgb-inline-list .wpgb-button:hover {
	background-color: transparent;
	border-bottom: none !important;
	color: black;
}
/* END: Facet button underlines */

/* Facet Button styling */
.entry-content .wpgb-facet ul .wpgb-button {
	background-color: #ffffff;
	border: 1px solid #444444;
	border-color: #aaaaaa;
	color: #444444;
}

.entry-content .wpgb-facet .wpgb-button[aria-pressed="true"] {
	background-color: #3866b2;
	border-color: #3866b2;
	color: #ffffff;
}

.wpgb-facet ul .wpgb-button {
	outline: none !important;
}

@media screen and (max-width: 767px) {
	/* At mobile reduce vertical spacing between facets */
	.wpgb-facet>fieldset:last-child {
		margin-bottom: 0px !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1050px) {
	/* WPGB Cards inside Stackable 3-col blocks */
	.ugb-columns--columns-3 .wpgb-card-body h3 {
		font-size: 22px !important;
	}
}


/* WPGB: Search box + Facets - Centered & wraps to 2 lines
---------------------------------------------------------------------------- */
#goldbelt-facets-wrapper1 {
	text-align: center;
	margin-top: 0px !important;
	margin-bottom: 20px !important;
}

#goldbelt-facets-wrapper1 .ugb-container__wrapper {
	padding-top: 0px;
	padding-bottom: 0px;
}

#goldbelt-facets-wrapper1 .wpgb-facet {
	display: inline-block;
}

#goldbelt-facets-wrapper1 .wpgb-facet>fieldset:last-child {
	margin-bottom: 20px !important;
}

/* Category links */
#goldbelt-facets-wrapper1 .wpgb-inline-list {
	justify-content: center;
}

/* Search box */
#goldbelt-facets-wrapper1 .wpgb-facet-2 {
	width: 220px;
	margin-right: 28px;
}

#goldbelt-facets-wrapper1 .wpgb-facet-2 .wpgb-input {
	border-color: #a9a9a9;
}

/* Make search box wider when wrapping */
#goldbelt-facets-wrapper1.jq_is_wrapping .wpgb-facet-2 {
	width: 320px;
	margin-right: 0px;
}

@media screen and (max-width: 599px) {
	/* Make search box full width at mobile */
	#goldbelt-facets-wrapper1.jq_is_wrapping .wpgb-facet-2 {
		width: 100%;
	}
}


/* Stackable Tweaks
--------------------------------------------------------------*/
/* Stackable 4-col "Image Box" */
.ugb-image-box.ugb-image-box--v4.ugb-image-box--columns-4 .ugb-block-content {
    grid-gap: 30px !important;
}
.ugb-image-box.ugb-image-box--v4.ugb-image-box--columns-4 .ugb-image-box__item .ugb-image-box__header {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

@media screen and (max-width: 599px) {
    /* Stackable Card 3-col and 2-col layouts */
    .ugb-card--v2.ugb-card--columns-3 .ugb-block-content,
    .ugb-card--v2.ugb-card--columns-2 .ugb-block-content {
        grid-gap: 30px !important;
    }

	/* Stackable single  "Horizontal layout" card */
	.ugb-card.ugb-card--v2.ugb-card--design-horizontal.ugb-card--columns-1 .ugb-card__content {
		padding: 30px 15px;
	}
	
	.ugb-card.ugb-card--v2.ugb-card--design-horizontal.ugb-card--columns-1 .ugb-card__item .ugb-card__title {
		font-size: 30px !important;
	}

	/* Stackable 4-col Image Box */
	.ugb-image-box.ugb-image-box--v4 .ugb-image-box__title {
		font-size: 30px !important;
	}
}

@media only screen and (min-width:600px) and (max-width:960px) {
	/* Stackable Card 3-col and 2-col layouts */
	.ugb-card--v2.ugb-card--columns-3 .ugb-block-content,
	.ugb-card--v2.ugb-card--columns-2 .ugb-block-content {
		grid-gap: 20px !important;
	}
	
	.ugb-card--v2.ugb-card--columns-3 .ugb-card__content,
	.ugb-card--v2.ugb-card--columns-2 .ugb-card__content {
		padding: 20px 10px !important;
		word-wrap: normal;
	}
	
	.ugb-card--v2.ugb-card--columns-3 .ugb-card__content .ugb-button,
	.ugb-card--v2.ugb-card--columns-2 .ugb-card__content .ugb-button {
		padding: 8px 15px;
	}

	/* Stackable "Image Box" */
	.ugb-image-box.ugb-image-box--v4 .ugb-image-box__item {
		padding: 35px 5px !important;
	}
}

@media only screen and (min-width:600px) and (max-width:750px) {
	/* Stackable Card 3-col and 2-col layouts */
	.ugb-card--v2.ugb-card--columns-3 .ugb-card__content .ugb-card__title,
	.ugb-card--v2.ugb-card--columns-2 .ugb-card__content .ugb-card__title {
		font-size: 18px !important;
        font-weight: 700;
	}

    .ugb-card--v2.ugb-card--columns-3 .ugb-card__content .ugb-card__description,
    .ugb-card--v2.ugb-card--columns-2 .ugb-card__content .ugb-card__description {
        font-size: 15px !important;
    }

    /* Stackable 3-col "Image Box" */
	.ugb-image-box.ugb-image-box--v4 .ugb-image-box__title {
		font-size: 16px !important;
	}

}

@media only screen and (min-width:751px) and (max-width:960px) {
	/* Stackable Card 3-col and 2-col layouts */
	.ugb-card--v2.ugb-card--columns-3 .ugb-card__content .ugb-card__title,
	.ugb-card--v2.ugb-card--columns-2 .ugb-card__content .ugb-card__title {
		font-size: 20px !important;
	}

	/* Stackable 3-col "Image Box" */
	.ugb-image-box.ugb-image-box--v4 .ugb-image-box__title {
		font-size: 26px !important;
	}
}

/* Stackable  "Horizontal layout" card:
Tweak to make image full bleed when image is at top */
@media only screen and (max-width:960px) {
	.ugb-card.ugb-card--v2.ugb-card--design-horizontal.ugb-card--columns-1 .ugb-card__item {
		flex-direction: column;
	}
	
	.ugb-card.ugb-card--v2.ugb-card--design-horizontal.ugb-card--columns-1 .ugb-card__image {
		height: 60vw;
		width: auto !important;
	}
}

/* Stackable Misc Tweaks */
.ugb-accordion.ugb-accordion--v2 .ugb-accordion__heading:focus {
	outline: 0px !important;
	outline-width: 0px !important;
}

/* Calendar 3-col block */
@media screen and (max-width: 820px) {
	.ugb-columns.ugb-columns.ugb-columns.ugb-columns>.ugb-inner-block>.ugb-block-content>.ugb-columns__item.ugb-6ee2b86-content-wrapper {
		grid-auto-flow: row;
		grid-template-columns: 1fr!important;
		grid-template-areas: inherit!important;
	}
}


/* WP Gridbuilder tweaks
---------------------------------------------------------------------------- */
@media screen and (min-width: 600px) and (max-width: 1200px) {
	/*  Grid tweaks */
	.wp-grid-builder .wpgb-card .wpgb-card-wrapper .wpgb-card-body {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 768px) {
	/* WPGB Carousels - remove dots at mobile */
	.wp-grid-builder .wpgb-page-dots {
		display: none;
	}
}




/* Footer: responsive columns */
@media screen and (min-width: 600px) and (max-width: 1023px) {
	.ugb-73f92e5.ugb-columns--columns-4 > .ugb-inner-block > .ugb-block-content > .ugb-columns__item {
		grid-template-columns: 0.8fr 0.8fr !important;
		grid-auto-flow: row;
		justify-items: center;
	}
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
	.ugb-columns.ugb-73f92e5.ugb-columns--columns-4>.ugb-inner-block>.ugb-block-content>.ugb-columns__item>.ugb-column {
		width: auto;
		min-width: 250px;
	}
}


/* Fontawesome tweaks required after Fontawesome plugin removal 
* Icons inserted via html code (vs via Stackable)  use Megamenu's incomplete "Fontawesome 5 Free" css
* fas = solid | fab = brands | far = regular
* https://fontawesome.com/v5.15/icons?d=gallery&p=2&m=free
*/

.fas:before{
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
}
.fab:before{
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
}
.far:before{
	font-family: 'Font Awesome 5 Regular';
	font-style: normal;
}

.fas.fa-lg,
.fab.fa-lg,
.far.fa-lg {
	font-size: 1.5em;
}


/* Google map iframes
---------------------------------------------------------------------------- */
.goldbelt-map-wrapper{
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: unset;
	margin-bottom: -110px;
}
@media screen and (max-width: 960px) {
	.goldbelt-map-wrapper {
		margin-bottom: -50px;
	}
}


/* Stackable v3 tweaks for widths ----------------------------------------  */
.stk-block.alignfull {
	width: unset !important;
}
:root {
    --stk-block-width-wide-detected: 1360px !important;
}
/* ------------------------------------------------------------------------ */


/* Popup tweaks */
@media screen and (max-width: 500px) {
	/* Team member > Contact form */
	#popmake-1053  .pum-content.popmake-content>div {
		padding-left:25px !important;
		padding-right:25px !important;
	}
}


/* Header / nav shrink / transparent / flexbox / etc 
------------------------------------------------*/

.nav-megabeforeheader{
	position:relative;
	z-index:2000;
}

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

	header.site-header .wrap{
		display:flex;
		justify-content:space-between;
		align-items:center;
	  
	}

	header.site-header{
	  min-height:unset;
	  
	}


	.site-header .wrap::before,
	.site-header .wrap::after
	{
	  content:none !important;
	  
	}

	.title-area,
	.nav-megaheader
	{
	  float:none !important;
	  margin:0px !important;
	  
	}

	#mega-menu-wrap-megaheader #mega-menu-megaheader {
	  padding:0px;
	}

	header.site-header .title-area{
	  transition: 0.5s;
      z-index: 10;
	  height:100px; 
	}

	header.site-header.stuck .title-area{
		 height:70px;
	}


	.title-area img {
		height: 100%;
	}

}

@media screen and (min-width: 960px) and (max-width: 1300px) {
	.wp-custom-logo .site-header .title-area {
		height:90px;
		max-width: unset !important; 
		width:auto  !important;
	}

	header.site-header.stuck .title-area{
		 height:90px;
	}
}
/* ------------------------------------------------ */

/* WooCommerce Tweaks
------------------------------------------------*/

.woocommerce-result-count { display: none; }
.woocommerce .woocommerce-ordering { display: none; }
/* ------------------------------------------------*/
