@charset "UTF-8";
@font-face {
  font-family: "Didot";
  font-weight: 400;
  src: url("../../assets/fonts/didot/didot.woff") format("woff"), url("../../assets/fonts/didot/didot.ttf") format("truetype"), url("../../assets/fonts/didot/didot.woff2") format("woff2"), url("../../assets/fonts/didot/didot.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Didot";
  font-weight: 400;
  font-style: italic;
  src: url("../../assets/fonts/didot/didot-italic.woff") format("woff"), url("../../assets/fonts/didot/didot-italic.ttf") format("truetype"), url("../../assets/fonts/didot/didot-italic.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Glossy Display Condensed";
  font-weight: 400;
  src: url("../../assets/fonts/didot/GlossyDisplay-RegularCondensed.ttf") format("ttf");
}
@font-face {
  font-family: "Glossy Display Condensed Light";
  font-weight: 400;
  src: url("../../assets/fonts/didot/GlossyDisplay-LightCondensedWeb.woff") format("woff");
}
@font-face {
  font-family: "Glossy Display Condensed italic";
  font-weight: 400;
  src: url("../../assets/fonts/didot/GlossyDisplay-RegularCondensedItalic.ttf") format("ttf");
}
@font-face {
  font-family: "proximaNova";
  src: url("../../assets/fonts/proximanova/proxima_nova_regular.woff") format("woff"), url("../../assets/fonts/proximanova/proximaNovaReg.ttf") format('truetype"'), url("../../assets/fonts/proximanova/proximaNovaReg.eot") format("embedded-opentype");
  font-weight: 500;
}
@font-face {
  font-family: "proximaNova";
  src: url("../../assets/fonts/proximanova/proxima_nova_bold.woff") format("woff"), url("../../assets/fonts/proximanova/proximaNovaBold.ttf") format('truetype"'), url("../../assets/fonts/proximanova/proximaNovaBold.eot") format("embedded-opentype");
  font-weight: 700;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

ol,
ul {
  padding-left: 20px;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: black;
}
a:hover {
  text-decoration: none;
}

body {
  font-family: "proximaNova";
  font-weight: 400;
  overflow-x: hidden;
}

ul {
  font-family: "proximaNova";
}

h1,
h2,
h3,
h4 {
  font-family: "Glossy Display Condensed";
}

button {
  color: inherit;
}

.footer__logo {
  margin: 40px 0px;
  text-align: center;
}
.footer__logo h2 {
  text-transform: uppercase;
  font-size: 40px;
  position: relative;
  display: inline-block;
  font-family: "Glossy Display Condensed";
}
.footer__logo h2 a:hover {
  color: black;
}
.footer__logo h2:before {
  content: "";
  position: absolute;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background: black;
  width: 50px;
}
.footer__logo h2:after {
  content: "";
  position: absolute;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background: black;
  width: 50px;
}
.footer__main {
  border-top: 1px solid black;
  padding: 20px 0px;
}
.footer__newsletter {
  text-align: center;
  font-family: "Glossy Display Condensed";
}
.footer__newsletter #mc_embed_signup {
  margin: 20px auto;
}
@media (max-width: 580px) {
  .footer__newsletter #mc_embed_signup {
    width: 100%;
  }
  .footer__newsletter #mc_embed_signup .mc-field-group input {
    width: 100%;
  }
}
.footer__newsletter #mc_embed_signup_scroll {
  display: flex;
}
@media (max-width: 580px) {
  .footer__newsletter #mc_embed_signup_scroll {
    display: block;
  }
}
.footer__newsletter #mce-responses {
  float: none !important;
}
.footer__newsletter input[type=email] {
  border-radius: 0px !important;
  height: 50px;
  border-collapse: collapse;
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
  border-right-width: 0px !important;
}
@media (max-width: 580px) {
  .footer__newsletter input[type=email] {
    border-right-width: 1px !important;
    max-width: 100%;
  }
}
.footer__newsletter input[type=email]:focus-visible {
  border-radius: 0px !important;
  border: 2px solid black;
}
.footer__newsletter input[type=submit] {
  border-radius: 0px !important;
  height: 50px !important;
  background: white !important;
  color: black !important;
  border: 1px solid #ABB0B2 !important;
  font-weight: 800;
  border-collapse: collapse;
  transition: 0.3s all;
  text-transform: uppercase;
  font-weight: 700 !important;
  font-size: 11px !important;
  letter-spacing: 2px !important;
}
.footer__newsletter input[type=submit]:hover {
  background: black !important;
  color: white !important;
  transition: 0.3s all;
}
.footer__menu {
  margin: 40px 0px;
}
.footer__menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0px;
}
.footer__menu ul li {
  list-style: none;
  margin: 0px 10px;
}
.footer__menu ul li:first-of-type {
  margin-left: 0px;
}
.footer__menu ul li a {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 12px;
}
.footer__social h2 {
  text-align: center;
  font-weight: 600;
  font-family: "proximaNova";
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
}
.footer__social ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0px;
  list-style: none;
  margin: 0px 10px;
}
.footer__social ul li {
  margin: 0px 10px;
}
.footer__copyright {
  text-align: center;
  margin-top: 40px;
}

.header__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  transition: 0.3s all;
}
@media (max-width: 1000px) {
  .header__main {
    display: block;
  }
}
.header__main.is__fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 999999;
  box-shadow: 1px 1px 1px black;
  transition: 0.3s all;
}
@media (max-width: 1000px) {
  .header__main.is__fixed .header__logo {
    margin-bottom: 0px;
  }
}
.header__main.is__fixed .header__logo img {
  width: 200px;
}
@media (max-width: 1000px) {
  .header__main.is__fixed .header__nav-right {
    display: none;
  }
}

.header__logo {
  flex: 1;
  text-align: center;
}
@media (max-width: 1000px) {
  .header__logo {
    margin: 30px 0px;
  }
}
@media (max-width: 580px) {
  .header__logo {
    display: flex;
    align-items: center;
    margin: 0px 0px 20px 0px;
  }
}
.header__logo a {
  position: relative;
}
.header__logo a img {
  width: 250px;
}
@media (max-width: 1150px) {
  .header__logo a img {
    width: 200px;
  }
}
.header__logo a:before {
  content: "";
  position: absolute;
  left: -70px;
  top: 25%;
  transform: translateY(-50%);
  height: 1px;
  background: black;
  width: 50px;
}
@media (max-width: 1080px) {
  .header__logo a:before {
    display: none;
  }
}
.header__logo a:after {
  content: "";
  position: absolute;
  right: -70px;
  top: 25%;
  transform: translateY(-50%);
  height: 1px;
  background: black;
  width: 50px;
}
@media (max-width: 1080px) {
  .header__logo a:after {
    display: none;
  }
}
.header__logo a:hover {
  color: black;
}

.header__nav-left {
  flex: 1;
}
@media (max-width: 580px) {
  .header__nav-left {
    display: none;
  }
}
.header__nav-left ul {
  display: flex;
  padding-left: 0px;
}
@media (max-width: 1000px) {
  .header__nav-left ul {
    justify-content: center;
  }
}
.header__nav-left ul li {
  list-style: none;
  margin: 0px 5px;
  position: relative;
}
.header__nav-left ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: -10px;
  background: black;
  height: 2px;
  opacity: 0;
  transition: 0.3s all;
}
.header__nav-left ul li:hover {
  color: black;
}
.header__nav-left ul li:hover:before {
  opacity: 1;
  bottom: -5px;
  transition: 0.3s all;
}
.header__nav-left ul li:first-of-type {
  margin-left: 0px;
}
.header__nav-left ul li a {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 10px;
}
.header__nav-left ul li a i {
  font-size: 10px;
  vertical-align: text-top;
}
.header__nav-left ul li a:hover {
  color: black;
}
.header__nav-left ul .submenu {
  position: fixed;
  z-index: 99999;
  padding: 20px;
  background: #f5efe6;
  left: 0px;
  top: 55px;
  padding: 60px 30px;
  width: 100%;
  display: none;
}
@media (max-width: 1000px) {
  .header__nav-left ul .submenu {
    top: 45px;
  }
}
.header__nav-left ul .submenu .submenu__nav {
  width: 10%;
  display: block;
}
.header__nav-left ul .submenu .submenu__post {
  width: 90%;
}
.header__nav-left ul .submenu .submenu__post .submenu__posts_grid {
  display: flex;
}
.header__nav-left ul .submenu .submenu__post .submenu__posts_grid .post__item {
  width: 15%;
  margin: 0px 15px;
}
.header__nav-left ul .submenu .submenu__post .submenu__posts_grid .post__item .thumbnail__wrapper {
  overflow: hidden;
}
.header__nav-left ul .submenu .submenu__post .submenu__posts_grid .post__item .thumbnail__wrapper:hover .post__thumbnail {
  transform: scale(1.05);
  transition: 0.3s all;
}
.header__nav-left ul .submenu .submenu__post .submenu__posts_grid .post__item .post__thumbnail {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 150px;
  transition: 0.3s all;
}
.header__nav-left ul .submenu .submenu__post .submenu__posts_grid .post__item h2 {
  font-family: "proximaNova";
  font-size: 13px;
  text-transform: none;
  margin-top: 15px;
  font-weight: 500;
}
.header__nav-left ul .submenu .submenu__wrapper {
  display: flex;
}
.header__nav-left ul .submenu li {
  margin: 0px;
  margin-bottom: 10px;
}
.header__nav-left ul .submenu li a {
  font-size: 10px;
  font-weight: 600;
}
.header__nav-left ul .submenu li:before {
  display: none;
}
.header__nav-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 1000px) {
  .header__nav-right {
    justify-content: space-between;
  }
}
.header__nav-right ul {
  display: flex;
  align-items: center;
  padding-left: 0px;
}
.header__nav-right ul li {
  list-style: none;
  margin: 0px 10px;
  position: relative;
}
.header__nav-right ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: -10px;
  background: black;
  height: 2px;
  opacity: 0;
  transition: 0.3s all;
}
.header__nav-right ul li:hover {
  color: black;
}
.header__nav-right ul li:hover:before {
  opacity: 1;
  bottom: -5px;
  transition: 0.3s all;
}
.header__nav-right ul li:first-of-type {
  margin-left: 0px;
}
.header__nav-right ul li a {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 12px;
}
.header__nav-right ul li a:hover {
  color: black;
}

.social__tool {
  position: relative;
  margin-right: 20px;
}
@media (max-width: 580px) {
  .social__tool {
    display: none;
  }
}
.social__tool .btn {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 12px;
  padding: 0px;
}
.social__tool .submenu {
  opacity: 0;
  position: absolute;
  left: 50%;
  padding: 10px 30px;
  background: white;
  box-shadow: 3px 3px 3px #e5e5e5;
  transform: translate(-50%);
  display: none;
  animation: fadeIn ease 0.8s forwards;
  border-top: 1px solid black;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.burger__menu {
  width: 35px;
  position: relative;
  cursor: pointer;
  display: none;
  margin: 0 0 0 auto;
}
@media (max-width: 580px) {
  .burger__menu {
    display: block;
  }
}
.burger__menu.active span:nth-last-of-type(2) {
  opacity: 0;
}
.burger__menu.active span:first-of-type {
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  position: absolute;
}
.burger__menu.active span:last-of-type {
  transform: rotate(-45deg) translateY(-50%);
  top: 50%;
  position: absolute;
}
.burger__menu span {
  transition: 0.3s all;
  width: 100%;
  height: 1px;
  margin-bottom: 5px;
  display: block;
  background-color: black;
}

.menu__mobile {
  display: none;
  position: fixed;
  left: 0px;
  top: 0;
  z-index: 999999;
  width: 70%;
  height: 100%;
  padding: 20px;
  background: white;
}
.menu__mobile ul {
  list-style: none;
}
.menu__mobile ul li {
  margin-bottom: 10px;
}
.menu__mobile ul li a {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 14px;
  margin: 20px 0px;
}
.menu__mobile ul li .submenu a {
  font-size: 10px;
}

.btn:focus {
  box-shadow: none;
}
.btn-reset {
  background: none;
}
.btn--bb-beige {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  transition: 0.3s all;
}
.btn--bb-beige:before {
  content: "";
  position: absolute;
  bottom: -3px;
  background: #f5efe6;
  height: 4px;
  width: 60px;
  left: 50%;
  transform: translateX(-50%);
  transform: 0.3s all;
}

.post__title h2 {
  font-size: 30px;
  font-style: italic;
}
.post__title h2 strong {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  font-family: "Glossy Display Condensed Light";
}
.post__title p {
  margin-top: 20px;
  font-style: italic;
  font-family: Glossy Display Condensed Light;
  font-size: 20px;
}
.post__title h1 {
  font-size: 40px;
  font-style: italic;
}
.post__title h1 strong {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  font-style: normal;
  font-family: "Glossy Display Condensed Light";
}

.title__section {
  text-align: center;
  margin: 40px 0px;
  position: relative;
}
.title__section.has__stroke:before {
  content: "";
  position: absolute;
  bottom: -20px;
  background: #f5efe6;
  height: 4px;
  width: 60px;
  left: 50%;
  transform: translateX(-50%);
  transform: 0.3s all;
}
.title__section h2 {
  font-family: "Glossy Display Condensed";
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
  font-size: 40px;
}

.title__page {
  text-align: center;
  margin: 40px 0px;
}
.title__page h1 {
  font-family: "proximaNova";
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
  font-size: 20px;
}

.search__overlay {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9999999;
  display: none;
  opacity: 0;
  transition: 0.3s all;
}
.search__overlay #searchform {
  display: flex;
}
.search__overlay.active {
  display: block;
  animation: fadeIn ease 0.8s forwards;
  transition: 0.3s all;
  opacity: 1;
}
.search__overlay.disabled {
  display: none;
  animation: fadeOut ease 0.8s forwards;
  transition: 0.3s all;
  opacity: 0;
}
.search__overlay .close__search {
  position: absolute;
  right: 5%;
  top: 5%;
}
.search__overlay .close__search i {
  font-size: 30px;
}
.search__overlay .search__wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  border-bottom: 1px solid black;
}
.search__overlay .search__wrapper h2 {
  font-size: 55px;
  margin-bottom: 80px;
}
.search__overlay .search__wrapper input {
  border: none;
  width: 400px;
}
@media (max-width: 580px) {
  .search__overlay .search__wrapper input {
    width: 300px;
  }
}
.search__overlay .search__wrapper input:focus {
  outline: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.searchform__wrapper {
  margin: 60px 0px;
}
.searchform__wrapper input {
  width: 300px;
  border: 1px solid #AAAAAA;
  height: 45px;
  padding: 5px;
}

.blog__category {
  margin-bottom: 30px;
}
.blog__category h3 {
  font-family: "proximaNova";
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}
.blog__category h3 span {
  padding-right: 10px;
  position: relative;
}
.blog__category h3 span:last-of-type:after {
  display: none;
}
.blog__category h3 span:after {
  content: "•";
  position: absolute;
  right: 0px;
  font-size: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.blog__list .blog__item {
  display: flex;
  align-items: center;
  padding: 80px 0px;
  border-bottom: 1px solid #cecaca;
}
@media (max-width: 580px) {
  .blog__list .blog__item {
    display: block;
    padding: 40px 0px;
  }
}
.blog__list .blog__item .blog__content {
  padding: 40px;
  width: 60%;
}
@media (max-width: 580px) {
  .blog__list .blog__item .blog__content {
    width: 100%;
  }
}
.blog__list .blog__item .blog__content a:hover {
  color: black;
}
.blog__list .blog__item .blog__thumbnail {
  width: 400px;
  height: 400px;
  overflow: hidden;
}
@media (max-width: 580px) {
  .blog__list .blog__item .blog__thumbnail {
    width: 100%;
  }
}
.blog__list .blog__item .blog__thumbnail:hover a {
  transform: scale(1.05);
  transition: 0.3s all;
}
.blog__list .blog__item .blog__thumbnail a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.3s all;
  width: 100%;
  height: 100%;
}

.blog__highlights {
  padding: 80px 0px;
}
.blog__highlights .blog__item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 580px) {
  .blog__highlights .blog__item {
    display: block;
  }
}
.blog__highlights .blog__item .blog__content {
  padding: 40px;
}
.blog__highlights .blog__item .blog__content a:hover {
  color: black;
}
.blog__highlights .blog__item .blog__thumbnail {
  width: 500px;
  height: 800px;
  overflow: hidden;
}
@media (max-width: 580px) {
  .blog__highlights .blog__item .blog__thumbnail {
    width: 100%;
    height: 300px;
  }
}
.blog__highlights .blog__item .blog__thumbnail:hover a {
  transform: scale(1.05);
  transition: 0.3s all;
}
.blog__highlights .blog__item .blog__thumbnail a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.3s all;
  width: 100%;
  height: 100%;
}

.blog__grid {
  padding: 80px 0px;
  border-top: 1px solid #cecaca;
}
@media (max-width: 1200px) {
  .blog__grid {
    padding: 40px 0px;
  }
}
.blog__grid .grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 580px) {
  .blog__grid .grid {
    display: block;
  }
}
.blog__grid .grid.small .blog__item {
  width: 23%;
}
@media (max-width: 768px) {
  .blog__grid .grid.small .blog__item {
    width: 48%;
  }
}
@media (max-width: 580px) {
  .blog__grid .grid.small .blog__item {
    width: 100%;
  }
}
.blog__grid .grid.small .blog__item .blog__thumbnail {
  width: 100%;
  height: 250px;
}
.blog__grid .grid.small .blog__item .blog__content {
  padding: 20px 0px;
}
.blog__grid .grid.small .blog__item .blog__content .post__title h2 {
  font-size: 25px;
}
.blog__grid .grid.small .blog__item .blog__content a:hover {
  color: black;
}
.blog__grid .grid.large .blog__item {
  width: 47%;
  margin-bottom: 40px;
}
@media (max-width: 580px) {
  .blog__grid .grid.large .blog__item {
    width: 100%;
  }
}
.blog__grid .grid.large .blog__item .blog__thumbnail {
  width: 100%;
  height: 500px;
}
.blog__grid .grid.large .blog__item .blog__content {
  padding: 20px 0px;
}
.blog__grid .grid.large .blog__item .blog__content .post__title h2 {
  font-size: 35px;
}
.blog__grid .grid.large .blog__item .blog__content a:hover {
  color: black;
}
.blog__grid .grid .blog__item .blog__thumbnail {
  overflow: hidden;
}
.blog__grid .grid .blog__item .blog__thumbnail:hover a {
  transform: scale(1.05);
  transition: 0.3s all;
}
.blog__grid .grid .blog__item .blog__thumbnail a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.3s all;
  width: 100%;
  height: 100%;
}

.home__slider {
  margin: 40px 60px;
}
@media (max-width: 580px) {
  .home__slider {
    margin: 20px;
  }
}
.home__slider .slick-arrow {
  width: auto;
  height: auto;
}
.home__slider .slick-arrow.slick-prev {
  top: 30%;
  left: -40px;
  z-index: 9999;
}
.home__slider .slick-arrow.slick-next {
  top: 30%;
  right: -40px;
  z-index: 9999;
}
.home__slider .slick-arrow.slick-next img {
  width: 21px;
}
.home__slider .slick-arrow:before {
  display: none;
}
.home__slider .slider__wrapper .slick-center .slide__content {
  opacity: 1;
  margin-top: -30px;
  max-height: 250px;
}
.home__slider .slider__wrapper .slick-center .slide__content h3 {
  font-family: "proximaNova";
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}
.home__slider .slider__wrapper .slick-center .slide__content h3 span {
  padding-right: 10px;
  position: relative;
}
.home__slider .slider__wrapper .slick-center .slide__content h3 span:last-of-type:after {
  display: none;
}
.home__slider .slider__wrapper .slick-center .slide__content h3 span:after {
  content: "•";
  position: absolute;
  right: 0px;
  font-size: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.home__slider .slider__wrapper .slick-center .slide__content h2 {
  margin: 40px 0px;
  font-size: 30px;
}
.home__slider .slider__wrapper .slide {
  margin: 0px 20px;
  overflow: hidden;
}
.home__slider .slider__wrapper .slide:hover .slide__thumbnail {
  transform: scale(1.05);
  transition: 0.3s all;
}
.home__slider .slider__wrapper .slide .slide__thumbnail {
  height: 400px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.3s all;
}
.home__slider .slider__wrapper .slide__content {
  background-color: white;
  text-align: center;
  padding: 30px 0px;
  margin-top: 0px;
  transition: 0.8s all;
  opacity: 0;
  position: relative;
  z-index: 9999;
}
.home__slider .slider__wrapper .slide__content a {
  color: black;
}
.home__slider .slider__wrapper .slick-dots {
  position: relative;
  bottom: 0px;
}
.home__slider .slider__wrapper .slick-dots li.slick-active button {
  background: #E5E5E5;
}
.home__slider .slider__wrapper .slick-dots button {
  background: white;
  border: 1px solid #707070;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  transition: 0.3s all;
}
.home__slider .slider__wrapper .slick-dots button:hover {
  background: black;
  transition: 0.3s all;
}
.home__slider .slider__wrapper .slick-dots button:before {
  display: none;
}

.home__partners {
  margin: 80px 60px;
  padding: 40px;
}
@media (max-width: 1200px) {
  .home__partners {
    margin: 40px 0px;
  }
}
.home__partners .partners__grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.home__partners .partners__grid .partner__item {
  width: 150px;
  margin: 0px 20px;
}
@media (max-width: 580px) {
  .home__partners .partners__grid .partner__item {
    width: 60px;
  }
}
.home__partners .partners__grid .partner__item a {
  display: block;
}
.home__partners .partners__grid .partner__item img {
  width: 100%;
}

.home__shop {
  padding: 80px 0px;
  border-top: 1px solid #cecaca;
}
.home__shop .shop__slider {
  margin: 40px 0px;
}
.home__shop .shop__slider .slick-arrow {
  width: auto;
  height: auto;
}
.home__shop .shop__slider .slick-arrow.slick-prev {
  top: 30%;
  left: -40px;
  z-index: 9999;
}
.home__shop .shop__slider .slick-arrow.slick-prev img {
  width: 10px;
}
.home__shop .shop__slider .slick-arrow.slick-next {
  top: 30%;
  right: -40px;
  z-index: 9999;
}
.home__shop .shop__slider .slick-arrow.slick-next img {
  width: 10px;
}
.home__shop .shop__slider .slick-arrow:before {
  display: none;
}
.home__shop .shop__slider .product__item {
  margin: 0px 20px;
}
.home__shop .shop__slider .product__item:hover .product__thumbnail {
  transition: 0.3s all;
  transform: scale(1.05);
}
.home__shop .shop__slider .product__item .product__thumbnail {
  height: 150px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.3s all;
}
.home__shop .shop__slider .product__item .product__content {
  padding: 20px 0px;
  text-align: center;
}
.home__shop .shop__slider .product__item .product__content h2 {
  font-size: 20px;
}
.home__shop .shop__slider .product__item .product__content h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "proximaNova";
  font-size: 10px;
  margin-bottom: 15px;
}
.home__shop .shop__slider .product__item a:hover {
  color: black;
}
.home__shop .shop__slider .slick-dots {
  position: relative;
  bottom: -50px;
}
.home__shop .shop__slider .slick-dots li.slick-active button {
  background: #E5E5E5;
}
.home__shop .shop__slider .slick-dots button {
  background: white;
  border: 1px solid #707070;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  transition: 0.3s all;
}
.home__shop .shop__slider .slick-dots button:hover {
  background: black;
  transition: 0.3s all;
}
.home__shop .shop__slider .slick-dots button:before {
  display: none;
}

.post__single {
  margin: 40px 0px;
}

.single__content {
  margin: 40px 0px;
}
.single__content h2 {
  margin-bottom: 20px;
  font-size: 45px;
}
.single__content h3 {
  font-size: 35px;
  margin-bottom: 15px;
}
.single__content h4 {
  margin-bottom: 10px;
  font-size: 30px;
}
.single__content a {
  text-decoration: none;
  border-bottom: 3px solid #b5b5b5;
  color: #2c2c2c;
}
.single__content p {
  margin-bottom: 20px;
  font-size: 18px;
}
.single__content em {
  font-style: italic;
}
.single__content ul {
  margin-bottom: 20px;
}
.single__content ul li {
  font-size: 18px;
}
.single__content .single__thumbnail {
  margin-bottom: 20px;
}
.single__content .single__thumbnail img {
  width: 100%;
}

.single__sidebar {
  padding: 0px 40px;
}
.single__sidebar .products__list .product__item {
  margin-bottom: 20px;
  width: 100%;
}
.single__sidebar .products__list .product__item a:hover {
  color: black;
}
.single__sidebar .products__list .product__item .product__thumbnail {
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.single__sidebar .products__list .product__item .product__content {
  padding: 10px;
  text-align: center;
}
.single__sidebar .products__list .product__item .product__content h3 {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: "proximaNova";
  font-size: 11px;
  margin-bottom: 15px;
}

.page__shop {
  margin: 100px 0px;
}

.products__list {
  display: flex;
  flex-wrap: wrap;
}
.products__list .product__item {
  margin: 20px 20px;
  width: 20%;
}
.products__list .product__item:hover .product__thumbnail {
  transition: 0.3s all;
  transform: scale(1.05);
}
.products__list .product__item .product__thumbnail {
  height: 150px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.3s all;
}
.products__list .product__item .product__content {
  padding: 20px 0px;
  text-align: center;
}
.products__list .product__item .product__content h3 {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: "proximaNova";
  font-size: 11px;
  margin-bottom: 15px;
}
.products__list .product__item a:hover {
  color: black;
}

.products__post .title__section {
  position: relative;
}
.products__post .title__section h2 {
  font-size: 20px;
  font-family: "proximaNova";
}
.products__post .title__section h2:before {
  content: "";
  position: absolute;
  bottom: -20px;
  background: #f5efe6;
  height: 4px;
  width: 60px;
  left: 50%;
  transform: translateX(-50%);
  transform: 0.3s all;
}