/*
Theme Name: ULF Ungdom
Author: ULF Medie
Description: Tema til ULF Ungdoms hjemmeside
Version: 1.0
*/

@import url("normalize.css");

body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.4;
	color: #404040;
}

/* + header area +++++++++++++++ */

header {
	padding: 35px 0 25px;
	text-align:center;
	background: #339933;
}

header ul {
	margin: 0;
	padding: 0;
    list-style: none;
    display: flex;
	justify-content: center;
    align-items: center;
}

header li {
	margin-top: 25px;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding-left: 3px;
	padding-right: 3px;
}

header li a,
header li a:visited {
	padding: 6px 10px;
	color: #fff;
	text-decoration: none;
	border: none;
}
	
header li.search {
	text-indent: -9999px;
}
header li.search a {
	margin: 0 auto;
	width: 18px;
	display: block;
	background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20version%3D%221.1%22%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2218px%22%20viewBox%3D%220%200%2018%2018%22%20enable-background%3D%22new%200%200%2018%2018%22%20xml%3Aspace%3D%22preserve%22%3E%0A%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M18%2016l-4.292-4.292C14.523%2010.508%2015%209.06%2015%207.5%2015%203.357%2011.643%200%207.5%200S0%203.357%200%207.5%203.357%2015%207.5%2015c1.56%200%203.008-0.477%204.208-1.292L16%2018%2018%2016zM3%207.5C3%205.015%205.015%203%207.5%203S12%205.015%2012%207.5%209.985%2012%207.5%2012%203%209.985%203%207.5z%22/%3E%0A%3C/svg%3E');
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: 10px 10px
}

header li a:hover,
header li a:active,
header li.current-menu-item a,
header li.current-post-parent a,
header li.current-page-ancestor a {
	color: #378e43;
	background-color: #fff;
	border: none;
	border-radius: 2px;
}

header li.search a:hover {
	background-color: #378e43;
}

/* + page +++++++++++++++ */

main,
footer,
.top,
.category-top {
	margin: 0 auto;
	width: 1100px;
}

.leftmenu,
.rightmenu {
	margin: 0;
	padding: 10px;
	width: 222px;
	float: left;
	background-color: #fff;
	border-radius: 2px;
	font-weight: bold;
}
	.rightmenu {
		margin: 50px 0 2em 24px;
		float: right;
	}
.leftmenu ul,
.rightmenu ul {
	margin: 0;
	padding: 0;
}

.leftmenu li,
.rightmenu li {
	margin-bottom: 20px;
	list-style: none;
}

.leftmenu li.current_page_item {
	font-weight: bold;
}
	.leftmenu li.current_page_item .date {
		font-weight: normal;
	}
.leftmenu li.current_page_item a {
	color: #236141;
}
.leftmenu li.current_page_item a:hover {
	border-color: #236141;
}
.leftmenu .date {
	margin: 0 0 0.2em;
	font-size: 14px;
	color: #808080;
}

article {
	margin-bottom: 2em;
	width: 714px;
	float: right;
	background-color: #fff;
	border-radius: 2px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
}
	article.category {
		margin-top: 16px;
		width: 960px;
	}
	article.category-post {
		float: left;
	}

.ansatte div {
	margin: 24px 57px 0 0;
	display: inline-block;
	vertical-align: top;
	width: 200px;
}
	.ansatte div:nth-child(3n+0) {
		margin-right: 0;
	}

hr {
	margin: 0;
	border: 0; 
	height: 1px; 
	background: #acacac;
}

footer ul {
	margin: 20px 0 30px;
	padding-left: 0;
	float:left;
	overflow: hidden;
}
footer li {
	margin: 0 0 2px 20px;
	padding: 0 20px 0 20px;
	float: left;
	font-size: 11px;
	color: #606060;
}
footer li:first-child {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
footer li a {font-size: 15px;
}

.so-me {
	margin-top: 19px;
	float: right;
}
	.so-me img {
		margin-left: 20px;
	}
	.so-me a:hover {
		border-color: transparent;
	}

.category-posts {
	margin: 24px 24px 0 0;
	width: 304px;
	display: inline-block;
	vertical-align: top;
}
	.category-posts:nth-child(3n+0) {
		margin-right: 0;
	}

.pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none; /* If .pagination is inside a <li>, this removes bullet points */
    padding: 10px;
}

.pagination .nav-previous:hover,
.pagination .nav-next:hover,
.pagination .nav-archive:hover {
	background-color: white;
	border-radius: 10px;
}

.pagination a {
	border-bottom: none;
}

.pagination .nav-previous,
.pagination .nav-next {
    flex: 1; /* This makes both divs take up equal space */
}

/* If you are still having trouble, make sure there is no additional CSS causing issues, and consider resetting margin/padding */
.pagination .nav-previous,
.pagination .nav-next {
    margin: 0;
    padding: 0;
}

/* Adjust the margin if you want some space between the buttons */
.pagination .nav-previous {
    margin-right: 10px;
	text-align: left;
}

.pagination .nav-next {
    margin-left: 10px;
	text-align: right;
}

.pagination .nav-archive {
	text-align: center;
}

/* + front page +++++++++++++++ */

.wrapper {
	padding: 40px 0 24px;
	background-color: #e6ffe6;
}

.about {
  display: flex;
  align-items: stretch;
}

.about .item {
	padding: 18px 18px 4px;
	width: 186px;
	min-height: 712px;
	border-radius: 2px;
	background-color: #fff;
}

.newsletter .item {
	margin-top: 24px;
	padding: 18px 18px 4px;
	float: none;
	width: auto;
	text-align: center;
	background-color: #fff;
}

.about .hero {
	padding: 15px;
	padding-bottom: 0px;
	width: 578px;
	min-height: 720px;
	background-size: cover;
	}
	
	.about .hero p {
		margin: 10;
	}
	
	.about .hero img {
		vertical-align: bottom;
	}

main,
aside,
footer,
.about,
.news,
.activities {
	overflow: hidden;
}

.top aside {
	margin-top: 24px;
}

.news,
.activities {
	margin: 40px 0;	
}

.item {
	margin-right: 24px;
	width: 222px;
	float: left;
}
	.item:last-child {
		margin-right: 0;
	}

.item a {
	text-decoration: none;
}

.item p {
	margin-bottom: 0.1em;
	color: #404040;
}

.ulf p strong {
	line-height: 1.6em;
}

.about p {
	margin-bottom: 1em;
}

.item p.date {
	margin: 0 0 0.3em;
	font-size: 14px;
	color: #808080;
}

.feature {
	flex: 1;
	margin-right: 24px;
	width: 304px;
	min-height: 215px;
	border-radius: 2px;
	background-color: #fff;
	background-size: cover;
	transition: 0.2s;
}
	.feature:last-child {
		margin-right: 0;
	}
	.feature:hover {	
		opacity:0.8;
	}

.feature a {
	/*padding: 20px;*/
	display: block;
	color: #fff;
	text-decoration: none;
}

.feature div {
	padding: 20px;
	min-height: 160px;
}

.error-404 {
	margin-bottom: 160px;
	text-align: center;
}

.theme {
	margin-top: 24px;
	text-align: center;
	background-repeat: no-repeat;
}

.theme a h2,
.theme a p {
	color: #fff;
}

.theme span {
	opacity: 0.6;
}

.theme:hover {	
		opacity:0.8;
	}

.aside-features {
		display: flex;
		justify-content: center;
		align-items: center;
}

/* + text styles +++++++++++++++ */

a { 
	color: #009444;
	text-decoration: none !important;
	border-bottom: 2px solid #fff;
	transition: 0.25s;
}
a:visited { color: #009444; }
a:hover { border-color: #236141; }
a:hover img {border: none;}
a:active { color: #009444; }

.feature a,
.feature a:hover,
.hero a,
.hero a:hover,
.image_link {border-bottom: none;}

.ulf strong:after,
.news h3:after,
.activities h3:after,
.item h4:after {
	position: relative;
	display: inline-block;
	left: 12px;
	width: 5px;
	content: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%225px%22%20height%3D%229px%22%20viewBox%3D%220%200%205%209%22%20enable-background%3D%22new%200%200%205%209%22%20xml%3Aspace%3D%22preserve%22%3E%0A%20%20%3Cpath%20fill%3D%22%231559c1%22%20d%3D%22M1.622%208.583c-0.364%200.396-0.959%200.396-1.323%200%20-0.364-0.397-0.364-1.047%200-1.443l1.757-1.918c0.364-0.396%200.364-1.046%200-1.443L0.299%201.861c-0.364-0.396-0.364-1.046%200-1.443%200.364-0.396%200.959-0.396%201.323%200l3.08%203.361c0.364%200.396%200.364%201.046%200%201.443L1.622%208.583z%22%2F%3E%0A%3C%2Fsvg%3E%0A');
}

.news h3:after,
.activities h3:after {
	top: -5px;
}

h1,
h2,
h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

h1 {
	font-size: 40px;
	line-height: 1.2;
	color: #236141;
}
	.about h1,
	.newsletter h2 {
		margin: 0 0 0.5em;
		font-size: 30px;
		color: #004479;
	}
	article h1 {
		margin: 0 0 40px 0;
	}
	.search h1 {
		margin: 50px 0 20px 0;
	}
	.error-404 h1 {
		margin: 120px 0 40px;
		font-size: 80px;
	}
	.category-top h1 {
		margin-top: 19px;
		font-family: 'Open Sans', sans-serif;
		font-size: 60px;
		font-weight: 800;
		letter-spacing: 0.0em;
		text-align: center;
	}

h2 {
	font-size: 30px;
	line-height: 1.2;
}
	.feature h2 {
		margin: 0;
		color: #fff;
		/*float: left;*/
	}
	.theme h2 {
		margin: 0 0 10px;
		padding-top: 38px;
		font-family: 'Open Sans', sans-serif;
		font-size: 54px;
		font-weight: 800;
		letter-spacing: 0.0em;
	}
h3 {
	font-size: 25px
}
	.news h3,
	.activities h3 {
		margin-top: 0;
	}

h4 {
	margin: 0 0 0.5em;
	font-size: 17px;
}
	.activities h4,
	.category-posts h4 {
		margin-bottom: 0.1em;
	}
	.category-posts h4 {
		margin-top: 0.8em;
	}
p {
	margin: 0 0 1em;
	font-size: 15px;
	color: #404040;
}
	.ansatte p {
		margin: 0 0 0.8em;
	}
	.feature p {
		margin: 0.8em 0 0;
		color: #fff;
	}
	.theme p {
		margin: 0 auto 1em;
		max-width: 80%;
		padding-bottom: 38px;
		font-size: 18px;
	}
	article p {
		margin: 0 0 1.3em;
		font-size: 16px;
		line-height: 1.5;
	}
	article p.small {
		color: #808080;
	}
	.search p {
		margin: 0 0 1.3em;
		padding-bottom: 30px;
		font-size: 20px;
		line-height: 1.5;
		border-bottom: 1px solid #acacac;
	}
	.search p.no-result {
		border: none;
	}
	.error-404 p {
		font-size: 20px;
		line-height: 1.5;
	}
	.category-top p {
		margin: 1.5em 0 0.5em;
		font-size: 21px;
	}
	category-posts p {
		margin: 0 0 0.8em;
	}
.skip-link {
	position: absolute;
	left: -9999em;
	top: -9999em;
}
.icon {
	display: none;
}
.alignright {
	float: right;
}
img {
	max-width: 100%;
	height: auto;
}
.video-player {
	margin-bottom: 1em;
}

/* search */

.search-overlay {
	display:none;
	position: fixed;
	top: 0px;
	right: 0px;
	bottom:0px;
	left: 0px;
	z-index: 9999;
	background-color: #339933;
	}

.search-overlay.open {
	display: block;
	}

.search-overlay .search-close {
	background: transparent;
	border: none;
	font-size: 2em;
	outline: none;
	position: absolute;
	top: 0.5em;
	right: 1em;
	z-index: 100;
	color: rgba(255,255,255,.6);
	transition: 0.2s;
	}

	.search-overlay .search-close:hover {
		cursor: pointer;
		color: rgba(255,255,255,1);
		}

.search-overlay form {
	margin: 75px auto 40px;
	max-width: 1200px;
	position: relative;
	/*top: 20%;*/
	width: 75%
	}

.search-overlay input {
	background: none;
	border: none;
	outline: 0;
	font-size: 50px;
	font-weight: 300;
	height: 70px;
	width: 100%;
	color: #fff;
	}
	.search-overlay input::-webkit-input-placeholder {
	color: rgba(255,255,255,.6);
	}
	.search-overlay input::-moz-placeholder {
	color: rgba(255,255,255,.6);
	}
	.search-overlay input:-ms-input-placeholder {
	color: rgba(255,255,255,.6) !important;
	}
	.search-overlay input::-ms-input-placeholder {
	color: rgba(255,255,255,.6);
	}
	.search-overlay input::placeholder {
	color: rgba(255,255,255,.6);
	}
	.search ol {
		margin-bottom: 3.4em;
	}
	.search li {
		margin-bottom: 30px;
		line-height: 1.5;
	}
	.search li strong {
		font-size: 17px;
	}

/* newsletter +++++++++++++++ */

.clear {
	float:right;
	text-align: right;
	width:30%;
	}
#mc_embed_signup_scroll {
	margin:0 auto;
	max-width:400px;
	overflow:auto
	}
.mc-field-group {
	float:left;
	text-align:left;
	width:70%;
	}
#mc_embed_signup form {
	padding-top: 10px;
	}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	display:inline-block;
	margin:2px 0 1em 0;
	padding:5px 0px;
	border-radius: 3px;
	z-index:1;
	color:#e33340;
	background:#fff
	}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {border:2px solid #e33340;}
#mc_embed_signup .mc-field-group input {
	width:100%;
	padding:5px 0 6px;
	text-indent:2%;
	font-size: 15px;
	color: #2e2e2e;
	border:1px solid #acacac;
	}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {
	background-color: #00568A;
	border: 0 none;
	border-radius:5px;
	transition: all 0.23s ease-in-out 0s;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size:15px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin: 0 5px 18px 0;
	padding: 0 22px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	width: 80%;
	}

/* + mobile etc. < 979px +++++++++++++++ */

@media (max-width: 979px) {

	h1 {
		font-size: 30px;
	}
	article h1 {
		margin: 30px 0 20px 0;
	}
	.about h1 {
		font-size: 24px;
	}
	.search h1 {
		margin: 30px 0 20px 0;
	}
	.category-top h1 {
		font-size: 50px;
	}
	h2,
	.newsletter h2 {
		font-size: 24px;
	}
	.theme h2 {
		font-size: 36px;
	}
	h3 {
		font-size: 20px
	}
	h4 {
		margin-bottom: 0.4em;
		font-size: 14px;
	}
	p,
	#mc_embed_signup .mc-field-group input,
	#mc_embed_signup .button,
	#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error
	 {
		font-size: 12px;
	}
	article p {
		font-size: 14px;
	}
	.search p {
		font-size: 16px;
	}
	.theme p {
		margin: 0 auto 1em;
		max-width: 80%;
		padding-bottom: 38px;
		font-size: 16px;
	}
	.item p.date {
		font-size: 12px;
	}
	footer li {
		font-size: 10px;
	}
	footer li a {font-size: 12px;}
	.search-overlay input {
	font-size: 40px;
	height: 60px;
	}
	.search li {
		font-size: 14px;
	}
	.search li strong {
		font-size: 16px;
	}
	.search-overlay .search-close {
		right: 0;
	}
	#mc_embed_signup .button {
		padding: 0 8px;
		height: 28px;
		line-height: 28px;
	}

/* + ipad etc. portrait mode +++++++++++++++ */

@media (min-width: 768px) and (max-width: 979px) {

	.leftmenu,
	.rightmenu {
		margin: 30px 22px 2em 0;
		width: 170px;
	}
		.rightmenu {
			margin: 30px 0 2em 22px;
		}
	.leftmenu li,
	.rightmenu li {
		font-size: 13px;
	}
	.leftmenu .date {
		font-size: 12px;
	}
	article {
		width: 540px;
	}
	article.category {
		width: 732px;
	}
	.ansatte div {
		margin: 24px 45px 0 0;
		width: 150px;
	}
	header li {
		margin-top: 20px;
		font-size: 14px;
		letter-spacing: 0.05em;
	}

	header li a,
	header li a:visited {
		padding: 6px 10px;
	}
	header li.search a {
		width: 14px;
		background-size: 14px 14px;
		background-position: 10px 10px
	}
	main,
	footer,
	.top,
	.category-top {
		margin: 0 auto;
		width: 732px;
	}
	.wrapper {
		padding: 30px 0 18px;
	}
	
	.item {
		margin-right: 20px;
		width: 168px;
		float: left;
	}
	.about .item {
		margin-right: 18px;
		padding: 14px 14px 0px;
		width: 142px;
		min-height: 248px;
	}
	.about .hero {
		margin-right: 18px;
		padding: 0;
		width: 356px;
		min-height: 260px;
	}
	.item:last-child {
		margin-right: 0;
	}
	.top aside {
		margin-top: 18px;
	}
	.feature {
		margin-right: 18px;
		width: 232px;
		min-height: 154px;
	}
	.feature:last-child {
		margin-right: 0;
	}
	.feature div {
		padding: 14px;
		min-height: 130px;
	}
	.news,
	.activities {
		margin: 30px 0;	
	}
	.error-404 {
		margin-bottom: 60px;
	}
	.error-404 h1 {
		margin: 60px 0 20px;
		font-size: 60px;
	}
	.category-top p {
		font-size: 18px;
	}
	.category-posts {
		margin: 24px 24px 0 0;
		width: 228px;
	}
}

/* + mobile etc. +++++++++++++++ */

@media (max-width: 767px) {
	header {
		padding: 68px 0 18px;
	}
	header li {
		margin-top: 2px;
		display: block;
		font-size: 10px;
	}
	header li.search {
		margin-top: 0;
	}

	header li a,
	header li a:visited {
		padding: 6px 10px;
		text-decoration: none;
		border: none;
	}
	main {
		margin: 0 18px;
		width: initial;
	}
	.leftmenu,
	.rightmenu {
		margin: 30px 0 2em;
		padding-top: 2em;
		float: none;
		width: initial;
		border-top: 1px solid #acacac;
	}
	.leftmenu li,
	.rightmenu li {
		font-size: 13px;
	}
	.leftmenu .date {
		font-size: 12px;
	}
	article,
	article.category,
	article.category-post {
		float:none;
		width: initial;
	}
	.wrapper {
		padding: 18px;
	}
	.about .item {
		width: initial;
		min-height: initial;
	}
	.about .hero {
		min-height: 200px
	}
	.about .item,
	.newsletter .item {
		padding: 14px 14px 4px;
	}
	.newsletter .item {
		margin-top:0;
	}
	.about,
	footer,
	.top,
	.category-top {
		width: 100%;
	}
	.top aside {
		margin-top: 0;
	}
	.news,
	.activities {
		margin: 30px 0 20px;
	}
	.item {
		margin: 0 0 20px;
		width: 100%;
		float: none;
	}
	.newsletter .item {
		text-align: left;
	}
	.feature {
		margin-bottom: 18px;
		width: 100%;
		float: none;
	}
	.feature:last-child {
		margin-bottom: 0;
	}
	.feature div {
		padding: 14px;
	}
	footer {
		margin: 0 18px;
		width: initial;
		text-align: center;
	}
	footer ul {
		margin: 20px 18px 18px;
		padding-left: 0;
		float: none;
		list-style: none;
	}
	footer li {
		margin: 0 10px 6px 10px;
		padding: 0;
		float: none;
		display: inline-block;
	}

	footer li a {font-size: 12px;}

	.so-me {
		margin: 19px 0;
		float: none;
	}
	.so-me img {
		margin: 0 10px;
	}
	.about h1, h2 {
		font-size: 28px;
	}
	h3 {
		/*margin:*/
		font-size: 24px;
	}
	.search-overlay input {
		font-size: 25px;
		height: 40px;
	}
	
	.top-animate {
	  background: #fff !important;
	  top: 13px !important;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	}

	.mid-animate {
	  opacity: 0;
	}

	.bottom-animate {
	  background: #fff !important;
	  top: 13px !important;
	  -webkit-transform: rotate(-225deg);
	  transform: rotate(-225deg);
	}

	.top-menu {
	  top: 5px;
	  width: 25px;
	  height: 3px;
	  border-radius: 1px;
	  background-color: #fff;
	}

	.mid-menu {
	  top: 13px;
	  width: 25px;
	  height: 3px;
	  border-radius: 1px;
	  background-color: #fff;
	}

	.bottom-menu {
	  top: 21px;
	  width: 25px;
	  height: 3px;
	  border-radius: 1px;
	  background-color: #fff;
	}

	.menui {
	  background: #fff;
	  transition: 0.6s ease;
	  transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
	  margin-top: 10px;
	  position: absolute;
	}

	.icon {
	  z-index: 999;
	  position: absolute;
	  display: block;
	  padding: 9px;
	  height: 32px;
	  width: 32px;
	  margin: 0 0 0 -22px;
	  top: 10px;
	  left: 50%;
	}
	a.icon:hover {border:none}

	header nav {
	  font-family: inherit;
	  top: 0;
	  left: 0;
	  z-index: 998;
	  display: none;
	  position: fixed;
	  width: 100%;
	  height: 100%;
	  background: #339933;
	}
	
	header nav ul {
    margin: 0;
    padding: 8px 0;
    list-style: none;
    display: flex;
    flex-direction: column;
  }

	header nav li {
	 /* list-style-type: none;*/
	  text-align: center;
	  padding: 10px;
	}

	header nav li a {
	  font-size: 15px;
	  width: 100%;
	}

	header nav li:first-child {
	  margin-top: 60px;
	}
	.error-404 {
		margin-bottom: 60px;
	}
	.error-404 h1 {
		margin: 60px 0 20px;
		font-size: 40px;
	}
	.error-404 p {
		font-size: 16px;
	}
	.ansatte div {
		margin: 24px 0 0 0;
		width: 100%;
	}
	.category-top p {
		font-size: 16px;
	}
	.category-posts {
		margin: 24px 24px 0 0;
		width: 100%;
		display: block;
	}
	.category-posts img {
		width: 100%;
		height: auto;
	}
}

/* + mobile 576 - 767px etc. +++++++++++++++ */

@media (min-width: 576px) and (max-width: 767px) {
	.ansatte div {
		margin: 24px 12% 0 0;
		display: inline-block;
		vertical-align: top;
		width: 44%;
	}
		.ansatte div:nth-child(3n+0) {
			margin-right: 12%;
		}
		.ansatte div:nth-child(2n+0) {
			margin-right: 0;
		}
}

/* + mobile > 480px etc. +++++++++++++++ */

@media (min-width: 480px) and (max-width: 767px) {
	.leftmenu {
		margin: 30px 0 2em 0;
		padding: 0;
		float: left;
		width: 30%;
		border-top: none;
	}
	.leftmenu li {
		font-size: 12px;
	}
	.leftmenu .date {
		font-size: 11px;
	}
	article {
		margin: 0 0 2em;
		float: right;
		width: 66%;
	}
	.category-top h1 {
		font-size: 40px;
	}
}
