@import "fonts/Esenin.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;
}

body {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	background: url(img/bg.jpg) top center no-repeat #f7f9f0;
  border-top: 6px solid #91ba00;
}

.wrapper {
	width: 1100px;
	margin: 0 auto;
	height: inherit;
	position: relative;
}

body > header {
  height: 350px;
  position: relative;
  padding-top: 90px;
}
.logo {
  background: url(img/logo.png);
  width: 965px;
  height: 110px;
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.navigation {
  height: 38px;
  position: absolute;
  top: 312px;
  left: 0;
  right: 0;
  padding-top: 0;
  line-height: 38px;
  z-index: 10;
}
.navigation > div {
  border-bottom: 3px solid #c1105a;
}
.navigation ul {
  display: flex;
  margin: 0 auto;
  padding: 0;
  justify-content: center;
  margin-left: 2rem;
  margin-right: 2rem;
}
#site-description {
  color: #663300;
  font-size: 18px;
  font-style: italic;
  left: 5%;
  right: 5%;
  line-height: 26px;
  position: absolute;
  text-align: center;
  top: 145px;
  font-weight: 400;
}

.menu {
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  z-index: 20;
}

.menu li {
  display: block;
  float: left;
  flex: 1 1 auto;
  box-shadow: -1px 1px 3px rgba(0,0,0,0.2);
}

.menu a {
  /* width: 100%; */
  display: block;
  line-height: 35px;
  font-size: 12.9px;
  color: #fff;
  text-align: center;
  font-family: 'Open Sans';
  text-decoration: none;
  padding: 0 10px;
}

.menu a:hover {
  text-decoration: underline;
}


#container #content {
  background: #fff none repeat scroll 0 0;
  border-radius: 0px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  padding: 40px 35px;
  position: relative;
  width: 1100px;
}

/* FOOTER */

.footer {
    height: 410px;
    background: url(img/bg-footer.jpg) center top / cover;
    color: #fff;
}
.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;
}
.text-32 p { 
  font-size: 14px;
  line-height: 18px;
}
.vertical-life-txt {
    width: 289px;
    height: 38px;
    background: url(img/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;
}
.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(img/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(img/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(img/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(img/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(img/soc-yt.png) top center no-repeat;
}
.social .vk:hover {
  background: url(img/soc-vk.png) bottom center no-repeat;
}
.social .fb:hover {
  background: url(img/soc-fb.png) bottom center no-repeat;
}
.social .ig:hover {
  background: url(img/soc-ig.png) bottom center no-repeat;
}
.social .tw:hover {
  background: url(img/soc-tw.png) bottom center no-repeat;
}
.social .yt:hover {
  background: url(img/soc-yt.png) bottom center no-repeat;
}

.ledda-img {
  width: 80px;
  height: 80px;
  background: url(img/ledda-img.png);
  float: left;
  margin-top: 30px;
}
.ledda-text {
  width: 231px;
  background: url(img/ledda-text.png) no-repeat;
  float: left;
  margin-top: 39px;
  margin-left: 20px;
  padding-top: 43px;
  font-size: 14px;
  white-space: nowrap;
  line-height: 15px;
}


.blck-1 {
  width: 355px;
  height: 50px;
  color: #fff;
  position: absolute;
  left: 0;
  top: -60px;
  background: #1fd8b7;
  font-weight: 300;
  font-size: 22px;
  font-family: 'Open Sans';
  text-align: center;
  line-height: 50px;
}
.blck-2 {
  width: 355px;
  height: 50px;
  color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -177.5px;
  top: -60px;
  background: #3198e1;
  font-weight: 300;
  font-size: 22px;
  font-family: 'Open Sans';
  text-align: center;
  line-height: 50px;
}
.blck-3 {
  width: 355px;
  height: 50px;
  color: #fff;
  position: absolute;
  right: 0;
  top: -60px;
  background: #f82456;
  font-weight: 300;
  font-size: 22px;
  font-family: 'Open Sans';
  text-align: center;
  line-height: 50px;
}

.menu li {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9933+0,eb8d2f+65,ff9933+100 */
  background: #ff9933; /* Old browsers */
  background: -moz-linear-gradient(top,  #ff9933 0%, #eb8d2f 65%, #ff9933 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ff9933 0%,#eb8d2f 65%,#ff9933 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ff9933 0%,#eb8d2f 65%,#ff9933 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9933', endColorstr='#ff9933',GradientType=0 ); /* IE6-9 */
}

.menu li a {
  /* background: rgba(255,255,255,0.3); */
}
.menu li a:hover,
.menu li.current_page_item a {
  background: rgba(255,255,255,0.3);
}

.author {
  font-family: Arial;
  font-size: 24px;
  position: absolute;
  left: 500px;
  top: 50px;
  color: #fff;
  font-style: italic;
  line-height: 32px;
}
.author small {
  display: block;
  font-size: 18px;
}

h1 {
  font-size: 48px;
  line-height: 100px;
  font-family: 'EseninscriptOne';
  color: #ff6600;
}

p {
    font-size: 16px;
    line-height: 22px;
    text-indent: 1em;
    padding: 0 20px;
}
p + p {
  margin-top: 10px;
}

hr {
  height: 1px;
  background: #239fc8;
  border: none;
  margin: 20px 0;
}

.comment-title {
  padding-top: 84px;
  background: url(img/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 {
  border-radius: 5px;
  display: block;
  height: 440px;
  margin: 0 auto;
  padding: 4px;
  background: #fcef00;
  width: 742px;
}

.stage-num {
  background: #fcef00;
  position: relative;
  margin-right: 15px;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: 'Open Sans';
  font-style: italic;
  margin-bottom: 15px;
  display: inline-block;
  float: left;
  margin-top: 22px;
  margin-right: 40px;
}
.stage-num + h1 {
  float: left;
  margin-bottom: 20px;
}
.stage-num + h1:after {
  content: "";
  clear: both;
  display: table;
}
.stage-num:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -15px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 15px;
  border-color: transparent transparent transparent #fcef00;
}


@media (max-width: 1200px) {

  #container #content {
    width: 100%;
  }
  .wrapper {
    width: 100%;
  }
  .menu {
    width: 100%;
  }
  .entry-content iframe {
    max-width: 100%;
    height: auto;
    min-height: 300px;
  }

}

@media (max-width: 991px) {

    body {
      overflow-x: hidden;
    }

    .menu a {
        font-size: 11px;
    }

    .logo {
      background: url(img/logo.png);
      height: 110px;
      margin: 0 auto;
      display: block;
      max-width: 100%;
      background-size: 90%;
      background-repeat: no-repeat;
      background-position: center center;
    }

    body > header {
      height: 350px;
      position: relative;
      padding-top: 50px;
    }

}


@media (max-width: 1099px) {
  .wrapper {
    width: 100%;
  }
  #container #content {
    width: 100%;
  }
  .navigation ul {
    flex-wrap: wrap;
    margin: 0 auto;
  }

}