@import url("css/style.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;
}

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




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