/*
	Theme Name: Lukansi
	Theme URI: http://www.oclassica.media
	Description: Made with love to Semen
	Version: 1.0
	Author: Sergey Bryukhno
	Author URI: http://www.oclassica.media
	Tags: Responsive, CSS3
	License: All rights reseved. Copying and distribution in any kind is prohibited.
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,400,500,600,700&amp;subset=cyrillic");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

BODY {
  text-rendering: optimizeLegibility;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  vertical-align: baseline;
  color: #47494D; }

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

img {
  max-width: 100%;
  vertical-align: bottom; }

a, a:link {
  color: #000;
  text-decoration: none;
  outline: none;
  transition: color 0.5s ease; }

a:hover {
  color: #444;
  text-decoration: none;
  transition: color 0.5s ease; }

a:focus {
  outline: 0; }

a:hover,
a:active {
  outline: 0; }

.hentry a,
.footer a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  transition: border-color 0.5s ease; }

.hentry a:hover,
.footer a:hover {
  border-color: #000;
  transition: border-color 0.5s ease; }

.hentry h2 a,
a.icon {
  border: none; }

input:focus {
  outline: 0;
  border: 1px solid #04A4CC; }

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
  max-width: 950px;
  width: 100%;
  margin: 0px auto;
  position: relative;
  background: white; }

.header, main, .footer {
  width: auto;
  padding: 0 20px; }

/* header */
.header {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27); }

/* logo */
.logo {
  margin: 15px auto 30px; }

.logo,
.logo a {
  display: block;
  max-width: 382px;
  height: 127px;
  text-align: center; }

.logo a {
  display: block;
  line-height: 0;
  text-indent: -999em;
  background: url(images/sl-logo.png) no-repeat 50% 50%;
  background-size: 382px auto; }

@media screen and (max-width: 414px) {
  .logo a {
    background: url(images/sl-logo.png) no-repeat 50% 50%;
    background-size: 295px auto; }

  .logo {
    margin: 25px auto 0px; } }
/* nav */
.nav {
  display: block; }

.nav ul,
.nav li {
  list-style: none;
  list-style-type: none;
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0; }

.nav ul {
  text-align: center; }

.nav li {
  display: inline-block;
  margin: 0 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0px;
  padding-bottom: 10px; }

@media screen and (max-width: 414px) {
  .nav li {
    font-size: 15px;
    padding: 10px 0px; } }
.nav li a {
  color: #000;
  text-decoration: none;
  transition: color 0.5s ease; }

.nav li.current_page_item {
  border-bottom: 2px solid #cd292f; }

.nav li a:hover {
  color: #000;
  transition: color 0.5s ease; }

.nav .sub-menu {
  display: none; }

@media screen and (max-width: 414px) {
  .nav ul {
    text-align: center; }

  .nav li {
    display: block;
    clear: both; }

  .nav li.current_page_item {
    border-bottom: none; } }
/* sub nav */
/* sidebar */
/* footer */
.footer {
  padding-bottom: 20px;
  font-size: 14px;
  text-align: center; }

.hentry {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000; }

/*.hentry img {
  width: 100%;
  height: auto;
  border: none;
}*/
.view-article {
  display: block;
  text-align: center;
  max-width: 300px;
  margin: 20px auto; }

blockquote {
  font-style: italic;
  font-size: 18px;
  line-height: 1.4;
  color: #7B7B7B;
  margin: 25px auto;
  width: 90%; }

.page-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 42px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0px;
  margin: 0 auto 40px;
  padding: 0 0 0 0;
  text-align: center;
  color: #000; }

@media screen and (max-width: 414px) {
  .page-title {
    font-size: 35px; } }
.post-title {
  font-size: 38px;
  line-height: 1.1;
  font-weight: 600;
  margin: 0 auto 20px;
  padding: 0 0 0 0;
  font-family: "Cormorant Garamond", serif; }

.type-post .post-title {
  max-width: 800px;
  text-align: center;
  margin: 0px auto 20px;
  display: block; }

.type-post .post-meta .date {
  display: block;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  text-align: center;
  color: #000;
  overflow: visible;
  margin-bottom: 20px; }

.post-meta .date {
  display: block;
  max-width: 70px;
  height: auto;
  text-align: center;
  color: #3b3b3b;
  overflow: visible; }

@media screen and (max-width: 414px) {
  .post-title {
    font-size: 30px;
    line-height: 1.3; }

  .type-post .post-title,
  .type-post .post-meta .date {
    text-align: left; } }
.post-title a {
  color: #000;
  transition: color 0.5s ease; }

.post-title a:hover {
  color: #000;
  transition: color 0.5s ease; }

.archive .post-thumbnail, .single .post-thumbnail {
  margin-bottom: 20px;
  box-shadow: 0px 5px 4px rgba(181, 181, 181, 0.41); }

.post-thumbnail {
  line-height: 0;
  position: relative;
  display: block;
  overflow: hidden; }

.post-thumbnail img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom; }

.archive .entry-text, .single .entry-text {
  padding-left: 120px; }

.type-post .entry-text, .type-post .entry-text {
  padding-left: 0; }

.type-post .post-meta {
  display: block;
  clear: both;
  float: none;
  width: 100%; }

.type-post .post-meta .date .meta-day,
.type-post .post-meta .date .meta-month,
.type-post .post-meta .date .meta-year {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  line-height: 1;
  display: inline; }

.type-post .post-meta .date .meta-day {
  padding: 0;
  margin: 0px 0 0px 0;
  padding-bottom: 5px;
  border-bottom: none; }

.type-post .post-meta .date .meta-month {
  padding: 0;
  text-transform: none; }

.post-meta {
  width: 120px;
  float: left;
  clear: both;
  overflow: hidden;
  margin: 0 0px 0 0;
  display: block;
  font-family: "Open Sans", sans-serif; }

.post-meta .date .meta-day {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  padding: 0;
  margin: 0px 0 5px 0;
  padding-bottom: 5px;
  border-bottom: solid 1px #c6c6c6;
  display: block; }

.post-meta .date .meta-month {
  padding: 0;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

iframe {
  width: 100% !important;
  /*height: auto;*/ }

@media screen and (max-width: 414px) {
  iframe {
    width: 100% !important;
    height: auto; } }
.wp-video {
  height: auto;
  width: auto !important; }

.mejs-video {
  width: 100% !important;
  /*height: auto !important;*/ }

.pagination {
  display: block;
  clear: both;
  text-align: center; }

.pagination .page-numbers {
  display: inline-block;
  margin: 0 3px;
  font-size: 18px;
  line-height: 1;
  /* background: #f4f4f4; */
  border: 1px solid #ccc;
  border-radius: 200px;
  min-width: 20px;
  padding: 10px 20px;
  color: #4a4a4a; }

.pagination .page-numbers:hover {
  background: #f4f4f4; }

.pagination .page-numbers.current {
  background: #000;
  color: #fff;
  border: inherit;
  border-bottom: solid 1px #d2d2d2; }

.section-social.social-icons {
  margin: 50px 0;
  padding: 0 0 0 0;
  list-style: none;
  display: block;
  clear: both;
  text-align: center;
  width: 100%; }

.section-social .social-icon {
  list-style: none;
  padding: 0 8px;
  margin: 0 0 0 0;
  display: inline-block; }

.social-icon .icon {
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%; }

.icon-instagram {
  background-image: url(images/icon-instagram.png); }

.icon-facebook {
  background-image: url(images/icon-facebook.png); }

.icon-twitter {
  background-image: url(images/twitter.png); }

.icon-vk {
  background-image: url(images/icon-vk.png); }

.social-icon .icon.icon-youtube {
  width: 72px; }

.icon-youtube {
  background-image: url(images/youtube.png); }

.post-edit-link {
  display: inline-block;
  padding: 5px 15px;
  background: #00b9eb;
  color: #fff !important;
  /* color: #fff; */
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
  border-radius: 50px;
  font-family: "Open Sans", sans-serif; }

.post-edit-link:hover {
  background: #000;
  text-decoration: none;
  color: #fff; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  max-width: 100%;
  width: 100%;
  padding: 0 0 0 0;
  text-align: center; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  padding: 10px 0px; }

.gallery-caption {
  margin-top: 11px;
  display: inline-block;
  /* background: rgba(204, 204, 204, 0.23);*/
  padding: 5px 9px;
  color: #4a4a4a;
  border-radius: 2px;
  /* box-shadow: 0px 0px 4px rgba(0, 0, 0, 0); */
  /* border: 1px solid rgba(204, 204, 204, 0.34);*/
  font-size: 12px; }

.gallery img {
  border: none !important;
  box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.31); }

@media screen and (max-width: 840px) {
  .gallery-item {
    float: none !important;
    margin-top: 10px;
    text-align: center;
    width: auto !important; } }
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=style.css.map */
