/*
Theme Name: vrkvrk
Theme URI: 
Author: vrk
Author URI: https://victoriakirst.com
Description: Wordpress Theme
Version: 1.2
*/

a,
a:visited {
  color: #3498db;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

article {
  margin: 1.5em 0;
}

article h1 {
  font-size: 2em;
}

blockquote {
  background: #eee;
  border-radius: 0.5em;
  margin: 1em;
  padding: 0.5em;
}

blockquote p {
  margin: 1em;
}

@media only screen and (max-device-width: 480px) {

blockquote,
blockquote p {
  margin: 0.5em;
}
	
}

body {
  margin: 0;
}

.current-menu-item {
  font-weight: bold;
}

div#content,
h1.site-title,
.site-description,
footer.site-footer {
  max-width: 900px;
  margin: 0 3rem;
}

@media only screen and (max-device-width: 480px) {

div#content,
h1.site-title,
.site-description,
footer.site-footer {
  margin: 0 1rem;
}
	
}

.divider {
  color: #999;
  text-align: center;
}

.entry-meta {
  color: #999;
}

footer.site-footer {
  margin-bottom: 2em;
}

h1,
h2,
h3,
h4 {
  line-height: 1.4;
  font-family: "Space Mono", "Volkhov", "Times New Roman", serif;
}

h1.site-title a {
  color: #444;
}

h2 {
  margin-top: 2em;
}

h2 > a,
h2 > a:hover {
  color: #444;
}

h2.entry-title a {
  color: #444;
}

header#masthead {
  margin-top: 5em;
  margin-bottom: 5em;
}

hr {
  border: 1px solid lightgray;
}

html {
  font-family: "Work Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  line-height: 1.8;
  font-size: 18px;
  color: #444;
  text-underline-position: under;
}

iframe {
  max-width: 100%;
}

#primary-menu {
  padding: 0;
  margin: 0;
}

#primary-menu li {
  display: inline-block;
  padding-right: 0.5em;
}

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

#site-navigation {
  margin-bottom: 3em;
}

.wp-block-image img {
  height: auto;
}


.comment-form-author,
.comment-form-comment,
.comment-form-email,
.comment-form-url {
  display: flex;
  flex-direction: column;
}

@media (min-width: 700px) {
  .comment-form-author,
  .comment-form-comment,
  .comment-form-email,
  .comment-form-cookies-consent,
  .comment-form-url {
    flex-direction: row;
  }
}

.comment-form p > label:first-child {
  width: 90px;
}

.comment-form input,
.comment-form textarea {
  font-size: 16px;
  font-family: "Work Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  padding: 5px;
  border: 1px solid #999;
}

.comment-form input:focus,
.comment-form textarea:focus {
  outline: none;
  border: 1px solid #444;
}

.comment-form-cookies-consent {
  align-items: center;
}

ol.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
}
ol.comment-list li.comment {
  border: 0;
  border-bottom: 1px dashed #999;
  padding: 1em;
}
ol.comment-list li.comment div.vcard cite.fn {
  font-style: normal;
}
ol.comment-list li.comment div.vcard img.avatar {
  display: none;
}
ol.comment-list li.comment div.comment-meta {
}

ol.comment-list li.comment ul {
  list-style: square;
  margin: 0 0 1em 2em;
}
ol.comment-list li.comment ul.children {
  list-style: none;
  margin: 1em 0 0;
  text-indent: 0;
}
ol.comment-list li.comment ul.children li.depth-2 {
  border-left: 5px solid #999;
  margin: 0 0 0.25em 0.25em;
}
ol.comment-list li.comment ul.children li.depth-3 {
  border-left: 5px solid #999;
  margin: 0 0 0.25em 0.25em;
}
ol.comment-list li.comment ul.children li.depth-4 {
  border-left: 5px solid #bbb;
  margin: 0 0 0.25em 0.25em;
}
ol.comment-list li.even {
  background: #fff;
}
ol.comment-list li.odd {
  background: #f6f6f6;
}
ol.comment-list li.parent {
  border-left: 5px solid #111;
}
