@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 #FFFF02;
  background: url(i/bg.jpg) center top no-repeat #110907;
  min-height: 900px;
  font-family: 'Open Sans';
}

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

.wrapper {
	width: 1100px;
	margin: 0 auto;
	height: inherit;
	position: relative;
}
.container {
  width: 1000px;
}
.logo {
  width: 524px;
  height: 135px;
  display: block;
  background: url(i/logo.png);
  margin: 90px auto;  
  opacity: 0;
}
.ledda-logo {
  display: block;
  margin-top: 25px;
  width: 200px;
  height: 115px;
  background: url(i/ledda-logo.png);
}
.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 #b80063;
  padding: 50px 50px;
  font-size: 16px;
  color: #000;
  line-height: 1;
}

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

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

.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;
}
.menu li {
  display: block;
  float: left;
}

.menu a {
  /* width: 100%; */
  display: block;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-family: 'Open Sans';
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 15px;
  background: linear-gradient(
      rgba(255, 255, 255, 0), 
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0)
    ), #c1105a;
  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)
    ), #e00e66;
  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)
    ), #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;
}










/* FOOTER */

.footer {
    height: 410px;
    background: url(i/footer.jpg) center top -2px / cover;
    color: #fff;
    border-top: 6px solid #331905;
}
.footer a {
  color: #fff;
}
.footer .container {
  position: relative;
  height: inherit;  
}
.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;
}