/*
	Theme Name:			Mitchell
	Theme URI:			http://tinyfrog.com/
	Description:		A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: 			Tinyfrog Technologies
	Author URI:			http://tinyfrog.com/
	Version:			5.2.5
	Template: 			genesis
	Template Version:	3.4.0
	License:			GPL-2.0+
	License URI:		http://www.opensource.org/licenses/gpl-license.php 
*/

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

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}/* stylelint-enable */


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

html {
	box-sizing: border-box;
}

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

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

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

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

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

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

:root {
	
	--primary:#FFC61E;
	--black: #1A1A1A;
	--white: #FFFFFF;
	--secondary-white:#F2F2F2;
	--gray: #616465;
	--yellow:#FFC61E;
	--dark-gray: #474747;
	--light-gray: #BCB6B7;
	--btn-text-color: #1A1A1A;
	--btn-bg-hover: linear-gradient(0deg, #F9DB02 0%, #FCAF28 100%), #FFC61E;
	--heading-text-color:#1A1A1A;
}

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

body {
	color: var(--dark-gray);
	font-family: 'Helvetica Neue LT Std';
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
}

::-moz-selection {
	background-color: var(--black);
	color: var(--white);
}

::selection {
	background-color: var(--black);
	color: var(--white);
}

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

a {
	color: var(--blue);
	text-decoration: none;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

a:focus,
a:hover {
	color: var(--black);
	text-decoration: none;
}

.link {
	color: var(--black);
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 2.25px;
	text-transform: uppercase;
	display: inline-block;
	padding-right: 45px;
	padding-top: 3px;
	position: relative;
}

.link:after {
	content: '+';
	display: inline-block;
	width: 33px;
	height: 33px;
	background: var(--blue);
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
}

p {
	margin: 0;
	padding: 0;
}

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: var(--gray);
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: var(--gray);
	color: var(--black);
}

blockquote {
	margin: 30px;
}

.m1_vertical_top .panel-grid-cell{
	align-self: flex-start !important;
}

.m1_button_active{
	color: #fff !important;
	background: #000 !important;
	position: relative;
}

.m1_button_active::after{
	content: ' ';
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #000;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 10px);
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--black);
	font-family: 'Helvetica Neue LT Std';
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 15px;
}
.h2-heading,
.h3-heading,
.h4-heading {
	font-family: 'Helvetica Neue LT Std';
	font-weight: 900;
}

h1 {
/* 	font-size: 100px; */
	font-size: 70px;
	color: var(--white);
	line-height: 1;
}

h2,
.h2-heading {
	font-size: 50px;
}
.single h2 {
	font-size:30px;
}

h3,
.h3-heading {
	font-size: 40px;
}
.single h3 {
	font-size:22px;
}

h4,
.h4-heading {
	font-size:30px;
}
.single h4 {
	font-size:20px;
}
h5 {
	font-size: 25px;
	font-weight: bold;
}

h6 {
	font-size: 20px;
}

.single-shopconnection h1,
.single-press h1 {
	color: var(--black);
	font-size:40px;
	margin-bottom: 20px;
}

.single-shopconnection p.entry-title,
.single-press p.entry-title {
	color: var(--white);
	font-size:70px;
	font-family: 'Helvetica Neue LT Std';
    font-weight: 900;
	line-height: 1;
}
.single-shopconnection .entry-content img,
.single-press .entry-content img {
	margin-bottom:30px;
}
/* Objects
--------------------------------------------- */

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

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

figure {
	margin: 0;
}

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

input, 
select, 
textarea, 
#page-container .gfield input, 
#page-container .gfield select,
#page-container .gfield textarea {
	background-color: var(--white);
	border: 1px solid var(--gray);
	border-radius: 2px;
	color: var(--black);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.15;
	padding: 18px 20px;
	width: 100%;
}

input:focus,
textarea:focus,
#page-container .gfield input:focus, 
#page-container .gfield select:focus,
#page-container .gfield textarea:focus {
	border: 1px solid var(--yellow);
	outline: none;
}

#page-container input[type="checkbox"],
#page-container input[type="image"],
#page-container input[type="radio"] {
	width: auto;
	vertical-align: top;
	margin-top: 3px;
	padding: 0;
}

#page-container input:focus[type="checkbox"],
#page-container input:focus[type="image"],
#page-container input:focus[type="radio"] {
	outline: 1px solid var(--black);
}

:-ms-input-placeholder {
	color: var(--gray);
	opacity: 1;
}

::placeholder {
	color: var(--gray);
	opacity: 1;
}

#page-container .button,
#page-container input[type="button"],
#page-container input[type="reset"],
#page-container input[type="submit"] {
	background-color: var(--primary);
	border-radius: 0;
	box-shadow: none;
	color: var(--black);
	cursor: pointer;
	font-weight: 800;
	line-height: 1.2;
	padding: 18px 35px;
	width: auto;
	display: inline-block;
	min-width: 160px;
	text-align: center;
	text-decoration: none;
	border: 0px;
}

#page-container .button:hover,
#page-container .button:focus,
#page-container input:hover[type="button"],
#page-container input:hover[type="reset"],
#page-container input:hover[type="submit"] {
	background: var(--btn-bg-hover);
	text-decoration: none;
}

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

.button + .button {
	margin-top: 5px;
	margin-left: 10px;
}
.page-template-single-testimonial-php #page-container .button {
	background: -webkit-linear-gradient(top, #025988 0%, #17496d 90%);
    background: linear-gradient(to bottom, #025988 0%, #17496d 90%);
	color:var(--white);
}
.page-template-single-testimonial-php #page-container .button:hover,
.page-template-single-testimonial-php #page-container .button:focus {
	background:#003e63;
}
#page-container .landing-bottom-section .button {
	background:var(--primary);
	color:var(--black);
}
#page-container .landing-bottom-section .button:hover,
#page-container .landing-bottom-section .button:focus {
	background: var(--btn-bg-hover);
}

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

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

th,
td {
	border: 1px solid #cfcfcf;
	text-align: left;
	vertical-align: top;
	padding: 12px 15px;
}

th {
	font-weight: 600;
}

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

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

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

.more-link {
	position: relative;
	display: inline-block;
}

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

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

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

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

/* Display outline on focus */
:focus {
	outline: 1px solid var(--black);
	outline-offset: -1px;
}

.js-focus-visible :focus:not(.focus-visible) {
	outline: none !important;
}

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

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

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

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

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


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

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

/* Content */
.content {
	float: left;
	width: 780px;
}

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

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

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

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

.search-form {
	overflow: hidden;
	padding: 3px;
	width: 100%;
}
.search-form label {
	font-size:0;
}

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

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

.alignleft {
	float: left;
	text-align: left;
	margin: 0 24px 24px 0;
}

.alignright {
	float: right;
	text-align: right;
	margin: 0 0 24px 24px;
}

.content-align-right {
	text-align: right;
}

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

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

.breadcrumb {
	margin-bottom: 40px;
}

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

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

.widget-title {
	margin-bottom: 24px;
}

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

.site-header {
	background-color: #f2f2f2;
	position: fixed;
	left: 0px;
	width: 100%;
	transition: all 0.3s ease 0s;
	z-index: 999;
	content-visibility: inherit !important;
}
.site-header .wrap {
	max-width: 1440px;
}

.sticky .site-header {
	filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
}
/*.sticky .site-header .title-area {
	padding: 55px 0 20px;
}
.sticky .site-header .title-area a {
	width: 260px;
    height: 60px;
	background-size:contain;
}
.sticky .site-header .widget-area {
	padding-top: 20px;
    padding-bottom: 20px;
}
.sticky .site-header .widget_maxmegamenu {
	margin-top: 25px;
}
.sticky #page-container .site-header .button {
	margin-top:15px;
}
.sticky .site-header .search-form {
	margin-top:-5px;
}*/
.site-header + * {
	margin-top: 147px;
}
.arrow {
    font-size: 14px;
    margin-left: 0px;
}

.list-login {
    list-style-type: none;
    padding-left: 0;
    position: absolute;
    background: var(--white);
    padding: 10px 20px;
    right: 240px;
    z-index: 999;
    width: 200px;
    text-align: center;
    margin-top: 15px;
    font-size: 23px;
    border-radius: 7px;
	
}
.list-login li {
	margin-bottom:10px;
}
.list-login li a {
	text-decoration:none !important;
	font-size:18px;
}
.site-header .widget-area a.login {
	text-decoration:none !important;
}
.login .text {
    text-decoration: underline;
}

.login .arrow {
    text-decoration: none;
}


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

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

.title-area a {
	display: block;
	font-size: 0;
	background-repeat:no-repeat;
	background-position:left top;
	background-image: url("../svg/logo.svg");
	width: 324px;
	height: 69px;
}

/* Full width header, no widgets */

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

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

.site-header .widget-area {
	float: right;
	text-align: right;
	width: auto;
	padding-top: 10px;
	padding-bottom: 30px;
	/*position:relative;*/
}
.site-header .widget-area .widget_siteorigin-panels-builder {
	position:relative;
}
.site-header .widget-area a {
	text-decoration:underline;
	margin-right:30px;
}
.site-header .widget-area a.buy-now-link {
	margin-right:0;
}
.site-header .widget-area a:last-child {
	margin-right:0;
}
.site-header .widget-area a.dashicons-icon {
	margin-right:6px;
	text-decoration:none;
	font-size:26px;
}
.site-header .widget-area a.dashicons-icon.dashicons-twitter {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../svg/x-icon-header.svg) no-repeat;
    background-size: contain;
    position: relative;
    top: 11px;
}
.site-header .dashicons-icon.dashicons-twitter:before {
	font-size:0;
}
.left-gap-menu.header-social-icons {
	padding-left: 77px;
    padding-top: 10px;
}
.site-header .search-form {
	float: right;
	margin-top: 10px;
}
.site-header .widget_maxmegamenu {
	margin-right: 370px;
    margin-top: 40px;
}
#page-container .site-header .button {
	min-width:220px;
	margin-top:30px;
}
.search-btn-area {
	position:absolute;
	right:0;
}
.site-header .widget-area .widget_search {
	position: absolute;
    right: 0;
    top: 45px;
    right: 221px;
    width: 135px;
	margin-right: 10px;
}
.site-header .widget-area [type=search] {
	background: url("../svg/search-icon.svg") no-repeat;
    background-position: center left 15px;
    background-color: rgba(188, 182, 183, 0.15);
    border: 0;
    padding: 20px 20px 20px 45px;
}

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

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
}

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

.genesis-nav-menu a {
	border: none;
	color: var(--black);
	display: block;
	font-size: 16px;
	font-weight: 700;
	padding: 0 20px 30px;
	position: relative;
	text-decoration: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .current-menu-ancestor > a,
.genesis-nav-menu .menu-item-has-children:hover > a {
	text-decoration: underline;
}

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

.genesis-nav-menu .sub-menu {
	background: var(--white);
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	padding-top: 10px;
	width: 240px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu li {
	display: block;
}

.genesis-nav-menu .sub-menu a {
	background-color: var(--white);
	border-top: none;
	display: block;
	font-size: 16px;
	padding: 10px 20px;
	position: relative;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-ancestor > a,
.genesis-nav-menu .sub-menu .menu-item-has-children:hover > a {
	background: var(--blue);
	text-decoration: none;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 240px;
}

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

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

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

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: var(--black);
	border-width: 0;
	color: var(--white);
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
	outline: none;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: var(--blue);
	border-width: 0;
}

.menu-toggle {
	float: right;
	padding: 0;
	position: relative;
	z-index: 1000;
	font-size: 0px;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	text-rendering: auto;
	font-size: 35px;
}

body .dashicons-before:before {
	display: inline-block;
	width: 33px;
	height: 30px;
	font-size: 33px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
	font-size: 25px;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

.genesis-responsive-menu {
	display: block;
}

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

.dashicons-icon::before {
	font-family: dashicons;
	font-style: normal;
	font-weight: 400;
}

.dashicons-phone {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	display: inline-block;
	position: relative;
	top: 3px;
}

.menu-toggle::before {
	font-size: 35px;
}

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

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

.entry {
	margin-bottom: 40px;
}

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

.entry-content p a,
.entry-content li a {
	text-decoration: underline;
}

.entry-content p a:hover,
.entry-content li a:hover {
	text-decoration: none;
}

.entry-content ol {
	margin-left: 26px;
}

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

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

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

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


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

.pagination {
	clear: both;
	margin: 40px 0;
	width: 100%;
	text-align: center;
}

.site-inner .pagination ul li {
	display: inline-block;
	padding: 0;
	margin: 0 5px 0 0;
}

.pagination li a {
	background-color: transparent;
	border: none;
	border-radius: 0px;
	color: var(--black);
	cursor: pointer;
	font-weight: 400;
	padding: 5px 5px;
	display: inline-block;
}

/*.pagination li a:hover,
.pagination li a:focus,
.pagination li.active a {
	background-color: none;
	color: var(--black);
	text-decoration: none;
}*/

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

.sidebar {
	float: right;
	width: 340px;
}

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

.sidebar img {
	margin-bottom: 15px;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

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

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

.sidebar .widget {
	margin-bottom: 40px;
}

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

.site-footer {
	background-color: var(--black);
}

.site-footer .so-widget-sow-image {
	margin-bottom:65px;
}

.site-footer,
.site-footer a {
	color:var(--white);
}
.site-footer a:hover {
	text-decoration:underline;
}
.site-footer .social-icons a.dashicons-icon:hover {
	text-decoration:none;
}
.site-footer a:focus {
	outline:1px solid #fff;
}
.site-footer #menu-top-mega-menu  {
	text-align:right;
	margin-bottom:70px;
}
.site-footer #menu-top-mega-menu li {
	display:inline-block;
	margin-right:30px;
}
.site-footer #menu-top-mega-menu li:last-child {
	margin-right:0;
}
.site-footer #menu-top-mega-menu li a {
	color:var(--yellow);
	font-size:24px;
	font-weight:700;
	text-transform: capitalize;
	line-height:28px;
}
a.phone-icon {
    background: url(../svg/phone-icon.svg) no-repeat;
    background-position: 0px -3px;
    min-height: 33px;
    padding-left: 38px;
}
span.location-icon {
	background: url(../svg/location-icon.svg) no-repeat;
    background-position: 0px 4px;
    min-height: 40px;
    padding-left: 38px;
    display: inline-block;
}
.footer-bottom-links a {
    padding: 0 2px;
}
.footer-bottom-links img {
	margin-top: 20px;
}
.site-footer .social-icons {
	margin-top: 65px;
    text-align: right;
}
.site-footer .social-icons .dashicons-icon {
    font-size: 26px;
    margin-right: 8px;
}
.site-footer .dashicons-icon.dashicons-twitter {
	display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../svg/x-icon.svg) no-repeat;
    background-size: contain;
    position: relative;
    top: 8px;
}
.site-footer .dashicons-icon.dashicons-twitter:before {
	font-size:0;
}
#page-container .footer-container {
	max-width:1440px;
}

/*
Custom Styling
---------------------------------------------------------------------------------------------------*/

/*
Siteorigin Page Builder Styling
--------------------------------------------- */

.siteorigin-panels .site-inner {
	padding: 0;
}

.siteorigin-panels:not(.content-sidebar) .site-inner .wrap, 
.site-footer .wrap {
	max-width: 100%;
	margin-right: 0;
	margin-left: 0;
}

.wrap,
.so-panels-full-wrapper, 
.panel-grid.panel-no-style, 
.panel-row-style:not([data-stretch-type]) {
    max-width: 1170px;
    margin: 0 auto;
}

.content-sidebar.siteorigin-panels .site-inner {
	padding-top: 50px;
	padding-bottom: 50px;
}

.siteorigin-panels .entry {
	margin-bottom: 0;
}

/*
Top Bottom Gap Styling
--------------------------------------------- */

.top-gap {
	padding-top: 135px;
}
.top-gap-medium {
	padding-top: 90px;
}
.top-gap-small {
	padding-top: 60px;
}
.top-gap-small-x {
	padding-top: 30px;
}
.bottom-gap {
	padding-bottom: 135px;
}
.bottom-gap-medium {
	padding-bottom: 90px;
}
.bottom-gap-small {
	padding-bottom: 60px;
}
.bottom-gap-small-x {
	padding-bottom: 30px;
}
p.small-top-spacing {
	padding-top:25px;
}
p.margin-bottom-none {
	margin-bottom:0 !important;
}

/*
Dark Background Section Styling
--------------------------------------------- */

.dark-bg-section {
	background-color: var(--black);
}

.dark-bg-section *,
.fonts-light * {
	color: var(--white);
}

/*
inside page hero section
------------------------------------------------- */

.hero-section {
	background: var(--black);
	position: relative;
	overflow: hidden;
	color: var(--white);
	display: flex;
	align-items: center;
	min-height: 750px;
	padding: 50px 0;
}
.hero-section h1 {
	font-size: 70px;
}

.hero-section * {
	color: var(--white);
	height: 100%;
}

.hero-section:before{
	content:"";
	display:block;
	background:url("../png/hero-after.png");
	background-repeat: no-repeat;
    background-size: 100%;
	width:100%;
	position:absolute;
	left:0px;
	bottom:0px;
}

#page-container .hero-section .widget_sow-image {
	margin-bottom: 0;
}

.hero-section > img,
#page-container .hero-section .so-widget-image,
#page-container .hero-section .widget_custom_html {
	display: block;
	width: 100%;
	height: 101%;
	object-fit: cover;
	object-position: top;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.hero-section video {
	width: 100%;
	object-fit: cover;
}

.hero-section .wrap,
.hero-section .widget_siteorigin-panels-builder {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}

.hero-section p.hero-gradient-heading {
	font-size: 30px;
	font-family: 'Helvetica Neue LT Std';
	font-weight: bold;
    line-height: 1.2;
    margin: 0 0 15px;
}

.hero-section span.hero-heading-top {
	font-size: 20px;
    font-weight: 800;
    color: var(--yellow);
    font-family: 'Helvetica Neue LT Std';
    line-height: 1.2;
    margin: 0 0 15px;
	  display: inline-block;
}
.hero-section span.hero-gradient-heading {
    font-size: 30px;
    font-family: 'Helvetica Neue LT Std';
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 15px;
	  display: inline-block;
}
span.hero-small-text {
    font-weight: 500 !important;
    text-transform: uppercase;
    display: block;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 26px;
}


/*--------2nd Version---------*/

.hero-version-two{
	position:relative;
}
/* 
.hero-version-two:before{
	content:"";
	display:block;
	background:url("images/hero-new.png");
	background-repeat: no-repeat;
    background-size: 100%;
	background-position:left bottom;
	width:100%;
	height:60px;
	position:absolute;
	left:0px;
	bottom:0px;
} */

.hero-version-two > .panel-grid-cell .widget_sow-image img{
	width: 100%;
    height: calc(70vh - 250px);
    min-height: 550px;
    object-fit: cover;
    object-position: top;
}

.hero-version-two .widget_siteorigin-panels-builder{
	display: block;
	width: 100%;
	object-fit: cover;
	object-position: top;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.hero-version-two .widget_siteorigin-panels-builder .panel-layout .panel-row-style .panel-grid-cell * {
	color:var(--white);
}

.hero-version-two h1{
	/*font-size: clamp(1.5625rem, -0.9577rem + 4.0323vw, 3.125rem);*/
	font-size: clamp(4.4rem, -2.9577rem + 4.0323vw, 3.125rem);
}

.site-inner .hero-version-two .tickmark-list ul li{
	margin-bottom:15px;
}

#page-container .hero-version-two .button{
	padding: 12px 35px;
	font-size:16px;
}

span.hero-gradient-heading {
    font-size: 25px;
	font-weight:bold;
}

.top-hero {
	height: auto;
    aspect-ratio: 2400 / 780;
}
.top-hero.top-hero-narrow {
	height: auto;
    aspect-ratio: 2400 / 500;
}

.top-hero {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: clamp(0.8em, 1.1vw, 1.4em);
}
.top-hero .panel-grid-cell-mobile-last {
	margin-left:-30px;
}

@media screen and (max-width: 1100px) {
	.top-hero {
		min-height: auto;
		padding: 16px 0 25px;
	}

	.top-hero.top-hero-narrow {
		min-height: 290px;
        padding-top: 40px;
        padding-left: 29px;
	}
}


@media screen and (min-width: 1140px) {
	.top-hero-sub-builder .siteorigin-panels-stretch {
		height: auto;
		aspect-ratio: 2400 / 780;
	}
}

@media screen and (max-width: 768px) {
	.top-hero {
		background: #1A1A1A url(../png/hero_mobile.png) !important;
        background-position: top left !important;
        background-size: 100% 100% !important;
	}
}

.top-hero .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell * {
    color: var(--white);
}

.top-hero p,
.top-hero ul li,
.top-hero ol li,
.top-hero .button {
	font-size: clamp(14px, 1em, 18px);
}

.top-hero h1 {
	font-size: clamp(40px, 3.3em, 70px);
}

.top-hero span.hero-sub-heading {
	font-style: italic;
}
p.hero-sub-heading,
.site-inner .top-hero .tickmark-list ul li {
	font-size:22px;
}
.top-hero h1 span.hero-heading-top {
	font-size: clamp(30px, 0.25em, 70px);
    font-weight: 800;
    color: var(--yellow) !important;
    font-family: 'Helvetica Neue LT Std';
    line-height: 1.2;
    margin: 0 0 15px;
}

.top-hero .row-gap {
	margin-bottom: 1em;
}

.site-inner .top-hero .tickmark-list ul li {
	padding-left: 2em;
    margin-bottom: 0.7em;
	vertical-align: middle;
	line-height: 1.1em;
}
.site-inner .top-hero .tickmark-list ul li:before {
	width: 1em;
    height: 1em;
	border-radius: 100%;
	background-size: contain;
	vertical-align: middle;
	top: 0;
    bottom: 0;
    margin: auto;
}


/*
List Styling
------------------------------------------------- */

.site-inner ul {
	margin-left: 0;
}

.site-inner ul li {
	display: block;
	position: relative;
	padding-left: 28px;
	margin-bottom: 10px;
	line-height: 30px;
}

.site-inner ul li:before {
	content: '';
	background: var(--primary);
    width: 11px;
    height: 11px;
    position: absolute;
    top: 9px;
    left: 0;
}

#page-container form li,
#page-container .slider li,
#page-container .sidebar ul li,
#page-container .page-numbers li,
#page-container ul.products li {
	padding-left: 0px;
	margin-bottom: 0px;
}

#page-container form li::before,
#page-container .slider li::before,
#page-container .sidebar ul li::before,
#page-container .page-numbers li::before,
#page-container ul.products li::before,
#page-container .pagination ul li::before,
#page-container .pagination ul li::before {
	display: none;
}

#page-container form li {
	font-weight: 400;
}

#page-container form li a,
#page-container .sidebar ul li a {
	font-style: italic;
	text-decoration: underline;
}

#page-container .sidebar ul li a {
	font-style: normal;
}

#page-container form li a:hover,
#page-container .sidebar ul li a:hover {
	text-decoration: none;
}

/*
Large/Medium/Small Width Content Container
--------------------------------------------- */

.large-container,
.medium-container,
.small-container {
	width: 100%;
	margin: 0 auto;
}

#page-container .large-container {
	max-width: 1040px;
}

#page-container .medium-container {
	max-width: 880px;
}

#page-container .small-container {
	max-width: 740px;
}

/*
Additional Styling
------------------------------------------------- */

*:last-child {
	margin-bottom: 0;
}

p:empty {
	display: none;
}

a[href^="tel"] {
	display: inline-block;
}

.entry-content a {
	color: var(--blue);
}

.entry-content a:hover {
	text-decoration: underline;
}

.entry-content .read-more {
	color: var(--blue);
	font-style: italic;
	text-decoration: underline;
}

.entry-content .read-more:hover {
	text-decoration: none;
}

.mejs-controls a.mejs-horizontal-volume-slider {
	color: var(--white);
}

/*
Sharing Icons Styling
------------------------------------------------- */

#page-container .sharing-btns {
	display: inline-block;
	vertical-align: middle;
}

#page-container .sharing-btns,
#page-container .sharing-btns li {
	margin: 0;
	padding: 0;
}

#page-container .sharing-btns li {
	float: left;
	line-height: normal;
	margin: 0 5px 0 0;
}

#page-container .sharing-btns li::before {
	display: none;
}

#page-container .sharing-btns li a:hover {
	text-decoration: none;
}

#page-container .sharing-btns li:last-child {
	margin: 0;
}

/* gravity form styling
--------------------------------------------- */

#page-container .gform_fields {
	grid-column-gap: 30px;
}

#page-container .gfield label {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.35;
	vertical-align: top;
}

#page-container .gform_footer {
	padding-top: 50px;
	justify-content: center;
}

.form_links .gfield-image-choice-wrapper-outer {
	display: block;
    border: 1px solid #ccc;
    padding: 12px;
    border-radius: 6px;
    transition: box-shadow 0.3s ease;
}

.form_links .gfield-image-choice-wrapper-outer:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.form_links .gfield-choice-image-wrapper::before {
	border: none !important;
}

.form_links .ginput_container_image_choice .gchoice:where(:has(input:checked))::after{
	background-color: #FFC61E !important;
}

.form_links .ginput_container_image_choice .gchoice:has(input:checked) .gfield-image-choice-wrapper-outer {
  outline: 3px solid #0073e6;
  outline-offset: 1px;
}

.form_links image_choice.gfield--image-choice-appearance-no-card .gchoice:focus-within .gfield-choice-image-wrapper,
.form_links image_choice.gfield--image-choice-appearance-no-card .gchoice:has(input:checked) .gfield-choice-image-wrapper {
  --gf-local-border-color: #0073e6;
  --gf-local-outline-color: #0073e6;
  --gf-local-outline-width: 3px;
}

/*
Gravity Forms Error Styling
------------------------------------------------- */

#page-container .gform_wrapper.gravity-theme .instruction,
#page-container .gform_wrapper.gravity-theme .validation_message {
	display: none;
}

#page-container .gform_validation_errors .gform-icon {
	height: auto;
	top: 10px;
}

#page-container .gform_wrapper .gform_validation_errors {
	padding: 10px 10px 10px 48px;
	border-radius: 0;
	border-width: 1px;
}

#page-container .gform_wrapper .gform_validation_errors > h2 {
	font-weight: 400;
	line-height: inherit;
	font-family: inherit;
	margin-bottom: 5px;
}

#page-container .gform_wrapper .gform_validation_errors > ol {
	margin-bottom: 0;
	margin-left: 0;
}

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

.entry-image-link img {
	border: 1px solid var(--gray);
	padding: 5px;
}

.type-post .entry-title,
.search article .entry-title {
	margin: 0 0 20px;
	font-size: 30px;
}

.entry-footer {
	border-top: 3px solid var(--gray);
	border-bottom: 3px solid var(--gray);
	padding: 7px 0;
	overflow: hidden;
	margin-top: 30px;
}

.entry-footer span {
	display: inline-block;
	margin-right: 10px;
}

.entry-footer:empty {
	display: none;
}

#page-container .type-post:last-child {
	margin-bottom: 50px;
}

#page-container .search-form input[type="submit"] {
	display: none;
}

a.focus-visible .aligncenter {
	outline: 1px solid var(--black);
}

.cky-notice-group {
	justify-content: center !important;
}

.cky-btn {
	border-radius: 0 !important;
}

.cky-btn:hover {
	opacity: 1 !important;
	background: var(--btn-bg-hover) !important;
	color: var(--btn-text-color) !important;
}
.single p.post-meta {
	margin-bottom: 20px;
    font-weight: 600;
}

/*
Blog & Archive Grid Layout Starts
----------------------------------------------------------------------------------------------------*/

.blog .site-inner,
.archive .site-inner {
	padding-top: 40px;
}

#featured-blog-panel {
	display: flex;
	gap: 30px;
	align-items: center;
	background: var(--gray);
}

.featured-post-image {
	min-width: 50%;
}

.featured-post-image img {
	width: 100%;
}

.featured-post-content {
	padding: 25px 25px 25px 10px;
}

#featured-blog-panel h1 {
	font-size: 45px;
	margin-bottom: 7px;
}

#featured-blog-panel .read-more {
	margin-top: 20px;
	min-width: 200px;
	background: var(--blue);
	border-radius: 60px;
	color: var(--white);
	font-weight: 700;
	line-height: 17px;
	padding: 17px 27px;
	display: inline-block;
	font-size: 15px;
}

#featured-post-category {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.all-categories {
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
}

.all-categories a {
	padding: 15px 25px;
	border: 1px solid var(--blue);
}

.all-categories a:hover{
	background: var(--blue);
	color: var(--white);
}

.blog-grid-panel {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.blog-grid-box {
	width: 360px;
	font-size: 17px;
}

.blog-grid-box-image {
	min-height: 249px;
	background: var(--gray);
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.blog-grid-box h4 {
	font-size: 30px;
}

.blog-grid-box p {
	margin-bottom: 5px;
}

.blog-grid-box img {
	margin-bottom: 0px;
}

.blog-grid-box .read-more {
	text-decoration: underline;
}

.grid-post-category {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.grid-post-category a {
	color: var(--blue);
}

#archive-cat-title {
	text-align: center;
	padding: 0 25px 20px 25px;
}

.single #featured-blog-panel h1:after {
	content: "";
	display: block;
	width: 80px;
	height: 2px;
	background: var(--blue);
	margin: 20px 0 20px;
}
.archive img.alignleft {
	display:none;
}
.archive .entry-image-link img.alignleft {
    display: block;
    border: 1px solid #61646547;
    margin-top: 8px;
}
.archive h2.entry-title {
	font-size:28px;
}
.archive .entry {
	border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.archive .entry p {
	margin-bottom:0;
}
.archive .entry .button {
	margin-top:25px;
}

/*
Custom CSS
---------------------------------------*/

#page-container a.learn-link {
	font-weight: 700;
    letter-spacing: 0.72px;
    text-decoration: none;
    position: relative;
    padding-bottom: 7px;
    color: var(--black);
	display:inline-block;
}
#page-container a.learn-link:hover,
#page-container a.learn-link:focus {
	background: linear-gradient(176deg, #989CA0 -11%, #4A4C4E 86.93%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#page-container a.learn-link:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: var(--yellow);
    position: absolute;
    left: 0;
    bottom: 0;
}

#page-container .white-box {
	background:var(--white);
	padding:86px 50px;
}

#page-container .wiring-diagram-area .so-panels-full-wrapper,
#page-container .x-large-container {
	max-width:1350px;
}
#page-container .wiring-diagram-area a.learn-link {
	position:relative;
	top:20px;
}
.products-section.info-box .three-boxes-section  h5 {
	min-height:90px;
}
.three-boxes-section,
.products-section.info-box .cont {
	position:relative;
	z-index:99;
}
.three-boxes-section .column-gap {
    min-height: 175px;
}
.three-boxes-section .panel-grid-cell:nth-child(2) a {
	position: relative;
    top: 27px;
}

.image-boxes .widget_sow-image {
	position:relative;
	filter: drop-shadow(0px 15px 50px rgba(0, 0, 0, 0.40));
}
.image-boxes .widget_sow-image:before {
	display:block;
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.6);
}
.image-boxes .widget_sow-image img {
	width:100%;
}
.image-boxes .panel-grid-cell {
	position:relative;
}
.text-box {
	position:absolute;
	left:0;
	width:100%;
	bottom:70px;
}
.text-box h2 {
	color:var(--white);
	margin-bottom:50px;
}
.marketing-boxes .so-widget-sow-image img {
    height: 250px !important;
    object-fit: cover;
    object-position: top center;
}

/*
tabs style vertical 
------------------------------------------------- */

#page-container .tabs-style-vertical .so-widget-sow-tabs {
	position: relative;
}
#page-container .tabs-style-vertical .so-widget-sow-tabs h3.widget-title{
	display:none;
}
#page-container .tabs-style-vertical .sow-tabs {
	display: flex;
	align-items: start;
}
#page-container .tabs-style-vertical .sow-tabs-tab-container {
	display: block;
	flex: 0 0 370px;
	padding: 0;
	margin-right:0;
	background: transparent;
}
#page-container .tabs-style-vertical .sow-tabs-tab {
	background: transparent;
	color: var(--dark-gray);
	font-size: 17px;
	font-weight: 500;
	padding: 0;
	margin: 0 0 15px;
	width: 100%;
	position: relative;
	z-index: 5;
	padding: 10px 10px 10px 15px;
}
#page-container .tabs-style-vertical .sow-tabs-panel img {
	margin-bottom:50px;
}
#page-container .tabs-style-vertical .sow-tabs-tab-selected,
#page-container .tabs-style-vertical .mobile-tab-title.show {
    background: var(--dark-gray);
    color: var(--white);
    padding: 10px 10px 10px 15px;
}
#page-container .tabs-style-vertical .sow-tabs-tab:focus,
#page-container .tabs-style-vertical .sow-tabs-tab:hover {
	background: var(--dark-gray);
    color: var(--white);
	 padding: 10px 10px 10px 15px;
}
#page-container .tabs-style-vertical .sow-tabs-title {
    background: url(../svg/yellow-tick-icon.svg) no-repeat;
    padding-left: 45px;
    min-height: 29px;
	font-size:24px;
	letter-spacing: 0.48px;
}
#page-container .tabs-style-vertical .sow-tabs-panel-container {
	background: transparent;
	position: relative;
    z-index: 5;
    width: 100%;
    border-left: 1px solid #000;
    padding-left: 100px;
}
#page-container .tabs-style-vertical .sow-tabs-panel {
	overflow: hidden;
	padding:0;
}
#page-container .sow-tabs .sow-tabs-panel-container .sow-tabs-panel .sow-tabs-panel-content {
    font-size: 18px;
    letter-spacing: 0.36px;
} 
#page-container .tabs-style-vertical .sow-tabs-panel-content h3 {
	font-weight:700;
	color:var(--dark-gray);
	margin-bottom:40px;
	text-align:center;
	letter-spacing: 0.48px;
}
#page-container .tabs-style-vertical .sow-tabs-panel * {
	color: var(--dark-gray);
}
body #page-container .so-widget-sow-tabs .mobile-tab-title {
	display: none;
}
.white-line-bg {
	position:relative;
}
.white-line-bg:after {
    content: "";
    background: url(../svg/rectangle-support.svg) no-repeat;
    display: block;
    position: absolute;
	z-index: 9;
    top: -515px;
    right: 150px;
    width: 261px;
    height: 1050px;
}

/*
Max Mega Menu
---------------------------------------*/

#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary {
	position:static !important;
}
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
	padding: 50px 30px 70px 150px;
	margin-top: 30px !important;
	border-radius: 0px 0px 10px 10px;
}
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item-21 > ul.mega-sub-menu,
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item-22 > ul.mega-sub-menu {
	width: 950px !important;
	padding: 50px 30px 70px 50px;
	right: 0;
	margin: 0 auto;
}
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 1em;
	text-transform:capitalize;
}
body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	margin-right:0;
}
/*body.sticky #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
	margin-top:23px !important;
}*/
/*body #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade"] li.mega-menu-item>ul.mega-sub-menu,
body #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade"] li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu, 
body #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu,
body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu {
    visibility: visible;
    opacity: 1;
}*/
.widget_maxmegamenu h4,
.widget_maxmegamenu p.mega-heading{
	font-size:30px;
	margin-bottom:10px;
	padding-bottom:5px;
	display:table;
	border-bottom:2px solid #1a1a1a8f;
	font-family: 'Helvetica Neue LT Std';
    font-weight: 900;
    line-height: 1.2;
}
.widget_maxmegamenu p.mega-heading {
	position:relative;
	left:-3px;
}
.widget_maxmegamenu h5,
.widget_maxmegamenu p.mega-sub-heading{
	font-size:25px;
	margin-bottom:10px;
	margin-top:50px;
	font-family: 'Helvetica Neue LT Std';
    font-weight: bold;
    line-height: 1.2;
}
body .widget_maxmegamenu .mega-menu-item-21 h5,
.widget_maxmegamenu .mega-menu-item-21 p.mega-sub-heading{
	margin-top:35px;
} 
.widget_maxmegamenu h5 a,
.widget_maxmegamenu p.mega-sub-heading a {
	text-decoration:none !important;
}
.widget_maxmegamenu p.mega-sub-heading a,
.widget_maxmegamenu p.mega-small-heading a {
	border-bottom: 3px solid #ffc61f;
}
.widget_maxmegamenu .underline-none-menu p.mega-small-heading a {
	border-bottom:0;
}
.widget_maxmegamenu p.mega-small-heading a[href^="tel:"] {
	border-bottom:0;
}
.widget_maxmegamenu h6,
.widget_maxmegamenu p.mega-small-heading {
	font-size:20px;
	color:var(--dark-gray);
	font-weight:500;
	line-height:25.2px;
	text-transform: uppercase;
}
.widget_maxmegamenu h6 a,
.widget_maxmegamenu p.mega-small-heading a {
	text-decoration:none !important;
}
.left-gap-menu {
	padding-left:85px;
}
.arrow-right h5,
.arrow-right h5 p.sub-heading {
    background: url(../png/arrow-menu-right.png) no-repeat;
    background-position: center right 0px;
    display: table;
    padding-right: 30px;
}
span.gradient-text {
	background: linear-gradient(176deg, #989CA0 -11%, #4A4C4E 86.93%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.top-hero span.gradient-text {
	background: linear-gradient(176deg, #cfcfcf 85%, #4A4C4E 86.93%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.top-hero .panel-grid-cell-mobile-last .panel-cell-style,
.top-hero .panel-grid-cell-mobile-last .textwidget {
	background:#1a1a1b;
}
.mega-sub-menu .mega-menu-item .widget_siteorigin-panels-builder.panel-first-child {
	margin-bottom:-20px !important;
}
#mega-menu-wrap-primary #mega-menu-primary img {
	position:relative;
	top:-5px;
}
.tool-kit-icon img {
	width:60px;
}
.top-adjust-icons .so-widget-sow-image {
	margin-top:11px;
}

.hero-section p {
    font-weight: 500;
    text-transform: uppercase;
}

.products-section.info-box h3,
.products-section.info-box h4 {
    background-color: var(--black);
    color: var(--white);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    min-height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.products-section.info-box h3 {
	font-size:30px;
}

#page-container .products-section.info-box p {
    text-align: center;
}

#page-container .products-section.info-box a {
    font-weight: 700;
    letter-spacing: 0.72px;
    text-decoration: none;
    position: relative;
    padding-bottom: 10px;
    color: var(--black);
}
#page-container .products-section.info-box a:hover,
#page-container .products-section.info-box a:focus {
	background: linear-gradient(176deg, #989CA0 -11%, #4A4C4E 86.93%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#page-container .products-section.info-box a:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: var(--yellow);
    position: absolute;
    left: 0;
    bottom: 0;
}

.pts-section .cont {
    position: relative;
}

.pts-section .cont {
    max-width: 1620px;
    margin: 0 auto;
}

.pts-section .cont::after {
    content: "";
    background: url("../svg/rectangle-support.svg") no-repeat;
    display: block;
    position: absolute;
    top: -650px;
    right: 15px;
    width: 260px;
    height: 1050px;
}

.pts-section .panel-layout {
    background: #FFF;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.50);
    padding: 100px 90px;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

.better-together h6 {
    font-size: 20px;
    color: var(--dark-gray);
    letter-spacing: 0.48px;
}

.right-triangle-large {
    position: relative;
}

.right-triangle-large:after {
    content: "";
    display: block;
    width: 171px;
    height: 811px;
    background-image: url("../png/right-triangle-large.png");
    position: absolute;
    top: 0;
    right: 0;
}

.cta-map h2 {
    font-weight: 800;
    position: relative;
}

.cta-map h2::before {
    content: "";
    background: url("../svg/map-icon.svg") no-repeat;
    display: block;
    position: absolute;
    left: -85px;
    top: -10px;
    width: 80px;
    height: 80px;
}

.cta-map h3 {
	letter-spacing: 0.48px;
	color:var(--dark-gray);
	position: relative;
}

.cta-map h6 {
    font-size: 20px;
    font-weight: 800;
    color: var(--dark-gray);
    letter-spacing: 0.48px;
    position: relative;
}

.cta-map p {
    color: var(--dark-gray);
    position: relative;
}

.cta-map .cont {
    background: #FFF;
    box-shadow: 0px 10px 80px 0px rgba(0, 0, 0, 0.10);
    max-width: 1440px;
    margin: 0 auto;
    padding: 57px 130px;
    position: relative;
	overflow:hidden;
}

.cta-map .cont::before {
    content: "";
    background: url("../png/setting-bg.png") no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 626px;
    height: 293px;
}

.cta-map .cont::after {
    content: "";
    background: url("../svg/usa-map.svg") no-repeat;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 560px;
    height: 293px;
}

.cta-map.small-bg .cont::before,
.cta-map.small-bg .cont::after {
    height: 270px;
    background-size: contain;
}

.cta-map .right-sec {
    position: relative;
    z-index: 99;
    padding: 100px 0 0;
}

.cta-map .right-sec input[type="text"] {
    width: 300px;
    height: 56px;
}

.cta-map .right-sec input[type="submit"] {
    border: none;
    width: 250px !important;
    margin: 0 0 0 -10px;
}

#page-container .partner-panel-icons.large-container {
    max-width: 1040px;
}

.image-behind-box.right:after {
    left: auto;
    right: 32px;
}

#page-container .connect-us .gform_footer {
    padding-top: 40px;
    justify-content: left;
}

#page-container .connect-us .button  {
    min-width: 240px;
}

.tech-support h5 {
    font-size: 25px;
    letter-spacing: 0.48px;
}

.sidebar h3 {
    font-size: 40px;
}

.single-post h1.entry-title {
    color: var(--black);
}

.simple-hero {
    position: relative;
    background-color: #1a1a1a;
    padding: 50px 0;
}

.simple-hero * {
    color: #fff;
}

.single-post h2 {
    font-size: 50px;
}

.simple-hero::before {
    content: "";
    background: var(--yellow);
    display: block;
    width: 100px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 50% 50%, 0% 100%);
}

.simple-hero::after {
    content: "";
    background: rgba(255, 198, 30, 0.35);
    display: block;
    width: 100px;
    height: 150px;
    position: absolute;
    bottom: 0;
    right: 0;
    clip-path: polygon(50% 50%, 100% 0, 100% 100%, 0% 100%);
}

.hero-section span.gradient-text,
.testimonial-section span.gradient-text {
    background: linear-gradient(176deg, #989CA0 11%, #dddddd 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rating-img img.alignright {
    padding: 7px 0 0;
}

.auto-repair ul {
    padding: 50px 0;
}
.auto-repair .ul-gap-remove ul {
	padding:0 0 10px;
}

.auto-repair ul li {
    letter-spacing: 0.48px;
}

h2.wsp-pages-title,
h2.wsp-posts-title {
    font-size: 50px;
}

.cta-map label {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.sow-accordion .sow-accordion-title {
    font-weight: 700;
    letter-spacing: 0.48px;
}

.row-gap{
    margin-bottom: 30px;
}

.hero-section.large-hero h1{
    font-size: 70px;
}

.hero-section .widget_siteorigin-panels-builder .panel-grid.panel-no-style,
.hero-section .panel-row-style:not([data-stretch-type]){
    max-width: 1270px;
}

.top-hero .widget_siteorigin-panels-builder {
    max-width: 85%;
    margin: 0 auto;
}

.top-hero.top-hero-narrow .widget_siteorigin-panels-builder {
	max-width: 94%;
}

.hero-section h6,
.hero-section p.hero-heading-top,
.hero-section p.hero-sub-heading,
#page-container .hero-version-two .hero-heading-top,
.top-hero .hero-heading-top{
    font-size: 20px;
    font-weight: 800;
    color: var(--yellow);
	font-family: 'Helvetica Neue LT Std';
    line-height: 1.2;
    margin: 0 0 15px;
}
#page-container .hero-version-two .hero-heading-top,
.top-hero .hero-heading-top{
	font-size: 18px;
}
.hero-section h6 em,
.hero-section p.hero-sub-heading em {
    font-weight: 300;
	text-transform: capitalize;
}

.site-inner .tickmark-list ul li{
    padding-left: 45px;
    margin-bottom: 25px;
}

.site-inner .hero-section .tickmark-list ul li{
    font-size: 22px;
}

.site-inner .tickmark-list ul li strong{
    font-size:24px;
    font-weight:700;
    letter-spacing: 0.48px;
}

.site-inner .tickmark-list ul li:before {
    width: 29px;
    height: 28px;
    top: 0px;
    border-radius: 40px;
    background-image: url(../svg/tick-icon.svg);
}

#page-container .hero-section .button{
    margin-top: 30px;
}

#page-container .partner-panel-icons{
    max-width: 1140px;
    margin: 0 auto;
}

#page-container .partner-panel-icons h3{
    font-size: 28px;
    margin-top: 55px;
    padding: 0 25px;
    font-family: 'Helvetica Neue LT Std';
    font-weight: 800;
}

.column-gap{
    padding-left: 30px;
    padding-right: 30px;
}

.products-section .so-panels-full-wrapper,
.products-section .panel-row-style:not([data-stretch-type]),
.products-section .panel-grid.panel-no-style {
    max-width: 1220px;
}

.product-box{
    background-color: var(--white);
    border-radius: 20px;
}

.products-section h2{
    color: var(--gray);
	font-size: 50px;
}

.products-section h3{
    background-color: var(--black);
    padding: 21px 30px 21px 30px;
    color: var(--white);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.products-section h6{
    font-size: 20px;
    text-transform: uppercase;
    color: var(--dark-gray);
    font-weight: 500;
    margin-bottom: 25px;
}

.product-box-nested-column{
    margin-top: 30px !important;
    padding-bottom: 35px;
}

.product-box-nested-column .panel-grid-cell{
    padding: 15px 0 45px;
    position: relative;
    text-align: center;
}

.product-box-nested-column .panel-grid-cell:first-child:after{
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: var(--black);
    right: -30px;
    top: 0;
}

#page-container .product-box-nested-column a{
    font-weight: 700;
    letter-spacing: 0.72px;
    text-decoration: none;
    position: relative;
    padding-bottom: 10px;
    color: var(--black);
    font-family: 'Helvetica Neue LT Std Simple';
}
#page-container .product-box-nested-column a:hover,
#page-container .product-box-nested-column a:focus,
#page-container .learn-more a:hover,
#page-container .learn-more a:focus {
	background: linear-gradient(176deg, #989CA0 -11%, #4A4C4E 86.93%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#page-container .product-box-nested-column a:after{
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: var(--yellow);
    position: absolute;
    left: 0;
    bottom: 0;
}

.gradient-text{
    background: linear-gradient(176deg, #808285 -11%, #1E1E1F 86.93%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.left-triangle-large,
.left-triangle,
.right-triangle{
    position: relative;
}

.left-triangle-large:after{
    content: "";
    display: block;
    width: 212px;
    height: 680px;
    background-image: url(../png/dark-triangle-large.png);
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: 0 -1px;
}

.left-triangle:after{
    content: "";
    display: block;
    width: 144px;
    height: 450px;
    background-image: url(../png/dark-triangle.png);
    position: absolute;
    top: 0px;
    left: 0px;
}

.right-triangle:after{
    content: "";
    display: block;
    width: 171px;
    height: 549px;
    background-image: url(../png/light-triangle-large.png);
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.image-behind-box{
    position: relative;
}

.image-behind-box img.so-widget-image{
    position: relative;
    z-index: 99;
}

.image-behind-box:after{
    content: "";
    display: block;
    width: 202px;
    height: 202px;
    background-color: var(--yellow);
    position: absolute;
    bottom: -37px;
    left: -32px;
    z-index: 1;
}

.about-us-section .so-panels-full-wrapper,
.about-us-section .panel-row-style:not([data-stretch-type]),
.about-us-section .panel-grid.panel-no-style{
    max-width: 1290px;
}

.about-us-section h2{
    color: #767474;
}

.about-us-section ul li{
    letter-spacing: 0.48px;
}

.icons-section{
    text-align: center;
}

.icons-section img{
    margin: 0 38px 0 38px;
    vertical-align: middle;
}

.testimonial-section{
    position: relative;
    z-index: 99;
}

.testimonial-section p.h3-heading{ 
    position: relative;
    padding-bottom: 15px;
	font-size: 40px;
	font-family: 'Helvetica Neue LT Std';
    font-weight: 900;
    line-height: 1.2;
}

.testimonial-section p.h3-heading:before{
    content: "";
    display: block;
    width: 115px;
    height: 80px;
    background-image: url("../png/quote.png");
	background-size: contain;
    position: relative;
    left:-115px;
    margin-bottom: 10px;
 }

 .testimonial-section p.h3-heading:after{
    content: "";
    display: block;
    width: 82px;
    height: 10px;
    background:var(--yellow);
    margin-top: 60px;
}

.testimonial-section p{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.48px;
    font-family: 'Helvetica Neue LT Std Simple';
}

.testimonial-section p em{
    font-family: 'Helvetica Neue LT Std Simple Medium';
    font-weight: 500;
}

.testimonial-section .sow-image-container img{
    min-width: 795px;
    position: relative;
    bottom: -90px;
}

.who-we-serve-section h2{
    color: var(--gray);
    padding-left: calc((100% - 1170px) / 2 );
}

.who-we-serve-slider{
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    z-index: 9;
}

.who-we-serve-slider .so-widget-sow-image img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}

.who-we-serve-slider .so-widget-sow-image h3.widget-title{
    font-family: 'Helvetica Neue LT Std Simple';
    font-size: 24px;
    font-weight: 700;
    color: var(--white);
    background-color: var(--black);
    padding: 15px 20px;
    min-height: 112px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tns-controls {
    position: absolute;
    left: -65px;
    right: -65px;
    top: 50%;
    margin-top: -30px;
    z-index: 99;
}

.tns-controls button {
    background: url(../svg/left-arrow.svg) no-repeat center;
    border: none;
    width: 26px;
    height: 43px;
    font-size: 0;
    text-indent: -9999px;
    float: left;
}

.tns-controls button:last-child {
    background: url(../svg/right-arrow.svg) no-repeat center;
    float: right;
}

.total-shop-solutions h2{
    display: flex;
    align-items: center;
    justify-content: center;
}
.total-shop-solutions .medium-container img.aligncenter {
	    width: 485px;
}

.logo-row-one{
    text-align: center;
}

.logo-row-one img{
    margin: 0px 40px 20px 40px;
}

.news-blog-section h2{
    color: var(--gray);
}

.featured-wrapper{
    display: flex;
    gap: 35px;
    align-items: center;
}

.featured-wrapper .left-side-wrapper,
.featured-wrapper .right-side-wrapper{
    width: 50%;
}

.featured-wrapper .left-side-wrapper *{
    color: var(--white);
}

.featured-wrapper .left-side-wrapper{
    background-color: var(--black);
    padding: 50px 35px 60px 45px;
    color: var(--white);
    box-shadow: 10px 25px 20px 0px rgba(65, 103, 136, 0.25);
}

.featured-wrapper .left-side-wrapper h3{
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    font-family: 'Helvetica Neue LT Std Simple';
}

.featured-wrapper .left-side-wrapper .featured-listing-image{
    margin-bottom: 30px;
	text-align:center;
}
.featured-wrapper .left-side-wrapper .featured-listing-image img {
	width:100%;
}

.featured-wrapper .left-side-wrapper a:focus{
    outline: 1px solid var(--white);
}

.featured-wrapper .left-side-wrapper h5{
    font-size: 25px;
}

.featured-wrapper .arrow-button{
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Helvetica Neue LT Std Simple';
    margin-top: 40px;
    display: inline-block;
    text-decoration: none !important;
    padding-bottom:10px;
    letter-spacing: 0.72px;
}

.featured-wrapper .arrow-button:after{
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: var(--yellow);
    position: absolute;
    left: 0;
    bottom: 0;
}

.featured-wrapper .right-side-wrapper .featured-listing.right-side{
    display: flex;
    gap: 27px;
    color: var(--black);
}

.featured-wrapper .right-side-wrapper .featured-listing.right-side:first-child{
    border-bottom: 2px solid var(--black);
    margin-bottom: 45px;
    padding-bottom: 45px;
}

.featured-wrapper .right-side-wrapper .featured-listing.right-side .featured-listing-image{
    min-width: 156px;
}

.featured-wrapper .right-side-wrapper .featured-listing.right-side .featured-listing-image img{
    box-shadow: 10px 25px 20px 0px rgba(65, 103, 136, 0.25);
	width:156px;
}

.featured-wrapper .right-side-wrapper .featured-listing.right-side .arrow-button{
    margin-top: 10px;
}

.featured-wrapper .right-side-wrapper .featured-listing.right-side h5{
    font-weight: 700;
    font-family: 'Helvetica Neue LT Std Simple';
    font-size: 25px;
}

.featured-wrapper .right-side-wrapper .featured-listing.right-side .arrow-button{
    color: var(--black);
}

.post-date {
    margin-bottom: 16px;
}

.featured-wrapper .right-side-wrapper .featured-listing-details {
    line-height: 32px;
}

.keep-in-touch p {
    letter-spacing: 0.36px;
}

.news-blog-section{
    position: relative;
}

.news-blog-section:after{
    content: "";
    display: block;
    width: 40%;
    height: 3px;
    background-color: var(--black);
    margin: 0 auto;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}

.keep-in-touch h3{
    font-size:40px;
    font-weight: 700;
    font-family: 'Helvetica Neue LT Std Simple';
}

.keep-in-touch .gform_wrapper.gravity-theme .gfield_required{
    color:#7F1C05;
}

#page-container .keep-in-touch input[type="submit"]{
    max-width: 260px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    padding: 18px 20px !important;
}

#page-container .keep-in-touch .gfield input{
    border-right: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 17px 20px;
}

#page-container input::placeholder{
    color: var(--black);
}

#page-container .keep-in-touch .gform_fields {
    grid-column-gap: 0;
}

#page-container .keep-in-touch .gform_footer{
    padding: 0px;
    margin: 0px;
}

.promotional-services-section{
    background-position: right top;
    background-repeat: no-repeat !important;
}

.promotional-services-section .so-panels-full-wrapper,
.promotional-services-section .panel-row-style:not([data-stretch-type]),
.promotional-services-section .panel-grid.panel-no-style{
    max-width: 1400px;
}

.promotional-service-info-box .panel-layout .panel-grid-cell .so-panel:last-child{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 16px;
    text-align: center;
    min-height: 206px;
    position: relative;
}
.socialcrm-resources .promotional-service-info-box .panel-layout .panel-grid-cell .so-panel:last-child {
	min-height:160px;
}

.promotional-service-info-box{
    background-color: var(--white);
    border-radius: 10px;
    padding-bottom: 0px;
}

.promotional-service-info-box .panel-layout .panel-grid-cell img{
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.option-boxes .promotional-service-info-box .panel-layout .panel-grid-cell img {
	border-radius:0;
}

.promotional-services-section h5 {
    background-color: var(--black);
    padding: 24px 10px 24px 10px;
    color: var(--white);
    font-family: 'Helvetica Neue LT Std Simple';
    font-size: 25px;
    font-weight: 700;
}

.learn-more a{
    position: relative;
}

#page-container .learn-more a {
    font-family: 'Helvetica Neue LT Std Simple';
    font-weight: 700;
    letter-spacing: 0.72px;
    text-decoration: none;
    padding-bottom: 10px;
    color: var(--black);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    width: fit-content;
    margin: 0 auto;
}

#page-container .learn-more a:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: var(--yellow);
    position: absolute;
    left: 0;
    bottom: 0;
}

nav.breadcrumb {
    font-size: 18px;
    font-weight: normal;
}

nav.breadcrumb span {
    font-family: 'Helvetica Neue LT Std Simple';
    font-weight: 700;
}

.large-font{
    font-size: clamp(1.125rem, 0.8571rem + 0.6122vw, 1.5rem);
}

#page-container .support-agents-section .panel-layout .panel-grid-cell:last-child .so-panel{
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 15px;
    min-width: 445px;
}

#page-container .support-agents-section .panel-layout .panel-grid-cell:last-child .so-panel:last-child{
    margin-bottom: 0px;
}

.support-agents-section .panel-layout .panel-grid-cell:last-child .so-panel::after{
    content: "";
    display: block;
    width: 533px;
    height: 26px;
    background-image: url(../png/yellow-curved-line.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    position: absolute;
    left: -60px;
    bottom: 0px;
}

.support-agents-section .panel-layout .panel-grid-cell:last-child .so-panel h6{
    margin-bottom: 0px;
    font-family: 'Helvetica Neue LT Std Simple';
    font-weight: 700;
}

body .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout{
    padding: 35px 30px 35px 30px;
}
body .hs-form-dca13670-d6ed-4ea0-a56c-d21b981d5df4_b702654c-062c-469e-96cd-7bb1d5841eb3 .hs-form-field label:not(.hs-error-msg){
	color:#fff;
}

body .hs-form-dca13670-d6ed-4ea0-a56c-d21b981d5df4_b702654c-062c-469e-96cd-7bb1d5841eb3 .hs-button {
	background:#fff;
}

.hustle-popup-content .gform_wrapper.gravity-theme .gform_validation_errors{
    padding-block: 9px;
}

.hustle-popup-content .gform_wrapper.gravity-theme .gform_footer input{
    max-width: fit-content;
    margin: 0 auto;
    padding: 10px 20px;
    background-color: var(--primary) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: var(--black) !important;
}

.hustle-popup-content .gform_wrapper.gravity-theme .gform_footer input:hover,
.hustle-popup-content .gform_wrapper.gravity-theme .gform_footer input:focus{
    background: var(--btn-bg-hover) !important;
}

.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-group-content h2 {
    margin-bottom: 0 !important;
    font-size: 15px !important;
    padding: 0px 5px !important;
    color: #c02b0a !important;
}

.hustle-popup-content .gform_wrapper.gravity-theme .gfield_description{
    font-size: 12px;
    padding: 0px 20px;
}

.hustle-popup-content .ginput_container.ginput_container_consent label{
    color: var(--white) !important;
}

.hustle-popup-content .ginput_container.ginput_container_consent input {
    width: fit-content;
}
#page-container .brochure-boxes .button {
	padding: 14px 35px;
	display:table;
	margin:20px auto;
}
.entry-content .brochure-boxes ol {
    margin-left: 0px;
}
.entry-content .brochure-boxes ol li {
    list-style-type: none;
}
.entry-content .brochure-boxes .fa {
	margin-right:10px;
}
.medium-font {
	font-size:22px;
}
.video-intro h6 {
	font-size:20px;
}

/*
Video Gallery css
---------------------------------------------------------------------------------------------------- */

.video-showcase-boxes h5 {
	font-size:25px;
	margin-top:25px;
}


/*
Video Gallery custom css
---------------------------------------------------------------------------------------------------- */

#page-container .custom-video-boxes {
	margin-bottom:40px;
}

.custom-video-boxes h6 {
	font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px
}

.youtube-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.youtube-popup-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.youtube-popup-content iframe {
    max-width: 90%;
    max-height: 80%;
    border: 0;
}

.youtube-popup-content .close-popup {
    position: absolute;
    top: -25px;
    right: -10px;
    background: none;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 40px;
    line-height: 1;
    transition: background 0.3s;
}

.youtube-thumbnail-popup {
    display: block;
    width: 100%; 
    height: 210px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.youtube-thumbnail-popup img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translate(-50%, -50%);
}

body .envira-gallery-wrap .envira-gallery-public .envira-gallery-item img {
	width:146px;
}

h2.privacy-heading {
	font-size:60px;
}

.search-filter-results {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.testimonial-item {
    width: 32%;
    padding: 20px;
    margin: 0 0 30px;
	box-shadow: 2px 2px 12px rgba(50, 50, 50, .1);
	position: relative;
    min-height: 410px;
}

.logo-img {
    margin: 0 auto 10px;
    width: 100px;
}

.logo-img img {
    height: 60px;
    margin: 0 auto;
    display: block;
    object-fit: contain;
}

.testimonial-item h5,
.testimonial-info h5 {
    font-size: 20px;
    margin: 0 0 5px;
}

.testimonial-item h6,
.testimonial-info h6 {
    font-size: 16px;
    font-weight: 400;
}

.page-template-single-testimonial .testimonial-info {
	padding:0;
}

.avatar-img {
    float: left;
    width: 35px;
    height: 50px;
    margin: 0 10px 0 0;
}

#page-container .testimonial-item a.button {
    width: 100%;
	position: absolute;
    left: 0;
    bottom: 15px;
    max-width: 350px;
    margin: 0 auto;
    right: 0;
}

.searchandfilter ul {
    display: flex !important;
    margin-bottom: 30px !important;
    justify-content: center;
}

#page-container form li {
    margin: 0 10px 0 0;
    padding: 0;
}

.searchandfilter select.sf-input-select {
    min-width: 250px !important;
    padding: 17px 20px;
}

a.search-filter-reset {
    margin: 12px 0 0 !important;
    display: flex;
    font-style: normal !important;
    font-size: 14px;
}

.testimonial-info {
    padding: 0px 50px;
}

.testimonial-info h2 {
    text-align: center;
}

.testimonial-info p {
    font-weight: 500;
    font-style: italic;
	text-align: center;
}
.page-template-single-testimonial .testimonial-info p {
	font-style:normal;
	font-weight:400;
	text-align:left !important;
}
.page-template-single-testimonial .heading-bottom-space h4 {
	text-align:left !important;
	color: #003e63 !important;
}

.avatar-info {
    max-width: 200px;
    margin: 0 auto;
}

.page-template-single-testimonial .avatar-info {
	display:none;
}
.heading-bottom-space h4 {
	padding-bottom:20px;
}

.wp-pagenavi a, .wp-pagenavi span {
	border: none !important;
    padding: 8px 10px !important;
    margin: 3px !important;
    background: var(--black);
    color: var(--white);
}

.wp-pagenavi span.current,
.wp-pagenavi a:hover {
    font-weight: bold;
    background: var(--primary);
    color: var(--black);
}

span.pages {
    display: none;
}


/*
Shop Connection and Press Posts Styling
---------------------------------------------------------------------------------------------------- */

.posts-lists {
    clear: both;
     display: flex;
    align-items: flex-start;
    gap: 10px;
    border-bottom: 1px solid #ccc;
	padding-bottom:40px;
    margin-bottom: 40px;
}
.posts-lists .posts-box-img {
	float:left;
	margin-right: 30px;
}
.posts-lists .posts-box-img img {
	width:250px;
	height:175px;
	object-fit:cover;
	margin-bottom:80px;
}
.posts-lists-excerpt a.button {
	margin-top:20px;
}
.posts-lists-details h5 a:hover {
	text-decoration:none;
}
.posts-lists-details h6 {
	font-size: 16px;
    font-weight: 500;
}
.entry-content .posts-loop-area .pagination a {
	padding:0 10px;
}
.posts-loop-area .posts-lists-excerpt img {
	display:none !important;
}
.posts-loop-area .posts-lists-excerpt p {
	margin-bottom:0;
}

.posts-loop-area .posts-box-img {
    flex: 0 0 30%;
}

.posts-loop-area .posts-box-img img {
    width: 100%;
    height: auto;
}

.posts-loop-area .posts-lists-details {
    flex: 1;
}

.posts-loop-area .posts-lists-excerpt {
    display: flex;
    flex-direction: column;
}

.posts-loop-area .posts-lists-excerpt .button {
    align-self: flex-start;
    margin-top: 25px;
}

.search-results .type-shopconnection .entry-content img,
.search-results .type-press .entry-content img {
    display: none;
}
.single .entry-header .entry-meta {
	float:left;
}
.single .entry-content {
	clear:both;
}
.press-sidebar .textwidget ul li:nth-child(2) {
	margin-left:25px;
	font-size:17px; 
	margin-top:-5px;
}
span.post-author {
	margin-bottom: 15px;
    display: block;
}
body .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-open-close-button {
	position:relative;
	z-index:999;
	padding-left:30px;
}
.author-profile {
	margin-bottom:70px;
}
.author-avatar {
    float: left;
    margin-right: 25px;
    margin-bottom: 100px;
}

.searchandfilter select.sf-input-select:focus,
.wp-pagenavi a:focus {
	border: 1px solid var(--yellow) !important;
    outline: 1px solid var(--yellow) !important;
}

#page-container .sf-field-submit  input:focus[type="submit"] {
	background: var(--btn-bg-hover);
}

.wp-pagenavi a:focus {
	font-weight: bold;
    background: var(--primary);
    color: var(--black);
}	

.search-filter-results {
    justify-content: center;
}

.solution-images-and-logo a {
    display: block;
    margin: 0 auto;
}

.solution-images-and-logo img {
    margin: 0 auto;
}
label.search-label {
	display:none;
}

.content-sidebar-wrap .widget-title {
    font-size: 24px;
}

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


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

    h4 {
        font-size: 30px;
    }

    .who-we-serve-slider {
        max-width: 90%;
    }

    .site-inner .tickmark-list ul li strong {
        font-size: 22px;
    }

    .left-triangle:after {
        width: 100px;
        height: 310px;
        background-size: 100%;
    }

    .left-triangle-large:after{
        width: 110px;
        height: 354px;
        background-size: 100%;
    }

    .testimonial-section h4:before{
        left:-75px;
    }

    .tns-controls {
        left: -45px;
        right: -45px;
    }

    .right-triangle:after{
        width:120px;
    }
}

@media only screen and (max-width: 1500px) {
	
	.site-header .wrap {
		padding: 0 30px;
	}
	.suretrack-hero .row-gap {
		padding-left: 100px;
	}
	.pts-section .cont::after {
		right: -115px;
		top: -580px;
	}
	
}

@media only screen and (max-width: 1440px) {	
	body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    	padding: 50px 30px 70px 60px;
	}
	
	.left-gap-menu {
    	padding-left: 60px;
	}
	
	#page-container .wiring-diagram-area .so-panels-full-wrapper, 
	#page-container .x-large-container {
    	max-width: 1170px;
	}
	
	#page-container .white-box {
		padding: 51px 50px;
	}
	
	#page-container .footer-container {
    	max-width: 1170px;
	}
	
	.hero-section {
		padding: 50px 0;
	}
	body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		font-size: 16px;
		padding: 0px 5px 0px 5px;
	}
	body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
		height: 700px;
    	overflow-y: scroll;
	}
}

@media only screen and (max-width: 1380px) {
	
	.hero-section {
		min-height: 410px;
	}
	
	.cta-map .right-sec input[type="text"] {
        width: 250px;
    }

    .cta-map .right-sec input[type="submit"] {
        width: 220px !important;
    }

    .cta-map h4 {
        font-size: 30px;
    }

    .cta-map h6 {
        font-size: 20px;
    }

    .cta-map .cont::before {
        height: 270px;
        background-size: contain;
    }
	
	.hero-section .wrap, 
    .hero-section .widget_siteorigin-panels-builder {
        max-width: 100%;
    }

    .hero-section.large-hero h1 {
        font-size: 60px;
    }

    .hero-section h6,
	.hero-section p.hero-heading-top {
        font-size: 20px;
    }

    h4 {
        font-size: 30px;
    }

    .testimonial-section h4{
        font-size: 30px;
    }

    #page-container .partner-panel-icons h3 {
        padding: 0 30px;
    }

    .left-triangle-large:after {
        width: 70px;
        height: 224px;
    }

    .about-us-section .so-panels-full-wrapper, 
    .about-us-section .panel-row-style:not([data-stretch-type]), 
    .about-us-section .panel-grid.panel-no-style {
        max-width: 100%;
        padding: 0 25px;
    }

    .site-inner .tickmark-list ul li strong {
        font-size: 20px;
    }

    .testimonial-section h4:before {
        left: 0;
        max-width: 50px;
        background-size: 100%;
        background-repeat: no-repeat;
        height: 50px;
    }

    .who-we-serve-slider .so-widget-sow-image h3.widget-title{
        font-size: 20px;
    }

    .promotional-services-section .so-panels-full-wrapper{
        max-width: 98%;
    }

    .promotional-services-section .panel-row-style:not([data-stretch-type]), 
    .promotional-services-section .panel-grid.panel-no-style {
        max-width: 100%;
    }

    .promotional-services-section h5{
        font-size:25px;
    }

    #page-container .support-agents-section .panel-layout .panel-grid-cell:last-child .so-panel{
        min-width: 100%;
    }

    .support-agents-section .panel-layout .panel-grid-cell:last-child .so-panel h6{
        font-size: 20px;
    }

    .right-triangle-large:after {
        width: 71px;
        height: 220px;
    }

    .support-agents-section .panel-layout .panel-grid-cell:last-child .so-panel::after{
        left: -60px;
    }

    .testimonial-section .sow-image-container img{
        min-width: 100%;
    }
	
	body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
		overflow-y:scroll;
		height:400px;
	}
	body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		font-size: 14px;
	}
	.hero-section .widget_siteorigin-panels-builder .panel-grid.panel-no-style, 
    .hero-section .panel-row-style:not([data-stretch-type]) {
        max-width: 100%;
        padding: 0 100px;
    }
	.hero-version-two .widget_siteorigin-panels-builder {
    	width: 85%;
	}
	.testimonial-section p.h3-heading:before {
		left:0;
	}
	.pts-section .cont::after {
		z-index:-1;
	}
}


@media only screen and (max-width: 1280px) {
	
	.title-area a{
		width: 300px;
		height: 65px;
		background-size: 100%;
	}
	
	.hero-section h1 {
    	font-size: 50px;
	}
}

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

	.wrap,
	.hero-section .wrap,
	#page-container .so-panels-full-wrapper,
	#page-container .panel-grid.panel-no-style,
	#page-container .panel-row-style:not([data-stretch-type]) {
		max-width: calc( 100% - 40px );
	}

	#page-container .so-panels-full-wrapper .so-panels-full-wrapper,
	#page-container .so-panels-full-wrapper .panel-grid.panel-no-style,
	#page-container .panel-row-style:not([data-stretch-type]) .panel-grid.panel-no-style,
	#page-container .so-panels-full-wrapper .panel-row-style:not([data-stretch-type]),
	#page-container .panel-row-style:not([data-stretch-type]) .panel-row-style,
	#page-container .panel-grid.panel-no-style .panel-grid.panel-no-style,
	#page-container .panel-grid.panel-no-style .panel-row-style:not([data-stretch-type]) {
		max-width: 100%;
	}

	.content {
		width: 580px;
	}

	.sidebar {
		width: 320px;
	}
	.site-header .wrap {
		padding: 0 15px;
	}
	.footer-bottom-links {
		font-size:15px;
	}
	.left-gap-menu,
	.left-gap-menu.header-social-icons {
        padding-left: 0px;
    }
	.mega-sub-menu .panel-grid.panel-no-style {
		display:block;
	}
	.mega-sub-menu .panel-grid.panel-no-style .panel-grid-cell:first-child {
		width:auto !important;
	}
	.mega-sub-menu .widget_sow-image {
		margin-bottom:20px !important;
	}

	.hero-section.large-hero h1 {
        font-size: 60px;
    }

    .top-gap {
        padding-top: 70px;
    }

    .bottom-gap {
        padding-bottom: 70px;
    }

    .top-gap-medium {
        padding-top: 50px;
    }

    .bottom-gap-medium {
        padding-bottom: 50px;
    }

	.top-gap-small {
        padding-top: 30px;
    }

    .bottom-gap-small {
        padding-bottom: 30px;
    }

	h1,
	.single-shopconnection p.entry-title,
	.single-press p.entry-title {
        font-size: 60px;
    }
	

    h4 {
        font-size: 30px;
    }

    h5,
	.hero-section p.hero-gradient-heading {
        font-size: 25px;
    }

    .pts-section p br {
        display: none;
    }

    .pts-section .cont::after {
        display: none;
    }
	#page-container .site-header .button { 
		min-width: 150px;
    	font-size: 13px;
    	padding: 20px 6px;
	}
	.site-header .widget-area .widget_search {
		right:145px;
	}
	.site-header .widget_maxmegamenu {
	    margin-right: 290px;
	}
	.site-footer .social-icons {
		margin-top:35px;
	}
	#page-container .x-large-container {
		padding:30px 50px;
	}
	
	.simple-hero::before,
    .simple-hero::after {
        width: 40px;
        height: 60px;
    }

    .pts-section .cont::after {
        display: none !important;
    }

    .right-triangle-large:after {
        width: 70px;
        height: 330px;
    }

    .cta-map .right-sec input[type="text"] {
        width: 200px;
    }

    .cta-map .right-sec input[type="submit"] {
        width: 170px !important;
    }

    .cta-map p br {
        display: none;
    }

    .pts-section .panel-layout {
        padding: 60px 40px;
    }

    .cta-map .right-sec {
        padding: 0;
    }

    .cta-map .cont::after {
        top: auto;
        bottom: 0;
    }

    .cta-map h4 {
        font-size: 30px;
    }

    .cta-map h6 {
        font-size: 20px;
    }

    .pts-section .panel-layout {
        box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.50);
        max-width: calc(100% - 60px);
    }

    .image-behind-box.right:after {
        right: -20px;
    }
	
	.rating-img img.alignright {
    	width: 280px;
	}
	
	.hero-section.large-hero h1 {
        font-size: 60px;
    }

    h4 {
        font-size: 22px;
    }

    #page-container .partner-panel-icons h3 {
        padding: 0 20px;
        font-size: 22px;
    }

    .logo-row-one img {
        margin: 0px 15px 20px 15px;
    }

    .featured-wrapper .right-side-wrapper .featured-listing-details {
        line-height: 28px;
    }

    .promotional-services-section h5 {
        font-size: 25px;
        min-height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .promotional-service-info-box .panel-layout .panel-grid-cell .so-panel:last-child {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        text-align: center;
        min-height: 210px;
        font-size: 16px;
        padding: 16px 10px 16px 10px;
    }

    #page-container .learn-more a{
        bottom: 20px;
        font-size: 16px;
    }

    .support-agents-section .panel-layout .panel-grid-cell:last-child .so-panel h6 {
        font-size: 20px;
    }

    #page-container .support-agents-section .panel-layout .panel-grid-cell:last-child .so-panel {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .right-triangle-large:after {
        width: 50px;
    }

    .column-gap {
        padding-left: 20px;
        padding-right: 5px;
    }

    .icons-section img {
        margin: 0 20px 0 20px;
    }

    .left-triangle:after {
        width: 80px;
        height: 250px;
    }

    .left-triangle-large:after {
        width: 90px;
        height: 284px;
    }

    .testimonial-section .sow-image-container img{
        min-width: 100%;
    }

    .testimonial-section .panel-layout .panel-grid {
        align-items: flex-end !important;
    }

    .testimonial-section .sow-image-container img{
        bottom: -50px;
    }

    .who-we-serve-section h2{
        padding-left: 25px;
    }

    .products-section h6{
        margin-bottom: 10px;
    }
	body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		padding: 0px 3px 0px 3px;
	}
	
	.title-area a {
		width: 240px;
    	background-size: contain;
		position:relative;
		z-index:999;
	}
	
	.products-section h6 {
		font-size: 17px;
	}
	#page-container .product-box-nested-column a{
		font-size:16px;
	}
	.testimonial-section p.h3-heading br {
		display:none;
	}
	
	.searchandfilter select.sf-input-select {
    	height: 58px;
	}
	
	.white-line-bg:after {
		z-index: -1;
	}
	#page-container .testimonial-item a.button {
		max-width: 265px;
	}
	
}

@media only screen and (max-width: 1024px) {
	
	#page-container .site-header .button {
        min-width: 95px;
        padding: 22px 20px;
        font-size: 14px;
	}
	.site-header .widget_maxmegamenu {
    	margin-right: 280px;
	}
	.site-header .widget-area .widget_search {
		right: 155px;
    	width: 115px;
	}
	body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
        padding: 50px 30px 70px 30px;
    }
	.widget_maxmegamenu p.mega-heading {
    	font-size: 24px;
	}
	.hero-section h1 {
        font-size: 44px;
    }
	#page-container .tabs-style-vertical .sow-tabs-panel-container {
		padding-left: 50px;
	}
	#page-container .x-large-container {
		padding: 30px 50px;
	}
	.three-boxes-section .column-gap {
		padding-left: 20px;
    	padding-right: 20px;
	}
	.three-boxes-section .panel-grid-cell:nth-child(2) a {
		top:0;
	} 
	.hero-section {
		min-height: 370px;
    	padding: 50px 0;
	}
	.author-avatar {
		margin-bottom:0;
	}
	.white-box br {
		display:none;
	}
	.testimonial-item {
		min-height:440px;
	}
	body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        font-size: 13px;
    }
	.top-hero .panel-grid-cell-mobile-last .panel-cell-style, 
	.top-hero .panel-grid-cell-mobile-last .textwidget {
    	background: none;
	}
}

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

	.site-header {
		position: relative;
	}

	.content,
	.sidebar,
	.site-header .widget-area {
		float: none;
		width: 100%;
	}

	.genesis-nav-menu a {
		padding: 5px 0;
	}

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

	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
		border: 0;
		padding: 5px 0;
		width: 100%;
	}

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

	.nav-header,
	.nav-primary {
		width: 100%;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		visibility: visible;
	}

	.genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		left: -9999px;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		z-index: 99;
	}

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

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 100%;
	}
	
	.alignleft,
	.alignright {
		max-width: 300px;
	}

	.site-inner {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.site-header + * {
    	margin-top: 0;
	}
	.site-header .widget-area .widget_search {
        right: 60px;
        width: 163px;
    }
	.site-header .search-form {
		margin-top:18px;
	}
	body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link { 
		font-size:18px;
	}
	body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
        padding: 20px;
    }
	body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item-21 > ul.mega-sub-menu, 
	body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item-22 > ul.mega-sub-menu {
		padding:20px;
		width:100% !important;
	}
	body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    	padding: 0;
	}
	body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
		background:none;
	}
	body.sticky #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    	margin-top: 0px !important;
	}
	.widget_maxmegamenu p.mega-sub-heading {
		margin-top:30px;
	}
	.site-header .widget-area [type=search] {
		padding: 12px 20px 12px 45px;
	}
	.sidebar {
		clear: both;
		padding-top: 60px;
	}

	.button + .button {
		margin-left: 0;
	}
	
	.content-align-right {
		text-align: inherit;
	}

	#page-container .gform_fields {
		grid-column-gap: 2%;
	}
	.title-area {
		padding: 20px 0 18px;
		position: relative;
        top: 45px;
	}
	.site-header .widget-area a {
		margin-right:0px;
	}
	.site-header .widget_maxmegamenu {
        margin-right: 0;
        margin-top: 0;
    }
	.mega-sub-menu .widget_sow-image {
		margin-top:20px;
        margin-bottom: -20px !important;
    }
	body #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated {
        background: var(--yellow);
        padding: 15px 10px;
	}
	body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
		background:transparent !important;
	}
	body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
		margin-top:10px !important;
	}
	.top-hero .panel-grid-cell-mobile-last {
		margin-left:0;
	}
	#page-container .site-header .button {
		margin-top:-20px;
	}
	.search-btn-area {
		position:relative;
	}
	.hero-section,
	.home .hero-section {
		min-height: auto;
	}
	.site-footer {
		text-align:center;
	}
	.site-footer .so-widget-sow-image {
    	margin-bottom: 35px;
	}
	.site-footer #menu-top-mega-menu {
    	text-align: center;
    	margin-bottom: 30px;
	}
	.footer-bottom-links p {
		text-align:center !important;
	}
	.site-footer .top-gap-small {
    	padding-top: 0px;
	}
	.site-footer .social-icons {
    	margin-top: 25px;
    	text-align: center;
	}
	.site-footer .so-widget-sow-image img {
		display: table;
    	margin: 0 auto;
	}
	.three-boxes-section .column-gap {
		min-height:auto;
	}
	.image-boxes .panel-grid-cell {
		width:320px !important;
		margin:0 auto 20px !important;
	}
	.break-line-none br {
		display:none;
	}
	.text-box h2 {
    	margin-bottom: 20px;
	}
	#page-container .tabs-style-vertical .sow-tabs-panel-container {
		border-left:0;
	}
	#page-container .tabs-style-vertical .sow-tabs-panel-container {
        padding-left: 0px;
    }
	#page-container .so-widget-sow-tabs .sow-tabs-tab-container,
	#page-container .so-widget-sow-tabs .sow-tabs-panel-content {
		display: none !important;
	}
	#page-container .so-widget-sow-tabs .mobile-tab-title,
	#page-container .so-widget-sow-tabs .mobile-tab-title.show + div,
	#page-container .so-widget-sow-tabs .sow-tabs-panel {
		display: block !important;
	}
	#page-container .tabs-style-vertical .mobile-tab-title .tab-title {
		color:var(--white) !important;
	}
	#page-container .so-widget-sow-tabs .mobile-tab-title.show {
		width: 100%;
	}
	#page-container .tabs-style-vertical .sow-tabs-panel .mobile-tab-title {
		background-color:var(--dark-gray) !important;
		padding:15px;
	}
	#page-container .tabs-style-vertical .sow-tabs-panel {
		padding: 5px 20px;
		margin-bottom: 5px;
	}
	#page-container .tabs-style-vertical .sow-tabs-panel-content {
		padding: 25px 0 20px;
	}
	#page-container .tabs-style-vertical .sow-tabs-tab-selected .tab-title:after, 
	#page-container .tabs-style-vertical .mobile-tab-title.show .tab-title:after {
		display: none;
	}
	#page-container .tabs-style-vertical .sow-tabs-panel img {
    	margin-bottom: 0px;
	}
	#page-container .tabs-style-vertical .sow-tabs-title {
		background-position: 0px 5px
	}
	body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
	    overflow-y: unset;
        height: auto;
	}
	
	.rating-img img.alignright {
        margin: 30px auto 0;
        float: none;
        display: block;
    }

    .single-post h2 {
        font-size: 50px;
    }

    .image-behind-box.right:after {
        right: auto;
        left: -20px;
    }
	
	.hero-section, 
    .home .hero-section{
        background-color: var(--black);
    }

    .hero-section{
        padding: 30px 0 0;
    }

    #page-container .hero-section .button {
        margin-top: 10px;
    }
	
	.hero-version-two{
		background-color:var(--black);
	}
	
	.hero-version-two h1 br{
		display:none;
	}
	
	#page-container .hero-version-two .hero-heading-top{
		display:block;
	}

    .hero-section > .panel-grid-cell,
	.hero-version-two > .panel-grid-cell{
        flex-direction: column-reverse;
        display: flex;
    }
	
	.hero-version-two > .panel-grid-cell{
		gap:35px;
	}

    .hero-section > img, 
    #page-container .hero-section .so-widget-image, 
    #page-container .hero-section .widget_custom_html,
	.hero-version-two .widget_siteorigin-panels-builder{
        position: relative;
        left: inherit;
        top: inherit;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        margin-top: 45px;
    }
	
	.hero-version-two .widget_siteorigin-panels-builder{
		padding: 0 100px;
	}

    .left-triangle:after {
        width: 60px;
        height: 185px;
    }

    .product-box {
        max-width: 595px !important;
        border-radius: 20px;
    }

    .icons-section img {
        margin: 0 15px 0 15px;
        max-width: 14%;
    }
	.testimonial-section p.h3-heading br {
		display:none;
	}
    .testimonial-section .sow-image-container img {
        bottom: 0;
        margin: 0 auto;
    }

    .who-we-serve-section h2 {
        padding-left: 30px;
    }

    .logo-row-one img {
        margin: 0px 5px 20px 5px;
        max-height: 35px;
        max-width: 20%;
        object-fit: contain;
    }

    .logo-row-one.last-row img {
        margin: 0px 5px 20px 5px;
        max-height: 50px;
        max-width: 25%;
    }

    .featured-wrapper .left-side-wrapper h3 {
        font-size: 40px;
    }

    .featured-wrapper .right-side-wrapper .featured-listing.right-side .arrow-button {
        margin-top: 0px;
    }

    .promotional-service-info-box .panel-layout .panel-grid-cell .so-panel:last-child{
        min-height: auto;
        padding: 25px 15px 35px 15px;
        font-size: 20px;
    }

    .promotional-services-section h5 {
        font-size: 25px;
        min-height: auto;
    }

    #page-container .learn-more a {
        font-size: 18px;
        position: relative;
        bottom: inherit;
    }

    #page-container .support-agents-section .panel-layout .panel-grid-cell:last-child .so-panel{
        padding-left: 65px;
        font-size: 20px;
    }

    .support-agents-section .panel-layout .panel-grid-cell:last-child .so-panel h6 {
        font-size: 20px;
    }

    .support-agents-section .panel-layout .panel-grid-cell:last-child .so-panel::after {
        left: 0;
    }

    #page-container .support-agents-section .panel-layout .panel-grid-cell:last-child .so-panel:first-child {
        margin-top: 50px;
    }

    .tns-controls {
        left: -35px;
        right: -35px;
    }

    .promotional-services-section h5{
        font-size: 25px;
    }

    .promotional-service-info-box{
        max-width: 350px;
        margin: 0 auto;
    }
	.suretrack-hero .row-gap {
		padding-left: 0px;
	}
	.brochure-boxes {
		text-align:center;
	}
	.brochure-boxes .sow-image-container {
		justify-content: center;
	}
	
    .hero-version-two .widget_siteorigin-panels-builder {
        width: 100%;
    }
	
	.searchandfilter ul {
		display: block !important;
	}
	
	.search-filter-results {
		display: block;
	}
	
	.testimonial-item {
		width: 100%;
		max-width: 350px;
        margin: 0 auto 20px;
		min-height: auto;
	}
	
	#page-container .testimonial-item a.button {
		position: relative;
		bottom: 0;
	}
	
	input.sf-input-text {
    	margin: 0 auto 12px;
	}
	
	.searchandfilter label {
		display: block !important;
	}
	
	#page-container form li {
		margin: 0;
	}
	
	.searchandfilter select.sf-input-select {
    	margin: 0 auto 10px !important;
	}
	
	.fancybox-wrap {
    	width: 90% !important;
	}
	
	.fancybox-inner {
    	width: 100% !important;
	}
	
	.footer-container .sow-image-container {
    	justify-content: center !important;
	}
	.posts-lists .posts-box-img {
    	float: none;
    	margin-right: 0;
	}
	.marketing-boxes .so-widget-sow-image img {
		width:100%;
	}
	.posts-lists .posts-box-img img {
		margin-bottom: 25px;
	}
	body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
		height: auto;
    	overflow-y: unset;
	}
	#page-container .partner-panel-icons h3 {
		margin-top: 20px;
	}
	.top-hero.top-hero-narrow {
        min-height: auto;
		padding-top:0;
		padding-left:0;
    }
	.image-behind-box {
		width: 350px;
    	position: relative;
    	margin: 0 auto;
	}
	.image-behind-box:after {
		bottom: -25px;
    	left: -25px;
	}
	.break-none br {
		display:none;
	}
	
	.center-images-in-mobile img {
		margin: 0 auto;
		display: block;
		width: 100%;
	}
	#page-container  .gform_wrapper.gravity-theme #gform_21 .gform_footer.left_label {
		padding: 0;
	}
	.wiring-diagram-area h2 {
    	padding: 0 10px;
	}
	
	.social-sample img.image {
    margin: 0 auto;
    	display: block;
	}
	
	.promotional-service-info-box .so-panel.widget_sow-image {
    	margin: 30px 0 0 !important;
	}
	
	/*.promotional-service-info-box p:has(> &nbsp;),*/
	.promotional-service-info-box p:empty {
    	display: none;
	}
	.youtube-thumbnail-popup {
		box-shadow: none;
	}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
		margin-top:-51px;
	}
	#page-container .testimonial-item a.button {
		margin: 0 auto;
        display: block;
	}
	.document-table h4 {
		text-align:left !important;
	}
	.document-table .panel-row-style p {
		text-align:left !important;
	}
	#menu-left-hamburger {
        display: flex;
        flex-direction: column;
        gap: 4px;
        width: 25px;
        cursor: pointer;
        position: absolute;
        left: 0;
	}
	#menu-left-hamburger span {
  		display: block;
    	width: 30px;
    	height: 5px;
    	background-color: #333;
    	transition: 0.4s;
		font-size:0px !important;
		color: #fff !important;
	}
	#menu-left-links {
		position: absolute;
    	background: #000;
    	padding: 10px;
    	left: 0;
    	top: 30px;
		opacity:0;
		transition: opacity 0.3s ease-in-out;
	}
	
	#menu-left-links a {
		color:#fff;
		text-decoration:none !important;
		text-align:left;
		display:block;
		font-size:16px;
		margin-bottom: 8px;
	}
	#menu-left-hamburger br,
	#menu-left-links br {
		display:none;
	}
	#menu-left-hamburger.open span:nth-child(1) {
    	transform: rotate(-45deg);
    	position: relative;
		top: 8px;
	}
	#menu-left-hamburger.open span:last-child{
    	opacity: 0;
	}
	#menu-left-hamburger.open span:nth-child(3) {
    	transform: rotate(45deg);
    	position: relative;
    	top: -1px;
	}
	.header-top-links a.login {
		position:relative;
		z-index:9;
	}
	#page-container .site-header .button {
		position:relative;
		z-index:99;
	}
	.list-login {
		z-index:999;
	}
}

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

	.alignleft,
	.alignright {
		float: none;
		max-width: 100%;
		margin: 0 auto 24px;
		display: block;
	}

	.entry-content .entry-image {
		float: left;
		margin-right: 20px;
	}
	#page-container .wiring-diagram-area a.learn-link {
		top:0;
	}
	
	.hero-section.large-hero h1,
    .hero-section h1 {
        font-size: 40px;
    }

    .hero-section h6,
	.hero-section p.hero-heading-top {
        font-size: 20px;
    }

    .icons-section img {
        margin: 0 15px 0 15px;
        max-width: 14%;
    }

    .who-we-serve-slider .so-widget-sow-image img{
        width: 100%;
    }

    .tns-controls {
        left: -32px;
        right: -32px;
    }

    .logo-row-one img,
    .logo-row-one.last-row img {
        max-height: inherit;
        object-fit: inherit;
        display: block;
        margin: 0 auto 26px;
    }

    .featured-wrapper {
        display: block;
    }

    .featured-wrapper .left-side-wrapper, 
    .featured-wrapper .right-side-wrapper {
        width: 100%;
    }

    .featured-wrapper .left-side-wrapper .featured-listing-image{
        text-align: center;
    }

    .featured-wrapper .left-side-wrapper{
        margin-bottom: 40px;
    }

    .column-gap {
        padding:0px 30px;
    }

    .featured-wrapper .left-side-wrapper{
        padding: 30px 20px 35px 20px;
    }

    .featured-wrapper .right-side-wrapper .featured-listing.right-side h5{
        font-size: 25px;
    }

    .gform_wrapper.gravity-theme #field_submit, 
    .gform_wrapper.gravity-theme .gform_footer{
        justify-content: center;
    }

    .left-triangle-large:after {
        width: 60px;
        height: 190px;
    }
    .support-agents-section .panel-layout .panel-grid-cell:last-child .so-panel::after{
        width: 100%;
    }
	h2.privacy-heading {
		font-size:50px;
	}
	.total-shop-solutions .medium-container img.aligncenter {
	    width: 100%;
	}
	
	.hero-version-two .widget_siteorigin-panels-builder {
        padding: 0 50px;
    }
	.archive .entry-image-link img.alignleft {
		margin-bottom:20px;
	}
	.archive .entry p {
		clear:both;
	}
	.top-hero,
	.top-hero.top-hero-narrow {
        min-height: auto;
	}
	.list-login {
		right:110px;
		margin-top: 25px;
	}
	.who-we-serve-section h2 {
        padding-left: 0;
        margin-top: 30px;
    }
	.youtube-popup-content .close-popup {
		right:40px;
	}
	#page-container .training-form .gform_footer {
		padding:0;
	}
	.youtube-popup-content iframe {
		height:350px !important;
	}
	.posts-lists {
		display:block;
	}
}

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

	.entry-content .entry-image {
		float: none;
		margin: 0 auto 20px;
	}

	.entry-image-link img {
		float: none;
		width: 100%;
		max-width: 100%;
	}
	.site-footer #menu-top-mega-menu li  {
		margin-right:15px;
	}
	.title-area a {
        width: 150px;
	}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
		margin-top:-68px;
		margin-right:0 !important;
	}
	.header-top-links a.login {
	   padding-right: 140px;
		font-size:15px;
	}
	.header-top-links .list-login li a {
		display:block;
	}
	.site-header .widget-area {
		padding-top:20px;
		padding-bottom:5px;
	}
	.site-header .search-form {
		margin-top:0;
	}
	.site-header .widget-area .widget_search {
		width:115px;
		right: 50px;
		top:45px;
	}
	.site-header .widget-area [type=search] {
        padding: 12px 20px;
    }
	.hero-section h1 {
        font-size: 34px;
    }
	#page-container .site-header .button {
        min-width: 85px;
        padding: 12px 8px;
        font-size: 13px;
    }
	#page-container .white-box {
        padding: 20px;
		margin-top:30px;
    }
	#page-container .tabs-style-vertical .mobile-tab-title .tab-title {
		font-size:18px;
	}
	#page-container .x-large-container {
        padding: 30px 20px;
    }
	
	#page-container .keep-in-touch .gfield input[trpe="email"] {
		border-right: 1px solid;
	}
	#page-container .product-box-nested-column a {
		letter-spacing: 0;
    	font-size: 13px;
	}
	.products-section h6 {
        font-size: 20px;
        padding: 0 2px;
    }
	.products-section.info-box h3,
	.products-section.info-box h4 {
        min-height: 80px;
    }

    .cta-map h2::before {
        left: -35px;
        width: 30px;
        height: 30px;
        background-size: contain;
        top: 2px;
    }

    .single-post h2 {
        font-size: 50px;
    }
	.hero-section p.hero-sub-heading em {
		font-size: 24px;
    	line-height: 1.3;
    	display: block;
	}
    #page-container .keep-in-touch input[type="submit"] {
        max-width: 100%;
    }
	
	h1,
	.single-shopconnection p.entry-title,
	.single-press p.entry-title {
        font-size: 50px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 30px;
    }

    .testimonial-section h4 {
        font-size: 30px;
    }

    h4 {
        font-size: 27px;
    }
	.product-box-nested-column h4 {
        font-size: 20px;
    }
    h5,
	.hero-section p.hero-gradient-heading {
        font-size: 25px;
    }

    .testimonial-section p {
        font-size: 18px;
    }
	.page-id-13183 .wiring-diagram-area {
		margin-top:-10px;
	}
    .cta-map .cont {
        padding: 50px 30px 50px 50px;
    }

    .cta-map h4 {
        font-size: 28px;
    }

    .cta-map h6 {
        font-size: 14px;
    }

    .cta-map .right-sec input[type="text"] {
        width: 100%;
    }

    .cta-map .right-sec input[type="submit"] {
        width: 100% !important;
        margin: 10px 0 0;
    }

    .hero-section .widget_siteorigin-panels-builder .panel-grid.panel-no-style, 
    .hero-section .panel-row-style:not([data-stretch-type]){
        padding: 0 25px 0 50px;
    }

    .hero-section.row-gap{
        margin-bottom: 0;
    }

    .products-section h6 {
        font-size: 20px;
        padding: 0 2px;
    }

    .about-us-section .so-panels-full-wrapper, 
    .about-us-section .panel-row-style:not([data-stretch-type]), 
    .about-us-section .panel-grid.panel-no-style {
        padding: 0 0px 0 15px;
    }

    .icons-section img {
        max-width: inherit;
        display: block;
        margin: 0 auto 20px;
    }

    .who-we-serve-slider .tns-controls{
        display: none;
    }

    #page-container .support-agents-section .panel-layout .panel-grid-cell:last-child .so-panel {
        padding-left: 50px;
    }

	.list-login {
		right:0;
		margin-top:25px;
	}
	.login .arrow {
		font-size: 11px;
    	margin-left: 0;
	}
	
	.testimonial-info {
    	padding: 0px 10px;
	}
	#page-container .tabs-style-vertical .sow-tabs-panel-content h3 {
		font-size:24px;
	}
	#page-container .product-box-nested-column h5 {
		font-size:20px;
	}
	.products-section h2 {
		font-size:30px;
	}
	table, thead, tbody, th, td, tr {
    	display: block;
  	}
  
  	th {
    	text-align: left;
    	background-color: #f2f2f2;
  	}

  	td {
    	text-align: left;
    	position: relative;
  	}

  	td:before {
    	content: attr(data-label);
    	position: absolute;
    	left: 10px;
    	top: 50%;
    	transform: translateY(-50%);
    	font-weight: bold;
  	}
  	/* Adjust the layout of the table when the screen size is very small */
  	td {
    	padding-left: 10px;
  	}
  	td:before {
    	font-size: 0.9em;
  	}
	.youtube-popup-content .close-popup {
		right:10px;
	}
	.play-all-btn p {
    	text-align: center !important;
	}
	h2 br {
    	display: none;
	}
	.gform_wrapper.gravity-theme .left_label .gfield_html_formatted, .gform_wrapper.gravity-theme .right_label .gfield_html_formatted {
    	margin-left: 0 !important;
	}
	.auto-repair .ul-gap-remove ul {
    	padding: 0;
	}
	.single-shopconnection h1, .single-press h1 {
		font-size:24px;
	}
}
