/* CSS Document */
/*------------------------------------------------------------------
/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - STYLES INIT */
/* 02 - PRELOADER */
/* 03 - BUTTONS  */
/* 04 - HERO  */
/* 05 - FOOTER  */
/* 06 - TEXT BLOCK SHORTCODE  */
/* 07 - ERROR PAGE  */
/* 08 - BLOG */
/* 09 - POST DETAIL */
/* 10 - WOOCOMMERCE */
/* 11 - PORTFOLIO SIMPLE GALLERY */
/* 12 - PORTFOLIO SIMPLE SLIDER */
/* 13 - PORTFOLIO URBAN */
/* 14 - PORTFOLIO TILE INFO */
/* 15 - PORTFOLIO ALIA */
/* 16 - PORTFOLIO MENIO */
/* 17 - PORTFOLIO PARALLAX */
/* 18 - PORTFOLIO LEFT GALLERY */
/*------------------------------------------------------*/
/*---------------------- 01. STYLES INIT----------------------*/
@import url("https://fonts.googleapis.com/css?family=Muli:200,300,400,600,700,800,900|Playfair+Display:400,900");
html.js {
  margin-top: 0 !important;
  font-size: 14px;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  position: relative;
  background: #ffffff;
}

strong, b {
  font-weight: 800;
}

.circle .ugm-map-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.main-wrapper {
  min-height: 100vh;
}

::-moz-selection {
  background: #000;
  color: #ffffff;
}

::selection {
  background: #000;
  color: #ffffff;
}

::-moz-selection {
  background: #000;
  color: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-font-smoothing: antialiased;
}

:focus {
  outline: 0;
}

a,
a:hover,
a:focus {
  color: #222222;
  outline: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

a {
  text-decoration: underline;
}

.text-light a {
  color: #ffffff;
}

.no-scroll {
  overflow-y: hidden !important;
}

.overflow-hidden {
  overflow: hidden;
}

.main-wrapper img {
  max-width: 100%;
  height: auto;
}

/* typography
---------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Muli", sans-serif;
}

.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
}

h1 {
  font-size: 44px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

p {
  font-family: "Muli", sans-serif;
}

/* Responsive typography
---------------------------*/
@media (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 1.2;
  }

  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 17px;
  }

  h6 {
    font-size: 13px;
  }
}
body.lg-on {
  overflow: hidden;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  direction: ltr;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: inherit;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: left, top, -webkit-transform;
  transition-property: transform, left, top;
  transition-property: transform, left, top, -webkit-transform;
  transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  box-sizing: content-box;
  cursor: s-resize;
  margin: 0 auto;
  height: inherit;
  float: left;
}

.swiper-slide {
  float: left;
  height: inherit;
  position: relative;
  width: 100%;
}

.hero img,
.single-content img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  border: none;
}

.display {
  display: block !important;
}

.overflow-full {
  overflow: hidden;
}

.text-light p {
  color: #ffffff;
}

.text-dark p {
  color: #000;
}

.monospace {
  font-family: 'Source Code Pro';
  color: #494949;
}

.text-light .monospace {
  color: #D0D0D0;
}

.bypostauthor {
  font-size: inherit;
}

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

.page-template-default form label {
  width: 100%;
}

.no-menu {
  font-family: "Muli", sans-serif;
}
.no-menu > a {
  color: #0A246A;
}

.padding-both > .container {
  padding: 40px 30px 20px !important;
}

.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(5px);
  z-index: 99;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

.bigtext {
  font-size: 160px;
  line-height: 1;
  font-family: "Muli", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.notfound {
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

abbr,
acronym {
  border-bottom: none !important;
}

.notfound:hover {
  opacity: .7;
}

.container .ytbg iframe,
.hero .vc_row-fluid .vc_column_container .ytbg iframe {
  margin-left: 0 !important;
}

.mb_OnlyYT,
.mb_YTPTime,
span.mb_YTPMuteUnmute {
  font-size: 0 !important;
  display: none;
}

.mb_YTPPlaypause {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0;
}

.mb_YTPPlaypause:before {
  font-family: 'FontAwesome';
  content: "\f04c";
  font-size: 25px;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  text-shadow: 1px 1px 2px black;
}

.mb_YTPPlaypause.active:before {
  content: "\f04b";
}

.mb_YTPBar {
  bottom: 0;
  left: 25px;
}

.mb_YTPBar .buttonBar {
  height: 60px;
}

.wpb_column > .wpb_wrapper > p:last-child {
  margin-bottom: 10px;
}

.vc_column_container .wpb_wrapper .vc_btn3.vc_btn3-style-outline {
  border-width: 1px;
  padding: 3px 22px;
  font-family: 'Muli', sans-serif;
  font-size: 13px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 992px) {
  .single-content.pr30 {
    padding-right: 30px !important;
  }
}
@media (max-width: 992px) {
  .bigtext {
    font-size: 130px;
  }
}
@media (max-width: 768px) {
  .bigtext {
    font-size: 70px;
  }

  .product-slider-wrapper .awa-prod-list-image {
    padding-right: 40px;
  }
  .product-slider-wrapper .swiper3-pagination {
    right: 25px;
  }
}
@media (max-width: 767px) {
  .no-pad-xs {
    padding: 0 !important;
  }

  .vc_column_container.vc_col-sm-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero {
    padding: 0;
  }

  .page .wpb_row,
  .page .wpb_content_element,
  .page ul.wpb_thumbnails-fluid > li,
  .page .last_toggle_el_margin,
  .page .wpb_button {
    margin-bottom: 0;
  }

  .pad-top-120 {
    padding-top: 110px !important;
  }

  [class*="col-sm"] {
    margin-bottom: 0;
  }
}
.text-light {
  color: #ffffff;
}

.text-dark {
  color: #222222;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

input.rememberme {
  display: none !important;
}

.iframe-video.audio {
  background-color: #f2f2f2;
}

.iframe-video .awa-sound-btn {
  width: 50px;
  height: 50px;
  left: 50%;
  right: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.row, .col-xs-12 {
  min-height: 0;
}

/*helper classes*/
.fullwidth {
  width: 100%;
}

.fullheight {
  height: 100%;
}

.vc_column_container {
  z-index: 30;
}

.grey {
  background-color: #F7F7F7;
}

.black {
  background-color: #000;
}

.white {
  background-color: #ffffff;
}

.vCenter {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.highlight {
  background-color: #000;
  color: #ffffff;
}

.overflow {
  overflow: hidden;
}

.video-container iframe {
  border: 0;
}

iframe[name="advpp_manager"] {
  position: absolute;
  left: -9999px;
}

@media (max-width: 768px) {
  .vc_row[data-vc-full-width] {
    padding: 0;
  }
}
.overlay-dark {
  background-color: rgba(0, 0, 0, 0.25);
}

.overlay-dark-error {
  background-color: rgba(0, 0, 0, 0.35);
}

.overlay-dark-2x {
  background-color: rgba(0, 0, 0, 0.7);
}

[class*="overlay-dark"] ~ *,
[class*="overlay-light"] ~ * {
  position: relative;
}

/* parallax images
---------------------------*/
[data-stellar-background-ratio] {
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.bg-cover {
  background-size: cover;
  background-position: center;
}

.bg-fixed {
  background-attachment: fixed;
}

@media (max-width: 1024px) {
  [data-stellar-background-ratio] {
    background-attachment: scroll;
    background-position-y: center !important;
  }

  .bg-fixed {
    background-attachment: scroll;
  }
}
/* bootstrap columns
---------------------------*/
.container,
section,
section > * {
  position: relative;
}

.container.no-padding [class*="col-"] {
  padding: 0;
}

.col-center {
  float: none;
  margin: 0 auto;
}

.col-right {
  float: right;
}

.equal-height [class*="col-"] {
  margin-bottom: 0;
}

.pad-0 {
  margin-bottom: 0;
}

.container {
  max-width: 100%;
}

@media (min-width: 768px) {
  .pad-sm-l-0 {
    padding-left: 0 !important;
  }

  .pad-sm-r-0 {
    padding-right: 0 !important;
  }
}
.margin-lg-0t {
  margin-top: 0px !important;
}

.margin-lg-5t {
  margin-top: 5px !important;
}

.margin-lg-10t {
  margin-top: 10px !important;
}

.margin-lg-15t {
  margin-top: 15px !important;
}

.margin-lg-20t {
  margin-top: 20px !important;
}

.margin-lg-25t {
  margin-top: 25px !important;
}

.margin-lg-30t {
  margin-top: 30px !important;
}

.margin-lg-35t {
  margin-top: 35px !important;
}

.margin-lg-40t {
  margin-top: 40px !important;
}

.margin-lg-45t {
  margin-top: 45px !important;
}

.margin-lg-50t {
  margin-top: 50px !important;
}

.margin-lg-55t {
  margin-top: 55px !important;
}

.margin-lg-60t {
  margin-top: 60px !important;
}

.margin-lg-65t {
  margin-top: 65px !important;
}

.margin-lg-70t {
  margin-top: 70px !important;
}

.margin-lg-75t {
  margin-top: 75px !important;
}

.margin-lg-80t {
  margin-top: 80px !important;
}

.margin-lg-85t {
  margin-top: 85px !important;
}

.margin-lg-90t {
  margin-top: 90px !important;
}

.margin-lg-95t {
  margin-top: 95px !important;
}

.margin-lg-100t {
  margin-top: 100px !important;
}

.margin-lg-105t {
  margin-top: 105px !important;
}

.margin-lg-110t {
  margin-top: 110px !important;
}

.margin-lg-115t {
  margin-top: 115px !important;
}

.margin-lg-120t {
  margin-top: 120px !important;
}

.margin-lg-125t {
  margin-top: 125px !important;
}

.margin-lg-130t {
  margin-top: 130px !important;
}

.margin-lg-135t {
  margin-top: 135px !important;
}

.margin-lg-140t {
  margin-top: 140px !important;
}

.margin-lg-145t {
  margin-top: 145px !important;
}

.margin-lg-150t {
  margin-top: 150px !important;
}

.margin-lg-155t {
  margin-top: 155px !important;
}

.margin-lg-160t {
  margin-top: 160px !important;
}

.margin-lg-165t {
  margin-top: 165px !important;
}

.margin-lg-170t {
  margin-top: 170px !important;
}

.margin-lg-175t {
  margin-top: 175px !important;
}

.margin-lg-180t {
  margin-top: 180px !important;
}

.margin-lg-185t {
  margin-top: 185px !important;
}

.margin-lg-190t {
  margin-top: 190px !important;
}

.margin-lg-195t {
  margin-top: 195px !important;
}

.margin-lg-200t {
  margin-top: 200px !important;
}

.margin-lg-0b {
  margin-bottom: 0px !important;
}

.margin-lg-5b {
  margin-bottom: 5px !important;
}

.margin-lg-10b {
  margin-bottom: 10px !important;
}

.margin-lg-15b {
  margin-bottom: 15px !important;
}

.margin-lg-20b {
  margin-bottom: 20px !important;
}

.margin-lg-25b {
  margin-bottom: 25px !important;
}

.margin-lg-30b {
  margin-bottom: 30px !important;
}

.margin-lg-35b {
  margin-bottom: 35px !important;
}

.margin-lg-40b {
  margin-bottom: 40px !important;
}

.margin-lg-45b {
  margin-bottom: 45px !important;
}

.margin-lg-50b {
  margin-bottom: 50px !important;
}

.margin-lg-55b {
  margin-bottom: 55px !important;
}

.margin-lg-60b {
  margin-bottom: 60px !important;
}

.margin-lg-65b {
  margin-bottom: 65px !important;
}

.margin-lg-70b {
  margin-bottom: 70px !important;
}

.margin-lg-75b {
  margin-bottom: 75px !important;
}

.margin-lg-80b {
  margin-bottom: 80px !important;
}

.margin-lg-85b {
  margin-bottom: 85px !important;
}

.margin-lg-90b {
  margin-bottom: 90px !important;
}

.margin-lg-95b {
  margin-bottom: 95px !important;
}

.margin-lg-100b {
  margin-bottom: 100px !important;
}

.margin-lg-105b {
  margin-bottom: 105px !important;
}

.margin-lg-110b {
  margin-bottom: 110px !important;
}

.margin-lg-115b {
  margin-bottom: 115px !important;
}

.margin-lg-120b {
  margin-bottom: 120px !important;
}

.margin-lg-125b {
  margin-bottom: 125px !important;
}

.margin-lg-130b {
  margin-bottom: 130px !important;
}

.margin-lg-135b {
  margin-bottom: 135px !important;
}

.margin-lg-140b {
  margin-bottom: 140px !important;
}

.margin-lg-145b {
  margin-bottom: 145px !important;
}

.margin-lg-150b {
  margin-bottom: 150px !important;
}

.margin-lg-155b {
  margin-bottom: 155px !important;
}

.margin-lg-160b {
  margin-bottom: 160px !important;
}

.margin-lg-165b {
  margin-bottom: 165px !important;
}

.margin-lg-170b {
  margin-bottom: 170px !important;
}

.margin-lg-175b {
  margin-bottom: 175px !important;
}

.margin-lg-180b {
  margin-bottom: 180px !important;
}

.margin-lg-185b {
  margin-bottom: 185px !important;
}

.margin-lg-190b {
  margin-bottom: 190px !important;
}

.margin-lg-195b {
  margin-bottom: 195px !important;
}

.margin-lg-200b {
  margin-bottom: 200px !important;
}

.padding-lg-0t {
  padding-top: 0px !important;
}

.padding-lg-5t {
  padding-top: 5px !important;
}

.padding-lg-10t {
  padding-top: 10px !important;
}

.padding-lg-15t {
  padding-top: 15px !important;
}

.padding-lg-20t {
  padding-top: 20px !important;
}

.padding-lg-25t {
  padding-top: 25px !important;
}

.padding-lg-30t {
  padding-top: 30px !important;
}

.padding-lg-35t {
  padding-top: 35px !important;
}

.padding-lg-40t {
  padding-top: 40px !important;
}

.padding-lg-45t {
  padding-top: 45px !important;
}

.padding-lg-50t {
  padding-top: 50px !important;
}

.padding-lg-55t {
  padding-top: 55px !important;
}

.padding-lg-60t {
  padding-top: 60px !important;
}

.padding-lg-65t {
  padding-top: 65px !important;
}

.padding-lg-70t {
  padding-top: 70px !important;
}

.padding-lg-75t {
  padding-top: 75px !important;
}

.padding-lg-80t {
  padding-top: 80px !important;
}

.padding-lg-85t {
  padding-top: 85px !important;
}

.padding-lg-90t {
  padding-top: 90px !important;
}

.padding-lg-95t {
  padding-top: 95px !important;
}

.padding-lg-100t {
  padding-top: 100px !important;
}

.padding-lg-105t {
  padding-top: 105px !important;
}

.padding-lg-110t {
  padding-top: 110px !important;
}

.padding-lg-115t {
  padding-top: 115px !important;
}

.padding-lg-120t {
  padding-top: 120px !important;
}

.padding-lg-125t {
  padding-top: 125px !important;
}

.padding-lg-130t {
  padding-top: 130px !important;
}

.padding-lg-135t {
  padding-top: 135px !important;
}

.padding-lg-140t {
  padding-top: 140px !important;
}

.padding-lg-145t {
  padding-top: 145px !important;
}

.padding-lg-150t {
  padding-top: 150px !important;
}

.padding-lg-155t {
  padding-top: 155px !important;
}

.padding-lg-160t {
  padding-top: 160px !important;
}

.padding-lg-165t {
  padding-top: 165px !important;
}

.padding-lg-170t {
  padding-top: 170px !important;
}

.padding-lg-175t {
  padding-top: 175px !important;
}

.padding-lg-180t {
  padding-top: 180px !important;
}

.padding-lg-185t {
  padding-top: 185px !important;
}

.padding-lg-190t {
  padding-top: 190px !important;
}

.padding-lg-195t {
  padding-top: 195px !important;
}

.padding-lg-200t {
  padding-top: 200px !important;
}

.padding-lg-0b {
  padding-bottom: 0px !important;
}

.padding-lg-5b {
  padding-bottom: 5px !important;
}

.padding-lg-10b {
  padding-bottom: 10px !important;
}

.padding-lg-15b {
  padding-bottom: 15px !important;
}

.padding-lg-20b {
  padding-bottom: 20px !important;
}

.padding-lg-25b {
  padding-bottom: 25px !important;
}

.padding-lg-30b {
  padding-bottom: 30px !important;
}

.padding-lg-35b {
  padding-bottom: 35px !important;
}

.padding-lg-40b {
  padding-bottom: 40px !important;
}

.padding-lg-45b {
  padding-bottom: 45px !important;
}

.padding-lg-50b {
  padding-bottom: 50px !important;
}

.padding-lg-55b {
  padding-bottom: 55px !important;
}

.padding-lg-60b {
  padding-bottom: 60px !important;
}

.padding-lg-65b {
  padding-bottom: 65px !important;
}

.padding-lg-70b {
  padding-bottom: 70px !important;
}

.padding-lg-75b {
  padding-bottom: 75px !important;
}

.padding-lg-80b {
  padding-bottom: 80px !important;
}

.padding-lg-85b {
  padding-bottom: 85px !important;
}

.padding-lg-90b {
  padding-bottom: 90px !important;
}

.padding-lg-95b {
  padding-bottom: 95px !important;
}

.padding-lg-100b {
  padding-bottom: 100px !important;
}

.padding-lg-105b {
  padding-bottom: 105px !important;
}

.padding-lg-110b {
  padding-bottom: 110px !important;
}

.padding-lg-115b {
  padding-bottom: 115px !important;
}

.padding-lg-120b {
  padding-bottom: 120px !important;
}

.padding-lg-125b {
  padding-bottom: 125px !important;
}

.padding-lg-130b {
  padding-bottom: 130px !important;
}

.padding-lg-135b {
  padding-bottom: 135px !important;
}

.padding-lg-140b {
  padding-bottom: 140px !important;
}

.padding-lg-145b {
  padding-bottom: 145px !important;
}

.padding-lg-150b {
  padding-bottom: 150px !important;
}

.padding-lg-155b {
  padding-bottom: 155px !important;
}

.padding-lg-160b {
  padding-bottom: 160px !important;
}

.padding-lg-165b {
  padding-bottom: 165px !important;
}

.padding-lg-170b {
  padding-bottom: 170px !important;
}

.padding-lg-175b {
  padding-bottom: 175px !important;
}

.padding-lg-180b {
  padding-bottom: 180px !important;
}

.padding-lg-185b {
  padding-bottom: 185px !important;
}

.padding-lg-190b {
  padding-bottom: 190px !important;
}

.padding-lg-195b {
  padding-bottom: 195px !important;
}

.padding-lg-200b {
  padding-bottom: 200px !important;
}

@media screen and (max-width: 1199px) {
  .margin-md-0t {
    margin-top: 0px !important;
  }

  .margin-md-5t {
    margin-top: 5px !important;
  }

  .margin-md-10t {
    margin-top: 10px !important;
  }

  .margin-md-15t {
    margin-top: 15px !important;
  }

  .margin-md-20t {
    margin-top: 20px !important;
  }

  .margin-md-25t {
    margin-top: 25px !important;
  }

  .margin-md-30t {
    margin-top: 30px !important;
  }

  .margin-md-35t {
    margin-top: 35px !important;
  }

  .margin-md-40t {
    margin-top: 40px !important;
  }

  .margin-md-45t {
    margin-top: 45px !important;
  }

  .margin-md-50t {
    margin-top: 50px !important;
  }

  .margin-md-55t {
    margin-top: 55px !important;
  }

  .margin-md-60t {
    margin-top: 60px !important;
  }

  .margin-md-65t {
    margin-top: 65px !important;
  }

  .margin-md-70t {
    margin-top: 70px !important;
  }

  .margin-md-75t {
    margin-top: 75px !important;
  }

  .margin-md-80t {
    margin-top: 80px !important;
  }

  .margin-md-85t {
    margin-top: 85px !important;
  }

  .margin-md-90t {
    margin-top: 90px !important;
  }

  .margin-md-95t {
    margin-top: 95px !important;
  }

  .margin-md-100t {
    margin-top: 100px !important;
  }

  .margin-md-105t {
    margin-top: 105px !important;
  }

  .margin-md-110t {
    margin-top: 110px !important;
  }

  .margin-md-115t {
    margin-top: 115px !important;
  }

  .margin-md-120t {
    margin-top: 120px !important;
  }

  .margin-md-125t {
    margin-top: 125px !important;
  }

  .margin-md-130t {
    margin-top: 130px !important;
  }

  .margin-md-135t {
    margin-top: 135px !important;
  }

  .margin-md-140t {
    margin-top: 140px !important;
  }

  .margin-md-145t {
    margin-top: 145px !important;
  }

  .margin-md-150t {
    margin-top: 150px !important;
  }

  .margin-md-155t {
    margin-top: 155px !important;
  }

  .margin-md-160t {
    margin-top: 160px !important;
  }

  .margin-md-165t {
    margin-top: 165px !important;
  }

  .margin-md-170t {
    margin-top: 170px !important;
  }

  .margin-md-175t {
    margin-top: 175px !important;
  }

  .margin-md-180t {
    margin-top: 180px !important;
  }

  .margin-md-185t {
    margin-top: 185px !important;
  }

  .margin-md-190t {
    margin-top: 190px !important;
  }

  .margin-md-195t {
    margin-top: 195px !important;
  }

  .margin-md-200t {
    margin-top: 200px !important;
  }

  .margin-md-0b {
    margin-bottom: 0px !important;
  }

  .margin-md-5b {
    margin-bottom: 5px !important;
  }

  .margin-md-10b {
    margin-bottom: 10px !important;
  }

  .margin-md-15b {
    margin-bottom: 15px !important;
  }

  .margin-md-20b {
    margin-bottom: 20px !important;
  }

  .margin-md-25b {
    margin-bottom: 25px !important;
  }

  .margin-md-30b {
    margin-bottom: 30px !important;
  }

  .margin-md-35b {
    margin-bottom: 35px !important;
  }

  .margin-md-40b {
    margin-bottom: 40px !important;
  }

  .margin-md-45b {
    margin-bottom: 45px !important;
  }

  .margin-md-50b {
    margin-bottom: 50px !important;
  }

  .margin-md-55b {
    margin-bottom: 55px !important;
  }

  .margin-md-60b {
    margin-bottom: 60px !important;
  }

  .margin-md-65b {
    margin-bottom: 65px !important;
  }

  .margin-md-70b {
    margin-bottom: 70px !important;
  }

  .margin-md-75b {
    margin-bottom: 75px !important;
  }

  .margin-md-80b {
    margin-bottom: 80px !important;
  }

  .margin-md-85b {
    margin-bottom: 85px !important;
  }

  .margin-md-90b {
    margin-bottom: 90px !important;
  }

  .margin-md-95b {
    margin-bottom: 95px !important;
  }

  .margin-md-100b {
    margin-bottom: 100px !important;
  }

  .margin-md-105b {
    margin-bottom: 105px !important;
  }

  .margin-md-110b {
    margin-bottom: 110px !important;
  }

  .margin-md-115b {
    margin-bottom: 115px !important;
  }

  .margin-md-120b {
    margin-bottom: 120px !important;
  }

  .margin-md-125b {
    margin-bottom: 125px !important;
  }

  .margin-md-130b {
    margin-bottom: 130px !important;
  }

  .margin-md-135b {
    margin-bottom: 135px !important;
  }

  .margin-md-140b {
    margin-bottom: 140px !important;
  }

  .margin-md-145b {
    margin-bottom: 145px !important;
  }

  .margin-md-150b {
    margin-bottom: 150px !important;
  }

  .margin-md-155b {
    margin-bottom: 155px !important;
  }

  .margin-md-160b {
    margin-bottom: 160px !important;
  }

  .margin-md-165b {
    margin-bottom: 165px !important;
  }

  .margin-md-170b {
    margin-bottom: 170px !important;
  }

  .margin-md-175b {
    margin-bottom: 175px !important;
  }

  .margin-md-180b {
    margin-bottom: 180px !important;
  }

  .margin-md-185b {
    margin-bottom: 185px !important;
  }

  .margin-md-190b {
    margin-bottom: 190px !important;
  }

  .margin-md-195b {
    margin-bottom: 195px !important;
  }

  .margin-md-200b {
    margin-bottom: 200px !important;
  }

  .padding-md-0t {
    padding-top: 0px !important;
  }

  .padding-md-5t {
    padding-top: 5px !important;
  }

  .padding-md-10t {
    padding-top: 10px !important;
  }

  .padding-md-15t {
    padding-top: 15px !important;
  }

  .padding-md-20t {
    padding-top: 20px !important;
  }

  .padding-md-25t {
    padding-top: 25px !important;
  }

  .padding-md-30t {
    padding-top: 30px !important;
  }

  .padding-md-35t {
    padding-top: 35px !important;
  }

  .padding-md-40t {
    padding-top: 40px !important;
  }

  .padding-md-45t {
    padding-top: 45px !important;
  }

  .padding-md-50t {
    padding-top: 50px !important;
  }

  .padding-md-55t {
    padding-top: 55px !important;
  }

  .padding-md-60t {
    padding-top: 60px !important;
  }

  .padding-md-65t {
    padding-top: 65px !important;
  }

  .padding-md-70t {
    padding-top: 70px !important;
  }

  .padding-md-75t {
    padding-top: 75px !important;
  }

  .padding-md-80t {
    padding-top: 80px !important;
  }

  .padding-md-85t {
    padding-top: 85px !important;
  }

  .padding-md-90t {
    padding-top: 90px !important;
  }

  .padding-md-95t {
    padding-top: 95px !important;
  }

  .padding-md-100t {
    padding-top: 100px !important;
  }

  .padding-md-105t {
    padding-top: 105px !important;
  }

  .padding-md-110t {
    padding-top: 110px !important;
  }

  .padding-md-115t {
    padding-top: 115px !important;
  }

  .padding-md-120t {
    padding-top: 120px !important;
  }

  .padding-md-125t {
    padding-top: 125px !important;
  }

  .padding-md-130t {
    padding-top: 130px !important;
  }

  .padding-md-135t {
    padding-top: 135px !important;
  }

  .padding-md-140t {
    padding-top: 140px !important;
  }

  .padding-md-145t {
    padding-top: 145px !important;
  }

  .padding-md-150t {
    padding-top: 150px !important;
  }

  .padding-md-155t {
    padding-top: 155px !important;
  }

  .padding-md-160t {
    padding-top: 160px !important;
  }

  .padding-md-165t {
    padding-top: 165px !important;
  }

  .padding-md-170t {
    padding-top: 170px !important;
  }

  .padding-md-175t {
    padding-top: 175px !important;
  }

  .padding-md-180t {
    padding-top: 180px !important;
  }

  .padding-md-185t {
    padding-top: 185px !important;
  }

  .padding-md-190t {
    padding-top: 190px !important;
  }

  .padding-md-195t {
    padding-top: 195px !important;
  }

  .padding-md-200t {
    padding-top: 200px !important;
  }

  .padding-md-0b {
    padding-bottom: 0px !important;
  }

  .padding-md-5b {
    padding-bottom: 5px !important;
  }

  .padding-md-10b {
    padding-bottom: 10px !important;
  }

  .padding-md-15b {
    padding-bottom: 15px !important;
  }

  .padding-md-20b {
    padding-bottom: 20px !important;
  }

  .padding-md-25b {
    padding-bottom: 25px !important;
  }

  .padding-md-30b {
    padding-bottom: 30px !important;
  }

  .padding-md-35b {
    padding-bottom: 35px !important;
  }

  .padding-md-40b {
    padding-bottom: 40px !important;
  }

  .padding-md-45b {
    padding-bottom: 45px !important;
  }

  .padding-md-50b {
    padding-bottom: 50px !important;
  }

  .padding-md-55b {
    padding-bottom: 55px !important;
  }

  .padding-md-60b {
    padding-bottom: 60px !important;
  }

  .padding-md-65b {
    padding-bottom: 65px !important;
  }

  .padding-md-70b {
    padding-bottom: 70px !important;
  }

  .padding-md-75b {
    padding-bottom: 75px !important;
  }

  .padding-md-80b {
    padding-bottom: 80px !important;
  }

  .padding-md-85b {
    padding-bottom: 85px !important;
  }

  .padding-md-90b {
    padding-bottom: 90px !important;
  }

  .padding-md-95b {
    padding-bottom: 95px !important;
  }

  .padding-md-100b {
    padding-bottom: 100px !important;
  }

  .padding-md-105b {
    padding-bottom: 105px !important;
  }

  .padding-md-110b {
    padding-bottom: 110px !important;
  }

  .padding-md-115b {
    padding-bottom: 115px !important;
  }

  .padding-md-120b {
    padding-bottom: 120px !important;
  }

  .padding-md-125b {
    padding-bottom: 125px !important;
  }

  .padding-md-130b {
    padding-bottom: 130px !important;
  }

  .padding-md-135b {
    padding-bottom: 135px !important;
  }

  .padding-md-140b {
    padding-bottom: 140px !important;
  }

  .padding-md-145b {
    padding-bottom: 145px !important;
  }

  .padding-md-150b {
    padding-bottom: 150px !important;
  }

  .padding-md-155b {
    padding-bottom: 155px !important;
  }

  .padding-md-160b {
    padding-bottom: 160px !important;
  }

  .padding-md-165b {
    padding-bottom: 165px !important;
  }

  .padding-md-170b {
    padding-bottom: 170px !important;
  }

  .padding-md-175b {
    padding-bottom: 175px !important;
  }

  .padding-md-180b {
    padding-bottom: 180px !important;
  }

  .padding-md-185b {
    padding-bottom: 185px !important;
  }

  .padding-md-190b {
    padding-bottom: 190px !important;
  }

  .padding-md-195b {
    padding-bottom: 195px !important;
  }

  .padding-md-200b {
    padding-bottom: 200px !important;
  }
}
@media screen and (max-width: 991px) {
  .margin-sm-0t {
    margin-top: 0px !important;
  }

  .margin-sm-5t {
    margin-top: 5px !important;
  }

  .margin-sm-10t {
    margin-top: 10px !important;
  }

  .margin-sm-15t {
    margin-top: 15px !important;
  }

  .margin-sm-20t {
    margin-top: 20px !important;
  }

  .margin-sm-25t {
    margin-top: 25px !important;
  }

  .margin-sm-30t {
    margin-top: 30px !important;
  }

  .margin-sm-35t {
    margin-top: 35px !important;
  }

  .margin-sm-40t {
    margin-top: 40px !important;
  }

  .margin-sm-45t {
    margin-top: 45px !important;
  }

  .margin-sm-50t {
    margin-top: 50px !important;
  }

  .margin-sm-55t {
    margin-top: 55px !important;
  }

  .margin-sm-60t {
    margin-top: 60px !important;
  }

  .margin-sm-65t {
    margin-top: 65px !important;
  }

  .margin-sm-70t {
    margin-top: 70px !important;
  }

  .margin-sm-75t {
    margin-top: 75px !important;
  }

  .margin-sm-80t {
    margin-top: 80px !important;
  }

  .margin-sm-85t {
    margin-top: 85px !important;
  }

  .margin-sm-90t {
    margin-top: 90px !important;
  }

  .margin-sm-95t {
    margin-top: 95px !important;
  }

  .margin-sm-100t {
    margin-top: 100px !important;
  }

  .margin-sm-105t {
    margin-top: 105px !important;
  }

  .margin-sm-110t {
    margin-top: 110px !important;
  }

  .margin-sm-115t {
    margin-top: 115px !important;
  }

  .margin-sm-120t {
    margin-top: 120px !important;
  }

  .margin-sm-125t {
    margin-top: 125px !important;
  }

  .margin-sm-130t {
    margin-top: 130px !important;
  }

  .margin-sm-135t {
    margin-top: 135px !important;
  }

  .margin-sm-140t {
    margin-top: 140px !important;
  }

  .margin-sm-145t {
    margin-top: 145px !important;
  }

  .margin-sm-150t {
    margin-top: 150px !important;
  }

  .margin-sm-155t {
    margin-top: 155px !important;
  }

  .margin-sm-160t {
    margin-top: 160px !important;
  }

  .margin-sm-165t {
    margin-top: 165px !important;
  }

  .margin-sm-170t {
    margin-top: 170px !important;
  }

  .margin-sm-175t {
    margin-top: 175px !important;
  }

  .margin-sm-180t {
    margin-top: 180px !important;
  }

  .margin-sm-185t {
    margin-top: 185px !important;
  }

  .margin-sm-190t {
    margin-top: 190px !important;
  }

  .margin-sm-195t {
    margin-top: 195px !important;
  }

  .margin-sm-200t {
    margin-top: 200px !important;
  }

  .margin-sm-0b {
    margin-bottom: 0px !important;
  }

  .margin-sm-5b {
    margin-bottom: 5px !important;
  }

  .margin-sm-10b {
    margin-bottom: 10px !important;
  }

  .margin-sm-15b {
    margin-bottom: 15px !important;
  }

  .margin-sm-20b {
    margin-bottom: 20px !important;
  }

  .margin-sm-25b {
    margin-bottom: 25px !important;
  }

  .margin-sm-30b {
    margin-bottom: 30px !important;
  }

  .margin-sm-35b {
    margin-bottom: 35px !important;
  }

  .margin-sm-40b {
    margin-bottom: 40px !important;
  }

  .margin-sm-45b {
    margin-bottom: 45px !important;
  }

  .margin-sm-50b {
    margin-bottom: 50px !important;
  }

  .margin-sm-55b {
    margin-bottom: 55px !important;
  }

  .margin-sm-60b {
    margin-bottom: 60px !important;
  }

  .margin-sm-65b {
    margin-bottom: 65px !important;
  }

  .margin-sm-70b {
    margin-bottom: 70px !important;
  }

  .margin-sm-75b {
    margin-bottom: 75px !important;
  }

  .margin-sm-80b {
    margin-bottom: 80px !important;
  }

  .margin-sm-85b {
    margin-bottom: 85px !important;
  }

  .margin-sm-90b {
    margin-bottom: 90px !important;
  }

  .margin-sm-95b {
    margin-bottom: 95px !important;
  }

  .margin-sm-100b {
    margin-bottom: 100px !important;
  }

  .margin-sm-105b {
    margin-bottom: 105px !important;
  }

  .margin-sm-110b {
    margin-bottom: 110px !important;
  }

  .margin-sm-115b {
    margin-bottom: 115px !important;
  }

  .margin-sm-120b {
    margin-bottom: 120px !important;
  }

  .margin-sm-125b {
    margin-bottom: 125px !important;
  }

  .margin-sm-130b {
    margin-bottom: 130px !important;
  }

  .margin-sm-135b {
    margin-bottom: 135px !important;
  }

  .margin-sm-140b {
    margin-bottom: 140px !important;
  }

  .margin-sm-145b {
    margin-bottom: 145px !important;
  }

  .margin-sm-150b {
    margin-bottom: 150px !important;
  }

  .margin-sm-155b {
    margin-bottom: 155px !important;
  }

  .margin-sm-160b {
    margin-bottom: 160px !important;
  }

  .margin-sm-165b {
    margin-bottom: 165px !important;
  }

  .margin-sm-170b {
    margin-bottom: 170px !important;
  }

  .margin-sm-175b {
    margin-bottom: 175px !important;
  }

  .margin-sm-180b {
    margin-bottom: 180px !important;
  }

  .margin-sm-185b {
    margin-bottom: 185px !important;
  }

  .margin-sm-190b {
    margin-bottom: 190px !important;
  }

  .margin-sm-195b {
    margin-bottom: 195px !important;
  }

  .margin-sm-200b {
    margin-bottom: 200px !important;
  }

  .padding-sm-0t {
    padding-top: 0px !important;
  }

  .padding-sm-5t {
    padding-top: 5px !important;
  }

  .padding-sm-10t {
    padding-top: 10px !important;
  }

  .padding-sm-15t {
    padding-top: 15px !important;
  }

  .padding-sm-20t {
    padding-top: 20px !important;
  }

  .padding-sm-25t {
    padding-top: 25px !important;
  }

  .padding-sm-30t {
    padding-top: 30px !important;
  }

  .padding-sm-35t {
    padding-top: 35px !important;
  }

  .padding-sm-40t {
    padding-top: 40px !important;
  }

  .padding-sm-45t {
    padding-top: 45px !important;
  }

  .padding-sm-50t {
    padding-top: 50px !important;
  }

  .padding-sm-55t {
    padding-top: 55px !important;
  }

  .padding-sm-60t {
    padding-top: 60px !important;
  }

  .padding-sm-65t {
    padding-top: 65px !important;
  }

  .padding-sm-70t {
    padding-top: 70px !important;
  }

  .padding-sm-75t {
    padding-top: 75px !important;
  }

  .padding-sm-80t {
    padding-top: 80px !important;
  }

  .padding-sm-85t {
    padding-top: 85px !important;
  }

  .padding-sm-90t {
    padding-top: 90px !important;
  }

  .padding-sm-95t {
    padding-top: 95px !important;
  }

  .padding-sm-100t {
    padding-top: 100px !important;
  }

  .padding-sm-105t {
    padding-top: 105px !important;
  }

  .padding-sm-110t {
    padding-top: 110px !important;
  }

  .padding-sm-115t {
    padding-top: 115px !important;
  }

  .padding-sm-120t {
    padding-top: 120px !important;
  }

  .padding-sm-125t {
    padding-top: 125px !important;
  }

  .padding-sm-130t {
    padding-top: 130px !important;
  }

  .padding-sm-135t {
    padding-top: 135px !important;
  }

  .padding-sm-140t {
    padding-top: 140px !important;
  }

  .padding-sm-145t {
    padding-top: 145px !important;
  }

  .padding-sm-150t {
    padding-top: 150px !important;
  }

  .padding-sm-155t {
    padding-top: 155px !important;
  }

  .padding-sm-160t {
    padding-top: 160px !important;
  }

  .padding-sm-165t {
    padding-top: 165px !important;
  }

  .padding-sm-170t {
    padding-top: 170px !important;
  }

  .padding-sm-175t {
    padding-top: 175px !important;
  }

  .padding-sm-180t {
    padding-top: 180px !important;
  }

  .padding-sm-185t {
    padding-top: 185px !important;
  }

  .padding-sm-190t {
    padding-top: 190px !important;
  }

  .padding-sm-195t {
    padding-top: 195px !important;
  }

  .padding-sm-200t {
    padding-top: 200px !important;
  }

  .padding-sm-0b {
    padding-bottom: 0px !important;
  }

  .padding-sm-5b {
    padding-bottom: 5px !important;
  }

  .padding-sm-10b {
    padding-bottom: 10px !important;
  }

  .padding-sm-15b {
    padding-bottom: 15px !important;
  }

  .padding-sm-20b {
    padding-bottom: 20px !important;
  }

  .padding-sm-25b {
    padding-bottom: 25px !important;
  }

  .padding-sm-30b {
    padding-bottom: 30px !important;
  }

  .padding-sm-35b {
    padding-bottom: 35px !important;
  }

  .padding-sm-40b {
    padding-bottom: 40px !important;
  }

  .padding-sm-45b {
    padding-bottom: 45px !important;
  }

  .padding-sm-50b {
    padding-bottom: 50px !important;
  }

  .padding-sm-55b {
    padding-bottom: 55px !important;
  }

  .padding-sm-60b {
    padding-bottom: 60px !important;
  }

  .padding-sm-65b {
    padding-bottom: 65px !important;
  }

  .padding-sm-70b {
    padding-bottom: 70px !important;
  }

  .padding-sm-75b {
    padding-bottom: 75px !important;
  }

  .padding-sm-80b {
    padding-bottom: 80px !important;
  }

  .padding-sm-85b {
    padding-bottom: 85px !important;
  }

  .padding-sm-90b {
    padding-bottom: 90px !important;
  }

  .padding-sm-95b {
    padding-bottom: 95px !important;
  }

  .padding-sm-100b {
    padding-bottom: 100px !important;
  }

  .padding-sm-105b {
    padding-bottom: 105px !important;
  }

  .padding-sm-110b {
    padding-bottom: 110px !important;
  }

  .padding-sm-115b {
    padding-bottom: 115px !important;
  }

  .padding-sm-120b {
    padding-bottom: 120px !important;
  }

  .padding-sm-125b {
    padding-bottom: 125px !important;
  }

  .padding-sm-130b {
    padding-bottom: 130px !important;
  }

  .padding-sm-135b {
    padding-bottom: 135px !important;
  }

  .padding-sm-140b {
    padding-bottom: 140px !important;
  }

  .padding-sm-145b {
    padding-bottom: 145px !important;
  }

  .padding-sm-150b {
    padding-bottom: 150px !important;
  }

  .padding-sm-155b {
    padding-bottom: 155px !important;
  }

  .padding-sm-160b {
    padding-bottom: 160px !important;
  }

  .padding-sm-165b {
    padding-bottom: 165px !important;
  }

  .padding-sm-170b {
    padding-bottom: 170px !important;
  }

  .padding-sm-175b {
    padding-bottom: 175px !important;
  }

  .padding-sm-180b {
    padding-bottom: 180px !important;
  }

  .padding-sm-185b {
    padding-bottom: 185px !important;
  }

  .padding-sm-190b {
    padding-bottom: 190px !important;
  }

  .padding-sm-195b {
    padding-bottom: 195px !important;
  }

  .padding-sm-200b {
    padding-bottom: 200px !important;
  }
}
@media screen and (max-width: 767px) {
  .margin-xs-0t {
    margin-top: 0px !important;
  }

  .margin-xs-5t {
    margin-top: 5px !important;
  }

  .margin-xs-10t {
    margin-top: 10px !important;
  }

  .margin-xs-15t {
    margin-top: 15px !important;
  }

  .margin-xs-20t {
    margin-top: 20px !important;
  }

  .margin-xs-25t {
    margin-top: 25px !important;
  }

  .margin-xs-30t {
    margin-top: 30px !important;
  }

  .margin-xs-35t {
    margin-top: 35px !important;
  }

  .margin-xs-40t {
    margin-top: 40px !important;
  }

  .margin-xs-45t {
    margin-top: 45px !important;
  }

  .margin-xs-50t {
    margin-top: 50px !important;
  }

  .margin-xs-55t {
    margin-top: 55px !important;
  }

  .margin-xs-60t {
    margin-top: 60px !important;
  }

  .margin-xs-65t {
    margin-top: 65px !important;
  }

  .margin-xs-70t {
    margin-top: 70px !important;
  }

  .margin-xs-75t {
    margin-top: 75px !important;
  }

  .margin-xs-80t {
    margin-top: 80px !important;
  }

  .margin-xs-85t {
    margin-top: 85px !important;
  }

  .margin-xs-90t {
    margin-top: 90px !important;
  }

  .margin-xs-95t {
    margin-top: 95px !important;
  }

  .margin-xs-100t {
    margin-top: 100px !important;
  }

  .margin-xs-105t {
    margin-top: 105px !important;
  }

  .margin-xs-110t {
    margin-top: 110px !important;
  }

  .margin-xs-115t {
    margin-top: 115px !important;
  }

  .margin-xs-120t {
    margin-top: 120px !important;
  }

  .margin-xs-125t {
    margin-top: 125px !important;
  }

  .margin-xs-130t {
    margin-top: 130px !important;
  }

  .margin-xs-135t {
    margin-top: 135px !important;
  }

  .margin-xs-140t {
    margin-top: 140px !important;
  }

  .margin-xs-145t {
    margin-top: 145px !important;
  }

  .margin-xs-150t {
    margin-top: 150px !important;
  }

  .margin-xs-155t {
    margin-top: 155px !important;
  }

  .margin-xs-160t {
    margin-top: 160px !important;
  }

  .margin-xs-165t {
    margin-top: 165px !important;
  }

  .margin-xs-170t {
    margin-top: 170px !important;
  }

  .margin-xs-175t {
    margin-top: 175px !important;
  }

  .margin-xs-180t {
    margin-top: 180px !important;
  }

  .margin-xs-185t {
    margin-top: 185px !important;
  }

  .margin-xs-190t {
    margin-top: 190px !important;
  }

  .margin-xs-195t {
    margin-top: 195px !important;
  }

  .margin-xs-200t {
    margin-top: 200px !important;
  }

  .margin-xs-0b {
    margin-bottom: 0px !important;
  }

  .margin-xs-5b {
    margin-bottom: 5px !important;
  }

  .margin-xs-10b {
    margin-bottom: 10px !important;
  }

  .margin-xs-15b {
    margin-bottom: 15px !important;
  }

  .margin-xs-20b {
    margin-bottom: 20px !important;
  }

  .margin-xs-25b {
    margin-bottom: 25px !important;
  }

  .margin-xs-30b {
    margin-bottom: 30px !important;
  }

  .margin-xs-35b {
    margin-bottom: 35px !important;
  }

  .margin-xs-40b {
    margin-bottom: 40px !important;
  }

  .margin-xs-45b {
    margin-bottom: 45px !important;
  }

  .margin-xs-50b {
    margin-bottom: 50px !important;
  }

  .margin-xs-55b {
    margin-bottom: 55px !important;
  }

  .margin-xs-60b {
    margin-bottom: 60px !important;
  }

  .margin-xs-65b {
    margin-bottom: 65px !important;
  }

  .margin-xs-70b {
    margin-bottom: 70px !important;
  }

  .margin-xs-75b {
    margin-bottom: 75px !important;
  }

  .margin-xs-80b {
    margin-bottom: 80px !important;
  }

  .margin-xs-85b {
    margin-bottom: 85px !important;
  }

  .margin-xs-90b {
    margin-bottom: 90px !important;
  }

  .margin-xs-95b {
    margin-bottom: 95px !important;
  }

  .margin-xs-100b {
    margin-bottom: 100px !important;
  }

  .margin-xs-105b {
    margin-bottom: 105px !important;
  }

  .margin-xs-110b {
    margin-bottom: 110px !important;
  }

  .margin-xs-115b {
    margin-bottom: 115px !important;
  }

  .margin-xs-120b {
    margin-bottom: 120px !important;
  }

  .margin-xs-125b {
    margin-bottom: 125px !important;
  }

  .margin-xs-130b {
    margin-bottom: 130px !important;
  }

  .margin-xs-135b {
    margin-bottom: 135px !important;
  }

  .margin-xs-140b {
    margin-bottom: 140px !important;
  }

  .margin-xs-145b {
    margin-bottom: 145px !important;
  }

  .margin-xs-150b {
    margin-bottom: 150px !important;
  }

  .margin-xs-155b {
    margin-bottom: 155px !important;
  }

  .margin-xs-160b {
    margin-bottom: 160px !important;
  }

  .margin-xs-165b {
    margin-bottom: 165px !important;
  }

  .margin-xs-170b {
    margin-bottom: 170px !important;
  }

  .margin-xs-175b {
    margin-bottom: 175px !important;
  }

  .margin-xs-180b {
    margin-bottom: 180px !important;
  }

  .margin-xs-185b {
    margin-bottom: 185px !important;
  }

  .margin-xs-190b {
    margin-bottom: 190px !important;
  }

  .margin-xs-195b {
    margin-bottom: 195px !important;
  }

  .margin-xs-200b {
    margin-bottom: 200px !important;
  }

  .padding-xs-0t {
    padding-top: 0px !important;
  }

  .padding-xs-5t {
    padding-top: 5px !important;
  }

  .padding-xs-10t {
    padding-top: 10px !important;
  }

  .padding-xs-15t {
    padding-top: 15px !important;
  }

  .padding-xs-20t {
    padding-top: 20px !important;
  }

  .padding-xs-25t {
    padding-top: 25px !important;
  }

  .padding-xs-30t {
    padding-top: 30px !important;
  }

  .padding-xs-35t {
    padding-top: 35px !important;
  }

  .padding-xs-40t {
    padding-top: 40px !important;
  }

  .padding-xs-45t {
    padding-top: 45px !important;
  }

  .padding-xs-50t {
    padding-top: 50px !important;
  }

  .padding-xs-55t {
    padding-top: 55px !important;
  }

  .padding-xs-60t {
    padding-top: 60px !important;
  }

  .padding-xs-65t {
    padding-top: 65px !important;
  }

  .padding-xs-70t {
    padding-top: 70px !important;
  }

  .padding-xs-75t {
    padding-top: 75px !important;
  }

  .padding-xs-80t {
    padding-top: 80px !important;
  }

  .padding-xs-85t {
    padding-top: 85px !important;
  }

  .padding-xs-90t {
    padding-top: 90px !important;
  }

  .padding-xs-95t {
    padding-top: 95px !important;
  }

  .padding-xs-100t {
    padding-top: 100px !important;
  }

  .padding-xs-105t {
    padding-top: 105px !important;
  }

  .padding-xs-110t {
    padding-top: 110px !important;
  }

  .padding-xs-115t {
    padding-top: 115px !important;
  }

  .padding-xs-120t {
    padding-top: 120px !important;
  }

  .padding-xs-125t {
    padding-top: 125px !important;
  }

  .padding-xs-130t {
    padding-top: 130px !important;
  }

  .padding-xs-135t {
    padding-top: 135px !important;
  }

  .padding-xs-140t {
    padding-top: 140px !important;
  }

  .padding-xs-145t {
    padding-top: 145px !important;
  }

  .padding-xs-150t {
    padding-top: 150px !important;
  }

  .padding-xs-155t {
    padding-top: 155px !important;
  }

  .padding-xs-160t {
    padding-top: 160px !important;
  }

  .padding-xs-165t {
    padding-top: 165px !important;
  }

  .padding-xs-170t {
    padding-top: 170px !important;
  }

  .padding-xs-175t {
    padding-top: 175px !important;
  }

  .padding-xs-180t {
    padding-top: 180px !important;
  }

  .padding-xs-185t {
    padding-top: 185px !important;
  }

  .padding-xs-190t {
    padding-top: 190px !important;
  }

  .padding-xs-195t {
    padding-top: 195px !important;
  }

  .padding-xs-200t {
    padding-top: 200px !important;
  }

  .padding-xs-0b {
    padding-bottom: 0px !important;
  }

  .padding-xs-5b {
    padding-bottom: 5px !important;
  }

  .padding-xs-10b {
    padding-bottom: 10px !important;
  }

  .padding-xs-15b {
    padding-bottom: 15px !important;
  }

  .padding-xs-20b {
    padding-bottom: 20px !important;
  }

  .padding-xs-25b {
    padding-bottom: 25px !important;
  }

  .padding-xs-30b {
    padding-bottom: 30px !important;
  }

  .padding-xs-35b {
    padding-bottom: 35px !important;
  }

  .padding-xs-40b {
    padding-bottom: 40px !important;
  }

  .padding-xs-45b {
    padding-bottom: 45px !important;
  }

  .padding-xs-50b {
    padding-bottom: 50px !important;
  }

  .padding-xs-55b {
    padding-bottom: 55px !important;
  }

  .padding-xs-60b {
    padding-bottom: 60px !important;
  }

  .padding-xs-65b {
    padding-bottom: 65px !important;
  }

  .padding-xs-70b {
    padding-bottom: 70px !important;
  }

  .padding-xs-75b {
    padding-bottom: 75px !important;
  }

  .padding-xs-80b {
    padding-bottom: 80px !important;
  }

  .padding-xs-85b {
    padding-bottom: 85px !important;
  }

  .padding-xs-90b {
    padding-bottom: 90px !important;
  }

  .padding-xs-95b {
    padding-bottom: 95px !important;
  }

  .padding-xs-100b {
    padding-bottom: 100px !important;
  }

  .padding-xs-105b {
    padding-bottom: 105px !important;
  }

  .padding-xs-110b {
    padding-bottom: 110px !important;
  }

  .padding-xs-115b {
    padding-bottom: 115px !important;
  }

  .padding-xs-120b {
    padding-bottom: 120px !important;
  }

  .padding-xs-125b {
    padding-bottom: 125px !important;
  }

  .padding-xs-130b {
    padding-bottom: 130px !important;
  }

  .padding-xs-135b {
    padding-bottom: 135px !important;
  }

  .padding-xs-140b {
    padding-bottom: 140px !important;
  }

  .padding-xs-145b {
    padding-bottom: 145px !important;
  }

  .padding-xs-150b {
    padding-bottom: 150px !important;
  }

  .padding-xs-155b {
    padding-bottom: 155px !important;
  }

  .padding-xs-160b {
    padding-bottom: 160px !important;
  }

  .padding-xs-165b {
    padding-bottom: 165px !important;
  }

  .padding-xs-170b {
    padding-bottom: 170px !important;
  }

  .padding-xs-175b {
    padding-bottom: 175px !important;
  }

  .padding-xs-180b {
    padding-bottom: 180px !important;
  }

  .padding-xs-185b {
    padding-bottom: 185px !important;
  }

  .padding-xs-190b {
    padding-bottom: 190px !important;
  }

  .padding-xs-195b {
    padding-bottom: 195px !important;
  }

  .padding-xs-200b {
    padding-bottom: 200px !important;
  }
}
.portfolio-grid .tg-item,
.portfolio-masonry .tg-item {
  opacity: 0;
  transition: opacity 1.5s ease;
}
.portfolio-grid.animation .tg-item,
.portfolio-masonry.animation .tg-item {
  opacity: 1;
}
.portfolio-grid .tg-item:nth-of-type(1),
.portfolio-masonry .tg-item:nth-of-type(1) {
  transition-delay: 350ms;
}
.portfolio-grid .tg-item:nth-of-type(2),
.portfolio-masonry .tg-item:nth-of-type(2) {
  transition-delay: 700ms;
}
.portfolio-grid .tg-item:nth-of-type(3),
.portfolio-masonry .tg-item:nth-of-type(3) {
  transition-delay: 1050ms;
}
.portfolio-grid .tg-item:nth-of-type(4),
.portfolio-masonry .tg-item:nth-of-type(4) {
  transition-delay: 1400ms;
}
.portfolio-grid .tg-item:nth-of-type(5),
.portfolio-masonry .tg-item:nth-of-type(5) {
  transition-delay: 1750ms;
}
.portfolio-grid .tg-item:nth-of-type(6),
.portfolio-masonry .tg-item:nth-of-type(6) {
  transition-delay: 2100ms;
}
.portfolio-grid .tg-item:nth-of-type(7),
.portfolio-masonry .tg-item:nth-of-type(7) {
  transition-delay: 2450ms;
}
.portfolio-grid .tg-item:nth-of-type(8),
.portfolio-masonry .tg-item:nth-of-type(8) {
  transition-delay: 2800ms;
}
.portfolio-grid .tg-item:nth-of-type(9),
.portfolio-masonry .tg-item:nth-of-type(9) {
  transition-delay: 3150ms;
}
.portfolio-grid .tg-item:nth-of-type(10),
.portfolio-masonry .tg-item:nth-of-type(10) {
  transition-delay: 3500ms;
}
.portfolio-grid .tg-item:nth-of-type(11),
.portfolio-masonry .tg-item:nth-of-type(11) {
  transition-delay: 3850ms;
}
.portfolio-grid .tg-item:nth-of-type(12),
.portfolio-masonry .tg-item:nth-of-type(12) {
  transition-delay: 4200ms;
}
.portfolio-grid .tg-item:nth-of-type(13),
.portfolio-masonry .tg-item:nth-of-type(13) {
  transition-delay: 4550ms;
}
.portfolio-grid .tg-item:nth-of-type(14),
.portfolio-masonry .tg-item:nth-of-type(14) {
  transition-delay: 4900ms;
}
.portfolio-grid .tg-item:nth-of-type(15),
.portfolio-masonry .tg-item:nth-of-type(15) {
  transition-delay: 5250ms;
}
.portfolio-grid .tg-item:nth-of-type(16),
.portfolio-masonry .tg-item:nth-of-type(16) {
  transition-delay: 5600ms;
}
.portfolio-grid .tg-item:nth-of-type(17),
.portfolio-masonry .tg-item:nth-of-type(17) {
  transition-delay: 5950ms;
}
.portfolio-grid .tg-item:nth-of-type(18),
.portfolio-masonry .tg-item:nth-of-type(18) {
  transition-delay: 6300ms;
}
.portfolio-grid .tg-item:nth-of-type(19),
.portfolio-masonry .tg-item:nth-of-type(19) {
  transition-delay: 6650ms;
}
.portfolio-grid .tg-item:nth-of-type(20),
.portfolio-masonry .tg-item:nth-of-type(20) {
  transition-delay: 7000ms;
}
.portfolio-grid .tg-item:nth-of-type(21),
.portfolio-masonry .tg-item:nth-of-type(21) {
  transition-delay: 7350ms;
}
.portfolio-grid .tg-item:nth-of-type(22),
.portfolio-masonry .tg-item:nth-of-type(22) {
  transition-delay: 7700ms;
}
.portfolio-grid .tg-item:nth-of-type(23),
.portfolio-masonry .tg-item:nth-of-type(23) {
  transition-delay: 8050ms;
}
.portfolio-grid .tg-item:nth-of-type(24),
.portfolio-masonry .tg-item:nth-of-type(24) {
  transition-delay: 8400ms;
}
.portfolio-grid .tg-item:nth-of-type(25),
.portfolio-masonry .tg-item:nth-of-type(25) {
  transition-delay: 8750ms;
}
.portfolio-grid .tg-item:nth-of-type(26),
.portfolio-masonry .tg-item:nth-of-type(26) {
  transition-delay: 9100ms;
}
.portfolio-grid .tg-item:nth-of-type(27),
.portfolio-masonry .tg-item:nth-of-type(27) {
  transition-delay: 9450ms;
}
.portfolio-grid .tg-item:nth-of-type(28),
.portfolio-masonry .tg-item:nth-of-type(28) {
  transition-delay: 9800ms;
}
.portfolio-grid .tg-item:nth-of-type(29),
.portfolio-masonry .tg-item:nth-of-type(29) {
  transition-delay: 10150ms;
}
.portfolio-grid .tg-item:nth-of-type(30),
.portfolio-masonry .tg-item:nth-of-type(30) {
  transition-delay: 10500ms;
}

/*------------------------------------------------------*/
/*---------------------- 02. PRELOADER----------------------*/
.animsition-loading {
  background-image: none !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: white;
  z-index: 9999;
  -webkit-animation: scaleout-image 1.0s infinite ease-in-out;
  animation: scaleout-image 1.0s infinite ease-in-out;
}

.animsition-loading:after {
  display: none !important;
}

.animsition-loading:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-right: -20px;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
  display: none;
}

@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
.spinner-preloader-wrap {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.spinner-preloader-wrap .cssload-container {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.spinner-preloader-wrap .cssload-whirlpool,
.spinner-preloader-wrap .cssload-whirlpool::before,
.spinner-preloader-wrap .cssload-whirlpool::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #ffde65;
  border-left-color: #f54ea1;
  border-radius: 974px;
  -o-border-radius: 974px;
  -ms-border-radius: 974px;
  -webkit-border-radius: 974px;
  -moz-border-radius: 974px;
}
.spinner-preloader-wrap .cssload-whirlpool {
  margin: -24px 0 0 -24px;
  height: 49px;
  width: 49px;
  animation: cssload-rotate 1150ms linear infinite;
  -o-animation: cssload-rotate 1150ms linear infinite;
  -ms-animation: cssload-rotate 1150ms linear infinite;
  -webkit-animation: cssload-rotate 1150ms linear infinite;
  -moz-animation: cssload-rotate 1150ms linear infinite;
}
.spinner-preloader-wrap .cssload-whirlpool::before {
  content: "";
  margin: -22px 0 0 -22px;
  height: 43px;
  width: 43px;
  animation: cssload-rotate 1150ms linear infinite;
  -o-animation: cssload-rotate 1150ms linear infinite;
  -ms-animation: cssload-rotate 1150ms linear infinite;
  -webkit-animation: cssload-rotate 1150ms linear infinite;
  -moz-animation: cssload-rotate 1150ms linear infinite;
}
.spinner-preloader-wrap .cssload-whirlpool::after {
  content: "";
  margin: -28px 0 0 -28px;
  height: 55px;
  width: 55px;
  animation: cssload-rotate 2300ms linear infinite;
  -o-animation: cssload-rotate 2300ms linear infinite;
  -ms-animation: cssload-rotate 2300ms linear infinite;
  -webkit-animation: cssload-rotate 2300ms linear infinite;
  -moz-animation: cssload-rotate 2300ms linear infinite;
}

@keyframes cssload-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes cssload-rotate {
  100% {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes cssload-rotate {
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes cssload-rotate {
  100% {
    -moz-transform: rotate(360deg);
  }
}
.preloader-svg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.preloader-svg svg {
  position: fixed;
  top: 50%;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 991px) {
  .preloader-svg svg {
    height: 220px !important;
  }
}
@media only screen and (max-width: 767px) {
  .preloader-svg svg {
    height: 120px !important;
  }
}
/*------------------------------------------------------*/
/*---------------------- 03. BUTTONS ----------------------*/
.tg-a-btn a,
.tg-a-btn-2 a,
.tg-a-btn-3 a,
.a-btn,
.a-btn-2,
.a-btn-3 {
  font-size: 14px;
  display: inline-block;
  letter-spacing: .5px;
  font-family: "Muli", sans-serif;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1;
  padding: 20px 38px;
  text-transform: lowercase;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.tg-a-btn a,
.a-btn {
  border: none;
  background-color: #f54ea2;
  color: #ffffff;
  position: relative;
}
.tg-a-btn a::before,
.a-btn::before {
  content: '';
  position: absolute;
  left: -6px;
  top: 8px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #90caf9;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.tg-a-btn a:hover,
.a-btn:hover {
  color: #fff;
}
.tg-a-btn a:hover::before,
.a-btn:hover::before {
  top: 4px;
  left: -3px;
}

.a-btn:focus {
  color: #fff !important;
}

.tg-a-btn-2 a,
.a-btn-2 {
  background-color: #fff;
  color: #222;
}

.tg-a-btn-2 a:hover,
.a-btn-2:hover {
  color: #fff;
  background-color: #f54ea2;
}

.tg-a-btn-3 a,
.a-btn-3 {
  background-color: #f54ea2;
  color: #fff;
}

.tg-a-btn-3 a,
.a-btn-3:hover {
  color: #222;
  background-color: #fff;
}

.tg-a-btn-4 a,
.a-btn-4 {
  font-size: 18px;
  display: inline-block;
  font-weight: 800;
  text-transform: lowercase;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 9;
  font-family: "Muli", sans-serif;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.tg-a-btn-4 a::before,
.a-btn-4::before {
  content: '';
  position: absolute;
  height: 15px;
  width: 100%;
  bottom: -6px;
  left: 0;
  z-index: -1;
  background-color: #90caf9;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.tg-a-btn-4 a:hover::before,
.a-btn-4:hover::before {
  height: -webkit-calc(100% + 9px);
  height: calc(100% + 9px);
}

.a-btn-2.wpc-but {
  padding: 0;
  position: relative;
}
.a-btn-2.wpc-but::after {
  content: "\f0da";
  font-family: "FontAwesome";
  color: white;
  margin-left: 10px;
  position: absolute;
  right: 36px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: right 300ms ease;
  transition: right 300ms ease;
}
.a-btn-2.wpc-but:hover::after {
  right: 29px;
}

/*------------------------------------------------------*/
/*---------------------- 04. HERO ----------------------*/
.hero {
  width: 100%;
  height: 40%;
  position: relative;
  background-size: cover;
  background-position: center;
}

.hero-inner {
  position: relative;
  height: 100vh;
}

.enable_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 20;
}

.vertical-align {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*Gridrotator - Fallback css*/
.ri-grid {
  width: 600px;
}

.ri-grid ul li,
.ri-grid ul li a {
  width: 100px;
  height: 100px;
}

.ri-grid ul li a img {
  width: 100%;
}

.ri-grid {
  margin: 30px auto 30px;
  position: relative;
  height: auto;
}

.ri-grid ul {
  list-style: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.ri-grid ul:before,
.ri-grid ul:after {
  content: '';
  display: table;
}

.ri-grid ul:after {
  clear: both;
}

.ri-grid ul {
  zoom: 1;
}

.ri-grid ul li {
  -webkit-perspective: 400px;
  -o-perspective: 400px;
  -ms-perspective: 400px;
  perspective: 400px;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}

.ri-grid ul li a {
  display: block;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #333;
  box-sizing: content-box;
}

/* Grid wrapper sizes */
.ri-grid-size-1 {
  width: 55%;
}

.ri-grid-size-2 {
  width: 100%;
}

.ri-grid-size-3 {
  width: 100%;
  margin-top: 0px;
}

/* Shadow style */
.ri-shadow:after,
.ri-shadow:before {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  max-height: 100px;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.ri-shadow:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.ri-grid-loading:after,
.ri-grid-loading:before {
  display: none;
}

.ri-loading-image {
  display: none;
}

.ri-grid-loading .ri-loading-image {
  position: relative;
  width: 30px;
  height: 30px;
  left: 50%;
  margin: 100px 0 0 -15px;
  display: block;
}

blockquote {
  border: none;
  font-size: 15px;
  padding: 10px 15px;
}

blockquote footer {
  font-size: 85%;
}

blockquote cite {
  line-height: 1.42857;
  color: #777;
  font-style: normal;
  display: block;
  font-size: 14px;
  margin-top: 15px;
}

blockquote cite:before {
  content: '- ';
  margin-right: 7px;
}

.abs * {
  color: inherit;
}

.tabs ul,
.hero-slider ol,
.tabs ol {
  margin-left: 0;
}

.scroll {
  background-color: #c0af94;
  position: absolute;
  left: 1379px;
  top: 191px;
  width: 4px;
  height: 30px;
  z-index: 10;
}

.no-padd {
  padding: 0 !important;
}

@media (min-width: 1200px) {
  .hero > .container {
    padding: 0 !important;
  }

  .no-padd-md {
    padding: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  html {
    margin-top: 0;
  }
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  width: 100%;
}

table,
th,
td {
  border: 1px solid #d1d1d1;
}

dd {
  margin: 0 0 1.75em;
}

address {
  font-style: italic;
}

abbr,
acronym {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}

code {
  background-color: #d1d1d1;
  color: #222222;
}

mark,
ins {
  background: #007acc;
  color: #ffffff;
  padding: 0.125em 0.25em;
  text-decoration: none;
}

kbd {
  background-color: transparent;
  color: #222222;
  font-weight: 100;
  box-shadow: none;
  opacity: .9;
}

.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
}

.wp-caption {
  margin-bottom: 1.75em;
  max-width: 100%;
}

.wp-caption .wp-caption-text {
  font-style: italic;
  opacity: .9;
  font-size: 13px;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  padding: 0 10px;
  background: #222222;
  border-color: #222222;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 0px;
}

button:hover,
html input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  opacity: .8;
}

figure.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  text-align: center;
  overflow: visible;
  vertical-align: top;
  width: 100%;
  height: auto;
  padding: 0 1.1400652% 2.2801304%;
}

.gallery-caption {
  padding-top: 7px;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

caption {
  color: #222222;
  opacity: .7;
}

.main-wrapper {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .static-menu .container {
    max-width: 100%;
  }
}
/*------------------------------------------------------*/
/*---------------------- 05. FOOTER -------------------*/
.sidebar-open #footer {
  display: none;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

#footer > * {
  text-transform: none;
}
#footer .widg {
  padding: 95px 0 70px;
}
#footer .sidebar-item #wp-calendar caption,
#footer .widget_calendar th,
#footer .widget_calendar tr,
#footer .sidebar-item.widget_calendar table a {
  color: #fff;
  opacity: 1;
}
#footer .sidebar-item #wp-calendar caption {
  padding-top: 0;
}
#footer .widget_calendar td {
  color: #999;
  font-family: 'Muli', sans-serif;
}
#footer .sidebar-item[class*='widget_'] ul {
  list-style: none;
  margin-left: 0;
}
#footer .sidebar-item[class*='widget_'] ul li > a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#footer .sidebar-item[class*='widget_'] ul li > a:hover {
  text-decoration: none;
  color: #fff;
  opacity: 1;
}
#footer .sidebar-item[class*='widget_'] h5 {
  color: #fff;
}
#footer .sidebar-item[class*='widget_'] h5 a.rsswidget {
  opacity: 1;
}
#footer .sidebar-item[class*='widget_'] a, #footer .sidebar-item[class*='widget_'] label, #footer .sidebar-item[class*='widget_'] p, #footer .sidebar-item[class*='widget_'] strong, #footer .sidebar-item[class*='widget_'] span, #footer .sidebar-item[class*='widget_'] caption {
  color: #ffffff;
  opacity: .5;
  text-decoration: none;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
#footer .sidebar-item[class*='widget_'] p a {
  opacity: 1;
}
#footer .sidebar-item[class*='widget_'] a:hover {
  text-decoration: none;
  color: #fff;
  opacity: 1 !important;
}
#footer .sidebar-item[class*='widget_'] a.rsswidget {
  opacity: 1;
}
#footer .sidebar-item[class*='widget_'] a.rsswidget, #footer .sidebar-item[class*='widget_'].widget_rss cite {
  color: white;
}
#footer .sidebar-item[class*='widget_'] a.rsswidget:hover {
  opacity: .7;
}
#footer .sidebar-item[class*='widget_'] select {
  color: #222222;
  width: 100%;
}
#footer .widget_product_search form::after,
#footer .widget_search form div::after {
  background-color: transparent;
  color: #fff;
  height: 39px;
}
#footer .widget_product_search form::after:hover,
#footer .widget_search form div::after:hover {
  background-color: #fff;
  color: #222222;
}
#footer .awa-widget-social-link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin-bottom: 10px;
  border-radius: 50%;
  border: 1px solid #eee;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}
#footer .awa-widget-social-link a:not(:first-of-type) {
  margin-left: 10px;
}
#footer .awa-widget-social-link a:hover {
  color: #f54ea2;
}

.unit + #footer .widg {
  padding: 0 0 10px;
}

.unit + #footer .sidebar-item[class*='widget_'].widget_product_search input[type="search"], .unit + #footer .sidebar-item[class*='widget_'].widget_search input[type="text"] {
  border-bottom: 2px solid #fff;
}
.unit + #footer .sidebar-item[class*='widget_'] .recentcomments span,
.unit + #footer .sidebar-item[class*='widget_'] strong {
  opacity: 1;
}
.unit + #footer .sidebar-item[class*='widget_'] .recentcomments span a:hover,
.unit + #footer .sidebar-item[class*='widget_'] strong a:hover {
  opacity: 1;
}
.unit + #footer .sidebar-item[class*='widget_'] form input::-webkit-input-placeholder {
  color: #fff;
  opacity: .7;
}
.unit + #footer .sidebar-item[class*='widget_'] form input::-moz-placeholder {
  color: #fff;
  opacity: .7;
}
.unit + #footer .sidebar-item[class*='widget_'] form input:-ms-input-placeholder {
  color: #fff;
  opacity: .7;
}
.unit + #footer .sidebar-item[class*='widget_'] form input:-moz-placeholder {
  color: #fff;
  opacity: .7;
}
.unit + #footer .sidebar-item[class*='widget_'] ul ul {
  margin-top: 11px;
  margin-left: 10px;
}
.unit + #footer .sidebar-item[class*='widget_'] a, .unit + #footer .sidebar-item[class*='widget_'] label, .unit + #footer .sidebar-item[class*='widget_'] p, .unit + #footer .sidebar-item[class*='widget_'] span, .unit + #footer .sidebar-item[class*='widget_'] caption {
  opacity: .8;
}
.unit + #footer .sidebar-item[class*='widget_'].widget_calendar td {
  color: rgba(255, 255, 255, 0.8);
}
.unit + #footer .sidebar-item[class*='widget_'].widget_calendar td a {
  opacity: 1;
  color: #fff;
  font-weight: bold;
}
.unit + #footer .sidebar-item[class*='widget_'].widget_calendar th {
  font-weight: 800;
}

#footer .sidebar-item[class*='widget_'].widget_rss li {
  margin-bottom: 17px;
}

#footer .sidebar-item[class*='widget_'].widget_rss li cite {
  font-size: 12px;
  display: block;
  margin-top: 4px;
  margin-bottom: 15px;
}

#footer .sidebar-item[class*='widget_'] li .rss-date {
  font-size: 12px;
  margin-top: 5px;
}

#footer .sidebar-item[class*='widget_'] li a.rsswidget {
  font-weight: 600;
  opacity: 1;
}

#footer {
  display: block;
  padding: 20px 0;
  background-color: #222222;
  width: 100%;
  margin: auto;
  min-height: 40px;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  position: absolute;
  left: 0;
  z-index: 30;
}
#footer * {
  text-transform: none;
}
#footer .copy_content {
  color: #ffffff;
  text-align: center;
}
#footer.white-footer {
  background-color: #fff;
}
#footer.white-footer .copyright {
  padding-top: 12px;
  padding-bottom: 12px;
}
#footer.white-footer .copyright a,
#footer.white-footer .social-links a,
#footer.white-footer .ContactWidget h3,
#footer.white-footer .ContactWidget div.contact_content,
#footer.white-footer .ContactWidget .contact_url,
#footer.white-footer .AwaInstagramWidget,
#footer.white-footer .AwaInstagramWidget a,
#footer.white-footer .ContactWidget a.fa,
#footer.white-footer .widget_text h5,
#footer.white-footer .widget_text .textwidget > p,
#footer.white-footer .widget_text .wpcf7-response-output,
#footer.white-footer .widget_text form input:not([type="submit"]),
#footer.white-footer .widget_text form::after,
#footer.white-footer .sidebar-item #wp-calendar caption,
#footer.white-footer .widget_calendar th,
#footer.white-footer .widget_calendar tr,
#footer.white-footer .sidebar-item.widget_calendar table a {
  color: #222222;
}
#footer.white-footer .widget_text form input[type="submit"] {
  border: 2px solid #222222;
  background-color: rgba(0, 0, 0, 0.1);
}
#footer.white-footer .widget_text form input[type="submit"]:hover {
  background-color: transparent;
}
#footer.white-footer .widget_text form input:not([type="submit"]) {
  background-color: rgba(0, 0, 0, 0.1);
}
#footer.white-footer .widget_text form input::-webkit-input-placeholder {
  color: #222222;
  opacity: 1;
}
#footer.white-footer .widget_text form input::-moz-placeholder {
  color: #222222;
  opacity: 1;
}
#footer.white-footer .widget_text form input:-ms-input-placeholder {
  color: #222222;
  opacity: 1;
}
#footer.white-footer .widget_text form input:-moz-placeholder {
  color: #222222;
  opacity: 1;
}
#footer.white-footer .copy_content {
  color: #999;
}
#footer.white-footer .awa-widget-social-link a {
  color: #bbbbbb;
  transition: 0.2s ease-in;
}
#footer.white-footer .awa-widget-social-link a:hover {
  border: 1px solid #f54ea2;
  color: #f54ea2;
  opacity: 1;
}
#footer.white-footer .sidebar-item[class*='widget_'] h5, #footer.white-footer .sidebar-item[class*='widget_'] li, #footer.white-footer .sidebar-item[class*='widget_'] a, #footer.white-footer .sidebar-item[class*='widget_'] span, #footer.white-footer .sidebar-item[class*='widget_'] p, #footer.white-footer .sidebar-item[class*='widget_'] strong {
  color: #222222;
}
#footer.white-footer .sidebar-item[class*='widget_'] a:hover {
  color: #222222;
  opacity: .7;
}
#footer.white-footer .sidebar-item[class*='widget_'] li {
  list-style: none;
}
#footer.white-footer .awa-widget-about .about_content {
  color: #222222;
}
#footer.white-footer .awa-recent-post-widget .recent-date,
#footer.white-footer .awa-recent-post-widget a {
  color: #222222;
}
#footer.white-footer .footer-socials a {
  color: #222222;
}
#footer.white-footer.simple .sidebar-item ul li a {
  color: #bbb;
  transition: 0.2s ease-in;
}
#footer.white-footer.simple .sidebar-item ul li a:hover {
  color: #f54ea2;
  opacity: 1;
}
#footer.simple {
  padding: 20px 0 0;
}
#footer.simple .widg {
  padding: 20px 0;
}
#footer.simple .awa-widget-about .about_content {
  color: #bbb;
}
#footer.simple .awa-widget-about .about_content:first-child {
  font-size: 40px;
  margin-top: 0;
}
#footer.simple .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer.simple .menu li:not(:last-of-type) {
  margin-right: 10px;
}
#footer.simple .menu li a {
  font-weight: 800;
}
#footer.simple .sidebar-item .item-wrap {
  max-width: none;
  width: 100%;
}
#footer.simple .sidebar-item:first-of-type .item-wrap {
  text-align: left;
}
#footer.simple .sidebar-item:nth-of-type(2) .item-wrap {
  text-align: center;
}
#footer.simple .sidebar-item:last-of-type .item-wrap {
  text-align: right;
}
#footer.simple .img-wrap {
  margin-bottom: 15px;
}
#footer.simple .img-wrap img {
  max-height: 60px;
}

#footer.fix-bottom {
  position: fixed;
  z-index: 300;
  bottom: 0;
  width: 100%;
  background-color: transparent;
}
#footer.fix-bottom.white-footer {
  padding: 0 0 3px;
}
#footer.fix-bottom .footer-socials a {
  color: #222222;
}
#footer.fix-bottom .copyright {
  color: #fff;
}

#footer .footer-socials a {
  color: #ffffff;
  font-size: 18px;
  margin-right: 23px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}
#footer .footer-socials a:hover {
  color: #f54ea2;
}
#footer .footer-socials a:last-of-type {
  margin-right: 0;
}

#footer .copyright {
  letter-spacing: 0;
  font-size: 14px;
  line-height: 30px;
  font-family: "Muli", sans-serif;
  color: #999999;
}

#footer .copyright a {
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

#footer .copyright a:hover {
  opacity: 0.7;
  text-decoration: none;
}

#footer .social-links {
  float: right;
  line-height: 30px;
}

#footer .social-links .fa {
  font-size: 15px;
}

#footer .social-links a {
  font-size: 13px;
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  padding-left: 18px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#footer .social-links:hover a {
  opacity: .7;
}

#footer .social-links a:hover {
  opacity: 1;
}

.social-list > li {
  position: relative;
  display: inline;
  margin: 0px 11px 0 1px;
  list-style: none !important;
}

.social-list {
  margin-top: 25px;
  margin-left: 0 !important;
  text-align: center;
  padding: 0 15px;
}

.social-list a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-list:hover a {
  opacity: .7;
}

.social-list a:hover {
  opacity: 1;
}

#footer .widget_search input[type="submit"] {
  height: 40px;
  bottom: 1px;
}

footer .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: static;
  font-size: 12px;
}

#footer .widget_text .wpcf7-response-output {
  clear: both;
  font-size: 12px;
}

.social-links.single-post {
  width: 100%;
  text-align: center;
  font-size: 20px;
}

.social-links.single-post a {
  padding-left: 20px;
}

.click-on-this {
  text-decoration: none;
}

.social-list-portfolio:hover a {
  opacity: .6;
}

.social-list-portfolio a:hover {
  opacity: 1;
}

.awa_copyright_overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.95);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease, visibility .3s ease;
  -o-transition: opacity .3s ease, visibility .3s ease;
  transition: opacity .3s ease, visibility .3s ease;
}
.awa_copyright_overlay.active {
  opacity: 1;
  visibility: visible;
}
.awa_copyright_overlay .awa_copyright_overlay-active {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.awa_copyright_overlay h1, .awa_copyright_overlay h2, .awa_copyright_overlay h3, .awa_copyright_overlay h4, .awa_copyright_overlay h5, .awa_copyright_overlay h6 {
  margin-bottom: 30px;
  font-weight: 800;
  letter-spacing: .2px;
  word-break: break-word;
}

.unit .sub-menu {
  background: #fff;
}

.awa_copyright_overlay_text {
  font-size: 15px;
  padding: 15px;
  text-align: center;
  color: white;
}

#footer.static {
  position: static;
}

#footer.fix-bottom.no-footer {
  display: none;
}

#footer .menu-item-has-children .sub-menu {
  margin-top: 10px;
}
#footer .sidebar-item {
  margin-bottom: 25px;
  margin-top: 0;
}
#footer .widg .sidebar-item:nth-of-type(3) {
  float: right;
}
#footer .ContactWidget .awa-widget-contact {
  max-width: 300px;
}
#footer .sidebar-item {
  text-align: center;
}
#footer .sidebar-item .item-wrap {
  display: block;
  text-align: left;
}
#footer .sidebar-item h5 {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  font-family: "Muli", sans-serif;
  letter-spacing: .2px;
  margin-top: 29px;
  margin-bottom: 28px;
}
#footer .sidebar-item li {
  margin-bottom: 11px;
  color: rgba(255, 255, 255, 0.5);
}
#footer .sidebar-item .text {
  color: rgba(255, 255, 255, 0.7);
}
#footer .widget_text h5 {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  font-family: "Muli", sans-serif;
  letter-spacing: .2px;
  margin-top: 29px;
  margin-bottom: 30px;
}
#footer .widget_text .textwidget > p {
  font-size: 15px;
  font-family: "Muli", sans-serif;
  line-height: 1.5;
  margin-bottom: 4px;
}
#footer .widget_text .wpcf7-response-output {
  font-size: 14px;
  font-family: "Muli", sans-serif;
  color: #fff;
  line-height: 1.8;
  font-weight: 100;
  letter-spacing: 0.5px;
  padding-top: 0;
}
#footer .widget_text form {
  position: relative;
}
#footer .widget_text form input:not([type="submit"]) {
  font-size: 14px;
  font-family: "Muli", sans-serif;
  color: #fff;
  min-height: 53px;
  line-height: 1.8;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 1;
  width: 100%;
  font-weight: 100;
  padding: 13px 23px;
  letter-spacing: 0.5px;
  border-bottom: 2px solid transparent;
}
#footer .widget_text form .wpcf7-form-control-wrap {
  width: calc(100% - 57px);
  float: left;
  margin-right: 4px;
}
#footer .widget_text form input[type="submit"] {
  min-width: 53px;
  width: 53px;
  height: 53px;
  border: 2px solid white;
  background-color: transparent;
  color: transparent;
  margin-top: 0;
  padding: 0;
}
#footer .widget_text form input[type="submit"]:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#footer .widget_text form input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
#footer .widget_text form input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#footer .widget_text form input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
#footer .widget_text form input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#footer .awa-recent-post-widget .recent-img {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  margin-bottom: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#footer .awa-recent-post-widget a,
#footer .awa-recent-post-widget .recent-date {
  color: #fff;
  opacity: .7;
}
#footer .awa-recent-post-widget a {
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
}
#footer .awa-recent-post-widget .recent-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

#footer .input_protected_wrapper::after {
  display: none;
}

.main-wrapper.footer-parallax {
  background-color: #fff;
  z-index: 190;
}

#footer.footer-parallax {
  position: fixed;
}

#footer .sidebar-item ul ul ul ul ul ul {
  margin-left: 0;
}

#footer select,
#footer img {
  max-width: 100%;
  height: auto;
}

.main-wrapper.unit + #footer .sidebar-item {
  margin-left: 0;
}

#back-to-top {
  position: fixed;
  bottom: 30px;
  right: 40px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  background: #f5f5f5;
  color: #444;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}

#back-to-top:hover {
  background: #e9ebec;
}

#back-to-top.show {
  opacity: 1;
}

.AwaInstagramWidget {
  color: white;
}
.AwaInstagramWidget .insta-logo {
  max-height: 60px;
  width: auto;
  margin-bottom: 40px;
}
.AwaInstagramWidget h3.insta-logo {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: .6px;
  color: #fff;
  text-transform: none;
}
.AwaInstagramWidget .instagram-text {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .2px;
  color: #fff;
  margin-top: 28px;
}
.AwaInstagramWidget .instagram-text span {
  opacity: .5;
  font-weight: 100;
}
.AwaInstagramWidget .instagram-text a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
.AwaInstagramWidget .instagram-text a:focus,
.AwaInstagramWidget .instagram-text a:active,
.AwaInstagramWidget .instagram-text a:hover {
  color: #fff;
}
.AwaInstagramWidget .insta-images {
  height: 80px;
  width: 80px;
  max-width: calc(33% - (30px / 3));
  display: inline-block;
  background-size: cover;
  background-position: center;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.AwaInstagramWidget a.insta-images:last-of-type {
  margin-right: 0;
}

.ContactWidget h3 {
  font-size: 22px;
  font-family: "Muli", sans-serif;
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.ContactWidget div.contact_content {
  font-size: 15px;
  font-family: "Muli", sans-serif;
  color: #fff;
  opacity: .5;
  letter-spacing: 0px;
  line-height: 1.8;
  max-width: 300px;
  margin-bottom: 15px;
}
.ContactWidget .contact_url {
  font-size: 14px;
  font-family: "Muli", sans-serif;
  color: #fff;
  text-decoration: underline;
  display: block;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.ContactWidget .contact_url:hover {
  opacity: .7;
}
.ContactWidget a.fa {
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
  margin-right: 14px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.ContactWidget a.fa:hover {
  opacity: .7;
}

@media only screen and (max-width: 1550px) {
  body #footer .widg {
    padding: 50px 0 45px;
  }
}
@media only screen and (max-width: 1400px) {
  body #footer .widg {
    padding: 30px 0 25px;
  }
}
@media only screen and (min-width: 1199px) {
  #footer .sidebar-item .item-wrap {
    max-width: 260px;
    display: inline-block;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  body.static-menu #footer .sidebar-item {
    width: 50% !important;
  }
}
@media only screen and (max-width: 1024px) {
  #footer .sidebar-item {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  #footer.white-footer .copyright {
    padding: 0;
  }

  #footer .widg .sidebar-item:nth-of-type(3) {
    float: none;
  }

  #footer .sidebar-item {
    text-align: center;
  }
  #footer .sidebar-item .images-wrap {
    display: inline-block;
  }

  #footer .ContactWidget .awa-widget-contact,
  #footer .ContactWidget .contact_content {
    max-width: 100%;
  }

  #footer .widget_text {
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  #footer .footer-socials,
  #footer .copyright {
    text-align: center;
  }

  #footer .footer-socials {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #footer .widget_search input[type="submit"] {
    height: 38px;
  }

  #footer .widget_search form div::after {
    height: 36px;
  }

  #footer.fix-bottom {
    position: absolute;
  }
  #footer.fix-bottom .footer-socials {
    margin-bottom: 0;
  }
  #footer.simple .sidebar-item {
    margin-bottom: 30px;
  }
  #footer.simple .sidebar-item:first-of-type .item-wrap, #footer.simple .sidebar-item:nth-of-type(2) .item-wrap, #footer.simple .sidebar-item:last-of-type .item-wrap {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .unit + #footer .sidebar-item h5 {
    margin-bottom: 15px;
  }

  #footer {
    padding: 20px 0;
  }

  #footer .copyright,
  #footer .social-links {
    float: none;
  }

  #footer .copyright a,
  #footer .social-links a {
    padding: 0 4px;
  }

  #footer .sidebar-item {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  body #footer .widg {
    padding: 15px 0;
  }

  #footer .sidebar-item {
    margin: 0;
  }
  #footer .sidebar-item .item-wrap {
    text-align: center;
  }
  #footer .sidebar-item .images-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #footer.simple .menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  #footer.simple .col-sm-6:not(.footer-socials) {
    width: 33.33333%;
  }
  #footer.simple .col-sm-6:not(.text-center) {
    width: 33.33333%;
  }
}
/*------------------------------------------------------*/
/*---------------------- 06. TEXT BLOCK SHORTCODE ----------------------*/
.wpb_text_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wpb_text_column h1, .wpb_text_column h2, .wpb_text_column h3, .wpb_text_column h4, .wpb_text_column h5, .wpb_text_column h6 {
  margin-bottom: 55px;
  color: #222222;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: .2px;
  text-align: center;
}
.wpb_text_column h1 {
  font-size: 80px;
}
.wpb_text_column h3 {
  font-size: 50px;
}
.wpb_text_column p {
  margin-bottom: 45px;
  color: #999999;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .2px;
  text-align: left;
}
.wpb_text_column .wpb_wrapper {
  max-width: 900px;
}

@media (max-width: 768px) {
  .wpb_text_column p {
    margin-bottom: 25px;
  }

  .wpb_text_column h1 {
    font-size: 45px;
    margin-bottom: 35px;
  }
  .wpb_text_column h2 {
    font-size: 43px;
    margin-bottom: 35px;
  }
  .wpb_text_column h3 {
    font-size: 40px;
    margin-bottom: 35px;
  }
  .wpb_text_column h4 {
    font-size: 36px;
    margin-bottom: 35px;
  }
  .wpb_text_column h5 {
    font-size: 32px;
    margin-bottom: 35px;
  }
  .wpb_text_column h6 {
    font-size: 28px;
    margin-bottom: 35px;
  }
}
@media (max-width: 600px) {
  .wpb_text_column h1 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .wpb_text_column h2 {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .wpb_text_column h3 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .wpb_text_column h4 {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .wpb_text_column h5 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .wpb_text_column h6 {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
/*------------------------------------------------------*/
/*---------------------- 07. ERROR PAGE ----------------------*/
.error404 .hero-inner {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.error404 .hero-inner .bigtext {
  margin-bottom: 20px;
  font-family: "Muli", sans-serif;
  font-size: 200px;
  font-weight: 800;
  letter-spacing: .8px;
  color: #f54ea2;
  text-shadow: -10px 0px 0px #90caf9;
}
.error404 .hero-inner .title {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: "Muli", sans-serif;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: .2px;
  color: #222;
}
.error404 .hero-inner .subtitle {
  margin-bottom: 50px;
  color: #999999;
  font-family: "Muli", sans-serif;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: .2px;
  text-align: center;
}
.error404 .hero-inner .a-btn-dark {
  color: #222222;
}
.error404 .hero-inner .search {
  margin-bottom: 80px;
}
.error404 .hero-inner .search form div {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.error404 .hero-inner .search input[type="submit"] {
  border: 0;
  font-size: 14px;
  display: inline-block;
  letter-spacing: .5px;
  font-family: "Muli", sans-serif;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1;
  padding: 10px 38px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  background-color: #f54ea2;
  color: #fff;
}
.error404 .hero-inner .search input[type="submit"]:hover {
  color: #222;
  background-color: #fff;
}
.error404 .hero-inner .search input:not([type="submit"]) {
  width: 500px;
  padding: 10px 25px;
  border: 2px solid #f54ea2;
  color: #999999;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .2px;
}
.error404 .hero-inner .a-btn-1,
.error404 .hero-inner .a-btn-2,
.error404 .hero-inner .a-btn-3,
.error404 .hero-inner .a-btn-4 {
  margin-top: 40px;
}

.error404 .main-wrapper {
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.error404 .main-wrapper .vertical-align {
  position: static;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  padding: 50px 0;
}

.error404 .main-wrapper.unit .overlay-dark-error {
  background-color: transparent;
}
.error404 .main-wrapper.unit .vertical-align a,
.error404 .main-wrapper.unit .vertical-align .a-btn {
  color: #222222;
}
.error404 .main-wrapper.unit .vertical-align .a-btn::after {
  border-left-color: #222222;
}
.error404 .main-wrapper.unit .vertical-align a {
  border-bottom-color: #222222;
}

.error404 .main-wrapper.unit .vertical-align a::after {
  top: 0;
}

.error404 .main-wrapper.unit .vertical-align a:hover {
  border-bottom: 1px solid transparent;
}
.error404 .main-wrapper.unit .vertical-align a:hover::after {
  top: 6px;
}

@media only screen and (max-width: 767px) {
  .error404 .hero-inner .search input[type="submit"] {
    padding: 20px 38px;
  }
  .error404 .hero-inner .search input:not([type="submit"]) {
    width: 100%;
    margin-bottom: 30px;
  }

  form div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .error404 .hero-inner .bigtext {
    font-size: 100px;
  }

  .error404 .hero-inner .title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .error404 .hero-inner .subtitle {
    margin-bottom: 40px;
  }

  .error404 {
    padding: 30px 0;
  }
  .error404 .hero-inner {
    min-height: auto !important;
    padding-top: 0 !important;
  }
  .error404 .hero-inner .search {
    margin-bottom: 10px;
  }
}
/*------------------------------------------------------*/
/*---------------------- 08. BLOG ----------------------*/
.blog + .sidebar {
  margin-top: 60px;
}

.category .blog.center {
  margin-top: 30px;
}
.category .blog + .sidebar {
  margin-top: 30px;
}

.tax-portfolio-tag .blog.center {
  margin-top: 30px;
}

.blog,
.archive {
  height: auto !important;
}
.blog.center,
.archive.center {
  margin-top: 60px;
}
.blog.metro,
.archive.metro {
  padding: 0 100px;
  background-color: #faf7f7;
  overflow: hidden;
}
.blog.metro .img-slider,
.archive.metro .img-slider {
  position: relative;
}
.blog.masonry,
.archive.masonry {
  margin-top: 20px;
}
.blog .mfp-fade.mfp-bg,
.archive .mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.blog .mfp-fade.mfp-bg.mfp-ready,
.archive .mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.blog .mfp-fade.mfp-bg.mfp-removing,
.archive .mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.blog .mfp-fade.mfp-wrap .mfp-content,
.archive .mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.blog .mfp-fade.mfp-wrap.mfp-ready .mfp-content,
.archive .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.blog .mfp-fade.mfp-wrap.mfp-removing .mfp-content,
.archive .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.blog .mfp-iframe-holder .mfp-content,
.archive .mfp-iframe-holder .mfp-content {
  max-width: 100%;
}
.blog .mfp-wrap,
.archive .mfp-wrap {
  z-index: 2010;
}
.blog .mfp-fade.mfp-bg.mfp-ready,
.archive .mfp-fade.mfp-bg.mfp-ready {
  background-color: #000;
  opacity: 1;
  z-index: 2009;
}
.blog .mfp-iframe-holder,
.archive .mfp-iframe-holder {
  padding-top: 70px;
}
.blog .mfp-iframe-scaler iframe,
.archive .mfp-iframe-scaler iframe {
  max-height: 90vh;
}

.single-post .mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.single-post .mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.single-post .mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.single-post .mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.single-post .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.single-post .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.single-post .mfp-iframe-holder .mfp-content {
  max-width: 100%;
}
.single-post .mfp-wrap {
  z-index: 2010;
}
.single-post .mfp-fade.mfp-bg.mfp-ready {
  background-color: #000;
  opacity: 1;
  z-index: 2009;
}
.single-post .mfp-iframe-holder {
  padding-top: 70px;
}
.single-post .mfp-iframe-scaler iframe {
  max-height: 90vh;
}

.post-little-banner {
  position: relative;
  background-color: #faf7f7;
  padding: 160px 0 125px;
}
.post-little-banner .page-title-blog {
  margin-bottom: 0;
  color: #222222;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: .2px;
  text-align: center;
}
.post-little-banner .page-title-blog span {
  color: #f54ea2;
}
.post-little-banner .count-results {
  color: #999999;
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: .2px;
}
.post-little-banner.empty-post-list h3 {
  margin-bottom: 40px;
  color: #222222;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: .2px;
}
.post-little-banner.empty-post-list form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.post-little-banner.empty-post-list input[type="submit"] {
  border: 0;
  font-size: 14px;
  display: inline-block;
  letter-spacing: .5px;
  font-family: "Muli", sans-serif;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1;
  padding: 10px 38px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  background-color: #f54ea2;
  color: #fff;
}
.post-little-banner.empty-post-list input[type="submit"]:hover {
  color: #222;
  background-color: #fff;
}
.post-little-banner.empty-post-list input:not([type="submit"]) {
  width: 500px;
  padding: 10px 25px;
  border: 2px solid #f54ea2;
  color: #999999;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .2px;
}

.unit .post-little-banner {
  padding: 160px 0;
}

.unit .single-post ul:not(.comments):not(.children) li,
.unit .single-content ul:not(.comments):not(.children) li {
  text-indent: -18px;
  list-style: none;
}
.unit .single-post ul:not(.comments):not(.children) li::before,
.unit .single-content ul:not(.comments):not(.children) li::before {
  position: relative;
  top: -2px;
  left: 0px;
  padding-right: 17px;
  color: #f54ea2;
  font-size: 7px;
  content: "\f0c8";
  font-family: FontAwesome;
}
.unit .comments .comment-reply-title {
  margin-bottom: 40px;
}
.unit .comments .comment-respond {
  padding-top: 0;
}
.unit .comments-form {
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .unit .post-little-banner {
    padding: 95px 0;
  }
}
@media screen and (max-width: 768px) {
  .unit .post-little-banner {
    padding: 60px 0;
  }
}
.post-media.iframe-video {
  position: relative;
  width: 100%;
}
.post-media.iframe-video.play .video-container {
  visibility: visible;
  opacity: 1;
}
.post-media.iframe-video.play .close {
  visibility: visible;
  opacity: 1;
}
.post-media.iframe-video .video-container {
  background-color: rgba(34, 34, 34, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.post-media.iframe-video .video-container iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.post-media .video-content .play {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 15;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}
.post-media .video-content .play::before {
  content: '\f04b';
  display: inline-block;
  color: #222222;
  font-family: 'FontAwesome', sans-serif;
  font-size: 15px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.post-media .video-content .play:hover {
  background-color: #222222;
}
.post-media .video-content .play:hover::before {
  color: #ffffff;
}
.post-media .close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 120;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  color: #fff;
}

body.search-results .main-wrapper > .container-fluid > .row > .col-xs-12 {
  padding: 0;
}
body.search-results .main-wrapper > .container-fluid > .row > .col-xs-12 .post-little-banner {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

@media only screen and (max-width: 767px) {
  .post-little-banner.empty-post-list h3 {
    font-size: 26px;
  }
}
.post {
  margin-bottom: 30px;
}
.post.center-style {
  position: relative;
  top: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  margin-bottom: 50px;
}
.post.center-style .post-wrap-item {
  background-color: transparent;
}
.post.center-style .post-wrap-item .post-media {
  height: 650px;
}
.post.center-style .post-wrap-item::before {
  content: none;
}
.post.center-style .info-wrap {
  width: 90%;
  padding: 40px 100px;
  position: relative;
  top: -45px;
  background-color: #ffffff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}
.post.center-style .info-wrap .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post.center-style .category {
  margin-bottom: 5px;
  color: #f54ea2;
}
.post.center-style .category a {
  text-decoration: none;
  color: #f54ea2;
  font-family: "Muli", sans-serif;
  font-size: 15px;
  font-weight: 800;
}
.post.center-style .date {
  margin-bottom: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.post.center-style .date::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #dfdede;
  margin: 0 10px;
}
.post.center-style .date a {
  color: #999999;
  font-family: "Muli", sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}
.post.center-style .title {
  margin: 20px 0 40px;
  color: #222222;
  font-family: "Muli", sans-serif;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: .2px;
  line-height: normal;
  text-align: center;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.post.center-style.no-image {
  margin-bottom: 90px;
}
.post.center-style.no-image .info-wrap {
  top: 0;
  padding-top: 0;
}
.post.center-style.format-quote, .post.center-style.format-post-text {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 370px;
}
.post.center-style.format-quote .info-wrap, .post.center-style.format-post-text .info-wrap {
  padding: 80px 0;
  position: static;
  width: 100%;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  background-color: #faf7f7;
}
.post.center-style.format-quote .info-wrap i, .post.center-style.format-post-text .info-wrap i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: rgba(34, 34, 34, 0.2);
  font-size: 130px;
  z-index: -1;
}
.post.center-style.format-quote .info-wrap blockquote, .post.center-style.format-post-text .info-wrap blockquote {
  margin: 55px 0 0;
  color: #222222;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.67;
  letter-spacing: .2px;
}
.post.center-style.format-quote .info-wrap cite, .post.center-style.format-post-text .info-wrap cite {
  margin-top: 55px;
  color: #999999;
  font-style: normal;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: .2px;
}
.post.center-style.format-audio .post-media, .post.center-style.format-post-audio .post-media {
  height: 240px;
}
.post.center-style.format-video .post-wrap-item .post-media .video-container iframe, .post.center-style.format-post-video .post-wrap-item .post-media .video-container iframe {
  height: 650px;
}
.post.center-style.format-video .info-wrap, .post.center-style.format-post-video .info-wrap {
  z-index: 110;
}
.post.center-style.format-gallery .post-slider-img, .post.center-style.format-post-slider .post-slider-img {
  height: 650px;
}
.post.center-style.format-gallery .flex-direction-nav, .post.center-style.format-post-slider .flex-direction-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  top: 40%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}
.post.center-style.format-gallery .flex-direction-nav .flex-prev,
.post.center-style.format-gallery .flex-direction-nav .flex-next, .post.center-style.format-post-slider .flex-direction-nav .flex-prev,
.post.center-style.format-post-slider .flex-direction-nav .flex-next {
  display: block;
  padding: 17px 27px;
  background-color: #ffffff;
  color: #222222;
  font-size: 18px;
  -webkit-transition: color .3s ease, background-color .3s ease;
  -o-transition: color .3s ease, background-color .3s ease;
  transition: color .3s ease, background-color .3s ease;
}
.post.center-style.format-gallery .flex-direction-nav .flex-prev:hover,
.post.center-style.format-gallery .flex-direction-nav .flex-next:hover, .post.center-style.format-post-slider .flex-direction-nav .flex-prev:hover,
.post.center-style.format-post-slider .flex-direction-nav .flex-next:hover {
  background-color: #222222;
  color: #ffffff;
}
.post.center-style.format-gallery .info-wrap, .post.center-style.format-post-slider .info-wrap {
  top: -45px;
}
.post.center-style.format-link, .post.center-style.format-post-link {
  margin-bottom: 100px;
}
.post.center-style.format-link .info-wrap, .post.center-style.format-post-link .info-wrap {
  background-color: #222222;
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  min-height: 240px;
  width: 100%;
}
.post.center-style.format-link .link-wrap, .post.center-style.format-post-link .link-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  letter-spacing: .2px;
  font-size: 30px;
  font-weight: 800;
}
.post.center-style.format-link .link-wrap a, .post.center-style.format-post-link .link-wrap a {
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.8;
  letter-spacing: .2px;
  text-decoration: none;
}
.post.center-style.format-link .link-wrap i, .post.center-style.format-post-link .link-wrap i {
  margin-right: 20px;
  color: #4b4b4b;
  font-size: 60px;
}
.post.metro-style {
  position: relative;
  top: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  margin-bottom: 30px;
}
.post.metro-style.metro-item--hide {
  display: none;
}
.post.metro-style .post-wrap-item {
  background-color: #fff;
  opacity: 1;
}
.post.metro-style .post-wrap-item::before {
  content: none;
}
.post.metro-style .post-wrap-item .post-media {
  height: 300px;
}
.post.metro-style .info-wrap {
  padding: 40px;
  background-color: #ffffff;
  text-align: left;
}
.post.metro-style .info-wrap .category a {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 2px 10px;
  background-color: #f54ea2;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .2px;
  text-decoration: none;
}
.post.metro-style .info-wrap .date a {
  color: #999999;
  font-family: "Muli", sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .2px;
  text-decoration: none;
}
.post.metro-style .info-wrap .title {
  display: block;
  margin: 20px 0;
  color: #222222;
  font-family: "Muli", sans-serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: .2px;
  line-height: normal;
  text-decoration: none;
}
.post.metro-style .info-wrap .text {
  margin-bottom: 40px;
}
.post.metro-style .info-wrap .text p {
  color: #999999;
  font-family: "Muli", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .2px;
}
.post.metro-style .info-wrap .counters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 40px;
}
.post.metro-style .info-wrap .counters i {
  margin-right: 10px;
  color: #dfdede;
  font-size: 20px;
}
.post.metro-style .info-wrap .counters span,
.post.metro-style .info-wrap .counters .count {
  color: #999999;
  font-family: "Muli", sans-serif;
  font-size: 15px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: .2px;
}
.post.metro-style .info-wrap .counters .likes-wrap,
.post.metro-style .info-wrap .counters .comments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.post.metro-style .info-wrap .counters .likes-wrap {
  margin-right: 10px;
}
.post.metro-style.format-audio .post-media iframe, .post.metro-style.format-post-audio .post-media iframe {
  height: 300px;
}
.post.metro-style.format-video .video-container, .post.metro-style.format-post-video .video-container {
  background-color: rgba(34, 34, 34, 0.3);
}
.post.metro-style.format-video .post-wrap-item .post-media .video-container iframe, .post.metro-style.format-post-video .post-wrap-item .post-media .video-container iframe {
  height: 300px;
}
.post.metro-style.format-video .video-content .play, .post.metro-style.format-post-video .video-content .play {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #ffffff;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 15;
}
.post.metro-style.format-video .video-content .play::before, .post.metro-style.format-post-video .video-content .play::before {
  color: #222222;
  font-size: 15px;
}
.post.metro-style.format-standard .info-wrap, .post.metro-style.no-image .info-wrap {
  height: 100%;
}
.post.metro-style.format-standard .info-wrap .counters, .post.metro-style.no-image .info-wrap .counters {
  position: absolute;
  bottom: 40px;
}
.post.metro-style.format-standard .info-wrap .text, .post.metro-style.no-image .info-wrap .text {
  margin-bottom: 60px;
}
.post.metro-style.format-standard .post-media + .info-wrap, .post.metro-style.no-image .post-media + .info-wrap {
  display: block;
  height: auto;
}
.post.metro-style.format-quote i.fa-quote-right, .post.metro-style.format-post-text i.fa-quote-right {
  display: block;
  margin: 45px 0;
  color: #fff;
  opacity: .1;
  font-size: 44px;
}
.post.metro-style.format-quote .info-wrap, .post.metro-style.format-post-text .info-wrap {
  position: relative;
  height: 100%;
}
.post.metro-style.format-quote .info-wrap .counters, .post.metro-style.format-post-text .info-wrap .counters {
  position: absolute;
  bottom: 40px;
}
.post.metro-style.format-quote .info-wrap blockquote, .post.metro-style.format-post-text .info-wrap blockquote {
  color: #222222;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.58;
  letter-spacing: .2px;
}
.post.metro-style.format-quote .info-wrap cite, .post.metro-style.format-post-text .info-wrap cite {
  display: block;
  text-align: center;
  margin-bottom: 60px;
  font-style: normal;
  font-weight: 800;
  color: #999999;
}
.post.metro-style.format-quote .info-wrap .text, .post.metro-style.format-post-text .info-wrap .text {
  margin-bottom: 60px;
}
.post.metro-style.format-link .post-wrap-item, .post.metro-style.format-post-link .post-wrap-item {
  background-color: #222222;
}
.post.metro-style.format-link .info-wrap, .post.metro-style.format-post-link .info-wrap {
  background-color: #222222;
  position: relative;
  height: 100%;
}
.post.metro-style.format-link .info-wrap .counters, .post.metro-style.format-post-link .info-wrap .counters {
  position: absolute;
  bottom: 40px;
}
.post.metro-style.format-link .info-wrap .text, .post.metro-style.format-post-link .info-wrap .text {
  margin-bottom: 60px;
}
.post.metro-style.format-link .link-wrap i, .post.metro-style.format-post-link .link-wrap i {
  display: block;
  margin: 20px 0 10px;
  color: #4b4b4b;
  font-size: 90px;
}
.post.metro-style.format-link .link-wrap a, .post.metro-style.format-post-link .link-wrap a {
  color: #ffffff;
  font-family: "Muli", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.58;
  letter-spacing: .2px;
  text-decoration: none;
}
.post.metro-style.format-gallery .post-wrap-item, .post.metro-style.format-post-slider .post-wrap-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post.metro-style.format-gallery .post-media, .post.metro-style.format-post-slider .post-media {
  height: 100%;
  width: 50%;
}
.post.metro-style.format-gallery .info-wrap, .post.metro-style.format-post-slider .info-wrap {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 100%;
}
.post.metro-style.format-gallery .info-wrap .title, .post.metro-style.format-post-slider .info-wrap .title {
  display: block;
  width: 100%;
}
.post.metro-style.format-gallery .info-wrap .counters, .post.metro-style.format-post-slider .info-wrap .counters {
  position: absolute;
  bottom: 40px;
}
.post.metro-style.format-gallery .post-slider-img,
.post.metro-style.format-gallery .slides,
.post.metro-style.format-gallery .img-slider,
.post.metro-style.format-gallery .flex-viewport, .post.metro-style.format-post-slider .post-slider-img,
.post.metro-style.format-post-slider .slides,
.post.metro-style.format-post-slider .img-slider,
.post.metro-style.format-post-slider .flex-viewport {
  height: 100% !important;
}
.post.metro-style.format-gallery .flex-direction-nav, .post.metro-style.format-post-slider .flex-direction-nav {
  margin-bottom: 0;
  text-align: left;
  opacity: 1;
}
.post.metro-style.format-gallery .flex-direction-nav .flex-prev,
.post.metro-style.format-gallery .flex-direction-nav .flex-next, .post.metro-style.format-post-slider .flex-direction-nav .flex-prev,
.post.metro-style.format-post-slider .flex-direction-nav .flex-next {
  display: block;
  padding: 17px 27px;
  background-color: #ffffff;
  color: #222222;
  font-size: 18px;
  -webkit-transition: color .3s ease, background-color .3s ease;
  -o-transition: color .3s ease, background-color .3s ease;
  transition: color .3s ease, background-color .3s ease;
}
.post.metro-style.format-gallery .flex-direction-nav .flex-prev:hover,
.post.metro-style.format-gallery .flex-direction-nav .flex-next:hover, .post.metro-style.format-post-slider .flex-direction-nav .flex-prev:hover,
.post.metro-style.format-post-slider .flex-direction-nav .flex-next:hover {
  background-color: #222222;
  color: #ffffff;
}
.post.metro-style.format-gallery .flex-direction-nav .flex-prev, .post.metro-style.format-post-slider .flex-direction-nav .flex-prev {
  margin-right: 5px;
}

.post-paper.masonry,
.post-paper.metro {
  background-color: #faf7f7;
}

.unit .blog.masonry + .sidebar .sidebar-item {
  background-color: #fff;
  border: none;
}

.unit.main-wrapper .post-paper.sidebar-show > .container > .row > .col-md-4,
.unit.main-wrapper .post-paper.sidebar-show > .container > .row > .col-md-3 {
  padding-right: 15px !important;
  margin-top: 0;
}

@media only screen and (min-width: 1200px) {
  .unit .post-details .single-pagination {
    margin: 0 35px 65px;
  }
}
.blog.masonry {
  margin-top: 0;
  padding-left: 0;
}
.blog.masonry .format-link .link-wrap i {
  font-size: 70px;
  margin: 0;
}
.blog.masonry .format-quote i.fa-quote-right {
  color: #222;
  text-align: center;
  margin: 45px 0 25px;
}
.blog.masonry .info-wrap .title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.blog.masonry .post-wrap-item,
.blog.masonry .info-wrap {
  display: block !important;
  width: 100% !important;
}
.blog.masonry .metro-style:not(.format-post-video):not(.format-post-slider) .post-wrap-item .post-media {
  padding: 40px 40px 0;
  height: auto;
  text-align: center;
  width: 100%;
}
.blog.masonry .metro-style.format-post-video .post-wrap-item.video,
.blog.masonry .metro-style.format-post-video .post-wrap-item.slider {
  padding-top: 40px;
}
.blog.masonry .metro-style.format-post-video .post-wrap-item .post-media,
.blog.masonry .metro-style.format-post-slider .post-wrap-item .post-media {
  margin-right: 40px;
  margin-left: 40px;
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
}
.blog.masonry .metro-style .date {
  display: block;
}
.blog.masonry .metro-style .info-wrap .text {
  margin-bottom: 0 !important;
}
.blog.masonry .metro-style.sticky .title::before {
  content: "\f249";
  font-family: "FontAwesome";
  margin-right: 8px;
}

.post-paper {
  top: 0;
}
.post-paper > .container {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media only screen and (min-width: 1650px) {
  .blog .col-lg-3.format-post-slider {
    width: 50%;
  }
}
@media only screen and (max-width: 1650px) {
  .post.metro-style.format-gallery .post-wrap-item, .post.metro-style.format-post-slider .post-wrap-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .post.metro-style.format-gallery .post-wrap-item .post-media, .post.metro-style.format-post-slider .post-wrap-item .post-media {
    height: 300px;
  }
  .post.metro-style.format-gallery .post-wrap-item .info-wrap, .post.metro-style.format-post-slider .post-wrap-item .info-wrap {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .post.metro-style.format-gallery .post-wrap-item .post-media,
  .post.metro-style.format-gallery .post-wrap-item .info-wrap, .post.metro-style.format-post-slider .post-wrap-item .post-media,
  .post.metro-style.format-post-slider .post-wrap-item .info-wrap {
    width: 100%;
  }
  .post.metro-style.format-gallery .post-wrap-item .post-slider-img,
  .post.metro-style.format-gallery .post-wrap-item .slides,
  .post.metro-style.format-gallery .post-wrap-item .img-slider,
  .post.metro-style.format-gallery .post-wrap-item .flex-viewport, .post.metro-style.format-post-slider .post-wrap-item .post-slider-img,
  .post.metro-style.format-post-slider .post-wrap-item .slides,
  .post.metro-style.format-post-slider .post-wrap-item .img-slider,
  .post.metro-style.format-post-slider .post-wrap-item .flex-viewport {
    height: 300px !important;
  }
}
@media screen and (max-width: 1200px) {
  .blog.metro {
    padding: 0 15px;
  }
  .blog .blog.center, .blog .blog.archive {
    margin-top: 40px;
  }
  .blog + .sidebar {
    margin-top: 40px;
  }

  .post.metro-style .info-wrap {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .blog .blog.center,
  .blog .blog.archive {
    margin-top: 20px;
  }
  .blog .blog.center.col-md-9,
  .blog .blog.archive.col-md-9 {
    padding: 0;
  }
  .blog + .sidebar {
    margin-top: 30px;
  }

  .post-little-banner .page-title-blog {
    font-size: 30px;
  }
  .post-little-banner.empty-post-list input[type="submit"] {
    padding: 20px 38px;
  }
  .post-little-banner.empty-post-list input:not([type="submit"]) {
    width: 100%;
    margin-bottom: 30px;
  }
  .post-little-banner.empty-post-list form div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .post.center-style {
    margin-bottom: 40px;
  }
  .post.center-style .title {
    margin-bottom: 20px;
  }
  .post.center-style .post-wrap-item .post-media {
    height: 450px;
  }
  .post.center-style .info-wrap {
    top: 0;
    width: 100%;
    padding: 15px 0;
    left: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .post.center-style.no-image {
    margin-bottom: 40px;
  }
  .post.center-style.format-link .info-wrap, .post.center-style.format-post-link .info-wrap {
    padding: 60px 0;
  }
  .post.center-style.format-link .link-wrap, .post.center-style.format-post-link .link-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .post.center-style.format-link .link-wrap a, .post.center-style.format-post-link .link-wrap a {
    padding: 0 15px;
    font-size: 18px;
    word-break: break-word;
  }
  .post.center-style.format-link .link-wrap i, .post.center-style.format-post-link .link-wrap i {
    margin-right: 0;
    font-size: 30px;
  }
  .post.center-style.format-gallery .img-slider, .post.center-style.format-post-slider .img-slider {
    position: relative;
  }
  .post.center-style.format-gallery .flex-direction-nav, .post.center-style.format-post-slider .flex-direction-nav {
    top: 50%;
  }
  .post.center-style.format-gallery .info-wrap, .post.center-style.format-post-slider .info-wrap {
    top: 0;
  }
  .post.center-style.format-gallery .post-slider-img, .post.center-style.format-post-slider .post-slider-img {
    height: 450px;
  }
  .post.center-style.format-audio .post-media, .post.center-style.format-post-audio .post-media {
    height: 200px;
  }
  .post.center-style.format-quote, .post.center-style.format-post-text {
    min-height: auto;
  }
  .post.center-style.format-quote .info-wrap, .post.center-style.format-post-text .info-wrap {
    padding: 60px 0;
  }
  .post.metro-style.format-standard .info-wrap, .post.metro-style.format-quote .info-wrap, .post.metro-style.format-link .info-wrap, .post.metro-style.format-gallery .info-wrap, .post.metro-style.format-post-text .info-wrap, .post.metro-style.format-post-link .info-wrap, .post.metro-style.format-post-slider .info-wrap {
    display: block;
  }
  .post.metro-style.format-standard .info-wrap .counters, .post.metro-style.format-quote .info-wrap .counters, .post.metro-style.format-link .info-wrap .counters, .post.metro-style.format-gallery .info-wrap .counters, .post.metro-style.format-post-text .info-wrap .counters, .post.metro-style.format-post-link .info-wrap .counters, .post.metro-style.format-post-slider .info-wrap .counters {
    position: static;
  }
  .post.metro-style.format-link .link-wrap, .post.metro-style.format-post-link .link-wrap {
    margin-bottom: 30px;
  }
  .post.metro-style .comments {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  .post.center-style .post-wrap-item .post-media {
    height: 350px;
  }
  .post.center-style.format-gallery .post-slider-img, .post.center-style.format-post-slider .post-slider-img {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .post.center-style.format-quote .info-wrap blockquote,
  .post.center-style.format-post-text .info-wrap blockquote {
    font-size: 18px;
    margin-top: 0;
    padding-bottom: 0;
  }

  .post.center-style.format-quote .info-wrap cite,
  .post.center-style.format-post-text .info-wrap cite {
    margin-top: 15px;
  }

  .post.center-style.format-quote .info-wrap i,
  .post.center-style.format-post-text .info-wrap i {
    font-size: 70px;
  }

  .post.center-style.format-quote,
  .post.center-style.format-link {
    min-height: auto;
  }

  .post.center-style.format-link .info-wrap,
  .post.center-style.format-post-link .info-wrap {
    min-height: auto;
  }

  .unit .post.center-style.format-link .link-wrap i,
  .unit .post.center-style.format-post-link .link-wrap i {
    font-size: 70px;
  }

  .post.center-style .category,
  .post.center-style .date {
    display: block;
  }

  .post.center-style .date::before {
    display: none;
  }

  .post.center-style .info-wrap .flex-wrap {
    flex-direction: column;
  }
}
.counter-wrap-port .item-single:not(.count-show) {
  display: none;
}

.post > .post-wrap-item {
  text-decoration: none;
  display: block;
  position: relative;
  opacity: 1 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  background-color: #343434;
}

.post .post-wrap-item .post-content .post-media {
  display: none;
}

.post .post-wrap-item.text,
.post .post-wrap-item .post-media {
  display: block;
  width: 100%;
  margin-bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.post .post-wrap-item .post-media iframe {
  height: 240px;
}

.post .post-wrap-item .post-media.iframe-video .close {
  top: 15px !important;
}

.post > .post-wrap-item:before {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.post-content {
  margin: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 3;
  text-align: center;
  text-decoration: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.post-wrap-item.video .post-content {
  z-index: 300;
  max-height: calc(100% - 60px);
}

.video .post-content.hide-text,
.video .main-top-content.hide-text {
  display: none;
}

.unit .post.center-style.format-link .link-wrap,
.unit .post.center-style.format-post-link .link-wrap {
  flex-direction: column;
}
.unit .post.center-style.format-link .link-wrap i,
.unit .post.center-style.format-post-link .link-wrap i {
  margin-right: 0;
  line-height: 1;
}

.post-content.sticky .title {
  position: relative;
}

.post-content.sticky .title::before {
  content: "\f249";
  font-family: "FontAwesome";
  margin-right: 8px;
}

.post-content h5 {
  font-size: 24px;
  line-height: 30px;
  font-family: "Muli", sans-serif;
  color: #ffffff;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.92px;
  margin: 0;
  margin-bottom: 13px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.post-content .date {
  font-size: 13px;
  line-height: 20px !important;
  letter-spacing: 1.1px;
  font-family: "Times New Roman", sans-serif;
  color: #ffffff;
  text-align: center;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

.post-wrap-item.text .post-content i {
  font-size: 1.3em;
  margin-top: 20px;
  color: #ffffff;
}

.post-wrap-item.text .post-content blockquote {
  padding: 0 40px;
  color: #ffffff;
  font-family: "Muli", sans-serif;
}

.post iframe {
  width: 100%;
  border: none;
  display: block;
}

.post .post-wrap-item:hover {
  opacity: 1 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.post .post-wrap-item:hover:before {
  visibility: hidden;
  opacity: 0;
}

.post .post-wrap-item:hover .date,
.post .post-wrap-item:hover h5 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.post.no-image a:hover,
.no-image.recent-simple-post a:hover {
  opacity: 1 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.post.no-image a:hover:before {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.post.no-image a:hover .date {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.post.no-image a:hover h5,
.no-image.recent-simple-post .sm-wrap-post a.img:hover .content {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.recent-simple-post.no-image .sm-wrap-post a.img {
  display: none;
}

.empty-post-list {
  padding-bottom: 130px;
  padding-top: 130px;
  text-align: center;
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .banner-gallery .content-wrap .content {
    padding: 15px 30px;
  }

  .banner-gallery .content-wrap .title {
    letter-spacing: 3px;
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .banner-gallery .content-wrap {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .banner-gallery::before {
    content: '';
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
  }

  .banner-gallery .content-wrap {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 30px 15px;
    margin-left: 0;
  }

  .banner-gallery .content-wrap .content {
    padding: 0;
  }

  #searchform label {
    float: none;
    width: 100%;
  }

  .empty-post-list form {
    max-width: 100%;
  }
}
/*------------------------------------------------------*/
/*---------------------- 09. POST DETAIL ----------------------*/
.single-post .date-post {
  font-weight: 400;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;
}

.single-post .main-wrapper .post-paper.sidebar-show > .container > .row > .col-md-9 {
  padding: 0 30px !important;
}

.single-post .title {
  letter-spacing: .2px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 50px;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  color: #222;
  line-height: normal;
  max-width: 770px;
  margin-bottom: 40px;
}

.single-post p {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  color: #999;
  margin-bottom: 10px;
  letter-spacing: .2px;
}

.single-post .single-content blockquote {
  margin: 30px 0px;
  text-align: center;
}

.single-post .single-content > p,
.single-post .single-content > h1,
.single-post .single-content > h2,
.single-post .single-content > h3,
.single-post .single-content > h4,
.single-post .single-content > h5,
.single-post .single-content > h6,
.single-post .single-content > blockquote,
.single-post .single-content > ul,
.single-post .single-content > address,
.single-post .single-content > table,
.single-post .single-content > pre,
.single-post .single-content > dl,
.single-post .single-content > ol {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
}

.single-post .single-content blockquote p {
  font-size: 24px;
  line-height: 1.67;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  color: #222222;
  text-align: center;
  font-style: normal;
  margin: 0;
  letter-spacing: .2px;
}
.single-post .single-content blockquote p::before {
  display: block;
  margin-bottom: 20px;
  color: #f54ea2;
  font-family: "FontAwesome", sans-serif;
  font-size: 40px;
  content: "\f10e";
}

.single-portfolio .dgwt-jg-gallery {
  margin-bottom: 20px;
}

.page ol,
.page ul,
.page ul,
.single-content ol,
.single-content ul {
  margin-left: 20px;
  font-family: "Muli", sans-serif;
}

.page ul.slides {
  margin-left: 0;
}

.single-post .single-content .swiper-container {
  max-width: 970px;
  margin: 42px auto 35px;
  border-bottom: 1px solid #F2F2F2;
}
.single-post .single-content .swiper-container .img-wrap {
  width: 100%;
  height: 650px;
  background-position: center;
  background-size: cover;
}
.single-post .single-content .swiper-container .description {
  padding: 21px 0 18px;
  margin: auto;
  max-width: calc(100% - 100px);
  opacity: 1;
  text-align: center;
  font-size: 11px;
  letter-spacing: 2px;
  font-family: 'Muli', sans-serif;
  color: #222222;
  background-color: #fff;
  line-height: 2;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  -webkit-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
}
.single-post .single-content .swiper-arrow-right {
  right: 0;
  text-align: right;
}
.single-post .single-content .swiper-arrow-left {
  left: 0;
}
.single-post .single-content .swiper-arrow-right div,
.single-post .single-content .swiper-arrow-left div {
  position: relative;
  top: 50%;
  line-height: 2;
  margin-top: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}
.single-post .single-content .swiper-arrow-right div i,
.single-post .single-content .swiper-arrow-left div i {
  font-size: 24px;
}
.single-post .single-content .swiper-arrow-right div::before,
.single-post .single-content .swiper-arrow-left div::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 6px;
  background-color: #222222;
  height: 4px;
  width: 30px;
}
.single-post .single-content .swiper-arrow-right div::before {
  right: 6px;
  left: auto;
}
.single-post .single-content .swiper-arrow-right,
.single-post .single-content .swiper-arrow-left {
  width: 50px;
  background-color: #fff;
  font-size: 14px;
  font-family: 'Muli', sans-serif;
  color: #222222;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  bottom: calc((100% - 650px) / 2);
  height: calc(100% - 650px);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.single-post .single-content .swiper-arrow-left {
  text-align: left;
}

.single-post .single-content .swiper-arrow-right {
  text-align: right;
}

.single-post .col-md-3 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .single-post .col-md-3 {
    margin-top: 30px;
  }
}

.post-details.image .post-banner {
  background-color: transparent;
}

.single-post .post-little-banner {
  padding-top: 120px;
  padding-bottom: 120px;
  margin-bottom: 20px;
}

.post-little-banner .main-top-content {
  position: absolute;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: calc(50% - 25px);
}
.post-little-banner .main-top-content > * {
  color: #222222;
}

.single-post dl dd,
.comments dl dd {
  color: #b2b2b2;
  font-family: 'Muli', sans-serif;
}

.single-post .unit .main-top-content .title {
  font-size: 40px;
}

.main-wrapper .col-md-4 .sidebar-item,
.main-wrapper .col-md-3 .sidebar-item {
  border: 1px solid #eee;
  padding: 40px 20px;
  margin-left: 0;
}
.main-wrapper .col-md-4 .sidebar-item #wp-calendar,
.main-wrapper .col-md-3 .sidebar-item #wp-calendar {
  margin-bottom: 5px;
}
.main-wrapper .col-md-4 .sidebar-item ul li,
.main-wrapper .col-md-3 .sidebar-item ul li {
  padding-top: 8px;
}
.main-wrapper .col-md-4 .sidebar-item ul li li,
.main-wrapper .col-md-3 .sidebar-item ul li li {
  border-bottom: none;
  padding-bottom: 0;
}
.main-wrapper .col-md-4 .sidebar-item > ul > li:last-child, .main-wrapper .col-md-4 .sidebar-item > div > ul > li:last-child,
.main-wrapper .col-md-3 .sidebar-item > ul > li:last-child,
.main-wrapper .col-md-3 .sidebar-item > div > ul > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: -10px;
}
.main-wrapper .col-md-4 .sidebar-item h5,
.main-wrapper .col-md-3 .sidebar-item h5 {
  border-bottom: 1px solid #eee;
  display: block;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .2px;
  text-align: left;
  margin-bottom: 10px;
}
.main-wrapper .col-md-4 .sidebar-item a, .main-wrapper .col-md-4 .sidebar-item li, .main-wrapper .col-md-4 .sidebar-item p,
.main-wrapper .col-md-3 .sidebar-item a,
.main-wrapper .col-md-3 .sidebar-item li,
.main-wrapper .col-md-3 .sidebar-item p {
  color: #999;
}
.main-wrapper .col-md-4 .sidebar-item a:hover,
.main-wrapper .col-md-3 .sidebar-item a:hover {
  color: #f54ea2;
  opacity: 1;
}
.main-wrapper .col-md-4 .sidebar-item .cat-item.current-cat a,
.main-wrapper .col-md-3 .sidebar-item .cat-item.current-cat a {
  color: #7b7a7a;
}
.main-wrapper .col-md-4 .sidebar-item ul,
.main-wrapper .col-md-3 .sidebar-item ul {
  margin-left: 0;
}
.main-wrapper .col-md-4 .sidebar-item ul ul,
.main-wrapper .col-md-3 .sidebar-item ul ul {
  margin-left: 10px;
}
.main-wrapper .col-md-4 .sidebar-item h1, .main-wrapper .col-md-4 .sidebar-item h2, .main-wrapper .col-md-4 .sidebar-item h3, .main-wrapper .col-md-4 .sidebar-item h4, .main-wrapper .col-md-4 .sidebar-item h5, .main-wrapper .col-md-4 .sidebar-item h6, .main-wrapper .col-md-4 .sidebar-item strong,
.main-wrapper .col-md-3 .sidebar-item h1,
.main-wrapper .col-md-3 .sidebar-item h2,
.main-wrapper .col-md-3 .sidebar-item h3,
.main-wrapper .col-md-3 .sidebar-item h4,
.main-wrapper .col-md-3 .sidebar-item h5,
.main-wrapper .col-md-3 .sidebar-item h6,
.main-wrapper .col-md-3 .sidebar-item strong {
  color: #222222;
}
.main-wrapper .col-md-4 .sidebar-item strong,
.main-wrapper .col-md-3 .sidebar-item strong {
  font-weight: 600;
}
.main-wrapper .col-md-4 .sidebar-item.widget_tag_cloud a,
.main-wrapper .col-md-3 .sidebar-item.widget_tag_cloud a {
  color: #999999;
  font-size: 15px !important;
  line-height: 1.6;
  margin-right: 10px;
  padding: 0;
  background-color: transparent;
  transition: color .3s ease;
}
.main-wrapper .col-md-4 .sidebar-item.widget_tag_cloud a:hover,
.main-wrapper .col-md-3 .sidebar-item.widget_tag_cloud a:hover {
  color: #f54ea2;
}
.main-wrapper .col-md-4 .sidebar-item.widget_product_search input[type="submit"], .main-wrapper .col-md-4 .sidebar-item.widget_search input[type="submit"],
.main-wrapper .col-md-3 .sidebar-item.widget_product_search input[type="submit"],
.main-wrapper .col-md-3 .sidebar-item.widget_search input[type="submit"] {
  border-radius: 0;
  z-index: 1;
}
.main-wrapper .col-md-4 .sidebar-item table,
.main-wrapper .col-md-3 .sidebar-item table {
  color: #222222;
  font-family: "Muli", sans-serif;
}
.main-wrapper .col-md-4 .sidebar-item table th, .main-wrapper .col-md-4 .sidebar-item table a,
.main-wrapper .col-md-3 .sidebar-item table th,
.main-wrapper .col-md-3 .sidebar-item table a {
  color: #222222;
  font-weight: bold;
}
.main-wrapper .col-md-4 .sidebar-item table caption,
.main-wrapper .col-md-3 .sidebar-item table caption {
  color: #222222;
  opacity: 1;
}
.main-wrapper .col-md-4 .sidebar-item .awa-widget-about .img-wrap,
.main-wrapper .col-md-3 .sidebar-item .awa-widget-about .img-wrap {
  margin: -20px -20px 30px -20px;
}
.main-wrapper .col-md-4 .sidebar-item .awa-widget-about .text,
.main-wrapper .col-md-3 .sidebar-item .awa-widget-about .text {
  color: #999999;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .2px;
}
.main-wrapper .col-md-4 .sidebar-item .awa-recent-post-widget .recent-block,
.main-wrapper .col-md-3 .sidebar-item .awa-recent-post-widget .recent-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.main-wrapper .col-md-4 .sidebar-item .awa-recent-post-widget .recent-text a,
.main-wrapper .col-md-3 .sidebar-item .awa-recent-post-widget .recent-text a {
  color: #222222;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: .2px;
}
.main-wrapper .col-md-4 .sidebar-item .awa-recent-post-widget .recent-date,
.main-wrapper .col-md-3 .sidebar-item .awa-recent-post-widget .recent-date {
  color: #999999;
  font-size: 13px;
  letter-spacing: .2px;
}
.main-wrapper .col-md-4 .sidebar-item .awa-recent-post-widget .recent-img,
.main-wrapper .col-md-3 .sidebar-item .awa-recent-post-widget .recent-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 75px;
  height: 75px;
  margin-right: 20px;
  margin-bottom: 10px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.main-wrapper .single-content + .col-md-4,
.main-wrapper .single-content + .col-md-3,
.main-wrapper .post-paper.sidebar-show > .container > .row > .col-md-3,
.main-wrapper .post-paper.sidebar-show > .container > .row > .col-md-4 {
  position: relative;
  z-index: 9;
  padding: 0 !important;
}

@media only screen and (max-width: 1199px) {
  .single-post .main-wrapper .post-paper.sidebar-show > .container > .row > .col-md-3.pl30md,
  .single-post .main-wrapper .post-paper.sidebar-show > .container > .row > .col-md-4.pl30md {
    padding-right: 15px !important;
  }

  .main-wrapper .post-paper.sidebar-show > .container > .row > .col-md-9.blog:not(.masonry) {
    padding: 0 30px 0 85px !important;
  }

  .main-wrapper .post-paper.sidebar-show > .container > .row > .col-md-3.pl30md,
  .main-wrapper .post-paper.sidebar-show > .container > .row > .col-md-4.pl30md {
    padding-right: 15px !important;
  }

  .main-wrapper.unit .post-paper.sidebar-show > .container > .row > .col-md-9.not-letter {
    padding: 0 15px !important;
    width: 70%;
  }

  .post-paper.sidebar-show > .container > .row > .col-md-9.not-letter {
    padding: 0 15px !important;
    width: 70%;
  }
}
@media only screen and (max-width: 1024px) {
  .single-post .single-content .swiper-container .img-wrap {
    height: 550px;
  }

  .single-post .single-content .swiper-arrow-right,
  .single-post .single-content .swiper-arrow-left {
    bottom: calc((100% - 550px) / 2);
    height: calc(100% - 550px);
  }
}
@media only screen and (max-width: 991px) {
  .single-post .single-content .swiper-container .img-wrap {
    height: 400px;
  }

  .single-post .single-content .swiper-arrow-right,
  .single-post .single-content .swiper-arrow-left {
    bottom: calc((100% - 400px) / 2);
    height: calc(100% - 400px);
  }

  .comments.main {
    margin: 15px auto 70px;
  }

  .main-wrapper .single-content + .col-md-4,
  .main-wrapper .single-content + .col-md-3,
  .main-wrapper .post-paper.sidebar-show > .container > .row > .col-md-3,
  .main-wrapper .post-paper.sidebar-show > .container > .row > .col-md-4 {
    padding: 0 15px !important;
  }

  .post-little-banner {
    padding: 120px 0 95px;
  }
}
@media screen and (max-width: 768px) {
  .single-post .title {
    font-size: 40px;
  }

  .single-post p {
    margin-bottom: 15px;
  }

  .contact-form h2 {
    font-size: 28px;
  }

  .wpcf7 form input[type="submit"],
  form.wpcf7-form #submit {
    margin-bottom: 0px;
  }

  .post-little-banner {
    padding: 100px 0 50px;
  }
}
@media (max-width: 767px) {
  .single-post .date-post {
    padding-top: 30px;
    text-align: center;
  }

  .single-post .title {
    font-size: 40px;
    line-height: 50px;
  }

  .single-post .single-content blockquote {
    padding: 15px;
  }

  .padding-both > .container {
    padding: 30px 15px 15px !important;
  }

  .single-post .padding-both {
    top: -50px;
  }

  .page-title-blog,
  .single-post .unit .main-top-content .title {
    font-size: 28px;
  }

  .single-post .post-little-banner {
    min-height: auto !important;
    padding: 70px 15px;
    margin-bottom: 0;
  }

  .single-post .date-post {
    padding-top: 0;
  }

  .page ol, .page ul, .page ul, .single-content ol, .single-content ul {
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .single-post .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .single-post .single-content .swiper-container .img-wrap {
    height: 300px;
  }

  .single-post .single-content .swiper-arrow-right,
  .single-post .single-content .swiper-arrow-left {
    bottom: calc((100% - 300px) / 2);
    height: calc(100% - 300px);
  }

  .post-banner {
    min-height: 200px;
  }

  .single-post .title {
    letter-spacing: 5px;
  }

  .single-post .single-content blockquote {
    margin: 15px 0;
  }
}
@media only screen and (max-width: 380px) {
  .single-post .single-content .swiper-container .img-wrap {
    height: 200px;
  }

  .single-post .single-content .swiper-arrow-right,
  .single-post .single-content .swiper-arrow-left {
    bottom: calc((100% - 200px) / 2);
    height: calc(100% - 200px);
  }
}
/*Recent posts*/
.recent-post-single .recent-title {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 2.88px;
  font-family: "Muli";
  font-weight: 400;
  margin: 34px 0;
  color: #222222;
}

.sm-wrap-post a.img {
  display: block;
  position: relative;
  min-height: 240px;
  margin-bottom: 21px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sm-wrap-post a.img:hover {
  opacity: .8;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sm-wrap-post .content {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sm-wrap-post .content .title {
  font-size: 15px;
  line-height: 1.3;
  font-family: "Muli", sans-serif;
  letter-spacing: 2.7px;
  display: inline-block;
  color: #222222;
  margin-bottom: 10px;
  text-decoration: none;
}
.sm-wrap-post .content .title:hover {
  text-decoration: none;
}

.sm-wrap-post .content .excerpt {
  font-size: 15px;
  font-family: "Muli", sans-serif;
  color: #B2B2B2;
  line-height: 1.8;
  letter-spacing: 0px;
  margin-bottom: 11px;
}

.sm-wrap-post .content .post-date {
  display: block;
  height: auto;
  line-height: 20px;
}

.sm-wrap-post .content .post-date .date {
  font-size: 11px;
  line-height: 20px;
  font-family: "Muli", sans-serif;
  letter-spacing: 2px;
  font-weight: 400;
  color: #B2B2B2;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
}

.sm-wrap-post .content .title {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .sm-wrap-post a.img {
    min-height: 200px;
  }
}
/* PAGINATION */
.pagination {
  width: 100%;
  text-align: center;
  margin: 37px 0 0;
}

.pagination.cs-pager .page-numbers.next:after {
  content: '\f105';
  font-family: FontAwesome;
  display: inline-block;
  color: #222222;
}

.pagination.cs-pager .page-numbers.prev:after {
  content: '\f104';
  font-family: FontAwesome;
  display: inline-block;
  color: #222222;
}

.pagination a.img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 150px;
  width: 100%;
  display: block;
  opacity: 1;
  margin: 0;
  background-color: #000;
  text-decoration: none;
  padding-top: 87px;
  margin-bottom: 5px;
}

.post-nav,
.pager-pagination {
  position: relative;
  text-align: center;
  clear: both;
  font-family: "Muli", sans-serif;
  padding: 20px 0 50px;
  z-index: 5;
}

.pages,
.page-numbers {
  border: 1px solid #eeeeee;
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
  margin-right: 20px;
  text-align: center;
  padding: 17px 24px;
  color: #222222;
  text-decoration: none;
  background-color: #ffffff;
  margin-bottom: 10px;
}

.page-numbers:hover,
.page-numbers:focus {
  color: #f54ea2;
  border: 1px solid #f54ea2;
  opacity: 1;
}

.next.page-numbers,
.prev.page-numbers {
  display: none;
}

.next.page-numbers {
  position: relative;
  padding-right: 30px;
}
.next.page-numbers i {
  position: absolute;
  right: 18px;
  top: 48%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: right 350ms ease;
  transition: right 350ms ease;
}
.next.page-numbers:hover i {
  right: 14px;
}

.prev.page-numbers {
  position: relative;
  padding-left: 30px;
}
.prev.page-numbers i {
  position: absolute;
  left: 18px;
  top: 48%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: left 350ms ease;
  transition: left 350ms ease;
}
.prev.page-numbers:hover i {
  left: 14px;
}

.post-nav a {
  display: inline-block;
}
.post-nav a span {
  background-color: transparent !important;
  color: #222222 !important;
}

.post-nav .pages,
.post-nav .current,
.pager-pagination .pages,
.pager-pagination .current {
  color: #f54ea2;
  border: 1px solid #f54ea2;
}

.post-nav a .pages {
  opacity: 1;
}

.single-pagination {
  position: relative;
  padding: 15px 0;
  margin-bottom: 65px;
}
.single-pagination::before {
  display: table;
  content: '';
}
.single-pagination::after {
  display: table;
  content: '';
  clear: both;
}

.single-pagination > div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 45%;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  color: #999999;
}

.single-pagination > div.pag-prev {
  float: left;
  text-align: left;
}
.single-pagination > div.pag-prev:hover::before {
  margin-right: 30px;
  color: #f54ea2;
}
.single-pagination > div.pag-prev::before {
  margin-right: 25px;
  font-family: "FontAwesome", sans-serif;
  font-size: 14px;
  color: #dddddd;
  content: "\f060";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-pagination > div.pag-next {
  float: right;
  text-align: right;
}
.single-pagination > div.pag-next:hover::after {
  margin-left: 30px;
  color: #f54ea2;
}
.single-pagination > div.pag-next::after {
  margin-left: 25px;
  font-family: "FontAwesome", sans-serif;
  font-size: 14px;
  color: #dddddd;
  content: "\f061";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-pagination .icon-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single-pagination > div a.content {
  font-size: 18px;
  font-weight: 800;
  font-family: "Muli", sans-serif;
  color: #222;
  line-height: normal;
  letter-spacing: .2px;
  text-decoration: none;
  position: relative;
  display: block;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.single-pagination > div a.content:hover {
  opacity: .7;
  text-decoration: none;
}

.single-pagination > div.pag-next a.content::after {
  right: 0;
}

.single-pagination > div.pag-prev a.content::after {
  left: 0;
}

.single-pagination > div.pag-prev a.content:hover:before {
  left: -17px;
}

.single-pagination > div.pag-prev a.content:hover:after {
  left: -15px;
}

.single-pagination > div.pag-next a.content:hover:before {
  right: -19px;
}

.single-pagination > div.pag-next a.content:hover:after {
  right: -15px;
}

.single-pagination .icon-wrap i {
  color: #d8d8d8;
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .single-pagination {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .single-pagination > div.pag-prev {
    float: left;
    margin-left: 15px;
  }

  .single-pagination > div.pag-next {
    float: right;
    margin-right: 15px;
  }

  .single-pagination > div {
    max-width: 43%;
  }

  .single-pagination .icon-wrap {
    display: none;
  }
  .single-pagination div.pag-prev::before {
    content: none;
  }
  .single-pagination div.pag-next::after {
    content: none;
  }

  .pages,
  .page-numbers {
    padding: 10px 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .single-pagination > div.pag-prev,
  .single-pagination > div.pag-next {
    margin: 0;
  }
}
.post-slider-img {
  width: 100%;
  height: 240px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-slider .flex-direction-nav {
  margin-left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  opacity: .5;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 10;
}

.img-slider:hover .flex-direction-nav {
  opacity: 1;
}

.img-slider .flex-direction-nav li {
  display: inline-block;
}

.img-slider .flex-next,
.img-slider .flex-prev {
  display: block;
  padding: 5px;
  font-size: 40px;
  color: #fff;
}

.post .img-slider .flex-next,
.post .img-slider .flex-prev {
  display: none;
  padding: 0;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.post .img-slider .flex-next:hover,
.post .img-slider .flex-prev:hover {
  opacity: .7;
}
.post .img-slider .flex-next i::before,
.post .img-slider .flex-prev i::before {
  font-weight: 900;
}

.main-top-content {
  margin-bottom: 60px;
}

.post-banner {
  max-width: 770px;
  margin: 0 auto 60px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffff;
}

.post-details .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.post-details .date-post,
.post-details .author {
  display: inline-block;
  font-size: 15px;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  color: #999;
  line-height: normal;
  letter-spacing: .2px;
}
.post-details .date-post span,
.post-details .author span {
  color: #222222;
  text-transform: capitalize;
}
.post-details .date-post {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.post-details .date-post::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #dfdede;
  margin: 0 10px;
}
.post-details .single-categories {
  font-size: 0;
}
.post-details .single-categories a {
  display: inline-block;
  padding: 4px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-decoration: none;
  background-color: #f54ea2;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .2px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.post-details .single-categories a:hover {
  background-color: #222222;
  text-decoration: none;
}
.post-details .link-wrap {
  text-align: center;
}
.post-details .link-wrap i {
  display: block;
  color: #f54ea2;
  font-size: 90px;
}
.post-details .link-wrap a {
  text-decoration: none;
  color: #222222;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.67;
  letter-spacing: .2px;
}
.post-details ul li, .post-details ol li {
  margin-left: 20px;
  margin-bottom: 20px;
  color: #999999;
  font-size: 15px;
  letter-spacing: .2px;
}

.post-info,
.bottom-infopwrap,
.user-info-wrap,
.main-top-content,
.post-details .link-wrap,
.post-details .post-media {
  max-width: 770px;
  margin: 60px auto;
}
.post-info .single-tags a,
.bottom-infopwrap .single-tags a,
.user-info-wrap .single-tags a,
.main-top-content .single-tags a,
.post-details .link-wrap .single-tags a,
.post-details .post-media .single-tags a {
  display: inline-block;
  margin-bottom: 10px;
  padding: 12px 17px;
  border: 1px solid #eee;
  text-decoration: none;
  color: #999999;
  font-family: "Muli", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: .2px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.post-info .single-tags a:not(:last-of-type),
.bottom-infopwrap .single-tags a:not(:last-of-type),
.user-info-wrap .single-tags a:not(:last-of-type),
.main-top-content .single-tags a:not(:last-of-type),
.post-details .link-wrap .single-tags a:not(:last-of-type),
.post-details .post-media .single-tags a:not(:last-of-type) {
  margin-right: 10px;
}
.post-info .single-tags a:hover,
.bottom-infopwrap .single-tags a:hover,
.user-info-wrap .single-tags a:hover,
.main-top-content .single-tags a:hover,
.post-details .link-wrap .single-tags a:hover,
.post-details .post-media .single-tags a:hover {
  text-decoration: none;
  border-color: #f54ea2;
  background-color: #f54ea2;
  color: #ffffff;
}
.post-info .img-slider .slides,
.bottom-infopwrap .img-slider .slides,
.user-info-wrap .img-slider .slides,
.main-top-content .img-slider .slides,
.post-details .link-wrap .img-slider .slides,
.post-details .post-media .img-slider .slides {
  margin-left: 0;
}

.bottom-infopwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bottom-infopwrap .likes-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.bottom-infopwrap .likes-wrap .post__likes::before {
  color: #dfdede;
  font-family: "Ionicons", sans-serif;
  font-size: 20px;
  margin-right: 10px;
  content: "\f141";
}
.bottom-infopwrap .likes-wrap .post__likes--disable {
  pointer-events: none;
}
.bottom-infopwrap .likes-wrap .post__likes--liked::before {
  color: #f54ea2;
}
.bottom-infopwrap .likes-wrap span,
.bottom-infopwrap .count,
.bottom-infopwrap .post__likes {
  color: #222222;
  font-family: "Muli", sans-serif;
  font-size: 15px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: .2px;
}
.bottom-infopwrap .count {
  margin-right: 5px;
}
.bottom-infopwrap .social-list {
  padding: 0;
  margin: 0;
}
.bottom-infopwrap .social-list li {
  margin: 0;
  margin-left: 20px;
}
.bottom-infopwrap .social-list a {
  color: #adadad;
  font-size: 18px;
  opacity: 1;
}
.bottom-infopwrap .social-list a:hover {
  color: #f54ea2;
}

.user-info-wrap .post-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 35px;
  margin-bottom: 30px;
  background-color: #faf7f7;
}
.user-info-wrap .post-author__avatar img {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 60px;
}
.user-info-wrap .post-author__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.user-info-wrap .post-author .post-name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.user-info-wrap .post-author__title {
  font-size: 18px;
  line-height: normal;
  letter-spacing: .2px;
  font-weight: 800;
  font-family: "Muli", sans-serif;
  text-decoration: none;
  color: #222222;
  text-transform: capitalize;
}
.user-info-wrap .post-author__nicename {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: normal;
  font-family: "Muli", sans-serif;
  font-weight: bold;
  color: #999;
  letter-spacing: .2px;
  -webkit-font-smoothing: antialiased;
}
.user-info-wrap .post-author__nicename::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #dfdede;
  margin: 0 10px;
}
.user-info-wrap .post-author p {
  margin-bottom: 30px;
}
.user-info-wrap .post-author__social a {
  color: #adadad;
  font-size: 18px;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}
.user-info-wrap .post-author__social a:not(:last-of-type) {
  margin-right: 25px;
}
.user-info-wrap .post-author__social a:hover {
  color: #f54ea2;
}

.post-details.slider .img-slider .flex-direction-nav {
  display: none;
}
.post-details.slider .img-slider .post-slider-img {
  margin-left: 0;
  min-height: 600px;
}

.post-details.audio .post-banner::before {
  display: none;
}
.post-details.audio .post-media iframe {
  min-height: 360px;
}

.post-details.image .post-media {
  min-height: 600px;
}

.post-details.video .post-media {
  min-height: 600px;
}
.post-details.video .post-media .video-content .play {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.post-banner .main-top-content {
  position: absolute;
  top: calc(50% + 50px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 200;
  width: 100%;
}

.single-content.no-thumb .main-top-content {
  margin-bottom: 40px;
}
.single-content.no-thumb .main-top-content .title {
  color: #222222;
}

.single table td,
.single table th,
table td,
table th {
  padding: 7px;
}

.post-info span a,
.post-info span {
  font-family: "Muli", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: .7px;
  text-decoration: none;
  color: #B2B2B2;
}

.post-info span {
  display: block;
}

.post-info span a {
  font-family: "Muli", sans-serif;
  font-size: 12px;
  letter-spacing: 1.2px;
  color: white;
  background-color: #222222;
  text-decoration: none;
  padding: 1px 3px;
}
.post-info span a:hover {
  text-decoration: none !important;
}

.post-info span {
  padding-right: 16px;
  border-right: 1px solid #E8E8E8;
}

.post-info span:last-child {
  border: 0 none;
}

.post-info span.author {
  padding: 5px;
  background-color: #ebebeb;
  color: #222222;
  border: none;
}
.post-info span.author a {
  color: #222222;
}

.post-content h5 {
  padding-right: 15px;
  padding-left: 15px;
}

.single blockquote {
  border: none;
  margin-top: -7px;
  margin-bottom: 23px;
}

.hero-slider {
  width: 100%;
  height: 70%;
  position: relative;
  background-size: cover;
  background-position: center;
}

.hero-slider ul {
  list-style: none !important;
}

.hero-slider,
.hero-slider .slides,
.hero-slider .slides .slide {
  margin: 0;
  padding: 0;
}

.hero-slider .slides .slide {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.slide-caption {
  position: absolute;
  left: 50px;
  bottom: 50px;
  right: 50px;
  opacity: 0;
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}

.flex-active-slide .slide-caption {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.flex-control-paging {
  list-style: none;
  line-height: 0;
  margin: 10px 0 0;
  z-index: 99999;
  text-align: center;
}

.flex-control-paging li {
  display: inline-block;
  margin: 5px;
  border: 1px solid #000;
}

.flex-control-paging li a {
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border: 1px solid #ffffff;
  cursor: pointer;
}

.flex-control-paging li a.flex-active {
  background: #000;
}

@media screen and (max-width: 991px) {
  .post-nav,
  .pager-pagination {
    padding: 30px 0 20px;
  }
}
@media (max-width: 768px) {
  .post-details .title {
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .post {
    width: 100%;
  }

  .slide-caption {
    left: 20px;
    bottom: 20px;
    right: 20px;
  }
}
@media (max-width: 500px) {
  .hero-slider .slides .slide {
    height: 400px !important;
  }

  .side-link .side-title {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .hero-slider .slides .slide {
    height: 300px !important;
  }
}
.toggle {
  margin-bottom: 10px;
}

.toggle-title {
  position: relative;
  display: inline-block;
  font-family: "Muli", sans-serif;
  letter-spacing: .1em;
  cursor: pointer;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}

.toggle-title:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #000;
  bottom: -3px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.toggle.active .toggle-title:after {
  width: 100%;
}

.toggle-content {
  padding-top: 10px;
  font-size: 14px;
  display: none;
}

.toggle.active .toggle-content {
  display: block;
}

.post-details .single-content .comments.main {
  margin-left: auto;
}

.comments.main {
  max-width: 770px;
  clear: both;
  margin: 0 auto 60px;
  border-bottom: 1px solid #eee;
}
.comments.main label {
  font-size: 14px;
  letter-spacing: 1.7px;
}
.comments.main label:first-child {
  width: 100%;
}

.comments .comment {
  margin-left: 0;
  margin-bottom: 3px;
}

.children .content {
  margin-left: 50px;
}

.comments .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  padding-right: 40px;
}

.comments .content .comment-reply-link {
  position: relative;
  color: #222222;
  font-size: 18px;
  display: inline-block;
  font-weight: 800;
  letter-spacing: 0.5px;
  font-family: "Muli", sans-serif;
  text-transform: lowercase;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  z-index: 1;
}
.comments .content .comment-reply-link::before {
  content: '';
  position: absolute;
  height: 15px;
  width: 100%;
  bottom: -6px;
  left: 0;
  z-index: -1;
  background-color: #90caf9;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.comments .content .comment-reply-link:hover {
  text-decoration: none;
}
.comments .content .comment-reply-link:hover::before {
  height: -webkit-calc(100% + 9px);
  height: calc(100% + 9px);
}

.comments .comment-reply-title {
  font-size: 30px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: .2px;
  font-family: "Muli", sans-serif;
  margin-bottom: 60px;
  color: #222222;
}

.comments .comment-reply-title a {
  text-decoration: none;
}

.comments .content .comment-reply-link:hover {
  color: #222222;
}

.comment-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.comments .content .text {
  width: 100%;
  font-size: 15px;
  font-family: "Muli", sans-serif;
  color: #999;
  overflow: hidden;
  line-height: 1.6;
  margin-top: 6px;
  letter-spacing: .2px;
}
.comments .content .text h1, .comments .content .text h2, .comments .content .text h3, .comments .content .text h4, .comments .content .text h5, .comments .content .text h6 {
  color: #222222;
}

.comments .content .text p {
  margin-bottom: 16px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.comments .person .author {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: normal;
  letter-spacing: .2px;
  font-weight: 800;
  font-family: "Muli", sans-serif;
  text-decoration: none;
  color: #222222;
}

.comments table a {
  font-weight: bold;
  word-wrap: break-word;
}

.comments .person .author:hover {
  color: #f54ea2;
  text-decoration: none;
}

.comments .person .comment-date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: normal;
  font-family: "Muli", sans-serif;
  font-weight: bold;
  color: #999;
  letter-spacing: .2px;
  -webkit-font-smoothing: antialiased;
}
.comments .person .comment-date::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #dfdede;
  margin-right: 10px;
}

.comments .comments-title,
.comments .comments-title span {
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: .1px;
  font-family: "Muli", sans-serif;
  color: #222222;
}

.comment-title {
  border-bottom: 1px dashed #a6a6a6;
  padding-bottom: 6px;
}

.comments li.comment {
  list-style: none;
}
.comments li.comment .person .author-wrap {
  display: flex;
  flex-direction: column;
}

.person-img img {
  display: block;
  min-width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 50px;
}
.person-img + .comment-content {
  width: calc(100% - 145px);
}

.comments .comment .content {
  padding: 35px;
  margin-bottom: 30px;
  background-color: #faf7f7;
}

.comment-respond {
  padding: 20px 0;
}

.comments-form {
  padding-top: 2px;
  margin-bottom: 80px;
  clear: both;
}
.comments-form label + .input-wrapper {
  text-align: left;
}

#contactform h3,
.comments-form h3 {
  display: block;
  font-size: 16px;
  font-family: "Muli", sans-serif;
  color: #222222;
  font-weight: bold;
  letter-spacing: 1.25px;
  margin-bottom: 20px;
}

#contactform textarea,
#contactform input:not([type="submit"]),
.comments-form textarea,
.comments-form input:not([type="submit"]) {
  width: 100%;
  border: 2px solid #eeeeee;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 600;
  color: #f54ea2;
  line-height: 1.6;
  letter-spacing: .2px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  margin-bottom: 30px;
}
#contactform textarea:focus,
#contactform input:not([type="submit"]):focus,
.comments-form textarea:focus,
.comments-form input:not([type="submit"]):focus {
  border: 2px solid #f54ea2;
}

#contactform textarea::-moz-placeholder,
#contactform input::-moz-placeholder,
.comments-form textarea::-moz-placeholder,
.comments-form input::-moz-placeholder {
  color: #222;
  opacity: .6;
}

#contactform textarea,
.comments-form textarea {
  min-height: 112px;
  max-height: 112px;
  resize: none;
}

.input_post_wrapper {
  position: relative;
  display: inline-block;
  text-align: left;
}
.input_post_wrapper::before {
  content: '';
  position: absolute;
  left: -6px;
  top: 8px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #90caf9;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.input_post_wrapper:hover::before {
  top: 4px;
  left: -3px;
}

#contactform #submit,
.comments-form #submit {
  border: none;
  background-color: #f54ea2;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  letter-spacing: .5px;
  font-family: "Muli", sans-serif;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1;
  padding: 20px 38px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
#contactform #submit:hover,
.comments-form #submit:hover {
  opacity: 1;
}

#contactform {
  display: block;
}

.comment-form label,
.comments.main label {
  font-family: "Muli", sans-serif;
  color: #222222;
}

.comment-reply-title + form {
  margin-bottom: 30px;
}

.unit .comments.container {
  padding-top: 10px !important;
}
.unit .comments.container .comments-form {
  margin-bottom: 20px;
}

.wp-caption .wp-caption-text {
  margin-top: 10px;
}

.comments-form .comment-form#contactform .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.comments-form .comment-form#contactform .form-group input:not([type="submit"]) {
  width: calc(50% - 15px);
}
.comments-form .comment-form#contactform .form-group textarea {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.unit .single-post .post-little-banner {
  margin-bottom: 0;
}

.unit .comments .comments-title,
.unit .comments .comments-title span {
  margin-bottom: 30px;
}

.unit .post-little-banner + .post-paper.padding-both {
  padding-bottom: 10px;
}
.unit .post-little-banner + .post-paper.padding-both > ul, .unit .post-little-banner + .post-paper.padding-both > ol {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
}
.unit .post-little-banner + .post-paper.padding-both ul li,
.unit .post-little-banner + .post-paper.padding-both ol li {
  margin-left: 20px;
  margin-bottom: 20px;
  color: #999999;
  font-size: 15px;
  letter-spacing: .2px;
}
.unit .post-little-banner + .post-paper.padding-both ul li li:first-of-type,
.unit .post-little-banner + .post-paper.padding-both ol li li:first-of-type {
  margin-top: 20px;
}

@media screen and (max-width: 992px) {
  .unit .post-little-banner + .post-paper.padding-both {
    padding-bottom: 0;
  }

  .comments .comment-reply-title {
    margin-bottom: 30px;
  }

  .select-for-hovers .content {
    text-align: center;
  }

  .post-banner {
    min-height: 400px;
  }

  .single-post .single-content {
    margin-top: 50px;
  }

  .single-post .title {
    font-size: 48px;
    line-height: 1.2;
  }

  .recent-post-single .recent-title {
    font-size: 25px;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .single-post .single-content .swiper-container .img-wrap {
    height: 300px;
  }

  .single-post .single-content .swiper-arrow-right,
  .single-post .single-content .swiper-arrow-left {
    bottom: calc((100% - 300px) / 2);
    height: calc(100% - 300px);
  }

  .post-banner {
    min-height: 200px;
  }

  .single-post .title {
    letter-spacing: .2px;
  }

  .single-post .single-content blockquote {
    margin: 15px 0;
  }
}
@media (max-width: 991px) {
  .comments-form {
    margin-bottom: 20px;
  }

  .main-wrapper.unit .post-paper.sidebar-show > .container > .row > .col-md-9.not-letter {
    padding: 0 15px !important;
    width: 100%;
  }

  .post-paper.sidebar-show > .container > .row > .col-md-9.not-letter {
    padding: 0 15px !important;
    width: 100%;
  }

  .main-wrapper .post-paper.sidebar-show > .container > .row > .col-md-9,
  .main-wrapper .post-paper.sidebar-show > .container > .row > .col-md-9.blog:not(.masonry) {
    padding: 0 90px !important;
  }

  .main-wrapper .post-paper.sidebar-show > .container > .row > .col-md-9.blog.masonry {
    padding: 0 15px !important;
  }

  .single-post .main-wrapper .post-paper.sidebar-show > .container > .row > .col-md-3.pl30md,
  .single-post .main-wrapper .post-paper.sidebar-show > .container > .row > .col-md-4.pl30md {
    padding: 0 15px !important;
  }

  .single-post .main-wrapper .post-paper.sidebar-show > .container > .row > .col-md-9 {
    padding: 0 40px !important;
  }

  .main-wrapper .post-paper.sidebar-show > .container > .row > .col-md-3.pl30md,
  .main-wrapper .post-paper.sidebar-show > .container > .row > .col-md-4.pl30md {
    padding-left: 15px !important;
  }

  .main-wrapper .post-paper.sidebar-show > .container > .row > .col-md-9.blog.masonry + .col-md-3 {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .comments .person .comment-date::before {
    display: none;
  }

  .comments.main label {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contact-form h2 {
    font-size: 28px;
  }

  .wpcf7 form input[type="submit"],
  form.wpcf7-form #submit {
    margin-bottom: 0px;
  }

  .person-img + .comment-content {
    width: 100%;
  }

  .comments .comment-reply-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .comments .comment-reply-title {
    padding-top: 20px;
  }

  .comments .children {
    margin-left: 0;
  }

  .container.comments {
    margin-top: 0;
    padding-top: 10px !important;
    padding-bottom: 0px !important;
    text-align: left;
  }

  .unit .comments.container .comments-form {
    margin-bottom: 0px;
  }
}
@media (max-width: 480px) {
  .single blockquote {
    padding: 26px 26px 26px 36px;
  }

  .pagination {
    margin: 15px 0 0;
  }

  .comments .person .comment-date {
    display: block;
  }

  .comments .content {
    padding-right: 0;
  }

  .comments .person img {
    float: none;
    display: block;
    margin: auto 0 15px;
  }

  .comments .comment {
    margin-bottom: 30px;
  }

  .comments-title {
    margin-bottom: 20px;
  }

  .comments-form {
    margin-bottom: 60px;
  }

  .unit .comments.container .comments-form {
    margin-bottom: 0px;
  }

  .post-details .title {
    font-size: 30px;
  }

  .single blockquote {
    font-size: 16px;
    padding: 26px;
  }

  .single-content p {
    margin-bottom: 15px;
  }

  .comments .comment .content {
    padding: 25px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .comments .comment .content .person-img img {
    min-width: 70px;
    height: 70px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .comments .children .content {
    margin-left: 30px;
  }

  .user-info-wrap .post-author {
    padding: 30px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .user-info-wrap .post-author__avatar img {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .comments-form .comment-form#contactform .form-group input:not([type="submit"]) {
    width: 100%;
  }
}
.sidebar-item {
  margin-bottom: 50px;
}

.sidebar-item > h5,
.sidebar-item .screen-reader-text {
  letter-spacing: .75px;
  font-size: 15px;
  margin-bottom: 21px;
  line-height: 21px;
  display: block;
}

.sidebar-item .screen-reader-text,
.screen-reader-text {
  display: none;
}

.widget_product_search label,
.widget_search label {
  display: block;
  width: 100%;
}

.widget_search .searchform {
  position: relative;
}

.widget_product_search input[type="search"],
.widget_search input[type="text"] {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #999;
  color: #999;
  padding: 5px 70px 5px 10px;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
}

.widget_product_search input[type="submit"],
.widget_search input[type="submit"] {
  background: transparent;
  border: 0;
  color: transparent;
  width: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.widget_product_search input[type="submit"]:hover,
.widget_search input[type="submit"]:hover {
  opacity: 1;
}

.widget_rss .rss-date {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
  opacity: .7;
}

.widget_rss ul li {
  margin-bottom: 15px;
}

.widget_tag_cloud .tagcloud a {
  padding: 2px 5px;
  text-decoration: none;
  margin: 3px;
  display: inline-block;
  font-family: "Muli", sans-serif;
  vertical-align: top;
  font-weight: 600;
}

.widget_calendar table td,
.widget_calendar table th {
  text-align: center;
  padding: 7px 0;
}

.sidebar-item:first-child {
  margin-top: 0;
}

.sidebar-item h5 {
  padding: 0px 7px 10px 3px;
  width: 100%;
}

.sidebar-item ul {
  margin-left: 20px;
  font-family: "Muli", sans-serif;
}

.sidebar-item ul li a {
  text-decoration: none;
  color: #222222;
}

.sidebar-item select {
  max-width: 100%;
  font-family: "Muli", sans-serif;
  padding: 5px 10px;
}

.sidebar-item select option {
  max-width: 255px;
  width: 100%;
}

.sidebar-item input {
  padding: 4px 5px 6px 9px;
  font-family: "Muli", sans-serif;
}

.col-md-4 .sidebar-item,
.col-md-3 .sidebar-item {
  margin-bottom: 30px;
}
.col-md-4 .sidebar-item .recentcomments a,
.col-md-3 .sidebar-item .recentcomments a {
  color: #222;
}
.col-md-4 .sidebar-item li,
.col-md-3 .sidebar-item li {
  list-style: none;
  font-size: 15px;
  font-family: Muli, sans-serif;
  letter-spacing: 0;
  color: #222;
  line-height: 1.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.col-md-4 .sidebar-item li li,
.col-md-3 .sidebar-item li li {
  opacity: 1;
}
.col-md-4 .sidebar-item a, .col-md-4 .sidebar-item span, .col-md-4 .sidebar-item p, .col-md-4 .sidebar-item strong,
.col-md-3 .sidebar-item a,
.col-md-3 .sidebar-item span,
.col-md-3 .sidebar-item p,
.col-md-3 .sidebar-item strong {
  color: #999;
  font-size: 15px !important;
  font-family: Muli, sans-serif;
  font-weight: normal;
  letter-spacing: 0.2px;
  line-height: 1.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.col-md-4 .sidebar-item h5,
.col-md-3 .sidebar-item h5 {
  font-family: "Muli", sans-serif;
  color: #1b1b1b;
  letter-spacing: 3.3px;
  margin-bottom: 0;
}
.col-md-4 .sidebar-item a,
.col-md-3 .sidebar-item a {
  text-decoration: none;
}
.col-md-4 .sidebar-item select,
.col-md-3 .sidebar-item select {
  width: 100%;
  font-family: Muli, sans-serif;
  color: #1b1b1b;
  border-color: #d9d9d9;
}
.col-md-4 .widget_search .searchform,
.col-md-3 .widget_search .searchform {
  position: static;
}
.col-md-4 .widget_search input[type="search"],
.col-md-4 .widget_search input[type="text"],
.col-md-3 .widget_search input[type="search"],
.col-md-3 .widget_search input[type="text"] {
  padding: 15px 0;
  font-weight: normal;
  z-index: 3;
}
.col-md-4 .sidebar-item.widget_rss h5 a,
.col-md-3 .sidebar-item.widget_rss h5 a {
  color: #222;
  font-weight: 800 !important;
}
.col-md-4 .sidebar-item.widget_rss a.rsswidget,
.col-md-3 .sidebar-item.widget_rss a.rsswidget {
  color: #222;
  font-weight: 600;
}
.col-md-4 .sidebar-item.widget_rss a.rsswidget:hover,
.col-md-3 .sidebar-item.widget_rss a.rsswidget:hover {
  color: #f54ea2;
}
.col-md-4 .sidebar-item.widget_rss span.rss-date,
.col-md-3 .sidebar-item.widget_rss span.rss-date {
  font-size: 12px !important;
  color: #f54ea2;
  margin-top: 10px;
}
.col-md-4 .sidebar-item.widget_rss cite,
.col-md-3 .sidebar-item.widget_rss cite {
  color: #222222;
  display: block;
  margin-top: 5px;
  font-size: 14px;
}
.col-md-4 .widget_tag_cloud a,
.col-md-3 .widget_tag_cloud a {
  background-color: #222222;
  color: #fff;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.col-md-4 .widget_tag_cloud a:hover,
.col-md-3 .widget_tag_cloud a:hover {
  opacity: 0.8;
}
.col-md-4 .widget_calendar table th,
.col-md-3 .widget_calendar table th {
  padding: 4px 7px;
}

.col-md-3 .ContactWidget .contact_url,
.col-md-3 .ContactWidget div.contact_content,
.col-md-3 .ContactWidget a.fa,
.col-md-3 .awaInstagramWidget,
.col-md-4 .ContactWidget .contact_url,
.col-md-4 .ContactWidget div.contact_content,
.col-md-4 .ContactWidget a.fa,
.col-md-4 .awaInstagramWidget {
  color: #222222;
}
.col-md-3 .awaInstagramWidget a,
.col-md-4 .awaInstagramWidget a {
  max-width: calc(25% - (40px / 4));
}
.col-md-3 .ContactWidget h3,
.col-md-4 .ContactWidget h3 {
  font-size: 15px;
}

.main-wrapper .col-md-3 .sidebar-item ul ul ul ul ul ul,
.main-wrapper .col-md-4 .sidebar-item ul ul ul ul ul ul {
  margin-left: 0;
}

.main-wrapper .post-paper.sidebar-show > .container > .row > .col-md-9.not-letter {
  padding: 0 30px 0 0 !important;
}
.main-wrapper .post-paper.sidebar-show > .container > .row > .col-md-9.not-letter .post.modern .title {
  margin-top: 0;
}

.post-paper table td a {
  font-weight: bold;
}

.post-paper table td {
  font-family: "Muli", sans-serif;
}

.post.classic .title, .post.modern .title {
  word-wrap: break-word;
}

.widget_product_search form,
.widget_search form div {
  position: relative;
}

.widget_product_search form::after,
.widget_search form div::after {
  content: '\f002';
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  text-align: center;
  background-color: transparent;
  color: #f54ea2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar-item .price_slider_amount button.button {
  background-color: transparent;
  color: #999;
}

.sidebar-item .price_slider_amount button.button:hover {
  opacity: 1;
}

.sidebar-item ins {
  background: #e7e3e3;
}

.sidebar-item span.product-title {
  color: #999;
}
.sidebar-item span.product-title:hover {
  color: #f54ea2;
}

@media only screen and (max-width: 991px) {
  .col-md-4 .sidebar-item,
  .col-md-3 .sidebar-item {
    margin-bottom: 25px;
  }
  .col-md-4 .sidebar-item div.contact_content,
  .col-md-3 .sidebar-item div.contact_content {
    margin-right: auto;
    margin-left: auto;
  }

  .sidebar-item ul {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .widget_product_search form,
  .widget_search form div,
  .widget_product_search input[type="submit"],
  .widget_search input[type="submit"] {
    height: 35px;
  }

  .single-post .single-content {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .main-wrapper .main-top-content {
    top: 50%;
  }

  .main-wrapper .main-top-content .title {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .post-paper.sidebar-show > .container > .row > .col-md-9.not-letter .post.modern {
    margin-top: 30px;
  }

  .main-top-content,
  .post-info,
  .bottom-infopwrap,
  .user-info-wrap {
    margin: 30px 0;
  }

  .bottom-infopwrap {
    margin-top: 20px;
  }

  .post-banner {
    margin-bottom: 30px;
  }

  .comments .comments-title,
  .comments .comment-reply-title,
  .comments .comments-form {
    margin-bottom: 20px;
  }
  .comments .comments-title span {
    font-size: 26px;
  }
  .comments .comment-respond,
  .comments .comment-reply-title {
    padding-top: 0;
  }
  .comments.main {
    margin-bottom: 30px;
  }

  .single-pagination {
    padding-top: 0px;
  }

  .form-group {
    margin-bottom: 0;
  }

  .single-post .single-content blockquote {
    margin: 10px 0;
  }
  .single-post .single-content blockquote p::before {
    line-height: 1.1em;
  }

  .col-md-3 .sidebar-item,
  .col-md-4 .sidebar-item {
    margin-bottom: 15px;
  }

  .main-wrapper .col-md-3 .sidebar-item .awa-widget-about .img-wrap,
  .main-wrapper .col-md-4 .sidebar-item .awa-widget-about .img-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .post-paper.sidebar-show > .container > .row > .col-md-9,
  .main-wrapper .post-paper.sidebar-show > .container > .row > .col-md-9.blog {
    padding: 0 30px !important;
  }
}
/*------------------------------------------------------*/
/*---------------------- 10. WOOCOMMERCE ----------------------*/
.button.wc-backward {
  color: #fff !important;
}

body.single-product {
  margin-bottom: 0;
}

p.cart-empty {
  color: #999999;
  font-weight: 800;
  letter-spacing: .2px;
  text-align: center;
  margin-top: 50px;
}

.woocommerce div.product form.cart .button {
  font-size: 15px;
  margin-bottom: 0;
  letter-spacing: .5px;
  line-height: normal;
  display: inline-block;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  box-sizing: border-box;
  padding: 18px 38px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  background-color: #f54ea2;
  width: auto;
  border-radius: 0;
  margin-top: 30px;
}

.widget_product_search .woocommerce-product-search {
  position: relative;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #984f4f;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #f54ea2;
}

/* PRODUCT PRICE */
.woocommerce .single-product div.product p.price,
.woocommerce .awa_product_detail div.product span.price,
.woocommerce .single-product div.product span.price,
.woocommerce ul.products.default li.product .price,
.awa_cart.shop_table ul .cart_item ul .product-price,
.awa_cart.shop_table ul .cart_item ul .product-subtotal,
#topmenu .awa_mini_cart .product_list_widget .mini_cart_item .mini-cart-data .mini_cart_item_price,
.woocommerce table.shop_table .cart_item .product-total {
  font-family: "Muli";
  font-size: 15px;
  letter-spacing: normal;
  font-weight: 600;
  color: #999;
  margin-bottom: 0;
}

.woocommerce .awa_product_detail div.product span.price {
  position: absolute;
  top: 0;
  color: #f54ea2;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: .2px;
}

.woocommerce .awa_product_detail .related.products span.price,
.woocommerce .awa_product_detail .upsells.products span.price {
  position: static;
}

.woocommerce .awa_product_detail div.product p.price del,
.woocommerce .single-product div.product p.price del,
.woocommerce .awa_product_detail div.product span.price del,
.woocommerce .single-product div.product span.price del,
.woocommerce ul.products.default li.product .price del,
.awa_cart.shop_table ul .cart_item ul .product-price del,
.awa_cart.shop_table ul .cart_item ul .product-subtotal del,
#topmenu .awa_mini_cart .product_list_widget .mini_cart_item .mini-cart-data .mini_cart_item_price del,
.woocommerce table.shop_table .cart_item .product-total del {
  color: #d4d4d4;
  opacity: 1;
  display: inline-block;
  padding-right: 10px;
}

.woocommerce .single-product div.product p.price ins,
.woocommerce .awa_product_detail div.product span.price ins,
.woocommerce .single-product div.product span.price ins,
.woocommerce ul.products.default li.product .price ins,
.awa_cart.shop_table ul .cart_item ul .product-price ins,
.awa_cart.shop_table ul .cart_item ul .product-subtotal ins,
#topmenu .awa_mini_cart .product_list_widget .mini_cart_item .mini-cart-data .mini_cart_item_price ins,
.woocommerce table.shop_table .cart_item .product-total ins {
  padding: 0;
  color: #222222;
  font-weight: 600;
}

.woocommerce .awa_product_detail div.product p.price ins {
  padding: 0;
  color: #f54ea2;
  font-weight: 800;
}

/* BUTTONS */
.woocommerce-page.woocommerce-cart .woocommerce input.button,
.woocommerce-page.woocommerce-checkout .woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.shipping-calculator-button {
  text-decoration: none;
  display: inline-block;
  width: auto;
  border-radius: 0;
  border: 2px solid #eee;
  box-sizing: border-box;
  font-family: "Muli", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: .5px;
  padding: 18px 24px;
  background-color: transparent;
  color: #999;
  right: auto;
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  text-transform: lowercase;
}
.woocommerce-page.woocommerce-cart .woocommerce input.button:hover,
.woocommerce-page.woocommerce-checkout .woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.shipping-calculator-button:hover {
  color: #ffffff;
  background-color: #f54ea2;
  border-color: #f54ea2;
  opacity: 1;
}

.woocommerce-page.woocommerce-cart a.button,
.woocommerce-page.woocommerce-checkout a.button,
.woocommerce-page.woocommerce a.button,
.woocommerce-page.woocommerce button.button.alt,
.woocommerce button.button.alt {
  border: none;
  border-radius: 0;
  background-color: #f54ea2;
  color: #ffffff;
  position: relative;
}
.woocommerce-page.woocommerce-cart a.button::before,
.woocommerce-page.woocommerce-checkout a.button::before,
.woocommerce-page.woocommerce a.button::before,
.woocommerce-page.woocommerce button.button.alt::before,
.woocommerce button.button.alt::before {
  content: '';
  position: absolute;
  left: -6px;
  top: 8px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #90caf9;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.woocommerce-page.woocommerce-cart a.button:hover,
.woocommerce-page.woocommerce-checkout a.button:hover,
.woocommerce-page.woocommerce a.button:hover,
.woocommerce-page.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:hover {
  background-color: #f54ea2;
  color: #fff;
}
.woocommerce-page.woocommerce-cart a.button:hover::before,
.woocommerce-page.woocommerce-checkout a.button:hover::before,
.woocommerce-page.woocommerce a.button:hover::before,
.woocommerce-page.woocommerce button.button.alt:hover::before,
.woocommerce button.button.alt:hover::before {
  top: 4px;
  left: -3px;
}

.woocommerce ul.products li.product .awa-prod-list-image .awa-add-to-cart a,
.woocommerce-page.woocommerce .woocommerce-message a.button {
  font-size: 18px;
  display: inline-block;
  color: #222222;
  background-color: transparent;
  font-weight: 800;
  letter-spacing: 0.5px;
  position: relative;
  font-family: "Muli", sans-serif;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  padding: 0;
  margin: 0;
  border: 0;
}
.woocommerce ul.products li.product .awa-prod-list-image .awa-add-to-cart a::before,
.woocommerce-page.woocommerce .woocommerce-message a.button::before {
  content: '';
  position: absolute;
  height: 15px;
  width: 100%;
  bottom: -6px;
  left: 0;
  top: auto;
  z-index: -1;
  background-color: #90caf9;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.woocommerce ul.products li.product .awa-prod-list-image .awa-add-to-cart a:hover::before,
.woocommerce-page.woocommerce .woocommerce-message a.button:hover::before {
  height: -webkit-calc(100% + 9px);
  height: calc(100% + 9px);
}

.woocommerce-page.woocommerce .woocommerce-message a.button {
  line-height: 17px;
}

.woocommerce ul.products li.product .awa-prod-list-image .awa-add-to-cart a:hover::after,
.woocommerce-page.woocommerce .woocommerce-message a.button:hover::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 3px;
}

.woocommerce ul.products li.product .awa-prod-list-image .awa-add-to-cart .added_to_cart {
  display: none;
}

/* PRODUCT RATING */
.woocommerce .single-product .star-rating,
.woocommerce .awa_product_detail .star-rating {
  font-size: 12px;
  height: 20px;
  color: #222222;
}

.woocommerce .single-product .star-rating:before,
.woocommerce .awa_product_detail .star-rating:before {
  color: #e6e6e6;
}

/* PRODUCT ONSALE */
.woocommerce .awa_images span.onsale,
.woocommerce ul.products li.product .awa-prod-list-image .onsale {
  position: absolute;
  top: 20px;
  right: 0;
  bottom: auto;
  left: auto;
  border-radius: 0;
  display: inline-block;
  margin: 0;
  font-family: "Muli", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .2px;
  font-weight: 800;
  background-color: #d5382c;
  color: #fff;
  padding: 0 10px;
  min-height: 0;
  min-width: 0;
}

/* PRODUCT QUANTITY */
.woocommerce .quantity .qty {
  margin: 0;
  width: 65px;
  height: 40px;
  border: 1px solid #eee;
  font-family: "Muli", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  color: #999;
  padding-right: 7px;
  background-color: transparent;
}

.cart-empty + .return-to-shop {
  text-align: center;
}

/* PRODUCT MESSAGE */
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
  padding: 15px 0;
  border-top: 0;
  font-family: "Muli", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .2px;
  line-height: 2.13;
  background-color: transparent;
  color: #7e7e7e;
}
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-error a {
  text-decoration: none;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.woocommerce .woocommerce-error {
  background-color: #f54ea2;
  border-top: 4px solid #f54ea2;
  color: #ffffff;
  margin-left: 0;
}
.woocommerce .woocommerce-error li {
  margin-left: 10px !important;
}

.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-error:before {
  content: none;
}

.woocommerce .woocommerce-thankyou-order-received {
  color: #222222;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: .2px;
  margin-bottom: 20px;
}
.woocommerce ul.order_details li {
  font-family: "Muli", sans-serif;
  font-size: 12px;
  text-transform: none;
}
.woocommerce ul.order_details li storng {
  margin-top: 5px;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table th {
  padding: 5px 0;
}
.woocommerce table.shop_table tfoot td {
  color: #999999;
  font-family: "Muli", sans-serif;
  font-weight: 600;
}
.woocommerce .product-name {
  padding: 5px 0;
}
.woocommerce .product-name a {
  color: #f54ea2;
  font-family: "Muli", sans-serif;
  font-weight: bold;
  text-decoration: none;
}
.woocommerce .product-name a:hover {
  opacity: .7;
}
.woocommerce .product-total,
.woocommerce .shipped_via {
  color: #999999;
  font-family: "Muli", sans-serif;
  font-weight: bold;
}
.woocommerce .woocommerce-order-details__title {
  margin-bottom: 0;
}
.woocommerce .wc-bacs-bank-details-heading,
.woocommerce .woocommerce-column__title {
  margin-top: 80px;
}
.woocommerce .woocommerce-customer-details {
  margin-bottom: 80px;
}
.woocommerce .wc_payment_method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.woocommerce .wc_payment_method label {
  width: auto;
}

/* PRODUCT DETAIL PAGE */
.awa_product_detail,
.single-product {
  margin-top: 0;
  margin-bottom: 20px;
}

/* PRODUCT DETAILS PAGE - IMAGES */
.awa_product_detail .product .awa_images,
.single-product .product .awa_images {
  width: 52%;
  float: left;
  max-width: 630px;
  margin-top: 5px;
  position: relative;
}

.awa_product_detail .product .awa_images a,
.single-product .product .awa_images a {
  display: block;
}

/* PRODUCT DETAILS PAGE - SLIDER */
.awa_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-gallery-wrap {
  width: 80%;
  height: 650px;
  overflow: hidden;
}
.product-gallery-wrap .s-back-switch {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 650px;
}
.product-gallery-wrap .on-new {
  position: absolute;
  top: 20px;
  right: 0;
  display: inline-block;
  font-family: "Muli", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .2px;
  font-weight: 800;
  background-color: #09d4de;
  color: #fff;
  padding: 0 10px;
  z-index: 5;
}

.product-gallery-thumbnail-wrap {
  width: calc(20% - 30px);
  margin-right: 30px;
}
.product-gallery-thumbnail-wrap .s-back-switch {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 70px;
  width: 100%;
  cursor: pointer;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .woocommerce ul.products li.product {
    margin-bottom: 35px;
  }
}
/* PRODUCT DETAILS PAGE - INFO */
.single-product .product .summary.entry-summary,
.awa_product_detail .product .summary.entry-summary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 500px;
  margin-bottom: 0;
  padding-left: 30px;
}

.awa_product_detail .social-list {
  margin-bottom: 45px;
  padding: 0;
  text-align: left;
}
.awa_product_detail .social-list li {
  margin: 0;
}
.awa_product_detail .social-list li:not(:last-of-type) {
  margin-right: 25px;
}
.awa_product_detail .social-list a {
  color: #222;
  font-size: 18px;
}
.awa_product_detail .social-list a:hover {
  color: #f54ea2;
}
.awa_product_detail .social-list:hover a {
  opacity: 1;
}

/* PRODUCT DETAILS PAGE - PRICE */
.single-product .product_price,
.awa_product_detail .product_price {
  position: absolute;
  top: 0;
  color: #f54ea2;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: .2px;
  margin-bottom: 27px;
}

/* PRODUCT DETAILS PAGE - RATING */
.single-product .product .summary .woocommerce-product-rating,
.awa_product_detail .product .summary .woocommerce-product-rating {
  width: 100%;
  margin-bottom: 0;
}

.single-product .product .summary .woocommerce-product-rating .star-rating,
.awa_product_detail .product .summary .woocommerce-product-rating .star-rating {
  margin: 7px 10px 0 0;
}

.single-product .product .summary .woocommerce-product-rating .woocommerce-review-link,
.awa_product_detail .product .summary .woocommerce-product-rating .woocommerce-review-link {
  font-family: "Muli", sans-serif;
  font-size: 15px;
  line-height: normal;
  letter-spacing: .2px;
  font-weight: 400;
  text-decoration: none;
  color: #999;
}

/* PRODUCT DETAILS PAGE - TITLE */
.single-product .product .summary .product_title,
.awa_product_detail .product .summary .product_title {
  margin-top: 45px;
  width: 100%;
  font-size: 40px;
  line-height: normal;
  font-weight: 800;
  letter-spacing: .2px;
  margin-bottom: 15px;
  color: #222222;
  text-transform: none;
}

/* PRODUCT DETAILS PAGE - DESCRIPTION */
.single-product .product .summary .product_desc,
.awa_product_detail .product .summary .product_desc {
  width: 100%;
  margin-bottom: 22px;
}

.single-product .product .summary .product_desc p,
.awa_product_detail .product .summary .product_desc p {
  width: 100%;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .2px;
  font-weight: 400;
  margin-bottom: 0;
  color: #999;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* PRODUCT DETAILS PAGE - FORM */
.woocommerce div.product form.cart div.quantity {
  float: none;
  margin: 0;
}

.single-product .product .summary .cart,
.awa_product_detail .product .summary .cart {
  width: 100%;
  margin-bottom: 33px;
}

.single-product .product .summary .variations_form.cart,
.awa_product_detail .product .summary .variations_form.cart {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 45px 0;
}
.single-product .product .summary .variations_form.cart .variations_button,
.single-product .product .summary .variations_form.cart .variations tbody,
.awa_product_detail .product .summary .variations_form.cart .variations_button,
.awa_product_detail .product .summary .variations_form.cart .variations tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.single-product .product .summary .variations_form.cart .variations_button span,
.single-product .product .summary .variations_form.cart .variations tbody span,
.awa_product_detail .product .summary .variations_form.cart .variations_button span,
.awa_product_detail .product .summary .variations_form.cart .variations tbody span {
  font-size: 15px;
  line-height: normal;
  letter-spacing: 1.1px;
  font-weight: 800;
  color: #222222;
}
.single-product .product .summary .variations_form.cart .variations_button,
.awa_product_detail .product .summary .variations_form.cart .variations_button {
  width: 50%;
  margin-bottom: 20px;
  margin-top: 20px;
  text-transform: lowercase;
}
.single-product .product .summary .variations_form.cart .variations_button .quantity,
.awa_product_detail .product .summary .variations_form.cart .variations_button .quantity {
  margin: 0;
}
.single-product .product .summary .variations_form.cart .variations,
.awa_product_detail .product .summary .variations_form.cart .variations {
  width: 50%;
}
.single-product .product .summary .variations_form.cart .variations .value select,
.awa_product_detail .product .summary .variations_form.cart .variations .value select {
  margin: 0;
  width: 65px;
  height: 40px;
  border: 1px solid #eee;
  font-family: "Muli", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  color: #999;
  padding-right: 7px;
  background-color: transparent;
}
.single-product .product .summary .variations_form.cart .variations .value fieldset,
.awa_product_detail .product .summary .variations_form.cart .variations .value fieldset {
  border: 0;
}
.single-product .product .summary .variations_form.cart .variations tbody .label label,
.awa_product_detail .product .summary .variations_form.cart .variations tbody .label label {
  margin: 0;
}
.single-product .product .summary .variations_form.cart .quantity,
.awa_product_detail .product .summary .variations_form.cart .quantity {
  float: none;
}

.single-product .product .summary .cart .variations,
.awa_product_detail .product .summary .cart .variations {
  margin-bottom: 42px;
  table-layout: auto;
}

.awa_product_detail .product .summary .cart .variations {
  margin-bottom: 20px;
}

.single-product .product .summary .cart .group_table,
.awa_product_detail .product .summary .cart .group_table {
  border: 0;
  margin-bottom: 42px;
  table-layout: auto;
}

.single-product .product .summary .cart .group_table td.label,
.awa_product_detail .product .summary .cart .group_table td.label {
  font-family: "Muli", sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  font-weight: 400;
  color: #fff;
  text-align: left;
}

.single-product .product .summary .cart .variations .label,
.awa_product_detail .product .summary .cart .variations .label {
  padding: 0;
}

.single-product .product .summary .cart .variations .label label,
.awa_product_detail .product .summary .cart .variations .label label {
  font-family: "Muli", sans-serif;
  font-size: 15px;
  line-height: normal;
  letter-spacing: 1.1px;
  font-weight: 800;
  color: #222222;
  margin-bottom: 14px;
}

.single-product .product .summary .cart .variations .value,
.awa_product_detail .product .summary .cart .variations .value {
  padding: 0;
}

.single-product .product .summary .cart .variations .value fieldset,
.awa_product_detail .product .summary .cart .variations .value fieldset {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.single-product .product .summary .cart .variations .value ul,
.awa_product_detail .product .summary .cart .variations .value ul {
  list-style-type: none;
  margin-bottom: 0;
  padding: 18px 0;
}

.single-product .product .summary .cart .variations .value ul li:empty {
  display: none;
}

.single-product .product .summary .cart .variations .value ul li:not(:last-child),
.awa_product_detail .product .summary .cart .variations .value ul li:not(:last-child) {
  margin-bottom: 10px;
}
.single-product .product .summary .cart .variations .value ul li:not(:last-child)::after, .single-product .product .summary .cart .variations .value ul li:not(:last-child)::before,
.awa_product_detail .product .summary .cart .variations .value ul li:not(:last-child)::after,
.awa_product_detail .product .summary .cart .variations .value ul li:not(:last-child)::before {
  content: '';
  display: table;
}
.single-product .product .summary .cart .variations .value ul li:not(:last-child)::after,
.awa_product_detail .product .summary .cart .variations .value ul li:not(:last-child)::after {
  clear: both;
}

.single-product .product .summary .cart .variations .value ul li input,
.awa_product_detail .product .summary .cart .variations .value ul li input {
  display: none;
}

.single-product .product .summary .cart .variations .value ul li label,
.awa_product_detail .product .summary .cart .variations .value ul li label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 29px;
  margin-right: 0;
  font-family: "Muli", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .2px;
  font-weight: 400;
  color: #222222;
  margin-bottom: 0;
  min-width: 121px;
}

.single-product .product .summary .cart .variations .value ul li label:before,
.awa_product_detail .product .summary .cart .variations .value ul li label:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #eee;
}

.single-product .product .summary .cart .variations .value ul li input:checked + label:before,
.awa_product_detail .product .summary .cart .variations .value ul li input:checked + label:before {
  background-color: #f54ea2;
}

.single-product .product .summary .cart .variations .value ul li p,
.awa_product_detail .product .summary .cart .variations .value ul li p {
  display: inline-block;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.9px;
  font-weight: 400;
  color: #969696;
  position: relative;
}

.single-product .product .summary .cart .variations .value ul li .price,
.awa_product_detail .product .summary .cart .variations .value ul li .price {
  float: right;
  line-height: 28px;
}

.single-product .single_variation_wrap,
.awa_product_detail .single_variation_wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-product .single_variation,
.awa_product_detail .single_variation {
  width: 100%;
}

.awa_product_detail .single_variation {
  margin-bottom: 20px;
}

.single-product .variations_button,
.awa_product_detail .variations_button {
  width: 100%;
}

.single-product .product .summary .cart .button,
.awa_product_detail .product .summary .cart .button {
  float: none;
}

.single-product .product .summary .cart .button:hover,
.awa_product_detail .product .summary .cart .button:hover {
  color: #fff !important;
}

/* PRODUCT DETAILS PAGE - META */
.single-product .product .summary .product_meta,
.awa_product_detail .product .summary .product_meta {
  width: 100%;
  font-family: "Muli", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .2px;
  font-weight: 800;
  color: #222;
  margin-bottom: 20px;
  text-transform: lowercase;
}

.single-product .product .summary .product_meta a,
.awa_product_detail .product .summary .product_meta a {
  text-decoration: none;
  color: #999;
  font-weight: normal;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.single-product .product .summary .product_meta a:hover,
.awa_product_detail .product .summary .product_meta a:hover {
  color: #f54ea2;
}

.single-product .product .summary .product_meta .sku_wrapper,
.awa_product_detail .product .summary .product_meta .sku_wrapper {
  display: block;
  width: 100%;
}
.single-product .product .summary .product_meta .sku_wrapper .sku,
.awa_product_detail .product .summary .product_meta .sku_wrapper .sku {
  margin-left: 20px;
  color: #999999;
  font-weight: normal;
}

.single-product .product .summary .product_meta .posted_in,
.awa_product_detail .product .summary .product_meta .posted_in {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.single-product .product .summary .product_meta .posted_in a:first-of-type,
.awa_product_detail .product .summary .product_meta .posted_in a:first-of-type {
  margin-left: 20px;
}

.single-product .product .summary .product_meta .tagged_as a:first-of-type,
.awa_product_detail .product .summary .product_meta .tagged_as a:first-of-type {
  margin-left: 20px;
}

/* PRODUCT DETAIL PAGE TABS */
.single-product .product .woocommerce-tabs,
.awa_product_detail .product .woocommerce-tabs {
  padding-top: 60px;
}

.single-product .product .woocommerce-tabs .tabs.wc-tabs,
.awa_product_detail .product .woocommerce-tabs .tabs.wc-tabs {
  padding: 0;
  padding-bottom: 40px;
  margin-bottom: 60px;
  text-align: center;
  text-transform: lowercase;
}

.single-product .product .woocommerce-tabs .tabs.wc-tabs:before,
.awa_product_detail .product .woocommerce-tabs .tabs.wc-tabs:before {
  border-bottom: 1px solid #eee;
}

.single-product div.product .woocommerce-tabs ul.tabs.wc-tabs li,
.awa_product_detail div.product .woocommerce-tabs ul.tabs.wc-tabs li {
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0 25px;
  position: relative;
}

.single-product div.product .woocommerce-tabs ul.tabs.wc-tabs li a,
.awa_product_detail div.product .woocommerce-tabs ul.tabs.wc-tabs li a {
  position: relative;
  font-family: "Muli", sans-serif;
  font-size: 24px;
  line-height: normal;
  letter-spacing: .2px;
  font-weight: 800;
  color: #222;
  padding: 0;
}

.single-product div.product .woocommerce-tabs ul.tabs.wc-tabs li:before,
.awa_product_detail div.product .woocommerce-tabs ul.tabs.wc-tabs li:before,
.single-product div.product .woocommerce-tabs ul.tabs.wc-tabs li:after,
.awa_product_detail div.product .woocommerce-tabs ul.tabs.wc-tabs li:after {
  display: none;
}

.single-product div.product .woocommerce-tabs ul.tabs.wc-tabs li.active a,
.awa_product_detail div.product .woocommerce-tabs ul.tabs.wc-tabs li.active a {
  color: #222222;
}
.single-product div.product .woocommerce-tabs ul.tabs.wc-tabs li.active a::before,
.awa_product_detail div.product .woocommerce-tabs ul.tabs.wc-tabs li.active a::before {
  content: '';
  position: absolute;
  height: 15px;
  width: 100%;
  bottom: -4px;
  left: 0;
  z-index: -1;
  background-color: #90caf9;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

/* PRODUCT DETAILS PAGE - TABS PANEL*/
.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel,
.awa_product_detail div.product .woocommerce-tabs .woocommerce-Tabs-panel {
  border: none;
  box-shadow: none;
  background-color: transparent;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel h2,
.awa_product_detail div.product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  font-size: 30px;
  line-height: normal;
  letter-spacing: .2px;
  font-weight: 800;
  margin-bottom: 26px;
  color: #222222;
  text-transform: lowercase;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel p,
.awa_product_detail div.product .woocommerce-tabs .woocommerce-Tabs-panel p {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .2px;
  font-weight: 400;
  color: #999;
  margin-bottom: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel table,
.awa_product_detail div.product .woocommerce-tabs .woocommerce-Tabs-panel table {
  border: none;
  border-collapse: collapse;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel table th,
.awa_product_detail div.product .woocommerce-tabs .woocommerce-Tabs-panel table th,
.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel table td,
.awa_product_detail div.product .woocommerce-tabs .woocommerce-Tabs-panel table td {
  border: none;
}

/* PRODUCT DETAILS PAGE - TABS PANEL REVIEWS*/
.single-product .product .woocommerce-Reviews,
.awa_product_detail .product .woocommerce-Reviews {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* PRODUCT DETAILS PAGE - TABS PANEL COMMENTS*/
.single-product .product .woocommerce-Reviews #comments,
.awa_product_detail .product .woocommerce-Reviews #comments {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 70%;
}

.single-product .product #reviews #comments .commentlist .comment,
.awa_product_detail .product #reviews #comments .commentlist .comment {
  margin-bottom: 20px;
}

.single-product .product #reviews #comments .commentlist .comment .avatar,
.awa_product_detail .product #reviews #comments .commentlist .comment .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 0;
  background-color: transparent;
  border: none;
  margin-right: 20px;
  margin-top: 6px;
}

.single-product .product #reviews #comments .commentlist .comment .comment-text,
.awa_product_detail .product #reviews #comments .commentlist .comment .comment-text {
  margin: 0 0 0 90px;
  border: none;
  border-radius: 0;
  padding: 0;
}

.single-product .product #reviews #comments .commentlist .comment .comment-text .star-rating,
.awa_product_detail .product #reviews #comments .commentlist .comment .comment-text .star-rating {
  margin-top: 13px;
  margin-right: 20px;
}

.single-product .product #reviews #comments .commentlist .comment .comment-text .meta,
.awa_product_detail .product #reviews #comments .commentlist .comment .comment-text .meta {
  font-family: "Muli", sans-serif;
  font-size: 24px;
  line-height: normal;
  letter-spacing: .2px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 7px;
  color: #222222;
}

.single-product .product #reviews #comments .commentlist .comment .comment-text .meta strong,
.awa_product_detail .product #reviews #comments .commentlist .comment .comment-text .meta strong {
  font-weight: inherit;
}

.single-product .product #reviews #comments .commentlist .comment .comment-text .date_publish,
.awa_product_detail .product #reviews #comments .commentlist .comment .comment-text .date_publish {
  font-family: "Muli";
  font-size: 12px;
  line-height: normal;
  letter-spacing: .2px;
  font-weight: 700;
  color: #222222;
  margin-left: 10px;
}

.single-product .product #reviews #comments .commentlist .comment .comment-text .description,
.awa_product_detail .product #reviews #comments .commentlist .comment .comment-text .description {
  font-family: "Muli";
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1.12px;
  font-weight: 400;
  color: #b2b2b2;
}

.single-product .product #reviews #comments .commentlist .comment .comment-text .description p,
.awa_product_detail .product #reviews #comments .commentlist .comment .comment-text .description p {
  margin: 0;
}

/* PRODUCT DETAILS PAGE - TABS PANEL FORM*/
.single-product .product .woocommerce-Reviews #review_form_wrapper,
.awa_product_detail .product .woocommerce-Reviews #review_form_wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 30%;
  padding-left: 50px;
}

.single-product .product .woocommerce-Reviews #review_form_wrapper .comment-reply-title,
.awa_product_detail .product .woocommerce-Reviews #review_form_wrapper .comment-reply-title {
  font-family: "Muli";
  font-size: 24px;
  line-height: normal;
  letter-spacing: .2px;
  font-weight: 800;
  margin-top: 8px;
  color: #222222;
}

.single-product .product .woocommerce-Reviews #review_form_wrapper #respond .comment-form-rating,
.awa_product_detail .product .woocommerce-Reviews #review_form_wrapper #respond .comment-form-rating {
  margin: 10px 0 15px 0;
}

.single-product .product .woocommerce-Reviews #review_form_wrapper .comment-form-rating label,
.awa_product_detail .product .woocommerce-Reviews #review_form_wrapper .comment-form-rating label {
  font-family: "Muli";
  font-size: 15px;
  line-height: normal;
  letter-spacing: .2px;
  font-weight: 400;
  color: #999;
  margin-bottom: 0;
  margin-right: 15px;
}

.single-product .product .woocommerce-Reviews #review_form_wrapper #respond .comment-form-rating .stars,
.awa_product_detail .product .woocommerce-Reviews #review_form_wrapper #respond .comment-form-rating .stars {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
}

.single-product .product .woocommerce-Reviews #review_form_wrapper .comment-form-rating .stars a,
.awa_product_detail .product .woocommerce-Reviews #review_form_wrapper .comment-form-rating .stars a {
  height: 20px;
  vertical-align: middle;
}

.single-product .product .woocommerce-Reviews #review_form_wrapper .comment-form-comment,
.awa_product_detail .product .woocommerce-Reviews #review_form_wrapper .comment-form-comment,
.single-product .product .woocommerce-Reviews #review_form_wrapper .comment-form-author,
.awa_product_detail .product .woocommerce-Reviews #review_form_wrapper .comment-form-author,
.single-product .product .woocommerce-Reviews #review_form_wrapper .comment-form-email,
.awa_product_detail .product .woocommerce-Reviews #review_form_wrapper .comment-form-email {
  margin: 0 0 12px !important;
}

.single-product .product .woocommerce-Reviews #review_form_wrapper input,
.awa_product_detail .product .woocommerce-Reviews #review_form_wrapper input,
.single-product .product .woocommerce-Reviews #review_form_wrapper textarea,
.awa_product_detail .product .woocommerce-Reviews #review_form_wrapper textarea {
  font-family: "Muli", sans-serif;
  font-size: 15px;
  line-height: normal;
  letter-spacing: 1.12px;
  font-weight: 400;
  color: #999;
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 10px 0;
  border-bottom: 2px solid #999;
}

.single-product .product .woocommerce-Reviews #review_form_wrapper textarea,
.awa_product_detail .product .woocommerce-Reviews #review_form_wrapper textarea {
  resize: none;
}

.single-product .product .woocommerce-Reviews #review_form_wrapper .form-submit,
.awa_product_detail .product .woocommerce-Reviews #review_form_wrapper .form-submit {
  margin-top: 46px !important;
}

.single-product .product .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit input#submit,
.awa_product_detail .product .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit input#submit,
.woocommerce #respond input#submit {
  font-size: 14px;
  display: inline-block;
  letter-spacing: .5px;
  font-family: "Muli", sans-serif;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1;
  padding: 20px 38px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  border: none;
  background-color: #f54ea2;
  color: #ffffff;
}

.input_shop_wrapper {
  display: inline-block;
  position: relative;
}

.input_shop_wrapper {
  position: relative;
}
.input_shop_wrapper::before {
  content: '';
  position: absolute;
  left: -6px;
  top: 8px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #90caf9;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.input_shop_wrapper:hover {
  color: #fff;
}
.input_shop_wrapper:hover::before {
  top: 4px;
  left: -3px;
}

.single-product .product .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit input#submit:hover,
.awa_product_detail .product .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit input#submit:hover {
  opacity: 1;
}

/* PRODUCT DETAIL PAGE RELATED PRODUCTS */
.single-product .product div.related.products,
.awa_product_detail .product div.related.products {
  padding-top: 16px;
}
.single-product .product div.related.products .related-subtitle,
.awa_product_detail .product div.related.products .related-subtitle {
  color: #222;
  font-weight: 800;
  font-size: 30px;
  text-align: center;
}

.single-product div.product .up-sells .products,
.awa_product_detail div.product .up-sells .products,
.single-product .product .related.products .products,
.awa_product_detail .product .related.products .products {
  margin-top: 31px;
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
}

/* PRODUCT DETAILS PAGE - UP SELLS*/
.single-product div.product .up-sells h2,
.awa_product_detail div.product .up-sells h2 {
  font-size: 30px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: .1px;
  color: #222222;
  text-align: center;
}

.single-product .product .related.products h2,
.awa_product_detail .product .related.products h2 {
  color: #bbbbbb;
  font-size: 15px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: .1px;
  text-align: center;
  text-transform: lowercase;
}
.single-product .product .related.products h2.woocommerce-loop-product__title,
.awa_product_detail .product .related.products h2.woocommerce-loop-product__title {
  color: #222222;
}

.single-product div.product .up-sells .products li.product,
.awa_product_detail div.product .up-sells .products li.product,
.page .single-product .product div.related.products li.product,
.woocommerce .awa_product_detail .product div.related.products li.product {
  width: 33.333333%;
}

.single-product div.product .up-sells .products li.product .awa-prod-list-image,
.awa_product_detail div.product .up-sells .products li.product .awa-prod-list-image,
.page .single-product .product div.related.products li.product .awa-prod-list-image,
.woocommerce .awa_product_detail .product div.related.products li.product .awa-prod-list-image {
  min-height: 370px;
}

/* PRODUCT LIST PAGE */
.woocommerce.woocommerce-page ul.products,
.page .woocommerce ul.products {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 20px;
}

.woocommerce.woocommerce-page ul.products::before,
.page .woocommerce ul.products::before {
  position: absolute;
}

.woocommerce.woocommerce-page ul.products::after,
.page .woocommerce ul.products::after {
  position: absolute;
}

.woocommerce ul.products li.product {
  float: none;
  margin: 0 0 60px 0;
  padding: 0 5px;
  color: #b2b2b2;
  text-align: center;
  list-style: none;
}

.woocommerce ul.products li.product.product-category a {
  display: block;
}

.woocommerce ul.products li.product .awa_product_list_name .count {
  display: inline-block;
  margin: 0;
  font-family: "Muli";
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2.40px;
  font-weight: 400;
  background-color: #222222;
  color: #fff;
  padding: 2px 10px;
  vertical-align: middle;
}

.woocommerce ul.products li.product .awa-prod-list-image {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 27px;
}

.woocommerce ul.products.gutt-col-2 li.product .awa-prod-list-image {
  margin-bottom: 22px;
}

.woocommerce ul.products li.product .awa-prod-list-image:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.woocommerce ul.products li.product .awa-prod-list-image:hover:after {
  opacity: 0.6;
}

.woocommerce ul.products li.product .awa-prod-list-image:hover .product-links-wrapp {
  opacity: 1;
}

.woocommerce ul.products li.product .awa-prod-list-image .product-links-wrapp {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 10;
  opacity: 0;
}

.woocommerce ul.products li.product .awa-prod-list-image .awa-link {
  display: inline-block;
  font-family: "Muli", sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 800;
  color: #222;
  margin-top: 10px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  letter-spacing: .2px;
  text-decoration: none;
}

.woocommerce ul.products li.product .category-product a {
  display: inline-block;
  font-family: "Muli", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1.12px;
  font-weight: 400;
  color: #b2b2b2;
  margin-bottom: 4px;
}

.woocommerce ul.products.gutt-col-2 li.product h3 {
  font-size: 36px;
  line-height: 40px;
}

.woocommerce ul.products li.product h3 {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 2.88px;
  font-weight: 400;
  padding: 0;
  color: #222222;
}

.woocommerce ul.products li.product .price {
  margin-top: 10px;
}

.woocommerce ul.products.gutt-col-2 li.product .price {
  margin-top: 8px;
}

.page .woocommerce.columns-2 ul.products li.product,
.woocommerce ul.products.gutt-col-2 li.product {
  width: 50%;
}

.page .woocommerce.columns-2 ul.products li.product .awa-prod-list-image,
.woocommerce ul.products.gutt-col-2 li.product .awa-prod-list-image {
  min-height: 570px;
}

.page .woocommerce.columns-3 ul.products li.product,
.woocommerce ul.products.gutt-col-3 li.product {
  width: 33.333333%;
}

.page .woocommerce.columns-3 ul.products li.product .awa-prod-list-image,
.woocommerce ul.products.gutt-col-3 li.product .awa-prod-list-image {
  min-height: 560px;
}

.page .woocommerce.columns-4 ul.products li.product,
.woocommerce ul.products.gutt-col-4 li.product {
  width: 25%;
}

.page .woocommerce.columns-4 ul.products li.product .awa-prod-list-image,
.woocommerce ul.products.gutt-col-4 li.product .awa-prod-list-image {
  min-height: 270px;
}

.page .woocommerce.columns-5 ul.products li.product {
  width: 20%;
}

.page .woocommerce.columns-5 ul.products li.product .awa-prod-list-image {
  min-height: 210px;
}

.page .woocommerce.columns-6 ul.products li.product {
  width: 16.666666%;
}

.page .woocommerce.columns-6 ul.products li.product .awa-prod-list-image {
  min-height: 170px;
}

.page .woocommerce.columns-1,
.page .woocommerce.columns-2,
.page .woocommerce.columns-3,
.page .woocommerce.columns-4,
.page .woocommerce.columns-5,
.page .woocommerce.columns-6 {
  margin-left: -15px;
  margin-right: -15px;
}

.page .woocommerce.columns-1 ul.products li.product {
  width: 100%;
}

/* PRODUCT DETAILS PAGE - PAGINATION*/
.awa-woocommerce-pagination .posts-navigation .screen-reader-text {
  display: none;
}

.awa-woocommerce-pagination .nav-links {
  padding: 30px 15px 70px;
}

.awa-woocommerce-pagination .nav-links:after,
.awa-woocommerce-pagination .nav-links:before {
  content: '';
  display: table;
  clear: both;
}

.awa-woocommerce-pagination .nav-links .nav-previous {
  width: 50%;
  float: right;
  text-align: right;
}

.awa-woocommerce-pagination .nav-links .nav-next {
  width: 50%;
  float: left;
}

.awa-woocommerce-pagination .nav-links .nav-previous a,
.awa-woocommerce-pagination .nav-links .nav-next a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  color: #222;
  line-height: 1.12;
  letter-spacing: .2px;
  text-decoration: none;
  position: relative;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}

.awa-woocommerce-pagination .nav-links .nav-previous a:hover,
.awa-woocommerce-pagination .nav-links .nav-next a:hover {
  text-decoration: none;
}
.awa-woocommerce-pagination .nav-links .nav-previous a:hover::before, .awa-woocommerce-pagination .nav-links .nav-previous a:hover::after,
.awa-woocommerce-pagination .nav-links .nav-next a:hover::before,
.awa-woocommerce-pagination .nav-links .nav-next a:hover::after {
  color: #f54ea2;
}

.awa-woocommerce-pagination .nav-links a::before {
  content: '';
  color: #222222;
  font-family: 'FontAwesome';
  font-size: 14px;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.awa-woocommerce-pagination .nav-links .nav-previous a::after {
  content: '\f061';
  margin-left: 25px;
  color: #222222;
  font-family: 'FontAwesome';
  font-size: 14px;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.awa-woocommerce-pagination .nav-links .nav-next a::before {
  content: '\f060';
  margin-right: 25px;
}

.awa-woocommerce-pagination .nav-links .nav-next a:hover:before {
  margin-right: 30px;
}

.awa-woocommerce-pagination .nav-links .nav-previous a:hover:after {
  margin-left: 30px;
}

/* PRODUCT PAGE - CARD */
.awa_cart.shop_table {
  margin-top: 26px;
}

.single-product .product-type-variable .product_price {
  display: none;
}

.single-product .product_price {
  position: absolute;
  top: 0;
  width: 100%;
  color: #f54ea2;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: .2px;
}
.single-product .product_price p.price {
  font-size: 30px;
}

@media only screen and (max-width: 768px) {
  .single-product .product .summary.entry-summary, .awa_product_detail .product .summary.entry-summary {
    padding-left: 0;
  }

  .single-product .product_price {
    text-align: center;
  }
}
.awa_cart.shop_table ul {
  list-style-type: none;
  margin: 0;
}

/* PRODUCT PAGE - CARD HEADING */
.awa_cart.shop_table .heading {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.awa_cart.shop_table .heading li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  font-family: "Muli", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .2px;
  font-weight: 800;
  color: #222222;
}

/* PRODUCT PAGE - CARD ITEMS*/
.awa_cart.shop_table ul .cart_item {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}

.awa_cart.shop_table ul .cart_item ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.awa_cart.shop_table ul .cart_item ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.awa_cart.shop_table .heading .heading-product {
  width: 47%;
}

.awa_cart.shop_table ul .cart_item ul .product-remove {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 5%;
}

.awa_cart.shop_table ul .cart_item ul .product-thumbnail {
  width: 10%;
}

.awa_cart.shop_table ul .cart_item ul .product-name {
  width: 40%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.awa_cart.shop_table .heading .heading-price,
.awa_cart.shop_table ul .cart_item ul .product-price {
  width: 20%;
}

.awa_cart.shop_table .heading .heading-quantity,
.awa_cart.shop_table ul .cart_item ul .product-quantity {
  width: 15%;
}

.awa_cart.shop_table .heading .heading-total,
.awa_cart.shop_table ul .cart_item ul .product-subtotal {
  width: 15%;
}

.awa_cart.shop_table ul .cart_item ul .product-remove .remove {
  color: #d8d8d8 !important;
  font-size: 30px;
  width: auto;
  height: auto;
  font-weight: 400;
  text-decoration: none;
}

.awa_cart.shop_table ul .cart_item ul .product-remove .remove:hover {
  background-color: transparent;
}

.awa_cart.shop_table ul .cart_item ul .product-thumbnail img {
  max-width: 80px;
  width: 100%;
}

.awa_cart.shop_table ul .cart_item ul .product-name a {
  font-family: "Muli", sans-serif;
  font-size: 18px;
  line-height: normal;
  letter-spacing: .2px;
  font-weight: 800;
  text-decoration: none;
  color: #222222;
}

.awa_cart.shop_table ul .cart_item ul .product-price,
.awa_cart.shop_table ul .cart_item ul .product-subtotal {
  color: #f54ea2;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: .2px;
}

.awa_cart.shop_table ul .cart_item ul .product-name .variation dt {
  display: inline-block;
  font-family: "Muli";
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 1.12px;
  font-weight: 400;
  color: #222222;
}

.awa_cart.shop_table ul .cart_item ul .product-name .variation dd {
  display: inline-block;
  margin-bottom: 0;
}

.awa_cart.shop_table ul .cart_item ul .product-name .variation dd p {
  margin-bottom: 0;
  font-family: "Muli";
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.9px;
  font-weight: 400;
  color: #969696;
}

#ship-to-different-address input {
  position: relative;
  top: 2px;
  margin-left: 0px;
}

#ship-to-different-address label {
  color: #7e7e7e;
  font-size: 15px;
  display: inline;
  width: auto;
  line-height: 2.13;
  letter-spacing: .5px;
}

/* PRODUCT PAGE - CARD COUMPLEMENT*/
.awa_cart.shop_table .complement-cart {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 40px 0;
}

.awa_cart.shop_table .complement-cart .coupon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.awa_cart.shop_table .complement-cart .coupon .input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row input {
  border: 2px solid #eeeeee;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 600;
  color: #f54ea2;
  line-height: 1.6;
  letter-spacing: .2px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  margin-right: 20px;
}
.awa_cart.shop_table .complement-cart .coupon .input-text[type="submit"],
.woocommerce form .form-row select[type="submit"],
.woocommerce form .form-row input[type="submit"] {
  color: #999999;
  font-weight: 800;
  padding: 18px 24px;
  margin-right: 0;
}
.awa_cart.shop_table .complement-cart .coupon .input-text[type="submit"]:hover,
.woocommerce form .form-row select[type="submit"]:hover,
.woocommerce form .form-row input[type="submit"]:hover {
  color: #ffffff;
}
.awa_cart.shop_table .complement-cart .coupon .input-text:-webkit-input-placeholder,
.woocommerce form .form-row select:-webkit-input-placeholder,
.woocommerce form .form-row input:-webkit-input-placeholder {
  opacity: .6;
  color: #222222;
}
.awa_cart.shop_table .complement-cart .coupon .input-text:-moz-placeholder,
.woocommerce form .form-row select:-moz-placeholder,
.woocommerce form .form-row input:-moz-placeholder {
  opacity: .6;
  color: #222222;
}
.awa_cart.shop_table .complement-cart .coupon .input-text:-ms-input-placeholder,
.woocommerce form .form-row select:-ms-input-placeholder,
.woocommerce form .form-row input:-ms-input-placeholder {
  opacity: .6;
  color: #222222;
}
.awa_cart.shop_table .complement-cart .coupon .input-text:-moz-placeholder,
.woocommerce form .form-row select:-moz-placeholder,
.woocommerce form .form-row input:-moz-placeholder {
  opacity: .6;
  color: #222222;
}

.woocommerce form .form-row select {
  opacity: .6;
  color: #222222;
}

.awa_cart.shop_table .complement-cart .coupon .input-text:focus {
  border: 2px solid #f54ea2;
}

.awa_cart.shop_table .complement-cart .action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
}

/* PRODUCT PAGE - CARD TOTALS*/
.awa-cart-collaterals .cart_totals {
  text-align: right;
  margin-top: 33px;
  margin-bottom: 65px;
}

.awa-cart-collaterals .cart_totals h2 {
  font-family: "Muli", sans-serif;
  font-size: 36px;
  line-height: normal;
  letter-spacing: .2px;
  font-weight: 800;
  margin-bottom: 26px;
  color: #222222;
}

.awa-cart-collaterals .cart_totals .shop_table ul {
  list-style-type: none;
  margin: 0;
  margin-bottom: 20px;
}

.awa-cart-collaterals .cart_totals .shop_table ul li {
  font-family: "Muli", sans-serif;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: .2px;
  font-weight: 800;
  color: #999;
  margin-bottom: 10px;
}

.awa-cart-collaterals .cart_totals .shop_table ul li span {
  margin-left: 15px;
  color: #f54ea2;
}

.awa-cart-collaterals .cart_totals a.button {
  display: inline-block;
  margin-bottom: 0;
}

/* PRODUCT PAGE - ICON ADD TO CART ON HOVER */
.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
  top: auto;
  width: 20px;
  height: 20px;
  right: 2px;
}

/* PRODUCT PAGE - CHECKOUT */
.woocommerce form .form-row {
  margin: 0 0 40px 0;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login {
  margin: 0 0 40px 0;
  padding: 20px 0 40px 0;
  border: none;
  border-bottom: 4px solid #f2f2f2;
}

.woocommerce form.login {
  border-bottom: none;
}

.woocommerce form.checkout_coupon .form-row {
  padding: 0;
  margin: 0;
}

.woocommerce form.checkout_coupon .form-row input.input-text {
  height: 59px;
  border: 2px solid #eeeeee;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 600;
  color: #f54ea2;
  line-height: 1.6;
  letter-spacing: .2px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  margin-right: 20px;
}
.woocommerce form.checkout_coupon .form-row input.input-text:-webkit-input-placeholder {
  opacity: .6;
  color: #222222;
}
.woocommerce form.checkout_coupon .form-row input.input-text:-moz-placeholder {
  opacity: .6;
  color: #222222;
}
.woocommerce form.checkout_coupon .form-row input.input-text:-ms-input-placeholder {
  opacity: .6;
  color: #222222;
}
.woocommerce form.checkout_coupon .form-row input.input-text:-moz-placeholder {
  opacity: .6;
  color: #222222;
}
.woocommerce form.checkout_coupon .form-row input.input-text::focus {
  border-color: #f54ea2;
}

.woocommerce form.checkout h3 {
  font-size: 40px;
  line-height: normal;
  font-weight: 800;
  letter-spacing: .2px;
  margin-bottom: 60px;
  color: #222222;
}

.woocommerce form.checkout #order_review_heading {
  margin-top: 40px;
}

.woocommerce form.checkout .form-row,
.woocommerce form.login .form-row {
  padding: 0;
  margin: 0 0 40px;
}

.woocommerce form.login .form-row label,
.woocommerce form.checkout .form-row label {
  font-family: "Muli", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .2px;
  font-weight: 800;
  color: #999;
  margin-bottom: 3px;
}

.woocommerce form.login .form-row .required,
.woocommerce form.checkout .form-row .required {
  color: inherit;
}

.woocommerce form.login .form-row input,
.woocommerce form.login .form-row textarea,
.woocommerce form.checkout .form-row input,
.woocommerce form.checkout .form-row textarea {
  border: 2px solid #eeeeee;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 600;
  color: #f54ea2;
  line-height: 1.6;
  letter-spacing: .2px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  margin-right: 20px;
}
.woocommerce form.login .form-row input:-webkit-input-placeholder,
.woocommerce form.login .form-row textarea:-webkit-input-placeholder,
.woocommerce form.checkout .form-row input:-webkit-input-placeholder,
.woocommerce form.checkout .form-row textarea:-webkit-input-placeholder {
  opacity: .6;
  color: #222222;
}
.woocommerce form.login .form-row input:-moz-placeholder,
.woocommerce form.login .form-row textarea:-moz-placeholder,
.woocommerce form.checkout .form-row input:-moz-placeholder,
.woocommerce form.checkout .form-row textarea:-moz-placeholder {
  opacity: .6;
  color: #222222;
}
.woocommerce form.login .form-row input:-ms-input-placeholder,
.woocommerce form.login .form-row textarea:-ms-input-placeholder,
.woocommerce form.checkout .form-row input:-ms-input-placeholder,
.woocommerce form.checkout .form-row textarea:-ms-input-placeholder {
  opacity: .6;
  color: #222222;
}
.woocommerce form.login .form-row input:-moz-placeholder,
.woocommerce form.login .form-row textarea:-moz-placeholder,
.woocommerce form.checkout .form-row input:-moz-placeholder,
.woocommerce form.checkout .form-row textarea:-moz-placeholder {
  opacity: .6;
  color: #222222;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-invalid .select2-container {
  border-color: #eee;
}

.select2-container--default .select2-selection--single {
  border: 0;
  background-color: transparent;
  height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #222222;
  opacity: .6;
}

.woocommerce form.login .form-row textarea,
.woocommerce form.checkout .form-row textarea {
  min-height: 100px;
}

.woocommerce form.login .form-row input:focus,
.woocommerce form.login .form-row textarea:focus,
.woocommerce form.checkout .form-row input:focus,
.woocommerce form.checkout .form-row textarea:focus,
.woocommerce form.checkout_coupon .form-row input.input-text:focus {
  border: 2px solid #f54ea2;
}

.woocommerce form.login .form-row input:-webkit-autofill,
.woocommerce form.checkout .form-row input:-webkit-autofill,
.woocommerce form.login .form-row input:-webkit-autofill:hover,
.woocommerce form.checkout .form-row input:-webkit-autofill:hover,
.woocommerce form.login .form-row input:-webkit-autofill:focus,
.woocommerce form.checkout .form-row input:-webkit-autofill:focus {
  background-color: #f9f5ee;
  -webkit-transition: background-color 3000s ease 0s;
  transition: background-color 3000s ease 0s;
  box-shadow: 0 0 0 1000px #f9f5ee inset;
}

.woocommerce form.login .form-row input[type="submit"]:focus,
.woocommerce form.login .form-row input[type="submit"]:visited,
.woocommerce form.login .form-row input[type="submit"]:active,
.woocommerce form.login .form-row input[type="submit"] {
  margin-right: 40px;
  display: inline-block;
  width: auto;
  min-width: 144px;
  border-radius: 0;
  box-sizing: border-box;
  font-family: "Muli", sans-serif;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 1.1px;
  font-weight: bold;
  padding: 8px 20px;
  background-color: transparent;
  color: #fff;
  right: auto;
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}

.woocommerce form.login .form-row input[type="checkbox"],
.woocommerce form.checkout .form-row input[type="checkbox"],
.woocommerce .woocommerce-shipping-fields input[type="checkbox"] {
  display: none;
}

.woocommerce form.login .form-row input[type="checkbox"] {
  display: inline-block;
  width: auto;
  position: relative;
  top: 2px;
}

.woocommerce form.login .form-row label.checkbox,
.woocommerce form.checkout .form-row label.checkbox,
.woocommerce .woocommerce-shipping-fields label.checkbox {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 29px;
  margin-bottom: 0;
  margin-top: 0;
}

.woocommerce form.login .form-row label.checkbox:before,
.woocommerce form.checkout .form-row label.checkbox:before,
.woocommerce .woocommerce-shipping-fields label.checkbox:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #e6e6e6;
}

.ship-to-different-address input[type="checkbox"]:checked + label.checkbox:before,
.woocommerce form.login .form-row input[type="checkbox"]:checked + label.checkbox:before,
.woocommerce form.checkout .form-row input[type="checkbox"]:checked + label.checkbox:before,
.woocommerce .woocommerce-shipping-fields input[type="checkbox"]:checked + label.checkbox:before {
  background-color: #f54ea2;
}

.woocommerce form.login .lost_password {
  margin-bottom: 0;
}

.wc-terms-and-conditions a {
  text-decoration: none;
}
.wc-terms-and-conditions a:hover {
  color: #f54ea2;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: inherit;
}

.woocommerce form.login .lost_password a {
  font-family: "Muli", sans-serif;
  font-size: 15px;
  line-height: normal;
  letter-spacing: .2px;
  font-weight: 800;
  color: #222222;
  text-decoration: none;
}

/* SELECT */
.select2-container {
  border: 2px solid #eeeeee;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 600;
  color: #f54ea2;
  line-height: 1.6;
  letter-spacing: .2px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  margin-right: 20px;
}

.select2-container.select2-dropdown-open.select2-drop-above .select2-choice {
  border: none;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 0;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border: none;
}

.select2-drop-active {
  border: none;
  border-radius: 0;
  color: #222222;
  border-bottom: 1px solid #222222;
  overflow-x: hidden;
}

.select2-search {
  padding: 0;
  position: relative;
}

.select2-search:after {
  content: "\f002";
  font-family: "FontAwesome";
  font-size: 12px;
  line-height: 28px;
  color: #b2b2b2;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.select2-search input {
  font-family: "Muli", sans-serif;
  font-size: 15px;
  line-height: normal;
  letter-spacing: .2px;
  font-weight: 400;
  color: #999;
  padding: 10px 0 !important;
  border: 1px solid #f2f2f2;
  border-bottom: 0;
  background-color: transparent;
  background-image: none !important;
  border-radius: 0;
}

.select2-results {
  border: none;
  padding: 0;
  margin-left: 0 !important;
  margin-right: -20px;
}

.select2-results li {
  font-family: "Muli", sans-serif;
  font-size: 14px;
  line-height: normal;
  letter-spacing: .2px;
  font-weight: 400;
  color: #999;
  border: none;
  padding: 0;
  margin-left: 0 !important;
}

.select2-results li.select2-highlighted {
  background-color: transparent;
  opacity: 0.9;
  border-radius: 0;
  color: #222222;
}

/*SHOP TABLE*/
.woocommerce table.shop_table {
  border: none;
  border-collapse: collapse;
  margin: 0 0 33px 0;
}

.woocommerce table.shop_table .woocommerce-Price-amount {
  color: #ababab;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce table.shop_table tr,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
  border: none;
}

.woocommerce table.shop_table thead .product-name,
.woocommerce table.shop_table thead .product-total {
  font-family: "Muli", sans-serif;
  font-size: 24px;
  line-height: 2.4;
  letter-spacing: normal;
  font-weight: 800;
  color: #222222;
  padding: 14px 0 !important;
}

.woocommerce table.shop_table .cart_item .product-name {
  font-family: "Muli", sans-serif;
  font-size: 15px;
  line-height: 2.4;
  letter-spacing: normal;
  font-weight: 600;
  color: #999;
  text-align: left;
  padding: 10px 10px 10px 0;
}

.woocommerce table.shop_table .cart_item .product-name strong {
  font-weight: inherit;
  color: #333333;
}

.woocommerce table.shop_table .cart_item .product-name .variation dt {
  display: inline-block;
  font-family: "Muli", sans-serif;
  font-size: 15px;
  line-height: normal;
  letter-spacing: .2px;
  font-weight: 800;
  color: #222222;
}

.woocommerce table.shop_table .cart_item .product-name .variation dd {
  margin-bottom: 0;
}

.woocommerce table.shop_table .cart_item .product-name .variation dd p {
  margin-bottom: 0;
  font-family: "Muli", sans-serif;
  font-size: 15px;
  line-height: normal;
  letter-spacing: 0.9px;
  font-weight: 400;
  color: #999;
}

.woocommerce table.shop_table tfoot {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.woocommerce table.shop_table tfoot .cart-subtotal th,
.woocommerce table.shop_table tfoot .shipping th {
  color: #999;
  font-size: 15px;
  font-weight: 600;
  line-height: 2.89;
  letter-spacing: .2px;
  text-transform: capitalize;
}
.woocommerce table.shop_table tfoot .cart-subtotal td .woocommerce-Price-amount {
  color: #999;
  font-size: 15px;
  font-weight: 600;
}

.woocommerce table.shop_table .cart-subtotal {
  border-bottom: 1px solid #eee;
}
.woocommerce table.shop_table .cart-subtotal th {
  padding: 0;
}
.woocommerce table.shop_table .shipping {
  border-bottom: 1px solid #eee;
}
.woocommerce table.shop_table .order-total th {
  padding: 30px 0 20px 0;
  color: #222222;
  font-size: 15px;
  font-weight: 800;
}
.woocommerce table.shop_table .order-total .woocommerce-Price-amount {
  color: #f54ea2;
  font-size: 20px;
  font-weight: 800;
}

.woocommerce-checkout #payment {
  border-radius: 0;
  background-color: transparent;
}

.woocommerce-checkout-review-order #payment .payment_methods.methods {
  padding: 20px 0;
  border-bottom: 0;
}

.woocommerce-checkout-review-order #payment .payment_methods.methods li {
  font-size: 15px;
  line-height: normal;
  letter-spacing: .2px;
  font-weight: 400;
  color: #999;
  margin-bottom: 0;
}

.woocommerce-checkout-review-order #payment .payment_methods.methods li label {
  font-family: "Muli", sans-serif;
  font-size: 15px;
  line-height: normal;
  letter-spacing: .9px;
  color: #999;
  margin-bottom: 0;
  display: inline-block;
}

.woocommerce-checkout-review-order #payment .payment_methods.methods li img {
  margin-right: 20px;
}

.woocommerce-checkout-review-order #payment .payment_methods.methods li .about_paypal {
  font-family: "Muli", sans-serif;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: .2px;
  color: #999;
  margin-bottom: 0;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
}

.woocommerce-checkout-review-order #payment div.payment_box {
  font-size: 15px;
  line-height: normal;
  font-weight: 800;
  font-family: "Muli", sans-serif;
  color: #222222;
}

.woocommerce-checkout-review-order #payment div.payment_box p {
  color: inherit;
}

.woocommerce-checkout-review-order .woocommerce-checkout-payment#payment .place-order {
  padding: 20px 0;
}

.woocommerce-shipping-calculator p {
  margin: 20px 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #f54ea2;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #b2b2b2;
  margin-bottom: 30px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: .3em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  top: -.35em;
}

.archive.woocommerce-page .sidebar-item .star-rating {
  font-size: 12px !important;
  font-family: star !important;
  line-height: 1 !important;
}

.widget_product_search .woocommerce-product-search {
  position: relative !important;
}

.woocommerce ul.product_list_widget li img {
  margin-top: 5px;
}

.woocommerce-page.woocommerce .sidebar-item a.button {
  color: #fff !important;
  padding: 8px 25px 4px 25px;
  margin-bottom: 0;
  margin-top: 5px;
}

.woocommerce .sidebar-item a.remove {
  top: 7px !important;
  color: #222222 !important;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
  margin-top: 20px;
  border-top: none;
}

.woocommerce a.remove:hover {
  background-color: transparent !important;
  color: #222222 !important;
}

.woocommerce div.product p.stock {
  display: flex;
  clear: both;
  color: #999;
  font-size: 15px;
  width: 100%;
  font-family: "Muli", sans-serif;
}

.woocommerce-error {
  margin-left: 0;
}

.woocommerce form.login .form-row input[type="submit"] {
  margin-bottom: 10px;
}

.shop-list-page {
  padding: 0 100px;
}
.shop-list-page .on-new {
  position: absolute;
  top: 20px;
  right: 0;
  display: inline-block;
  font-family: "Muli", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .2px;
  font-weight: 800;
  background-color: #09d4de;
  color: #fff;
  padding: 0 10px;
  z-index: 5;
}

.woocommerce ul.products li.product a h2 {
  font-family: "Muli", sans-serif;
  color: #222;
  letter-spacing: .2px;
  font-size: 15px !important;
  font-weight: 800;
  line-height: 1.6;
}

.woocommerce ul.products li.product a {
  text-decoration: none;
}

.woocommerce ul.products li.product span {
  font-family: Muli, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: .2px;
  color: #f54ea2;
}
.woocommerce ul.products li.product span.on-new {
  position: absolute;
  top: 20px;
  right: 0;
  display: inline-block;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  background-color: #09d4de;
  padding: 0 10px;
  z-index: 5;
  color: #ffffff;
}
.woocommerce ul.products li.product span del {
  color: #bbbbbb;
}
.woocommerce ul.products li.product span del span {
  color: #bbbbbb;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0;
}

.woocommerce p.stars a::before {
  top: 1.5px;
}

.woocommerce-cart .padding-both > .container {
  padding: 20px 30px 20px !important;
}

.sidebar-item .product-title {
  font-weight: bold !important;
}
.sidebar-item .woocommerce-Price-amount {
  font-size: 12px !important;
}

.sidebar-item .star-rating span {
  font-family: star !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

.col-md-3 .widget_product_search .woocommerce-product-search,
.col-md-4 .widget_product_search .woocommerce-product-search {
  position: static;
}
.col-md-3 .widget_product_search .woocommerce-product-search::after,
.col-md-4 .widget_product_search .woocommerce-product-search::after {
  right: 5px;
}
.col-md-3 .widget_product_search input[type="search"],
.col-md-3 .widget_product_search input[type="text"],
.col-md-4 .widget_product_search input[type="search"],
.col-md-4 .widget_product_search input[type="text"] {
  padding: 15px 10px;
  font-weight: normal;
}
.col-md-3 .widget_product_search input[type="submit"],
.col-md-4 .widget_product_search input[type="submit"] {
  position: absolute;
}
.col-md-3 .widget_product_tag_cloud .tag-cloud-link,
.col-md-4 .widget_product_tag_cloud .tag-cloud-link {
  margin-right: 20px;
  margin-bottom: 15px;
}

.awa-best-seller-widget {
  position: relative;
  max-height: calc(100vh - 225px);
  overflow: hidden;
}
.awa-best-seller-widget .seller-img {
  width: 80px;
  height: 105px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  margin-right: 20px;
}
.awa-best-seller-widget .swiper3-container {
  height: 450px !important;
}
.awa-best-seller-widget .swiper3-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.awa-best-seller-widget .swiper3-slide-duplicate-prev {
  border-bottom: 0;
}
.awa-best-seller-widget .swiper3-arrows {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 20px;
  right: -20px;
}
.awa-best-seller-widget .swiper3-button-prev,
.awa-best-seller-widget .swiper3-button-next {
  background-image: none;
  position: static;
  color: #cccccc;
  font-size: 12px;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}
.awa-best-seller-widget .swiper3-button-prev:hover,
.awa-best-seller-widget .swiper3-button-next:hover {
  color: #f54ea2;
}
.awa-best-seller-widget .seller-text a {
  color: #222222;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.6;
}
.awa-best-seller-widget .seller-price span {
  color: #f54ea2;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .2px;
}
.awa-best-seller-widget .seller-price del span {
  color: #bbbbbb;
}
.awa-best-seller-widget .seller-price ins {
  background-color: transparent;
}

.awa-sorting-products-widget .woocommerce-ordering {
  float: none;
  position: relative;
}
.awa-sorting-products-widget .woocommerce-ordering::after {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #f54ea2;
  font-family: "FontAwesome", sans-serif;
  font-size: 12px;
  content: "\f107";
}
.awa-sorting-products-widget .woocommerce-ordering select {
  padding: 15px 0;
  border: 0;
  border-bottom: 2px solid #222;
  font-size: 15px;
  color: #999999;
  text-transform: lowercase;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
}
.awa-sorting-products-widget .woocommerce-ordering select:focus {
  outline: none;
}

.awa_product_detail {
  margin-top: 70px;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  text-decoration: none;
  color: #999999;
  font-weight: 800;
  letter-spacing: .2px;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover {
  color: #f54ea2;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
  color: #f54ea2;
}

.woocommerce-MyAccount-content a {
  text-decoration: none;
  color: #999999;
  font-weight: 800;
}
.woocommerce-MyAccount-content a:hover {
  color: #f54ea2;
}
.woocommerce-MyAccount-content .woocommerce-Address-title {
  font-size: 18px;
}
.woocommerce-MyAccount-content address {
  color: #999999;
}
.woocommerce-MyAccount-content legend {
  color: #999;
  font-weight: 800;
  padding-bottom: 10px;
}

@media only screen and (max-width: 1199px) {
  .single-product .product .awa_images,
  .awa_product_detail .product .awa_images {
    max-width: 530px;
    padding-left: 30px;
  }

  .single-product .product .summary.entry-summary,
  .awa_product_detail .product .summary.entry-summary {
    max-width: 440px;
  }

  /* PRODUCT DETAILS PAGE - FORM */
  .single-product .product .summary .cart .variations .value ul li,
  .awa_product_detail .product .summary .cart .variations .value ul li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .single-product .product .summary .cart .variations .value ul li label,
  .awa_product_detail .product .summary .cart .variations .value ul li label {
    min-width: 100px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .single-product .product .summary .cart .variations .value ul li p,
  .awa_product_detail .product .summary .cart .variations .value ul li p {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .single-product .product .summary .cart .variations .value ul li .price,
  .awa_product_detail .product .summary .cart .variations .value ul li .price {
    float: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .single-product .product .woocommerce-Reviews #review_form_wrapper,
  .awa_product_detail .product .woocommerce-Reviews #review_form_wrapper {
    padding-left: 30px;
  }

  .single-product div.product .up-sells .products li.product .awa-prod-list-image,
  .awa_product_detail div.product .up-sells .products li.product .awa-prod-list-image,
  .page .single-product .product div.related.products li.product .awa-prod-list-image,
  .woocommerce .awa_product_detail .product div.related.products li.product .awa-prod-list-image {
    min-height: 300px;
  }

  .page .woocommerce.columns-2 ul.products li.product .awa-prod-list-image,
  .woocommerce ul.products.gutt-col-2 li.product .awa-prod-list-image {
    min-height: 470px;
  }

  .page .woocommerce.columns-3 ul.products li.product .awa-prod-list-image,
  .woocommerce ul.products.gutt-col-3 li.product .awa-prod-list-image {
    min-height: 300px;
  }

  .page .woocommerce.columns-4 ul.products li.product .awa-prod-list-image,
  .woocommerce ul.products.gutt-col-4 li.product .awa-prod-list-image {
    min-height: 220px;
  }

  .page .woocommerce.columns-5 ul.products li.product {
    width: 25%;
  }

  .page .woocommerce.columns-5 ul.products li.product .awa-prod-list-image {
    min-height: 210px;
  }

  .page .woocommerce.columns-6 ul.products li.product {
    width: 25%;
  }

  .page .woocommerce.columns-6 ul.products li.product .awa-prod-list-image {
    min-height: 210px;
  }

  .awa_cart.shop_table ul .cart_item ul .product-name {
    padding-left: 15px;
  }

  .shop-list-page {
    padding: 0 15px;
  }

  .awa_product_detail {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .single-product .product .awa_images,
  .awa_product_detail .product .awa_images {
    width: 50%;
    max-width: 360px;
  }

  .awa_images .swiper-slide a {
    min-height: 360px;
  }

  .single-product .product .summary.entry-summary,
  .awa_product_detail .product .summary.entry-summary {
    width: 50%;
    max-width: 360px;
  }

  .single-product .product .woocommerce-Reviews #comments,
  .awa_product_detail .product .woocommerce-Reviews #comments {
    width: 65%;
  }

  .single-product .product .woocommerce-Reviews #review_form_wrapper,
  .awa_product_detail .product .woocommerce-Reviews #review_form_wrapper {
    width: 35%;
  }

  .single-product div.product .up-sells .products li.product .awa-prod-list-image,
  .awa_product_detail div.product .up-sells .products li.product .awa-prod-list-image,
  .page .single-product .product div.related.products li.product .awa-prod-list-image,
  .woocommerce .awa_product_detail .product div.related.products li.product .awa-prod-list-image {
    min-height: 230px;
  }

  .page .woocommerce.columns-2 ul.products li.product .awa-prod-list-image,
  .woocommerce ul.products.gutt-col-2 li.product .awa-prod-list-image {
    min-height: 360px;
  }

  .page .woocommerce.columns-3 ul.products li.product .awa-prod-list-image,
  .woocommerce ul.products.gutt-col-3 li.product .awa-prod-list-image {
    min-height: 230px;
  }

  .page .woocommerce.columns-4 ul.products li.product,
  .woocommerce ul.products.gutt-col-4 li.product {
    width: 33.333333%;
  }

  .page .woocommerce.columns-4 ul.products li.product .awa-prod-list-image,
  .woocommerce ul.products.gutt-col-4 li.product .awa-prod-list-image {
    min-height: 230px;
  }

  .page .woocommerce.columns-5 ul.products li.product {
    width: 33.333333%;
  }

  .page .woocommerce.columns-5 ul.products li.product .awa-prod-list-image {
    min-height: 230px;
  }

  .page .woocommerce.columns-6 ul.products li.product {
    width: 33.333333%;
  }

  .page .woocommerce.columns-6 ul.products li.product .awa-prod-list-image {
    min-height: 230px;
  }

  .awa-woocommerce-pagination .nav-links {
    padding: 10px 30px 30px;
  }

  .awa_cart.shop_table ul .cart_item ul .product-name a {
    font-size: 18px;
    line-height: 20px;
  }

  .awa_cart.shop_table .heading .heading-product {
    padding-left: 3.5%;
  }

  .awa_cart.shop_table .complement-cart .coupon .input-text {
    margin-right: 20px;
  }

  .awa-cart-collaterals .cart_totals {
    margin-bottom: 33px;
  }

  .awa_images .pagination .swiper-pagination-switch {
    height: 13px;
    width: 13px;
  }

  .woocommerce ul.product_list_widget li img {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }

  .woocommerce ul.product_list_widget li .star-rating {
    margin: auto;
  }

  .woocommerce .widget_shopping_cart .cart_list li {
    padding-right: 2em !important;
  }

  .product-categories ul {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce-account .woocommerce > h2 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .single-product .product .awa_images,
  .awa_product_detail .product .awa_images {
    float: none;
    width: 100%;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }

  .single-product .product .awa_images a,
  .awa_product_detail .product .awa_images a {
    text-align: center;
  }

  .awa_images .swiper-slide a {
    min-height: 570px;
  }

  .single-product .product .summary.entry-summary,
  .awa_product_detail .product .summary.entry-summary {
    position: relative;
    width: 100%;
    max-width: none;
    margin-top: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .single-product .product .summary .variations_form.cart,
  .awa_product_detail .product .summary .variations_form.cart {
    display: inline-block;
    width: 100%;
    min-width: 500px;
  }

  .woocommerce .awa_product_detail div.product span.price {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .woocommerce .awa_product_detail .related.products span.price,
  .woocommerce .awa_product_detail .upsells.products span.price {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .single-product .product .woocommerce-tabs, .awa_product_detail .product .woocommerce-tabs {
    padding-top: 20px;
  }

  .awa_product_detail .single-share {
    width: 100%;
  }
  .awa_product_detail .single-share .social-list {
    text-align: center;
  }

  .single-product .product .summary .variations_form.cart .variations_button, .awa_product_detail .product .summary .variations_form.cart .variations_button {
    margin: 20px auto;
  }

  .single-product .product .summary .variations_form.cart .single_variation_wrap .variations_button, .awa_product_detail .product .summary .variations_form.cart .single_variation_wrap .variations_button {
    margin: 20px auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .single-product .product .summary .variations_form.cart .variations, .awa_product_detail .product .summary .variations_form.cart .variations {
    margin: 0 auto 20px;
  }

  .single-product .product .summary .product_meta, .awa_product_detail .product .summary .product_meta {
    width: 50%;
    margin: 0 auto 20px;
    text-align: left;
  }

  .single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel, .awa_product_detail div.product .woocommerce-tabs .woocommerce-Tabs-panel {
    text-align: center;
  }

  .single-product .product .woocommerce-tabs .tabs.wc-tabs, .awa_product_detail .product .woocommerce-tabs .tabs.wc-tabs {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .awa_images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .awa_images .product-gallery-wrap,
  .awa_images .product-gallery-thumbnail-wrap {
    width: 100%;
    margin-right: 0;
  }
  .awa_images .product-gallery-wrap {
    height: 450px;
  }
  .awa_images .product-gallery-wrap .s-back-switch {
    height: 450px;
  }
  .awa_images .product-gallery-thumbnail-wrap {
    margin: 0 -5px;
  }
  .awa_images .product-gallery-thumbnail-wrap .s-back-switch {
    height: 100px;
    margin: 0 5px;
  }
  .awa_images .single-product .product .woocommerce-Reviews #review_form_wrapper .comment-reply-title,
  .awa_images .awa_product_detail .product .woocommerce-Reviews #review_form_wrapper .comment-reply-title {
    margin-bottom: 15px;
  }
  .awa_images .single-product div.product .woocommerce-tabs ul.tabs.wc-tabs li,
  .awa_images .awa_product_detail div.product .woocommerce-tabs ul.tabs.wc-tabs li {
    margin-bottom: 10px;
  }

  .single-product .product .summary .product_title, .awa_product_detail .product .summary .product_title {
    font-size: 30px;
  }

  .woocommerce .awa_product_detail div.product p.price {
    font-size: 24px;
  }

  .single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel h2, .awa_product_detail div.product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
    font-size: 24px;
    margion-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .awa_product_detail .product .awa_images {
    padding-right: 0;
    padding-left: 0;
  }

  .awa_images .swiper-slide a {
    min-height: 360px;
  }

  .woocommerce .woocommerce-message,
  .woocommerce .woocommerce-info,
  .woocommerce .woocommerce-error {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .woocommerce .woocommerce-message,
  .woocommerce .woocommerce-info,
  .woocommerce .woocommerce-error {
    line-height: 20px;
  }

  .single-product .product .woocommerce-Reviews #comments,
  .awa_product_detail .product .woocommerce-Reviews #comments {
    width: 100%;
  }

  .single-product .product .woocommerce-Reviews #review_form_wrapper,
  .awa_product_detail .product .woocommerce-Reviews #review_form_wrapper {
    width: 100%;
    padding-left: 0;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 40px;
  }

  .single-product .product .woocommerce-Reviews #review_form_wrapper #respond .comment-form-rating,
  .awa_product_detail .product .woocommerce-Reviews #review_form_wrapper #respond .comment-form-rating {
    text-align: left;
  }

  .single-product div.product .up-sells .products,
  .awa_product_detail div.product .up-sells .products,
  .page .single-product .product div.related.products .products,
  .woocommerce .awa_product_detail .product div.related.products .products {
    padding-left: 0;
    padding-right: 0;
  }

  .single-product div.product .up-sells .products li.product,
  .awa_product_detail div.product .up-sells .products li.product,
  .page .single-product .product div.related.products li.product,
  .woocommerce .awa_product_detail .product div.related.products li.product {
    width: 100%;
  }

  .single-product div.product .up-sells .products li.product .awa-prod-list-image,
  .awa_product_detail div.product .up-sells .products li.product .awa-prod-list-image,
  .page .single-product .product div.related.products li.product .awa-prod-list-image,
  .woocommerce .awa_product_detail .product div.related.products li.product .awa-prod-list-image {
    min-height: 370px;
  }

  .woocommerce.woocommerce-page ul.products {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page .woocommerce.columns-3 ul.products li.product,
  .woocommerce ul.products.gutt-col-3 li.product {
    width: 50%;
  }

  .page .woocommerce.columns-3 ul.products li.product .awa-prod-list-image,
  .woocommerce ul.products.gutt-col-3 li.product .awa-prod-list-image {
    min-height: 360px;
  }

  .page .woocommerce.columns-4 ul.products li.product,
  .woocommerce ul.products.gutt-col-4 li.product {
    width: 50%;
  }

  .page .woocommerce.columns-4 ul.products li.product .awa-prod-list-image,
  .woocommerce ul.products.gutt-col-4 li.product .awa-prod-list-image {
    min-height: 360px;
  }

  .page .woocommerce.columns-5 ul.products li.product {
    width: 50%;
  }

  .page .woocommerce.columns-5 ul.products li.product .awa-prod-list-image {
    min-height: 360px;
  }

  .page .woocommerce.columns-6 ul.products li.product {
    width: 50%;
  }

  .page .woocommerce.columns-6 ul.products li.product .awa-prod-list-image {
    min-height: 360px;
  }

  .awa-woocommerce-pagination .nav-links .nav-previous a,
  .awa-woocommerce-pagination .nav-links .nav-next a {
    letter-spacing: 1.8px;
  }

  .page .woocommerce.columns-1,
  .page .woocommerce.columns-2,
  .page .woocommerce.columns-3,
  .page .woocommerce.columns-4,
  .page .woocommerce.columns-5,
  .page .woocommerce.columns-6 {
    margin-left: 0;
    margin-right: 0;
  }

  .woocommerce table.shop_table .cart_item .product-name {
    font-size: 20px;
    line-height: 30px;
  }

  .woocommerce-cart .woocommerce .awa_cart.shop_table,
  .woocommerce .awa_cart.shop_table {
    padding-left: 15px;
    padding-right: 15px;
  }

  .awa_cart.shop_table .complement-cart .coupon {
    width: 70%;
  }

  .awa_cart.shop_table .complement-cart .action {
    width: 30%;
  }

  .woocommerce-cart .woocommerce .awa-cart-collaterals .cart_totals {
    padding-left: 15px;
    padding-right: 15px;
  }

  .awa-cart-collaterals .cart_totals h2 {
    font-size: 28px;
  }

  .awa_cart.shop_table ul .cart_item ul .product-price,
  .awa_cart.shop_table ul .cart_item ul .product-subtotal {
    font-size: 12px;
  }

  .awa_cart.shop_table ul .cart_item ul .product-thumbnail {
    padding: 5px;
  }

  .cross-sells {
    text-align: center;
  }

  .post-paper .woocommerce .awa_cart.shop_table {
    padding-left: 0;
    padding-right: 0;
  }

  .woocommerce-cart.woocommerce-page .post-paper.padding-both > .container {
    padding: 10px 15px 20px !important;
  }

  .woocommerce form.login .form-row label {
    display: block;
    margin-top: 15px;
  }

  .woocommerce form.checkout_coupon,
  .woocommerce form.login,
  .woocommerce form.checkout {
    margin-left: 15px;
    margin-right: 15px;
  }

  .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    width: auto;
  }

  .single-product div.product .woocommerce-tabs ul.tabs.wc-tabs li,
  .awa_product_detail div.product .woocommerce-tabs ul.tabs.wc-tabs li {
    padding: 10px 25px;
  }

  .awa_product_detail {
    margin-top: 10px;
  }

  .single-product .product_price, .awa_product_detail .product_price {
    margin-bottom: 15px;
  }

  .awa_product_detail .social-list {
    margin-top: 10px;
  }

  .single-product .product .woocommerce-tabs, .awa_product_detail .product .woocommerce-tabs {
    padding-top: 30px;
  }

  .single-product .product .woocommerce-tabs .tabs.wc-tabs, .awa_product_detail .product .woocommerce-tabs .tabs.wc-tabs {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .single-product .product .summary .variations_form.cart .variations_button, .awa_product_detail .product .summary .variations_form.cart .variations_button {
    margin-bottom: 15px;
  }

  .single-product .product .summary .variations_form.cart .variations_button .quantity, .awa_product_detail .product .summary .variations_form.cart .variations_button .quantity {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 650px) {
  .page .woocommerce.columns-2 ul.products li.product,
  .woocommerce ul.products.gutt-col-2 li.product {
    width: 100%;
  }

  .page .woocommerce.columns-2 ul.products li.product .awa-prod-list-image,
  .woocommerce ul.products.gutt-col-2 li.product .awa-prod-list-image {
    min-height: 370px;
  }

  .page .woocommerce.columns-3 ul.products li.product,
  .woocommerce ul.products.gutt-col-3 li.product {
    width: 100%;
  }

  .page .woocommerce.columns-3 ul.products li.product .awa-prod-list-image,
  .woocommerce ul.products.gutt-col-3 li.product .awa-prod-list-image {
    min-height: 370px;
  }

  .page .woocommerce.columns-4 ul.products li.product,
  .woocommerce ul.products.gutt-col-4 li.product {
    width: 100%;
  }

  .page .woocommerce.columns-4 ul.products li.product .awa-prod-list-image,
  .woocommerce ul.products.gutt-col-4 li.product .awa-prod-list-image {
    min-height: 370px;
  }

  .page .woocommerce.columns-5 ul.products li.product {
    width: 100%;
  }

  .page .woocommerce.columns-5 ul.products li.product .awa-prod-list-image {
    min-height: 370px;
  }

  .page .woocommerce.columns-6 ul.products li.product {
    width: 100%;
  }

  .page .woocommerce.columns-6 ul.products li.product .awa-prod-list-image {
    min-height: 370px;
  }

  .awa_cart.shop_table .heading li {
    font-size: 9px;
  }

  .awa_cart.shop_table .heading .heading-product {
    width: 25%;
    padding-left: 5%;
  }

  .awa_cart.shop_table ul .cart_item ul .product-remove {
    width: 5%;
  }

  .awa_cart.shop_table ul .cart_item ul .product-remove .remove {
    font-size: 18px;
  }

  .awa_cart.shop_table ul .cart_item ul .product-thumbnail {
    width: 26%;
  }

  .awa_cart.shop_table ul .cart_item ul .product-name {
    display: none;
  }

  .awa_cart.shop_table .heading .heading-price,
  .awa_cart.shop_table ul .cart_item ul .product-price {
    width: 23%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .awa_cart.shop_table .heading .heading-quantity,
  .awa_cart.shop_table ul .cart_item ul .product-quantity {
    width: 23%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .awa_cart.shop_table ul .cart_item ul .product-quantity .qty {
    width: 100%;
    max-width: 80px;
  }

  .awa_cart.shop_table .heading .heading-total,
  .awa_cart.shop_table ul .cart_item ul .product-subtotal {
    width: 23%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .awa_cart.shop_table .complement-cart {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .awa_cart.shop_table .complement-cart .coupon {
    width: 100%;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 20px;
  }

  .awa_cart.shop_table .complement-cart .action {
    width: 100%;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .woocommerce form.checkout_coupon .form-row {
    float: none;
    width: 100%;
    text-align: center;
  }

  .woocommerce form.checkout_coupon .form-row input.input-text {
    margin-bottom: 20px;
  }

  .woocommerce form .form-row-last, .woocommerce-page form .form-row-first {
    width: 100%;
  }

  .woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .single-product .product .summary .variations_form.cart,
  .awa_product_detail .product .summary .variations_form.cart {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: auto;
  }

  .single-product .single_variation_wrap,
  .awa_product_detail .single_variation_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .awa_cart.shop_table .complement-cart .coupon .input-text {
    margin-right: 5px;
  }

  .woocommerce-page.woocommerce-cart .woocommerce input.button,
  .woocommerce-page.woocommerce-checkout .woocommerce input.button {
    min-width: 150px;
    padding: 12px 20px;
  }
}
@media only screen and (max-width: 400px) {
  .single-product .single_variation,
  .awa_product_detail .single_variation {
    width: 100%;
    margin-bottom: 10px;
  }

  .single-product .product .summary .product_meta, .awa_product_detail .product .summary .product_meta,
  .single-product .variations_button,
  .awa_product_detail .variations_button,
  .single-product .product .summary .variations_form.cart .variations_button, .awa_product_detail .product .summary .variations_form.cart .variations_button,
  .single-product .product .summary .variations_form.cart .variations, .awa_product_detail .product .summary .variations_form.cart .variations {
    width: 100%;
  }

  .awa_cart.shop_table .complement-cart .coupon .input-text {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .single-product .product .summary .cart, .awa_product_detail .product .summary .cart {
    margin-bottom: 0;
  }

  .awa_cart.shop_table .complement-cart .coupon {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .awa_cart.shop_table .complement-cart .action {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .awa_cart.shop_table ul .cart_item ul .product-quantity .qty {
    width: 50px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 350px) {
  .single-product div.product .up-sells .products li.product .awa-prod-list-image,
  .awa_product_detail div.product .up-sells .products li.product .awa-prod-list-image,
  .page .single-product .product div.related.products li.product .awa-prod-list-image,
  .woocommerce .awa_product_detail .product div.related.products li.product .awa-prod-list-image {
    min-height: 290px;
  }

  .page .woocommerce.columns-2 ul.products li.product .awa-prod-list-image,
  .woocommerce ul.products.gutt-col-2 li.product .awa-prod-list-image {
    min-height: 290px;
  }

  .page .woocommerce.columns-3 ul.products li.product .awa-prod-list-image,
  .woocommerce ul.products.gutt-col-3 li.product .awa-prod-list-image {
    min-height: 290px;
  }

  .page .woocommerce.columns-4 ul.products li.product .awa-prod-list-image,
  .woocommerce ul.products.gutt-col-4 li.product .awa-prod-list-image {
    min-height: 290px;
  }

  .page .woocommerce.columns-5 ul.products li.product .awa-prod-list-image {
    min-height: 290px;
  }

  .page .woocommerce.columns-6 ul.products li.product .awa-prod-list-image {
    min-height: 290px;
  }
}
.awa-shop-banner {
  margin-bottom: 100px;
  padding: 100px 0 60px;
  min-height: 460px;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.awa-shop-banner .awa-shop-title {
  color: #222222;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: .2px;
}
.awa-shop-banner .awa-shop-menu {
  width: 100%;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.awa-shop-banner .awa-shop-menu ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.awa-shop-banner .awa-shop-menu ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  color: #999999;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: .2px;
}
.awa-shop-banner .awa-shop-menu ul li:not(:last-of-type)::after {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin: 0 10px;
  background-color: #cccccc;
  content: "";
}
.awa-shop-banner .awa-shop-menu ul li a {
  color: #999999;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: .2px;
  text-decoration: none;
  transition: color .3s ease;
}
.awa-shop-banner .awa-shop-menu ul li a:hover {
  color: #f54ea2;
}

.awa-shop-main-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 110px 0 90px;
}
.awa-shop-main-banner .awa-shop-title {
  font-size: 50px;
  font-weight: 800;
  letter-spacing: .2px;
}
.awa-shop-main-banner ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.awa-shop-main-banner ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  color: #999999;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: .2px;
}
.awa-shop-main-banner ul li:not(:last-of-type)::after {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin: 0 10px;
  background-color: #cccccc;
  content: "";
}
.awa-shop-main-banner ul li a {
  color: #999999;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: .2px;
  text-decoration: none;
  transition: color .3s ease;
}
.awa-shop-main-banner ul li a:hover {
  color: #f54ea2;
}

@media only screen and (max-width: 991px) {
  .awa-shop-main-banner {
    padding: 40px 0;
  }

  .single-product .product .summary .variations_form.cart .variations_form.cart, .awa_product_detail .product .summary .variations_form.cart {
    padding: 20px 0;
  }

  .awa_product_detail .social-list {
    margin-bottom: 30px;
  }

  .woocommerce div.product form.cart .button {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .awa-shop-main-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px 0;
  }
  .awa-shop-main-banner .awa-shop-title {
    margin-bottom: 20px;
  }
}
/*------------------------------------------------------*/
/*---------------------- 11. PORTFOLIO SIMPLE GALLERY----------------------*/
.simple_gallery {
  margin: 100px 0 10px;
}
.simple_gallery .post-media {
  margin-top: 105px;
}
.simple_gallery .post-slider-img,
.simple_gallery .post-slider img {
  height: 900px;
}
.simple_gallery .img-slider {
  position: relative;
}
.simple_gallery .flex-direction-nav {
  display: flex;
  justify-content: space-between;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.simple_gallery .flex-direction-nav a {
  width: 60px;
  height: 60px;
  padding: 5px 24px;
  background-color: #ffffff;
  color: #222222;
  font-size: 35px;
}
.simple_gallery .categories a {
  color: #f54ea2;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .2px;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}
.simple_gallery .categories a:hover {
  color: #222222;
}
.simple_gallery .title {
  margin-top: 30px;
  color: #222222;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: .2px;
}
.simple_gallery .text {
  margin-bottom: 60px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.simple_gallery .text p {
  margin-bottom: 20px;
  color: #999999;
  font-size: 15px;
  letter-spacing: .2px;
  line-height: 1.6;
}
.simple_gallery .info-item-wrap .item {
  display: inline-block;
  margin-right: 50px;
}
.simple_gallery .info-item-wrap .name {
  margin-bottom: 13px;
  color: #222222;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .1px;
}
.simple_gallery .info-item-wrap .text-item,
.simple_gallery .info-item-wrap .text-item a {
  color: #999999;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: .2px;
  text-decoration: none;
}
.simple_gallery .single-pagination {
  margin-top: 30px;
}

@media only screen and (min-width: 991px) {
  .simple_gallery .info-wrap,
  .simple_gallery .text-wrap {
    padding: 0 85px;
  }
}
@media only screen and (max-width: 1199px) {
  .simple_gallery {
    margin-top: 60px;
  }
  .simple_gallery .post-media {
    margin-top: 55px;
  }
  .simple_gallery .text-wrap {
    text-align: center;
  }
  .simple_gallery .info-wrap {
    margin-top: 30px;
    text-align: center;
  }
  .simple_gallery .title {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .simple_gallery {
    margin-top: 40px;
  }
  .simple_gallery .text {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .simple_gallery .post-media {
    margin-top: 10px;
  }
  .simple_gallery .post-slider-img,
  .simple_gallery .post-slider img {
    height: 500px;
  }
  .simple_gallery .info-item-wrap {
    text-align: center;
  }
  .simple_gallery .info-item-wrap .item {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .simple_gallery .info-wrap {
    margin-top: 0;
  }
  .simple_gallery .text-wrap {
    margin-bottom: 30px;
    text-align: center;
  }
  .simple_gallery .text {
    margin-bottom: 30px;
    text-align: center;
  }
  .simple_gallery .title {
    margin-top: 10px;
    font-size: 30px;
  }
}
/*------------------------------------------------------*/
/*---------------------- 12. PORTFOLIO SIMPLE SLIDER----------------------*/
.simple_slider.single-pagination {
  position: relative;
  margin-top: 100px;
  margin-bottom: 35px;
}
.simple_slider.single-pagination::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 200%;
  transform: translateX(-50%);
  top: 0;
  display: block;
  height: 1px;
  background-color: #eeeeee;
}
.simple_slider .post-media {
  margin-right: -25px;
  margin-left: -25px;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
}
.simple_slider .post-media .swiper3-slide {
  width: 50% !important;
}
.simple_slider .post-media .s-back-switch {
  background-position: center;
  background-size: cover;
  height: 640px;
  max-height: 100vh;
  margin: 0 25px;
}
.simple_slider .post-media .swiper3-pagination {
  position: static;
  margin-top: 60px;
}
.simple_slider .post-media .swiper3-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 10px;
  background-color: #d8d8d8;
  opacity: 1;
}
.simple_slider .post-media .swiper3-pagination-bullet-active {
  background-color: #222222;
}
.simple_slider .desc-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1110px;
  margin: 120px auto;
}
.simple_slider .info-wrap {
  width: 20%;
  margin-right: 50px;
}
.simple_slider .info-wrap .date {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: .2px;
}
.simple_slider .info-wrap .item {
  margin-bottom: 50px;
}
.simple_slider .info-wrap .name {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .1px;
  line-height: normal;
}
.simple_slider .info-wrap .text-item a {
  color: #999999;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: .2px;
  text-decoration: none;
}
.simple_slider .info-wrap a {
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}
.simple_slider .info-wrap a:hover {
  color: #f54ea2;
}
.simple_slider .info-wrap .social-list {
  padding: 0;
  text-align: left;
}
.simple_slider .info-wrap .social-list li {
  margin: 0;
}
.simple_slider .info-wrap .social-list li:not(:last-of-type) {
  margin-right: 25px;
}
.simple_slider .info-wrap .social-list a {
  color: #adadad;
  font-size: 18px;
}
.simple_slider .info-wrap .social-list a:hover {
  color: #f54ea2;
}
.simple_slider .info-wrap .social-list:hover a {
  opacity: 1;
}
.simple_slider .text-wrap {
  width: calc(80% - 50px);
}
.simple_slider .text-wrap .title {
  margin-bottom: 45px;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: .2px;
  line-height: 1.4;
}
.simple_slider .text-wrap .text {
  margin-bottom: 45px;
  color: #999999;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .2px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.simple_slider .text-wrap .text p {
  margin-bottom: 30px;
}
.simple_slider .images-wrap {
  max-width: 1570px;
  margin: 130px auto 105px;
}
.simple_slider .images-wrap .item-single {
  margin: 25px;
  width: calc(50% - 50px);
}
.simple_slider .images-wrap .item-single img {
  width: 100%;
  height: auto;
}
.simple_slider .blockquote {
  position: relative;
  max-width: 870px;
  margin: 0 auto 20px;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.8;
  letter-spacing: .2px;
  text-align: center;
}
.simple_slider .blockquote::before {
  display: block;
  color: #f54ea2;
  font-family: "FontAwesome", sans-serif;
  font-size: 56px;
  content: "\f10e";
}
.simple_slider .blockquote cite {
  display: block;
  margin-top: 35px;
  color: #999999;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: .2px;
}

@media only screen and (max-width: 1199px) {
  .simple_slider .post-media .s-back-switch {
    margin: 0;
  }
  .simple_slider .info-wrap {
    width: 40%;
    margin-right: 30px;
  }
  .simple_slider .text-wrap {
    width: calc(60% - 30px);
  }
}
@media only screen and (max-width: 991px) {
  .simple_slider .info-wrap .item {
    width: 100% !important;
  }
  .simple_slider .images-wrap .item-single {
    margin: 15px;
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 768px) {
  .simple_slider.single-pagination {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .simple_slider .desc-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px auto 50px;
    text-align: center;
  }
  .simple_slider .info-wrap,
  .simple_slider .text-wrap {
    width: 100%;
    margin-right: 0;
  }
  .simple_slider .info-wrap .social-list {
    text-align: center;
  }
  .simple_slider .info-wrap .name {
    margin-bottom: 10px;
  }
  .simple_slider .info-wrap .date {
    font-size: 24px;
  }
  .simple_slider .images-wrap {
    margin: 50px auto;
  }
  .simple_slider .images-wrap .item-single {
    margin: 0 0 15px;
    width: 100%;
  }
  .simple_slider .blockquote {
    font-size: 24px;
    max-width: 510px;
  }

  .simple_slider .post-media .swiper3-pagination {
    margin-top: 35px;
  }

  .simple_slider .post-media .s-back-switch {
    height: 400px;
  }

  .simple_slider .post-media .swiper3-slide {
    width: 100% !important;
  }

  .simple_slider .post-media .swiper3-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .simple_slider .info-wrap .item {
    margin-bottom: 40px;
  }

  .simple_slider .text-wrap .title {
    font-size: 40px;
    margin-bottom: 30px;
  }

  .simple_slider .blockquote::before {
    font-size: 40px;
  }

  .simple_slider .blockquote {
    font-size: 20px;
    line-height: 1.6;
  }
}
/*------------------------------------------------------*/
/*---------------------- 13. PORTFOLIO URBAN ----------------------*/
.urban .banner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f7f7f7;
}
.urban .banner-wrap .img-wrap {
  width: 67%;
}
.urban .banner-wrap .main-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33%;
  padding: 0 100px;
}
.urban .banner-wrap .main-info-wrap .excerpt-wrap {
  width: 100%;
}
.urban .banner-wrap .title {
  display: inline-block;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: .2px;
}
.urban .banner-wrap .title::after {
  display: block;
  height: 3px;
  width: 100%;
  margin: 25px 0 50px;
  background-color: #f54ea2;
  content: "";
}
.urban .banner-wrap .excerpt {
  color: #999999;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .2px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.urban .descr-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1110px;
  margin: 120px auto 60px;
}
.urban .info-item-wrap {
  width: 20%;
  margin-top: 40px;
}
.urban .info-item-wrap .date {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: .2px;
}
.urban .info-item-wrap .item {
  margin-bottom: 50px;
}
.urban .info-item-wrap .name {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .1px;
  line-height: normal;
}
.urban .info-item-wrap .text-item {
  color: #999999;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: .2px;
}
.urban .info-item-wrap .text-item a {
  color: #999999;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: .2px;
  text-decoration: none;
}
.urban .info-item-wrap a {
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}
.urban .info-item-wrap a:hover {
  color: #f54ea2;
}
.urban .text-wrap {
  width: calc(80% - 50px);
  margin-right: 50px;
}
.urban .text-wrap h1, .urban .text-wrap h2, .urban .text-wrap h3, .urban .text-wrap h4, .urban .text-wrap h5, .urban .text-wrap h6 {
  font-weight: 800;
  letter-spacing: .2px;
  line-height: 1.3;
}
.urban .text-wrap h6 {
  font-size: 15px;
  margin-bottom: 30px;
}
.urban .text-wrap h3, .urban .text-wrap h2, .urban .text-wrap h1 {
  margin-bottom: 40px;
}
.urban .text-wrap .title {
  margin-bottom: 45px;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: .2px;
  line-height: 1.4;
}
.urban .text-wrap .text {
  margin-bottom: 60px;
  color: #999999;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .2px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.urban .text-wrap .text p {
  margin-bottom: 50px;
}
.urban .blockquote {
  position: relative;
  max-width: 870px;
  margin: 90px auto 155px;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.8;
  letter-spacing: .2px;
  text-align: center;
}
.urban .blockquote::before {
  display: block;
  color: #f54ea2;
  font-family: "FontAwesome", sans-serif;
  font-size: 56px;
  content: "\f10e";
}
.urban .blockquote cite {
  display: block;
  margin-top: 35px;
  color: #999999;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: .2px;
}
.urban .social-list {
  margin-bottom: 115px;
  padding: 0;
  text-align: center;
}
.urban .social-list li {
  margin: 0;
}
.urban .social-list li:not(:last-of-type) {
  margin-right: 10px;
}
.urban .social-list a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #eee;
  border-radius: 50%;
  color: #adadad;
  font-size: 18px;
  text-decoration: none;
}
.urban .social-list a:hover {
  color: #f54ea2;
}
.urban .social-list:hover a {
  opacity: 1;
}
.urban .gallery-wrap {
  margin-bottom: 45px;
  text-align: center;
}
.urban .gallery-wrap img {
  max-width: 1170px;
  width: 100%;
  margin-bottom: 30px;
}
.urban .gallery-wrap img:nth-of-type(1), .urban .gallery-wrap img:nth-of-type(2) {
  width: calc(50% - 2px);
  padding: 15px;
}

@media only screen and (max-width: 1199px) {
  .urban .banner-wrap .img-wrap,
  .urban .banner-wrap .main-info-wrap {
    width: 50%;
  }
  .urban .banner-wrap .main-info-wrap {
    padding: 30px;
  }
  .urban .banner-wrap .title {
    font-size: 40px;
  }
  .urban .banner-wrap .title::after {
    margin: 25px 0;
  }
  .urban .desc-wrapper {
    margin-top: 60px;
  }
  .urban .info-item-wrap {
    width: 40%;
  }
  .urban .text-wrap {
    width: calc(60% - 30px);
    margin-right: 30px;
  }
  .urban .blockquote {
    margin: 60px auto 85px;
  }
}
@media only screen and (max-width: 991px) {
  .urban .info-item-wrap .item {
    width: 100% !important;
  }
  .urban .social-list {
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .urban .gallery-wrap {
    margin-bottom: 25px;
  }
  .urban .banner-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .urban .banner-wrap .img-wrap,
  .urban .banner-wrap .main-info-wrap {
    width: 100%;
  }
  .urban .banner-wrap .main-info-wrap {
    padding: 30px 15px;
  }
  .urban .banner-wrap .main-info-wrap .excerpt-wrap {
    text-align: center;
  }
  .urban .banner-wrap .title {
    font-size: 30px;
  }
  .urban .banner-wrap .title::after {
    margin: 15px 0 20px;
  }
  .urban .descr-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px auto;
  }
  .urban .info-item-wrap,
  .urban .text-wrap {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .urban .info-item-wrap .item,
  .urban .text-wrap .item {
    margin-bottom: 10px;
  }
  .urban .info-item-wrap .item:not(:last-of-type),
  .urban .text-wrap .item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .urban .info-item-wrap .text,
  .urban .text-wrap .text {
    margin-bottom: 40px;
    text-align: center;
  }
  .urban .info-item-wrap .text p,
  .urban .text-wrap .text p {
    margin-bottom: 20px;
  }
  .urban .blockquote {
    margin: 30px auto 45px;
    padding: 0 15px;
    font-size: 24px;
  }
  .urban .social-list {
    margin-bottom: 35px;
  }
  .urban .btn-wrapper {
    text-align: center;
  }
}
/*------------------------------------------------------*/
/*---------------------- 14. PORTFOLIO TILE INFO ----------------------*/
.tile_info .banner-wrap {
  position: relative;
}
.tile_info .banner-wrap .img-wrap {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 800px;
}
.tile_info .banner-wrap .text-wrap {
  height: 500px;
  margin-bottom: -70px;
}
.tile_info .banner-wrap .title {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: .2px;
  text-align: center;
}
.tile_info .text-gallery-wrap {
  margin: 0 -25px;
}
.tile_info .text-gallery-wrap .info-wrap {
  padding: 105px 70px;
}
.tile_info .text-gallery-wrap .info-item-wrap {
  display: flex;
  margin-top: 40px;
}
.tile_info .text-gallery-wrap .info-item-wrap .date {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: .2px;
}
.tile_info .text-gallery-wrap .info-item-wrap .item {
  float: none;
}
.tile_info .text-gallery-wrap .info-item-wrap .item:not(:last-of-type) {
  margin-right: 50px;
}
.tile_info .text-gallery-wrap .info-item-wrap .name {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .1px;
  line-height: normal;
}
.tile_info .text-gallery-wrap .info-item-wrap .text-item {
  color: #999999;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: .2px;
}
.tile_info .text-gallery-wrap .info-item-wrap .text-item a {
  color: #999999;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: .2px;
  text-decoration: none;
}
.tile_info .text-gallery-wrap .info-item-wrap a {
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}
.tile_info .text-gallery-wrap .info-item-wrap a:hover {
  color: #f54ea2;
}
.tile_info .text-gallery-wrap .text-wrap .title {
  margin-bottom: 45px;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: .2px;
  line-height: 1.4;
}
.tile_info .text-gallery-wrap .text-wrap .text {
  margin-bottom: 45px;
  color: #999999;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .2px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.tile_info .text-gallery-wrap .text-wrap .text p {
  margin-bottom: 30px;
}
.tile_info .text-gallery-wrap .text-wrap h1, .tile_info .text-gallery-wrap .text-wrap h2, .tile_info .text-gallery-wrap .text-wrap h3, .tile_info .text-gallery-wrap .text-wrap h4, .tile_info .text-gallery-wrap .text-wrap h5, .tile_info .text-gallery-wrap .text-wrap h6 {
  font-weight: 800;
  letter-spacing: .2px;
}
.tile_info .text-gallery-wrap .text-wrap h6 {
  font-size: 15px;
}
.tile_info .text-gallery-wrap .text-wrap h3, .tile_info .text-gallery-wrap .text-wrap h2, .tile_info .text-gallery-wrap .text-wrap h1 {
  margin-bottom: 40px;
}
.tile_info .gallery-item {
  width: 50%;
  padding: 25px;
}
.tile_info .gallery-item:last-child {
  width: 100%;
}
.tile_info .blockquote {
  position: relative;
  padding: 25px 70px;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.8;
  letter-spacing: .2px;
  text-align: center;
}
.tile_info .blockquote::before {
  display: block;
  color: #f54ea2;
  font-family: "FontAwesome", sans-serif;
  font-size: 56px;
  content: "\f10e";
}
.tile_info .blockquote cite {
  display: block;
  margin-top: 35px;
  color: #999999;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: .2px;
}
.tile_info .social-list {
  margin-top: 60px;
  padding: 0;
  text-align: center;
}
.tile_info .social-list li {
  margin: 0;
}
.tile_info .social-list li:not(:last-of-type) {
  margin-right: 10px;
}
.tile_info .social-list a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #eee;
  border-radius: 50%;
  color: #adadad;
  font-size: 18px;
  text-decoration: none;
}
.tile_info .social-list a:hover {
  color: #f54ea2;
}
.tile_info .social-list:hover a {
  opacity: 1;
}
.tile_info .recent-posts-wrapper {
  margin-top: 110px;
  padding: 100px 0;
  background-color: #f7f7f7;
}
.tile_info .recent-posts-wrapper .subtitle {
  margin-bottom: 20px;
  color: #bbbbbb;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .1px;
  text-align: center;
}
.tile_info .recent-posts-wrapper .title {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: .1px;
  text-align: center;
}
.tile_info .recent-posts-wrapper .s-back-switch {
  display: block;
  width: 100%;
  height: 360px;
  margin-bottom: 15px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.tile_info .recent-posts-wrapper .recent-wrapper {
  margin-top: 80px;
}
.tile_info .single-pagination {
  margin: 40px 0 50px;
}

@media only screen and (max-width: 1200px) {
  .tile_info .text-gallery-wrap .info-wrap {
    padding-top: 45px 70px;
  }
  .tile_info .blockquote {
    padding: 25px 40px;
    font-size: 24px;
  }
  .tile_info .recent-posts-wrapper {
    margin-top: 60px;
    padding: 60px 0;
  }
  .tile_info .recent-posts-wrapper .recent-wrapper {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .tile_info .text-gallery-wrap {
    margin: 0;
    margin-top: 20px;
  }
  .tile_info .text-gallery-wrap .info-wrap {
    padding: 15px;
  }
  .tile_info .text-gallery-wrap .info-item-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tile_info .text-gallery-wrap .info-item-wrap .item:not(:last-of-type) {
    margin-right: 20px;
  }
  .tile_info .text-wrap {
    text-align: center;
  }
  .tile_info .gallery-item {
    width: 100%;
    padding: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .tile_info .banner-wrap .text-wrap {
    height: 350px;
    margin-bottom: 0;
  }
  .tile_info .banner-wrap .title {
    padding: 0 15px;
    font-size: 30px;
  }
  .tile_info .banner-wrap .img-wrap {
    height: 240px;
  }
  .tile_info .social-list {
    margin-top: 40px;
  }
  .tile_info .blockquote {
    font-size: 24px;
  }
  .tile_info .recent-posts-wrapper {
    margin-top: 50px;
    padding: 50px 0 20px;
  }
  .tile_info .single-pagination {
    margin: 10px 0 20px;
  }
  .tile_info .text-gallery-wrap .info-item-wrap {
    flex-direction: column;
    align-items: center;
  }
  .tile_info .text-gallery-wrap .info-item-wrap .item {
    margin-bottom: 15px;
    text-align: center;
  }
  .tile_info .text-gallery-wrap .info-item-wrap .item:not(:last-of-type) {
    margin-right: 0;
  }
  .tile_info .text-gallery-wrap .text-wrap .text {
    margin-bottom: 15px;
  }
}
/*------------------------------------------------------*/
/*---------------------- 15. PORTFOLIO ALIA ----------------------*/
.alia .banner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 800px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.alia .banner-wrap .title {
  max-width: 675px;
  color: #ffffff;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: .2px;
  text-align: center;
}
.alia .text-gallery-wrap .additional-text {
  max-width: 970px;
  margin: 120px auto 0;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .2px;
  text-align: center;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.alia .text-gallery-wrap .info-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 95px;
}
.alia .text-gallery-wrap .info-item-wrap .item {
  width: 25%;
}
.alia .text-gallery-wrap .info-item-wrap .item:not(:last-of-type) {
  margin-right: 30px;
}
.alia .text-gallery-wrap .info-item-wrap .name {
  margin-bottom: 15px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .1px;
}
.alia .text-gallery-wrap .info-item-wrap .text-item,
.alia .text-gallery-wrap .info-item-wrap a {
  color: #999999;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .2px;
  text-decoration: none;
}
.alia .text-gallery-wrap .info-item-wrap a {
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}
.alia .text-gallery-wrap .info-item-wrap a:hover {
  color: #f54ea2;
}
.alia .text-gallery-wrap .btn-wrapper {
  margin-top: 95px;
  text-align: center;
}
.alia .gallery-wrap-additional {
  margin-top: 140px;
}
.alia .gallery-item {
  width: 50%;
}
.alia .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 110px auto 0;
}
.alia .text-wrap .title-for-text {
  width: calc(30% - 100px);
  margin-right: 100px;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: .2px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.alia .text-wrap .text {
  width: 70%;
}
.alia .text-wrap .text p {
  margin-bottom: 30px;
  color: #999999;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .2px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.alia .gallery-wrap-main {
  margin: 120px -15px 0;
}
.alia .gallery-wrap-main .gallery-item {
  width: calc(100%/3 - 30px);
  margin: 15px;
}
.alia .social-list {
  margin-top: 70px;
  padding: 0;
  text-align: center;
}
.alia .social-list li {
  margin: 0;
}
.alia .social-list li:not(:last-of-type) {
  margin-right: 10px;
}
.alia .social-list a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #eee;
  border-radius: 50%;
  color: #adadad;
  font-size: 18px;
  text-decoration: none;
}
.alia .social-list a:hover {
  color: #f54ea2;
}
.alia .social-list:hover a {
  opacity: 1;
}
.alia .single-pagination {
  margin-top: 90px;
}

@media only screen and (max-width: 1200px) {
  .alia .banner-wrap {
    height: 600px;
  }
  .alia .text-wrap {
    margin-top: 70px;
  }
  .alia .text-gallery-wrap .additional-text {
    margin-top: 80px;
  }
  .alia .gallery-wrap-main {
    margin: 40px auto 0;
    max-width: 70%;
  }
  .alia .gallery-wrap-main .gallery-item {
    width: calc(50% - 30px);
  }
  .alia .gallery-wrap-additional {
    margin-top: 80px;
  }
  .alia .single-pagination {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .alia .banner-wrap {
    height: 500px;
  }
  .alia .text-wrap {
    padding: 0 15px;
  }
  .alia .text-wrap .title-for-text {
    width: calc(30% - 30px);
    margin-right: 30px;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: .2px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
  }
  .alia .gallery-wrap-main {
    margin: 40px auto 0;
  }
  .alia .gallery-wrap-main .gallery-item {
    width: calc(50% - 30px);
    margin: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .alia .banner-wrap {
    height: 340px;
  }
  .alia .banner-wrap .title {
    font-size: 38px;
  }
  .alia .text-gallery-wrap {
    padding: 0 15px;
  }
  .alia .text-gallery-wrap .additional-text {
    margin: 40px auto 0;
    font-size: 24px;
  }
  .alia .text-gallery-wrap .info-item-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 45px;
  }
  .alia .text-gallery-wrap .info-item-wrap .item {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .alia .text-gallery-wrap .info-item-wrap .item:not(:last-of-type) {
    margin-right: 0;
  }
  .alia .text-gallery-wrap .btn-wrapper {
    margin-top: 35px;
  }
  .alia .gallery-wrap-additional {
    margin-top: 40px;
  }
  .alia .gallery-item {
    width: 100%;
  }
  .alia .text-wrap {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .alia .text-wrap .title-for-text,
  .alia .text-wrap .text {
    width: 100%;
  }
  .alia .text-wrap .title-for-text {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .alia .gallery-wrap-main {
    max-width: 100%;
    width: 100%;
    margin: 40px 0 0;
  }
  .alia .gallery-wrap-main .gallery-item {
    width: 100%;
    margin: 0;
    padding: 0 15px;
    margin-bottom: 15px;
    text-align: center;
  }
  .alia .single-pagination {
    margin-top: 10px;
  }
  .alia .social-list {
    margin-top: 40px;
  }
}
/*------------------------------------------------------*/
/*---------------------- 16. PORTFOLIO MENIO ----------------------*/
.menio .banner-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 1000px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.menio .banner-wrap::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  z-index: -1;
}
.menio .banner-wrap .title {
  max-width: 675px;
  color: #ffffff;
  font-size: 70px;
  font-weight: 800;
  letter-spacing: .2px;
  text-align: center;
}
.menio .banner-wrap .single-share {
  position: absolute;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.menio .banner-wrap .social-list {
  margin: 0;
}
.menio .banner-wrap .social-list li:not(:last-of-type) {
  margin-right: 30px;
}
.menio .banner-wrap .social-list li a {
  width: auto;
  height: auto;
  border: 0;
  color: #ffffff;
  font-size: 18px;
}
.menio .banner-wrap .social-list li a:hover {
  color: #f54ea2;
}
.menio .banner-wrap .social-list:hover a {
  opacity: 1;
}
.menio .text-gallery-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 140px;
  padding: 0 15px;
}
.menio .blockquote {
  width: calc(50% - 80px);
  margin-right: 80px;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .2px;
}
.menio .blockquote cite {
  display: block;
  margin-top: 35px;
  color: #999999;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: .2px;
}
.menio .additional-text {
  width: 50%;
  color: #999999;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .2px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.menio .gallery-wrap-main {
  margin: 100px 15px 0;
}
.menio .gallery-wrap-main .grid-sizer {
  width: 25%;
}
.menio .gallery-wrap-main .gallery-item {
  display: block;
  padding: 15px;
  width: 75%;
}
.menio .gallery-wrap-main .gallery-item div {
  width: 100%;
  height: 590px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.menio .gallery-wrap-main .gallery-item:nth-of-type(4n-1), .menio .gallery-wrap-main .gallery-item:nth-of-type(4n-2) {
  width: 25%;
}
.menio .text-wrap {
  margin-top: 130px;
  padding: 0 15px;
}
.menio .text-wrap .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menio .text-wrap h1, .menio .text-wrap h2, .menio .text-wrap h3, .menio .text-wrap h4, .menio .text-wrap h5, .menio .text-wrap h6 {
  width: 100%;
  font-weight: 800;
  letter-spacing: .2px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.menio .text-wrap h6 {
  font-size: 15px;
}
.menio .text-wrap h3, .menio .text-wrap h2, .menio .text-wrap h1 {
  margin-bottom: 40px;
}
.menio .text-wrap p {
  width: calc(50% - 15px);
  color: #999999;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .2px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.menio .gallery-wrap-additional {
  margin: 60px 15px 0;
  text-align: center;
}
.menio .gallery-wrap-additional .gallery-item {
  width: 100%;
}
.menio .gallery-wrap-additional .gallery-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.menio .social-list {
  margin-top: 70px;
  padding: 0;
  text-align: center;
}
.menio .social-list li {
  margin: 0;
}
.menio .social-list li:not(:last-of-type) {
  margin-right: 10px;
}
.menio .social-list a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #eee;
  border-radius: 50%;
  color: #adadad;
  font-size: 18px;
  text-decoration: none;
}
.menio .social-list a:hover {
  color: #f54ea2;
}
.menio .social-list:hover a {
  opacity: 1;
}
.menio .single-pagination {
  margin-top: 40px;
}
.menio .recent-posts-wrapper {
  margin-top: 110px;
  padding: 100px 0;
  background-color: #f7f7f7;
}
.menio .recent-posts-wrapper .subtitle {
  margin-bottom: 20px;
  color: #bbbbbb;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .1px;
  text-align: center;
}
.menio .recent-posts-wrapper .title {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: .1px;
  text-align: center;
}
.menio .recent-posts-wrapper .s-back-switch {
  display: block;
  width: 100%;
  height: 360px;
  margin-bottom: 15px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.menio .recent-posts-wrapper .recent-wrapper {
  margin-top: 80px;
}

@media only screen and (max-width: 991px) {
  .menio .banner-wrap {
    height: 700px;
  }
  .menio .banner-wrap .single-share {
    bottom: 50px;
  }
  .menio .gallery-wrap-main .grid-sizer,
  .menio .gallery-wrap-main .gallery-item {
    width: 50%;
  }
  .menio .gallery-wrap-main .grid-sizer:nth-of-type(4n-1), .menio .gallery-wrap-main .grid-sizer:nth-of-type(4n-2),
  .menio .gallery-wrap-main .gallery-item:nth-of-type(4n-1),
  .menio .gallery-wrap-main .gallery-item:nth-of-type(4n-2) {
    width: 50%;
  }
  .menio .gallery-wrap-main .grid-sizer div,
  .menio .gallery-wrap-main .gallery-item div {
    height: 450px;
  }
}
@media only screen and (max-width: 768px) {
  .menio .banner-wrap .title {
    font-size: 44px;
  }
  .menio .banner-wrap .social-list li:not(:last-of-type) {
    margin-right: 10px;
  }
  .menio .text-gallery-wrap {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .menio .blockquote,
  .menio .additional-text {
    width: 100%;
  }
  .menio .blockquote {
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 24px;
  }
  .menio .blockquote cite {
    margin-top: 10px;
  }
  .menio .gallery-wrap-main {
    margin: 50px 15px 0;
  }
  .menio .gallery-wrap-main .grid-sizer,
  .menio .gallery-wrap-main .gallery-item {
    width: 100%;
    padding: 0;
    padding-bottom: 15px;
  }
  .menio .gallery-wrap-main .grid-sizer:nth-of-type(4n-1), .menio .gallery-wrap-main .grid-sizer:nth-of-type(4n-2),
  .menio .gallery-wrap-main .gallery-item:nth-of-type(4n-1),
  .menio .gallery-wrap-main .gallery-item:nth-of-type(4n-2) {
    width: 100%;
  }
  .menio .gallery-wrap-main .grid-sizer div,
  .menio .gallery-wrap-main .gallery-item div {
    height: 300px;
  }
  .menio .text-wrap {
    margin-top: 40px;
    text-align: center;
  }
  .menio .text-wrap .text {
    text-align: center;
  }
  .menio .text-wrap p {
    width: 100%;
    margin-bottom: 20px;
  }
  .menio .gallery-wrap-additional {
    margin-top: 0;
  }
  .menio .recent-posts-wrapper {
    margin-top: 45px;
    padding: 45px 0;
  }
  .menio .recent-posts-wrapper .recent-wrapper {
    margin-top: 45px;
  }
  .menio .social-list {
    margin-top: 45px;
  }
  .menio .single-pagination {
    margin-bottom: 10px;
  }
}
.static-menu .tg-grid-wrapper {
  max-width: 100%;
  left: 0 !important;
}

.tg-item .tg-item-inner .main-color {
  color: #f54ea2;
}

.tg-item .tg-item-inner .second-color {
  color: #90caf9;
}

.fix-z-index {
  position: relative;
  z-index: 90;
}

/*------------------------------------------------------*/
/*---------------------- 17. PORTFOLIO PARALLAX ----------------------*/
.portfolio-single-content.parallax {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.parallax-window {
  position: relative;
  min-height: 100vh;
}
.parallax-window .content-parallax {
  text-align: left;
  position: absolute;
  top: 50%;
  left: 100px;
  max-width: 500px;
  width: 100%;
  padding: 50px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.parallax-window .content-parallax .title {
  font-size: 50px;
  font-family: "Muli", sans-serif;
  color: #222222;
  line-height: 1.2;
  margin-top: 0;
  font-weight: 800;
}
.parallax-window .content-parallax .category-parallax {
  margin-top: 12px;
  margin-bottom: 15px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  line-height: 1.2;
}
.parallax-window .content-parallax .category-parallax a {
  font-size: 15px;
  font-weight: 800;
  font-family: "Muli", sans-serif;
  color: #f54ea2;
  text-decoration: none;
  letter-spacing: .2px;
  left: 0;
}
.parallax-window .content-parallax .category-parallax a:hover {
  text-decoration: none;
  color: #222;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.parallax-window .content-parallax .text {
  font-size: 15px;
  color: #999;
  letter-spacing: .2px;
  margin-top: 30px;
  line-height: 1.6;
}
.parallax-window .content-parallax .social-list {
  margin-top: 85px;
  margin-bottom: 15px;
  font-size: 17px;
  text-align: left;
}
.parallax-window .content-parallax .social-list > li {
  margin: 0px 23px 0 1px;
}
.parallax-window .content-parallax .social-list > li a {
  opacity: 1;
}
.parallax-window .content-parallax .social-list > li a:hover {
  color: #f54ea2;
}
.parallax-window .content-parallax .info-item-wrap {
  margin-top: 55px;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.parallax-window .content-parallax .info-item-wrap .item {
  display: table-cell;
  width: 33.33%;
  padding-right: 10px;
}
.parallax-window .content-parallax .info-item-wrap .item .name {
  letter-spacing: .1px;
  font-size: 15px;
  color: #222;
  font-weight: 800;
}
.parallax-window .content-parallax .info-item-wrap .item .text-item {
  margin-top: 15px;
}
.parallax-window .content-parallax .info-item-wrap .item .text-item a,
.parallax-window .content-parallax .info-item-wrap .item .text-item {
  color: #999;
  font-size: 15px;
  letter-spacing: .2px;
  text-decoration: none;
  font-weight: 600;
}
.parallax-window .content-parallax .info-item-wrap .item .text-item a:hover {
  color: #f54ea2;
}

@media only screen and (max-width: 1400px) {
  .parallax-window .content-parallax .info-item-wrap {
    margin-top: 35px;
  }

  .parallax-window .content-parallax .social-list {
    margin-top: 50px;
  }

  .parallax-window .content-parallax {
    padding: 30px 50px;
  }

  .parallax-window .content-parallax .title {
    font-size: 40px;
  }

  .parallax-window .content-parallax .social-list {
    margin-bottom: 15px;
  }

  .parallax-window .content-parallax .text {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .parallax-window .content-parallax {
    max-width: calc(100% - 200px);
  }

  .parallax-window .content-parallax .info-item-wrap .item {
    width: 33.33% !important;
  }
}
@media only screen and (max-width: 768px) {
  .parallax-window {
    position: static;
  }
  .parallax-window .content-parallax {
    max-width: calc(100% - 30px);
    left: 15px;
    position: absolute;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    top: 100px;
  }

  .parallax-window .content-parallax {
    padding: 30px;
  }

  .parallax-window .content-parallax .info-item-wrap {
    display: none;
  }

  .parallax-window .content-parallax .title {
    font-size: 30px;
  }

  .parallax-window .content-parallax .social-list {
    margin-top: 40px;
  }
}
/*------------------------------------------------------*/
/*---------------------- 18. PORTFOLIO LEFT GALLERY ----------------------*/
.portfolio-single-content.left_gallery {
  margin-bottom: 120px;
}
.portfolio-single-content.left_gallery .info-wrap {
  max-width: 600px;
}
.portfolio-single-content.left_gallery .info-wrap .title {
  font-size: 50px;
  letter-spacing: .2px;
  line-height: 1.3;
  font-weight: 800;
}
.portfolio-single-content.left_gallery .info-wrap .text {
  font-size: 15px;
  color: #999;
  letter-spacing: .2px;
  line-height: 1.6;
  margin-top: 42px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.portfolio-single-content.left_gallery .info-item-wrap {
  margin-top: 62px;
}
.portfolio-single-content.left_gallery .info-item-wrap .item {
  float: none;
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 20px;
}
.portfolio-single-content.left_gallery .info-item-wrap .name {
  display: table-cell;
  font-size: 15px;
  letter-spacing: .1px;
  font-weight: 800;
}
.portfolio-single-content.left_gallery .info-item-wrap .text-item {
  display: table-cell;
  font-size: 15px;
  letter-spacing: .2px;
  color: #999;
  font-weight: 800;
}
.portfolio-single-content.left_gallery .info-item-wrap .text-item a {
  text-decoration: none;
  color: #999;
}
.portfolio-single-content.left_gallery .info-item-wrap .text-item a:hover {
  color: #f54ea2;
}
.portfolio-single-content.left_gallery .social-list {
  margin-top: 40px;
  margin-bottom: 54px;
  text-align: left;
}
.portfolio-single-content.left_gallery .social-list li:not(:last-of-type) {
  margin-right: 10px;
}
.portfolio-single-content.left_gallery .social-list a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  margin-bottom: 10px;
  border-radius: 50%;
  border: 1px solid #eee;
  text-align: center;
  text-decoration: none;
}
.portfolio-single-content.left_gallery .social-list a:hover {
  color: #f54ea2;
}
.portfolio-single-content.left_gallery .social-list:hover a {
  opacity: 1;
}
.portfolio-single-content.left_gallery .left_gallery--button-wrapper {
  text-align: left;
}
.portfolio-single-content.left_gallery .media-gallery .horizontal {
  width: calc(100% - 30px);
  height: auto;
  margin: 15px 0;
  padding: 0 15px;
}
.portfolio-single-content.left_gallery .media-gallery .vertical {
  width: calc(50% - 15px);
  float: left;
  height: auto;
  padding: 0 15px;
  margin: 15px 0;
}

@media only screen and (min-width: 1200px) {
  .portfolio-single-content.left_gallery {
    padding: 0 165px;
  }
  .portfolio-single-content.left_gallery .left_gallery_desc {
    padding-top: 110px;
  }
  .portfolio-single-content.left_gallery .single-pagination.left_gallery {
    position: fixed;
    top: 50%;
    right: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
  }
  .portfolio-single-content.left_gallery .single-pagination.left_gallery .icon-wrap {
    display: none;
  }
  .portfolio-single-content.left_gallery .single-pagination.left_gallery.change-color {
    z-index: -1;
  }
  .portfolio-single-content.left_gallery .single-pagination.left_gallery.change-color a.content {
    color: #fff;
  }
  .portfolio-single-content.left_gallery .pag-prev {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .portfolio-single-content.left_gallery .pag-prev::before {
    content: none;
  }
  .portfolio-single-content.left_gallery .pag-prev span span {
    display: none;
  }
  .portfolio-single-content.left_gallery .pag-next {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .portfolio-single-content.left_gallery .pag-next::after {
    content: none;
  }
  .portfolio-single-content.left_gallery .pag-next span span {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-single-content.left_gallery {
    margin-bottom: 70px;
  }
  .portfolio-single-content.left_gallery .left_gallery_desc {
    margin-bottom: 50px;
  }
  .portfolio-single-content.left_gallery .media-gallery .vertical,
  .portfolio-single-content.left_gallery .media-gallery .horizontal {
    width: 100%;
    padding: 0;
    margin: 0 0 15px 0;
  }
}
@media only screen and (max-width: 768px) {
  .portfolio-single-content.left_gallery {
    margin-bottom: 40px;
  }
  .portfolio-single-content.left_gallery .info-wrap .text {
    margin-top: 15px;
    text-align: center;
  }
  .portfolio-single-content.left_gallery .info-wrap .title {
    font-size: 30px;
    text-align: center;
  }
  .portfolio-single-content.left_gallery .info-item-wrap {
    margin-top: 30px;
  }
  .portfolio-single-content.left_gallery .social-list {
    margin: 30px 0;
    text-align: center;
  }
  .portfolio-single-content.left_gallery .left_gallery--button-wrapper {
    text-align: center;
  }
  .portfolio-single-content.left_gallery .single-pagination {
    margin-bottom: 0;
  }
}
.right-menu.full #topmenu.open li:nth-child(1) a {
  transition-delay: 0ms;
}
.right-menu.full #topmenu.open div:nth-child(1) *,
.right-menu.full #topmenu.open div:nth-child(1) * {
  transition-delay: 200ms;
}

.right-menu.full #topmenu.open li:nth-child(2) a {
  transition-delay: 50ms;
}
.right-menu.full #topmenu.open div:nth-child(2) *,
.right-menu.full #topmenu.open div:nth-child(2) * {
  transition-delay: 250ms;
}

.right-menu.full #topmenu.open li:nth-child(3) a {
  transition-delay: 100ms;
}
.right-menu.full #topmenu.open div:nth-child(3) *,
.right-menu.full #topmenu.open div:nth-child(3) * {
  transition-delay: 300ms;
}

.right-menu.full #topmenu.open li:nth-child(4) a {
  transition-delay: 150ms;
}
.right-menu.full #topmenu.open div:nth-child(4) *,
.right-menu.full #topmenu.open div:nth-child(4) * {
  transition-delay: 350ms;
}

.right-menu.full #topmenu.open li:nth-child(5) a {
  transition-delay: 200ms;
}
.right-menu.full #topmenu.open div:nth-child(5) *,
.right-menu.full #topmenu.open div:nth-child(5) * {
  transition-delay: 400ms;
}

.right-menu.full #topmenu.open li:nth-child(6) a {
  transition-delay: 250ms;
}
.right-menu.full #topmenu.open div:nth-child(6) *,
.right-menu.full #topmenu.open div:nth-child(6) * {
  transition-delay: 450ms;
}

.right-menu.full #topmenu.open li:nth-child(7) a {
  transition-delay: 300ms;
}
.right-menu.full #topmenu.open div:nth-child(7) *,
.right-menu.full #topmenu.open div:nth-child(7) * {
  transition-delay: 500ms;
}

.right-menu.full #topmenu.open li:nth-child(8) a {
  transition-delay: 350ms;
}
.right-menu.full #topmenu.open div:nth-child(8) *,
.right-menu.full #topmenu.open div:nth-child(8) * {
  transition-delay: 550ms;
}

.right-menu.full #topmenu.open li:nth-child(9) a {
  transition-delay: 400ms;
}
.right-menu.full #topmenu.open div:nth-child(9) *,
.right-menu.full #topmenu.open div:nth-child(9) * {
  transition-delay: 600ms;
}

.right-menu.full #topmenu.open li:nth-child(10) a {
  transition-delay: 450ms;
}
.right-menu.full #topmenu.open div:nth-child(10) *,
.right-menu.full #topmenu.open div:nth-child(10) * {
  transition-delay: 650ms;
}

.right-menu.full #topmenu.open li:nth-child(11) a {
  transition-delay: 500ms;
}
.right-menu.full #topmenu.open div:nth-child(11) *,
.right-menu.full #topmenu.open div:nth-child(11) * {
  transition-delay: 700ms;
}

.right-menu.full #topmenu.open li:nth-child(12) a {
  transition-delay: 550ms;
}
.right-menu.full #topmenu.open div:nth-child(12) *,
.right-menu.full #topmenu.open div:nth-child(12) * {
  transition-delay: 750ms;
}

.right-menu.full #topmenu.open li:nth-child(13) a {
  transition-delay: 600ms;
}
.right-menu.full #topmenu.open div:nth-child(13) *,
.right-menu.full #topmenu.open div:nth-child(13) * {
  transition-delay: 800ms;
}

.right-menu.full #topmenu.open li:nth-child(14) a {
  transition-delay: 650ms;
}
.right-menu.full #topmenu.open div:nth-child(14) *,
.right-menu.full #topmenu.open div:nth-child(14) * {
  transition-delay: 850ms;
}

.right-menu.full #topmenu.open li:nth-child(15) a {
  transition-delay: 700ms;
}
.right-menu.full #topmenu.open div:nth-child(15) *,
.right-menu.full #topmenu.open div:nth-child(15) * {
  transition-delay: 900ms;
}

.right-menu.full #topmenu.open li:nth-child(16) a {
  transition-delay: 750ms;
}
.right-menu.full #topmenu.open div:nth-child(16) *,
.right-menu.full #topmenu.open div:nth-child(16) * {
  transition-delay: 950ms;
}

.right-menu.full #topmenu.open li:nth-child(17) a {
  transition-delay: 800ms;
}
.right-menu.full #topmenu.open div:nth-child(17) *,
.right-menu.full #topmenu.open div:nth-child(17) * {
  transition-delay: 1000ms;
}

.right-menu.full #topmenu.open li:nth-child(18) a {
  transition-delay: 850ms;
}
.right-menu.full #topmenu.open div:nth-child(18) *,
.right-menu.full #topmenu.open div:nth-child(18) * {
  transition-delay: 1050ms;
}

.right-menu.full #topmenu.open li:nth-child(19) a {
  transition-delay: 900ms;
}
.right-menu.full #topmenu.open div:nth-child(19) *,
.right-menu.full #topmenu.open div:nth-child(19) * {
  transition-delay: 1100ms;
}

.right-menu.full #topmenu.open li:nth-child(20) a {
  transition-delay: 950ms;
}
.right-menu.full #topmenu.open div:nth-child(20) *,
.right-menu.full #topmenu.open div:nth-child(20) * {
  transition-delay: 1150ms;
}

.right-menu.full #topmenu.open li:nth-child(21) a {
  transition-delay: 1000ms;
}
.right-menu.full #topmenu.open div:nth-child(21) *,
.right-menu.full #topmenu.open div:nth-child(21) * {
  transition-delay: 1200ms;
}

.right-menu.full #topmenu.open li:nth-child(22) a {
  transition-delay: 1050ms;
}
.right-menu.full #topmenu.open div:nth-child(22) *,
.right-menu.full #topmenu.open div:nth-child(22) * {
  transition-delay: 1250ms;
}

.right-menu.full #topmenu.open li:nth-child(23) a {
  transition-delay: 1100ms;
}
.right-menu.full #topmenu.open div:nth-child(23) *,
.right-menu.full #topmenu.open div:nth-child(23) * {
  transition-delay: 1300ms;
}

.right-menu.full #topmenu.open li:nth-child(24) a {
  transition-delay: 1150ms;
}
.right-menu.full #topmenu.open div:nth-child(24) *,
.right-menu.full #topmenu.open div:nth-child(24) * {
  transition-delay: 1350ms;
}

.right-menu.full #topmenu.open li:nth-child(25) a {
  transition-delay: 1200ms;
}
.right-menu.full #topmenu.open div:nth-child(25) *,
.right-menu.full #topmenu.open div:nth-child(25) * {
  transition-delay: 1400ms;
}

.right-menu.full #topmenu.open li:nth-child(26) a {
  transition-delay: 1250ms;
}
.right-menu.full #topmenu.open div:nth-child(26) *,
.right-menu.full #topmenu.open div:nth-child(26) * {
  transition-delay: 1450ms;
}

.right-menu.full #topmenu.open li:nth-child(27) a {
  transition-delay: 1300ms;
}
.right-menu.full #topmenu.open div:nth-child(27) *,
.right-menu.full #topmenu.open div:nth-child(27) * {
  transition-delay: 1500ms;
}

.right-menu.full #topmenu.open li:nth-child(28) a {
  transition-delay: 1350ms;
}
.right-menu.full #topmenu.open div:nth-child(28) *,
.right-menu.full #topmenu.open div:nth-child(28) * {
  transition-delay: 1550ms;
}

.right-menu.full #topmenu.open li:nth-child(29) a {
  transition-delay: 1400ms;
}
.right-menu.full #topmenu.open div:nth-child(29) *,
.right-menu.full #topmenu.open div:nth-child(29) * {
  transition-delay: 1600ms;
}

.right-menu.full #topmenu.open li:nth-child(30) a {
  transition-delay: 1450ms;
}
.right-menu.full #topmenu.open div:nth-child(30) *,
.right-menu.full #topmenu.open div:nth-child(30) * {
  transition-delay: 1650ms;
}

.right-menu.full #topmenu.open li:nth-child(31) a {
  transition-delay: 1500ms;
}
.right-menu.full #topmenu.open div:nth-child(31) *,
.right-menu.full #topmenu.open div:nth-child(31) * {
  transition-delay: 1700ms;
}

.right-menu.full #topmenu.open li:nth-child(32) a {
  transition-delay: 1550ms;
}
.right-menu.full #topmenu.open div:nth-child(32) *,
.right-menu.full #topmenu.open div:nth-child(32) * {
  transition-delay: 1750ms;
}

.right-menu.full #topmenu.open li:nth-child(33) a {
  transition-delay: 1600ms;
}
.right-menu.full #topmenu.open div:nth-child(33) *,
.right-menu.full #topmenu.open div:nth-child(33) * {
  transition-delay: 1800ms;
}

.right-menu.full #topmenu.open li:nth-child(34) a {
  transition-delay: 1650ms;
}
.right-menu.full #topmenu.open div:nth-child(34) *,
.right-menu.full #topmenu.open div:nth-child(34) * {
  transition-delay: 1850ms;
}

.right-menu.full #topmenu.open li:nth-child(35) a {
  transition-delay: 1700ms;
}
.right-menu.full #topmenu.open div:nth-child(35) *,
.right-menu.full #topmenu.open div:nth-child(35) * {
  transition-delay: 1900ms;
}

.right-menu.full #topmenu.open li:nth-child(36) a {
  transition-delay: 1750ms;
}
.right-menu.full #topmenu.open div:nth-child(36) *,
.right-menu.full #topmenu.open div:nth-child(36) * {
  transition-delay: 1950ms;
}

.right-menu.full #topmenu.open li:nth-child(37) a {
  transition-delay: 1800ms;
}
.right-menu.full #topmenu.open div:nth-child(37) *,
.right-menu.full #topmenu.open div:nth-child(37) * {
  transition-delay: 2000ms;
}

.right-menu.full #topmenu.open li:nth-child(38) a {
  transition-delay: 1850ms;
}
.right-menu.full #topmenu.open div:nth-child(38) *,
.right-menu.full #topmenu.open div:nth-child(38) * {
  transition-delay: 2050ms;
}

.right-menu.full #topmenu.open li:nth-child(39) a {
  transition-delay: 1900ms;
}
.right-menu.full #topmenu.open div:nth-child(39) *,
.right-menu.full #topmenu.open div:nth-child(39) * {
  transition-delay: 2100ms;
}

.right-menu.full #topmenu.open li:nth-child(40) a {
  transition-delay: 1950ms;
}
.right-menu.full #topmenu.open div:nth-child(40) *,
.right-menu.full #topmenu.open div:nth-child(40) * {
  transition-delay: 2150ms;
}

.right-menu.full #topmenu.open li:nth-child(41) a {
  transition-delay: 2000ms;
}
.right-menu.full #topmenu.open div:nth-child(41) *,
.right-menu.full #topmenu.open div:nth-child(41) * {
  transition-delay: 2200ms;
}

.right-menu.full #topmenu.open li:nth-child(42) a {
  transition-delay: 2050ms;
}
.right-menu.full #topmenu.open div:nth-child(42) *,
.right-menu.full #topmenu.open div:nth-child(42) * {
  transition-delay: 2250ms;
}

.right-menu.full #topmenu.open li:nth-child(43) a {
  transition-delay: 2100ms;
}
.right-menu.full #topmenu.open div:nth-child(43) *,
.right-menu.full #topmenu.open div:nth-child(43) * {
  transition-delay: 2300ms;
}

.right-menu.full #topmenu.open li:nth-child(44) a {
  transition-delay: 2150ms;
}
.right-menu.full #topmenu.open div:nth-child(44) *,
.right-menu.full #topmenu.open div:nth-child(44) * {
  transition-delay: 2350ms;
}

.right-menu.full #topmenu.open li:nth-child(45) a {
  transition-delay: 2200ms;
}
.right-menu.full #topmenu.open div:nth-child(45) *,
.right-menu.full #topmenu.open div:nth-child(45) * {
  transition-delay: 2400ms;
}

.right-menu.full #topmenu.open li:nth-child(46) a {
  transition-delay: 2250ms;
}
.right-menu.full #topmenu.open div:nth-child(46) *,
.right-menu.full #topmenu.open div:nth-child(46) * {
  transition-delay: 2450ms;
}

.right-menu.full #topmenu.open li:nth-child(47) a {
  transition-delay: 2300ms;
}
.right-menu.full #topmenu.open div:nth-child(47) *,
.right-menu.full #topmenu.open div:nth-child(47) * {
  transition-delay: 2500ms;
}

.right-menu.full #topmenu.open li:nth-child(48) a {
  transition-delay: 2350ms;
}
.right-menu.full #topmenu.open div:nth-child(48) *,
.right-menu.full #topmenu.open div:nth-child(48) * {
  transition-delay: 2550ms;
}

.right-menu.full #topmenu.open li:nth-child(49) a {
  transition-delay: 2400ms;
}
.right-menu.full #topmenu.open div:nth-child(49) *,
.right-menu.full #topmenu.open div:nth-child(49) * {
  transition-delay: 2600ms;
}

.right-menu.full #topmenu.open li:nth-child(50) a {
  transition-delay: 2450ms;
}
.right-menu.full #topmenu.open div:nth-child(50) *,
.right-menu.full #topmenu.open div:nth-child(50) * {
  transition-delay: 2650ms;
}

.right-menu.full #topmenu.open li:nth-child(51) a {
  transition-delay: 2500ms;
}
.right-menu.full #topmenu.open div:nth-child(51) *,
.right-menu.full #topmenu.open div:nth-child(51) * {
  transition-delay: 2700ms;
}

div.lg-backdrop {
  z-index: 2040;
}

div.lg-outer {
  z-index: 2050;
}

/* BLOG METRO READ MORE BUTTON */
.metro-load-more {
  float: left;
  width: 100%;
  background: #faf7f7;
  text-align: center;
  padding: 40px 0;
}
.metro-load-more .metro-load-more__button {
  display: inline-block;
  padding: 10px;
  margin: auto;
  color: #999999;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

/* BLOG PAGE STYLE 2 CATEGORY VIEW FIX */
.post.metro-style.format-post-link .info-wrap .category {
  display: flex;
  flex-wrap: wrap;
}
.post.metro-style.format-post-link .link-wrap a {
  word-wrap: break-word;
}
.post.metro-style.format-standard .post-media + .info-wrap .category {
  display: flex;
  flex-wrap: wrap;
}

.simple_gallery .info-item-wrap .item {
  margin-bottom: 20px;
}

dt {
  color: #222;
}

twitterwidget {
  margin: auto;
  margin-bottom: 20px !important;
}

.protected-page form {
  font-weight: bold;
  max-width: 770px;
  margin: auto;
}
.protected-page form input:not([type="submit"]) {
  margin-top: 10px;
  border: 2px solid #eeeeee;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: .2px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.protected-page form input:not([type="submit"]):focus {
  border: 2px solid #f54ea2;
}
.protected-page form input[type="submit"] {
  border: 0;
  background-color: #f54ea2;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .5px;
  line-height: 1;
  text-transform: lowercase;
  padding: 17px 24px;
}

.post-nav > span:first-of-type {
  margin-right: 30px;
  font-weight: bold;
}

.unit address {
  color: #999999;
}
.unit a {
  color: #999999;
  font-weight: 800;
}
.unit a:hover {
  color: #f54ea2;
}
.unit strong, .unit b {
  color: #222222;
}
.unit .comment {
  margin-top: 40px;
}
.unit table tbody th a {
  color: #999;
  font-weight: 800;
  letter-spacing: .2px;
}
.unit table tbody th a:hover {
  color: #f54ea2;
}
.unit table tbody td {
  color: #999999;
}

.post-details .twitterwidget {
  margin-bottom: 40px !important;
}
.post-details ul li:first-of-type, .post-details ol li:first-of-type {
  margin-top: 20px;
}

.static .no-menu {
  margin-top: 100px;
  padding: 0 15px;
}

.no-menu > a {
  color: #f54ea2;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .protected-page form {
    text-align: center;
  }
  .protected-page form input:not([type="submit"]) {
    margin-bottom: 20px;
    width: 100%;
  }
}
.wp-audio-shortcode {
  max-width: 770px !important;
  margin-right: auto;
  margin-left: auto;
}

.unit .sub-menu {
  background-color: transparent;
}

#footer .sidebar-item[class*='widget_'] ul ul {
  margin-left: 10px;
  margin-top: 11px;
}

.awa-shop-banner .awa-shop-menu ul li {
  text-transform: lowercase;
}
.awa-shop-banner .awa-shop-menu ul li:last-child {
  color: #f54ea2;
}

.woocommerce .woocommerce-error li {
  color: #fff !important;
}

.woocommerce form.login .form-row input[type="submit"]:focus,
.woocommerce form.login .form-row input[type="submit"]:visited,
.woocommerce form.login .form-row input[type="submit"]:active,
.woocommerce form.login .form-row input[type="submit"] {
  border: 2px solid #eeeeee;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 800;
  color: #f54ea2;
  line-height: 1.6;
  letter-spacing: .2px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  margin-right: 20px;
}
.woocommerce form.login .form-row input[type="submit"]:focus:hover,
.woocommerce form.login .form-row input[type="submit"]:visited:hover,
.woocommerce form.login .form-row input[type="submit"]:active:hover,
.woocommerce form.login .form-row input[type="submit"]:hover {
  color: #ffffff;
  background-color: #f54ea2;
  border-color: #f54ea2;
  opacity: 1;
}

p.cart-empty {
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
  .cart-empty + .return-to-shop {
    margin-bottom: 100px;
  }

  .unit #footer .sidebar-item {
    text-align: left;
  }
}
.gallery .gallery-item .gallery-caption,
.single-pagination > div a.content {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.single-pagination > div span {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  display: block;
  max-width: 100%;
}

body.search {
  background-color: #faf7f7;
}

.unit a, .unit.main-wrapper .col-md-4 .sidebar-item a, .unit.main-wrapper .col-md-4 .sidebar-item li, .unit.main-wrapper .col-md-4 .sidebar-item p, .unit.main-wrapper .col-md-3 .sidebar-item a, .unit.main-wrapper .col-md-3 .sidebar-item li, .unit.main-wrapper .col-md-3 .sidebar-item p,
.unit .widget_product_search input[type="search"],
.unit .widget_search input[type="text"],
.unit address,
.unit table tbody td,
.unit blockquote cite,
.unit .single-post p,
.unit .single-post dl dd,
.unit .post.metro-style .info-wrap .date a,
.unit .comments dl dd,
.unit .post-little-banner + .post-paper.padding-both ul li,
.unit .post.metro-style .info-wrap .text p,
.unit .post-little-banner + .post-paper.padding-both ol li,
.unit .single-content p,
.unit .single-content dl dd,
.unit .post-details ul li,
.unit .post-details ol li,
.unit table tbody th a,
.unit .post-info .single-tags a,
.unit .bottom-infopwrap .single-tags a,
.unit .user-info-wrap .single-tags a,
.unit .main-top-content .single-tags a,
.unit .post-details .link-wrap .single-tags a,
.unit table th {
  color: #5d5d5d;
}
.unit .col-md-4 .sidebar-item.widget_rss a.rsswidget,
.unit .col-md-3 .sidebar-item.widget_rss a.rsswidget {
  color: #222;
}
.unit.main-wrapper .col-md-4 .sidebar-item a:hover, .unit.main-wrapper .col-md-3 .sidebar-item a:hover {
  color: #f54ea2;
}
.unit .post-info .single-tags a:hover,
.unit .bottom-infopwrap .single-tags a:hover,
.unit .user-info-wrap .single-tags a:hover,
.unit .main-top-content .single-tags a:hover,
.unit .post-details .link-wrap .single-tags a:hover,
.unit .post-details .post-media .single-tags a:hover {
  color: #fff;
}
.unit .post-info .single-tags a,
.unit .bottom-infopwrap .single-tags a,
.unit .user-info-wrap .single-tags a,
.unit .main-top-content .single-tags a,
.unit .post-details .link-wrap .single-tags a,
.unit .post-details .post-media .single-tags a,
.unit .post-details .post-media .single-tags a,
.unit .col-md-4 .sidebar-item,
.unit .col-md-3 .sidebar-item {
  border: 1px solid #ddd;
}
.unit .col-md-4 .sidebar-item h5,
.unit .col-md-3 .sidebar-item h5 {
  border-bottom: 1px solid #ddd;
}
.unit .post-info .single-tags a {
  margin-left: 5px;
}

.portfolio-single-content.full_images {
  padding: 0;
}
.portfolio-single-content.full_images img {
  height: auto;
  width: 100%;
}

.bg_grey {
  background-color: #faf7f7;
}

.bg_pink {
  background-color: #f54ea2;
}

.bg_img_pink {
  background: #f54ea2 url("../img/image.png");
}

.bg_img_pink2 {
  background: #f54ea2 url("../img/background1.png");
}

.bg_img {
  background-image: url("../img/dots-1.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.bg_img_2 {
  background-image: url("../img/bg_team.png");
  -webkit-background-size: cover;
  background-size: cover;
}

.bg_img_3 {
  background-image: url("../img/2ac10933547009.56af76ff9a289.jpg");
  -webkit-background-size: cover;
  background-size: cover;
}

.bg_img_4 {
  background-image: url("../img/e6c45633547009.56af76ff93989.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
}

.bg_img_full {
  background-image: url("../img/dots-1.png");
  background-position: 0 0;
}

.bg_img_dots {
  background-image: url("../img/bg1-1.png");
  background-position: 0 0;
}

.body_bg {
  background-color: #00113c;
}

.body_bg_2 {
  background-color: #8ad7d3;
}

.footer_bg {
  background-color: #030d27 !important;
}

.light_pink_bg {
  background-color: #faf6f7;
}

.margin-215 {
  margin-top: -150px;
  z-index: 2;
}

.margin-65 {
  margin-top: -65px;
  z-index: 2;
}

.margin-50 {
  margin-top: -50px;
  z-index: 2;
}

.padd-30 {
  padding: 0 30px;
}

@media only screen and (max-width: 1460px) and (min-width: 992px) {
  .padd-15 {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1299px) and (min-width: 992px) {
  .margin-60 {
    margin-bottom: 60px;
  }
}
.cs-center {
  display: flex;
  align-items: center;
  height: 100vh;
}

.insta-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 1650px) {
  .custom_container {
    padding-left: 7%;
    padding-right: 7%;
  }
}
@media only screen and (max-width: 997px) {
  .hiddn-sm {
    display: none;
  }
}
.entry-content {
  display: none;
}

.entry-content.active {
  display: block;
}

.cart-table {
  border: none;
  margin: 0;
}
.cart-table td {
  border: none;
  padding: 0;
}

.woocommerce #form-3,
.woocommerce #form-4 {
  display: none;
}

.show-form.active .checkbox::before {
  background-color: #f54ea2 !important;
}

.mfp-arrow-left {
  -webkit-transform-origin: 0;
  transform-origin: 0;
}

@media only screen and (min-width: 992px) {
  body.left-menu,
  #footer.left-menu {
    padding-left: 58px;
  }
}
@media only screen and (min-width: 1300px) {
  .landing-text {
    display: flex;
    align-items: center;
  }
  .landing-text .text-wrapp {
    max-width: 600px;
    margin: auto;
    margin-right: 0;
  }

  .landing-img-wrapp .image-wrapper {
    max-width: none;
    margin-right: -400px;
  }
}
.landing-text .text-wrapp .title {
  margin-bottom: 55px;
  color: #222;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: .2px;
  font-size: 50px;
  text-align: center;
}
.landing-text .text-wrapp .description {
  text-align: left;
  color: #999;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .2px;
  text-align: left;
  margin-bottom: 0;
  margin-bottom: 35px;
}
.landing-text .text-wrapp .services {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
  margin-left: 0;
}
.landing-text .text-wrapp .services .left,
.landing-text .text-wrapp .services .right {
  padding: 15px;
  text-align: left;
}
.landing-text .text-wrapp .services .left .title,
.landing-text .text-wrapp .services .right .title {
  font-size: 24px;
  font-weight: 800;
  margin-top: 18px;
  text-align: left;
  letter-spacing: .2px;
  transition: all 350ms ease;
  margin-bottom: 10px;
}
.landing-text .text-wrapp .services .left .text,
.landing-text .text-wrapp .services .right .text {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .4px;
  color: #222;
  opacity: .6;
  margin-top: 20px;
  transition: all 350ms ease;
}

@media only screen and (max-width: 991px) {
  .landing-text .text-wrapp .services .left .title,
  .landing-text .text-wrapp .services .left .text,
  .landing-text .text-wrapp .services .right .title,
  .landing-text .text-wrapp .services .right .text {
    text-align: center;
  }
}
@media only screen and (min-width: 991px) {
  .padding-sml {
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .landing-text .text-wrapp .title {
    font-size: 40px;
    margin-bottom: 35px;
  }
  .landing-text .text-wrapp .description {
    margin-bottom: 15px;
    text-align: center;
  }
  .landing-text .text-wrapp .services {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: auto;
  }

  .margin-100mb {
    margin-top: -100px !important;
  }
}
@media only screen and (max-width: 600px) {
  .landing-text .text-wrapp .title {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .margin-t60 {
    margin-top: 50px !important;
  }
}
.color-dark {
  color: #222;
}

.color-pink {
  color: #f54ea2;
}

.display-none {
  display: none;
}
.pricing-item:hover {
    background-color: #5280ff;
}

.pricing-item .title {
      color: #ffffff;
}
.pricing-item .subtitle {
      color: #ffffff;
      opacity: .65;
}
.pricing-item .price {
      color: #90caf9;
}

.pricing-item .pricing-list ul li, .pricing-item .pricing-list p {
  color: #ffffff;
 }
.pricing-item .pricing-list p::before {
  color: #90caf9;
}
.pricing-item .pricing-list a {
  color: #ffffff;
    opacity: .65;
}




.pricing-item {
  padding: 60px 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  -ms-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
  background-color: #faf7f7;

}

/*Mask block*/
.pricing-item .mask-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 200px;
  min-width: 200px;
  height: 320px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}

/*Pricing info*/

.pricing-info .price {
    display: block;
    margin: 0;
    margin-bottom: 15px;
    font-size: 50px;
    font-family: "Muli", sans-serif;
    letter-spacing: .2px;
    font-weight: 800;
    color: #5280ff;
    text-align: center;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
  }

.pricing-info .title {
    text-align: center;
    display: block;
    margin: 0;
    font-size: 20px;
    line-height: 40px;
    font-family: "Muli", sans-serif;
    letter-spacing: .2px;
    font-weight: 800;
    color: #222222;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
  }
  .pricing-info .subtitle {
    width: 100%;
    margin: 0;
    margin-bottom: 35px;
    padding: 0 20px 30px;
    border-bottom: 2px dashed #dfdede;
    color: #999999;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .2px;
    text-align: center;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
  }
  .pricing-info .pricing-btn {
    position: relative;
    margin-top: 20px;
    z-index: 10;
    text-align: center;
  }
  .pricing-info .a-btn-2 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .pricing-info .pricing-list {
    width: 100%;
  }
  .pricing-info .pricing-list p {
    font-size: 15px;
      font-weight: bold;
      line-height: 2.67;
      letter-spacing: .2px;
      font-family: "Muli", sans-serif;
      color: #999;
      text-transform: none;
      -ms-word-wrap: break-word;
      word-wrap: break-word;
      word-break: break-word;
  }
  .pricing-info .pricing-list p:empty {
    display: none;
  }
  .pricing-info .pricing-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
  }
   .pricing-info .pricing-list ul li {
      display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 15px;
        font-weight: bold;
        line-height: 2.67;
        letter-spacing: .2px;
        font-family: "Muli", sans-serif;
        color: #999;
        text-transform: none;
        -webkit-transition: color .3s ease;
        -moz-transition: color .3s ease;
        -ms-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease;
   }
   .pricing-info .pricing-list ul li::before {
        margin-right: 18px;
          color: #5280ff;
          font-family: "FontAwesome", sans-serif;
          font-size: 13px;
          content: "\f00c";
          -webkit-transition: color .3s ease;
          -moz-transition: color .3s ease;
          -ms-transition: color .3s ease;
          -o-transition: color .3s ease;
          transition: color .3s ease;
   }

   .pricing-info .pricing-list img {
      display: block;
    }
    .pricing-info .pricing-list a {
      color: #5280ff;
      font-weight: bold;
      text-decoration: none;
     }
      .pricing-info .pricing-list a:hover {
        color: #ffffff;
        opacity: .65;
      }



@media (max-width: 1199px) {
  .pricing-item {
    padding: 60px 30px;
  }
}

@media (max-width: 991px) {
  .pricing-item {
    padding: 30px 25px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pricing-item .mask-image {
    margin: auto;
    margin-bottom: 40px;
    height: 220px;
  }
  .pricing-item .pricing-info {
    width: 100%;
  }
  .pricing-info .a-btn-2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media (max-width: 767px) {
  .pricing-info .price{
    font-size: 40px;
  }
  .pricing-info .pricing-list ul li{
    line-height: 2.4;
  }
  .pricing-info .pricing-btn .a-btn{
    margin-bottom: 10px;
  }
  .pricing-info .pricing-list ul{
    margin-bottom: 10px;
  }
  .pricing-item {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

.pricing-btn a::before, .a-btn::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 8px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #90caf9;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
.pricing-btn a, .tg-a-btn-2 a, .tg-a-btn-3 a, .a-btn, .a-btn-2, .a-btn-3 {
    font-size: 14px;
    display: inline-block;
    letter-spacing: .5px;
    font-family: "Muli", sans-serif;
    font-weight: bold;
    box-sizing: border-box;
    line-height: 1;
    padding: 20px 38px;
    text-transform: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}
.pricing-btn a, .a-btn {
    border: none;
    background-color: #5280ff;
    color: #ffffff;
    position: relative;
}
.pricing-item:hover .pricing-list ul li::before, .pricing-item:hover .pricing-list p::before {
    color: #90caf9;
}
.pricing-item:hover .price {
    color: #90caf9;
}
.pricing-item:hover .pricing-list ul li, .pricing-item:hover .pricing-list p {
    color: #ffffff;
}
.pricing-item:hover .subtitle {
    color: #ffffff;
    opacity: .65;
}
.pricing-item:hover .title {
    color: #ffffff;
}

/*.tg-a-btn a, .a-btn {
    border: none;
    background-color: #5280ff;
    color: #ffffff;
    position: relative;
}
.tg-a-btn a::before, .a-btn::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 8px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #90caf9;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}*/

.pricing-item:hover .pricing-btn a {
  background-color: #fff;
  color: #5280ff;

}