/* 
Theme Name: Fusion Mineral Paint
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/*
    Add your custom styles here
*/
body {
  overflow-x: hidden;
}
#main-container {
  max-width: 1400px;
  margin: 0 auto;
}
#main-container .archive-post-list .post-thumbnail {
  height: 575px;
  width: 100%;
  object-fit: cover;
}
#main-container .archive-post-list,
#main-container .first-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: masonry;
}
#main-container .archive-post-list article,
#main-container .first-three article {
  margin: 20px 15px 30px;
}
#main-container .archive-post-list article .post-content,
#main-container .first-three article .post-content {
  padding: 0 20px;
  text-align: center;
}
#main-container .archive-post-list article .post-content .post-category,
#main-container .first-three article .post-content .post-category {
  display: flex;
  flex-direction: column;
}
#main-container .archive-post-list article .post-content .post-category a,
#main-container .first-three article .post-content .post-category a {
  font-family: Gill Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height */
  color: #5E5E5E;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none !important;
  display: inline-block;
  margin-bottom: 7px;
}
#main-container .archive-post-list article .post-content .post-title,
#main-container .first-three article .post-content .post-title {
  margin-bottom: 20px;
  margin-top: 20px;
}
#main-container .archive-post-list article .post-content .post-title a,
#main-container .first-three article .post-content .post-title a {
  font-family: Audrey;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none !important;
  color: black !important;
  display: inline-block;
}
#main-container .archive-post-list article .post-content a.read-more,
#main-container .first-three article .post-content a.read-more {
  font-family: Gill Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: black !important;
  /* identical to box height */
  text-align: center;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  text-decoration: none !important;
  display: inline-block;
  margin: 0 auto;
  padding-bottom: 1px;
  border-bottom: solid 1px black;
}
#main-container .first-three {
  display: flex;
}
#main-container .first-three .featured {
  font-family: Audrey;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
}
#main-container .first-three article.most-recent {
  width: 40%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 0;
}
#main-container .first-three article.most-recent:before {
  content: '';
  position: absolute;
  left: -60px;
  width: calc(100% + 120px);
  height: 100%;
  top: 0;
  z-index: -1;
  background: #FAFAF7;
}
#main-container .first-three article.most-recent .thumbnail-container {
  text-align: center;
}
#main-container .first-three article.most-recent .thumbnail-container img {
  height: 375px;
  width: 350px;
  object-fit: contain;
}
#main-container .first-three article.most-recent .post-category {
  display: flex;
  flex-direction: column;
}
#main-container .first-three article.most-recent .post-category a {
  font-family: Gill Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height */
  color: #5E5E5E;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none !important;
  display: inline-block;
  margin-bottom: 7px;
}
#main-container .first-three .first-three-second-container {
  display: flex;
  flex-direction: column;
  width: 60%;
}
#main-container .first-three .first-three-second-container article {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-left: solid 1px black;
  margin: 0;
  height: 100%;
  padding: 30px 0 30px 80px;
}
#main-container .first-three .first-three-second-container article:first-of-type {
  border-bottom: solid 1px black;
}
#main-container .first-three .first-three-second-container article .thumbnail-container img {
  max-height: 350px;
  max-width: 350px;
  object-fit: contain;
}
#main-container .first-three .first-three-second-container article .post-content {
  width: 40%;
}
#latest-posts-title {
  font-family: Audrey;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 31px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none !important;
  color: black !important;
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
}
.latest-post-secondary-title {
  margin-top: 40px;
  font-family: Gill Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height */
  color: #5E5E5E;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none !important;
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
.latest-post-secondary-title:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 30px;
  top: calc(100% + 12px);
  background: black;
}
/* ============= Pagination ============= */
.page-navigation {
  margin: 100px 0 160px;
}
.page-navigation ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.page-navigation ul li {
  list-style: none;
}
.page-navigation ul li.active {
  border: solid 1px black;
}
.page-navigation ul li:first-of-type,
.page-navigation ul li:last-of-type {
  margin: 0 30px;
}
.page-navigation ul li a {
  color: black;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Gill Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.15em;
  display: inline-block;
}
.page-navigation ul li a:hover {
  text-decoration: underline;
}
.first-page-pagination .page-navigation ul li:first-of-type {
  margin: 0;
}
/* ============= Single ============= */
.single-crumb {
  border: none !important;
  background: #FAFAF7 !important;
  padding: 7px 25px 7px 25px !important;
}
@media screen and (max-width: 768px) {
  .single-crumb {
    margin-left: 50% !important;
    transform: translateX(-50%) !important;
  }
}
.single-crumb:hover {
  background: #f9f9f9 !important;
}
.category .single-crumb,
.blog .single-crumb,
.search .single-crumb {
  margin-top: 40px;
  display: block;
  margin: 40px auto;
}
.single #main-container {
  max-width: 1100px;
}
.single #main-container .single-content {
  max-width: 960px;
  margin: 0 auto;
}
.single article {
  margin-top: 70px;
  padding: 0 20px;
}
.single article .post-content {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .single article .post-content {
    flex-direction: column;
  }
  .single article .post-content .thumbnail-container {
    width: 100% !important;
    padding: 20px !important;
    margin-bottom: 20px !important;
  }
  .single article .post-content .post-meta {
    margin-right: 0 !important;
    padding-left: 0 !important;
    width: 90% !important;
  }
  .single article .post-content .post-meta::after {
    left: 50% !important;
    height: 60px !important;
  }
}
.single article .post-content .thumbnail-container {
  position: relative;
  width: 50%;
  padding: 50px 80px 40px 0px;
  box-sizing: border-box;
  text-align: center;
}
.single article .post-content .thumbnail-container img {
  max-height: 500px;
  max-width: 450px;
  object-fit: contain;
}
.single article .post-content .post-meta {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-right: 40px;
  padding-left: 40px;
}
.single article .post-content .post-meta:before {
  content: '';
  position: absolute;
  left: -40px;
  width: calc(100% + 80px);
  height: calc(100% + 80px);
  top: -40px;
  z-index: -1;
  background: #FAFAF7;
}
.single article .post-content .post-meta::after {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  background: black;
  top: -80px;
  height: calc(100% + 160px);
}
.single article .post-content .post-meta .post-category {
  display: flex;
  flex-direction: column;
}
.single article .post-content .post-meta .post-category a {
  font-family: Gill Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height */
  color: #5E5E5E;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none !important;
  display: inline-block;
  margin-bottom: 7px;
}
.single article .post-content .post-meta .single-title {
  display: flex;
  flex-direction: column;
}
.single article .post-content .post-meta .single-title .post-title {
  width: 100%;
  margin-bottom: 0px;
  font-family: Audrey;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none !important;
  color: black !important;
  display: inline-block;
  margin-top: 20px;
}
.single article .post-content .post-meta .single-title .post-date {
  font-family: Lato;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 12px;
  text-align: center;
}
.next-prev {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
.next-prev a {
  margin: 0 20px;
  text-decoration: none;
  padding: 10px 30px;
  border: solid 1px black;
  color: black !important;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.next-prev a:hover {
  color: #AE8370 !important;
}
.next-prev .seperator {
  display: none;
}
.comment-form input[type=submit] {
  text-transform: uppercase;
}
/* ========== Where to buy ========== */
.slp_search_form {
  margin: 0 auto;
}
.slp_search_form .search_box {
  display: flex;
  margin-bottom: 20px;
}
.slp_search_form .search_box .search_item {
  width: calc(50% - 40px);
  flex-direction: column;
  margin: 10px 20px;
}
.slp_search_form .search_box .search_item:last-of-type {
  align-items: flex-end !important;
  flex-direction: row;
}
.slp_search_form .search_box .search_item label {
  min-width: 0 !important;
  margin-right: 10px;
  text-align: left !important;
}
.slp_search_form .search_box .search_item input {
  border: solid 1px black;
  border-radius: 0;
  max-width: 100%;
}
.slp_search_form .search_box .search_item input[type=submit] {
  text-transform: uppercase;
  margin-left: 40px;
  margin-bottom: 0 !important;
}
.slp_search_form .search_box .search_item #addy_in_radius {
  flex-direction: column;
}
.slp_results_container {
  display: flex;
  flex-wrap: wrap;
}
.slp_results_container .results_wrapper {
  width: calc(50% - 10px);
  margin: 10px 5px 0 !important;
  border-radius: 0 !important;
  border-color: black !important;
  padding: 20px 30px !important;
}
.slp_results_container .results_wrapper:hover {
  background-color: #FAFAF7 !important;
}
.slp_results_container .results_wrapper .location_tertiary {
  display: flex;
  margin-top: 10px;
}
.slp_results_container .results_wrapper .location_tertiary span a {
  margin: 0px 14px 0 0;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}
/* ========== Blog Filter ========== */
.category-list-filter {
  background: #FDFDFD;
}
.category-list-filter h5 {
  display: none;
}
.category-list-filter ul {
  padding: 0 20px 0 60px;
}
.category-list-filter ul li {
  list-style: none;
  position: relative;
  cursor: pointer;
  padding: 13px 0;
  border-top: solid 1px #f5f5f5;
  /*&:hover {
       ul.children {
          opacity: 1;
          max-height: 1000px;
          pointer-events: all;
          transition-delay: .2s;
        }
      }*/
}
.category-list-filter ul li a:hover {
  color: #75584b;
}
.category-list-filter ul li:last-of-type {
  border-bottom: solid 1px #f5f5f5;
}
.category-list-filter ul li.has-children:first-of-type {
  /*a:after {
            display: none !important;
            content: "" !important;
          }*/
}
.category-list-filter ul li.has-children:first-of-type:hover > a {
  color: inherit !important;
}
.category-list-filter ul li.has-children:first-of-type a:hover {
  color: #AE8370 !important;
}
.category-list-filter ul li.has-children:hover > a {
  color: #AE8370;
}
.category-list-filter ul li.has-children li {
  border: none !important;
  padding: 2px 0;
}
.category-list-filter ul li.has-children li a {
  color: #969696;
}
.category-list-filter ul li.has-children li a:hover {
  color: #75584b;
}
.category-list-filter ul li.has-children li:first-of-type {
  margin-top: 4px;
}
.category-list-filter ul li.has-children a:after {
  content: '+';
  position: absolute;
  top: 14px;
  margin-left: 5px;
  transform: rotate(90deg);
  transition: all 0.2s;
  pointer-events: none;
}
.category-list-filter ul li.has-children.open-children a:after {
  content: '-';
  top: 11px;
  transform: rotate(0deg);
}
.category-list-filter ul li.has-children .has-children .children {
  margin-left: 10px;
}
.category-list-filter ul li a {
  font-family: "Gill Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: black;
}
.category-list-filter ul li a:hover {
  color: #75584b;
}
.category-list-filter ul li ul.children {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
  pointer-events: none;
  padding-inline-start: 0;
  flex-direction: column;
}
.category-list-filter ul li ul.children.open {
  display: flex;
  opacity: 1;
  max-height: none;
  pointer-events: all;
  transition-delay: 0.2s;
}
.category-list-filter ul li ul.children li a {
  font-size: 14px;
}
.category-list-filter ul li ul.children li a:after {
  display: none;
}
/* ========== Side social circle ========== */
#side-circle {
  position: fixed;
  left: -100px;
  bottom: -60px;
}
#side-circle:hover img {
  transform: rotate(720deg);
  transition: all 45s;
}
#side-circle:hover .elementor-widget-icon {
  pointer-events: all;
  opacity: 1;
}
#side-circle:hover ~ #side-circle-bg {
  opacity: 1;
  pointer-events: all;
}
#side-circle img {
  transition: all 4s;
}
#side-circle .elementor-widget-icon {
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
  transition-timing-function: linear;
}
#side-circle-bg {
  transition: all 0.3s;
  position: fixed;
  opacity: 0;
  pointer-events: none;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
/* ========== Form ========== */
div.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field,
#mc_embed_signup_scroll .wpforms-field,
div.wpforms-container-full .wpforms-form .wpforms-field-container .mc-field-group,
#mc_embed_signup_scroll .mc-field-group {
  margin: 10px;
}
div.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field label,
#mc_embed_signup_scroll .wpforms-field label,
div.wpforms-container-full .wpforms-form .wpforms-field-container .mc-field-group label,
#mc_embed_signup_scroll .mc-field-group label {
  font-family: Gill Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase !important;
  letter-spacing: 0.2em;
  color: #666666;
  margin-bottom: 5px;
}
div.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field label.wpforms-field-label-inline,
#mc_embed_signup_scroll .wpforms-field label.wpforms-field-label-inline,
div.wpforms-container-full .wpforms-form .wpforms-field-container .mc-field-group label.wpforms-field-label-inline,
#mc_embed_signup_scroll .mc-field-group label.wpforms-field-label-inline {
  letter-spacing: 0.2em;
}
div.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-text,
#mc_embed_signup_scroll .wpforms-field.wpforms-field-text,
div.wpforms-container-full .wpforms-form .wpforms-field-container .mc-field-group,
#mc_embed_signup_scroll .mc-field-group {
  position: relative;
}
div.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-text label,
#mc_embed_signup_scroll .wpforms-field.wpforms-field-text label,
div.wpforms-container-full .wpforms-form .wpforms-field-container .mc-field-group label,
#mc_embed_signup_scroll .mc-field-group label {
  position: absolute;
  top: 20px;
  left: 10px;
  pointer-events: none;
  transition: all 0.3s;
}
div.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-text label.selected,
#mc_embed_signup_scroll .wpforms-field.wpforms-field-text label.selected,
div.wpforms-container-full .wpforms-form .wpforms-field-container .mc-field-group label.selected,
#mc_embed_signup_scroll .mc-field-group label.selected {
  font-size: 11px;
  top: 5px;
  letter-spacing: 0.3em;
}
div.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-text ::placeholder,
#mc_embed_signup_scroll .wpforms-field.wpforms-field-text ::placeholder,
div.wpforms-container-full .wpforms-form .wpforms-field-container .mc-field-group ::placeholder,
#mc_embed_signup_scroll .mc-field-group ::placeholder {
  opacity: 0;
}
div.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-text input[type=text],
#mc_embed_signup_scroll .wpforms-field.wpforms-field-text input[type=text],
div.wpforms-container-full .wpforms-form .wpforms-field-container .mc-field-group input[type=text],
#mc_embed_signup_scroll .mc-field-group input[type=text],
div.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-text input[type=email],
#mc_embed_signup_scroll .wpforms-field.wpforms-field-text input[type=email],
div.wpforms-container-full .wpforms-form .wpforms-field-container .mc-field-group input[type=email],
#mc_embed_signup_scroll .mc-field-group input[type=email] {
  background: transparent !important;
  font-family: Gill Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #000000;
  border: none !important;
  border-bottom: solid 1px black !important;
  border-radius: 0 !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-container .mc_fieldset label,
#mc_embed_signup_scroll .mc_fieldset label {
  top: 0 !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-container .mc-field-group,
#mc_embed_signup_scroll .mc-field-group {
  padding-bottom: 10px !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-container .mc-field-group input[type=email],
#mc_embed_signup_scroll .mc-field-group input[type=email] {
  text-indent: 1%;
}
div.wpforms-container-full .wpforms-form .wpforms-field-container .mc-field-group label,
#mc_embed_signup_scroll .mc-field-group label {
  top: 10px;
}
div.wpforms-container-full .wpforms-form .wpforms-field-container .mc-field-group label.selected,
#mc_embed_signup_scroll .mc-field-group label.selected {
  top: -10px;
}
div.wpforms-container-full .wpforms-form button[type=submit],
#mc-embedded-subscribe {
  border: solid 1px black !important;
  font-family: Gill Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase !important;
  letter-spacing: 0.2em;
  color: black !important;
  background: transparent !important;
  margin: 0 10px !important;
  padding: 12px 35px 12px 35px !important;
  height: auto !important;
  border-radius: 0 !important;
}
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
#mc-embedded-subscribe:hover {
  color: #AE8370;
}
div.wpforms-container-full .wpforms-form ul li {
  margin-bottom: 0 !important;
}
.wpforms-field-label-inline {
  color: black !important;
}
div.wpforms-container .wpforms-form .choices__inner,
textarea {
  border: solid 1px black !important;
  border-radius: 0 !important;
}
/* ========== Menu ========== */
.custom-logo {
  max-width: 150px;
  margin-top: 5px;
}
.site-navigation ul.menu li:hover > ul {
  display: flex !important;
}
.menu-item-has-children {
  position: relative;
}
.site-header .site-navigation {
  justify-content: center;
}
.logged-in header.site-header {
  top: 32px;
}
header.site-header {
  position: sticky;
  top: 0;
  background: white;
  z-index: 200;
  padding-top: 20px;
  padding-bottom: 15px;
}
header.site-header .header-inner {
  max-width: 1440px;
  padding: 0 40px;
}
.site-navigation {
  margin-top: -5px;
}
.site-navigation li.menu-item-has-children {
  padding-right: 0 !important;
}
.site-navigation li.menu-item-has-children:after {
  content: '' !important;
  background: url(img/chevron-down.png);
  background-repeat: no-repeat;
  width: 13px;
  height: 6px;
  background-size: contain;
  right: 10px !important;
  display: none !important;
}
.site-navigation a {
  font-family: Gill Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: black;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.site-navigation img {
  display: none;
}
.site-navigation .sub-menu {
  position: relative;
  margin-top: 30px;
  background: #EBF1F1 !important;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  height: 270px;
  min-width: 270px !important;
  display: flex;
  left: 50% !important;
  transform: translateX(-50%) !important;
  flex-direction: column;
  justify-content: center;
  width: auto !important;
}
.site-navigation .sub-menu:before {
  content: '';
  height: 50px;
  background: black;
  position: absolute;
  left: 50%;
  width: 1px;
  top: -25px;
}
.site-navigation .sub-menu:after {
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  top: -30px;
}
.site-navigation .sub-menu li {
  position: static !important;
  border-bottom: none !important;
}
.site-navigation .sub-menu li:after {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  left: 100%;
  top: 0%;
  height: 270px;
  width: 200px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  object-fit: cover;
  background: url("img/sub-menu-images/sub-menu-option-1.jpg");
  background-size: cover;
  z-index: 1;
}
.site-navigation .sub-menu li a {
  padding: 10px 30px !important;
  width: 100%;
}
.site-navigation .sub-menu li img {
  z-index: 2;
  opacity: 0;
  display: block;
  pointer-events: none;
  position: absolute;
  left: 100%;
  top: 0%;
  height: 270px;
  width: 200px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  object-fit: cover;
}
.site-navigation .sub-menu li:hover img {
  opacity: 1;
}
.dialog-lightbox-close-button {
  position: absolute !important;
  top: 40px !important;
}
/* ===== Responsive ===== */
.site-navigation-dropdown img {
  display: none;
}
.site-navigation-dropdown a {
  font-family: Gill Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: black;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.menu-link {
  font-family: Gill Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: black;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.shop-paint-hamburger {
  display: flex;
  flex-direction: row-reverse;
}
/* ===== Signup container ===== */
.mc-container {
  display: flex;
}
@media screen and (max-width: 768px) {
  .mc-container {
    flex-direction: column;
  }
}
/* Comments */
#reply-title {
  font-family: Audrey;
  text-transform: uppercase;
}
.comment-author .fn {
  text-transform: uppercase;
}
.comment-author .avatar {
  display: none;
}
.title-comments {
  font-family: Audrey !important;
  text-transform: uppercase !important;
  font-size: 22px !important;
}
#comments {
  padding: 20px;
}
#comments article {
  border: none !important;
  padding: 20px 0 30px !important;
  margin-top: 0 !important;
}
#comments .reply {
  text-transform: uppercase;
  letter-spacing: 1px;
}
#comments .comment-meta:after {
  left: 0 !important;
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  .comment-author {
    margin-top: -5px;
  }
}
@media screen and (max-width: 1150px) {
  #main-container .first-three {
    flex-direction: column;
  }
  #main-container .first-three article.most-recent {
    margin: 25px 0 30px 0 !important;
    width: 100%;
    padding: 50px;
  }
  #main-container .first-three article.most-recent:before {
    left: 30px;
    width: calc(100% - 60px);
  }
  #main-container .first-three .first-three-second-container {
    width: 100%;
  }
  #main-container .first-three .first-three-second-container article.post-container {
    padding: 40px 60px;
  }
}
/* ===== Color Collection ===== */
body .color-column-new:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 10px);
  transition: all 0.2s;
}
body .color-column-new:hover:before {
  background: #FAFAF7;
  box-shadow: 0 0 8px #F5F5EC;
}
body .color-column-new:hover .elementor-element:nth-child(1) {
  opacity: 0;
  transition: all 0.2s;
}
body .color-column-new:hover .elementor-element:nth-child(2) {
  opacity: 1;
}
body .color-column-new .elementor-element:first-of-type {
  opacity: 1;
  transition: all 0.2s;
}
body .color-column-new .elementor-element:nth-child(2) {
  position: absolute;
  top: 40px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.2s;
}
@media screen and (min-width: 998px) {
  #menu-menu-2021 li:last-of-type {
    display: none;
  }
  #menu-menu-2021 li ul li:last-of-type {
    display: block;
  }
}
@media screen and (max-width: 1050px) {
  #main-container .archive-post-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 780px) {
  #address_search {
    flex-direction: column;
  }
  #address_search .search_item {
    width: calc(100% - 40px);
    flex-direction: column;
    align-items: flex-start !important;
  }
  #address_search .search_item input[type=submit] {
    margin-top: 15px !important;
    margin-left: 0;
  }
  #main-container .first-three .first-three-second-container article.post-container {
    flex-direction: column;
  }
  #main-container .first-three .first-three-second-container article.post-container .post-content {
    width: 100%;
  }
  .page-navigation ul {
    flex-wrap: wrap;
  }
  .page-navigation ul li {
    width: 28px;
  }
  .page-navigation ul li:first-of-type,
  .page-navigation ul li:last-of-type {
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
  .colour-collection .elementor-row .colour-column {
    width: 50%;
  }
}
@media screen and (max-width: 680px) {
  #map_sidebar .results_wrapper {
    width: 100% !important;
  }
  #main-container .archive-post-list {
    grid-template-columns: repeat(1, 1fr);
  }
  #main-container .first-three article.most-recent {
    padding: 50px 30px;
  }
  #main-container .first-three article.most-recent:before {
    left: 20px;
    width: calc(100% - 40px);
  }
}
/* Over from Elementor.css */
.shop-paint-menu ul li:before {
  font-family: Gill Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.2);
  transition: all 0.1s;
  pointer-events: none;
}
.shop-paint-menu ul li:hover:before,
.shop-paint-menu ul li.current-menu-item:before {
  color: #000000AB;
}
.shop-paint-menu ul li:before {
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
}
.shop-paint-menu ul li:first-of-type:before {
  content: 'TSP, ULTRA GRIP, ODOURLESS SOLVENT';
}
.shop-paint-menu ul li:nth-of-type(2):before {
  content: 'MINERAL, METALLIC, MILK';
}
.shop-paint-menu ul li:nth-of-type(3):before {
  content: 'BRUSHES, ROLLERS, BRUSH SOAP';
}
.shop-paint-menu ul li:nth-of-type(4):before {
  content: 'GLAZE, WAXES, TEXTURIZERS';
}
.shop-paint-menu ul li:nth-of-type(5):before {
  content: 'TOUGH COAT, OIL, GEL STAIN';
}
.shop-paint-menu ul li:nth-of-type(6):before {
  content: 'GET FUSION PRODUCTS IN YOUR STORE';
}
#tagalong_list {
  display: none;
}
.elementor-slides .swiper-slide-inner {
  position: relative !important;
  padding: 30px 50px !important;
}
.elementor-slides .swiper-slide-inner .elementor-slide-heading {
  margin-bottom: 0 !important;
}
.elementor-slides .swiper-slide-inner .elementor-slide-description {
  font-family: Lato, sans-serif;
  line-height: 32px !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  letter-spacing: 0 !important;
}
.elementor-slides .swiper-slide-inner .elementor-slide-description h4 {
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 1.5px !important;
  margin-bottom: 0;
}
.elementor-slides .swiper-slide-bg {
  min-height: 430px !important;
}
.elementor-25512 {
  min-height: 0 !important;
}
@media screen and (max-width: 768px) {
  .elementor-25512 .elementor-element-063b079 {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .elementor-slides .swiper-slide-inner {
    margin-top: -160px !important;
    background: white;
    margin-left: 7% !important;
    margin-right: 7% !important;
    padding: 40px !important;
  }
  .elementor-slides .swiper-slide-inner .swiper-slide-contents {
    max-width: 100% !important;
  }
}
/* ================================================================================================
                                          PHASE 2
================================================================================================ */
.mobile-filter {
  display: none;
}
@media screen and (max-width: 768px) {
  .mobile-filter {
    display: block;
  }
  .desktop-filter {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .site-navigation {
    display: none;
  }
  .site-navigation-toggle-holder {
    display: flex;
  }
}
@media screen and (min-width: 1000px) {
  .site-navigation-toggle-holder {
    display: none;
  }
}
.top-banner {
  background: #f9f9f9 !important;
  margin-top: -40px;
  padding: 40px 20px 0;
  margin-bottom: 50px;
}
.top-banner .single-crumb {
  background: white !important;
  border: solid 1px white !important;
}
.top-banner .single-crumb:hover {
  background: white !important;
  border: solid 1px black !important;
}
.first-three {
  margin-bottom: 60px;
}
#latest-posts-title {
  margin-bottom: 20px;
}
.category .single-crumb,
.blog .single-crumb,
.search .single-crumb {
  margin: 30px auto;
}
@font-face {
  font-family: Audrey;
  src: url("fonts/Audrey-Normal.otf");
}
@font-face {
  font-family: Santorini;
  src: url("fonts/Santorini.ttf");
}
@font-face {
  font-family: "Rocket Clouds";
  src: url("fonts/Rocket Clouds.otf");
}
