body {
  font-family: Arial, Helvetica, sans-serif;
}
/*SLIDER Section*/

#slider {
  border-bottom: 1px solid #f3f3f3;
  border-top: 1px solid #f3f3f3;
  position: relative;
}
.carousel {
  max-width: 1260px;
  margin: 0 auto;
}

section {
  padding-top: 70px;
  padding-bottom: 60px;
}
#home-service {
  background: url(images/service-bg.jpg);
  padding-top: 45px;
  padding-bottom: 25px;
  background-size: cover;
  text-align: center;
}

/*FOOTER Section
*/
#footer {
  background: #f5f5f5;
  margin-top: 50px;
}
#footer .top {
  padding-top: 35px;
  padding-bottom: 35px;
}
#footer .item {
  margin-top: 15px;
  margin-bottom: 15px;
}
#footer h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #484848;
  margin-bottom: 15px;
}
#footer ul {
  margin: 0;
  padding: 0;
}
#footer li {
  padding: 1px 0;
  text-decoration: none;
  list-style-type: none;
}
#footer li:before {
  content: "•";
  color: #878787;
  margin-right: 7px;
}
#footer li a {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #878787;
  text-decoration: none;
}
#footer .f-logo {
  float: left;
  margin-top: 10px;
  margin-right: 50px;
}
#footer .content {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #484848;
  overflow: hidden;
}
#footer .content address {
  line-height: 1.4;
  padding-bottom: 10px;
}
#footer .content address span {
  font-size: 18px;
}
#footer .address img {
  width: 100%;
  height: auto;
}
#footer .content a {
  display: block;
  margin: 1px auto;
  color: #3f3f3f;
  text-decoration: none;
}
#footer .content .social-media a {
  display: inline;
}
#footer .content a span {
  font-weight: 700;
  color: #3e214d;
}
#footer .bottom,
#footer .bottom a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #3e214d;
}
#footer .bottom {
  border-top: 1px solid #d3d3d3;
  text-align: center;
}
#footer .bottom .item {
  position: relative;
  padding: 15px 0;
}
@media (max-width: 768px) {
  #footer .f-logo img {
    max-width: 80px;
  }
  #footer .f-logo {
    margin-right: 20px;
  }
  #footer {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  #footer .top {
    text-align: center;
  }
  #footer .f-logo {
    float: none;
  }
  #footer .f-logo img {
    max-width: 125px;
    margin-bottom: 8px;
  }
  #footer .f-logo {
    margin-right: 0px;
  }
}

.wrapper {
  width: 1260px;
  max-width: 100%;
  margin: 0 auto !important;
}
#home-service .title {
  font-size: 36px;
  color: #fff;
  line-height: 40px;
  text-align: center;
}
#home-service .service-container {
  padding-top: 50px;
}

#home-service .item {
  margin-top: 15px;
  margin-bottom: 15px;
}
#home-service a {
  display: block;
}
a {
  color: #3f3f3f;
  text-decoration: none;
}
#home-service .icon {
  height: 52px;
  position: relative;
  margin-bottom: 25px;
}
#home-service h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  max-width: 70%;
  line-height: 1.5;
  margin: 0 auto;
}
#home-service .more {
  width: 34px;
  height: 34px;
  border-radius: 3px;
  background: #3e214d url(images/s_more.png) no-repeat center center;
  display: block;
  margin: 20px auto 0 auto;
}
.carousel-inner .carousel-item img {
  float: right;
}
.sliding-text-mobile1 {
  position: absolute;
  top: 40%;
  font-size: 3vw;
  left: 10%;
  display: block;
}
.sliding-text-mobile2 {
  position: absolute;
  top: 40%;
  font-size: 3vw;
  left: 10%;
  display: none;
}
.sliding-text-mobile3 {
  position: absolute;
  top: 40%;
  font-size: 3vw;
  left: 10%;
  display: none;
  color: white;
}
.sliding-text-landing {
  display: none;
}
.mr-auto,
.mx-auto {
  margin-left: auto !important;
}
.nav-wrapper {
  background-color: white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.navbar {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: white;
}
.navbar-brand img {
  width: 100px;
}
.nav-item {
  padding-right: 3vw;
}
.nav-item a {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #532f64 !important;
}
.nav-item .nav-link.social-media {
  display: inline-block;
  color: #532f64;
}
.nav-item .nav-link.social-media:hover {
  color: white !important;
}
.nav-item a:hover {
  background-color: #532f64 !important;
  color: white !important;
}
@media screen and (max-width: 991px) {
  .navbar-nav .nav-link {
    padding-left: 1vw !important;
  }
}
.carousel-inner img {
  width: 100%;
  height: 100%;
}
.carousel-indicators li {
  background-color: black !important;
}
.carousel-indicators li.active {
  background-color: #636363 !important;
}
/*PRODUCT Carousel*/

.product {
  margin-top: 15px;
  margin-bottom: 15px;
}
.product a {
  color: #3f3f3f;
  text-decoration: none;
}
.product .product-content {
  background: #fff;
  border: 1px solid #e6e6e6;
  -webkit-transition: all 300ms ease-out 0s;
  -moz-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
  padding: 20px 20px 35px 20px;
  border-radius: 5px;
  text-align: center;
  position: relative;
}
.product .product-content:hover {
  border: 1px solid #3e214d;
}
.product .product-content:before {
  content: "";
  width: 50px;
  height: 2px;
  background: #83718c;
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -25px;
}
.product .product-content figure {
  height: 180px;
  position: relative;
}
.product .product-content figure img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: auto;
  max-height: 100%;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 400ms;
  transition-delay: 0ms;
}
.product .product-header {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 10px;
}
.product .product-header .sku {
  font-size: 24px;
  color: #959595;
}
.product .product-header h2,
.product .product-header h3 {
  font-size: 18px;
  color: #595959;
  min-height: 45px;
  font-weight: 700;
}
.product .product-header:after {
  content: "";
  width: 52px;
  height: 2px;
  background: #8b7a94;
  display: block;
  margin: 13px auto 10px auto;
}
.product .product-desc p {
  font-size: 12px;
  font-weight: bold;
  color: #959595;
  line-height: 1.4;
}
#home-products .readmore,
.products .readmore {
  margin-top: 25px;
}
.readmore {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 20px 10px 25px;
  border: 1px solid #3e214d;
  background: #3e214d;
  line-height: 1.6;
}
.readmore:after {
  content: "";
  width: 14px;
  height: 11px;
  background: url(//purles.eu/wp-content/themes/purles-theme/assets/images/icons/more.png);
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
/*TNS carousel*/

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

.tns-nav > [aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #ddd;
  border: 0;
}
.tns-nav > .tns-nav-active {
  background: #999;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

@media screen and (min-width: 1200px) {
  .carousel-item {
    width: 1200px;
    height: 628px;
  }
  .sliding-text-mobile1 {
    display: none;
  }
  .sliding-text-landing1 {
    position: absolute;
    top: 40%;
    font-size: 3rem;
    left: 12%;
    display: block;
  }
  .sliding-text-landing2 {
    position: absolute;
    top: 40%;
    font-size: 3rem;
    left: 2%;
    display: none;
  }
  .sliding-text-landing3 {
    position: absolute;
    top: 40%;
    font-size: 3rem;
    left: 12%;
    display: none;
    color: white;
  }
}

/*--------------------*/
/*CONTACT PAGE*/

.contact-page {
  padding-top: 100px;
}
/* .contact-page .contacts a {
  color: white;
} */

.contact-page .panel {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 18px;
  /* color: #fff;
  background: url(//purles.eu/wp-content/themes/purles-theme/assets/images/contact-bg.jpg); */
  background-size: cover;
  padding: 40px 35px;
  line-height: 1.6;
  text-align: center;
}
.contact-page .panel .address span {
  font-size: 24px;
  font-weight: 700;
  display: block;
  margin-bottom: 25px;
}
#breadcrumbs {
  width: 100%;
  font-size: 12px;
  color: #8c8c8c;
  /* background: #fcfcfc
    url(//purles.eu/wp-content/themes/purles-theme/assets/images/breadcrumb-bg.jpg)
    no-repeat center left; */
  padding-top: 17px;
  padding-bottom: 17px;
  margin-top: 120px;
}

/*--------------------*/
/*CEREMONIES*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
#main {
  padding-top: 100px;
  padding-bottom: 35px;
}
#main .page-content {
  padding-top: 30px;
}
#main .wrapper {
  display: block;
}
#main.page .p_content {
  float: right;
}
#main.page .p_content article > p {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #3f3f3f;
  line-height: 1.8;
}
#main.archive-product .page-content .title {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 50px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  color: #532f64;
}
#main .page-content article p {
  margin: 20px 0;
}
#main.page aside section {
  padding-bottom: 30px;
  padding-top: 0;
}
#main.page aside .heading {
  background-repeat: no-repeat;
  background-position: center left;
  border-bottom: 2px solid #654474;
  min-height: 65px;
  margin-bottom: 15px;
  position: relative;
}
#main.page aside .heading .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 80px;
  color: #755983;
  font-weight: 300;
}
#main.page aside .title {
  font-size: 24px;
  line-height: 28px;
}
#main.page aside ul.product-categories {
  font-family: "Roboto Condensed", sans-serif;
}
#main.page aside ul.product-categories > li > a {
  font-size: 14px;
  color: #595959;
  display: block;
  padding: 3px 0 0 15px;
  outline: none;
  text-decoration: none;
  line-height: 1.8;
}
#main.page aside ul.product-categories > li > a:before {
  content: "";
  width: 12px;
  height: 9px;
  background: url(//purles.eu/wp-content/themes/purles-theme/assets/images/icons/aside.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
#main.page ul.product-categories .open > ul {
  display: block;
}
#main.page aside ul.product-categories ul li a:hover {
  text-decoration: none;
  font-weight: 700;
}

/*--------------------*/
/*SUSHI Ceremony*/

ul,
ol {
  list-style: none;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
#main ul {
  margin-left: 0;
  padding-left: 0;
}
#main.products article {
  text-align: center;
}
#main.products article header {
  padding-top: 60px;
  padding-bottom: 25px;
}
#main.products article .title {
  font-size: 36px;
  line-height: 40px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  color: #532f64;
}
#main.products article .image {
  padding-bottom: 25px;
}
#main.products article .image img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
#main.products article .description-short {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  color: #3f3f3f;
  line-height: 1.6;
  padding-top: 15px;
  padding-bottom: 30px;
}
#main.page ul.product-categories ul {
  padding-bottom: 10px;
  display: none;
}
#main.page aside ul.product-categories > li.open > a {
  font-weight: 700;
  border-bottom: 1px solid transparent;
  color: #674676;
}
#main.page aside ul.product-categories ul li {
  padding: 1px 40px 0 55px;
}
#main.page aside ul.product-categories ul li a {
  font-size: 13px;
  color: #595959;
  position: relative;
  line-height: 1.6;
  padding: 4px 0 3px 12px;
  display: block;
}
#main.page aside ul.product-categories ul li a:before {
  content: "•";
  position: absolute;
  top: 5px;
  left: 0;
}
@media (max-width: 768px) {
  #main.page .p_content {
    float: none;
    clear: both;
  }
  #main.products article header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #main.page aside {
    padding-top: 30px;
  }
}

/*---------------*/
/*CEREMONIES Children*/

#main.single-product header {
  clear: both;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 25px;
}
#main.single-product .symbol {
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  font-size: 80px;
  float: left;
  line-height: 1;
  letter-spacing: -15px;
}
@media screen and (min-width: 768px) {
  #main.single-product .symbol:after {
    content: "";
    width: 1px;
    height: 70px;
    background: #c9c9c9;
    display: inline-block;
    margin-left: 30px;
    margin-right: 20px;
    position: relative;
    top: 3px;
  }
}

#main.single-product .name {
  font-family: "Roboto Condensed", sans-serif;
  overflow: hidden;
}
#main.single-product .name h1 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
}
#main.single-product .name h2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
}
#main.single-product h3 {
  font-family: "Arial", sans-serif;
  font-size: 12px;
  color: #3f3f3f;
  padding: 0;
  margin: 0;
  line-height: 1.8;
}
#main.single-product .p_content > p {
  font-family: "Arial", sans-serif;
  font-size: 12px;
  color: #3f3f3f;
  padding: 0;
  margin: 0;
  line-height: 1.8;
}
#main.single-product article {
  padding-top: 30px;
}
#main.page aside ul.product-categories ul li.current a {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #main.single-product {
    padding-bottom: 15px;
  }
  #main.single-product .p_thumbnail {
    text-align: center;
  }
  #main.single-product .symbol {
    float: none;
    text-align: center;
  }
  #main.single-product .name h1 {
    font-size: 28px;
    text-align: center;
  }
  #main.single-product .name h2 {
    font-size: 18px;
    text-align: center;
  }
}

/*------------------*/
/*PRODUCTS*/

#main.single-product .price {
  font-family: "Roboto Condensed", sans-serif;
  padding-top: 15px;
  line-height: 1.2;
}
#main.single-product .price .content {
  font-weight: 300;
}
.btn.btn-product {
  margin: 25px 0;
}
.button {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 20px 10px 25px;
  border: 1px solid #3e214d;
  background: #3e214d;
  line-height: 1.6;
}
.button:after {
  content: "";
  width: 14px;
  height: 11px;
  background: url(//purles.eu/wp-content/themes/purles-theme/assets/images/icons/more.png);
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none !important;
}
.readmore:hover,
.button:hover {
  color: #fff;
}
#main.single-product {
  padding-bottom: 90px;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

/*FOR PROFESSIONALS*/

.forpro .page-header {
  padding-top: 60px;
  padding-bottom: 60px;
}
.forpro .page-header h1 a {
  color: white;
}
.forpro .page-header h1 {
  padding-top: 20px;
  font-size: 24px;
}

/*ABOUT*/

#main.about .page-content article h4 {
  font-size: 18px;
  line-height: 22px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #532f64;
  margin: 15px 0;
}
#main.about .page-content article p {
  font-size: 12px;
  line-height: 1.8;
  font-family: Arial, Helvetica, sans-serif;
  color: #3f3f3f;
}
#main.about .page-content .content p {
  color: #532f64;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
}

.about-section video {
  width: 100%;
  height: auto;
}
