/*
Theme Name: Pro & Local Mobile Detailing 
Theme URI: http://cdevision.com/
Author: cdeVision
Author URI: http://cdevision.com/
Description: Custom theme for Pro & Local Mobile Detailing
Version: 3.0
License: No copy or resale
License URI: http://cdevision.com/
Text Domain: Pro & Local Mobile Detailing
Tags: 
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
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; }

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * 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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 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 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/*	
    --------------------------------------------------
    Body
	--------------------------------------------------
*/
html {
  overflow-y: scroll; }

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

#skipnav {
  display: none; }

/*	
    --------------------------------------------------
   	Grid
	-------------------------------------------------- 
*/
.container {
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.main-content-inner {
  display: grid;
  grid-template-columns: minmax(20px, 1fr) minmax(50px, 390px) minmax(50px, 390px) minmax(50px, 390px) minmax(20px, 1fr); }

.fullscreen {
  grid-column: 1 / 6; }

.fullwidth {
  grid-column: 2 / 5; }

.twothirds {
  grid-column: 3 / 5; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px; }

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.col {
  padding: 0 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0px; }

.three.wide .col:first-child {
  padding: 0 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 585px;
          flex: 0 0 585px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fullwidth.spacer {
  height: 30px; }

/* small screen */
/* tablet */
/* small tablet */
@media (max-width: 900px) {
  .twothirds {
    grid-column: 2 / 5; }
  .columns.four {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .columns.four .col {
    max-width: 50%;
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%; } }

/* Large Mobile */
@media (max-width: 800px) {
  .columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .columns .col {
    max-width: 50%; }
  .three.wide .col,
  .columns.three .col {
    max-width: 100% !important;
    width: 100% !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding: 0 !important; } }

/* small Mobile */
@media (max-width: 767px) {
  .col {
    max-width: 100% !important;
    width: 100% !important;
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 100% !important;
            flex: 1 1 100% !important;
    padding: 0; } }

/*	
    --------------------------------------------------
    Typography
	--------------------------------------------------
*/
h1, h2, h3, h4, h5, h6 {
  color: #3F3F3F;
  margin: 0 0 6px 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px; }

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

h1, .h1 {
  font-size: 46px;
  line-height: 54px;
  color: #3F3F3F;
  font-weight: 900;
  margin: 0 0 6px 0; }

h2, .h2 {
  font-size: 36px;
  line-height: 44px;
  color: #3F3F3F;
  font-weight: 900;
  margin: 0 0 6px 0; }

h3, .h3 {
  font-size: 30px;
  line-height: 38px;
  color: #3F3F3F;
  font-weight: 900;
  margin: 0 0 6px 0; }

h4, h5, h6, .h4 {
  font-size: 24px;
  line-height: 32px;
  color: #3F3F3F;
  font-weight: 900;
  margin: 0 0 6px 0; }

/* Mobile */
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 30px;
    line-height: 38px; }
  h3, .h3 {
    font-size: 24px;
    line-height: 32px; }
  h4, h5, h6, .h4 {
    font-size: 20px;
    line-height: 28px; } }

p {
  font-size: 18px;
  line-height: 26px;
  color: #444;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-weight: normal;
  margin: 0 0 30px 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 0;
  padding: 0;
  list-style: none; }

ul li {
  margin: 0 0 10px 0;
  padding: 0 0 0 30px; }

.main-content-inner ul li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  font-size: 18px;
  display: inline-block;
  margin-left: -30px;
  /* same as padding-left set on li */
  width: 30px;
  /* same as padding-left set on li */ }

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

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

ol li {
  margin: 0 0 10px 0;
  padding: 0 0 0 5px; }

ol ol {
  margin: 10px 0 10px 50px;
  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; }

/*	--------------------------------------------------
	Links
	-------------------------------------------------- */
a {
  color: #FFB10F;
  line-height: inherit;
  text-decoration: none;
  word-wrap: break-word;
  font-weight: bold; }

a:visited {
  color: #FFB10F;
  text-decoration: none; }

a:hover {
  color: #FFB10F;
  font-weight: bold;
  text-decoration: underline; }

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

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

a.box {
  display: inline-block;
  margin: 0;
  padding: 0 12px;
  font-size: 16px;
  line-height: 50px;
  color: #FFF;
  background: #FFB10F;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  letter-spacing: 1px;
  -webkit-transition-duration: .25s;
          transition-duration: .25s; }

a.box.rev {
  background: #6ACADC !important;
  border: 1px solid #FFF; }

a.box:visited {
  color: #FFF;
  background: #FFB10F;
  text-decoration: none;
  font-weight: 700; }

a.box:hover {
  color: #FFF;
  background: #6ACADC;
  text-decoration: none;
  font-weight: 700; }

a.box.rev:hover {
  background: #FFB10F !important;
  border: 1px solid #FFF; }

a.arrow {
  display: inline-block;
  margin: 0;
  padding: 0 14px 0 0;
  font-size: 16px;
  line-height: 30px;
  color: #FFB10F;
  text-decoration: none;
  font-style: normal;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1px;
  -webkit-transition-duration: .25s;
          transition-duration: .25s; }

a.arrow:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -16px 0 0 0;
  font-family: "FontAwesome";
  content: "\f105";
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0; }

a.arrow:hover {
  color: #000; }

.linkwrap + .linkwrap {
  margin-top: -20px; }

/*	--------------------------------------------------
	Misc
	-------------------------------------------------- */
.screen-reader-text {
  display: none; }

.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 0 40px 0 !important;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(220px, 1fr) minmax(220px, 1fr) minmax(220px, 1fr);
  grid-gap: 2px; }

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

@media (max-width: 1000px) {
  #gallery-1,
  #gallery-2,
  #gallery-3 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .last #gallery-1,
  .last #gallery-2,
  .last #gallery-3 {
    margin: 40px 0 -60px 0 !important; } }

.gallery-item {
  width: auto !important;
  margin: 0 !important; }

.gallery br {
  display: none !important; }

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

#gallery-1 img:hover,
#gallery-2 img:hover,
#gallery-3 img:hover {
  opacity: 0.8; }

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

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

.alignright {
  float: right;
  margin: 4px 0 20px 30px !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;
    height: auto; }
  .alignright {
    max-width: 40% !important;
    height: auto; } }

@media (max-width: 767px) {
  .attachment-thumbnail {
    max-width: 100% !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; }

/*	--------------------------------------------------
   	Header
	-------------------------------------------------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  margin: 0;
  padding: 0;
  background-color: #000;
  width: 100%;
  border-bottom: 2px solid #FFB10F; }

body.admin-bar .site-header {
  top: 32px; }

.site-header__pad {
  height: 130px;
  position: relative; }

/* Mobile */
@media (max-width: 767px) {
  .site-header {
    position: absolute; } }

/* Mobile */
.site-branding {
  width: 164px;
  height: 90px;
  padding: 0;
  position: absolute;
  bottom: 20px;
  left: 0; }

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

.site-branding__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 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

/* Mobile */
/* Social */
.social {
  margin-left: 8px; }

.social a.fa {
  padding: 0;
  font-size: 26px;
  line-height: 50px;
  width: 34px;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  text-decoration: none;
  font-weight: normal;
  -webkit-transition-duration: .5s;
          transition-duration: .5s; }

.social a.fa span {
  display: none; }

.social a.fa:hover {
  color: #FFB10F; }

@media (max-width: 1120px) {
  .site-header .social {
    display: none;
    margin-left: 24px;
    margin-bottom: 20px; } }

.connect {
  margin-left: 24px;
  text-align: center; }

.connect .phone {
  margin-bottom: 14px; }

.connect .phone a {
  font-family: "Montserrat", sans-serif;
  color: #FFF;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: none; }

.connect .phone a:hover {
  color: #6ACADC;
  font-weight: 700;
  text-decoration: none; }

/* Mobile */
@media (max-width: 767px) {
  .connect {
    display: none;
    margin-left: 0; }
  .connect .phone a:hover {
    color: #FFB10F; } }

/* Mobile */
/*	--------------------------------------------------
   	Nav Bar - Desk
	-------------------------------------------------- */
.primary-navigation {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.primary-navigation .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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 {
  font-size: 16px;
  line-height: 50px;
  padding: 0 20px;
  margin: 0;
  text-decoration: none;
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
  font-family: "Montserrat", sans-serif; }

.primary-menu > .menu-item:first-child {
  display: none; }

.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: #6ACADC; }

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

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

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

.primary-menu .menu-item .sub-menu .menu-item a {
  display: block;
  font-size: 16px !important;
  line-height: 24px !important;
  font-style: normal;
  font-weight: 700;
  padding: 4px 20px !important;
  color: #FFF;
  background: none;
  white-space: nowrap;
  text-transform: none; }

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

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

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

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

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

/*	--------------------------------------------------
   	Menu Mobile
	-------------------------------------------------- */
.mobile-hamburger {
  display: none;
  width: 30px;
  height: 30px;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 9999999; }

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

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

.mobile-menu-cover {
  display: none;
  background: #000;
  color: #FFF;
  padding: 0;
  clear: both;
  margin: 0 auto;
  position: fixed;
  top: 0;
  right: 0;
  height: 150%;
  max-width: 300px;
  min-width: 300px;
  overflow: auto;
  z-index: 9999998;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

.mob-nav-menu {
  margin: 20px 30px 0 30px;
  padding: 0; }

.mob-nav-menu .menu-item {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none; }

.mob-nav-menu .menu-item a {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 30px;
  padding: 8px 0;
  display: block;
  text-decoration: none;
  color: #FFF;
  margin: 0;
  font-weight: 700;
  font-style: normal; }

.mob-nav-menu .menu-item a:hover {
  color: #FFB10F; }

.mob-nav-menu .sub-menu {
  display: none;
  margin: 0 0 10px 20px;
  padding: 0;
  z-index: 99999;
  padding: 0; }

.mob-nav-menu .sub-menu .menu-item a {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0;
  display: block;
  text-decoration: none;
  color: #FFF;
  margin: 0;
  font-weight: 400;
  font-style: normal; }

.mob-nav-menu .sub-menu .menu-item a:hover {
  color: #FFB10F; }

@media (max-width: 1120px) {
  .mobile-hamburger {
    display: block;
    top: 22px;
    right: 20px; }
  .mobile-menu-cover {
    max-width: 300px;
    min-width: 300px; } }

@media (max-width: 425px) {
  .mobile-hamburger {
    top: 10px;
    right: 10px; }
  .mobile-menu-cover {
    max-width: 100%;
    min-width: 100%; } }

/*	--------------------------------------------------
   	Home
	-------------------------------------------------- */
.videowrap {
  height: 700px;
  width: 100%;
  position: relative;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin-top: 132px; }

.videowrap img {
  height: 700px;
  width: 2000px;
  position: absolute;
  left: 50%;
  top: 0;
  margin: 0 0 0 -1000px;
  display: block;
  z-index: 10; }

.videowrap .text {
  z-index: 20;
  text-align: center; }

.videowrap h2 {
  font-size: 50px;
  line-height: 60px;
  color: #FFF;
  margin: 0 0 14px 0;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.65); }

.videowrap .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.videowrap .links a {
  margin: 0 12px; }

.videowrap video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

/* Mobile */
@media (max-width: 767px) {
  .videowrap {
    height: 490px; }
  .videowrap img {
    height: 490px;
    width: 1400px;
    margin: 0 0 0 -700px; }
  .videowrap h2 {
    font-size: 32px;
    line-height: 42px;
    padding: 0 40px; }
  .videowrap h2 br {
    display: none; }
  .videowrap .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .videowrap .links a:first-child {
    margin-bottom: 20px; } }

/* Elevator */
.elevator {
  background-color: #F9F9F9; }

.elevator .container {
  padding: 110px 0 70px 0;
  position: relative;
  overflow: visible; }

.elevator img.back {
  position: absolute;
  bottom: 0;
  left: -150px;
  z-index: 10; }

.elevator .row {
  z-index: 20; }

.elevator .col.image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 480px;
          flex: 0 0 480px; }

.elevator .col.text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0; }

.elevator h2 {
  font-size: 36px;
  line-height: 46px;
  margin: 0 0 10px 0; }

.elevator p {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 20px 0; }

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

.elevator p:last-child {
  margin: 0; }

/* Mobile */
@media (max-width: 767px) {
  .elevator img.back {
    display: none; }
  .elevator h2 {
    font-size: 22px;
    line-height: 32px; }
  .elevator .container {
    padding: 60px 20px 60px 20px; }
  .elevator .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0; }
  .elevator .col.image {
    padding: 0; }
  .elevator .col.image img {
    max-width: 100%;
    height: auto; }
  .elevator .col.text {
    padding: 0; } }

/* Notice */
.notice {
  background: #FFB10F;
  padding: 30px 0; }

.notice .row {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.notice .col:first-child,
.notice .col:last-child {
  padding: 0;
  max-width: 350px; }

.notice .col:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  white-space: nowrap;
  padding: 0 15px; }

.notice .col h3 {
  font-size: 24px;
  line-height: 28px;
  color: #FFF;
  margin: 0; }

.notice .col p {
  font-size: 20px;
  line-height: 28px;
  color: #FFF;
  margin: 0; }

.notice a.arrow {
  color: #FFF; }

.notice a.arrow:hover {
  color: #000; }

/* Mobile */
@media (max-width: 767px) {
  .notice .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px; }
  .notice .col:last-child {
    padding: 0; } }

/* Brands */
.brands {
  background: #FFF;
  padding: 40px 0; }

.brands h2 {
  text-align: center;
  color: #404040;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 20px; }

.slider1wrap {
  height: 80px;
  width: 100%; }

.bx-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none !important; }

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

#slider1 li {
  width: 14.2%;
  height: 80px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

#slider1 li img {
  display: block; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: -40px;
  background: none; }

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  color: rgba(187, 187, 187, 0.5); }

.bx-wrapper .bx-next {
  right: -40px;
  background: none; }

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  color: rgba(187, 187, 187, 0.5); }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  margin-top: -40px;
  outline: 0;
  width: 40px;
  height: 80px;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
  z-index: 9999;
  color: #BBB;
  text-indent: 0; }

/* small screen */
@media (max-width: 1400px) {
  .bx-wrapper .bx-prev {
    left: -40px;
    background: none; }
  .bx-wrapper .bx-next {
    right: -40px;
    background: none; } }

/* Tablet */
@media (max-width: 1220px) {
  .slider1wrap .bx-controls-direction {
    display: none !important; } }

/* Mobile */
@media (max-width: 767px) {
  .brands h2 {
    font-size: 20px;
    line-height: 30px; } }

/* Servicxes */
.services {
  background: #FFF; }

.services .servicesheader {
  background: #000;
  padding: 30px 0;
  border-bottom: 2px solid #FFF; }

.services .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.services .container h2 {
  color: #FFF !important;
  font-size: 36px;
  line-height: 46px;
  margin: 0; }

.services a.arrow:hover {
  color: #FFF !important; }

#servicesgrid {
  margin: 0;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(220px, 1fr) minmax(220px, 1fr) minmax(220px, 1fr);
  grid-gap: 2px; }

#servicesgrid a {
  position: relative; }

#servicesgrid img {
  display: block;
  max-width: 100%;
  height: auto;
  position: static;
  z-index: 10; }

#servicesgrid .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(106, 202, 220, 0.75);
  z-index: 20;
  opacity: 0;
  -webkit-transition-duration: .4s;
          transition-duration: .4s; }

#servicesgrid a:hover .overlay {
  opacity: 1; }

#servicesgrid .heading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 30; }

#servicesgrid .heading h3 {
  color: #FFF;
  font-size: 30px;
  line-height: 40px;
  margin: 0;
  padding: 0 20px;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.65); }

/* Small Screen */
/* Small Screen */
/* Mobile */
@media (max-width: 1000px) {
  #servicesgrid .overlay h3 {
    font-size: 22px;
    line-height: 32px; }
  .services .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .services .container h2 {
    color: #FFF !important;
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 10px 0; }
  #servicesgrid {
    grid-template-columns: 1fr 1fr; }
  #servicesgrid .heading h3 {
    font-size: 20px;
    line-height: 30px; } }

/* Mobile */
/* Mobile */
@media (max-width: 767px) {
  #servicesgrid .overlay h3 {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    padding: 0 10px;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.65); } }

/* Mobile */





/* Instagram Section */

.instagram-section {
    position: relative;
    background: #000;
    overflow: hidden;
    padding: 60px 0;
    border-top: 2px solid #fff;
}


@media (max-width: 767px) {

    .instagram-section {
        padding: 0;
    }

}


.instagram-section .headline-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;

    .tool {
        position: relative;
        top: auto;

        span {
            font-size: 18px;
            line-height: 30px;
            color: #FFF;
            font-weight: 700;
        }
        
        .wrap {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 10px;
        }
    }
}
.instagram-section h2 {
    font-size: 36px;
    line-height: 46px;
    margin: 0;
    color: #FFF;
    text
}


@media (max-width: 1340px) {

    .instagram-section .container {
        padding: 90px 20px;
    }

}

@media (max-width: 1340px) {

    .instagram-section .container {
        padding: 90px 20px;
    }

}


/* mobile */
@media (max-width: 1120px) {

    .instagram-section .container {
        padding: 60px 20px;
    }
    .instagram-section .headline-flex {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-bottom: 30px;
    }
    .instagram-section h2 {
        text-align: center;
        font-size: 32px;
        line-height: 42px;
    }
    .instagram-section .social.header {
        margin: 0;
    }

}

/* Instagram */

#sb_instagram {
    width: 100%;
}
#sbi_images {
    display: grid !important;
    grid-template-columns: 1fr 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%;
        box-sizing: border-box;
        max-width: 100% !important;
    }
    

}



/*	--------------------------------------------------
   	Content
	-------------------------------------------------- */
/* Page wrap */
.pagewrap {
  padding: 0;
  margin-top: 132px;
  background: #F9F9F9; }

/* Page header */
#header {
  display: none;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #efefef;
  border-bottom: 2px solid #FFB10F;
  z-index: 999; }

.page-header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 200px;
  position: relative; }

.page-header h1 {
  font-size: 50px;
  line-height: 50px;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 2px 2px 4px #000000;
  margin: 0 0 30px 0; }

.proandlocal {
  position: absolute;
  bottom: -80px;
  right: 0;
  width: 192px;
  height: 192px;
  background: url(images/logo_round.png) no-repeat; }

/* Mobile */
@media (max-width: 767px) {
  .page-header .wrap {
    height: 150px; }
  .page-header h1 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 20px 0; }
  .proandlocal {
    display: none; } }

/* Mobile */
/* Main Content */
.main-content {
  display: none;
  padding: 100px 0 80px 0;
  min-height: 600px; }

body.home .main-content {
  display: block;
  padding: 0;
  min-height: 0; }

/* Mobile */
@media (max-width: 767px) {
  .main-content {
    display: none;
    padding: 60px 0 60px 0;
    min-height: 100px; } }

/* Mobile */
/* Intro */
.intro p {
  font-size: 20px;
  line-height: 28px; }

/*	--------------------------------------------------
   	Sidebar
	-------------------------------------------------- */
.sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* Sub Pages */
.subpages {
  margin-bottom: 20px;
  background: #000; }

.subpages__headline {
  color: #FFF;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  margin: 0;
  background: #FFB10F; }

.subpages__list {
  display: block;
  margin: 0;
  padding: 0;
  background: #FFB10F; }

.subpages__list li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }

.subpages__list li a {
  display: block;
  color: #FFF;
  font-size: 16px;
  line-height: 22px;
  padding: 6px 20px;
  margin: 0;
  font-weight: 400;
  text-decoration: none; }

.subpages__list li:first-child a {
  padding-top: 10px; }

.subpages__list li:last-child a {
  padding-bottom: 20px; }

.subpages__list li.current_page_item > a {
  opacity: 0.6; }

.subpages__list li > a:hover {
  opacity: 0.6; }

/* Mobile */
/* Mobile */
/*	--------------------------------------------------
   	Pager
	-------------------------------------------------- */
ul.pager {
  margin: 40px 0 0 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

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

ul.pager a {
  display: inline-block;
  margin: 0;
  padding: 0 16px 0 0;
  font-size: 22px;
  line-height: 30px;
  color: #FFB10F;
  text-decoration: none;
  font-style: normal !important;
  font-weight: 400 !important;
  position: relative;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease; }

ul.pager a:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 26px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 400 !important; }

ul.pager a:visited {
  color: #FFB10F;
  text-decoration: none; }

ul.pager a:hover {
  color: #000;
  text-decoration: none; }

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

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

/* Mobile */
/*	--------------------------------------------------
   	Footer
	-------------------------------------------------- */
.quotebar {
  padding: 100px 0;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #FFF;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  border-top: 2px solid #FFF;
  display: none; }

.quotebar .stars {
  margin: 0 0 6px 0;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400; }

.quotebar .by {
  margin: 0 0 14px 0;
  font-size: 24px;
  line-height: 34px; }

.quotebar p {
  margin: 0;
  font-size: 26px;
  line-height: 34px;
  margin: 0 0 30px 0;
  color: #FFF;
  font-family: "Montserrat", sans-serif; }

.quotebar a.arrow {
  float: right; }

.quotebar a.arrow:hover {
  color: #FFF; }

/* Mobile */
@media (max-width: 767px) {
  .quotebar {
    padding: 60px 0; }
  .quotebar .by {
    font-size: 16px;
    line-height: 24px; }
  .quotebar p {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 30px 0;
    color: #FFF;
    font-family: "Montserrat", sans-serif; } }

/* Mobile */
/* Call / Quote */
.callquote {
  background: #6ACADC;
  padding: 25px 0;
  color: #FFF;
  font-size: 36px;
  line-height: 50px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  border-bottom: 2px solid #FFF;
  border-top: 2px solid #FFF;
  display: none; }

.callquote a {
  font-size: 36px;
  line-height: 50px;
  color: #FFF; }

.callquote a.phone {
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  -webkit-transition-duration: .25s;
          transition-duration: .25s; }

.callquote a.phone:hover {
  color: #000; }

.callquote a.arrow.large {
  padding-right: 34px; }

.callquote a.arrow.large:after {
  font-size: 60px;
  line-height: 50px;
  margin-top: -25px; }

.callquote .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.callquote .row div {
  margin: 0 30px; }

/* Mobile */
@media (max-width: 767px) {
  .callquote {
    font-size: 20px;
    line-height: 30px; }
  .callquote a {
    font-size: 20px;
    line-height: 30px; }
  .callquote a.arrow.large {
    padding-right: 26px;
    margin-top: 10px; }
  .callquote a.arrow.large:after {
    font-size: 40px;
    line-height: 30px;
    margin-top: -15px; }
  .callquote .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding: 0; }
  .callquote .row div {
    margin: 0 20px; } }

/* Mobile */
/* colophon */
#colophon {
  display: none; }

.site-footer {
  background: #000;
  padding: 50px 0 100px 0; }

.site-footer .row {
  margin-bottom: 20px; }

.site-footer .row .col {
  margin-bottom: 20px; }

.site-footer .row .col.bbb,
.site-footer .row .col.cc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0; }

.site-footer .row :nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.site-footer .row :nth-child(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.site-footer .row :nth-child(3) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.site-footer .row :nth-child(4) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.site-footer .row :nth-child(5) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

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

/* Mobile */
@media (max-width: 767px) {
  .site-footer {
    padding: 30px 0; }
  .site-footer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px; }
  .site-footer .row :nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .site-footer .row :nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .site-footer .row :nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .site-footer .row :nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .site-footer .row :nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; } }

/* Mobile */
/* Copyright */
.site-info {
  font-size: 12px;
  line-height: 16px; }

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

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

.site-info p a:hover {
  color: #BBBBBB;
  text-decoration: underline; }

/*	--------------------------------------------------
   	Flexible Content
	-------------------------------------------------- */
/* Full width Photo */
.fullwidthphoto {
  margin-bottom: 30px; }

.fullwidthphoto img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

/* Mobile */
/* Reviews */
.reviewsgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin-bottom: 30px; }

.reviewsgrid .review {
  background: #E4F2F5;
  padding: 30px;
  text-align: center; }

.reviewsgrid .stars {
  margin: 0 0 10 0; }

.reviewsgrid .by {
  margin: 0 0 15px 0;
  font-weight: bold; }

.reviewsgrid .review p {
  margin: 0; }

@media (max-width: 767px) {
  .reviewsgrid {
    grid-template-columns: 1fr;
    grid-gap: 30px; } }

/* Accordion */
.accordianwrap {
  margin: 0 15px 30px 15px;
  border-top: 1px solid #dddddd; }

.accordianwrap.add {
  margin: -31px 15px 30px 15px; }

.accordiantitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #dddddd; }

.accordiantitle .fa {
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  color: #444;
  float: left;
  margin: 0; }

.accordiantitle:hover .fa {
  cursor: pointer;
  color: #aaaaaa; }

.accordiantitle.open .closedicon {
  display: none; }

.accordiantitle.open .openicon {
  display: block; }

.accordiantitle .openicon {
  display: none; }

.accordiantitle h3 {
  line-height: 30px;
  font-size: 18px;
  color: #444;
  font-weight: 700;
  padding: 0 0 0 20px;
  margin: 0; }

.accordiantitle h3 span {
  font-weight: 400;
  padding: 0 0 0 20px; }

.accordiantitle:hover h3 {
  cursor: pointer;
  color: #aaaaaa; }

.accordiantitle.open:hover h3 {
  cursor: pointer; }

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

.accordiancontent .columns {
  margin: 0 -15px; }

/* Mobile */
@media (max-width: 767px) {
  .accordianwrap {
    margin: 0 0 30px 0; }
  .accordianwrap.add {
    margin: -31px 0 30px 0; }
  .accordiancontent {
    padding: 20px 20px 1px 20px; } }

/* Video embeds */
.vwrap {
  margin: 0 auto; }

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

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

/* Enter Content */
.entercontest .col:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 420px;
          flex: 0 1 420px; }

#gform_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0 0; }

#input_1_1 {
  margin: 0;
  width: 100%; }

#gform_1 .gform_footer {
  padding: 0 !important;
  margin: 0 !important;
  clear: both;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  width: auto; }

#gform_1 .gform_footer input {
  margin: 0 !important; }

#gform_1 div.ginput_container {
  margin-top: 0 !important; }

/* Sidebar */
.col.flexible-sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 470px;
          flex: 0 0 470px; }

.col.thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 5px; }

.col.thumb img {
  display: block;
  margin-bottom: 20px; }

.col.sidewide {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin-top: 5px; }

.flexible-sidebar h4 {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 6px 0; }

.flexible-sidebar p {
  margin: 0 0 20px 0; }

/*	--------------------------------------------------
   	Form - Gravity Forms (labels inside)
	-------------------------------------------------- */
.gform_wrapper {
  margin: 0 0 20px 0 !important; }

.formsection {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: -6px; }

.gform_wrapper h4 {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  font-weight: 900 !important; }

li.gfield_html {
  padding-top: 30px !important;
  margin-bottom: -10px !important; }

li.gfield_html:first-child {
  padding-top: 0 !important; }

.gform_wrapper ul {
  margin: 0 !important;
  padding: 0 !important; }

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

.gform_wrapper ul li:before {
  display: none;
  content: '';
  margin: 0;
  padding: 0; }

.gform_wrapper ul li.gfield {
  margin-top: 0 !important; }

.gform_wrapper .medium.gfield_select {
  margin-bottom: 0 !important;
  font-size: 16px !important; }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: 16px !important;
  line-height: 34px;
  height: 42px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.gform_wrapper select {
  margin-top: 12px !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  height: 42px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.gform_wrapper textarea {
  margin-top: 12px !important;
  font-size: 16px !important;
  line-height: 24px; }



#field_2_14 {
  margin-top: 16px !important; }

#field_2_14 label.gfield_label {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 24px; }

#field_2_18 {
  margin-top: 20px !important; }

#field_2_18 label.gfield_label {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 24px; }

ul.gfield_checkbox li.gchoice {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
}

.ginput_container_checkbox {
  margin-top: 0 !important; }

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 0 !important; }

.gform_wrapper .gform_footer {
  padding: 0 !important;
  margin: 16px 0 0 0 !important; }

.gform_wrapper .gform_footer input[type=submit] {
  background: #6ACADC !important;
  color: #FFF !important;
  font-size: 18px !important;
  line-height: 42px !important;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  border: none !important;
  margin-left: 0 !important;
  padding: 0 16px !important;
  text-transform: uppercase; }

.gform_wrapper .gform_footer input[type=submit]:hover {
  background: #FFB10F !important;
  cursor: pointer !important; }

.gform_wrapper .validation_error {
  margin: 12px 0 0 0 !important; }

.gform_wrapper .validation_message {
  padding-top: 0 !important; }

.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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.ginput_recaptcha {
  margin-top: 12px !important; }

#g-recaptcha-response {
  display: none !important; }

/*	--------------------------------------------------
   	WooCommerce
	-------------------------------------------------- */
.woocommerce {
  margin-top: 30px; }

.woocommerce li:before {
  display: none !important; }

/* Shop */
.woocommerce ul.products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px; }

/* Mobile */
@media (max-width: 767px) {
  .woocommerce ul.products {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px; } }

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
  display: none; }

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: none !important;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  position: relative !important;
  width: auto !important; }

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  margin: 10px 0 0 0;
  padding: 0;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 26px; }

.woocommerce ul.products li.product a img {
  margin: 0; }

.woocommerce ul.products li.product .price {
  color: #444444;
  display: block;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px; }

.woocommerce ul.products li.product .button {
  margin-top: 10px; }

/* Single Product */
.single_product_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* Mobile */
@media (max-width: 767px) {
  .single_product_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  h1.product_title {
    font-size: 30px;
    line-height: 38px; } }

.single_product_content .woocommerce-product-gallery {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px; }

.single_product_content .woocommerce-product-gallery figure {
  margin: 0 !important; }

.single_product_content .summary entry-summary {
  padding-top: 10px; }

p.price {
  margin-bottom: 20px; }

form.cart .quantity {
  display: inline-block; }

form.cart .quantity .qty {
  width: 3.631em;
  line-height: 40px;
  height: 40px;
  margin-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.woocommerce-variation-add-to-cart {
  margin-top: 20px; }

.variations {
  margin: 0 0 20px 0; }

.variations select {
  margin: 0 20px; }

/* Cart */
table.shop_table .product-name .variation {
  margin: 0 !important; }

table.shop_table .product-thumbnail {
  min-width: 100px !important; }

table.shop_table img {
  width: 100px !important;
  display: block; }

/* Buttons */
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  cursor: not-allowed;
  opacity: .6;
  font-size: 16px;
  line-height: 40px;
  padding: 0 12px;
  color: #FFF;
  background-color: #6ACADC;
  font-weight: 700;
  border-radius: 0;
  text-transform: uppercase; }

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-size: 16px;
  line-height: 40px;
  padding: 0 12px;
  color: #FFF;
  background-color: #6ACADC;
  font-weight: 700;
  border-radius: 0;
  text-transform: uppercase; }

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  font-size: 16px;
  line-height: 40px;
  padding: 0 12px;
  color: #FFF;
  background-color: #FFB10F;
  font-weight: 700;
  border-radius: 0;
  text-transform: uppercase; }

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: 20px;
  line-height: 60px;
  padding: 0 12px;
  color: #FFF;
  background-color: #6ACADC;
  font-weight: 700;
  border-radius: 0;
  text-transform: uppercase;
  text-align: center; }

#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
  font-size: 20px;
  line-height: 60px;
  padding: 0 12px;
  color: #FFF;
  background-color: #FFB10F;
  font-weight: 700;
  border-radius: 0;
  text-transform: uppercase;
  text-align: center; }

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #6ACADC;
  color: #fff; }

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #FFB10F;
  color: #fff; }

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  cursor: not-allowed;
  opacity: .8;
  font-size: 16px;
  line-height: 40px;
  padding: 0 12px;
  color: #FFF;
  background-color: #6ACADC;
  font-weight: 700;
  border-radius: 0;
  text-transform: uppercase; }


.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 265px;
}


.site-header__pad .viewcart {
    position: absolute;
    top: 36px;
    right: 300px;
}
.mobile-menu-cover .viewcart {
    text-align: center;
    margin-bottom: 20px;
}
.viewcart a {
    text-transform: uppercase;
}
.viewcart a:hover {
    color: #FFF;
    text-decoration: none;
}


/* Mobile */
@media (max-width: 767px) {
  .woocommerce .woocommerce-error .button,
  .woocommerce .woocommerce-info .button,
  .woocommerce .woocommerce-message .button,
  .woocommerce-page .woocommerce-error .button,
  .woocommerce-page .woocommerce-info .button,
  .woocommerce-page .woocommerce-message .button {
    float: none !important;
    display: block !important;
    margin-bottom: 20px; }
  .site-header__pad .viewcart {
    display: none;
  }
}
