/****************************************************************************
Theme Name: Orange Spring by Matías
Theme URI: http://la-bellucci.ru/
Author: Matías
Description: Minimalistic Wordpress Side Theme featuring Monica Belluci.
Tags: Orange, Green, White, Black, Responsive.

 .....____________________ , ,__
....../ `---___________----_____|] - - - - - - - - ░ ▒▓▓█D 
...../_==M;;;;;;;;_______.:/
.....), ---.(_(__) /
....// (..) ), ----"        Do not
...//___//                    copy!
..//___//
.//___//


****************************************************************************/

* {
	padding: 0;
	margin: 0;
}
body {
	background: url("images/bg.png") bottom fixed;
}
a {text-decoration: none;}
a img {
	border: 1px solid #eee;
	padding: 6px;
	opacity: .7;
	filter: grayscale(20%);
	transition: .6s;
}
a img:hover {
	opacity: 1;
	filter: grayscale(0%);
}
nav {
	top: 0;
	width: 100%;
	position: fixed;
	z-index: 111;
	text-align: center;
	background-color: white;
	padding: 20px 0;
	border-bottom: 1px solid #e6e6e6;
}
nav li {
	display: inline-block;
	list-style: none;
	margin: 0 .9%;
}
nav li a {
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: var(--neutral-color);
	padding-bottom: 3px;
	transition: border-bottom 0.3s;
	border-bottom: 3px solid #FFF;
}
nav li a:hover {
	border-bottom: 3px solid var(--main-color);
}
header .full{display: block;}
header .responsive, .dropbtn {display: none;}
.container {
	max-width: 1125px;
	min-width: 1125px;
	margin: 75px auto 30px;
	display: flex;
	flex-direction: row;
	align-items: start;
	justify-content: space-around;
}
article {
	min-width: 720px;
	max-width: 720px;
	background-color: #fff;
}
.entry {
	background-color: ;
	padding: 10px;
	margin: 0 10px 15px;
}
.entry .date {
	text-align: right;
	background: var(--accent-color);
}
.entry .date span {
	font-size: 15px;
	background-color: white;
	text-transform: uppercase;
	padding: 0 10px;
	border-right: 10px solid var(--accent-color);
	font-family: 'Oswald', sans-serif;
	color: var(--legible-color);
}
.entry .title {
	text-align: left;
	border-bottom: 1px solid #e6e6e6;
	margin: 10px 0;
}
.entry .title h1 a {
	color: var(--legible-color);
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 35px;
}
.entry .title h1 a:hover {
	transition: .3s;
	color: var(--neutral-color);
}
.entry .content {
	padding: 5px 0;
	font-family: 'Roboto', sans-serif;
	overflow: hidden;
	word-wrap: break-word;
}
.entry .content p {
	font-size: 15px;
	line-height: 6mm;
	margin: 0 0 10px;
	color: var(--legible-color);
}
.entry .content a {
	color: var(--main-color);
}
.entry .content a:hover {
	text-decoration: underline;
}
.entry .info {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e6e6e6;
	font-family: 'Oswald', sans-serif;
}
.entry ul.post-categories {margin-top: -5px;}
.entry .post-categories li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	background-color: var(--main-color);
	color: #fff;
	padding: 3px 8px;
}
.entry .post-categories li:hover {background-color: var(--neutral-color);}
.entry .post-categories li a {color: #FFF;}
.entry .post-categories li a:hover {color: #FFF; text-decoration: none;}
.entry .info .by {
	float: right;
	font-size: 14px;
	letter-spacing: .2px;
	color: var(--neutral-color);
}
aside {
	min-width: 380px;
	max-width: 380px;
	background-color: var(--main-color);
}
.box {
	margin: 0;
}
.box-title {
	background: linear-gradient(90deg, var(--accent-color) 40%, #ffaf45);
	border-radius: 7px;
	margin: 10px;
	padding: 10px 15px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	color: #FFF;
	text-shadow: 1px 1px 1px #869639;
}
.box-content {
	font-family: 'Roboto', sans-serif;
	line-height: 6mm;
	background-color: #fff;
	padding: 18px 25px 25px;
	font-size: 15px;
	font-weight: 400;
	color: var(--legible-color);
}
.box-content a {
	color: var(--main-color);
}
.box-content a:hover {
	color: var(--accent-color);
}
.box-content li, .entry li {
	list-style: none;
	padding: 8px 15px;
	margin: 6px 0;
	background-color: #eee;
	transition: .3s;
}
.box-content li:hover, .entry li:hover {
	background-color: #e0e0e0;
}
footer {
	max-width: 100%;
	bottom: 0;
	background-color: #FFF;
	text-align: center;
	padding: 60px 80px;
	color: white;
}
footer h1 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: var(--accent-color);
}
footer .disclosure {
	font-family: 'Roboto', sans-serif;
	background-color: #f3f3f3;
	border-bottom: 14px solid var(--main-color);
	font-size: 15px;
	padding: 60px;
	color: var(--neutral-color);
}
footer .disclosure a {
	color: var(--neutral-color);
	text-decoration: underline;
}
footer .copyright {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: 600;
}
:root {
	--main-color: #E06A24;
	--accent-color: #abc142;
	--neutral-color: #454545;
	--legible-color: #000;
}
/*Responsive CSS*/
@media only screen and (max-width : 1024px ) /*Tablets and smaller*/ {
	body {background: #f3f3f3;}
	.container {
		min-width: 100%;
		margin-bottom: 15px;
	}
	header .full {
    	object-fit: cover;
    	object-position: top;
    	width: 100%;
    	height: 100%;
	}
	article {
		min-width: 70%;
	}
	aside {
		min-width: 30%;
	}
	article img {
		max-width: 20%;
		height: auto;
		filter: grayscale(0%);
		opacity: .9;
	}
	aside .box-content img {
		max-width: 15vw;
		height: auto;
		filter: grayscale(0%);
		opacity: .9;
	}
	.cpmfetch img {
		width: 4vw !important;
		padding: 3px;
	}
	.box-title {
		line-height: 1;
		font-size: 20px;
	}
	.box-content {
		font-size: 14px;
		border-left: 1px solid #e6e6e6;
		padding: 18px 20px 25px;
	}
	footer {
		padding: 40px 40px;
	}
}
@media only screen and (max-width: 620px) /*Mobile*/ {
	body {background: #f3f3f3;}
	.container {
		min-width: 100%;
		display: block;
		margin-bottom: 15px;
		margin-top: 0px;
	}
	header .full {display: none;}
	header .responsive {
		background: url("images/header-mobile.png") top center;
		background-size: cover;
		display: block;
		width: 100%;
		height: 575px;
	}
	article {
		min-width: 100%;
	}
	aside {
		min-width: 100%;
		padding-top: 1px;
	}
	.cpmfetch img {
		width: 17vw !important;
		padding: 3px;
	}
	.box-title {font-size: 21px;}
	article img, aside .box-content img {
		max-width: 40vw;
		height: auto;
	}
	.entry .info {margin-top: 20px;}
	footer {
		padding: 0;
	}
	footer .disclosure {
		padding: 20px;
		font-size: 13px;
	}
	footer .copyright {
		margin-top: 20px;
	}
	nav {
		padding: 0;
		position: relative;
	}
	nav li {
		display: block;
	}
	.wp-pagenavi {
		padding: 10px 0 20px;
		margin: 20px;
		overflow: scroll;
		display: flex;
		letter-spacing: 0;
	}
	.dropbtn {
		display: inline;
		background: none;
		border: none;
  		cursor: pointer;
		font-family: 'Oswald', sans-serif;
		text-transform: uppercase;
  		color: var(--neutral-color);
		padding: 10px 0;
  		font-size: 20px;
	}
	.menu {
		display: none;
		background-color: #f1f1f1;
		min-width: 160px;
	}
	.menu li a {
		display: block;
		border:none;
		padding: 10px;
		border-bottom: 1px solid #e3e3e3;
	}
	.menu li a:hover {
		border-bottom: 1px solid #e3e3e3;
	}
	.show {display:block;}
}