/*
	Theme Name: Sunlit Studios Photography
	Author URI: https://cloughit.com.au/
	Description: Sunlit Studios Photography - Website by Clough I.T. Solutions
	Version: 2021.02.20
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
0.0 Import
1.0 General
2.0 Typography
3.0 Forms
4.0 Elements
5.0 Helper Classes
6.0 Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
0.0 Import
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 General
--------------------------------------------------------------*/
body {
  padding: 0;
  font-size: 16px;
  background: #fff;
  overflow-x: hidden;
  position: relative;
}
.specialCommerco.woocommerce .star-rating span::before {
    color: #f09d4d;
}
a {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
@font-face {
  font-family: PlayfairDisplay-Italic;
  src: url("fonts/PlayfairDisplay-Italic.ttf");
}

@font-face {
  font-family: Lettuce;
  src: url("fonts/Lettuce.ttf");
}

@font-face {
  font-family: Proxima;
  src: url("fonts/ProximaNova-Regular.ttf");
}

@font-face {
  font-family: Proxima-Light;
  src: url("fonts/ProximaNova-Light.ttf");
}

@font-face {
  font-family: Parisienne-Regular;
  src: url("fonts/Parisienne-Regular.ttf");
}

/*--------------------------------------------------------------
3.0 Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.0 Elements
--------------------------------------------------------------*/
/*Fonts*/
#wpadminbar {
  display: none;
}

html {
  margin-top: 0px !important;
}

h1, h2, h3, .sub-menu, p, img, h4, button, .actions input, .over_hover, :before, :after, .modal_sub, .over_it, .menu_items, .over, .over_, .over hr, .right_opacity, .over_image, .instagram-over, .over i, .right_about, .small_button, .blog_item a span, .ct-wrap input, .ct-wrap textarea {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile {
  display: none;
  padding: 17px 0px;
}

.menu_items {
  height: 100%;
  width: 100%;
  left: -100%;
  top: 0px;
  z-index: 99999;
  width: 100%;
  top: 0px;
  background-color: rgba(1, 146, 255, 0.68);
  text-align: center;
  position: absolute;
}

.menu_items ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  text-align: center;
  /*margin-top: 25vh;*/
  margin-bottom: 0px;
}

.menu_items ul .sub-menu {
  margin-top: 5px;
}

.menu_items ul .sub-menu li {
  border-bottom: none;
}

.menu_items ul .sub-menu li a {
  text-transform:none;
}

.menu_items ul li {
  display: block;
  letter-spacing: 0.3em;
  margin-bottom: 0px;
  padding: 10px 30px;
  border-bottom: solid 3px #ccc;
}

.menu_items ul li a {
  font-family: Lato;
  font-weight: 300;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  display: block;
}

.menu_items ul li a:before {
  height: 8px;
  width: 100%;
  background-color: #e1e1e1;
  position: absolute;
  top: 0px;
  content: "";
  left: 0px;
  opacity: 0;
}

.menu_items ul li a:hover:before {
  opacity: 1;
}

/*
    Header
*/
header {
  padding: 0px 80px;
  background-color: rgba(222, 194, 211, 0.5);
  position: fixed;
  top: 0px;
  z-index: 10;
  left: 0px;
  right: 0px;
  margin:0px auto;
  z-index: 1000000;
  max-width: 1920px;
  width: 100%;
}

header a {
  line-height: 60px;
}

header .pull-right ul {
  list-style: none;
  padding-left: 0px;
}

header .pull-right ul li {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 20px;
  padding: 0px 27px;
}

header .pull-right ul li a {
  color: #fff;
  font-family: Lato;
  display: block;
}

header ul {
  margin-bottom: 0px;
}

header .pull-left {
  font-family: Lato;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-style: italic;
  color: #fff;
}

header .pull-left ul {
  display: inline-block;
  margin-left: 9px;
}

header .pull-left ul li {
  padding: 0px 8px;
}

header .pull-left ul li a {
  color: #fff;
}

/*
    Footer
*/
footer {
  background-color: #dec2d3;
  text-align: center;
}

footer a,
footer h2 {
  font-size: 18px;
  font-family: Lato;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #785f75;
  line-height: 60px;
}

/*
    Front Page
*/
.home_slide {
  position: relative;
}

.home_slide,
.home_slide .slick-slide,
.home_slide .home_slider div img {
	height:90vh;
	max-height:90vh;	
}

.home_slide:after {
  height: 12px;
  width: 100%;
  position: absolute;
  background-color: #fff;
  opacity: 0.24;
  content: "";
  bottom: 0px;
  left: 0px;
  z-index: 1;
}

.home_slide .home_slider {
  margin-bottom: 0px;
}

.home_slide .home_slider div {
  background-size: cover;
  background-position: 50% 50%;
}

.home_slide .home_slider div img {
  visibility: hidden;
  /*max-height: 890px;*/
  max-height:90vh;
}

.home_slide .over {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 80%;
  width: 100%;
  text-align: center;
  margin: 0px auto;
  left: 0px;
  right: 0px;
  z-index: 10;
}

.home_slide .over span {
  display: block;
  color: #fff;
  font-family: Lettuce;
  font-size: 70px;
  position: relative;
  top: 35px;
  text-shadow: 0 0 15px #ad8fa3;
}

/*
    General
*/
#arr_down {
  left: 0px;
  right: 0px;
  position: absolute;
  bottom: 40px;
  z-index: 10;
  text-align: center;
  margin: 0px auto;
}

.home_four {
  padding: 30px 0px;
  background-color: #dec2d3;
}

.home_four .home_f_border {
  padding: 18px 8px;
  border: 1px solid #fff;
}

.home_four .home_f_border .tri_iten {
  padding: 0px 5px;
  width: 25%;
  float: left;
}

.home_four .home_f_border .tri_iten a {
  display: block;
  background-size: cover;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.home_four .home_f_border .tri_iten a:before {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
}

.home_four .home_f_border .tri_iten a:after {
  height: 100%;
  width: 100%;
  background-color: #90778b;
  position: absolute;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  content: "";
}

.home_four .home_f_border .tri_iten a:hover:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 0.9;
}

.home_four .home_f_border .tri_iten a:hover .over span {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.home_four .home_f_border .tri_iten a:hover .over h3 {
  top: 0px;
  text-shadow: 0px 1px 1px transparent;
}

.home_four .home_f_border .tri_iten a .over {
  z-index: 1;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.home_four .home_f_border .tri_iten a .over span {
  display: block;
  font-family: Lettuce;
  font-size: 21px;
  color: #fff;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.home_four .home_f_border .tri_iten a .over h3 {
  font-family: Lato;
  font-weight: bold;
  margin: 0px;
  letter-spacing: 0.04em;
  font-size: 39px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  top: -17px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
}

.home_welcome {
  margin-top: 90px;
}

.home_welcome h2 {
  font-family: Lato;
  font-weight: bold;
  font-size: 48px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #a7869a;
  text-align: center;
}

.home_welcome hr {
  border-top: 5px solid #a7869a;
  width: 100%;
  max-width: 320px;
  margin: 25px auto 20px;
}

.home_welcome p {
  font-family: Lato;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.06em;
  color: #4b4b4b;
  line-height: 26px;
  text-align: center;
}

.home_w_slider {
  position: relative;
  margin: 0px;
  margin-top: 60px;
}

.home_w_slider .slick-prev, .home_w_slider .slick-next {
  height: 100%;
  top: 10px;
  width: 55px;
}

.home_w_slider:before {
  height: 100%;
  width: 38%;
  position: absolute;
  content: "";
  background-image: url(img/slider_deco.png);
  left: 0px;
  top: 0px;
  background-size: cover;
  background-position: 99% 50%;
  z-index: 1;
}

.home_w_slider .slick-track .slick-current.slick-active:after {
  opacity: 0;
}

.home_w_slider .slick-track .slick-slide {
  background-size: cover;
  position: relative;
  background-position: 50% 50%;
  -webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  transition-height: 100%;
  transition-width: 100%;
  transition-position: absolute;
  transition-left: 0px;
  transition-top: 0px;
  transition-background-color: #ffffff;
  transition-opacity: 0.4;
  transition-content: "";
}

.home_w_slider .slick-track .slick-slide img {
  max-height: 730px;
}

.clear_bomb {
  margin-top: 90px;
}

.hw_it {
  width: 33.33%;
  float: left;
  position: relative;
}

.hw_it:before {
  width: 1px;
  position: absolute;
  right: 0px;
  height: 100px;
  background-color: #ebebeb;
  content: "";
  top: -7px;
}

.hw_it:last-child:before {
  display: none;
}

.hw_it .hw_wrap {
  max-width: 350px;
  margin: 0px auto;
}

.hw_it .hw_wrap p {
  font-family: Lato;
  font-weight: 300;
  font-size: 18px;
  color: #4b4b4b;
  line-height: 26px;
  letter-spacing: 0.06em;
}

.hw_it .hw_wrap p span {
  color: #a780a3;
  font-weight: bold;
}

.hw_it:nth-child(1) .hw_wrap {
  margin: 0px auto;
  margin-left: 0px;
}

.hw_it:nth-child(2) {
  margin: 0px auto;
  margin-left: 0px;
}

.hw_it:nth-child(3) {
  margin: 0px auto;
  margin-right: 0px;
}

.h2_w {
  margin-bottom: 75px;
}

.w_banner {
  height: 570px;
  background-size: cover;
  position: relative;
  background-position: 50% 50%;
  margin-bottom: 6px;
}

.w_banner:before {
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0.14;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
}

.w_banner .over {
  z-index: 1;
  position: absolute;
}

.w_banner h2 {
  margin: 0px;
  max-width: 840px;
  margin: 0px auto;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 49px;
  font-size: 44px;
  font-family: Lato;
  font-weight: bold;
  color: #fff;
}

.w_banner h2 .s_p {
  color: #a780a3;
}

.w_banner h2 .s_w {
  color: #fff;
}

.home_banners .home_ban_it:nth-child(1) .over {
  bottom: 45px;
  right: 4%;
}

.home_banners .home_ban_it:nth-child(2) .over {
  top: 10%;
  left: 3%;
}

.home_banners .home_ban_it:nth-child(3) .over {
  top: 10%;
  right: 3%;
}

.wrapo_matpo input[type="submit"] {
  display: none;
}

.wrapo_matpo .b_m_i {
  display: none;
}

.button_ a {
  text-align: center;
  display: block;
  background-color: #959595;
  color: #fff;
  max-width: 350px;
  margin: 0px auto;
  text-transform: uppercase;
  font-family: Lato;
  font-weight: bold;
  padding: 19px 80px;
  margin-top: 83px;
}

.learn_but_sub {
  margin: 0px auto;
  background-color: #959595;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  display: block;
  line-height: 60px;
  padding: 0px;
  color: #fff;
  max-width: 350px;
  margin-top: -40px;
}

.home_waw {
  margin-top: 30px;
}

.home_waw .h_w_ban {
  position: relative;
  background-size: contain;
  background-position: 50% 50%;
  background: fixed;
  background-repeat: no-repeat;
  /*&:before {
            height: 200px;
            width: 100%;
            position: absolute;
            background-size: cover;
            content: "";
            background-image: url(img/fogy.png);
            left: 0px;
            background-position-y: 0px;
            bottom: 0px;
        }*/
}

.home_waw .h_w_ban img {
  height: 700px;
  visibility: hidden;
}

.home_waw h2 {
  font-family: Lato;
  font-weight: bold;
  font-size: 48px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #a7869a;
  text-align: center;
  margin-top: 100px;
}

.home_waw hr {
  border-top: 5px solid #a7869a;
  width: 100%;
  max-width: 320px;
  margin: 25px auto 45px;
}

.home_waw p {
  font-family: Lato;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.06em;
  color: #4b4b4b;
  line-height: 26px;
  text-align: justify;
}

.team-wrapper {
  max-width: 1680px;
  padding-top: 70px;
  margin: 0px auto;
}

.team-wrapper .team_container {
  width: 20%;
  float: left;
  margin-bottom: 10px;
  padding: 0px 5px;
}

.team-wrapper .team_container .team-item {
  height: 398px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  /*&:after {
            background-image:url(img/t_c.png);
            height: 100%;
            width: 100%;
            opacity: 0;
            background-position: 60% 46%;
            content: "";
            position:absolute;
            top:0px;
            left:0px;
            background-repeat:no-repeat;
           }*/
}

.team-wrapper .team_container .team-item:hover:before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.team-wrapper .team_container .team-item:hover:after {
  opacity: 1;
}

.team-wrapper .team_container .team-item:hover h2 {
  opacity: 1;
}

.team-wrapper .team_container .team-item:hover p {
  bottom: 10px;
}

.team-wrapper .team_container .team-item:before {
  height: 100%;
  width: 100%;
  background-color: #a780a3;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0.7;
  top: 0px;
  left: 0px;
  content: "";
  position: absolute;
}

.team-wrapper .team_container .team-item h2 {
  position: absolute;
  top: 50%;
  opacity: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  margin: 0px;
  text-align: center;
  color: #fff;
  font-size: 42px;
  font-family: Lato;
  text-transform: none;
  font-weight: 700;
}

.team-wrapper .team_container .team-item p {
  position: absolute;
  bottom: -80px;
  width: 90%;
  margin: 0px auto;
  left: 0px;
  right: 0px;
  color: #fff;
  font-family: Lato;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  line-height: 42px;
  letter-spacing: 0.06em;
}

.our_stories {
  background-color: #dec2d3;
  padding-top:25px;
}

.our_stories h1 {
  font-family: Lato;
  font-weight: bold;
  text-align: center;
  font-size: 27px;
  text-transform: uppercase;
  color: #785f75;
  margin-top: 55px;
  margin-bottom: 30px;
}

.our_stories p {
  text-align: center;
  font-weight: 300;
  font-family: Lato;
  font-size: 18px;
  color: #4b4b4b;
  margin-bottom: 55px;
}

.our_stories .clearfix {
  margin-bottom: 70px;
}

.our_stories .blog_stories {
  max-width: 1520px;
  margin: 0px auto;
}

.our_stories .blog_stories a {
  display: block;
  position: relative;
}

.our_stories .blog_stories a:before {
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-color: #fff;
  position: absolute;
  content: "";
  opacity: 0;
}

.our_stories .blog_stories a:hover .over {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.our_stories .blog_stories a:hover:before {
  opacity: 0.7;
}

.our_stories .blog_stories a .over {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  z-index: 1;
  border: 1px solid #777171;
  padding: 10px;
  top: 45px;
  left: 45px;
  bottom: 45px;
  right: 45px;
  position: absolute;
}

.our_stories .blog_stories a .over span.time {
  display: block;
  width: 62px;
  background-color: #dec1db;
  color: #fff;
  text-align: center;
  line-height: 18px;
  padding: 13px 11px;
  font-family: Lato;
  font-weight: bold;
  font-size: 14px;
}

.our_stories .blog_stories a .over h2 {
  text-align: center;
  font-size: 27px;
  font-family: Lato;
  font-weight: bold;
  color: #785f75;
}

.our_stories .blog_stories a .over p {
  padding: 0px 15px;
  font-family: Lato;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  color: #785f75;
}

.our_stories .blog_stories a .over hr {
  width: 9%;
  margin: 5px auto 11px;
  border-top: 1px solid #777171;
}

.our_stories .blog_stories a .over span.post {
  text-align: center;
  display: block;
  font-family: Lato;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #785f75;
}

.our_stories .blog_stories a .over span.post i {
  font-size: 25px;
  line-height: 11px;
}

.open_it {
  padding-bottom: 40px;
  display: block;
  text-align: center;
  text-align: center;
  display: block;
  font-family: Lato;
  font-weight: bold;
  font-size: 27px;
  text-transform: uppercase;
  color: #785f75;
}

.open_it:before {
  display: none;
}

.open_it i {
  font-size: 34px;
  line-height: 11px;
}

/*
    Sub
*/
.sub-footer {
  position: relative;
  padding: 80px 0px;
  background-size: cover;
  background-position: 50% 50%;
}

.sub-footer:before {
  height: 100%;
  width: 38%;
  position: absolute;
  content: "";
  background-image: url(img/slider_deco.png);
  left: 0px;
  top: 0px;
  background-size: cover;
  background-position: 99% 50%;
  z-index: 1;
}

.sub-footer:after {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #000;
  opacity: 0.70;
  content: "";
}

.sub-footer .foot {
  width: 33.33%;
  position: relative;
  z-index: 1;
  float: left;
}

.sub-footer .foot h2 {
  font-family: Lato;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}

.sub-footer .foot h2 span {
  font-weight: bold;
}

.sub-footer .footer_1 a {
  font-family: Lato;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}

.sub-footer .footer_1 a span {
  font-weight: bold;
}

.sub-footer .footer_3 label {
  font-family: Lato;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
  text-align: left;
  width: 100%;
}

.sub-footer .footer_3 input {
  height: 50px;
  border: 0px;
  width: 100%;
  background-color: #dec2d3;
}

.sub-footer .footer_3 input[type="submit"] {
  width: 100%;
  max-width: 175px;
  display: block;
  margin: 0px auto;
  margin-left: 0px;
  text-align: center;
  color: #000;
  font-family: Lato;
  background-color: #c2c2c2;
  text-transform: uppercase;
}

.sub-footer .footer_3 input[type="submit"]:hover {
	background-color:#ad8fa3;
}

.sub-footer .footer_3 p {
  font-family: Lato;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}

.sub-footer .footer_3 form div {
  margin-bottom: 18px;
}

.footer_wrap h2 {
  margin: 0px;
}

/*
    Page 2
*/
.home_v_wrap hr {
  margin: 32px auto 40px;
}

.home_v_wrap p {
  margin-bottom: 75px;
}

.home_f_video {
  position: relative;
}

.home_f_video .video-js {
  height: 760px;
  width: 100%;
}

.home_f_video iframe {
  height: 760px;
  width: 100%;
}

.home_fam_text {
  padding: 70px 0px 0px;
}

.home_fam_text h2 {
  font-family: Lato;
  font-weight: bold;
  font-size: 27px;
  color: #dec2d3;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.home_fam_text p {
  font-family: Lato;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 90px;
}

.home_w_slider .slick-prev, .home_w_slider .slick-next {
  height: 100%;
  top: 10px;
  width: 55px;
}

.home_w_slider .slick-prev {
  left: 15%;
  z-index: 10;
}

.home_w_slider .slick-prev:before {
  font-family: fontawesome;
  display: block;
  content: "\f104";
  font-size: 50px;
  color: #fff;
  opacity: 1;
}

.home_w_slider .slick-next {
  right: 15%;
  z-index: 10;
}

.home_w_slider .slick-next:before {
  font-family: fontawesome;
  display: block;
  content: "\f105";
  font-size: 50px;
  color: #fff;
  opacity: 1;
}

.home_f_slider, .home_f_slider_1 {
  position: relative;
  margin: 0px;
  margin-top: 60px;
}

.home_f_slider .slick-prev, .home_f_slider .slick-next, .home_f_slider_1 .slick-prev, .home_f_slider_1 .slick-next {
  height: 100%;
  top: 10px;
  width: 55px;
}

.home_f_slider div, .home_f_slider_1 div {
  background-size: cover;
  position: relative;
}

.home_f_slider div img, .home_f_slider_1 div img {
  max-height: 833px;
  visibility: hidden;
}

.home_f_slider .slick-prev, .home_f_slider_1 .slick-prev {
  left: 20%;
  z-index: 10;
}

.home_f_slider .slick-prev:before, .home_f_slider_1 .slick-prev:before {
  font-family: fontawesome;
  display: block;
  content: "\f104";
  font-size: 50px;
  color: #fff;
  opacity: 1;
}

.home_f_slider .slick-next, .home_f_slider_1 .slick-next {
  right: 20%;
  z-index: 10;
}

.home_f_slider .slick-next:before, .home_f_slider_1 .slick-next:before {
  font-family: fontawesome;
  display: block;
  content: "\f105";
  font-size: 50px;
  color: #fff;
  opacity: 1;
}

.home_w_text .my-container {
  max-width: 1170px;
}

.my-container {
  padding: 0px 10px;
  padding-bottom: 35px;
  padding-top: 57px;
  max-width: 566px;
  margin: 0px auto;
  text-align: center;
}

.my-container h2 {
  font-family: Lato;
  font-weight: bold;
  font-size: 27px;
  color: #dec2d3;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 29px;
}

.my-container p {
  font-family: Lato;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 43px;
}

.together_wrap h2 {
  font-family: Lato;
  font-weight: bold;
  font-size: 48px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #a7869a;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 31px;
}

.together_wrap h3 {
  text-transform: uppercase;
  font-size: 27px;
  color: #dec2d3;
  font-family: Lato;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 30px;
}

.together_wrap h4 {
  text-align: center;
  font-family: Lato;
  font-size: 18px;
  color: #785f75;
  font-weight: bold;
  margin-top: 45px;
  margin-bottom: 30px;
}

.together_wrap hr {
  border-top: 5px solid #a7869a;
  width: 100%;
  max-width: 320px;
  margin: 25px auto 20px;
}

.together_wrap p {
  font-family: Lato;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.06em;
  color: #4b4b4b;
  line-height: 26px;
  margin-top: 30px;
  text-align: center;
}

.pricing_div h2 {
  text-transform: uppercase;
  font-size: 27px;
  color: #dec2d3;
  font-family: Lato;
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 50px;
}

.pricing_div p {
  max-width: 650px;
  margin: 0px auto;
  text-align: center;
  font-family: Lato;
  font-weight: 300;
  color: #545353;
  font-size: 22px;
  letter-spacing: 0.06em;
  margin-top: 40px;
}

.pricing_div .tri_iten {
  float: left;
  width: 50%;
  padding: 0px 10px;
  margin-bottom: 20px;
}

.pricing_div .tri_iten a {
  display: block;
  position: relative;
}

.pricing_div .tri_iten a:before {
  height: 100%;
  width: 100%;
  background-color: #000;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  opacity: 0;
}

.pricing_div .tri_iten a:hover .over {
  -webkit-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.pricing_div .tri_iten a:hover:before {
  opacity: 0.5;
}

.pricing_div .tri_iten a .over {
  z-index: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
      -ms-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  width: 100%;
  text-align: center;
}

.pricing_div .tri_iten a .over span {
  font-family: Lato;
  font-size: 30px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  letter-spacing: 0.06em;
  color: #fff;
}

.pricing_div .tri_iten a .over hr {
  border-top: 1px solid #fff;
  width: 10%;
  margin: 7px auto 16px;
}

.pricing_div .tri_iten a .over h3 {
  margin: 10px 0px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.38em;
  font-size: 13px;
  font-weight: bold;
  font-family: Lato;
  text-transform: uppercase;
}

.tesimonial_wrap h2 {
  font-family: Lato;
  font-weight: bold;
  font-size: 48px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #a7869a;
  text-align: center;
  margin-top: 0px;
  padding-top: 50px;
  margin-bottom: 25px;
}

.tesimonial_wrap hr {
  border-top: 5px solid #a7869a;
  width: 100%;
  max-width: 320px;
  margin: 25px auto 20px;
}

.tesimonial_wrap .testimonials_slider, .tesimonial_wrap .testimonials_slider_2 {
  margin-top: 110px;
  position: relative;
}

.tesimonial_wrap .testimonials_slider .testi_slide, .tesimonial_wrap .testimonials_slider_2 .testi_slide {
  background-size: cover;
  position: relative;
  background-position: 50% 75%;
}

.tesimonial_wrap .testimonials_slider .testi_slide:before, .tesimonial_wrap .testimonials_slider_2 .testi_slide:before {
  opacity: 0.5;
  background-color: #000;
  top: 0px;
  left: 0px;
  width: 100%;
  position: absolute;
  height: 100%;
  content: "";
}

.tesimonial_wrap .testimonials_slider .slick-prev, .tesimonial_wrap .testimonials_slider_2 .slick-prev {
  left: 20%;
  z-index: 10;
}

.tesimonial_wrap .testimonials_slider .slick-prev:before, .tesimonial_wrap .testimonials_slider_2 .slick-prev:before {
  font-family: fontawesome;
  display: block;
  content: "\f104";
  font-size: 35px;
  color: #fff;
  opacity: 1;
}

.tesimonial_wrap .testimonials_slider .slick-next, .tesimonial_wrap .testimonials_slider_2 .slick-next {
  right: 20%;
  z-index: 10;
}

.tesimonial_wrap .testimonials_slider .slick-next:before, .tesimonial_wrap .testimonials_slider_2 .slick-next:before {
  font-family: fontawesome;
  display: block;
  content: "\f105";
  font-size: 35px;
  color: #fff;
  opacity: 1;
}

.tesimonial_wrap .testimonials_slider .testi_wrap, .tesimonial_wrap .testimonials_slider_2 .testi_wrap {
  max-width: 980px;
  margin: 0px auto;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-top: 115px;
}

.tesimonial_wrap .testimonials_slider .testi_wrap span, .tesimonial_wrap .testimonials_slider_2 .testi_wrap span {
  display: block;
  font-weight: bold;
  font-size: 44px;
  font-family: Lato;
  color: #fff;
  margin-bottom: 23px;
  letter-spacing: 0.06em;
}

.tesimonial_wrap .testimonials_slider .testi_wrap p, .tesimonial_wrap .testimonials_slider_2 .testi_wrap p {
  letter-spacing: 0.05em;
  line-height: 28px;
  font-size: 23px;
  font-weight: 300;
  font-family: Lato;
  font-weight: 600;
  color: #fff;
  text-align: center;
  height: 150px;
}

.tesimonial_wrap .testimonials_slider .arra_down, .tesimonial_wrap .testimonials_slider_2 .arra_down {
  font-family: Lato;
  font-size: 16px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-top: 90px;
  padding-bottom: 35px;
  margin-bottom: 10px;
}

.tesimonial_wrap .testimonials_slider .arra_down i, .tesimonial_wrap .testimonials_slider_2 .arra_down i {
  font-size: 20px;
  position: relative;
}

.contact_us h2 {
  font-family: Lato;
  font-weight: bold;
  font-size: 48px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #a7869a;
  text-align: center;
  margin-top: 0px;
  padding-top: 50px;
  margin-bottom: 25px;
}

.contact_us hr {
  border-top: 5px solid #a7869a;
  width: 100%;
  max-width: 320px;
  margin: 25px auto 20px;
}

.narrow_form {
  max-width: 720px;
  margin: 0px auto;
}

.talk_wrap {
  max-width: 720px;
  margin: 0px auto;
}

.talk_wrap .clearfix {
  margin-top: 50px;
}

.talk_wrap .wpcf7 {
  padding-top: 50px;
}

.talk_wrap .half {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.talk_wrap .half:nth-child(even) {
  padding-right: 10px;
}

.talk_wrap .half:nth-child(odd) {
  padding-left: 10px;
}
.talk_wrap form {
  padding-top: 0px !important;
}
.talk_wrap hr {
  margin-bottom: 20px !important;
}
.talk_wrap input, .talk_wrap select, .talk_wrap textarea {
  width: 100%;
  height: 60px;
  background-color: #ebebeb;
  padding-left: 10px;
  border: 0px;
  font-size: 16px;
  font-family: Lato;
  font-weight: 300;
  font-style: italic;
  color: #434343;
}

.talk_wrap input::-webkit-input-placeholder, .talk_wrap select::-webkit-input-placeholder, .talk_wrap textarea::-webkit-input-placeholder {
  font-size: 16px;
  font-family: Lato;
  font-weight: 300;
  font-style: italic;
  color: #434343;
  text-transform: uppercase;
}

.talk_wrap select {
  font-size: 16px;
  font-family: Lato;
  font-weight: 300;
  font-style: italic;
  color: #434343;
  text-transform: uppercase;
}

.talk_wrap input[type="submit"] {
  background-color: #959595;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

.talk_wrap input[type="submit"]:hover,
.talk_wrap .b_m_i:hover {
	background-color:#ad8fa3;
}

.talk_wrap .b_m_i {
  background-color: #959595;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  line-height: 60px;
  text-align: center;
}

.talk_wrap .b_m_i a {
  display: block;
}

.talk_wrap .full {
  width: 100%;
  float: left;
  margin-bottom: 14px;
}

.talk_wrap .full textarea {
  padding-top: 10px;
  border: 0px;
  width: 100%;
  height: 120px;
  background-color: #ebebeb;
  padding-left: 10px;
}

.talk_wrap .full textarea::-webkit-input-placeholder {
  font-size: 16px;
  font-family: Lato;
  font-weight: 300;
  font-style: italic;
  color: #434343;
  text-transform: uppercase;
}

.ct_ct_it {
  font-family: Lato;
  font-size: 18px;
  color: #505050;
  font-weight: 300;
  text-align: center;
  margin-bottom: 60px;
  padding-top: 35px;
}

.vjs-poster {
  background-size: cover;
}

.wedd-test .testimonials_slider .testi_wrap, .wedd-test .testimonials_slider_2 .testi_wrap {
  padding-bottom: 115px;
}

.home_w_img {
  margin-bottom: 45px;
}

.home_w_img div {
  height: 570px;
  background-size: cover;
  background-position: 50% 50%;
}

.two_al_ {
  width: 50%;
  float: left;
  padding: 0px 12px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 80px;
}

.two_al_ a {
  display: block;
}

.two_al_ a .over {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: Lato;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.8em;
}

.ct_ct_it h5 {
  text-align: center;
  font-family: Lato;
  font-size: 22px;
  color: #785f75;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 30px;
}

.narrow_form .wpcf7 {
  padding-top: 51px;
}

.wedding-talk .talk_wrap {
  max-width: 1170px;
  margin: 0px auto;
}

.wedding-talk .talk_wrap .clearfix {
  padding-top: 10px;
  margin-top: 30px;
}

.wedding-talk hr {
  margin-bottom: 70px;
}

.wedding-talk p {
  font-family: Lato;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.06em;
  color: #4b4b4b;
  line-height: 26px;
  text-align: center;
  margin-bottom: 23px;
}

.learn_onot {
  margin-top: 25px;
}

.learn_onot hr {
  margin: 31px auto 40px;
}

.learn_onot p {
  font-family: Lato;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.06em;
  color: #4b4b4b;
  line-height: 26px;
  text-align: center;
  margin-bottom: 23px;
}

.learn_onot p span {
  color: #dec2d3;
  font-weight: bold;
  font-size: 27px;
}

.learn_onot .ba_1 {
  margin-top: 58px;
  margin-bottom: 50px;
}

.before_after {
  max-width: 920px;
  margin: 0px auto;
}
.before_after2 {
  max-width: 920px;
  margin: 0px auto;
}
.before_after3 {
  max-width: 920px;
  margin: 0px auto;
}
.before_after4 {
  max-width: 920px;
  margin: 0px auto;
}

.offer_item.active .offer_wrap:before {
  opacity: 0.7;
}

.offer_item.active .offer_wrap .over {
  opacity: 1;
}

.offer_item {
  width: 33.33%;
  float: left;
  padding: 0px 7px;
}

.offer_item .offer_wrap {
  border: 15px solid #f6f6f6;
  position: relative;
  cursor: pointer;
}

.offer_item .offer_wrap:before {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  background-color: #000;
  opacity: 0;
}

.offer_item .offer_wrap:hover:before {
  opacity: 0.7;
}

.offer_item .offer_wrap:hover .over {
  opacity: 1;
}

.offer_item .offer_wrap .over {
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.offer_item .offer_wrap .over h1 {
  font-family: Lato;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}

.before_after_text {
  padding-top: 45px;
}

.before_after_text p {
  text-align: left;
}

.before_after_text p span {
  color: #474747;
  text-align: center;
  display: block;
  font-size: 18px;
  font-weight: bold;
  font-family: Lato;
}

.before_after_text i {
  text-align: center;
  width: 100%;
  display: block;
  color: #785f75;
  font-weight: bold;
  font-family: Lato;
}

.r_b {
  height: 570px;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  margin-top: 90px;
}
.r_b:before {
  content: "";
  height: 100%;
  width: 100%;
  opacity: 0.2;
  position: absolute;
  background-color: #000;
}
.r_b .over {
  max-width: 1460px;
  margin: 0px auto;
  height: 570px;
  position: relative;
}

.r_b .over .left_ {
  position: absolute;
  color: #fff;
  font-size: 82px;
  font-family: Lato;
  font-weight: bold;
  top: 24%;
}

.r_b .over .right_ {
  position: absolute;
  max-width: 860px;
  width: 100%;
  text-align: left;
  right: 0px;
  top: 44%;
}

.r_b .over .right_ p {
  font-family: Lato;
  font-weight: bold;
  font-size: 26px;
  color: #fff;
  text-align: left;
  line-height: 29px;
  margin-bottom: 20px;
}

.r_b .over .right_ b {
  font-family: Lato;
  /*color: #785f75;*/
  color:#ffffff;
  font-size: 25px;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
}
.r_b .over .right_ strong {
  font-family: Lato;
  /*color: #785f75;*/
  color:#ffffff;
  font-size: 25px;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
}

/*
    About Page
*/
.about_a .about_us h2 {
  font-family: Lato;
  font-weight: bold;
  font-size: 48px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #a7869a;
  text-align: center;
  margin-top: 50px;
}

.about_a .about_us hr {
  border-top: 5px solid #a7869a;
  width: 100%;
  max-width: 320px;
  margin: 25px auto 35px;
}

.about_a .about_us p {
  font-family: Lato;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.06em;
  color: #4b4b4b;
  line-height: 26px;
  text-align: center;
}

.our_team {
  padding-bottom: 65px;
}

.our_team h2 {
  color: #dec2d3;
  font-family: Lato;
  font-weight: bold;
  font-size: 44px;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 30px;
}

.our_team p {
  font-family: Lato;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.06em;
  color: #4b4b4b;
  line-height: 26px;
  text-align: center;
}

.left_c {
  float: left;
  max-width: 370px;
  position: relative;
}

.left_c:before {
  height: 390px;
  left: -19px;
  right: 0px;
  margin: 0px auto;
  position: absolute;
  content: "";
  background-image: url(img/bord_.png);
  width: 390px;
  top: -22px;
  background-size: contain;
}

.left_c img {
  border-radius: 50%;
}

.right_c {
  float: right;
  max-width: 710px;
  border-radius: 50%;
  position: relative;
  text-align: left;
}

.right_c h2 {
  text-align: left;
  margin-bottom: 0px;
}

.right_c hr {
  margin: 10px 0px;
  border-top: 1px solid #dec2d3;
  width: 45%;
}

.right_c p {
  text-align: left;
}

.lc_cl {
  float: right;
}

.rc_cl {
  float: left;
}

.about_row {
  margin: 50px -15px 30px;
}

/*
    Contact
*/
.ct_wrapper {
  margin-top: -40px;
  position: relative;
  z-index: 1;
}

.ct-wrap {
  position: relative;
  padding: 20px;
}

.ct-wrap:before {
  height: 100%;
  width: 100%;
  background-color: #90778b;
  position: absolute;
  content: "";
  z-index: -1;
  left: 0px;
  top: 0px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c9109e+0,ad3782+100 */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cb60b3+0,dec2d3+0,a780a3+100 */
  background: #cb60b3;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #cb60b3 0%, #dec2d3 0%, #a780a3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #cb60b3 0%, #dec2d3 0%, #a780a3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#a780a3',GradientType=0 );
  /* IE6-9 */
}

.ct-wrap .contact_wrapper {
  background-color: #fff;
  padding: 75px 45px 33px;
}

.ct-wrap .left-wrap {
  float: left;
  max-width: 345px;
}

.ct-wrap ul {
  padding-left: 0px;
  list-style: none;
  margin-top: 35px;
  padding-left: 20px;
}

.ct-wrap ul li {
  margin-bottom: 24px;
  font-family: Lato;
  font-weight: bold;
  font-size: 14px;
  color: #4b4b4b;
}

.ct-wrap ul li span {
  position: relative;
  left: 31px;
  display: block;
}

.ct-wrap ul li i {
  color: #dec1db;
  margin-right: 20px;
}

.ct-wrap .right-wrap {
  float: right;
  max-width: 640px;
}

.ct-wrap .right-wrap label {
  display: block;
  width: 100%;
  text-align: left;
  font-family: Lato;
  font-weight: 300;
  font-size: 16px;
  color: #4b4b4b;
  margin-bottom: 8px;
  letter-spacing: 0.06em;
}

.ct-wrap .right-wrap input {
  display: block;
  border: 1px solid #dec1db;
  height: 57px;
  width: 100%;
  background-color: #fff;
}

.ct-wrap .right-wrap textarea {
  display: block;
  border: 1px solid #dec1db;
  height: 57px;
  width: 100%;
  background-color: #fff;
  height: 120px;
}

.ct-wrap .right-wrap .half {
  margin-bottom: 8px;
  width: 50%;
  float: left;
}

.ct-wrap .right-wrap .half:nth-child(even) {
  padding-right: 7px;
}

.ct-wrap .right-wrap .half:nth-child(odd) {
  padding-left: 7px;
}

.ct-wrap .right-wrap .full {
  margin-bottom: 18px;
  float: left;
  width: 100%;
}

.ct-wrap .right-wrap .full input[type="submit"] {
  max-width: 175px;
  background-color: #dec1db;
  text-align: center;
  color: #000;
  font-family: Lato;
  font-weight: bold;
  display: block;
  margin: 0px auto;
  margin-right: 0px;
  text-transform: uppercase;
}

.ct_text {
  float: left;
  width: 100%;
  display: block;
  width: 400px;
  font-family: Lato;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #4b4b4b;
  line-height: 26px;
  text-align: left;
  position: relative;
  left: 20px;
}

.ct-row-text {
  margin: 70px 0px;
}

.ct-row-text p {
  font-family: Lato;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.06em;
  color: #4b4b4b;
  line-height: 26px;
  text-align: center;
}

.blog_blog {
  padding-top: 50px;
  margin-bottom: 60px;
}

.blog_blog .main {
  float: left;
  max-width: 824px;
}

.blog_blog .main h2 {
  text-align: center;
  color: #dec2d3;
}

.blog-main {
  margin-bottom: 55px;
}

.main h2 {
  text-align: center;
  color: #dec2d3;
  font-family: Lato;
  font-weight: bold;
  font-size: 24px;
}

.main span {
  font-size: 18px;
  display: block;
  text-align: center;
  color: #bca4b9;
  font-family: Lato;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 16px;
}

.main p {
  font-family: Lato;
  font-weight: 300;
  font-size: 15px;
  color: #000000;
  /* letter-spacing: 0.06em; */
  line-height: 20px;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 45px;
}

.main .share_comments {
  border-top: 1px solid #e1e1e1;
  padding-top: 14px;
  text-align: center;
  font-family: Lato;
  font-weight: 300;
  font-size: 16px;
  color: #c0c0c0;
}

.main .share_comments img {
  margin-right: 10px;
  display: inline-block;
}

.main .share_comments ul {
  display: inline-block;
  margin-right: 44px;
}

.main .share_comments ul li {
  list-style: none;
}

.main .share_comments .list-inline li {
  padding: 0px 13px;
}

.main .share_comments .list-inline li a {
  color: #e4cfe2;
}

.sidebar {
  float: right;
  width: 300px;
}

.sidebar p {
  font-family: Lato;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.06em;
  font-style: italic;
  color: #797979;
  line-height: 26px;
  text-align: center;
}

.sidebar .about_widget {
  margin-bottom: 50px;
}

.sidebar .widget_sp_image-description p {
  padding-top: 130px;
  position: relative;
}

.sidebar .widget_sp_image-description p:before {
  height: 68px;
  background-image: url(img/welcome.jpg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 100%;
  position: absolute;
  top: 30px;
  left: 0px;
}

.sidebar .widget_search {
  margin-top: 40px;
  margin-bottom: 65px;
}

.sidebar .widget_search input[type="text"] {
  border: 1px solid #dec2d3;
  height: 78px;
  padding-left: 15px;
  display: inline-block;
  width: 200px;
}

.sidebar .widget_search input[type="submit"] {
  background-color: #dec2d3;
  border: 1px solid #dec2d3;
  display: inline-block;
  margin-left: -4px;
  height: 79px;
  font-family: Lato;
  font-size: 18px;
  text-align: center;
  width: 99px;
  color: #fff;
  text-transform: uppercase;
}

.sidebar h2 {
  text-align: center;
  color: #b3b3b3;
  font-family: Lato;
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sidebar .widget_categories h2 {
  margin-bottom: 32px;
}

.sidebar .widget_categories ul {
  padding-left: 0px;
}

.sidebar .widget_categories li {
  padding-left: 8px;
  list-style: none;
}

.sidebar .widget_categories li a {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: block;
  background-color: #dec2d3;
  text-align: center;
  padding: 10px 0px;
  margin-bottom: 10px;
}

.sidebar .social_widget ul {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
  padding-left: 0px;
}

.sidebar .social_widget ul li {
  padding: 0px 10px;
}

.sidebar .social_widget ul a {
  color: #dec2d3;
}

.sidebar .my_work_widget {
  background-color: #ebebeb;
  text-align: center;
  padding: 30px 20px;
  margin-top: 30px;
}

.sidebar .my_work_widget h1 {
  color: #8d788b;
  font-size: 48px;
  font-family: Lettuce;
  text-align: center;
  margin: 15px 0px 27px;
}

.sidebar .my_work_widget input[type="email"] {
  width: 100%;
  border: 0px;
  height: 60px;
  padding-left: 10px;
  background-color: #dec2d3;
  margin-bottom: 15px;
}

.sidebar .my_work_widget input[type="email"]::-webkit-input-placeholder {
  font-family: Lato;
  font-weight: 300;
  font-style: italic;
  color: #785f75;
}

.sidebar .my_work_widget input[type="submit"] {
  border: 0px;
  width: 100%;
  font-family: Lato;
  font-weight: 700;
  font-size: 20px;
  color: #785f75;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background-color: transparent;
  padding:15px 0px;
}

.sidebar .l_w {
  margin-top: 30px;
}

.sidebar .l_w h2 {
  margin-bottom: 22px;
}

.sidebar .l_w a {
  display: block;
  border: 19px solid #ebebeb;
  position: relative;
}

.sidebar .l_w a:before {
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
}

.sidebar .l_w a:hover:before {
  opacity: 0.6;
}

.sidebar .l_w a:hover .over {
  opacity: 1;
}

.sidebar .l_w a h2 {
  font-family: Lato;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 15px;
}

.sidebar .l_w a span {
  font-family: Lato;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  display: block;
  color: #bca4b9;
}

.sidebar .l_w a .over {
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding: 0px 10px;
  text-align: center;
}

/*
    Home Learn
*/
.r_t_t_l h2 {
  font-size: 27px;
  color: #dec2d3;
}

.r_t_t_l .clearfix {
  margin-top: 70px;
}

.e_guide h2 {
  font-family: Lato;
  font-weight: bold;
  font-size: 48px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #a7869a;
  text-align: center;
  margin-top: 0px;
  padding-top: 50px;
}

.e_guide hr {
  border-top: 5px solid #a7869a;
  width: 100%;
  max-width: 320px;
  margin: 25px auto 20px;
}

.e_guide p {
  font-family: Lato;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.06em;
  color: #4b4b4b;
  line-height: 26px;
  text-align: center;
}

.home_l_text .my-container {
  width: 100%;
  max-width: 1170px;
  padding: 0px 15px 0px;
  padding-top: 30px;
}

.home_l_text h3 {
  font-family: Lato;
  font-weight: 300;
  font-size: 35px;
  color: #dec2d3;
  margin-bottom: 35px;
}

.home_l_text p {
  font-family: Lato;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.06em;
  color: #4b4b4b;
  line-height: 26px;
  text-align: center;
}

.home_l_banner {
  height: 570px;
  background-size: cover;
  position: relative;
  background-position: 50% 50%;
}

.home_l_banner:before {
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: 0.1;
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
}

.home_l_banner h2 {
  width: 100%;
  margin: 0px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: Lato;
  font-weight: bold;
  font-size: 44px;
  color: #fff;
}

.home_l_light {
  max-width: 1170px;
  padding: 0px 5px;
  width: 100%;
  margin: 0px auto;
}

.home_l_light h3 {
  text-align: center;
  color: #dec2d3;
  font-size: 27px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-family: Lato;
  font-weight: bold;
  margin: 57px 0px;
}

.home_l_light ul li {
  font-family: Lato;
  font-weight: 300;
  color: #5f5d5f;
  font-size: 20px;
  letter-spacing: 0.06em;
  margin-bottom: 15px;
  padding-left: 15px;
}

.meet_our_teacher img {
  margin-bottom: 20px;
}

.ow_work {
  padding-top: 40px;
}

.ow_work .two_row div {
  float: left;
  width: 50%;
  padding: 0px 10px;
}

.ow_work .two_row .full_width {
  width: 100%;
}

.ow_work .two_row .full_width a {
  font-family: Lato;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #959595;
  width: 350px;
  /*display: block;*/
  display:inline-block;
  text-align: center;
  margin: 0px auto;
  padding: 10px 90px;
  margin-top: 60px;
  margin-bottom: 26px;
}

.ow_work .two_row .full_width p {
  text-align: center;
  font-family: Lato;
  font-weight: 400;
  color: #959595;
  font-size: 18px;
}

.w_s_d {
  padding-top: 85px;
}

.w_s_d h2 {
  font-family: Lato;
  font-weight: bold;
  font-size: 48px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #a7869a;
  text-align: center;
}

.w_s_d hr {
  border-top: 5px solid #a7869a;
  width: 100%;
  max-width: 320px;
  margin: 35px auto 20px;
}

.w_s_d p {
  font-family: Lato;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.06em;
  color: #4b4b4b;
  line-height: 26px;
  text-align: center;
  max-width: 1170px;
  margin: 55px auto 50px;
}

.w_s_d h3 {
  text-align: center;
  font-family: Lato;
  font-weight: bold;
  font-size: 35px;
  text-transform: uppercase;
  color: #dec2d3;
  margin-bottom: 55px;
}

.work_ban {
  position: relative;
  margin-bottom: 8px;
  background-size: cover;
  background-position: 50% 50%;
}

.work_ban:nth-child(5):before {
  background-color: #dec5de;
}

.work_ban:nth-child(5):after {
  height: 100%;
  width: 38%;
  position: absolute;
  content: "";
  background-image: url(img/slider_deco.png);
  left: 0px;
  top: 0px;
  background-size: cover;
  background-position: 99% 50%;
  z-index: 1;
  background-repeat: no-repeat;
}

.work_ban:nth-child(6):before {
  background-color: #a7869a;
}

.work_ban:nth-child(6):after {
  height: 100%;
  width: 38%;
  position: absolute;
  content: "";
  background-image: url(img/slider_deco.png);
  right: 0px;
  top: 0px;
  background-size: cover;
  background-position: 99% 50%;
  z-index: 1;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  background-repeat: no-repeat;
}

.work_ban:nth-child(7):before {
  background-color: #dec2d3;
}

.work_ban:nth-child(7):after {
  height: 100%;
  width: 38%;
  position: absolute;
  content: "";
  background-image: url(img/slider_deco.png);
  left: 0px;
  top: 0px;
  background-size: cover;
  background-position: 99% 50%;
  background-repeat: no-repeat;
  z-index: 1;
}

.work_ban:before {
  background-color: rgba(144, 119, 139, 0.63);
  height: 100%;
  width: 100%;
  opacity: 1;
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
}

.work_ban .over {
  position: relative;
  z-index: 999;
  max-width: 820px;
  margin: 0px auto;
  margin-left: 10%;
  padding-top: 70px;
  padding-bottom: 70px;
}

.work_ban .over h4 {
  font-family: Lato;
  font-weight: bold;
  font-size: 44px;
  color: #fff;
}

.work_ban .over p,.work_ban .over li {
  font-family: Lato;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 26px;
  text-align: center;
  width: 100%;
  text-align: left;
  max-width: 100%;
}
.work_ban .over li {
  font-weight: bold;
  font-size: 17px;
}
.work_ban .over a {
  font-family: Lato;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  letter-spacing: 0.06em;
  position: relative;
  width: 170px;
  border-top: 1px solid #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

/*
    Shop
*/
.shop_wrap {
  padding-top: 90px;
}

.shop_wrap p {
  text-align: center;
  font-family: Lato;
  font-weight: 300;
  font-size: 18px;
  color: #4b4b4b;
  letter-spacing: 0.06em;
  line-height: 26px;
}

.width_5 {
  width: 50%;
  float: left;
  margin-top: 40px;
  margin-bottom: 60px;
}

.width_5 .woocommerce-product-search-field, .width_5 label {
  display: none;
}

.width_5 input[type="submit"] {
  display: none;
}

.width_5 select {
  outline: none;
  display: block;
  height: 44px;
  width: 256px;
  border: 1px solid #4c4c4c;
  border-radius: 40px;
  padding-left: 10px;
  color: #4c4c4c;
  font-weight: 300;
  font-style: italic;
  font-family: Lato;
  font-size: 16px;
  text-transform: uppercase;
}

.width_5 input[type="search"] {
  display: block;
  margin: 0px auto;
  margin-right: 0px;
  height: 44px;
  width: 256px;
  border: 1px solid #4c4c4c;
  border-radius: 40px;
  padding-left: 10px;
}

.width_5 input[type="search"]::-webkit-input-placeholder {
  color: #4c4c4c;
  font-weight: 300;
  font-style: italic;
  font-family: Lato;
  font-size: 16px;
  text-transform: uppercase;
}

.shop_grid .shop_item {
  width: 33.33%;
  float: left;
  margin: 8px 0px;
  padding: 0px 8px;
}

.shop_grid .shop_item a {
  display: block;
  position: relative;
  border: 16px solid #f6f6f6;
}

.shop_grid .shop_item a img {
  width: 100%;
}

.shop_grid .shop_item a:before {
  height: 100%;
  width: 100%;
  background-color: #90778b;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  opacity: 0.9;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.shop_grid .shop_item a:hover:before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.shop_grid .shop_item a:hover .over {
  opacity: 1;
}

.shop_grid .shop_item a .over {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  width: 100%;
  text-align: center;
}

.shop_grid .shop_item a .over span {
  font-family: Lato;
  font-weight: bold;
  font-size: 23px;
  color: #e5cfe3;
}

.shop_grid .shop_item a .over h2 {
  font-size: 18px;
  font-family: Lato;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}

.load_row {
  text-align: center;
  margin: 75px -15px;
}

.load_row a {
  display: block;
  text-align: center;
  width: 210px;
  border: 1px solid #8560a8;
  line-height: 64px;
  font-family: Lato;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.06em;
  margin: 0px auto;
  color: #555555;
}

.load_row a:hover {
  color: #fff;
  background-color: #8560a8;
}

.woocommerce-breadcrumb {
  display: none;
}

.main_cat .images {
  float: left;
  width: 490px;
}

.main_cat .woocommerce-main-image {
  display: block;
  position: relative;
  border: 16px solid #f6f6f6;
  margin-bottom: 30px;
}

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

.main_cat .thumbnails a {
  position: relative;
  padding: 0px 6px;
  display: inline-block;
}

.main_cat .onsale {
  display: none;
}

.main_cat .single_product {
  float: right;
  width: 100%;
  max-width: 610px;
  text-align: left;
}

.main_cat .single_product h2 {
  font-family: Lato;
  font-weight: bold;
  font-size: 23px;
  color: #4d4d4d;
  text-transform: capitalize;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 14px;
  margin-top: 45px;
  margin-bottom: 25px;
}

.main_cat .single_product span {
  text-align: right;
  font-family: Lato;
  font-size: 36px;
  color: #9e8c9c;
  font-weight: bold;
  display: block;
  margin-top: 25px;
}

.main_cat .single_product p {
  text-align: justify;
  font-family: Lato;
  font-weight: 300;
  font-size: 16px;
  color: #4d4d4d;
  letter-spacing: 0.06em;
}

.main_cat .cart_button {
  margin-top: 80px;
  border-top: 1px solid #ebebeb;
  padding-top: 25px;
}

.main_cat .cart_button ul {
  list-style: none;
  padding-left: 0px;
  text-align: center;
}

.main_cat .cart_button ul li {
  display: inline-block;
  position: relative;
}

.main_cat .cart_button ul li .added_to_cart {
  position: absolute;
  top: 0px;
  z-index: 1;
}

.main_cat .cart_button ul li a {
  width: 150px;
  color: #000000;
  display: block;
  font-size: 14px;
  font-family: Lato;
  text-transform: uppercase;
  background-color: #dec2d3;
  line-height: 54px;
}

.main_cat .cart_button ul li a:hover {
  color: #fff;
  background-color: #8560a8;
}

.main_cat .row_back {
  text-align: right;
  font-family: Lato;
  font-weight: bold;
  font-style: italic;
  font-size: 19px;
  margin: 40px -15px;
  text-transform: uppercase;
}

.main_cat .row_back a {
  color: #9e8c9c;
}

/*
    Cart
*/
.product-remove {
  display: none;
}

.shop_table {
  border: 0px !important;
  font-family: Lato;
  font-weight: bold;
  font-size: 21px;
  color: #785f75;
  text-transform: uppercase;
}

.shop_table tr:nth-last-child(2) .product-thumbnail {
  padding: 10px 12px 30px;
}

.shop_table .cart_item td {
  border-top: 0px !important;
}

.shop_table .cart_item:nth-child(1) td {
  border-top: 1px solid #ebebeb !important;
}

.shop_table .cart_item:nth-child(1) .product-thumbnail {
  padding: 30px 12px 10px;
}

.shop_table .product-thumbnail {
  padding: 10px 0px;
}

.shop_table .product-thumbnail img {
  border: 11px solid #ebebeb;
}

.shop_table .product-name a {
  color: #565656;
}

.shop_table .product-price, .shop_table .product-subtotal {
  font-size: 16px;
  color: #565656;
}

.shop_table .quantity input {
  font-family: Lato;
  font-size: 16px;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
}

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

.actions a {
  width: 150px !important;
  color: #000000 !important;
  display: inline-block !important;
  font-size: 14px !important;
  font-family: Lato !important;
  text-transform: uppercase !important;
  background-color: #dec2d3 !important;
  line-height: 54px !important;
  text-align: center;
  padding: 0px !important;
  border-radius: 0px !important;
  line-height: 60px !important;
}

.actions a:hover {
  color: #fff !important;
  background-color: #8560a8 !important;
}

.actions .coupon input[type="submit"] {
  position: relative;
  top: -4px;
}

.actions input[type="text"] {
  border: 1px solid #dec2d3;
  width: 180px !important;
  height: 60px;
  padding-left: 10px;
  margin-right: 12px;
}

.actions input[type="text"]::-webkit-input-placeholder {
  font-family: Lato;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
}

.actions input[type="submit"] {
  width: 150px;
  color: #000000;
  font-size: 14px;
  font-family: Lato;
  text-transform: uppercase;
  background-color: #dec2d3;
  padding: 0px;
  border-radius: 0px;
  height: 60px;
}

.actions input[type="submit"]:hover {
  color: #fff;
  background-color: #8560a8;
}

/*
    Checkout
*/
.woocommerce-checkout h3 {
  font-family: Lato;
  font-weight: bold;
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #565656;
  margin-bottom: 30px;
}

.form-row.form-row-wide.create-account {
  display: none !important;
}

.woocommerce-billing-fields #billing_address_2_field, .woocommerce-billing-fields .form-row.form-row-wide.create-account {
  display: none !important;
}

.woocommerce-billing-fields p {
  margin-bottom: 30px !important;
}

.woocommerce-billing-fields .country_select a {
  padding-left: 0px;
}

.woocommerce-billing-fields .country_select span {
  width: 100% !important;
  border-radius: 0px;
  line-height: 58px;
  border: 1px solid #777171;
  padding-left: 10px;
  font-family: Lato;
  font-size: 16px;
  color: #b4b4b4;
}

.woocommerce-billing-fields input, .woocommerce-billing-fields select {
  height: 58px;
  border: 1px solid #777171;
  padding-left: 10px;
  font-family: Lato;
  font-size: 16px;
  color: #777171;
}

.woocommerce-billing-fields input::-webkit-input-placeholder, .woocommerce-billing-fields select::-webkit-input-placeholder {
  font-family: Lato;
  font-size: 16px;
  color: #777171;
}

.woocommerce-billing-fields label {
  display: none !important;
}

.select2-container .select2-choice .select2-arrow {
  width: 18px !important;
  border: 0px;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 49%;
}

.woocommerce-checkout-review-order-table {
  border: 1px solid #777171 !important;
  border-radius: 0px !important;
  font-size: 16px !important;
}

.woocommerce-checkout-review-order-table tr {
  border: 1px solid #777171 !important;
}

.woocommerce-checkout-review-order-table .cart_item .product-name {
  font-weight: 300 !important;
}

.woocommerce-checkout-review-order-table thead tr, .woocommerce-checkout-review-order-table tfoot tr {
  color: #b4b4b4 !important;
  font-size: 14px !important;
}

#place_order {
  width: 150px !important;
  color: #000000 !important;
  display: inline-block !important;
  font-size: 14px !important;
  font-family: Lato !important;
  text-transform: uppercase !important;
  background-color: #dec2d3 !important;
  line-height: 54px !important;
  text-align: center;
  padding: 0px !important;
  border-radius: 0px !important;
  line-height: 60px !important;
}

#place_order:hover {
  color: #fff !important;
  background-color: #8560a8 !important;
}

#add_payment_method #payment, .woocommerce-checkout #payment {
  background-color: #fff;
  font-family: Lato;
  font-size: 16px;
}

#add_payment_method #payment label, .woocommerce-checkout #payment label {
  font-weight: 300 !important;
}

.woocommerce-info {
  display: none;
}

.footer_2 ul.socialos_ {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 30px;
}

.footer_2 ul.socialos_ li {
  display: inline-block;
  margin-right: 10px;
}

.footer_2 ul.socialos_ li a {
  background-color: #fff;
  text-align: center;
  display: block;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  line-height: 36px;
  color: #000 !important;
}

.iframe_buster {
  height: 100%;
  width: 100%;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  background-size: cover;
  background-position: 50% 50%;
}

.iframe_buster img {
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.iframe_stopper {
  top: 0px;
  height: 100%;
  width: 100%;
  position: absolute;
  cursor: pointer;
  z-index: -100;
}

.count_it_0 .over, .count_it_1 .over, .count_it_2 .over {
  opacity: 0;
}

.before_after_text ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 30px;
}

.before_after_text ul li {
  font-family: Lato;
  font-weight: 300;
  color: #5f5d5f;
  font-size: 18px;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}

.before_after_text .b_a_1 {
  display: block;
}
.arrow_top {
  position: fixed;
  width: 30px;
  right: 0px;
  border: 1px solid #90778b;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
}

.arrow_top a {
  display: block;
  color: #000;
  text-align: center;
  line-height: 26px;
}

.footer_2 .clearfix {
  max-width: 270px;
}

.footer_2 .clearfix div {
  width: 33.33%;
  float: left;
  padding: 0px 3px;
  margin: 3px 0px;
}

.footer_2 .clearfix div a {
  display: block;
  position: relative;
}

.special_liist {
  text-align: center !important;
}

.special_liist li {
  display: inline-block !important;
  margin: 0px auto;
  background-color: #959595;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  display: block;
  line-height: 60px;
  padding: 0px;
  color: #fff;
  max-width: 200px;
  text-align: center;
}

.special_liist li a {
  color: #fff;
  display: block;
    width: 150px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-family: Lato;
    text-transform: uppercase;
    background-color: #dec2d3;
    line-height: 54px;
    text-align: center;

}

.about_row .clearfix {
  opacity: 0;
}

.arrow_top {
  z-index: -9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.show_meh {
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.flipi .flipbook-viewport {
  margin: 30px 0px;
}

.flipi .container {
  position: relative;
  left: 0px;
  top: 0px;
}

.flipi .container .flipbook {
  left: 75px !important;
}

.insta_post .clearfix.insta_clear div {
  width: 33.33%;
  float: left;
  padding: 2px;
}

.footer_2 ul.ct_us_foot {
  padding-left: 0px;
  list-style: none;
  font-family: Lato;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  margin-top: -5px;
}

.footer_2 ul.ct_us_foot i {
  margin-right: 6px;
}

.shop_grid .shopa_item {
  width: 25%;
}

.main img {
  display: block;
  margin: 0px auto;
  margin-bottom: 5px;
}

#reply-title {
  text-align: center;
  color: #cccccc;
  font-family: Lato;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 30px;
}

.logged-in-as {
  display: none;
}

.blog_comments textarea {
  display: block;
  border: 1px solid #cccccc;
  height: 57px;
  width: 100%;
  background-color: #fff;
  height: 120px;
  padding-left: 10px;
  padding-top: 10px;
}

.blog_comments input {
  display: block;
  border: 1px solid #cccccc;
  height: 57px;
  width: 100%;
  padding-left: 10px;
  background-color: #fff;
}

.blog_comments .name_in {
  padding-left: 0px;
}

.blog_comments .email_in {
  padding-right: 0px;
}

.blog_comments label {
  display: none;
}

.blog_comments input[type="submit"] {
  padding-left: 0px;
  max-width: 175px;
  background-color: #cccccc;
  text-align: center;
  color: #000;
  font-family: Lato;
  font-weight: bold;
  display: block;
  margin: 0px auto;
  margin-right: 0px;
  text-transform: uppercase;
}

.blog_comments .comment-form-comment {
  margin-bottom: 10px !important;
}

.comment.row {
  margin-top: 60px;
}

.comment.row li {
  list-style: none;
  margin-top: 0px;
  margin-bottom: 15px;
}

.comment.row .image_ct img {
  border-radius: 50%;
}

.comment.row .text_comment h3 {
  text-align: center;
  color: #dec2d3;
  font-family: Lato;
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.comment.row .text_comment span {
  text-align: left;
  margin: 0px;
  font-size: 16px;
  font-family: Lato;
  font-weight: 300;
  font-style: italic;
}

.comment.row .text_comment p {
  font-family: Lato;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #cccccc;
  line-height: 24px;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 0px;
}

.product_title.entry-title {
  font-family: Lato;
  font-weight: bold;
  font-size: 23px;
  color: #4d4d4d;
  text-transform: capitalize;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 14px;
  margin-top: 45px;
  margin-bottom: 25px;
}

#gift-certificates {
  width: 80%;
  height: 50px;
  outline: none;
  display: inline-block;
  height: 44px;
  /* width: 256px; */
  border: 1px solid #4c4c4c;
  /* border-radius: 40px; */
  padding-left: 10px;
  color: #4c4c4c;
  font-weight: 300;
  font-style: italic;
  font-family: Lato;
  font-size: 16px;
  text-transform: uppercase;
}

.reset_variations {
  text-align: right;
  font-family: Lato;
  font-weight: bold;
  font-style: italic;
  font-size: 19px;
  margin: 10px 0px;
  text-transform: uppercase;
  text-align: right;
  display: block;
  color: #9e8c9c;
  display: inline-block;
  width: 20%;
  text-align: right;
}

.product_meta {
  display: none;
}

.woocommerce-Price-currencySymbol {
  display: inline-block !important;
}

.single_add_to_cart_button {
  text-align: right;
  font-family: Lato;
  font-weight: bold;
  font-style: italic;
  font-size: 19px;
  margin: 10px 0px;
  text-transform: uppercase;
  text-align: right;
  display: block;
  color: #9e8c9c;
  background-color: transparent;
  border: 0px;
  display: block;
  font-style: normal;
  text-align: center;
  display: block;
  width: 100%;
}

.single_product div p.price {
  display: none !important;
}

.variations {
  margin-top: 40px;
  width: 100% !important;
}

.hide_treasure {
  display: none;
  margin-top: 10px;
}

.hide_treasure input[type="text"], .hide_treasure input[type="email"] {
  width: 100%;
  border: 0px;
  height: 60px;
  padding-left: 10px;
  background-color: #dec2d3;
  margin-bottom: 15px;
}

.hide_treasure input[type="submit"] {
  width: 100%;
  font-family: Lato;
  font-weight: 700;
  font-size: 20px;
  color: #785f75;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #785f75;
  max-width: 150px;
}

/*FLIP CONTROLS*/
.flipbook-viewport #prev_me {
  height: 100%;
  position: absolute;
  width: 30px;
  border-radius: 15px 0px 0px 15px;
  left: 17%;
  border: 1px solid;
  top: -70px;
  box-shadow: 1px 0px 5px black;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border: 0px;
}

.flipbook-viewport .next-button, .flipbook-viewport .previous-button {
  width: 22px;
  height: 100%;
  position: absolute;
  top: 0;
}

.flipbook-viewport .next-button {
  right: -22px;
  border-radius: 0 15px 15px 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.flipbook-viewport .next-button:before {
  content: "\f105";
  position: absolute;
  font-family: fontawesome;
  left: 7px;
  color: #fff;
  top: 49%;
  font-size: 27px;
}

.flipbook-viewport .previous-button {
  left: -22px;
  border-radius: 15px 0px 0px 15px;
  background-color: rgba(0, 0, 0, 0.1);
}

.flipbook-viewport .previous-button:before {
  content: "\f104";
  position: absolute;
  font-family: fontawesome;
  left: 7px;
  color: #fff;
  top: 49%;
  font-size: 27px;
}

div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors {
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  background-color: #a7869a;
  color: #fff;
  border: 0px;
  left: 0px;
  margin: 0px;
  margin-bottom: 20px;
  line-height: 25px;
  font-style: italic;
}

.wpcf7-form {
  position: relative;
}

.half {
  position: relative;
}

.half span {
  display: block;
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  display: block;
  position: absolute;
  font-size: 14px;
  width: 100%;
  font-family: Lato;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #a7869a;
  line-height: 21px;
  text-align: center;
  margin-bottom: 23px;
  text-align: left;
}

.product-remove {
  display: block;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.cart_item .product-remove a.remove {
  margin: 0px auto;
  color: #dec2d3 !important;
}

.cart_item .product-remove a.remove:hover {
  color: #fff !important;
  background-color: #8560a8 !important;
}

.shop_table .cart_item:nth-child(1) .product-remove {
  padding: 30px 12px 10px;
}

header .desktop ul li {
  position: relative;
}

header .desktop ul li:hover .sub-menu {
  z-index: 999;
  opacity: 1;
  visibility: visible;
}

header .desktop ul li:nth-child(1) .sub-menu li {
  padding: 0px !important;
}

header .desktop ul li:nth-child(1) .sub-menu li a {
  padding: 0px 9px;
  display: block;
}

header .desktop ul li:nth-child(1) .sub-menu li a:hover {
  background-color: #a38595;
  color: #fff !important;
}

header .desktop ul li .sub-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 100000;
  background-color: rgba(222, 194, 211,0.9);
  /*top: 58px;*/
  padding: 10px 0px;
  left:0;
}

header .desktop ul li .sub-menu li a {
  line-height: 25px;
  color: #fff !important;
}

/*After publish*/
.home_iteno_molo a:before {
  top: 0px;
  left: 0px;
  bottom: 0px;
  background-color: transparent;
  right: 0px;
  border: 15px solid transparent;
  border-image: url(img/Button.jpg) 15 round;
  height: 100%;
  width: 100%;
}
.myLor {
  max-width: 920px;
  margin:0px auto 20px;
}
.myLor ul li {
  list-style: none;
  display:inline-block;
}
.myLor ul {
  text-align: center;
}
.myLor ul li a {
    width: 150px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-family: Lato;
    text-transform: uppercase;
    background-color: #dec2d3;
    line-height: 54px;
    text-align: center;
}
.woocommerce-error {
  text-align: left;
  max-width: 1200px;
  width: 100%;
  margin: 0px auto;
  line-height: 10pnormal;
  line-height: normal;
  /* margin-bottom: 20px; */
  /* padding-left: 12px; */
  margin-bottom: 10px;
}

.woocommerce-error li {
  text-align: center;
  font-family: Lato;
  font-weight: 300;
  font-size: 18px;
  color: #4b4b4b;
  letter-spacing: 0.06em;
  line-height: 26px;
  text-align: left;
  list-style: none;
  text-transform: uppercase;
  background-color: #ccc;
  color: #fff;
  padding-left: 15px;
  padding: 10px;
}

.woocommerce-error li a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #fff;
  color: #fff;
  background-color: #fff;
  color: #000;
  margin-right: 10px;
}

.woocommerce-message {
  text-align: left;
  max-width: 1200px;
  width: 100%;
  margin: 0px auto;
  line-height: 10pnormal;
  line-height: normal;
  /* margin-bottom: 20px; */
  /* padding-left: 12px; */
  text-align: center;
  font-family: Lato;
  font-weight: 300;
  font-size: 18px;
  color: #4b4b4b;
  letter-spacing: 0.06em;
  line-height: 26px;
  text-align: left;
  list-style: none;
  text-transform: uppercase;
  background-color: #ccc;
  color: #fff;
  padding-left: 15px;
  padding: 10px;
  margin-bottom: 10px;
}

.woocommerce-message a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #fff;
  color: #fff;
  background-color: #fff;
  color: #000;
  margin-right: 10px;
}

/*--------------------------------------------------------------
5.0 Helper Classes
--------------------------------------------------------------*/
footer.sub_footer {
  margin-top: 35px;
  margin-bottom: 33px;
}

.slick-slide, input, textarea {
  outline: none;
}

* {
  margin: 0;
  padding: 0;
}

/* Icon 1 */
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 30px;
  height: 25px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 18px;
}

#nav-icon1 span:nth-child(3) {
  top: 36px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}

/* Icon 2 */
#nav-icon2 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 50%;
  background: #d3531a;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 18px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 36px;
}

#nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon2.open span:nth-child(2) {
  left: -webkit-calc(50% - 5px);
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 29px;
}

#nav-icon2.open span:nth-child(6) {
  left: -webkit-calc(50% - 5px);
  left: calc(50% - 5px);
  top: 29px;
}

/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 9px;
}

#nav-icon3 span:nth-child(4) {
  top: 19px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* Icon 4 */
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
      transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
      transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
      transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}

#wpadminbar {
  padding: 0px !important;
}

/*Hover*/
.hide_me ul li:nth-child(2) .sub-menu {
  /*display: none !important;*/
}

.hide_me_3 ul li:nth-child(3) .sub-menu {
  /*display: none !important;*/
}

/*--------------------------------------------------------------
6.0 Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 1920px) {
  .menu_items {
    display: none;
  }
  html {
    max-width: 1920px;
    margin: 0px auto;
    background-color: #dec2d3;
  }
  html body {
    padding: 1px;
  }
}

@media screen and (max-width: 1650px) {
  .our_stories .blog_stories {
    max-width: 1200px;
  }
  .our_stories .blog_stories a .over span.time {
    width: 42px;
    line-height: 14px;
    font-size: 12px;
    padding: 5px 11px;
  }
  .our_stories .blog_stories a .over h2 {
    font-size: 19px;
  }
  .our_stories .blog_stories a .over p {
    max-height: 50px;
    overflow: hidden;
    margin: 0px;
  }
  .home_waw h2 {
    margin-top: 65px;
  }
  .r_b .over .left_ {
    left: 15px;
  }
}

@media screen and (max-width: 1366px) {
  .home_waw .h_w_ban {
    background-size: contain;
  }
  .home_waw .h_w_ban img {
    height: 440px;
  }
  header .header_wrap ul.menu_ li {
    padding: 0px 9px;
  }
}

@media screen and (max-width: 1200px) {
  .home_four .home_f_border .home_box_links a {
    height: 164px;
  }
  .home_w_slider .slick-track .slick-slide img {
    max-height: 60vh;
  }
  .right_c {
    max-width: 560px;
  }
  .home_l_light {
    padding: 0px 30px;
  }
  .w_s_d {
    padding: 85px 15px 0px;
  }
  .our_stories .clearfix {
    margin-bottom: 40px;
  }
  .team-wrapper {
    text-align: center;
  }
  .team-wrapper .team_container {
    float: none;
    display: inline-block;
    margin-left: -4px;
  }
  .home_waw .h_w_ban img {
    height: 500px;
  }
  .team-wrapper .team_container {
    width: 33.33%;
  }
  .w_banner h2 {
    font-size: 39px;
    line-height: 42px;
  }
  .home_w_slider div img {
    max-height: 500px;
  }
  header .header_wrap ul.menu_ li a {
    font-size: 14px;
  }
  .home_slide .over span {
    font-size: 50px;
    top: 18px;
  }
  .home_slide .over img {
    max-width: 160px;
  }
  .home_four .home_f_border .tri_iten a .over h3 {
    font-size: 30px;
  }
  .hw_it .hw_wrap {
    max-width: 290px;
  }
  .h2_w {
    margin: 50px 0px;
  }
  .clear_bomb {
    margin-top: 40px;
  }
  .w_banner {
    height: 400px;
  }
  .team-wrapper .team_container .team-item p {
    line-height: 29px;
    font-size: 22px;
  }
  .r_b .over {
    padding: 0px 15px;
  }
  .r_b .over .right_ {
    padding-left: 15px;
  }
  .blog_blog .main {
    float: left;
    max-width: 650px;
  }
  .ct-wrap .right-wrap {
    max-width: 470px;
  }
  .main_cat .single_product {
    max-width: 475px;
  }
  .footer_1 iframe {
    width: 100% !important;
  }
}

@media screen and (max-width: 1135px) {
  header .header_wrap ul.menu_ li {
    padding: 0px 5px;
  }
}

@media screen and (max-width: 991px) {
  .sub-footer .foot h2 {
    font-size: 14px;
  }
  .sub-footer .foot {
    padding: 0px 5px;
  }
  .footer_2 ul.socialos_ li {
    margin-right: 7px;
  }
  .home_waw .h_w_ban img {
    height: 250px;
  }
  .blog_number {
    margin-bottom: 30px;
  }
  .blog_number:nth-child(3) {
    width: 100%;
  }
  .blog_number:nth-child(3) a {
    width: 50%;
    margin: 0px auto;
  }
  .cat_container {
    padding: 0px 30px;
  }
  .main_cat .images {
    float: none;
    margin: 0px auto;
  }
  .main_cat .single_product {
    width: 100%;
    max-width: 100%;
  }
  .shop_grid .shop_item {
    width: 50%;
  }
  .ct-wrap .left-wrap {
    float: none;
    margin: 0px auto;
  }
  .ct-wrap .right-wrap {
    max-width: 100%;
  }
  .blog_blog {
    padding: 0px 15px;
  }
  .blog_blog .main {
    float: none;
    max-width: 100%;
  }
  .sidebar {
    float: none;
    margin: 10px auto;
  }
  .left_c {
    float: none;
    margin: 15px auto;
  }
  .right_c {
    float: none;
    max-width: 100%;
    margin: 0px auto;
    text-align: center;
  }
  .right_c hr {
    margin: 10px auto;
  }
  .right_c h2, .right_c p {
    text-align: center;
  }
  .offer_item {
    width: 50%;
    margin: 7px 0px;
  }
  .offer_item:nth-child(3) {
    width: 100%;
  }
  .offer_item:nth-child(3) .offer_wrap {
    width: 50%;
    margin: 0px auto;
  }
  .home_slide .home_slider div img {
    min-height: 450px;
  }
  .our_stories .blog_stories a .over p {
    overflow: visible;
    max-height: 100%;
    margin-bottom: 15px;
  }
  .home_banners .home_ban_it .over {
    left: 0px;
    right: 0px;
    margin: 0px auto;
  }
  .hw_it {
    width: 50%;
    margin-bottom: 10px;
  }
  .hw_it:nth-child(2):before {
    display: none;
  }
  .hw_it:nth-child(3) {
    width: 100%;
  }
  .home_welcome h2 {
    font-size: 40px;
  }
  .home_welcome {
    margin-top: 40px;
  }
  .hw_it {
    width: 50%;
  }
  .home_fam_text p {
    margin-bottom: 40px;
  }
  .testi_slide {
    padding: 0px 15px;
  }
  .home_four .home_f_border .tri_iten {
    width: 50%;
    margin-bottom: 10px;
  }
  .home_four .home_f_border .tri_iten a {
    height: 155px;
  }
}

@media screen and (max-width: 768px) {
  .home_waw .h_w_ban img {
    height: auto;
    visibility: visible;
  }
  .home_waw .h_w_ban {
    background-image: none;
  }
  .home_w_slider .slick-track .slick-slide img {
    max-height: 60vh;
  }
  .contact_us.r_t_t_l, .talk_wrap {
    padding: 0px 15px;
  }
  .team-wrapper .team_container {
    width: 50%;
  }
  .home_waw {
    padding: 0px 15px;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .hw_it {
    width: 100%;
  }
  .hw_it:before {
    display: none;
  }
  .hw_it .hw_wrap {
    margin: 0px auto !important;
  }
  .blog_number {
    width: 100%;
    max-width: 450px;
    margin: 0px auto 30px;
    float: none;
  }
  .blog_number img {
    width: 100%;
  }
  .blog_number {
    width: 100%;
  }
  .blog_number a {
    width: 100%;
    margin: 0px auto;
  }
  .sub-footer .foot {
    width: 100%;
  }
  .sub-footer {
    padding: 0px 15px;
  }
  .sub-footer .row {
    max-width: 370px;
    margin: 0px auto;
  }
}

@media screen and (max-width: 640px) {
  .two_al_ {
    width: 100%;
    margin: 12px 0px;
  }
}

@media screen and (max-width: 570px) {
  .shop_grid .shop_item {
    width: 100%;
  }
  .shop_grid .shop_item img {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .home_l_banner {
    height: 300px !important;
  }
  .shop_grid .shop_item a .over {
    opacity: 1;
  }
  .shop_grid .shop_item a:before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .r_b .over {
    height: auto;
  }
  .r_b .over .left_ {
    position: relative;
    top: 0px;
    font-size: 65px;
  }
  .r_b .over .right_ {
    position: relative;
    top: 0px;
  }
  .r_b .over .right_ p {
    font-family: Lato;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    text-align: left;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .talk_wrap .half {
    width: 100% !important;
    margin-bottom: 10px;
    padding: 0px !important;
  }
  .flipbook-viewport {
    display: none;
  }
  .home_f_video iframe {
    height: 350px;
  }
  .our_stories .blog_stories a .over p {
    display: none;
  }
  .home_w_slider .slick-track .slick-slide img {
    max-height: 35vh;
  }
  .home_f_slider div img, .home_f_slider_1 div img {
    max-height: 35vh;
  }
  .width_5 {
    margin: 10px auto;
  }
  .width_5 input[type="search"], .width_5 select {
    margin: 0px auto;
  }
  .width_5 {
    width: 100%;
    padding: 0px 15px;
  }
  .ct-wrap .right-wrap .half {
    width: 100% !important;
    padding: 0px !important;
  }
  .ct_text {
    left: 0px;
    width: 100%;
  }
  .offer_item {
    width: 100%;
    margin: 7px 0px;
  }
  .offer_item img {
    width: 100%;
  }
  .offer_item:nth-child(3) {
    width: 100%;
  }
  .offer_item:nth-child(3) .offer_wrap {
    width: 100%;
    margin: 0px auto;
  }
  .ct-wrap .contact_wrapper {
    padding: 33px;
  }
  .team-wrapper .team_container {
    width: 100%;
  }
  .home_waw .h_w_ban {
    margin: 0px -15px;
  }
  .home_waw .h_w_ban img {
    height: 350px;
  }
  .home_banners .home_ban_it .over {
    left: 0px !important;
    right: 0px !important;
    margin: 0px auto;
  }
  .w_banner h2 {
    font-size: 27px;
    line-height: 30px;
  }
  .home_w_slider {
    margin: 60px -15px 0px;
  }
  .home_welcome {
    padding: 0px 15px;
  }
  .home_welcome h2 {
    font-size: 25px;
  }
  .home_four .home_f_border .tri_iten {
    width: 100%;
    margin: 5px 0px;
  }
  .home_four .home_f_border .tri_iten a .over h3 {
    font-size: 25px;
  }
  .sub-footer .container {
    padding: 0px;
  }
  .home_waw .h_w_ban {
    background-size: 0px;
  }
  .home_waw .h_w_ban img {
    visibility: visible;
    height: auto;
  }
  .blog_number:nth-child(3) a {
    width: 100%;
  }
  .home_four .home_f_border .tri_iten a {
    height: 120px;
  }
}




/* 19.7.2016 */
.home_slide #arr_down{
  display: none;
}
.about_a .about_us h2{
  margin-top: 90px;
}
.learn_onot {
    margin-top: 45px;
}
.learn_onot .myLor + .text-center {
  max-width: 920px;
  margin: 0px auto 10px;
}
.home_top_separator{
  height: 30px;
  background: #dec2d3;
  position: relative;
}
.home_top_separator:after{
  position: absolute;;
  content: '';
  left: 0;
  bottom: 0;
  height: 9px;
  background: #f1e7ed;
  width: 100%
}
header .pull-right ul li a {
    font-family: Lato;
    text-transform: lowercase;
    font-size: 25px;
    z-index: 2;
    position: relative;
    padding: 0 20px;
    -webkit-transform: skew(20deg);
    -moz-transform: (-20deg);
}
header .pull-right ul li{
    -webkit-transform: skew(-20deg);
    -moz-transform: (-20deg);
    -o-transform: skew(-20deg);
    border-right: 3px solid rgba(250, 250, 250, .3);
    margin-left: -3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .pull-right ul li:hover{
   background: #ad8fa3;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header{
  background-color: rgb(222, 194, 211);
  padding: 0px 10px;
  border-top: 7px solid #e8d6e0;
}
header:after{
  position: absolute;;
  content: '';
  left: 0;
  bottom: -4px;
  height: 4px;
  background: white;
  opacity: .5;
  width: 100%
}
html{
  padding-top: 67px;
}
html:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 7px;
  /*background: #e8d6e0;*/
  left: 0;
  top: 0;
}
.desktop.pull-right{
  float: none !important;
}
header .menu_{
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
header .pull-left i{ 
  position: relative;
  top: 4px;
}
header ul li .sub-menu {
    /*transform: skew(20deg) translateX(-50%);*/
	transform: skew(20deg);
    /*left: 62%;*/
   transform-origin: 0 0;
}
header ul li .sub-menu li {
    transform: skew(0deg);
    /*padding: 0px;*/
    padding: 5px 0;
    /*width: 225px;*/
    width:230px;
}
header ul li .sub-menu li a{
  text-align: left;
  font-size: 17px !important;
  text-transform: capitalize;
transform: skew(0deg);
}
header .pull-left{
  position: relative;
  padding-right: 26px;
  float: none !important;
  display: inline-block;
}
header .pull-left li{
  border: 0 !important;
}
header .pull-left ul{
  margin-left: 0;
}
@media screen and (max-width: 1900px) {
  header .pull-right ul li a{
      padding: 0 13px;
  }
}
@media screen and (max-width: 1800px) {
  header .pull-right ul li a{
      font-size: 30px;
  }
}
@media screen and (max-width: 1700px) {
  header .pull-right ul li a{
      font-size: 28px;
      padding: 0 10px;
  }
}
@media screen and (max-width: 1500px) {
  header .pull-right ul li a{
      font-size: 25px;
      padding: 0 8px;
  }
  header .pull-left ul li{
    padding-left: 0;
  }
}
@media screen and (max-width: 1200px){
  header .header_wrap ul.menu_ li a {
    font-size: 22px; 
   } 
}
@media screen and (max-width: 992px){
  header .header_wrap ul.menu_ li a {
    font-size: 20px; 
    letter-spacing: 0;
    padding: 0 5px;
   } 
   header .pull-left {
    padding-right: 5px;
  }
}
@media screen and (max-width: 768px){
   header .pull-left {
    margin-left: 0;
    padding-right: 0;
  }
  header .pull-left:after{
    display: none;
  }
  .addToCartDesktop,
  .reviews_text {
  	display:none !important;
  }
  .addToCartMobile,
  .addToCartMobileText {
  	display:block !important;
  }
}

.ct-wrap ul li i{
  width: 16px;
}
.ct-wrap ul li span{
  left: 37px;
}
.menu_items{
  background-color:rgba(222, 194, 211, 0.9);
}
.offer_item .offer_wrap:before{
  background-color: #a7869a;
}
.active.offer_item:before{
  background-color: #a7869a;
}
.active.offer_item .offer_wrap:after{
  border: 20px solid #a7869a;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.offer_item .offer_wrap .over h1{
  font-size: 24px;
}
.footer_2 ul.ct_us_foot i{
  min-width: 14px;
}
@media screen and (max-width: 544px){
  .main_cat .images{
    width: 100%;
  }
  .shop_grid .container{
    padding: 0;
  }
}
.flipbook-viewport .previous-button{
  background-color: rgb(222, 194, 211);
}
.flipbook-viewport .next-button{
  background-color: rgb(222, 194, 211);
}
.flipbook-viewport .page{
  background-position: 0 0;
}
.flipbook .page{
  box-shadow: none;
}
.flipbook-viewport .flipbook{
  top: 0 !important;
}
.flipi .flipbook-viewport{
    padding: 60px 25px 0px !important;
}
.my-container ul li {
      font-family: Lato;
    font-weight: 300;
    color: #5f5d5f;
    font-size: 20px;
    letter-spacing: 0.06em;
    margin-bottom: 15px;
    padding-left: 15px;
    text-align: left;
}
.related.products {
  display: none !important;
}
#tab-title-description {
  display: none !important;
}
.reviews_tab {
  width: 150px;
  color: #000000;
  display: block;
  font-size: 14px;
  font-family: Lato;
  text-transform: uppercase;
  background-color: #dec2d3;
  line-height: 54px;
  list-style: none;
  text-align: center;
  color: #000;
}
.reviews_tab a {
  color: #000;
}
#tab-reviews {
  display: block !important;
}
#reviews #comments h2 {
  display: none;
}
.comment_container img {
  border-radius: 50%;
}
#reviews_summary,#reviews {
  font-family: Lato;
}
#reviews .comment-form-comment label {
  display: none;
}
#reviews .comment-form-comment textarea {
    display: block;
    border: 1px solid #cccccc;
    height: 57px;
    width: 100%;
    background-color: #fff;
    height: 120px;
    padding-left: 10px;
    padding-top: 10px;
}
#reviews input[type="submit"] {
    padding-left: 0px;
    max-width: 175px;
    background-color: #cccccc;
    text-align: center;
    color: #000;
    font-family: Lato;
    font-weight: bold;
    display: block;
    margin: 0px auto;
    margin-right: 0px;
    text-transform: uppercase;
    display: block;
    height: 50px;
    width: 100%;
    border: 0px;
}
#reviews_summary h3 {
      text-transform: uppercase;
    font-size: 18px;
}
.woocommerce-message {
  position: fixed;
  z-index: 1000;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

#sb_instagram {
padding-right:20px;
}

a.classToCart:hover,
.ratingButton:hover,
.ow_work .two_row .full_width a:hover,
.learn_but_sub:hover,
.work_ban .over a:hover,
.sidebar .my_work_widget input[type="submit"]:hover {
	background-color:#dec2d3 !important;
	color:#ffffff !important;
}

.special_liist li a:hover,
.work_ban .over a:hover,
.sidebar .widget_search input[type="submit"]:hover,
.sidebar .widget_categories li a:hover,
.ct-wrap .right-wrap .full input[type="submit"]:hover,
.menu_cart_has_item,
.next-button:hover,
.previous-button:hover {
	background-color:#ad8fa3 !important;
	color:#ffffff !important;
}

#overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000000;
	opacity:0.3;	
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
	text-align:left;
}

.woocommerce .star-rating span::before {
	color:#f09d4d;
}

.next-button,
.previous-button {
	cursor: pointer;
}

.addToCartDesktop {
	display: block;
}

.addToCartMobile,
.addToCartMobileText {
	display: none;
}

.addToCartDesktop,
.addToCartMobileText {
	color: #fff !important;
	background-color: #a7869a !important;
	padding: 10px 10px !important;
	font-family: Lato !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
	letter-spacing: 0.06em !important;
}

.addToCartMobile {
	color: #fff !important;
	background-color: #a7869a !important;
	padding: 5px 5px 5px 15% !important;
	font-family: Lato !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
	letter-spacing: 0.06em !important;
}

.a_link_s a:nth-child(2) {
	display: block;
	color: #fff;
	background-color: #a7869a;
	padding: 10px 10px;
	font-family: Lato;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.06em;
}

.pricebar {
	position: absolute;
    color: #fff;
    font-weight: bold;
    width: 100%;
    text-align: center;
    font-family: Lato;
    width: 100px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 33.33%;
    border-left: 1px solid #fff;
    line-height: 42px;
    top: 0px;
    background-color: #a7869a;
}

.ratingButton {
 	position: absolute;
    right: 12px;
    top: 11px;
    width: 33.33%;
    border-left: 1px solid #fff;
    line-height: 42px;
    top: 0px;
    right: 0px;
    box-sizing: border-box;
    background-color: #a7869a;
    max-height:42px;
	height:42px;
}

.slide_reviews {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: Lato;
    text-transform: uppercase;
    font-weight: 300;
    vertical-align: middle;
    line-height: 40px;
}

.previous_link,
.next_link {
	min-width:33%;
	float:left;
}
.first_link,
.pagination_spacer,
.last_link {
	min-width:5%;
	text-align:center;
	float:left;
}
.other_pages {
	min-width:14%;
	text-align:center;
	float:left;
}
.previous_link {
	text-align:left;
}
.next_link {
	text-align:right;
}

.shop_wrap #woocommerce_product_search-2 button {
    display: none;
}

.slick-slide {
	max-height:730px !important;
}