/* =ACECommerce Styles
-------------------------------------------------------------- */

/* =Fonts
-------------------------------------------------------------- */

/* =Elements
-------------------------------------------------------------- */

* {
  font-family: 'Open Sans', sans-serif;
}

*:focus {
  outline: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #1d1d1d;
  background: #eeeeee;
}

.form-control:focus {
  box-shadow: none !important;
}

a {
  color: #1d1d1d;
}

a:hover {
  color: #bfbfbf;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: #1d1d1d;
}

h1 {
  font-size: 52px;
  font-weight: 600;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 27px;
}

h5 {
  font-size: 23px;
}

p {
  font-size: 14px;
}

button {
  -webkit-appearance: none;
}

/* =Elements
-------------------------------------------------------------- */

.white {
  color: #fff;
}

.whiteBg {
  background: #fff;
}

.blue {
  color: #2e3444;
}

.blueBg {
  background: #2e3444;
}

.red {
  color: #b9213d;
}

.redBg {
  background: #b9213d;
}

.beige {
  color: #fbfbfb;
}

.beigeBg {
  background: #fbfbfb;
}

.grey {
  color: #f2f2f2;
}

.greyBg {
  background: #f2f2f2;
}

/* =Images
-------------------------------------------------------------- */

img,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

/* =Alignment
-------------------------------------------------------------- */

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
}

/* =Hide Form Placeholders
-------------------------------------------------------------- */

input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
} /* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
} /* FF 19+ */
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus:-moz-placeholder {
  color: transparent;
} /* FF 4-18 */
textarea:focus::-moz-placeholder {
  color: transparent;
} /* FF 19+ */

/* =Popup
-------------------------------------------------------------- */

popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  padding: 50px;
  align-items: center;
  justify-content: center;
  z-index: 9999999 !important;
}

popup.active {
  display: flex;
}

popup .popup-message {
  background: #fff;
  max-width: 900px;
  max-height: 620px;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  position: relative;
}

popup .popup-message .popup-left {
  width: 50%;
  height: 100%;
  float: left;
  background-color: #eee;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

popup .popup-message .popup-right {
  width: 50%;
  height: 100%;
  float: right;
  padding: 50px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

popup .popup-message .popup-right .popup-right-content {
}

popup .popup-message .popup-right {
}

popup .popup-message h2 {
  font-size: 32px;
  margin-bottom: 25px;
  font-weight: 600;
  text-transform: uppercase !important;
}

popup .popup-message p {
  font-size: 14px;
  margin-bottom: 10px;
}

popup .popup-message .popup-close {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

popup .popup-message .popup-close svg {
  color: #1d1d1d;
}

popup .popup-message form p {
  margin-bottom: 0px;
}

popup .form-control {
  height: 44px;
  border: 1px solid #135974;
  margin-bottom: 5px;
  font-size: 12px;
}

popup .mc4wp-form-fields label {
  margin-bottom: 0px;
}

popup .btn {
  height: 44px;
  border: 1px solid #135974;
  background: #135974;
  color: #fff;
  margin-bottom: 4px;
  font-size: 12px;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 5px 25px;
  font-size: 18px;
}

popup .btn:hover {
  border-color: #4ec4d1;
}

/* =Top Bar
-------------------------------------------------------------- */

top-bar {
  display: block;
  height: 60px;
  width: 100%;
  margin-bottom: 2px;
}

top-bar .top-bar-cta {
  height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  float: left;
  border-right: 2px solid #fff;
}

top-bar .top-bar-icon {
  height: 22px;
  width: 22px;
  border: 1px solid #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  color: #fff;
  text-align: center;
  line-height: 22px;
}

top-bar .top-bar-icon svg {
  font-size: 10px;
  vertical-align: top;
  margin-top: 5px;
}

top-bar .top-bar-cta p {
  height: 60px;
  line-height: 60px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 14px;
}

top-bar .top-bar-cta p .small {
  font-size: 12px;
  margin-left: 5px;
  font-weight: 400;
}

top-bar .social {
  float: right;
  height: 60px;
  padding-left: 18px;
  padding-right: 18px;
  border-left: 2px solid #fff;
  background: #b9213d;
}

top-bar .social .social-icon {
  display: inline-block;
  font-size: 17px;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  height: 60px;
  padding-top: 16px;
}

/* =Header
-------------------------------------------------------------- */

header {
  height: 150px;
  border-bottom: 1px solid #707070;
  position: relative;
}

header .header-logo {
  width: 210px;
}

header .header-nav {
  width: calc(100% - 210px);
}

header #top_bar {
  height: 80px;
  background: #fff;
}

header.fixed #top_bar {
  display: none;
}

header #top_bar .location {
  padding: 0 20px;
}

header #top_bar .location a > *:not(:last-child) {
  margin-right: 10px;
}

header #top_bar .location a:hover {
  color: #000000;
}

header #top_bar .top-location-title {
  font-size: 11px;
  font-weight: bold;
}

header #top_bar .top-location-value {
  font-size: 10px;
  color: #121212;
}

header #top_bar .top-location-list {
  padding: 10px 20px;
  z-index: 1;
  left: 0;
}

header #top_bar .top-location-list a:not(:last-child) {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #eee;
}

header #top_bar .column-right a {
  font-size: 11px;
  font-weight: bold;
  padding: 5px 20px;
}

header #top_bar .column-right a.mobile-view {
  display: none;
}

header #top_bar .column-right a:first-child {
  border-right: 1px solid #c4c4c4;
}

header #top_bar a.create-account {
  height: 80px;
  display: flex;
  align-items: center;
  background: #171717;
  color: #fff;
}

header #top_bar a.search-icon {
  font-size: 20px;
}

header #top_bar .search-box {
  display: none;
  background: #eee;
  position: absolute;
  top: -20px;
  width: 200px;
  height: 80px;
  transition: all 0.3s ease-in-out;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

header #top_bar .search-box.show {
  display: block;
  left: -200px;
  visibility: visible;
  opacity: 1;
}

header #top_bar .search-box form {
  height: 80px;
}

header #top_bar .search-box form input {
  height: 100%;
  border-radius: 0;
  border-right: none;
  border-top: none;
  border-bottom: none;
}

header #main_nav {
  height: 70px;
  background: #e3e3e3;
}

header #main_nav .social {
  padding: 0 15px;
}

header #main_nav .social a {
  display: inline-block;
  font-size: 18px;
  color: #343434;
}

header #main_nav .social a:not(:last-child) {
  margin-right: 10px;
}

header #main_nav .column-right > * {
  border-left: 1px solid #d6d6d6;
}

header #main_nav .column-right account,
header #main_nav .column-right trigger {
  padding: 0 20px;
}

.side-menu ul li.current-menu-ancestor > a,
.side-menu ul li.current-menu-item > a {
  color: #1d1d1d;
  background: #eee;
}

header .top-location {
  display: none;
}

header .top-location .location {
  padding: 10px 0px;
}

header .top-location .location a > *:not(:last-child) {
  margin-right: 10px;
}

header .top-location .top-location-title {
  font-size: 11px;
  font-weight: bold;
}

header .top-location .top-location-value {
  font-size: 10px;
  color: #121212;
}

header .top-location .top-location-list {
  padding: 10px 20px;
  z-index: 1;
  right: 0;
}

header .top-location .top-location-list a:not(:last-child) {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #eee;
}

/* =Header 1
-------------------------------------------------------------- */

header.header-1 {
  border-bottom: 0px;
  z-index: 999;
}

/* =Logo
-------------------------------------------------------------- */

logo {
  height: 100%;
  width: auto;
  display: block;
  background: #171717;
}

logo img {
  max-height: 100% !important;
  max-width: 180px !important;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* =Fixed Header
-------------------------------------------------------------- */

header.header-1.fixed {
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 0;
  height: 70px;
}

header.header-1.fixed logo {
  height: 70px;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

header.header-1.fixed account {
  height: 70px;
  margin-top: 0px;
}

header.header-1.fixed nav ul,
header.header-1.fixed nav ul li,
header.header-1.fixed nav ul li a {
  height: 70px;
  min-height: 70px;
  line-height: 70px;
}

header.header-1.fixed nav ul li ul {
  margin-top: 70px;
  border-top: 0px;
  height: auto;
  line-height: auto;
}

header.header-1.fixed nav ul li ul li,
header.header-1.fixed nav ul li ul li a {
  height: auto;
  line-height: normal;
  min-height: auto;
}

/* =Nav
-------------------------------------------------------------- */

nav {
  margin: auto;
}

nav ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  height: 70px;
  margin: auto;
}

nav ul li {
  margin: 0px;
  padding: 0px;
  min-height: 70px;
  position: relative;
  display: inline-block;
}

nav .primary-menu > ul > li:not(:first-child) {
  margin-left: -5px;
}

nav ul li.menu-item-has-children a {
  padding-right: 50px;
}
nav ul li.menu-item-has-children::after {
  content: '\f107';
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

nav ul li a {
  margin: 0px;
  padding: 0px;
  float: left;
  min-height: 70px;
  line-height: 70px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #343434;
  transition: all 0.2s ease-in-out;
}

nav ul li a svg {
  margin-left: 8px;
}

nav .primary-menu ul li a:hover,
nav .primary-menu ul li.current-menu-ancestor a,
nav .primary-menu ul li.current-menu-item a {
  text-decoration: none;
  color: #343434;
  background: #bfbfbf;
}

nav .primary-menu > ul > li > a {
  border-right: 1px solid #d6d6d6;
}

nav ul li ul {
  position: absolute;
  top: 0;
  display: none;
  width: 260px;
  overflow: hidden;
  height: auto;
  margin-top: 70px;
}

nav ul li:hover ul {
  display: block;
}

nav ul li ul li {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  display: block;
  overflow: hidden;
  min-height: 50px;
}

nav ul li ul li a {
  display: block;
  float: left;
  height: auto;
  padding: 15px 20px;
  width: 100%;
  color: #343434;
  background: #bfbfbf;
  font-size: 12px;
  min-height: 50px;
  line-height: 20px;
  font-weight: 700;
}

nav .primary-menu ul li ul li a:hover,
nav .primary-menu ul li ul li.current-menu-item a {
  background: #dfdfdf;
  color: #343434;
}

/* =Account
-------------------------------------------------------------- */

account {
  height: 70px;
  display: flex;
  align-items: center;
}

account a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 18px;
  color: #343434;
}

account a:hover {
  color: #bfbfbf;
}

account a.cart-contents {
  font-size: 11px;
  background: #bfbfbf;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  height: 20px;
  width: 20px;
  text-align: center;
  margin-left: 0px;
  color: #fff;
  font-weight: bold;
  padding-top: 2px;
}

account a.cart-contents:hover {
  color: #fff;
}

/* =Trigger
-------------------------------------------------------------- */

trigger {
}

trigger.menu-bttn {
  float: right;
  display: none;
}

/* =Hero
-------------------------------------------------------------- */

hero {
  display: block;
  padding: 200px 30px;
  text-align: center;
  margin-bottom: 2px;
}

hero h1 {
  margin-bottom: 20px;
}

hero button {
  cursor: pointer;
  height: 70px;
  width: 240px;
  text-transform: uppercase;
  font-size: 14px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  transition: none;
  font-weight: 700;
  margin-top: 25px;
  margin-left: 4px;
  margin-right: 4px;
}

hero button.hero-button-left {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}

hero button.hero-button-left:hover {
  background: #fff;
  color: #2e3444;
}

hero button.hero-button-right {
  border: 2px solid #b9213d;
  color: #fff;
  background: #b9213d;
}

hero button.hero-button-right:hover {
  background: transparent;
  border: 2px solid #b9213d;
  color: #b9213d;
}

/* =Hero (Split)
-------------------------------------------------------------- */

hero.split {
  padding: 0px;
}

hero.split .hero-background {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

hero.split .hero-content {
  padding: 200px 120px;
  text-align: left;
}

/* =Hero (Split)
-------------------------------------------------------------- */

hero.top {
  padding: 0px;
}

hero.top .hero-background {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

hero.top .hero-content {
  padding: 120px;
}

/* =Tabs
-------------------------------------------------------------- */

tabs {
  display: block;
  width: 100%;
  background: #eee;
  margin-bottom: 2px;
}

tabs .tab-container {
  height: 100%;
  padding: 130px;
}

tabs .tab-container.tab-container-left {
  border-right: 1px solid #fff;
}

tabs .tab-container.tab-container-right {
  border-left: 1px solid #fff;
}

tabs .tab-container p.tab-prefix {
  font-size: 19px;
  margin-bottom: 4px;
  font-family: 'georgia';
  font-style: italic;
}

tabs .tab-container h2 {
  font-weight: 900;
  margin-bottom: 20px;
}

tabs .tab-container p {
  max-width: 740px;
}

tabs .tab-container svg {
  margin-top: 20px;
  font-size: 30px;
}

/* =Recent
-------------------------------------------------------------- */

recent {
  display: block;
  padding: 0 5px;
  margin: 0 0 100px;
}

recent .container-fluid {
  max-width: 1600px;
}

recent .recent-title h2 {
  margin: 0 15px;
}

recent .recent-title p {
  font-size: 16px;
  margin: 0 15px;
}

recent .recent-title p {
  margin-bottom: 20px;
}

recent ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding-top: 60px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

recent ul li {
  background: #ffffff;
  width: calc(33.333% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  float: left;
}

recent ul li .product-image {
  height: 280px;
  text-align: center;
  background: #d3d3d3;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

recent ul li .product-image .onsale {
  display: none;
}

recent ul li .product-image img {
  margin: auto;
  width: auto;
  max-height: 176px;
  display: block;
}

recent ul li .product-description {
  padding: 45px 40px 75px 40px;
  position: relative;
}

recent ul li .product-description h2 {
  margin-bottom: 5px;
  color: #2e3444;
}

recent ul li .product-description .product-arrow {
  height: 40px;
  width: 40px;
  position: absolute;
  background: #1d1d1d;
  color: #fff;
  bottom: 0;
  right: 0;
  text-align: center;
}

recent ul li .product-description .product-arrow svg {
  margin-top: 12px;
}

recent ul li .product-description h2.woocommerce-loop-product__title {
  font-size: 23px;
}

recent ul li .product-description .product-sku {
  font-size: 10px;
  font-weight: 600;
}

recent ul li .product-description del {
  margin-right: 15px;
  color: #2e3444 !important;
}

recent ul li .product-description .price {
  font-weight: 900;
  color: #2e3444;
  font-size: 17px;
  text-decoration: none;
}

recent ul li .product-description del .amount {
  font-weight: 900;
  color: #2e3444;
  font-size: 17px;
}

recent ul li .product-description ins {
  text-decoration: none;
  color: #b9213d !important;
}

recent ul li .product-description ins .amount {
  font-weight: 900;
  font-size: 17px;
}

recent ul li .product-description p.product-supplier {
  font-size: 13px;
  font-weight: 700;
}

recent ul li .product-description p {
  font-size: 12px;
}

recent .button-container {
  margin: 60px 0 0;
}

/* =Blog
-------------------------------------------------------------- */

blog .container-fluid {
  max-width: 1600px;
  text-align: center;
}

blog.blog-narrow .container-fluid {
  max-width: 960px;
  text-align: center;
}

blog h2,
blog p {
  max-width: 700px;
  margin: auto;
}

blog h2 {
  margin-bottom: 15px;
  line-height: 1.1em;
}

blog p.blog-description {
  margin-bottom: 50px;
}

blog .search {
  border: 1px solid #2e3444;
  text-align: left;
}

blog .search .search-left {
  height: 100%;
  border-right: 1px solid #2e3444;
  height: 80px;
  padding-left: 30px;
  padding-right: 30px;
}

blog .search .search-right {
  height: 100%;
  height: 80px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
}

blog .search .search-right p.filter-tag {
  line-height: 78px;
  font-size: 18px;
  font-weight: 700;
  margin: auto;
  max-width: none;
}

blog .search .search-right svg {
  position: absolute;
  right: 30px;
  top: 50%;
  bottom: 50%;
  font-size: 20px;
  color: #2e3444;
  margin-top: -8px;
}

blog .search .search-right svg.switch {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

blog .search .search-right ul {
  width: 100%;
  height: auto;
  background: #2e3444;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 999;
  list-style-type: none;
  padding: 0;
  display: none;
}

blog .search .search-right ul.show {
  display: block;
}

blog .search .search-right ul li {
  width: 100%;
  padding: 20px 30px;
  border-bottom: 1px solid #eee;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

blog .search .search-right ul li:last-of-type {
  border: none;
}

blog .search .search-right ul li:hover {
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

blog .search .search-left .filter-search {
  line-height: 79px;
  font-size: 18px;
  font-weight: 700;
  margin: auto;
  max-width: none;
  height: 79px !important;
  color: #2e3444;
  border: none !important;
  padding: 0px;
}

blog .search .search-left .search-submit {
  position: absolute;
  right: 25px;
  top: 50%;
  bottom: 50%;
  font-size: 18px;
  color: #2e3444;
  display: block;
  padding: 0px;
  width: 30px;
  height: 30px;
  margin-top: -12px;
  background: transparent !important;
  border: none !important;
}

blog.blog-narrow .blog {
  border: none;
}

blog .blog .blog-item {
  width: calc(33.33% - 20px);
  margin: 0 10px 20px;
}

blog .blog .blog-post {
  text-align: left;
}

blog.blog-narrow .blog .blog-post {
  border-bottom: none;
  border-left: 2px solid #0a3d73;
}

blog.blog-narrow .blog .blog-post {
  margin-bottom: 50px;
}

blog.blog-narrow .blog .col-lg-12:last-of-type .blog-post {
  margin-bottom: 0px;
}

/*
blog .blog .col-lg-4 .blog-post {
    background: #2E3444;
}

blog .blog .col-lg-4:nth-of-type(odd) .blog-post {
    background: #B9213D;
}

blog .blog .col-lg-12 .blog-post {
    background: #2E3444;
}

blog .blog .col-lg-12:nth-of-type(odd) .blog-post {
    background: #B9213D;
}
*/

blog .blog .blog-post .featured-image {
  width: 100%;
  height: 250px;
  background: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

blog .blog .blog-post .featured-image .post-label {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #1d1d1d;
  color: white;
  padding: 7px 20px;
  border-radius: 20px;
  font-size: 12px;
  text-transform: uppercase;
}

blog.blog-narrow .blog .blog-post .featured-image {
  height: 350px;
}

blog .blog .blog-post .blog-post-content {
  padding: 75px 50px;
}

blog .blog .blog-post .blog-post-content h3 {
  font-size: 21px;
  margin-bottom: 4px;
  color: #fff;
  font-weight: 700;
}

blog .blog .blog-post .blog-post-content p {
  max-width: none;
  margin-left: 0px;
  color: #fff;
}

blog .blog .blog-post .blog-post-content p.blog-post-date {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}

blog .blog .blog-post .blog-post-content svg {
  margin-top: 20px;
  font-size: 22px;
  color: #fff;
}

blog .blog .blog-post .bg-white h3,
blog .blog .blog-post .bg-white p,
blog .blog .blog-post .bg-white p.blog-post-date,
blog .blog .blog-post .bg-white svg {
  color: #1d1d1d;
}

/* =Blog (Page Layout)
-------------------------------------------------------------- */

page .blog .blog-post {
  margin-bottom: 120px;
}

page .blog .col-lg-12:last-of-type .blog-post {
  margin-bottom: 0px;
}

page .blog .blog-post .featured-image {
  width: 100%;
  height: 350px;
  background: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 50px;
  border: 2px solid #f0f0f2;
}

page .blog .blog-post h2 {
  margin-bottom: 0px;
}

page .blog .blog-post p.blog-post-date {
  font-weight: bold;
  font-size: 15px;
  margin-top: -5px;
}

.single-post .table td a {
  font-weight: 700;
  float: right;
}

.single-post .table td a svg {
  font-size: 20px;
}

/* =Right Content
-------------------------------------------------------------- */

right-content {
  display: block;
  width: 100%;
  margin-bottom: 2px;
}

right-content .right-content-center {
  text-align: center !important;
}

right-content .right-content-container {
  height: 100%;
  padding: 210px 130px;
}

right-content .right-content-center .right-content-container {
  padding-top: 120px;
  padding-bottom: 120px;
}

right-content .right-content-container p.right-content-prefix {
  font-size: 19px;
  margin-bottom: 4px;
  font-family: 'georgia';
  font-style: italic;
}

right-content .right-content-container h2 {
  font-weight: 900;
  max-width: 740px;
  margin: auto;
  margin-bottom: 20px;
}

right-content .right-content-container p {
  max-width: 740px;
  color: #fff;
  margin: auto;
}

right-content .right-content-container .right-content-link {
  max-width: 750px;
  margin: auto;
}

right-content .right-content-container .right-content-link svg {
  margin-top: 20px;
  font-size: 30px;
}

right-content .right-content-background {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* =Left Content
-------------------------------------------------------------- */

left-content {
  display: block;
  width: 100%;
  margin-bottom: 2px;
}

left-content .left-content-center {
  text-align: center !important;
}

left-content .left-content-container {
  height: 100%;
  padding: 210px 130px;
}

left-content .left-content-center .left-content-container {
  padding-top: 120px;
  padding-bottom: 120px;
}

left-content .left-content-container p.left-content-prefix {
  font-size: 19px;
  margin-bottom: 4px;
  font-family: 'georgia';
  font-style: italic;
}

left-content .left-content-container h2 {
  font-weight: 900;
  max-width: 740px;
  margin: auto;
  margin-bottom: 20px;
}

left-content .left-content-container p {
  max-width: 740px;
  color: #fff;
  margin: auto;
}

left-content .left-content-container .left-content-link {
  max-width: 750px;
  margin: auto;
}

left-content .left-content-container .left-content-link svg {
  margin-top: 20px;
  font-size: 30px;
}

left-content .left-content-background {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* =Pagination
-------------------------------------------------------------- */

pagination {
  display: block;
  margin: 80px 0 160px;
}

pagination a,
pagination span {
  color: #1d1d1d;
  font-weight: bold;
  font-size: 13px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #d3d3d3;
  border-radius: 16px;
}

pagination a.next,
pagination a.prev {
  display: none;
}

pagination a:hover,
pagination span {
  background: #1d1d1d;
  color: #fff;
}

pagination a.next-button {
  background: #b9213d;
}

pagination a.prev-button {
  background: #2e3444;
}

/* =Content
-------------------------------------------------------------- */

content {
}

content.fixed {
  display: block;
  padding-top: 100px;
}

/* =Banner
-------------------------------------------------------------- */

banner {
  display: block;
  margin: 15px 0 90px;
}

banner .banner-row::after {
  content: '';
  position: absolute;
  background: #1d1d1d;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
  height: 100%;
  width: 43%;
}

banner .column-text {
  width: 40%;
  padding: 80px 115px;
  z-index: 1;
}

banner .column-text * {
  color: #eeeeee;
}

banner .column-text .icon {
  font-size: 70px;
  margin-right: 35px;
}

banner .column-text h4 {
  font-weight: 600;
}

banner .column-text h4.e-bold {
  font-weight: 800;
}

banner .column-text p {
  font-size: 12px;
}

banner .column-image {
  width: 60%;
  background-position: right;
}

/* =Page
-------------------------------------------------------------- */

page {
  display: block;
  margin: 0 0 100px;
}

page .container-fluid {
  max-width: 1600px;
}

page h1 {
  font-weight: 900;
  margin-bottom: 30px;
}

page h2 {
  font-weight: 600;
  margin-bottom: 15px;
}

page h3 {
  font-weight: 600;
  margin-bottom: 15px;
}

page h4 {
  font-weight: 600;
  margin-bottom: 15px;
}

/* =Page
-------------------------------------------------------------- */

page.about img {
  border: 2px solid #f0f0f2;
  margin-bottom: 70px;
}

/* =Post
-------------------------------------------------------------- */

post {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #707070;
  display: block;
}

/* =Single
-------------------------------------------------------------- */

single {
  padding: 100px 0;
  display: block;
}

single .container-fluid {
  max-width: 1600px;
}

single .post-title {
  margin: 0 0 10px;
}

single h1 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 30px;
}

single h2 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 15px;
}

single h3 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 15px;
}

single h4 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 15px;
}

single p {
  font-size: 16px;
}

single p.single-date {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 50px;
}

single .single-featured-image {
  margin: 0 0 120px;
}

/* =FAQ
-------------------------------------------------------------- */

page.faq h2:first-of-type {
  margin-top: 0px;
}

page.faq h2 {
  margin-top: 70px;
}

page.faq .faq-container:first-of-type {
  margin-top: 0px;
}

page.faq .faq-container {
  margin-bottom: 40px;
  padding-right: 20%;
  position: relative;
}

page.faq .faq-container .toggle {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 7px;
  right: 0;
  text-align: center;
  color: #b9213d;
  cursor: pointer;
}

page.faq .faq-container .toggle svg {
  margin-top: 7px;
}

page.faq .faq-container:first-of-type h2 {
  margin-top: 0px;
}

page.faq .faq-container p:last-of-type {
  margin-bottom: 70px;
}

page.faq .faq-container h2 {
}

page.faq .faq-container .faq-content {
  display: none;
}

page.faq .faq-container .faq-content.show {
  display: block;
}

/* =Team
-------------------------------------------------------------- */

team {
  padding: 40px 50px 40px 50px;
  display: block;
}

team .container-fluid {
  max-width: 1600px;
}

team h1 {
  font-size: 38px;
  font-weight: 900;
  margin-bottom: 30px;
}

team .team-member {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 100px;
  position: relative;
}

team.template-3 .team-member {
  min-height: 240px;
  padding-left: 280px;
  text-align: left;
  display: flex;
  align-items: center;
}

team .team-member .team-member-photo-container {
  width: 240px;
  height: 240px;
  border: 2px solid #f0f0f2;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
  margin: auto;
  margin-bottom: 40px;
}

team.template-3 .team-member .team-member-photo-container {
  position: absolute;
  left: 0;
}

team .team-member .team-member-photo-container .team-member-photo {
  width: 220px;
  height: 220px;
  -webkit-border-radius: 110px;
  -moz-border-radius: 110px;
  border-radius: 110px;
  margin-top: 8px;
  margin-left: 8px;
  background: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

team .team-member h2 {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 2px;
}

team .team-member p.team-member-position {
  font-weight: bold;
}

team .team-member p {
  font-size: 15px;
}

/* =Services
-------------------------------------------------------------- */

services {
  padding: 140px 50px 40px 50px;
  display: block;
}

services.tiles {
  padding: 0;
}

services .container-fluid {
  max-width: 1600px;
}

services h1 {
  font-size: 38px;
  font-weight: 900;
  margin-bottom: 30px;
}

services .service {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 100px;
  position: relative;
}

services .service .service-icon {
  margin-bottom: 10px;
  font-size: 50px;
}

services .service .service-image {
  margin-bottom: 40px;
}

services .service h2 {
  font-size: 20px;
  font-weight: 900;
}

services .service p {
  font-size: 15px;
}

/* =About
-------------------------------------------------------------- */

about {
  padding: 140px 50px 40px 50px;
  display: block;
}

about .container-fluid {
  max-width: 1600px;
}

about h1 {
  font-size: 38px;
  font-weight: 900;
  margin-bottom: 30px;
}

about .about {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 100px;
  position: relative;
}

about .about .about-icon {
  margin-bottom: 10px;
  font-size: 50px;
}

about .about h2 {
  font-size: 20px;
  font-weight: 900;
}

about .about p {
  font-size: 15px;
}

/* =Menu
-------------------------------------------------------------- */

menu-container {
  padding: 140px 50px;
  display: block;
}

menu-container .container-fluid {
  max-width: 1400px;
}

menu-container .menu-section {
  margin-bottom: 120px;
}

menu-container .menu-section:last-of-type {
  margin-bottom: 0px;
}

menu-container .col-xl-10 .menu-section:last-of-type {
  margin-bottom: 0px;
}

menu-container .menu-section h2 {
  font-size: 30px;
  margin-bottom: 50px;
}

menu-container .menu-section .menu-item {
  margin-bottom: 35px;
  padding-right: 80px;
  position: relative;
}

menu-container .menu-section .menu-item h3 {
  font-size: 22px;
  margin-bottom: 5px;
}

menu-container .menu-section .menu-item p {
  margin-bottom: 5px;
  font-size: 14px;
}

menu-container .menu-section .menu-item .menu-item-price {
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}

menu-container .menu-section .menu-item .menu-item-price .price {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 0px;
  margin-top: 5px;
}

menu-container .menu-section .menu-left {
  padding-right: 40px;
}

menu-container .menu-section .menu-right {
  padding-left: 40px;
}

/* =Contact
-------------------------------------------------------------- */

page.contact.full {
  padding: 0;
}

page.contact.full .container-fluid {
  width: 100%;
  max-width: none;
}

page.contact h2 {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 50px;
  margin-top: 0px;
  width: 100%;
}

page.contact p {
  font-size: 15px;
}

page.contact .contact-title {
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 5px;
  color: #2e3444;
}

page.contact .opening-hours {
  margin-top: 60px;
}

page.contact.full .contact-container {
  height: 100%;
}

page.contact.full .contact-container.contact-details {
  padding: 120px 15%;
  overflow: hidden;
}

page.contact.full .contact-container.contact-details .contact-section {
  width: 45%;
  margin-right: 2%;
  margin-bottom: 60px;
  display: inline-block;
  vertical-align: top;
}

page.contact.full
  .contact-container.contact-details
  .contact-section
  .opening-hours {
  margin-top: 0px;
}

/* =Gravity Form
-------------------------------------------------------------- */

body .gform_wrapper li.gfield.field_description_below + li.gsection {
  margin-top: 60px !important;
}

body
  .gform_wrapper
  li.gfield.field_description_below
  + li.gsection:first-of-type {
  margin-top: 10px !important;
}

body .gform_wrapper .top_label .gfield_label,
body .gform_wrapper legend.gfield_label {
  display: none;
}

body .gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
  color: #4a4a4a;
}

body
  .gform_wrapper
  .field_sublabel_below
  .ginput_complex.ginput_container
  label,
body
  .gform_wrapper
  .field_sublabel_below
  div[class*='gfield_time_'].ginput_container
  label {
  display: none;
}

body
  .gform_wrapper
  input:not([type='radio']):not([type='checkbox']):not([type='submit']):not(
    [type='button']
  ):not([type='image']):not([type='file']) {
  border: 1px solid #2e3444;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: 60px;
  padding: 20px;
  font-size: 14px;
  text-transform: none;
}

body .gform_wrapper textarea {
  color: #4a4a4a;
  border: 1px solid #2e3444;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 20px;
  height: 400px;
  font-size: 14px;
  text-transform: none;
}

body .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  text-align: right;
}

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type='submit'],
body .gform_wrapper .gform_page_footer input.button,
body .gform_wrapper .gform_page_footer input[type='submit'] {
  cursor: pointer;
  height: 70px;
  width: calc(100% - 16px);
  text-transform: uppercase;
  font-size: 14px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  transition: none;
  background: #d3d3d3;
  color: #1d1d1d;
  font-weight: 700;
  margin-top: -10px;
}

body .gform_wrapper .gform_footer input.button:hover,
body .gform_wrapper .gform_footer input[type='submit']:hover,
body .gform_wrapper .gform_page_footer input.button:hover,
body .gform_wrapper .gform_page_footer input[type='submit']:hover {
  border: 2px solid #eee;
  background: #eee;
  color: #1d1d1d;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  transition: none;
}

body .gform_wrapper .gform_confirmation_message {
  color: #fff;
}

/* =Map
-------------------------------------------------------------- */

map {
  height: 520px;
  width: 100%;
  display: block;
}

page.contact.full map {
  height: 100%;
}

/* =Sidebar
-------------------------------------------------------------- */

sidebar {
  display: block;
}

sidebar h2 {
  font-weight: 400;
  font-size: 22px;
}

sidebar section {
  margin-bottom: 40px;
}

/* =Gallery
-------------------------------------------------------------- */

gallery {
  display: block;
  width: 100%;
  background: #eee;
  margin-bottom: 2px;
  overflow: hidden;
}

gallery .image {
  width: 25%;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* =Brands
-------------------------------------------------------------- */

brands {
  display: block;
  padding: 90px 50px 90px 50px;
  margin-bottom: 2px;
}

brands .owl-dots {
  text-align: center;
  margin-top: 25px;
}

brands .owl-carousel button.owl-dot {
  padding: 0 !important;
  background: #eee;
  height: 12px;
  width: 12px;
  margin-left: 3px;
  margin-right: 3px;
  border-radius: 6px;
}

brands .owl-carousel button.owl-dot.active {
  background: #ddd;
}

brands .item {
  padding: 25px;
  text-align: center;
}

brands .item img {
  max-width: 200px;
  margin: auto;
}

/* =Subscribe
-------------------------------------------------------------- */

subscribe {
  display: block;
  padding: 100px 30px;
  text-align: center;
  margin-bottom: 2px;
}

subscribe h2 {
  margin-bottom: 5px;
}

subscribe #mc_embed_signup {
  max-width: 600px;
  margin: auto;
  margin-top: 35px;
  position: relative;
}

subscribe #mc_embed_signup input {
  height: 50px !important;
  background: #fff !important;
  border: none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  font-size: 13px !important;
  width: calc(100% - 110px) !important;
}

subscribe #mc_embed_signup input#mc-embedded-subscribe {
  width: 110px !important;
  background: #2e3444 !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  font-weight: 700 !important;
  height: 100% !important;
  text-transform: uppercase;
  font-size: 12px;
}

subscribe #mc_embed_signup input#mc-embedded-subscribe:hover {
  color: #fff !important;
  background: #222836 !important;
}

/* =Social
-------------------------------------------------------------- */

social {
  display: block;
  padding: 100px 30px;
  text-align: center;
}

social .social-icon {
  display: inline-block;
  font-size: 40px;
  margin-top: 10px;
  vertical-align: middle;
  margin-left: 15px;
  margin-bottom: 0px;
  color: #b9213d;
}

social .social-icon.facebook {
  font-size: 34px;
}

/* =Footer
-------------------------------------------------------------- */

footer {
  margin: 170px 0 0;
}

footer::after,
footer::before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
}

footer::before {
  clip-path: polygon(0 50%, 0% 100%, 100% 100%);
  background: #d3d3d3;
  height: 150px;
  top: -150px;
}

footer::after {
  clip-path: polygon(100% 50%, -1% 100%, 100% 100%);
  background: #1d1d1d;
  height: 200px;
  top: -199px;
}

footer #copyright .footer-links ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
}

footer #copyright .footer-links ul li {
  padding: 0;
  margin: 0;
  margin-left: 25px;
  line-height: 1em;
  padding-bottom: 1px;
}

footer #copyright .footer-links ul li a {
  color: #fff;
}

/* =Side Menu
-------------------------------------------------------------- */

.ace-spmenu {
  border-left: 1px solid #fff;
  background: #1d1d1d;
  overflow: scroll;
}

.ace-spmenu-header {
  height: 100px;
  border-bottom: 1px solid #fff;
  text-align: center;
  overflow: hidden;
}

.ace-spmenu-vertical a {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.ace-spmenu-vertical a:hover {
  color: #2e3444;
}

.side_close {
  display: block;
  position: absolute;
  top: 38px;
  right: 15px;
  border: none;
  background: transparent;
  color: #fff;
  transform: scale(0.8);
  cursor: pointer;
}

/* = Gorst CSS
-------------------------------------------------------------- */

.text-shadow-black {
  text-shadow: 3px 3px rgb(0 0 0 / 20%);
}

.text-shadow-white {
  text-shadow: 3px 3px rgb(255 255 255 / 20%);
}

.s-bold {
  font-weight: 600;
}

.e-bold {
  font-weight: 800;
}

.background-cover {
  background-size: cover;
  background-position: center;
}

.site-button {
  display: inline-flex;
  align-items: center;
  padding: 14px 24px;
  font-size: 12px;
  font-weight: bold;
  line-height: 0;
  text-transform: uppercase;
  border-radius: 26px;
  border-width: 2px;
  border-style: solid;
  transition: all 0.3s ease-in-out;
}

.site-button svg {
  font-size: 15px;
  margin-left: 5px;
}

.button-black {
  background: #1d1d1d;
  border-color: #1d1d1d;
  color: #fff;
}

.button-black:hover {
  background: transparent;
  color: #1d1d1d;
}

.button-white {
  color: #1d1d1d;
  background: #eeeeee;
  border-color: #eeeeee;
}

.button-white:hover {
  background: transparent;
  border-color: #eeeeee;
  color: #eeeeee;
}

.button-transparent {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.button-transparent:hover {
  color: #1d1d1d;
  background: #eeeeee;
  border-color: #eeeeee;
}

.bg-black {
  background: #1d1d1d;
}

.bg-white {
  background: #fff;
}

.bg-white-s {
  background: #fbfbfb;
}

.site-container {
  padding: 0 50px;
}

.c-1600 {
  max-width: 1600px;
}

.c-1500 {
  max-width: 1500px;
}

.c-1400 {
  max-width: 1400px;
}

.c-1300 {
  max-width: 1300px;
}

.c-1200 {
  max-width: 1200px;
}

.c-750 {
  max-width: 750px;
}

#hero {
  margin: 50px 0 95px;
}

#hero .hero-content {
  width: 60%;
  padding: 120px;
}

#hero .hero-content h1,
#hero .hero-content p {
  color: #fff;
}

#hero .hero-content > div {
  max-width: 550px;
}

#hero .hero-content p {
  font-size: 15px;
  margin: 0 0 25px;
}

#hero .hero-content .button-container a {
  margin: 0 0 10px;
}

#hero .hero-content .button-container a:first-child {
  margin-right: 10px;
}

#hero .hero-pages {
  width: 40%;
  border-left: 1px solid #eeeeee;
}

#hero .hero-pages * {
  color: #fff;
}

#hero .hero-pages .page-item:not(:last-child) {
  border-bottom: 1px solid #eeeeee;
}

#hero .hero-pages .item-content {
  background: #1d1d1d;
  padding: 75px 150px 75px 80px;
  width: 100%;
}

#hero .hero-pages .item-content img {
  margin-right: 35px;
}

#hero .hero-pages .item-content > div {
  width: 435px;
}

#hero .hero-pages .item-action {
  background: #171717;
  width: 70px;
  right: 0;
}

#hero .hero-pages .item-action svg {
  font-size: 22px;
}

#hero .hero-pages p {
  font-size: 12px;
}

#home_about {
  margin: 0 0 150px;
}

#home_about .column-background {
  padding-top: 25px;
  padding-bottom: 25px;
}

#home_about .about-background {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#home_about .video {
  margin-bottom: 100px;
}

#home_about .intro {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 100px;
}

#home_about .column-image {
  width: 60%;
}

#home_about .column-image img {
  height: calc(100% - 50px);
}

#home_about .column-text {
  width: 40%;
  padding: 150px 100px;
  display: flex;
  align-items: center;
}

#home_about .about-row {
  background: linear-gradient(90deg, transparent 40%, #1d1d1d 10% 100%);
}

#home_about .about-row h3 {
  color: #fff;
  font-weight: 600;
  margin: 0 0 15px;
}

#home_about .about-row p {
  color: #eeeeee;
  margin: 0 0 30px;
}

#home_aim {
  margin: 0 0 150px;
}

#home_aim * {
  color: #fff;
}

#home_aim {
  margin: 0 0 150px;
}

#home_aim .column-background {
  padding-top: 25px;
  padding-bottom: 25px;
}

#home_aim .aim-background {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#home_aim .intro {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 100px;
}

#home_aim .column-image {
  width: 60%;
}

#home_aim .column-image img {
  height: calc(100% - 50px);
}

#home_aim .column-text {
  width: 40%;
  padding: 150px 100px;
  display: flex;
  align-items: center;
}

#home_aim .column-text h3 {
  font-weight: 600;
  margin: 0 0 30px;
}

#home_aim .column-text ul {
  list-style: none;
  padding-left: 70px;
}

#home_aim .column-text ul li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 30px;
}

#home_aim .column-text ul li::before {
  position: absolute;
  border-radius: 50%;
  border: 2px solid #eeeeee;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -70px;
}

#home_aim .column-text ul li:first-child::before {
  content: '1';
}

#home_aim .column-text ul li:nth-child(2)::before {
  content: '2';
}

#home_aim .column-text ul li:nth-child(3)::before {
  content: '3';
}

#home_aim .aim-row {
  background: linear-gradient(90deg, #1d1d1d 60%, transparent 40% 100%);
}

#home_location {
  margin: 0 0 150px;
}

#home_location .location-header {
  margin: 0 0 60px;
}

#home_location .location-header h2 {
  margin: 0;
}

#home_location .location-header p {
  font-size: 16px;
  margin: 0 0 15px;
}

#home_location .location-tab {
  margin-top: 50px;
}

#home_location .location-tab a {
  border-color: #d3d3d3;
  color: #d3d3d3;
  line-height: 18px;
  margin: 0 0 10px;
}

#home_location .location-tab a.active {
  background: #1d1d1d;
  border-color: #1d1d1d;
  color: #fff;
}

.location-list .column-text > div {
  width: 100%;
  height: calc(100% - 30px);
  padding: 75px 50px;
}

.location-list .column-text > div > div {
  max-width: 250px;
  margin: 0 auto;
}

.location-list * {
  color: #eeeeee;
}

.location-item > div {
  width: 50%;
}

.location-item svg {
  font-size: 40px;
  margin: 0 0 15px;
}

.location-item h4 {
  font-size: 25px;
  margin: 0 0 20px;
}

.location-item .location-phone {
  margin: 0 auto 10px;
}

.location-item p {
  font-size: 19px;
}

#contact:not(footer) {
  margin: 0 0 170px;
}

#contact .location-item {
  margin: 0 0 25px;
}

:target:before {
  content: '';
  display: block;
  height: 300px;
  margin: -300px 0 0;
}

.flex-content {
  margin: 0 0 100px;
}

.flex-content .column-image {
  min-height: 400px;
}

.flex-content .column-text {
  background: #1d1d1d;
  display: flex;
  align-items: center;
  padding: 150px 120px;
}

.flex-content .column-text h3 {
  font-weight: 600;
}

.flex-content .column-text ul {
  padding-left: 20px;
}

.flex-content .column-text ul li {
  font-size: 14px;
}

.flex-content .column-text * {
  color: #eeeeee;
}

.flex-content-brands h3 {
  margin: 0 0 10px;
}

.flex-content-brands p {
  margin: 0 0 45px;
}

.flex-content-brands .brands {
  display: flex;
  flex-wrap: wrap;
}

.flex-content-brands .brands .logo-container {
  width: 350px;
  height: 140px;
  background: #fff;
  border: 1px solid #707070;
  margin: 5px;
}

.flex-content-team h3 {
  margin: 0 0 70px;
}

.flex-content-team .member-item {
  width: calc(33.33% - 10px);
  margin: 0 0 20px;
}

.flex-content-team .member-photo {
  width: 100%;
  height: 350px;
}

.flex-content-team .member-photo img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.flex-content-team .member-info {
  padding: 45px 40px;
  background: #fff;
}

.flex-content-team .member-info h5 {
  margin: 0 0 5px;
}

.flex-content-team .member-info p {
  font-size: 15px;
}

team h2 {
  margin: 0 0 70px;
}

.flex-content-team.team- > div,
.flex-content-team.team-administration > div {
  justify-content: center;
}

.flex-content-team.team- .member-item {
  margin: 0 9px;
}

.flex-content-team.team-field-services > div,
.flex-content-team.team-operations > div {
  justify-content: space-between;
}

.flex-content-team.team-operations .member-item {
  width: calc(25% - 10px);
}

.flex-content-team.team-administration .member-item {
  width: 25%;
  margin: 0 7px;
}

.flex-content-team.team-operations .member-photo,
.flex-content-team.team-operations .member-photo img,
.flex-content-team.team-administration .member-photo,
.flex-content-team.team-administration .member-photo img {
  width: 100%;
}

.flex-content-team.team-operations .member-info {
  padding: 35px 30px;
}

.flex-content-team.team-operations .member-info h5,
.flex-content-team.team-administration .member-info h5 {
  font-size: 16px;
}

.flex-content-team.team-operations .member-info p,
.flex-content-team.team-administration .member-info p {
  font-size: 10px;
  margin: 0;
}

.flex-content-blocks h3 {
  margin: 0 0 10px;
}

.flex-content-blocks p {
  margin: 0 0 45px;
}

.flex-content-blocks .block-box {
  background: #fff;
  border: 1px solid #707070;
  padding: 40px 20px;
  margin: 5px;
  width: 350px;
  height: 140px;
}

.content-blocks-clubs h5 {
  font-size: 21px;
}

.content-blocks-events p {
  font-size: 16px;
}

#contact .contact-head {
  margin: 0 0 110px;
}

#contact .locations-tab a {
  display: inline-block;
  color: #1d1d1d;
  font-size: 12px;
  font-weight: 700;
  padding: 14px 25px;
  margin: 0 0 10px;
  border: 2px solid #1d1d1d;
  border-radius: 26px;
}

#related_post {
  background: #fbfbfb;
  padding: 150px 0;
}

#related_post h3 {
  margin: 0 0 10px;
}

#related_post h6 {
  font-size: 18px;
}

#related_post .sub-title {
  max-width: 700px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
}

#related_post .related-posts {
  margin: 50px 0 0;
}

#related_post .related-item .content {
  background: #fff;
  padding: 45px;
}

#related_post .related-item p {
  font-size: 11px;
}

#related_post .related-item .related-date {
  font-size: 10px;
  font-weight: 600;
}

#search_results {
  padding: 100px 0;
}

#search_results .section-title {
  margin: 0 0 50px;
}

#footer_account {
  margin: 0 0 100px;
}

#footer_account .section-column {
  width: 50%;
  background-size: cover;
}

#footer_account .site-container > div::after {
  content: '';
  position: absolute;
  background: #1d1d1d;
  clip-path: polygon(7% 0, 100% 0, 100% 100%, 0% 100%);
  width: 54%;
  height: 100%;
  top: 0;
  right: 0;
}

#footer_account .column-text {
  padding: 115px 160px;
  z-index: 1;
}

#footer_account .head-icon {
  font-size: 70px;
  margin: 0 0 15px;
}

#footer_account h3 {
  font-weight: 600;
}

#footer_note {
  margin: 0 0 100px;
}

#footer_contact_form {
  padding: 50px 0 130px;
}

#footer_contact_form h3 {
  font-weight: 600;
  margin: 0 0 10px;
}

#footer_contact_form p {
  font-size: 16px;
  margin: 0 0 50px;
}

#footer_contact_form .gform_body ul li:nth-child(2),
#footer_contact_form .gform_body ul li:nth-child(3) {
  display: inline-block;
  width: 50%;
  margin: 0;
}

#footer_contact_form .gform_body ul li input:not([type='submit']),
#footer_contact_form .gform_body ul li input::placeholder,
#footer_contact_form .gform_body ul li select,
#footer_contact_form .gform_body ul li textarea,
#footer_contact_form .gform_body ul li textarea::placeholder {
  color: #1d1d1d;
}

#footer_contact_form .gform_body .ginput_container_select {
  overflow: hidden;
}

#footer_contact_form .gform_body ul li select {
  font-size: 14px;
  height: 64px;
  padding: 20px;
  border: none;
  border-radius: 0;
  background-image: url(//cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png);
  background-position: calc(100% - 20px) 50%;
  background-repeat: no-repeat;
  -webkit-appearance: none;
}

footer p,
footer a {
  font-weight: 600;
}

footer > section:not(:first-child) {
  padding: 60px 0;
  border-top: 1px solid #d3d3d3;
}

.footer-section > div > div {
  width: calc(20% - 50px);
  margin-right: 50px;
}

#footer_location > div > div {
  width: calc(30% - 50px);
  margin-right: 50px;
  margin-bottom: 20px;
}

#footer_links .footer-logo {
  align-self: center;
}

.footer-section .link-title {
  font-size: 18px;
}

#footer_links .footer-links ul {
  padding: 0;
  list-style: none;
}

#footer_links .footer-links ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

#footer_location .location-address,
#footer_location .location-phone {
  max-width: 200px;
  white-space: break-spaces;
}

#copyright {
  font-size: 11px;
  font-weight: 600;
}

/* =Woocommerce
-------------------------------------------------------------- */

.woocommerce .widget_price_filter .price_slider_amount {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.woocommerce .widget_price_filter .price_slider_amount button[type='submit'] {
  font-size: 12px;
  font-weight: bold;
  border-radius: 26px;
  height: 35px;
  background: #1d1d1d;
  order: 2;
}

.woocommerce
  .widget_price_filter
  .price_slider_amount
  button[type='submit']:hover {
  border-radius: 26px;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label {
  font-size: 14px;
  font-weight: 600;
  order: 1;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  height: 12px;
  background-color: #1d1d1d;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  top: -4px;
  background-color: #1d1d1d;
}

woo .widget-title {
  color: #1d1d1d;
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
}

.woocommerce .woocommerce-result-count {
  font-size: 11px;
  font-weight: 600;
  margin: 20px 0;
}

.woocommerce .woocommerce-ordering select {
  background: #e3e3e3;
  border-color: #f0f0f2;
  border-radius: 0;
  color: #2e3444;
  font-size: 13px;
  width: 350px;
  height: 50px !important;
  margin: 0 20px 0 0;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  width: calc(33.33% - 20px);
  margin: 0 20px 20px 0;
}

woo.product .product-supplier {
  font-size: 11px !important;
  font-weight: bold;
}

woo.single .product .item-description p {
  font-size: 15px;
}

woo.single .product .item-description .additional-content {
  margin: 50px 0 0;
}

woo.single .product .item-description .additional-content h4 {
  font-size: 26px;
}

woo.single .supplier-name {
  font-size: 15px;
  font-weight: bold;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  color: #fff;
}

.woocommerce-cart table.cart .product-price,
.woocommerce-cart table.cart .product-subtotal,
.shop_table .cart-subtotal,
.shop_table .order-total {
  display: none;
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
  font-size: 15px;
}

.woocommerce-cart table.cart td {
  font-weight: 600;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce .cart-collaterals .cart_totals td {
  border: none !important;
}

.woocommerce ul#shipping_method li label {
  font-size: 13px;
  font-weight: 600;
}

.woocommerce ul#shipping_method li input {
  margin: 6px 0.4375em 0 0;
}

.woocommerce .woocommerce-billing-fields h4 {
  font-size: 25px;
}

.woocommerce a.button.alt {
  font-size: 13px;
  background-color: #1d1d1d;
  padding: 20px;
}

.woocommerce button.button:hover,
.woocommerce a.button.alt:hover {
  background-color: transparent;
  color: #1d1d1d;
}

.woocommerce .product-remove {
  width: 60px;
}

.woocommerce .product-thumbnail,
.woocommerce .product-name {
  width: 250px;
  font-size: 15px;
}

.woocommerce .quantity .qty {
  border: none;
  height: 30px;
}

#preferred_store {
  border-radius: 0;
  border: none;
  height: 60px;
  text-transform: capitalize;
  background-image: url(//cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png);
  background-position: calc(100% - 20px) 50%;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  font-size: 13px;
  color: #1d1d1d;
}

#order_comments {
  border: none;
  color: #1d1d1d;
  font-size: 13px;
}

#order_review_heading {
  font-size: 25px;
}

.woocommerce-checkout #payment {
  background: transparent;
}

.woocommerce-checkout #payment div.form-row {
  padding: 0;
}

#place_order {
  width: 190px;
  justify-content: center;
}

#ship-to-different-address {
  font-size: 21px;
  font-weight: bold;
}

.woocommerce-MyAccount-content p {
  font-size: 16px;
}

.woocommerce-MyAccount-content table.my_account_orders a.button {
  width: 150px;
  height: 45px;
  margin: 0;
}

.woocommerce-MyAccount-content table.my_account_orders td,
.woocommerce-MyAccount-content table.my_account_orders th {
  padding: 10px 15px;
}

.woocommerce-MyAccount-content
  table.my_account_orders
  th.woocommerce-orders-table__header-order-status {
  width: 300px;
}

.woocommerce-MyAccount-content
  table.my_account_orders
  th.woocommerce-orders-table__header-order-actions {
  width: 200px;
}

.woocommerce-MyAccount-content .woocommerce-Addresses h4,
.woocommerce-MyAccount-content .woocommerce-customer-details h4 {
  font-size: 25px;
}

.woocommerce .woocommerce-customer-details :last-child {
  font-size: 16px;
}

/* =Responsive Breakpoints
-------------------------------------------------------------- */

@media (max-width: 1500px) {
  #home_about .column-text,
  #home_aim .column-text {
    padding: 120px 70px;
  }
  banner .banner-row::after {
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    width: 50%;
  }
  banner .column-text {
    padding: 80px;
  }
  #footer_account .column-text {
    padding: 100px;
  }
}

@media (max-width: 1399px) {
  tabs .tab-container {
    height: 100%;
    padding: 130px 90px;
  }

  right-content .right-content-container {
    padding: 130px 90px;
  }

  left-content .left-content-container {
    padding: 130px 90px;
  }
}

@media (max-width: 1300px) {
  #hero .hero-content {
    padding: 100px 120px;
  }
}

@media (max-width: 1200px) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  h4,
  .location-item h4,
  woo .widget-title {
    font-size: 22px;
  }

  h5 {
    font-size: 18px;
  }

  p,
  sidebar ul li a,
  sidebar ul li.cat-parent > a {
    font-size: 14px;
  }

  #hero .hero-pages .item-content {
    padding: 40px 110px 40px 40px;
  }

  banner .column-text {
    padding: 60px 40px;
  }

  banner .column-text .icon {
    font-size: 50px;
    margin-right: 20px;
  }

  #hero .hero-content,
  #hero .hero-pages {
    width: 100%;
    border: none;
  }

  #hero .hero-content {
    padding: 90px 50px;
  }

  #home_about .column-image,
  #home_aim .column-image {
    width: 55%;
  }

  #home_about .column-text,
  #home_aim .column-text {
    width: 45%;
  }

  .flex-content .column-text {
    padding: 100px 70px;
  }

  .flex-content-team .member-item {
    width: calc(50% - 10px) !important;
    margin: 0 5px 10px !important;
  }

  #footer_account .column-text {
    padding: 70px 40px;
  }

  #footer_account .head-icon {
    font-size: 50px;
  }
}

@media (max-width: 1199px) {
  nav ul li a {
    font-size: 10px;
  }

  hero.split .hero-background,
  hero.top .hero-background {
    height: 450px;
  }

  hero.split .hero-content,
  hero.top .hero-content {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  tabs .tab-container {
    height: 100%;
    padding: 110px 70px;
  }

  tabs .tab-container.tab-container-left {
    border-right: none;
    border-bottom: 2px solid #fff;
  }

  tabs .tab-container.tab-container-right {
    border-left: none;
  }

  right-content .right-content-background {
    height: 400px;
  }

  right-content .right-content-container {
    padding: 110px 70px;
  }

  left-content .left-content-background {
    height: 400px;
  }

  left-content .left-content-container {
    padding: 110px 70px;
  }

  menu-container .menu-section .menu-left {
    padding-right: 15px;
  }

  menu-container .menu-section .menu-right {
    padding-left: 15px;
  }

  page.contact.full .contact-container.contact-details {
    padding: 120px 50px;
  }

  page.contact.full .contact-container.contact-details .contact-section {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 60px;
    display: block;
    vertical-align: top;
  }

  gallery .image {
    width: 50%;
  }
}

@media (max-width: 1100px) {
  nav:not(.woocommerce-MyAccount-navigation) {
    display: none;
  }

  trigger.menu-bttn {
    display: flex;
    align-items: center;
    transform: scale(0.8);
  }

  header #main_nav .column-right > *:first-child {
    border: none;
  }
}

@media (min-width: 992px) {
}

@media (max-width: 991px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 34px;
  }

  top-bar {
    height: 50px;
  }

  top-bar .top-bar-cta {
    padding-left: 15px;
    padding-right: 15px;
    height: 50px;
  }

  top-bar .top-bar-cta p {
    height: 50px;
    line-height: 50px;
  }

  top-bar .social {
    height: 50px;
  }

  top-bar .social .social-icon {
    padding-top: 13px;
  }

  hero {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  hero.split .hero-background,
  hero.top .hero-background {
    height: 350px;
  }

  hero button {
    height: 60px;
    width: 200px;
    margin-top: 15px;
  }

  recent ul {
    padding-top: 30px;
  }

  recent ul li {
    width: 100%;
    margin-top: 15px;
  }

  blog {
    padding: 90px 30px;
  }

  blog .blog {
    margin-top: 30px;
  }

  page.contact.full .contact-container.contact-details {
    padding: 80px 50px;
  }

  page.contact.full map {
    height: 400px;
  }

  team,
  services,
  about {
    padding: 80px 50px 0px 50px;
  }

  sidebar {
    margin-top: 60px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  page.contact h2 {
    margin-top: 50px;
  }

  team.template-3 .team-member {
    display: block;
  }

  team.template-3 .team-member .team-member-photo-container {
    position: relative;
  }

  team.template-3 .team-member {
    padding: 0px;
    min-height: auto;
    text-align: center;
  }

  banner .column-text {
    padding: 40px 20px;
  }

  .site-container {
    padding: 0 30px;
  }

  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page ul.products.columns-3 li.product {
    width: calc(50% - 20px);
  }

  .woocommerce ul.products li.first,
  .woocommerce-page ul.products li.first {
    clear: unset;
  }

  header #top_bar .column-right a.mobile-view {
    display: flex;
  }

  header #top_bar .column-right a.desktop-view {
    display: none;
  }

  header #top_bar .column-right a {
    font-size: 20px;
  }

  #hero {
    margin: 20px 0 95px;
  }

  #hero .hero-pages .item-content {
    padding: 40px 110px 40px 50px;
  }

  #home_about .about-row,
  #home_aim .aim-row {
    background: #1d1d1d;
  }

  #home_about .column-background {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #home_about .about-background {
    min-height: 400px;
  }

  #home_aim .column-background {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #home_aim .aim-background {
    min-height: 400px;
  }

  #home_about .column-text,
  #home_aim .column-text {
    width: 100%;
    padding: 100px 50px;
  }

  #home_about .column-image,
  #home_aim .column-image {
    width: 100%;
  }

  #home_about .column-image img,
  #home_aim .column-image img {
    height: 100%;
  }

  .location-item > div {
    width: 100%;
    min-height: 300px;
  }

  .location-list .column-text > div {
    height: 100%;
  }

  .location-item p {
    font-size: 16px;
  }

  blog .blog .blog-item {
    width: calc(50% - 20px);
  }

  #footer_account .site-container > div::after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    width: 100%;
    height: calc(100% - 300px);
    top: unset;
    bottom: 0;
  }

  #footer_account .section-column {
    width: 100%;
    min-height: 300px;
  }

  .footer-section > div > div {
    width: calc(50% - 20px);
    margin: 0 10px 50px;
  }
}

@media (min-width: 768px) {
}

@media (max-width: 767px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 29px;
  }

  h4,
  .location-item h4,
  woo .widget-title {
    font-size: 18px;
  }

  logo img {
    max-width: 140px !important;
    margin-top: -5px;
  }

  hero {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  hero.split .hero-background,
  hero.top .hero-background {
    height: 300px;
  }

  hero.split .hero-content,
  hero.top .hero-content {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }

  hero button {
    font-size: 13px;
  }

  tabs .tab-container {
    height: 100%;
    padding: 90px 50px;
  }

  recent ul li .product-description {
    padding: 50px 25px 70px 25px;
  }

  right-content .right-content-background {
    height: 350px;
  }

  right-content .right-content-container {
    padding: 90px 50px;
  }

  left-content .left-content-background {
    height: 350px;
  }

  left-content .left-content-container {
    padding: 90px 50px;
  }

  .home blog {
    padding: 90px 30px;
  }

  blog {
    padding: 70px 30px;
  }

  blog.blog-narrow .blog .blog-post {
    margin-bottom: 30px;
  }

  blog.blog-narrow .blog .blog-post .featured-image {
    height: 250px;
  }

  blog .blog .blog-post .blog-post-content {
    padding: 60px 25px;
  }

  banner .banner-row::after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    width: 100%;
    height: calc(100% - 250px);
    bottom: 0;
  }

  banner .column-text {
    width: 100%;
    min-height: 250px;
    padding: 50px;
  }

  banner .column-image,
  banner .column-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }

  banner p.banner-title {
    font-size: 36px;
  }

  page.contact.full .contact-container.contact-details {
    padding: 80px 30px;
  }

  team,
  services,
  about {
    padding: 80px 30px 0px 30px;
  }

  blog .search .search-left {
    border-bottom: 1px solid #2e3444;
    border-right: none;
  }

  page .blog .blog-post {
    margin-bottom: 70px;
  }

  #hero .hero-content,
  .flex-content .column-text {
    padding: 70px 30px;
  }

  #hero .hero-pages .item-content {
    flex-wrap: wrap;
    padding: 40px 90px 40px 30px;
  }

  #hero .hero-pages .item-content img {
    margin: 0 35px 20px 0;
  }

  #home_about {
    margin: 0 0 50px;
  }

  .flex-content-team .member-item {
    width: 100% !important;
    margin: 0 0 10px !important;
  }

  #footer_contact_form div.ginput_complex.ginput_container.gf_name_has_2 span,
  #footer_contact_form .gform_wrapper .gform_footer input.button,
  #footer_contact_form .gform_wrapper .gform_footer input[type='submit'] {
    width: 100%;
  }
  #footer_contact_form .gform_body ul li:nth-child(2),
  #footer_contact_form .gform_body ul li:nth-child(3),
  #footer_contact_form .gform_wrapper ul li#field_1_6 {
    display: inline-block;
    width: 100%;
    margin: 0 0 8px;
  }

  #footer_contact_form .gform_wrapper li.hidden_label input,
  #footer_contact_form .gform_wrapper .top_label div.ginput_container,
  #footer_contact_form .gform_wrapper ul li.gfield {
    margin-top: 0;
  }

  footer #copyright {
    padding: 30px 0;
  }

  .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
  }

  .gform_wrapper .ginput_container span:not(.ginput_price) {
    display: inline-block !important;
    margin-bottom: 8px;
  }

  popup .popup-message .popup-left,
  popup .popup-message .popup-right {
    float: none;
    width: 100%;
  }

  popup .popup-message {
    height: auto;
    max-height: none;
  }

  popup .popup-message .popup-left {
    height: 240px;
  }

  popup .popup-message .popup-right {
    height: auto;
  }

  popup .popup-message h2 {
    font-size: 30px;
  }

  popup .popup-message .popup-close svg {
    color: #fff;
  }
}

@media (max-width: 640px) {
  header .header-logo {
    width: 150px;
  }
  header .header-nav {
    width: calc(100% - 150px);
  }
  blog .blog .blog-item {
    width: 100%;
  }
}

@media (max-width: 599px) {
  top-bar .top-bar-cta p {
    display: none;
  }

  top-bar .top-bar-cta .top-bar-icon {
    margin-right: 0px;
    margin-top: 14px;
  }

  header .top-location {
    display: block;
    background: #fff;
  }

  hero button {
    display: block;
    margin: auto;
    margin-top: 15px;
  }

  hero button.hero-button-left {
    margin-top: 35px;
  }

  tabs .tab-container {
    height: 100%;
    padding: 70px 30px;
  }

  right-content .right-content-background {
    height: 300px;
  }

  right-content .right-content-container {
    padding: 70px 30px;
  }

  left-content .left-content-background {
    height: 300px;
  }

  left-content .left-content-container {
    padding: 70px 30px;
  }

  recent ul li {
    margin-left: 5px;
    margin-right: 5px;
  }

  subscribe,
  social {
    display: block;
    padding: 60px 30px;
    text-align: center;
  }

  subscribe h2,
  social h2 {
    margin-bottom: 10px;
    font-size: 26px;
  }

  social .social-icon {
    margin-top: 0px;
  }

  sidebar {
    margin-top: 70px;
  }

  gallery .image {
    width: 100%;
  }

  header #top_bar .location {
    display: none;
  }

  header #top_bar .column-right a {
    padding: 5px 10px;
  }

  .woocommerce .woocommerce-ordering select {
    width: 100%;
    margin: 0;
  }

  #home_location .location-tab {
    text-align: center;
  }

  banner .column-text {
    padding: 50px 30px;
  }

  team,
  services,
  about {
    padding: 80px 0 0 0;
  }

  #home_about .column-background {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #home_about .about-background {
    min-height: 300px;
  }

  #home_aim .column-background {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #home_aim .aim-background {
    min-height: 300px;
  }
}

@media (max-width: 520px) {
  .footer-section > div > div {
    width: 100%;
    margin: 0 0 30px;
  }

  #footer_location > div > div {
    width: calc(50% - 20px);
    margin: 0 10px 50px;
  }
  popup {
    padding: 25px;
  }

  popup .popup-message .popup-right {
    padding: 40px;
  }

  popup .popup-message h2 {
    font-size: 27px;
  }

  popup .popup-message p {
    font-size: 11px;
  }
}

@media (max-width: 460px) {
  header #main_nav .column-right .social {
    display: none !important;
  }
  header #main_nav .column-right account {
    padding: 0;
    border: none;
  }

  #home_about .column-text,
  #home_aim .column-text {
    padding: 70px 30px;
  }

  #footer_account .button-container a {
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 400px) {
  .site-container {
    padding: 0 15px;
  }
  logo img {
    max-width: 120px !important;
  }
  header #main_nav .column-right account {
    padding: 0;
  }
  .banner-row .column-text {
    flex-wrap: wrap;
  }
}
