/* 
Theme Name: Borovyk
Theme URI: http://www.borovyk.com.ua
Description: Minimalistic blog, mobile first design, print version
Author: Andriy Borovyk, Viktoria Shnurova
Author URI: http://www.borovyk.com.ua
Version: 1.0
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: defa t;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: Wordpress 4.7.2 wp-content/themes/twentyseventeen/style.css */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*! Borovyk theme styles */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #fff;
  color: #000;
  font-family: "Lucida Grande", "Open Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 1.58;
  letter-spacing: -0.004em;
}
@media (min-width: 768px) {
  body {
    letter-spacing: -0.003em;
  }
}
a,
a:hover,
a:focus {
  color: #000;
  text-decoration: underline;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
img {
  vertical-align: middle;
}
hr {
  margin: 20px 0 0 0;
  border: 0;
  border-top: 1px solid #ddd;
}
h1,
h2,
h3,
h4 {
  font-weight: 700;
  margin-bottom: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  text-decoration: none;
}
h1 {
  font-size: 32px;
  line-height: 1.04;
  letter-spacing: -0.028em;
  margin-top: 32px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 50px;
    margin-top: 30px;
  }
}
h2 {
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-top: 28px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 32px;
    margin-top: 39px;
  }
}
h3 {
  color: #777;
  font-weight: 300;
  font-size: 23px;
  line-height: 1.22;
  letter-spacing: -0.022em;
  margin-top: 28px;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 27px;
    margin-top: 39px;
  }
}
h4 {
  font-size: 22px;
  line-height: 1.22;
  letter-spacing: -0.018em;
  margin-top: 22px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 24px;
    margin-top: 30px;
  }
}
blockquote {
  margin-left: 0;
  margin-right: 0;
}
ul {
  list-style: none;
  list-style-image: none;
  padding: 0;
}
ul li {
  margin-left: 35px;
}
ul li:before {
  content: '•';
  display: inline-block;
  font-size: 14.4px;
  margin-left: -20px;
  padding-top: 4px;
  padding-right: 15px;
  position: absolute;
  width: 20px;
}
@media (min-width: 768px) {
  ul li:before {
    font-size: 16.8px;
  }
}
ol {
  padding-left: 30px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 14px;
  margin-bottom: 0;
}
ul li,
ol li {
  margin-bottom: 14px;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
.input {
  background-color: #F2F2F2;
  border: none;
  font-family: "Lucida Grande", "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 18px;
  line-height: 1.33333333;
  height: 32px;
  outline: none;
  padding: 0 12px 0 12px;
}
.input::-moz-placeholder {
  opacity: 1;
}
.input::-moz-placeholder,
.input:-ms-input-placeholder,
.input::-webkit-input-placeholder {
  color: #777;
}
.btn {
  background-color: #74c241;
  color: #fff;
  display: inline-block;
  font-family: "Lucida Grande", "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 42px;
  height: 42px;
  padding: 0 20px;
  text-decoration: none;
  text-align: center;
  border: 0;
  border-radius: 3px;
  vertical-align: top;
  outline: none;
}
.mc4wp-form-fields {
  font-size: 0;
}
.mc4wp-form-fields div {
  padding-bottom: 15px;
  vertical-align: top;
}
@media (min-width: 480px) {
  .mc4wp-form-fields div {
    display: inline-block;
  }
}
.mc4wp-form-fields .input {
  width: 100%;
  height: 42px;
}
@media (min-width: 480px) {
  .mc4wp-form-fields .input {
    margin-right: 10px;
    width: 270px;
  }
}
.mc4wp-form-fields .btn {
  width: 100%;
}
@media (min-width: 480px) {
  .mc4wp-form-fields .btn {
    width: auto;
  }
}
.mc4wp-response {
  margin-top: -15px;
}
.header {
  padding: 20px 20px 0 20px;
  text-align: center;
}
.header a.logo {
  display: inline-block;
  font-weight: bold;
  margin-left: 10px;
  margin-bottom: 20px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .header a.logo {
    margin-left: 8px;
  }
}
.header a.logo img {
  border-radius: 50% 50%;
  margin: 0 10px;
  width: 75px;
  height: 75px;
}
.header * {
  line-height: 1.33333333;
}
.navbar {
  border-top: 1px solid #ddd;
  height: 40px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .navbar {
    height: 60px;
  }
}
.navbar .input {
  margin-top: 5px;
  visibility: hidden;
}
@media (min-width: 768px) {
  .navbar .input {
    float: right;
    margin-top: 13px;
    visibility: visible;
  }
}
ul.navbar-nav {
  visibility: hidden;
  margin: 17px 0 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  ul.navbar-nav {
    visibility: visible;
  }
}
ul.navbar-nav li {
  margin: 0 0 15px 0;
}
ul.navbar-nav li:before {
  display: none;
}
ul.navbar-nav li a {
  text-decoration: none;
}
@media (min-width: 768px) {
  ul.navbar-nav,
  ul.navbar-nav li {
    float: left;
  }
  ul.navbar-nav li {
    margin: 0;
    padding-right: 7px;
  }
  ul.navbar-nav li:after {
    content: '·';
    color: #777;
    display: inline-block;
    margin-left: 7px;
  }
  ul.navbar-nav li:last-child:after {
    display: none;
  }
}
.bars {
  cursor: pointer;
  margin: 10px auto 0 auto;
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .bars {
    display: none;
  }
}
.bars .bars-wrapper {
  width: 100%;
}
.bars span {
  background-color: #ddd;
  display: block;
  height: 4px;
  margin-bottom: 3px;
}
.bars span:last-child {
  margin-bottom: 0;
}
.navbar,
ul.navbar-nav,
.navbar .input {
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@media (max-width: 767px) {
  .navbar.is-collapsed {
    height: 265px;
  }
  .navbar.is-collapsed ul.navbar-nav,
  .navbar.is-collapsed .input {
    visibility: visible;
  }
}
.navbar.is-collapsed .bars span:nth-child(1) {
  transform: rotate(45deg) translateX(5px) translateY(5px);
}
.navbar.is-collapsed .bars span:nth-child(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.navbar.is-collapsed .bars span:nth-child(3) {
  transform: rotate(-45deg) translateX(5px) translateY(-5px);
}
.center {
  padding: 0 20px 40px 20px;
}
.container {
  margin: 0 auto;
}
@media (min-width: 840px) {
  .container {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
}
.hc-link {
  display: block;
}
.search hr {
  margin-top: 0;
}
.search .input {
  margin: 30px 0;
  width: 100%;
}
.search div {
  color: #777;
  font-size: 12px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .search.search-index {
    display: none;
  }
}
.post {
  margin: 0 auto 45px auto;
}
.post p,
.post ul,
.post ol,
.post blockquote {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  margin-top: 20px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .post p,
  .post ul,
  .post ol,
  .post blockquote {
    font-size: 21px;
    margin-top: 30px;
  }
}
.post blockquote {
  border-left: 3px solid #ddd;
  color: #777;
  font-style: italic;
  padding-left: 20px;
}
div.post {
  margin-bottom: 30px;
}
.post.post-indent {
  padding-bottom: 135px;
}
.post-header {
  text-align: center;
}
.post-header hr {
  margin-top: 0;
}
.post-content {
  position: relative;
}
.date {
  color: #777;
  font-size: 11px;
  margin-top: 15px;
}
.thumbnail {
  margin-top: 25px;
  text-align: center;
}
.thumbnail img,
.post-content p img {
  max-width: 100% !important;
  height: auto !important;
}
div.post .thumbnail img {
  max-width: 100% !important;
}
@media (min-width: 480px) {
  div.post .thumbnail img {
    max-width: 400px !important;
  }
}
.thumbnail-small img {
  display: block;
  max-width: 200px !important;
  height: auto !important;
}
.videopost {
  position: relative;
  padding-top: 56.25%;
  max-width: 100%;
  width: 100%;
}
.videopost iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.instagram-media {
  margin-top: 30px !important;
}
hr.divider {
  border: 0;
  box-sizing: content-box;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  display: block;
  height: 0;
  line-height: 1.4;
  margin-top: 44px;
  margin-bottom: 34px;
  text-align: center;
}
@media (min-width: 768px) {
  hr.divider {
    margin-top: 52px;
    margin-bottom: 42px;
  }
}
hr.divider:before {
  content: '...';
  color: #9B9B9B;
  display: inline-block;
  font-size: 28px;
  letter-spacing: .6em;
  margin-left: .6em;
  position: relative;
  top: -30px;
}
.aside {
  font-size: 12px;
  margin-top: 30px;
}
.aside,
.aside a {
  color: #777;
}
.aside img {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .aside {
    margin-top: 0;
    padding-top: 10px;
    position: absolute;
    right: -190px;
    max-width: 160px;
  }
  .aside-indent {
    margin-top: 30px;
  }
}
.post-list {
  margin-bottom: -25px;
  overflow: hidden;
}
.post-list a {
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.post-list hr {
  margin-top: 0;
  margin-bottom: 20px;
}
.post-list h1 {
  text-align: center;
}
.post-list h2 {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .post-list h2 {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .post-list h2,
  .post-list .date {
    padding-left: 230px;
  }
}
@media (min-width: 768px) {
  .post-list .thumbnail-small {
    float: left;
  }
}
.index:before,
.index:after {
  content: " ";
  display: table;
}
.index:after {
  clear: both;
}
.index > div {
  padding-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .index > div {
    float: left;
    padding-top: 30px;
    width: 33.333333%;
  }
}
.index > div a {
  display: inline-block;
  text-decoration: none;
}
.index > div h2 {
  margin-top: 10px;
}
.index > div .thumbnail-small img {
  margin: 0 auto;
}
img[data-action="zoom"] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 666;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}
.zoom-overlay {
  z-index: 420;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1;
}
.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}
.nav-posts {
  border-top: 1px solid #ddd;
  overflow: hidden;
  padding-bottom: 40px;
}
@media (min-width: 430px) {
  .nav-previous {
    float: left;
  }
  .nav-next {
    float: right;
  }
}
.pagination {
  border-top: 1px solid #ddd;
  padding: 35px 0;
  text-align: center;
}
.pagination > *:after {
  content: '·';
  color: #777;
  display: inline-block;
  margin-left: 5px;
}
.pagination > *:last-child:after {
  display: none;
}
.social {
  padding-top: 30px;
  text-align: center;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: "";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  /*! Borovyk theme styles */
  .container,
  .post {
    margin-left: 0;
    margin-right: 0;
  }
  .container {
    max-width: 100% !important;
    width: 100% !important;
  }
  .post,
  .post-list {
    margin-bottom: 25px;
  }
  .input,
  .btn {
    border: 1px solid #ddd;
  }
  .post blockquote {
    border-left: 3px solid #000;
  }
  .aside,
  hr.divider,
  .navbar,
  .nav-posts,
  .pagination,
  .videopost,
  .instagram-media,
  #hypercomments_widget {
    display: none !important;
  }
}

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