/*!
Theme Name: Hire Intelligence
Theme URI: https://www.web2web.co.za/
Author: Web2Web
Author URI: web2web.co.za
Description: Theme for Hire Intelligence developed by Web2Web
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hire-int
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.



/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/open-sans-v17-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Light"), local("OpenSans-Light"),
    url("fonts/open-sans-v17-latin-300.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("fonts/open-sans-v17-latin-300.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("fonts/open-sans-v17-latin-300.woff") format("woff"),
    /* Modern Browsers */
    url("fonts/open-sans-v17-latin-300.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("fonts/open-sans-v17-latin-300.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/open-sans-v17-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url("fonts/open-sans-v17-latin-regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("fonts/open-sans-v17-latin-regular.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("fonts/open-sans-v17-latin-regular.woff") format("woff"),
    /* Modern Browsers */
    url("fonts/open-sans-v17-latin-regular.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("fonts/open-sans-v17-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/open-sans-v17-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Italic"), local("OpenSans-Italic"),
    url("fonts/open-sans-v17-latin-italic.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("fonts/open-sans-v17-latin-italic.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("fonts/open-sans-v17-latin-italic.woff") format("woff"),
    /* Modern Browsers */
    url("fonts/open-sans-v17-latin-italic.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("fonts/open-sans-v17-latin-italic.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/open-sans-v17-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"),
    url("fonts/open-sans-v17-latin-600.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("fonts/open-sans-v17-latin-600.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("fonts/open-sans-v17-latin-600.woff") format("woff"),
    /* Modern Browsers */
    url("fonts/open-sans-v17-latin-600.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("fonts/open-sans-v17-latin-600.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/open-sans-v17-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url("fonts/open-sans-v17-latin-700.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("fonts/open-sans-v17-latin-700.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("fonts/open-sans-v17-latin-700.woff") format("woff"),
    /* Modern Browsers */
    url("fonts/open-sans-v17-latin-700.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("fonts/open-sans-v17-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-800 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("fonts/open-sans-v17-latin-800.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"),
    url("fonts/open-sans-v17-latin-800.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("fonts/open-sans-v17-latin-800.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("fonts/open-sans-v17-latin-800.woff") format("woff"),
    /* Modern Browsers */
    url("fonts/open-sans-v17-latin-800.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("fonts/open-sans-v17-latin-800.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  font-family: "Open Sans";
}

body.hi-ovrflw {
  overflow: hidden;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #262626;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 1.5;
}

h1 {
  font-size: 24px;
  font-weight: 700;
  margin: 10px 0;
}

h2 {
  font-size: 20px;
  margin-top: 0;
  font-weight: 600;
  color: #262626;
}

h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

h4 {
  font-weight: 600;
}

p {
  margin-bottom: 1.5em;
  font-size: 15px;
}

blockquote {
  margin: 0 1.5em;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  margin: 0 !important;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

img {
  vertical-align: middle;
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*button:active, button:focus,*/
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

a {
  color: royalblue;
  text-decoration: none;
  color: #000;
}

a:focus {
  /*outline: thin dotted;*/
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  padding-top: 15px;
}

ul.sub-menu {
  max-height: 600px;
  overflow: auto;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  left: 100%;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  right: 0;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 10px;
  font-size: 16px;
}

.sub-menu a {
  display: block;
  text-decoration: none;
  padding: 5px;
  font-size: 14px;
}

.current-menu-item>a {
  color: #000;
  font-weight: 700;
}

.main-navigation a:hover {
  color: #fdbf09;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.menu-toggle img {
  max-width: 30px;
}

button.menu-toggle {
  background: #fff;
  border: none;
  padding: 0;
  width: 100%;
  max-width: 70px;
  position: absolute;
  top: 25px;
  right: 0;
  padding: 20px;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

nav#site-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.country-select:before {
  content: "";
  background: url("images/AU.png");
  background-position: center;
  background-size: cover;
  width: 21px;
  height: 21px;
  vertical-align: middle;
  margin-right: 5px;
}

.country-select.uk:before {
  content: "";
  background: url(images/UK.png);
  width: 21px;
  height: 21px;
  background-position: center;
  background-size: cover;
  margin-right: 5px;
  vertical-align: middle;
}

.country-select.ie:before {
  content: "";
  background: url(images/Ireland.png);
  width: 21px;
  height: 21px;
  background-position: center;
  background-size: cover;
  margin-right: 5px;
  vertical-align: middle;
}

.country-select.nz:before {
  content: "";
  background: url(images/NZ.png);
  width: 21px;
  height: 21px;
  background-position: center;
  background-size: cover;
  margin-right: 5px;
  vertical-align: middle;
}

span.country-select {
  display: block;
  /*margin-left: 30px;*/
  padding: 4px 5px 4px 5px;
  display: flex;
}

ul.sub-menu li:before {
  content: "";
  display: inline-block;
  background: url(images/next-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  margin-right: 2px;
}

p.site-title {
  display: none;
}

p.site-description {
  font-weight: 600;
  color: #787878;
  font-size: 12px;
  margin: 5px 0px;
}

.fixed p.site-description {
  display: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: block;
}

img.custom-logo {
  /* max-height: 79px; */
  width: 100%;
  max-width: 152px;
}

header.fixed img.custom-logo {
  max-width: 70px;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*PAGE*/
.hi-featuredimg {
  display: inline-block;
  content: "";
  height: 300px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: bottom;
}

/*2020*/

.hi-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 30px 15px 40px;
}

.hi-container.hi-pge {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 30px 15px;
}

.hi-breadcumb {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  border-bottom: 1px solid #eae9e7;
}

p#breadcrumbs {
  margin: 12px 0 8px;
  font-size: 14px;
}

.hi-inner-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.hi-nomax {
  padding: 40px 15px;
}

.hi-centre {
  text-align: center;
}

h2.hi-centre {
  font-size: 20px !important;
  margin-bottom: 40px;
  margin-top: 0;
}

h2.hi-title {
  font-size: 24px !important;
  margin-bottom: 40px;
}


.hdr-cta-outer { 
 display: flex !important; 
 justify-content: flex-end; 
} 

.site-header.fixed .hdr-cta-outer {
  display: none !important;
}
 
a.price-beat-policy-button { 
 display: flex !important; 
 font-size: 14px !important; 
 font-weight: 600 !important; 
 background-color: #ffbb31 !important; 
 color: #000 !important; 
 border: #fff solid 1px !important; 
 margin-bottom: 5px; 
 padding: 10px 20px !important; 
} 
 
.hi-menuoverlay-inner a.price-beat-policy-button { 
 background-color: #ffbb31 !important; 
} 
 
a.price-beat-policy-button:hover { 
 outline: 0; 
 transition: background-color 0.5s !important; 
 -webkit-transition: background-color 0.5s !important; 
 -o-transition: background-color 0.5s !important; 
} 
 
a.price-beat-policy-button:before { 
 content: "" !important; 
 background: url(images/dollar-sign-in-speech-bubble.svg) !important; 
 width: 17px; 
 height: 17px; 
 background-position: center !important; 
 background-size: contain !important; 
 background-repeat: no-repeat !important; 
 margin-top: 3px; 
} 

a.quote-button {
  background: #fdbf09;
  color: #000;
  font-weight: 700;
  border-radius: 50px;
  padding: 10px 40px;
  font-size: 16px;
  line-height: 12px;
  display: flex;
  align-items: center;
}

.hi-button {
  background: #fdbf09;
  color: #000;
  font-weight: 700;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 14px;
  margin-right: 15px;
  display: block;
  max-width: 200px;
  text-align: center;
}

#main a.hi-button {
  margin: auto;
}

.hi-quote-btn {
  background: #fdbf09;
  font-weight: 700;
  border-radius: 50px;
  padding: 10px 20px;
  margin: 20px 0 30px;
  display: block;
  max-width: 150px;
  text-align: center;
}

.hi-button:hover,
.hi-quote-btn:hover,
a.quote-button:hover,
.nf-form-content input[type="button"]:hover {
  outline: 0;
  background: #f3c84d !important;
  transition: background-color 0.5s !important;
  -webkit-transition: background-color 0.5s !important;
  -o-transition: background-color 0.5s !important;
}

a.quote-button:before {
  content: "";
  background: url(images/quote-icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

a.phone-number {
  font-size: 22px;
  font-weight: 700;
  margin-right: 25px;
}

a.phone-number:before {
  content: url("images/hdr-phone.png");
  margin-right: 5px;
  vertical-align: middle;
}

.hdr-cta-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.site-header .hi-container {
  display: flex;
  padding: 10px 20px;
  align-items: flex-end;
}

.site-header.fixed .hi-container {
  align-items: unset;
}

.site-branding {
  flex-basis: 25%;
  align-self: center;
  min-height: 113px;
}

.site-header.fixed .site-branding {
  min-height: unset;
}

.hdr-right {
  margin-left: auto;
  flex-basis: 75%;
}

div#ajaxsearchlite2 {
  width: 300px;
  margin-right: 10px;
  margin-left: 30px;
  max-width: 360px;
}

div.asl_r.vertical {
  width: 800px !important;
}

.hi-archive,
.sltn-intro,
div#rmjs-1 {
  overflow: hidden;
}

@media screen and (min-width: 1060px) {
  div#ajaxsearchlite2 {
    max-width: 400px;
  }
}

@media screen and (max-width: 1059px) {
  div#ajaxsearchlite2 {
    max-width: 240px;
  }

  div.asl_r.vertical {
    width: 580px !important;
  }
}

.site-header.fixed .hdr-right {
  flex-basis: unset;
}

.error-404.not-found p {
  margin-bottom: 1.5em;
  font-size: 16px;
  max-width: 500px;
}

.error-404.not-found a {
  color: #4392f1;
  font-weight: 600;
}

.hdr-btm {
  background: #fdbf09;
}

.hdr-btm ul {
  list-style: none;
  display: flex;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  justify-content: space-between;
  max-width: 900px;
  margin: auto;
}

li.hdr-btm-range:before,
li.hdr-btm-rates:before,
li.hdr-btm-svc:before,
li.hdr-btm-event:before {
  margin-right: 5px;
  content: "";
  width: 14px;
  height: 15px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: inline-block;
}

li.hdr-btm-range:before {
  background: url(images/Calendar.png);
}

li.hdr-btm-rates:before {
  background: url("images/Low-Cost.png");
}

li.hdr-btm-svc:before {
  background: url("images/star.png");
}

li.hdr-btm-event:before {
  background: url("images/solutions.png");
}

.hero-intro {
  width: 100%;
  position: absolute;
  top: 0;
  /* padding-left: 10%; */
  padding-top: 50px;
}

.hero-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-height: 750px;
}

.hero-section .hi-container {
  padding: 60px;
}

.hi-form-chat {
  background: #fff;
  padding: 30px;
  display: flex;
  -webkit-box-shadow: 1px 4px 18px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 4px 18px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 4px 18px 1px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.hi-contact-form {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 1px 4px 18px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 4px 18px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 4px 18px 1px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.hi-qq-form.hi-container {
  padding: 0 15px;
  z-index: 999 !important;
  margin-top: -120px;
  position: relative;
}

.page-id-11 .hi-qq-form.hi-container {
  position: unset;
}

.page-id-11 .hi-qq-form.hi-container {
  margin-top: -380px;
}

.pge-hdr {
  min-height: 700px;
  background-position: center !important;
  background-size: cover !important;
  padding-top: 100px;
}

.page-template-rentals-page-noform .pge-hdr,
.page-template-solutions-noform .pge-hdr {
  padding-top: 50px;
  min-height: 400px;
}

.pge-hdr-intro p,
.pge-hdr-intro h1 {
  color: #ffffff;
}

.pge-hdr-intro {
  width: 100%;
  max-width: 450px;
}

.sldr-cta {
  display: flex;
  gap: 10px;
}

.hero-intro p {
  max-width: 500px;
  font-size: 20px;
  color: #fff;
  font-weight: 100;
}

.hi-form-chat h2 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 20px;
}

span.light-txt {
  font-weight: 400;
}

.hi-chat {
  flex-basis: 30%;
  border-radius: 6px;
  border: 1px solid #FE5F00;
  padding: 25px;
  position: relative;
}

.hi-chat p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
}

.hi-chat h3 {
  font-size: 20px;
  font-weight: 600;
}

.hi-chat h3 span {
  color: #facc00;
}

.hi-chat a.hi-button {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.hi-form {
  flex-basis: 70%;
  padding-right: 25px;
}

.hi-chat img {
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
  display: block;
}

h2.intro-hdr {
  font-size: 38px;
  color: #fff;
  max-width: 600px;
  text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.25);
  line-height: 42.739px;
  margin-bottom: -10px;
}

.intro-dscr {
  margin-bottom: 40px;
  text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.25);
}

.intro-dscr ul {
  list-style: inherit;
  font-size: 18px;
  font-weight: 100;
  margin-left: 20px;
}

.nf-form-content {
  max-width: unset !important;
}

div#nf-field-49-container {
  margin-left: 0;
}

.nf-form-fields-required {
  display: none;
}

.nf-field-label label {
  font-weight: 300 !important;
  color: #afafaf;
  font-size: 16px !important;
}

.nf-form-layout {
  margin-top: 10px;
}

.nf-field-container,
.nf-field-label {
  margin-bottom: 5px !important;
}

.nf-form-content input.ninja-forms-field {
  height: unset !important;
}

.nf-form-content input[type="button"] {
  width: 100% !important;
  max-width: 200px;
  position: relative;
  top: 10px;
}

#post-1661 .nf-field-label {
  display: none;
}

.hi-newsletter span.ninja-forms-req-symbol,
.nf-error-msg.nf-error-field-errors {
  display: none;
}

.hi-form-chat .nf-form-content textarea.ninja-forms-field {
  height: 100px !important;
}

.nf-form-content .list-select-wrap .nf-field-element>div,
.nf-form-content input:not([type="button"]),
.nf-form-content textarea,
.nf-field-element select {
  border: 2px solid #e6e6e6 !important;
}

.hi-contact-form .nf-form-content textarea.ninja-forms-field {
  height: 245px;
}

.nf-form-content button,
.nf-form-content input[type="button"],
.nf-form-content .nf-field-element input[type="submit"] {
  font-weight: 700;
  border-radius: 50px !important;
  padding: 10px 40px !important;
  font-size: 14px;
  border: unset !important;
  cursor: pointer;
}

.nf-form-content .list-select-wrap .nf-field-element>div,
.nf-form-content input:not([type="button"]),
.nf-form-content textarea {
  background: #ffffff !important;
}

.nf-form-content .list-select-wrap .nf-field-element>div,
.nf-form-content input:not([type="button"]),
.nf-form-content textarea {
  background: #ffffff;
}

.nf-error.field-wrap .nf-field-element:after {
  height: 50px !important;
  width: 50px !important;
  line-height: 50px !important;
}

.nf-form-content .list-select-wrap>div div:after {
  content: url(images/arrow-down.png) !important;
}

.hi-contact-form div.nf-field-container {
  margin-bottom: 20px !important;
}

.ninja-forms-req-symbol {
  color: #9e9e9e !important;
}

h1.intro-hdr,
h2.intro-hdr {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 20px;
  max-width: 500px;
}

.hi-contact-form .nf-form-content {
  position: relative;
}

.hi-contact-form nf-field:nth-child(7n) {
  position: absolute;
  width: 100%;
}

.intro-dscr:after {
  content: "";
  display: block;
  background: url(images/yellow-divider.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 1.5px;
  margin-top: 25px;
}

.yello-divider:after {
  content: "";
  display: block;
  background: url(images/yellow-black-divider.png);
  background-size: contain;
  height: 2px;
  width: 100px;
  margin-top: 25px;
  margin: 10px auto;
}

.hero-cta {
  padding-top: 20px;
}

.freq-cats {
  padding: 30px 0 30px;
}

.freq-cats ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.freq-cats ul li {
  display: flex;
  padding: 0px 0 30px 0;
}

.freq-cats ul li:nth-child(2n + 0) {
  flex-direction: row-reverse;
}

.cat-first-half,
.cat-second-half {
  flex-basis: 50%;
}

.cat-second-half {
  background: url(/wp-content/uploads/2020/02/circle-bg.png);
  background-size: 270px;
  background-repeat: no-repeat;
  background-position: top;
  display: flex;
  justify-content: center;
}

.freq-cats p {
  margin-bottom: 2px;
}

a.hi-cat-link:after {
  content: url("images/link-arrow-right.png");
  margin-left: -10px;
  vertical-align: middle;
  line-height: 10px;
}

/*FOOTER*/
footer#colophon {
  background: #fdbf09;
}

footer#colophon .hi-container {
  background: #fdbf09;
  display: flex;
  align-items: center;
  padding: 15px;
}

ul#menu-footer-menu {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

span.hi-copyright {
  color: #757575;
}

footer#colophon section#nav_menu-2 {
  margin: 0;
}

.hi-right-footer {
  flex-basis: 40%;
  text-align: right;
}

.hi-left-footer {
  flex-basis: 60%;
}

.hi-footer-rentals .hi-container {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eae9e7;
}

ul.footer-categories-column,
.ftr-outlets-title {
  flex-basis: 20%;
}

.ftr-cats-title {
  flex-basis: 20%;
}

ul.footer-categories-column {
  flex-basis: 80%;
  display: flex;
  flex-wrap: wrap;
}

ul.footer-categories-column {
  list-style: none;
  padding-top: 7px;
  margin: 0;
}

ul.footer-categories-column li {
  /* padding-bottom: 30px; */
  height: 45px;
  flex-basis: 25%;
  padding: 0 10px;
}

ul.footer-categories-column.event-sltns li {
  margin-bottom: 10px;
}

.mbl-only {
  display: none;
}

ul.trust-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

ul.trust-items li {
  flex-basis: 25%;
  padding: 0 30px;
  text-align: center;
}

.hi-trust-stip,
.solutions-testimonials {
  background: url(images/yellow-bg.jpg);
  background-size: cover;
  background-position: center;
}

.solutions-testimonials {
  padding-bottom: 30px;
}

.hi-trust-stip p {
  font-size: 18px;
}

.hi-footer-newsletter .hi-container {
  display: flex;
  justify-content: space-between;
}

.hi-newsletter {
  flex-basis: 60%;
}

.hi-image,
.hi-socials {
  flex-basis: 20%;
}

.hi-image img {
  max-height: 25px;
}

.hi-newsletter p {
  margin: 0;
  color: #404040;
}

.hi-footer-newsletter ul {
  margin: 0;
  padding: 0px 20px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  height: 70px;
  align-items: flex-end;
  gap: 10px;
}

.hi-outlets {
  background: #f9f9f9;
}

.hi-outlets .hi-container {
  display: flex;
  padding-bottom: 10px;
}

ul.outlets-list p {
  margin: 3px 0;
}

ul.outlets-list {
  list-style: none;
  margin: 0;
  padding: 7px 0 0 15px;
  display: flex;
  flex-wrap: wrap;
}

ul.outlets-list li {
  margin-bottom: 40px;
  float: left;
  width: 33.333%;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
}

ul.outlets-list h3:before {
  content: "";
  background: url(images/location.png);
  background-position: center;
  background-size: cover;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 5px;
}

.ftr-outlets-title h2 {
  margin: 0;
}

ul.partner_logos_list,
ul.affiliates_logos_list {
  list-style: none;
  padding: 5px 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.affiliates_logos_list li,
ul.partner_logos_list li {
  width: 25%;
  margin-bottom: 10px;
  padding: 10px;
}

.partner_logos_list img {
  max-width: 100px;
}

.hi-partner-affiliations {
  background: #f9f9f9;
}

.hi-partner-affiliations .hi-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.hi-partner-affiliations .hi-container {
  padding-top: 0;
  padding-bottom: 0;
}

.hi-partners {
  border-right: 2px solid #e2e2e2;
  padding: 80px 80px 80px 0;
  flex-basis: 50%;
}

.hi-affiliates {
  padding: 80px;
  flex-basis: 50%;
}

ul.clients-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

#hi-clients-carousel .owl-item img {
  max-width: 140px;
  margin: 0 auto;
}

.hi-reviews .yello-divider:after {
  margin: 20px 0;
}

.hi-reviews p {
  margin: 0;
}

.hi-reviews h2.yello-divider {
  margin-bottom: 50px;
  font-size: 20px;
}

span.hi-nps {
  font-size: 32px;
  font-weight: 700;
}

span.nps-base {
  display: inline-block;
  font-size: 12px;
  color: #929292;
  line-height: 14px;
  margin-left: 6px;
}

.reviews-testimonials .hi-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.testimonials-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.hi-testmnls {
  flex-basis: 80%;
  margin-top: 15px;
}

.hi-reviews {
  flex-basis: 20%;
}

.testimonials-list div {
  flex-basis: 30%;
}

.testimonials-list div {
  flex-basis: 32%;
  -webkit-box-shadow: 1px 4px 18px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 4px 18px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 4px 18px 1px rgba(0, 0, 0, 0.1);
  padding: 15px;
  position: relative;
}

.testimonials-list div img {
  position: absolute;
  top: -25px;
  border: 3px solid #fff;
  border-radius: 30px;
}

.testimonials-list div h4 {
  margin-top: 20px;
  margin-bottom: 0;
}

span.testmnl-date {
  color: #b9b9b9;
  font-weight: 100;
  font-size: 12px;
}

p.tstml-stardate {
  margin: 0;
  display: flex;
  justify-content: space-between;
}

#cookie-law-info-bar {
  position: fixed;
  bottom: 0;
  display: block;
  background: #fdbf09;
  padding: 15px;
  width: 100%;
  text-align: center;
  z-index: 99999;
  line-height: 38px;
}

#cookie-law-info-bar p {
  margin: 0;
  line-height: 22px;
}

#cookie-law-info-bar img.far.fa-times-circle {
  max-width: 15px;
}

a.info-set {
  font-weight: 600;
}

ul {
  list-style: none;
  padding: 0;
}

ul .inner {
  overflow: hidden;
  display: none;
}

ul li a.toggle {
  width: 100%;
  display: block;
  transition: background 0.3s ease;
  padding: 20px 0;
  border-top: 2px solid #e2e2e2;
  position: relative;
}

ul li a.toggle:after {
  content: url("images/arrow-down.png");
  display: inline;
  position: absolute;
  right: 0;
  top: 20px;
}

ul li a.toggle.hi-open:after {
  content: url("images/arrow-up.png");
  display: inline;
  position: absolute;
  right: 0;
  top: 20px;
}

.site-header.fixed {
  border: 1px solid #c4c4c4;
}

a.sticky-logo {
  display: none;
}

.site-header.fixed a.sticky-logo {
  display: initial;
}

a.sticky-logo img {
  max-width: 250px;
}

/* This class is added on scroll */
.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99999999999;
  background: #fff;
  /*-webkit-transition: top 0.5s;
    transition: top 0.5s;*/
  -webkit-animation: smoothScroll 0.5s forwards;
  animation: smoothScroll 0.5s forwards;
}

.site-header.fixed .main-navigation,
.site-header.fixed .main-navigation div#ajaxsearchlite1 {
  display: none !important;
}

.accordion-container>h2 {
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.countries-set {
  position: relative;
  margin-left: 10px;
}

.countries-set>a {
  display: block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 0;
}

.countries {
  background: #fff;
  display: none;
  position: absolute;
  right: 10px;
  top: 38px;
  width: 100%;
  min-width: 152px;
  z-index: 9999;
  border-radius: 5px;
  border-top: 2px solid #fdbf09;
}

.countries:before {
  content: "";
  text-align: center;
  display: flex;
  margin-left: auto;
  margin-right: 15px;
  position: relative;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 8px solid rgba(255, 255, 255, 0);
  border-right: 8px solid rgba(255, 255, 255, 0);
  border-bottom: 8px solid #ffbc3a;
}

.countries a {
  padding: 0 5px;
  display: block;
  font-size: 14px;
}

.countries a:hover {
  background: #fdbf09;
  color: inherit;
}

.sngle-prdct-sctn .hi-inner-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-bottom: 1px solid #eae9e7;
  padding: 30px 0;
}

ul.prdt-specs {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

ul.prdt-specs li {
  flex-basis: 48%;
  padding: 15px 0;
  border-bottom: 1px solid #e4e4e4;
}

ul.prdt-specs li:nth-child(odd) {
  margin-right: 28px;
}

section.hire-prct-specs {
  background: #f9f9f9;
}

section.hire-prct-specs h2.hi-title {
  margin-bottom: 15px;
}

span.spec-ttl {
  font-weight: 600;
}

.prdt-main-img,
.prdct-main-rght {
  flex-basis: 50%;
}

ul.sngl-prdt-cts {
  margin: 0;
  display: flex;
}

ul.sngl-prdt-cts li:before {
  content: "/";
  font-weight: 600;
  color: #787878;
  padding: 5px;
}

ul.sngl-prdt-cts li:first-child:before {
  display: none;
}

.prdct-main-cont {
  display: flex;
  align-items: flex-start;
  padding: 0 15px;
}

.prdct-main-rght h1 {
  font-size: 24px;
  max-width: 350px;
  line-height: 30px;
  margin-bottom: 20px;
}

a.hi-category,
.sngl-prdt-cts .page-title {
  color: #787878;
  font-weight: 600;
}

.prdct-main-rght .hi-button {
  max-width: 150px;
  padding: 8px !important;
}

.product-content {
  overflow: hidden;
}

ul.hi-rltd-list {
  margin: 0;
  display: flex;
}

.hi-rltd-list li {
  border: 1px solid #eae9e7;
  flex-basis: 25%;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
}

.hi-rltd-list li:nth-last-child(1) {
  margin-right: 0;
}

.hire-prct-sltns .hi-rltd-list img {
  height: 200px;
  object-fit: cover;
}

.prdt-main-img {
  max-height: 350px;
  padding: 30px;
  flex: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: auto;
}

.prdct-main-cont .prdt-main-img {
  max-height: unset;
}

.prdt-main-img a {
  padding: 30px;
  display: block;
}

.prdt-main-img img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
}

.hi-rltd-list .prdt-main-img img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  max-width: 200px;
}

.rltd-dtls {
  background: #f9f9f9;
}

.rltd-dtls a {
  padding: 12px;
  display: block;
  font-weight: 600;
  min-height: 72px;
}

section.hire-prct-sltns .rltd-dtls a {
  padding: 15px 15px 0 15px;
  min-height: 60px;
}

span.pge-excerpt {
  padding: 0 15px;
  display: block;
}

.prdct-form .hi-inner-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 15px;
}

ul.prdct-thumbs {
  display: flex;
  /*justify-content: space-around;*/
  padding: 20px;
  margin: 0 auto;
  max-width: 400px;
}

li.img-thumb {
  border: 2px solid #eae9e7;
  margin-right: 10px;
  padding: 10px;
}

li.img-thumb.active-thumb {
  border: 2px solid #fdbf09;
}

#thumbs {
  padding-top: 10px;
  overflow: hidden;
}

#thumbs img {
  cursor: pointer;
  width: 100%;
  max-width: 60px;
}

#panel {
  position: relative;
  margin: 0 auto;
  text-align: center;
  max-width: 400px;
}

section.prdct-form {
  background: url(/wp-content/themes/hire-int/images/yellow-bg.jpg);
  clear: both;
}

ul.hire-cats-list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
}

ul.hire-cats-list li {
  flex-basis: calc(25% - 14px);
  margin: 7px;
  background: #f9f9f9;
  margin-bottom: 15px;
}

ul.hire-cats-list li a {
  padding: 50px 30px 20px 30px;
  display: block;
}

ul.hire-cats-list li img {
  width: 100%;
  margin: 0 auto;
  display: block;
  padding-bottom: 30px;
}

.rntls-top-btns {
  display: flex;
}

.freq-rental h2 {
  color: #fff;
  font-size: 20px;
  line-height: 45px;
  max-width: 320px;
}

.freq-rental h2:after {
  content: "";
  display: block;
  background: url(images/yellow-divider.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 1.5px;
  margin-top: 25px;
}

.freq-rental h4 {
  color: #fff;
}

header#masthead {
  z-index: 99999999999999 !important;
}

section.fltr-prdts-lst {
  display: flex;
  border-top: 1px solid #eae9e7;
  background: #fff;
}

.ctgry-prts-list {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 80%;
  padding-top: 60px;
  z-index: 99;
  background: #fff;
}

.filter {
  flex-basis: 20%;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  width: 100%;
  max-width: 200px;
}

.article-wrap.blog-wrapper img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  max-width: unset;
}

.post-type-archive-hi_rental-guide img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image,
.blog img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  width: 100%;
  max-width: unset;
}

.cat-prdt-item .prdt-ttl-cntnr a {
  font-weight: 600;
  width: 100%;
  display: block;
  min-height: 83px;
  padding: 20px;
}

.prdt-img-cntnr {
  background: #fff;
  padding: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.prdt-img-cntnr img,
.prdt-main-img img {
  margin: 0 auto;
  display: block;
}

.cat-prdt-item {
  flex-basis: 33.333%;
  background: #f9f9f9;
  margin-bottom: 14px;
  border-right: 7px solid #fff;
  border-left: 7px solid #fff;
  box-sizing: border-box;
  display: flex;
}

.hi-post-inner {
  border: 1px solid #eae9e7;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.ctgry-prts-list .hi-post-inner {
  height: unset;
}

.searchandfilter ul {
  margin: 0 !important;
}

.archive header {
  display: flex !important;
  flex-wrap: wrap;
}

header.page-header h1.page-title {
  flex-basis: 30%;
  padding-right: 20px;
  margin-top: -5px;
}

.archive-description {
  flex-basis: 70%;
  z-index: 1;
}

.archive-description ul {
  list-style: disc;
}

.archive a.hi-rdmore {
  position: relative;
  left: 20%;
  margin-bottom: 30px;
  color: #4392f1;
}

.archive a[data-readmore-toggle] {
  position: relative;
  left: 30%;
  margin-bottom: 30px;
  color: #4392f1;
  display: block;
  margin-top: 15px;
}

.product-content a[data-readmore-toggle],
.prdct-main-rght a[data-readmore-toggle] {
  color: #4392f1;
  margin-top: 15px;
  display: block;
}

ul.solutions-pgelist {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.solutions-pgelist h3 {
  position: absolute;
  bottom: 20px;
  padding: 0 20px;
  color: #fff;
}

ul.solutions-pgelist li {
  flex-basis: 25%;
  position: relative;
  overflow: hidden;
  border-left: 7px solid #fff;
  border-right: 7px solid #fff;
  border-bottom: 14px solid #fff;
  /*background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;*/
}

ul.solutions-pgelist li a {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  min-height: 400px;
  display: block;
}

ul.solutions-pgelist li a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}

.sltn-title,
.sltn-intro {
  flex-basis: 50%;
}

.hi-container.sltn-inner-cnt {
  display: flex;
  padding-top: 30px;
}

.sltn-title h1 {
  max-width: 400px;
  padding-right: 10px;
}

.sltns-pge-hdr img {
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: cover;
}

.hi-grey {
  background: #f9f9f9;
}

.hi-help-inner {
  display: flex;
}

.hi-help-inner div#slider,
.hi-help-inner .content {
  flex-basis: 50%;
}

.hi-help-inner div#slider {
  padding-right: 50px !important;
}

.hi-help-inner .flexslider {
  margin: 0 0 60px;
  background: unset !important;
  border: unset !important;
}

.hi-help-inner .flexslider .slides img {
  height: auto;
  -moz-user-select: none;
  max-height: 360px;
  object-fit: cover;
}

li.flex-nav-prev,
li.flex-nav-next {
  display: none !important;
}

.hi-help-inner .flex-control-nav {
  width: unset !important;
  /* bottom: 15px !important; */
  text-align: center;
  right: 45px !important;
  z-index: 99999999;
}

.flex-control-paging li a.flex-active {
  background: #fdbf08 !important;
}

.hi-help-inner a,
.csestudy-wrapper a,
.product-content a,
.prdt-specs a,
.entry-content a,
.archive-description a,
.hi-form a {
  color: #4392f1;
  font-weight: 600;
}

.hi-help-inner h2.hi-title {
  margin-bottom: 0px;
}

a.hi-inner-link {
  font-weight: unset;
}

.hi-help-inner a.hi-button {
  margin-top: 20px !important;
  margin-left: 0 !important;
  color: #000;
}

.hi-help-inner .flexslider .slides li p {
  font-style: italic;
}

ul.cse-clients-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

ul.cse-clients-list li {
  flex-basis: 33.3%;
  margin-bottom: 20px;
}

.hi-csestudy-clients .hi-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.csestudy-clients-right {
  flex-basis: 50%;
}

.csestudy-clients-left {
  flex-basis: 40%;
}

.csestudy-clients-left {
  border-radius: 5px;
  -webkit-box-shadow: 3px 5px 9px -2px rgba(92, 92, 92, 0.6);
  -moz-box-shadow: 3px 5px 9px -2px rgba(92, 92, 92, 0.6);
  box-shadow: 3px 5px 9px -2px rgba(92, 92, 92, 0.6);
  background: #fff;
}

.csestudy-clients-left h2 {
  margin-bottom: 5px;
}

a.hi-inner-link {
  color: #4392f1;
}

ul.solution-products-list {
  margin: 0;
  display: flex;
  padding: 30px 0;
}

.hi-sltn-products h2.hi-title.hi-centre {
  max-width: 600px;
  margin: 0 auto;
}

.solution-products-list li {
  background: #f9f9f9;
  border-left: 7px solid #fff;
  border-right: 7px solid #fff;
  flex-basis: 16.666%;
  padding: 60px 15px 15px;
}

.solution-products-list li img {
  width: 100%;
  max-width: 175px;
  margin: 0 auto;
  display: block;
  padding-bottom: 30px;
}

div#ajaxsearchlite1 {
  flex-basis: 25%;
}

div#ajaxsearchliteres1 {
  min-width: 768px;
  margin: 0 auto;
  left: 0 !important;
  right: 0 !important;
}

div.asl_r .results {
  width: 100% !important;
}

div.asl_w .probox .promagnifier {
  position: absolute !important;
}

div.asl_r .results .item .asl_content h3:before {
  content: "";
  display: inline-block;
  background: url(images/next-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  margin-right: 2px;
}

.resdrg {
  padding: 10px 5px 0 10px !important;
}

div.asl_r .results {
  min-height: 300px !important;
}

/*article {
    flex-basis: 25%;
    background: #EAE9E7;
}*/
.search-rslts-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}

.search-rslts-wrapper article h2.entry-title {
  font-size: 16px;
  min-height: 50px;
}

.search-rslts-wrapper article p {
  font-size: 14px;
  margin-bottom: 0;
}

.search-rslts-wrapper img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.search-thumb {
  background: #fff;
  border: 1px solid #eae9e7;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

img.srch-placeholder {
  height: 100%;
  object-fit: cover;
  max-height: 200px;
}

.search-rslts-wrapper article {
  flex-basis: 25%;
  background: #f9f9f9;
  border-left: 7px solid #fff;
  border-right: 7px solid #fff;
  margin-bottom: 14px;
}

.search-rslts-wrapper .entry-summary {
  padding: 0 20px;
}

.hi-search h1 {
  margin-bottom: 30px;
  font-weight: 600;
}

#fltr-overlay {
  display: none;
}

.hi-menu-mobile {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: end;
  gap: 10px;
}

.site-header.fixed .hi-overlay-menu {
  position: absolute;
  top: 15px;
  right: 10px;
}

.hi-menuButton img {
  width: 100%;
  max-width: 40px;
}

.hi-menuoverlay-inner {
  padding: 30px;
}

.hi-menuoverlay-inner ul#primary-menu {
  margin: 0;
}

.hi-menuoverlay-inner div#ajaxsearchlite1 {
  height: 50px;
  display: flex;
  align-items: center;
}

.hi-menuoverlay-inner #ajaxsearchlite1 .probox .proinput input,
.hi-menuoverlay-inner #ajaxsearchlite1 div.asl_w .probox .proinput input {
  font-size: 22px !important;
}

.overlay-open .menu-menu-1-container .sub-menu {
  display: none;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
}

.overlay-open li.menu-item a {
  font-size: 30px;
  padding: 15px 0;
  display: block;
}

.overlay-open .sub-menu li.menu-item a {
  font-size: 18px;
  padding: 5px;
  display: block;
}

.hi-overlay-data {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  visibility: 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-open li.menu-item-has-children:after {
  content: url(images/arrow-down.png);
  display: inline;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: -1;
}

.overlay-open li.menu-item-has-children {
  position: relative;
}

.overlay-open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 9999;
  padding-top: 15px;
  overflow: scroll;
}

button#hi-menu,
button.menu-close {
  background: unset;
  border: none;
  padding-right: 0;
}

.mbl-phone-cntry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 30px 0;
}

.hi-menuoverlay-inner a.quote-button {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 12px;
  display: inline-block;
  margin-top: 30px;
}

.logo-close {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
}

.hi-menuoverlay-inner .sub-menu li {
  display: flex;
  align-items: center;
}

.site-header.fixed .overlay-open img.custom-logo {
  display: block !important;
}

.blog-wrapper {
  display: block;
  margin-left: 0;
  margin-right: 0;
}

.blog-outer {
  display: flex;
}

.blog-outer {
  display: flex;
  gap: 15px;
}

aside#recent-posts {
  width: 30%;
  padding-left: 40px;
}

article.blog-outer aside#recent-posts {
  padding-top: 20px;
}

aside#recent-posts ul {
  padding: 15px 20px;
  margin: 0;
}

aside#recent-posts li a {
  padding: 15px 20px 15px 0;
  display: block;
  border-bottom: 1px solid #9a9a9a;
  position: relative;
  transition: all .3s;
  font-size: 15px;
}

aside#recent-posts li a:hover {
  color: #f9bf0b;
}

aside#recent-posts li:last-child a {
  border: unset;
}

aside#recent-posts li a:after {
  content: "";
  background: url(/wp-content/themes/hire-int/images/arrow-down.png);
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  text-align: right;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 16px;
  transform: rotate(-90deg);
}

.sidebar-contact {
  margin-top: 30px;
}

.sidebar-contact__inner {
  background: #F9F9F9;
  padding: 15px 30px;
}

.sidebar-contact__inner a {
  font-weight: 700;
  display: inline-block;
}

.sidebar-contact .nf-form-cont .one-third,
.nf-form-cont .two-sixths {
  width: 100%;
  margin: 0;
}

.sidebar-heading h2 {
  margin: 0;
}

.sidebar-heading {
  background: #f9bf0b;
  padding: 12px 30px;
}

.hi-post {
  flex-basis: 33.33%;
  border: 7px solid #fff;
  background: #f9f9f9;
  position: relative;
  padding-bottom: 15px;
}

.hi-post-thumbnail {
  border: 1px solid #f9f9f9;
}

a.post-title {
  display: block;
  font-weight: 600;
}

.post-excerpt {
  padding: 15px;
}

.hi-post img {
  height: 100%;
  object-fit: cover;
  max-height: 200px;
}

.single-post a.post-rdmore,
.blog a.post-rdmore {
  color: #F55F05;
  position: absolute;
  bottom: 15px;
  left: 15px;
  transition: all .3s;
}

.blog a.post-rdmore:hover {
  color: #f9bf0b;
}

.page-template-upcoming-events a.post-rdmore,
.post-type-archive-hi_events a.post-rdmore {
  display: none;
}

.position-linkedin {
  display: flex;
  align-items: center;
  gap: 10px;
}

.position-linkedin p {
  margin: 0;
  color: #757575;
  font-size: 14px;
}

.author-profile__card h1 {
  margin-bottom: 0;
}

.author-wrapper {
  display: flex;
}

.author-bio {
  margin-top: 20px;
}

.author-profile__card {
  margin-left: 0;
  margin-right: 0;
  width: 70%;
}

.author-posts {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}

.author-profile__card h2 {
  margin-top: 40px;
}

.author-posts nav.navigation.pagination {
  width: 100%;
}

.entry-author-bio {
  background-color: #F8F8F8;
  padding: 40px;
  margin: 40px 0;
}


.entry-author-bio img,
.author-photo img {
  border-radius: 50%;
}

.entry-author-bio h3 {
  margin-top: 10px !important;
}

.author-readmore {
  color: #f9bf0b;
}

.author-descr p:not(:first-child) {
  display: none;
}



/* ---------------------
/  Staging form styling
/  --------------------- */
form#staging-form {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.contact-top {
  display: flex;
}

label.square-qnty {
  margin-right: 10px;
}

.stg-selection {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.staging-left,
.staging-right {
  flex-basis: 50%;
}

.stg-field {
  display: flex;
  justify-content: end;
  margin: 20px 0;
  position: relative;
}

.stg-field label {
  width: 100%;
}

.stg-field input,
.stg-field select {
  width: 100%;
  max-width: 350px;
  border-radius: unset;
  height: 35px;
  padding: 5px 10px;
  border: 1px solid #dedcd6;
}

.staging-right {
  padding-left: 20px;
}

.staging-left {
  padding-right: 20px;
  border-right: 1px dashed #dedcd6;
}

.stg-field :focus,
.additional-details :focus {
  outline: none;
}

.stg-cat-products .form-group {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

.stg-cat-products {
  flex-basis: 50%;
}

.stg-cat-products:nth-child(odd) {
  padding-right: 15px;
  border-right: 1px dashed #dedcd6;
}

.stg-cat-products:nth-child(even) {
  padding-left: 15px;
}

.stg-cat-products input#staging_product_qty {
  max-width: 40px;
  padding: 0px 5px;
  border: 1px solid #dedcd6;
  height: 30px;
}

input#staging_product {
  width: 100%;
}

span.stg-qnty,
span.stg-msg {
  float: right;
  font-size: 14px;
  font-style: italic;
}

.additional-details textarea,
.contact-bottom textarea {
  width: 100%;
  padding: 5px 10px;
  margin-top: 10px;
  border: 1px solid #dedcd6;
}

input#stg-submit {
  background: #fdbf09;
  color: #000;
  font-weight: 700;
  border-radius: 50px;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 12px;
  border: none;
  width: 100%;
  max-width: 140px;
  margin-top: 30px;
}

.contact-bottom {
  padding-bottom: 30px;
}

.contact-mid.new-dates {
  display: flex;
  justify-content: space-between;
}

.billing-dates,
.delivery-dates {
  flex-basis: 50%;
}

.billing-dates {
  padding-right: 20px;
  border-right: 1px dashed #dedcd6;
}

.delivery-dates {
  padding-left: 20px;
}

.stg-field.selectdiv:after {
  content: url(/wp-content/themes/hire-int/images/arrow-down.png) !important;
  position: absolute;
  right: 10px;
  bottom: 7px;
  z-index: -1;
}

.stg-field.selectdiv {
  position: relative;
}

.notice {
  display: flex;
  position: absolute;
  top: 21px;
  min-width: 132px;
  align-items: center;
}

input#check-address {
  width: 100%;
  max-width: 18px;
  height: unset;
}

span.ntc {
  font-size: 9px;
  width: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #404040 !important;
}

#staging-form h3 {
  line-height: 10px;
}

.hi-container.hi-client-form {
  padding-top: 0;
  margin-top: -30px;
}

/* ---------------------
/  Events styling
/  --------------------- */
.events-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
}

.event-ttl-cntnr {
  background: #f9f9f9;
  padding-bottom: 10px;
  border: 1px solid #dedcd6;
}

.event-item {
  flex-basis: 25%;
  margin-bottom: 14px;
  border-right: 7px solid #fff;
  border-left: 7px solid #fff;
  box-sizing: border-box;
}

.event-ttl-cntnr h4 {
  font-weight: 600;
  width: 100%;
  display: block;
  margin: 0;
  padding: 5px 10px;
  display: flex;
}

.event-ttl-cntnr h4.event-ttl {
  min-height: 52px;
  font-size: 16px;
}

.event-ttl-cntnr a.event-site:before {
  content: url(images/globe.png);
  vertical-align: middle;
  margin-right: 3px;
}

.event-ttl-cntnr h4.venue:before {
  content: url(images/event-location.png);
  vertical-align: middle;
  margin-right: 3px;
}

.event-ttl-cntnr a.rent-now:before {
  content: url(images/order-icon.png);
  margin-right: 5px;
  vertical-align: middle;
}

.event-ttl-cntnr a:hover {
  color: #fdbf09;
}

.event-dtl,
.venue {
  border-bottom: 1px dashed #dedcd6;
  font-size: 12px;
  display: block;
  padding: 5px 10px;
}

.event-site {
  font-size: 10px;
  display: block;
  padding: 5px 10px;
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

a.rent-now {
  border-top: 1px dashed #dedcd6;
}

.event-dtl p {
  margin: 0;
  min-height: 100px;
  font-size: 14px;
  padding-bottom: 10px;
}

a.rent-now,
.event-date {
  display: block;
  font-size: 12px;
  padding: 5px 10px;
}

.event-img-cntnr {
  border: 1px solid #dedcd6;
  border-bottom: none;
}

header.page-header h1.page-title.events-arc {
  flex-basis: 26%;
}

input.sf-input-text {
  padding: 5px 10px;
  border: 1px solid #dedcd6;
}

form#search-filter-form-691>ul {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

form#search-filter-form-691 .chosen-container-single .chosen-search input[type="text"] {
  display: none;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #dedcd6;
  border-radius: unset;
  background: #fff;
}

.chosen-container-single .chosen-single {
  border: 1px solid #dedcd6;
  border-radius: 0;
  background-color: #fff;
  background: unset;
  background-clip: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  padding: 5px 5px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -15px 8px;
}

.chosen-container.chosen-container-single.chosen-container-active .chosen-single div b {
  background-position: -15px 8px;
}

.chosen-container .chosen-drop {
  border: 1px solid #dedcd6;
}

/* ---------------------
/ Location styling
/  --------------------- */
.hi-grid-item {
  flex-basis: 25%;
  margin-bottom: 20px;
  border-right: 7px solid #fff;
  border-left: 7px solid #fff;
  box-sizing: border-box;
}

.hi-grid-list {
  display: flex;
  flex-wrap: wrap;
}

.location-dtl {
  background: #f9f9f9;
  padding-bottom: 3px;
  border: 1px solid #dedcd6;
}

.location-dtl h3,
.location-dtl h4 {
  padding: 3px 8px;
  margin: 0;
}

.location-dtl h4 {
  font-weight: 400;
}

.hi-grid-item p {
  margin: 0;
}

.hi-grid-item iframe {
  vertical-align: bottom;
}

.page-id-27175 .entry-content ul li:before,
.product-content ul li:before {
  display: none;
}

div#text-block ul li:before,
.entry-content ul li:before,
.product-content ul li:before {
  content: "";
  width: 13px;
  height: 13px;
  background: #fdbf09;
  display: inline-block;
  position: absolute;
  left: -20.5px;
  top: 4.4px;
  z-index: -1;
  border-radius: 25px;
}

div#text-block ul li,
.archive-description ul li,
.entry-content ul li,
.product-content ul li {
  position: relative;
  list-style: disc;
}

ol {
  list-style: decimal;
  list-style: none;
  margin-left: 0;
}

ol li {
  position: relative;
  line-height: 24px;
  counter-increment: custom;
}

ol li:first-child {
  counter-reset: custom;
}

ol li:before {
  content: "";
  width: 18px;
  height: 18px;
  background: #fdbf09;
  display: inline-block;
  position: absolute;
  left: -24.5px;
  top: 4.4px;
  z-index: -1;
  border-radius: 25px;
  line-height: 17px;
  content: counter(custom) " ";
  text-align: center;
  font-weight: 600;
}

ol.flex-control-nav.flex-control-paging :before {
  display: none;
}

/* ---------------------
/  Downloadable content
/  --------------------- */
.horizontal-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
}

.horizontal-grid-item {
  flex-basis: 33.3333%;
  display: flex;
  margin-bottom: 20px;
  border-right: 7px solid #fff;
  border-left: 7px solid #fff;
  box-sizing: border-box;
}

.grid-item-dtl {
  padding: 8px;
  background: #f9f9f9;
  border: 1px solid #dedcd6;
  position: relative;
}

.grid-item-dtl p {
  margin: 0;
  font-size: 14px;
}

.grid-item-dtl a {
  position: absolute;
  bottom: 0;
  font-weight: 600;
}

.grid-item-dtl a:after {
  content: url(images/link-arrow-right.png);
  margin-left: -10px;
  vertical-align: middle;
}

.hi-split {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

.split-col {
  flex-basis: 50%;
  padding-right: 30px;
}

a.facebook_link img,
a.twitter_link img,
a.linkedin_link img {
  width: 20px;
}

.page-template-upcoming-events .hi-container.hi-taxonomy-archive {
  padding-top: 0;
  margin-top: -15px;
}

/* ---------------------
/ HI Search styling
/ ---------------------*/
.search-rslts-wrapper .navigation.posts-navigation {
  display: none;
}

section.no-results.not-found {
  text-align: center;
  min-height: 400px;
}

section.no-results.not-found .page-content,
section.no-results.not-found p,
section.no-results.not-found header.page-header h1.page-title {
  margin: 0;
}

.popular-prdcts {
  display: flex;
  padding: 20px 0 !important;
  border-top: 2px dotted #efefef !important;
}

.popular-products-outer {
  flex-basis: 70%;
}

.srch-trending {
  flex-basis: 30%;
  padding: 0 20px !important;
}

.popular-products-outer ul li {
  display: inline;
}

.srch-trending ul li {
  display: inline-block;
  margin-bottom: 6px !important;
}

.srch-trending ul li a {
  display: inline-block;
  border: 2px solid #fdbf09 !important;
  border-radius: 25px !important;
  padding: 5px 12px !important;
  margin-bottom: 6px !important;
}

.popular-prdcts-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.popular-item {
  flex-basis: 50%;
  display: flex;
  border-left: 5px solid #fff !important;
  border-right: 5px solid #fff !important;
  margin-bottom: 10px !important;
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
}

.popular-item img {
  width: 100%;
  max-width: 60px;
  border: 1px solid #f9f9f9 !important;
}

.prdct-inner-dtl span {
  display: block;
  font-size: 12px;
}

.prdct-inner-dtl {
  width: 100%;
  background: #f9f9f9;
  padding: 10px !important;
}

.popular-prdcts h3 {
  font-weight: 700;
  margin-bottom: 15px !important;
}

.results p {
  text-align: center !important;
  padding: 20px !important;
  border-top: 2px dotted #efefef !important;
  margin: 0 10px !important;
}

.form-inner {
  display: flex;
}

.form-inner .formElements {
  margin-bottom: 20px;
  position: relative;
}

.formLeft,
.formRight,
.qq-cat-name {
  flex-basis: 50%;
}

.formElements label,
.qq-date-label {
  display: block;
  width: 100%;
  font-weight: 400;
  color: #9e9e9e;
  font-size: 14px;
  margin-bottom: 5px;
}

.formElements textarea {
  width: 100%;
  height: 125px;
  border-radius: unset;
  padding: 6px 10px;
  margin-bottom: 20px;
}

.formElements input,
.formElements select,
.remove-from-quote input:not(#product_qty) {
  display: block;
  width: 100%;
  border-radius: unset;
  height: 45px;
  padding: 5px 10px;
}

.formElements select {
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.formLeft {
  padding-right: 90px;
  border-right: 1px solid #eae9e7;
}

.formRight {
  padding-left: 90px;
}

#filter select,
#quickquote select,
#quickquote input,
#quickquote textarea,
select.prdt-select,
input.textbox_qty,
select.prdct-select {
  border: 2px solid #e6e6e6 !important;
}

#quickquote input.qq-btn {
  border: unset !important;
}

ul.selected-products {
  margin: 0;
  padding-top: 15px;
}

.rentalCalendar {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}

input#tbl_quick_quote_qq_start_date,
input#tbl_quick_quote_qq_end_date {
  width: 100%;
  border-radius: unset;
  height: 40px;
  margin-right: 14px;
  padding: 5px 10px;
}

i.fa.fa-calendar {
  font-size: 20px;
  color: #ffbc3a;
  position: absolute;
  right: 10px;
  top: 36px;
}

div.select-icon:after {
  content: url(images/arrow-down.png) !important;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: -1;
}

input.qq-btn {
  background: #fdbf09 !important;
  color: #000 !important;
  font-weight: 700;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 14px;
  border: none;
}

select {
  display: block;
  width: 100%;
  border-radius: unset;
  height: 40px;
  padding: 5px 10px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ui-datepicker {
  width: 20em !important;
}

.form-response {
  display: flex;
  margin-top: 15px;
}

form#filter {
  padding-right: 90px;
}

form#filter,
div#response {
  width: 100%;
  max-width: 500px;
}

label.mbl-qnty {
  display: none;
}

.square-cat-products {
  display: flex;
  justify-content: center;
  align-items: initial;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
  padding: 20px 0 30px 0;
}

.square-cat-products .form-group {
  text-align: center;
  flex-basis: 33.333%;
}

.square-cat-products .form-group input#staging_product {
  width: 100%;
  text-align: center;
  border: unset;
  font-weight: 600;
}

.square-qnty-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 130px;
  margin: auto;
  padding: 10px;
  align-items: center;
}

h4.square-heading {
  font-size: 24px;
  text-align: center;
}

.square-section #staging-form h3 {
  line-height: 10px;
  margin-top: 50px;
}

.square-dates {
  display: flex;
  justify-content: space-between;
  max-width: 518px;
  margin: 0 auto;
}

textarea#square_delivery_address {
  width: 100%;
  max-width: 350px;
  border-radius: unset;
  height: 90px;
  padding: 5px 10px;
  border: 1px solid #dedcd6;
}

input#square_product_qty {
  max-width: 65px;
  border-radius: unset;
  height: 35px;
  padding: 5px 10px;
  border: 1px solid #dedcd6;
}

input#square_order_start_date,
input#square_order_end_date {
  max-width: 350px;
  border-radius: unset;
  height: 35px;
  padding: 5px 10px;
  border: 1px solid #9e9270;
}

.square-end,
.square-start {
  text-align: center;
  font-weight: 600;
}

.hi-hdr-slider {
  position: relative;
  background: url(images/owl-loader.gif) no-repeat center center;
  min-height: 600px;
}

.hi-chat_imgwrap {
  position: relative;
  display: flex;
  flex-direction: column;
}

.hi-chat_img {
  flex: auto;
}

.hi-chat_imgwrap .hi-button {
  display: none;
}

i.fa.fa-star:before {
  content: "";
  background: url(images/star-solid.svg);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: block;
}

.no-js .owl-carousel {
  display: block;
}

.hero-carousel.owl-loaded {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-intro {
  display: none;
}

.hero-intro-inner a.hi-button {
  margin: 0 !important;
}

.hero-carousel.owl-loaded .hero-intro {
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: left;
  height: 100%;
  padding-bottom: 80px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%);
}

.hi-hdr-slider .owl-carousel .owl-stage {
  display: flex;
}

.hi-hdr-slider .owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}

.hi-hdr-slider .item {
  min-height: 660px;
  width: 100%;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.usps-section-desc {
  width: 100%;
  margin: 0 auto;
}

.usps-section__descr p {
  font-size: 18px;
  margin-top: 0;
}

.semi-full {
  width: 100%;
  max-width: 980px;
}

.usp-items__wrapper {
  margin: 40px auto 0 auto;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  text-align: center;
}

.usp-item p {
  font-weight: 600;
  font-size: 16px;
  max-width: 180px;
  margin: 20px auto;
}

.usp-item {
  width: 25%;
}

.uicon-wrap {
  border-radius: 106px;
  background: #fff;
  box-shadow: 0px 14px 25px 0px rgba(0, 0, 0, 0.07);
  width: 106px;
  height: 106px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.sectn-ttle {
  max-width: 520px;
  margin: 0 auto;
}

.sectn-ttle p {
  color: #fdbf09;
  font-size: 15.011px;
  font-weight: 600;
  line-height: 12.517px;
  margin-bottom: 10px;
}

.frequently-rented__inner {
  margin: 40px auto;
}

.frequently-rented__inner .sectn-ttle {
  max-width: unset;
}

.events-solution {
  display: flex;
  margin-bottom: 70px;
}

.img-right .events-solution__copy {
  max-width: 620px;
  width: 100%;
  margin-left: auto;
  padding-right: 150px;
  padding-left: 20px;
}

.img-left .events-solution__copy {
  max-width: 650px;
  padding-left: 6%;
  padding-right: 15px;
  margin-right: auto;
}

.events-solution__image {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.es-ttle h2 {
  color: #fdbf09;
  font-size: 15.011px;
  font-weight: 600;
  line-height: 22.517px;
}

.es-ttle span {
  font-size: 18px;
  margin-top: 10px;
  display: block;
}

.home-events {
  margin-bottom: 40px;
}

.home-events ul {
  list-style: disc;
  padding: 0;
  margin-left: 20px;
  margin-top: 20px;
}

.home-events li {
  font-weight: 600;
}

.home-events ul ::marker {
  color: #fbbf08;
}

.home-events a {
  font-weight: 600;
}

.es-ttle h3 {
  color: #262626;
  font-size: 32.727px;
  font-family: Open Sans;
  font-weight: 700;
  line-height: 40.091px;
}

.events-solution.img-left {
  flex-direction: row-reverse;
}

section.events-solutions {
  background: #f9f9f9;
  padding: 70px 0 30px;
}

.usps-section {
  padding-top: 40px;
}

.usps-section .hi-title {
  font-size: 30px !important;
  margin-bottom: 15px;
}

h2.hi-title span {
  color: #fdbf09;
  display: block;
}

.sticky-reviews {
  position: fixed;
  left: 0;
  bottom: 15px;
  background-color: #fff;
  max-width: 240px;
  box-shadow: 0px 0px 5px 0px #2d2d2d2b;
  border-radius: 3px;
  z-index: 9999;
}

.sticky-reviews__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 250px;
  padding: 10px;
}

.sticky-reviews__inner p {
  margin: 0;
}

span.reviews-base {
  display: block;
  font-size: 14px;
  color: #929292;
}

span.rating-value {
  font-weight: 700;
  color: #fdbf09;
}

.sticky-reviews__inner i.fa.fa-star {
  position: relative;
  top: 2px;
  display: inline-block;
}

span.stars-wrap {
  padding-left: 3px;
}

.store-img img {
  max-width: 50px;
  border-radius: 50%;
}

span.nps-base {
  text-transform: uppercase;
}


@media only screen and (min-width: 1400px) {
  p#breadcrumbs {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 1400px) {
  .hi-breadcumb {
    padding-left: 15px;
  }

  a.event-site {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 210px;
  }

  .event-ttl-cntnr h4 {
    min-height: 48px;
  }

  .event-ttl-cntnr h4.event-ttl {
    min-height: 90px;
  }

  .event-ttl-cntnr .event-dtl {
    min-height: 110px;
  }
}

@media only screen and (max-width: 1350px) {
  .horizontal-grid-item {
    flex-basis: 50%;
  }
}

@media only screen and (max-width: 1100px) {
  .prdt-img-cntnr {
    min-height: 200px;
  }
}

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

  .stg-field input,
  .stg-field select {
    max-width: 300px;
  }
}

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

  .stg-field input,
  .stg-field select {
    max-width: 260px;
  }

  .horizontal-grid-item {
    flex-basis: 33.33%;
    display: block;
  }

  .horizontal-grid-item img {
    width: 100%;
  }

  .grid-item-dtl a {
    position: unset;
  }

  p.site-description {
    display: none;
  }
}

@media only screen and (max-width: 860px) {
  h2 {
    font-size: 20px;
  }

  .hi-container {
    padding: 40px 20px;
  }

  .home .hi-qq-form.hi-container,
  .hi-rentals.hi-qq-form.hi-container {
    display: none;
  }

  .pge-hdr {
    min-height: 350px;
  }

  .page-id-11 .hi-qq-form.hi-container {
    margin-top: unset;
    overflow: unset;
    padding: 40px 0;
  }

  .hdr-right {
    align-self: unset;
  }

  img.custom-logo {
    width: 100%;
    max-width: 120px;
  }

  .hdr-btm ul {
    flex-wrap: wrap;
    padding: 10px 15px;
  }

  .hdr-btm ul li {
    flex-basis: 50%;
    display: flex;
  }

  ul.trust-items {
    flex-wrap: wrap;
  }

  ul.trust-items li {
    flex-basis: 50%;
  }

  .hi-partners {
    padding: 40px 0;
  }

  .freq-cats ul {
    max-width: 100%;
  }

  ul.hire-cats-list li {
    flex-basis: calc(33.333% - 14px);
  }

  ul.solution-products-list {
    flex-wrap: wrap;
  }

  .solution-products-list li {
    flex-basis: 33.333%;
    margin-bottom: 14px;
  }

  .contact-top {
    display: block;
  }

  .stg-field input,
  .stg-field select {
    max-width: 80%;
  }

  .staging-right {
    padding-left: 0;
  }

  .staging-left {
    padding-right: 0;
    border-right: unset;
  }

  .notice {
    min-width: unset;
  }

  .stg-selection {
    display: block;
  }

  .stg-cat-products:nth-child(odd) {
    padding-right: 0;
    border-right: unset;
  }

  .stg-cat-products:nth-child(even) {
    padding-left: 0;
  }

  .event-item,
  .hi-grid-item {
    flex-basis: 33.333%;
  }

  .location-dtl {
    min-height: 110px;
  }

  ul.hire-cats-list {
    margin-left: -14px;
    margin-right: -14px;
  }

  div#hero-carousel {
    min-height: unset;
    overflow: hidden;
    max-height: unset;
  }

  .hi-hdr-slider {
    min-height: 420px;
  }

  .hero-intro-inner .intro-hdr {
    color: #fff !important;
  }

  .hero-carousel .intro-dscr {
    display: none !important;
  }

  h2.intro-hdr {
    margin-bottom: 30px;
  }

  .usps-section {
    padding-top: 0;
  }

  img.custom-logo {
    width: 100%;
    max-width: 120px;
    min-width: 100px;
  }
}

@media only screen and (max-width: 800px) {
  .nf-field-container .nf-field-element {
    width: 100%;
    -ms-flex-order: 15;
    order: 15;
  }
}

@media only screen and (max-width: 768px) {
  .hi-hdr-slider .item {
    min-height: 400px;
  }

   a.price-beat-policy-button { 
   display: none; 
 } 

  h2.hi-title {
    margin-bottom: 30px;
  }

  .csestudy-clients-left h2 {
    margin-bottom: 0;
  }

  .hi-help-inner h2.hi-title {
    margin-bottom: 0px;
  }

  .intro-hdr:after {
    content: "";
    display: block;
    background: url(images/yellow-divider.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 1.5px;
    margin-top: 25px;
  }

  .main-navigation ul {
    width: 100%;
    background: #fff;
    padding: 20px;
  }

  nav#site-navigation {
    display: none;
  }

  .main-navigation li {
    float: none;
  }

  p {
    font-size: 18px;
  }

  #cookie-law-info-bar p {
    font-size: 14px;
  }

  #cookie-law-info-bar {
    height: 180px;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  #cookie-law-info-bar img.far.fa-times-circle {
    max-width: 10px;
  }

  section#search-2,
  .hi-footer-rentals,
  section.prdct-form,
  .csestudy-wrapper h4 {
    display: none;
  }

  section.fltr-prdts-lst,
  .hi-container.sltn-inner-cnt {
    display: block;
  }

  .hi-help-inner {
    flex-direction: column;
  }

  .reviews-testimonials .hi-container,
  .testimonials-list,
  .hi-outlets .hi-container,
  ul.outlets-list,
  .hi-footer-newsletter .hi-container,
  .hi-footer-rentals .hi-container,
  footer#colophon .hi-container {
    display: block;
  }

  .hi-partner-affiliations .hi-container {
    display: block;
    padding: 0;
    margin: 0;
  }

  .hi-partners {
    border-right: unset;
    border-bottom: 2px solid #e2e2e2;
  }

  ul.partner_logos_list,
  ul.affiliates_logos_list {
    flex-wrap: wrap;
  }

  ul.partner_logos_list li,
  ul.affiliates_logos_list li {
    flex-basis: 50%;
    text-align: center;
  }

  .hi-affiliates {
    padding: 80px 15px;
  }

  .hi-reviews h2.yello-divider {
    text-align: center;
  }

  .reviews-testimonials .hi-container {
    padding-bottom: 100px;
  }

  .hi-reviews-split {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }

  .hi-scoredtls {
    margin-bottom: unset;
  }

  .hi-outlets {
    background: #f9f9f9;
    margin-top: 70px;
  }

  .hi-reviews .yello-divider:after {
    margin: 20px auto;
  }

  .testimonials-list div {
    margin-bottom: 40px;
  }

  .hi-outlets .hi-container {
    padding-bottom: 40px;
  }

  .ftr-outlets-title {
    margin-bottom: 10px;
  }

  ul.outlets-list li {
    border-bottom: 2px solid #e2e2e2;
    margin-bottom: 0px;
    padding: 20px 0;
    float: none;
    width: 100%;
  }

  ul.outlets-list p {
    padding: 5px;
  }

  .hi-image img {
    margin-bottom: 15px;
  }

  .hi-socials .hi-centre {
    text-align: left;
  }

  .hi-footer-newsletter ul {
    padding: 0px;
    height: 40px;
    max-width: 140px;
  }

  ul.footer-categories-column {
    padding: 0;
  }

  .hi-right-footer {
    text-align: left;
    margin-top: 30px;
  }

  #menu-footer-menu .menu-item {
    flex-basis: 50%;
    font-size: 16px;
  }

  ul#menu-footer-menu {
    flex-wrap: wrap;
  }

  footer#colophon {
    padding: 20px 0;
  }

  ul.trust-items li {
    flex-basis: 100%;
    display: flex;
    width: 100%;
    padding: 0;
    align-items: center;
  }

  .hi-trust-stip p {
    margin: 0;
    text-align: left;
  }

  ul.trust-items img {
    max-width: 120px;
  }

  .mbl-only {
    display: block;
  }

  .hi-footer-newsletter .hi-container {
    padding-bottom: 0;
  }

  .mbl-only li {
    margin: 0 !important;
    padding: 0;
  }

  ul.accordion.mbl-only.hi-container {
    padding-top: 15px;
  }

  .hi-hdr-slider {
    margin-bottom: 0;
  }

  .cat-second-half {
    position: absolute;
    top: -50px;
    right: 0;
    background-size: 125px;
    display: block;
  }

  .freq-cats ul li {
    display: block;
    position: relative;
  }

  .cat-second-half img {
    max-width: 130px;
  }

  .cat-first-half h3 {
    width: 100%;
    max-width: 220px;
  }

  .reviews-testimonials .hi-container {
    position: relative;
  }

  .hi-newsletter {
    padding: 0px 0 20px 0;
    margin-bottom: 25px;
  }

  .hdr-cta,
  .countries-set {
    display: none;
  }

  .hi-menuoverlay-inner .countries-set {
    display: block;
  }

  ul.footer-categories-column li {
    padding: 0;
  }

  h2.intro-hdr {
    font-size: 32px;
    line-height: 40px;
  }

  .freq-cats {
    padding-bottom: 0px;
    padding-top: 40px;
  }

  ul.solutions-pgelist li a {
    min-height: 300px;
  }

  .outlet-set {
    position: relative;
    width: 100%;
    height: auto;
  }

  .outlet-set>a {
    display: block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .outlet-set>a:after {
    content: url("images/arrow-down.png");
    display: inline;
    position: absolute;
    right: 0;
    top: 20px;
  }

  .outlet-set>a.active:after {
    content: url("images/arrow-up.png");
    display: inline;
    position: absolute;
    right: 0;
    top: 20px;
  }

  .outlet-set>a i {
    float: right;
    margin-top: 2px;
  }

  .outlet-content {
    display: none;
  }

  .outlet-content p {
    padding: 10px 15px;
    margin: 0;
    color: #333;
  }

  .pge-hdr {
    padding: 30px 0;
    display: flex;
    align-items: flex-end;
  }

  .page-template-rentals-page-noform .pge-hdr,
  .page-template-solutions-noform .pge-hdr {
    min-height: unset;
  }

  .hi-contact-form nf-field:nth-child(7n) {
    position: unset;
    width: unset;
  }

  .hi-inner-container {
    padding: 0 20px;
  }

  .hi-contact-form {
    padding: 0px;
    box-shadow: unset;
  }

  .page-id-11 .hdr-btm,
  .pge-hdr-intro p {
    display: none;
  }

  .hi-form {
    padding-right: 0;
  }

  .hi-contact-form div#nf-field-14-container {
    text-align: center;
  }

  .page-id-11 main#main {
    -webkit-box-shadow: 0px -80px 60px 45px rgba(50, 50, 50, 1);
    -moz-box-shadow: 0px -80px 60px 45px rgba(50, 50, 50, 1);
    box-shadow: 0px -80px 60px 45px rgba(50, 50, 50, 1);
  }

  .pge-hdr-intro h1 {
    line-height: 40px;
    margin-bottom: 30px;
  }

  .nf-field-label label {
    font-size: 18px !important;
  }

  .form-overlay .nf-field-label label {
    font-size: 14px !important;
  }

  ul.hire-cats-list li {
    flex-basis: calc(50% - 14px);
    margin: 7px;
  }

  ul.hire-cats-list li a {
    padding: 30px 15px 20px 15px;
  }

  .prdct-main-cont,
  ul.prdt-specs {
    flex-direction: column;
  }

  .prdct-main-cont {
    position: relative;
  }

  .ttle-cat {
    position: absolute;
    top: 0;
  }

  .prdct-main-cont .prdt-main-img {
    padding: 150px 30px 0 30px;
  }

  .hi-quote-btn {
    margin: 0 auto;
  }

  ul.hi-rltd-list {
    overflow-x: auto;
  }

  .hi-rltd-list li {
    min-width: 350px;
  }

  ul.hi-rltd-list::-webkit-scrollbar {
    display: none;
  }

  span.spec-ttl {
    display: block;
  }

  section.hire-prct-specs h2.hi-title {
    position: relative;
  }

  .hire-prct-specs .hi-title:after {
    content: url(images/arrow-up.png);
  }

  .hi-title.spec-close:after {
    content: url("images/arrow-down.png");
  }

  .hire-prct-specs .hi-title:after,
  .hi-title.spec-close:after {
    display: inline;
    position: absolute;
    right: 0;
    top: 0;
  }

  .hi-title span {
    max-width: 280px;
    display: block;
  }

  ul.prdt-specs li:nth-child(odd) {
    margin-right: 0;
  }

  .archive header#rmjs-1,
  .archive header {
    display: block !important;
  }

  ul.solutions-pgelist li {
    flex-basis: 50%;
  }

  .hi-sltns.hi-container {
    padding: 40px 8px;
  }

  .page-template-solutions .pge-hdr {
    min-height: 250px;
  }

  .hi-help-inner div#slider {
    padding-right: 0px !important;
    margin-bottom: 15px;
  }

  .hi-help-inner .flexslider .slides:after {
    display: none;
  }

  .sltn-title h1 {
    max-width: 380px;
    font-size: 36px;
    font-weight: 700;
  }

  .flex-control-nav {
    bottom: 30px !important;
    right: 0 !important;
  }

  .hi-csestudy-clients .hi-container {
    display: block;
  }

  .csestudy-clients-left {
    margin-left: 0;
    margin-bottom: 30px;
  }

  .csestudy-clients-right {
    padding-top: 30px;
  }

  .solution-products-list li {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .solution-products-list li {
    margin-bottom: 2px;
    padding: 20px 10px 10px 10px;
  }

  .case-dscrptn[data-readmore] {
    margin-bottom: 20px;
  }

  .faq-dtls span {
    max-width: 380px;
    display: inline-block;
  }

  .solutions-testimonials .flex-control-nav {
    display: none;
  }

  .search-rslts-wrapper {
    display: block;
  }

  .search-rslts-wrapper .entry-summary {
    flex-basis: 60%;
    padding-left: 15px;
    padding-right: 0;
    margin-top: 0;
  }

  .search-thumb {
    flex-basis: 40%;
    border: 2px solid #e2e2e2;
    max-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .search-rslts-wrapper article {
    display: flex;
    margin-bottom: 20px;
    padding: 10px;
    border: none;
  }

  .search-rslts-wrapper h2 {
    margin-bottom: 5px;
  }

  .search-rslts-wrapper p {
    margin: 0;
  }

  .search-rslts-wrapper img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    max-width: 150px;
  }

  .archive a[data-readmore-toggle] {
    left: 0;
    margin-top: 20px;
  }

  .cat-prdt-item {
    flex-basis: 50%;
  }

  .ctgry-prts-list {
    padding-top: 0px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .dsktp-fltr,
  .brand-title {
    display: none;
  }

  /*div#ajaxsearchlite1 { display: none; }*/
  #fltr-overlay {
    display: block;
  }

  .menu-menu-1-container {
    display: none;
  }

  .overlay-open .menu-menu-1-container {
    display: block;
    border-bottom: 2px solid rgba(196, 196, 196, 1);
    padding-bottom: 40px;
  }

  .hi-post {
    flex-basis: 50%;
  }

  a.post-title {
    font-size: 18px;
  }

  .stg-field input,
  .stg-field select {
    max-width: 60%;
  }

  .hi-split {
    display: block;
  }

  .search-rslts-wrapper article h2.entry-title {
    min-height: unset;
  }

  #ajaxsearchlite1 .probox,
  div.asl_w .probox {
    width: 100%;
  }

  .popular-prdcts {
    flex-direction: column;
  }

  div#ajaxsearchliteres1 {
    min-width: unset;
    width: 100% !important;
  }

  .popular-prdcts-wrapper {
    flex-direction: column;
  }

  div.asl_r .results {
    height: 100% !important;
  }

  .popular-item:nth-child(even) {
    display: none;
  }

  .popular-item img {
    max-width: 80px;
  }

  .prdct-inner-dtl span {
    font-size: 16px;
  }

  span.srch-cat {
    font-size: 14px;
  }

  div.asl_r .results .item .asl_content h3 a {
    font-size: 16px !important;
    margin-left: 10px !important;
  }

  .asl_content h3 {
    display: flex !important;
    align-items: baseline;
  }

  .srch-trending ul li a {
    font-size: 18px !important;
  }

  .srch-trending {
    padding: 0 !important;
  }

  .overlay-open .logo-close {
    position: relative;
  }

  .overlay-open p.site-description {
    display: block;
    position: absolute;
    top: 100px;
    font-size: 14px;
    max-width: 230px;
  }

  .hi-menuoverlay-inner div#ajaxsearchlite1 {
    margin: 20px 0px;
  }

  .form-inner,
  .form-response {
    display: block;
    position: relative;
  }

  .formLeft {
    padding-right: 0;
    border-right: unset;
  }

  form#filter {
    padding-right: 0;
  }

  .formRight {
    padding-left: 0;
  }

  .formBottom.qq-submit {
    margin-top: 20px;
  }

  a.extra-fields-product {
    position: absolute;
    bottom: -30px;
  }

  select.cat-select,
  select.prdt-select {
    margin-bottom: 15px;
  }

  select.prdct-select {
    margin-bottom: 15px;
  }

  label.mbl-qnty {
    display: inline-block;
  }

  form#quickquote {
    padding-top: 30px;
  }

  .remove-from-quote {
    flex-wrap: wrap;
  }

  a.remove-field.btn-remove-product {
    flex-basis: 100%;
  }

  .square-cat-products {
    justify-content: space-between;
    align-items: initial;
  }

  label.square-qnty {
    margin-right: 5px;
  }

  .square-dates {
    flex-direction: column;
  }

  .square-start {
    margin-bottom: 10px;
  }

  textarea#square_delivery_address {
    max-width: 60% !important;
  }

  .square-cat-products .form-group {
    text-align: center;
    flex-basis: 50%;
  }

  #cookie-law-info-bar p {
    font-size: 14px;
  }

  #cookie-law-info-bar a.info-set {
    font-weight: 600;
  }

  .solution-products-list li {
    flex-basis: 50%;
  }

  .site-header.fixed button#hi-menu {
    padding-top: 0;
    top: 0;
  }

  .hi-socials {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .blog-outer {
    flex-direction: column;
  }

  .blog-wrapper {
    padding-right: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  aside#recent-posts {
    width: 100%;
    padding-left: 0;
  }

  aside#recent-posts li a {
    font-size: 16px;
  }

  .events-solution,
  .events-solution.img-left {
    flex-direction: column;
  }

  .img-right .events-solution__copy,
  .img-left .events-solution__copy {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .events-solution__image {
    min-height: 400px;
    width: 100%;
  }

  .site-header.fixed .hi-overlay-menu {
    top: 0;
    padding-top: 10px;
  }

  .usp-item {
    width: calc(50% - 30px);
  }

  .usp-items__wrapper {
    flex-wrap: wrap;
  }

  div#solution-5 {
    width: calc(100% - 20px);
  }

  sticky-reviews {
    display: none;
    position: unset;
  }

  .form-overlay-inner .one-half {
    width: 100% !important;
    margin: 0 !important;
  }

  .hdr-right {
    display: none;
  }

  .site-branding {
    min-height: unset;
  }

  .site-header.fixed .hi-overlay-menu {
    position: unset;
  }

  .sticky-reviews {
    display: none;
    position: unset;
  }

  .modal .scrollTarget {
    max-width: 90%;
  }

  .form-overlay-close {
    background-size: 15px;
    width: 35px;
    height: 35px;
  }

  .qq-popup .nf-field-label label {
    font-size: 15px !important;
  }

  .qq-popup .nf-field-container .nf-field-label {
    margin-bottom: 5px !important;
  }

  .qq-popup .nf-form-content input.ninja-forms-field {
    height: 40px !important;
  }

  .qq-popup .nf-error.field-wrap .nf-field-element:after {
    height: 39px !important;
  }

  .qq-popup .nf-field {
    padding-top: 5px;
  }

  .qq-popup .form-overlay-inner .nf-form-content textarea.ninja-forms-field {
    height: 120px !important;
  }
}

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

  .event-item,
  .hi-grid-item {
    flex-basis: 50%;
  }

  .event-img-cntnr img {
    width: 100%;
  }

  .event-ttl-cntnr h4.event-ttl {
    min-height: unset;
    margin-top: 10px;
  }

  .event-dtl p {
    min-height: unset;
  }

  .horizontal-grid-item {
    flex-basis: 100%;
    display: flex;
  }

  .horizontal-grid-item img {
    width: unset;
  }

  .grid-item-dtl a {
    position: absolute;
  }

  .site-branding {
    min-height: unset;
  }

  .hi-help-inner .flex-control-nav {
    right: 0 !important;
    top: -20px;
  }
}

@media only screen and (max-width: 500px) {
  .blog-wrapper {
    display: block;
  }

  .intro-dscr {
    display: none;
  }

  .hero-intro-inner .intro-hdr {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 460px) {
  .hdr-btm ul li {
    font-size: 12px;
    line-height: 1;
  }

  li.hdr-btm-range {
    margin-bottom: 5px;
  }

  .hi-rltd-list li {
    min-width: 250px;
  }

  ul.solutions-pgelist li img {
    min-height: 260px;
  }

  .cse-clients-list li img {
    max-width: 65px;
  }

  .faq-dtls span {
    max-width: 260px;
    display: inline-block;
  }

  .solutions-testimonials .flexslider {
    padding: 30px 15px;
  }

  .search-thumb {
    max-height: 130px;
  }

  .search-rslts-wrapper article p {
    margin-bottom: 10px;
  }

  .prdt-img-cntnr {
    min-height: 175px;
  }

  .prdt-img-cntnr img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    max-width: 110px;
  }

  .mbl-phone-cntry {
    display: block;
  }

  .countries-set {
    margin-left: 0px;
    margin-top: 10px;
  }

  span.stg-msg {
    display: block;
    width: 100%;
    margin-top: 10px;
  }

  .contact-top {
    padding-top: 15px;
  }

  .event-item,
  .hi-grid-item {
    flex-basis: 100%;
  }

  a.event-site {
    max-width: unset;
  }

  .horizontal-grid-item {
    display: block;
    background: #f9f9f9;
  }

  .horizontal-grid-item img {
    display: block;
    margin: 0 auto;
  }

  .grid-item-dtl {
    border: none;
  }

  .grid-item-dtl a {
    position: unset;
    text-align: center;
    display: block;
  }

  textarea#square_delivery_address {
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 370px) {
  .stg-field {
    display: block;
  }

  .stg-field label {
    display: block;
  }

  .stg-field input,
  .stg-field select {
    max-width: 100%;
  }

  .notice {
    width: 100%;
    top: 58px;
  }

  ul.hire-cats-list li h3 {
    font-size: 13px;
  }

  a.quote-button {
    padding: 10px 10px;
  }
}

@media only screen and (max-width: 1140px) and (min-width: 768px) {
  ul.footer-categories-column li {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media only screen and (max-width: 890px) and (min-width: 768px) {
  div#ajaxsearchlite2 {
    max-width: 160px;
  }
}

.faq-accordion-container {
  position: relative;
  max-width: 850px;
  height: auto;
  margin: 10px auto;
}

.faq-accordion-container.full-width {
  max-width: 100%;
  margin-bottom: 40px;
  margin-top: 0;
}

.hi-solution-faq h2 {
  margin-bottom: 0;
}

.faq-accordion-container>h2 {
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.faq-dtls {
  position: relative;
  width: 100%;
  height: auto;
}

.faq-dtls>a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
  color: #555;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.full-width .faq-dtls>a {
  font-weight: 600;
}

.faq-dtls>a i {
  float: right;
  margin-top: 2px;
}

.faq-ans {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display: none;
}

.faq-ans p {
  padding: 10px 15px 10px 0;
  margin: 0;
}

.faq-ans h4 {
  margin-top: 0;
}

.faq-ans ul {
  list-style: disc;
}

.accordion-container {
  position: relative;
  max-width: 500px;
  height: auto;
  margin: 10px auto;
}

.accordion-container>h2 {
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.solutions-testimonials .flexslider {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 30px 50px;
}

span.client-name {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  display: block;
}

p.client-tstml {
  text-align: center;
  font-size: 20px;
  margin: 0;
}

p.client-tstml:before {
  content: "";
  background: url(images/quote-top.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

p.client-tstml:after {
  content: "";
  background: url(images/quote-bottom.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: block;
  margin: 30px auto;
  margin-top: 30px;
}

.solutions-testimonials .flex-control-nav {
  left: 0;
}

.csestudy-wrapper {
  position: relative;
  border-left: 40px solid #fdbf09;
  padding: 40px 20px;
  font-size: small;
  display: inline-block;
  height: 100%;
  min-height: 450px;
}

.csestudy-wrapper h4 {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: -30px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}

.csestudy-wrapper:before {
  content: "HIRE INTELLIGENCE";
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 3px;
  position: absolute;
  display: block;
  top: 150px;
  left: -27px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  margin-top: 20px;
  display: flex;
}

.cse-clients-list img {
  max-width: 90px;
  max-height: 90px;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}

.fa-plus:before {
  content: "" !important;
  display: block;
  background: url(images/Expand.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.fa-minus:before {
  content: "" !important;
  display: block;
  background: url(images/minimize.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.hi-container.sltn-inner-cnt a[data-readmore-toggle] {
  padding: 20px 0;
  color: #4392f1;
  font-weight: 600;
}

ul#breadcrumbs {
  display: flex;
}

.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 11px;
  line-height: 13px;
  float: right;
  display: flex;
  align-items: center;
  width: 100%;
}

.pagination span,
.pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  border-radius: 25px;
  color: #555;
  font-weight: 700;
}

.pagination a:hover {
  color: #9e9e9e;
}

.pagination .current {
  padding: 6px 9px 5px 9px;
  color: #b1b1b1;
}

.next_pagination a:after {
  content: url(images/link-arrow-right-white.png);
  position: relative;
  right: 20px;
}

.previous_pagination a:after {
  content: url(images/link-arrow-left.png);
  position: relative;
  left: 20px;
}

a.srch-cntct {
  color: #4392f1;
  font-weight: 600;
  margin-left: 5px !important;
}

span.srch-cat {
  font-weight: 600;
  font-size: 12px;
}

div#page {
  overflow: hidden !important;
}

.searchandfilter ul li li {
  display: flex !important;
  align-items: center !important;
}

h4.brand-title {
  margin-bottom: 0;
}

#fltr-overlay {
  color: #4392f1;
  padding: 20px 0;
}

.fltr-toggle:active {
  position: relative;
  top: 2px;
}

.fltr-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
}

.fltr-overlay h4 {
  margin: 0;
  padding-left: 0;
  font-size: 20px;
}

.fltr-overlay h2 {
  font-size: 35px;
  font-weight: 700;
  color: #404040;
  margin-top: -30px;
}

.fltr-overlay ul li a {
  font-weight: 300;
  text-decoration: none;
  display: block;
  color: #1d1f20;
  margin-right: 40px;
  list-style: none;
}

.fltr-overlay-close {
  position: absolute;
  right: 20px;
  top: 100px;
  font-size: 14px;
}

.fltr-overlay-data {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  visibility: 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.fltr-overlay-open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  padding-top: 120px;
  z-index: 9999;
  background: #fff;
}

.fltr-overlay form#search-filter-form-550 {
  padding: 0;
  margin-top: -10px;
}

.fltr-overlay form#search-filter-form-550 label.sf-label-checkbox {
  font-size: 14px;
}

form#search-filter-form-550 input[type="submit"] {
  background: #fdbf09;
  color: #000;
  font-weight: 700;
  border-radius: 50px;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 12px;
  border: unset;
}

#qq-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 50px;
  width: 100px;
}

#qq-overlay-menu {
  width: 100px;
  height: 50px;
}

.qq-menuButton {
  background-color: #7a7a7a;
  text-indent: 0;
  border: 1px solid #000;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

.qq-menuButton:hover {
  background-color: #474747;
}

.qq-menuButton:active {
  position: relative;
  top: 1px;
}

.qq-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
}

.qq-overlay nav {
  text-align: center;
  position: relative;
  top: 20%;
  height: 60%;
  font-size: 80px;
}

.qq-overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}

.qq-overlay ul li {
  display: inline-block;
  height: 20%;
}

.qq-overlay ul li a {
  font-weight: 300;
  text-decoration: none;
  display: block;
  color: #1d1f20;
  margin-right: 40px;
  list-style: none;
}

.qq-overlay-close {
  width: 150px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #000;
  font-size: 14px;
}

.qq-overlay-data {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  visibility: 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.qq-overlay-open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* ---------------------
/  Our Team styling
/  --------------------- */
ul.team-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

li.team-list-item {
  flex-basis: 25%;
  margin-bottom: 14px;
  border-right: 7px solid #fff;
  border-left: 7px solid #fff;
  box-sizing: border-box;
}

li.team-list-item img {
  width: 100%;
}

li.team-list-item h4 {
  font-weight: 400;
  margin: 0;
}

.member-dtl {
  background: #f9f9f9;
  padding-bottom: 3px;
  border: 1px solid #dedcd6;
}

.member-dtl h3,
.member-dtl h4 {
  padding: 3px 8px;
}

/* ---------------------
/  Quick Quote Popup Form
/  --------------------- */
.form-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

.form-overlay-close {
  position: absolute;
  right: 0px;
  top: 0px;
  background: url(/wp-content/uploads/2020/03/close-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  width: 60px;
  height: 60px;
}

.form-overlay-data {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  visibility: 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.form-overlay-open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.form-overlay-inner {
  background: #fff;
  padding: 25px 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1000px;
}

.form-overlay-inner h2 {
  margin-bottom: 0;
}

.form-overlay-inner .nf-form-content textarea.ninja-forms-field {
  height: 160px !important;
}

blockquote {
  margin: 1em 40px;
  font-weight: 400;
  font-size: 18px;
  color: #9e9d98;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C" "\201D" "\2018" "\2019";
}

div#nf-field-8-container {
  max-width: 370px !important;
}

div#nf-field-8-container .listradio-wrap .nf-field-element label:after {
  border-radius: unset !important;
}

input#textinput {
  width: 100%;
  max-width: 410px;
  height: 40px;
  margin-right: 40px;
  margin-top: 20px;
}

a.extra-fields-product {
  margin-top: 10px;
  display: block;
  color: #4392f1;
  font-weight: 600;
}

a.remove-field.btn-remove-product {
  display: block;
  color: #e80000;
  font-weight: 600;
  line-height: 40px;
}

input#main-qnty {
  height: 40px;
  text-align: center;
}

.qq-prdct-name {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
}

.remove-from-quote {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  margin-bottom: 20px;
}

input#product_name {
  flex-basis: 80%;
}

input#product_qty {
  padding: 0 5px;
  text-align: center;
}

.page-id-29071 h1.entry-title {
  display: none;
}

.page-id-29071 .entry-content {
  max-width: 900px;
  margin: 0 auto;
}

div#nf-field-47-container {
  margin: 0;
}

p.item_name {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
}

.item_desc-sq p {
  font-size: 14px;
  padding: 5px;
  margin-bottom: 0px;
}

.item_desc-sq {
  flex: auto;
}

.sq-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.business-personal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 220px;
}

.parent-pageid-29071 .entry-content {
  max-width: 900px;
  margin: 0 auto;
}

form#quickquote .error,
form#staging-form .error {
  color: #ff0000;
}

form#quickquote input,
form#quickquote select,
form#quickquote textarea {
  outline: none;
}

label#business_use-error {
  position: absolute;
  bottom: -38px;
  left: 0;
}

.business-personal {
  position: relative;
  margin-bottom: 20px;
  top: -17px;
}

.formBottom.qq-submit {
  margin-top: 20px;
}

#staging-form .additional-details {
  margin-bottom: 20px;
}

.client-logo-container {
  padding-bottom: 20px;
  max-width: 300px;
}

.stg-selection input {
  border: 1px solid #dedcd6;
  padding: 0 5px;
}

form#staging-form .error.error {
  flex-basis: 100%;
  text-align: right;
}

form#staging-form select.error {
  color: inherit;
}

/*NINJA FORMS*/
.nf-form-content .listselect-wrap .nf-field-element div,
.nf-form-content .ninja-forms-field {
  font-size: 16px;
  margin: 0;
  padding: 10px;
}

.nf-form-content .list-select-wrap .nf-field-element>div,
.nf-form-content input:not([type="button"]),
.nf-form-content textarea {
  background: #f7f7f7;
  border: 1px solid #c4c4c4;
  border-radius: 0;
  box-shadow: none;
  color: #787878;
  transition: all 0.5s;
}

.nf-form-content .list-select-wrap .nf-field-element>div:focus,
.nf-form-content input:not([type="button"]):focus,
.nf-form-content textarea:focus {
  background: #fff;
  border-color: #919191;
  color: #919191;
  outline: none;
  transition: all 0.5s;
}

input:focus,
textarea:focus,
.nf-form-content input:not([type="button"]):focus,
select:focus {
  border: 2px solid #ffbb31 !important;
  box-shadow: 1px 1px 8px rgba(255, 187, 49, 0.49);
}

select:focus-visible {
  border: 2px solid #ffbb31 !important;
  box-shadow: 1px 1px 8px rgba(255, 187, 49, 0.49);
  outline: 1px solid rgba(255, 187, 49, 0.49);
}

.sidebar-contact .nf-field-label label {
  font-weight: 400 !important;
  color: #333;
  font-size: 14px !important;
}

.sidebar-contact select {
  background: url(/wp-content/themes/hire-int/images/arrow-down.png) !important;
  background-color: #fff !important;
  background-repeat: no-repeat !important;
  background-position: 95% center !important;
  background: #fff;
  transition: all 0.5s;
}

.sidebar-contact .nf-field-element textarea {
  height: 130px;
}

.nf-form-content input[type="button"] {
  border: none;
  cursor: pointer;
}

.hi-newsletter .nf-form-content input[type="button"] {
  position: unset;
}

.hi-newsletter .nf-form-content input:not([type="button"]) {
  padding: 7px;
  min-width: 150px;
  min-height: 40px;
  margin-top: 0 !important;
}

div#ui-datepicker-div {
  background: #f9f9f9;
  padding: 10px;
  border: 1px solid #fbbf08;
}

.ui-datepicker-calendar td {
  text-align: center;
}

.ui-datepicker-calendar a.ui-state-default.ui-state-active {
  background: #fbbf08;
  display: block;
}

a.ui-datepicker-prev.ui-corner-all,
a.ui-datepicker-next.ui-corner-all {
  margin-right: 10px;
  font-weight: 600;
  font-size: 12px;
  padding: 5px 0;
  display: inline-block;
}

.ui-datepicker-title {
  background: #dfdfdf;
  padding: 5px 10px;
  margin-bottom: 5px;
}

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

  .affiliates_logos_list li,
  ul.partner_logos_list li {
    width: 33.333%;
  }

  .hi-post {
    flex-basis: 50%;
  }
}

@media only screen and (max-width: 800px) and (min-width: 641px) {

  .hi-contact-form .nf-form-cont .one-third,
  .hi-contact-form .nf-form-cont .two-sixths {
    width: 48.623932%;
  }

  .hi-contact-form nf-field:nth-child(7n) {
    position: unset;
  }

  .hi-contact-form div#nf-field-13-container {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

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

  .affiliates_logos_list li,
  ul.partner_logos_list li {
    width: 50%;
  }

  .affiliates_logos_list img {
    max-width: 140px;
  }

  .hi-contact-form .one-third.first,
  .hi-contact-form .one-third {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .hi-contact-form .nf-form-content textarea.ninja-forms-field {
    height: 150px;
  }
}

table.ui-datepicker-calendar {
  width: 100%;
}

.hi-scoredtls {
  margin-bottom: 10px;
}

/*Single Blog*/
.single-post time.updated:before {
  content: "(Updated on ";
}

.single-post time.updated:after {
  content: ")";
}

.single-post time.updated {
  margin-left: 5px;
}

.single-post .post-thumbnail {
  max-width: 900px;
  margin-top: 15px;
  margin-bottom: 15px;
}

/*NEW MENU*/
a.featured-item__wrap {
  background: white;
  margin-bottom: 30px;
  box-shadow: 0px 2px 10px 0px #0000001a;
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.1));
  border-radius: 10px;
  padding: 0;
}

a.featured-item__wrap:last-child {
  margin-bottom: 0;
}

.menu-rentals-featured__item {
  display: flex;
}

.featured-item-img img {
  width: 100%;
  max-width: 100px;
  position: absolute;
  right: 0;
  top: -25px;
}

.featured-item-copy {
  width: 80%;
  padding: 8px 15px;
}

.featured-item-img {
  height: 110px;
  display: block;
  width: 160px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -15px;
  margin-top: -20px;
}

.featured-item-copy span {
  font-size: 12px;
  color: #bebebe;
  font-weight: 600;
}

.featured-item-copy span:after {
  content: ">";
  display: inline-block;
  line-height: 15px;
  margin-left: 6px;
}

.menu-rentals-featured {
  width: 100%;
  padding-top: 20px;
}

.menu-rentals-featured h3 {
  font-size: 16px;
  font-weight: 600;
  color: #fdb70d;
  line-height: 1.5;
}

.site-header .hi-container {
  position: relative;
}

.main-navigation ul ul ul {
  position: unset;
}

li.featured-sub {
  width: 100%;
  max-width: 18%;
}

li.parent-sub.submenu-title:before,
li.featured-sub:before {
  display: none !important;
}

.sf-mega-section h3 a {
  color: #bebebe;
  font-weight: 600;
  font-size: 13px;
}

.hi-mega-link a {
  font-size: 14px;
  padding: 5px 15px;
  display: flex;
  align-items: baseline;
}

.hi-mega-link a:before {
  content: "";
  display: inline-block;
  background: url(images/next-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  margin-right: 4px;
}

.hi-mega-link a span {
  width: 100%;
}

ul.hi-mega__wrap {
  margin: 0px;
}

.sf-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu .sf-mega {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 9999;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
  border-radius: 5px;
}

.sf-menu>li {
  float: left;
}

.sf-menu li:hover>.sf-mega,
.sf-menu li.sfHover>.sf-mega {
  display: flex !important;
}

.sf-menu>li>a {
  display: block;
  position: relative;
}

/*** mega menu dropdown ***/
.sf-mega {
  background-color: #fff;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
  border-top: 2px solid #fdbf09;
}

.sf-mega-section {
  width: 100%;
  max-width: 310px;
  padding: 0px 10px 10px 0;
}

.sf-arrows .sf-with-ul:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #dfeeff;
  border-top-color: rgba(255, 255, 255, 0.5);
}

.sf-arrows>li>.sf-with-ul:focus:after,
.sf-arrows>li:hover>.sf-with-ul:after,
.sf-arrows>.sfHover>.sf-with-ul:after {
  border-top-color: white;
  /* IE8 fallback colour */
}

.sf-with-ul:after {
  display: none;
}

.sfHover .sf-with-ul:after {
  display: block;
  top: 100%;
  right: 50%;
  border-bottom: 8px solid #ffbc3a;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

a.featured-item__wrap:hover {
  background: #fdbf09;
}

a.featured-item__wrap:hover h3 {
  color: #ffffff;
}

a.featured-item__wrap:hover .featured-item-copy span {
  color: rgb(255 237 183);
}

.overlay-open li.menu-item-has-children:after {
  display: none;
}

li.outlet-set h3 {
  display: flex;
  align-items: baseline;
}

.outlet-content {
  padding-left: 20px;
}

ul.outlets-list li:last-child {
  border-bottom: 0;
}

input#nf-field-30_1 {
  background: #FDBF09 !important;
  border: unset !important;
  border-radius: 70px;
  margin-top: 15px;
}

td.ui-datepicker-unselectable.ui-state-disabled {
  color: rgb(0 0 0 / 30%);
}

section.hiring-process {
  background: #F9F9F9;
  padding-top: 50px;
}

.hiring-process__steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 40px 0 50px;
}

.process-item {
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0px 14px 25px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  overflow: hidden;
  padding: 30px;
}

.process-item__number span {
  color: #ECECEC;
  text-align: center;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 800;
  font-size: 170px;
  line-height: 115px;
}

.process-item__number {
  width: 140px;
  margin-left: -60px;
}

.process-step__title p {
  font-size: 22px;
  line-height: 26px;
  margin: 10px 0 0 0;
}

.process-step__title p strong {
  font-weight: 700;
}

.process-step__descr p {
  margin-bottom: 10px;
}

.process-step__descr a {
  color: #fdbf09;
  text-decoration: underline;
}

/* Quote Box */
.product-cta {
  border-radius: 5px;
  border: 0.5px solid #FEAE7F;
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-cta__left {
  padding: 20px;
}

.product-cta__right {
  padding: 20px;
  background: rgba(254, 222, 203, 0.20);
}

ul.gc-box__extras {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: unset;
  height: 100%;
  justify-content: space-between;
}

.gc-box__extras li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 15px;
}

.gc-box__extras li:last-child {
  padding-bottom: 0;
}

.extra-icon img {
  max-width: 30px;
  object-fit: cover;
}

.product-cta__left p {
  color: #262626;
  font-family: Open Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.5px;
}

.product-cta__left h3 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 132.023%;
}

.product-cta__left h3 span {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 3px;
  text-decoration-color: #fe5f00;
}

.extra-txt {
  color: #000;
  font-family: Open Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
}



@media only screen and (min-width: 991px) {
  .usps-section__ttle {
    width: 25%;
  }

  .usps-section__descr {
    width: 75%;
  }

  .usps-section-desc {
    max-width: 990px;
    display: flex;
    gap: 30px;
  }

  .process-item {
    width: calc(33.33% - 20px);
  }
}

@media only screen and (min-width: 1280px) {
  .hiring-process__steps {
    flex-wrap: nowrap;
  }

  .process-item__number span {
    font-size: 177px;
    line-height: 115px;
  }

  .process-item {
    width: 20%;
  }
}

.hi-expertise {
  padding: 60px 0;
}

.home-solutions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.searchandfilter h4 {
  font-size: 14px;
}

.hire-solution .hire-solution__img:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: -60px;
  left: 0;
  transition: height 0.5s ease-out;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgb(0 0 0 / 96%));
}

.hire-solution {
  width: calc(50% - 20px);
  position: relative;
  overflow: hidden;
}

.hire-solution img {
  max-height: 400px;
  min-height: 400px;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: top;
  transition: ease-in-out .5s;
}

.hire-solution:hover img {
  transform: scale(1.1);
}

.hire-solution__copy {
  position: absolute;
  bottom: 0;
  padding: 20px;
  width: 100%;
  color: #fff;
  z-index: 9;
}

.hire-solution__copy h3 {
  font-size: 28px;
  line-height: 35px;
  font-weight: 500;
  margin-bottom: 15px;
  max-width: 240px;
}

.sf-menu .sf-mega {
  z-index: 9999;
}

@media only screen and (min-width: 580px) {
  .process-item {
    width: calc(50% - 20px);
  }

  .product-cta {
    display: flex;
  }

  .product-cta__left {
    width: 45%;
  }

  .product-cta__right {
    width: 60%;
  }

  .product-cta__right {
    padding: 30px 25px;
  }

  div#solution-1,
  div#solution-2 {
    width: calc(50% - 20px);
  }
}

@media screen and (min-width: 769px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul#primary-menu {
    display: flex;
    width: 100%;
    margin: 0;
  }

  .sub-menu li {
    display: flex;
    align-items: center;
  }

  .menu-mobile-menu-container {
    display: none;
  }

  .hi-overlay-menu,
  button.menu-close.hi-menuButton {
    display: none;
  }

  .main-parent-sub.menu-item-has-children:hover::before {
    border-bottom: 8px solid #ffbc3a;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: 0;
    content: "";
    margin-left: 25px;
    position: absolute;
    left: auto;
  }

  .hire-solution {
    width: calc(33.33% - 20px);
  }
}

@media only screen and (max-width: 581px) {
  .pum-content.popmake-content p strong {
    display: block;
  }

  .hero-carousel.owl-loaded .hero-intro {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    padding-bottom: 0;
  }

  .home-events li {
    font-size: 18px;
  }

  .hire-solution,
  div#solution-5 {
    width: 100%;
  }

  .hi-post {
    flex-basis: 100%;
  }
}

.read-more-blur {
  width: 100%;
  float: left;
  z-index: 100;
  margin-top: -30px;
  margin-left: -10px;
  padding-top: 25px;
  background-color: #ffffff;
  height: 15px;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(6px);
  z-index: 99;
  position: relative;
}

.single-post .post-thumbnail img {
  width: 100% !important;
  display: block;
  min-width: 100%;
}

.blog-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  width: 70%;
}

.blog .hi-post-thumbnail img {
  min-height: 200px;
}



.modal {
  display: none;
}

.modal.active {
  display: block;
}

.modal .scrollTarget {
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 90vh;
  max-width: 980px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.breadcrumbs-wrapper {
  display: flex;
  padding-bottom: 10px;
}

.breadcrumbs-wrapper .blank {
  width: 30%;
}

header.fixed img.custom-logo {
  max-width: 80px;
}

@media only screen and (min-width: 769px) {
  .hi-help-inner .flexslider:after {
    content: "";
    display: block;
    background: url(images/yellow-black-divider.png);
    background-size: contain;
    height: 2px;
    width: 100px;
    margin-top: 25px;
    margin: 0 auto;
    position: relative;
    bottom: 33px;
  }

  .hi-menu-mobile {
    display: none;
  }
}

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

  .blog-outer,
  .author-wrapper {
    flex-direction: column;
  }

  .blog-wrapper,
  .author-profile__card {
    padding-right: 0;
    width: 100%;
  }

  aside#recent-posts {
    width: 100%;
    padding-left: 0;
  }

  .entry-meta {
    margin-bottom: 15px;
  }
}

div#qq-get-form {
    padding-top: 0;
    margin-top: -30px;
}
.selected_products_dynamic {
    background: #f4f4f4;
    padding: 20px 15px;
    margin-top: 20px;
}

.remove-from-quote label {
  color: rgb(38, 38, 38);
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 5px;
}

.remove-from-quote .qproduct-name {
  flex: 1;
}

.remove-from-quote {
  gap: 10px;
}

.qq-rentalPeriod {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.font-bold {
  font-weight: 700;
}

.mb-10 {
  margin-bottom: 10px;
}

.sidebar-border {
  background-color: transparent;
  border-bottom: 3px solid #f9bf0b;
}

.sidebar-radius {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.blog-search-filter {
  width: 100%;
  margin-bottom: 10px;
}

.blog-search-filter form ul {
  display: flex;
  flex-direction: column;
}

.blog-search-filter form ul li:first-child { 
  flex: 1; 
  padding-top: 0;
}

.blog-search-filter form ul li {
  padding-bottom: 0;
}

.blog-search-filter form ul li:first-child label,
.blog-search-filter form ul li:first-child label input {
  width: 100%;
  height: 100%;
}

.blog-search-filter form ul li:last-child label {
  width: 100%;
}

.blog-search-filter form ul li:first-child label input,
.blog-search-filter form ul li:last-child label select {
  border-radius: 25px;
}

form[data-sf-form-id="40462"] ul li.sf-field-search label,
form[data-sf-form-id="40462"] ul li.sf-field-category label {
  position: relative;
}

form[data-sf-form-id="40462"] ul li.sf-field-search label input {
  height: 40px;
  padding-left: 35px;
}

form[data-sf-form-id="40462"] ul li.sf-field-search label::before,
form[data-sf-form-id="40462"] ul li.sf-field-category label::after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: calc(50% - 11px);
  background-repeat: no-repeat;
  background-position: center;
}

form[data-sf-form-id="40462"] ul li.sf-field-search label::before {
  left: 10px;
  background-image: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="22" height="22" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve" fill="%23fdbf09"><path d="M460.355,421.59L353.844,315.078c20.041-27.553,31.885-61.437,31.885-98.037C385.729,124.934,310.793,50,218.686,50C126.58,50,51.645,124.934,51.645,217.041c0,92.106,74.936,167.041,167.041,167.041c34.912,0,67.352-10.773,94.184-29.158L419.945,462L460.355,421.59z M100.631,217.041c0-65.096,52.959-118.056,118.055-118.056c65.098,0,118.057,52.959,118.057,118.056c0,65.096-52.959,118.056-118.057,118.056C153.59,335.097,100.631,282.137,100.631,217.041z"></path></svg>');
}

form[data-sf-form-id="40462"] ul li.sf-field-category .chosen-container-single .chosen-single {
  position: relative;
}

form[data-sf-form-id="40462"] ul li.sf-field-category .chosen-container-single .chosen-single div {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  top: calc(50% - 10px);
}

form[data-sf-form-id="40462"] ul li.sf-field-category .chosen-container-single .chosen-single div b {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="m19.5 8.25-7.5 7.5-7.5-7.5" /></svg>');
  background-position: unset !important;
}

.hi-post .hi-post-thumbnail {
  position: relative;
}

.hi-post .hi-post-thumbnail .hi-post-cat {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: inline-block;
  font-size: 14px;
  color: #000;
  padding: 2.5px 15px;
  border-radius: 25px;
  background-color: #fff;
  z-index: 10;
}

@media screen and ( min-width: 1141px ) {
  .blog-search-filter {
    width: calc(70% - 15px);
  }
}

@media screen and ( min-width: 760px ) {
  .blog-search-filter form ul {
    flex-direction: row;
    gap: 15px;
  }

  .blog-search-filter form ul li:first-child {
    padding-top: 10px;
  }

  .blog .chosen-container.chosen-container-single {
    width: 250px !important;
  }
}

.blog .chosen-container-single {
  width: 100% !important;
}

.blog .chosen-container .chosen-results {
  flex-direction: column;
  gap: 4px;
}

.blog .chosen-container .chosen-results li.highlighted {
  color: #F9BF0B;
  background-image: none;
  background-color: transparent;
}

.blog .chosen-container-single .chosen-single {
  border-radius: 25px;
  height: 40px;
  padding-left: 15px;
  padding-top: 7px;
}

/* Single Blog Post */
.blog-wrapper .hi-pst-cats {
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hi-post-topics .topics-list a.topic,
.blog-wrapper .hi-pst-cats a.cat {
  display: inline-block;
  line-height: 1;
  padding: 10px 20px;
  border: 1px solid #f9bf0b;
  border-radius: 25px;
  transition: all ease-in-out 300ms;
  text-transform: capitalize;
}

.hi-post-topics .topics-list a.topic:hover,
.blog-wrapper .hi-pst-cats a.cat:hover {
  background: #f9bf0b;
}

.scroll-to-top {
  width: 100%;
  display: flex;
  align-items: center;
}

.scroll-to-top a {
  width: 100%;
  max-width: 150px;
  font-weight: 500;
  color: rgb(254,95,0);
}

.scroll-to-top .line {
  width: 90%;
  height: 1px;
  background-color: #dee2e6;
}

.entry-author-bio {
  display: flex;
  padding: 0;
  flex-direction: column;
}

.entry-author-bio .title {
  font-size: 22px;
  line-height: 1.2;
  margin-top: 30px;
}

.entry-author-bio .author__image {
  width: 100%;
  padding: 20px;
  background-color: #f9bf0b;
}

.entry-author-bio .author__bio {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.entry-author-bio .author__bio p:not(:first-of-type) { display: none; }
.entry-author-bio .author__bio .author-readmore { text-align: right; }

.hi-post-topics {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #dee2e6;
}

.hi-post-topics .topics-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.position-linkedin { margin-top: 8px; }
.position-linkedin a { display: flex; }
.position-linkedin p { color: #000; }

.related-articles {
  width: 100%;
  padding-top: 40px;
  border-top: 1px solid #dee2e6;
}

.related-articles .related-articles__header {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 15px;
}

.related-articles .related-articles__header h2 { margin-bottom: 0; }
.related-articles .related-articles__header a { color: rgb(254,95,0); }
.related-articles .related-articles__posts.blog-wrapper { width: 100%; }

.related-articles .related-articles__posts.blog-wrapper .hi-post {
  Flex-basis: 50%;
}


.related-articles .related-articles__posts.blog-wrapper .hi-post .hi-post-thumbnail a img {
  min-height: 220px !important;
}

@media screen and (min-width: 800px) {
  .entry-author-bio .author__image {
    width: 30% !important;
    padding: 20px 25px !important;
  }

  .entry-author-bio .author__bio { width: 70% !important; }
}

@media screen and (min-width: 650px) {
  .entry-author-bio { flex-direction: row; }
  
  .entry-author-bio .author__image { 
    width: 45%; 
    padding: 20px;
  }
  
  .entry-author-bio .author__bio { 
    width: 55%;
    padding: 20px 40px;
  }

  .related-articles .related-articles__header {
    flex-direction: row;
    align-items: center;  
  }
}

.single-post .post-thumbnail { max-width: 100%; }

.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.content-wrapper .table-of-contents { width: 100%; }

.content-wrapper .table-of-contents .toc-wrap {
  position: sticky;
  top: 70px;
  padding-bottom: 0;
}

.content-wrapper .table-of-contents .toc-wrap h3 {
  line-height: 1;
  padding-top: 30px;
  padding-left: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #fdbf09;
}

.content-wrapper .table-of-contents .toc-wrap ol {
  margin-top: 25px;
  padding-left: 20px;
}

.content-wrapper .table-of-contents .toc-wrap ol li {
  border-bottom: 1px solid #ebebeb;
  padding: 5px 0px;
}

.content-wrapper .table-of-contents .toc-wrap ol li::before {
  content: "";
  width: unset;
  height: unset;
  background: unset;
  display: inline-block;
  position: relative;
  left: 0;
  top: unset;
  z-index: -1;
  border-radius: unset;
  line-height: unset;
  content: counter(custom) ".";
  text-align: unset;
  font-weight: 600;
  margin-right: 10px;
}

.content-wrapper .entry-content {
  width: 100%;
}

@media screen and ( min-width: 700px ) {
  .content-wrapper {
    flex-direction: row;
    gap: 20px;
  }

  .content-wrapper .table-of-contents {
    width: 30%;
  }

  .content-wrapper .table-of-contents .toc-wrap {
    padding-bottom: 70px;
  }

  .inner-content-wrap {
    width: 70% !important;
  }

  body.single-post #page {
    overflow: visible !important;
  }

  .section .section__body .slider_nav .line {
    width: 85% !important;
  }

  .feat-product .feat-product__top-info .flex.flex-row {
    flex-direction: row !important;
  }

  .feat-product__cta p {
    max-width: 65% !important;
  }

}

.feat-product .feat-product__top-info .flex.flex-row {
  flex-direction: column;
}


/* New: Quick List */
* {
  scroll-behavior: smooth;
}

.section {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}

.section .section__header .title {
  display: flex;
  align-items: center;
  background: #f9f9f9;
}

.section .section__header .number {
  display: inline-block;
  padding: 15px 20px;
  color: #fff;
  background: #000;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}

.section .section__header h3 {
  padding: 15px 40px;
  background: #fdbf09;
  line-height: 1;
  font-weight: 700;
  font-size: 20px;
}

.section .section__body {
  padding-top: 50px;
}

.section .section__body .slider_nav {
  position: relative;
}

.section .section__body .slider_nav .line {
  width: 65%;
  height: 1px;
  background: #dee2e6;
  position: absolute;
  top: -34px;
  right: 0;
}

.section .section__body .owl-carousel .owl-nav {
  display: flex;
  gap: 8px;
  position: absolute;
  top: -50px;
  left: 0;
}

.section .section__body .owl-carousel .owl-nav button.owl-prev .am-prev,
.section .section__body .owl-carousel .owl-nav button.owl-next .am-next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #fe5f00;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section .section__body .owl-carousel .owl-nav button svg { stroke: #fe5f00; }

.product .product__header {
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 500;
  background: #fdbf09;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 125px;
  max-height: 130px;
  height: 100%;
}

.product .product__header h4 {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: auto;
  font-weight: 700;
  text-align: center;
}

.rating {
  display: flex;
  flex-direction: row;
}

.rating svg {
  width: 20px;
  height: 20px;
}

.product .product__body {
  padding: 35px 20px 20px;
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product .product__body img,
.product .product__body p {
  margin-bottom: 30px;
}

.product .product__body img {
  max-height: 140px;
  object-fit: cover;
}

.product .product__body p {
  flex: 1;
}

.section .section__body .product .product__body a {
  color: #fe5f00;
}

.feat-product:not(:first-child) {
  margin-top: 40px;
}

.feat-product img {
  width: 100%;
  max-height: 400px;
  object-fit: contain;
}

.feat-product .feat-product__top-info {
  padding: 15px;
  background-color: #fdbf09;
  margin-top: 30px;
}

.feat-product .feat-product__top-info div {
  max-width: 500px;
  margin: 0 auto;
  height: max-content;
  margin-top: 15px !important;
}

.feat-product .feat-product__top-info div span {
  font-size: 85px;
  font-weight: 800;
  margin: 0;
  line-height: 1;
  margin-right: 8px;
}

.flex { display: flex; }
.flex-row { flex-direction: row; }
.flex-col { flex-direction: column; }
.mt-10 { margin-top: 10px !important; }

.feat-product .feat-product__top-info h3,
.feat-product .feat-product__top-info p {
  margin: 0;
}

.feat-product .feat-product__top-info h3 {
  font-weight: 700;
  line-height: 1.3;
}

.feat-product .feat-product__top-info p {
  font-size: 14px;
}

.feat-product .feat-product__top-info .rating {
  margin-top: 10px;
}

.feat-product__specs,
.feat-product__pros,
.feat-product__cons,
.feat-product__cta {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 25px;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.feat-product__specs .col:nth-child(1),
.feat-product__pros .col:nth-child(1),
.feat-product__cons .col:nth-child(1) {
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}

.feat-product__specs .col:nth-child(2),
.feat-product__pros .col:nth-child(2),
.feat-product__cons .col:nth-child(2) {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}


@media screen and (min-width: 1020px ) {
  .feat-product__specs,
  .feat-product__pros,
  .feat-product__cons,
  .feat-product__cta {
    flex-direction: row;
  }

  .feat-product__specs .col:nth-child(1),
  .feat-product__pros .col:nth-child(1),
  .feat-product__cons .col:nth-child(1) {
    width: 35%;
    padding-left: 20px;
  }

  .feat-product__specs .col:nth-child(2),
  .feat-product__pros .col:nth-child(2),
  .feat-product__cons .col:nth-child(2) {
    width: 65%;
    padding-left: 20px;
  }

}

.feat-product__specs .col:nth-child(2) p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.feat-product__pros .col:nth-child(2) ul,
.feat-product__cons .col:nth-child(2) ul {
  list-style: disc;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  list-style-position: inside;
}

.spec-group {
  display: flex;
  gap: 5px;
}

.spec-group p:nth-child(2) {
  font-weight: 400 !important;
}

.feat-product__cta {
  background-color: #f9f9f9;
  justify-content: space-around;
  align-items: center;
}

.feat-product__cta p {
  max-width: 100%;
}

.deal-item a.cta,
.feat-product__cta a.cta {
  font-weight: 700;
  border-radius: 50px !important;
  padding: 10px 40px !important;
  font-size: 14px;
  border: unset !important;
  cursor: pointer;
  color: #ffffff !important;
  background: #fe5f00 !important;
  display: inline-block;
  height: max-content;
}


.section.deals {
  margin-bottom: 0;
}

.deal-item a.cta {
  min-width: 150px;
  padding: 7px 40px !important;
  text-align: center;
  margin-top: 10px;
}

.deals .section__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 50px;
}

.deal-item {
  width: 100%;
  padding: 10px;
  display: flex;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px;
  justify-content: space-between;
  padding-right: 20px;

  flex-direction: column;
  align-items: flex-start;
}

.deal-item img {
  max-width: 100px;
}

@media screen and (min-width: 600px) {
  .deal-item {
    flex-direction: row;
    align-items: center;
  }

  .deal-item a.cta {
    margin-top: 0;
  }
}


.deal-item h4,
.deal-item p {
  margin: 0;
}

.deal-item p {
  color: #bdbdbd;
}

.items-center { align-items: center; }
.justify-center { justify-content: center; }
.gap-10 { gap: 10px; }

.feat-product__content {
  margin: 40px 0;
}

.owl-carousel .owl-stage{
  display: flex;
}

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

.full-width {
  width: 100% !important;
}

.inner-content-wrap {
  width: 100%;
  margin-left: auto;
}

#text-block {
  margin-bottom: 40px;
}

.inner-content-wrap .hi-post {
  flex-basis: 50%;
}


/*Custom Styling for Product pagination*/

nav.hi-pagination {
    display: inline-block;
    width: 100%;
}

 .hi-pagination ul.page-numbers {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }

  .hi-pagination ul.page-numbers li {
    margin: 0;
    padding: 0;
  }

  .hi-pagination ul.page-numbers li a,
  .hi-pagination ul.page-numbers li span.current {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 25px;
    border: 1px solid transparent;
    font-weight: 600;
    color: #555;
    text-decoration: none;
    min-width: 36px;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .hi-pagination ul.page-numbers li a:hover {
    background-color: #fdbf09;
    color: #fff;
    border-color: #fdbf09;
  }

  .hi-pagination ul.page-numbers li span.current {
    background-color: #fdbf09;
    color: white;
    border-color: #fdbf09;
    cursor: default;
  }