body {
  opacity: 0;
}
body.ready {
  opacity: 1;
  transition: 0.5s opacity;
}
.showqr {
  opacity: 1 !important;
}
input:focus,
textarea:focus {
  border-color: #523c2e !important;
}
.nav.navbar-left-sidebar li a,
nav.navbar.bootsnav.navbar-left-sidebar ul.nav > li > a {
  color: #666 !important;
}
.title-small {
  font-size: 2vw;
  line-height: normal;
}
.title-medium {
  font-size: 3.6vw;
  line-height: normal;
}
.logo-holder img {
  max-height: 26px;
  width: auto;
}
nav.navbar.bootsnav.sidebar-nav .navbar-left-sidebar > li.nav-pink > a {
  color: #f69fa1;
}
.nav.navbar-left-sidebar > li:hover > a {
  color: #f69fa1 !important;
}
.text-light-pink {
  color: #f6a0a180;
}
.text-lighter-pink {
  color: #e9d5d5;
}
.text-light-grey {
  color: #e3e3e3;
}
.text-middle-line:before {
  max-width: 212px;
  width: 50%;
  opacity: 0.5;
}
.text-middle-line.text-right:before {
  right: 0;
}

.scroll-top-arrow,
.scroll-top-arrow:focus {
  background: #f69fa1;
}
.scroll-top-arrow:hover {
  background: #ffdede;
}
.ti-mouse {
  color: #f99c9c;
}
/* //////////////// */
/* Social Float */
.social-float {
  position: fixed;
  right: 0;
  bottom: 40%;
  margin-right: 1.2%;
  z-index: 5;
}
.social-float-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 rgba(72, 49, 34, 0.14);
  background-color: #ffffff;
}
.social-block {
  flex: 1;
  margin: 0 12px;
  padding: 12px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
}
.social-block:last-child {
  border-bottom: none;
}
/* end Social Float */
/* //////////////// */
.clearHeader {
  height: 60px;
}
.accordion-style3 .panel-title {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-style3 .panel-title span.md-width-80 {
  flex: 1;
  max-width: 80%;
  line-height: normal;
}
.accordion-style3 .panel .panel-heading {
  background: transparent;
  color: #666666;
  border: 1px solid #f6a2a4;
}
.accordion-style3 .panel-heading i {
  color: #3c2313;
  font-size: 15px;
}
.list-style-4.list-style-color li:before {
  color: #523c2e !important;
}
ul.disc-list {
  list-style: disc;
  list-style-position: inside;
  padding: 0;
  line-height: 1.3;
}
ul.disc-list li {
}
.indent-control {
  margin: 0px 10px;
}
.hover-option4 .grid-item figure:hover img {
  opacity: 0.4;
}
.box-title {
  color: #f6a2a4;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: -0.6px;
  margin-top: 3%;
}
.category-box-icon-holder img {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .clearHeader {
    height: 0px;
  }
  .logo-holder img {
    max-height: 47px;
    max-width: 182px;
    height: auto;
    width: auto;
  }
  .nav.navbar-left-sidebar {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .title-medium {
    font-size: 7vw;
  }
  .title-small {
    font-size: 6vw;
  }
  .swiper-portfolio-prev,
  .swiper-portfolio-next {
    padding: 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .title-medium {
    font-size: 6vw;
  }
  .title-small {
    font-size: 3vw;
  }
}
@media (max-width: 600px) {
  .social-float {
    bottom: 33%;
  }
}
