/*
Theme Name: Premiere Equipment 2021
Theme URI: http://cdevision.com/
Author: cdeVision
Author URI: http://cdevision.com/
Description: Custom theme for Premiere Equipment Inc.
Version: 2.0
License: No copy or resale
License URI: http://cdevision.com/
Text Domain: Premiere Equipment Inc.
Tags: 
*/
/*	
    --------------------------------------------------
    Body
	--------------------------------------------------
*/
html {
  overflow-y: scroll; }

body {
  background: #FFF;
  font-size: 16px;
  line-height: 26px;
  color: #444;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  padding: 0;
  margin: 0; }

html, body {
  overflow-x: hidden; }

#skipnav {
  display: none; }

/*	
    --------------------------------------------------
    Typography
	--------------------------------------------------
*/
h1, h2, h3, h4, h5, h6 {
  color: #444;
  margin: 0 0 10px 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #444;
  text-decoration: none;
  font-weight: 700; }

h1, .h1 {
  font-size: 40px;
  line-height: 50px;
  color: #444;
  font-weight: 700;
  margin: 0 0 10px 0; }

h2, .h2 {
  font-size: 30px;
  line-height: 38px;
  color: #444;
  font-weight: 700;
  margin: 0 0 10px 0; }

h3, .h3 {
  font-size: 24px;
  line-height: 32px;
  color: #444;
  font-weight: 700;
  margin: 0 0 10px 0; }

h4, .h4 {
  font-size: 20px;
  line-height: 28px;
  color: #444;
  font-weight: 700;
  margin: 0 0 10px 0; }

h5, h6 {
  font-size: 20px;
  line-height: 28px;
  color: #444;
  font-weight: 700;
  margin: 0 0 10px 0; }

/* Mobile */
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 34px;
    line-height: 44px; }
  h2, .h2 {
    font-size: 24px;
    line-height: 32px; }
  h3, .h3 {
    font-size: 18px;
    line-height: 26px; }
  h4, .h4 {
    font-size: 16px;
    line-height: 24px; }
  h5, h6 {
    font-size: 16px;
    line-height: 24px; } }

p {
  font-size: 16px;
  line-height: 26px;
  color: #444;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-weight: normal;
  margin: 0 0 30px 0; }

p.smallmargin {
  margin: 0 0 10px 0; }

p img {
  margin: 0; }

em, i {
  font-style: italic;
  line-height: inherit; }

strong, b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

ul {
  margin: 0 0 30px 20px;
  padding: 0; }

ul li {
  margin: 0 0 12px 0;
  padding: 0 0 0 4px;
  list-style: url(images/bullet.png); }

ul ul {
  margin: 10px 0 10px 60px;
  padding: 0; }

ol {
  margin: 0 0 30px 20px;
  padding: 0; }

ol li {
  margin: 0 0 12px 0;
  padding: 0 0 0 4px; }

ol ol {
  margin: 10px 0 10px 60px;
  padding: 0; }

blockquote {
  padding: 0;
  margin: 0;
  border: none;
  font-size: 16px;
  line-height: 22px; }

blockquote p {
  padding: 0 0 0 45px;
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 22px;
  border: none; }

p.wp-caption-text {
  font-size: 12px !important;
  line-height: 20px !important;
  text-align: center !important;
  padding: 0 20px 0 20px;
  color: #666;
  font-style: normal;
  margin: 0; }

.gallery-caption {
  font-size: 14px !important;
  line-height: 22px !important;
  text-align: center !important;
  padding: 4px 35px 0 10px;
  color: #666;
  font-style: normal;
  margin: 0; }

/* Mobile */
@media (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto; } }

/*	--------------------------------------------------
	Links
	-------------------------------------------------- */
a {
  color: #000;
  line-height: inherit;
  text-decoration: underline;
  word-wrap: break-word;
  font-weight: normal; }

a:visited {
  color: #000; }

a:hover {
  color: #FAB91C;
  font-weight: normal;
  text-decoration: none; }

a:focus {
  color: #FAB91C;
  outline: none;
  text-decoration: none; }

p a, p a:visited {
  line-height: inherit;
  color: #000; }

a.arrow {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 26px 0 12px;
  font-size: 16px;
  line-height: 38px;
  color: #000;
  text-decoration: none;
  font-style: normal !important;
  font-weight: 700 !important;
  background: #F8C001;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s; }

a.arrow::after {
  position: absolute;
  top: 50%;
  right: 0;
  padding-right: 12px;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 22px;
  line-height: 38px;
  font-weight: normal;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }

a.arrow:visited {
  color: #000;
  text-decoration: none;
  background-position: right 0;
  font-weight: 700 !important; }

a.arrow:hover {
  color: #FFF !important;
  text-decoration: none;
  font-weight: 700 !important;
  background-position: right 0 !important;
  background-color: #000; }

a.pdf {
  display: inline-block;
  margin: 0;
  padding: 0 40px 0 12px;
  font-size: 16px;
  line-height: 38px;
  color: #000;
  text-decoration: none;
  font-style: normal !important;
  font-weight: 700 !important;
  background: #F8C001;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  position: relative; }

a.pdf::after {
  position: absolute;
  top: 50%;
  right: 0;
  padding-right: 12px;
  content: "\f1c1";
  font-family: FontAwesome;
  font-size: 22px;
  line-height: 38px;
  font-weight: normal;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }

a.pdf:visited {
  color: #000;
  text-decoration: none;
  background-position: right 0;
  font-weight: 700 !important; }

a.pdf:hover {
  color: #FFF !important;
  text-decoration: none;
  font-weight: 700 !important;
  background-position: right 0 !important;
  background-color: #000; }

a.arrow.down {
  padding-right: 32px; }

a.arrow.down::after {
  content: "\f107"; }

a.arrowwhite {
  display: inline-block;
  margin: 0;
  padding: 0 16px 0 0;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Lato', sans-serif;
  color: #FFF;
  text-decoration: none;
  font-style: normal !important;
  font-weight: 400 !important;
  background: url(images/icon_arrow_white.png) right 0 no-repeat;
  text-transform: uppercase; }

a.arrowwhite:hover {
  color: #FAB91C;
  text-decoration: none;
  background-position: right -24px;
  font-weight: 400 !important; }

p.linkwrap {
  margin-top: -10px; }

/*	--------------------------------------------------
	Misc
	-------------------------------------------------- */
.clearfloats {
  clear: both;
  line-height: 0px;
  height: 0px;
  font-size: 0px; }

.clearfloats.spacer {
  height: 20px; }

.no-pad {
  padding: 0; }

#gallery-1,
#gallery-2,
#gallery-3 {
  margin: 0 -15px 0 -15px !important; }

#gallery-1 .gallery-item,
#gallery-2 .gallery-item,
#gallery-3 .gallery-item {
  margin-top: 0 !important; }

.gallery-item {
  margin-bottom: 30px;
  width: 33.3%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

#gallery-1 img,
#gallery-2 img,
#gallery-3 img {
  border: none !important;
  max-width: 100%; }

img[class*="wp-image-"] {
  margin-top: 0;
  margin-bottom: 0; }

.alignleft {
  float: left;
  margin: 8px 20px 20px 0 !important;
  display: block; }

.alignright {
  float: right;
  margin: 8px 0 20px 20px !important;
  display: block; }

.widget {
  margin-bottom: 0;
  margin-top: 0; }

.wp-caption {
  padding: 0;
  border: none; }

@media handheld, only screen and (max-width: 767px) {
  .alignleft {
    max-width: 40% !important; }
  .alignright {
    max-width: 40% !important; } }

@media (max-width: 767px) {
  .attachment-thumbnail {
    max-width: 80% !important;
    height: auto !important; } }

.fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) !important; }

/* Appear Items */
.has-animation {
  opacity: 0;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s; }

.has-animation.slow {
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s; }

.has-animation.animate-in {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important; }

/*	--------------------------------------------------
   	Header
	-------------------------------------------------- */
#masthead {
  margin: 0;
  padding: 0;
  width: 100%;
  position: fixed;
  background: #FFF;
  z-index: 9999; }

#masthead .pad {
  height: 160px;
  position: relative;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s; }

#masthead.scrolled .pad {
  height: 100px; }

/* Mobile */
@media (max-width: 767px) {
  #masthead {
    position: static; }
  #masthead .pad {
    height: 140px; }
  #masthead.scrolled .pad {
    height: 140px; } }

/* Mobile */
.site-branding {
  width: 294px;
  height: 122px;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 9999;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s; }

#masthead.scrolled .site-branding {
  width: 198px;
  height: 82px; }

h1.site-title {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

h1.site-title a {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -4000px;
  background: url(images/logo.png) no-repeat;
  background-size: contain; }

/* Mobile */
@media (max-width: 767px) {
  .site-branding {
    width: 280px;
    height: 120px;
    padding: 0;
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin: 20px auto 0 auto; }
  #masthead.scrolled .site-branding {
    width: 280px;
    height: 120px; } }

/* Mobile */
/* phone & social bar */
.phone-social {
  position: absolute;
  right: 0;
  top: 60px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s; }

#masthead.scrolled .phone-social {
  top: 20px; }

.phone-social .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.phone-social.mobile-menu {
  position: static; }

.phone-social.mobile-menu .wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

/* Mobile */
@media (max-width: 767px) {
  #masthead .phone-social {
    display: none; } }

/* Social */
.social {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
  font-size: 16px;
  line-height: 20px; }

.phone-social .fa,
.social .fa {
  font-size: 18px;
  line-height: 20px;
  padding: 0;
  margin-left: 10px;
  text-align: center;
  text-decoration: none;
  color: #444;
  text-decoration: none;
  font-weight: normal;
  -webkit-transition-duration: .5s;
          transition-duration: .5s; }

.phone-social.mobile-menu .social {
  padding-left: 0; }

.phone-social.mobile-menu .fa {
  color: #FFF;
  font-size: 22px;
  line-height: 22px; }

.phone-social.mobile-menu .social .fa {
  margin-left: 6px;
  margin-right: 6px; }

.social.footer .fa {
  color: #FFF; }

.phone-social .fa:hover,
.social .fa:hover {
  color: #F8C001; }

/* Mobile */
@media (max-width: 767px) {
  #masthead .phone-social {
    display: none; } }

/* Phone */
a.phone {
  font-size: 16px;
  line-height: 20px;
  color: #383D3D;
  font-family: "Lato", sans-serif;
  text-decoration: none;
  padding-right: 12px;
  border-right: 1px solid #AAA; }

.phone-social.mobile-menu a.phone {
  font-size: 18px;
  line-height: 22px;
  padding-right: 0;
  border-right: none;
  margin-bottom: 18px;
  color: #FFF; }

a.phone .fa {
  margin-left: 0;
  margin-right: 6px; }

/*	--------------------------------------------------
   	Nav Bar - Desk
	-------------------------------------------------- */
.primary-navigation {
  background: #000; }

.primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  z-index: 9999;
}

.primary-menu .menu-item {
  padding: 0;
  margin: 0;
  position: relative;
  list-style: none; }

.primary-menu .menu-item a {
  display: block;
  font-size: 17px;
  line-height: 42px;
  margin: 0;
  padding: 0 8px;
  text-decoration: none;
  color: #FFF;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase; }

/*
.primary-menu .menu-item:first-child a {
  padding-left: 0; }

.primary-menu .menu-item:last-child a {
  padding-right: 0; }
*/

.primary-menu .menu-item.current_page_item > a,
.primary-menu .menu-item.current-menu-item > a,
.primary-menu .menu-item.current-post-ancestor > a,
.primary-menu .menu-item.current-category-ancestor > a,
.primary-menu .menu-item.current_page_ancestor > a {
  color: #F8C001; }

.primary-menu .menu-item:hover > a {
  color: #F8C001; }

.primary-menu .sub-menu {
  display: none;
  position: absolute;
  top: 42px;
  left: 0;
  min-width: 200px;
  margin: 0;
  padding: 0;
  z-index: 99999;
  background: #000;
  padding: 0; }

/*.menu-desk > ul > li:hover > ul { display:block; }*/
.primary-menu .sub-menu .menu-item {
  padding: 0;
  margin: 0; }

.primary-menu .menu-item .sub-menu .menu-item a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 5px 8px;
  color: #FFF;
  background: none;
  white-space: nowrap; }

.primary-menu .sub-menu .menu-item:first-child a {
  padding-top: 12px; }

.primary-menu .sub-menu .menu-item:last-child a {
  padding-bottom: 12px; }

.primary-menu .menu-item .sub-menu .menu-item a:hover {
  color: #F8C001; }

.primary-menu .menu-item .sub-menu .menu-item.current-menu-item > a {
  color: #F8C001; }

@media (max-width: 767px) {
  .primary-navigation {
    display: none; } }

.menu-tool-menu-container {
  position: absolute;
  right: 0;
  bottom: 20px; }

.tool-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0; }

.tool-menu .menu-item {
  padding: 0;
  margin: 0;
  position: relative;
  list-style: none; }

.tool-menu .menu-item a {
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0 12px;
  text-decoration: none;
  color: #383D3D;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  border-right: 1px solid #AAA; }

.tool-menu .menu-item:first-child a {
  padding-left: 0; }

.tool-menu .menu-item:last-child a {
  padding-right: 0;
  border-right: none; }

.tool-menu .menu-item.current_page_item > a,
.tool-menu .menu-item.current-menu-item > a,
.tool-menu .menu-item.current-post-ancestor > a,
.tool-menu .menu-item.current-category-ancestor > a,
.tool-menu .menu-item.current_page_ancestor > a {
  color: #F8C001; }

.tool-menu .menu-item:hover > a {
  color: #F8C001; }

@media (max-width: 767px) {
  .menu-tool-menu-container {
    display: none; } }

/*	--------------------------------------------------
   	Menu Mobile
	-------------------------------------------------- */
#menuLink {
  display: none;
  width: 30px;
  height: 30px;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 999999; }

#menuLink a.mainmenu {
  background: #000 url(images/mob.png) 0 0 no-repeat !important;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  padding: 0;
  text-indent: -4000px; }

#menuLink a.mainmenu.open {
  background: #000 url(images/mob.png) 0 -30px no-repeat !important; }

.menuwrap {
  display: none;
  background: #000 url(images/mob_back.png) center bottom no-repeat;
  background-size: 880px auto;
  color: #FFF;
  padding: 0;
  clear: both;
  margin: 0;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 99999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.menuwrap a {
  color: #FFFFFF; }

.primary-mob-nav-container {
  margin: 0;
  padding: 0; }

#primary-mob-menu {
  margin: 0 20px 0 20px;
  padding: 0; }

#primary-mob-menu > li {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 50%;
  float: left; }

#primary-mob-menu > li:nth-child(odd) {
  clear: both; }

#primary-mob-menu > li > a {
  font-size: 16px;
  line-height: 22px;
  font-family: 'Lato', sans-serif;
  padding: 8px 0;
  display: block;
  text-decoration: none;
  color: #FFF;
  margin: 0;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase; }

.mob-headline {
  margin: 0 0 10px 20px;
  font-size: 20px;
  line-height: 26px;
  color: #FFF;
  text-transform: uppercase; }

.brand-mob-navigation {
  margin: 0; }

.brand-mob-navigation ul {
  margin: 0 20px 0 20px;
  padding: 0; }

.brand-mob-navigation li {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 50%;
  float: left; }

.brand-mob-navigation li a {
  font-size: 16px;
  line-height: 22px;
  font-family: 'Lato', sans-serif;
  padding: 8px 0;
  display: block;
  text-decoration: none;
  color: #FFF;
  margin: 0;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase; }

@media (max-width: 767px) {
  #menuLink {
    display: block; } }

/*	--------------------------------------------------
   	Home
	-------------------------------------------------- */


/* Alert */

.alertbar {
    background: #000;
    padding: 20px 0;
    color: #FFF;
    font-size: 16px;
    line-height: 24px;
}
.alertbar .container {
    position: relative;
}
.alertbar .text {
    padding-right: 30px;
    color: #FFF;
    font-size: 18px;
    line-height: 26px;
}
.alertbar .text p {
    color: #FFF;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}
.alertbar .text a {
    color: #F8C001;
    font-weight: bold;
    text-decoration: none;
}
.alertbar .text a:hover {
    color: #F8C001;
    font-weight: bold;
    text-decoration: underline;
}

.alertbar .close {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 16px;
    line-height: 24px;
    width: 24px;
    text-align: center;
    color: #FFF;
    font-weight: normal;
}
.alertbar .close:hover {
    opacity: 0.8;
    cursor: pointer;
}



/* Video */
.home-slideshow-wrap {
  position: relative;
  height: 700px;
  background: #FFF; }

.home-slideshow-wrap .videoplayer {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  height: 100%;
  width: 100%;
  background: none !important;
  overflow: hidden;
  border: none;
  z-index: 10; }

/* mobile */
@media (max-width: 767px) {
  .home-slideshow-wrap {
    position: relative;
    height: 300px;
    background: #000; }
  .home-slideshow-wrap .videoplayer {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: 300px;
    width: 100%;
    background: none !important;
    overflow: hidden;
    z-index: 10;
    margin: 0; } }

/* Slideshow Overlay */
.slideshow_overlay {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 20;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s; }

.slideshow_overlay.slick-initialized {
  opacity: 1; }

/* mobile */
@media (max-width: 767px) {
  .slideshow_overlay {
    bottom: 20px; }
  .slideshow_overlay .bluetext a.arrow.down {
    white-space: nowrap; } }

/* Brands */
h2.brandsheadline {
  font-size: 35px;
  line-height: 35px;
  font-weight: 900;
  margin-bottom: 20px; }

.brandsgrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px; }

/* Mobile */
@media (max-width: 767px) {
  h2.brandsheadline {
    font-size: 30px;
    line-height: 40px; }
  .brandsgrid {
    grid-template-columns: 1fr 1fr;
    gap: 20px; } }

.brandsgrid a.brand {
  max-width: 262px;
  background: #000;
  text-decoration: none !important;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s; }

.brandsgrid a.brand:visited {
  background: #000;
  text-decoration: none !important; }

.brandsgrid a.brand:hover {
  background: #F8C001;
  text-decoration: none !important; }

.brandsgrid a.brand img {
  display: block;
  max-width: 100%;
  height: auto; }

.brandsgrid a.brand .wrap {
  padding: 10px;
  color: #FFF; }

.brandsgrid a.brand h3 {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 0px 0;
  color: #FFF;
  text-decoration: none !important; }

.brandsgrid a.brand .arrow_white {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 14px 0 0;
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
  text-decoration: none;
  font-style: normal !important;
  font-weight: 700 !important;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s; }

.brandsgrid a.brand .arrow_white::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 22px;
  line-height: 24px;
  font-weight: normal;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }

/* Mobile */
@media (max-width: 767px) {
  .brandsgrid a.brand {
    max-width: 100%; }
  .brandsgrid a.brand h3 {
    font-size: 20px;
    line-height: 28px; } }

/* Elevator */
.elevator {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 2px solid #F8C001;
  border-bottom: 2px solid #F8C001; }

.elevator .wrap {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 90px 0; }

.elevator .text {
  max-width: 560px;
  margin-bottom: 60px; }

.elevator h2 {
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 10px 0;
  color: #FFF; }

.elevator p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px 0;
  color: #FFF; }

.link_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px; }

/* Instagram */
.instagram_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px; }

.instagram_wrap .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 846px;
          flex: 0 0 846px; }

.instagram_wrap h3 {
  font-size: 30px;
  line-height: 38px;
  margin: 0 0 10px 0;
  color: #FFF; }

/* mobile */
@media (max-width: 767px) {
  .instagram_wrap {
    display: block; }
  .instagram_wrap .left {
    margin-bottom: 30px; } }

#sb_instagram {
  width: 100%; }

#sbi_images {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  width: 100%; }

#sbi_images .sbi_item {
  display: block !important;
  width: 100% !important;
  height: auto !important; }

#sbi_images .sbi_photo_wrap {
  display: block !important;
  width: 100% !important;
  height: auto !important; }

/* mobile */
@media (max-width: 767px) {
  #sbi_images {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100% !important; }
  #sbi_images .sbi_item:last-child {
    display: none !important; } }

/* Distributors */
.distributors {
  padding: 80px 0; }

.distributors h2 {
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 20px 0;
  text-align: center; }

.distributors_slider {
  opacity: 0;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s; }

.distributors_slider.slick-initialized {
  opacity: 1; }

.distributors_slider .wrap {
  height: 45px;
  position: relative; }

.distributors_slider img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: calc(100% - 30px);
  height: auto;
  margin: 0 auto; }

/* mobile */
@media (max-width: 767px) {
  .distributors {
    padding: 40px 0 80px 0; } }

/*	--------------------------------------------------
   	Content
	-------------------------------------------------- */
.masthead-spacer {
  height: 202px;
  background: #000; }

@media (max-width: 767px) {
  .masthead-spacer {
    display: none; } }

.main-content {
  padding: 60px 0 80px 0;
  background: url(images/back.png) center bottom no-repeat; }

/* Mobile */
@media (max-width: 767px) {
  .main-content {
    background-size: 1000px auto;
    background-position: -80px bottom; } }

.main-content.home {
  position: relative; }

.main-content.home #brands {
  display: block;
  position: absolute;
  top: -142px; }

/* Mobile */
@media (max-width: 767px) {
  .main-content.home {
    padding: 60px 0; }
  .main-content.home #brands {
    top: 0; } }

.page-header h1 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 30px;
  line-height: 50px;
  text-transform: uppercase; }

/* Mobile */
@media (max-width: 767px) {
  .page-header h1 {
    padding: 20px 0;
    font-size: 22px;
    line-height: 30px; } }

.main-content-inner {
  min-height: 600px; }

/* Mobile */
@media (max-width: 767px) {
  .main-content {
    padding: 0; }
  .main-content-inner {
    min-height: 100px;
    padding-bottom: 30px !important; } }

.intro {
  font-size: 18px;
  line-height: 26px; }

.intro p {
  font-size: 18px;
  line-height: 26px; }

article {
  padding: 0;
  margin: 0; }

.entry-content {
  padding: 0;
  margin: 0; }

/* Mobile */
@media (max-width: 767px) {
  .entry-content {
    padding: 0;
    margin: 0; } }

.page-template-page-full .entry-content {
  padding: 0;
  margin: 0; }

.entry-content img {
  display: block; }

/*	--------------------------------------------------
           Equipment
        -------------------------------------------------- */
.page-header-brands {
  background: #111213;
  height: 100px;
  margin-bottom: 15px; }

.page-header-brands h1,
.page-header-brands h3 {
  color: #FFF;
  margin: 0 0 0 20px;
  padding: 0;
  font-size: 18px;
  line-height: 100px;
  text-transform: uppercase;
  float: left; }

.page-header-brands .brandlink {
  float: left;
  display: block; }

.page-header-brands .brandimg {
  display: block; }

/* Mobile */
@media (max-width: 767px) {
  .page-header-brands {
    background: #111213;
    height: auto;
    margin-bottom: 30px; }
  .page-header-brands h1,
  .page-header-brands h3 {
    color: #FFF;
    margin: 10px 0 0 10px;
    padding: 0;
    font-size: 16px;
    line-height: 60px;
    text-transform: uppercase;
    float: left; }
  .page-header-brands .brandlink {
    float: left;
    display: block;
    width: 100px;
    margin: 10px 0 0 10px; }
  .page-header-brands .brandimg {
    display: block;
    width: 100px;
    height: auto; } }

/* Category header dropdown */
#catlist {
  margin: 34px 20px 0 0;
  float: right;
  position: relative; }

.downarrow {
  color: #FFF;
  font-size: 16px;
  line-height: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  background: url(images/icon_dropdown.png) right 0 no-repeat;
  padding: 0 28px 0 12px; }

#catlist ul {
  display: none;
  padding: 10px 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 30px;
  right: -20px;
  background: #000000;
  z-index: 9999;
  min-width: 195px; }

#catlist .selectmore:hover > ul {
  display: block; }

#catlist ul li {
  margin: 0;
  padding: 0;
  float: none;
  list-style: none !important; }

#catlist ul li a {
  display: block;
  text-decoration: none;
  color: #FFF;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  padding: 6px 20px;
  margin: 0;
  white-space: nowrap; }

#catlist ul li a:hover {
  color: #F8C001; }

@media (max-width: 767px) {
  #catlist {
    margin: 10px 20px 10px 0;
    float: right;
    position: relative;
    display: inline-block; }
  .downarrow {
    font-size: 16px; } }

.equipmentcard {
  margin-top: 10px;
  margin-bottom: 40px;
  max-width: 262px; }

/* Mobile */
@media (max-width: 767px) {
  .equipmentcard {
    margin-top: 10px;
    margin-bottom: 40px;
    max-width: 262px;
    margin-left: auto;
    margin-right: auto; } }

.equipmentcard a {
  display: block;
  text-decoration: none;
  color: #FFF;
  background: #000;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s; }

.equipmentcard header {
  margin: 0;
  padding: 5px 10px; }

.termlist {
  font-size: 14px;
  line-height: 22px;
  margin: 10px 0 4px 0;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  color: #FFF; }

.equipmentcard h3 {
  font-size: 20px;
  line-height: 28px;
  color: #FFF; }

.equipmentcard a:hover {
  background: #F9B81B; }

.equipmentcard a:hover h3 {
  color: #FFF; }

/* Equipment detail */
h1.titleequipment {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 38px; }

a.pdf.brochure {
  float: right;
  margin-top: 44px;
  margin-bottom: 26px; }

/* Mobile */
@media (max-width: 767px) {
  h1.titleequipment {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px; }
  a.pdf.brochure {
    float: none;
    margin-top: 0;
    margin-bottom: 26px; } }

.slidereqwrap {
  height: 600px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 0 60px 0; }

#slidereq {
  z-index: 50;
  width: 100%;
  height: 600px;
  margin: 0 !important;
  padding: 0 !important;
  background: none; }

#slidereq > li {
  width: 100%;
  height: 600px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
  position: relative; }

#slidereq > li img {
  display: block;
  margin: 0 auto; }

.slick-prev:before,
.slick-next:before {
  color: #000; }

/* small screen - hide on ipad */
@media (max-width: 1240px) {
  .bx-controls-direction {
    display: none !important; } }

/* Mobile */
@media (max-width: 767px) {
  .slidereqwrap {
    height: auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    margin: 0 0 60px 0; }
  #slidereq {
    height: auto; }
  #slidereq li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
    position: relative; }
  #slidereq li img {
    width: 100%;
    height: auto; }
  #slidereq .slick-next,
  #slidereq .slick-prev {
    display: none !important; } }

/*	--------------------------------------------------
   	Bootstrap
	-------------------------------------------------- */
/* Mobile */
@media (max-width: 767px) {
  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px; } }

/*	--------------------------------------------------
   	Sidebar
	-------------------------------------------------- */
/*	--------------------------------------------------
   	Blog
	-------------------------------------------------- */
/* Blog Grid */
.bloggrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 40px 30px;
  padding: 0 11px; }

@media (max-width: 1100px) {
  .bloggrid {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0; } }

@media (max-width: 720px) {
  .bloggrid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px; } }

@media (max-width: 520px) {
  .bloggrid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px; } }

/*	--------------------------------------------------
   	Pager
	-------------------------------------------------- */
ul.pager {
  margin: 30px 0 0 0 !important;
  padding: 0; }

ul.pager li {
  margin: 0;
  padding: 0;
  list-style: none !important; }

ul.pager li.previous {
  float: left; }

ul.pager li.next {
  float: right; }

ul.pager a {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Lato', sans-serif;
  color: #000;
  text-decoration: none;
  font-style: normal !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  position: relative; }

ul.pager a:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 22px;
  line-height: 38px;
  font-weight: normal;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }

ul.pager .previous a {
  padding-left: 16px; }

ul.pager .previous a:after {
  content: "\f104";
  right: auto;
  left: 0; }

ul.pager .next a {
  padding-right: 16px; }

ul.pager .next a:hover {
  color: #FFC425; }

ul.pager .previous a:hover {
  color: #FFC425; }

/* Mobile */
@media (max-width: 767px) {
  ul.pager {
    margin: 20px 0 30px 0 !important; } }

/*	--------------------------------------------------
   	Footer
	-------------------------------------------------- */
#colophon {
  background: #0F1010;
  padding: 30px 0 100px 0;
  color: #fff; }

/* Mobile */
@media (max-width: 767px) {
  #colophon {
    padding: 30px 0 100px 0; } }

.footer-info {
  font-size: 14px;
  line-height: 22px;
  color: #FFF;
  padding-top: 22px; }

.footer-info p {
  font-size: 14px;
  line-height: 22px;
  color: #FFF;
  margin: 0 0 10px 0; }

.footer-info p a {
  color: #F8C300;
  text-decoration: underline; }

.footer-info p a:hover {
  color: #F8C300;
  text-decoration: none; }

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 22px; }

/* Mobile */
@media (max-width: 767px) {
  .footer-social {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .footer-social .social {
    padding-left: 0; } }

.footer_logo {
  display: block;
  width: 162px;
  height: 70px;
  background: url(images/logo_footer.png) 0 0 no-repeat;
  text-indent: -4000px; }

#colophon a.stay {
  font-size: 14px;
  line-height: 22px;
  color: #FFF;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  background: url(images/icon_stay.png) 0 0 no-repeat;
  padding-left: 26px; }

#colophon a.stay:hover {
  opacity: 0.7; }

#colophon a.follow {
  font-size: 14px;
  line-height: 22px;
  color: #FFF;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  background: url(images/icon_follow.png) 0 0 no-repeat;
  padding-left: 22px; }

#colophon a.follow:hover {
  opacity: 0.7; }

/* Copyright */
.site-info {
  padding-top: 30px; }

.site-info p {
  font-size: 12px;
  line-height: 16px;
  color: #FFF;
  margin: 0 0 14px 0;
  clear: both; }

.site-info p.by {
  font-size: 12px;
  line-height: 16px;
  color: #FFF;
  font-weight: normal; }

.site-info p.by a {
  font-size: 12px;
  line-height: 16px;
  color: #FFF;
  font-weight: normal;
  text-decoration: none; }

.site-info p.by a:hover {
  color: #efefef;
  text-decoration: none; }

/*	--------------------------------------------------
   	Flexible Content
	-------------------------------------------------- */
/* Quote */
.quoteblock {
  padding: 10px 0 40px 30px;
  background: url(images/icon_quote.png) 0 14px no-repeat; }

.quoteblock .text {
  font-size: 20px;
  line-height: 30px;
  padding: 0 30px 0 0;
  background: url(images/icon_quote_end.png) bottom right no-repeat; }

.quoteblock .text p {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Lato', sans-serif;
  margin: 0; }

.quoteblock .by {
  margin: 16px 0 0 0;
  font-size: 14px;
  line-height: 22px; }

.quoteblock .by p {
  margin: 0;
  font-size: 14px;
  line-height: 22px; }

/* Mobile */
@media (max-width: 767px) {
  .quoteblock {
    margin-left: 0; } }

/* Accordion */
.accordianwrap {
  margin: 0 0 26px 0;
  background: url(images/accordion_back.png) 0 0 repeat-x; }

.accordianwrap.add {
  margin: -27px 0 26px 0; }

.accordiantitle {
  background: url(images/accordion_back.png) 0 bottom repeat-x; }

.accordiantitle.open {
  background: none; }

.accordiantitle h3 {
  line-height: 30px;
  font-size: 18px;
  color: #444;
  font-weight: 400;
  padding: 10px 50px 10px 10px;
  background: url(images/accordion_show.png) right center no-repeat;
  margin: 0; }

.accordiantitle:hover h3 {
  cursor: pointer;
  background: url(images/accordion_show.png) right center no-repeat;
  color: #444; }

.accordiantitle.open h3 {
  background: url(images/accordion_hide.png) right center no-repeat; }

.accordiantitle.open:hover h3 {
  cursor: pointer;
  background: url(images/accordion_hide.png) right center no-repeat; }

.accordiancontent {
  display: none;
  padding: 0 10px 1px 10px;
  margin: 0; }

/* Mobile */
@media (max-width: 767px) {
  .accordiantitle h2 {
    line-height: 26px;
    font-size: 20px;
    color: #444;
    font-weight: 400;
    padding: 10px 50px 10px 10px;
    background: url(images/accordion_show.png) right center no-repeat;
    margin: 0; } }

/* Video embeds */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0;
  height: 0;
  margin-bottom: 26px; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video.small {
  max-width: 600px;
  margin: 0 auto; }

.video.xsmall {
  max-width: 400px;
  margin: 0 auto; }

/*	--------------------------------------------------
   	Form - Gravity Forms (labels inside)
	-------------------------------------------------- */
.wpcf7-form {
  margin: 20px 0 0 0;
  max-width: 650px; }

.smalltext p {
  font-size: 14px;
  font-weight: 22px;
  margin: 0 0 20px 0; }

.ifield {
  margin-bottom: 30px; }

.ifield input, .ifield select, .ifield textarea {
  width: 100% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  padding: 8px !important;
  border: 1px solid #D4D4D4 !important;
  font-size: 16px;
  line-height: 22px;
  color: #444 !important; }

img.wpcf7-captchac {
  width: 100%;
  height: 38px;
  margin: 0; }

.wpcf7-submit {
  font-size: 18px;
  line-height: 38px;
  color: #000;
  background-color: #FAB91C !important;
  border: none;
  padding: 0 20px 0 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif; }

.wpcf7-submit:hover {
  font-size: 18px;
  line-height: 38px;
  color: #000;
  background-color: #FFF !important;
  border: none;
  padding: 0 20px 0 20px;
  font-weight: 700; }

@media (max-width: 767px) {
  .wpcf7-submit {
    margin-top: 20px; } }

.wpcf7-not-valid-tip {
  position: absolute;
  top: 32px;
  left: 8px;
  font-size: 14px !important;
  white-space: nowrap;
  background: none;
  color: #FFF; }

.wpcf7-response-output {
  background: none;
  color: #FFF;
  border: none !important; }

::-webkit-input-placeholder {
  color: #444 !important; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #444 !important; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #444 !important; }

:-ms-input-placeholder {
  color: #444 !important; }

.wpcf7 .ajax-loader {
  display: none !important; }

textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {
  border: inherit;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0 none; }


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

#gform_wrapper_1 {
    max-width: 650px;
}


.gform_wrapper.gravity-theme input,
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
    border: 1px solid #444;
    font-size: 16px;
    line-height: 22px;
    color: #444;
}

.gform_button {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 12px !important;
    font-size: 16px !important;
    line-height: 38px !important;
    color: #000 !important;
    text-decoration: none;
    font-style: normal !important;
    font-weight: 700 !important;
    background: #F8C001;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    border: none !important;
}

.gform_button:hover {
  color: #FFF !important;
  text-decoration: none;
  font-weight: 700 !important;
  background-position: right 0 !important;
  background-color: #000; 
}


.gform_wrapper .validation_error {
        margin:12px 0 0 0 !important;
        display: none;
    }
    .gform_wrapper .validation_message {
        padding-top: 0 !important;
        color: red;
        font-weight: 400 !important;
    }
    .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
    .gform_wrapper li.gfield_error textarea {
        border: 1px solid red;
    }
    
    .gform_wrapper li.gfield.gfield_error,
    .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
        background-color: transparent !important;
        margin-bottom: 0 !important;
        border-top: none !important;
        border-bottom: none !important;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
        box-sizing: border-box;
    }
    
    .ginput_recaptcha {
        margin-top: 12px !important;
    }
    #g-recaptcha-response {
        display: none !important;
    }

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
    background: none !important;
    border: none !important;
    font-size: 14 !important;
    margin: 8px 0 0 0 !important;
    padding: 0 !important;
}


.gform_footer.top_label {
    padding-top: 0 !important;
}

#field_1_11 .ginput_container_consent {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}


#field_1_11 .ginput_container_consent input[type="checkbox"] {
    margin-top: 8px;
}



/*	--------------------------------------------------
	Print
	-------------------------------------------------- */
.showprint {
  display: none; }

@media print {
  body {
    padding: 20px !important; }
  .container {
    padding: 0;
    margin: 0; }
  .showprint {
    display: block; }
  .hideprint {
    display: none; }
  .printlogo {
    margin: 15px 0; }
  .header-pad {
    display: none; }
  .page-header {
    margin: 0;
    padding: 0; }
  .page-header .wrap {
    display: block;
    height: auto; }
  .page-header h1 {
    color: #000;
    padding: 0;
    margin: 0 0 20px 0; }
  .main-content-inner {
    margin: 0; }
  p {
    margin: 0 0 20px 0; }
  #colophon a {
    display: none !important; } }
