@charset "UTF-8";
/*
PWD Styles - compile this to pwd-styles.css
*/
/* quickly add transitions */
/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1rem 2rem;
}

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

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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: 1rem;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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.25rem;
}

sup {
  top: -0.5rem;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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.35rem 0.75rem 0.625rem;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

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

html {
  font-size: 1rem;
  height: 100%;
  line-height: 1;
  width: 100%;
}

body {
  font-size: 18px;
  background: white;
  color: black;
  font-family: museo-sans, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  height: 100%;
  height: 100vh;
  overflow: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1rem 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

.alignleft, img.alignleft {
  display: block;
}
@media (min-width: 768px) {
  .alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5rem;
  }
}

.alignright, img.alignright {
  display: block;
}
@media (min-width: 768px) {
  .alignright, img.alignright {
    display: inline;
    float: right;
    margin-left: 1.5rem;
  }
}

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

a,
a:visited {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover, a:focus,
a:visited:hover,
a:visited:focus {
  color: black;
}
a:active,
a:visited:active {
  color: black;
}
a:link,
a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.p,
li {
  color: inherit;
  display: block;
  font-family: inherit;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
p a,
.p a,
li a {
  color: inherit;
  text-decoration: none;
}
h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover,
p a:hover,
.p a:hover,
li a:hover {
  color: inherit;
}

p, .p, li {
  margin: 0;
}

/* Assistive text */
.screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background: #fff;
  border: 2px solid #333;
  border-radius: 3px;
  clip: auto !important;
  color: #000;
  display: block;
  font-size: 12px;
  height: auto;
  padding: 12px;
  position: absolute;
  top: 5px;
  left: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

#header {
  width: 100%;
  float: left;
  z-index: 999;
  min-height: 200px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  #header {
    min-height: 180px;
  }
}
#header .headlinetext {
  float: left;
  width: 100%;
  padding: 10px 40px;
  background: #13467F;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  height: 50px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  #header .headlinetext {
    font-size: 13px;
  }
}
#header .headlinetext a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 900;
}
#header .header_socials {
  float: right;
}
@media (max-width: 768px) {
  #header .header_socials {
    display: none;
  }
}
#header .header_socials a.facebook {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: url(images/facebook-icon.png) 50% 50% no-repeat #ffffff;
  background-size: 20px;
  float: left;
  margin-left: 0px;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
#header .header_socials a.facebook:hover {
  background: url(images/facebook-icon.png) 50% 50% no-repeat #007dc5;
  background-size: 20px;
}
#header .header_socials a.instagram {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url(images/instagram.png) 50% 50% no-repeat #ffffff;
  background-size: 20px;
  float: left;
  margin-left: 0px;
  transition: all 0.3s ease-in-out;
}
#header .header_socials a.instagram:hover {
  background: url(images/instagram.png) 50% 50% no-repeat #007dc5;
  background-size: 20px;
}
#header .header__container {
  float: left;
  background: #ffffff;
  width: 100%;
  z-index: 999;
  background: #ffffff !important;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
#header .header__container .top_header {
  float: left;
  width: 100%;
  text-align: center;
  background: #000000;
  padding: 5px;
}
@media (max-width: 767px) {
  #header .header__container .top_header {
    line-height: 18px;
  }
}
#header .header__container .top_header span {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  #header .header__container .top_header span {
    font-size: 14px;
  }
}
#header .header__container .top_header strong {
  font-weight: 600;
}
#header .header__container .top_header a {
  color: #ffffff;
}
#header .header__container a#logo {
  z-index: 999;
  width: 100%;
  background: #ffffff;
  padding: 0px 20px 0px 50px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  #header .header__container a#logo {
    width: auto;
    padding-top: 15px;
    padding: 0px 10px;
  }
}
#header .header__container a#logo img {
  max-width: 340px;
  margin: 0 auto;
  padding: 0px;
  margin-top: 23px;
}
@media (max-width: 1024px) {
  #header .header__container a#logo img {
    max-width: 215px;
    margin-top: 15px;
  }
}
@media (max-width: 840px) {
  #header .header__container a#logo img {
    max-width: 174px;
    margin-top: 28px;
  }
}
#header .header__container .nav {
  float: right;
  width: auto;
  position: relative;
  margin: 0 auto;
  z-index: 99;
  margin-top: 20px;
  font-weight: 300;
}
#header .header__container .nav a.phone_number {
  border-bottom: 2px solid #13467F;
  text-align: right;
  padding-right: 40px;
  padding-bottom: 10px;
  color: #017DC5;
  font-size: 33px;
  width: 92%;
  float: right;
  font-weight: 800;
}
@media (max-width: 768px) {
  #header .header__container .nav a.phone_number {
    border-bottom: 0px;
    padding-right: 20px;
    font-size: 18px;
  }
}
#header .header__container .nav a.phone_number b {
  font-weight: 900;
}
#header .header__container .nav a.phone_number .link {
  font-weight: normal;
  margin-right: 10px;
}
@media (max-width: 768px) {
  #header .header__container .nav {
    float: right;
    width: auto;
  }
}
#header .header__container .nav #menu-toggle {
  display: none;
  border-radius: 0px;
}
@media (max-width: 768px) {
  #header .header__container .nav #menu-toggle {
    display: block;
    float: right;
    top: 10px;
    right: 20px;
  }
}
#header .header__container .nav ul.navigation-main {
  width: auto;
  padding-left: 40px;
  line-height: 75px;
  padding-right: 20px;
  margin-top: 80px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  #header .header__container .nav ul.navigation-main {
    padding-left: 0px;
  }
}
@media (max-width: 768px) {
  #header .header__container .nav ul.navigation-main {
    display: none;
  }
}
#header .header__container .nav ul.navigation-main li {
  margin-bottom: 0px;
}
#header .header__container .nav ul.navigation-main li a {
  line-height: 40px;
  text-transform: capitalize;
  color: #4c4d4f;
  font-family: museo-sans, sans-serif;
  font-size: 24px;
  font-weight: 300;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1280px) {
  #header .header__container .nav ul.navigation-main li a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  #header .header__container .nav ul.navigation-main li a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }
}
@media (max-width: 840px) {
  #header .header__container .nav ul.navigation-main li a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  #header .header__container .nav ul.navigation-main li a {
    font-size: 16px;
  }
}
#header .header__container .nav ul.navigation-main li a:hover {
  color: #000000 !important;
}
#header .header__container .nav ul.navigation-main li a::before {
  display: none;
}
#header .header__container .nav ul.navigation-main li ul::before {
  content: "";
  position: relative;
  left: 2px;
  top: 0%;
  width: 10px;
  height: 10px;
  float: left;
  margin-top: -13px;
  transform: rotate(45deg);
}
#header .header__container .nav ul.navigation-main li ul {
  padding: 0px;
  float: left;
  background: #f1f1f1;
}
@media (max-width: 1024px) {
  #header .header__container .nav ul.navigation-main li ul {
    display: none;
  }
}
#header .header__container .nav ul.navigation-main li ul li {
  width: 100%;
  float: left;
  padding: 0px;
}
#header .header__container .nav ul.navigation-main li ul li a {
  width: 100%;
  line-height: normal;
  text-transform: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  background: #f1f1f1;
  color: #18447d !important;
  border-top: 1px solid #dddddd;
  transition: all 0.3s ease-in-out;
}
#header .header__container .nav ul.navigation-main li ul li a:hover {
  background: #18447d;
  color: #ffffff !important;
}
#header .header__container .nav ul.navigation-main li.current-menu-item a {
  color: #18447d;
  font-weight: 900;
}
#header .header__container .nav ul.navigation-main li.current-menu-item ul li.current-menu-item a {
  font-weight: 500;
}
#header .header__container .nav ul.navigation-main li.current-menu-item ul li a {
  font-weight: 500;
}
#header .header__container.open .nav {
  margin-right: 0px;
  width: 100%;
  width: 100%;
  border-top: 1px solid #ffffff;
}
@media (max-width: 768px) {
  #header .header__container.open .nav {
    position: absolute;
    top: 35px;
    border: 0px;
  }
}
#header .header__container.open .nav ul.navigation-main {
  display: block;
  float: left;
  width: 100%;
  margin-top: 110px;
  display: block;
  float: left;
  width: 100%;
  background: transparent;
  position: relative;
  margin-top: 60px;
  background: #000000;
  padding: 0px;
}
@media (max-width: 767px) {
  #header .header__container.open .nav ul.navigation-main {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  #header .header__container.open .nav ul.navigation-main {
    margin-top: 30px;
    line-height: 0px;
  }
}
@media (max-width: 580px) {
  #header .header__container.open .nav ul.navigation-main {
    margin-top: 40px;
  }
}
#header .header__container.open .nav ul.navigation-main li {
  width: 100%;
  margin-bottom: 0px;
}
#header .header__container.open .nav ul.navigation-main li a {
  line-height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  text-align: center;
  background: #000000;
  color: #ffffff !important;
}
@media (max-width: 768px) {
  #header .header__container.open .nav ul.navigation-main li a {
    background: #18447d;
  }
}
#header .header__container.open .nav ul.navigation-main li a:focus {
  color: #ffffff !important;
}
#header .header__container.open .nav ul.navigation-main li ul {
  float: left;
  width: 100%;
  margin: 0px;
  border-top: 0px !important;
  position: relative;
  display: none;
}
#header .header__container.open .nav ul.navigation-main li ul li a {
  font-size: 16px;
  font-weight: bold !important;
}
#header .header__container.open .nav ul.navigation-main li.current-menu-parent li a {
  font-weight: 900;
}
#header .header__container.open .nav ul.navigation-main li.open a {
  color: #ffffff;
}
#header .header__container.open .nav ul.navigation-main li.open ul {
  position: relative;
  display: block;
}
#header .header__container.open .nav ul.navigation-main li.open ul li a {
  color: #ffffff;
  background: #000000;
}
@media (max-width: 767px) {
  #header .header__container.open .nav #menu-toggle {
    top: 21px;
  }
}

#header.header-scroll .header__container.open .nav #menu-toggle {
  top: 45px;
}

#header.header-scroll {
  float: left;
  width: 100%;
}
#header.header-scroll .searchbar {
  margin-top: 0px;
}
@media (max-width: 768px) {
  #header.header-scroll .searchbar {
    display: none;
  }
}
@media (max-width: 768px) {
  #header.header-scroll .phone_number {
    display: none;
  }
}
#header.header-scroll .headlinetext {
  height: 0px;
  transition: all 0.3s ease-in-out;
}
#header.header-scroll #top_account {
  margin-top: -55px;
  position: fixed;
  z-index: 999;
  top: 110px;
}
#header.header-scroll .header__container {
  position: fixed;
  background: #ffffff;
  float: left;
}
#header.header-scroll .header__container .nav {
  margin-right: 15px;
  background: #fff;
  margin-top: 10px;
}
#header.header-scroll .header__container .nav a.phone_number {
  font-size: 25px;
}
#header.header-scroll .header__container .nav a.phone_number #menu-toggle {
  float: right;
  position: fixed;
  top: 40px;
  background: #18447d;
}
@media (max-width: 767px) {
  #header.header-scroll .header__container .nav a.phone_number #menu-toggle {
    top: 40px;
  }
}
#header.header-scroll .header__container .nav ul.navigation-main {
  line-height: 0px;
  margin-top: 40px;
  margin-bottom: 10px;
}
#header.header-scroll .header__container .nav ul.navigation-main li a {
  font-size: 18px;
}
@media (max-width: 768px) {
  #header.header-scroll .header__container .nav ul.navigation-main li a {
    margin-top: 80px;
  }
}
#header.header-scroll a#logo {
  float: left;
  width: auto;
  z-index: 999;
  position: relative;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 840px) {
  #header.header-scroll a#logo {
    padding: 0px;
  }
}
#header.header-scroll a#logo img {
  max-width: 230px;
  padding: 10px;
  margin-top: 10px;
}

#menu-toggle {
  width: 45px;
  height: 45px;
  margin: 0;
  position: relative;
  cursor: pointer;
  background: #000000;
  border-radius: 3px;
  float: right;
  right: 120px;
  transition: all 0.3s ease-in-out;
}
#menu-toggle:hover {
  background: #000000;
}
#menu-toggle #hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #18447d;
  transition: all 0.3s ease-in-out;
}
#menu-toggle #hamburger span {
  width: 30px;
  height: 3px;
  position: relative;
  top: 9px;
  left: 7px;
  background: #ffffff;
  float: left;
  margin: 3px 0px;
}
#menu-toggle #hamburger span:nth-child(1) {
  transition-delay: 0.1s;
}
#menu-toggle #hamburger span:nth-child(2) {
  transition-delay: 0.2s;
}
#menu-toggle #hamburger span:nth-child(3) {
  transition-delay: 0.3s;
}
#menu-toggle #cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
#menu-toggle #cross span {
  width: 32px;
  height: 3px;
  position: relative;
  top: 9px;
  left: 7px;
  background: #ffffff;
  float: left;
  margin: 3px 0px;
}
#menu-toggle #cross span:nth-child(1) {
  height: 0%;
  width: 3px;
  position: absolute;
  top: 3px;
  left: 21px;
  transition-delay: 0s;
}
#menu-toggle #cross span:nth-child(2) {
  width: 0%;
  height: 3px;
  position: absolute;
  left: 5px;
  top: 19px;
  transition-delay: 0.1s;
}

#menu-toggle.open {
  background: #18447d;
}
#menu-toggle.open #hamburger span {
  width: 0%;
}
#menu-toggle.open #hamburger span:nth-child(1) {
  transition-delay: 0s;
}
#menu-toggle.open #hamburger span:nth-child(2) {
  transition-delay: 0.05s;
}
#menu-toggle.open #hamburger span:nth-child(3) {
  transition-delay: 0.1s;
}
#menu-toggle.open #cross span:nth-child(1) {
  height: 75%;
  transition-delay: 0.3s;
}
#menu-toggle.open #cross span:nth-child(2) {
  width: 75%;
  transition-delay: 0.15s;
}

@media (max-width: 768px) {
  ul#menu-primary {
    width: 100% !important;
    float: left !important;
    padding: 0px !important;
  }
  ul#menu-primary li {
    float: left;
    width: 100%;
    line-height: 0px;
  }
  ul#menu-primary li a {
    background: #252525;
    color: #ffffff !important;
    text-align: center;
    line-height: 25px !important;
    padding: 10px 0px;
    text-transform: uppercase !important;
  }
  ul#menu-primary li.menu-item-has-children a {
    padding-right: 0 !important;
  }
  ul#menu-primary li.menu-item-has-children ul li a::before {
    display: none;
  }
  ul#menu-primary li.menu-item-has-children a::before {
    right: 30% !important;
    top: 22px !important;
    width: 30px;
    border: 10px;
    content: "";
    height: 30px;
    background: url(images/arrow-down.png) 50% 50% no-repeat;
    background-size: 15px;
    z-index: 999;
    position: absolute;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  ul#menu-primary li.menu-item-has-children a::before {
    right: 20% !important;
  }
}
@media (max-width: 768px) {
  ul#menu-primary li.open ul {
    display: block !important;
    float: left;
    width: 100%;
    position: initial;
    margin: 0px !important;
  }
  ul#menu-primary li.open ul a {
    background: #131D42;
    line-height: 15px !important;
  }
}
.inner-featured .inner-main-bg {
  width: 95%;
  margin: 0 auto;
}
.inner-featured .inner-featured-bg {
  margin-top: 220px;
  min-height: 380px;
  background-size: 120%;
  background-attachment: fixed;
}
@media (max-width: 1280px) {
  .inner-featured .inner-featured-bg {
    min-height: 330px;
  }
}
@media (max-width: 1024px) {
  .inner-featured .inner-featured-bg {
    min-height: 230px;
  }
}
@media (max-width: 768px) {
  .inner-featured .inner-featured-bg {
    margin-top: 150px;
    min-height: 150px;
  }
}
@media (max-width: 767px) {
  .inner-featured .inner-featured-bg {
    margin-top: 135px;
    min-height: 120px;
    background-position: 0 107%;
    background-size: 107%;
  }
}

/*--SEARCH BAR HEADER--*/
.searchbar {
  width: auto;
  height: 45px;
  min-width: 45px;
  position: absolute;
  float: right;
  right: 240px;
  margin-top: -2px;
}
@media (max-width: 768px) {
  .searchbar {
    right: 230px;
  }
}
@media (max-width: 768px) {
  .searchbar {
    display: none;
  }
}

input#searchsubmit {
  display: none;
}

.searchbox {
  background: transparent;
  position: relative;
  min-width: 45px;
  width: 0%;
  height: 45px;
  float: right;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .searchbox {
    min-width: 50px;
  }
}

.searchbox:hover {
  background: transparent;
}

.searchbox-input {
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  background: transparent;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0px 55px 0px 20px;
  font-size: 20px;
  color: #ffffff;
}

.searchbox-input::-webkit-input-placeholder {
  color: #ffffff;
}

.searchbox-input:-moz-placeholder {
  color: #ffffff;
}

.searchbox-input::-moz-placeholder {
  color: #ffffff;
}

.searchbox-input:-ms-input-placeholder {
  color: #ffffff;
}

.searchbox-icon i.fa.fa-search.fa-lg {
  margin-top: 45px;
}

.searchbox-icon,
.searchbox-submit {
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  z-index: 999;
  top: 0px;
  font-family: museo-sans, sans-serif;
  font-size: 22px;
  right: 0;
  padding: 0;
  margin: 0;
  outline: 0;
  line-height: 90px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: url(images/search.png) 50% 50% no-repeat #18447d;
  background-size: 30px !important;
  transition: all 0.3s ease-in-out;
}

#top_header {
  float: right;
  position: fixed;
  z-index: 99;
  right: 0;
  top: 20px;
}
#top_header p {
  color: #ffffff;
  text-align: center;
  padding-top: 50px;
}

.searchbox-open {
  width: 100%;
  position: relative;
  z-index: 99999;
}

.searchbox-open input#s {
  color: #000000 !important;
  z-index: 99999;
  background: transparent;
  border: 1px solid #000000 !important;
}

.searchbox-open #searchsubmit {
  float: right;
  position: relative;
  z-index: 9999;
  width: 90px;
  height: 50px;
  background: transparent;
  border: 1px solid #000000 !important;
  box-shadow: none;
  border: none;
}

.searchbox-open input#s {
  width: 300px;
  height: 45px;
  font-size: 17px;
  font-family: museo-sans, sans-serif;
  padding: 0;
  border: none;
  padding-left: 15px;
  font-weight: 300;
}

.searchbox input[type=text], input[type=email], input[type=password] {
  width: 100%;
  height: 45px;
  line-height: 5px;
  padding: 0;
  border: none;
  font-size: 0px;
}

.searchbox-open input[type=text], input[type=email], input[type=password] {
  font-size: 32px;
}

.searchbar input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus {
  color: #ffffff;
  background: transparent;
}

#menu-toggle {
  width: 45px;
  height: 45px;
  margin: 0;
  position: relative;
  cursor: pointer;
  background: #000000;
  border-radius: 3px;
  float: right;
  right: 120px;
}
#menu-toggle:hover {
  background: #000000;
}
#menu-toggle #hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
#menu-toggle #hamburger span {
  width: 30px;
  height: 3px;
  position: relative;
  top: 10px;
  left: 8px;
  background: #ffffff;
  float: left;
  margin: 3px 0px;
}
#menu-toggle #hamburger span:nth-child(1) {
  transition-delay: 0.1s;
}
#menu-toggle #hamburger span:nth-child(2) {
  transition-delay: 0.2s;
}
#menu-toggle #hamburger span:nth-child(3) {
  transition-delay: 0.3s;
}
#menu-toggle #cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
}
#menu-toggle #cross span {
  width: 32px;
  height: 3px;
  position: relative;
  top: 9px;
  left: 7px;
  background: #ffffff;
  float: left;
  margin: 3px 0px;
}
#menu-toggle #cross span:nth-child(1) {
  height: 0%;
  width: 3px;
  position: absolute;
  top: 3px;
  left: 21px;
  transition-delay: 0s;
}
#menu-toggle #cross span:nth-child(2) {
  width: 0%;
  height: 3px;
  position: absolute;
  left: 5px;
  top: 19px;
  transition-delay: 0.1s;
}

/*
Footer SCSS
*/
a.quick_qoute {
  position: fixed;
  padding: 15px;
  background: #007dc5;
  right: 0;
  top: 823px;
  float: revert;
  color: #ffffff !important;
  font-weight: 900;
  padding-left: 50px;
  z-index: 999;
  padding-right: 20px;
  letter-spacing: 0.5px;
  font-size: 18px;
  background: url(images/calculator.png) 10px 50% no-repeat #13467F;
  background-size: 36px;
  transition: all 0.3s ease-in-out;
}

a.quick_qoute:hover {
  background: url(images/calculator.png) 10px 50% no-repeat #017DC5;
  background-size: 36px;
}

#footer {
  position: relative;
  z-index: 99;
  background: #5E5E5E;
  float: left;
  width: 100%;
  padding-bottom: 0;
  min-height: auto;
}
#footer .copyright {
  font-size: 16px;
  text-align: left;
  float: left;
  margin: 0 auto;
  color: #ffffff;
}
#footer .copyright a {
  color: #ffffff;
  font-weight: bold;
}
@media (max-width: 768px) {
  #footer .copyright {
    width: 100%;
    padding-left: 40px !important;
  }
}
@media (max-width: 580px) {
  #footer .copyright {
    padding-left: 0px !important;
  }
}
#footer #copy {
  float: none;
  margin: 0 auto;
  width: 100%;
  float: left;
  padding-bottom: 0px;
  border-top: 0px;
  background: #017DC5;
}
#footer #copy .copyright {
  width: 100%;
  padding: 10px 0px;
}
@media (max-width: 1024px) {
  #footer #copy .copyright {
    width: 95%;
  }
}
@media (max-width: 768px) {
  #footer #copy .copyright {
    width: 100%;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  #footer #copy .copyright {
    margin-top: 0px;
  }
}
#footer #copy .copyright p {
  text-align: center;
  float: left;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0px;
  line-height: 35px;
  text-transform: capitalize;
  font-size: 16px;
}
@media (max-width: 580px) {
  #footer #copy .copyright p {
    text-align: center;
    width: 100%;
    line-height: 20px;
  }
}
#footer #copy .copyright a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 28px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
#footer #copy .copyright li#menu-item-389 a {
  border: 0px !important;
}
#footer #copy .pwd-footer-link {
  display: contents;
  list-style: none outside none;
  padding: 0;
  margin: 0;
  float: right;
}
@media (max-width: 768px) {
  #footer #copy .pwd-footer-link {
    width: 100%;
    float: none;
    text-align: center;
  }
}
#footer #copy .pwd-footer-link li {
  display: block;
  margin-left: 5px;
  line-height: 0px;
  margin-bottom: 0px;
  float: right;
}
@media (max-width: 580px) {
  #footer #copy .pwd-footer-link li {
    float: none !important;
  }
}
#footer #copy .pwd-footer-link li a {
  line-height: 45px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
}
#footer #copy .site-copy {
  max-width: 95%;
  float: none;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  #footer #copy .site-copy {
    max-width: 96%;
  }
}
#footer #copy span.copy_menu {
  float: right;
  width: auto;
}
#footer #copy span.copy_menu ul {
  width: 100%;
  line-height: 0;
  margin: 0;
}
#footer #copy span.copy_menu ul li {
  float: left;
  margin: 0px;
  padding: 0px;
}
#footer #copy span.copy_menu ul li a {
  padding: 0px 10px;
  border-left: 1px solid #ffffff;
  line-height: 40px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
#footer #copy span.copy_menu ul li a:hover {
  color: #18447d;
}
#footer #copy span.copy_menu ul li#menu-item-170 a {
  border-left: 0px !important;
}

.gform_wrapper div.validation_error {
  font-size: 12px !important;
  line-height: 17px;
  margin: 0;
}

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 0px !important;
  font-size: 12px;
}

.gform_validation_error .gform_footer.top_label {
  position: relative;
  margin-top: -94px !important;
  left: 80%;
}

#footer-sidebar {
  margin: 0 auto;
  padding-bottom: 45px;
  float: left;
  padding-top: 45px;
  margin-left: 40px;
  width: 100%;
  max-width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 768px) {
  #footer-sidebar {
    margin-left: 0px;
  }
}
#footer-sidebar p {
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  color: #000000;
}
#footer-sidebar a {
  font-weight: 500;
  color: #000000;
  line-height: 40px;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
#footer-sidebar a:hover {
  text-decoration: underline;
}
#footer-sidebar h3.widget-title {
  text-transform: uppercase;
  font-family: museo-sans, sans-serif !important;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 400;
  letter-spacing: 0;
  color: #ffffff !important;
}
#footer-sidebar ul {
  padding: 0px;
}
#footer-sidebar ul li {
  margin-bottom: 0px;
  padding: 0px;
}
#footer-sidebar ul li a {
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 15px;
  float: left;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
#footer-sidebar ul li a:hover {
  color: #000000;
  text-decoration: underline;
}
#footer-sidebar #footer-sidebar1 {
  width: 25%;
  float: left;
  padding-left: 40px;
  text-align: center;
}
@media (max-width: 1140px) {
  #footer-sidebar #footer-sidebar1 {
    padding-left: 0px;
  }
}
@media (max-width: 768px) {
  #footer-sidebar #footer-sidebar1 {
    width: 100%;
    text-align: center;
  }
}
#footer-sidebar #footer-sidebar2 {
  width: 50%;
  float: left;
  padding: 0px;
  text-align: center;
  place-self: center;
}
#footer-sidebar #footer-sidebar2 aside#nav_menu-2 {
  width: 100%;
  float: left;
}
#footer-sidebar #footer-sidebar2 ul {
  width: 100%;
}
#footer-sidebar #footer-sidebar2 ul li {
  float: left;
}
@media (max-width: 768px) {
  #footer-sidebar #footer-sidebar2 ul li {
    width: 100%;
  }
}
#footer-sidebar #footer-sidebar2 ul li a {
  float: left;
  font-size: 16px;
  padding: 0px 15px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 34px;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
  display: inline-table;
}
#footer-sidebar #footer-sidebar2 ul li a:hover {
  color: #13467F;
}
@media (max-width: 768px) {
  #footer-sidebar #footer-sidebar2 {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  #footer-sidebar #footer-sidebar2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #footer-sidebar #footer-sidebar2 .footer_socials {
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  #footer-sidebar #footer-sidebar2 span.socials {
    text-align: center;
    float: left;
    margin: 0 auto;
    width: 30%;
    margin-left: 40%;
  }
  #footer-sidebar #footer-sidebar2 span.socials a {
    margin: 0px 5px;
  }
}
#footer-sidebar #footer-sidebar3 {
  width: 10%;
  float: right;
  padding: 0px;
  text-align: center;
}
#footer-sidebar #footer-sidebar3 img {
  margin-top: 20px;
  width: 148px;
}
@media (max-width: 768px) {
  #footer-sidebar #footer-sidebar3 {
    width: 100%;
  }
}
#footer-sidebar #footer-sidebar3 .gform_wrapper .top_label .gfield_label, #footer-sidebar #footer-sidebar3 .gform_wrapper legend.gfield_label {
  display: none;
}
#footer-sidebar #footer-sidebar3 .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  outline: none;
  font-size: 12px;
  letter-spacing: 1px;
  height: 45px;
  color: #000000;
  border: 1px solid #000000;
  padding-left: 10px;
  text-transform: uppercase;
  float: left;
  width: 102%;
}
#footer-sidebar #footer-sidebar3 .gform_wrapper .gform_footer input[type=image] {
  vertical-align: middle;
  position: relative;
  right: 0;
  outline: none;
  border: 1px solid #000000 !important;
  height: 45px !important;
  float: left;
  width: 50px !important;
}
#footer-sidebar #footer-sidebar3 .gform_wrapper .gform_footer {
  clear: none;
}
#footer-sidebar #footer-sidebar3 ::placeholder {
  color: #000000;
}
#footer-sidebar #footer-sidebar3 .gform_wrapper .top_label div.ginput_container {
  clear: none;
  margin: 0;
  padding: 10px 0;
  float: left;
  width: 80%;
}
@media (max-width: 768px) {
  #footer-sidebar #footer-sidebar3 .gform_wrapper .top_label div.ginput_container {
    float: left;
  }
}
@media (max-width: 767px) {
  #footer-sidebar #footer-sidebar3 .gform_wrapper .top_label div.ginput_container {
    width: 75%;
  }
}
@media (max-width: 768px) {
  #footer-sidebar #footer-sidebar3 .textwidget.custom-html-widget {
    margin: 0 auto;
    width: 120px;
  }
}
@media (max-width: 768px) {
  #footer-sidebar #footer-sidebar3 .gform_wrapper form {
    margin-left: 11%;
  }
}
#footer-sidebar #footer-sidebar3 .gform_wrapper .gform_footer {
  padding: 10px 0;
  float: left;
  width: 20%;
  margin: 0px;
  margin-left: -3px;
}
#footer-sidebar #footer-sidebar3 a.facebook {
  background: url(images/facebook_icon.png) 50% 47% no-repeat;
  background-size: 25px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000000;
  float: left;
  margin-right: 20px;
}
#footer-sidebar #footer-sidebar3 a.instagram {
  background: url(images/instagram_icon.png) 50% 47% no-repeat;
  background-size: 25px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000000;
  float: left;
  margin-right: 10px;
}
#footer-sidebar #footer-sidebar3 a.pinterest {
  background: url(images/pinterest_icon.png) 50% 47% no-repeat;
  background-size: 25px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000000;
  float: left;
  margin-right: 10px;
}

.footer_socials {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  float: left;
  margin-left: 36%;
  margin-top: 25px;
  margin-bottom: 25px;
}
.footer_socials a.facebook {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url(images/facebook-icon.png) 50% 50% no-repeat #ffffff;
  background-size: 20px;
  float: left;
  margin-left: 0px;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.footer_socials a.facebook:hover {
  background: url(images/facebook-icon.png) 50% 50% no-repeat #007dc5;
  background-size: 20px;
}
.footer_socials a.instagram {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url(images/instagram.png) 50% 50% no-repeat #ffffff;
  background-size: 20px;
  float: left;
  margin-left: 0px;
  transition: all 0.3s ease-in-out;
}
.footer_socials a.instagram:hover {
  background: url(images/instagram.png) 50% 50% no-repeat #007dc5;
  background-size: 20px;
}

.nav {
  width: 100%;
}

.navigation-main {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: center;
}
.navigation-main ul {
  min-width: 150px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: -999em;
  left: -999em;
}
.navigation-main li {
  display: inline-block;
  position: relative;
  text-align: left;
}
.navigation-main li.focus > ul, .navigation-main li:hover > ul {
  top: auto;
  left: auto;
}
.navigation-main li li {
  display: block;
}
.navigation-main li li.focus > ul, .navigation-main li li:hover > ul {
  left: 100%;
  top: 0;
}
.navigation-main a {
  color: black;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  padding: 10px 15px;
}
.navigation-main .menu-item-has-children > a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-top-color: currentColor;
}
.navigation-main ul .menu-item-has-children > a::before {
  right: 2px;
  border-top-color: transparent;
  border-left-color: currentColor;
}
.navigation-main ul {
  background-color: black;
}

.page__wrapper {
  width: 100%;
  color: #000000;
}

.product-template-default .inner-featured .inner-featured-bg {
  min-height: unset;
}
.product-template-default #content {
  width: 100%;
  margin: 0 auto;
  float: left;
}
.product-template-default section#primary_product {
  width: 94%;
  margin: 0 auto;
}
.product-template-default h1.product_title.entry-title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 26px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .product-template-default h1.product_title.entry-title {
    margin-top: 20px;
  }
}
.product-template-default .woocommerce-message {
  border-top-color: #000000;
}
.product-template-default div#accordion-container {
  clear: none !important;
  float: left !important;
  width: 45% !important;
  padding-left: 60px;
}
@media (max-width: 768px) {
  .product-template-default div#accordion-container {
    width: 100% !important;
    padding-left: 0px;
  }
}
.product-template-default .summary .woocommerce-tabs.wc-tabs-wrapper {
  display: none;
}
.product-template-default .summary .yith-wcwl-add-to-wishlist {
  display: none;
}

.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
  display: block !important;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  width: 50%;
}
@media (max-width: 768px) {
  .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100%;
  }
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  width: 46%;
}
@media (max-width: 768px) {
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    display: none;
  }
}

#accordion-container {
  float: left;
  width: 100%;
  min-height: 400px;
}
#accordion-container .accordion-header {
  border: 0px;
  line-height: 40px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  text-transform: uppercase;
  padding: 15px 0px;
  font-size: 16px !important;
  padding-bottom: 0px;
  transition: none;
  transform: none;
}
#accordion-container h1 {
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 16px !important;
  float: left;
  line-height: 20px;
  transform: none;
}
#accordion-container .drawer {
  border: 0px;
  float: left;
  width: 100%;
  min-height: 40px;
}
#accordion-container .accordion-content {
  border: 0px;
  border-top: 0px solid #dddddd;
  float: left;
  width: 100%;
  padding: 20px 10px;
  font-weight: 300;
}
#accordion-container .accordion-content p {
  margin: 0;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
#accordion-container .accordion-item {
  border-bottom: 0px;
  float: left;
  width: 100%;
  transform: none;
  transition: none;
}
#accordion-container .accordion-header-icon {
  font-size: 0;
  width: 30px;
  height: 30px;
  background: url(images/arrow-down.png) 50% 50% no-repeat !important;
  background-size: 25px !important;
}
#accordion-container .accordion-header-icon.accordion-header-icon-active {
  font-size: 0;
  width: 30px;
  height: 30px;
  background: url(images/arrow-top.png) 50% 50% no-repeat !important;
  background-size: 25px !important;
}

#reviews {
  float: left;
  width: 100%;
  outline: none;
}
#reviews label {
  margin-right: 10px;
}
#reviews select#rating {
  padding: 10px;
}
#reviews p.comment-form-comment {
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
#reviews p.woocommerce-noreviews {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
#reviews #review_form #respond p {
  margin: 0 0 10px;
  float: left;
  width: 100%;
  margin-top: 10px;
  outline: none;
}
#reviews #review_form #respond textarea {
  outline: none;
}
#reviews .woocommerce-Reviews-title {
  display: none;
}

.woocommerce-info {
  border-top-color: #000000;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 20px !important;
}
.woocommerce-info a {
  color: #000000;
}

.woocommerce-info::before {
  color: #000000;
}

p.return-to-shop {
  text-align: center;
}
p.return-to-shop a.button.wc-backward {
  background: #000;
  border-radius: 0px;
  padding: 13px 40px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  color: #ffffff;
}

button#place_order {
  background: #000;
  border-radius: 0px;
  padding: 13px 40px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  color: #ffffff;
}

nav.woocommerce-MyAccount-navigation {
  float: left;
}
nav.woocommerce-MyAccount-navigation ul {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
nav.woocommerce-MyAccount-navigation ul li {
  float: left;
  width: 100%;
  margin: 0px;
}
nav.woocommerce-MyAccount-navigation ul li a {
  background: #ffffff;
  padding: 20px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  width: 100%;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 5px;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
nav.woocommerce-MyAccount-navigation ul li a:hover {
  color: #ffffff;
  background: #000000;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #ffffff;
  background: #000000;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  height: 40px;
  border: 1px solid #dddddd;
  padding: 0px 10px;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
  font-weight: bold;
}

button.woocommerce-Button.button {
  float: left;
  margin-top: 30px;
  border-radius: 0px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  padding: 12px 40px;
  font-size: 14px;
  outline: none;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  float: left;
  border-radius: 0px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  padding: 12px 40px;
  font-size: 14px;
  outline: none;
  transition: all 0.3s ease-in-out;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background: #000000;
  color: #ffffff;
}

.woocommerce-privacy-policy-text p {
  margin: 0px;
  padding-bottom: 0px !important;
  font-size: 14px;
}

.woocommerce-error li {
  margin-bottom: 0px;
}

.woocommerce-error::before {
  top: 15px;
}

section.related.products {
  float: left;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 50px;
}
section.related.products h3 {
  text-align: center;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: lowercase;
  border-bottom: 1px solid #000000;
  padding-bottom: 25px;
  margin-bottom: 10px;
}
section.related.products h2 {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 15px !important;
  letter-spacing: 0px;
  text-transform: capitalize;
}
section.related.products li.product .button {
  display: none;
}
section.related.products .price del {
  display: none !important;
}
section.related.products .price ins::before {
  content: "RRP " !important;
}
section.related.products .price ins {
  border: 0px !important;
  padding: 0px !important;
}
@media (max-width: 1280px) {
  section.related.products ul.products li.product {
    width: 23% !important;
  }
}
@media (max-width: 768px) {
  section.related.products ul.products li.product {
    width: 48% !important;
  }
}
@media (max-width: 768px) {
  section.related.products ul.products li.product {
    width: 100% !important;
    padding: 0px 20px;
  }
}

.yith_wcwl_wishlist_footer {
  display: none;
}

form#yith-wcwl-form a {
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
form#yith-wcwl-form a:hover {
  text-decoration: underline;
}
form#yith-wcwl-form a.remove {
  color: #000000 !important;
}

.woocommerce-product-details__short-description p {
  margin-bottom: 20px;
}

del::before {
  content: "Retail ";
}

ins::before {
  content: "Members Price " !important;
}

.woocommerce div.product p.price {
  font-size: 16px;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
  opacity: 1;
  text-decoration: none !important;
}

ins::before {
  content: "Retail ";
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  text-decoration: none;
  border-left: 1px solid #000000;
  padding-left: 5px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background: #000000;
  float: left;
}

.product_meta {
  display: none;
}

.pwb-single-product-brands.pwb-clearfix {
  display: none;
}

.woocommerce .woocommerce-loop-product__title {
  padding-right: 40px !important;
}
.woocommerce span.onsale {
  display: none;
}
.woocommerce .woocommerce-breadcrumb {
  color: #000000;
  text-transform: lowercase;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #000000;
}
.woocommerce div.product p.price {
  color: #000000;
}
.woocommerce .product span.price ins {
  color: #000000;
}
.woocommerce .product form.cart .button {
  vertical-align: middle;
  float: left;
  clear: both;
  margin-top: 20px;
  width: 250px;
  padding: 15px;
  background: #000000 !important;
  margin-top: 0px;
}
.woocommerce .product form.cart table td {
  padding-left: 0;
  width: 100%;
  float: left;
}
.woocommerce .product form.cart .variations {
  margin-bottom: 0px;
}
.woocommerce div.product div.summary {
  margin-bottom: 0px;
}
.woocommerce div.product form.cart .variations label {
  font-weight: 500;
  font-size: 16px;
}
.woocommerce .shop_description {
  float: left;
  width: 100%;
  padding-right: 35px;
}
.woocommerce .shop_description p {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
}
.woocommerce a.remove {
  color: #000000 !important;
  width: 30px;
  height: 30px;
}
.woocommerce a.remove:hover {
  color: #000000 !important;
  background: #dddddd !important;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  line-height: normal;
  height: 46px;
  border: 1px solid #000000;
  padding: 10px 10px;
  font-size: 14px;
}

textarea#order_comments {
  height: 120px;
}

h3#order_review_heading {
  margin-top: 50px;
}

.woocommerce table.shop_table td {
  font-size: 16px;
}

.woocommerce table.shop_table th {
  font-size: 16px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: right;
  margin-top: 40px;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #000000;
  border-radius: 0;
  height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
  font-size: 14px;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 150px;
  height: 34px;
  padding-left: 13px;
  text-transform: uppercase;
  font-size: 13px;
}

#add_payment_method .wc-proceed-to-checkout a, .woocommerce-cart .wc-proceed-to-checkout a, .woocommerce-checkout .wc-proceed-to-checkout a {
  background: #000000;
}
#add_payment_method .wc-proceed-to-checkout a:hover, .woocommerce-cart .wc-proceed-to-checkout a:hover, .woocommerce-checkout .wc-proceed-to-checkout a:hover {
  background: #000000 !important;
}

tr.woocommerce-cart-form__cart-item.cart_item td.product-name a {
  color: black;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 70px;
}

.woocommerce a.remove {
  color: #000000 !important;
}

.home .woocommerce-products-header__title, .post-type-archive-product .woocommerce-products-header__title, .tax-product_cat .woocommerce-products-header__title, .tax-pwb-brand .woocommerce-products-header__title {
  text-transform: lowercase;
  font-family: "Playfair Display", serif;
  font-size: 36px;
  line-height: 16px;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}
.home .inner-featured .inner-featured-bg, .post-type-archive-product .inner-featured .inner-featured-bg, .tax-product_cat .inner-featured .inner-featured-bg, .tax-pwb-brand .inner-featured .inner-featured-bg {
  min-height: 0px;
  margin-top: 100px;
}
.home #content, .post-type-archive-product #content, .tax-product_cat #content, .tax-pwb-brand #content {
  width: 100%;
  margin: 0 auto;
  float: left;
}
.home #productpage, .post-type-archive-product #productpage, .tax-product_cat #productpage, .tax-pwb-brand #productpage {
  width: 95%;
  float: none;
  margin: 0 auto;
  border-top: 1px solid #000000;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .home #productpage, .post-type-archive-product #productpage, .tax-product_cat #productpage, .tax-pwb-brand #productpage {
    padding: 30px;
  }
}
.home .woocommerce-breadcrumb, .post-type-archive-product .woocommerce-breadcrumb, .tax-product_cat .woocommerce-breadcrumb, .tax-pwb-brand .woocommerce-breadcrumb {
  display: none;
}
.home a.button.add_to_cart_button, .post-type-archive-product a.button.add_to_cart_button, .tax-product_cat a.button.add_to_cart_button, .tax-pwb-brand a.button.add_to_cart_button {
  display: none;
}
.home .woocommerce-loop-product__title, .post-type-archive-product .woocommerce-loop-product__title, .tax-product_cat .woocommerce-loop-product__title, .tax-pwb-brand .woocommerce-loop-product__title {
  font-family: "Raleway", sans-serif !important;
  font-weight: bold;
  font-size: 15px !important;
  letter-spacing: 0px;
  text-transform: capitalize;
  margin-top: 10px !important;
  float: left !important;
  width: 100%;
  text-align: left !important;
  min-height: 50px;
}
.home ul.products.columns-4, .post-type-archive-product ul.products.columns-4, .tax-product_cat ul.products.columns-4, .tax-pwb-brand ul.products.columns-4 {
  width: 85%;
  float: right;
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .home ul.products.columns-4, .post-type-archive-product ul.products.columns-4, .tax-product_cat ul.products.columns-4, .tax-pwb-brand ul.products.columns-4 {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .home ul.products.columns-4, .post-type-archive-product ul.products.columns-4, .tax-product_cat ul.products.columns-4, .tax-pwb-brand ul.products.columns-4 {
    width: 100%;
  }
}
.home #sidebar, .post-type-archive-product #sidebar, .tax-product_cat #sidebar, .tax-pwb-brand #sidebar {
  width: 15%;
  min-height: 50vh;
  float: left;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .home #sidebar, .post-type-archive-product #sidebar, .tax-product_cat #sidebar, .tax-pwb-brand #sidebar {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .home #sidebar, .post-type-archive-product #sidebar, .tax-product_cat #sidebar, .tax-pwb-brand #sidebar {
    width: 100%;
  }
}
@media screen and (max-width: 1115px) and (min-width: 768px) {
#header.header-scroll .header__container .nav ul.navigation-main li a {
    font-size: 12px;
}
}

.home ul.products li, .post-type-archive-product ul.products li, .tax-product_cat ul.products li, .tax-pwb-brand ul.products li {
  float: left;
  width: 100%;
  line-height: 10px;
  margin-top: 0px !important;
}
.home ul.products li .price, .post-type-archive-product ul.products li .price, .tax-product_cat ul.products li .price, .tax-pwb-brand ul.products li .price {
  float: left;
  width: 100%;
  line-height: 10px;
  margin-top: 5px;
}
.home ul.products li .price del, .post-type-archive-product ul.products li .price del, .tax-product_cat ul.products li .price del, .tax-pwb-brand ul.products li .price del {
  color: #000000 !important;
  opacity: 1 !important;
  text-decoration: none !important;
  line-height: 10px;
}
.home ul.products li .price ins, .post-type-archive-product ul.products li .price ins, .tax-product_cat ul.products li .price ins, .tax-pwb-brand ul.products li .price ins {
  text-decoration: none !important;
  border-left: 1px solid #000000;
  padding-left: 10px;
  margin-left: 5px;
  line-height: 10px;
}
.home .pwb-brands-in-loop, .post-type-archive-product .pwb-brands-in-loop, .tax-product_cat .pwb-brands-in-loop, .tax-pwb-brand .pwb-brands-in-loop {
  font-size: 13px;
  float: left;
  width: 100%;
  margin-top: 0px;
  position: absolute;
  margin-bottom: 0;
  padding-bottom: 0;
}
.home p.woocommerce-info, .post-type-archive-product p.woocommerce-info, .tax-product_cat p.woocommerce-info, .tax-pwb-brand p.woocommerce-info {
  margin-top: 40px;
}
.home nav.woocommerce-pagination, .post-type-archive-product nav.woocommerce-pagination, .tax-product_cat nav.woocommerce-pagination, .tax-pwb-brand nav.woocommerce-pagination {
  float: left;
  width: 100%;
  margin: 0 auto;
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0px;
  margin-bottom: 35px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: transparent;
  color: #000000;
  text-decoration: underline;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 0px;
}

.woocommerce .woocommerce-result-count {
  margin: 0 0 1em;
  font-size: 13px;
  float: right;
  margin: 0;
  text-transform: lowercase;
  margin-top: 15px;
  right: 40px;
  float: right;
  padding-right: 10px;
  margin-left: 25px;
}

.yith-wcwl-add-button {
  float: right;
  width: auto;
  height: 50px;
  font-size: 0;
  position: relative;
  right: 0;
  margin-top: -95px;
}
.yith-wcwl-add-button i {
  color: #000000;
  margin: 0;
  font-size: 20px;
  float: right;
  margin-right: 0px !important;
}
.yith-wcwl-add-button a {
  background: transparent !important;
  margin-top: 0px;
  padding: 0px !important;
  text-align: center;
}
.yith-wcwl-add-button span {
  font-size: 0;
  padding: 0;
}

.woocommerce-message {
  border-top-color: #000000;
  font-size: 15px;
  font-weight: 500;
}

.woocommerce-message::before {
  color: #000000;
}

.product-template-default section#primary_product {
  width: 94%;
  margin: 0 auto;
  border-top: 1px solid #000000;
  padding-top: 40px;
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item {
  border-radius: 50% !important;
  background: #ebebeb;
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item {
  background: #f1f1f1;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  opacity: 1;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 0px;
}

.woocommerce div.product form.cart .reset_variations {
  color: #000000;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
  float: none;
  color: #ffffff !important;
  padding: 10px !important;
}

.wc-proceed-to-checkout {
  float: right;
  margin: 0 !important;
  padding: 0 !important;
}
.wc-proceed-to-checkout a {
  font-size: 16px !important;
  padding: 15px 40px !important;
}

.flex-viewport {
  width: 73.5%;
  float: right;
}

ol.flex-control-nav.flex-control-thumbs {
  width: 25%;
  float: right;
  overflow: scroll !important;
  max-height: 745px;
}
@media (max-width: 768px) {
  ol.flex-control-nav.flex-control-thumbs {
    float: left;
  }
}
ol.flex-control-nav.flex-control-thumbs li {
  max-width: 200px;
  width: 95.3% !important;
  margin-bottom: 5% !important;
}

.woocommerce-notices-wrapper {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .woocommerce-notices-wrapper {
    float: left;
    width: 100%;
  }
}

.woocommerce div.product div.images .flex-control-thumbs li {
  float: right;
  margin-right: 5%;
}

.yith-wcwl-wishlistaddedbrowse {
  float: left;
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
}

.woocommerce div.product {
  margin: 0 auto;
  max-width: 1660px;
}

section.related.products ul.products.columns-4 {
  margin: 0 auto;
  max-width: 1640px;
}
section.related.products a.viewall {
  color: black;
  font-size: 16px;
  float: right;
  margin-top: -60px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  section.related.products a.viewall {
    width: 100%;
    text-align: center;
    margin: 20px 0px 30px !important;
  }
}
section.related.products a.viewall:hover {
  text-decoration: underline;
}
section.related.products .pwb-brands-in-loop {
  font-size: 13px;
  float: left;
  width: 100%;
  margin-top: 0px;
  position: absolute;
  margin-bottom: 0;
  padding-bottom: 0;
}
section.related.products .woocommerce-loop-product__title {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 15px !important;
  letter-spacing: 0px;
  text-transform: capitalize;
  float: left;
  width: 100%;
  margin-top: 20px !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  float: left;
  margin: 2%;
  padding: 0;
  position: relative;
  width: 23%;
  margin-left: 0;
  padding-bottom: 10px;
  margin-left: 2%;
  margin-right: 0;
}
@media (max-width: 1280px) {
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 31%;
    clear: none !important;
  }
}
@media (max-width: 1024px) {
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100% !important;
    margin-bottom: 0px !important;
  }
}

@media (max-width: 768px) {
  .yith-woocommerce-ajax-product-filter {
    display: none;
  }
}

@media (max-width: 768px) {
  .single-product .inner-featured.inner-featured-product {
    height: 0;
  }
}

#productpage h3.widget-title {
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  font-size: 16px;
  margin-bottom: 0px;
}

.yith-woocommerce-ajax-product-filter ul {
  padding: 0px;
  padding-left: 0px;
  float: left;
  width: 100%;
}
.yith-woocommerce-ajax-product-filter ul li {
  float: left;
  width: 100%;
  list-style: none;
  margin-bottom: 10px;
}

ul.product-categories {
  padding: 0px;
  float: left;
  width: 100%;
  margin-top: 0px;
}
ul.product-categories li {
  float: left;
  width: 100%;
  list-style: none;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
ul.product-categories li a:before {
  content: "";
}
ul.product-categories li ul {
  float: left;
  width: 100%;
  padding: 15px;
  padding-left: 0px;
}
ul.product-categories li ul li {
  line-height: 30px;
  margin-bottom: 0px;
}
ul.product-categories li ul li a {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
ul.product-categories li ul li a:before {
  content: "" !important;
}
ul.product-categories li ul li ul {
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
ul.product-categories li ul li ul li a:before {
  content: "- " !important;
}

.fade-in {
  animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-1-9 10:43:0
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tracking-in-expand-fwd {
  animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-1-10 9:26:18
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation tracking-in-expand-fwd
 * ----------------------------------------
 */
@keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    transform: translateZ(-700px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
.scale-in-center {
  animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-1-10 9:30:15
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */
@keyframes scale-in-center {
  0% {
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.scale-up-ver-center {
  animation: scale-up-ver-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-1-10 9:43:13
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-ver-center
 * ----------------------------------------
 */
@keyframes scale-up-ver-center {
  0% {
    transform: scaleY(0.4);
  }
  100% {
    transform: scaleY(1);
  }
}
/*
 Content SCSS
*/
#site {
  width: 100%;
  overflow: hidden;
}

html {
  scroll-behavior: auto;
}

body {
  background: #ffffff;
}

article {
  padding-top: 50px;
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 1280px) {
  article {
    padding-top: 0px;
  }
}
@media (max-width: 768px) {
  article {
    padding-top: 0px;
  }
}
article a {
  text-decoration: underline;
}
article .columns-9 {
  padding-top: 5px;
}
article .columns-9 h2 {
  font-size: 28px;
}
article .columns-9 h3 {
  font-size: 22px;
}
article .columns-9 h4 {
  font-size: 18px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
  background: url(images/select-down.png) 100% 50% #ffffff no-repeat;
  /* Add custom arrow */
  background-size: 30px;
  outline: none;
  border-radius: 0px;
  padding: 15px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: futura-pt, sans-serif;
  text-transform: lowercase;
  padding-right: 30px;
  border: 0px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: museo-sans, sans-serif;
  font-weight: 100;
  line-height: 1.4em;
  margin-bottom: 15px;
}

strong, b {
  font-weight: 900;
}

h1, .h1 {
  font-family: museo-sans, sans-serif;
  font-size: 48px;
  line-height: 1.4em;
}

h2, .h2 {
  font-family: "Playfair Display", serif;
  line-height: 1.2em;
  font-weight: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 35px;
  font-size: 30px;
}

h3, .h3 {
  font-family: museo-sans, sans-serif;
  font-size: 28px;
  font-style: normal;
  margin-bottom: 30px;
}

h4, .h4 {
  font-family: museo-sans, sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

p, .p, li {
  font-family: museo-sans, sans-serif;
  font-size: 20px;
  margin-bottom: 35px;
  color: #4c4d4f;
  font-weight: 300;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  p, .p, li {
    font-size: 18px;
  }
}

.elementor-widget-text-editor {
  font-family: museo-sans, sans-serif !important;
  font-size: 20px !important;
  margin-bottom: 35px;
  color: #4c4d4f;
  font-weight: 300 !important;
  line-height: 1.6em;
}

.elementor-widget-slides .elementor-slide-description {
  font-family: museo-sans, sans-serif !important;
}

.elementor-widget-heading .elementor-heading-title {
  line-height: 1.6em;
  font-family: museo-sans, sans-serif !important;
}

.elementor-widget-heading {
  margin-bottom: 0px !important;
}

.elementor-widget-heading h1, .elementor-widget-heading h2 {
  margin-bottom: 20px;
  line-height: 1.2em !important;
}

#content {
  float: left;
  width: 100%;
}

.container {
  width: 80%;
  margin: 0 auto;
  max-width: 1440px;
}
@media (max-width: 1440px) {
  .container {
    width: 90%;
    max-width: 95%;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 30px 0px;
  }
}

.gform_footer img {
  display: none;
}

#front__page {
  width: 100%;
  float: left;
  min-height: 500px;
  background-color: #000000;
}

#home__banner {
  float: left;
  max-width: 100%;
  margin-top: 195px;
}
@media (max-width: 580px) {
  #home__banner {
    margin-bottom: 25px;
  }
}
#home__banner .slider_single {
  min-height: 700px;
  background-size: cover !important;
  outline: none;
}
@media (max-width: 768px) {
  #home__banner .slider_single {
    min-height: 600px;
    background-position: 30% !important;
  }
}
@media (max-width: 580px) {
  #home__banner .slider_single {
    background-position: 25% !important;
    min-height: 500px;
  }
}
#home__banner .slide_content {
  width: 55%;
  float: right;
  text-align: right;
  padding: 0px;
  padding-right: 8%;
  margin-top: 220px;
}
@media (max-width: 768px) {
  #home__banner .slide_content {
    width: 50%;
    margin-top: 100px;
  }
}
@media (max-width: 580px) {
  #home__banner .slide_content {
    margin-top: 55px;
  }
}
#home__banner .slide_content h1 {
  font-family: museo-sans, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #ffffff;
  text-transform: capitalize;
  line-height: 64px;
  font-size: 55px;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #home__banner .slide_content h1 {
    font-size: 2em;
  }
}
@media (max-width: 580px) {
  #home__banner .slide_content h1 {
    font-size: 24px;
  }
}
#home__banner .slide_content h4 {
  text-transform: none;
  padding-bottom: 5px;
  color: #ffffff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 0px;
}
#home__banner .slide_content h4 b {
  font-weight: 900;
}
@media (max-width: 580px) {
  #home__banner .slide_content h4 {
    font-size: 16px;
  }
}
#home__banner .slide_content a.slide_btn {
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 5px;
  background: #13467F;
  box-shadow: none;
  float: right;
  margin-top: 20px;
  font-weight: 900;
  outline: none;
  padding: 12px 20px;
  border-radius: 5px;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
#home__banner .slide_content a.slide_btn:hover {
  color: #000000;
  border-bottom: 2px solid #000000;
}
#home__banner .slick-dots {
  display: flex;
  position: absolute;
  justify-content: center;
  left: 20px;
  bottom: 0;
  margin: 0;
  padding: 15px 0;
  list-style-type: none;
}
#home__banner .slick-dots li {
  margin: 0 5px;
}
#home__banner .slick-dots button {
  outline: none;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #ffffff;
  border: 1px solid #000000;
  text-indent: -9999px;
}
#home__banner .slick-dots li.slick-active button {
  background-color: #000000;
}

.elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__title {
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: 900 !important;
  font-family: museo-sans, sans-serif !important;
}

.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__description {
  font-size: 20px;
  font-weight: 300 !important;
  font-family: museo-sans, sans-serif !important;
}

a.elementor-flip-box__button.elementor-button {
  margin-top: 30px;
  background: #017DC5 !important;
  color: #ffffff !important;
  text-transform: uppercase;
  font-family: museo-sans, sans-serif !important;
  text-transform: uppercase;
  font-weight: 900;
  border: 0px;
  padding: 15px;
  transition: all 0.3s ease-in-out;
}

a.elementor-flip-box__button.elementor-button:hover {
  color: #18447d !important;
}

.elementor-flip-box__image {
  margin-bottom: 30px !important;
}

.review h2::before {
  content: "";
  width: 100px;
  height: 50px;
  background: url(images/review.png) 50% 50% no-repeat;
  position: absolute;
  margin-left: -65px;
  margin-top: -10px;
  background-size: 150px;
}

.home-testimonial .elementor-slide-description::before {
  content: "";
  width: 100px;
  height: 50px;
  background: url(images/review.png) 50% 50% no-repeat;
  position: absolute;
  margin-left: -65px;
  margin-top: -10px;
  background-size: 150px;
}

#brands .swiper-slide {
  opacity: 0.5;
}

#brands .elementor-carousel-image {
  max-width: 170px;
}

#brands .swiper-slide.swiper-slide-active {
  opacity: 1;
}

#brands .swiper-wrapper {
  margin-left: 44%;
}
@media (max-width: 1024px) {
  #brands .swiper-wrapper {
    margin-left: 40%;
  }
}
@media (max-width: 768px) {
  #brands .swiper-wrapper {
    margin-left: 25%;
  }
}

#brands .swiper-slide {
  transform: none !important;
}

.contact_info strong {
  min-width: 50px;
  float: left;
}

.contact_info p {
  margin-bottom: 15px;
}

.gform_validation_error .gform_footer.top_label {
  position: relative;
  margin-top: 0 !important;
  left: 0;
}

#gform_wrapper_1 {
  margin-top: 0px !important;
}
#gform_wrapper_1 .top_label .gfield_label, #gform_wrapper_1 .gform_wrapper legend.gfield_label {
  display: none;
}
#gform_wrapper_1 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 45px;
  border: 0px;
  outline: none;
  border-bottom: 1px solid #c2c2c2;
  color: #4c4d4f;
  font-weight: 300;
  padding-left: 10px !important;
}
#gform_wrapper_1 textarea {
  border: 0px;
  outline: none;
  border-bottom: 1px solid #c2c2c2;
  color: #4c4d4f;
  font-weight: 300;
}
#gform_wrapper_1 input#gform_submit_button_1 {
  background: #017DC5;
  text-transform: uppercase;
  padding: 15px 40px;
  font-size: 16px;
  border: 0px;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 900;
  text-align: center;
  min-width: 200px;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
#gform_wrapper_1 input#gform_submit_button_1:hover {
  background: #18447d;
}
#gform_wrapper_1 .gform_footer {
  margin-top: 0px;
  padding-top: 0px;
}
#gform_wrapper_1 ul.gform_fields li.gfield {
  margin-top: 0px !important;
}

.partner img {
  mix-blend-mode: multiply;
}

.quoteform {
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */
  /* hover style just for information */
}
.quoteform .gform_footer {
  margin-top: 0px !important;
  padding-top: 0px !important;
}
.quoteform input#gform_browse_button_2_10 {
  background: #b7b7b7;
  border: none;
  border-radius: 5px;
  color: #ffffff !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px !important;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.quoteform input#gform_browse_button_2_10:hover {
  background: #333333;
}
.quoteform .gform_wrapper span.gform_drop_instructions {
  color: #4c4d4f;
}
.quoteform .top_label .gfield_label, .quoteform .gform_wrapper legend.gfield_label {
  display: none;
}
.quoteform textarea {
  border: 0px;
  outline: none;
  color: #4c4d4f;
  font-weight: 300;
}
.quoteform input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 45px;
  border: 0px;
  outline: none;
  color: #4c4d4f;
  font-weight: 300;
}
.quoteform .top_label .gfield_label, .quoteform .gfield_label {
  font-weight: 400 !important;
  font-size: 18px !important;
  letter-spacing: 0px;
}
.quoteform input#gform_submit_button_2 {
  background: #13467F;
  text-transform: uppercase;
  padding: 15px 40px;
  font-size: 16px;
  border: 0px;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 900;
  text-align: center;
  min-width: 200px;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.quoteform input#gform_submit_button_2:hover {
  background: #18447d;
}
.quoteform [type=checkbox]:not(:checked),
.quoteform [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.quoteform [type=checkbox]:not(:checked) + label,
.quoteform [type=checkbox]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
.quoteform [type=checkbox]:not(:checked) + label:before,
.quoteform [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.quoteform [type=checkbox]:not(:checked) + label:after,
.quoteform [type=checkbox]:checked + label:after {
  content: "✓ ";
  position: absolute;
  top: 0.15em;
  left: 0.22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #13467F;
  transition: all 0.2s;
  font-family: "Lucida Sans Unicode", "Arial Unicode MS", Arial;
}
.quoteform [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.quoteform [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.quoteform [type=checkbox]:disabled:not(:checked) + label:before,
.quoteform [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.quoteform [type=checkbox]:disabled:checked + label:after {
  color: #999;
}
.quoteform [type=checkbox]:disabled + label {
  color: #aaa;
}
.quoteform [type=checkbox]:checked:focus + label:before,
.quoteform [type=checkbox]:not(:checked):focus + label:before {
  border: 2px dotted #18447d;
}
.quoteform label:hover:before {
  border: 2px solid #18447d !important;
}

.pgafu-post-grid-main.pgafu-design-2 .pgafu-post-grid-content {
  border: 0px !important;
}

li.pgafu-filtr-cat::before {
  display: none !important;
}

ul.pgafu-filter {
  padding: 0px;
}

.pgafu-filter li {
  margin: 0px 0px 10px 0px !important;
}
@media (max-width: 768px) {
  .pgafu-filter li {
    width: 100%;
  }
}

.pgafu-filter li a {
  text-transform: uppercase !important;
  background: transparent !important;
  font-size: 30px !important;
  color: #18447d;
  padding: 0px 53px;
  font-weight: 300;
}
@media (max-width: 1440px) {
  .pgafu-filter li a {
    font-size: 18px;
    padding: 0px 20px;
  }
}

li.pgafu-filtr-cat.pgafu-active-filtr a {
  text-decoration: underline;
  color: #18447d;
  font-weight: bold;
}

.pgafu-post-grid {
  width: 100%;
  margin-top: 80px !important;
  float: left !important;
  width: 100% !important;
  min-height: 400px;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
@media (max-width: 768px) {
  .pgafu-post-grid {
    margin-top: 0px !important;
  }
}
.pgafu-post-grid .pgafu-post-image-bg {
  float: left;
  width: 50% !important;
  height: auto !important;
  background: transparent !important;
  padding-right: 40px !important;
  padding-top: 0px !important;
}
@media (max-width: 580px) {
  .pgafu-post-grid .pgafu-post-image-bg {
    width: 100% !important;
    padding-right: 0px !important;
  }
}
.pgafu-post-grid .pgafu-content-above-image {
  float: left;
  width: 50% !important;
  padding-left: 40px !important;
  padding-top: 40px !important;
}
@media (max-width: 580px) {
  .pgafu-post-grid .pgafu-content-above-image {
    width: 100% !important;
    padding-left: 0px !important;
  }
}

.pgafu-post-date {
  display: none !important;
}

.pgafu-post-date span img, .pgafu-post-tags img {
  float: left;
  width: 20px;
}

.pgafu-post-grid-main h2.pgafu-post-title a {
  text-transform: none !important;
  color: #19457c !important;
  font-size: 42px !important;
  line-height: 1.2em !important;
  float: left;
  font-weight: 900;
  font-family: museo-sans, sans-serif;
  width: 100%;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .pgafu-post-grid-main h2.pgafu-post-title a {
    font-size: 32px !important;
  }
}

@media (max-width: 768px) {
  .pgafu-filter {
    padding: 0px;
  }
}

.pgafu-filter-wrp {
  list-style: none !important;
}

@media (max-width: 768px) {
  .pgafu-post-grid-main {
    margin: 0px;
  }
}

.pgafu-post-categories a {
  font-size: 15px !important;
  background: #efefef !important;
  color: black !important;
  padding: 5px 10px !important;
  cursor: text !important;
  border-radius: 30px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.pgafu-post-short-content {
  font-size: 16px !important;
  line-height: 28px;
  color: #4c4d4f;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .pgafu-post-short-content {
    padding-right: 0px;
    font-size: 17px !important;
  }
}

a.readmorebtn {
  padding: 0px;
  border: 0px;
  border-bottom: 1px solid #000000;
  color: #4c4d4f;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 17px;
  margin-top: 30px;
  transition: all 0.3s ease-in-out;
}

a.readmorebtn:hover {
  color: #2964af;
  background: transparent;
  border-bottom: 1px solid #2964af;
}

aside#nav_menu-4, aside#nav_menu-5 {
  background: #f1f1f1;
  padding: 70px 0px 90px 70px;
}
@media (max-width: 768px) {
  aside#nav_menu-4, aside#nav_menu-5 {
    padding: 40px;
  }
}
aside#nav_menu-4 h3.widget-title, aside#nav_menu-5 h3.widget-title {
  color: #18447d;
  font-size: 32px;
}
aside#nav_menu-4 h3.widget-title::before, aside#nav_menu-5 h3.widget-title::before {
  content: "";
  height: 1px;
  width: 100px;
  background: #18447d;
  float: left;
  margin-top: 20px;
  margin-left: -70px;
  margin-right: 10px;
}
aside#nav_menu-4 ul li, aside#nav_menu-5 ul li {
  margin-bottom: 10px;
}
aside#nav_menu-4 ul li a, aside#nav_menu-5 ul li a {
  color: #18447d;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 20px;
}
aside#nav_menu-4 ul li ul, aside#nav_menu-5 ul li ul {
  float: left;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 20px;
  display: none;
}
aside#nav_menu-4 ul li ul li, aside#nav_menu-5 ul li ul li {
  margin-bottom: 10px;
}
aside#nav_menu-4 ul li ul li a, aside#nav_menu-5 ul li ul li a {
  font-weight: 300;
  font-size: 18px;
}
aside#nav_menu-4 ul li ul li a::before, aside#nav_menu-5 ul li ul li a::before {
  content: "- ";
}
aside#nav_menu-4 ul li.current_page_item a, aside#nav_menu-5 ul li.current_page_item a {
  color: #13467F;
}
aside#nav_menu-4 ul li.current_page_item ul, aside#nav_menu-5 ul li.current_page_item ul {
  display: block;
}
aside#nav_menu-4 ul li.current_page_item ul li a, aside#nav_menu-5 ul li.current_page_item ul li a {
  color: #18447d;
}

ol {
  margin: 0 0 30px;
  padding: 0;
  line-height: 22px;
  color: #000;
  width: 100%;
  overflow: hidden;
  counter-reset: item;
  padding-left: 40px;
}

ol ol {
  margin: 0;
  margin-top: 35px;
}

ol li {
  padding: 0 0 0 30px;
}

ol li:before,
ol .num {
  float: left;
  width: 30px;
  margin: 0 0 0 -30px;
  color: #18447d;
  background: transparent;
  content: counters(item, ".") " ";
  counter-increment: item;
}

.latin li:before {
  content: counter(item, lower-latin);
}

.upper-latin li:before {
  content: counter(item, upper-latin);
}

.lower-roman li:before {
  content: counter(item, lower-roman);
}

.upper-roman li:before {
  content: counter(item, upper-roman);
}

h1.search_title {
  color: #FFFFFF;
  font-size: 48px;
  font-weight: 900;
  text-align: right;
  margin-right: 100px;
  margin-top: 150px;
}

.search_result_list {
  float: left;
  width: 100%;
  margin-bottom: 70px;
}
.search_result_list .post__excerpt {
  float: left;
  width: 100%;
  border-bottom: 1px solid #dddddd;
}
.search_result_list .post__excerpt h3 {
  color: #18447d;
  font-size: 28px;
  font-weight: 900;
  font-family: museo-sans, sans-serif;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.divider {
  width: 90px;
  float: right;
  height: 1px;
  background: #ffffff;
  margin-left: 10px;
}

.search_page_header {
  background: url(images/banner.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.search_page_header p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  text-transform: capitalize;
  float: right;
  margin-top: -17px;
}

h2.search__title {
  color: #18447d;
  font-size: 28px;
  font-weight: 900;
  font-family: museo-sans, sans-serif;
  margin-top: 50px;
  float: left;
  width: 100%;
}

#search-noresults {
  float: left;
  width: 100%;
  padding: 50px 0px;
}
#search-noresults h1 {
  color: #18447d;
  font-size: 28px;
  font-weight: 900;
  font-family: museo-sans, sans-serif;
}
#search-noresults input#woocommerce-product-search-field-0 {
  height: 45px;
  background: #f1f1f1;
  border: 0px;
  padding-left: 10px;
  outline: none;
  float: left;
}
#search-noresults button {
  height: 45px;
  background: #13467F;
  border: 0px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px;
  font-weight: 900;
  float: left;
  margin-left: 10px;
}

.find_more p {
  font-size: 22px;
}
.find_more p a {
  font-weight: 900;
}

.packages h2 {
  padding-top: 15px;
}
.packages p {
  margin: 0;
  padding: 0px 30px;
  margin-top: 10px;
}

.home-testimonial .elementor-slide-heading {
  /* margin-right: 178px; */
  display: flex;
  /* width: 27%; */
  min-width: 300px;
}

.home-testimonial .elementor-slide-heading:after {
  content: "";
  height: 3px;
  background: #ffffff;
  display: inline-block;
  right: 0;
  text-align: right;
  justify-content: right;
  max-width: 300px;
  width: 200px;
  place-self: center;
}