/*
	Theme Name: Kickstart Pro
	Description: A super slim start up theme for the Genesis Framework.
	Author: Lean Themes
	Author URI: http://leanthemes.co/
	Version: 1.3.7

	Tags: black, orange, white, one-column, two-columns, background, custom-menu, full-width-template, responsive-layout, rtl-language-support, theme-options, threaded-comments, translation-ready

	Template: genesis

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Calendar
		- Categories
		- Featured Content
		- Search
		- Tag Cloud
		- User Profile
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
		- Sidebar Login
		- Simple Social Icons
		- Testimonials
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Accessible Menu
		- Responsive Menu
		- Skip Links
	- Content Area
		- Entries
		- Pagination
		- Post Formats
		- Comments
		- Before Content
		- Pricing Table
	- Templates
		- Archive / Blog Page
		- Contact Page
		- Homepage
		- Pricing
	- Sidebars
	- Before Footer
	- Footer Widgets
	- Footer Social
	- Site Footer
	- Media Queries
		- max-width: 1400px
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 900px
		- max-width: 480px
		- max-width: 400px;

*/


/*
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%;
    font-size: 62.5%;
}

body {
    margin: 0;
}

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: underline;
    text-decoration: underline dotted;
}

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
--------------------------------------------- */

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


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

.archive-pagination:before,
.before-contact:before,
.before-content:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.home-row:before,
.home-top-slider:before,
.nav-primary:before,
.pricing-table:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.archive-pagination:after,
.before-contact:after,
.before-content:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.home-row:after,
.home-top-slider:after,
.nav-primary:after,
.pricing-table:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}


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


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

body {
    background-color: #fff;
    border-top: 5px solid #f26c4f;
    color: #555;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.featured-link {
    -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: #666;
    text-decoration: none;
}

a img {
    margin-bottom: -4px;
}

a:hover {
    color: #333;
}

a.more-link,
.entry-content a.more-link {
    background-color: #f26c4f;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 6px;
    padding: 8px 12px 8px 12px;
    text-transform: capitalize;
}

a.more-link:hover,
.entry-content a.more-link:hover,
.blog-top .entry-content a.more-link:hover {
    background-color: #efefef;
    color: #999;
}

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

strong {
    font-weight: 700;
}

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

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

blockquote {
    margin: 40px 40px 24px;
}

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

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

cite {
    font-style: normal;
}


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


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

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

img {
    height: auto;
    width: auto;
    /* IE8 */
}


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

input,
select,
textarea {
    background-color: #efefef;
    border: none;
    color: #34393e;
    font-size: 14px;
    padding: 16px;
    width: 100%;
}

input:focus,
textarea:focus {
    outline: none;
}

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.comment-reply,
.entry-content .button {
    background-color: #f26c4f;
    border: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    padding: 16px 24px;
    text-transform: capitalize;
    width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.comment-reply:hover,
.entry-content .button:hover {
    background-color: #efefef;
    color: #999;
}

.entry-content .button:hover {
    color: #f26c4f;
}

.button {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
}

.comment-reply {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}

.comment-reply a {
    color: #fff;
}

.comment-reply:hover a {
    color: #999;
}

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


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

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
    line-height: 2;
    margin-bottom: 40px;
    text-transform: capitalize;
    width: 100%;
}

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

tbody tr:first-of-type td {
    border-top: 4px solid #f26c4f;
}

th,
td {
    text-align: left;
}

th {
    font-weight: bold;
    text-transform: capitalize;
}

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


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

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

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

.more-link {
    position: relative;
}


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


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

.page-contact .content-sidebar-wrap,
.page-pricing .content-sidebar-wrap,
.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 970px;
}

.site-inner {
    clear: both;
    padding-top: 40px;
}

.front-page .site-inner {
    max-width: 100%;
    padding-top: 0;
}


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


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

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

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

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


/* Content */

.content {
    float: right;
    width: 600px;
}

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

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

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


/* Primary Sidebar */

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

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


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

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

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

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

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

.columns-4 .quote,
.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.columns-2 .first,
.columns-3 .first,
.columns-4 .first,
.first {
    clear: both;
    margin-left: 0;
}


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


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

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

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

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

.sticky {}

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

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

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

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

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

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

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

.widget_calendar table {
    width: 100%;
}

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


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

.breadcrumb {
    font-size: 14px;
    margin-bottom: 20px;
}

.archive-description,
.author-box {
    background-color: #fff;
    margin-bottom: 40px;
}

.archive-description {
    font-size: 16px;
    padding: 25px 0 10px;
}

.author-box {
    padding: 40px;
}

.author-box-title {
    color: #333;
    font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 4px;
}

.author-box a {
    border-bottom: 1px solid #ddd;
}

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

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


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

.entry-title {
    color: #f26c4f;
    font-size: 36px;
    line-height: 1;
}

.page-template-default .entry-title,
.page-contact .entry-title,
.page-pricing .entry-title {
    font-size: 48px;
    text-transform: capitalize;
}

.single .entry-title {
    font-size: 60px;
    margin-bottom: 35px;
}

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

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

.widget-title {
    color: #f26c4f;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: capitalize;
}

.sidebar .widget-title a {
    border: none;
}

.archive-title {
    color: #f26c4f;
    font-size: 36px;
    margin-bottom: 0;
}


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


/* Calendar
--------------------------------------------- */

.widget_calendar caption {
    font-weight: 700;
}

.widget_calendar {
    font-weight: 600;
}

.widget_calendar thead {
    display: none;
}

.widget_calendar td#prev {
    text-align: left;
}

.widget_calendar td#next {
    text-align: right;
}


/* Categories
--------------------------------------------- */

.sidebar .widget_categories ul {
    margin-left: 6px;
}

.sidebar .widget_categories ul li {
    border-bottom: 1px solid #e5e5e5;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    list-style-type: none;
    margin-bottom: 7px;
    padding: 0 0 6px 0;
    text-transform: capitalize;
}

.sidebar .widget_categories ul li:before {
    color: #f26c4f;
    content: "\f105";
    font-family: 'Font Awesome 6 Pro';
    font-size: 14px;
    padding-right: 12px;
}


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

.featured-content .entry {
    margin-bottom: 20px;
    padding: 0 0 24px;
}

.featured-content .entry-title {
    border: none;
    font-size: 24px;
    line-height: 1.2;
}

.featured-content .entry-title a {
    border: none;
}


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

.widget_search input[type="search"] {
    color: #999;
    max-width: 135px;
}


/* Tag Cloud
--------------------------------------------- */

.widget_tag_cloud a {
    background-color: #f26c4f;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 6px;
    padding: 5px 12px 5px 12px;
    text-transform: capitalize;
}

.widget_tag_cloud a:hover {
    background-color: #efefef;
    color: #999;
}


/* User Profile
--------------------------------------------- */

.user-profile h4,
.user-profile .widget-title {
    color: #34393e;
    font-size: 18px;
}

.user-profile p {
    color: #cecece;
    font-size: 16px;
}


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


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

.enews-widget {
    color: #999;
}

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

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

.enews-widget input:focus {
    border: 1px solid #ddd;
}

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

.enews-widget input:hover[type="submit"] {
    background-color: #efefef;
    color: #999;
}

.home-row .enews-widget {
    font-size: 18px;
    text-transform: capitalize;
}

.home-row .enews-widget .widget-title,
.home-row .enews-widget p {
    float: left;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 0;
    padding: 15px 0;
}

.home-row .enews-widget .widget-title {
    padding-right: 17px;
}

.home-row .enews-widget p {
    text-transform: none;
}

.home-row .enews-widget form {
    text-align: right;
}

.home-row .enews-widget input {
    border: 0;
    border-radius: 3px 0 0 3px;
    font-size: 16px;
    margin-bottom: 0;
    max-width: 323px;
    text-transform: capitalize;
}

.home-row .enews-widget input[type="email"] {
    background-color: #fff;
}

.home-row .enews-widget input[type="submit"] {
    border-radius: 0 3px 3px 0;
    margin-left: -5px;
    width: auto;
}


/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
    margin-bottom: 16px;
}

.latest-tweets .tweet-details a span {
    display: block;
    font-size: 11px;
    font-weight: 700;
    margin-top: 18px;
    text-transform: capitalize;
}


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

div#genesis-responsive-slider {
    border: none;
    padding: 0;
}

.front-page .site-tagline {
    margin-top: 0;
}

.flex-control-nav li a,
.flex-direction-nav li a {
    border-bottom: none;
}

div.flex-direction-nav li .prev {
    left: 0;
}

div.flex-direction-nav li .next {
    right: 0;
}

.flexslider {
    max-width: 100%;
}

.flexslider .slides img {
    width: 100%;
}

div.slide-excerpt {
    background-color: black;
    margin: 0 auto;
    left: 0;
    max-width: 970px;
    opacity: 1;
    right: 0;
    width: 100%;
}

html>body div.slide-excerpt-border {
    border: none;
    margin: 0;
    padding: 0;
}

ol.flex-control-nav {
    bottom: 0;
    margin-bottom: -5px;
    position: absolute;
}

ul.flex-direction-nav li a {
    color: #fff;
    margin-top: -20px;
    opacity: 0.6;
    text-indent: 0;
    visibility: hidden;
    width: 100px;
}

ul.flex-direction-nav li a:hover {
    opacity: 1;
}

ul.flex-direction-nav li .next {
    right: 0;
}

ul.flex-direction-nav li .prev {
    left: 0;
}

ul.flex-direction-nav li a:after {
    font-family: 'Font Awesome 6 Pro';
    font-size: 40px;
    position: absolute;
    width: 50px;
    visibility: visible;
}

ul.flex-direction-nav li .next:after {
    content: "\f054";
    right: 10px;
    text-align: right;
}

ul.flex-direction-nav li .prev:after {
    content: "\f053";
    left: 10px;
    text-align: left;
}


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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="tel"],
div.gform_wrapper input[type="text"],
div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
    font-size: 16px;
    padding: 16px;
}

.home div.gform_wrapper .gfield_required,
.page-contact div.gform_wrapper .gfield_required {
    color: #fff;
}

div.gform_wrapper .top_label input.large,
div.gform_wrapper .top_label select.large,
div.gform_wrapper .top_label textarea.textarea {
    width: 100%;
}

div.gform_wrapper .top_label .gfield_label {
    display: inline;
}

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

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

div.gform_wrapper li,
div.gform_wrapper form li {
    margin-top: 14px;
}

div.gform_wrapper .gform_footer {
    padding: 0;
    margin-top: 14px;
    clear: both;
}

div.gform_wrapper .gform_footer input[type="submit"] {
    background-color: #34393e;
    font-size: 18px;
    font-weight: 300;
    text-transform: none;
    width: 100%;
}


/* div.gform_wrapper .gform_footer input:hover[type="submit"] {
    background-color: #efefef;
    color: #999;
} */


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

img#wpstats {
    display: none;
}


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

.widget_wp_sidebarlogin,
.widget_wp_sidebarlogin a {
    color: #fff;
}

.widget_wp_sidebarlogin .widget-title {
    color: #fff;
}

.widget_wp_sidebarlogin .widget-wrap {
    background-color: #f26c4f;
    padding: 12px 14px 18px;
}


/* Simple Social Icons
--------------------------------------------- */

.simple-social-icons a,
.simple-social-icons a:hover {
    border-radius: 50% !important;
}


/* Testimonials
--------------------------------------------- */

.testimonials {
    font-size: 14px;
    text-align: left;
}

.testimonials blockquote {
    color: #34393e;
    margin: 0;
    padding-top: 35px;
    position: relative;
}

.testimonials blockquote p {
    text-align: justify;
}

.testimonials blockquote p:first-child {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25;
    text-align: left;
}

.testimonials blockquote:before {
    color: #34393e;
    font-family: Georgia, serif;
    font-size: 60px;
    height: 0;
    left: 0;
    position: absolute;
    top: -25px;
}

.testimonials .author {
    color: #aaa;
    display: block;
    padding-right: 30px;
}

.testimonials .avatar {
    display: block;
    margin: 0 auto 30px;
}

.testimonials .avatar-link {
    display: block;
    text-align: center;
}

.testimonials .quote {
    padding: 30px;
    position: relative;
}

.testimonials .quote:after {
    bottom: 75px;
    color: #34393e;
    content: "\201D";
    display: block;
    font-family: Georgia, serif;
    font-size: 60px;
    height: 0;
    position: absolute;
    right: 30px;
}


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

.site-header {
    position: relative;
    z-index: 498;
}

.site-header .wrap {
    max-width: 970px;
    padding: 40px 0;
}


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

.title-area {
    float: left;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
}

.header-image .title-area {
    padding: 0;
}

.site-title {
    background-color: #f26c4f;
    float: left;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 8px;
    text-align: center;
    text-transform: capitalize;
}

.site-title a {
    color: #fff;
    display: block;
    padding: 12px 22px;
}

.site-title a:hover {
    background-color: #efefef;
    color: #999;
}

.site-description {
    color: #34393e;
    float: left;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    padding: 12px 22px;
    text-transform: capitalize;
}


/* Logo, hide text */

.header-image .site-header .wrap {
    background: url(images/logo.jpg) no-repeat left center;
    padding: 0;
}

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

.header-image .site-title {
    background: none;
}

.header-image .site-title a {
    background: none;
    float: left;
    height: 80px;
    max-height: 80px;
    padding: 0;
    width: 155px;
}

.header-image .site-description {
    height: 0;
    padding: 0;
}


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

.widget-area {
    word-wrap: break-word;
}

.site-header .widget-area {
    float: right;
    text-align: right;
}

.header-image .site-header .widget-area {
    padding: 40px 0;
}


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

.genesis-nav-menu {
    clear: both;
    color: #999;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    background-color: #f26c4f;
    display: inline-block;
    margin-right: 8px;
    text-align: left;
}

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

.genesis-nav-menu a {
    border: none;
    color: #fff;
    display: block;
    padding: 12px 22px;
    position: relative;
}

.genesis-nav-menu .menu-item:hover a,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu a:hover {
    background-color: #efefef;
    color: #999;
}

.genesis-nav-menu .sub-menu .current-menu-item>a {
    color: #999;
}

.genesis-nav-menu>.menu-item>a {
    text-transform: capitalize;
}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 200px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #efefef;
    border-top: none;
    color: #999;
    position: relative;
    text-transform: capitalize;
    width: 200px;
}


/* .genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover {
    background-color: #f26c4f;
    color: #fff;
} */

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -37px 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 {
    display: inline-block;
    float: right;
    list-style-type: none;
    padding: 28px 0;
    text-transform: capitalize;
}

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

.genesis-nav-menu>.rss>a {
    margin-left: 48px;
}

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


/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
    position: static;
}

.menu .menu-item>a:focus+ul.sub-menu,
.menu .menu-item.sfHover>ul.sub-menu {
    left: auto;
    opacity: 1;
}


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

.sub-menu-toggle,
.menu-toggle {
    display: none;
    visibility: hidden;
}


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

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

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


/* Display outline on focus */

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


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


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

.entry {
    margin-bottom: 40px;
}

.entry-content a {
    color: #f26c4f;
}

.entry-content a:hover {
    color: #333;
}

.entry-content .attachment a,
.entry-content .gallery a {
    border: none;
}

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

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

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

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

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

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

.entry-meta {
    color: #7f8c8d;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
}

.entry-meta a {
    color: #999;
}

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

.entry-header .entry-meta::before {
    background-color: #e9e9e9;
    content: "";
    display: block;
    height: 4px;
    margin-bottom: 24px;
    width: 61px;
}

.entry-footer .entry-meta {
    margin: 0;
    padding: 0;
}

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

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


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

.archive-pagination,
.entry-pagination {
    font-size: 24px;
    margin: 40px 0;
}

.archive-pagination a,
.entry-pagination a {
    color: #f26c4f;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 8px 12px;
}

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

.entry-pagination a {
    border-bottom: 1px solid #ddd;
}


/* Post Formats
--------------------------------------------- */

.format-quote .entry-content {
    background-color: #f26c4f;
    color: #fff;
    display: inline-block;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.25;
    margin: 0 40px 40px 0;
    padding: 30px;
    position: relative;
}

.format-quote .entry-content p:last-child {
    margin-bottom: 0;
}


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

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

.entry-comments {}

.comment-respond,
.entry-pings {
    padding-bottom: 16px;
}

.comment-respond a,
.entry-comments a {
    border-bottom: 1px solid #ddd;
}

.comment-content {
    clear: both;
}

.comment-reply a {
    border-bottom: none;
}

.entry-comments .comment-author {
    margin-bottom: 0;
}

.comment-respond {
    margin-top: 40px;
}

.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-respond textarea {
    background-color: #f5f5f5;
}

.comment-list {
    margin-top: -16px;
}

.comment-list li,
.ping-list li {
    list-style-type: none;
}

.comment-list li {
    padding: 32px;
}

.comment-list li li {
    margin-bottom: -32px;
    margin-left: 32px;
    margin-right: -32px;
}

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

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

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

.bypostauthor {
    background-color: #f5f5f5;
    margin-top: 32px;
}

.comment-list li li.bypostauthor {
    margin-bottom: 0;
}

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


/* Before Content
--------------------------------------------- */

.before-content {
    background-color: #efefef;
    height: 560px;
    margin-top: -124px;
}


/* Pricing Table
--------------------------------------------- */

.pricing-table {
    margin: 0 30px;
}

.pricing-column {
    background-color: #fff;
    border-radius: 3px;
    padding: 30px 30px 20px;
}

.pricing-column.featured {
    background-color: #f26c4f;
    position: relative;
}

.pricing-column.featured:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #fff transparent transparent;
}

.pricing-column.featured:after {
    color: #f26c4f;
    content: "\f005";
    font-family: 'Font Awesome 6 Pro';
    font-size: 16px;
    position: absolute;
    top: 2px;
    right: 7px;
}

.pricing-column h4 {
    color: #f26c4f;
    font-size: 36px;
    margin-bottom: 4px;
}

.pricing-column.featured h4 {
    color: #fff;
}

.pricing-column p {
    color: #34393e;
    font-size: 16px;
    margin-bottom: 12px;
}

.pricing-column .button {
    background-color: #f26c4f;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}

.pricing-column .button {
    color: #fff;
}

.pricing-column.featured .button {
    background-color: #fff;
    color: #f26c4f;
}

.pricing-column .button:hover,
.pricing-column.featured .button:hover {
    background-color: #e4e4e4;
    color: #999;
}

.pricing-column p.price {
    font-size: 48px;
}

.pricing-column.featured p.price {
    color: #fff;
}

.pricing-column sup {
    font-size: 24px;
}

.pricing-column ul li {
    color: #bdbdbd;
    font-size: 16px;
    list-style-type: none;
}

.pricing-column.featured ul li {
    color: #fff;
}

.pricing-content {
    padding: 0 12px;
}


/*
Templates
---------------------------------------------------------------------------------------------------- */


/* Archive / Blog Page
--------------------------------------------- */

.archive .archive-before-content {
    background-color: #f26c4f;
    color: #fff;
}

.archive .entry,
.page-template-page_blog-php .entry {
    margin-bottom: 114px;
}

.archive .entry-title,
.page-template-page_blog-php .entry-title {
    font-size: 42px;
    margin-bottom: 35px;
}

.blog-top {
    background-color: #f26c4f;
    color: #fff;
    padding: 110px 0;
}

.blog-top .entry-content a.more-link {
    background-color: #34393e;
    display: block;
    margin-top: 50px;
    position: absolute;
}

.blog-top img {
    padding-left: 10%;
}

.blog-top .entry {
    margin-bottom: 0;
}

.blog-top .entry-title a {
    color: #fff;
}

.blog-top .entry-title a:hover {
    opacity: 0.5;
}


/* Contact Page
--------------------------------------------- */


/* Top Area */

.page-contact .site-container {
    background-color: #f26c4f;
}

.before-contact {
    background-color: #fff;
    margin-bottom: -124px;
    position: relative;
    text-align: center;
    top: -124px;
}

.kickstart-contact-map {
    margin: 0 auto;
}

.before-contact iframe {
    margin-bottom: -8px;
}

.before-contact .wrap {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
    width: 970px;
}

.kickstart-contact-box {
    background-color: #fff;
    color: #34393e;
    font-size: 14px;
    max-width: 426px;
    padding: 30px 30px 0;
    position: absolute;
    right: 0;
    text-align: left;
    margin-top: 15%;
}

.kickstart-contact-box .featured-link {
    clear: both;
    margin: 0 -30px;
}

.kickstart-contact-box p:last-child {
    margin-bottom: 0;
}

.kickstart-contact-box .widget-title {
    color: #34393e;
    font-size: 34px;
    font-weight: 400;
    text-transform: none;
}

.kickstart-contact-box .address,
.kickstart-contact-box .email,
.kickstart-contact-box .phone {
    font-weight: 700;
    margin-bottom: 0;
    padding-left: 27px;
    position: relative;
}

.kickstart-contact-box .address {
    padding-bottom: 25px;
}

.kickstart-contact-box .address:before,
.kickstart-contact-box .email:before,
.kickstart-contact-box .phone:before {
    color: #f26c4f;
    font-family: 'Font Awesome 6 Pro';
    left: 0;
    position: absolute;
}

.kickstart-contact-box .address:before {
    content: "\f041";
}

.kickstart-contact-box .email:before {
    content: "\f0e0";
}

.kickstart-contact-box .phone:before {
    content: "\f095";
}


/* Content */

.page-contact .entry-content,
.page-contact .entry-title {
    color: #fff;
}

.page-contact .entry-content h1 {
    color: #fff;
    font-size: 48px;
    text-transform: capitalize;
}

.page-contact .entry-content a {
    color: #fff;
    font-weight: 600;
}

.page-contact input,
.page-contact select,
.page-contact textarea {
    background-color: #fff;
}

/*** Sitewide Top Banner ***/

.top-banner--bed {
    background: #8f0024;
    display: flex;
    justify-content: center;
    padding: 1rem 5rem;
    width: 100%;
}

.top-banner--bed:hover {
    background: #8e0121;
}

.top-banner-text {
    color: #ffffff;
    font-size: 2.1rem;
    text-transform: capitalize;
    line-height: 100%;
    font-weight: 400;
    margin-bottom: 0;
}

.open-account-form input {
    background: none;
    border-bottom: 1px solid #333;
}

.gform_wrapper.gravity-theme .open-account-form .left_label .gfield_html.gfield_html_formatted {
    margin: 10px 0 10px 0;
}

.open-account-form_wrapper h2.gform_title, .open-account-form_wrapper p {
    text-align: center;
}

body.open-account-page h1.entry-title {
    display: none;
}

.gform_wrapper.gravity-theme .open-account-form .gform_footer {
    padding: unset !important;
    justify-content: center;
    margin-top: 3rem;
}

.gform_wrapper.gravity-theme .open-account-form .left_label .gfield_label {
    padding-right: 5px;
}

/* Homepage
--------------------------------------------- */


/* Home - General Styles */

.home-row>.wrap {
    margin: 0 auto;
    padding: 84px 0;
    max-width: 970px;
}

.home-row .avatar {
    float: none;
}

.home-row .entry-title {
    font-size: 24px;
    font-weight: 300;
    margin-top: 20px;
}

.home-row ul.featured {
    display: inline-block;
    margin: 55px 0 0 20px;
}

.home-row ul.featured li {
    font-size: 24px;
    list-style: none;
    margin-bottom: 20px;
    text-align: left;
}

.home-row ul.featured li:before {
    content: "\f005";
    font-family: 'Font Awesome 6 Pro';
    padding-right: 20px;
}

.home-row .entry-meta {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
    opacity: 0.2;
    padding-top: 0;
    text-transform: none;
}

.home-row .entry-header .entry-meta::before {
    display: none;
}

.home-row .entry-title a {
    color: #fff;
}

.home-row .simple-social-icons ul li a {
    background-color: #fff !important;
    color: #4c4c4c !important;
}

.home-row .widget-title {
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    text-transform: none;
}

.before-footer .widget-title,
.home-top-news .widget-title,
.lean-newsletter .widget-title {
    text-transform: capitalize;
}

.home-row .user-profile .widget-title {
    font-size: 18px;
}

.home-row1-left .widget-title,
.home-row3-left .widget-title {
    text-align: left;
}

.home-row1,
.home-row4,
.home-row6 {
    background-color: #f26c4f;
    color: #fff;
}

.home-row1 .widget-title,
.home-row4 .widget-title,
.home-row6 .widget-title {
    color: #fff;
}


/* .home-row2 .widget-title {
    margin-bottom: 68px;
} */

.home-row3-left a,
.home-row3-left .widget-title,
.home-row5 .widget-title {
    color: #f26c4f;
}

.home-row7 .widget-title {
    color: #34393e;
}


/* Home Top */

.home-top {
    height: 100%;
}

.home-top .wrap {
    height: 100%;
    max-width: 970px;
    position: relative;
}

.home-top .widget,
html>body div.slide-excerpt-border {
    background-color: #fff;
    bottom: 50px;
    font-size: 36px;
    position: absolute;
    width: 40%;
}

.home-top .widget p,
div.slide-excerpt-border p {
    line-height: 1.25;
    margin-bottom: 0;
    padding: 27px;
}

.featured-link,
.home-top .widget .featured-link,
div.slide-excerpt-border .featured-link {
    background-color: #f26c4f;
    display: block;
    font-size: 16px;
    line-height: 32px;
    padding: 0;
    position: relative;
    text-transform: capitalize;
}

.featured-link:before,
.home-top .widget .featured-link:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 11px;
    border-color: transparent transparent transparent #fff;
    content: "";
    display: block;
    margin-top: -6px;
    position: absolute;
    right: 20px;
    top: 50%;
}

.featured-link:after,
.home-top .widget .featured-link:after {
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 53px;
    top: 0;
    width: 1px;
}

.featured-link a {
    color: #fff;
    display: block;
    padding: 15px 50px 15px 28px;
    width: 100%;
}

.featured-link:hover,
.home-top .widget .featured-link:hover,
div.slide-excerpt-border .featured-link:hover {
    background-color: #efefef;
}

.featured-link:hover:before,
.home-top .widget .featured-link:hover:before {
    border-color: transparent transparent transparent #999;
}

.featured-link:hover a,
.home-top .widget .featured-link:hover a {
    color: #999;
}

.home-top-callout {
    background-color: #f26c4f;
    border-radius: 50%;
    color: #fff;
    height: 125px;
    position: absolute;
    right: 48px;
    text-align: center;
    top: 48px;
    width: 125px;
    z-index: 499;
}

.home-top-callout h4 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 0;
}

.home-top-callout p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

.home-top-callout .wrap {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-top-news {
    background-color: #34393e;
}

.home-top-news .wrap {
    padding: 21px 0;
}

.home-top-news .entry-content,
.home-top-news .entry-header,
.home-top-news .entry-title,
.home-top-news .widget-title {
    display: inline-block;
    float: left;
    line-height: 1.625;
    text-align: left;
}

.home-top-news .entry-title {
    line-height: 1.625;
    margin: 0;
}

.home-top-news .entry-content p {
    line-height: 1.45;
    margin: 0;
}

.home-top-news .entry-content,
.home-top-news .entry-header {
    padding-left: 20px;
}

.home-top-news .entry-content a {
    background: none;
    margin: -7px 0 0 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    visibility: hidden;
}

.home-top-news .entry-content a:after {
    color: #f26c4f;
    content: "\f054";
    font-family: 'Font Awesome 6 Pro';
    margin-top: -7px;
    right: 0;
    position: absolute;
    text-align: right;
    top: 50%;
    visibility: visible;
    width: 50px;
}

.home-top-news .featured-content .entry {
    margin: 0;
    padding: 0;
}

.home-top-news .widget {
    padding-left: 40px;
    position: relative;
}

.home-top-news .widget:before {
    color: #fff;
    content: "\f09e";
    font-family: 'Font Awesome 6 Pro';
    left: 0;
    position: absolute;
}

.home-top-news .widget-title {
    color: #f26c4f;
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 0;
}

.home-top-news .entry-title {
    font-size: 16px;
    text-transform: capitalize;
}

.home-top-slider {
    margin-bottom: -124px;
    overflow: hidden;
    position: relative;
    top: -124px;
}

.home-top-slider .wrap {
    margin: 0 auto;
    max-width: 100%;
}


/* Home Row 1 */

.home-row1 .textwidget ul li {
    color: #fff;
    list-style-type: none;
    opacity: 0.5;
}

.home-row1 input,
.home-row1 select,
.home-row1 textarea {
    background-color: #fff;
}


/* Home Row 2 */

.home-row2 {
    background-color: #efefef;
}


/* Home Row 3 */

.home-row3-right1,
.home-row3-right2 {
    text-align: center;
}

.home-row3-right1 .widget,
.home-row3-right2 .widget {
    width: 100%;
}


/* Home Row 4 */

.home-row4 .post {
    float: left;
    max-width: 400px;
    width: 41%;
}

.home-row4 .post:nth-of-type(even) {
    margin-left: 18%;
}

.home-row4 .post:nth-of-type(odd) {
    clear: left;
}

.home-row4 .post .entry-content {
    color: #fff;
}

.home-row4 .post .more-link {
    background-color: #fff;
    color: #f26c4f;
    display: block;
    margin-top: 25px;
    position: absolute;
}

.home-row4 .widget-title {
    margin-bottom: 80px;
}


/* Home Row 5 */

.home-row5 {
    text-align: center;
}


/* Home - Newsletter Signup */

.home-row.lean-newsletter .wrap {
    padding: 15px 0;
}

.lean-newsletter {
    background-color: #34393e;
}

.lean-newsletter form {
    margin-bottom: 0;
}


/* Home Row 6 */

.home-row6 {
    text-align: center;
}


/* Home Row 7 */

.home-row7 .widget-title {
    margin-bottom: 45px;
}


/* Pricing
--------------------------------------------- */

.page-pricing .before-content {
    background-color: #e4e4e4;
    min-height: 824px;
    padding-top: 170px;
}

.page-pricing .before-content .widget-title {
    color: #fff;
    font-size: 48px;
    font-weight: 300;
    padding-top: 55px;
    text-align: center;
}

.page-pricing .before-content .pricing-table {
    padding: 70px 0 65px;
}

.page-pricing .entry-content p:first-child {
    font-size: 27px;
}


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

.sidebar {
    color: #34393e;
    font-size: 14px;
}

.sidebar p:last-child {
    margin-bottom: 0;
}

.sidebar li {
    list-style-type: none;
    margin-bottom: 6px;
    word-wrap: break-word;
}

.sidebar ul>li:last-child {
    margin-bottom: 0;
}

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

.sidebar .widget input {
    border: none;
    box-shadow: none;
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    padding: 11px 16px;
    text-transform: capitalize;
    width: auto;
}

.sidebar .widget input[type="email"],
.sidebar .widget input[type="search"] {
    max-width: 135px;
    margin-right: 2px;
    padding: 11px 13px;
}

.sidebar .widget input[type="search"] {
    background-color: #efefef;
    color: #999;
}

.sidebar .enews {
    background-color: #34393e;
    padding: 12px 14px 18px;
}

.sidebar .enews .widget-title {
    background: none;
    margin-bottom: 10px;
    padding-top: 0;
}

.sidebar .enews-widget p {
    color: #fff;
    margin-bottom: 15px;
}

.sidebar .widget_wp_sidebarlogin input[type="submit"] {
    background-color: #34393e;
    width: 100%;
}

.sidebar .widget_wp_sidebarlogin input:hover[type="submit"] {
    background-color: #efefef;
    color: #999;
}


/*
Before Footer
---------------------------------------------------------------------------------------------------- */

.before-footer {
    background-color: #f26c4f;
    color: #fff;
    padding: 21px 0;
}

.before-footer a {
    color: #fff;
}

.before-footer .widget-title {
    color: #fff;
    display: inline;
    float: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.625;
    margin-bottom: 0;
    padding-left: 40px;
}

.before-footer .latest-tweets {
    position: relative;
}

.before-footer .latest-tweets:before {
    color: #fff;
    content: "\f099";
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    left: 0;
}

.before-footer .latest-tweets ul li {
    float: left;
    font-size: 16px;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 40px;
    text-transform: capitalize;
}

.before-footer .latest-tweets .tweet-text {
    opacity: 0.5;
}

.before-footer .latest-tweets .tweet-details a span {
    color: #fff;
    display: inline;
    font-size: 11px;
    font-weight: 300;
    margin: 0;
    padding-left: 20px;
    text-transform: none;
}


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

.footer-widgets {
    background-color: #34393e;
    color: #959799;
    clear: both;
    font-size: 14px;
    padding: 40px 0 16px;
}

.footer-widgets .wrap {
    max-width: 970px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5 {
    width: 176px;
}

.footer-widgets .widget-area {
    margin-right: 18px;
}

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

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

.footer-widgets-5 {
    float: right;
}

.footer-widgets a {
    color: #959799;
}

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

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

.footer-widgets .widget-title {
    text-transform: none;
}

.footer-widgets li {
    list-style-type: none;
    margin-bottom: 6px;
    word-wrap: break-word;
}

.footer-widgets .latest-tweets .tweet-details a span {
    color: #616468;
    display: block;
    font-weight: 300;
    text-transform: none;
}

.footer-widgets .latest-tweets .tweet-details a:hover span {
    color: #fff;
}

.footer-widgets .search-form input:focus {
    border: 1px solid #ddd;
}

.footer-widgets .widget_tag_cloud a {
    color: #fff;
}

.footer-widgets .widget_tag_cloud a:hover {
    background-color: #efefef;
    color: #999;
}


/*
Footer Social
---------------------------------------------------------------------------------------------------- */

.footer-social {
    background-color: #34393e;
    color: #fff;
}

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

.footer-social .simple-social-icons ul li {
    margin: 0 2px 12px !important;
}

.footer-social .simple-social-icons a,
.footer-social .simple-social-icons a:hover {
    background: none !important;
    border: 3px solid #fff !important;
}

.footer-social .simple-social-icons a:hover {
    background-color: #fff !important;
    color: #34393e !important;
}


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

.site-footer {
    background-color: #34393e;
    color: #959799;
    font-size: 12px;
    padding: 40px 0;
    text-align: center;
}

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

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


/*start 321 css*/

:root {
    --secondaryColor: #575757;
}


/*buttons*/


/*general*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111;
    font-family: "Open Sans", sans-serif;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 16px;
}

h1 {
    font-size: 4rem;
    font-weight: 700;
}

h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #222;
}

h3 {
    font-size: 2.6rem;
    font-weight: 500;
}

h4 {
    font-size: 2.1rem;
    font-weight: 700;
}

h5 {
    font-size: 1.9rem;
    font-weight: 500;
}

h6 {
    font-size: 1.8rem;
    color: #000;
}

.page-template-default:not(.home) .entry-title,
.archive.tax-product_cat .entry-title {
    font-size: 4.8rem;
    text-transform: capitalize;
    margin-bottom: 3.2rem;
    color: #000;
}

.sidebar .widget {
    margin-top: 5rem;
}

.sidebar .widget .widget-title {
    font-size: 2rem;
    text-transform: capitalize;
    color: #222;
}

.entry-content p,
.entry-content ul>li {
    color: #404040;
}


/*wrap stuff*/

body:not(.home) .content-sidebar-wrap {
    display: flex;
    justify-content: space-between;
    padding: 0;
    flex-direction: row;
}

.header-image .site-header>.wrap {
    background: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1040px;
    padding: 0;
    background: none;
}

@media (max-width: 1124px) {
    .header-image .site-header>.wrap {
        padding: 0 3%;
    }
    body:not(.home) .content-sidebar-wrap {
        padding: 0 4%;
    }
}

@media (max-width: 1023px) {
    body:not(.home) .content-sidebar-wrap {
        flex-direction: column;
    }
    .sidebar .widget {
        max-width: 500px;
        margin: 0 auto;
    }
}


/*topbar*/

.site-header .topbar {
    flex: 1 1 100%;
    background-color: transparent;
}

.topbar {
    display: none;
}

@media (min-width: 900px) {
    .topbar {
        flex: 1 1 100%;
        height: 41px;
        display: flex;
        align-items: center;
        transition: all 0.15s ease-in-out;
        background-color: #fff;
        overflow: visible;
        color: #000;
        border-bottom: 1px solid #cdcdcd;
        padding-top: 4px;
        position: relative;
        z-index: 2;
    }
    .shrink .topbar {
        height: 0;
        padding: 0;
    }
    .topbar .widget .menu {
        display: flex;
        justify-content: flex-end;
        margin-right: 0;
    }
    .topbar .widget .menu>li {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
    }
    body .topbar .widget .menu li {
        margin: 0;
    }
    .topbar .widget .menu>li a {
        margin: 0;
        padding: 7px 12px;
        text-decoration: none;
        display: block;
    }
    .nav-primary .genesis-nav-menu .sub-menu {
        background: #fff;
    }
    .topbar .widget .menu>li a:hover,
    .topbar .widget .menu>li a:focus {
        opacity: 0.7;
    }
    .topbar .widget .menu>li .sub-menu a {
        color: #333;
        padding: 20px 20px 19px;
        border: 1px solid #222;
    }
    .topbar .topbar-address {
        text-decoration: none;
        padding-left: 20px;
        display: flex;
        align-items: center;
    }
    .topbar .widget .menu>li a,
    .topbar .topbar-address {
        font-size: 1.4rem;
        font-weight: 400;
        color: #222;
    }
    .topbar .widget .menu>li>a svg {
        font-size: 1.6rem;
        margin-right: 5px;
    }
    .topbar>.wrap:before,
    .topbar>.wrap:after {
        display: none;
    }
    .topbar>.wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0 3px;
    }
    .topbar .widget {
        margin: 0;
        word-wrap: normal;
    }
    .topbar ul.sub-menu {
        position: absolute;
        right: 0;
        opacity: 0;
        transition: 0.15s ease-in-out all;
        pointer-events: none;
        top: 34px;
        background: #fff;
        transition: opacity 0.4s ease-in-out;
        width: 200px;
        z-index: 99999;
    }
    .topbar .menu-item {
        position: relative;
    }
    .topbar .menu-item:hover>.sub-menu,
    .topbar .menu-item:focus>.sub-menu {
        opacity: 1;
        pointer-events: all;
    }
    .topbar .menu-item>.sub-menu:hover,
    .topbar .menu-item>.sub-menu:focus {
        pointer-events: all;
    }
    .topbar .widget .menu>li.pr-0 a {
        padding-right: 0;
    }
}


/*header*/

.header-image .site-header .widget-area {
    flex: 1 1 100%;
}

.header-image .site-header .genesis-nav-menu {
    display: flex;
}

.header-image .title-area img {
    max-width: 125px;
}

.header-image .site-title {
    display: none !important;
}

.header-image .title-area {
    background: none !important;
}


/*fixed header */

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

header.site-header {
    position: sticky;
    width: 100%;
}


/*nav*/

body {
    background-color: #fff;
    border-top: none;
}

header.site-header {
    background: #fff;
    top: 0;
    box-shadow: 0 1px 2px -1px rgb(0 0 0 / 53%);
}

.header-image .site-header .widget-area {
    padding: 0;
}

.header-image .title-area {
    padding: 0;
    background: url(images/logo.jpg) no-repeat left center;
    background-size: contain;
    padding: 1rem 0;
}

.header-image .site-header .wrap:before,
.header-image .site-header .wrap:after {
    display: none;
}

body .genesis-nav-menu .menu-item {
    background: transparent;
    margin: 0;
}

body .genesis-nav-menu .menu-item a {
    color: #222;
}

body .genesis-nav-menu .menu-item a {
    color: #000;
    padding: 10px 10px;
    text-transform: none;
}

body .genesis-nav-menu .menu-item.menu-cta a {
    background: transparent;
    color: #222;
    border-radius: 2px;
    margin-left: 10px;
    border: 2px solid #93102d;
    padding: 10px 13px;
}

.genesis-nav-menu .menu-item:hover a,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu a:hover {
    background-color: transparent;
    opacity: 0.8;
    color: #444;
}

body .genesis-nav-menu .menu-item.phone-cta a {
    color: #8e0121;
    font-weight: 600;
}

.genesis-nav-menu .menu-item:hover {
    position: relative;
}

body .menu-item.menu-item-has-children:hover .sub-menu {
    top: 100%;
}

body .genesis-nav-menu .sub-menu a:hover,
body .genesis-nav-menu .sub-menu a:focus {
    color: #222;
    opacity: 1;
    background-color: #efefef;
}

.menu-item.menu-item-has-children .sub-menu {
    background: #fff;
}

.menu-item.menu-item-has-children .sub-menu a {
    background: transparent;
    color: #222;
}

p.gform_required_legend {
    display: none;
}

body .genesis-nav-menu>.menu-item:first-of-type {
    margin-left: 3rem;
}

body .genesis-nav-menu .menu-item:not(.phone-cta):not(.menu-cta) a {
    padding: 1rem 14px;
    font-weight: 500;
    font-size: 15px;
}

body .genesis-nav-menu .menu-item.phone-cta {
    margin-left: auto;
}

.mobile-only {
    display: none !important;
}

@media (max-width: 899px) {
    .mobile-only {
        display: block !important;
    }
    .genesis-nav-menu {
        flex-direction: column;
    }
    body header .wrap button+.nav-primary,
    .nav-secondary {
        width: 93vw;
        max-width: 400px;
        max-width: 40rem;
        margin: 0;
        padding: 0 40px;
        padding: 0 4rem;
        background-color: #ffffff;
        border-top: 1px solid #eceef1;
        border-bottom: 1px solid #eceef1;
        position: absolute;
        right: -400px;
        right: -40rem;
        top: 0;
        bottom: 0;
        height: 100vh;
        overflow: auto;
        transition: all 0.3s ease;
        flex: 1 1 100%;
        background: #fff;
    }
    body .site-header .nav-primary {
        max-width: 400px;
    }
    body header .wrap button+.nav-primary {
        display: block;
    }
    body header .wrap button.activated+.nav-primary {
        right: 0;
        left: auto;
        box-shadow: 0 0 4rem rgba(42, 49, 57, 0.2);
    }
    .nav-primary .menu,
    .nav-secondary .menu {
        padding: 5em 0 7.5em;
        position: relative;
    }
    .genesis-responsive-menu .wrap {
        margin-left: 0;
    }
    button#mobile-genesis-nav-primary {
        width: auto;
        position: relative;
        display: flex;
        align-items: center;
        margin: 0 0 0 auto;
        background: transparent;
        color: #fff;
    }
    button#mobile-genesis-nav-primary:before,
    button#mobile-genesis-nav-primary:after {
        color: #242424;
    }
    .header-image .title-area {
        padding: 0;
        background: url(images/logo.jpg) no-repeat left center;
        background-size: contain;
        padding: 1rem 0;
        height: 100%;
        width: 200px;
    }
    .header-image .site-header .wrap {
        max-width: 90%;
        padding: 1rem 0;
    }
    body header .wrap button.activated {
        background: #242424;
    }
    body header .wrap button.activated:before,
    body header .wrap button.activated:after {
        color: #fff;
    }
    body header .wrap button.activated+.nav-primary {
        right: 0;
        left: auto;
        box-shadow: 0 0 4rem rgb(42 49 57 / 20%);
        background: #242424;
    }
    .nav-primary .genesis-nav-menu.menu .menu-item {
        flex: 1 1 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    body .nav-primary .genesis-nav-menu .sub-menu {
        background: transparent;
    }
    body .genesis-nav-menu .sub-menu a:hover,
    body .genesis-nav-menu .sub-menu a:focus {
        background: transparent;
    }
    body .genesis-nav-menu .menu-item:not(.phone-cta):not(.menu-cta) a {
        font-size: 18px;
    }
}

body .button.outline {
    color: #fff;
    display: block;
    padding: 5px 18px;
    width: 100%;
    display: inline-block;
    border: solid 2px #fff;
    background: none;
    width: auto;
    text-transform: capitalize;
    font-size: 2rem;
    font-weight: 500;
    border-radius: 3px;
}

body .button.outline:hover,
body .button.outline:focus {
    color: #fff;
    background: rgb( 255 255 255 / 20%);
}


/*home general*/

.home input,
.home textarea,
.home select {
    background: #eaeaea;
    border-radius: 2px;
}

.home .widget-title {
    text-align: left;
    color: #333;
    font-weight: 500;
}

.home .home-row1,
.home .home-row4,
.home .home-row6 {
    background-color: #eaeaea;
    color: #222;
}

.home-row1 .widget-title,
.home-row4 .widget-title,
.home-row6 .widget-title,
.home-row .entry-title a,
.home-row .entry-meta,
.home-row4 .post .entry-content,
.home-row1 .textwidget ul li {
    color: #222;
    opacity: 1;
}

.home-row2 {
    background-color: #fff;
}

.home div.gform_wrapper .gfield_required,
.page-contact div.gform_wrapper .gfield_required,
div.gform_wrapper .gfield_required {
    color: #a40e0e;
}

.home p {
    text-align: left;
}

.home .site-inner .widget img {
    border-radius: 3px;
    box-shadow: 0 1px 8px -2px rgb(0 0 0 / 47%);
}

.home .home-row .widget-title {
    margin-bottom: 2rem;
}

.home .home-top .featured-link-home-top {
    text-align: center;
}


/*home top*/

.home .before-content {
    height: 84rem;
    margin-top: 0;
}

.home-top {
    position: relative;
}

.home-top:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgb(0 0 0 / 35%);
}

.home-top .wrap {
    z-index: 2;
}

.home .home-row1 {
    background-color: #eaeaea;
    color: #222;
    background: url(/wp-content/uploads/2022/02/barclay-fill-dirt.jpg);
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}

.home .home-row1::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgb(0 0 0 / 64%), rgb(0 0 0 / 44%));
}

.home .home-row1>.wrap {
    position: relative;
    z-index: 2;
}

.home div#home-row1-right {
    width: auto;
    margin: 0 auto;
    float: none;
    clear: both;
    padding: 0 10%;
    clear: both;
}

.home-top .widget h1 {
    text-align: center;
    text-shadow: 0px 0px 3px #000;
    color: #fff;
    font-weight: 700;
    font-size: 5rem;
}

.home .home-top .widget .featured-link {
    display: inline-block;
    border-radius: 3px;
    background: transparent;
    border: 2px solid #fff;
}

.home-top .featured-link a {
    color: #fff;
    display: block;
    padding: 1rem 2rem;
    width: 100%;
}

.home .home-top .featured-link::before,
.home .home-top .featured-link::after {
    display: none;
}

.home-top:after {
    background: rgb(0 0 0 / 53%);
}

.home-top .widget {
    background-color: transparent;
    bottom: 27%;
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    width: 100%;
    text-align: center;
}

.home .home-top .widget .featured-link:hover,
.home .home-top .widget .featured-link:focus {
    color: #fff;
    background: rgb(255 255 255 / 19%);
}

.home .home-top .featured-link:hover a,
.home .home-top .featured-link:focus a {
    color: #fff;
}

body .button.outline.home-top--button {
    padding: 1rem 3rem;
    font-size: 22px;
    text-shadow: 0px 0px 3px #000;
    background: rgb(255 255 255 / 10%);
}

body .button.outline.home-top--button:hover,
body .button.outline.home-top--button:focus {
    background: rgb(255 255 255 / 30%);
}


/*fp2*/

.home .home-row .gform_wrapper {
    background: #fff;
    padding: 3rem;
    border-radius: 2px;
    box-shadow: 0 0 2px #a40e0e, 0 1px 11px -4px rgb(0 0 0 / 63%);
}

div#home-row1-left .textwidget * {
    font-size: 2rem;
}


/*fp3*/


/*fp4*/

.home .home-row4 {
    background: #fff;
}

#home-row4>.wrap .widget-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -2rem;
}

.home-row4 .wrap .widget-wrap .post.status-publish {
    flex: 1 1 28%;
    float: none;
    clear: both;
    margin: 0 2rem;
    width: 100%;
}

.home .home-row4 .widget-title {
    flex: 1 1 100%;
    margin: 0 2rem 4rem;
}

.home .home-row4 .entry-title {
    font-size: 2.4rem;
    font-weight: 500;
    margin-top: 20px;
}


/*fp5*/

.home-row5 .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.home-row5 h3.widgettitle.widget-title {
    font-size: 3rem;
    color: #333;
    font-weight: 700;
    margin-bottom: 0;
    display: none;
}

.home-row5 .wrap .widget_custom_html {
    flex: 1 1 100%;
}

.home-row5 .wrap .featuredpage {
    flex: 1 1 30%;
    display: flex;
    align-items: flex-start;
    text-align: left;
    margin: 1rem;
    max-width: 30%;
}

.home-row5 .wrap .featuredpage .entry {
    position: relative;
    padding: 0;
    margin: 0;
}

.home-row5 .wrap .featuredpage .entry-header .entry-title {
    position: absolute;
    bottom: 2rem;
    color: #fff;
    font-weight: 500;
    text-transform: none;
    left: 2rem;
    margin: 0;
    pointer-events: none;
    font-size: 2rem;
}

.home .featured-content .entry>a {
    display: block;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.home .home-row5 .featured-content .entry>a:before,
.home .home-row5 .featured-content .entry>a:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(28deg, rgb(0 0 0 / 82%), rgb(0 0 0 / 12%));
    transition: 0.1s ease;
}

.home .home-row5 .featured-content .entry>a:after {
    background: none;
    background-color: transparent;
}

.home .featured-content .entry>a:hover::after,
.home .featured-content .entry>a:focus::after {
    background: rgb(0 0 0 / 25%);
}

.home .featured-content .entry>a>img {
    display: block;
    margin: 0;
}

.home-row5 .widget-title {
    margin: 4rem 10px 3rem;
    color: #444;
}

.home-row5 .widget-title a,
.home-row5 .widget-title svg {
    color: #333;
}

.widget-title a svg {
    font-size: 2rem;
    height: 4rem;
    width: 4rem;
    margin-right: 1.5rem;
}

.widget-title a:hover,
.widget-title a:focus,
.widget-title a:hover svg,
.widget-title a:focus svg {
    color: #555;
}

.widget-title a {
    display: flex;
    align-items: center;
}


/*fp6*/

.home-row6 {
    position: relative;
}

div#home-row6:before,
div#home-row6:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/wp-content/uploads/2022/11/aggregate-material-processing.jpg);
    z-index: 0;
    background-size: cover;
    background-position: 50% 50%;
}

div#home-row6:before {
    transform: scaleX(-1);
}

div#home-row6:after {
    background: linear-gradient(to right, rgb(40 40 40 / 40%), rgb(0 0 0 / 94%));
    z-index: 1;
}

.home-row6 .wrap:before,
.home-row6 .wrap:after {
    display: none;
}

.home-row2>.wrap,
.home-row6>.wrap {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.widget_media_image>.widget-wrap {
    display: flex;
    align-items: center;
    height: 100%;
}

.home-row6 .widget.one-half:not(.first) {
    margin-left: 4rem;
}

div#home-row6 .widget .widget-title {
    color: #fff;
}

div#home-row6 .widget {
    max-width: 500px;
    margin: 0 0 0 auto;
    color: #fff;
    font-weight: 400;
    font-size: 2rem;
}

div#home-row6 .widget p {
    opacity: 92%;
}

div#home-row6 .widget p a {
    opacity: 1;
}

.home-row6 a {
    color: #8f0024;
    font-weight: 700;
}

.home-row6 a:hover,
.home-row6 a:focus {
    opacity: 0.9;
}


/*homepage blog section*/

.home-row4 .post {
    background: #fff;
    box-shadow: 0 1px 8px -2px rgb(0 0 0 / 44%);
    border-radius: 3px;
    position: relative;
}

.home-row4 .post .entry-header,
.home-row4 .post .entry-content {
    padding: 0 2rem;
}

.home-row4 .post .entry-content p {
    margin: 0;
    padding-bottom: 4rem;
}

.home-row4 .post .entry-content .read-more {
    position: absolute;
    bottom: 1rem;
    left: 2rem;
}

.home .home-row4 .featured-content .entry>a {
    border-radius: 3px 3px 0 0;
    display: block;
    overflow: visible;
    min-height: 161px;
}

.home .home-row4 .featured-content .entry>a>img {
    border-radius: 3px 3px 0 0;
    box-shadow: 0 2px 5px -4px #000;
}

.home-row .entry-title a {
    text-transform: capitalize;
}


/*inner pages*/

.page:not(.home) .site-inner,
.archive.tax-product_cat .site-inner {
    /* box-shadow: 0 1px 8rem -2rem rgb(0 0 0 / 26%); */
    max-width: 1040px;
    padding: 4rem 3.5rem 0;
    margin: 4rem auto;
}

.single-product .site-inner {
    clear: both;
    padding-top: 150px;
}

.center-h1 h1 {
    text-align: center;
}

body:not(.home) .before-content {
    background-color: #efefef;
    height: 360px;
    overflow: hidden;
    margin-top: 0;
}

.blog.full-width-content .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space;
}

.archive-description.posts-page-description {
    flex: 1 1 100%;
}

.archive-description.posts-page-description h1 {
    font-weight: 700;
}

.blog.full-width-content .content .entry {
    flex: 1 1 30%;
    max-width: 30%;
    margin-right: 3%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.blog.full-width-content .content .entry .entry-title a {
    font-size: 2rem;
    font-weight: 500;
}

.blog.full-width-content .content .entry .entry-content p {
    margin: 2rem 0;
    font-size: 1.6rem;
}

.blog.full-width-content .content .entry .entry-content p a {
    margin-top: 1rem;
    display: block;
}

span.posted_in {
    display: none;
}

div#tab-description {
    max-width: 768px;
}

button.btn.btn-primary:hover,
button.btn.btn-primary:focus {
    color: #fff;
    opacity: 0.8;
}

body div.gform_wrapper .gform_footer input[type="submit"]:hover,
body div.gform_wrapper .gform_footer input[type="submit"]:focus {
    opacity: 0.8;
}

body .entry-content a {
    color: #8f0222;
    font-weight: 500;
}

body .entry-content a:hover,
body .entry-content a:focus {
    color: #8f0222;
    opacity: 0.8;
}

.address-block--header {
    font-weight: 600;
    color: #930d2c;
    margin-bottom: 1rem;
    font-size: 2.3rem;
}

.entry-content .social-icons {
    margin-bottom: 2rem;
}

.content-sidebar-wrap::before,
.content-sidebar-wrap::after {
    display: none;
}

.content {
    width: 71rem;
}

.page:not(.home) .site-inner,
.archive.tax-product_cat .site-inner {
    max-width: 1040px;
    padding: 0rem 0 0;
}


/*fixed header cleanup*/

.single-product .site-inner {
    clear: both;
    padding-top: 4rem;
}

.full-width-content:not(.home),
.content-sidebar,
.content-sidebar-sidebar,
.sidebar-content-sidebar {
    margin-top: 0;
}


/*product pages*/

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    font-size: 4rem;
    font-weight: 700;
    color: #000;
}

.woocommerce div.product div.images img {
    border-radius: 3px;
}

.single-product div:focus {
    border: none;
    outline: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus {
    outline: none;
}

ul.specs_list {
    margin-left: 2rem;
}

ul.specs_list>li {
    list-style-type: none;
}

ul.specs_list>li svg {
    margin-right: 7px;
}

.woocommerce div.product div.images img {
    border-radius: 3px;
    box-shadow: 0 1px 20px -7px rgb(0 0 0 / 51%);
}


/*before footer*/

body .before-footer {
    text-align: center;
    padding: 4rem 0;
    color: #222;
    background: #eee;
    box-shadow: 0 -1px 5px -3px rgb(0 0 0 / 46%);
    overflow: visible;
    position: relative;
}

.before-footer .widget_text.widget-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

body .before-footer .widget-title {
    color: #000;
    display: block;
    float: none;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 2rem;
    padding-left: 0;
    text-transform: none;
}

.before-footer .button.bf-button {
    background-color: #8f0024;
    border-radius: 3px;
    color: #fff;
}

.before-footer .button.bf-button:hover,
.before-footer .button.bf-button:focus {
    color: #fff;
    opacity: 0.9;
    background: #8f0024;
}


/*modal css*/

body .modal {
    top: 5%;
}

.modal .gform_wrapper {
    padding: 2rem 2rem 0;
}

.gform_wrapper.gravity-theme .gchoice {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 8px;
}

.gform_wrapper.gravity-theme .gchoice input {
    width: auto;
    margin-right: 8px;
    margin-right: 8px;
    margin-top: 6px;
}

button.btn.btn-primary,
body .wp-block-button a {
    margin-bottom: 15px;
    padding: 1rem 3rem;
    text-transform: none;
    font-weight: 600;
    font-size: 2rem;
    background: #8e0121;
    border-radius: 3px;
    color: #fff;
}

body .wp-block-button a {
    font-size: 1.6rem;
}

body button.btn.btn-small {
    font-size: 1.6rem;
}

body .wp-block-button a:hover {
    color: #fff;
}

body div.gform_wrapper .gform_footer input[type="submit"] {
    background: #8e0121;
    color: #fff;
    font-weight: 500;
    width: auto;
    padding: 1rem 2rem;
    border-radius: 3px;
}

body .modal-title {
    margin-left: 18px;
}

@media (min-width: 767px) {
    body .modal-dialog {
        max-width: 750px;
    }
}


/*sidebar*/


/*footer*/

.footer-widgets {
    background-color: #242424;
    color: #fff;
    clear: both;
    font-size: 16px;
    padding: 40px 0 16px;
    display: flex;
    box-shadow: 0 -1px 5px -3px rgb(0 0 0 / 45%);
    overflow: visible;
    z-index: 5;
    position: relative;
    border-top: 3px solid #8f0024;
}

.footer-image img {
    filter: grayscale(1) brightness(9.5);
    width: 16rem;
}

body .site-footer {
    background-color: #111;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: none;
    padding: 6px 0;
}

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

.site-footer a:hover,
.site-footer a:focus {
    color: #eee;
}

.footer-widgets .widget-area {
    flex: 1 1 30%;
}

.footer-widgets .widget-area.footer-widgets-2.footer-widget-area {
    flex: 1 1 46%;
}

.footer-widgets .widget-area.footer-widgets-3.footer-widget-area {
    flex: 1 1 18%;
}

.footer-widgets .wrap:before,
.footer-widgets .wrap:after {
    display: none;
}

.footer-widgets .wrap {
    max-width: 970px;
    display: flex;
    width: 100%;
}

.footer-image {
    max-width: 198px;
}

.footer-widgets .widget-title {
    font-size: 2rem;
    margin: 44px 0 30px;
    color: #fff;
}

.footer-widgets ul#menu-aggregate-products-menu>li {
    flex: 1 1 50%;
}

.footer-widgets ul#menu-aggregate-products-menu {
    display: flex;
    flex-wrap: wrap;
}

.footer-widgets a {
    color: #9e9e9e;
}

.footer-widgets a:hover,
.footer-widgets a:focus {
    opacity: 1;
    color: #fff;
}

.footer-widgets ul#menu-aggregate-products-menu {
    padding-right: 6rem;
}

body .footer-widgets .tto-social-media .tto-social-media--container {
    margin-top: 1rem;
    margin-left: 3px;
}

body .footer-widgets .tto-social-media .tto-social-media--container .tto-social-media--icon-link svg {
    color: #fff;
}

body .footer-widgets .tto-social-media .tto-social-media--container .tto-social-media--icon-link:hover svg {
    color: #fff;
    opacity: 0.8;
}

.address-block {
    margin-left: 3px;
}

.site-inner .entry-content img[class*="align"] {
    border-radius: 3px;
    box-shadow: 0px 1px 5px -1px rgb(0 0 0 / 42%);
}

.site-footer a {
    color: #fff;
    text-decoration: underline;
}

.home .entry-meta a {
    color: #737373;
    font-weight: 500;
}


/*mobile qa */

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

@media only screen and (max-width: 1023px) {
    .home .home-top .widget {
        bottom: 63px;
    }
    body .genesis-nav-menu .menu-item:not(.phone-cta):not(.menu-cta) a {
        padding: 1rem 10px;
        font-weight: 500;
        font-size: 13px;
    }
}

@media (max-width: 899px) {
    .home-row5 .wrap .featuredpage {
        flex: 1 1 40%;
    }
    .home .home-top .widget {
        width: 100%;
    }
    .before-content {
        background-color: #efefef;
        height: 360px;
        margin-top: 0;
        overflow: hidden;
    }
    .front-page .site-inner .wrap {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .front-page .site-inner .home-row5 .wrap {
        padding: 0 5% 5rem;
    }
    #home-row4>.wrap .widget-wrap {
        flex-direction: column;
        align-items: center;
    }
    .home-row4 .wrap .widget-wrap .post.status-publish:not(:last-of-type) {
        margin-bottom: 3rem;
    }
    body header .wrap button.activated+.nav-primary {
        right: 0;
        left: auto;
        box-shadow: 0 0 4rem rgb(42 49 57 / 20%);
        background: #fff;
    }
    body .sub-menu-toggle {
        background: #fff;
        color: #222;
    }
    body header .wrap .menu button.activated {
        background: #fff;
        color: #222;
    }
    body .genesis-nav-menu>.menu-item:not(.phone-cta):not(.menu-cta)>a {
        font-size: 18px;
        padding: 17px 14px;
        color: #000;
    }
    body .genesis-nav-menu .menu-item:not(.phone-cta):not(.menu-cta) .sub-menu a {
        font-size: 1.6rem;
        font-weight: 400;
        padding-left: 16px;
    }
    .js header .genesis-nav-menu .menu-item.menu-cta a {
        display: inline-block;
        width: auto;
        margin-left: 13px;
        margin-top: 1rem;
        border-color: #8f0123;
        color: #000;
        font-weight: 500;
    }
    .nav-primary .genesis-nav-menu.menu .menu-item.phone-cta {
        margin-top: 2rem;
        display: block;
        color: #8f0123;
    }
    button#mobile-genesis-nav-primary {
        color: #222;
    }
    body:not(.home) .before-content {
        height: 180px;
    }
    .home .before-content {
        height: 500px;
    }
    .blog.full-width-content .content {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .blog.full-width-content .content .entry {
        flex: 1 1 100%;
        max-width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .front-page .site-inner .home-row5 .wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .home-row5 .wrap .featuredpage {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .home .home-row5 .featured-content .entry>a>img {
        max-height: 200px;
    }
    .home .home-row .wrap .widget-title {
        font-size: 3rem;
    }
    .widget-area.footer-widgets-2.footer-widget-area,
    .widget-area.footer-widgets-3.footer-widget-area {
        display: none;
    }
    .front-page .site-inner .home-row2 .wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    div#home-row6 .widget {
        max-width: 100%;
    }
    div#home-row6:after {
        background: linear-gradient(to right, rgb(0 0 0 / 72%), rgb(0 0 0 / 78%));
    }
    .home-top .widget h1 {
        font-size: 3.5rem;
        font-weight: 600;
    }
    .home .before-content {
        height: 43rem;
    }
    .home .home-top .widget {
        bottom: 52px;
    }
    #home-row4>.wrap .widget-wrap {
        margin: 0;
    }
    .home-row4 .wrap .widget-wrap .post.status-publish {
        margin: 0 0 3rem;
    }
    .page-template-default:not(.home) .entry-title
    .archive.tax-product_cat .entry-title {
        font-size: 3.8rem;
    }
    .home div#home-row1-right {
        padding: 0;
    }
    .top-banner-text {
        font-size: 1.8rem;
    }
}

@media (max-width: 500px) {
    .home-top .widget h1 {
        font-size: 27px;
        padding: 0 5%;
    }
    .home .before-content {
        height: 35rem;
    }
    .home .home-top .widget p {
        padding: 0;
    }
}


.cta-block {
    display: block;
    background: #EEEEEE;
    padding: 3rem 2rem;
    border-radius: 12px;
    box-shadow: 0px 4px 12px -10px rgb(0 0 0 / 56%);
}

.icon-block {
    display: block;
    margin: 1rem 0;
    text-align: center;
}

.icon-block svg {
    font-size: 5rem;
    margin-bottom: 2rem;
    color: #90001e;
}

.recent-blog {
    margin: 2rem 0;
}

.recent-blog--image img {
    border-radius: 12px;
    margin-bottom: 1rem;
}

.recent-blog--cta {
    padding-top: 2rem;
}

@media (min-width: 896px) {
    body .menu-item.menu-item-has-children > a:first-child svg {
        margin-top: 0;
        margin-left: 0.75rem;
    }
    
    .m-no-mb {
            margin-bottom: 0 !important;
        }
    
    
        ul.m-center {
            width: 50%;
            margin: 0 auto;
        }
                ul.wp-block-list.m-center {
                    width: 75%;
                }
}


body.consultation-page .gform_wrapper.gravity-theme .gfield .ginput_container.ginput_container_select select+svg {
    display: none;
}
/*end 321 css*/


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

@media only screen and (max-width: 1400px) {
    .home-top-callout {
        display: none;
    }
}

@media only screen and (max-width: 1139px) {
    .wrap {
        max-width: 970px;
    }
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 740px;
    }
    .content {
        width: 620px;
    }
    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 400px;
    }
    .sidebar-primary {
        width: 300px;
    }
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .footer-widgets-4,
    .footer-widgets-5 {
        width: 18%;
    }
    html>body div.slide-excerpt-border {
        bottom: 30px;
    }
}

@media only screen and (max-width: 1023px) {
    body {
        background-color: #fff;
    }
    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .footer-widgets-4,
    .footer-widgets-5,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-inner,
    .wrap {
        width: 100%;
    }
    .site-header .wrap {
        padding: 20px;
    }
    .header-image .site-header .wrap {
        background-position: 20px center;
        padding: 0 20px;
    }
    .before-footer .wrap,
    .blog-top .wrap,
    .footer-social .wrap,
    .front-page .site-inner .wrap,
    .home-top-news .widget,
    .site-inner,
    .site-footer .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }
    .front-page .site-inner {
        padding-left: 0;
        padding-right: 0;
    }
    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-footer .entry-meta,
    .sidebar .widget,
    .site-header {
        padding: 0;
    }
    .header-image .title-area {
        margin-left: 0;
    }
    .genesis-nav-menu li.right {
        display: none;
    }
    .entry-footer .entry-meta {
        margin: 0;
        padding-top: 12px;
    }
    .site-footer {
        padding: 24px 0;
    }
    .footer-widgets {
        padding: 40px 5% 16px;
    }
    .footer-widgets-1 {
        margin: 0;
    }
    .before-footer .widget-title {
        padding-left: 0;
        width: 100%;
    }
    .before-footer .latest-tweets,
    .before-footer .widget-title {
        text-align: center;
    }
    .before-footer .latest-tweets:before {
        display: none;
    }
    .before-footer .latest-tweets ul li {
        padding-left: 0;
        width: 100%;
    }
    .before-footer .latest-tweets .tweet-details a span {
        display: block;
        padding-left: 0;
    }
    /* Top Content Areas */
    .before-contact,
    .before-content,
    .home-top-slider {
        margin-bottom: -84px;
        position: relative;
        top: -84px;
    }
    .header-image .before-contact,
    .header-image .before-content,
    .header-image .home-top-slider {
        margin-bottom: -116px;
        top: -116px;
    }
    /* Homepage */
    html>body div.slide-excerpt-border {
        bottom: 15px;
        margin-left: 50px;
    }
    .home-top .widget {
        bottom: 20px;
        left: 20px;
        margin: 0;
    }
    .home-top .widget,
    html>body div.slide-excerpt-border {
        font-size: 24px;
    }
    .home-top .widget p,
    html>body div.slide-excerpt-border p {
        margin-bottom: 0;
        padding: 20px;
    }
    .featured-link,
    .home-top .widget .featured-link,
    html>body div.slide-excerpt-border .featured-link {
        font-size: 14px;
    }
    .featured-link a {
        font-size: 12px;
        padding: 15px 50px 15px 20px;
    }
    .home-top-news .widget:before {
        margin-top: -14px;
        top: 50%;
    }
    .home-top-news .entry-content,
    .home-top-news .entry-header,
    .home-top-news .entry-title,
    .home-top-news .widget-title {
        float: none;
        padding-left: 0;
        text-align: center;
        width: 100%;
    }
    .home-row .enews-widget .widget-title,
    .home-row .enews-widget p {
        float: none;
        text-align: center;
        width: 100%;
    }
    .home-row .enews-widget form {
        padding: 15px 0;
        text-align: center;
    }
    /* Blog & Archive Pages */
    .blog-top .entry-content a.more-link {
        margin-top: 26px;
    }
    /* Contact Page */
    .before-contact .wrap {
        max-width: 100%;
    }
    .kickstart-contact-box {
        left: 50%;
        margin-left: -213px;
        margin-top: 25%;
    }
    /* Pricing */
    .pricing-column {
        padding: 20px;
    }
    .pricing-column h4 {
        font-size: 24px;
    }
    .pricing-column p.price {
        font-size: 36px;
    }
    .pricing-column sup {
        font-size: 16px;
    }
}

.menu-toggle:before,
.menu-toggle.activated:before {
    color: #fff;
    content: "\f0c9";
    display: none;
    font-family: 'Font Awesome 6 Pro';
}

.sub-menu-toggle:before {
    content: "\f107";
    display: none;
    font-weight: 900;
    font-family: 'Font Awesome 6 Pro';
}

@media only screen and (max-width: 899px) {
    .header-image .site-header .widget-area,
    .site-header .widget-area {
        max-width: 100%;
    }
    .columns-2 .quote,
    .columns-3 .quote,
    .columns-4 .quote,
    .home-row4 .post,
    .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%;
    }
    .site-header {
        background-color: #f26c4f;
        margin-top: -5px;
    }
    .site-header .wrap {
        min-height: 68px;
        padding: 0;
    }
    .header-image .site-header .wrap {
        /* background: url(images/logo.jpg) no-repeat 10px 10px; */
        background-size: 93px 48px;
        padding: 0;
    }
    .site-description,
    .site-title,
    .title-area {
        float: none;
        text-align: center;
    }
    .site-title {
        font-size: 24px;
        margin-bottom: 0;
    }
    .site-title:hover {
        opacity: 0.5;
    }
    .site-title a {
        padding: 18px 0 9px;
    }
    .site-title a:hover {
        background: none;
        color: #fff;
    }
    .site-description {
        color: #fff;
        opacity: 0.5;
        padding: 0 0 9px;
    }
    .header-image .site-header .wrap {
        background-position: center 5px;
    }
    .header-image .site-title:hover {
        opacity: 1;
    }
    .header-image .site-title a {
        float: none;
        height: auto;
        margin-top: 0;
        min-height: 58px;
        width: 100%;
    }
    .header-full-width .title-area,
    .header-full-width .site-title {
        width: 100%;
    }
    .js nav {
        display: none;
        position: relative;
        z-index: 1;
    }
    .js nav.pagination {
        display: block;
    }
    .menu-toggle,
    .sub-menu-toggle {
        color: #fff;
        display: block;
        margin: 0 auto;
        overflow: hidden;
        padding: 13px 24px;
        text-align: center;
        visibility: visible;
    }
    .menu-toggle {
        font-size: 14px;
        position: relative;
        right: 0;
        z-index: 1000;
        width: 100%;
    }
    .menu-toggle svg,
    .menu-toggle.activated svg {
        font-size: 16px;
        margin: 0 auto;
        padding: 0 10px 0 0;
        vertical-align: middle;
    }
    .sub-menu-toggle {
        background: none;
        float: right;
        padding: 9px;
        position: absolute;
        right: 5%;
        top: 10px;
        z-index: 100;
    }
    .sub-menu-toggle.activated:before {
        content: "\f106";
    }
    .sub-menu .sub-menu-toggle {
        padding: 7px 9px;
    }
    .js .genesis-nav-menu {
        font-size: 14px;
    }
    .js .genesis-nav-menu .menu-item {
        display: block;
        float: none;
        margin: 0;
        position: relative;
        text-align: left;
    }
    .js .genesis-nav-menu .menu-item:hover {
        position: relative;
    }
    .js .genesis-nav-menu .menu-item a {
        border: none;
        /* color: #fff; */
        margin: 0;
        padding: 10px 5%;
        width: 100%;
    }
    /* .js .genesis-nav-menu .menu-item:hover>a {
        background-color: #e4e4e4;
        color: #999;
    } */
    .js .genesis-nav-menu .menu-item a:hover,
    .js .genesis-nav-menu .sub-menu {
        border: none;
    }
    .js nav .genesis-nav-menu .menu-item-has-children:hover {
        background: none;
    }
    .js .genesis-nav-menu>.menu-item-has-children>a:after {
        content: none;
    }
    .js .genesis-nav-menu .sub-menu {
        clear: both;
        display: none;
        margin: 0;
        opacity: 1;
        position: static;
        width: 100%;
    }
    .js .genesis-nav-menu .sub-menu .sub-menu .menu-item a {
        padding-left: 7.5%;
        padding-right: 7.5%;
    }
    .js .genesis-nav-menu .sub-menu .sub-menu .sub-menu-toggle {
        right: 5%;
    }
    .js .genesis-nav-menu .sub-menu .sub-menu .sub-menu .menu-item a {
        padding-left: 10%;
        padding-right: 10%;
    }
    .js .genesis-nav-menu .sub-menu a {
        background: none;
        border: none;
        font-size: 12px;
    }
    /* .js nav .genesis-nav-menu .menu-item .sub-menu li a:focus,
    .js nav .genesis-nav-menu .menu-item a:focus,
    .js nav button:focus,
    .js .menu-toggle:focus {
        background-color: #efefef;
        color: #999;
    } */
    /* .js .menu-toggle:focus:before,
    .js .menu-toggle:hover:before {
        color: #999;
    } */
    .site-header .widget-area {
        width: 100%;
    }
    .header-image .site-header .widget-area {
        padding: 0;
    }
    .site-header .widget-area .genesis-nav-menu {
        padding-bottom: 20px;
    }
    .before-content,
    .home-top-slider,
    .header-image .before-content,
    .header-image .home-top-slider {
        margin-bottom: 0;
        position: static;
        top: 0;
    }
    .site-footer .alignleft,
    .site-footer .alignright {
        display: block;
        float: none;
        text-align: center;
        width: 100%;
    }
    html>body div.slide-excerpt-border p {
        padding: 15px;
    }
    html>body div.slide-excerpt-border .featured-link {
        line-height: 24px;
    }
    ol.flex-control-nav {
        display: none;
    }
    .home-top .widget,
    html>body div.slide-excerpt-border {
        left: 0;
        margin-left: auto;
        margin-right: auto;
        right: 0;
        width: 280px;
    }
    .home-row4 .post,
    .home-row4 .post:nth-of-type(even) {
        float: none;
        margin: 0 auto 50px;
    }
    .home-row4 .post:nth-of-type(odd) {
        clear: none;
    }
    .page-pricing .before-content {
        height: auto;
        padding-top: 120px;
    }
    .page-pricing .before-content .pricing-table {
        padding-top: 35px;
    }
    .pricing-table {
        margin: 0 auto;
        max-width: 320px;
    }
    .pricing-column:nth-child(n+2) {
        margin-top: 20px;
    }
    .home-row .enews-widget input {
        width: 80%;
    }
    .blog-top {
        padding: 25px 0 50px;
    }
    .blog-top .wrap {
        max-width: 480px;
    }
    .blog-top .alignright {
        text-align: center;
        width: 100%;
    }
    .blog-top a.more-link {
        margin-top: 36px;
    }
    .blog-top img {
        float: none;
        margin-bottom: 24px;
        padding-left: 0;
        text-align: center;
    }
    .kickstart-contact-box .address {
        padding-bottom: 0;
    }
    .kickstart-contact-box .phone:last-child {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }
    .home-top-slider .wrap {
        padding-left: 0;
        padding-right: 0;
    }
    html>body div.slide-excerpt-border p {
        font-size: 16px;
        padding: 10px 20px;
    }
    html>body div.slide-excerpt-border .featured-link a {
        padding: 10px 50px 10px 20px;
    }
    .home-row .enews-widget input {
        width: 66%;
    }
    .kickstart-contact-box {
        left: 0;
        margin-left: 0;
        max-width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    ul.flex-direction-nav {
        display: none;
    }
    div.flexslider .slides img {
        height: 170px;
        max-width: none;
        width: auto;
    }
}

.blog.full-width-content .content .entry {
    margin-bottom: 8rem;
}

.blog.full-width-content .content .entry h2.entry-title {
    min-height: 72px;
}

.archive-pagination.pagination {
    display: block;
    flex: 1 100%;
}

/*** Product category page fixes ***/

body.archive.tax-product_cat .content > .archive-description.taxonomy-archive-description.taxonomy-description,
body.archive.tax-product_cat .content > ul.products.columns-4 {
    display: none;
}

body .modal {
    z-index: 9999999999;
}

.backstretch,
.backstretch-item {
    display: block;
    width: 100%;
    height: 100%;
}

.backstretch-item img {
    object-fit: cover;
    object-position: center top;
    width: 100%;
    height: 100%;
}


/*** Products block ***/

.product-block--container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.product-block--item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(33.333% - 20px);
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .product-block--item {
        width: calc(50% - 20px);
    }
}

@media (max-width: 480px) {
    .product-block--item {
        width: 100%;
    }
}

.product-block--image img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 15px;
    aspect-ratio: 1;
    object-fit: cover;
}

.product-block--heading {
    font-size: 1.25em;
    margin-bottom: 10px;
    color: #000;
}

.product-block--description {
    margin-bottom: 20px;
    color: #000;
    line-height: 1.5;
}

body .product-block .product-block--container .product-block--button {
    display: inline-block;
    margin-bottom: 15px;
    padding: 1rem 3rem;
    text-transform: none;
    font-weight: 600;
    background: #8e0121;
    border-radius: 3px;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.6rem;
    transition: background-color 0.3s ease;
}

.product-block--button:hover {
    background-color: #6a0018;
}

.product-block--content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

body .product-block .product-block--container .product-block--button {
    margin-top: auto;
}

body .product-block--item .product-block--content p {
    color: #000;
}


/* Product table */

.product-table-block {
    margin: 20px 0;
}

.product-table--header {
    font-size: 24px;
    margin-bottom: 10px;
    padding: 2rem;
    color: #fff;
    background-color: #8e0121;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.product-table {
    width: 100%;
    border-collapse: collapse;
}

.product-table--row:nth-child(even) {
    background-color: #f2f2f2;
}

.product-table--row:nth-child(odd) {
    background-color: #ffffff;
}

.product-table--data {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
    color: #000;
}

.product-table,
tbody tr:first-of-type td,
td {
    border-top: unset;
}

.two-column-image-copy .gb-layout-column-wrap {
    display: flex;
    align-items: center;
}

.two-column-image-copy img {
    border-radius: 3px;
    box-shadow: 0px 1px 5px -1px rgb(0 0 0 / 42%);
}

.two-column-image-copy {
    margin: 6rem 0;
}


.geo-page .alignfull {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: none;
    margin-left: -50vw;
}

.geo-page .full-width-content .alignfull,
.geo-page .full-width-content .alignfull {
    max-width: calc(100% + 12rem);
}

.geo-page .alignfull img {
    display: inline-block;
    width: 100%;
    margin: 1.618em auto;
}

.inner-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 6rem;
}

.inner-section-two {
    max-width: 1200px !important;
    position: relative !important;
    left: unset !important;
    width: unset !important;
    margin: 0px auto !important;
    padding: 6rem !important;
}

.pricing-container-columns {
    padding: 0 10rem;
}

.geo-page .icon-section {
    padding: 10rem;
}

.delivery-logistics-section {
    padding: 6rem 0;
}

.geo-page .gpb-infinity-section-feature-boxes li {
   list-style: none;
}

.geo-page .gpb-infinity-section-feature-boxes a::after {
    content: '→';
    font-family: inherit;
    font-weight: 900;
    padding: 1rem;
}

.geo-page .is-style-gpb-authority-right-background>div:last-child::before {
    display: none !important;
}

.geo-page .is-style-gpb-authority-right-background>div:last-child::after {
    display: none !important;
}

.geo-page iframe {
    border-radius: 3px;
    box-shadow: 0px 1px 5px -1px rgb(0 0 0 / 42%);
}


/* .home .before-content {
    height: 60vh !important;
    min-height: 400px !important;

    display: flex !important;
    flex-direction: column;
    justify-content: center;
    
    align-items: normal !important; 
    margin-top: 0 !important;
}

.home .before-content #home-top {
    width: 100% !important;
} */

.home .before-content {
    height: 60vh !important;
    min-height: 400px !important;
    max-height: 60vh !important;
    
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;

    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: normal !important;
    
    box-sizing: border-box !important;
    overflow: hidden !important; 
}

.home .before-content #home-top {
    width: 100% !important;
    max-width: 100% !important;
}