/*
Theme Name: HALO IBU
Theme URI: https://www.haloibu.id/
Author: haloibu
Author URI: https://www.haloibu.id/
Description: Halo Ibu Wordpress Theme
Version: 2.0

*/
@font-face {
  font-family: 'Lucida Bright';
  src: url('fonts/LBRITE.TTF');
}
@font-face {
  font-family: 'Lucida Bright Italic';
  src: url('fonts/LBRITEI.TTF');
}
@font-face {
  font-family: 'Quicksand Bold';
  src: url('fonts/HKGrotesk-Regular.otf');
}
@font-face {
  font-family: 'HKGrotesk Bold';
  src: url('fonts/HKGrotesk-Bold.otf');
}
@font-face {
  font-family: 'Quicksand Regular';
  src: url('fonts/Crimson-Roman.otf');
}
@font-face {
  font-family: 'Quicksand Bold';
  src: url('fonts/Crimson-Bold.otf');
}
@font-face {
  font-family: 'Crimson Italic';
  src: url('fonts/Crimson-Italic.otf');
}
@font-face {
  font-family: 'Quicksand Light';
  src: url('fonts/Quicksand-Light.ttf');
}
@font-face {
  font-family: 'Quicksand Bold';
  src: url('fonts/Quicksand-Bold.ttf');
}
@font-face {
  font-family: 'Quicksand Medium';
  src: url('fonts/Quicksand-Medium.ttf');
}
@font-face {
  font-family: 'Quicksand Regular';
  src: url('fonts/Quicksand-Regular.ttf');
}
/*@black1:#332C2B;
@black2:#1D1819;*/
body {
  font-family: 'Quicksand Light';
  font-size: 16px;
  color: #696969;
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
}
.clear {
  clear: both;
}
header .top-menu {
  width: 98%;
  height: 33px;
  padding: 0 1% 0 1%;
  display: block;
  background-color: #ffffff;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 11pt !important;
  font-style: normal !important;
  font-weight: normal !important;
  color: #696969 !important;
}
header .top-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .top-menu ul li a {
  color: #696969;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .top-menu ul li a:hover {
  color: #e088bb;
}
header .top-menu .left {
  display: flex;
  float: left;
  align-items: center;
  width: 50%;
  height: 33px;
}
header .top-menu .left ul li {
  display: inline-block;
  margin-right: 10px;
}
header .top-menu .left ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .top-menu .left ul li {
  display: inline-block;
  margin: 0 4px 0 4px;
  padding: 6px;
}
header .top-menu .left ul li a {
  color: #696969;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}
header .top-menu .left ul li a:hover {
  color: #e088bb;
}
header .top-menu .left ul li ul {
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .top-menu .left ul li.menu-item-has-children:hover {
  background-color: #ffffff;
}
header .top-menu .left ul li.menu-item-has-children:hover ul {
  display: block;
  background: #ffffff;
  position: absolute;
  margin-left: -10px;
  padding-top: 10px;
  padding-bottom: 5px;
  -webkit-box-shadow: 0px 4px 5px 2px rgba(176, 176, 176, 0.31);
  -moz-box-shadow: 0px 4px 5px 2px rgba(176, 176, 176, 0.31);
  box-shadow: 0px 4px 5px 2px rgba(176, 176, 176, 0.31);
}
header .top-menu .left ul li.menu-item-has-children:hover ul li {
  display: block;
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: -1px;
  padding-right: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .top-menu .left ul li.menu-item-has-children:hover ul li:hover {
  background: #e088bb;
}
header .top-menu .left ul li.menu-item-has-children:hover ul li:hover a {
  color: #696969;
}
header .top-menu .right {
  display: flex;
  float: left;
  align-items: center;
  width: 50%;
  height: 33px;
  justify-content: flex-end;
}
header .top-menu .right ul li {
  display: inline-block;
  margin-left: 10px;
}
header .top-menu .right ul li a {
  cursor: pointer;
}
header .top-menu .right a#btn-search {
  display: block;
  width: 12px;
  height: 12px;
  background-image: url('images/icon-search.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
header .logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0 0 0;
}
header .logo a {
  display: block;
  width: 150px;
  height: 150px;
  background-image: url('images/logo-icon.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
header .tagline {
  border: solid #E4E4E4;
  border-width: 1px 0 1px 0;
  display: block;
  text-align: center;
  padding: 6px 0 6px 0;
  margin: 40px 0 15px 0;
  font-family: 'Quicksand Bold';
  font-size: 19px;
}
header .bottom-menu {
  display: block;
  width: 98%;
  height: 33px;
  padding: 0 1% 0 1%;
  margin-bottom: 10px;
}
header .bottom-menu .left {
  width: 5%;
  height: 33px;
  display: flex;
  float: left;
  align-items: center;
  justify-content: flex-start;
}
header .bottom-menu .left a.logo-text {
  display: none;
  width: 100%;
  height: 33px;
  background-image: url('images/logo-text.svg');
  background-repeat: no-repeat;
  background-size: 70px auto;
  background-position: center center;
  cursor: pointer;
}
header .bottom-menu .middle {
  width: 90%;
  height: 33px;
  display: flex;
  float: left;
  align-items: center;
  justify-content: center;
  font-family: 'Quicksand Medium';
  font-size: 17px;
  color: #696969;
}
header .bottom-menu .middle ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .bottom-menu .middle ul li {
  display: inline-block;
  margin: 0 4px 0 4px;
  padding: 6px;
}
header .bottom-menu .middle ul li a {
  color: #696969;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}
header .bottom-menu .middle ul li a:hover {
  color: #e088bb;
}
header .bottom-menu .middle ul li ul {
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .bottom-menu .middle ul li.menu-item-has-children:hover {
  background-color: #ffffff;
}
header .bottom-menu .middle ul li.menu-item-has-children:hover ul {
  display: block;
  background: #ffffff;
  position: absolute;
  margin-left: -10px;
  padding-top: 10px;
  padding-bottom: 5px;
  -webkit-box-shadow: 0px 4px 5px 2px rgba(176, 176, 176, 0.31);
  -moz-box-shadow: 0px 4px 5px 2px rgba(176, 176, 176, 0.31);
  box-shadow: 0px 4px 5px 2px rgba(176, 176, 176, 0.31);
}
header .bottom-menu .middle ul li.menu-item-has-children:hover ul li {
  display: block;
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: -1px;
  padding-right: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .bottom-menu .middle ul li.menu-item-has-children:hover ul li:hover {
  background: #e088bb;
}
header .bottom-menu .middle ul li.menu-item-has-children:hover ul li:hover a {
  color: #696969;
}
header .bottom-menu .right {
  width: 5%;
  height: 33px;
  display: flex;
  float: left;
  align-items: center;
  justify-content: flex-end;
}
header .bottom-menu .right a#btn-search-2 {
  display: none;
  width: 12px;
  height: 12px;
  background-image: url('images/icon-search.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
header .bottom-menu.fixed {
  display: block;
  position: fixed;
  z-index: 10000;
  top: 0;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 5px 2px rgba(176, 176, 176, 0.31);
  -moz-box-shadow: 0px 3px 5px 2px rgba(176, 176, 176, 0.31);
  box-shadow: 0px 3px 5px 2px rgba(176, 176, 176, 0.31);
}
section.home-featured-posts .block-1 {
  display: block;
  float: left;
  width: 32.6%;
  margin-right: 1%;
  margin-bottom: 1%;
  min-height: 100px;
  background: #ffd9f6;
}
section.home-featured-posts .block-2 {
  display: block;
  float: left;
  width: 66.4%;
  min-height: 100px;
  margin-bottom: 1%;
  background: #ffd9f6;
}
section.home-featured-posts .block-3 {
  display: block;
  float: left;
  width: 32.6%;
  min-height: 100px;
  background: #ffd9f6;
  margin-bottom: 1%;
}
section.home-featured-posts .block-4 {
  display: block;
  float: left;
  width: 32.8%;
  margin-left: 1%;
  margin-right: 1%;
  min-height: 100px;
  background: #ffd9f6;
}
section.home-featured-posts .block-5 {
  display: block;
  float: left;
  width: 32.6%;
  min-height: 100px;
  background: #ffd9f6;
  margin-bottom: 1%;
}
section.home-featured-posts .block {
  overflow: hidden;
}
section.home-featured-posts .block .inner {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
section.home-featured-posts .block .inner a {
  font-family: 'Quicksand Bold';
  font-size: 24px;
  color: #ffffff;
  text-decoration: none;
  margin: 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
}
section.home-featured-posts .block .inner:hover {
  transform: scale(1.1);
}
section.home-featured-posts .block .inner:hover a {
  margin-bottom: 40px;
}
section.home-testimoni .container {
  margin: 50px auto 50px auto;
  min-height: 100px;
  width: 875px;
}
section.home-testimoni .container .row-1 {
  display: block;
  width: 875px;
  margin-bottom: 20px;
}
section.home-testimoni .container .row-1 .image {
  width: 93px;
  height: 93px;
  -webkit-border-radius: 93px;
  -moz-border-radius: 93px;
  border-radius: 93px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  float: left;
  margin-right: 20px;
  background-color: #ffd9f6;
}
section.home-testimoni .container .row-1 .content {
  width: 732px;
  display: block;
  float: left;
  min-height: 63px;
  background-image: url('images/quote.svg');
  background-size: 43px auto;
  background-repeat: no-repeat;
  background-position: top left;
  padding: 15px;
  color: #696969;
  font-family: 'Quicksand Regular';
  font-size: 18px;
}
section.home-testimoni .container .row-1 .content p {
  margin: 0;
  padding: 0;
}
section.home-testimoni .container .row-1 .content p a {
  color: #e088bb;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.home-testimoni .container .row-1 .content p a:hover {
  color: #a04d7d;
}
section.home-testimoni .container .row-2 {
  display: block;
  width: 875px;
  margin-bottom: 20px;
}
section.home-testimoni .container .row-2 .image {
  width: 93px;
  height: 93px;
  -webkit-border-radius: 93px;
  -moz-border-radius: 93px;
  border-radius: 93px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  float: left;
  margin-left: 20px;
  background-color: #ffd9f6;
}
section.home-testimoni .container .row-2 .content {
  width: 732px;
  display: block;
  float: left;
  min-height: 63px;
  background-image: url('images/quote.svg');
  background-size: 43px auto;
  background-repeat: no-repeat;
  background-position: top right;
  padding: 15px;
  text-align: right;
  color: #696969;
  font-family: 'Quicksand Regular';
  font-size: 18px;
}
section.home-testimoni .container .row-2 .content p {
  margin: 0;
  padding: 0;
}
section.home-testimoni .container .row-2 .content p a {
  color: #e088bb;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.home-testimoni .container .row-2 .content p a:hover {
  color: #a04d7d;
}
.wrap-section {
  width: 1200px;
  display: block;
  margin: auto;
}
.wrap-section .wrap-section-home-categories {
  display: block;
  width: 875px;
  margin-right: 55px;
  float: left;
}
.wrap-section .wrap-section-home-categories section.home-categories .container {
  margin: 0 0 50px 0;
  min-height: 100px;
  width: 875px;
}
.wrap-section .wrap-section-home-categories section.home-categories .container .category-title {
  font-size: 21px;
  font-family: 'Quicksand Bold';
  color: #696969;
  display: inline-block;
  padding: 0 4px 0 4px;
}
.wrap-section .wrap-section-home-categories section.home-categories .container a.category-seeall {
  font-size: 21px;
  font-family: 'Quicksand Regular';
  display: inline-block;
  float: right;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: none;
  color: #696969;
}
.wrap-section .wrap-section-home-categories section.home-categories .container a.category-seeall:hover {
  font-size: 21px;
  font-family: 'Quicksand Regular';
  color: #e088bb;
}
.wrap-section .wrap-section-home-categories section.home-categories .container .color1 {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fbd7a3 50%, #fbd7a3 50%, #fbd7a3 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fbd7a3 50%, #fbd7a3 50%, #fbd7a3 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #fbd7a3 50%, #fbd7a3 50%, #fbd7a3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='@color', GradientType=0);
}
.wrap-section .wrap-section-home-categories section.home-categories .container .color2 {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fff9b1 50%, #fff9b1 50%, #fff9b1 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fff9b1 50%, #fff9b1 50%, #fff9b1 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #fff9b1 50%, #fff9b1 50%, #fff9b1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='@color', GradientType=0);
}
.wrap-section .wrap-section-home-categories section.home-categories .container .color3 {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #d9e483 50%, #d9e483 50%, #d9e483 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #d9e483 50%, #d9e483 50%, #d9e483 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #d9e483 50%, #d9e483 50%, #d9e483 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='@color', GradientType=0);
}
.wrap-section .wrap-section-home-categories section.home-categories .container .color4 {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fdd100 50%, #fdd100 50%, #fdd100 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fdd100 50%, #fdd100 50%, #fdd100 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #fdd100 50%, #fdd100 50%, #fdd100 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='@color', GradientType=0);
}
.wrap-section .wrap-section-home-categories section.home-categories .container .color5 {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fff582 50%, #fff582 50%, #fff582 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fff582 50%, #fff582 50%, #fff582 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #fff582 50%, #fff582 50%, #fff582 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='@color', GradientType=0);
}
.wrap-section .wrap-section-home-categories section.home-categories .container .category-item {
  display: block;
  margin: 25px 0 25px 0;
}
.wrap-section .wrap-section-home-categories section.home-categories .container .category-item .image {
  display: block;
  float: left;
  margin-right: 14px;
  width: 350px;
  min-height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wrap-section .wrap-section-home-categories section.home-categories .container .category-item .content {
  width: 511px;
  min-height: 50px;
  display: block;
  float: left;
}
.wrap-section .wrap-section-home-categories section.home-categories .container .category-item .content a.title {
  font-family: 'Quicksand Bold';
  font-size: 21px;
  color: #696969;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
  display: block;
}
.wrap-section .wrap-section-home-categories section.home-categories .container .category-item .content a.title:hover {
  color: #e088bb;
}
.wrap-section .wrap-section-home-categories section.home-categories .container .category-item .content .meta {
  font-family: 'Quicksand Regular';
  font-size: 12px;
  color: #696969;
  margin-bottom: 10px;
}
.wrap-section .wrap-section-home-categories section.home-categories .container .category-item .content .meta div.share {
  color: #e088bb;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.wrap-section .wrap-section-home-categories section.home-categories .container .category-item .content .meta div.share .wrap-share-button {
  visibility: hidden;
  width: 120px;
  background-color: #FFF;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(176, 176, 176, 0.31);
  -moz-box-shadow: 0px 0px 5px 2px rgba(176, 176, 176, 0.31);
  box-shadow: 0px 0px 5px 2px rgba(176, 176, 176, 0.31);
}
.wrap-section .wrap-section-home-categories section.home-categories .container .category-item .content .meta div.share .wrap-share-button a {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wrap-section .wrap-section-home-categories section.home-categories .container .category-item .content .meta div.share .wrap-share-button a.wa {
  background-image: url('images/icon-wa.svg');
}
.wrap-section .wrap-section-home-categories section.home-categories .container .category-item .content .meta div.share .wrap-share-button a.fb {
  background-image: url('images/icon-fb.svg');
}
.wrap-section .wrap-section-home-categories section.home-categories .container .category-item .content .meta div.share .wrap-share-button a.tw {
  background-image: url('images/icon-tw.svg');
}
.wrap-section .wrap-section-home-categories section.home-categories .container .category-item .content .meta div.share .wrap-share-button a:hover {
  margin-bottom: 10px;
}
.wrap-section .wrap-section-home-categories section.home-categories .container .category-item .content .meta div.share:hover .wrap-share-button {
  visibility: visible;
  opacity: 1;
}
.wrap-section .wrap-section-home-categories section.home-categories .container .category-item .content .meta a {
  font-family: 'Quicksand Bold';
  font-size: 12px;
  color: #696969;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wrap-section .wrap-section-home-categories section.home-categories .container .category-item .content .meta a:hover {
  color: #e088bb;
}
.wrap-section .wrap-section-home-categories section.home-categories .container .category-item .content .excerpt {
  font-family: 'Quicksand Light';
  font-size: 16px;
  line-height: 24px;
  color: #696969;
}
.wrap-section .wrap-section-home-categories section.home-categories .container .category-item .content .excerpt a.readmore {
  color: #e088bb;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wrap-section .wrap-section-home-categories section.home-categories .container .category-item .content .excerpt a.readmore:hover {
  color: #a04d7d;
}
.wrap-section .wrap-section-home-sidebar {
  width: 270px;
  min-height: 200px;
  display: block;
  float: left;
}
.wrap-section .wrap-section-home-sidebar .wrap-sidebar-widget {
  margin-bottom: 20px;
}
.wrap-section .wrap-section-home-sidebar .wrap-sidebar-widget .widget-title {
  font-family: 'Quicksand Bold';
  font-size: 21px;
  color: #696969;
}
.wrap-section .wrap-section-home-sidebar .wrap-sidebar-widget a {
  color: #e088bb;
}
section.home-footer-buttons {
  display: block;
  width: 100%;
  margin: 0 auto 50px auto;
}
section.home-footer-buttons a {
  width: 33%;
  display: block;
  float: left;
  background-color: #ffd9f6;
  background-size: cover;
  background-position: top center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.home-footer-buttons a:hover {
  opacity: 0.9;
}
section.home-footer-buttons a.middle {
  margin: 0 0.5% 0 0.5%;
}
section.instagram-feeds {
  text-align: center;
  display: block;
  width: 98%;
  margin: 0 auto 20px auto;
}
section.instagram-feeds .sb_instagram_header,
section.instagram-feeds #sbi_load {
  display: none !important;
}
section.instagram-feeds .sbi_photo {
  width: 98% !important;
  margin: 1% !important;
}
section.instagram-feeds .feeds {
  margin-top: 20px;
}
section.instagram-feeds a.ig-title {
  display: inline-block;
  padding-left: 30px;
  font-family: 'Quicksand Bold';
  font-size: 24px;
  color: #696969;
  background-image: url('images/icon-instagram-b.svg');
  background-size: 22px auto;
  background-position: center left;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.instagram-feeds a.ig-title:hover {
  color: #000;
}
footer {
  width: 96%;
  border: solid #E4E4E4;
  border-width: 2px 0 2px 0;
  padding: 30px 2% 30px 2% ;
  display: flex;
  float: left;
  align-items: center;
  justify-content: flex-start;
}
footer .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer .left a.logo {
  display: block;
  width: 162px;
  height: 162px;
  background-image: url('images/logo-icon.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 15px;
}
footer .left a.social {
  display: block;
  width: 55px;
  height: 55px;
  margin-right: 10px;
  background-color: #110E0F;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 65% auto;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer .left a.social.youtube {
  background-image: url('images/icon-youtube-bw.svg');
}
footer .left a.social.instagram {
  background-image: url('images/icon-instagram-bw.svg');
}
footer .left a.social.facebook {
  background-image: url('images/icon-facebook-bw.svg');
}
footer .left a.social.twitter {
  background-image: url('images/icon-twitter-bw.svg');
}
footer .left a.social:hover {
  margin-bottom: 10px;
}
footer .right {
  display: block;
  min-width: 100px;
  margin-left: 50px;
}
footer .right .title {
  width: 100%;
  margin-bottom: 10px;
  font-family: 'Quicksand Bold';
  font-size: 21px;
  color: #696969;
}
footer .right .items {
  width: 100%;
  display: block;
}
footer .right .items a.partner-item {
  display: block;
  float: left;
  width: 72px;
  height: 72px;
  background-color: #ffffff;
  margin: 0 15px 15px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .right .items a.partner-item:hover {
  opacity: 0.6;
}
.below-footer {
  margin-bottom: 50px;
  display: block;
  width: 98%;
  height: 33px;
  padding: 0 1% 0 1%;
  font-family: 'Quicksand Medium';
}
.below-footer .left {
  display: flex;
  float: left;
  align-items: center;
  width: 50%;
  height: 33px;
}
.below-footer .left ul li {
  display: inline-block;
  margin-right: 10px;
}
.below-footer .right {
  display: flex;
  float: left;
  align-items: center;
  width: 50%;
  height: 33px;
  justify-content: flex-end;
}
.below-footer .right ul li {
  display: inline-block;
  margin-left: 10px;
}
.below-footer .right ul li a {
  color: #696969;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.below-footer .right ul li a:hover {
  color: #e088bb;
}
section.single-post-top {
  display: block;
  width: 875px;
  margin: 0 auto 15px auto;
}
section.single-post-top .post-head-new {
  display: block;
  float: none;
  width: 100%;
  margin-top: 25px;
}
section.single-post-top .post-head-new .post-title {
  font-family: 'Quicksand Medium';
  font-weight: normal;
  font-size: 18px;
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 24px;
  text-align: center;
}
section.single-post-top .post-head {
  display: block;
  float: none;
  width: 100%;
  margin-top: 25px;
}
section.single-post-top .post-head .post-title {
  font-family: 'Quicksand Medium';
  font-weight: normal;
  font-size: 18px;
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 24px;
  text-align: center;
}
section.single-post-top .post-head .post-meta {
  font-family: 'Quicksand Regular';
  font-size: 10px;
  color: #696969;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
section.single-post-top .post-head .post-meta a {
  font-family: 'Quicksand Bold';
  color: #696969;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.single-post-top .post-head .post-meta a:hover {
  color: #a04d7d;
  text-decoration: none;
}
section.single-post-top .post-head .post-share {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.single-post-top .post-head .post-share .title {
  font-family: 'Quicksand Regular';
  margin-bottom: 4px;
  font-size: 10px;
  height: 18px;
  display: flex;
  margin-right: 5px;
  align-items: center;
  justify-content: center;
}
section.single-post-top .post-head .post-share a.social {
  display: block;
  width: 16px;
  height: 16px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.single-post-top .post-head .post-share a.social.wa {
  background-image: url('images/icon-wa-grey.svg');
}
section.single-post-top .post-head .post-share a.social.fb {
  background-image: url('images/icon-fb-grey.svg');
}
section.single-post-top .post-head .post-share a.social.tw {
  background-image: url('images/icon-tw-grey.svg');
}
section.single-post-top .post-head .post-share a.social:hover {
  margin-top: -5px;
  background-color: #e088bb;
}
section.single-post-top .post-head .post-image {
  display: block;
  float: none;
  width: 100%;
  min-height: 150px;
  margin-top: 20px;
}
section.single-post-top .post-head .post-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
section.single-post-content {
  width: 875px;
  margin: auto;
}
section.single-post-content h1,
section.single-post-content h2,
section.single-post-content h3,
section.single-post-content h4 {
  font-family: 'Quicksand Bold';
}
section.single-post-content img {
  max-width: 875px !important;
  height: auto;
}
section.single-post-content a {
  color: #e088bb;
}
section.single-post-content p,
section.single-post-content div {
  margin: 0 auto 15px auto;
  font-family: 'Quicksand Light';
  font-size: 16px;
  line-height: 24px;
  color: #696969;
}
section.single-post-content blockquote p,
section.single-post-content blockquote div[dir="auto"] {
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  font-family: 'Quicksand Regular';
  color: #696969;
  width: 100%;
  margin: 0 0 20px 0;
  background-image: url('images/quote.svg');
  background-size: 55px auto;
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 1%;
  padding-top: 10px;
}
section.single-post-content ul,
section.single-post-content ol {
  margin: 0 auto 25px auto;
}
section.single-post-content .wp-caption {
  width: 875px !important;
}
section.single-post-content .wp-caption-text {
  font-family: 'Quicksand Regular';
  font-size: 15px;
  line-height: 24px;
  color: #696969;
}
section.single-post-content div[dir="auto"] {
  font-family: 'Quicksand Regular';
  font-size: 15px;
  line-height: 24px;
  color: #696969;
  margin-bottom: 25px;
}
section.single-post-content div[dir="auto"] span {
  font-family: 'Quicksand Regular';
  font-size: 15px;
  line-height: 24px;
  color: #696969;
}
section.single-post-content div[dir="auto"] strong {
  font-family: 'Quicksand Bold';
  font-size: 15px;
  line-height: 24px;
  color: #696969;
}
section.single-post-author {
  width: 875px;
  margin: 0 auto 25px auto;
  background: #e088bb;
  min-height: 100px;
  display: block;
}
section.single-post-author .profile-pic {
  margin: 30px;
  float: left;
  width: 150px;
  height: 150px;
  background-color: #00a2e9;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
section.single-post-author .profile-desc {
  width: 645px;
  display: block;
  float: left;
  margin: 20px 0 20px 0;
}
section.single-post-author .profile-desc h2 {
  margin: 0 0 10px 0;
  padding: 0;
  font-family: 'Quicksand Medium';
  font-size: 18px;
  font-weight: normal;
  color: #FFF;
}
section.single-post-author .profile-desc p {
  font-family: 'Quicksand Light';
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  color: #FFF;
}
section.single-post-related {
  width: 875px;
  margin: 0 auto 25px auto;
}
section.single-post-related .title {
  display: inline-block;
  font-family: 'Quicksand Medium';
  font-size: 16px;
  color: #696969;
  border-top: 1px solid #e088bb;
  padding-top: 6px;
  margin-bottom: 20px;
  width: 80px;
}
section.single-post-related .wrap-post {
  width: 20%;
  margin-right: 10%;
  display: block;
  float: left;
}
section.single-post-related .wrap-post a.post-title {
  display: block;
  font-family: 'Quicksand Medium';
  font-size: 13px;
  color: #e088bb;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 6px;
}
section.single-post-related .wrap-post a.post-title:hover {
  color: #a04d7d;
}
section.single-post-related .wrap-post .post-meta {
  font-family: 'Quicksand Light';
  font-size: 13px;
}
section.single-post-related .wrap-post .post-meta a {
  color: #696969;
  text-decoration: none;
}
section.single-post-related .wrap-post .post-meta .date {
  margin-bottom: 6px;
}
section.single-post-tags {
  width: 875px;
  margin: 0 auto 25px auto;
  font-family: 'Quicksand Medium';
  font-size: 13px;
  color: #696969;
}
section.single-post-tags span.line {
  display: block;
  width: 80px;
  height: 1px;
  background-color: #e088bb;
  margin-bottom: 10px;
}
section.single-post-tags a {
  color: #e088bb;
  text-decoration: none;
}
section.single-post-tags a:hover {
  color: #a04d7d;
}
#subscribe-form,
#search-form {
  display: none;
  position: absolute;
  z-index: 100;
  right: 0;
  top: 30px;
  width: 300px;
  padding: 20px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 4px 5px 2px rgba(176, 176, 176, 0.31);
  -moz-box-shadow: 0px 4px 5px 2px rgba(176, 176, 176, 0.31);
  box-shadow: 0px 4px 5px 2px rgba(176, 176, 176, 0.31);
}
#subscribe-form .close,
#search-form .close {
  display: block;
  width: 100%;
}
#subscribe-form .close a,
#search-form .close a {
  width: 10px;
  height: 10px;
  display: block;
  float: right;
  background-image: url('images/times-solid.svg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#subscribe-form .title,
#search-form .title {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 12pt !important;
  font-style: normal !important;
  font-weight: 700 !important;
  color: #696969 !important;
  margin-bottom: 10px;
}
#subscribe-form .form #alert-subscribe,
#search-form .form #alert-subscribe {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 11pt !important;
  font-style: normal !important;
  font-weight: 700 !important;
  color: #d18bb3 !important;
  padding: 6px 0 6px 0;
}
#subscribe-form .form input[type="text"],
#search-form .form input[type="text"] {
  border: solid 0;
  outline: none;
  padding: 6px;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 10pt !important;
  font-style: normal !important;
  font-weight: normal !important;
  color: #696969 !important;
  background: #F1F1F1;
}
#subscribe-form .form input[type="submit"],
#search-form .form input[type="submit"] {
  border: solid 0;
  outline: none;
  padding: 6px;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 10pt !important;
  font-style: normal !important;
  font-weight: normal !important;
  color: #ffffff !important;
  background-color: #00a2e9;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#subscribe-form .form input[type="submit"]:hover,
#search-form .form input[type="submit"]:hover {
  background-color: #a0d9f6;
  color: #696969;
}
section.single-post-comments {
  width: 875px;
  margin: 0 auto 25px auto;
}
section.single-post-comments span.line {
  display: block;
  width: 80px;
  height: 1px;
  background-color: #e088bb;
  margin-bottom: 10px;
}
section.single-post-comments .count {
  font-family: 'Quicksand Medium';
  font-size: 13px;
  color: #696969;
  margin-bottom: 20px;
}
section.single-post-comments .comment-item {
  display: block;
  margin: 10px 0 20px 0;
}
section.single-post-comments .comment-item .gravatar {
  display: block;
  float: left;
  width: 10%;
  margin-right: 2%;
}
section.single-post-comments .comment-item .content {
  display: block;
  float: left;
  width: 88%;
}
section.single-post-comments .comment-item .content .meta {
  margin-bottom: 10px;
}
section.single-post-comments .comment-item .content .meta a {
  color: #e088bb;
}
section.single-post-comments .comment-item .content .meta .date {
  font-size: 12px;
}
section.single-post-comments .comment-item .content .meta .name {
  font-family: 'Quicksand Medium';
  font-size: 13px;
}
section.single-post-comments .comment-item .text {
  line-height: 24px;
}
section.single-post-comments .comment-item.reply {
  border-left: 5px solid #a0d9f6;
}
section.single-post-comments .comment-form-title {
  display: block;
  margin-top: 50px;
}
section.single-post-comments .comment-form-title {
  font-family: 'Quicksand Medium';
  font-size: 13px;
  color: #696969;
  margin-bottom: 20px;
}
section.single-post-comments .comment-form-label {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}
section.single-post-comments .comment-form-input {
  margin-bottom: 10px;
}
section.single-post-comments .comment-form-input input[type="text"] {
  border: solid 1px #696969;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 12pt;
  color: #696969;
  padding: 7px;
}
section.single-post-comments .comment-form-input textarea {
  border: solid 1px #696969;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 12pt;
  color: #696969;
  padding: 7px;
}
section.single-post-comments input[type="submit"] {
  border: solid 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 12pt;
  color: #696969;
  padding: 7px 10px 7px 10px;
  background-color: #ffd9f6;
  cursor: pointer;
}
section.archive-categories .container {
  margin: 0 auto 50px auto;
  min-height: 100px;
  width: 875px;
}
section.archive-categories .container .wrap {
  display: block;
  width: 100%;
  text-align: center;
}
section.archive-categories .container .category-title {
  font-family: 'Quicksand Bold';
  font-size: 21px;
  color: #696969;
  display: inline-block;
  padding: 0 4px 0 4px;
}
section.archive-categories .container a.category-seeall {
  font-family: 'Quicksand Bold';
  font-size: 21px;
  display: inline-block;
  float: right;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: none;
}
section.archive-categories .container a.category-seeall:hover {
  font-family: 'Lato', sans-serif;
  font-size: 14pt;
  font-style: normal;
  font-weight: normal;
  color: #a0d9f6;
}
section.archive-categories .container .color1 {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fbd7a3 50%, #fbd7a3 50%, #fbd7a3 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fbd7a3 50%, #fbd7a3 50%, #fbd7a3 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #fbd7a3 50%, #fbd7a3 50%, #fbd7a3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='@color', GradientType=0);
}
section.archive-categories .container .color2 {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fff9b1 50%, #fff9b1 50%, #fff9b1 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fff9b1 50%, #fff9b1 50%, #fff9b1 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #fff9b1 50%, #fff9b1 50%, #fff9b1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='@color', GradientType=0);
}
section.archive-categories .container .color3 {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #d9e483 50%, #d9e483 50%, #d9e483 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #d9e483 50%, #d9e483 50%, #d9e483 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #d9e483 50%, #d9e483 50%, #d9e483 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='@color', GradientType=0);
}
section.archive-categories .container .color4 {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fdd100 50%, #fdd100 50%, #fdd100 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fdd100 50%, #fdd100 50%, #fdd100 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #fdd100 50%, #fdd100 50%, #fdd100 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='@color', GradientType=0);
}
section.archive-categories .container .color5 {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fff582 50%, #fff582 50%, #fff582 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fff582 50%, #fff582 50%, #fff582 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #fff582 50%, #fff582 50%, #fff582 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='@color', GradientType=0);
}
section.archive-categories .container .pagination {
  display: block;
  text-align: left;
}
section.archive-categories .container .pagination a.prev {
  margin-right: 10px;
}
section.archive-categories .container .pagination a {
  display: inline-block;
  padding: 6px;
  background-color: #ffd9f6;
  color: #696969;
  text-decoration: none;
}
section.archive-categories .container .category-item {
  display: block;
  margin: 25px 0 25px 0;
}
section.archive-categories .container .category-item .image {
  display: block;
  float: left;
  margin-right: 14px;
  width: 350px;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffd9f6;
}
section.archive-categories .container .category-item .content {
  width: 511px;
  min-height: 50px;
  display: block;
  float: left;
}
section.archive-categories .container .category-item .content a.title {
  font-family: 'Quicksand Bold';
  font-size: 21px;
  color: #696969;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
  display: block;
}
section.archive-categories .container .category-item .content a.title:hover {
  color: #e088bb;
}
section.archive-categories .container .category-item .content .meta {
  font-family: 'Quicksand Regular';
  font-size: 12px;
  color: #696969;
  margin-bottom: 15px;
}
section.archive-categories .container .category-item .content .meta div.share {
  color: #e088bb;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
section.archive-categories .container .category-item .content .meta div.share .wrap-share-button {
  visibility: hidden;
  width: 120px;
  background-color: #FFF;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(176, 176, 176, 0.31);
  -moz-box-shadow: 0px 0px 5px 2px rgba(176, 176, 176, 0.31);
  box-shadow: 0px 0px 5px 2px rgba(176, 176, 176, 0.31);
}
section.archive-categories .container .category-item .content .meta div.share .wrap-share-button a {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.archive-categories .container .category-item .content .meta div.share .wrap-share-button a.wa {
  background-image: url('images/icon-wa.svg');
}
section.archive-categories .container .category-item .content .meta div.share .wrap-share-button a.fb {
  background-image: url('images/icon-fb.svg');
}
section.archive-categories .container .category-item .content .meta div.share .wrap-share-button a.tw {
  background-image: url('images/icon-tw.svg');
}
section.archive-categories .container .category-item .content .meta div.share .wrap-share-button a:hover {
  margin-bottom: 10px;
}
section.archive-categories .container .category-item .content .meta div.share:hover .wrap-share-button {
  visibility: visible;
  opacity: 1;
}
section.archive-categories .container .category-item .content .meta a {
  font-family: 'Quicksand Bold';
  font-size: 12px;
  color: #696969;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.archive-categories .container .category-item .content .meta a:hover {
  color: #a04d7d;
}
section.archive-categories .container .category-item .content .excerpt {
  font-family: 'Quicksand Light';
  font-size: 15px;
  line-height: 24px;
}
section.archive-categories .container .category-item .content .excerpt a.readmore {
  font-family: 'Quicksand Regular';
  color: #e088bb;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.archive-categories .container .category-item .content .excerpt a.readmore:hover {
  color: #a04d7d;
}
section.archive-shop .container {
  margin: 0 auto 50px auto;
  min-height: 100px;
  width: 875px;
}
section.archive-shop .container .wrap {
  display: block;
  width: 100%;
  text-align: center;
}
section.archive-shop .container .category-title {
  font-family: 'Quicksand Bold';
  font-size: 21px;
  color: #696969;
  display: inline-block;
  padding: 0 4px 0 4px;
  margin-bottom: 25px;
}
section.archive-shop .container .color1 {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fbd7a3 50%, #fbd7a3 50%, #fbd7a3 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fbd7a3 50%, #fbd7a3 50%, #fbd7a3 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #fbd7a3 50%, #fbd7a3 50%, #fbd7a3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='@color', GradientType=0);
}
section.archive-shop .container .color2 {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fff9b1 50%, #fff9b1 50%, #fff9b1 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fff9b1 50%, #fff9b1 50%, #fff9b1 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #fff9b1 50%, #fff9b1 50%, #fff9b1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='@color', GradientType=0);
}
section.archive-shop .container .color3 {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #d9e483 50%, #d9e483 50%, #d9e483 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #d9e483 50%, #d9e483 50%, #d9e483 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #d9e483 50%, #d9e483 50%, #d9e483 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='@color', GradientType=0);
}
section.archive-shop .container .color4 {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fdd100 50%, #fdd100 50%, #fdd100 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fdd100 50%, #fdd100 50%, #fdd100 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #fdd100 50%, #fdd100 50%, #fdd100 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='@color', GradientType=0);
}
section.archive-shop .container .color5 {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fff582 50%, #fff582 50%, #fff582 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fff582 50%, #fff582 50%, #fff582 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #fff582 50%, #fff582 50%, #fff582 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='@color', GradientType=0);
}
section.archive-shop .container .pagination {
  display: block;
  text-align: left;
}
section.archive-shop .container .pagination a.prev {
  margin-right: 10px;
}
section.archive-shop .container .pagination a {
  display: inline-block;
  padding: 6px;
  background-color: #ffd9f6;
  color: #696969;
  text-decoration: none;
}
section.archive-shop .container .wrap-product-item {
  text-decoration: none;
  display: flex;
  float: left;
  width: 23%;
  margin: 1%;
  min-height: 100px;
  background-color: #FFF;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-shadow: 0px 3px 5px 2px rgba(176, 176, 176, 0.31);
  -moz-box-shadow: 0px 3px 5px 2px rgba(176, 176, 176, 0.31);
  box-shadow: 0px 3px 5px 2px rgba(176, 176, 176, 0.31);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  align-items: flex-end;
  justify-content: center;
}
section.archive-shop .container .wrap-product-item .meta {
  margin: 10px;
  display: block;
  text-align: center;
}
section.archive-shop .container .wrap-product-item .meta .title {
  font-family: 'Quicksand Bold';
  font-size: 18px;
  color: #FFF;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
}
section.archive-shop .container .wrap-product-item .meta .price {
  font-family: 'Quicksand Bold';
  font-size: 18px;
  color: #FFF;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
}
section.archive-shop .container .wrap-product-item:hover {
  -webkit-box-shadow: 0px 3px 5px 2px rgba(176, 176, 176, 0.61);
  -moz-box-shadow: 0px 3px 5px 2px rgba(176, 176, 176, 0.61);
  box-shadow: 0px 3px 5px 2px rgba(176, 176, 176, 0.61);
}
@media (min-width: 1024px) and (max-width: 1200px) {
  header .bottom-menu {
    display: block;
    width: 98%;
    height: 33px;
    padding: 0 1% 0 1%;
    margin-bottom: 10px;
  }
  header .bottom-menu .left {
    width: 5%;
    height: 33px;
    display: flex;
    float: left;
    align-items: center;
    justify-content: flex-start;
  }
  header .bottom-menu .left a.logo-text {
    display: none;
    width: 100%;
    height: 33px;
    background-image: url('images/logo-text.svg');
    background-repeat: no-repeat;
    background-size: 50px auto;
    background-position: center center;
    cursor: pointer;
  }
  header .bottom-menu .middle {
    width: 90%;
    height: 33px;
    display: flex;
    float: left;
    align-items: center;
    justify-content: center;
  }
  header .bottom-menu .middle ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  header .bottom-menu .middle ul li {
    display: inline-block;
    margin: 0 4px 0 4px;
    padding: 6px;
  }
  header .bottom-menu .middle ul li a {
    text-transform: uppercase;
    color: #696969;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
  }
  header .bottom-menu .middle ul li a:hover {
    color: #00a2e9;
  }
  header .bottom-menu .middle ul li ul {
    display: none;
  }
  header .bottom-menu .right {
    width: 5%;
    height: 33px;
    display: flex;
    float: left;
    align-items: center;
    justify-content: flex-end;
  }
  header .bottom-menu .right a#btn-search-2 {
    display: none;
    width: 12px;
    height: 12px;
    background-image: url('images/icon-search.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .wrap-section {
    width: 1000px;
    display: block;
    margin: auto;
  }
  .wrap-section .wrap-section-home-categories {
    display: block;
    width: 690px;
    margin-right: 40px;
    float: left;
  }
  .wrap-section .wrap-section-home-categories section.home-categories .container {
    margin: 0 0 50px 0;
    min-height: 100px;
    width: 700px;
  }
  .wrap-section .wrap-section-home-categories section.home-categories .container .category-title {
    font-family: 'Quicksand Bold';
    font-size: 21px;
    color: #696969;
    display: inline-block;
    padding: 0 4px 0 4px;
  }
  .wrap-section .wrap-section-home-categories section.home-categories .container a.category-seeall {
    display: inline-block;
    float: right;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-decoration: none;
  }
  .wrap-section .wrap-section-home-categories section.home-categories .container .color1 {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fbd7a3 50%, #fbd7a3 50%, #fbd7a3 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fbd7a3 50%, #fbd7a3 50%, #fbd7a3 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #fbd7a3 50%, #fbd7a3 50%, #fbd7a3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='@color', GradientType=0);
  }
  .wrap-section .wrap-section-home-categories section.home-categories .container .color2 {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fff9b1 50%, #fff9b1 50%, #fff9b1 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fff9b1 50%, #fff9b1 50%, #fff9b1 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #fff9b1 50%, #fff9b1 50%, #fff9b1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='@color', GradientType=0);
  }
  .wrap-section .wrap-section-home-categories section.home-categories .container .color3 {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #d9e483 50%, #d9e483 50%, #d9e483 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #d9e483 50%, #d9e483 50%, #d9e483 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #d9e483 50%, #d9e483 50%, #d9e483 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='@color', GradientType=0);
  }
  .wrap-section .wrap-section-home-categories section.home-categories .container .color4 {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fdd100 50%, #fdd100 50%, #fdd100 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fdd100 50%, #fdd100 50%, #fdd100 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #fdd100 50%, #fdd100 50%, #fdd100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='@color', GradientType=0);
  }
  .wrap-section .wrap-section-home-categories section.home-categories .container .color5 {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fff582 50%, #fff582 50%, #fff582 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fff582 50%, #fff582 50%, #fff582 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #fff582 50%, #fff582 50%, #fff582 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='@color', GradientType=0);
  }
  .wrap-section .wrap-section-home-categories section.home-categories .container .category-item {
    display: block;
    margin: 25px 0 25px 0;
  }
  .wrap-section .wrap-section-home-categories section.home-categories .container .category-item .image {
    display: block;
    float: left;
    margin-right: 15px;
    width: 200px;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .wrap-section .wrap-section-home-categories section.home-categories .container .category-item .content {
    width: 475px;
    min-height: 50px;
    display: block;
    float: left;
  }
  .wrap-section .wrap-section-home-categories section.home-categories .container .category-item .content a.title {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 14px;
    display: block;
  }
  .wrap-section .wrap-section-home-categories section.home-categories .container .category-item .content a.title:hover {
    color: #e088bb;
  }
  .wrap-section .wrap-section-home-categories section.home-categories .container .category-item .content .meta {
    margin-bottom: 10px;
  }
  .wrap-section .wrap-section-home-categories section.home-categories .container .category-item .content .meta div.share {
    color: #e088bb;
    cursor: pointer;
    position: relative;
    display: inline-block;
  }
  .wrap-section .wrap-section-home-categories section.home-categories .container .category-item .content .meta div.share .wrap-share-button {
    visibility: hidden;
    width: 120px;
    background-color: #FFF;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(176, 176, 176, 0.31);
    -moz-box-shadow: 0px 0px 5px 2px rgba(176, 176, 176, 0.31);
    box-shadow: 0px 0px 5px 2px rgba(176, 176, 176, 0.31);
  }
  .wrap-section .wrap-section-home-categories section.home-categories .container .category-item .content .meta div.share .wrap-share-button a {
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .wrap-section .wrap-section-home-categories section.home-categories .container .category-item .content .meta div.share .wrap-share-button a.wa {
    background-image: url('images/icon-wa.svg');
  }
  .wrap-section .wrap-section-home-categories section.home-categories .container .category-item .content .meta div.share .wrap-share-button a.fb {
    background-image: url('images/icon-fb.svg');
  }
  .wrap-section .wrap-section-home-categories section.home-categories .container .category-item .content .meta div.share .wrap-share-button a.tw {
    background-image: url('images/icon-tw.svg');
  }
  .wrap-section .wrap-section-home-categories section.home-categories .container .category-item .content .meta div.share .wrap-share-button a:hover {
    margin-bottom: 10px;
  }
  .wrap-section .wrap-section-home-categories section.home-categories .container .category-item .content .meta div.share:hover .wrap-share-button {
    visibility: visible;
    opacity: 1;
  }
  .wrap-section .wrap-section-home-categories section.home-categories .container .category-item .content .meta a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .wrap-section .wrap-section-home-categories section.home-categories .container .category-item .content .meta a:hover {
    color: #e088bb;
  }
  .wrap-section .wrap-section-home-categories section.home-categories .container .category-item .content .excerpt a.readmore {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .wrap-section .wrap-section-home-sidebar {
    width: 270px;
    min-height: 200px;
    display: block;
    float: left;
  }
  .wrap-section .wrap-section-home-sidebar .wrap-sidebar-widget {
    margin-bottom: 20px;
  }
  .wrap-section .wrap-section-home-sidebar .wrap-sidebar-widget a {
    color: #e088bb;
  }
}
section.mobile-header,
section.home-featured-posts-mobile,
a#floating-menu,
.wrap-section#mobile {
  display: none;
}
.wrap-section#desktop {
  display: block;
}
@media (max-width: 875px) {
  header .top-menu,
  header .logo,
  header .bottom-menu,
  header .bottom-menu.fixed,
  header .tagline {
    display: none;
  }
  a {
    -webkit-tap-highlight-color: #ffd9f6;
  }
  .wrap-section#mobile {
    display: block;
  }
  .wrap-section#desktop {
    display: none;
  }
  section.mobile-header {
    display: block;
    width: 100%;
  }
  section.mobile-header .top-bar {
    display: block;
    width: 100%;
    height: 43px;
    background-color: #ffffff;
  }
  section.mobile-header .logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0 0;
  }
  section.mobile-header .logo a.logo {
    display: block;
    width: 80px;
    height: 80px;
    background-image: url('images/logo-icon.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  section.mobile-header .logo a.btn-mobile-menu {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 33px;
    height: 33px;
    background-image: url('images/menu.svg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5px 15px 5px 0;
  }
  section.mobile-header .tagline {
    border: solid #E4E4E4;
    border-width: 1px 0 1px 0;
    display: block;
    text-align: center;
    padding: 4px 0 4px 0;
    margin: 20px 0 25px 0;
  }
  section.mobile-header .wrap-mobile-dropdown {
    -webkit-box-shadow: 0px 5px 9px 2px rgba(176, 176, 176, 0.41);
    -moz-box-shadow: 0px 5px 9px 2px rgba(176, 176, 176, 0.41);
    box-shadow: 0px 5px 9px 2px rgba(176, 176, 176, 0.41);
    display: none;
    width: 200px;
    padding: 5%;
    background-color: #ffffff;
    position: absolute;
    z-index: 90;
    right: 0;
    top: 48px;
    font-size: 14px;
  }
  section.mobile-header .wrap-mobile-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  section.mobile-header .wrap-mobile-dropdown ul li a {
    color: #696969;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  section.mobile-header .wrap-mobile-dropdown .right-menu,
  section.mobile-header .wrap-mobile-dropdown .left-menu {
    display: block;
    margin-bottom: 10px;
    text-align: right;
  }
  section.mobile-header .wrap-mobile-dropdown .right-menu ul li,
  section.mobile-header .wrap-mobile-dropdown .left-menu ul li {
    display: inline-block;
    margin-left: 10px;
  }
  section.mobile-header .wrap-mobile-dropdown .right-menu ul li a,
  section.mobile-header .wrap-mobile-dropdown .left-menu ul li a {
    cursor: pointer;
  }
  section.mobile-header .wrap-mobile-dropdown .right-menu a#btn-search-3,
  section.mobile-header .wrap-mobile-dropdown .left-menu a#btn-search-3 {
    display: block;
    width: 12px;
    height: 12px;
    background-image: url('images/icon-search.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  section.mobile-header .wrap-mobile-dropdown .left-menu {
    width: 200px;
    float: right;
    margin-top: 10px;
  }
  section.mobile-header .wrap-mobile-dropdown .left-menu ul li {
    display: block;
    padding-right: 30px;
  }
  section.mobile-header .wrap-mobile-dropdown .left-menu ul li a {
    display: block;
    background-color: #FFF;
    padding: 6px;
    margin: 1px;
  }
  section.mobile-header .wrap-mobile-dropdown .left-menu li.menu-item-has-children ul {
    display: none;
    margin-right: -22px;
  }
  section.mobile-header .wrap-mobile-dropdown .left-menu li.menu-item-has-children ul li {
    padding-right: 0;
  }
  section.mobile-header .wrap-mobile-dropdown .left-menu .btn-sub-menu {
    width: 30px;
    height: 34px;
    display: block;
    position: absolute;
    z-index: 10;
    margin: -35px 0 0 160px;
    border: solid 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px auto;
  }
  section.mobile-header .wrap-mobile-dropdown .left-menu .btn-sub-menu.down {
    background-image: url('images/arrow.svg');
  }
  section.mobile-header .wrap-mobile-dropdown .left-menu .btn-sub-menu.up {
    background-image: url('images/arrow.svg');
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
  }
  section.mobile-header .wrap-mobile-dropdown .bottom-menu div {
    border-top: solid 1px #C9C9C9;
    width: 200px;
    float: right;
    margin-top: 10px;
  }
  section.mobile-header .wrap-mobile-dropdown .bottom-menu div ul li {
    display: block;
  }
  section.mobile-header .wrap-mobile-dropdown .bottom-menu div ul li a {
    display: block;
    padding: 6px;
    margin: 1px;
  }
  section.mobile-header .wrap-mobile-dropdown .bottom-menu div li.menu-item-has-children ul {
    margin-left: 20px;
    display: none;
  }
  section.mobile-header .wrap-mobile-dropdown .bottom-menu div .btn-sub-menu {
    width: 30px;
    height: 34px;
    display: block;
    position: absolute;
    z-index: 10;
    margin: -35px 0 0 170px;
    border: solid 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px auto;
  }
  section.mobile-header .wrap-mobile-dropdown .bottom-menu div .btn-sub-menu.down {
    background-image: url('images/arrow.svg');
  }
  section.mobile-header .wrap-mobile-dropdown .bottom-menu div .btn-sub-menu.up {
    background-image: url('images/arrow.svg');
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
  }
  #subscribe-form {
    top: 86px;
    width: 70%;
    padding: 5%;
  }
  section.home-featured-posts {
    display: none;
  }
  section.home-featured-posts .block-1 {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 1%;
    background: #ffd9f6;
  }
  section.home-featured-posts .block-2,
  section.home-featured-posts .block-3,
  section.home-featured-posts .block-4,
  section.home-featured-posts .block-5 {
    display: block;
    float: left;
    width: 48%;
    margin: 1%;
    background: #ffd9f6;
  }
  section.home-featured-posts .block {
    overflow: hidden;
  }
  section.home-featured-posts-mobile {
    display: block;
    width: 94%;
    margin: auto auto 40px auto;
  }
  section.home-featured-posts-mobile #homepage-slider div.slide-item a {
    background-color: #ffd9f6;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 100%;
    text-align: center;
    text-decoration: none;
  }
  section.home-featured-posts-mobile #homepage-slider div.slide-item a span {
    font-family: 'Quicksand Medium';
    font-size: 24px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 0 10px 20px 10px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
  }
  section.home-testimoni .container {
    margin: 20px auto 20px auto;
    min-height: 100px;
    width: 94%;
  }
  section.home-testimoni .container .row-1 {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  section.home-testimoni .container .row-1 .image {
    width: 25%;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin-right: 2%;
    background-color: #ffd9f6;
  }
  section.home-testimoni .container .row-1 .image:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  section.home-testimoni .container .row-1 .content {
    width: 69%;
    display: block;
    float: left;
    min-height: 63px;
    background-image: url('images/quote.svg');
    background-size: 43px auto;
    background-repeat: no-repeat;
    background-position: top left;
    padding: 2%;
    font-family: 'Quicksand Regular';
    font-size: 18px;
    color: #332C2B;
  }
  section.home-testimoni .container .row-1 .content p {
    margin: 0;
    padding: 0;
  }
  section.home-testimoni .container .row-1 .content p a {
    color: #e088bb;
    text-decoration: none;
  }
  section.home-testimoni .container .row-2 {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  section.home-testimoni .container .row-2 .image {
    width: 25%;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-border-radius: 93px;
    -moz-border-radius: 93px;
    border-radius: 93px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin-left: 2%;
    background-color: #ffd9f6;
  }
  section.home-testimoni .container .row-2 .content {
    width: 69%;
    display: block;
    float: left;
    min-height: 63px;
    background-image: url('images/quote.svg');
    background-size: 43px auto;
    background-repeat: no-repeat;
    background-position: top right;
    padding: 2%;
    text-align: right;
    font-family: 'Quicksand Regular';
    font-size: 18px;
    color: #332C2B;
  }
  section.home-testimoni .container .row-2 .content p {
    margin: 0;
    padding: 0;
  }
  section.home-testimoni .container .row-2 .content p a {
    color: #e088bb;
    text-decoration: none;
  }
  .wrap-section {
    width: 100%;
    display: block;
    margin: auto;
  }
  .wrap-section .wrap-section-home-categories {
    display: block;
    width: 94%;
    margin-right: 0;
    margin: auto;
    float: none;
  }
  .wrap-section .wrap-section-home-categories section.home-categories .container {
    margin: 0 0 20px 0;
    min-height: 100px;
    width: 100%;
  }
  .wrap-section .wrap-section-home-categories section.home-categories .container .category-title {
    font-family: 'Quicksand Medium';
    font-size: 18px;
    color: #332C2B;
    display: inline-block;
    padding: 0 4px 0 4px;
  }
  .wrap-section .wrap-section-home-categories section.home-categories .container a.category-seeall,
  .wrap-section .wrap-section-home-categories section.home-categories .container a.category-seeall:hover {
    font-family: 'Quicksand Medium';
    font-size: 18px;
    color: #332C2B;
  }
  .wrap-section .wrap-section-home-categories section.home-categories .container .category-item {
    display: flex;
  }
  .wrap-section .wrap-section-home-categories section.home-categories .container .category-item .image {
    float: none;
    margin-right: 4%;
    width: 25%;
    margin-bottom: 0;
    min-height: 10px;
  }
  .wrap-section .wrap-section-home-categories section.home-categories .container .category-item .image:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .wrap-section .wrap-section-home-categories section.home-categories .container .category-item .content {
    width: 71%;
    min-height: 50px;
    display: block;
    float: none;
  }
  .wrap-section .wrap-section-home-categories section.home-categories .container .category-item .content a.title {
    font-family: 'Quicksand Medium';
    font-size: 18px;
    color: #332C2B;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 10px;
    display: block;
  }
  .wrap-section .wrap-section-home-categories section.home-categories .container .category-item .content .meta,
  .wrap-section .wrap-section-home-categories section.home-categories .container .category-item .content .excerpt {
    display: none;
  }
  .wrap-section .wrap-section-home-sidebar {
    display: none;
  }
  section.home-footer-buttons {
    display: block;
    width: 96%;
    margin: 0 2% 50px 2%;
  }
  section.home-footer-buttons a {
    width: 100%;
    margin: 0 0 10px 0;
    display: block;
    float: left;
    background-color: #ffd9f6;
    background-size: cover;
    background-position: top center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  section.home-footer-buttons a:hover {
    opacity: 0.9;
  }
  section.home-footer-buttons a.middle {
    margin: 0 0 10px 0;
  }
  footer {
    width: 96%;
    border: solid #E4E4E4;
    border-width: 2px 0 2px 0;
    padding: 10px 2% 30px 2% ;
    display: block;
    float: none;
    align-items: center;
    justify-content: flex-start;
  }
  footer .left {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .left a.logo {
    display: block;
    width: 100px;
    height: 100px;
    background-image: url('images/logo-icon.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 15px;
  }
  footer .left a.social {
    display: block;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    background-color: #110E0F;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    border-radius: 55px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 65% auto;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  footer .left a.social.youtube {
    background-image: url('images/icon-youtube-bw.svg');
  }
  footer .left a.social.instagram {
    background-image: url('images/icon-instagram-bw.svg');
  }
  footer .left a.social.facebook {
    background-image: url('images/icon-facebook-bw.svg');
  }
  footer .left a.social.twitter {
    background-image: url('images/icon-twitter-bw.svg');
  }
  footer .right {
    display: block;
    min-width: 100px;
    margin-left: 0;
    margin-top: 10px;
  }
  footer .right .title {
    width: 100%;
    margin-bottom: 10px;
    display: block;
    text-align: center;
  }
  footer .right .items {
    width: 100%;
    display: block;
    text-align: center;
  }
  footer .right .items a.partner-item {
    display: inline-block;
    float: none;
    width: 64px;
    height: 64px;
    background-color: #ffffff;
    margin: 5px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .below-footer {
    display: block;
    width: 98%;
    height: 33px;
    padding: 0 1% 0 1%;
  }
  .below-footer .left {
    text-align: center;
    display: flex;
    float: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 33px;
  }
  .below-footer .left ul li {
    display: inline-block;
    margin-right: 0;
  }
  .below-footer .right {
    display: flex;
    float: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 33px;
  }
  .below-footer .right ul {
    margin: 0;
    padding: 0;
  }
  .below-footer .right ul li {
    display: inline-block;
    margin-left: 0;
    margin: 0 6px 0 6px;
  }
  .below-footer .right ul li a {
    color: #696969;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .below-footer .right ul li a:hover {
    color: #00a2e9;
  }
  section.archive-categories .container {
    margin: 0 auto 20px auto;
    min-height: 100px;
    width: 94%;
  }
  section.archive-categories .container .category-item .image {
    float: none;
    margin-right: 0;
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
  }
  section.archive-categories .container .category-item .content {
    width: 100%;
    min-height: 50px;
    display: block;
    float: none;
  }
  section.archive-categories .container .category-item .content .meta div.share .wrap-share-button {
    width: 40px;
    margin-left: -20px;
  }
  section.archive-categories .container .category-item .content .excerpt a.readmore {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  section.single-post-top {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  section.single-post-top .post-head {
    display: block;
    float: none;
    width: 90%;
    min-height: 100px;
    margin-right: 5%;
    margin-left: 5%;
  }
  section.single-post-top .post-head .post-title {
    margin: 10px 0 10px 0;
    padding: 0;
    line-height: 28px;
  }
  section.single-post-content {
    width: 90%;
    margin: auto;
  }
  section.single-post-content img {
    max-width: 100% !important;
    height: auto;
  }
  section.single-post-content p {
    margin: 0 auto 20px auto;
  }
  section.single-post-content blockquote p,
  section.single-post-content blockquote div[dir="auto"] {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    font-family: 'Quicksand Regular';
    color: #696969;
    width: 100%;
    margin: 0 0 20px 0;
    background-image: url('images/quote.svg');
    background-size: 55px auto;
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 1%;
    padding-top: 10px;
  }
  section.single-post-content ul,
  section.single-post-content ol {
    margin: 0 auto 20px auto;
  }
  section.single-post-content .wp-caption {
    width: 90% !important;
  }
  section.single-post-content div[dir="auto"] {
    margin-bottom: 20px;
  }
  section.single-post-author {
    width: 84%;
    margin: 0 auto 20px auto;
    padding: 3%;
    min-height: 100px;
    display: block;
  }
  section.single-post-author .profile-pic {
    margin: auto;
    float: none;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  section.single-post-author .profile-desc {
    width: 100%;
    display: block;
    float: none;
    margin: 20px 0 20px 0;
  }
  section.single-post-author .profile-desc h2 {
    margin: 0 0 10px 0;
    padding: 0;
  }
  section.single-post-author .profile-desc p {
    margin: 0;
    padding: 0;
  }
  section.single-post-related {
    width: 90%;
    margin: 0 auto 20px auto;
  }
  section.single-post-related .wrap-post {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 15px;
  }
  section.single-post-tags {
    width: 90%;
    margin: 0 auto 20px auto;
  }
  section.single-post-comments {
    width: 90%;
    margin: 0 auto 20px auto;
  }
  section.single-post-comments textarea {
    width: 90% !important;
  }
  section.archive-shop .container {
    margin: 0 auto 50px auto;
    min-height: 100px;
    width: 90%;
  }
  section.archive-shop .container .wrap {
    display: block;
    width: 100%;
    text-align: center;
  }
  section.archive-shop .container .category-title {
    font-family: 'Quicksand Bold';
    font-size: 21px;
    color: #696969;
    display: inline-block;
    padding: 0 4px 0 4px;
    margin-bottom: 25px;
  }
  section.archive-shop .container .color1 {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fbd7a3 50%, #fbd7a3 50%, #fbd7a3 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fbd7a3 50%, #fbd7a3 50%, #fbd7a3 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #fbd7a3 50%, #fbd7a3 50%, #fbd7a3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='@color', GradientType=0);
  }
  section.archive-shop .container .color2 {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fff9b1 50%, #fff9b1 50%, #fff9b1 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fff9b1 50%, #fff9b1 50%, #fff9b1 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #fff9b1 50%, #fff9b1 50%, #fff9b1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='@color', GradientType=0);
  }
  section.archive-shop .container .color3 {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #d9e483 50%, #d9e483 50%, #d9e483 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #d9e483 50%, #d9e483 50%, #d9e483 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #d9e483 50%, #d9e483 50%, #d9e483 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='@color', GradientType=0);
  }
  section.archive-shop .container .color4 {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fdd100 50%, #fdd100 50%, #fdd100 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fdd100 50%, #fdd100 50%, #fdd100 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #fdd100 50%, #fdd100 50%, #fdd100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='@color', GradientType=0);
  }
  section.archive-shop .container .color5 {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fff582 50%, #fff582 50%, #fff582 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fff582 50%, #fff582 50%, #fff582 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #fff582 50%, #fff582 50%, #fff582 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='@color', GradientType=0);
  }
  section.archive-shop .container .pagination {
    display: block;
    text-align: left;
  }
  section.archive-shop .container .pagination a.prev {
    margin-right: 10px;
  }
  section.archive-shop .container .pagination a {
    display: inline-block;
    padding: 6px;
    background-color: #ffd9f6;
    color: #696969;
    text-decoration: none;
  }
  section.archive-shop .container .wrap-product-item {
    text-decoration: none;
    display: flex;
    float: left;
    width: 48%;
    margin: 1%;
    min-height: 100px;
    background-color: #FFF;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-box-shadow: 0px 3px 5px 2px rgba(176, 176, 176, 0.31);
    -moz-box-shadow: 0px 3px 5px 2px rgba(176, 176, 176, 0.31);
    box-shadow: 0px 3px 5px 2px rgba(176, 176, 176, 0.31);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    align-items: flex-end;
    justify-content: center;
  }
  section.archive-shop .container .wrap-product-item .meta {
    margin: 10px;
    display: block;
    text-align: center;
  }
  section.archive-shop .container .wrap-product-item .meta .title {
    font-size: 13px;
  }
  section.archive-shop .container .wrap-product-item .meta .price {
    font-size: 10px;
  }
  section.archive-shop .container .wrap-product-item:hover {
    -webkit-box-shadow: 0px 3px 5px 2px rgba(176, 176, 176, 0.61);
    -moz-box-shadow: 0px 3px 5px 2px rgba(176, 176, 176, 0.61);
    box-shadow: 0px 3px 5px 2px rgba(176, 176, 176, 0.61);
  }
  section.instagram-feeds {
    display: block;
    width: 98%;
    margin: 0 auto 20px auto;
  }
  section.instagram-feeds .wrap-feeds {
    overflow-x: auto;
    overflow-y: hidden;
    height: 250px;
  }
  section.instagram-feeds .wrap-feeds .feeds {
    width: 1050px;
  }
  section.instagram-feeds .wrap-feeds .feeds .sbi_photo {
    width: 200px !important;
    height: 200px !important;
    margin-right: 10px !important;
    float: left !important;
    padding: 0 !important;
    margin-left: 0 !important;
  }
  a#floating-menu {
    display: flex;
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 50px;
    background-color: #E40082;
    bottom: 0;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 28px;
    color: #FFF;
    font-family: 'Quicksand Regular';
    font-weight: bold;
  }
}
