/*!
 * Theme Name: Business Pro Theme
 * Theme URI: https://www.seothemes.com/themes/business-pro/
 * Description: A clean and modern WordPress theme for businesses.
 * Author: SEO Themes
 * Author URI: https://www.seothemes.com/
 * Version: 1.1.0
 * Text Domain: business-pro-theme
 * Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-logo, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready.
 * Template: genesis
 * Template Version: 2.5.2
 * License: GPL-3.0-or-later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * GitHub Theme URI: https://github.com/seothemes/starter
 */
/* # Table of Contents

- Utilities
	- Variables
	- Mixins
	- Functions
- Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typography
	- Headings
	- Forms
	- Objects
	- Tables
	- Accessibility
- Layout
	- Site Containers
	- Content Width
	- Column Classes
	- Gallery
- Common
	- Avatars
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Header
	- Before Header
	- Site Header
	- Title Area
	- Widget Area
	- Hero Section
- Menus
	- Menus
	- Sub Menus
	- Specific Menus
	- Menu Toggles
- Content
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
	- Widgets
	- Sidebars
- Footer
	- Site Footer
	- Footer Widgets
- Plugins
	- Simple Social Icons
	- Gravity Forms
- Home
	- Front Page
	- Custom Header
- Print
	- Print Styles
*/
/* # Variables
-----------------------------------------------------------------------*/
/**
 * ### Breakpoints
 *
 * Based on the most common 16:9 screen resolutions.
 * @link https://pacoup.com/2011/06/12/list-of-true-169-resolutions/
 */
/* ### Colors */
/* ### Typography */
/* ### Other */
/* ### Column widths */
/* # Mixins
-----------------------------------------------------------------------*/
/* ### Media Queries */
/* ### Clearfix */
/* ### Flexfix */
/* ### Transitions */
/* ### Overlay */
/* ### Overlay */
/* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	    -ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* VA Child Theme Styles
   ========================================================================== */
ul.two-column-list {
	padding-top: 8px;
}
ul.two-column-list li {
    display: inline-block;
    width: 45%;
}
ul.two-column-list li:before {
    content: "• ";
}
.page-id-2881 .row {
	margin-bottom: 0 !important;
}
.page-id-2881 .row-inner {
	padding-top: 0 !important;
}
a{
font-weight:bold;
text-decoration:none;
color:#222;
transition:all 300ms;
}
a:hover {
color:#ac0007;
}
.row {
	position: relative;
	margin-bottom: 48px;
}

.row-inner {
	max-width: 1280px;
	width: 90%;
	margin: 0 auto;
}

.row.secondary_content {
	background: #222 url(/wp-content/uploads/secondary-background.png) left top repeat-y;
	padding: 50px 0;
	color:#fff;
}

.row.secondary_content h2{
	color: #fff;
}

.page-template-page-list-1 .content-sidebar-wrap, .page-template-page-list-2 .content-sidebar-wrap, .page-template-page-list-3 .content-sidebar-wrap, .page-template-page-list-4 .content-sidebar-wrap{
	width:100%;
	max-width:100%;
}
.page-template-page-list-2 .content-sidebar-wrap, .page-template-page-list-3 .content-sidebar-wrap{
    padding-bottom:0;
}

.page-template-contact .content-sidebar-wrap, .page-template-default .content-sidebar-wrap {
    width: 1280px;
    max-width: 90%;
	padding-bottom:60px;
}

.page-template-contact .content-sidebar-wrap .row .row-inner, .page-template-default .content-sidebar-wrap .row .row-inner {
    width: 100%;
}

.page-template-page-list-1 #genesis-content > .wrap, .page-template-page-list-2 #genesis-content > .wrap, .page-template-page-list-3 #genesis-content > .wrap, .page-template-page-list-4 #genesis-content > .wrap{
	width:1280px;
	max-width:100%;
	margin:0 auto;
}

.cta-blade-inner {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
}

.cta-blade {
    padding: 60px 0;
    background: #001e54 url(/wp-content/uploads/cta-bg-blue.jpg) center center no-repeat;
    background-size: cover;
    border-top: solid 1px #03328d;
    border-bottom: solid 1px #03328d;
}

.cta-header {
    width: 35%;
}

.cta-content {
    width: 65%;
    padding-left: 48px;
}

.cta-header h2 {
    font-size: 2em;
    color: #fff;
    font-weight:700;
    letter-spacing:-1px;
}

.cta-content p {
    color: #fff;
}

.cta-blade.cta-form {
    background: #0a3d75 url(/wp-content/uploads/footer-cta.jpg) center center no-repeat;
    background-size:cover;
}

.cta-form .cta-blade-inner {
    display: block;
}

.cta-form .cta-header {
    width: 100%;
    text-align: center;
}

.cta-form .cta-content {
    margin: 0 auto;
    width: 75%;
}

.cta-form .cta-content p {
    text-align: center;
}

.cta-form div.gform_wrapper .gform_footer {
    text-align: center;
    margin-top: 0;
}

.cta-form div.gform_wrapper div.validation_error {
    color: #f5bfbf;
    border-color: #f5bfbf;
}

.error404 main#genesis-content {
    margin-bottom: 50px;
}

.error404 input#searchform-1 {
    margin-bottom: 10px;
}

.slick-prev:before, .slick-next:before {
    display: none;
}

li#menu-item-3227 {
    display: none;
}


#genesis-content .secondary_content a {
    color: #6abffc;
}

#genesis-content .secondary_content a:hover {
    color: #b0deff;
}

/* Footer
   ========================================================================== */

.site-footer .social a {
    display: inline-block;
    padding: 0 8px;
}

.site-footer .social a:first-child {
    padding-left: 0;
}

footer .footer-contact svg {
    display: inline-block;
    margin-right: 10px;
}

footer ul#menu-footer-menu {
    padding: 0;
}

footer .gform_wrapper div.gform_footer {
    padding: 0;
    margin: 0;
}

footer svg.svg-inline--fa.fa-map-marker-alt.fa-w-12 {
    margin-bottom: 12px;
    float: left;
    margin-top: 12px;
}

.footer-widgets-1 .textwidget p svg, .footer-widgets-2 .textwidget p svg, .footer-widgets-3 .textwidget p svg {
    margin-right: 12px;
    color: #fff;
    width: 16px;
    position: relative;
    top: 2px;
}

footer a.social {
    font-size: 0;
    width: 24px;
    height: 24px;
    display: inline-block;
    background: #5b626d;
    display: flex;
    align-items: center;
    border-radius: 50%;
    margin-right: 5px;
}

footer #text-14 p {
    display: inline-block;
    margin: 0;
}

footer #text-14 p svg {
    width: 14px;
    height: 14px;
    color: #fff;
    margin: 0 auto;
	top:0;
}

footer #text-14 p a:hover svg{
color:#ac0007;
} 

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

.footer-widgets-1 .widget, .footer-widgets-2 .widget, .footer-widgets-3 .widget {
    margin-bottom: 20px !important;
}

li#menu-item-2494{
	position:relative;
	/* float:right; */
	right: 0px;
	position: absolute;
}

li#menu-item-2494 a {
    padding-right: 0;
}

li#menu-item-2494 a {
    padding-right: 0;
    background: none;
    background: #222222;
    padding: 19px 24px;
    border-left: solid 1px #3f3f3f;
    border-right: solid 1px #3f3f3f;
}

li#menu-item-2494 a:hover {
    color: #fff;
    background: #444444;
}

li#menu-item-2494 svg {
    width: 16px;
    height: 16px;
}

div#search-wrap {
    position: absolute;
    top: 56px;
    right: 0px;
    width: 250px;
    background: #ffffff;
    padding: 10px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.1), -5px 5px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.1), -5px 5px 15px 0 rgba(0, 0, 0, 0.1);
    border:1px solid #ddd;
}

#search-wrap input#searchform-1 {
    font-size: 0.875em;
    padding: 10px;
	border:1px solid #ddd;
    text-align: left;
}

#search-wrap input.search-form-submit {
    width: 100%;
    padding: 10px;
    margin-top:10px;
    background-color: #ac0008;
    border-radius: 0;
    text-transform: uppercase;
    color: #ffffff;
    font-weight:bold;
}

#search-wrap input.search-form-submit:hover {
    background-color: #e2444b;
}

div#close-search {
    display: none;
}
.search-results .entry{
width:100%!important;
margin-left:0!important;
border:1px solid #ddd;
}
.search-results .entry img, .search-results .entry picture{
display:none!important;
}

/* List Page 1
   ========================================================================== */
.list-page-1.list-pages > div > div{float:left;width:32%;margin-right:2%;margin-bottom:32px;/* border-radius:6px; */}
.list-page-1.list-pages > div > div:nth-child(3n+3){
margin-right:0;
}
.list-page-1.list-pages > div > div:nth-child(3n+1){
clear:both;
}
.list-page-1.list-pages > div > div h3{
font-size:24px;
margin-bottom:10px;
color:#034e99;
}
.list-page-1.list-pages > div > div p{
color:#232c39;
}
.list-page-1.list-pages > div > div a{
display:block;
text-decoration:none;
color:#232c39;
font-weight:400;
border-radius:6px;
overflow:hidden;
-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.25);
box-shadow: 0 0 6px 0 rgba(0,0,0,0.25);
}
.list-page-1.list-pages > div > div a:hover{
-webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,0.375);
box-shadow: 0 0 12px 0 rgba(0,0,0,0.375);
}
.list-page-1.list-pages > div > div img, .list-page-1.list-pages > div > div h3{
width:100%;
-webkit-transition:all 300ms;
transition:all 300ms;
}
.list-page-1.list-pages > div > div div{
width:100%;
background:#fff;
padding:24px;
box-sizing:border-box;
height:180px;
border-radius:0 0 6px 6px
}
.list-page-1.list-pages > div{
margin-bottom:40px;
}
.list-page-1.list-pages > div a{
background: rgba(5, 34, 99, 1);
}
.list-page-1.list-pages > div > div a:hover img{
opacity:0.3;
}
.list-page-1.list-pages > div > div a:hover h3{color: #748718;}



/* List Page 2
   ========================================================================== */
#genesis-content > .wrap.list-pages.list-page-2{/* background:#f7f7f7; */border-top:1px solid #ddd;width:100%;padding-top:60px;padding-bottom:20px;margin-top:60px;}
.wrap.list-pages.list-page-2 .wrap-inner{
width:1280px;
max-width:100%;
margin:0 auto;
}
.list-page-2 .row{
margin-bottom:0px;
padding:32px;
border:1px solid #eaeaea;
border-top:0;
border-left:0;
}

.page-template-equipment-list .row.top-content {
    margin-bottom: 18px;
}

.list-page-2 .rows > .row:nth-child(3n) {
    border-right: solid 1px #fff;
}

/* .list-page-2 .row:first-child, .list-page-2 .row:nth-child(4){
border-left:none;
}
.list-page-2 .row:last-child, .list-page-2 .row:nth-child(3){
border-right:none;
}
.list-page-2 .row:first-child, .list-page-2 .row:nth-child(2), .list-page-2 .row:nth-child(3){
border-top:none;
}
.list-page-2 .row:nth-child(4), .list-page-2 .row:nth-child(5), .list-page-2 .row:nth-child(6){
border-bottom:none;
} */
.list-page-2 > .row-inner{
/* width:100%;
max-width:100%;
padding:0 100px; */
max-width:1280px;
}
.list-page-2 .rows{
display:flex;
flex-wrap:wrap;
}
.list-page-2 .rows > .row{flex-basis:33.33%;/* padding-right:40px; */}
.list-page-2 .row .text, .list-page-2 .row img{

}
.list-page-2 .row .text{

}
.list-page-2 .row img{
margin-bottom:20px;
}
.list-page-2 .row:nth-child(even) .text{

}
.list-page-2 .row:nth-child(even) img{

}
.list-page-2 .row:after{

}
.list-page-2 h3{
margin-bottom: 10px;
}

.page-template-equipment-list .list-pages.list-page-2.row {
    margin-left: 0;
    margin-right: 0;
}

.page-template-equipment-list .list-pages.list-page-2.row .rows {
    left: -32px;
    width: calc(100% + 64px);
    position: relative;
}

.content-card {
    display: inline-block;
    width: 100%;
    padding: 40px;
    background: #efefef;
    border: solid 1px #ddd;
    margin-bottom: 40px;
}

.content-card ul {
    margin-bottom: 0;
}

.content-card strong {
    color: #ac0007;
}

.card-content {
    background: #efefef;
    border: solid 1px #ddd;
    padding: 32px;
    margin-bottom: 40px;
}

/* .card-content p:first-child strong {
    color: #ac0007;
} */

.card-content p:last-child, .card-content ul:last-child {
    margin-bottom: 0;
}

.list-pages .text > div > a:first-child:before, .detail-page-4 .cross-link-pages > div a:first-child:before {
    content: '';
    background: #001e54;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 300ms;
}

.list-pages .text > div > a:first-child {
    position: relative;
    display: block;
}

.list-pages .text > div > a:first-child:hover:before, .detail-page-4 .cross-link-pages > div a:first-child:hover:before {
    opacity: 0.5;
}

.detail-page-4 .cross-link-pages > div p a:before {
    display: none;
}

.list-item-single a.primary-btn {
    margin-right: 10px;
    margin-bottom: 10px;
}

.dem-unit .ft-img {
    float: right;
    padding-left: 50px;
    width: 550px;
    text-align: center;
    margin-bottom: 50px;
}

.dem-unit .ft-img img {
    margin: 0 auto;
    margin-bottom: 0;
}

.page-template-equipment-single .secondary-content .row-inner {
    padding-top: 40px;
}

/* List Page 3
   ========================================================================== */
.list-page-3 .cards{
margin-bottom:2rem;
}
.list-page-3 .cards:after{
content:'';
clear:both;
display:block;
}
.list-page-3 .card{
position:relative;
width:32%;
margin-right:2%;
margin-bottom:20px;
float:left;
height:500px;
overflow:hidden;
border-radius:40px 0;
}
.list-page-3 .card:nth-child(3n+3){
margin-right:0;
}
.list-page-3 .card:nth-child(3n+1){
clear:both;
}
.list-page-3 .card img, .list-page-3 .card div.text, .list-page-3 .card > a > div{
position:absolute;
}
.list-page-3 .card > a > div{
background:rgba(0, 0, 0, 0.4);
height:100%;
width:100%;
z-index:2;
-webkit-transition:all 300ms;
transition:all 300ms;
}
.list-page-3 .card img{
bottom:0;
left:0;
z-index:1;
height:100%;
max-width:600px;
}
.list-page-3 .card div.text{
left:32px;
bottom:16px;
z-index:3;
padding-right:32px;
}
.list-page-3 h3{
margin-bottom:16px;
color:#fff;
text-transform:uppercase;
}
.list-page-3 .card a{
color:#fff!important;
text-decoration:none;
display:block;
width:100%;
height:100%;
}
.list-page-3 .card svg{
display:block;
color:#fff;
width:20px!important;
margin-top:16px;
}
.list-page-3 .card > a:hover > div{background: rgb(96 111 23 / 75%);background: rgba(5, 34, 99, .75);}
.list-page-3 .card .show{
display:none;
}
.list-page-3 .card .show p{
margin-bottom:0;
}


/* List Page 4
   ========================================================================== */
#genesis-content > .wrap.list-pages.list-page-4{
width:100%;
}
.list-page-4 .list-pages-wrap{
border-top:1px solid #ddd;
margin-top:80px;
}
.list-page-4 .list-pages-wrap > div a{
text-decoration:none;
}
.list-page-4 .list-pages-wrap > div{
width:50%;
height:25vw;
float:left;
border-bottom:1px solid #ddd;
overflow:hidden;
}
.list-page-4 .list-pages-wrap > div img, .page-template-page-list-4 .list-pages-wrap > div > div{
float:left;
}
.list-page-4 .list-pages-wrap > div img{
width:51%;
}
.list-page-4 .list-pages-wrap > div .text-wrap{
display:flex;
height:100%;
width:49%;
position:relative;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background:#fff;
}
.list-page-4 .list-pages-wrap .text{
padding: 64px;
box-sizing:border-box;
position:relative;
}
.list-page-4 h3{
margin-bottom:10px;
}
.list-page-4 .list-pages-wrap > div .text-wrap:before{
position: absolute;
z-index: 1;
width: 32px;
height: 32px;
top: 50%;
left: -16px;
margin-top: -16px;
content: "";
transition: all .3s ease;
-ms-transform: rotate(45deg);
transform: rotate(45deg);
background-color: #fff;
}
.list-pages.list-page-4 > div.list-content{
width:1280px;
max-width:100%;
height:auto;
float:none;
margin:0 auto;
border:none;
}
.list-page-4 .list-pages-wrap p{
margin-bottom:0;
}
.list-page-4 .list-pages-wrap:after, .list-page-4 .list-pages-wrap > div:after{
content:"";
display:block;
clear:both;
}
.list-pages.list-page-4 svg{
position:absolute;
bottom:32px;
right:32px;
font-size:32px;
}
.list-page-4 .list-pages-wrap > div a{
-webkit-transition:all 0ms;
transition:all 0ms;
font-weight:400;
color:#232c39;
}
.list-page-4 .list-pages-wrap > div .text-wrap, .list-page-4 .list-pages-wrap > div .text-wrap:before, .list-page-4 .list-pages-wrap > div h3{
-webkit-transition:all 300ms;
transition:all 300ms;
}
.list-page-4 .list-pages-wrap > div a:hover .text-wrap, .list-page-4 .list-pages-wrap > div a:hover .text-wrap:before{
background:#064c99;
}
.list-page-4 .list-pages-wrap > div a:hover, .list-page-4 .list-pages-wrap > div a:hover h3{
color:#fff;
}

.row.gallery {
    padding-top: 50px;
    padding-bottom: 20px;
}

.row.gallery h2 {
    text-align: center;
    color: #ac0008;
    font-size: 48px;
}

.row.gallery .row-inner {
    max-width: calc(100% - 200px);
}

.gallery-slider .slide {
    padding: 0 10px;
}

.gallery-wrap {
    width: 50%;
    float: right;
    padding-left: 50px;
}

.gallery-wrap .gallery-items .slick-list.draggable {
    padding: 0 !important;
}

.gallery-items {
    padding-top: 20px;
}

.gallery-nav-slide {
    padding: 0 5px;
}

.gallery-wrap ul.slick-dots {
    bottom: -45px;
}

button.slick-prev.slick-arrow {
    left: -80px;
    color: #fff;
	width:20px;
	height:32px;
}

button.slick-prev.slick-arrow svg {
    color: #222;
    font-size: 32px;
    width: 32px;
    height: 32px;
}

button.slick-prev.slick-arrow:hover {
    box-shadow: none;
    background: #efefef;
}

button.slick-next.slick-arrow {
    right: -80px;
    color: #fff;
	width:20px;
	height:32px;
}

button.slick-next.slick-arrow svg {
    color: #222;
    font-size: 32px;
	width:32px;
	height:32px;
}

button.slick-next.slick-arrow:hover {
    box-shadow: none;
    background: #efefef;
}

/* Detail Page 1
   ========================================================================== */
.slick-dots li button:before {
	font-size: 16px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.slick-dots li button {
	width: 30px;
	height: 30px;
}

.slick-dots li {
	width: 30px;
	height: 30px;
}

.page-template-detail-page-1 .content-sidebar-wrap, .page-template-equipment-single .content-sidebar-wrap{
max-width:100%;
width:100%;
}
.detail-page-1 .primary-content img{
float:right;
margin-left:40px;
margin-bottom:40px;
max-width:50%;
}
.detail-page-1 .primary-content:after, .detail-page-4 .primary-content:after{
content:'';
display:block;
clear:both;
}
.detail-page-1 .secondary-content ul{
column-count:3;
}
.detail-page-1 .cross-link-wrap{
padding: 50px 0 10px 0;
position:relative;
}
.detail-page-1 .cross-link-pages{
height:250px;
}
.detail-page-1 .slick-slide{
margin-right:30px;
}
.detail-page-1 .cross-link-pages img{
margin-bottom:10px;
-webkit-transition:all 300ms;
transition:all 300ms;
}
.detail-page-1 .cross-link-pages a{
text-decoration:none;
}
.detail-page-1 .cross-link-pages p{
font-weight:bold;
}
.detail-page-1 .slick-slide:hover img{
opacity:0.7;
}


/* Detail Page 2
   ========================================================================== */
.page-template-detail-page-2 .content-sidebar-wrap{
max-width:100%;
width:100%;
}
.detail-page-2 .primary-content img{
float:right;
margin-left:40px;
margin-bottom:40px;
max-width:50%;
}
.detail-page-2 .secondary-content ul{
column-count:2;
clear:both;
}
.detail-page-2 .cross-link-wrap{
padding:50px 0;
position:relative;
}
.detail-page-2 .cross-link-wrap ul{
column-count:4;
}

/* Detail Page 3
   ========================================================================== */
.page-template-detail-page-3 .content-sidebar-wrap{
max-width:100%;
width:100%;
}
.detail-page-3 .secondary-content img{
float:right;
margin-left:40px;
margin-bottom:40px;
max-width:50%;
}
.detail-page-3 .cross-link-wrap{
padding:50px 0;
position:relative;
}
.detail-page-3 .secondary-content{
padding-bottom: 0px;
}
.detail-page-3 .cross-link-pages > div, .detail-page-4 .cross-link-pages > div {
    width: 25%;
    padding-right: 30px;
    box-sizing: border-box;
    float: left;
    text-align: center;
}
.detail-page-3 .cross-link-pages > div img, .detail-page-4 .cross-link-pages > div img{
margin-bottom:10px;
-webkit-transition:all 300ms;
border:1px solid #ddd;
}
.detail-page-3 .cross-link-pages > div a, .detail-page-4 .cross-link-pages > div a{
text-decoration:none;
color:#a8c307;
	position:relative;
	display:block;
}
.detail-page-3 .cross-link-pages > div a:hover, .detail-page-4 .cross-link-pages > div a:hover{
color:#fff;
}
.detail-page-3 .cross-link-pages > div p, .detail-page-4 .cross-link-pages > div p{
font-weight:bold;
}
/* .detail-page-3 .cross-link-pages > div a:hover img, .detail-page-4 .cross-link-pages > div a:hover img{
opacity:0.7;
} */

.secondary-content picture.right, .secondary-content img.right {
    float: right;
    width: 500px;
    margin-left: 40px;
    margin-bottom: 40px;
}

.row.secondary_content:after {content: '';display: table;clear: both;}

.row.cross-link .row-inner {
    padding-top: 50px;
    padding-bottom: 20px;
}

.row.cross-link .row-inner:after {content: '';display: table;clear: both;}

/* Detail Page 4
   ========================================================================== */

.equipment-single .hero-img-wrap {
    height: 200px;
}

.row.list-items .row-inner {
    max-width: 100%;
}

.list-item-single {
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 50px;
    border-bottom: solid 1px #d4d4d4;
    margin-bottom: 50px;
	display: flex;
}

.row.list-items {
    background: #efefef;
    padding: 50px 0;
    margin-bottom: 0;
    border-bottom: solid 1px #d4d4d4;
    border-top: solid 1px #d4d4d4;
}

.list-item-single img {
    padding-left: 25px;
    margin-bottom: 32px;
}

.list-item-single .item-content {
    width: 50%;
    padding-right: 25px;
}

.list-item-single:nth-child(even) .item-content {
    padding-right: 0;
    padding-left: 25px;
}

.list-item-single > img, .list-item-single > picture {
    width: 50% !important;
}

.list-item-single:nth-child(even) img {
    padding-left: 0;
    padding-right: 25px;
}

.list-item-single img, .list-item-single picture {
    order: 1;
	width:100%;
}

.list-item-single:nth-child(even) img, .list-item-single:nth-child(even) picture {
    order: 0;
}

.list-item-single:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}

.logo-wrap, .featured-image {
    float: right;
    margin-left: 50px;
    margin-bottom: 50px;
	max-width:500px;
}

.featured-video {
    width: 500px;
    max-width: 100%;
    float: right;
    margin: 0 0 50px 50px;
}

.electric-sweepers .list-item-single img,
.electric-sweepers .list-item-single > img {
    width: 300px!important;
}

.electric-sweepers .list-item-single .item-content {
    width: 67%;
}

.electric-sweepers .list-item-single > img {
    width: 33%!important;
}

.electric-sweeper-child .list-item-single > img {
    width: 25%!important;
}

.electric-sweeper-child .list-item-single .item-content {
    width: 70%;
}

.electric-sweeper-child .list-item-single {
    justify-content: space-between;
	align-items: center;
}

.electric-sweeper-child .gallery img {
    width: 300px;
    height: 200px;
    object-fit: cover;
}


/* Contact Page
   ========================================================================== */
div.contact-list-wrap {
	min-width: 100%;
}

table.contact-list {
	min-width: 750px;
}

table.contact-list, table.contact-list * {
    border: none;
}

table.contact-list thead, table.contact-list .sub-head {
    background: #3e3e3e;
    color: white;
    font-weight: bold;
}

table.contact-list tbody tr:nth-child(odd) {
    background: #dbdbdb;
    color: rgb(85,85,85);
}

@media only screen and (max-width: 850px) {
    div.contact-list-wrap {
        overflow-x: scroll;
    }
	.contact-list-wrap:before, .contact-list-wrap:nth-child(even):after {
    	content: 'Scroll left / right to see entirety of table';
    	display: block;
	}
}

.page-template-contact .cta-blade {
    display: none;
}

.contact-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 48px;
}

.contact-form {
    width: 47.5%;
    margin-bottom: 48px;
}

.contact-info {
    width: 47.5%;
}

.phone-numbers ul {
    margin-left: 0;
}

.phone-numbers ul li {
	list-style: none;
}

.phone-numbers ul li span.icon {
    display: inline-block;
    background: #002e82;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    display: flex;
    float: left;
    align-items: center;
    justify-content: center;
}

.phone-numbers ul li span.icon svg {
    color: #fff;
    font-size: 14px;
	width:14px;
}

.phone-numbers ul li span.label {
    font-weight: 600;
}

.phone-numbers a.phone-link {
    text-decoration: none;
	font-weight: 400;
}

.locations-wrap {
    display: flex;
    justify-content: space-between;
	flex-flow: row wrap;
}

.locations-wrap .location {
    width: 47%;
	margin-bottom: 35px;
}

.top-bar .textwidget strong {
    color: #fff;
}

.top-bar .textwidget .phone-link {
    font-weight: 700;
    margin: 0 20px;
}

.top-bar .textwidget span.sep {
    display: inline-block;
    padding-left: 0;
    padding-right: 16px;
}

div.gform_wrapper ul.gform_fields li.gfield.one-third {
    width: 33.3333%;
}

div.gform_wrapper ul.gform_fields li.gfield select {
    width: 100%;
    height: 54px;
}

div.gform_wrapper .gform_footer {
    margin: 0;
    padding: 0;
}

div.gform_wrapper {
    margin: 0 0 48px 0;
}

div.gform_wrapper .validation_message {
    padding-top: 8px !important;
}

div.gform_wrapper.gform_validation_error .top_label input.medium, div.gform_wrapper.gform_validation_error .top_label select.medium {
    width: 100%;
}

#genesis-content li.gfield.full-width {
    margin-bottom: 16px !important;
}

div.gform_wrapper {
    margin: 0;
}

div.gform_wrapper ul.gform_fields li.gfield {
    margin-top: 0;
    margin-bottom: 20px;
    width: 50%;
    padding-right: 20px;
}

div.gform_wrapper ul.gform_fields {
    display: flex;
    flex-wrap: wrap;
}

div.gform_wrapper ul.gform_fields li.gfield.full-width {
    width: 100%;
}

div.gform_wrapper ul.gform_fields li.gfield input {
    width: 100%;
    margin-top: 0;
}

div.gform_wrapper ul.gform_fields li.gfield div.ginput_container {
    margin-top: 0;
}

div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 5px 16px;
}

div.gform_wrapper textarea.medium {
    padding: 5px 16px;
}

div.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
    background: none;
    border: 0;
	margin-top:0 !important;
}

div.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, div.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0;
}

footer div.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
    /* border: 0; */
    width: 100%;
    margin: 0;
}

footer div.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding-top: 5px;
    padding-bottom: 10px;
    /* color: #f5bfbf; */
}

div.gform_wrapper .validation_message.instruction {
    display: none;
}

div.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}

div#gform_wrapper_5 {
    margin: 0;
}
div#gform_wrapper_5 ul.gform_fields li.gfield{
margin-bottom:20px;
padding:0;
}

footer div.gform_wrapper div.validation_error {
    /* color: #f5bfbf; */
    /* border-color: #f5bfbf; */
}

.contact-style-2 .content-sidebar-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.google-map-wrap.map-hero {
    width: 100%;
    height: 350px;
    margin-bottom: 48px;
}

.google-map-wrap.map-hero iframe {
    width: 100%;
    height: 350px;
}

.contact-style-2 .site-inner { 
	padding-top:143px;
}

.contact-style-2 .site-header {
    background: #0f2442;
}

.contact-style-2 .contact-wrap {
    width: 90%;
    margin: 0 auto 48px auto;
    max-width: 1280px;
}

.contact-style-3 .contact-form {
    width: 100%;
}

.contact-style-3 .contact-form div.gform_wrapper ul.gform_fields li.gfield {
    width: 33.33%;
}

.contact-style-3 .contact-form div.gform_wrapper ul.gform_fields li.gfield.full-width {
    width: 100%;
}

.contact-style-3 .contact-form h3.gform_title {
    text-align: center;
}

.contact-style-3 .contact-form .gform_wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.contact-style-3 div.gform_wrapper .gform_footer {
    text-align: center;
}

.contact-style-3 .content-sidebar-wrap {
    width: 100%;
    max-width: 100%;
}

.contact-style-3 .contact-info {
    display: flex;
    width: 100%;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

.contact-style-3 .contact-info .info-inner {
    background: #efefef;
    width: 50%;
    position: relative;
}

.contact-style-3 .contact-info .info-inner:first-child {
    padding: 48px 5%;
}

.contact-style-3 .contact-info .info-inner iframe {
    height: 100%;
    width: 100%;
}

.contact-style-3 .contact-info .info-inner .google-map-wrap {
    height: 100%;
    width: 100%;
}

.contact-style-3 .contact-wrap {
    margin-bottom: 0;
}

.contact-style-3 h1 {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto 32px auto;
    text-align: center;
}

/********************************************************
Top Bar / Secondary Nav Styles
********************************************************/

.top-bar-inner {
    margin: 0 auto;
    font-size: 0.75em;
    width: 90%;
    max-width: 1280px;
    font-weight:bold;
}

.top-bar-inner p {
   	margin-bottom: 0;
    display: inline-block;
    font-size: 0.875em;
    margin-right: 32px;
    /* margin-bottom: 10px; */
    color: #fff;
    line-height: 1;
}

.top-bar-inner p svg{
	color: #ff9a9f;
	font-size:13px;
}

.top-bar-inner > div {
    display: inline-block;
    height: 100%;
}

.top-bar .w-title {
    display: none;
}

.top-bar-inner > div:last-child a {
    font-size: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
}

.top-bar a.phone-link {
    color: #fff!important;
}

.top-bar-inner > div:last-child a svg {
    width: 16px;
    height: 16px;
    color: #ffffff;
    padding: 2px;
    margin: 0 auto !important;
    transition:all 300ms;
	top:0;
}

.top-bar-inner > div:last-child a.linkedin {
    margin-right: 16px;
}

.top-bar-inner > div:last-child a:hover svg {
    color: #ac0008;
}

.top-bar-inner > div:last-child a:hover {
    background: #ff9a9f;
}

.top-bar-inner > div:last-child p {
    margin: 2px 0 0 3px;
	vertical-align:middle;
}

.top-bar-inner > div:last-child p:last-child a {
    background: none;
    font-size: 14px;
    padding-top: 2px;
	width:auto;
}

.top-bar-inner > div:last-child p:last-child a:hover {
    opacity: 0.7;
}

.top-bar-inner > div:last-child {
    float: right;
    margin-top:-1px;
}

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

.top-bar-inner .social a {
    display: inline-block;
    padding: 0 8px;
    height: 24px;
}

.top-bar-inner p svg {
    margin-right: 5px;
    width: 14px;
    position: relative;
    top: 2px;
    display: inline-block;
}

.top-bar a {
    text-decoration: none;
    color: #fff;
    line-height: 1;
    transition:all 300ms;
}

.top-bar {
    background: #ac0009;
    padding: 5px 0 5px 0;
    height: 32px;
    margin-top: 0;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    position: relative;
    transform: translate(0, 0);
    margin-top: 0;
}


.site-header > .wrap > #header-widgets{
	display:none;
}

.wp-custom-logo .title-area, img.custom-logo {
    width: 300px;
    max-width: 300px;
    transition: all 400ms;
}

.wp-custom-logo .shrink .title-area, .shrink img.custom-logo {
    width: 240px;
}

#header-cart a span {
    color: #ffffff;
    font-family: titillium-web, sans-serif;
    font-size: 0.5em;
    font-weight: 600;
    display: inline-block;
    padding: 2px 4px;
    margin-left: 4px;
    line-height: 1;
    border-radius: 12px;
    background: rgba(255,255,255,0.2);
}

#header-cart a {
    text-decoration: none;
    height: 56px;
    display: flex;
    align-items: center;
    /* font-size: 20px; */
    padding: 22px 18px;
    /* padding-left: 8px; */
    /* padding-bottom: 21px; */
    position:absolute;
    right:0;
}
#header-cart a:hover{
background:#748718;
}

#header-cart a .fa-shopping-cart{
margin-right:0;
color: #fff;
width: 18px;
padding:0;
}


/********************************************************
Mobile Button Styles
********************************************************/
.phone-buttons{
display:none;
}
.phone-buttons {
    width: 100%;
    padding: 15px 0;
}

.phone-buttons div {
    font-size: 0.625em;
    float: left;
    width: 33%;
}

.phone-buttons div.clear {
    float: none;
    width: 100%;
}

.phone-buttons span {
    font-weight: normal!important;
    display: block;
    padding-top: 10px;
    text-align: center;
}

.phone-buttons a {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-top: 1px solid #d9ee5b;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 1px #61680a;
    box-shadow: 0 0 0 1px #61680a;
}

.phone-buttons a img {
    width: 50px;
    height: 50px;
    border: none;
}
.phone-buttons {
	width: 100%;
	padding: 0 0;
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms;
}
.phone-buttons div {
	font-size: 10px;
	position: relative;
	float: left;
	width: 33.33%;
	height: 50px;
}
span.phone-hr {
	position: absolute;
	right: 0;
	height: 40px;
	margin-top: 5px;
	border-right: 1px solid #636c77;
}
.phone-buttons a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	margin-top: 0;
	text-align: center;
	border-top: 0;
	border-radius: 0;
	box-shadow: none;
}
.phone-buttons a .svg {
	width: 30px;
	height: 30px;
	margin-top: 9px;
	fill: #fff;
}

.phone-buttons{
    z-index: 9999;
    position: fixed;
    bottom: 0px;
    background: #111215;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
	margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	margin: 0.67em 0;
	font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
	/* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
	margin: 1em 40px;
	margin: 1em 4rem;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	/* 1 */
	overflow: visible;
	-moz-box-sizing: content-box;
	     box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */
}

a.primary-btn, div.gform_wrapper input[type="submit"] {
    color: #fff !important;
    text-decoration: none;
    background: #ac0008;
    padding: 10px 20px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    display: inline-block;
    font-family: titillium-web, sans-serif;
    border-radius: 0;
    text-transform:uppercase;
    font-weight: bold;
}
a.primary-btn:hover, div.gform_wrapper input[type="submit"]:hover{
	background: #cf343a;
	color:#fff;
}

a.primary-btn.secondary-btn {
    background: #001e54;
}

a.primary-btn.secondary-btn:hover {
    background: #666;
}

a.primary-btn.rfq-btn {
    margin-bottom: 24px;
    padding: 20px 60px;
    line-height: 1;
}

#genesis-content a {
    color: #002e82;
}

#genesis-content a:hover {
    color: #063fa7;
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
	font-weight: inherit;
	color:#222;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
	color: #000000;
	background-color: #ffff00;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	/* 1 */
	margin: 0;
	font-family: hind, helvetica, arial, sans-serif;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
	/* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
	outline: 0.1rem dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	/* 2 */
	display: table;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 1 */
	color: inherit;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio'] {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	outline-offset: -0.2rem;
	/* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
	display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
	display: none;
}

/* ## Box Sizing
--------------------------------------------- */
html,
input[type='search'] {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}

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

/* ## Float Clearing
--------------------------------------------- */
.author-box,
.clearfix,
.entry,
.entry-content,
.footer-widgets,
.nav-primary,
.nav-secondary,
.pagination,
.site-container,
.site-footer,
.site-header,
.site-inner,
.sidebar .widget,
.wrap {
	clear: both;
}

.author-box:before,
.author-box:after,
.clearfix:before,
.clearfix:after,
.entry:before,
.entry:after,
.entry-content:before,
.entry-content:after,
.footer-widgets:before,
.footer-widgets:after,
.nav-primary:before,
.nav-primary:after,
.nav-secondary:before,
.nav-secondary:after,
.pagination:before,
.pagination:after,
.site-container:before,
.site-container:after,
.site-footer:before,
.site-footer:after,
.site-header:before,
.site-header:after,
.site-inner:before,
.site-inner:after,
.sidebar .widget:before,
.sidebar .widget:after,
.wrap:before,
.wrap:after {
	display: block;
	clear: both;
	content: '';
}

/* ## Typography
--------------------------------------------- */
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {/* 	overflow-x: hidden; Who's been a little bad CSS rule? You! Yes, you! Baaaad boy.*/max-width: 100vw;background-color: #222222;font-size: 62.5%;}

body {
	overflow-x: hidden;
	max-width: 100vw;
	margin: 0;
	color: #555;
	background-color: #ffffff;
	font-family: hind, helvetica, arial, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.5;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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


main ol, main ul {
    margin: 0 0 32px 22px;
    padding: 0;
}

main li {
/* 	list-style-type: none; */
	margin-bottom:8px;
} 

hr {
	clear: both;
	margin: 0 0 2em;
	padding: 1em 0 0;
	border: 0;
	border-bottom: 2px solid #f0f1f2;
	border-collapse: collapse;
	width: 100%;
}

/* b,
strong {
	font-weight: 500;
} */

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

blockquote {
	margin: 1em 0;
	padding: 0 1em;
}

pre {
	overflow-x: scroll;
	padding: 2em;
	background-color: #f6f7f8;
}

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 24px;
	font-family: titillium-web, sans-serif;;
	font-weight: 600;
	line-height: 1.2;
}

h1 {
	font-size: 1.8em;
	color:#ac0008;
}

h2 {
	font-size: 1.4em;
	color:#002e82;
}

h3 {
	font-size: 1.3em;
     color:#ac0008;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1.05em;
}

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
	width: 100%;
	padding: 0.5em 1em;
	border: 2px solid #f0f1f2;
	border-radius: 4px;
	background-color: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
}

input:focus,
select:focus,
textarea:focus {
	border-color: #647585;
	outline: none;
}

:focus {
/* 	outline: 2px solid #f0f1f2; */
	outline:none;
}

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

input[type='search'] {
	-webkit-appearance: none;
}

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

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

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 1.2em 2.2em;
	border: 0;
	border-radius: 4px;
	color: #ffffff;
	background-color: #232c39;
	box-shadow: inset 0 0 0 9rem rgba(255, 255, 255, 0), 0 1rem 1rem -1rem rgba(35, 44, 57, 0.1);
	font-family: titillium-web, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.button:hover,
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
	color: #ffffff;
	box-shadow: inset 0 0 0 9rem rgba(255, 255, 255, 0.1), 0 1.25rem 1rem -0.5rem rgba(35, 44, 57, 0.1);
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.button.accent,
button.accent,
input[type='button'].accent,
input[type='reset'].accent,
input[type='submit'].accent {
	background-color: #fb2056;
}

.button.small,
button.small,
input[type='button'].small,
input[type='reset'].small,
input[type='submit'].small {
	font-size: 12px;
	font-size: 1.2rem;
}

.button:disabled,
.button:disabled:hover,
button:disabled,
button:disabled:hover,
input[type='button']:disabled,
input[type='button']:disabled:hover,
input[type='reset']:disabled,
input[type='reset']:disabled:hover,
input[type='submit']:disabled,
input[type='submit']:disabled:hover {
	border-width: 0;
	color: #697886;
	background-color: #f6f7f8;
	cursor: not-allowed;
}

.button + button,
.button + .button,
button + button,
button + .button,
input[type='button'] + button,
input[type='button'] + .button,
input[type='reset'] + button,
input[type='reset'] + .button,
input[type='submit'] + button,
input[type='submit'] + .button {
	clear: both;
	margin-top: 1em;
}

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

fieldset {
	margin-bottom: 1em;
}

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption,
.wp-video-shortcode {
	display: block;
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

video {
	-o-object-fit: cover;
	   object-fit: cover;
}

.wp-video-shortcode {
	width: auto !important;
}

/* ## Tables
--------------------------------------------- */
table {
	width: 100%;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	border: 2px solid #f0f1f2;
	border-spacing: 0;
	border-collapse: collapse;
	background-color: #ffffff;
	line-height: 1;
}

tbody {
	border-bottom: 2px solid #f0f1f2;
}

td,
th {
	padding: 0.618em;
	border-top: 2px solid #f0f1f2;
	border-right: 2px solid #f0f1f2;
	text-align: left;
}

/* ## Accessibility
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut,
.wp-custom-logo .site-title,
.wp-custom-logo .site-description {
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	position: absolute !important;
	width: 1px;
	width: 0.1rem;
	height: 1px;
	height: 0.1rem;
	border: 0;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
	display: block;
	clip: auto !important;
	z-index: 100000;
	top: 1em;
	left: 1em;
	width: auto;
	height: auto;
	padding: 10px 20px;
	padding: 1rem 2rem;
	color: #ffffff;
	background-color: #232c39;
	box-shadow: 0 0 0.2rem 0.2rem rgba(35, 44, 57, 0.1);
	text-decoration: none;
}

.more-link {
	position: relative;
	font-style: normal;
	display:block;
}

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

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

/* ## Site Containers
--------------------------------------------- */
#genesis-content{
width:100%;
}

#genesis-content .top-bar, #genesis-content .menu-toggle, #genesis-content .nav-primary{
display:none!important;
}

.wrap {
	margin: 0 auto;
	padding-right: 5%;
	padding-left: 5%;
}

#genesis-content > .wrap{
padding-left:0;
padding-right:0;
}

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

.content-sidebar .site-inner{
background: linear-gradient(90deg,transparent 70%,#f4f4f4 70%);
}
.content-sidebar .content-sidebar-wrap{display:flex;}
.content-sidebar .content-sidebar-wrap #genesis-content{
flex-basis:80%;
padding-right:40px;
background:none;
}
.content-sidebar .content-sidebar-wrap aside{
flex-basis: 20%;
min-width:0;
padding-left:40px;
}

.content-sidebar-wrap {
	clear: both;
	max-width: 1280px;
	margin: 0 auto;
	word-wrap: break-word;
}

.page-builder .content-sidebar-wrap {
	padding: 0;
	border-top: 2px solid #f0f1f2;
	border-bottom: 2px solid #f0f1f2;
}

.content-sidebar-wrap{padding:40px 0 0 0;/* padding-bottom:0!important; */}

/* ## Content Widths and Positions
--------------------------------------------- */

/* ## Column Classes (including fifths)
--------------------------------------------- */

/* ## Gallery
--------------------------------------------- */
.gallery,
.gallery-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
}

.gallery a {
	display: block;
	min-height: 100%;
}

.gallery img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.gallery-caption {
	display: block;
}

.gallery-item {
	display: block;
	width: 100%;
	margin: 0 0 5vw;
	text-align: center;
}

/* ## Avatars
--------------------------------------------- */
.avatar {
	float: left;
	margin-right: 20px;
	margin-right: 2rem;
	border-radius: 50%;
}

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

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
	width: 100%;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 0;
	font-size: 14px;
	font-size: 1.4rem;
}

.breadcrumb a {
	text-decoration: underline;
}

.after-entry,
.author-box {
	margin-bottom: 5%;
}

.author-box {
	margin-top: 5%;
}

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

.breadcrumbs {
    margin-bottom: 20px;
    font-size: 16px;
}

.breadcrumbs a {
    padding: 0 10px;
}

.breadcrumbs a.home {
    padding-left: 0;
}

.breadcrumbs > span:last-child {
    padding: 0 10px;
    display: inline-block;
}

/* ## Search Form
--------------------------------------------- */
.search-form {
	display: block;
	position: relative;
	width: 100%;
	clear: both;
}

.search-form:before,
.search-form:after {
	display: block;
	clear: both;
	content: '';
}

.search-form:after {
/* 	display: block;
	position: absolute;
	top: 12px;
	top: 1.2rem;
	right: 12px;
	right: 1.2rem;
	font-family: FontAwesome, sans-serif;
	font-size: 20px;
	font-size: 2rem;
	content: '\f2eb';
	pointer-events: none; */
}

.search-form input[type='search'] {
	width: 100%;
}

.search-form input[type='submit'] {
	/* display: none; */
}

.entry-content .search-form {
	margin-bottom: 1em;
}

/* ## WordPress
--------------------------------------------- */
.wp-caption-text {
	margin: 0;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}

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

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

.sticky,
.bypostauthor {
	background-color: transparent;
}

.post-edit-link {
	display: block;
	clear: both;
}

.post-edit-link:before,
.post-edit-link:after {
	display: block;
	clear: both;
	content: '';
}

.page-template-page-builder .post-edit-link {
	display: none;
}

/* ## Blocks
--------------------------------------------- */

.wp-block-embed {
	margin: 2em auto;
}

.wp-block-gallery {
	margin: 2em auto;
}

.entry-content .wp-block-gallery {
	margin-left: 0;
	padding-left: 0;
}

.entry-content .wp-block-gallery.alignfull {
	margin-left: -50vw;
}

.wp-block-gallery .blocks-gallery-item img {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	        align-self: center;
}

.wp-block-image {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 100%;
	margin: 2em auto;
}

.wp-block-image img {
	width: 100%;
}

.wp-block-image.alignleft {
	margin-right: 1em;
}

.wp-block-image.alignright {
	margin-left: 1em;
}

.wp-block-image.alignwide {
	max-width: 120%;
}

.wp-block-image.alignfull {
	max-width: none;
}

.wp-block-pullquote {
	margin: 2em auto;
	border-left: 0;
}

.wp-block-pullquote.aligncenter {
	margin: 2em auto;
}

.wp-block-quote {
	border-left: 2px solid #f0f1f2;
}

.wp-block-table th,
.wp-block-table td {
	border-color: #f0f1f2;
}

.aligncenter,
.alignleft,
.alignright {
	display: block;
	float: none;
	margin: 0 auto 1em;
}

.aligncenter {
	clear: both;
}

.aligncenter:before,
.aligncenter:after {
	display: block;
	clear: both;
	content: '';
}

.alignwide,
.alignfull {
	position: relative;
	left: 50%;
	width: 100vw;
}

.content-sidebar .alignwide,
.sidebar-content .alignwide,
.content-sidebar .alignfull,
.sidebar-content .alignfull {
	left: auto;
	width: 100%;
	margin-left: 0;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
}

.alignwide img,
.alignfull img {
	display: inline-block;
	width: 100%;
	margin: 1em auto 1.618em;
}

.alignwide {
	max-width: 120%;
	-webkit-transform: translate(-50%);
	    -ms-transform: translate(-50%);
	        transform: translate(-50%);
}

.alignfull {
	max-width: none;
	margin-left: -50vw;
}

/* ## Site Header
--------------------------------------------- */
.site-header {
    position: relative;
    z-index: 100;
    width: 100%;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    background: #fff;
}

.site-header.shrink {
   top: 0;
   position:sticky;
   /* border-bottom: 2px solid #484848; */
}

.site-inner{
-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.site-inner.header-shrinked{
/* margin-top: 143px; */
}

.has-fixed-header .site-header {
	position: fixed;
}

.has-fixed-header .site-header.shrink {
	background-color: #232c39;
	box-shadow: 0 0 2rem rgba(35, 44, 57, 0.2);
}

.page-template-page-builder .site-header {
	position: relative;
	background-color: #232c39;
}

.page-template-page-builder .site-header.fixed {
	position: fixed;
}

.site-header > .wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-transition: all 400ms;
	        transition: all 400ms;
}

/* ## Manufacturers
--------------------------------------------- */

.mfgs .row-inner {
    display: flex;
    flex-wrap: wrap;
}

.mfg-card {
    width: 23%;
	margin-right:2%;
    margin-bottom: 40px;
    box-shadow: 8px 8px 8px rgb(209,209,209);
    border: solid 1px #ddd;
    background: #efefef;
    cursor: pointer;
}

.mfg-card h3 {
    text-align: center;
    margin-bottom: 10px;
}

.mfg-card p {
    margin-bottom: 0;
    text-align: center;
    color: #222;
    font-weight: 400;
}

.mfg-card .desc {
    background: #efefef;
    border-top: solid 1px #ddd;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    min-height: 150px;
    transition: all 300ms;
    flex-direction: column;
    justify-content: center;
}

.mfg-card img {
    width: 100%;
    transition: all 300ms;
}

.mfg-card a {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.mfg-card h3 {
    font-size: 24px;
}

.mfg-card h3, .mfg-card p {
    width: 100%;
}

.mfg-card:hover img {
    opacity: 0.7;
}

.mfg-card:hover .desc {
    background: #dedede;
}



/* ## Title Area
--------------------------------------------- */
.title-area {
	display: block;
	position: relative;
	max-width: 150px;
	max-width: 15rem;
	height: 100%;
	margin: 0 auto 0 0;
	padding: 20px 0;
	padding: 2rem 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.wp-custom-logo .title-area {
	padding: 10px 0;
	padding: 1rem 0;
}

.site-title {
	margin-bottom: 0;
	font-family: titillium-web, sans-serif;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
}

.site-title a {
	color: #ffffff;
	text-decoration: none;
}

.site-description {
	margin-bottom: 0;
	color: #ffffff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
}

.custom-logo-link {
	display: block;
}

.tagline{
font-family: titillium-web, sans-serif;
font-weight:600;
font-size:2.125rem;
color:#222;
}

/* ## Header Right Widget Area
--------------------------------------------- */

.header-widget-area .widget-wrap {
	clear: both;
}

.header-widget-area .widget-wrap:before,
.header-widget-area .widget-wrap:after {
	display: block;
	clear: both;
	content: '';
}

/* ## Custom Header
--------------------------------------------- */
.wp-custom-header {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	pointer-events: none;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.woocommerce .wp-custom-header img,
.wp-custom-header img,
.wp-custom-header video,
.wp-custom-header iframe {
	width: 100%;
	height: 100%;
}

.wp-custom-header iframe {
	position: absolute;
	top: -30%;
	right: -30%;
	bottom: -30%;
	left: -30%;
	width: 160%;
	min-width: 100%;
	max-width: 160%;
	height: 160%;
	min-height: 56.25vw;
	max-height: none;
	margin: auto;
}

.wp-custom-header-video-button {
	display: none;
}

/* ## Hero Section
--------------------------------------------- */
.hero-section {
	position: relative;
	padding: 100px 0 50px;
	padding: 10rem 0 5rem;
	color: #ffffff;
	background-position: center;
	background-size: cover;
	text-align: center;
	position: relative;
}

.hero-section:before {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(35, 44, 57, 0.9);
	content: '';
	pointer-events: none;
}

.hero-section .wrap {
	position: relative;
	z-index: 1;
}

.hero-section h1 {
	max-width: 768px;
	margin: 0 auto 0.382em;
}

.hero-section p {
	max-width: 768px;
	margin: 0 auto;
}
.search .hero-section p{
display:none;
}
.blog .hero-section, .post-template-default.single #hero-section, .category.archive #hero-section{
background:url(/wp-content/uploads/placeholder-news.jpg);
}
.blog #genesis-content, .post-template-default.single #genesis-content, .category.archive #genesis-content, .search-results #genesis-content{
padding-bottom:50px;
}
.post-template-default.single #hero-section .entry-title{
display:none;
}
.featured-img.hero-img img{
width:100%;
height:auto;
}

.hero-img-wrap {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    background-position: center !important;
    background-size: cover !important;
}
.hero-img-wrap span, .hero-img-wrap img{
position:absolute;
}
.hero-img-wrap img{
z-index:1;
width:100%;
height:auto;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
.hero-img-wrap span{
z-index:2;
text-align:center;
width:100%;
top:50%;
margin-top:-40px;
color:#fff;
font-family: titillium-web, sans-serif;
font-weight:bold;
font-size:50px;
text-shadow: 0 0 20px #000000,  0 0 20px rgba(0,0,0,1),  0 0 60px rgba(0,0,0,1);
    display: none;
}

.row.blog-post-title-row{
margin-bottom:10px!important;
}

.row.blog-post-title-row h1{
margin-bottom:0!important;
}

.post-template-default.single .featured-image img{
border:1px solid #ddd;
margin-bottom:40px;
}

/* ## Menus
--------------------------------------------- */
.menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 100%;
	font-family: titillium-web, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	clear: both;
}

.menu:before,
.menu:after {
	display: block;
	clear: both;
	content: '';
}

.menu-item {
	display: block;
	position: relative;
	width: 100%;
	padding: 0.5em 0;
}

.menu-item.right {
	margin-left: auto;
}

.menu-item:hover,
.menu-item:focus,
.menu-item.sfHover {
	outline: none;
}

.menu-item.button {
	padding: 0;
	background-color: transparent;
	font-size: 12px;
	font-size: 1.2rem;
}

.menu-item.button:hover {
	box-shadow: none;
}

.menu-item.button > a > span {
	display: block;
	margin-top: 1em;
	padding: 1em 2em;
	border-radius: 4px;
	color: #ffffff;
	background-color: #fb2056;
}

.menu-item.button > a > span:hover {
	color: #ffffff;
	box-shadow: inset 0 0 0 9rem rgba(255, 255, 255, 0.1), 0 1.25rem 1rem -0.5rem rgba(35, 44, 57, 0.25);
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.menu-item a {
	display: inline-block;
	width: auto;
	padding: 0.5em 0;
	color: #f0f1f2;
	text-decoration: none;
}

.menu-item a span {
	position: relative;
}

.menu-item a:hover,
.menu-item a:focus,
.menu-item.current-menu-item > a {
	color: #ffffff;
	background:#444444;
}

.sub-menu .menu-item a:hover,
.sub-menu
.menu-item a:focus,
.sub-menu
.menu-item.current-menu-item > a {
	color: #ac0008;
	background:none;
}

/* ## Sub Menus
--------------------------------------------- */
.sub-menu {
	display: none;
	padding: 1em 0;
	font-size: 14px;
	font-size: 1.4rem;
	clear: both;
}

.sub-menu:before,
.sub-menu:after {
	display: block;
	clear: both;
	content: '';
}

.sub-menu li {
	width: 100%;
}

.sub-menu li:first-of-type {
	margin-top: 0.5em;
}

.sub-menu li:first-of-type a {
	padding-left: 1em;
}

.sub-menu a {
	padding-left: 1em;
}

.sub-menu .sub-menu {
	padding-left: 1em;
}

/* ## Specific Menus
--------------------------------------------- */
.nav-primary {
	display: none;
	overflow: auto;
	overflow-x: visible;
	position: fixed;
	top: -10px;
	top: -1rem;
	right: -10px;
	right: -1rem;
	bottom: -10px;
	bottom: -1rem;
	left: 5vw;
	left: -10px;
	left: -1rem;
	width: 100vw;
	margin: auto;
	padding: 5vw;
	border-top: 2px solid #f0f1f2;
	border-bottom: 2px solid #f0f1f2;
	background-color: rgba(35, 44, 57, 0.98);
	-webkit-overflow-scrolling: touch;
	flex-grow: 1;
}

.nav-primary.visible {
	display: block;
}

.no-js .nav-primary {
	display: block;
	position: relative;
	width: 100%;
}

.no-js .nav-primary .wrap {
	padding: 0 5%;
}

.no-js .nav-primary .menu-item {
	display: inline-block;
	width: auto;
	margin: 0 0.5em;
}

.nav-primary .wrap {
	height: 100%;
	position: relative;
}

.nav-primary .menu {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-height: 100%;
	padding: 0 0 1em;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
}

/* ## Menu Toggles
--------------------------------------------- */
.menu-toggle {
	display: block;
	position: absolute;
	z-index: 999;
	top: 32px;
	right: 5vw;
	padding: 27px 0;
	padding: 2.7rem 0;
	color: transparent;
	background-color: transparent;
	line-height: 1;
	letter-spacing: -0.5em;
	cursor: pointer;
}
.shrink .menu-toggle{
/*     top:10px; */
}

.menu-toggle:hover,
.menu-toggle:focus {
	outline: none;
	color: transparent;
	background: none;
	box-shadow: none;
}

.menu-toggle.activated {
	position: fixed;
}

.menu-toggle span {
	display: block;
	float: right;
	position: relative;
	width: 25px;
	width: 2.5rem;
	height: 2px;
	height: 0.2rem;
	margin-top: 7px;
	margin-top: 0.7rem;
	margin-left: 0.236em;
	border-radius: 4px;
	background: #111215;
	-webkit-transition: background 0s 0.2s;
	transition: background 0s 0.2s;
}

.menu-toggle span:before,
.menu-toggle span:after {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	height: 0.2rem;
	border-radius: 4px;
	background-color: #111215;
	content: ' ';
}

.menu-toggle.activated span:before, .menu-toggle.activated span:after {
    background-color: #fff;
}

.menu-toggle span:before {
	top: -7px;
	top: -0.7rem;
	-webkit-transition: top 0.2s 0.2s, -webkit-transform 0.2s 0s;
	        transition: top 0.2s 0.2s, -webkit-transform 0.2s 0s;
	        transition: top 0.2s 0.2s, transform 0.2s 0s;
	        transition: top 0.2s 0.2s, transform 0.2s 0s, -webkit-transform 0.2s 0s;
}

.menu-toggle span:after {
	bottom: -7px;
	bottom: -0.7rem;
	-webkit-transition: bottom 0.2s 0.2s, -webkit-transform 0.2s 0s;
	        transition: bottom 0.2s 0.2s, -webkit-transform 0.2s 0s;
	        transition: bottom 0.2s 0.2s, transform 0.2s 0s;
	        transition: bottom 0.2s 0.2s, transform 0.2s 0s, -webkit-transform 0.2s 0s;
}

.menu-toggle.activated span {
	background: none;
}

.menu-toggle.activated span:before {
	top: 0;
	-webkit-transition: top 0.2s 0s, -webkit-transform 0.2s 0.2s;
	        transition: top 0.2s 0s, -webkit-transform 0.2s 0.2s;
	        transition: top 0.2s 0s, transform 0.2s 0.2s;
	        transition: top 0.2s 0s, transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.menu-toggle.activated span:after {
	bottom: 0;
	-webkit-transition: bottom 0.2s 0s, -webkit-transform 0.2s 0.2s;
	        transition: bottom 0.2s 0s, -webkit-transform 0.2s 0.2s;
	        transition: bottom 0.2s 0s, transform 0.2s 0.2s;
	        transition: bottom 0.2s 0s, transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.sub-menu-toggle {
	position: absolute;
	margin: 0 -1em 0 1em;
	padding: 0.9em;
	background-color: transparent;
}

.sub-menu-toggle:hover,
.sub-menu-toggle:focus {
	background: none;
}

.sub-menu-toggle:before {
	display: block;
	margin: 2px 0 -2px;
	margin: 0.2rem 0 -0.2rem;
	border: 4px solid transparent;
	border: 0.4rem solid transparent;
	border-top-color: #f6f7f8;
	content: '';
}

.sub-menu-toggle.activated:before {
	margin: -2px 0 2px;
	margin: -0.2rem 0 0.2rem;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

/* ## Entries
--------------------------------------------- */
.entry {
	background-color: #ffffff;
}

.single .entry {
	background-color: transparent;
}
span.entry-title{
font-family: titillium-web, sans-serif;
font-size:2.6em;
display:block;
font-weight:bold;
}
.entry-title a {
	text-decoration: none;
}

.entry-content {
	clear: both;
}

.entry-content:before,
.entry-content:after {
	display: block;
	clear: both;
	content: '';
}

.entry-content p {
	color: #555!important;
}

.blog .entry-content p,
.archive .entry-content p {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.entry-content b,
.entry-content strong {
	font-weight: 600;
}

.entry-content li {
	color: #647585;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 1em;
	margin-left: 40px;
	margin-left: 4rem;
}

.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 li li {
	list-style-type: circle;
}

.entry-content code {
	display: block;
	margin-top: 1em;
	padding: 10px 20px;
	padding: 1rem 2rem;
	border: 2px solid #f0f1f2;
	border-radius: 4px;
	background-color: #f6f7f8;
}

.entry-content pre code {
	margin: 0;
	padding: 0;
	border: 0;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-image-link {
	display: block;
	margin-bottom: 1em;
}

.entry-image-link img {
	display: block;
}

.entry-image-link {
	display: block;
	margin: 0 0 30px;
	margin: 0 0 3rem;
}

.single .entry-footer {
	padding: 30px 0 0;
	padding: 3rem 0 0;
}

.single .entry-footer a{
font-size:15px;
}

.single .entry-footer img{
display:none;
}

.single .entry-footer .entry-meta > span{
margin-bottom:6px;
}

.single .entry-footer .entry-categories:before, 
.single .entry-footer .entry-tags:before{
font-size:15px;
margin-right:4px;
}

.single .entry-footer .entry-categories:before{
content:'Categories:';
}

.single .entry-footer .entry-tags:before{
content:'Tags:';
}

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
	font-family: titillium-web, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
}
.search p.entry-meta{
margin-bottom:0;
}

.search .content-sidebar-wrap {
    max-width: 1280px;
    width: 90%;
}

.entry-header p.entry-meta {
	margin-bottom: 1em;
}

.entry-categories,
.entry-tags {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	        align-items: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	        align-content: flex-start;
}

.entry-categories img,
.entry-tags img {
	margin-right: 0.5em;
}

/* ## Pagination
--------------------------------------------- */
.pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 100%;
	margin: 5vw 0 10vw;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
	clear: both;
}

.pagination:before,
.pagination:after {
	display: block;
	clear: both;
	content: '';
}

.pagination .wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 100%;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
}

.pagination .alignleft {
	margin-left: 0;
}

.pagination .alignright {
	margin-right: 0;
}

.adjacent-entry-pagination {
	margin: 0;
	padding: 40px 0;
	padding: 4rem 0;
	background-color: #f6f7f8;
	font-family: titillium-web, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
}

.adjacent-entry-pagination a {
	color: #647585;
	text-decoration: none;
}

.archive-pagination ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}

.archive-pagination li {
	margin: 0 0.25em 0 0;
	list-style-type: none;
}

.archive-pagination a {
	display: block;
	padding: 7.5px 10px;
	padding: 0.75rem 1rem;
	border-radius: 4px;
	color: #232c39;
	background-color: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: none;
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.archive-pagination a:hover,
.archive-pagination .active a {
	color: #ffffff !important;
	background-color: #b51919;
	box-shadow: 0 1rem 1rem -0.5rem rgba(35, 44, 57, 0.15);
}

.search .row {
    width: 100%;
}

.search .row .row-inner {
    width: 100%;
}

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	margin-top: 40px;
	margin-top: 4rem;
	background-color: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
}

.comment-respond .form-submit {
	margin-bottom: 0;
}

.comment-list li {
	padding: 40px 0 0 5vw;
	padding: 4rem 0 0 5vw;
}

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

.comment-list .comment-respond {
	padding: 0 0 0 1em;
}

.comment-list > .comment-respond {
	padding: 0;
}

.comment-header {
	margin-bottom: 5vw;
}

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

.comment-edit-link {
	padding-left: -webkit-calc(4.8rem + 1em);
	padding-left:         calc(4.8rem + 1em);
}

.entry-pings .comment-edit-link {
	display: block;
	clear: both;
	padding: 0;
}

.comment-reply-link {
	display: block;
	margin-bottom: 1em;
}

.comment-meta {
	padding-left: -webkit-calc(4.8rem + 1em);
	padding-left:         calc(4.8rem + 1em);
	word-break: break-all;
}

.entry-pings .comment-meta {
	padding: 0 0 1em;
}

.comment-content {
	clear: both;
}

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

.comment-content p {
	margin-bottom: 0.618em;
}

.comment-respond input[type='email'] label,
.comment-respond input[type='text'] label,
.comment-respond input[type='url'] label {
	display: block;
	margin-right: 10px;
	margin-right: 1rem;
}

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

.pingback:last-of-type p {
	margin-bottom: 0;
}

/* ## Widgets
--------------------------------------------- */
.sidebar .entry {
	width: 100%;
	padding: 0;
}

.sidebar .entry a {
	display: block;
}

.sidebar-primary {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	        order: 3;
}

.widget {
	margin-bottom: 10vw;
	word-wrap: break-word;
}

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

.sidebar .widget {
	margin-bottom: 5vw;
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar .widget p:last-of-type {
	margin-bottom: 0;
}

.sidebar .widget .menu-item {
	margin: 0;
	padding: 0;
}

.sidebar .widget .menu-item a {
	padding: 1em 2em 1em 0;
	color: #232c39;
}

.widget ul > li:last-of-type:not(.gfield) {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}

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

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

.widget li li {
	margin: 0 0 0 1em;
	padding: 0;
	border: 0;
}

.widgettitle,
.widget-title {
	font-family: titillium-web, sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
}

.sidebar .widgettitle,
.sidebar
.widget-title {
	margin-bottom: 1em;
	font-size: 16px;
	font-size: 2rem;
	font-weight:bold;
}

.widget_calendar table {
	width: 100%;
}

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

aside .widget ul{
margin-left:0;
padding-left:0;
}
aside .widget > div > ul > li{
border-bottom:1px solid #ccc;
padding:10px 20px 10px 0;
margin-bottom:0;
}
aside .widget ul li{
list-style-type:none;
position:relative;

}
aside .widget ul li li{
font-size:.875em;
padding:8px 0;
}
aside .widget ul li li:last-child{
padding-bottom:0;
}
aside .widget ul li li a{
font-weight:400;
}
aside .widget ul ul.children{
display:none;
}
aside button, aside .button{
font-weight:bold!important;
padding:10px 24px!important;
}
aside .tagcloud{
white-space:no-wrap;
}
aside .tagcloud a{
font-size:1.375rem!important;
padding-right:10px;
}
aside .tagcloud a:after{
content:',';
}
aside .tagcloud a:last-child:after{
content:none;
}

/* ## Site Footer
--------------------------------------------- */
.site-footer {
	position: relative;
	color: #fff;
	background-color: #222;
}

.site-footer > .wrap {
	position: relative;
	padding: 0 5vw 5vw;
}

.site-footer > .wrap > p {
	max-width: -webkit-calc(100% - 4rem);
	max-width:         calc(100% - 4rem);
	margin-bottom: 0;
	font-size: 16px;
	font-size: 1.6rem;
}

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

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

.site-footer .back-to-top {
	position: absolute;
	right: 5vw;
	bottom: 20px;
	bottom: 2rem;
	width: 30px;
	width: 3rem;
	height: 30px;
	height: 3rem;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.1);
	text-align: center;
}

.site-footer .back-to-top:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

.site-footer .back-to-top:before,
.site-footer .back-to-top:after {
	display: block;
	position: absolute;
	top: 13px;
	top: 1.3rem;
	left: 9px;
	left: 0.9rem;
	width: 8px;
	height: 2px;
	background-color: #a4a8ac;
	content: '';
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.site-footer .back-to-top:after {
	left: 13px;
	left: 1.3rem;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

/* ## Footer Widgets
--------------------------------------------- */
.footer-widgets {
	z-index: 0;
	padding: 60px 0;
	padding: 6rem 0;
	font-size: 17px;
	font-size: 1.7rem;
	position:relative;
}

.footer-widgets h3{
color:#dc242c;
}

.footer-widgets .widget-area {
	margin: 0 auto 40px;
	margin: 0 auto 4rem;
}

.footer-widgets .widget-area:last-of-type {
	margin-bottom: 0;
}

.footer-widgets .widget-area .widget {
	display: block;
	width: 100%;
	margin: 0 auto 2em;
}

.footer-widgets .widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.footer-widgets .widget-title, .footer-widgets h3 {
	margin-bottom: .75em;
	/* color: #f0f1f2; */
	font-size: 16px;
	font-size: 2.25rem;
	font-weight: 600;
}

.footer-widgets-1 .widget-title, .footer-widgets-2 .widget-title, .footer-widgets-3 .widget-title {
    display: none;
}

.footer-widgets .menu-item {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	font-family: hind, helvetica, arial, sans-serif;
	font-weight: 400;
	line-height: 1.618;
	text-transform: capitalize;
}

ul#menu-footer-menu-1 {
    margin-top: 0;
}

.footer-widgets .menu-item a {
    float: left;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-size: 1.25em;
    text-align: left;
    color: #fff;
    background: none;
    display: inline-block;
    width: auto;
}

.footer-widgets .menu-item a:hover {
	color: #dc242c;
}

.footer-widgets .sub-menu {
    display: block !important;
    position: relative;
    opacity: 1 !important;
    background: none;
    border: 0;
    padding: 0;
    box-shadow: none;
}

.footer-widgets .enews ::-moz-placeholder {
	opacity: 1;
	color: rgba(255, 255, 255, 0.5);
}

.footer-widgets .enews ::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.footer-widgets .enews form {
	position: relative;
}

.footer-widgets .enews input {
	padding: 4px 14px;
	padding: 0.4rem 1.4rem;
	border-color: #647585;
	color: #ffffff;
	background: transparent;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.footer-widgets .enews input:focus {
	border-color: #a4a8ac;
}

.footer-widgets .enews input[type='submit'] {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	width: 50px;
	width: 5rem;
	padding: 4px 0;
	color: transparent;
	background-color: transparent;
	box-shadow: none;
	font-size: 100%;
	line-height: 2;
}

.footer-widgets .enews input[type='submit']:hover + .fa-send-o {
	color: #ffffff;
}

.footer-widgets .enews input[type='submit']:focus {
	outline: 2px solid #f0f1f2;
}

.footer-widgets .enews .fa-send-o {
	position: absolute;
	z-index: 0;
	right: 0;
	bottom: 0;
	margin-bottom: 0.5em;
	padding: 0.5em 0.75em;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1;
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.footer-widget-area .menu {
    padding-left: 0;
}

.footer-widgets .sub-menu li a {
    padding: 0;
    color: #9a9a9a !important;
    font-size: 14px;
}

.footer-widgets .sub-menu li a:hover {
    color: #fff !important;
}

.footer-widgets .footer-widgets-5  .menu-item {
    width: 100%;
}

.footer-widgets .sub-menu:before {
    display: none;
}

.footer-widgets .footer-widgets-5 .sub-menu .menu-item {
    margin-bottom: 0;
    line-height: 1.375;
}

.footer-widgets .footer-widgets-5 .sub-menu {
    padding-top: 4px;
}

/* .footer-widgets::after {
	content: '';
	width: 200px;
	height: 200px;
	position: absolute;
	right: 0;
	bottom: 20px;
	background: url(/wp-content/uploads/ropeman-watermark.png) bottom right no-repeat;
	opacity: 0.6;
} */

/* ## Before Footer
--------------------------------------------- */
.before-footer {
	padding: 60px 0;
	padding: 6rem 0;
	color: #ffffff;
	background-color: #232c39;
	position: relative;
}

.before-footer:before {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(35, 44, 57, 0.9);
	content: '';
	pointer-events: none;
}

.before-footer:before {
	top: 1%;
	right: -50%;
	left: -50%;
	width: 100vw;
	height: 101%;
	margin: auto;
}

.before-footer .widget {
	position: relative;
	z-index: 1;
	margin-bottom: 5vw;
}

.before-footer .widget_media_image:first-of-type {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	right: -50%;
	bottom: 0;
	left: -50%;
	width: 100vw;
	height: 100%;
	margin: auto;
}

.before-footer .widget_media_image:first-of-type .widget-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
}

.before-footer .widget_media_image:first-of-type img {
	width: 100% !important;
	height: 100% !important;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.before-footer .wrap {
	z-index: 1;
}

.before-footer .widget-title {
	font-size: 30px;
	font-size: 3rem;
}

.before-footer p {
	margin-bottom: 0;
	color: #f6f7f8;
}

.before-footer button,
.before-footer .button,
.before-footer input[type='submit'] {
	margin: 0;
	color: #ffffff;
}

.before-footer button:hover,
.before-footer .button:hover,
.before-footer input[type='submit']:hover {
	color: #ffffff;
}

.before-footer button.alignright,
.before-footer .button.alignright,
.before-footer input[type='submit'].alignright {
	float: left;
}

/* ## Simple Social Icons
--------------------------------------------- */
.simple-social-icons {
	overflow: hidden;
}

.simple-social-icons svg[class^='social-'],
.simple-social-icons svg[class*=' social-'] {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.simple-social-icons ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	margin: -0.2em -0.2em 0 0;
	padding: 0;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	        justify-content: flex-start;
}

.simple-social-icons ul li {
	margin: 0.2em 0.2em 0 0;
	padding: 0;
	border: none;
	background: none;
	list-style-type: none;
}

.simple-social-icons ul li a {
	display: inline-block;
	-moz-box-sizing: content-box;
	     box-sizing: content-box;
	width: 1em;
	height: 1em;
	margin: 2px;
	border: none;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-transform: none;
}

.simple-social-icons ul.aligncenter {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
}

.simple-social-icons ul.alignleft {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	        justify-content: flex-start;
}

.simple-social-icons ul.alignright {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	        justify-content: flex-end;
}

/* ## Genesis Testimonial Slider
--------------------------------------------- */
div.lSSlideOuter .lSPager.lSpg > li {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display:         inline-flex;
	line-height: 0.16;
}

div.lSSlideOuter .lSPager.lSpg > li a {
	display: block;
	opacity: 0.382;
	background-color: #232c39;
}

div.lSSlideOuter .lSPager.lSpg > li.active a,
div.lSSlideOuter .lSPager.lSpg > li:hover a {
	opacity: 0.618;
	background-color: #232c39;
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}

div.lSSlideOuter ul.testimonials-list {
	color: #647585;
	font-size: 18px;
	font-size: 1.8rem;
}

div.lSSlideOuter ul.testimonials-list li {
	text-align: left;
}

/* ## Genesis eNews Extended
--------------------------------------------- */
.enews input {
	margin-bottom: 0.5em;
}

/* ## Business Profile
--------------------------------------------- */
.hero-section .bp-contact-card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	text-align: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
}

.hero-section .bp-contact-card > div {
	width: 100%;
	margin: 2em 1em 0;
	text-align: center;
}

.hero-section .bp-contact-card a {
	color: #f0f1f2;
	text-decoration: none;
}

.bp-contact-card .bp-directions,
.bp-contact-card .bp-phone,
.bp-contact-card .bp-contact,
.bp-contact-card .bp-booking,
.bp-contact-card .bp-opening-hours-brief,
.bp-contact-card .bp-opening-hours .bp-title {
	text-align: left;
}

.bp-contact-card .bp-directions:before,
.bp-contact-card .bp-phone:before,
.bp-contact-card .bp-contact:before,
.bp-contact-card .bp-booking:before,
.bp-contact-card .bp-opening-hours-brief:before,
.bp-contact-card .bp-opening-hours .bp-title:before {
	width: 1em;
	font-family: FontAwesome, sans-serif;
	line-height: 0.9;
}

.bp-contact-card .bp-opening-hours .bp-title {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.bp-contact-card .bp-directions:before {
	content: '\f27d';
}

.bp-contact-card .bp-phone:before {
	content: '\f2b3';
}

.bp-contact-card .bp-contact:before {
	content: '\f1c6';
}

.bp-contact-card .bp-opening-hours-brief:before,
.bp-contact-card .bp-opening-hours .bp-title:before {
	content: '\f18f';
}

/* ## Ninja Forms
--------------------------------------------- */
.nf-error.field-wrap .ninja-forms-field {
	border: 2px solid #fb2056;
}

.nf-error-msg {
	color: #fb2056;
	font-size: 15px;
	font-size: 1.5rem;
}

/* ## Genesis Simple FAQs
--------------------------------------------- */
.gs-faq__question {
	margin-bottom: 10px;
	margin-bottom: 1rem;
	color: #647585;
	background-color: #f6f7f8;
}

.gs-faq__question:hover {
	color: #647585;
}

/* ## WooCommerce (site-wide)
--------------------------------------------- */
.woocommerce-store-notice,
p.demo_store {
	position: relative;
	padding: 10px 0;
	padding: 1rem 0;
	font-size: 15px;
	font-size: 1.5rem;
}

.woocommerce-demo-store .hero-section {
	padding-top: 180px;
	padding-top: 18rem;
}

.woocommerce-demo-store .menu-toggle {
	top: 64px;
}

/* ## SEO Slider
--------------------------------------------- */
.slick-initialized .slick-slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}

.no-js .slick-slide:first-of-type {
	display: block;
	width: 100%;
}

.slick-arrow {
	box-shadow: none;
}

/* ## Front Page
--------------------------------------------- */
.home .site-inner {
	padding: 0;
}

.front-page-1,
.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6 {
	padding: 80px 0;
	padding: 8rem 0;
	background-color: #ffffff;
}

/* ### Front Page 1 */
.front-page-1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	overflow: hidden;
	position: relative;
	padding: 120px 0;
	padding: 12rem 0;
	color: #ffffff;
	background-color: transparent;
	background-position: center !important;
	background-size: cover !important;
	text-align: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	        align-content: center;
	clear: both;
}

.front-page-1:before,
.front-page-1:after {
	display: block;
	clear: both;
	content: '';
}

.has-hero-slider .front-page-1 {
	padding: 0;
}

.has-hero-slider .front-page-1 .wrap {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

.has-hero-slider .front-page-1 .widget {
	max-width: 100%;
	margin: 0;
}

.has-hero-slider .front-page-1 .widget:first-of-type {
	padding-top: 0;
}

.front-page-1 .slick-arrow {
	visibility: hidden;
	overflow: hidden;
}

.front-page-1 .wrap {
	position: relative;
	z-index: 2;
}

.front-page-1 .widget:first-of-type {
	padding-top: 5vh;
}

.front-page-1 .widget .widget-wrap p {
	margin-bottom: 1.618em;
	color: #f0f1f2;
}

/* ### Front Page 2 */
.front-page-2 {
	text-align: center;
}

.front-page-2 .fa-coffee {
	margin-left: -15px;
	margin-left: -1.5rem;
}

.front-page-2 .widget-title {
	margin: 10px auto;
	margin: 1rem auto;
	font-size: 20px;
	font-size: 2rem;
}

.front-page-2 p {
	display: block;
	color: #647585;
}

/* ### Front Page 3 */
.front-page-3 {
	background-color: #f6f7f8;
}

.front-page-3 .wrap {
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.front-page-3 .widget {
	margin-bottom: 5vw;
}

.front-page-3 .widget:first-of-type {
	margin-bottom: 50px;
	margin-bottom: 5rem;
}

.front-page-3 .widget_custom_html:first-of-type {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.front-page-3 .widget_custom_html:first-of-type hr {
	display: block;
	width: 100px;
	width: 10rem;
	height: 3px;
	height: 0.3rem;
	margin: 0 auto 40px;
	margin: 0 auto 4rem;
	padding: 0;
	border: 0;
	background-color: #fb2056;
}

.front-page-3 .widget_custom_html:first-of-type p {
	color: #647585;
}

.front-page-3 p {
	color: #647585;
}

.front-page-3 .entry {
	max-width: 400px;
	max-width: 40rem;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	border-radius: 4px;
	box-shadow: 0 27px 40px -20px rgba(35, 44, 57, 0.11);
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.front-page-3 .entry:hover {
	box-shadow: 0 27px 40px -20px rgba(35, 44, 57, 0.22);
}

.front-page-3 .entry > a {
	display: block;
	margin: 0;
	position: relative;
}

.front-page-3 .entry > a:before {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(35, 44, 57, 0.9);
	content: '';
	pointer-events: none;
}

.front-page-3 .entry > a:before {
	opacity: 0.1;
}

.front-page-3 .entry > a:focus ~ .entry-header a {
	color: #647585;
}

.front-page-3 .entry p {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.front-page-3 .entry-title {
	padding: 30px 30px 0;
	padding: 3rem 3rem 0;
	font-size: 18px;
	font-size: 1.8rem;
}

.front-page-3 .entry-content {
	padding: 0 30px 30px;
	padding: 0 3rem 3rem;
	color: #647585;
	font-size: 18px;
	font-size: 1.8rem;
}

.front-page-3 img {
	min-width: 100%;
	border-radius: 4px 4px 0 0;
}

.front-page-3 .more-link {
	display: block;
	width: auto;
	margin-top: 1em;
	padding: 0.618em 1.618em;
	border-radius: 4px;
	color: #ffffff;
	background-color: #232c39;
	box-shadow: 0 27px 40px -20px rgba(35, 44, 57, 0.22);
	font-family: titillium-web, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.front-page-3 .more-link:hover {
	box-shadow: 0 27px 40px -20px rgba(35, 44, 57, 0.22);
}

/* ### Front Page 4 */
.front-page-4 {
	overflow: hidden;
	position: relative;
	padding: 100px 0;
	padding: 10rem 0;
	color: #ffffff;
	background-color: #232c39;
	text-align: center;
	position: relative;
}

.front-page-4:before {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(35, 44, 57, 0.9);
	content: '';
	pointer-events: none;
}

.front-page-4 .widget {
	max-width: 640px;
	max-width: 64rem;
	margin: 0 auto;
}

.front-page-4 .widget-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}

.front-page-4 .widget_media_image:first-of-type {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
}

.front-page-4 .widget_media_image:first-of-type img {
	width: 100% !important;
	height: 100% !important;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.front-page-4 .widget.widget_media_video {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	visibility: hidden;
	position: fixed;
	z-index: 998;
	max-width: 100%;
	height: 100%;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.front-page-4 .widget.widget_media_video.visible {
	visibility: visible;
	opacity: 1;
	pointer-events: all;
}

.front-page-4 .textwidget {
	width: 100%;
}

.front-page-4 .wp-video {
	position: relative;
	padding: 5%;
}

.front-page-4 iframe {
	display: block;
	width: 100% !important;
	height: 100% !important;
	box-shadow: 0 3rem 3rem -2rem rgba(35, 44, 57, 0.5);
}

.front-page-4 .show-video {
	width: 3em;
	height: 3em;
	margin: 0 auto 1em;
	padding: 0;
	border: 3px solid #ffffff;
	border-radius: 3em;
	color: #ffffff;
	background-color: transparent;
	font-size: 24px;
	font-size: 2.4rem;
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.front-page-4 .show-video:hover {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

.front-page-4 .hide-video {
	position: absolute;
	z-index: 999;
	top: -5%;
	right: 0;
	width: 1em;
	height: 1em;
	padding: 10px;
	padding: 1rem;
	border-radius: 9rem;
	background: transparent;
	box-shadow: none;
	font-size: 2em;
	line-height: 0;
	text-align: center;
}

.front-page-4 .before {
	position: fixed;
	background-color: rgba(35, 44, 57, 0.9);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/* ### Front Page 5 */
.front-page-5 .featured-portfolio .widget-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.front-page-5 .widget-title {
	width: 100%;
	margin-bottom: 2em;
	text-align: center;
}

.front-page-5 .entry {
	position: relative;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 0;
	border-radius: 4px;
	box-shadow: 0 27px 40px -20px rgba(35, 44, 57, 0.22);
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	position: relative;
}

.front-page-5 .entry:before {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(35, 44, 57, 0.9);
	content: '';
	pointer-events: none;
}

.front-page-5 .entry:before {
	border-radius: 4px;
	opacity: 0.1;
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.front-page-5 .entry:hover {
	box-shadow: 0 27px 40px -20px rgba(35, 44, 57, 0.33);
}

.front-page-5 .entry:hover:before,
.front-page-5 .entry:hover .entry-header {
	opacity: 1;
}

.front-page-5 .entry:hover .entry-header {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

.front-page-5 .entry:last-of-type {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.front-page-5 .entry > a {
	display: block;
	height: 100%;
	margin: 0;
}

.front-page-5 .entry > a img {
	border-radius: 4px;
}

.front-page-5 .entry-header {
	display: block;
	position: absolute;
	z-index: 1;
	height: 1em;
	opacity: 0;
	color: #ffffff;
	font-family: titillium-web, sans-serif;
	font-size: smaller;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.front-page-5 a {
	color: #ffffff;
}

/* ### Front Page 6 */
.front-page-6 {
	background-color: #f6f7f8;
}

.front-page-6 img {
	width: 50px;
	width: 5rem;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.front-page-6 .lslide,
.front-page-6 .clone {
	padding: 15px;
	padding: 1.5rem;
}

.front-page-6 .lslide .wrap,
.front-page-6 .clone .wrap {
	padding: 2em 2em 2.4em;
	border-radius: 4px;
	background-color: #ffffff;
	box-shadow: 0 2rem 2rem -1rem rgba(35, 44, 57, 0.05);
	clear: both;
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.front-page-6 .lslide .wrap:before,
.front-page-6 .lslide .wrap:after,
.front-page-6 .clone .wrap:before,
.front-page-6 .clone .wrap:after {
	display: block;
	clear: both;
	content: '';
}

.front-page-6 .lslide .wrap:hover,
.front-page-6 .clone .wrap:hover {
	box-shadow: 0 2rem 2rem -1rem rgba(35, 44, 57, 0.1);
}

.front-page-6 blockquote {
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	padding: 0;
	border: 0;
}

.front-page-6 .gts-rating + blockquote {
	margin-top: 5px;
	margin-top: 0.5rem;
}

.front-page-6 blockquote + img {
	float: left;
	margin-bottom: 0;
}

.front-page-6 h5 {
	margin: 0 10px 10px 0;
	margin: 0 1rem 1rem 0;
	color: #647585;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1;
}

.front-page-6 img + h5 {
	margin: 14px 5px 0 10px;
	margin: 1.4rem 0.5rem 0 1rem;
}

.front-page-6 img + h5 + .gts-company {
	margin-top: 14px;
	margin-top: 1.4rem;
}

.front-page-6 .gts-company {
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1;
}

.front-page-6 .lSSlideOuter {
	margin: 0 -15px;
	margin: 0 -1.5rem;
}

/* ## Inner Pages
--------------------------------------------- */
/* ### Portfolio */
.portfolio {
	width: 100%;
}

.portfolio .filter {
	display: block;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	font-family: titillium-web, sans-serif;
	font-size: small;
	font-weight: 400;
	text-align: center;
}

.portfolio .filter .wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
}

.portfolio .filter a {
	display: block;
	margin: 0.5em;
	padding: 0.5em;
	text-decoration: none;
}

.portfolio .filter a.active {
	color: #fb2056;
}

.portfolio-sizer {
	width: 2.5641%;
}

.portfolio-item {
	width: 100%;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	border-radius: 4px;
	box-shadow: 0 2rem 2rem -1rem rgba(35, 44, 57, 0.1);
	position: relative;
}

.portfolio-item:before {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(35, 44, 57, 0.9);
	content: '';
	pointer-events: none;
}

.portfolio-item:before {
	border-radius: 4px;
	opacity: 0.1;
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.portfolio-item:hover {
	box-shadow: 0 2rem 2rem -1rem rgba(35, 44, 57, 0.3);
	-webkit-transition: box-shadow 0.75s cubic-bezier(0, 1, 0.5, 1), -webkit-transform 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: box-shadow 0.75s cubic-bezier(0, 1, 0.5, 1), -webkit-transform 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: box-shadow 0.75s cubic-bezier(0, 1, 0.5, 1), transform 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: box-shadow 0.75s cubic-bezier(0, 1, 0.5, 1), transform 0.75s cubic-bezier(0, 1, 0.5, 1), -webkit-transform 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.portfolio-item:hover:before,
.portfolio-item:hover .entry-title {
	opacity: 1;
}

.portfolio-item a {
	display: block;
	position: relative;
}

.portfolio-item img {
	border-radius: 4px;
}

.portfolio-item .entry-title {
	position: absolute;
	z-index: 2;
	height: 1em;
	opacity: 0;
	color: #ffffff;
	font-family: titillium-web, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.archive.genesis-pro-portfolio .entry {
	padding: 0;
	position: relative;
}

.archive.genesis-pro-portfolio .entry:before {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(35, 44, 57, 0.9);
	content: '';
	pointer-events: none;
}

.archive.genesis-pro-portfolio .entry:before {
	border-radius: 4px;
	opacity: 0.1;
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.archive.genesis-pro-portfolio .entry:hover {
	box-shadow: 0 2rem 2rem -1rem rgba(35, 44, 57, 0.3);
	-webkit-transition: box-shadow 0.75s cubic-bezier(0, 1, 0.5, 1), -webkit-transform 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: box-shadow 0.75s cubic-bezier(0, 1, 0.5, 1), -webkit-transform 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: box-shadow 0.75s cubic-bezier(0, 1, 0.5, 1), transform 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: box-shadow 0.75s cubic-bezier(0, 1, 0.5, 1), transform 0.75s cubic-bezier(0, 1, 0.5, 1), -webkit-transform 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.archive.genesis-pro-portfolio .entry:hover:before,
.archive.genesis-pro-portfolio .entry:hover .entry-title {
	opacity: 1;
}

.archive.genesis-pro-portfolio .entry:hover a {
	color: #ffffff;
}

.archive.genesis-pro-portfolio .entry a {
	display: block;
	position: relative;
}

.archive.genesis-pro-portfolio .entry img {
	border-radius: 4px;
}

.archive.genesis-pro-portfolio .entry .entry-title {
	position: absolute;
	z-index: 2;
	height: 1em;
	opacity: 0;
	color: #ffffff;
	font-family: titillium-web, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/* ### Masonry */
.blog .site-inner,
.archive .site-inner,
.search-results .site-inner,
.page-template-page_blog .site-inner {
	/* background-color: rgba(35, 44, 57, 0.05); */
}

.blog .content,
.archive .content,
.search-results .content,
.page-template-page_blog .content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.blog .content,
.archive .content,
.page-template-page_blog .content{
display:block;
}

.blog.content-sidebar .entry, 
.archive.tag.content-sidebar .entry,
.archive.category.content-sidebar .entry{
width:100%!important;
margin-left:0!important;
margin-right:0!important;
border:1px solid #ddd!important;
}

.archive .content{
display:block;
}

.blog .content > .row{
display:block;
width:100%;
margin-bottom: 10px;
}

.blog .content h2.entry-title,
.archive .content h2.entry-title,
.page-template-page_blog .content h2.entry-title {
	font-size: 30px;
	color:#748718;
	margin-bottom:10px;
}

.blog article p.entry-meta,
.archive article p.entry-meta,
.page-template-page_blog article p.entry-meta{
margin-bottom:4px;
}

.blog .content span.entry-title, .search-results .content .entry-title, .archive.category .content span.entry-title{
font-size:24px;
margin-bottom:8px;
}

.blog .entry,
.archive .entry,
.search-results .entry,
.page-template-page_blog .entry {
	width: 100%;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 30px;
	padding: 3rem;
	border-radius: 4px;
	background-color: #ffffff;
	box-shadow: 0 1rem 2rem -1rem rgba(35, 44, 57, 0.1);
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.blog .entry, .archive.category .entry{
border:1px solid #ddd;
}

.blog .entry:hover,
.archive .entry:hover,
.search-results .entry:hover,
.page-template-page_blog .entry:hover {
	box-shadow: 0 2rem 1rem -1rem rgba(35, 44, 57, 0.1);
}

.blog .entry-content,
.archive .entry-content,
.search-results .entry-content,
.page-template-page_blog .entry-content {
	color: #647585;
	font-size: 18px;
	font-size: 1.8rem;
	clear:none!important;
}

.blog .entry-footer,
.archive .entry-footer,
.search-results .entry-footer,
.page-template-page_blog .entry-footer {
	margin-top: 10px;
	margin-top: 1rem;
}

.blog .entry-footer p,
.archive .entry-footer p,
.search-results .entry-footer p,
.page-template-page_blog .entry-footer p {
	margin: 0;
}

.blog .entry-image-link,
.archive .entry-image-link,
.search-results .entry-image-link,
.page-template-page_blog .entry-image-link {
	display: block;
	margin: -30px -30px 30px;
	margin: -3rem -3rem 3rem;
}

.blog .entry-image-link img,
.archive .entry-image-link img,
.search-results .entry-image-link img,
.page-template-page_blog .entry-image-link img {
	border-radius: 4px 4px 0 0;
}

.blog .entry-image-link img,
.archive .entry-image-link img,
.page-template-page_blog .entry-image-link img {
/* border-radius:0;
width:25%;
float:left; */
display:none;
}


/* ### Column Examples */
.columns div {
	margin-bottom: 2.5641%;
	padding: 2em 0;
	border-radius: 4px;
	color: #647585;
	background-color: #f6f7f8;
	box-shadow: 0 0 1rem -1rem rgba(35, 44, 57, 0);
	font-family: titillium-web, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	text-transform: capitalize;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.columns div:hover {
	box-shadow: 0 2rem 1rem -1rem rgba(35, 44, 57, 0.1);
	-webkit-transform: translateY(-0.5rem);
	    -ms-transform: translateY(-0.5rem);
	        transform: translateY(-0.5rem);
}

/* ### Icon Examples */
.fa {
	text-shadow: 0.1em 0.1em 0 rgba(100, 117, 133, 0.1);
}

.icons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
}

.icons span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 100%;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	color: #647585;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}

.icons i {
	margin-right: 0.3em;
	color: #232c39;
	font-size: 30px;
	font-size: 3rem;
}

.icons br {
	display: none;
}

/* ### Pricing Table */
.pricing .site-inner {
	background-color: #f6f7f8;
}

.pricing .entry {
	background-color: transparent;
}

.pricing-table {
	padding-bottom: 100px;
	text-align: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}

.pricing-table > div {
	margin-bottom: 25px;
	padding: 40px 20px 50px;
	background-color: #ffffff;
	box-shadow: 0 0 0 rgba(35, 44, 57, 0);
	-webkit-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

.pricing-table > div:hover {
	z-index: 2;
	box-shadow: 0 2rem 2rem -0.5rem rgba(35, 44, 57, 0.1);
	-webkit-transform: translateY(-1rem);
	    -ms-transform: translateY(-1rem);
	        transform: translateY(-1rem);
}

.pricing-table .featured {
	position: relative;
	z-index: 1;
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

.pricing-table .featured:hover {
	-webkit-transform: translateY(-1rem) scale(1.05);
	    -ms-transform: translateY(-1rem) scale(1.05);
	        transform: translateY(-1rem) scale(1.05);
}

.pricing-table .featured button,
.pricing-table .featured .button {
	background-color: #fb2056;
}

.pricing-table strong {
	color: #647585;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 500;
}

.pricing-table span {
	font-size: 13px;
	font-size: 1.3rem;
	font-style: italic;
}

.pricing-table small {
	position: absolute;
	margin-top: 10px;
	margin-left: -10px;
}

.pricing-table big {
	color: #232c39;
	font-family: titillium-web, sans-serif;
	font-size: 1.618em;
	font-weight: 700;
}

.pricing-table p {
	margin: 0;
}

.pricing-table ul {
	margin: 10px 0 20px;
}

.pricing-table ul li {
	margin: 0;
	list-style-position: inside;
	list-style-type: none;
}

.page-id-2556.page-template-equipment-single .row:first-child {
    margin-bottom: 0;
}

/* .content-sidebar-wrap .row-inner {
    max-width: 100% !important;
    width: 100%;
} */

/* .content-sidebar-wrap {
    width: 90%;
} */

/*
 * Media Queries
 *
 *
 */
@media only screen and (max-width:1800px){
.content-sidebar .site-inner{
background: linear-gradient(90deg,transparent 72%,#f4f4f4 72%);
}
}
@media only screen and (max-width:1750px){
	.hero-img-wrap{
	height:300px;
	}
}
@media only screen and (max-width:1700px){
.content-sidebar .site-inner{
background: linear-gradient(90deg,transparent 73%,#f4f4f4 73%);
}
}
@media only screen and (max-width:1600px){
.content-sidebar .site-inner{
background: linear-gradient(90deg,transparent 75%,#f4f4f4 75%);
}
}
@media only screen and (max-width:1500px) {
	.cta-blade-inner {
    width: 90%;
	}
	.hero-img-wrap{
	height:250px;
	}
}

@media screen and (max-width:1460px){
.content-sidebar .site-inner{
background: linear-gradient(90deg,transparent 77.5%,#f4f4f4 77.5%);
}
}

@media screen and (max-width:1400px){
	.list-page-4 .list-pages-wrap .text{
	padding:40px;
	}
	.list-page-4 h3{
	font-size:2.25rem;
	}
}

@media screen and (max-width:1360px){
	#genesis-content > .wrap.list-pages.list-page-4{
	padding:0px;
	}
	.list-pages.list-page-4 > div.list-content{
	padding:0 40px;
	}

	#genesis-content > .wrap{
	padding:0 40px;
	}
}

@media only screen and (max-width:1320px){
	.row-inner {
	max-width: 90%;
/* 	width: 90%; */
	}
	.page-template-equipment-single .row-inner {
		width: 90%;
	}
	.list-page-2 > .row-inner{
	max-width:100%;
/* 	width:calc(100% - 4vw); */
	}
	.list-page-2 .row{
	padding:32px;
	}
	.blog .row-inner.top-content, .post.type-post .row-inner.top-content {
	width: 100%;
	}
	
	.page-template-equipment-list .list-pages.list-page-2.row {
		margin-left: 0px;
		margin-right: 0px;
	}
}

@media screen and (max-width:1300px){
	.list-page-1.list-pages > div > div div{
		height:210px;
	}
	.locations-wrap .location {
		width: 100%;
		margin-bottom: 32px;
	}

	.locations-wrap {
		flex-wrap: wrap;
	}
}

@media screen and (max-width:1230px){
	.hero-img-wrap{
	height:200px;
	}
}

@media only screen and (max-width:1200px) {
	.cta-form .cta-content {
    	width: 100%;
	}

	.list-page-4 .list-pages-wrap .text{
	padding:30px;
	}
	.list-page-4 .list-pages-wrap p{
	font-size:1.75rem;
	}
	.list-pages.list-page-4 svg{
	bottom:20px;
	right:20px;
	font-size:20px;
	}
	
	div.gform_wrapper ul.gform_fields li.gfield.one-third {
		width: 100%;
	}
	
	nav .menu-item a {
		padding: 1.375em 1em;
	}

}

@media only screen and (max-width:1152px) {
	.contact-style-2 .site-inner {
    	padding-top: 130px;
	}
}

@media only screen and (max-width:1151px) {
div#search-wrap{
top:75px;
}
}

@media screen and (max-width:1100px){
	.list-page-1.list-pages > div > div div{
	height:240px;
	}
	
	header .menu-item a {
		font-size: 13px;
		padding-left: 0.875em;
		padding-right: 0.875em;
	}
	.mfg-card {
		width: 31%;
	}
	
	nav .menu-item a {
		font-size: 12px;
	}
	
	li#menu-item-2494 a {
		padding: 13px 20px;
	}
}

@media screen and (max-width:1024px){
	.hero-img-wrap{
	height:150px;
	}
	.list-page-2 .rows > .row{
	flex-basis:50%;
	}
	.list-page-2 .row:first-child, .list-page-2 .row:nth-child(2){
	border-top:none;
	}
	.list-page-2 .row:nth-child(3){
    border-top:1px solid #ddd;
	}
	.list-page-2 .row:nth-child(3), .list-page-2 .row:nth-child(5){
	border-left:none;
	border-right:1px solid #ddd;
	}
	.list-page-2 .row:nth-child(4){
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
	}
	.list-page-2 .row:nth-child(5), .list-page-2 .row:nth-child(6){
	border-bottom:none;
	}
	.list-page-2 .row:nth-child(even){
	border-right:none;
	}
	
	#genesis-content .list-page-2 .row {
		border: solid 1px #eaeaea;
		border-left: 0;
		border-top: 0;
	}
	#genesis-content .list-page-2 .row:nth-child(even) {
		border-right:solid 1px #fff;
	}
}

@media screen and (max-width:1000px){
	.list-page-1.list-pages > div > div, .list-page-1.list-pages > div > div:nth-child(3n+3){
	float:left;
	width:48%;
	margin-right:4%;
	margin-bottom:32px;
	}
	.list-page-1.list-pages > div > div:nth-child(2n+2){
	margin-right:0;
	}
	.list-page-1.list-pages > div > div:nth-child(2n+1){
	clear:both;
	}
	.list-page-1.list-pages > div > div:nth-child(3n+1){
	clear:none;
	}
	.list-page-1.list-pages > div > div div {
	height: 190px;
	}

	.list-page-3 .card, .list-page-3 .card:nth-child(3n+3){
	position:relative;
	width:48%;
	margin-right:4%;
	margin-bottom:32px;
	float:left;
	height:500px;
	overflow:hidden;
	}
	.list-page-3 .card:nth-child(2n+2){
	margin-right:0;
	}
	.list-page-3 .card:nth-child(2n+1){
	clear:both;
	}
	.list-page-3 .card:nth-child(3n+1){
	clear:none;
	}

	.list-page-4 .list-pages-wrap > div{
	width:100%;
	float:none;
	height:50vw;
	}
	.list-page-4 .list-pages-wrap p{
	font-size:2rem;
	}

	.detail-page-3 .cross-link-pages > div{
	width:25%;
	}
	.detail-page-3 .cross-link-pages > div:nth-child(4n+1){
	clear:both;
	}

	.contact-style-3 .contact-form .gform_wrapper {
    width: 90%;
    max-width: 900px;
	}

	.top-bar p.address {
	display: none;
	}
	
	.top-bar-inner > div:nth-child(3) {
	display: none;
	}

	.top-bar p.tagline {
	margin: 0;
	}
}

@media only screen and (max-width:960px){
	.content-sidebar .site-inner{
	background:none;
	}
	.content-sidebar .content-sidebar-wrap #genesis-content{
	flex-basis:100%;
	padding-right:0;
	}
	.content-sidebar .content-sidebar-wrap aside{
	flex-basis:100%;
	padding-left:0;
	}
}

@media only screen and (max-width:950px) {
	footer .footer-widgets .widget-area {
	width: 100%;
	-webkit-box-flex: initial;
	-webkit-flex: auto;
	flex: auto;
	margin-left: 0;
	margin-right: 0;
	}


	.cta-header h2 {
    font-size: 2em;
	}

	.contact-style-3 .contact-info .info-inner {
	width: 100%;
	}

	.contact-style-3 .contact-info {
	flex-wrap: wrap;
	}
	
	.contact-style-3 .contact-info .info-inner .google-map-wrap {
	height: 300px;
	}
	
	header .menu-item a {
		padding-left: 0.75em;
		padding-right: 0.75em;
	}
	
	.dem-unit .ft-img {
		float: none;
		margin: 0 0 32px 0;
		padding: 0;
		text-align: center;
		width: 100%;
	}

	.dem-unit .ft-img img {
		display: block;
		margin: 0 auto;
	}
	
	.widget-area.footer-widgets-4.footer-widget-area {
		display: none;
	}
}

@media only screen and (max-width:900px) {
	.contact-style-2 .site-inner {
    padding-top: 105px;
	}
}

@media only screen and (min-width:896px) {
	nav .menu-primary > .menu-item > a {
		border-right: solid 1px #3f3f3f;
	}

	nav .menu-primary > .menu-item:first-child > a {
		border-left: solid 1px #3f3f3f;
	}
}

@media screen and (max-width:895px){
	#header-cart a{
	position:relative;
	}
	.hero-img-wrap{
	display:none;
	}
	.menu-item a:hover, .menu-item a:focus, .menu-item.current-menu-item > a {
    background:none;
    }
	.featured-img.hero-img img{
	display:none;
	}
    .site-header{
    border-bottom:1px solid #ddd;
    }
	header .tagline{
		display:none;
	}
	#header-widgets{
	margin-right:45px;
	margin-left:10px;
	}
	#genesis-nav-primary #header-widgets{
	display:none;
	}
	.site-header > .wrap > #header-widgets{
	display:block;
	}
	#header-cart a .fa-shopping-cart{
	color:#748718;
	}
	#header-cart a span{
	color: #748718;
    background: rgba(160, 181, 38, 0.2);
	}
    #menu-item-2494{
    display:none;
    }
	.list-page-4 .list-pages-wrap{
	margin-top:50px;
	}
	div#search-wrap {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
		height: 100vh;
		width: 100vw;
		display: flex;
		align-items: center;
		justify-content: center;
		background: rgba(0,0,0,0.8);
		overflow-y:scroll;
		padding-left: 10%;
		padding-right: 10%;
	}
	.search-form{
		margin-top:-85px;
	}
	#search-wrap input#searchform-1{
		font-size:16px;
	}
	
	div#search-wrap::-webkit-scrollbar {
		display: none;
	}

	div#close-search {
		display: block;
		/* position: absolute; */
		/* top: 0; */
		/* right: 0; */
		margin-left: 16px;
		margin-top:-85px;
		font-size: 24px;
		color: #dadada;
	}
	.phone-buttons {
		display: block!important;
	}
	li#menu-item-3227 {
		display: block;
	}
	nav .sub-menu-toggle {
		margin: 0;
		top: 13px;
	}

	nav .sub-menu li {
		padding: 0;
		margin: 0 !important;
	}

	nav ul.sub-menu {
		padding: 0;
	}

	nav .sub-menu li a {
		color: #abb2bd;
	}

	nav li.menu-item {
		padding: 0;
	}
	nav .sub-menu .menu-item a:hover, nav .sub-menu .menu-item a:focus, nav .sub-menu .menu-item.current-menu-item > a {
		color: #b1ebff;
	}
	
	header .menu-item a {
		font-size: 16px;
	}

	header .menu-item .sub-menu a {
		font-size: 14px;
	}
}

@media screen and (max-width:880px){
	.list-page-1.list-pages > div > div div {
	height: 220px;
	}
}

@media screen and (max-width:850px){
	.detail-page-1 .cross-link-pages{
	height:200px;
	}
	.detail-page-1 .secondary-content ul{
	column-count:1;
	margin-bottom:0;
	}

	.detail-page-2 .secondary-content ul, .detail-page-2 .cross-link-wrap ul{
	column-count:1;
	margin-bottom:0;
	}
	.gallery-wrap {
		width: 100%;
		float: none;
		margin: 0 0 70px 0;
		padding: 0;
	}

	.gallery-slide img, .gallery-slide > a {
		width: 100%;
	}
	
	.detail-page-3 .cross-link-pages > div, .detail-page-4 .cross-link-pages > div {
		width: 50%;
	}
}

@media screen and (max-width:800px){
	.detail-page-1 .cross-link-pages{
	height:auto;
	}
	.content-sidebar .content-sidebar-wrap{
	display:block;
	}
}

@media screen and (max-width:768px){
	.detail-page-1 .cross-link-wrap{
	padding:50px 5%;
	}

	.detail-page-2 .cross-link-wrap{
	padding:50px 5%;
	}

	.detail-page-3 .cross-link-wrap{
	padding:50px 5%;
	}
	.detail-page-3 .cross-link-pages > div{
	width:33.33%;
	}
	.detail-page-3 .cross-link-pages > div:nth-child(4n+1){
	clear:none;
	}
	.detail-page-3 .cross-link-pages > div:nth-child(3n+1){
	clear:both;
	}

	.contact-form, .contact-info {
	width: 100%;
	}

	.contact-wrap {
	width: 90%;
	margin: 0 auto 48px auto;
	}
	
	.contact-style-3 .contact-wrap {
	width: 100%;
	}

	.top-bar-inner > div:nth-child(2) {
    display: none;
	}
	
	.row-inner {
		width: 90%;
	}
	
	.mfg-card {
		width: 48%;
	}
	
	.list-item-single > img, .list-item-single > picture {
		width: 100% !important;
		order: 0;
	}

	.list-item-single {
		flex-wrap: wrap;
	}

	.list-item-single .item-content {
		width: 100%;
	}

	.list-item-single img {
		padding: 0 !important;
	}
	
	.list-item-single:nth-child(even) .item-content {
		padding-left: 0;
	}
}

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

	.blog #genesis-content, .single-post #genesis-content, .search-results .content-sidebar-wrap {
	width: 90%;
	margin:0 auto;
	}
}

@media screen and (max-width:680px){
	.list-page-1.list-pages > div > div div {
	height:auto;
	}
	.list-page-1.list-pages > div > div{
	width:100%!important;
	float:none!important;
	margin-right:0!important;
	}

	.list-page-2 .row .text, .page-template-page-list-2 .row img{
	width:100%;
	padding-left:0!important;
	padding-right:0!important;
	float:none;
	}
	.list-page-2 .row img{
	margin-bottom:30px;
	}

	.list-page-3 .card{
	margin-right:0!important;
	float:none;
	width:100%!important;
	}
	.list-page-3 .card img{
	width:100%;
	height:auto;
	}

	.detail-page-1 .primary-content img{
	margin:0 auto;
	margin-bottom:30px;
	max-width:100%;
	width:100%;
	float:none;
	}

	.detail-page-2 .primary-content img{
	margin:0 auto;
	margin-bottom:30px;
	max-width:100%;
	width:100%;
	float:none;
	}

	.detail-page-3 .secondary-content img{
	margin:0 auto;
	margin-bottom:30px;
	max-width:100%;
	width:100%;
	float:none;
	}
	.logo-wrap, .featured-image {
		float: none;
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin: 0 0 32px 0;
	}

	.logo-wrap img, .featured-image img {
		display: block;
		margin: 0 auto;
	}
}

@media only screen and (max-width:650px) {
	.cta-blade-inner {
		flex-wrap: wrap;
	}

	.cta-header {
		width: 100%;
	}

	.cta-header h2 {
		text-align: center;
	}

	.cta-content {
		width: 100%;
		padding: 0;
		text-align: center;
	}
}

@media screen and (max-width:620px){
	.list-page-3 .card{
	height:400px!important;
	}
}

@media only screen and (max-width:600px) {
	.site-inner {
	padding-top: 0;
	}

	.list-page-4 .list-pages-wrap p{
	font-size:1.75rem;
	}

	.detail-page-3 .cross-link-pages > div{
	width:50%;
	}
	.detail-page-3 .cross-link-pages > div:nth-child(3n+1){
	clear:none;
	}
	.detail-page-3 .cross-link-pages > div:nth-child(2n+1){
	clear:both;
	}

	div.gform_wrapper ul.gform_fields li.gfield {
	width: 100% !important;
	padding-right: 0 !important;
	}
	.contact-style-2 .site-inner {
	padding-top: 73px;
	}

	.top-bar {
    display: none; /* hide at 600px in lieu of mobile buttons */
	}
	.site-container {
	padding-bottom: 50px;
	}
    
    .list-page-2{
    margin-bottom:0;
    }
	.list-page-2 .rows > .row{
	flex-basis:100%;
	border:none;
	border-top:1px solid #ddd;
	}
	.list-page-2 > .row-inner{
	max-width:100%;
	width:100%;
	}
	.list-page-2 .row{
	padding:40px 5%;;
	}
	
	.list-page-2 .rows > .row:first-child {
		padding-top: 10px;
	}
	
	button.menu-toggle {
		padding: 16px 0;
		top: 6px;
		box-shadow: none;
	}
	
	.page-template-equipment-list .list-pages.list-page-2.row .rows {
		left: 0;
		width: 100%;
	}

	#genesis-content .list-page-2 .row {
		border-right: 0;
		border-left: 0;
		padding: 0;
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
}

@media screen and (max-width:500px){
	.wp-custom-logo .title-area, img.custom-logo {
		width: 220px;
		max-width: calc(100% - 80px) !important;
		transition: all 220ms;
	}

	.wp-custom-logo .shrink .title-area, .shrink img.custom-logo {
		width: 180px;
	}
	.list-page-3 .card{
	height:300px!important;
	}

	.list-page-4 .list-pages-wrap > div{
	height:auto;
	}
	.list-page-4 .list-pages-wrap > div img, .list-page-4 .list-pages-wrap > div .text-wrap{
	width:100%;
	height:auto;
	}
	.list-page-4 .list-pages-wrap > div .text-wrap:before{
	top: -16px;
	left: 40px;
	margin-top:0;
	margin-left: -16px;
	}
	.list-page-4 .list-pages-wrap .text{
	padding:40px;
	}
	
	.mfg-card {
		width: 100%;
		margin-right: 0;
	}

	.mfg-card a {
		display: block;
	}
	
	.detail-page-3 .cross-link-pages > div, .detail-page-4 .cross-link-pages > div {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:450px){
	.detail-page-3 .cross-link-pages > div{
	width:100%;
	float:none;
	padding-right:0;
	}
}

@media screen and (max-width:380px){
	.list-page-3 .card{
	height:200px!important;
	}
}

@media only screen and (max-width:350px) {
	.google-map-wrap.map-hero, .google-map-wrap.map-hero iframe {
    height: 250px;
	}
}

@media screen and (max-width:280px){
	.list-page-3 .card{
	height:150px!important;
	}
}


/*
 * IE specific styles.
 *
 * @link http://keithclark.co.uk/articles/moving-ie-specific-css-into-media-blocks/
 */

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

@media (min-width: 512px) {
	.button + button,
	.button + .button,
	button + button,
	button + .button,
	input[type='button'] + button,
	input[type='button'] + .button,
	input[type='reset'] + button,
	input[type='reset'] + .button,
	input[type='submit'] + button,
	input[type='submit'] + .button {
		clear: none;
		margin-top: 0;
	}
	.gallery-item {
		width: 48.71795%;
		margin-bottom: 2.5641%;
	}
	.woocommerce-demo-store .menu-toggle {
		top: 42px;
	}
	.front-page-1 .slick-arrow {
		visibility: visible;
	}
	.front-page-1 h1 {
		font-size: 2.2em;
	}
	.portfolio-item {
		width: -webkit-calc(50% - 1rem);
		width:         calc(50% - 1rem);
	}
	.blog .entry,
	.archive .entry,
	.search-results .entry,
	.page-template-page_blog .entry {
		width: 48.71795%;
	}
	.blog .entry:nth-of-type(even),
	.archive .entry:nth-of-type(even),
	.search-results .entry:nth-of-type(even),
	.page-template-page_blog .entry:nth-of-type(even) {
		margin-left: 2.5641%;
	}
	.icons span {
		width: 50%;
	}
}

@media (min-width: 768px) {
	body {
		font-size: 2rem;
	}
	body > div {
		font-size: 2rem;
	}
	h1 {
		font-size: 2.5em;
		/* font-weight:bold; */
		letter-spacing:-1px;
	}
	h2 {
		font-size: 1.75em;
	}
	h3 {
		font-size: 1.5em;
	}
	h4 {
		font-size: 1.3em;
	}
	h5 {
		font-size: 1.2em;
	}
	h6 {
		font-size: 1.1em;
	}
	.wrap {
		width: 90%;
		max-width: 1280px;
		padding: 0;
	}
	.content-sidebar-wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		width: 100%;
		max-width: 100%;
		padding: 40px 0;
	}
	.one-half,
	.one-third,
	.one-fourth,
	.one-fifth,
	.one-sixth,
	.two-thirds,
	.two-fourths,
	.two-fifths,
	.two-sixths,
	.three-fourths,
	.three-fifths,
	.three-sixths,
	.four-fifths,
	.four-sixths,
	.five-sixths {
		float: left;
		margin-left: 2.5641%;
	}
	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.71795%;
	}
	.one-third,
	.two-sixths,
	.gallery-columns-3 .gallery-item {
		width: 31.62393%;
	}
	.four-sixths,
	.two-thirds {
		width: 65.81197%;
	}
	.one-fourth,
	.gallery-columns-4 .gallery-item {
		width: 23.07692%;
	}
	.three-fourths {
		width: 74.35897%;
	}
	.one-fifth,
	.gallery-columns-5 .gallery-item {
		width: 17.94872%;
	}
	.two-fifths {
		width: 38.46154%;
	}
	.three-fifths {
		width: 58.97436%;
	}
	.four-fifths {
		width: 79.48718%;
	}
	.one-sixth,
	.gallery-columns-6 .gallery-item {
		width: 14.52991%;
	}
	.five-sixths {
		width: 82.90598%;
	}
	.first {
		clear: both;
		margin-left: 0;
	}
	.after-entry,
	.author-box {
		margin-bottom: 4rem;
	}
	.author-box {
		margin-top: 4rem;
	}
	.hero-section {
		padding: 16rem 0 6rem;
	}
	.single .entry-image-link {
		margin: 0 0 4rem;
	}
	.pagination .wrap {
		width: 90%;
	}
	.comment-header {
		margin-bottom: 2em;
	}
	.sidebar .widget {
		margin-bottom: 4rem;
	}
	.site-footer > .wrap {
		padding: 0 0 6rem;
	}
	.site-footer .back-to-top {
		right: 0;
		bottom: 5.8rem;
	}
	.footer-widgets .wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.footer-widgets .widget-area {
		margin-left: 2.564102564102564%;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
	.footer-widgets .widget-area:first-of-type {
		margin-left: 0;
	}
	.footer-widgets p {
		max-width: 90%;
	}
	.before-footer {
		padding: 10rem 0;
	}
	.before-footer .widget {
		margin-bottom: 0;
	}
	.before-footer .wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		        align-items: center;
	}
	.before-footer .wrap:before,
	.before-footer .wrap:after {
		position: absolute;
	}
	.before-footer button.alignright,
	.before-footer .button.alignright,
	.before-footer input[type='submit'].alignright {
		float: right;
	}
	.hero-section .bp-contact-card > div {
		width: auto;
	}
	.woocommerce-demo-store .hero-section {
		padding-top: 24rem;
	}
	.front-page-1 {
		padding: 14rem 0;
	}
	.front-page-1 .widget {
		max-width: 768px;
		margin-right: auto;
		margin-left: auto;
	}
	.front-page-1 h1 {
		font-size: 2.7em;
	}
	.front-page-2 p {
		padding: 0 1em;
		font-size: 1.8rem;
	}
	.front-page-2 p:last-of-type {
		margin-bottom: 0;
	}
	.front-page-3 .widget {
		margin-bottom: 2.5641%;
	}
	.front-page-4 .wrap {
		display: block;
	}
	.front-page-4 .widget_media_image:first-of-type {
		max-width: 100%;
	}
	.front-page-4 .wp-video {
		padding: 10%;
	}
	.front-page-4 .hide-video {
		top: 5%;
		right: 5%;
	}
	.front-page-5 .entry {
		width: 31.62393%;
		margin-left: 2.5641%;
	}
	.front-page-5 .entry:nth-of-type(3n + 1) {
		margin-left: 0;
	}
	.single .blog .entry-image-link,
	.single
	.archive .entry-image-link,
	.single
	.search-results .entry-image-link,
	.single
	.page-template-page_blog .entry-image-link {
		margin: -6rem -6rem 6rem;
	}
	.pricing-table {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		padding-bottom: 60px;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.pricing-table > div {
		margin: 0;
	}
}

@media (min-width: 896px) {
	.content-sidebar-wrap {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 48px 0 0 0;
		/* padding-top:48px; */
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.content-sidebar-wrap:before,
	.content-sidebar-wrap:after {
		position: absolute;
	}
	.sidebar-content .content-sidebar-wrap {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
	}
	.content {
		width: 768px;
		margin-right: auto;
		margin-left: auto;
	}
	.sidebar-primary {
		width: 25%;
	}
	.sidebar-content .content,
	.content-sidebar .content {
		width: -webkit-calc(75% - 4rem);
		width:         calc(75% - 4rem);
		margin-right: 0;
		margin-left: 0;
	}
	.full-width-content .content {
		width: 100%;
	}
	.wp-block-column {
		margin-left: 2.5641%;
	}
	.wp-block-column:first-of-type {
		margin-left: 0;
	}
	.alignleft {
		float: left;
		margin: 0 1em 1em 0;
	}
	.alignright {
		float: right;
		margin: 0 0 1em 1em;
	}
	.alignwide img,
	.alignfull img {
		margin: 0.6em auto 2.4em;
	}
	.site-header.shrink > .wrap {padding: 0;}
	.site-header > .wrap {
		position: relative;
		padding: 16px 0;
		-webkit-flex-wrap: nowrap;
		    -ms-flex-wrap: nowrap;
		        flex-wrap: nowrap;
	}
	.site-description {
		line-height: 1.382;
		text-align: left;
	}
	.header-widget-area {
		margin-right: 0;
		margin-left: 1em;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		        order: 3;
	}
	.menu {
		font-size: 1.5rem;
		text-align: left;
		text-transform:uppercase;
	}
	.menu-item {
		display: inline-block;
		width: auto;
		padding: 0;
	}
	.menu-item:hover > .sub-menu,
	.menu-item:focus > .sub-menu,
	.menu-item.sfHover > .sub-menu {
		opacity: 1 !important;
		pointer-events: all;
	}
	.menu-item.menu-item-has-children > a > span:after {
		display: inline-block;
		width: auto;
		margin-left: 0.5em;
		border: 3px solid transparent;
		border-top-color: #f6f7f8;
		content: '';
	}
	.menu-item.button > a > span {
		display: inline;
		margin-top: 0;
	}
	.menu-item a {
		width: 100%;
		padding: 1.5em 1em;
	}
	.sub-menu {
		position: absolute;
		z-index: 99;
		width: 18rem;
		margin: 0;
		padding: 0.618em 0.5em;
		border-radius: 0 0 4px 4px;
		opacity: 0 !important;
		background-color: #ffffff;
		font-size: 1.2rem;
		pointer-events: none;
	    -webkit-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.1), -5px 5px 15px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.1), -5px 5px 15px 0 rgba(0, 0, 0, 0.1);
	    border:1px solid #ddd;
	}
	.sub-menu:before {
		display: block;
		position: absolute;
		top: -1rem;
		left: 3rem;
		border: 0.5rem solid transparent;
		border-bottom-color: #ffffff;
		content: '';
	}
	.sub-menu li:first-of-type {
		margin-top: 0;
	}
	.sub-menu a {
		position: relative;
		padding: 1em;
		color: #232c39;
		word-wrap: break-word;
	}
    .sub-menu a:hover{
    background:none;
    color:#ac0008;
    }
	.sub-menu .sub-menu {
		top: 0;
		left: 0;
		margin: -0.6em 0 0 17.4rem;
		padding-left: 0.5em;
	}
	.sub-menu .sub-menu:before {
		position: absolute;
		top: 2em;
		left: -1rem;
		border: 0.5rem solid transparent;
		border-right-color: #ffffff;
	}
	.nav-primary {
		display: block;
		overflow: visible;
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		width: auto;
		margin: 0;
		padding: 0;
		border: none;
		background-color: #222;
		-webkit-overflow-scrolling: initial;
		margin-bottom:-1px;
	}
	.no-js .nav-primary {
		display: block;
		width: auto;
	}
	.nav-primary .menu {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 0;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 0;
	}
	.menu-toggle {
		display: none;
	}
	.sub-menu-toggle {
		display: none;
	}
	.pagination {
		margin: 4rem 0 0;
		margin-top: 0;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	.content-sidebar .pagination,
	.sidebar-content .pagination {
		width: -webkit-calc(75% - 4rem);
		width:         calc(75% - 4rem);
	}
	.pagination .alignleft {
		margin-right: auto;
		margin-left: 0;
	}
	.pagination .alignright {
		margin-right: 0;
		margin-left: auto;
	}
	.adjacent-entry-pagination {
		margin: 0;
	}
	.sidebar-primary {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		        order: 2;
	}
	.widget {
		margin-bottom: 0;
	}
	.footer-widgets {
		padding: 10rem 0 2rem 0;
	}
	.front-page-1,
	.front-page-2,
	.front-page-3,
	.front-page-4,
	.front-page-5,
	.front-page-6 {
		padding: 12rem 0;
	}
	.front-page-1 {
		padding: 16rem 0;
	}
	.front-page-4 {
		padding: 20rem 0;
	}
	.front-page-4 .widget {
		margin: 0 auto;
	}
	.front-page-6 .wrap {
		display: block;
	}
	.portfolio-item {
		width: -webkit-calc(33.333333333% - 1.333333333rem);
		width:         calc(33.333333333% - 1.333333333rem);
	}
	.blog.content-sidebar .entry,
	.blog.sidebar-content .entry,
	.archive.content-sidebar .entry,
	.archive.sidebar-content .entry,
	.search-results.content-sidebar .entry,
	.search-results.sidebar-content .entry,
	.page-template-page_blog.content-sidebar .entry,
	.page-template-page_blog.sidebar-content .entry {
		width: -webkit-calc(50% - 1.5rem);
		width:         calc(50% - 1.5rem);
	}
	.blog .entry,
	.archive .entry,
	.search-results .entry,
	.page-template-page_blog .entry {
		width: 31.62393%;
		margin-left: 2.5641%;
	}
	.blog .entry:nth-of-type(3n + 1),
	.archive .entry:nth-of-type(3n + 1),
	.search-results .entry:nth-of-type(3n + 1),
	.page-template-page_blog .entry:nth-of-type(3n + 1) {
		margin-left: 0;
	}
	.icons span {
		width: 33.33333333333%;
	}
}

@media (min-width: 1152px) {
	.wp-custom-logo .title-area {
        padding:15px 0;
	}
	.menu-item a {
		padding: 1.375em 1.375em;
	}
	.sub-menu a {
		padding: 1em;
	}
}

@media (min-width: 1280px) {
	.comment-respond input[type='email'],
	.comment-respond input[type='text'],
	.comment-respond input[type='url'] {
		width: 50%;
	}
	.front-page-1 {
		padding: 18rem 0;
	}
	.front-page-1 h1 {
		font-size: 3.5em;
	}
	.icons span {
		width: 25%;
	}
}

@media (max-width: 896px) {
	.wp-block-columns {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.wp-block-column {
		-webkit-box-flex: 0;
		-webkit-flex: none;
		    -ms-flex: none;
		        flex: none;
		width: 100%;
	}
	.header-widget-area ul,
	.header-widget-area ul.alignleft,
	.header-widget-area ul.alignright {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		float: none;
		margin: 2em auto;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		        justify-content: center;
	}
	.header-widget-area ul li,
	.header-widget-area ul.alignleft li,
	.header-widget-area ul.alignright li {
		margin: 0 0.5em;
	}
}

@media (max-width: 768px) {
	.front-page-5 .entry {
		width: 48.71795%;
		margin: 0 0 3rem 2.5641%;
	}
	.front-page-5 .entry:nth-of-type(2n + 1) {
		margin-left: 0;
	}
	span.entry-title{
	font-size: 1.8em;
	}
}

@media (max-width: 512px) {
	.front-page-5 .entry {
		width: 100%;
		margin: 0 0 5%;
	}
}

@media screen\0 {
	.nav-primary {
		margin: 0 0 0 auto;
	}
	.header-widget-area {
		margin-right: auto;
	}
}

@media print {
	*,
	*:before,
	*:after {
		color: #232c39 !important;
		background: transparent !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: ' (' attr(href) ')';
	}
	abbr[title]:after {
		content: ' (' attr(title) ')';
	}
	a[href^='javascript:']:after,
	a[href^='#']:after,
	.site-title > a:after {
		content: '';
	}
	thead {
		display: table-header-group;
	}
	img,
	tr {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 2cm 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	blockquote,
	pre {
		border: 2px solid #f0f1f2;
		page-break-inside: avoid;
	}
	.content,
	.content-sidebar {
		width: 100%;
	}
	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}
	.title-area {
		width: 100%;
		text-align: center;
	}
	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}
	.site-inner {
		position: relative;
		top: -10rem;
		padding-top: 0;
	}
	.author-box {
		margin-bottom: 0;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}
	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}
	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}
	dl,
	ol,
	ul {
		page-break-before: avoid;
	}
}

.row-inner.demo-units-list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
}

.demo-unit-single {
    width: calc(50% - 40px);
    margin: 0 20px 40px 20px;
    background: #efefef;
    border: solid 1px #ddd;
    display: flex;
    padding: 20px;
	justify-content: space-between;
}

.demo-unit-single .demo-img {
    width: 200px;
    min-width: 200px;
    margin-left: 20px;
    order: 2;
}

.demo-desc h3 {
    font-size: 24px;
}

.demo-unit-single .demo-img img {
    border: solid 1px #ddd;
}

.demo-unit-single a.primary-btn {
    padding: 20px 32px;
}

.no-demo-results {
    margin: 0 0 0 20px;
    background: #efefef;
    border: solid 1px #ddd;
    padding: 20px;
    width: 100%;
}

.no-demo-results p {
    margin: 0;
}

@media only screen and (max-width:1100px) {
	.demo-unit-single {
		flex-direction:column;
	}

	.demo-unit-single .demo-img {
		order: 0;
		width:100%;
		margin:0;
		margin-bottom:20px;
	}
}

@media only screen and (max-width:768px) {
	
	.row-inner.demo-units-list {
		left:0;
		width:100%;
	}

	.demo-unit-single {
		width: 100%;
		margin: 0 0 40px 0;
		background: #efefef;
		border: solid 1px #ddd;
		display: flex;
		padding: 20px;
	}
}

/* Contact form refresh */

.contact-wrap .contact-form, .contact-wrap .contact-info {
    border: 4px solid #002e82;
    padding: 24px;
	width: 48.5%;
	margin-bottom: 48px;
}

.contact-wrap .contact-form input, .contact-wrap .contact-form select, .contact-wrap .contact-form textarea {
	border: 2px solid #002e82;
	background-color: #f1f1f1;
	border-radius: 0;
}

.contact-wrap .contact-form input[type=submit] {
	border: none;
}

.contact-wrap .contact-form div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
/* 	padding: 2px 14px; */
}

.contact-page-address strong {
    border-bottom: 6px solid #002e82;
    margin-bottom: 12px;
    display: inline-block;
}

.contact-wrap a.phone-link {
	font-size: 1.90rem;
}

.contact-wrap .phone-numbers ul {
    margin-bottom: 0;
}

.contact-wrap .location.nashville .phone-numbers ul, .contact-wrap .location.chatanooga .phone-numbers ul {
    margin-bottom: 32px;
}

.contact-wrap .gfield--type-html, li#field_1_1, li#field_1_3 {
	width: 100% !important;
}

.contact-wrap .gfield--type-html .form-section-label {
	border-bottom: 6px solid #002e82;
	color: #222;
	font-weight: bolder;
	font-size: 1.1em;
}

.contact-wrap .gform_legacy_markup_wrapper h3.gform_title {
	font-size: 1.5em;
	margin-bottom: 24px;
}

@media only screen and (max-width:768px) {
	.contact-wrap .contact-form, .contact-wrap .contact-info {
		width: 100%;
		padding: 20px;
	}
}

/* Contact form refresh end */

/*demo unit page styling*/
a.button.demo-btn{
	color: #ffffff !important;
	background: #001e54;
	margin-top: 20px;
}
.string-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 0px;
	justify-content: space-between;
    align-items: center;
	background-color: #abb8c3;
	height: 275px;
  	overflow: auto;
	margin-bottom: 10px;
	padding: 0px 20px;
}
.string-accessory-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 70px;
	grid-row-gap: 0px;
}
body.page-id-4631 .item-content {
	width: 100%;
}
body.page-id-4631 .list-item-single img, 
body.page-id-4631 .list-item-single picture {
	width: auto;
}
.accessory-header {
	color: #ac0008;
	font-size: 20px;
}
p.accessory-p {
	font-size: 16px;
}
.accessory-img {
	display: flex;
	justify-content: center;
}
@media only screen and (max-width:1000px) {
	.string-accessory-grid {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.string-grid {
		margin-bottom: 25px;
		height: 310px;
	}
}
/***
* Fuel Savings Calculator
***/
.calculator-wrapper {
	position: relative;
	width: 100%;
}
.miles-t, .kilo-meter {
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
.miles-t.active, .kilo-meter.active {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}
.miles-t {
	display: block;
}
.kilo-meter {
	display: none;
}
.info {
	padding-bottom: 2px!important;
	padding-left: 10px !important;
}

#responsive-form {
	max-width: 700px;
	margin: 0 auto;
	width: 100%;
}

.form-row {
	width: 100%;
}

.column-half, .column-full {
	float: left;
	position: relative;
	padding: 0.65rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

@media only screen and (min-width: 48em) {
	.column-half {
		width: 50%;
	}
}

@media only screen and (min-width: 320px) {
	.total span {
		font-weight: bold;
		margin-left: 0px!important;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		font-size: 16px;
		line-height: 1.8;
		display: inline-block;
		background: rgba(0,0,0,0.25);
		-webkit-border-top-right-radius: 50px;
		-webkit-border-bottom-right-radius: 50px;
		-moz-border-radius-topright: 50px;
		-moz-border-radius-bottomright: 50px;
		border-top-right-radius: 50px;
		border-bottom-right-radius: 50px;
		padding: 5px !important;
	}
}

.total span {
	font-weight: bold;
	margin-left: 10px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	font-size: 16px;
	line-height: 1.8;
	display: inline-block;
	background: rgba(0,0,0,0.25);
	-webkit-border-top-right-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-bottomright: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	padding: 5px 20px 5px 15px;
}

.custom-calculator input {
	width: 100%;
	display: block;
	line-height: 2;
	min-height: 38px;
	padding: 0 12px;
	background-color: #fff;
	border: 1px solid #ccc;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	transition: all 380ms ease;
	color: #000;
	border-radius: 50px;
	outline: none;
}

.column-full .total {
	background: #7FB326;
	color: #fff;
	font-size: 15px;
	border-radius: 50px;
	margin-top: 10px;
	text-align: end;
}

#new-miles {
	font-size: 22px;
	line-height: 1.8;
	display: inline-block;
	background: rgba(0,0,0,0.25);
	-webkit-border-top-left-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-bottomleft: 50px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	padding: 5px 0px 5px 20px;
	color: #fff;
}

.costs-cal .total {
	background: #ffa500;
	color: #fff;
	font-size: 15px;
	border-radius: 50px;
	margin-top: 10px;
	text-align: end;
}

.toggler {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}

.switch {
	position: relative;
	display: inline-block;
	width: 180px;
	height: 40px;
}

.switch input {
	display: none;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #7FB326;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 30px;
	width: 30px;
	left: 10px;
	bottom: 5px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #7FB326;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(130px);
	-ms-transform: translateX(130px);
	transform: translateX(130px);
}

.on {
	display: none;
}

.on, .off {
	color: white;
	position: absolute;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 46%;
	font-size: 15px;
	font-family: Verdana, sans-serif;
}

input:checked+ .slider .on {
	display: block;
}

input:checked + .slider .off {
	display: none;
}

.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

/*.secondary-content {
	background-image: url('https://www.stringfellow.bz/wp-content/uploads/ev-background.png');
	background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
}
.secondary-content:before {
	content: '';
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	background-color: rgba(0, 0, 0, 0.5); /* Black with 50% opacity */
  	z-index: 1; /* Ensures overlay is above the background image */
}
/*.secondary-content > * {
  position: relative;
  z-index: 2;
}*/
.gform_heading {
	text-align: center;
}
div#gform_wrapper_6 > div.gform_heading > h2.gform_title,
div#gform_wrapper_6 > div.gform_heading > p.gform_description,
#gform_fields_6 .form-section-label,
#gform_fields_6 .gfield_label {
	color: #ffffff !important;
}
.gform-footer {
	display: flex;
	justify-content: center;
}
#gform_wrapper_6 {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}
#gform_fields_6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
.gfield {
  flex: 0 1 auto;
  max-width: 100%;
}
.gfield--width-half {
  	flex: 0 1 calc(50% - 10px);
  	max-width: calc(50% - 10px);
}
.gfield--width-full {
  	flex: 0 1 100%;
  	text-align: center;
}
.form-section-label {
  	text-align: center;
  	width: 100%;
}
.gfield--type-honeypot {
  	display: none !important;
}
.gfield_label {
  	display: block !important;
  	text-align: left;
	margin-left:40px
}
.ginput_container {
  	display: flex;
  	justify-content: center;
}
@media (max-width: 768px) {
  	.gfield--width-half {
    	flex: 0 1 100%;
    	max-width: 100%;
  	}
}
.gform_wrapper.gravity-theme .gfield input.medium, 
.gform_wrapper.gravity-theme .gfield select.medium {
	width: calc(90% - 16px / 2) !important;
}
#gform_wrapper_6 {
	max-width: none;
}
#gform_submit_button_6 {
	width: calc(30% - 16px / 2) !important;
	border-radius: 10px;
}
.gform_required_legend {
	display: none;
}
.quick-contact-form {
	padding: 50px 0px;
}
.gform_heading {
	text-align: center;
}
.bottom-content {
	background-image: url('https://www.stringfellow.bz/wp-content/uploads/ev-background.png');
	background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
}
.bottom-content:before {
	content: '';
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	background-color: rgba(0, 0, 0, 0.5); 
  	z-index: 1; 
}
.bottom-content > * {
  position: relative;
  z-index: 2;
}