@import "fonts/classica.css";
@import "fonts/Andantinoscript.css";
/*
Theme Name: Ledda Theme
Theme URI: http://marialedda.com/
Author URI: http://marialedda.com/
Version: 4.0.2
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: black, blue, white, light, one-column, fluid-layout, responsive-layout, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
*/

blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}

* {
	box-sizing: border-box;
}

*:focus {
  outline: none !important;
}
body {
  background: url(i/bg.jpg) center top no-repeat #fcfdf8;
  min-height: 900px;
  font-family: 'Open Sans';
  overflow-x: hidden; 
}

p {
	margin: 0 0 20px;
	line-height: 22px;
}

.wrapper {
	margin: 0 auto;
	height: inherit;
	position: relative;
}
.logo {
  width: 611px;
  height: 200px;
  display: block;
  background: url(i/logo.png);
  margin: 50px 0;
  margin-right: auto;
  margin-left: 220px;
}

.bonus-bg {
  width: 511px;
  height: 436px;
  background: url(i/bonus-bg.png);
  position: absolute;
  right: -180px;
  bottom: -140px;
}
.bonus-bg-wrapper  {
  position: absolute;
  top: 182px;
  left: 205px;
}
.bonus-bg-wrapper a {
  background: url(i/icon-box.png) left center no-repeat;
  line-height: 34px;
  font-size: 16px;
  color: #fff;
  padding-left: 30px;
  display: block;
}

.content {
}

.header-bg {
  background: url(i/header-bg.png);
  width: 509px;
  height: 286px;
  position: absolute;
  left: -70px;
  bottom: 0;
  z-index: 1;
}

.section-0 .heading {
  font-size: 22px;
  color: #878787;
  font-style: italic;
  width: 380px;
  text-align: center;
  margin-top: 60px;
  margin-left: 50px;
}
.section-0 .subheading {
  font-size: 20px;
  color: #878787;
  text-align: center;
  margin-bottom: 15px;
}
.arrow {

}

.widget-area ul, 
.widget-area ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.widget-area .widget-title {
  font-size: 32px;
  line-height: 30px;
  font-family: 'Andantinoscript';
  color: #b3687c;
  margin: 0;
  margin-bottom: 20px;
}


#main-content {
  background: #fff;
  padding: 25px 25px;
  font-size: 16px;
  color: #000;
  line-height: 1;
  border-top: 3px solid #b3687c;
}

.h1 {
  font-size: 40px;
  line-height: 32px;
  font-family: 'Andantinoscript';
  color: #b3687c;
  margin: 0;
  margin-bottom: 20px;
}

.bonus {
  font-size: 40px;
  line-height: 32px;
  font-family: 'Andantinoscript';
  color: #b3687c; 
}

.left-col {
  float: left;
  width: 100%;
  padding-right: 0px;
}
.right-col {
  float: left;
  width: 28%;
}

.menu ul,
.menu {
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  display: flex;
  /* background: #fff; */
  /* padding: 0 2.5px; */
  border-radius: 0;
  align-content: center;
  justify-content: center;
  overflow: hidden;
}
.menu li {
  display: flex;
  /* float: left; */
  flex: 0 0 calc(100% / 10);
  background: #f3d3c6;
  box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.1);
  /* border-radius: 5px;
  box-shadow: 3px 0px 3px 1px rgba(0,0,0,0.1); */ 
  flex: 1 1 auto !important;
  position: relative;
}

.menu a {
  width: 100%;
  display: block;
  line-height: 45px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  font-family: 'Open Sans';
  text-decoration: none;
  padding: 0 10px;
  background: #f3d3c6;
  text-decoration: none;
  transition: all;
  position: relative;
}
.menu a span {
  position: relative;
  z-index: 2;
}
.menu a:after {
  background: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0) );
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  content: "";
  opacity: 1;
  transition: 0.25s;
  z-index: 1;
}
.menu li:hover a:after {
  opacity: 0;
  transition: 0.25s;
}
.menu .current_page_item a {
  background: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0) ), #b3687c;
  color: #fff;
}

#sidebar .menu {
  display: block;
}
#sidebar .menu li {
  box-shadow: none;
  margin-bottom: 8px;
  border-radius: 5px;
  display: block;
  overflow: hidden;
}

/*
.menu li:nth-child(1) a { background: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0) ), #f7c3f4; }
.menu li:nth-child(2) a { background: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0) ), #f794f1; }
.menu li:nth-child(3) a { background: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0) ), #f75fee; }
.menu li:nth-child(4) a { background: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0) ), #f71dea; }
.menu li:nth-child(5) a { background: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0) ), #f75fee; }
.menu li:nth-child(6) a { background: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0) ), #f794f1; }
.menu li:nth-child(7) a { background: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0) ), #f7c3f4; }
.menu li:nth-child(8) a { background: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0) ), #a5bbff; }

.menu li:nth-child(10) a:before,
.menu li:nth-child(11) a:before {
  background-image: url(i/icon-box.png);
  background-repeat: no-repeat;
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 5px;
}

.menu li:nth-child(10) { display: none; }
.menu li:nth-child(11) { display: none; }

*/


.menu .current_page_item a,
.menu a:hover {
  /* opacity: 0.9; */
  text-decoration: none;
}

.gift-icon {
  background: url(i/icon-box.png);
  width: 32px;
  height: 32px;
  display: inline-block;
  float: right; 
}


.comment-title {
  padding-top: 84px;
  background: url(i/comment-icon.png) top 40px center no-repeat;
  color: #000;
  font-size: 24px;
  font-style: italic;
  text-align: center;
  margin-top: 50px;
  border-top: 1px solid #e4eff3;
  margin-bottom: 20px;
}
.comment-subtitle {
  max-width: 450px;
  line-height: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #e8e0de;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 5px;
}
.comments-form {
  max-width: 450px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.comments-form .wpcf7-submit {
  color: #fff;
  background: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0) ), #b3687c;
}
.comments-form .wpcf7-submit:hover {
  background: #b3687c;
}

.comments-form .wpcf7-form-control-wrap {
  max-width: 100%;
  resize: none;
}

.entry-content iframe {
  background: none;
  overflow: hidden;
  border-radius: 3px;
  display: block;
  height: 410px;
  margin: 0 auto;
  max-width: 100%;
  width: 730px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.btn-block.btn-lg {
  height: 45px;
  /* line-height: 45px; */
  color: #fff;
  /* font-weight: 300; */
  padding: 0;
  margin-bottom: 10px;
}
.btn-green {
  background: linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0.15),
      rgba(0, 0, 0, 0.0)
    ), #84a903;
}
.btn-green:hover {
  background: linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0.15),
      rgba(0, 0, 0, 0.0)
    ), #a1bd04;
}
.btn-orange {
  background: linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0.15),
      rgba(0, 0, 0, 0.0)
    ), #f08127;
}
.btn-orange:hover {
  background: linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0.15),
      rgba(0, 0, 0, 0.0)
    ), #ff9c3b; 
}

.modal .btn-rose {
  background: #e02258;
  color: #fff;
}
.modal input {
  margin-bottom: 5px;
}




@media (max-width: 992px) {

  .navigation {
    /* margin-top: -270px; */
  }
  .section-0 {
    /* margin-bottom: 270px; */
  }
  .menu {
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    display: flex;
    background: transparent;
    padding: 0 2.5px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

/*
  .menu ul {
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    display: flex;
    padding: 0 2.5px;
    border-radius: 0;
    align-content: center;
    justify-content: space-between;
    overflow: hidden;
    flex-wrap: wrap;
}
  .menu li {
    display: flex;
    flex: 0 0 calc(49%);
    background: #fff;
    border-radius: 5px;
    box-shadow: 3px 0px 3px 1px rgba(0,0,0,0.1);
    margin-bottom: 10px;
  }
  .menu a {
    width: 100%;
    display: block;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    font-family: 'Open Sans';
    text-decoration: none;
    padding: 0 10px;
    background: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0) ), #c1105a;
    margin: 4px 3.5px;
    border-radius: 3px;
  }
  */
  .section-0 + .container {
    /* width: 100%; */
    /* border-top: 3px solid #ff9e00; */
  }


}







/* FOOTER */

.footer {
    height: 489px;
    background: url(i/bg-footer.jpg) center top -1px;
    color: #fff;
}
.footer a {
  color: #fff;
}
.footer .container {
  position: relative;
  height: inherit;  
}
.text-32 {
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 170px;
    left: 0;
    right: 0;
    line-height: 18px;
    text-align: center;
}
.vertical-life-txt {
    width: 289px;
    height: 38px;
    background: url(i/logo-white.png);
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -145px;
}
.copy {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    bottom: 45px;
    position: absolute;
    left: 0;
    right: 0;
}
.links {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

.links a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 12px;
    margin: 0 10px;
    text-decoration: none;
}

input::-webkit-input-placeholder { color:#8c817f; }
input:-moz-placeholder { color:#8c817f; } /* FF 4-18 */
input::-moz-placeholder { color:#8c817f; } /* FF 19+ */
input:-ms-input-placeholder { color:#8c817f; } /* IE 10+ */

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */


.footer-line {
  height: 38px;
  width: 100%;
  background: url(i/line.png) top center no-repeat;
  background-size: cover;
  display: none;
}

@media (max-width: 992px) {
    .footer-line {
      height: 38px;
      width: 100%;
      background: url(i/line.png) top center no-repeat;
      background-size: cover;
    }
    .menu li:nth-child(10) { display: flex; flex: 0 0 calc((100% / 2) - 7.5px); }
    .menu li:nth-child(11) { display: flex; flex: 0 0 calc((100% / 2) - 7.5px); }
}

.footer .social {
  margin-top: 30px;
}
.footer .social > a {
  margin-left: 20px;
}
.footer .social .vk {
  display: inline-block;
  float: right;
  margin-bottom: 10px;
  margin-top: 20px;
  width: 45px;
  height: 45px;
  background: url(i/soc-vk.png) top center no-repeat;
}
.footer .social .fb {
  display: inline-block;
  float: right;
  margin-bottom: 10px;
  margin-top: 20px;
  width: 45px;
  height: 45px;
  background: url(i/soc-fb.png) top center no-repeat;
}
.footer .social .ig {
  display: inline-block;
  float: right;
  margin-bottom: 10px;
  margin-top: 20px;
  width: 45px;
  height: 45px;
  background: url(i/soc-ig.png) top center no-repeat;
}
.footer .social .tw {
  display: inline-block;
  float: right;
  margin-bottom: 10px;
  margin-top: 20px;
  width: 45px;
  height: 45px;
  background: url(i/soc-tw.png) top center no-repeat;
}
.footer .social .yt {
  display: inline-block;
  float: right;
  margin-bottom: 10px;
  margin-top: 20px;
  width: 45px;
  height: 45px;
  background: url(i/soc-yt.png) top center no-repeat;
}
.footer .social .vk:hover {
  background: url(i/soc-vk.png) bottom center no-repeat;
}
.footer .social .fb:hover {
  background: url(i/soc-fb.png) bottom center no-repeat;
}
.footer .social .ig:hover {
  background: url(i/soc-ig.png) bottom center no-repeat;
}
.footer .social .tw:hover {
  background: url(i/soc-tw.png) bottom center no-repeat;
}
.footer .social .yt:hover {
  background: url(i/soc-yt.png) bottom center no-repeat;
}
.ledda-img {
  width: 80px;
  height: 80px;
  background: url(i/ledda-img.png);
  float: left;
  margin-top: 50px;
  visibility: hidden;
}
.ledda-text {
  width: 232px;
  height: 107px;
  background: url(i/ledda-text.png) center center;
  background-repeat: no-repeat;
  float: left;  
  margin-top: 50px;
  margin-left: 20px;
}

@media (max-width: 1200px) {
    .logo {
      width: 384px;
      height: 124px;
      display: block;
      background: url(i/logo-md.png);
      background-size: cover;
      margin: 42px auto;
      margin-left: 250px;
      margin-right: auto;
      position: relative;
      z-index: 2;
    }
    .ledda-text {
      position: absolute;
    }
    body {
      background-image: url(i/bg-sm.jpg);
    }
    .footer {
      background-image: url(i/bg-footer-md.jpg);
      height: 307px;
    }
    .footer .social {
      margin-top: 0px;
    }
    .footer p {
      line-height: 16px;
      font-size: 13px;
    }
    .ledda-text {
      width: 197px;
      height: 52px;
      background: url(i/ledda-text-md.png);
      float: left;
      background-size: contain;
      background-repeat: no-repeat;
      margin-left: 80px;
      margin-top: 20px;
    }
    .text-32 {
      line-height: 16px;
      font-size: 14px;
      top: 80px;
    }

}
@media (max-width: 992px) {
    body {
      background-image: url(i/bg-xs.jpg);
      background-size: auto;
    }
    .section-0 {
      max-width: 480px;
      margin: 0 auto;
    }
    .logo {
      width: 314px;
      height: 115px;
      display: block;
      background: url(i/logo-sm.png);
      margin: 30px auto;
      margin-left: 0px;
      position: relative;
      z-index: 2;
      background-size: contain;
      background-repeat: no-repeat;
      max-width: 100%;
      background-position: center center;
    }
    .bonus-bg {
      display: none;
    }
    .header-bg {
      background: url(i/header-bg-sm.png);
      width: 312px;
      height: 250px;
      position: absolute;
      left: -150px;
      bottom: -45px;
      z-index: -1;
    }
    .section-0 .container {
      width: 100%;
    }
}

@media (min-width: 768px) {
  .social > a {
    float: none !important;
  }
}

@media (max-width: 767px) {

  .container {
    width: 440px;
  }
  .menu {
    padding: 0;
  }
  .menu li {
    flex: 1 1 calc(100%/3) !important;
  }
  .aside-menu .menu li {
    flex: 1 1 calc(100%/2) !important;
  }
  .aside-menu .widget-title {
    font-size: 32px;
    line-height: 1;
    font-family: 'Andantinoscript';
    color: #b3687c;
  }
  .aside-menu {
    margin-bottom: 15px;
  }  
  .aside-menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .aside-menu #menu-prodvizhenie-brenda {
    padding: 0;
    margin: 0;
    list-style-type: none;
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
  }
  #sidebar {
    display: none;
  }

  .footer .social > a {
    float: none !important;
  }
  .footer {
    background-image: url(i/bg-footer-sm.jpg);
    height: 352px;
  }
  .footer p {
    font-size: 11px;
  }
  .footer .text-32,
  .footer .vertical-life-txt,
  .footer .copy,
  .footer .links {
    position: initial;
  }
  .footer .vertical-life-txt {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .copy {
    font-size: 12px;
  }
  .links a {
    margin: 0 4px;
    font-size: 10px;
  }
  .footer .social {
    margin-top: 0px;
  }
  .comment-subtitle {
    font-size: 13px;
  }
  .widget-area .widget-title {
    text-align: center;
  }


}