@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

@font-face {
	font-family: Charter;
	src:
		url(/wp-content/uploads/fonts/charter_regular.woff) format('woff'),
        url('/wp-content/uploads/fonts/charter_regular.ttf') format('truetype'),
		url(/wp-content/uploads/fonts/charter_regular.otf) format('opentype');
	font-weight: normal;
}
@font-face {
	font-family: Charter;
	src: 
		url(/wp-content/uploads/fonts/charter_bold.woff) format('woff'),
        url('/wp-content/uploads/fonts/charter_bold.ttf') format('truetype'),
		url(/wp-content/uploads/fonts/charter_bold.otf) format('opentype');
	font-weight: bold;
}
@font-face {
	font-family: Charter;
	src: 
		url(/wp-content/uploads/fonts/charter_italic.woff) format('woff'),
        url('/wp-content/uploads/fonts/charter_italic.ttf') format('truetype'),
		url(/wp-content/uploads/fonts/charter_italic.otf) format('opentype');
	font-style: italic;
}
@font-face {
	font-family: 'Charter';
	src: 
		url(/wp-content/uploads/fonts/charter_bold_italic.woff) format('woff'),
        url('/wp-content/uploads/fonts/charter_bold_italic.ttf') format('truetype'),
		url(/wp-content/uploads/fonts/charter_bold_italic.otf) format('opentype');
	font-style: italic;
	font-weight: bold;
}

.lato {
  font-family: 'Lato';
}

.charter {
	font-family: 'Charter';
}

body {
  background-color: #fff;
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-weight: 400;
  line-height: 1.4;
  padding: 50px 30px 50px 30px;
}

.f2 {
	font-size: 2.5rem;
	letter-spacing: -.02em;
}

.f1 {
	font-size: 3.0rem;
	letter-spacing: -.05em;	
}

.search_icon {
	background-image: url('/wp-content/uploads/search_icon.svg');
	background-repeat: no-repeat;
	border: 0px solid black;
	width: 18px;
	height: 18px;
	margin: 6px 0 0px 6px;
	background-color: #fff;
	display: inline;
}

.list {
  font-family: 'Charter', serif;
  font-size: 1.1rem;
}

.list h1, h2, h3, h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 1;
}

.author_date {
  font-family: 'Lato', sans-serif;
  font-size: 1.0rem;
}

.post {
  font-family: 'Charter', serif;
  font-size: 1.1rem;
}

.post h1, h2, h3, h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 1;
}

.read_more {
  font-family: 'Lato', sans-serif;
  font-size: 1.0rem;
}

.go_back {
  font-family: 'Lato', sans-serif;
  font-size: 1.0rem;
}

.comment {
  font-family: 'Lato', sans-serif;
}

.comment_text {
	font-size: 1.0rem;
}

.comment_date {
	font-size: 0.9rem;
}

.wp-caption {
	padding: 0;
	margin: 0;
}

.wp-caption-text {
	font-family: 'Lato';
	font-weight: normal;
	font-size: 0.9rem;
	color: #777;
	margin: -10px 0 0 5px;
	padding: 0;
}

.wp-caption-text:before {
	content: '\21B3';
	padding-right: 4px;
}

.list .wp-caption-text {
	display: none;
}

h3 {
  font-weight: 700;
}

a {
  color: #17c;
  text-decoration: none;
}

a:hover {
  color: #059;
}

.div-logo {
  background-image: url("/wp-content/uploads/mv_logo_v.png");
  background-repeat: no-repeat;
  background-size: auto 160px;
  width: 185px;
  height: 160px;
  margin: 0;
  padding: 0;
}

main {
  max-width: 960px;
  margin: 0 auto;
}

header {
  float: left;
  width: 250px;
}

header ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

header li {
  margin: 0 0 5px 0;
}

.nav {
  display: block;
  visibility: visible;
}

section {
  float: left;
  width: auto;
  width: 700px;
}

hr {
  border-top: 1px solid #ddd;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  margin: 0 0 15px 0;
}

.post img {
  float: none;
  display: block;
  clear: both; 
  height: auto;
  border-radius: 4px;  
  margin: 0 0 20px 0;
}

.list img {
/*   object-fit: cover; */
  height: auto;
  max-width: 280px;
  float: left;
  margin: 5px 15px 10px 0;
  border-radius: 3px;  
}

.categories {
  font-family: 'Lato', sans-serif;
  list-style: none;
  margin: 0;
  padding: 0;
}

.categories li {
  display: inline;
  margin: 0 7px 0 0;
}

.archives {
  list-style: circle;
  margin: 0 0 0 20px;
  padding: 0;
}

.archives li {
  display: inline;
  margin: 0 15px 5px 0;
}


@media print, screen and (max-width: 1020px) {

  .div-logo {
  background-image: url("/wp-content/uploads/mv_logo_h.png");
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 350px;
  height: 100px;
  margin: 0;
  padding: 0;
}

  main {
    max-width: 700px;
    margin: 0 auto;
  }

  header {
    width: 100%;
  }

  .nav {
    display: none;
    visibility: hidden;
  }

  section {
    width: 100%;
  }

}

@media print, screen and (max-width: 500px) {
	
	body {
		background-color: #fff;
		font-family: 'Lato', sans-serif;
		-webkit-font-smoothing: antialiased;
		color: #000;
		font-weight: 400;
		line-height: 1.4;
		padding: 20px 15px 50px 15px;
	}

  .nav {
    display: none;
    visibility: hidden;
  }

  .list img {
    margin: 5px 15px 10px 0;
    border-radius: 3px; 
    float: none;
    display: block;
    clear: both; 
  }

}

