/*
	Theme Name: HJS Blocks
	Theme URI: https://hirejordansmith.com/
	Description: This is the HJS Blocks theme created for the Genesis Framework.
	Author: Hire Jordan Smith
	Author URI: https://hirejordansmith.com

	Version: 2.3.1

	Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.3.0

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

	Text Domain: hjs-blocks
*/

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

/* ## Baseline Normalize
--------------------------------------------- */

/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0;
	overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

progress {
	vertical-align: baseline
}

template,
[hidden] {
	display: none
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:active,
a:hover {
	outline-width: 0
}

abbr[title] {
	border-bottom: none;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit
}

b,
strong {
	font-weight: bolder
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	margin: 0
}

optgroup {
	font-weight: bold
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

textarea {
	overflow: auto
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

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

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

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* ## 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,
.widget::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,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}

.clear {
	clear: both;
}

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

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

html {
	font-size: 62.5%;
	/* 10px browser default */
}

.sticky {}

.bypostauthor {}

/* Chrome fix */

body {
	opacity: 1;
	transition: 1s opacity;
}

body.fade-out {
	opacity: 0;
	transition: none;
}

body>div {
	font-size: 18px;
	font-size: 1.8rem;
}

body {
	color: #000;
	font-family: 'Manrope', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 500;
	line-height: 1.75;
	margin: 0;
}

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

a {
	color: #d8283c;
	text-decoration: underline;
	cursor: pointer;
}

a:focus,
a:hover {
	color: #000;
	text-decoration: none;
}

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

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

li {
	list-style-type: none;
}

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

b,
strong {
	font-weight: 700;
}

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

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

blockquote {
	margin: 30px;
	border-left: 3px solid #d8283c;
	padding-left: 20px;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.4;
	font-family: "Manrope", serif;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
div.pum-container .pum-title {
	font-family: 'Manrope', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
	word-wrap: initial;
	color: #000;
}

h1 {
	font-size: 40px;
	font-size: 4rem;
}

h2 {
	font-size: 38px;
	font-size: 3.8rem;
}

h3 {
	font-size: 28px;
	font-size: 2.8rem;
}

h4 {
	font-size: 24px;
	font-size: 2.4rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

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

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

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 20px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.embed-container .play-icon {
	cursor: pointer;
	background: url(images/video-play-sprite-100.png) no-repeat 0 10px;
	width: 100px;
	height: 100px;
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.embed-container .play-icon:hover {
	background-position: 0 -230px;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery img {
	border: 1px solid transparent;
	height: auto;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #fff;
}

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

input,
select,
textarea,
div.gform_wrapper textarea.small,
div.gform_wrapper textarea.medium,
div.gform_wrapper textarea.large,
div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #000;
	font-weight: 400;
	padding: 10px 15px;
	width: 100%;
	margin-top: 0;
}

input:focus,
textarea:focus,
select:focus {
	border-color: #d8283c !important;
	outline: none;
}

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

::-moz-placeholder {
	color: #000;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #000;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.cards-wrap a.more-link,
.tribe-events-button,
.tribe-events-list .tribe-events-loop .tribe-events-content a.more-link,
body .xoo-wsc-footer a.xoo-wsc-ft-btn {
	font-family: 'Manrope', sans-serif;
	background-color: #d8283c;
	border: 2px solid #d8283c;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	padding: 13px 25px;
	text-decoration: none;
	white-space: normal;
	width: auto;
	border-radius: 3px;
	/*text-transform: uppercase;*/
	line-height: 1;
	letter-spacing: 1px;
	display: inline-block;
}

div.gform_wrapper input.gf_coupon_code,
.gform_wrapper input#gf_coupon_button.button {
	width: auto !important;
}

body .xoo-wsc-footer a.xoo-wsc-ft-btn {
	width: 100%;
}

.button.primary {
	background: #d8283c;
	border-color: #d8283c;
}

.button.primary-alt {
	color: #d8283c;
	border-color: #d8283c;
	background: none;
}

.button.secondary {
	background: #1e4699;
	border-color: #1e4699;
}

.button.secondary-alt {
	color: #1e4699;
	border-color: #1e4699;
	background: none;
}

.button.white {
	color: #222;
	border-color: #fff;
	background: #fff;
}

.button.white-alt {
	color: #fff;
	border-color: #fff;
	background: none;
}

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,
.button:focus,
.button:hover,
.cards-wrap a.more-link:focus,
.cards-wrap a.more-link:hover,
.cards-wrap .entry-content p a.more-link:not(.button):focus,
.cards-wrap .entry-content p a.more-link:not(.button):hover,
.tribe-events-button:hover,
.tribe-events-button:focus,
.tribe-events-list .tribe-events-loop .tribe-events-content a.more-link:hover,
.tribe-events-list .tribe-events-loop .tribe-events-content a.more-link:focus,
body .xoo-wsc-footer a.xoo-wsc-ft-btn:hover,
body .xoo-wsc-footer a.xoo-wsc-ft-btn:focus {
	background-color: #BF2436;
	border: 2px solid #BF2436;
	color: #fff;
}

.button.primary-alt:hover,
.button.primary-alt:focus {
	color: #fff;
	border-color: #d8283c;
	background: #d8283c;
}

.button.secondary:hover,
.button.secondary:focus {
	color: #fff;
	border-color: #193B80;
	background: #193B80;
}

.button.secondary-alt:hover,
.button.secondary-alt:focus {
	color: #fff;
	border-color: #1e4699;
	background: #1e4699;
}

.button.white:hover,
.button.white:focus,
.button.white-alt:hover,
.button.white-alt:focus {
	color: #222;
	border-color: #eee;
	background: #eee;
}

.button-wrap {
	margin-bottom: 40px;
	margin-top: 30px;
	clear: both;
	display: inline-block;
}

.button-wrap:last-child {
	margin-bottom: 0;
}

.button-wrap.center {
	text-align: center;
}

.button-wrap.right {
	text-align: right;
}

.button-wrap:last-child a.button {
	margin-bottom: 0;
}

.tribe-events-button {
	margin-right: 10px;
}

.entry-content p a:not(.button),
.entry-comments-link a:not(.button),
.entry-categories a,
.logged-in-as a,
.posted_in a,
a.woocommerce-review-link,
.view-cat a,
.hjs-section .card p a:not(.button),
.hjs-section .content-wrap p a:not(.button),
.hjs-section .title-content-wrap p a:not(.button),
.hjs-section .section-description a:not(.button),
.hjs-section .title-wrap a:not(.button),
.hjs-section .section-bottom-content a:not(.button),
.widget ul>li.cat-item a:not(.button),
.sidebar ul li a:not(.button) {
	text-decoration: none;
	color: #000;
	-webkit-box-shadow: inset 0 -2px 0 #d8283c;
	box-shadow: inset 0 -2px 0 #d8283c;
	line-height: 1.2;
}

.hjs-section.light .card p a:not(.button):not(.read-more),
.hjs-section.light .content-wrap p a:not(.button),
.hjs-section.light .title-content-wrap p a:not(.button),
.hjs-section.light .section-description a:not(.button),
.hjs-section.light .title-wrap a:not(.button),
.hjs-section.light .section-bottom-content a:not(.button) {
	color: #fff;
}

.entry-comments-link a,
.entry-categories a,
.logged-in-as a,
.posted_in a,
a.woocommerce-review-link,
.view-cat a,
.hjs-section .card p a:not(.button),
.hjs-section .content-wrap p a:not(.button),
.hjs-section .title-content-wrap p a:not(.button),
.hjs-section .section-description a:not(.button),
.hjs-section .title-wrap a:not(.button),
.hjs-section .section-bottom-content a:not(.button),
.widget ul>li.cat-item a:not(.button),
.sidebar ul li a:not(.button) {
	-webkit-box-shadow: inset 0 -2px 0 #d8283c;
	box-shadow: inset 0 -2px 0 #d8283c;
}

.entry-content p a:not(.button):hover,
.entry-content p a:not(.button):focus,
.entry-comments-link a:hover,
.entry-comments-link a:focus,
.entry-categories a:hover,
.entry-categories a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.posted_in a:hover,
.posted_in a:focus,
a.woocommerce-review-link:hover,
a.woocommerce-review-link:focus,
.view-cat a:hover,
.view-cat a:focus,
.hjs-section .card p a:not(.button):hover,
.hjs-section .card p a:not(.button):focus,
.hjs-section .content-wrap p a:not(.button):hover,
.hjs-section .content-wrap p a:not(.button):focus,
.hjs-section .title-content-wrap p a:not(.button):hover,
.hjs-section .title-content-wrap p a:not(.button):focus,
.hjs-section .section-description a:not(.button):hover,
.hjs-section .section-description a:not(.button):focus,
.hjs-section .title-wrap a:not(.button):hover,
.hjs-section .title-wrap a:not(.button):focus,
.hjs-section .section-bottom-content a:not(.button):hover,
.hjs-section .section-bottom-content a:not(.button):focus,
.widget ul>li.cat-item a:not(.button):hover,
.widget ul>li.cat-item a:not(.button):focus,
.sidebar ul li a:not(.button):hover,
.sidebar ul li a:not(.button):focus {
	color: #d8283c;
	border-bottom: none;
	-webkit-transition: background-color 350ms ease-out;
	transition: background-color 350ms ease-out;
	outline: none;
}

.entry-content a.image-link {
	display: block;
	box-shadow: none;
}

.entry-content a.image-link:hover,
.entry-content a.image-link:focus {
	background: none;
	padding: 0;
}

.entry-author a {
	color: #000;
	text-decoration: none;
}

.entry .post-featured-image,
.entry .embed-container.featured {
	margin-bottom: 30px;
}
.entry .post-featured-image img {
	display: block;
	width: 100%;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

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

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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 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,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.more-link {
	position: relative;
}

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

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

.content-sidebar-wrap,
.wrap,
main.tribe-events-pg-template,
main#tribe-events-pg-template {
	margin: 0 auto;
	max-width: 1350px;
}

.content-sidebar-wrap,
main#tribe-events-pg-template {
	display: table;
	width: 100%;
	table-layout: fixed;
	padding-top: 40px;
	padding-bottom: 40px;
}

.remove-top-padding .content-sidebar-wrap {
	padding-top: 0;
}
.remove-bottom-padding .content-sidebar-wrap {
	padding-bottom: 0;
}
.remove-bottom-padding .content-sidebar-wrap .sidebar {
	padding-bottom: 30px;
}

main.tribe-events-pg-template,
main#tribe-events-pg-template {
	/* margin-bottom: 50px; */
}

.site-inner {
	clear: both;
	word-wrap: break-word;
	background: #f9f9f9;
}

.landing-page .site-inner {
	max-width: 800px;
}

/* ## 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: 1060px;
}

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

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

/* ### Content */

.content,
.event-content {
	float: right;
	width: 71%;
}

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

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

/* ### Primary Sidebar */

.sidebar-primary,
.event-sidebar {
	float: right;
	width: 25%;
}

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

.sidebar-primary .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
}

.sidebar-primary .gform_wrapper ul.gform_fields li.gfield:first-child {
	margin-top: 0;
}

/* ### Secondary Sidebar */

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

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

/* Column Classes
*
* Width: 1350px
* Gutter: 30px
* Link: http://www.billerickson.net/column-class-generator/
--------------------------------------------- */

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

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

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

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

.one-fourth {
	width: 23.3333333333%;
}

.three-fourths {
	width: 74.4444444444%;
}

.one-fifth {
	width: 18.2222222222%;
}

.two-fifths {
	width: 38.6666666667%;
}

.three-fifths {
	width: 59.1111111111%;
}

.four-fifths {
	width: 79.5555555556%;
}

.one-sixth {
	width: 14.8148148148%;
}

.five-sixths {
	width: 82.962962963%;
}

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

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

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

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

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

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

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

/* ## Genesis

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

.breadcrumb {
	background-color: #ededf2;
	border-bottom: none;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
	padding: 12px 0;
	z-index: 200;
	position: relative;
}

.breadcrumb svg {
	margin: 0 5px;
}

.breadcrumb a {
	text-decoration: none;
	color: #000000;
	-webkit-box-shadow: inset 0 -2px 0 #d8283c;
	box-shadow: inset 0 -2px 0 #d8283c;
	line-height: 1.2;
	display: inline-block;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
	color: #d8283c;
	padding-top: 2px;
	padding-bottom: 0;
	border-bottom: none;
	-webkit-transition: background-color 350ms ease-out;
	transition: background-color 350ms ease-out;
	outline: none;
}

.breadcrumb .fa {
	margin: 0 10px;
}

.after-entry,
.archive-description,
.author-box {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 30px;
}

/* .archive-description {
	display: none;
} */

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

.term-description {
	margin-bottom: 25px;
}

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

.search-form {
	overflow: hidden;
}

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

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

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

.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-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title,
.archive-title {
	font-size: 36px;
	font-size: 3.6rem;
}

/* h2.entry-title {
	margin-bottom: 0;
} */

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

.entry-title a:focus,
.entry-title a:hover {
	color: #d8283c;
}

.widget-title {
	font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1px;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

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

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

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

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	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 28px;
}

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

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

.widget p:last-child,
.widget ul>li:last-of-type,
.widget-area .widget: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 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

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

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

.featured-content .entry {
	background: none;
	padding: 0;
}

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

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

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

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

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #000;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #000;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #d8283c;
	color: #fff;
}

.sidebar .enews-widget input[type="submit"]:focus,
.sidebar .enews-widget input[type="submit"]:hover {
	background-color: #fff;
	color: #000;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

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

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

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

#wpstats {
	display: none;
}

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

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

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

/* Display outline on focus */

:focus {
	color: #000;
	outline: #ccc solid 1px;
}

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

.site-header {
	padding: 55px 0 15px;
}
.home.header-banner .site-header{
	position: absolute;
	z-index: 991;
	width:100%;
}

.site-header .nav-primary .fa,
.nav-primary .fa {
	position: relative;
	top: -3px;
	margin-left: 2px;
	font-size: 10px;
}

.site-header .nav-primary .fa,
.nav-primary .fa {
	font-size: 16px;
	font-size: 1.6rem;
	top: -2px;
}

.site-header.scrolling {
	transition: .5s;
	height: auto;
	position: fixed;
	width: 100%;
	z-index: 9999;
}

.site-header.scrolling .nav-primary {
	transition: .5s;
}

.top-bar-full {
    background: #d8283c;
    color: #fff;
    padding: 8px 0;
    text-align: center;
    margin: 0;
}
.top-bar-full a {
	color: #fff;
}
.top-bar-full span.link {
	text-decoration: underline;
	cursor: pointer;
}
.top-bar-full span.link:hover,
.top-bar-full span.link:focus {
	text-decoration: none;
}
.top-bar-full .widget {
	margin: 0;
}
span.dashed,
.top-bar-full span.dashed {
    font-size: 15px;
    border: 1px dashed #fff;
    padding: 6px 10px;
    border-radius: 4px;
}

.top-bar {
	background: rgba(0,0,0,.3);
	padding: 8px 0;
	color: #fff;
	position: absolute;
	width: 100%;
	z-index: 999;
}

.top-bar a:hover {
	color: #d8283c;
}

.top-bar .widget {
	width: auto;
	margin: 0;
}

.top-bar-left {
	float: left;
}

.top-bar-left ul li {
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 0;
}
.top-bar-left ul li:last-of-type {
	margin-right: 0;
}

.top-bar-left ul li .fa {
	color: #fff;
}

.top-bar-left ul li a,
.top-bar-left ul li p,
.top-bar .social-links ul li a {
	text-decoration: none;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    line-height: 1;
}
.top-bar-left ul li a svg {
    margin-right: 4px;
}

.top-bar-right {
	float: right;
}

.top-bar .social-links ul li a {
	outline: none;
}

.top-bar .social-links ul li {
	margin-bottom: 0;
}

.header-bottom-bar {
	text-align: center;
	background-color: #d8283c;
	padding: 20px 0;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.3;
	letter-spacing: 1.8px;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 400;
}


.absolute-header .top-bar {
    position: absolute;
    width: 100%;
    z-index: 201;
    background: rgba(0,0,0,0.2);
}
.absolute-header .site-header {
	position: absolute;
	width: 100%;
	z-index: 201;
}
.absolute-header .top-bar ~ .site-header {
	/* margin-top: 43px; */
}
.absolute-header .top-bar ~ .woo-menu .shop-menu {
	margin-bottom: -100px;
    margin-top: 60px;
    padding-top: 0;
}
.absolute-header .shop-menu li,
.absolute-header .shop-menu li a {
	color: #fff;
}
.absolute-header .site-header .genesis-nav-menu > li > a {
	color: #fff;
}

/* # Page Banner
---------------------------------------------------------------------------------------------------- */

.page-banner {
	height: 150px;
	width: 100%;
	z-index: 990;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.page-banner h1 {
	font-size: 48px;
	font-size: 4.8rem;
	margin: 0;
	text-align: center;
	color: #fff;
}

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

.title-area {
	float: left;
	padding: 0;
	width: auto;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #000;
	text-decoration: none;
	text-indent: -9999em;
	display: block;
	width: 250px;
	height: 105px;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

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

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

.site-header .widget-area {
	float: right;
	text-align: right;
	width: auto;
	margin-top: 30px;
	margin-top: 15px;
}

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

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

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

.genesis-nav-menu {
	font-family: 'Manrope', sans-serif;
    clear: both;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
	margin: 0 20px;
}

.genesis-nav-menu .menu-item.menu-item-has-children>a:after {
	display: none;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	content: "\f107";
}

.genesis-nav-menu .menu-item.menu-item-has-children>a svg {
	margin-left: 5px;
}

.genesis-nav-menu .sub-menu .menu-item.menu-item-has-children>a:after {
	content: "\f105";
}

.genesis-nav-menu .sub-menu .menu-item.menu-item-has-children>a svg {
	float: right;
}

.genesis-nav-menu>.menu-item:last-child {
	margin-right: 0;
}

.genesis-nav-menu>.menu-item:first-child {
	margin-left: 0;
}

.genesis-nav-menu .sep:last-child {
	display: none;
}

.genesis-nav-menu .sep {
	color: #d8283c;
	margin: 0 10px 0 12px;
}

.genesis-nav-menu a {
	color: #000;
	display: block;
	text-decoration: none;
	line-height: 2;
	padding: 5px 0;
}
.header-banner .genesis-nav-menu > li > a {
	color: #fff;
}
.genesis-nav-menu .highlight > a,
.site-header .nav-primary .genesis-nav-menu .highlight > a,
.site-header .genesis-nav-menu .highlight > a {
	background: #d8283c;
	padding: 5px 15px;
	border-radius: 3px;
	color: #fff;
	line-height: 2;
	margin-top: 5px;
}

.genesis-nav-menu .menu-item.sfHover>a,
.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item>a,
.absolute-header .site-header .genesis-nav-menu a:hover,
.absolute-header .site-header .genesis-nav-menu a:focus {
	color: #d8283c;
}

.genesis-nav-menu .sub-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:focus,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu .menu-item.sfHover>a,
.header-banner .genesis-nav-menu > li > a:hover,
.header-banner .genesis-nav-menu > li > a:focus {
	color: #d8283c;
}

.genesis-nav-menu .sub-menu {
	border-top: none;
	background: rgba(255,255,255,0.95);
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 225px;
	z-index: 999;
	padding: 10px 0;
	margin-left: -20px;
	border-radius: 3px;
}

.genesis-nav-menu .sub-menu a {
	background: none;
	border: none;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
	color: #1e4699;
	/* width: 200px; */
	word-wrap: break-word;
	padding: 0;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 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;
}

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

.site-header .genesis-nav-menu li li {
	margin-left: 0;
    margin-right: 0;
    width: 100%;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	padding: 0;
	position: relative;
}

/*.nav-primary:first-of-type {
	display: none;
}*/

.post-edit-link {
	display: none;
}

/* Woo Search
-------------------------------------------------- */

.woocommerce-product-search {
	overflow: hidden;
	width: 100%;
	position: relative;
	float: right;
}

.woocommerce-product-search input[type="submit"] {
	/*border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	width: 1px;*/
	top: 7px;
	right: 10px;
	position: absolute;
	background: #fff;
	width: 30px;
	height: 30px;
	border: none;
	padding: 0 0 1px 2px;
	font-family: "FontAwesome";
	content: "\f0d7";
	color: #d8283c;
	background: url(images/search-icon.png) center center no-repeat;
	text-indent: -9999em;
}

.woocommerce-product-search input[type="submit"]:before {
	font-family: "FontAwesome";
	content: "\f0d7";
}

/* ## Site Header Nav
--------------------------------------------- */

.site-header .nav-primary {
	background: none;
	border: none;
	width: auto;
	float: right;
	margin-top: 30px;
	padding: 0;
	clear: right;
}

.site-header .nav-primary .genesis-nav-menu a,
.site-header .genesis-nav-menu a {
	display: block;
	text-decoration: none;
	line-height: 1;
    padding: 5px 0 25px;
}

/* .site-header .genesis-nav-menu > .menu-item > a{
	border-bottom: 3px solid transparent;
}
.site-header .genesis-nav-menu > .menu-item > a:hover,
.site-header .genesis-nav-menu > .menu-item > a:focus,
.site-header .genesis-nav-menu > .menu-item.current-menu-item > a,
.site-header .genesis-nav-menu > .menu-item.sfHover > a{
	border-color: #fa6118;
} */

.site-header .nav-primary .genesis-nav-menu .sub-menu,
.site-header .genesis-nav-menu .sub-menu {
	padding: 20px 0;
	margin-left: -20px;
}

.site-header .nav-primary .genesis-nav-menu .sub-menu .sub-menu,
.site-header .genesis-nav-menu .sub-menu .sub-menu {
	margin: -45px 0 0 100%;
}

.site-header .nav-primary .genesis-nav-menu .sub-menu a,
.site-header .genesis-nav-menu .sub-menu a {
	line-height: 1;
    padding: 7px 20px;
    margin: 0;
}

/* ## Site Scroll to Top
--------------------------------------------- */

.fa {
	height: auto;
}

.scrolltop {
	display: none;
}

.scrolltop a.scroll {
	z-index: 10000;
	background: #d8283c;
	border-radius: 50%;
	color: #fff;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 40px;
	border: none;
	text-decoration: none;
}

.scrolltop .fa {
	line-height: 1.1;
	display: block;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .nav-secondary {
	margin-bottom: 15px;
}
.site-footer .wrap .wrap {
    padding: 0;
}

.site-footer .genesis-nav-menu a {
	color: #fff;
    font-weight: 500;
}

.site-footer .genesis-nav-menu a:hover,
.site-footer .genesis-nav-menu a:focus {
	color: #d8283c;
}

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

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

.entry {
	margin-bottom: 40px;
	margin-bottom: 0;
	margin-top: 40px;
	padding: 70px 80px;
	padding: 0;
}

.entry:first-of-type {
	margin-top: 0;
}

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

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

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

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

.content code {
	background-color: #000;
	color: #eee;
}

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

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

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

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

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

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

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

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

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #d8283c;
	color: #fff;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 20px;
}

.comment-respond,
.entry-pings {
	padding: 0;
}

.comment-form-comment,
.logged-in-as,
.comment-notes,
.comment-form-author,
.comment-form-email {
	margin-bottom: 10px;
}

.comment-form-url {
	margin-bottom: 20px;
}

.entry-comments {
	padding: 20px;
	background: #fafafa;
	border: 1px solid #eee;
}

.entry-comments h3 {
	margin: 0;
}

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

.comment-list .children,
.comment-list {
	margin-left: 0;
}

.comment-list .children li {
	background: #eee;
	margin-top: 20px;
	padding: 20px 30px;
	list-style: none;
}

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

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

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

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

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar .button {
	width: 100%;
	display: block;
	text-align: center;
}

.sidebar .widget,
.tribe-events-meta-group {
	margin-bottom: 30px;
}

.sidebar .widget .widget-title,
div.tribe-events-meta-group .tribe-events-single-section-title,
div.tribe-events-related-events-title {
	font-size: 20px;
	font-size: 2rem;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
	border: none;
	width: 100%;
	background: #000;
	color: #fff;
	padding: 10px 15px 9px;
	line-height: 1;
	font-weight: 500;
}

.sidebar ul,
.sidebar ol {
	padding-left: 20px;
}

.sidebar .social-links ul li a {
	color: #d8283c;
	box-shadow: none;
	border: none;
}

.sidebar .social-links ul li a:hover,
.sidebar .social-links ul li a:focus {
	color: #1e4699;
}

.event-sidebar dd {
	margin: 0;
}

.event-sidebar .tribe-venue-location {
	margin-bottom: 10px;
}

.sidebar .widget.featuredpost .entry {
	margin-top: 15px;
}

.sidebar .widget.featuredpost .entry:first-of-type {
	margin-top: 5px;
}

.sidebar .widget.featuredpost .entry>a {
	margin: 0 10px 0 0;
}

.sidebar .widget.featuredpost .entry>a img {
	width: 70px;
	display: block;
}

.sidebar .widget.featuredpost .entry .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
}

/* #Custom css
---------------------------------------------------------------------------------------------------- */
.top-bar-right .textwidget.custom-html-widget{
	display: flex;
}
.top-bar .open-search{
	margin-right: 10px;
	font-weight: 400;
	font-size: 16px;
	font-size: 1.6rem;
}
.top-bar .open-search a{
	color: #fff;
	text-decoration: none;
}
.top-bar .open-search a:hover{
	color: #d8283c;
}
.top-bar .open-search svg{
	display: inline-block;
}
.home .site-header{
	position: absolute;
	width: 100%;
	padding-top: 70px;
}
.home-search-widget{
	margin-top: 20px;
	display: inline-block;
	width: 100%;
}
.home-search-widget .hs-wrap > h2,
.home-search-widget .hs-wrap .hve-link{
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
	color: #fff!important;
    float: left;
    width: calc(50% - 10px);
    background: #003459;
    padding-bottom: 5px;
    text-align: center;
    line-height: 50px!important;
    border-radius: 5px 5px 0 0;
	padding: 6px 0;
}
.home-search-widget .hs-wrap .hve-link {
	display: inline-block;
	background: #00594b;
	float: right;
	box-shadow: none!important;
	padding-bottom: 4px;
}
.home-search-widget .hs-wrap > div {
	display: inline-block!important;
    width: 100%;
    background: #003459;
    margin-top: 0;
    padding: 27px 30px;
    border-radius: 0 0 5px 5px;
}

.home-search-widget #ihf-main-container label {
    font-size: 18px;
	font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
	margin-bottom: 10px;
}

.home-search-widget #ihf-main-container .ihf-quick-search-form .col-sm-3 {
    width: 29%;
}
.home-search-widget #ihf-main-container .ihf-quick-search-form .col-sm-2 {
    width: 15%;
}
.home-search-widget #ihf-main-container .ihf-quick-search-form .col-sm-2:nth-of-type(4),
.home-search-widget #ihf-main-container .ihf-quick-search-form .col-sm-2:nth-of-type(5) {
    width: 12%;
}
.home-search-widget #ihf-main-container .ihf-widget .ihf-quick-search-form .col-sm-1.col-xs-12 {
	width: 17%;
	padding: 0 0 0 18px;
}
.home-search-widget #ihf-main-container .ihf-widget .col-xs-12{
	padding-left: 3px;
	padding-right: 3px;
}
.home-search-widget #ihf-main-container .ihf-widget .row {
    margin-left: -3px;
    margin-right: -3px;
}
.home-search-widget #ihf-main-container .btn-primary{
	height: auto;
    padding: 13px 15px;
    background: #02c39a;
    border-color: #02c39a;
    width: 100%;
    text-transform: uppercase;
}
.home-search-widget #ihf-main-container .btn-primary:hover,
.home-search-widget #ihf-main-container .btn-primary:focus {
	background: #019c7b;
	border-color: #019c7b;
}
.home-search-widget #ihf-main-container .btn-primary:before {
    content: 'Search';
    display: inline-block;
    margin-right: 5px;
    font-size: 16px;
    font-weight: 600;
}
.home-search-widget #ihf-main-container .btn-primary {
    font-size: 18px;
	font-size: 1.8rem;
}
.home-search-widget #ihf-main-container input[type=text],
.home-search-widget #ihf-main-container .chosen-container-single .chosen-single {
    height: auto;
    padding: 13px 15px;
	font-size: 18px;
	font-size: 1.8rem;
}
#ihf-main-container select {
    padding: 16px!important;
	height: auto!important;
}
.home-search-widget #ihf-main-container .ihf-label-overlay-money {
    /* top: 16px; */
    font-size: 18px;
	font-size: 1.8rem;
}
.home-search-widget #ihf-main-container .chosen-container-single .chosen-single div b {
    background-position: 0 16px;
}



/* IHF Search results page CSS ******************* START *********************** */
#ihf-main-container .modal-header .close {margin-top: -30px !important;}

#ihf-main-container .ihf-grid-result.col-xs-12{margin: 0;width: 100%;display:inline-block;font-family: Arial, sans-serif;}
#ihf-main-container .ihf-grid-result.col-xs-12:first-of-type{
	margin-top: -20px;
}

#ihf-main-container .ihf-grid-result .well{
	padding:15px 0 0;
	border:none;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}

#ihf-main-container .ihf-grid-result .row{margin:0;}

#ihf-main-container .ihf-grid-result .row:nth-child(2){margin:0 0 10px;}

#ihf-main-container .ihf-grid-result .row:nth-child(2)>div{width:100%;}

#ihf-main-container .ihf-grid-result .row:nth-child(4){
	margin:10px 15px 10px;
	/* border-bottom:solid 1px #CCC; */
	padding-bottom:15px;
}

#ihf-main-container .ihf-grid-result .row:nth-child(5){display:none;}

#ihf-main-container .ihf-grid-result .row:nth-child(6){display:none;}

#ihf-main-container .ihf-grid-result .row:nth-child(7){display:none;}

#ihf-main-container .ihf-grid-result .row:nth-child(8){display:none;}

#ihf-main-container h4.ihf-address, #ihf-main-container h4.ihf-price{
	font-size: 20px;
	font-size: 2rem;
	font-weight:600;
}

#ihf-main-container h4.ihf-price{font-weight:bold;}

#ihf-main-container .property-main-detail-item{
	/* font-size:14px; */
}

.ihf-grid-result-price{margin:0;border-radius:0; font-size:18px;padding:10px 20px;}

#ihf-main-container .ihf-grid-result-price a{background:none; text-align:left;}

#ihf-main-container .ihf-grid-result-price{padding:0;background:none;}

#ihf-main-container .ihf-grid-result-address{text-transform:none;}

#ihf-main-container .ihf-grid-result-basic-info-container>div{text-align:left !important;font-size:10px;font-weight:bold;}

#ihf-main-container .ihf-grid-result-basic-info-container>div b{font-size:20px;font-weight:normal;}

#content-main .ihf-grid-result-container .col-xs-9{padding-left:0;}

#content-main .ihf-grid-result-container .col-xs-3{padding-right:0;}

#content-main .ihf-grid-result-container .glyphicon-camera{font-size:20px;}

#content-main .ihf-grid-result-container .ihf-grid-result-photocount a{display:block;}

#ihf-main-container>div>div.mb-10:not(.mt-25) + div.mt-25{
	padding: 0 0 5px;
  border-bottom: 2px solid #d5d5d5;
  margin: 0 3px;
}
.single #ihf-main-container>div>div:nth-child(2){
	border: 0;
}

#ihf-main-container>div>div.mb-10:not(.mt-25) + div.mt-25 .btn-group-justified {display:block;border:none;}

#ihf-main-container>div>div.mb-10:not(.mt-25) + div.mt-25 .col-xs-12 {padding:0;margin:0;width:100%}

#ihf-main-container>div>div.mb-10:not(.mt-25) + div.mt-25 .btn { border-bottom:solid 1px; border:none; text-align:left;width:auto; padding:0; margin:0 0 0 0;display:inline-block; box-shadow:none; color: #666; background: none; }
#ihf-main-container>div>div:nth-child(2) .btn.btn-detail-leadcapture { padding-right: 20px; }
#ihf-main-container .btn-group > .btn.btn-primary:not(:last-child):after {
	margin: 0 5px;
	content: " | ";
	position: relative;
	top: -1px;
}

#ihf-main-container>div>div:nth-child(2) .btn.active{  background: none;
  color: #333; }

/*#saveSearchButton { display:none !important; }*/

#ihf-main-container .ihf-map-icon{margin-top:-25px;}

#ihf-main-container .btn,
#ihf-main-container .back-to-results a,
#ihf-main-container>div>div.mb-10:not(.mt-25) + div.mt-25 .btn {
	background-image: none;
    box-shadow: none;
    background: #02c39a;
    color: #fff;
    padding: 15px 25px;
    text-transform: uppercase;
    border-color: #02c39a;
	border-radius: 5px;
	font-size: 14px;
	font-size: 1.4rem;
	width: auto;
  /* border-radius: 0;
  border: none; */
}
#ihf-main-container .btn:hover,
#ihf-main-container .btn:focus,
#ihf-main-container .back-to-results a {
  background: #019c7b;
  border-color:  #019c7b;
  text-decoration: none;
  color: #fff;
}

#ihf-main-container .btn-group > .btn,
#ihf-main-container .btn-group-vertical > .btn { background: none; color: #333;   position: relative;
  float: left;
  padding: 0 0 0 25px;
  text-transform: none; }
#ihf-main-container .btn-group > .btn:hover,
#ihf-main-container .btn-group-vertical > .btn:hover { color: #02c39a !important; }

#ihf-main-container .btn-group.open .dropdown-toggle { box-shadow: none; }

#ihf-main-container .mb-10 { margin-bottom: 15px; }

#ihf-main-container .title-bar-1 {
  color: #000;
  text-shadow: none;
  border: none;
  border-radius: 0;
}

#ihf-main-container .ihf-grid-result-price a,
.ihf-sold-price-grid {
	margin-bottom: 7px;
	color: #666 !important;
	/* font-family: "Lato", sans-serif;  */
}

#ihf-main-container a { color: #666; }
#ihf-main-container a:hover { color: #666; text-decoration: none; }
#ihf-main-container .col-xs-9 { padding: 0; }

#ihf-main-container #ihf-mini-search-form .col-xs-6 > div{
	max-width: 100%;
}
#ihf-main-container #ihf-mini-search-form .ihf-label-overlay-money{
	top: 10px;
}

#ihf-main-container .ihf-listing-detail .ihf-social-share{
	display: none;
}
#ihf-main-container .ihf-contiguous-links {
    border-top: 0;
    border-bottom: 0;
    padding: 15px 0 0;
}

/* #ihf-main-container .form-control,
#ihf-main-container .chosen-container-single .chosen-single { line-height: 1; padding: 17px 15px; height: auto; background: #e3e3e3; border: 1px solid #fff; border-radius: 0; } */

#ihf-main-container select.form-control { height: 45px; }

#ihf-main-container .chosen-container-single .chosen-single {
	/* line-height: 1.2; */
}

/* #ihf-main-container .input-text,
#ihf-main-container input[type="text"],
#ihf-main-container input[type="input"] { border-radius: 0 !important; } */

#ihf-main-container .ihf-label-overlay-money {
	top: 50%;
    left: 12px;
    transform: translateY(-50%);
}

#ihf-main-container .chosen-container-single .chosen-single div b { background-position: 0 17px; }

#ihf-main-container label {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  /* text-transform: uppercase; */
    /* color: #000; */
  /* font-family: "Lato",sans-serif; */
}

#ihf-main-container .ihf-quick-search-form .col-sm-3 {
	width: 30%;
}

#ihf-main-container .ihf-quick-search-form  .col-sm-2 {
	width: 15.4%;
}

#ihf-main-container {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: inherit;
}

#ihf-main-container>div>div.mb-10:not(.mt-25) + div.mt-25 .btn-group-justified .btn {
    background: none;
    color: #333;
    padding: 0;
    margin: 0;
}
#ihf-main-container .btn-group > .btn, #ihf-main-container .btn-group-vertical > .btn {
    background: none;
    color: #333;
    position: relative;
    float: left;
    padding: 0 0 0 25px;
    text-transform: none;
	border: 0;
}
#ihf-main-container .btn-group > .btn:hover, #ihf-main-container .btn-group-vertical > .btn:hover {
    color: #02c39a !important;
}
.home-search-widget #ihf-main-container .mb-25 { margin-bottom: 0; }

@media screen and (min-width: 768px) {
  #ihf-main-container .modal-dialog {
    padding-top: 120px;
  }
}

.city-page #ihf-main-container .mt-25,
.city-page #ihf-main-container .pagination,
.city-page #ihf-main-container #ihf-board-disclaimers,
.city-page .ihf-powered-by {
	display: none !important;
}




/* IHF Search results page CSS ******************* END ************************* */


/* Home Value Estimator Form CSS ******************* START ************************ */
.home-value-estimator #ihf_select_property_type_chosen { display: none !important; }

.home-value-estimator #ihf-select-property-type { display: block !important; }

.home-value-estimator #ihf-main-container label {
  /* text-indent: -9999em;
  height: 1px;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important; */
}


.home-value-estimator #ihf-main-container .ihf-widget .row { margin-left: 0; margin-right: 0; }

.home-value-estimator #ihf-main-container .ihf-widget .row:nth-of-type(2) {
	width: 67%; padding-right: 25px; float: left;
}

.home-value-estimator #ihf-main-container .ihf-widget .row:nth-of-type(3) {
	width: 33%; float: left;
}

.home-value-estimator #ihf-main-container .ihf-widget .row:nth-of-type(4) {
	width: 66%; float: right;
}

.home-value-estimator #ihf-main-container .ihf-widget .row:nth-of-type(4) .col-xs-6.mb-10 {
	padding-right: 25px;
}

.home-value-estimator #ihf-main-container .ihf-widget .row:nth-of-type(5) {
	width: 33%;
  float: left;
  padding-right: 20px;
}

.home-value-estimator #ihf-main-container .ihf-widget .row:nth-of-type(6),
.home-value-estimator #ihf-main-container .ihf-widget .row:nth-of-type(7),
.home-value-estimator #ihf-main-container .ihf-widget .row:nth-of-type(8) {
	width: 33.33%;
  float: left;
  padding-right: 29px;
}

.home-value-estimator #ihf-main-container .ihf-widget .row:nth-of-type(6) {
  width: 34%;
  padding-right: 28px;
}

.home-value-estimator #ihf-main-container .ihf-widget .row:nth-of-type(8) {
	padding-right: 0; width: 32.6%;
}

.home-value-estimator #ihf-main-container .ihf-widget .row:nth-of-type(9) {
	clear: both;
	width: 205px;
}

.home-value-estimator #ihf-main-container select.form-control {
	  padding: 0;
  padding-left: 12px;
}

.home-value-estimator #ihf-main-container .ihf-widget .row:nth-of-type(9) .col-xs-12.mb-10 {
	margin: 0;
}

.home-value-estimator #ihf-main-container .btn .send-icon {
	background: url(images/send-icion.png) no-repeat;
	  width: 27px;
  height: 19px;
  display: inline-block;
	position: relative;
  top: 4px;
  left: 10px;
}


.home-value-estimator #ihf-main-container .ihf-widget .col-xs-12,
.home-value-estimator #ihf-main-container .ihf-widget .col-xs-6 { padding: 0; }

.homes-for-sale-details .entry,
.homes-for-sale-sold-details .entry{
	max-width: 1125px;
    margin: 0 auto;
    background: #ededf2;
    padding: 50px 50px 25px;
}
.homes-for-sale-details h1.entry-title,
.homes-for-sale-sold-details h1.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}
.homes-for-sale-details .entry .entry-content div#ihf-main-container,
.homes-for-sale-sold-details .entry .entry-content div#ihf-main-container {
	margin-top: -60px;
}
.homes-for-sale-details .entry .entry-content div#ihf-main-container #ihf-detail-navigation-top,
.homes-for-sale-sold-details .entry .entry-content div#ihf-main-container #ihf-detail-navigation-top {
	margin-top: -5px;
	margin-bottom: 5px;
}
.homes-for-sale-details .entry .entry-content > a:first-of-type,
.homes-for-sale-sold-details .entry .entry-content > a:first-of-type {
	position: relative;
	z-index: 99;
}
.homes-for-sale-details #ihf-leadcapture-btns,
.homes-for-sale-sold-details #ihf-leadcapture-btns {
	margin-bottom: 0;
}
.homes-for-sale-details #ihf-leadcapture-btns a.btn,
.homes-for-sale-sold-details #ihf-leadcapture-btns a.btn {
	margin-right: 10px;
	display: block;
	float: left;
}
.homes-for-sale-details #ihf-main-container h4.ihf-address,
.homes-for-sale-sold-details #ihf-main-container h4.ihf-address {
	margin-bottom: 0;
}
.homes-for-sale-details .ihf-listing-detail div.mb-10:nth-child(5),
.homes-for-sale-sold-details .ihf-listing-detail div.mb-10:nth-child(5) {
	/* display: none; */
}
.homes-for-sale-details .tab-content,
.homes-for-sale-sold-details .tab-content {
	background: #fff;
    padding: 0 20px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-top: 0;
	padding-bottom: 20px;
}
.homes-for-sale-details #ihf-main-container .tab-content .row,
.homes-for-sale-sold-details #ihf-main-container .tab-content .row {
	margin-left: 0;
	margin-right: 0;
}
.homes-for-sale-details #ihf-main-container .tab-content .row div[class*=" col-"],
.homes-for-sale-sold-details #ihf-main-container .tab-content .row div[class*=" col-"] {
	padding-left: 0;
	padding-right: 0;
}
.ihf-tab-pane {
    font-size: 16px;
	font-size: 1.6rem;
}
.homes-for-sale-details #ihf-main-container .tab-content .fs-12,
.homes-for-sale-sold-details #ihf-main-container .tab-content .fs-12 {
    font-size: 15px;
	font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
}
.homes-for-sale-details #ihf-main-container .title-bar-1,
.homes-for-sale-sold-details #ihf-main-container .title-bar-1 {
	padding: 7px 7px;
    background-color: #ededf2;
}
.homes-for-sale-details #ihf-main-container .listing-info-item,
.homes-for-sale-sold-details #ihf-main-container .listing-info-item {
    padding: 5px 0;
	border-top: none;
}
.homes-for-sale-details #ihf-main-container .tab-content h5,
.homes-for-sale-sold-details #ihf-main-container .tab-content h5 {
	font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
}

body #ihf-main-container .modal-content{
	border: 0;
}
body #ihf-main-container .modal-header {
    background: none repeat scroll 0 0 #032771;
}
body #ihf-main-container .modal-header,
body #ihf-main-container .modal-body {
    padding: 10px 20px;
}
body #ihf-main-container .modal-title{
	font-size: 20px;
	font-size: 2rem;
	font-weight: 500;
}
body #ihf-main-container .modal-body{
	overflow-y: unset;
}
body #ihf-main-container .panel-body {
    padding: 0;
}
body #ihf-main-container .panel-default>.panel-heading{
	margin: -5px 0 15px 0;
	border: 0;
}
body #ihf-main-container label {
    font-size: 16px;
	font-size: 1.6rem;
}
body #ihf-main-container .panel {
    margin-bottom: 10px;
	border: 0;
	box-shadow: none;
}
body #ihf-main-container .modal-footer{
	display: none;
}
body #ihf-main-container .modal-header .close {
	margin-top: -30px !important;
    background: none;
    border: none;
    color: #fff;
    opacity: 1;
    padding: 0;
    font-size: 28px;
    font-size: 2.8rem;
}
#ihf-main-container .modal-content select {
    padding: 10px!important;
}
#ihf-main-container .modal-content .btn {
    padding: 11px 25px;
}
#ihfsaveListing .modal-body > div > div:nth-child(1){
	margin-bottom: 30px;
}

.homes-for-sale-details #ihf-leadcapture-btns a.btn .hidden-xs,
.homes-for-sale-sold-details #ihf-leadcapture-btns a.btn .hidden-xs{
	display: block!important;
}
.homes-for-sale-details #ihf-leadcapture-btns a.btn .visible-xs,
.homes-for-sale-sold-details #ihf-leadcapture-btns a.btn .visible-xs {
	display: none!important;
}

#ihf-main-container .ihf-listing-search-results > div.mt-60,
#ihf-main-container .ihf-listing-search-results > div.mt-60 #ihf-board-disclaimers{
	margin-top: 0;
}

/* Home Value Estimator Form CSS ******************* END ************************ */

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

.footer-widgets {
	background-color: #000;
    clear: both;
    padding: 60px 0;
    color: #fff;
	background: linear-gradient(to bottom, rgba(12,28,84,0.97) 1%,rgba(30,70,153,0.97) 100%), url('/wp-content/uploads/2020/11/hjs-patter-wave.jpg');
}

.footer-widgets p {
	color: #fff;
}

.footer-widgets a {
	color: #fff;
	text-decoration: none;
}
.footer-widgets .custom-html-widget a {
	display: block;
}
.footer-widgets .custom-html-widget a svg {
	margin-right: 5px;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	color: #d8283c;
}

.footer-widgets .widget ul>li {
	margin-bottom: 0;
}

.footer-widgets h3.widget-title {
	color: #fff;
	font-size: 22px;
	font-size: 2.2rem;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	width: 30.66%;
	margin-left: 4%;
	float: left;
}

.footer-widgets-1 {
	margin-left: 0;
}

.footer-widgets .gform_wrapper ul.gform_fields li.gfield:first-child {
	margin-top: 0;
}

/* Global Contact CSS START */
.global-contact.hjs-section.no-title .one-third,
.global-contact.hjs-section.no-title .two-thirds {
	margin-top: 0
}
/*.global-contact .gform_wrapper li.gfield:first-child,
.global-contact .gform_wrapper li.gfield:nth-of-type(2) {
	margin-top: 0;
}*/
.global-contact .one-third h3.section-title,
.global-contact .one-third .section-subtitle,
.global-contact .one-third .section-description {
	text-align: left;
}
.global-contact .one-third h3.section-title{
	font-size: 38px;
	font-size: 3.8rem;
}
.global-contact .one-third.first {
	line-height: 1.6;
}
.global-contact .one-third.first p {
	margin-bottom: 15px;
}
.global-contact h3{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 4px;
    margin-top: 18px;
}
.global-contact h3:first-of-type{
	margin-top: 0;
}
.global-contact .social-links {
	margin-top: 10px;
}
.global-contact a.phone, .global-contact a.email {
	display: block;
	text-decoration: none;
	color: inherit;
}
.global-contact.dark .social-links ul li a {
	color: #d8283c;
}
.global-contact a:hover,
.global-contact a:focus {
	color: #d8283c;
}
.global-contact.dark .social-links ul li a:hover,
.global-contact.dark .social-links ul li a:focus{
	opacity: 0.8;
}
.global-contact h3.section-title,
.global-contact div.gform_wrapper h3.gform_title {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 20px;
	margin-top: 0;
	font-weight: 700;
}

/* Contact Form Box styles start */
.global-contact div.gform_wrapper {
	background: #fff;
	padding: 25px 9px 25px 25px;
	border-radius: 3px;
}
.global-contact div.gform_wrapper h3.gform_title {
	color: #000;
	font-size: 38px;
	font-size: 3.8rem;
}
.global-contact .one-third.first {
	padding-top: 25px;
}
/* Contact Form Box styles END */

@media only screen and (max-width: 640px) {
	.global-contact .gform_wrapper li.gfield:nth-of-type(2){
		margin-top: 15px;
	}
}
/* Global Contact CSS END */

/* Global Features CSS START */
#global-features.hjs-section {
	padding: 0;
}
#global-features .wrap {
	padding: 0!important;
    max-width: unset;
    display: flex;
    flex-wrap: wrap;
}
#global-features .wrap > div {
	margin: 0;
    flex-grow: 1;
}
#global-features .feature {
    padding: 80px 30px;
    text-align: center;
	height: 100%;
}
#global-features .feature .content-button-wrap{
	max-width: 350px;
	margin: 0 auto;
	height: 100%;
    display: flex;
    flex-direction: column;
}
#global-features .feature.light .feature-content * {
    color: #fff;
}
#global-features .feature h3 {
	margin-bottom: 15px;
	font-size: 30px;
	font-size: 3rem;
}
#global-features .feature .hjs-buttons-group{
	margin-top: auto;
	padding-top: 25px;
}

/* Global Features CSS END */

/* Footer Newsletter */

.footer-newsletter {
	/* background: #1e1e1e;
	padding: 50px 0 45px; */
}

.footer-newsletter .wrap {
	padding: 30px 0;
    border-bottom: 1px solid rgba(140,140,150,0.7);
}

.footer-newsletter .gform_wrapper h3.gform_title {
	margin: 0 0 4px;
	font-size: 22px;
	font-size: 2.2rem;
	text-transform: uppercase;
	letter-spacing: 1.5px!important;
}
.footer-newsletter.stacked .gform_wrapper{
	max-width: 1050px;
	margin: 0 auto;
}
.footer-newsletter.stacked .gform_wrapper h3.gform_title{
	margin: 0 auto 10px;
}

.footer-newsletter .gform_wrapper span.gform_description {
	font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0;
    width: 100%;
	line-height: 1.2;
}

.footer-newsletter.light .gform_wrapper h3.gform_title,
.footer-newsletter.light .gform_wrapper span.gform_description {
	color: #fff;
}

.footer-newsletter .gform_wrapper ul.gform_fields li.gfield {
	margin: 0;
}

.footer-newsletter .gform_wrapper .gform_heading {
	width: 38%;
	margin-bottom: 0;
	float: left;
}
.footer-newsletter.stacked .gform_wrapper .gform_heading{
	width: 100%;
	float: none;
	text-align: center;
	margin-bottom: 25px;
}

.footer-newsletter .gform_wrapper .gform_body {
	width: 43%;
	float: left;
}
.footer-newsletter.stacked .gform_wrapper .gform_body {
	width: 80%;
}

.footer-newsletter div.gform_wrapper .gform_footer {
	padding: 0;
	margin: 0;
	width: 19%;
	float: left;
	clear: none;
}
.footer-newsletter.stacked div.gform_wrapper .gform_footer {
	width: 20%;
}

.footer-newsletter div.gform_wrapper .gform_footer .button {
	width: 100%;
	padding: 15px 25px;
}

.footer-newsletter .gform_confirmation_message {
	color: #fff;
	font-size: 28px;
	font-size: 2.8rem;
	text-align: center;
}

.social-links ul li {
	display: inline-block;
	float: none;
	margin: 0 8px;
	padding: 0;
	line-height: 1;
}
.social-links ul li:first-of-type{
	margin-left: 0;
}
.social-links ul li:last-of-type{
	margin-right: 0;
}
.social-links ul li a {
	color: #fff;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	box-shadow: none;
}

.site-header .social-links ul li a {
	color: #000;
}

.social-links ul li a:hover,
.social-links ul li a:focus,
.site-header .social-links ul li a:hover,
.site-header .social-links ul li a:focus {
	padding: 0;
	background: none;
	color: #d8283c;
}

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

.before-footer .widget {
	margin: 0;
}

.site-footer {
	background-color: #032771;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 50px 0;
    text-align: center;
    color: #fff;
}

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

/* .site-footer a.hjs {
	background: url(images/hjs-footer-logo.png) no-repeat;
	width: 252px;
	height: 50px;
	display: block;
	margin: 0 auto;
	text-indent: -9999em;
} */

.site-footer .social-links {
	margin-bottom: 20px;
}

.site-footer .disclaimer {
	margin-bottom: 20px;
	text-align: justify;
}

/* Gravity Forms */

div.gform_wrapper {
	clear: both;
	margin: 0;
	overflow: hidden;
}

div.gform_wrapper .gform_footer {
	padding: 0;
}

body div.gform_wrapper .top_label li.hidden_label div.ginput_container {
	margin-top: 0 !important;
}

body .footer-newsletter div.gform_wrapper .top_label li.hidden_label div.ginput_container {
	margin-top: 0 !important;
}

div.gform_wrapper .gsection .gfield_label,
div.gform_wrapper h2.gsection_title,
div.gform_wrapper h3.gform_title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 500;
}

.ui-datepicker-title select {
	width: auto !important;
	margin-left: 2.5%;
	margin-right: 2.5%;
}

div.gform_wrapper input.datepicker {
	width: auto !important;
}

div.gform_wrapper ul.gfield_checkbox li input[type=checkbox],
div.gform_wrapper ul.gfield_radio li input[type=radio] {
	margin-top: 0 !important;
	margin-right: 5px;
}

div.gform_wrapper .gfield_checkbox li label,
div.gform_wrapper .gfield_radio li label {
	font-size: 16px;
	font-size: 1.6rem;
}

div.gform_wrapper .gfield_time_ampm,
div.gform_wrapper .gfield_time_hour,
div.gform_wrapper .gfield_time_hour,
div.gform_wrapper .gfield_time_minute {
	max-width: 88px !important;
}

div.gform_wrapper .gfield_time_hour input[type=number],
div.gform_wrapper .gfield_time_minute input[type=number] {
	width: 75px !important;
	max-width: 75px !important;
	padding-right: 7px !important;
}
body div.gform_wrapper ul .gfield_time_ampm select,
body .gform_wrapper.gf_browser_chrome ul .gfield_time_ampm select {
    float: none;
    margin-top: 0;
    margin-right: 0;
    max-width: 75px!important;
}

body div.gform_wrapper .top_label div.ginput_container {
	margin-top: 3px;
}

.gform_wrapper .gfield .gfield_date_month,
.gform_wrapper .gfield .gfield_date_day,
.gform_wrapper .gfield .gfield_date_year {
	max-width: unset;
	width: auto;
}

.gform_wrapper .gfield .gfield_date_month input[type=number],
.gform_wrapper .gfield .gfield_date_day input[type=number] {
	width: calc(3rem + 30px)!important;
	padding-right: 0px!important;
}

.gform_wrapper .gfield .gfield_date_year input[type=number] {
	width: calc(6rem + 30px)!important;
	padding-right: 0px!important;
}

/* Load More Styles */

.post-listing {
	margin-bottom: 40px;
}

.load-more {
	display: table;
	margin: 0 auto;
	clear: both;
}

/* Search Bar Widget */

.search-bar .widget {
	margin: 0;
	padding: 10px 0;
}

.search-bar .widget.widget_product_search button {
	display: none;
}

.search-bar {
	display: none;
	background: #1e1e1e;
}

.shop-menu li {
	display: inline-block;
	font-weight: 500;
	margin: 0 8px;
	padding: 0;
}

.shop-menu li:last-child {
	margin-right: 0;
}

.shop-menu li a {
	color: #000;
	text-decoration: none;
	box-shadow: none;
}
.header-banner .shop-menu li,
.header-banner .shop-menu li a {
	color: #fff;
}
.shop-menu .side-cart-menu-item a {
	display: inline-block;
}
.shop-menu .xoo-wsc-sc-bki {
    font-size: 18px;
}
.shop-menu span.xoo-wsc-sc-count {
	width: 20px;
	height: 20px;
	line-height: 20px;
}

.shop-menu li a svg, .shop-menu .xoo-wsc-sc-icon {
    margin-right: 5px;
}

.shop-menu li a:hover,
.shop-menu li a:focus,
.header-banner .shop-menu li a:hover,
.header-banner .shop-menu li a:focus {
	color: #d8283c;
	background: none;
	padding: 0;
}

.woo-menu {
	position: relative;
	z-index: 999;
	transition: z-index 3s;
}
.responsive-menu-pro-open .woo-menu {
	z-index: 991;
	transition: z-index 0s;
		/* this z-inded value should be same as z-index of header to avoid overlap issues */
}
.woo-menu .widget {
	margin: 0;
}

.woo-menu .shop-menu {
	float: right;
	margin-bottom: -48px;
	margin-bottom: -58px;
	padding-top: 12px;
	position: relative;
	font-size: 16px;
	font-size: 1.6rem;
}

/* Gravity Form Select Updates */

.gform_wrapper .ginput_container_select {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.gform_wrapper .reset .ginput_container_select {
    position: static;
    overflow: initial;
}

.gform_wrapper .ginput_container_select::after,
.ginput_container .address_country::after,
div.gform_wrapper .gfield_time_ampm::after {
	display: none;
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	content: "\f0d7";
	font-size: 30px;
	line-height: 1;
	color: #d8283c;
	right: 15px;
	top: 16px;
	padding: 0;
	position: absolute;
	pointer-events: none;
}

.gform_wrapper .ginput_container_select svg,
.ginput_container .address_country svg,
div.gform_wrapper .gfield_time_ampm svg {
	font-size: 30px;
	line-height: 1;
	color: #d8283c;
	right: 15px;
	top: 16px;
	padding: 0;
	position: absolute;
	pointer-events: none;
}
.ginput_container .address_country,
div.gform_wrapper .gfield_time_ampm {
	position: relative;
}
.ginput_container .address_country svg {
	top: auto;
	bottom: 15px;
	right: 23px;
}
div.gform_wrapper .gfield_time_ampm svg {
	right: 20px;
	top: 10px;
}

.gform_wrapper .top_label .ginput_container_select select.medium,
.gform_wrapper .top_label .ginput_container_select select.large,
.address_country select,
div.gform_wrapper .gfield_time_ampm select,
body .gform_wrapper.gf_browser_chrome .gfield_time_ampm select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	height: 50px;
	float: right;
	margin: 5px 0px;
	padding: 0px 24px;
	line-height: 1.75;
	color: #000;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	-ms-word-break: normal;
	word-break: normal;
	padding: 0 0 0 15px;
	border-radius: 0;
	outline: none;
}

.gform_wrapper .ginput_container_select select::-ms-expand {
	display: none;
}

/* GF-DropDown/MultiSelect - Enhanced UI CSS START */
body .gform_wrapper .chosen-container {
	font-size: inherit;
}
body .gform_wrapper .gfield select.medium.gfield_select+div.chosen-container-multi[style],
body .gform_wrapper .gfield select.medium.gfield_select+div.chosen-container-single[style] {
	width: 100%!important;
}
.gform_wrapper .gfield.enhanced-ui .ginput_container_select {
	overflow: visible;
}
body .gform_wrapper .chosen-container-single .chosen-single {
	height: auto!important;
    background: #fff;
    padding: 0;
	line-height: inherit!important;
}
body .gform_wrapper .chosen-container-single .chosen-single span {
	padding: 10px 15px;
	line-height: inherit;
    margin-bottom: 0;
}
body .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div,
body .gform_wrapper .chosen-container-single .chosen-single div {
	display: none;
}
body .gform_wrapper .chosen-container .chosen-results{
	color: inherit;
}
body .gform_wrapper .gfield.enhanced-ui .ginput_container_select svg {
	top: 8px;
}
body .gform_wrapper .chosen-container-multi .chosen-choices{
	padding: 8px 15px 2px;
}
/* Enhanced UI CSS END */

.video-wrapper {
	width: 100%;
	position: relative;
}

.video-block {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

.video-overlay * {
	padding: 0.4em;
	margin: 0
}

.video-overlay {
	text-shadow: 2px 2px 2px #000000;
	color: white;
	z-index: 99
}

.video-overlay h1 {
	font-size: 2em;
	color: #ffffff;
	text-align: center;
}

.video-overlay h2 {
	font-size: 1.5em;
	color: #ffffff;
	text-align: center;
}

.video-overlay h3 {
	font-size: 1.2em;
	color: #ffffff;
	text-align: center;
}

.videoClick {
	text-align: center
}

.videoClick a {
	color: white;
	background-color: rgba(241, 241, 241, 0.25);
	font-size: 1.7em;
	cursor: pointer;
	cursor: hand
}

.video {
	display: none
}

.video-sub {
	display: block;
	width: 100%;
	height: auto;
}

@media only screen and (min-width: 992px) {
	.video {
		display: block;
		width: 100%;
	}
	.video-sub {
		display: none;
	}
}

/* =============================
	Magnific Defaults
==============================*/

body .mfp-image-holder .mfp-close {
	background: #fff;
	color: #000;
	opacity: 1;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 32px;
	text-align: center;
	padding: 0;
	text-indent: 3px;
	right: -15px;
	top: -15px;
}

body .mfp-bottom-bar {
	margin-top: 7px;
}

body .mfp-figure small {
	color: #fff;
	display: block;
	font-size: 80%;
	line-height: 1;
	margin-top: 5px;
}

body .mfp-title {
	line-height: 1.4;
	font-weight: 600;
}

body div.mfp-counter {
	top: 0;
}

body img.mfp-img {
	padding: 0;
}

body .mfp-counter {
	color: #fff;
	font-size: 18px;
	line-height: 1;
}

body div.mfp-iframe-holder {
	padding-right: 5%;
	padding-left: 5%;
}

.white-popup {
	position: relative;
	background: #FFF;
	padding: 35px;
	width: auto;
	max-width: 740px;
	margin: 20px auto;
	overflow: hidden;
}

/* .modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 400px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}
.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.close:hover {
    background: #00d9ff;
} */

.xoo-wsc-basket {
	position: static !important;
	box-shadow: none !important;
	display: none !important;
}
body .xoo-wsc-header {
    border-bottom: 2px solid #eee;
    padding: 10px 15px;
}
.site-header .xoo-wsc-basket {
	display: block !important;
}

.site-header #responsive-menu-pro-container {
	position: static;
	margin-top: 0;
}

.site-header #responsive-menu-pro li a {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}

#sticky-wrapper {
	position: relative;
	z-index: 9995;
}

.xoo-wsc-tax.xoo-wsc-tool,
.xoo-wsc-shipping.xoo-wsc-tool,
.xoo-wsc-total.xoo-wsc-tool,
.xoo-wsc-discount.xoo-wsc-tool {
	display: none;
}

.genesis-nav-menu .menu-item.hide-logged-out,
#responsive-menu-pro-container #responsive-menu-pro>li.hide-logged-out {
	display: none;
}

.logged-in .genesis-nav-menu .menu-item.hide-logged-out,
.logged-in #responsive-menu-pro-container #responsive-menu-pro>li.hide-logged-out {
	display: inline-block;
}

.logged-in .genesis-nav-menu .menu-item.hide-logged-in,
.logged-in #responsive-menu-pro-container #responsive-menu-pro>li.hide-logged-in {
	display: none;
}

.genesis-nav-menu .menu-item.show-mobile,
body #responsive-menu-pro-container #responsive-menu-pro>li.show-mobile {
	display: none;
}

body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item .responsive-menu-pro-item-link svg {
	display: none;
}

.xoo-wsc-qtybox input[type=number].xoo-wsc-qty {
	width: auto;
	min-width: 25px;
}

.hide-social .swp_social_panel,
.hjs-flex-content .swp_social_panel {
	display: none;
}

.hjs-flex-content .flex-content .swp_social_panel {
	display: block;
}

.content-banner {
	margin-bottom: 20px;
}

.content-banner img {
	display: block;
}

.global-cta .title-wrap {
	max-width: 920px;
	margin: 0 auto;
}

#global-contact-form {
	width: 100%;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    padding: 0 20px 20px;
}
.global-form.slideup-form {
	height: auto;
	display: none;
}

.global-form.slideup-form {
	position: fixed;
	width: auto;
	bottom: 0;
	right: 0;
	z-index: 999;
	color: #fff
}

.global-form.slideup-form .form-title-area {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 57px;
	background: #000;
	color: #fff;
	overflow: hidden;
	width: 200px;
	height: 200px;
	border-radius: 200px;
	border: none;
	float: right;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 2px solid #d8283c;
	cursor: pointer;
}

a.slideup-toggle {
	display: block;
	overflow: hidden;
	border: none
}

.global-form.slideup-form .form-title-area h3 {
	color: #fff;
	width: auto;
	float: left;
	margin: 0;
	text-align: center;
	font-size: 28px;
	font-size: 2.8rem
}

span.mobile-toggle {
	color: #fff;
	border: none;
	background: none;
	display: block;
	width: 200px;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999em
}

.global-form.slideup-form.active span.mobile-toggle {
	display: none
}
#global-contact-form .gform_wrapper ul.gform_fields li.gfield:nth-of-type(n+2) {
	padding-right: 0
}

/* .global-form.slideup-form .form-wrap {
	width: 100%;
	max-width: 350px;
	float: none;
	position: static;
	display: none;
	background: #000;
	clear: both;
	padding: 20px
}

.global-form.slideup-form .form-wrap .form {
	padding: 25px 40px
}

.global-form.slideup-form .form-wrap .form {
	background: #1f1e30
} */

.global-form.slideup-form.active span.mobile-toggle {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg)
}

/* .slideup-form div.gform_wrapper h3.gform_title {
	margin: 0;
	color: #fff;
}

.slideup-form .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0
}

.slideup-form .gform_wrapper button[type="submit"] {
	width: 100%
}

body .slideup-form .gform_wrapper ul li.gfield {
	margin-top: 10px
}

.slideup-form .gform_wrapper .gform_footer {
	margin-top: 0
} */


#global-subscribe-form {
	width: 100%;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    padding: 0 20px 20px;
}

/* # Single Post Author Info
------------------------------------------------------------------------------------------------ */

.author-content {
	background: #eef2f6;
	padding: 25px;
	margin: 0 0 80px;
	line-height: 1.6;
}

.author-content .wrap {
	padding: 0;
}

.author-content img {
	display: block;
	margin: 0 0 10px;
	border-radius: 50%;
}

.author-content h2 {
	text-decoration: none;
	font-size: 38px;
	font-size: 2.8rem;
	color: #000;
	display: block;
	padding: 0;
	text-transform: capitalize;
	margin-bottom: 5px;
	font-weight: 600;
}

.author-content .author-role {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 8px;
	color: #777;
	font-style: italic;
	padding: 0;
	text-transform: uppercase;
}

.author-content .author-bio {
	margin: 10px 0;
}

.author-bio p:last-of-type {
	display: inline;
}

.author-content a.read-more {
	text-decoration: none;
	margin-left: 10px;
	-webkit-box-shadow: inset 0 -2px 0 #e45026;
	box-shadow: inset 0 -2px 0 #e45026;
	color: #00142D;
}

.author-content a.read-more:hover,
.author-content a.read-more:focus {
	color: #e45026;
}

a.read-more .svg-inline--fa {
	vertical-align: -0.175em;
}

.author-content .author-follow a {
	margin: 0 10px 0;
}

.author-content .author-follow a:first-child {
	margin-left: 10px;
	margin-right: 0;
}

/* Related Posts START */

div.rp4wp-related-posts {
	overflow: hidden;
	background: #ededf2;
	padding: 20px 25px;
	border: 1px solid #eee;
	margin-bottom: 20px
}

div.rp4wp-related-posts h3 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 28px;
	text-transform: uppercase
}

div.rp4wp-related-posts ul>li {
	overflow: hidden;
	padding: 0;
	margin-bottom: 30px
}

div.rp4wp-related-posts ul>li img {
	display: block
}

div.rp4wp-related-post-content a {
	font-weight: 500;
	display: inline-block;
	margin-bottom: 15px;
	/* padding-bottom: 7px; */
	color: #000;
	text-decoration: none;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.2;
	text-transform: uppercase;
}

div.rp4wp-related-post-content a:hover,
div.rp4wp-related-post-content a:focus {
	color: #d8283c;
}

div.rp4wp-related-post-content p {
	font-size: 16px;
	font-size: 1.6rem
}

div.rp4wp-related-post-image {
	width: 20%
}

div.rp4wp-related-post-content {
	width: 80%;
	float: left
}

/* Related Posts END */

/* # Popup Maker
---------------------------------------------------------------------------------------------------- */

body div.pum-overlay {
	background: rgba(0, 0, 0, .6);
}

/* div.pum-container div.pum-content + .pum-close.popmake-close:after {
    font-family: 'Font Awesome 5 Regular';
    content: '\f00d';
    font-weight: 900;
    height: auto;
    width: auto;
    left: auto;
    bottom: auto;
    color: #000000;
    font-size: 30px;
    display: none;
} */

/* div.pum-container div.pum-content + .pum-close.popmake-close svg {
    font-size: 30px;
} */

body div.pum-overlay div.pum-container {
	padding: 18px;
	border-radius: 0px;
	border: 1px none #000000;
	box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23);
	background-color: rgba( 249, 249, 249, 1.00);
	position: relative;
	background: #FFF;
	padding: 30px;
	width: auto;
	max-width: 740px !important;
	margin: 20px auto;
	overflow: hidden;
}

body div.pum-overlay div.pum-content+.pum-close {
	top: 0;
	right: 0;
	background: #d8283c;
	line-height: 1.4;
	font-weight: 400;
	padding: 8px 12px;
	border-radius: 0;
}

body div.pum-overlay div.pum-content+.pum-close:hover,
body div.pum-overlay div.pum-content+.pum-close:focus {
	background: #1e4699;
}

div.pum-container .gform_heading {
	text-align: center;
	color: #000;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 400;
	margin-bottom: 20px;
}

div.pum-container .gform_wrapper span.gform_description {
	width: auto;
	margin-bottom: 0;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.4;
}

div.pum-container div.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
}

div.pum-container div.gform_wrapper .gform_footer {
	padding-right: 0;
}

div.pum-container div.gform_wrapper .gform_footer button {
	width: 100%;
}

div.pum-container .pum-title {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
	line-height: 1;
}

body div.pum-container.pum-responsive.pum-responsive-medium {
	width: 100%;
}

.cat-nav {
	padding: 0 15px;
	background: none;
	/* color: #fff; */
	color: #000;
	font-size: 18px;
	font-size: 1.8rem;
	text-decoration: none;
	display: inline-block;
	font-weight: 600;
}

.cat-nav svg {
	font-size: 85%;
}

a.cat-nav:hover,
a.cat-nav:focus {
	color: #d8283c;
}

.category-links-wrap {
	/* margin-bottom: 40px; */
	text-align: center;
	/* background: #1e1e1e; */
	padding: 30px 0;
}

.category-links-wrap h3 {
	/* color: #fff; */
	text-transform: uppercase;
	font-weight: 600;
}

/* .blog .archive-description {
	display: none;
} */

/* .blog .site-inner,
.category .site-inner,
.tag .site-inner,
.author .site-inner  {
	padding-top: 0;
} */

.acf-editor-wrap.tmce-active .wp-editor-area {
	color: #000 !important;
}

/* .alignfull {
	margin: 0 calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
} */

.entry-content .alignfull,
.entry-content .alignwide {
    margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    max-width    : 100vw;
}

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

    .entry-content .alignwide {
        margin-left  : -125px;
        margin-right : -125px;
        max-width    : 950px;
    }
}


/* Responsive Menu Pro Styles  START */
body #responsive-menu-pro-container {
    background: #d8283c;
}
body #responsive-menu-pro-container #responsive-menu-pro-wrapper {
    background: #d8283c;
}
body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a {
    color: #ffffff;
    background-color: #d8283c;
    border-color: #d8283c;
	padding: 5px 5%;
    height: auto;
}
body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item.responsive-menu-pro-current-item > .responsive-menu-pro-item-link {
    background-color: #d8283c;
    border-color: #d8283c;
}
body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item.responsive-menu-pro-current-item > .responsive-menu-pro-item-link,
body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item.responsive-menu-pro-current-item > .responsive-menu-pro-item-link:hover,
body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item.responsive-menu-pro-current-item > .responsive-menu-pro-item-link:focus,
body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a:hover,
body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a:focus,
body #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item.responsive-menu-pro-current-item > .responsive-menu-pro-item-link,
body #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item.responsive-menu-pro-current-item > .responsive-menu-pro-item-link:hover,
body #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item.responsive-menu-pro-current-item > .responsive-menu-pro-item-link:focus,
body #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item a:hover,
body #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item a:focus {
    color: #ffffff;
    background-color: #BF2436;
    border-color: #BF2436;
}

body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow,
body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow.responsive-menu-pro-subarrow-active,
body #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item a .responsive-menu-pro-subarrow,
body #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item a .responsive-menu-pro-subarrow.responsive-menu-pro-subarrow-active {
    color: #ffffff;
    border-color: #d8283c;
    background-color: #d8283c;
}
body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item.responsive-menu-pro-current-item > .responsive-menu-pro-item-link > .responsive-menu-pro-subarrow,
body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a:hover .responsive-menu-pro-subarrow,
body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a:hover .responsive-menu-pro-subarrow.responsive-menu-pro-subarrow-active,
body #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item a:hover .responsive-menu-pro-subarrow,
body #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item.responsive-menu-pro-current-item > .responsive-menu-pro-item-link > .responsive-menu-pro-subarrow,
body #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item a:hover .responsive-menu-pro-subarrow.responsive-menu-pro-subarrow-active {
    border-color: #BF2436;
    background-color: #BF2436;
}

body #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item a {
    border-bottom: 1px solid #d8283c;
    color: #ffffff;
    background-color: #d8283c;
}
/* Responsive Menu Pro Styles  END */

.entry .video-info{
	text-align: left;
    margin-top: 5px;
    line-height: 1.4;
}
.cards-wrap .entry .video-info{
	padding: 0 20px;
}
.entry .video-info .label{
	color: #101010;
	opacity: 0.5;
	font-weight: 500;
}
.entry .video-info .sep{
	display: inline-block;
	margin: 0 10px;
}
.entry .video-info .sermon-category a,
.cards-wrap .entry .video-info .sermon-category a{
	display: inline;
	text-decoration: none;
}

.single-sermon .content-sidebar-wrap{
	padding-top: 0!important;
}
.single-sermon .entry-header.video{
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
	padding-bottom: 15px;
    border-bottom: 1px solid rgba(16,16,16,0.2);
}
.single-sermon .entry-header.video .title-info-wrap{
	width: 55%;
}
.single-sermon  .entry-header.video.entry-title{
	margin-bottom: 10px;
}
.single-sermon .entry .entry-header.video .video-info {
    margin-top: 15px;
}
.single-sermon .entry-header .buttons-wrap{
	width: 45%;
	text-align: right;
}
.single-sermon .entry-header .buttons-wrap ul{
	margin: 0;
}
.single-sermon .entry-header .buttons-wrap ul li{
	display: inline-block;
	margin-right: 40px;
	list-style: none;
}
.single-sermon .entry-header .buttons-wrap ul li:last-of-type{
	margin-right: 0;
}
.single-sermon .entry-header .buttons-wrap ul li a{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	text-decoration: none;
	color: #101010;
}
.single-sermon .entry-header .buttons-wrap ul li a:hover,
.single-sermon .entry-header .buttons-wrap ul li a:focus{
	color: #1e4699;
}
.single-sermon .entry-header .buttons-wrap ul li a:hover > span,
.single-sermon .entry-header .buttons-wrap ul li a:focus > span{
	background: #1e4699;
}
.single-sermon .entry-header .buttons-wrap ul li a > span{
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 75px;
	height: 75px;
	background: #d8283c;
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.single-sermon .entry-header .buttons-wrap ul li a > span svg{
	font-size: 30px;
	font-size: 3rem;
}
.single-sermon .entry-header .audio-player{
	width: 100%;
	margin-top: 15px;
	display: none;
}
.single-sermon .entry-header .audio-player audio{
	width: 100%;
}
.single-sermon .entry-header .audio-player .speed-control{
	display: flex;
    align-items: center;
    margin-left: 20px;
    text-transform: uppercase;
}
.single-sermon .entry-header .audio-player .speed-control span{
	margin-left: 8px;
    background-color: #d8283c;
    border: 2px solid #d8283c;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 10px 20px;
    text-decoration: none;
    white-space: normal;
    width: auto;
    border-radius: 5px;
    text-transform: uppercase;
    line-height: 1;
}

.single-sermon .content-header {
	margin-top: 20px;
	margin-bottom: 5px;
}

.single-sermon .related-articles-downloads.hjs-section{
	padding: 30px 30px;
	background: #ededf2;
}
.single-sermon .related-articles-downloads .card{
	background: #fff;
}

.single-sermon .other-videos .cards-wrap{
	margin-top: 20px;
}
.single-sermon .other-videos.hjs-section{
	background: #ededf2;
    padding: 30px 30px 0;
	margin-top: 30px;
}
.single-sermon .other-videos .cards-wrap .entry .entry-header .entry-title{
	text-align: left;
	justify-content: flex-start;
}

.prev-next.hjs-section{
	padding: 40px 0!important;
}
.prev-next-buttons{
	margin-top: 0;
	display: flex;
	justify-content: space-between;
}
.prev-next-buttons .prev,
.prev-next-buttons .next{
	text-align: center;
	width: 49%!important;
}
.prev-next-buttons a.overlay{
	position: absolute;
    width: 100%;
    height: 100%;
	z-index: 99999999;
	left: 0;
	top: 0;
}
.prev-next-buttons .prev svg{
	margin-right: 5px;
}
.prev-next-buttons .next svg{
	margin-left: 5px;
}


/* Review Bades Style CSS ************************** START **************************** */
.hjs-review-badge {
	display: inline-flex;
	align-items: center;
	background: #fff;
	border-top: 5px solid #d8283c;
	border-radius: 3px;
	padding: 10px;
	line-height: 1;
	color: #000;
	vertical-align: top;
	margin: 5px;
    box-shadow: 0 0 8px 2px rgba(0,0,0,0.2);
}
.hjs-review-badge .badge-source-logo,
.hjs-review-badge .badge-source-logo svg {
	width: 40px;
	height: 40px;
}
.hjs-review-badge .review-details {
	text-align: left;
    margin-left: 12px;
}
.hjs-review-badge .review-heading {
	margin-bottom: 10px;
}
.hjs-review-badge .score-stars {
	margin-bottom: 10px;
	color: #f7941d;
}
.hjs-review-badge.fb-review-badge .score-stars,
.hjs-review-badge.fb-review-badge .badge-source-logo svg {
	color: #3c5b9b;
}
.hjs-review-badge.yelp-review-badge .score-stars,
.hjs-review-badge.yelp-review-badge .badge-source-logo svg {
	color: #f15c4f;
}
.hjs-review-badge .score {
	font-weight: 500;
    font-size: 20px;
    font-size: 2rem;
    vertical-align: middle;
    margin-right: 4px;
}

/* Review Bades Style CSS ************************** END **************************** */

/* Gravity Forms Error style only color indicatio no error message ********** START ***************** */
.site-container .gform_wrapper div.validation_error,.gform_wrapper ol.validation_list,.gform_wrapper div#error {
    display: none
}
.site-container .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,.site-container .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    /* margin: 0 auto; */
}
.site-container .gform_wrapper .ginput_container+.gfield_description.validation_message {
    display: none
}
.site-container .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    /* padding: 0!important; */
    margin-bottom: 0!important;
	padding-top: 0;
    padding-bottom: 0;
}
.site-container .gform_wrapper li.gfield.gfield_error,.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none;
    border: none
}
.site-container .gform_wrapper .top_label .gfield_error {
    width: 100%
}
.site-container .gform_wrapper .top_label .gfield_error .ginput_container {
    max-width: 100%
}
body .gform_wrapper.gform_validation_error .top_label input.medium,
body .gform_wrapper.gform_validation_error .top_label select.medium {
    width: 100%
}
.site-container .gform_wrapper .top_label .gfield_error input,
html:not(.browser-android) .site-container .gform_wrapper .top_label .gfield_error select,
.gform_wrapper .gfield_error .chosen-container-multi .chosen-choices,
.gform_wrapper .gfield_error .chosen-container-single .chosen-single {
    background-color: #ffdfdf!important;
	background-image: none;
    /* margin-bottom: 0!important */
}
.site-container .gform_wrapper .validation_message {
    display: none
}
.gform_wrapper.gform_validation_error .slider-form .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 655px!important;
}
.gform_wrapper li.gfield_error .ginput_container_select select.medium {
    border: 1px solid #790000
}
body .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
    margin-top: 16px;
}
/* Gravity Forms Error style only color indicatio no error message ********** END ***************** */


.single-team .team-profile {
	display: inline-block;
	width: 100%;
}
.single-team .team-title {
	margin-bottom: 5px;
}
.single-team .team-subtitle {
	margin-bottom: 10px;
}
.single-team .team-email,
.single-team .team-phone {
	margin-bottom: 10px;
}
.single-team .team-email a,
.single-team .team-phone a {
	box-shadow: none!important;
}
.single-team .team-email a svg,
.single-team .team-phone a svg {
	color: #d8283c;
	margin-right: 4px;
	vertical-align: middle;
}
.single-team .team-sub-heading {
	margin-bottom: 10px;
}
.single-team .team-sub-heading.contact-heading  {
	margin-top: 20px;
}
.single-team .team-social{
   display: inline-block;
   margin-left: 10px;
}
.single-team .team-social li{
   display: inline-block;
   margin: 0 10px 0 0;
}

.single-team-members #ihf-main-container .row.mt-25.mb-10 {
	display: none !important;
}

.single-team-members .team-detail svg {
	width: 25px;
}

.single-team-members .team-image img {
	display: block;
	width: 100%;
	display: block;
    margin-bottom: 20px;
}

.single-team-members .team-social {
	margin: 0;
}

.single-team-members .team-social li {
	display: inline-block;
	margin-right: 10px;
}

.single-team-members .contact-details {
	margin-bottom: 30px;
}


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

/* Set the browser width to 1200px and style then place styles here */

@media only screen and (max-width: 1399px) {
	.content-sidebar-wrap,
	.wrap,
	main.tribe-events-pg-template,
	main#tribe-events-pg-template,
	/* .home-banner ul.slick-dots, */
	.footer-newsletter .wrap {
		/* max-width: 1140px; */
		padding-left: 3%;
		padding-right: 3%;
	}
	.nav-primary .wrap {
		padding-right: 0;
		padding-left: 0;
	}
	.footer-newsletter .wrap div.gform_wrapper {
		max-width: 100%;
	}
}

/* Set the browser width to 1024px and style then place styles here */

@media only screen and (max-width: 1199px) {
	.genesis-nav-menu .menu-item {
		margin: 0 10px;
	}
	.site-title a, .site-title a:focus, .site-title a:hover{
		/* width: 235px;
		height: 79px; */
	}
	.site-header .widget-area {
	    margin-top: 5px;
	}
	#global-features .feature {
	    padding: 60px 30px;
	}
	#global-features .wrap > div.one-fourth {
	    flex-basis: 50%;
	}
}

/* Set the browser width to 901px and style then place styles here */

@media only screen and (max-width: 1023px) {
	.nav-primary {
		/* display: none; */
	}
	.site-header .widget-area{
		margin-top: 15px;
	}
	.site-title a,
	.site-title a:focus,
	.site-title a:hover {
		/* width: 291px;
		height: 97px; */
	}
	.content,
	.event-content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.event-sidebar,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 100%;
	}
	.event-content {
		margin-bottom: 50px;
	}
	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}
	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	.site-header .search-form {
		margin: 16px auto;
	}

	.site-header .widget_product_search {
		display: none;
	}
	.site-header .nav-primary {
		/* background: none;
		border: none;
		width: 300px;
		float: right;
		margin-top: 8px;
		padding: 0;
		clear: right; */
	}
	.site-header .nav-primary .genesis-nav-menu .sub-menu,
	.site-header .genesis-nav-menu .sub-menu {
		margin-left: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}
	.footer-newsletter .gform_wrapper .gform_heading {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.footer-newsletter div.gform_wrapper .gform_footer,
	.footer-newsletter.stacked div.gform_wrapper .gform_footer {
		width: 28.5%;
	}
	.footer-newsletter .gform_wrapper .gform_body,
	.footer-newsletter.stacked .gform_wrapper .gform_body {
		width: 71%;
	}
	.site-header {
		/* padding: 65px 0 18px */
	}
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		margin-left: 0;
		text-align: center;
	}
	.breadcrumb {
		padding-left: 0;
		padding-right: 0;
	}
	.site-header #responsive-menu-pro-container {
		position: fixed;
	}
	.site-header button#responsive-menu-pro-button {
		float: left;
		position: static;
		width: auto;
		height: 50px;
		margin-top: 10px;
		border-radius: 0;
		padding: 0 15px;
		background: #1e4699!important;
	}
	.site-header .responsive-menu-pro-inner,
	.site-header .responsive-menu-pro-inner::before,
	.site-header .responsive-menu-pro-inner::after {
		background: #fff !important;
	}
	.site-header .responsive-menu-pro-label {
		color: #000;
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 17px;
		text-transform: uppercase;
	}
	#responsive-menu-pro-container li.responsive-menu-pro-item.open-search {
		display: none;
	}
	.site-header .responsive-menu-pro-inner::before {
		top: -7px;
	}
	.site-header .responsive-menu-pro-inner::after {
		bottom: -7px;
	}
	.shop-menu {
		float: left;
	}
}

/* Set the browser width to 768px / 740px and style then place styles here */

@media only screen and (max-width: 900px) {
	body,
	body>div {}
	/* .site-inner {
		padding: 5% 0 0;
	} */
	.global-contact .one-third h3.section-title, .global-contact .one-third .section-subtitle, .global-contact .one-third .section-description,
	.global-contact div.gform_wrapper h3.gform_title{
		text-align: center;
	}
	.content-sidebar-wrap,
	main#tribe-events-pg-template {
		/* margin-top: 5%; */
		padding-bottom: 5%;
	}
	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	/* .entry, */
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		/*padding: 30px;*/
		margin-bottom: 5%;
	}
	.sidebar {
		margin-top: 5%;
	}
	.pagination {
		margin: 5% auto;
	}
	.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%;
	}
	.shop-menu li.welcome-message,
	.shop-menu li.sep {
		display: none;
	}
	.social-links ul li {
		margin: 0 6px 15px;
	}

	.global-contact.hjs-section .one-third{
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	.global-contact div.gform_wrapper .gform_footer{
		text-align: center;
	}

	.single-sermon .entry-header.video{
		flex-wrap: wrap;
	}
	.single-sermon .entry-header.video .title-info-wrap{
		width: 100%;
	}
	.single-sermon .entry-header .buttons-wrap{
		width: 100%;
		text-align: left;
		margin-top: 20px;
	}

	#global-features .wrap > div.one-third {
	    flex-basis: 100%;
	}
	.home-search-widget .hs-wrap .hve-link{
		float: none;
		display: inline-block;
		width: auto;
		margin-bottom: 10px;
		border-radius: 5px;
		padding: 0px 25px 3px;
	}
	.home-search-widget .hs-wrap > h2{
		float: none;
    	width: 100%;
	}
	.home-search-widget #ihf-main-container .ihf-widget fieldset > .row > div {
	    width: 100%!important;
		padding: 0!important;
		margin-top: 15px;
	}
	.home-search-widget #ihf-main-container .ihf-widget fieldset > .row > div:first-of-type,
	.home-search-widget #ihf-main-container .ihf-widget fieldset > .row > div.col-sm-1 {
		margin-top: 0;
	}
}

@media only screen and (max-width: 767px) {
	.homes-for-sale-details .entry .entry-content #ihf-detail-navrow,
	.homes-for-sale-sold-details .entry .entry-content #ihf-detail-navrow {
		display: flex;
	}
	#ihf-main-container .ihf-contiguous-links {
	    padding: 0;
	}
}

/* Set the browser width to 480px and style then place styles here */

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

	body,
	body>div {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.top-bar .open-search a{
		display: none;
	}
	.content-sidebar-wrap,
	.wrap,
	main.tribe-events-pg-template,
	main#tribe-events-pg-template,
	.footer-newsletter .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	.footer-newsletter .gform_wrapper .gform_body,
	.footer-newsletter.stacked .gform_wrapper .gform_body {
		width: 100%;
		margin: 0 0 10px;
		float: none;
	}
	.footer-newsletter div.gform_wrapper .gform_footer,
	.footer-newsletter.stacked div.gform_wrapper .gform_footer {
		width: 100%;
		float: none;
	}
	.hide-text-mobile {
		display: none;
	}
	.page-banner h1 {
		font-size: 36px;
		font-size: 3.6rem;
	}
	.entry-title,
	.archive-title {
		font-size: 36px;
	    font-size: 3.6rem;
	    font-weight: 600;
	}
	.top-bar .widget {
		width: 100%;
		text-align: center;
		float: none;
	}
	.top-bar-contact,
	.top-bar .social-links {
		width: 100%;
		float: none;
	}
	.top-bar-contact ul li {
		margin: 0 10px;
	}
	.top-bar-social {
		display: none;
	}
	.woo-menu .shop-menu {
		float: none;
		margin-bottom: 0;
		padding-top: 0;
		text-align: center;
	}
	.woo-menu {
		padding: 5px 0;
		background: #000;
		color: #fff;
	}
	.woo-menu ul li a,
	.woo-menu ul li {
		color: #fff;
		margin: 0;
	}
	.woo-menu ul li {
		margin: 0 10px;
	}
	.footer-newsletter .gform_wrapper ul.gform_fields li.gfield {
		margin-top: 8px;
	}
	.footer-newsletter .gform_wrapper ul.gform_fields li.gfield.gf_right_half {
		padding-right: 0;
	}
	.genesis-nav-menu .menu-item.show-mobile,
	body #responsive-menu-pro-container #responsive-menu-pro>li.show-mobile {
		display: inline-block;
	}
	.genesis-nav-menu .menu-item.hide-mobile,
	body #responsive-menu-pro-container #responsive-menu-pro>li.hide-mobile {
		display: none;
	}
	.site-header button#responsive-menu-pro-button {
		margin-top: 0;
	}
	.site-footer {
		padding-bottom: 70px;
	}
	.global-form.slideup-form {
		display: block!important;
	}
	.global-form.slideup-form .form-title-area {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 68px;
		background: #000;
		color: #fff;
		overflow: hidden;
		width: 100%;
		height: 100%;
		border-radius: 0;
		border: none;
		float: right;
		margin-right: 0;
		margin-bottom: 0
	}
	.global-form.slideup-form {
		position: fixed;
		width: 100%;
		bottom: 0;
		z-index: 9999;
		color: #fff
	}
	.global-form.slideup-form .form-title-area h3 {
		width: auto;
		float: left;
		margin: 10px 0 0;
		text-align: center;
		font-size: 24px;
		font-size: 2.4rem
	}
	/* .global-form.slideup-form .form-wrap {
		max-width: 100%
	} */
	span.mobile-toggle {
		color: #fff;
		border: none;
		font-size: 48px;
		font-size: 4.8rem;
		background: #d8283c;
		display: block;
		width: 70px;
		height: 52px;
		float: right;
		text-align: center;
		line-height: 1.1;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		position: static;
		text-indent: 0
	}
	.global-form.slideup-form.active span.mobile-toggle {
		display: block
	}
	.global-form.slideup-form .form-title-area {
		padding: 0 0 0 3.5%
	}

	div.rp4wp-related-post-image {
		width: 35%;
		margin-bottom: 15px;
	}
	div.rp4wp-related-post-content {
		width: 65%;
	}
	div.pum-container .pum-title {
		font-size: 28px;
		font-size: 2.8rem;
		margin-bottom: 10px;
	}
	div.pum-container .gform_wrapper span.gform_description {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.single-sermon .other-videos .cards-wrap {
		margin-top: 25px;
	}
	.single-sermon .related-articles-downloads.hjs-section,
	.single-sermon .other-videos.hjs-section {
	    padding: 30px 15px;
	}
	.top-bar {
		font-size: 16px;
		font-size: 1.6rem;
	}
	#global-contact { padding: 50px 0; }
	#global-contact .contact .first { margin-top: 0px; padding-top: 0;}
	.site-footer { padding: 40px 0 !important; }
	.footer-newsletter { padding: 50px 0; }
	.footer-newsletter.stacked .gform_wrapper h3.gform_title {
		font-size: 27px;
		font-size: 2.7rem;
	}

	.global-contact .one-third h3.section-title,
	.global-contact div.gform_wrapper h3.gform_title {
		font-size: 27px;
		font-size: 2.7rem;
	}
	.global-contact div.gform_wrapper {
		padding: 20px;
	}

	#global-features .wrap > div {
	    flex-basis: 100%!important;
	}

	.home-value-estimator #ihf-main-container .ihf-widget .row{
		width: 100%!important;
		padding-right: 0!important;
	}
	.listing-single .agent-image {
	    float: none;
	    display: block;
	    margin: 0 auto;
	}
	.listing-contact .agent-details{
		text-align: center;
	}
	.listing-contact .agent-details ul,
	.listing-contact .agent-details ol{
		text-align: left;
	}

	.homes-for-sale-details h1.entry-title,
	.homes-for-sale-sold-details h1.entry-title {
	    font-size: 28px;
	    font-size: 2.8rem;
	}
	.homes-for-sale-details .entry,
	.homes-for-sale-sold-details .entry {
	    padding: 20px 20px 0;
	}
	.homes-for-sale-details #ihf-leadcapture-btns a.btn,
	.homes-for-sale-sold-details #ihf-leadcapture-btns a.btn {
	    width: 100%;
	    margin-bottom: 10px;
	}
}

/* DO NOT ADD STYLES TO THIS MEDIA QUERY */

@media only screen and (max-width: 641px) {
	div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: 1;
		min-height: inherit;
	}
}

/* Set the browser width to 320px and style then place styles here */

@media only screen and (max-width: 479px) {
	.content-sidebar-wrap,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	.top-bar .open-search{
		display: none;
	}
	.site-title a, .site-title a:focus, .site-title a:hover {
		width: 180px;
		height: 76px;
	}
	.site-header .nav-primary {
	    margin-top: 12px;
	}
	.site-header .genesis-nav-menu .highlight a span span {
	    display: none;
	}
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button {
		/*width: 100%;*/
	}
	.shop-menu li a span.text {
		display: none;
	}
	.shop-menu li a .fa {
		font-size: 20px;
		font-size: 2rem;
	}
	.top-bar-contact ul li .fa {
		display: none;
	}
	.top-bar-contact ul li:first-of-type {
		margin-left: 0;
	}
	.top-bar-contact ul li:last-of-type {
		margin-right: 0;
	}
	.page-banner h1 {
		font-size: 28px;
		font-size: 2.8rem;
	}
	.woo-menu ul li a,
	.woo-menu ul li {
		font-size: 18px;
		font-size: 1.8rem;
		margin: 0 5px;
		font-weight: 500;
	}
	.site-header button#responsive-menu-pro-button {
		margin-top: 0;
		float: right;
	}
	.title-area {
		padding: 0;
		width: auto;
		margin: 0 auto;
	}
	.site-title a,
	.site-title a:focus,
	.site-title a:hover {
		margin: 0 auto;
	}
	.site-header .widget-area {
		float: none;
	}
	.breadcrumb {
		font-size: 14px;
		font-size: 1.4rem;
	}
	div.rp4wp-related-post-image {
		width: 100%;
	}
	div.rp4wp-related-post-content {
		width: 100%;
	}
	.author-content .wrap {
		display: block;
	}
	.author-content img {
		width: 200px;
		margin: 0 auto 20px;
	}
	body div.pum-overlay div.pum-container {
		padding: 40px 20px 20px;
	}

	.single-sermon .entry-header .buttons-wrap ul li {
	    margin-right: 12px;
	}
	.single-sermon .entry-header .buttons-wrap ul li a {
	    font-size: 14px;
		font-size: 1.4rem;
	}
	.single-sermon .entry-header .buttons-wrap ul li a > span svg{
		font-size: 22px;
		font-size: 2.2rem;
	}
	.single-sermon .entry-header .buttons-wrap ul li a > span{
		width: 50px;
		height: 50px;
	}
	.prev-next-buttons .button{
		font-size: 15px;
		font-size: 1.5rem;
		padding: 10px 18px;
	}
	#global-features .feature {
	    padding: 40px 5%;
	}

	.home-search-widget .hs-wrap > h2, .home-search-widget .hs-wrap .hve-link{
		line-height: 1!important;
		display: inline-block;
		padding: 10px 20px;
		font-size: 18px;
		font-size: 1.8rem;
	}
	.home-search-widget .hs-wrap > div {
	    padding: 10px 15px 30px;
	}

	#ihf-main-container .btn, #ihf-main-container .back-to-results a, #ihf-main-container>div>div:nth-child(2) .btn {
	    padding: 10px 12px;
		font-size: 13px;
		font-size: 1.3rem;
	}
	.homes-for-sale-details .entry,
	.homes-for-sale-sold-details .entry {
	    padding: 15px 15px 0;
	}
	.homes-for-sale-details h1.entry-title,
	.homes-for-sale-sold-details h1.entry-title {
	    font-size: 24px;
	    font-size: 2.4rem;
	}
	.homes-for-sale-details .entry .entry-content div#ihf-main-container,
	.homes-for-sale-sold-details .entry .entry-content div#ihf-main-container {
	    margin-top: -15px;
	}
	.homes-for-sale-details .entry .entry-content div#ihf-main-container .ihf-detail-navigation .pull-right,
	.homes-for-sale-details .entry .entry-content #ihf-main-container .ihf-listing-detail .row.mb-10 .col-xs-5 .pull-right,
	.homes-for-sale-sold-details .entry .entry-content div#ihf-main-container .ihf-detail-navigation .pull-right,
	.homes-for-sale-sold-details .entry .entry-content #ihf-main-container .ihf-listing-detail .row.mb-10 .col-xs-5 .pull-right {
	    float: none!important;
	}
	.homes-for-sale-details .entry .entry-content #ihf-detail-navrow,
	.homes-for-sale-sold-details .entry .entry-content #ihf-detail-navrow {
	    flex-wrap: wrap;
		margin-bottom: 10px;
	}
	.homes-for-sale-details .entry .entry-content #ihf-detail-navrow .pt-25,
	.homes-for-sale-sold-details .entry .entry-content #ihf-detail-navrow .pt-25 {
	    padding-top: 0;
	}
	.homes-for-sale-details .entry .entry-content #ihf-main-container .ihf-listing-detail .row.mb-10 .col-xs-7,
	.homes-for-sale-details .entry .entry-content #ihf-main-container .ihf-listing-detail .row.mb-10 .col-xs-5,
	.homes-for-sale-sold-details .entry .entry-content #ihf-main-container .ihf-listing-detail .row.mb-10 .col-xs-7,
	.homes-for-sale-sold-details .entry .entry-content #ihf-main-container .ihf-listing-detail .row.mb-10 .col-xs-5 {
		width: 100%;
	}

	#ihf-main-container .ihf-listing-search-results > div:nth-of-type(3){
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#ihf-main-container .ihf-listing-search-results > div:nth-of-type(3) > div.col-xs-4{
		margin-right: auto;
	}
	#ihf-main-container .ihf-listing-search-results > div:nth-of-type(3) > div{
		width: auto;
	}
	#ihf-main-container .ihf-listing-search-results > div:nth-of-type(3) > div #ihf-refine-search button{
		padding-left: 0;
	}
	#ihf-main-container .ihf-listing-search-results > div:nth-of-type(6) > div{
		width: 100%;
	}
}

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

@media print {
	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !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,
	.event-content {
		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;
		top: -100px;
	}
	.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;
	}
}
