@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Rufina:wght@400;700&display=swap');

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

html,
body {
  box-sizing: border-box;
  color: #231f20;
  font-family: 'Raleway', sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6,
.uk-h1,.uk-h2,.uk-h3,.uk-h4,.uk-h5,.uk-h6 {
  font-family: 'Rufina', serif;
}
.text-sans {
  font-family: 'Raleway', sans-serif !important;
}
.text-white {
  color: #fff;
}

.uk-background-muted {
  background-color: #f5f5f5;
}


.uk-navbar-item,
.uk-navbar-nav>li>a,
.uk-navbar-toggle {
	font-family: 'Raleway', sans-serif;
}
em {
	color: inherit;
}

a {
	color: #111;
}
a:focus,
a:hover,
a:active {
	color: #666;
	text-decoration: none;
}
a:focus,
a:hover,
a:active {
	outline: 0;
}

/* ///// */
@media (min-width: 1024px) {
  .uk-container {
    min-width: 1020px;
    max-width: 1020px;
  }
  .uk-container.uk-container-large {
    min-width: 1200px;
    max-width: 1200px;
  }
}
/* ///// */
.site-header,
.site-footer {
  background-color: #231f20;
  color: #fff;
}
.branding {
  height: 90px;
  position: relative;
}
.branding > a {
  height: 100%;
}
.branding > a .logo-20-years {
  display: inline-block;
  margin-right: 1rem;
  height: 30px;
}
.branding > a .logo-ttp {
  display: inline-block;
}
.branding .logo-ttp svg {
  height: 12px;
}
@media (min-width: 960px) {
  .branding > a .logo-20-years {
    height: 60px;
  }
  .branding > a .logo-ttp {
    height: 24px;
    width: auto;
  }
  .branding .logo-ttp svg {
    height: 24px;
  }
}
.site-navigation {
  background: #302e2f;
  height: 30px;
}
.uk-navbar-item,
.uk-navbar-nav li a,
.uk-navbar-nav>li>a,
.uk-navbar-toggle {
  min-height: 30px;
  padding: 0;
  color: #fff;
  text-transform: none;
  font-weight: inherit;
}

.uk-navbar-dropdown-nav>li>a {
  color: #302e2f;
  padding: 0;
}
.uk-navbar-dropdown-nav>li:hover>a,
.uk-navbar-nav>li.current-menu-item>a,
.uk-navbar-nav>li.current-page-ancestor>a,
.uk-navbar-nav>li:hover>a,
.uk-navbar-nav>li.uk-active>a {
  color: #ad893b;
}
.site-navigation {
  position: relative;
}
.uk-navbar-nav>li .uk-navbar-dropdown {
  display: none;
  background: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  top: 30px;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  padding-right: 0;
  padding-left: 0;
  /* transition: all .3s ease; */
  /* transform: scaleY(0); */
  /* opacity: 0; */
  /* transform-origin: top left; */
}
.uk-navbar-nav>li:hover .uk-navbar-dropdown {
  display: block;
  /* transform: scaleY(1); */
  /* opacity: 1; */
}
.menu-item-has-children > a {
  position: relative;
  padding-right: 1rem !important;
}
.menu-item-has-children > a::after {
  position: absolute;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  height: 6px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-5px) rotate(135deg);
  transform: translateY(-5px) rotate(135deg);
  vertical-align: top;
  width: 6px;
  transition: all .5s ease;
}
.menu-item-has-children:hover > a::after {
  -webkit-transform: translateY(-2px) rotate(-45deg);
  transform: translateY(-2px) rotate(-45deg);
  border-color: #ad893b;
}

.column ul.uk-navbar-dropdown-nav {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  padding-right: 30%;
}

.thumbnail .uk-nav.uk-navbar-dropdown-nav {
  display: flex;
  margin: -1rem;
  /* margin-bottom: 0; */
}
.thumbnail .uk-nav.uk-navbar-dropdown-nav > li {
  width: 50%;
  text-align: center;
  padding: 1rem;
  padding-bottom: 0;
}
.thumbnail .thumb-menu {
  display: block;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #ad893b;
  margin-bottom: .5rem;
}
.menu-m-btn {
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  transform: translateY(-50%);
  padding: 1rem;
  z-index: 10;
}
.search-container {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  top: 30px;
  padding: 1rem 0;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}
.search-container.active {
  display: block;
}
.search-container form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-container form label {
  flex-grow: 1;
}
.search-container form label input {
  appearance: none;
  border: none;
  background: transparent;
  outline: none;
  font-size: 1rem;
  width: 100%;
  padding: 0;
}
.search-container form label input:focus {
  outline: none;
}
.search-submit.active,
.search-submit:hover {
  background: #ad893b;
  color: #fff;
}
.search.menu-item>a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -999px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.search.menu-item>a::after {
  display: block;
  position: absolute;
  background-image: url(../img/ttp/icon-search.svg);
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  content: '';
  width: 30px;
  height: 30px;
  z-index: 1;
}
.site-footer {
  padding: 3rem 0;
  font-size: .875rem;
}
.site-footer a {
  color: #fff;
}
.site-footer .logo-20-years {
  display: block;
  height: 100px;
}
.feat-collection {
  border: 1px solid #eaeaea;
  background-color: #fff;
  padding: 80px 40px;
  margin: 20px auto !important;
}
.feat-product {
  position: relative;
}
.feat-product .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #999;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .3s ease-in-out;
}
.feat-product:hover .overlay {
  opacity: 0.1;
}
.feat-brand {
  color: #ad893b;
  font-weight: bold;
  text-transform: uppercase;
}
.feat-product figure {
  position: relative;
  padding-bottom: 1rem;
}
.feat-product figure::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 20%;
  transform: translateX(-50%);
  height: 1px;
  background-color: #ad893b;
  content: '';
  transition: all .3s ease-in-out;
}
.feat-product:hover figure::after {
  width: 100%;
}
.quiz-collection {
  border: 1px solid #eaeaea;
  background-color: #fff;
  padding: 40px;
}
.quiz-collection .uk-dotnav>*>* {
  width: 1rem;
  height: 1rem;
}
.quiz-collection .uk-dotnav>li {
  position: relative;
}
.quiz-collection .uk-dotnav>li::after {
  position: absolute;
  content: '';
  background-color: #ad893b;
  height: 1px;
  width: 12px;
  top: 50%;
  left: 0;
}
.quiz-collection .uk-dotnav>li:first-child::after {
  display: none;
}
.quiz-collection .uk-dotnav>:hover>*,
.quiz-collection .uk-dotnav>.uk-active>* {
  background-color: #ad893b;
  border-color: #ad893b;
}
.quiz-bg {
  height: 380px;
  width: 100%;
  background-color: #000;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.search-container .search-submit,
.button {
  background: transparent;
  border: 1px solid #ad893b;
  cursor: pointer;
  color: #000;
  font-family: 'Rufina', serif;
  font-size: 0.875rem;
  font-weight: 700;
  outline: none;
  padding: 15px 40px;
  text-decoration: none;
  transition: all .3s linear;
  display: inline-block;
  line-height: normal;
  text-align: center;
}
.button:hover {
  background: #ad893b;
  color: #fff;
}
.button.inherit:hover {
  color: #000;
}

@media (max-width: 959px) {
  .button {
    padding: 15px 20px;
  }
}

.home-about {
  padding: 80px 0;
}
.home-about-text {
  padding-bottom: 20px;
}
.home-about-post {
  padding-bottom: 80px;
  position: relative;
}
.home-about-post::after {
  position: absolute;
  left: 50%;
  bottom: -50px;
  content: '';
  background-color: #ad893b;
  width: 1px;
  height: 100px;
  z-index: 10;
}

.brandslide {
  display: block;
  width: 100%;
  height: 100px;
  position: relative;
  overflow: hidden;
}
.brandslide > * {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.brandslide > img {
  height: auto !important;
  width: 70% !important;
}
#brandslides .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  appearance: none;
  display: block;
  overflow: hidden;
  background: transparent;
  height: 50px;
  width: 50px;
  border: none;
  cursor: pointer;
  text-indent: -999px;
  background-repeat: no-repeat;
}
#brandslides .slick-prev {
  left: 0;
  background-image: url(../img/ttp/arrow-left.png);
  background-position: left;
}
#brandslides .slick-next {
  right: 0;
  background-image: url(../img/ttp/arrow-right.png);
  background-position: right;
}

.home-why {
  padding: 80px 0;
}

.home-boutiques {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/ttp/home-finder.jpg);
  color: #fff;
}

.page-header {
  width: 100%;
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #eee;
}
.page-intro {
  transform: translateY(-20px);
  margin-bottom: 40px;
}
.page-intro > div {
  border: 1px solid #eaeaea;
  background-color: #fff;
  padding: 30px 20px 20px;
}
.page-title {
  font-size: 2.25rem;
  font-weight: 700;
}
.page-form {
  padding: 3rem 0;
}
.page-content {
  padding: 0 30px;
  margin: 0 auto;
}
.servcenter {
  padding-top: 30px;
}

@media (min-width: 960px) {
  .page-intro {
    margin-bottom: 80px;
  }
  .page-intro>div {
    padding: 80px;
  }
  .page-content {
    max-width: 960px;
    margin: 0 auto;
  }
  .servcenter {
    padding-top: 0;
    padding-left: 40px;
  }
  .list-column-3 {
    columns: 3;
  }
}

.bg-gold {
  background: #ad893b;
  color: #fff;
}
.text-gold {
  color: #ad893b;
}

.store-img {
  height: 200px;
  background-color: #eee;
}

.mfh-content {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}
.news-block {
  position: relative;
}
.news-block::after {
  position: absolute;
  bottom: 0;
  left: 15px;
  display: block;
  content: '';
  background-color: #ccc;
  height: 1px;
  width: calc(100% - 15px);
}
.news-thumb {
  width: 220px;
  height: 220px;
  background-color: #231f20;
}
.cat-item > a,
.news-cat {
  display: inline-block;
  width: auto;
  padding: 5px 10px;
  background-color: transparent;
  color: #ad893b;
  margin-bottom: 10px;
  transition: all .25s ease;
  border: 1px solid #ad893b;
}
.cat-item.current-cat>a,
.cat-item>a:hover,
.news-cat {
  background-color: #ad893b;
  color: #fff;
}
.post-content {
  width: 100%;
  max-width: 720px;
  margin: 1rem auto;
}
@media (max-width: 959px) {
  .post-content {
    padding-left: 1rem;
    padding-right: 1rem;
    width: calc(100% - 2rem);
  }
}
.filter-dropdown {
  border: 1px solid #ad893b;
  position: relative;
  background-color: #fff;
  margin-top: -52px;
  padding: 1.5rem;
}
.filter-title {
  font-size: 1rem !important;
  border-bottom: 1px solid #ad893b;
}
.border {
  border: 1px solid #eee;
}
.footer-socmed h5 {
  color: #fff;
  margin-bottom: 0.5rem;
}
.footer-socmed a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  margin-right: .25rem;
  transition: all 0.5s ease;
}
.footer-socmed a:hover {
  background-color: #fff;
  color: #000;
}
#share .jssocials-share-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  line-height: normal;
  border-radius: 50%;
  border: 1px solid #231f20;
  color: #231f20;
  background-color: #fff;
}
.text-xs {
  font-size: .75rem;
}
.breadcrumb_last {
  color: #ad893b;
  font-weight: bold;
}
.menu-main-mobile {
  margin-top: 3rem;
}
.menu-main-mobile .search.menu-item {
  display: none;
}
.menu-main-mobile > li > a {
  display: block;
}
.menu-main-mobile .sub-menu {
  display: none;
  list-style: none;
  padding-left: 0;
}
.menu-main-mobile>li>a.active + .sub-menu {
  display: block;
}
.menu-main-mobile .sub-menu > li {
  position: relative;
  padding-left: 1rem;
}
.menu-main-mobile .sub-menu>li::before {
  position: absolute;
  content: '-';
  left: 0;
}
.padding-y {
  padding-top: 2rem;
  padding-bottom: 2rem;
}