

@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
*/

/* html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,center,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}
body{line-height:1}ol,ul{list-style:none}*/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 {
  border-top: 6px solid #91ba00;
  background: url(i/bg.jpg) center top no-repeat #fff;
  min-height: 900px;
  font-family: 'Open Sans';
}

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

.logo {
  width: 752px;
  height: 143px;
  display: block;
  background: url(i/logo.png);
  margin: 90px auto ;  
}
.ledda-logo {
  display: block;
  margin-top: 25px;
  width: 200px;
  height: 115px;
  background: url(i/ledda-logo.png);
}
.after-footer {
  display: none;
}
.content {

  

}

.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 {

}


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

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

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

.left-col {
  float: left;
  width: 72%;
  padding-right: 20px;
}
.right-col {
  float: left;
  width: 28%;
}

.navigation ul {
  display: flex;
  margin: 0 auto;
  padding: 0;
  justify-content: center;
}
.menu {
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  display: flex;
}
.menu li {
  display: block;
  flex: 1 1 auto;
}

.menu a {
  /* width: 100%; */
  display: block;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-family: 'Open Sans';
  text-decoration: none;
  padding: 0 5px;
  background: linear-gradient(
      rgba(255, 255, 255, 0), 
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0)
    ), #e5e34e;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.menu li:first-child a {
  border-top-left-radius: 5px;
}
.menu li:last-child a {
  border-top-right-radius: 5px;
  border-right: 0;
}

.menu .current_page_item a,
.menu a:hover {
  background: linear-gradient(
      rgba(255, 255, 255, 0), 
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0)
    ), #96b81d;
  text-decoration: none;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.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;
}

.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)
    ), #95b61d;
}
.btn-green:hover {
  background: linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0.15),
      rgba(0, 0, 0, 0.0)
    ), #88a71b;
}
.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;
}










/* FOOTER */

.footer{height:439px;background:url(i/footer.jpg) center top -2px / cover;color:#fff;}
.footer a{color:#fff;position:relative;z-index:2}
.footer .container{position:relative;height:inherit;padding-top: 10px;}
.text-32{font-size:14px;color:#fff;position:absolute;top:130px;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:50px;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: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+ */
.social{margin-top:30px;}
.social > a{margin-left:20px;}
.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;}
.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;}
.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;}
.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;}
.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;}
.social .vk:hover{background:url(i/soc-vk.png) bottom center no-repeat;}
.social .fb:hover{background:url(i/soc-fb.png) bottom center no-repeat;}
.social .ig:hover{background:url(i/soc-ig.png) bottom center no-repeat;}
.social .tw:hover{background:url(i/soc-tw.png) bottom center no-repeat;}
.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:30px;}
.ledda-text{width:231px;height:62px;background:url(i/ledda-text.png);float:left;margin-top:39px;margin-left:20px;}
.podcast-download-link{margin:0 0 6px;text-align:right;width:100%!important;}
.podcast-download-link a{background:#777;color:#FFF;text-align:center;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;padding:2px 6px;font-size:13px;}
.podcast-download-link a:hover{background:#b00;color:#fff;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
.social .icons { align-items: center; justify-content: space-between; display: flex; }
.social .icons a { margin: 20px 5px 10px; }


@media (max-width: 991.98px) {
  body {background: url(i/bg-xs.jpg) center top no-repeat #f7f9f0;}
  #main-content{padding: 25px; border: none; margin-top: 10px; }
  .navigation ul {flex-flow: column;}
  .navigation ul {
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .navigation ul li {
    margin-bottom: 0.5em;
    flex: 0 0 calc(98% / 3);
  }
  .d-bonuses {
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .d-bonuses a {
    margin-bottom: 0.5em !important;
    flex: 0 0 calc(98% / 2);
    margin-top: 0 !important;
  }
  .logo {
    margin-bottom: 32px;
  }
  .navigation ul li a { border-radius: 40px !important; }
  .logo{width: 369px;height:126px; background-image: url(i/logo-xs.png); margin-top: 20px; margin-bottom: 20px; margin-left: 0;}
  .container{max-width:480px;}
  .header{background:url(i/header-xs.jpg) center top no-repeat;}
  .footer{background-image:url(i/footer-xs.jpg);background-position:center center;height:301px;padding-top: 0px;}
  .social > a{margin-left:10px;float:none!important;}
  .text-32{top:110px;}
  .links{position:absolute;bottom:15px;}
  .copy{font-size:10px;bottom:35px;}
  .text-32 p{font-size:9px;}
  .text-32 p + p{font-size:9px;line-height:10px;margin-top:40px;}
  .vertical-life-txt {
    margin-top: -15px;
  }

  .bonus-menu {
    position: initial;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .bonus-item {
    background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), #09d9ff;
    color: #fff;
    text-decoration: underline;
    position: initial;
    flex: 0 0 calc(95% / 3);
    border-radius: 3px;
  }
  .bonus-item:before {
    display: inline-block;
    content: "";
    width: 27px;
    height: 27px;
    background: url(i/bonus-white.png);
    margin-right: 10px;
  }
  .links {
    position: absolute;
    bottom: 15px;
    display: flex;
    justify-content: space-around;
  }
  .links a {
    margin: 0;
    font-size: 11px;
  }
}