/** RESPONSIVE **/

.show-menu,
input[type=checkbox] {
	display: none;
}

input[type=checkbox]:checked ~ .rpv-menu {
	display: block;
}

@media (max-width : 1366px), (max-width : 1200px) {
    #wrapper,
    #content {
        max-width: 1366px;
    }
    
    #header {
        min-width: 1366px;
    }
}

@media (max-width : 1024px), (max-width : 959px) {
	
	#navigation {
		overflow-x: hidden!important;
		max-width: 100%!important;
        display: block!important;
	}

    .container {
        margin: 0!important;
		width: 100%;
		text-align: left!important;
    }
    
    nav {
        transform: skew(0deg);
    }
    
    .rpv-menu {
        transform: skew(0deg)!important;
    }
	
	.navi {
        text-align: left!important;
		padding: 8px!important;
}
	
	.navi ul {
		position: static;
		display: none;
	}

	.navi ul li,
    .navi li a {
		width: 100%;
	} 
	
	.navi li:after {
        content: '';
        margin-left: 0;
}

	.show-menu {
		font-size: 0.95em;
        font-weight: 300;
		display: block;
		text-transform: none;
		color: #222;
		text-align: left!important;
		padding: 5px!important;
	}

	.navi {
		padding: 0;
		text-align: left;
	}

	.menu {
		display: block;
	}

	.menu li {
		margin: 0;
		border-right: none!important;
	}
    
    .menu li:after {
        content: '';
    }
	
	.menu a {
		display: block;
		text-align: left!important;
        font-size: 0.85em;
        text-transform: uppercase;
	}
	
	.menu a:hover {
	    border:none!important;
	    padding-bottom:0px!important;
	}
    
    .social-menu {
        display: none!important;
    }
}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 966px) {
	
body {
	font-size: 100%;
}
	
body,
#wrapper,
#content,
#footer,
.head {
	overflow-x: hidden!important;
}
	
#wrapper {
	max-width: 100%!important; 
	margin: 0 auto!important;
}

#content {
	max-width: 100%!important;
	margin: 0 auto!important;
}

img.head {
	width: 100%!important;
	height: auto;
	margin: 0!important;
	padding: 0!important;
	display: block!important;
}

#news_all, .pagination { 
	width: 100%!important; 
	margin: 15px auto 0 auto!important;
}
    
.news {
    max-width: 90%!important;
    margin: 0 auto 45px auto!important;
    width: 100%!important;
}
    
#title {
    width: 100%!important;
}

.date-mobile {
    display: inline!important;
    background: #82c4bc;
    padding: 2px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #50938a;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}
    
.category .cats {
    margin-top: -1.9%;
}

#sidebar-mobile {
	display: block!important;
    clear: both!important;
	margin-top: 3.5%!important;
	width: 95%!important; 
	margin: 0 auto!important;
}

#searchform,
#searchform s {
	width: 100%;
	max-width: 100%;
}

.comments {
	border: 0px!important;
}

.news img {max-width:20vw;}

#sidebar_all, 
#header,
.date,
.site-date {
	display: none!important;
}

embed,
iframe,
object,
video,
input,
textarea,
select {
	width: 100%;
	margin: 0;
	padding: 0;
}
    
#featured img,
#featured img:hover {
	height: auto!important;
}

blockquote {
	background-image: none!important;
	padding-right: 10px!important;
}

.footer {
	width: 100%!important;
}
}

@media only screen and (max-width: 780px), only screen and (max-device-width: 220px) {
    .category .cats {
    margin-top: 0px!important;
}
}