/*
Theme Name: Pilon Child
Template: Pilon
*/

/* Variables */
:root {
  --color-orange: #F2532B;
  --color-black: #000;
  --color-black-light: #151515;
  --color-white: #fff;
  --color-success: #46b450;
  --color-light-gray: #eeeeee;
}


/* 1. Reset CSS */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}
mark {
    background: transparent;
    color: var(--color-black);
    text-decoration: underline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

/*header .logo-infos{
	overflow: hidden;
}*/
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}
hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code, kbd, pre, samp {
    background: var(--color-white) none repeat scroll 0 0;
    color: var(--color-black-light);
    font-family: monospace;
    font-size: 12px;
}

optgroup,
select{
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

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

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

input[type="search"] {
	-webkit-appearance: textfield;
}

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
    width: 100%;
}
table, th, td {
   border: 1px solid #e6e6e6;
}
td, th {
    padding: 10px 6px !important;
    text-align: center;
}
.blog-posts .single-post .post-details .post-excerpt blockquote p{
	color: var(--color-black);
}
.post-password-form input[type="submit"] {
    background: rgb(236, 29, 35) none repeat scroll 0 0;
    border: 0 none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Poppins';

}
body,
p{
	font-family: 'Poppins';
  margin-bottom: 1.5rem;
}
.blog-posts .single-post .post-excerpt.row > h1,
.blog-posts .single-post .post-excerpt.row > h2,
.blog-posts .single-post .post-excerpt.row > h3,
.blog-posts .single-post .post-excerpt.row > h4,
.blog-posts .single-post .post-excerpt.row > h5,
.blog-posts .single-post .post-excerpt.row > h6{
	color: var(--color-black-light);
}
.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6{
	color: var(--color-black-light);
}
.post-excerpt.row > h1,
.post-excerpt.row > h2,
.post-excerpt.row > h3,
.post-excerpt.row > h4,
.post-excerpt.row > h5,
.post-excerpt.row > h6{
	color: var(--color-black-light);
}

.page-links,
.post-excerpt.row > th,
.post-excerpt.row > address,
.post-excerpt.row > dl,
.post-excerpt.row > ol,
.post-excerpt.row > ul {
    color: #9aa7af;
}
dd {
    padding-left: 20px;
    margin-bottom: 5px;
}
/* 2. General styling */
section {
	position: relative;
}
section.cover {
	background-size: cover;
}
img {
    max-width: 100%;
}
.mt-full-screen {
	width: 100%;
	height: 100%;
}
.mt-half-page {
	width: 100%;
	height: 50%;
}
.mt-uppercase {
	text-transform: uppercase;
}
.mt-blue {
	background: #00adf1;
}

p.subtitle {
	font-size: 20px;
	font-weight: 600;
	color: rgba(255,255,255,0.7);
}

.top-margin {
	padding-top: 60px;
}
.mediu-margin {
	padding-top: 25px;
	padding-bottom: 25px;
}
/* 3. Buttons */
.button{
    display: -webkit-inline-box;
    background: #ffb716;
    color: var(--color-white);
    font-weight: 600;
    border-style: none;
    padding: 15px 45px;
    position: relative;
    z-index:1;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
}
.button:hover{
    background: var(--color-black-light);
    color: var(--color-white);
}
.button,
.button::after{
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
    transition: all 0.3s;
}
.button::before,
.button::after {
  background: var(--color-black-light);
  content: '';
  position: absolute;
  z-index: -1;
}
.button:hover {
  z-index: 1;
}
.button::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  color: var(--color-white);
}
.button:hover:after {
  width: 100%;
}
.video-background {
	height: 100%;
}
.more-link {
    display: -webkit-inline-box;
    color: var(--color-white);
    font-weight: 600;
    border-style: none;
    padding: 15px 45px;
    position: relative;
    z-index: 1;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    text-transform: uppercase;
}
.more-link:hover,
.more-link:focus {
    color: var(--color-white);
}

/* 4. Blocks */
.block-triangle {
	width: 80px;
	height: 80px;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	margin: 0 auto;
	position: relative;
	top: 25px;
	box-shadow: 0 0 0 6px var(--color-white), 0 0 0 7px #dadbdb;
	-webkit-box-shadow: 0 0 0 6px var(--color-white), 0 0 0 7px #dadbdb;
}
.block-title p {
	color: #2f383d;
	font-size: 16px;
	font-weight: 500;
}
.block-content p {
	font-size: 15px;
	color: #9aa7af;
	font-weight: 300;
}
.block-icon i {
	color: var(--color-white);
	font-size: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%) rotate(0deg);
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg);
}

/* Left Block */
.left-block-container {
	margin-bottom: 20px;
}
.left-block-container .block-title p {
	text-transform: uppercase;
}
.left-block-container .block-title {
	padding-top: 20px;
}
.left-block-container {
	border-bottom: 1px solid #b1b6bb;
}
.left-block-container:last-child {
	border-bottom: 0 none;
}

/* Filters */
.filters {
	list-style: none;
	text-align: center;
	width: 100%;
}
.filters .filter {
	display: inline-block;
}
/* Testimonial */
.testimonials-container ul {
	list-style: none;
	padding: 0;
}
.testimonials-container blockquote {
	border: 0 none;
	text-align: center;
	padding: 40px 0 60px 0;
	font-size: 26px;
	color: rgba(255,255,255,0.5);
	position: relative;
}
.testimonials-container blockquote * {
	font-size: 26px;
}
/* Members */

/* 5. Statistics */
.timeline .post-cotnent-left {
	padding-right: 60px;
}
.timeline .post-cotnent-right {
	padding-left: 60px;
}
.timeline{
	position: relative;
}
.timeline article {
	padding-bottom: 40px;
	position: relative;
}
.timeline:before {
	content: "";
	display: block;
	width: 4px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 2px;
	background: #00adf1;
}
.timeline article:before {
	content: "";
	display: block;
	position: absolute;
	width: 15px;
	height: 90px;
	background: url("images/timeline-dot.jpg");
	left: 50%;
	top: 50%;
	margin-left: -4px;
	margin-top: -45px;
}



body.single-post {
	border: 0 none;
}
/* Section: Contact */
#contact_form .contact_input_holder {
    margin-bottom: 15px;
}
.contact_input_holder {
    margin-bottom: 20px;
}
.contact_input_holder i {
    font-size: 20px;
    left: 15px;
    opacity: 0.5;
    top: 9px;
}
#contact_form input[type="text"]::-webkit-input-placeholder,
#contact_form input[type="text"]:-moz-placeholder,
#contact_form input[type="text"]::-moz-placeholder,
#contact_form input[type="text"]:-ms-input-placeholder,
#contact_form textarea::-webkit-input-placeholder,
#contact_form textarea:-moz-placeholder,
#contact_form textarea::-moz-placeholder,
#contact_form textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.1);
}
#contact_form {
    background-color: rgb(242, 245, 248);
    overflow: hidden;
    padding: 21px 7px;
}
#contact_form .form-control {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.col-md-12.zidex-quote-black-top {
    padding: 15px 30px 5px;
}
/* Ketchup validator */
.ketchup-error {
    display: none !important;
}

/* 6. Boostrap styling */
.btn-default:after {
	background: #2c3e50;
	height: 100%;
	left: 0;
	top: 0;
	width: 0;
	content: "";
	position: absolute;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	z-index: -1;
}
.btn-default:hover:after {
	width: 100%;
}

.btn-primary:hover {
	background: rgba(52, 73, 94,1.0);
}

.navbar {
	margin-bottom: 0;
  border: 0 none;
  border-radius: 0;
}
.vc_container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* WordPress */
.alignright{
	text-align: right;
}
.no-author-pic .author-name {
    margin: 0;
    padding-top: 5px;
}
.alignleft{
	text-align: left;
	float: left;
}
.aligncenter {
	text-align: center;
}
.wp-caption.alignleft{
	margin: 10px 20px 10px 0;
}
.clearfix {
	clear: both;
}
.form-control {
    background-color: var(--color-white);
    background-image: none;
    border: 2px solid rgba(204, 204, 204, 0.5);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 15px;
    height: 42px;
    line-height: 1.42857;
    padding: 6px 40px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

/* buttons */
.wpb_button {
	border: 1px solid var(--color-white);
	position: relative;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	padding: 10px 20px;
	margin: 10px;
	background-color: transparent;
	color: var(--color-white);
	text-shadow: none;
}
.wpb_button:hover {
	text-decoration: none;
	color: var(--color-white);
	background: transparent;
}
.wpb_button:after {
	height: 100%;
	left: 0;
	top: 0;
	width: 0;
	content: "";
	position: absolute;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	z-index: -1;
}
.wpb_button:hover:after {
	width: 100%;
}
body .vc_btn,
body a.vc_btn,
body button.vc_btn {
	color: var(--color-white);
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	padding: 10px 20px;
	margin: 10px;
	border-radius: 0;
}
/* Remove margin bottom from rows in section with high padding */
.vc_container .vc_row:nth-last-of-type(2) {
	margin-bottom: 0;
}
/* Top bar on One Page */
.mt-top-bar > div {
	padding: 20px 0;
}
.mt-top-bar h1.logo {
    margin: 0;
}

.list-view .post-thumbnail {
	margin-left: 0;
	padding-left: 0;
}
.clear_both_class:nth-child(3n+1) .grid-three-columns {
    clear: both !important;
}
.clear_both_class:nth-child(2n+1) .grid-two-columns {
    clear: both !important;
}
.full-width-part {
	width: 100%;
}


/* 7. Product Page */
.heading-holder h2,
.heading-holder{
	font-size: 18px;
	color: #2f383d;
}
.heading-holder h2,
.heading-holder i {
	display: block;
}
.heading-holder i {
	float: right;
	padding: 5px;
	color: #e1e1e1;
	border: 1px solid #e1e1e1;
	margin-top: 10px;
	cursor: pointer;
}
.heading-holder h2 {
	float: left;
}
.form-holder-addon {
	width: 48%;
	float:left;
}
.wpb_tabs .wpb_tabs_nav {
	background: #f5f6f7;
	position: relative;
	border-bottom: 1px solid #dfe5e9;
}
.wpb_tabs .wpb_tabs_nav:before{
	position: absolute;
	content: "";
	display: block;
	height: 5px;
	width: 100%;
	left: 0;
	top: 0;
	background: #e9edef;
}
.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
	padding: 10px 20px;
}
.wpb_tabs .wpb_tabs_nav li{
	border-top: 5px solid transparent;
}
.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	background: var(--color-white);
}
.wpb_tabs{
	border-top: 0 none;
	border-bottom: 1px solid #dfe5e9;
	border-left: 1px solid #dfe5e9;
	border-right: 1px solid #dfe5e9;
}
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	background: var(--color-white);
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active {
	background: var(--color-white);
	position: relative;
}
.wpb_content_element .wpb_tabs_nav li {
	background: transparent;
}
.wpb_tabs .wpb_tabs_nav li a {
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
}
.wpb_content_element .wpb_tabs_nav li:first-child a {
	border-left: 0 none;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
	position: relative;
	border-color: #dfe5e9;
}
.wpb_tabs .wpb_tabs_nav li.ui-tabs-active a:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: var(--color-white);
	opacity: 1;
}
.wpb_content_element .wpb_tabs_nav {
	background: #f5f6f7;
	position: relative;
	border-right: 1px solid #dfe5e9;
}
.wpb_tour {
	border-right: 1px solid #dfe5e9;
	border-top: 1px solid #dfe5e9;
	border-bottom: 1px solid #dfe5e9;
}
.wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
	padding: 15px 20px;
}
.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
	padding-top: 10px;
	padding-left: 10px;
}
.wpb_tour_next_prev_nav {
	padding-right: 10px;
	padding-left: 10px;
}
.wpb_tour .wpb_tabs_nav:before {
	position: absolute;
	content: "";
	display: block;
	height: 100%;
	width: 5px;
	left: 0;
	top: 0;
	background: #e9edef;
}
.wpb_tour .wpb_tabs_nav li {
	border-left: 5px solid transparent;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav li a {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.wpb_tour .wpb_tabs_nav li:first-child a {
	border-top: 0 none;
}
.wpb_tour .wpb_tabs_nav li:last-child a {
	border-bottom: 0 none;
}
.wpb_tour .wpb_tabs_nav li.ui-tabs-active a {
	border-color: #dfe5e9;
	position: relative;
}
.wpb_tour .wpb_tabs_nav li.ui-tabs-active a:after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	right: -1px;
	top: 0;
	background: var(--color-white);
	opacity: 1;
}
.widget-title{
	margin-bottom: 15px;
}
.no-margin-head .section-title {
    margin-top: 0;
}
.widget-title,
h3#reply-title,
h2.heading-bottom {
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 20px;
    position: relative;
    font-weight: bold;
    color: var(--color-black-light);
}
.post_thumbnails_slider{
    overflow: hidden;
}
h2.heading-bottom.text-left:after {
	right: auto;
	left: 0;
}
h2.heading-bottom.text-right:after {
	left: auto;
	right: 0;
}
.blog-posts.portfolio-posts.portfolio-shortcode {
	margin: 10px 0 2px;
}

.smartowl_call-to-action h2 {
	font-size: 20px;
	color: var(--color-white);
}
.smartowl_call-to-action p {
	font-size: 12px;
	color: rgba( 255,255,255,0.8 );
	font-weight: normal;
	margin: 0;
}
.smartowl_call-to-action .vc_col-md-4 {
	padding-right: 0;
	text-align: center;
}
.smartowl_call-to-action .vc_col-md-8 {
	padding-left: 0;
}
.smartowl_call-to-action {
	padding: 40px 0;
}
.vc_row {
	background-size: cover;
}
.smartowl_call-to-action .wpb_button {
	margin-top: 20px;
}
.smartowl_shortcode_blog {
  padding: 0;
  overflow: hidden;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
	background: var(--color-white);
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active {
	border-bottom: 1px solid #d5dadd;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active a {
	color: var(--color-white);
}
.wpb_accordion_section {
	margin-bottom: 10px;
	border: 1px solid #d5dadd;
}
.vc_carousel-inner img,
.vc_carousel-inner .vc_inner > a {
  min-width: 100% !important;
}
.vc_images_carousel .vc_carousel-control .icon-next {
	color: var(--color-white);
}
.masonry_banner a {
    display: block;
}
.masonry_banner a:before,
.masonry_banner a:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.masonry_banner a:before {
  border-top: 1px solid var(--color-white);
  border-bottom: 1px solid var(--color-white);
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}
.masonry_banner a:after {
  border-right: 1px solid var(--color-white);
  border-left: 1px solid var(--color-white);
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}
.masonry_banner:hover a:before,
.masonry_banner:hover a:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.masonry_holder {
    margin: 30px 40px;
    position: absolute;
    top: 0;
    width: 80%;
}
.masonry_holder .category_name {
    color: rgb(255, 255, 255);
    font-size: 45px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}
.masonry_banner .read-more {
    border: 1px solid;
    color: rgb(255, 255, 255);
    display: block;
    float: left;
    margin-top: 7px;
    padding: 4px 6px;
}
.button-winona {
	border-radius: 4px;
	vertical-align: middle;
	position: relative;
	display: inline-block;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

/* Winona */
.button-winona:hover span {
	color: var(--color-white) !important;
}
.button-winona , .modeltheme_button {
	overflow: hidden;
/* 	padding: 0;
	-webkit-transition: border-color 0.3s, background-color 0.3s;
	transition: border-color 0.3s, background-color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); */
	text-decoration: none;
    outline: none;
    transition: all 250ms ease-in-out !important;
    -webkit-transition: all 250ms ease-in-out !important;
}
.button-winona > span {
	display: block;
}
/* .button-winona::after,
.button-winona > span {
	-webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
	transition: transform 0.8s, opacity 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
} */
.button-winona.button--inverted:hover {
	border-color: #21333C;
	background-color: #21333C;
}
/* .button-winona:hover::after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button-winona:hover > span {
	opacity: 0;
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
} */
.menu-multipage-01-container {
    float: left;
}

.wpb_row {
	margin-bottom: 60px;
}

.vc_empty_space {
	height: 5rem !important;
}

.wpb_row#submit-ico {
    margin-bottom: 0px !important;
}
.shop_feature {
	margin-top: 40px;
	padding-bottom: 40px;
}

.wpb_column > .wpb_wrapper > .clients-container {
	margin: 20px 0;
}
.no-padding-bottom .container #main article .entry-content > .wpb_row.no-bottom-margin {
	margin-bottom: 0;
}
.top_section .wpb_wrapper h1 span {
    font-size: 80px;
}

/*SINGLE POST*/
.related-posts .post-author > a {
    display: inline;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
}
.related-posts .post-author > a:hover {
    color: #4f4f4f !important;
}
.related-posts .post-name a {
    color: black;
    line-height: 140%;
    margin-bottom: 6px;
    font-weight: bold;
}
.related-posts .post-author {
    color: #a7a7a7;
}
.single-post .love-it-wrapper {
    display: none;
}
.related_blog_details {
    background: white none repeat scroll 0 0;
    padding: 15px 20px;
}
.single .label-info.edit-t {
    background: black none repeat scroll 0 0;
    display: block;
    float: right;
    border-radius: 0;
    -webkit-border-radius: 0;
    padding: 6px;
}
.single .label-info.edit-t a {
    color: var(--color-white);
    font-weight: 300;
}
.page-links {
    background-color: rgb(245, 245, 245);
    color: rgba(37, 37, 37, 0.8);
    margin-top: 10px;
    padding: 15px !important;
}
.post-author > a {
    display: inline !important;
}
.comment-list .heading-bottom {
    margin-bottom: 0;
}
.single-post-tags > span {
    background: black none repeat scroll 0 0;
    color: white;
    padding: 5px 8px;
}
.portfolio-bottom-description .love-it-wrapper {
    display: none;
}
.portfolio-bottom-icons h4.single-post-love {
    display: inline-table;
    margin: 0;
}
.single-post .post-categories,
.single-post .post-date,
.single-post .single-post-tags {
	display: -webkit-inline-box;
	margin-bottom: 0;
}


/* 8. PAGE PRELOADER*/
.pilon_preloader_holder {
    background: #009dde none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10003;
}
.pilon_preloader_holder .loaders {
    left: 50%;
    position: absolute;
    top: 50%;
}

/*9. Project Details*/
.project-details-top{
    padding: 30px;
    background: #EAC319;
}
.project-details-top h3{
    margin: 0px;
    color: var(--color-white);
    font-weight: 700;
}
.project-details-content{
	background: #F7FAFD;
	padding: 30px;
	padding-bottom: 20px;
}
.project-details-content table,
.project-details-content th,
.project-details-content td{
    border: 0px solid #e6e6e6;
}
.project-details-content th,
.project-details-content td{
    border-bottom: 1px solid #e6e6e6;
    text-align: left;
}
.project-details-content td:last-child {
    text-align: right;
}
.project-details-content > table > tbody > tr > td:nth-child(1){
    font-weight: 600;
    color: #19497F;
}
.project-details-content > table > tbody > tr:nth-child(1) > td{
    padding-top: 0px !important;
}

.pilon_sidebar_menu{
	margin-bottom: 50px !important;
}
.pilon_sidebar_menu .widget_nav_menu li:before{
	display: none;
}
.pilon_sidebar_menu .widgettitle{
    font-size: 24px;
    font-weight: 700;
    background: #ffb716;
    padding: 30px;
    margin: 0px;
    color: var(--color-white);
}
.pilon_sidebar_menu .menu .menu-item{
    border-left: 3px solid #ffb716;
    background: #fbf3e3;
}
.pilon_sidebar_menu .menu .menu-item.current-menu-item{
    border-left: 3px solid var(--color-black-light);
}
.pilon_sidebar_menu .menu .menu-item:hover{
    border-left-color: var(--color-black-light);
}
.pilon_sidebar_menu .menu .menu-item:hover a{
    color: var(--color-black-light);
}
.pilon_sidebar_menu .menu .menu-item a{
    padding: 7px 15px;
    display: block;
}
.pilon_sidebar_menu .menu {
	list-style-type: none;
    padding-left: 0;
}

/* Custom CSS */

h3 {
	margin-top: 0;
}

figcaption {
	text-align: center;
	font-weight: bold;
	margin: 1rem 0 0;
}

.side-img {
    margin: 5px 0 0 30px;
    float: right;
}

.wpmm_brand_logo_wrap {
    display: none;
}

.wp-megamenu-sub-menu span.wpmm_item_description {
    display: none;
}

.wpmm-search-wrap {
    padding: 22px 0px;
}

.navbar-toggle {
	display: none;
}

.font-thin {
    font-weight: 300;
}

.no-margin {
    margin: 0 !important;
}

.no-margin .first {
    margin: 0 !important;
}

.btn-submit {
  border: none;
  background-color: var(--color-orange) !important;
  color: var(--color-white);
  padding: 5px 30px;
  width: auto;
}

.btn-submit:hover {
	background-color: #0A0A0A !important;
}

.margin-top-3rem {
    margin: 3rem 0 0;
}

.product-categories-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

.product-categories-wrapper .category-single-box {
	border: 1px solid #ddd;
  border-radius: 4px;
  text-align: center;
}

.product-categories-wrapper .category-single-box:hover {
	box-shadow: 0px 0px 1px 5px #f8602f;
	border-radius: 0;
}

/* Style the form */
#questionnaire-form {
  margin: 0 auto;
}

/* Style the input fields */
#questionnaire-form input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
#questionnaire-form input.invalid {
  background-color: #ffdddd;
}

#questionnaire-form input[type="radio"], #questionnaire-form input[type="checkbox"] {
    width: auto;
}

/* Hide all steps by default: */
#questionnaire-form .tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
#questionnaire-form .step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
#questionnaire-form .step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
#questionnaire-form .step.finish {
  background-color: #4CAF50;
}

#questionnaire-form .radio-label {
    margin: 0 0 0 5px;
}

#questionnaire-form #how-satisfied-are-you, #questionnaire-form #could-you-benefit, #questionnaire-form #submit-result, #questionnaire-form #satisfied-with-the-quality-of-received-system-improve-question, #questionnaire-form #satisfied-with-service-and-support-received-system-improve-question {
    display: none;
}

#questionnaire-form .question {
    margin: 0 0 20px 0;
}

#questionnaire-form .question p {
    font-weight: 600;
}

#questionnaire-form .selected-rating-button:focus {
    outline: none;
}

#questionnaire-form .selected-rating-button {
    background-color: var(--color-black);
    color: var(--color-white);
}

#questionnaire-form .rating-buttons {
    display: flex;
}

#questionnaire-form .rating-buttons button {
	width: -webkit-fill-available;
	padding: 1rem;
}

#questionnaire-form .rating-buttons button:not(:first-child):not(:last-child) {
	margin: 0 0.25rem;
}

#questionnaire-thank-you {
  margin: 0;
  background-color: var(--color-success);
  color: var(--color-white);
  padding: 1rem;
  display: none;
}

#questionnaire-thank-you h3 {
  margin: 0;
  padding: 1rem;
  line-height: 1.375;
}

#questionnaire-form .catalogue-link-wrapper {
    display: none;
    margin: 10px 0px 0px;
}

#questionnaire-form .catalogue-link-btn {
    text-transform: uppercase;
    border: none;
    background-color: #f8602f;
    color: var(--color-white);
    padding: 1rem 2rem;
    font-weight: bold;
    margin: 1rem 0;
    display: inline-block;
    text-align: center;
    min-width: 320px;
}

#questionnaire-form .question .catalogue-link-wrapper p {
    font-weight: 400;
}

#questionnaire-form fieldset {
	border: 0;
    margin: 0;
    padding: 0;
}

#consider-leaving-a-positive-review-link-wrapper {
  margin-top: 1rem;
  display: none;
}

#read-more:hover {
    cursor: pointer;
}

#terms-on-conditions-of-sale {
    display: none;
}

.reverse {
  unicode-bidi: bidi-override;
  direction: rtl;
}

footer, footer .textwidget a, footer p {
	color: var(--color-white);
}

.special-offer-box {
  padding: 15px 15px 15px;
  border-top: 1px solid #cccccc;
}

.special-offer-row {
  margin-bottom: 15px;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.special-offer-name {
	width: 25%;
  background-image: linear-gradient(to bottom, #969696 0%,#797979 50%,#666666 51%,#797979 100%);
  min-height: 40px;
  color: var(--color-white);
  padding: 5px;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
	font-size: 1.5rem;
}

.special-offer-name:hover, .special-offer-name:focus, .special-offer-description:hover, .special-offer-description:focus {
    color: #333333;
}

.special-offer-description {
  width: 75%;
  background-image: linear-gradient(to bottom, #f98567 0%,#f65b32 50%,#da4821 51%,#e8512a 100%);
  min-height: 40px;
  color: var(--color-white);
  padding: 5px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
	font-size: 2rem;
}

.special-offer-body {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.special-offer-img {
  width: 25%;
  margin-right: 15px;
}

.special-offer-content {
  width: 75%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}

.special-offer-content h3 {
	font-size: 2rem !important;
}

.special-offer-img img{
  width: 100%;
}

.special-offer-content p.special-offer-read-more{
  margin-top: 1rem;
  text-align: right;
}

.special-offer-content p.special-offer-read-more a{
  color: #f8602f;
  font-weight: 700;
}

.special-offer-content p.special-offer-read-more a.btn-read-more {
  border: 1px solid #f8602f;
}

.special-offer-content p.special-offer-read-more a.btn-read-more:hover {
  color: var(--color-black);
  border: 1px solid var(--color-black);
}

#animation_container {
  background-color: transparent;
  width: 350px;
  height: 90px;
  zoom: 0.6;
  -moz-transform: scale(0.6);
	cursor: pointer;
	margin: 0 0 0 -10px;
}

.post .blog-quote-btn-top {
	float: right;
}

.post .blog-quote-btn-bottom {
	margin: 1.5rem auto;
}

.quote-btn, .brand-color-btn, .cert-btn, .orange-btn {
  background-color: var(--color-orange);
	color: var(--color-white);
}

.gray-btn {
	background-color: var(--color-light-gray);
  color: var(--color-black-light);
	font-size: 1rem !important;
}

.quote-btn, .ngt-btn, .cert-btn{
	display: flex;
	justify-content: center;
  align-items: center;
	width: 210px;
	min-height: 44px;
	text-align: center;
	padding: 1.1rem 1.5rem;
	font-weight: 600;
	font-size: 1.5rem;
	text-transform: uppercase;
}

.quote-btn:hover, .ngt-btn:hover, .quote-btn:focus, .ngt-btn:focus, .cert-btn:hover, .cert-btn:focus {
	background-color: var(--color-black-light);
	color: var(--color-white);
}
.content-section-heading .button-winona.btn.btn-lg{
	background-color: var(--color-white) !important;;
	color: var(--color-orange) !important;
	width: 100%;
	padding: 15px !important;
}
.content-section-heading .button-winona.btn.btn-lg:hover, .content-section-heading .button-winona.btn.btn-lg:focus{
	background-color: var(--color-black-light) !important;;
	color: var(--color-white) !important;
}
.button-winona.btn.btn-lg{
	background-color: var(--color-orange);
	color: var(--color-white);
	width: 100%;
	padding: 15px !important;
}
.button-winona.btn.btn-lg:hover,.button-winona.btn.btn-lg:focus{
	background-color: var(--color-black-light) !important;;
	color: var(--color-white) !important;
}

.quote-btn, .ngt-btn {
  flex-direction: row;
}

.ngt-btn i, .quote-btn i {
  margin: 0 0.75rem 0 0;
  font-size: 2rem;
}

#dom_overlay_container {
  pointer-events:none;
  overflow:hidden;
  width: 350px;
  height: 90px;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
}

.main-img {
	float: right;
  margin: 0 0 1rem 3rem;
  max-width: 300px;
	overflow: hidden;
}

.main-img img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
}

.flexslider .slides > li {
	max-width: 300px;
	width: 100% !important;
}

.content-wrapper {
  text-align: justify;
}

.content-wrapper a:not(.ngt-btn) {
	color: var(--color-orange);
}

.content-wrapper a:not(.ngt-btn):hover {
	color: var(--color-black-light);
}

.actions-wrapper {
	overflow: hidden;
  display: flex;
  flex-direction: row;
  margin: 0 0 1.5rem 0;
}

.actions-wrapper > a:not(:last-child) {
  margin-right: 1.5rem;
}

.hidden-text {
	display: none;
}

.read-more, .read-less {
	margin: 0 0 1rem 0;
  display: block;
  font-weight: 400;
  color: var(--color-orange);
	cursor: pointer;
}

.read-more-article {
	color: var(--color-orange) !important;
  margin: 0.5rem 0 0;
  display: block;
  text-decoration: none !important;
}

.read-more-article:hover {
	color: var(--color-black) !important;
}

/*Category/Product Page*/
.child-categories{
  overflow: hidden;
  margin-top: 15px;
}

.child-categories h2 {
  color: var(--color-black);
  margin-top: 20px !important;
}

.child-categories .child-box {
  padding: 15px 0;
  border-top: 1px solid #cccccc;
  overflow: hidden;
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-gap: 1rem;
}

.child-categories .child-box .child-description {
	text-align: justify;
}

.child-categories h3 {
  font-size: 18px;
}

.child-categories .child-img {
  width: 100%;
}

.child-categories ul{
  float: left;
  padding: 0 0 0 15px;
  list-style-type: none;
}

.child-categories ul li a{
  font-weight: bold;
}

.child-categories ul li a:before {
  content: '\00BB';
  position: relative;
  left: -10px;
  color: var(--color-orange);
}
.child-categories ul li a:focus, .child-categories ul li a:hover{
  color: #f8602f;
}
.child-categories ul li {
  line-height: 1;
  margin-bottom: 10px;
}
.child-categories .child-link h3:focus, .child-nodes .child-link h3:hover{
  color: #808080;
}

.products-list-wrapper {
  overflow: hidden;
  margin-top: 1.5rem;
  float: left;
  width: 100%;
}

.products-list-wrapper .product-box {
  padding: 1.5rem 0;
  border-top: 1px solid #cccccc;
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-gap: 1rem;
}

.products-list-wrapper .product-box .product-link {
	overflow: hidden;
	display: block;
}

.products-list-wrapper .product-box .product-description {
	text-align: justify;
}

.product-box .product-info-wrapper {
	display: flex;
	flex-direction: column;
	margin: 0;
}

.products-list-wrapper h2 {
  color: var(--color-black);
  margin-top: 20px !important;
}

.products-list-wrapper h3 {
  font-size: 18px;
}

.products-list-wrapper .product-img {
  width: 100%;
}

.products-list-wrapper .product-read-more, .child-categories .category-read-more {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0;
	align-items: flex-end;
	flex: 1;
	justify-content: flex-end;
}

#faq-search {
  border: 1px solid #cccccc;
  padding: 0 1rem;
	margin: 0 0 1rem 0;
}

.mt-carousel-post .mt-post-image {
		display: none;
}

.mt-carousel-post .mt-content-post {
	width: 100%;
}

.mt_clients_slider .clients_image_holder_inside.post {
  padding: 30px;
}

img.testimonial-member-img {
  display: none;
}

.testimonial-company {
  color: #666666;
  display: block;
}

.child-faqs {
	width: 100%;
  display: inline-block;
}

.grecaptcha-badge {
  visibility: hidden;
}

.video-wrap-100 {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 2rem;
  height: 0;
  margin-bottom: 1.4rem;
  overflow: hidden;
}

.video-wrap-100 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.img-fullwidth {
  margin: 0 auto 15px auto;
  display: block;
	width: 100%;
	height: auto;
}

.section-title.absolute.section-title-opacity {
  -webkit-text-fill-color: var(--color-black);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-black);
}


.title-subtile-holder .light_subtitle {
  -webkit-text-fill-color: var(--color-white) !important;
  opacity: 0.1;
}

.testimonial02_text_content p {
  font-size: 12px;
  line-height: 1.5;
}

header #navbar .sub-menu {
  padding: 0;
}

header #navbar .sub-menu .menu-item > a {
  padding: 6px 23px;
  border-bottom: 1px solid #cccccc;
}

/* header #navbar .sub-menu .menu-item > a:not(:last-child) { */

/* } */

#mt_posts_carousel_big_centered.owl-theme .owl-controls .owl-buttons .owl-next, #mt_posts_carousel_big_centered.owl-theme .owl-controls .owl-buttons .owl-prev {
  background: var(--color-orange);
}

#mt_posts_carousel_big_centered .mt-post-title a:hover {
  color: var(--color-orange);
}

.mt-icon-list-item .mt-icon-list-text span {
  color: #666666;
}

#mt_posts_carousel_big_centered .owl-item {
  margin: 0 1rem;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 20px;
}

.grid-item {
  display: inline-grid;
  min-height: 200px;
  position: relative;
  opacity: 0.9;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.grid-item:hover {
  opacity: 1;
}

.grid-item:hover span {
  opacity: 0;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}

.grid-item span {
	color: var(--color-white);
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	bottom: 18%;
	right: 8%;
	text-align: right;
	max-width: 70%;
}

.grid-item span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.5);
}

.grid-item span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 50%;
  height: 3px;
  background: var(--color-orange);
}

header .navbar-header.header-custom {
  background: transparent;
}

body.navstyle-v2 #navbar .menu > .menu-item > a {
  padding: 37px 16px;
}

footer {
  padding: 2rem 0;
}

footer .footer-top {
  background-color: #111111 !important;
}

body .navbar-default #navbar .menu-item.current-menu-item.current_page_item > a {
	color: var(--color-orange);
}

body #navbar ul.sub-menu li a:hover {
  color: var(--color-orange);
}

.header-title-breadcrumb-overlay {
	background-image: url("/images/header-bg.jpg");
}

.blog .header-title-breadcrumb-overlay {
	background-image: url("/images/blog-bg.jpg") !important;
}

button, .page-numbers {
	background: var(--color-orange);
}

.categories-side-menu, .subproducts-side-menu{
  margin: 0 0 1.5rem 0;
  max-width: 100%;
  border: 1px solid #e5e5e5;
  padding: 0;
  overflow: hidden;
}

.categories-side-menu ul, .subproducts-side-menu ul{
  list-style-type: none;
  padding: 0;
  float: left;
  width: 100%;
  margin: 0;
}

.categories-side-menu > li > a {
	font-size: 1.5rem;
  font-weight: 400;
}

.subproducts-side-menu ul li {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 10px;
  margin: 0;
}

.subproducts-side-menu ul li a{
  padding: 0;
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
  color: var(--color-black);
}

.categories-side-menu div li a:focus, .categories-side-menu div li a:hover, .subproducts-side-menu ul li a:focus, .subproducts-side-menu ul li a:hover{
  color: var(--color-orange);
}

.categories-side-menu ul ul li a {
  font-size: 12px;
  text-transform: none;
  font-weight: normal;
}

.categories-side-menu ul ul li a:before{
  content: '\25B8';
  color: var(--color-orange);
  padding-right: 10px;
}

.categories-side-menu ul ul ul li a{
  font-size: 12px;
  text-transform: none;
  font-weight: normal;
  display: flex;
}

.categories-side-menu ul ul ul li a:before{
  content: '\25B8\25B8';
  color: var(--color-orange);
  padding-right: 10px;
  padding-left: 10px;
}

.categories-side-menu > li.active-category {
  background-color: var(--color-orange);
}

/* .categories-side-menu > li.active-category:hover {
	background-color: var(--color-black);
} */

.categories-side-menu > li:hover {
	background: var(--color-orange);
}

.categories-side-menu > li > a:hover {
	color: var(--color-white);
}

.active-category:hover > a {
	color: var(--color-white);
}

.categories-side-menu ul ul li.active-category > a {
  color: var(--color-orange);
}

.categories-side-menu li.active-category > ul > li {
	background: #eeeeee;
}

.categories-side-menu li.active-category > ul > li.active-category > ul > li {
	background: #dddddd;
}

.inquery {
  background-color: #f8602f;
  color: var(--color-white);
  border: 2px solid #f8602f;
  font-weight: bold;
  padding: 10px 30px !important;
  text-align: center;
  margin: 0 auto 20px auto;
  text-transform: uppercase;
}

.inquery:hover {
	color: var(--color-white);
	background: #111111;
	border: 2px solid #111111;
}

body header.header1 .header-search {
  padding: 14px 0;
}

body.navstyle-v2 #navbar .menu > .menu-item > a {
  padding: 25px 16px;
}

body header.header1 .navbar-header h1.logo {
  margin: 15px 0;
}

body .header1 #navbar {
	margin-top: 0;
}

body header #navbar ul > li {
	margin: 0;
}

.social {
  margin: 0 0 1rem;
  display: flex;
  justify-content: center;
}

.social a {
  font-size: 2.5rem;
}

.content-section-heading {
    background: linear-gradient(to bottom, #f98567 0%,#f65b32 50%,#da4821 51%,#e8512a 100%);
    margin: 0 0 30px 0;
}

.content-section-heading h2 {
  color: var(--color-white);
  letter-spacing: 0;
  font-size: 26px;
  font-weight: 400;
  padding: 4px 0;
  margin: 0.5rem 0;
}
#post-26396 .content-section-heading h2 {
	margin: 0;
}
.request-quote-button a {
  overflow: hidden;
  background: linear-gradient(to bottom, #f98567 0%,#f65b32 50%,#da4821 51%,#e8512a 100%);
  float: right;
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-size: 20px;
  width: 250px;
  line-height: 40px;
  margin: 30px 0;
	color: var(--color-white);
}

.request-quote-button a:hover {
	background: var(--color-black);
	color: var(--color-white);
}

.link-orange {
  color: #f8602f;
}

.link-orange:hover {
  color: var(--color-black);
}

.wpcf7-form h3 {
  margin: 2rem 0 1rem;
}

.wpcf7-form hr {
  border-top: 1px solid var(--color-black);
  width: 100%;
  margin: 0 0 1rem;
}

.site header.header1 .header-search {
	cursor: pointer;
}

.site header.header1 .header-search input#search {
	width: 72%;
}

.site header.header1 .header-search i {
	color: var(--color-white) !important;
  background: var(--color-orange);
  padding: 1rem;
}

.site header.header1 .header-search:hover i {
	color: var(--color-orange) !important;
  background: var(--color-white);
}

header.header1 #navbar {
	padding: 0;
	display: flex !important;
	justify-content: flex-end;
}

.search-top {
	padding: 0 0 0 1.5rem;
	border-left: 2px solid var(--color-orange);
}

.header-search .header-search-form button {
	margin: 0 1.5rem 0 0;
}

.menu.nav-effect.nav-menu {
	float: none !important;
	padding: 0 1.5rem 0 0;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="password"], .wpcf7 input[type="search"], .wpcf7 textarea, .wpcf7 select, .wpcf7 input[type="submit"] {
	font-size: 1.5rem;
  padding: 1rem;
  font-weight: 400;
  margin: 0.5rem 0;
  border: 1px solid #cccccc;
}

.wpcf7 .subscribe {
	margin: 0 0 1rem 0;
  display: block;
}

.wpcf7 input[type="submit"] {
	max-width: 200px;
	border: none;
	position: relative;
}

.site .wpcf7 input[type="submit"]:hover {
	background-color: var(--color-black);
}

.site .wpcf7 form.sent .wpcf7-response-output {
	margin: 1rem 0;
	background-color: var(--color-success);
	color: var(--color-white);
	font-weight: 600;
	padding: 1rem;
}

.breadcrumb-wrapper-outer {
	margin: 3rem auto 0;
}

.breadcrumb {
	border-radius: 0;
	padding: 0 1rem;
	margin: 0;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  width: 100%;
	background: var(--color-black-light);
}

.breadcrumb > li > a, .breadcrumb a, .breadcrumb > li, .breadcrumb > li.active {
	color: var(--color-white);
	position: relative;
}

.breadcrumb > li > a:hover {
	color: var(--color-orange);
}

.breadcrumb a {
  padding: 0 5rem 0 0;
}

.breadcrumb > li {
	margin: 0;
	padding: 0;
}

.breadcrumb a::after {
	content: ">" !important;
  font-size: 7rem;
  color: var(--color-white);
  position: absolute;
}

.caption-gray-background .caption {
  background: var(--color-orange);
  color: var(--color-white);
}

.caption-gray-background .caption h3.custom_content_title {
  margin: 0;
  font-size: 18px;
}

#faq-accordion .panel-title a {
  text-transform: uppercase;
}

#faq-accordion .panel-body a {
	color: var(--color-orange);
}

#faq-accordion .panel-body a:hover {
	color: var(--color-black-light);
}

.list-view .post-details {
	overflow: hidden;
}

body div.fancybox-caption {
  display: block !important;
  color: var(--color-white);
}

.testimonials-container-2 .owl-wrapper {
  display: flex !important;
}

.testimonials-container-2 .owl-wrapper .owl-item, .testimonials-container-2 .owl-wrapper .owl-item .row, .testimonials-container-2 .owl-wrapper .owl-item .row .item, .testimonials-container-2 .owl-wrapper .owl-item .row .item .testimonials_all_holder, .testimonials-container-2 .owl-wrapper .owl-item .row .item .testimonials_all_holder .testimonial02-text-holder, .testimonials-container-2 .owl-wrapper .owl-item .row .item .testimonials_all_holder .testimonial02-text-holder .testimonial02-content, .testimonials-container-2 .owl-wrapper .owl-item .row .item .testimonials_all_holder .testimonial02-text-holder .testimonial02-content .testimonial02_text {
  height: 100%;
	display: flex;
  flex-direction: column;
}

.testimonial02_text {
  padding: 3rem 4rem;
}

.categories-side-menu .panel-title {
	font-size: 1.25rem !important;
	position: relative;
}

.categories-side-menu .panel-title > a.panel-expander {
	margin: 0 0.5rem 0 0;
  width: 10px;
	position: absolute;
	left: 0;
  z-index: 100;
}

.categories-side-menu .panel-title > a:last-child {
  margin: 0 0 0 1.5rem;
  display: flex;
}

.categories-side-menu .panel-group .panel {
	margin: 0;
	border-radius: 0;
}

.categories-side-menu .panel-heading {
	font-size: 12px !important;
	font-weight: 600;
	line-height: 1.25;
}

.categories-side-menu .panel-heading a.active-category, .categories-side-menu .panel-body .active-category > a {
  color: var(--color-orange);
}

.subproducts-side-menu h3, .categories-side-menu h3 {
	padding: 1rem 1rem 1rem 1.5rem;
  margin: 0;
	background-color: #eeeeee;
	font-weight: 600;
	font-size: 1.5rem;
	text-transform: uppercase;
}

.categories-side-menu .collapse .panel-body, .categories-side-menu .collapsing .panel-body {
	padding: 1rem 2rem !important;
}

.categories-side-menu li a {
  padding: 0;
  font-size: 1.1rem;
  color: var(--color-black);
}

.categories-side-menu ul > li > a {
  padding: 0 10px;
  display: flex;
  line-height: 1.7;
	font-weight: 400;
  font-size: 1.25rem;
}

.categories-side-menu ul li {
	margin: 0;
	overflow: hidden;
}

.categories-side-menu ul li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.categories-side-menu .panel-group {
  float: left;
  width: 100%;
	margin: 0;
}

.standards-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;
}

.list-view .post-details .post-excerpt .more-link {
	background: var(--color-orange) !important;
}

.lSSlideOuter {
  display: flex;
  flex-direction: column;
}

.lSSlideOuter .lSPager.lSpg>li a {
  background: #999999;
}

.lSSlideOuter .lSPager.lSpg>li.active a {
  background: var(--color-orange);
}

.lSSlideOuter .lSPager.lSpg>li:hover a {
  background: var(--color-black);
}

.sidebar-main-category {
	margin: 0 0 1rem;
	line-height: 1.2;
}

figure {
  text-align: center;
  margin: 0 0 2rem !important;
}

figure img {
  width: auto;
  max-width: 100%;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-request-quote > a.mega-menu-link {
  background-color: var(--color-black) !important;
  color: var(--color-white) !important;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0 1.5rem;
  margin-left: 1rem;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-request-quote > a.mega-menu-link:hover {
  background-color: var(--color-orange) !important;
}

.hpe3-list {
	list-style-type: none;
	padding: 0;
	margin: 0 0 2rem;
}

.hpe3-list 	i, .hpe3-table td i {
	color: var(--color-orange);
}

.hpe3-table th {
	color: var(--color-orange);
	font-weight: 600;
}

header.header1 #navbar {
	position: initial;
}

#mega-menu-wrap-primary {
	background: transparent;
	position: inherit;
}

#mega-menu-wrap-primary #mega-menu-primary {
	display: flex;
	position: inherit;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
	height: 80px;
	display: flex;
    align-items: center;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	color: var(--color-black);
	height: 34px;
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	line-height: 1.375;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
	background: var(--color-orange);
	color: var(--color-white);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
	background: var(--color-white);
	color: var(--color-black);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
	width: 100vw;
	left: 0;
	top: 80px;
	padding: 1rem 0;
	box-sizing: content-box;
	background-color: #999999;
	background-image: url(/images/bg-navigation.png);
	background-position: left bottom;
	background-size: 50%;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	display: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	background: transparent;
	color: var(--color-white);
	width: 33.3%;
	text-align: right;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
	background: var(--color-orange);
	color: var(--color-white);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu {
	border-left: 3px solid var(--color-orange);
	margin: 1rem 0;
	min-height: calc(100% - 2rem) !important;
	/*min-height: auto !important;*/
	display: flex;
	width: 66.6%;
	left: 33.3%;
}

.mega-sub-menu .textwidget a {
	color: var(--color-white);
	width: 100%;
	display: block;
}

.mega-sub-menu .textwidget a:hover {
	background: var(--color-orange);
	color: var(--color-white);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
	background: var(--color-orange);
	color: var(--color-white);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
	color: var(--color-white);
	padding: 0 1rem 1rem 1rem;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item .custom-html-widget {
	padding: 0;
	max-height: 100%;
	position: relative;
	height: 100%;
}

#mega-menu-wrap-primary #mega-menu-primary .navigation-subcategories {
	width: 100%;
	height: 100%;
	max-height: 600px; /* Set the visible area height */
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: thin; /* Firefox */
	display: block;
}

/* Optional: Scrollbar style for Chrome/Safari */
#mega-menu-wrap-primary #mega-menu-primary .navigation-subcategories::-webkit-scrollbar {
	width: 6px;
}

#mega-menu-wrap-primary #mega-menu-primary .navigation-subcategories::-webkit-scrollbar-thumb {
	background: #999;
	border-radius: 3px;
}

#mega-menu-wrap-primary #mega-menu-primary .navigation-subcategories::-webkit-scrollbar-thumb:hover {
	background: #666;
}

#mega-menu-wrap-primary #mega-menu-primary .navigation-subcategories li {
	width: 100%;
	padding: 0;
}

#mega-menu-wrap-primary #mega-menu-primary .navigation-subcategories li:not(:last-of-type) {
	border-bottom: 1px solid var(--color-orange);
}

#mega-menu-wrap-primary #mega-menu-primary .navigation-subcategories li a {
	padding: 0 1rem;
	font-weight: 400;
	width: calc(100% + 1px);
}

#mega-menu-wrap-primary #mega-menu-primary p {
	color: var(--color-white);
	font-size: 1.25rem;
	padding: 0 1rem;
}

.navstyle-v2 nav #mega-menu-wrap-primary ul li:last-child a {
	padding-right: 10px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item {
	padding: 0;
	display: block;
	height: auto;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item:not(:last-child) {
	border-right: 3px solid var(--color-orange);
}

.navigation-standards-wrapper {
	margin: 0 1rem;
	overflow: hidden;
}

.navigation-standards-wrapper a {
	float: left;
	border: 1px solid var(--color-white);
	width: auto !important;
	padding: 0.25rem 0.5rem !important;
	margin: 0 0.25rem 0.25rem 0 !important;
}

.navigation-product-description {
	max-height: 100%;
	width: 100%;
}

.navigation-product-description .single-product-wrapper:not(:first-of-type) {
	display: none;
}

.single-product-wrapper {
	padding: 0 1rem;
	overflow: hidden;
	flex-direction: column;
	position: relative;
	margin-right: 2rem;
}

.single-product-wrapper p {
	padding: 0 !important;
	margin: 0 !important;
	line-height: 1.5;
	overflow: hidden;
	text-align: justify;
}

.single-product-wrapper .img-wrapper {
	padding: 0 !important;
	margin: 0 0 1rem;
	height: 300px;
	display: flex !important;
	justify-content: center;
}

.single-product-wrapper .img-wrapper img {
	width: auto;
	max-height: 100%;
	padding: 1rem;
}

.single-product-wrapper .img-wrapper:hover {
	background: transparent !important;
}

.single-product-wrapper .read-more {
	padding: 0;
	margin: 0.5rem 0;
}

.single-product-wrapper a.read-more:hover {
	background: transparent !important;
	color: var(--color-orange);
}

.navigation-category-description {
	padding: 0 1rem;
}

.navigation-category-description p {
	padding: 0 !important;
}

.navigation-category-description p a {
	display: inline-block !important;
	width: auto !important;
}

.navigation-category-description p a:hover, .navigation-category-description a.read-more:hover {
	background: transparent !important;
	color: var(--color-orange) !important;
}

.img-right {
	float: right;
	margin: 0 0 0.5rem 1rem;
	max-width: 25%;
}

.post-category-comment-date {
	overflow: hidden;
}

.header-search-form {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-search-form button {
	padding: 0;
	margin: 0 3rem 0 0;
	height: 34px;
	width: 34px;
}

.main-img .slides .lslide {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.main-img .slides .lslide > a {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.article-content .post-content a {
	color: var(--color-orange);
}

.trust-icon-wrapper {
	margin-top: 1rem;
	display: flex;
	align-items: center;
}

.trust-icon-wrapper .trust-icon {
	width: 6rem;
	filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(100deg) brightness(150%) contrast(100%);
}

.trust-icon-wrapper .star-icon {
	color: var(--color-white);
	font-size: 3rem;
	margin: 0.5rem 0 0 0.5rem;
}

.grid-images-4 {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-gap: 1rem;
}

.blog-img-right {
	float: right;
	margin: 0 0 1.5rem 1.5rem;
}

.blog-img-left {
	float: left;
	margin: 0 1.5rem 1.5rem 0;
}

.full-consumables-catalogue-btn {
	color: var(--color-white);
	width: 420px;
	height: 88px;
	font-size: 2rem;
}

.circled-numbered-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	text-align: left;
}

.circled-numbered-list li, .circled-numbered-list li::marker {
	color: var(--color-orange);
}

.video-footer {
  text-align: center;
  font-weight: 600;
  display: block;
  margin-bottom: 30px;
}

.menu-image-wrapper {
  width: calc(100% - 2rem);
  margin: 0 1rem;
}

.navigation-sidebar {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0 0 2rem;
  background-color: #eeeeee;
  font-weight: 600;
  border: 1px solid #e5e5e5;
}

.navigation-sidebar a {
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  font-size: 1.5rem;
}

.navigation-sidebar a:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.navigation-sidebar a.active {
  color: var(--color-orange);
}

.floating-social-icons {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
  z-index: 1000;
}

.floating-social-icon {
  background-color: var(--color-orange);
  color: var(--color-white);
  width: 34px;
  height: 34px;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating-social-icon:hover, .floating-social-icon:focus, .floating-social-icon:active {
  background-color: var(--color-black);
  color: var(--color-white);
}

.back-to-top {
  width: 34px;
  height: 34px;
  right: 2rem;
  bottom: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#blog-search-input {
  font-size: 1.5rem;
  padding: 1rem;
  font-weight: 400;
  margin: 0 0 3rem;
  border: 1px solid #cccccc;
}

#blogs-loader {
  margin: 0;
  display: flex;
  align-items: center;
}

#blogs-loader i {
  margin-right: 1rem;
}

#blogs-loader span {
  font-size: 1.5rem;
  font-weight: 500;
}

#blogs-pagination {
  display: flex;
  justify-content: center;
}

#blogs-pagination .page-numbers {
  cursor: pointer;
}

.benefits-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-row-gap: 2rem;
  grid-column-gap: 2rem;
  margin-bottom: 2rem;
  max-width: 547.5px;
}

.benefits-wrapper .benefit {
  display: flex;
  align-items: center;
}

.benefits-wrapper .benefit .benefit-img-wrapper {
  display: flex;
  align-items: center;
  background-color: var(--color-orange);
  padding: 0.75rem;
  width: 44px;
  min-width: 44px;
  height: 44px;
  justify-content: center;
  margin-right: 0.75rem;
}

.benefits-wrapper .benefit .benefit-img-wrapper img {
  width: 44px;
}

.benefits-wrapper .benefit .benefit-img-wrapper img.white {
  filter: invert(100%) sepia(1%) saturate(7433%) hue-rotate(312deg) brightness(101%) contrast(108%);
}

.benefits-wrapper .benefit span {
  line-height: 1.25;
  color: #000;
  font-weight: 400;
  font-size: 1rem;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-orange);
}

.content-wrapper .standards-links-wrapper a {
  color: var(--color-black);
}

.content-wrapper .standards-links-wrapper a:hover, .content-wrapper .standards-links-wrapper a:focus {
  color: var(--color-orange);
}

.hp-tech-specifications-link {
  color: var(--color-black);
  font-weight: 600;
}

.hp-tech-specifications-link:active, .hp-tech-specifications-link:hover, .hp-tech-specifications-link:focus  {
  color: var(--color-white);
  background-color: var(--color-orange);
  text-decoration: none;
}

.hp-tech-specifications-link::after {
  background-color: transparent;
}

.list-with-orange-checkmarks {
  list-style-type: none;
  padding: 0;
}

.list-with-orange-checkmarks li:before {
  content: "\2714";
  color: var(--color-orange);
  margin-right: 0.5rem;
}

#quote-btn-home-products-wrapper .wpb_raw_html {
	margin: 0;
}

#quote-btn-home-products-wrapper .wpb_raw_html .wpb_wrapper {
	display: flex;
	justify-content: center;
}

#quote-btn-home-products-wrapper .wpb_raw_html .wpb_wrapper .quote-btn {
	font-size: 2rem;
	min-width: 300px;
}

.images-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  width: calc(100% + 3rem);
  text-align: center;
}

.orange-quote {
  text-transform: uppercase;
  background-color: var(--color-orange);
  color: var(--color-light-gray);
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
  font-weight: 600;
  width: 210px;
  text-align: center;
  margin-bottom: 1.5rem;
  padding: 3rem;
}

.orange-quote-icon {
  width: 6rem;
  margin: 0 3rem 0 0;
  filter: invert(100%) sepia(1%) saturate(7433%) hue-rotate(312deg) brightness(101%) contrast(108%);
}

.blog-sticky-bar-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #fff;
  top: 0;
  padding: 1.5rem 0;
  z-index: 100;
}

.high-padding {
  padding: 3rem 1.5rem;
}

.home .high-padding {
  padding: 0 !important;
}

.post.high-padding{
  padding: 1.5rem;
}

.lightSlider {
  text-align: center;
}

.form-row {
  display: flex;
}
.form-row .wpcf7-form-control-wrap {
  width: 100%;
}
.form-row .wpcf7-form-control-wrap:not(:last-of-type) {
  margin-right: 1rem;
}

@media (max-width: 767px) {
	table {
		overflow: auto;
		table-layout: fixed;
    display: block;
    width: 100% !important;
	}

  .grid-container {
    grid-template-columns: auto;
  }

	.product-categories-wrapper {
		grid-template-columns: 1fr;
	}

  #questionnaire-form {
    margin: 0 0 30px;
    width: 100%;
  }

  #questionnaire-form h1 {
      font-size: 40px;
  }

  #questionnaire-form .catalogue-link-btn {
      min-width: 100%;
      font-size: 14px;
  }

  .special-offer-row{
    flex-direction: column;
  }

  .special-offer-name{
    width: 100%;
    margin-bottom: 15px;
  }

  .special-offer-description {
    width: 100%;
  }

  .special-offer-body{
    flex-direction: column;
  }

  .special-offer-img {
    width: 100%;
    margin-bottom: 15px;
  }

  .special-offer-content {
    width: 100%;
  }

	#animation_container {
		zoom: 0.5;
		-moz-transform: scale(0.5);
	}

	.child-categories .child-box {
		grid-template-columns: 1fr;
	}

	.products-list-wrapper .product-read-more, .child-categories .category-read-more {
		align-items: flex-start;
	}

	.products-list-wrapper .child-box .child-link {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }

  .products-list-wrapper .child-box .child-link .child-img {
    max-width: 100%;
    width: auto;
    float: left;
    padding: 0;
  }

  .products-list-wrapper .child-description {
    width: 100%;
    float: none;
  }

  .products-list-wrapper .child-read-more .child-link {
    justify-content: flex-end;
  }

	.products-list-wrapper .product-box {
		grid-template-columns: 1fr;
	}

	.vc_empty_space {
	  height: 2rem !important;
	}

	.actions-wrapper {
		flex-direction: column;
	}

  .actions-wrapper > a {
    margin: 0 0 1.5rem;
  }

  .main-img {
    float: none;
    margin: 0 0 2rem;
    max-width: 100%;
  }

	.post-title .blog-quote-btn-top {
		margin: 1rem 0;
	}

	.post .blog-quote-btn-bottom {
		margin: 0 1.5rem 1.5rem;
		width: calc(100% - 30px);
	}

	.quote-btn, .ngt-btn {
		width: 100%;
	}

	.standards-wrapper {
		grid-template-columns: 1fr;
	}

  .breadcrumb-wrapper-outer {
    display: none;
  }

	.img-right {
		max-width: 100%;
		float: none;
		margin: 0 0 0.5rem;
	}

	.article-content img {
		max-width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
	}

	.post .blog-quote-btn-top {
		margin: 1rem 0 0;
	}

	.grid-images-4 {
		grid-template-columns: 1fr;
	}

	.blog-img-right {
		float: none;
		margin: 0 0 1.5rem;
		max-width: 100% !important;
	}

	.blog-img-left {
		float: none;
		margin: 0 0 1.5rem;
		max-width: 100% !important;
	}

	.quote-btn, .ngt-btn {
		max-width: 100%;
	}

	.circled-numbered-list {
		grid-template-columns: 1fr;
	}

  .navigation-sidebar {
    display: none;
  }

  .benefits-wrapper {
    grid-template-columns: 1fr;
  }

  .orange-quote {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .orange-quote-icon {
    margin: 0 0 1.5rem;
  }

  .images-grid {
    flex-direction: column;
  }

  .images-grid img {
    margin-bottom: 1.5rem;
  }

  .single-post.list-view .post-details {
    padding: 1.5rem 0;
  }

  #blog-search-input {
    margin-bottom: 1.5rem;
  }

  .single-post.list-view .no-featured-image {
    padding: 1.5rem !important;
  }

  .blog-sticky-bar-wrapper {
    display: block;
  }

  .post.high-padding {
    padding: 0 !important;
  }

  .category-archive-page.high-padding, .product-single-page.high-padding {
    padding: 1.5rem !important;
  }

  #blogs-pagination {
    display: block;
    overflow: hidden;
    margin: 0;
  }

  .pagination .page-numbers {
    margin: 1rem 1rem 0;
  }

  footer {
    padding: 0;
  }

  .form-row {
    flex-direction: column;
  }
}

@media only screen and (max-width: 1024px) {
	header.header1 #navbar {
		border-right: none;
	}

	.breadcrumb-wrapper-outer {
		margin: 2rem auto 0;
	}

  .breadcrumb-wrapper-outer {
    display: none;
  }
}

@media only screen and (min-width: 1441px) {
  body header.header1 .navbar-header h1.logo {
    margin: 10px 0;
  }
}
.macro-vickers-models-table {
	border: none;
}
.micro-vickers-models-table .ngt-btn, .macro-vickers-models-table .ngt-btn {
	background-color: #F2532B;
	margin-top: auto;
	width: 90% !important;
}
table.micro-vickers-models-table, table.macro-vickers-models-table {
    table-layout: fixed;
	margin-bottom: 20px;
}
.micro-vickers-models-table tr, .macro-vickers-models-table tr {
	display: flex;
	justify-content: space-between;
}
.micro-vickers-models-table td, .macro-vickers-models-table td {
	vertical-align: top;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.micro-vickers-models-table td {
	 width: 20%;
}
.macro-vickers-models-table td {
	width: 20%;
}
.micro-vickers-models-table img, .macro-vickers-models-table img {
	width: 100%;
    height: 250px;
    object-fit: contain;
}

.horizontal-divider {
    height: 2px; /* Adjust the height as needed */
    background-color: #F2532B;
    width: 100%;
	margin: 30px 0;
}
.model-btns-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 30px;
	width: 100%;
}
.model-btns{
	background-color: var(--color-orange);
	font-size: 2rem;
	width: 30%;
	color: var(--color-white);
}
.inner-product iframe {
	width: 100%;
	height: 50vh;
	min-height: 600px;
}
.pum-close.popmake-close {
	margin: 0 !important;
	display: none;
}
.pum-container {
    outline: none !important; /* Prevent auto-focus */
	z-index: 9999;
}
#pum-22325 img {
	max-width: 1500px;
}
#popup-gif {
    position: absolute;
    bottom: 8%; /* Distance from the bottom */
    left: 50%;
    transform: translateX(-50%);
    width: auto; /* Adjust size as needed */
    max-width: 10%; /* Optional: Limit the size */
}

#popup-gif img {
    width: 100%;
    height: auto;
}
.center-align {
	align-items: center;
}
/* Step 1: Constrain the outer container */
#mega-menu-item-custom_html-53 .custom-html-widget {
  max-height: 600px; /* or whatever works visually */
  overflow-y: auto;
  overflow-x: hidden;
}

/* Step 2: Ensure the UL fills the container */
#mega-menu-item-custom_html-53 .navigation-subcategories {
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin; /* Firefox */
}

/* Step 3: Style scroll for Webkit browsers */
#mega-menu-item-custom_html-53 .navigation-subcategories::-webkit-scrollbar {
  width: 6px;
}

#mega-menu-item-custom_html-53 .navigation-subcategories::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 3px;
}
#full-certification-scope-container .button-winona {
    width: 100%;
}

.modeltheme_button:not(:last-child){
    margin-right: 0;
}
.certification-right-col .modeltheme_button{
   margin-bottom: 15px;
}
#cert-empty-space{
    height: 10px !important;
}
.content-section-heading:target::before {
  content: "";
  display: block;
  height: 80px; /* height of your sticky header */
  margin-top: -80px;
}
.modeltheme_button .button-winona:hover, .modeltheme_button .button-winona::before, .modeltheme_button .button-winona::after{
	transition: all 250ms ease-in-out !important;
   -webkit-transition: all 250ms ease-in-out !important;
}
.utm-products-table .product-table-flex-wrapper {
	vertical-align: top;
    display: flex;
    flex-direction: column;
    align-items: center;
	min-width: 150px;
	height: 100%;
}
.utm-products-table th {
	height: 300px;
}
.utm-products-table img {
	width: 100%;
    object-fit: contain;
}
.utm-products-table .ngt-btn {
	background-color: #F2532B;
    margin-top: auto;
    width: 90% !important;
}
.grips-category h3 {
	border-top: 1px solid #cccccc;
	margin-top: 20px;
	padding-top: 20px;
}

@media (max-width: 767px) {
  .blog-info-flex {
    flex-direction: column !important;
  }

  .blog-info-left,
  .blog-info-right {
    width: 100% !important;
  }

  .blog-info-divider {
    width: 100% !important;
    height: 1px !important;
    margin: 15px 0;
  }
}

.post-hero {
  aspect-ratio: 16 / 9;
  max-width: 720px;     /* adjust to your desired visible width */
  margin: 0 auto 24px;
  background: #fff;     /* background for letterbox effect */
  position: relative;
}

.post-hero .main-featured-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;   /* shows full image inside 16:9 */
}
