/*
Theme Name:  Drochilli
Theme URI:   https://www.dizzain.com/blog/freebies/free-wordpress-theme-drochilli/
Author:      Dizzain Inc.
Author URI:  https://www.dizzain.com/
Description: Minimalistic darken WordPress theme with two columns, left-sidebar, fluid width and widget-ready. 
Version:     4.02
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:        blog, two-columns, left-sidebar, custom-menu, threaded-comments, sticky-post, featured-images, translation-ready
Text Domain: Drochilli is copyright Dizzain.com http://www.dizzain.com/

Drochilli WordPress theme, Copyright (C) 2013 Dizzain.com
Drochilli WordPress theme is licensed under the GPL.

*/

/* =Reset by Eric Meyer http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


sup, sub {
	font-size: 70%;
	vertical-align: baseline;
	position: relative;
}

sup {
	top: -0.4em;
}

sub {
	bottom: -0.4em;
}

/*
	Main styles
*/

html { width: 100%; }

html, body {
	height: 100%;
}

body, textarea, input, select {
	font: 13px/18px Arial, Tahoma, Verdana;
}

body {
	color: #000;
	background: #f1f1f3;
}

p {
	margin: 10px 0 0 0;
}

ul, ol, dl {
	margin: 5px 0 5px 20px;
}

blockquote {
	margin: 10px 0 0 20px;
	font-style: italic;
}

pre {
	font: 14px/18px "Courier New", Courier, monospace;
	color: #333;
	margin: 10px 0;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

/*
	Global styles
*/

.alignleft {
	float: left;
	margin: 20px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 20px 0 20px 20px;
}

.aligncenter {
	display: block;
	margin: 20px auto;
}

.overflow {
	overflow: hidden;
}

/*
	Layouts
*/

#wrapper {
	float: left;
	width: 100%;
	display: flex;
	min-height: 100%;
	flex-direction: column;
}

#header {
	float: left;
	min-height: 110px;
	overflow: hidden;
	width: 100%;
	display: flex;
}

	#header .headerwrap {
		float: left;
		height: 110px;
		width: 100%;
	}
	.header-left {
		width: 22%;
		max-width: 350px;
		padding-bottom: 20px;
		background: #201f1c url("images/aside/line.png") left bottom repeat-x;
	}

	.header-right {
		flex-grow: 1;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		max-width: 78%;

	}

		.menu-primary-toggler {
			display: none;
			position: absolute;
			top: 35px;
			right: 20px;
			cursor: pointer;
			width: 26px;
			height: 3px;
			-webkit-box-sizing: content-box;
			box-sizing: content-box;
			padding: 10px 5px;
			z-index: 10000;
		}

		.menu-primary-toggler span {
			display: block;
			position: relative;
		}

		.menu-primary-toggler span,
		.menu-primary-toggler span:before,
		.menu-primary-toggler span:after {
			width: 28px;
			height: 3px;
			background-color: #ffd700 ;
			-webkit-box-sizing: content-box;
			box-sizing: content-box;
			-webkit-transition: all 0.2s ease 0s;
			transition: all 0.2s ease 0s;
		}

		.menu-primary-toggler span:before,
		.menu-primary-toggler span:after {
			position: absolute;
			left: 0;
			display: block;
			content: "";
		}

		.menu-primary-toggler span:before {
			top: -7px;
		}

		.menu-primary-toggler span:after {
			bottom: -7px;
		}

		body.mobile-menu-active .menu-primary-toggler span {
			background: transparent;
		}

		body.mobile-menu-active .menu-primary-toggler span:before {
			top: 0px;
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
			background: #201f1c;
		}

		body.mobile-menu-active .menu-primary-toggler span:after {
			top: 0px;
			-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
			background: #201f1c;
		}

		#primary-nav {
			max-width: 1024px;
			padding: 30px 30px 0;
			-webkit-box-sizing: content-box;
			box-sizing: border-box;
		}

			#primary-nav ul {
				background: url(images/content/line.png) 0 bottom repeat-x;
				margin: 0;
				padding: 0 0 25px;
			}

				#primary-nav ul li {
					display: inline-block;
					padding-left: 20px;
					line-height: 1.5;
				}

				#primary-nav ul li:first-child {
					padding-left: 0;
				}

					#primary-nav ul li a {
						font-weight: bold;
						font-style: italic;
						color: rgba(70,70,70, 0.8);
						text-decoration: underline;
						font-family:  Georgia, Arial, sans-serif;
						font-size: 19px;
						letter-spacing: -1px;
					}

					#primary-nav ul li a:hover {
						text-decoration: none;
					}


					#primary-nav ul li.current-menu-item a {
						color: rgba(70,70,70, 1);
						text-decoration: none;
					}


#page {
	overflow: hidden;
	position: relative;
	width: 100%;
	flex-grow: 1;
	display: flex;
}

	#content {
		flex-grow: 1;
		-ms-flex-order: 2;
		order: 2;
		max-width: 78%;
	}

	#aside {
		width: 22%;
		max-width: 350px;
		background: #201f1c;
		padding-bottom: 20px;
		-ms-flex-order: 1;
		order: 1;
	}


/* Logo */

#logo {
	padding: 20px 25px 0;

}

	#logo h1, #logo h2 {
		color: #fff;
		font: italic 46px/54px Georgia;
		height: 54px;
		letter-spacing: -2px;
	}

		#logo h1 a, #logo h2 a {
			color: #fff;
			display: block;
			text-decoration: none;
		}

/* Search */

#search {
	float: right;
	margin: 25px 20px 0 0;
	width: 28%;
}

	#searchform {
		background: url("images/header/searchform.png") 0 0 no-repeat;
		height: 33px;
		width: 100%;
	}

		#searchform div {
			margin: 0;
		}

		#searchform input {
			background: transparent;
			border: 0 none;
			color: #000;
			float: left;
			height: 33px;
			line-height: 33px;
			margin: 0;
			padding: 0 0 0 30px;
			width: 165px;
		}

			#searchform input#searchsubmit {
				cursor: pointer;
				height: 33px;
				margin: 0 0 0 5px;
				text-indent: -1000px;
				width: 65px;
			}

/* Description */

#description {
	margin: 10px 25px 0;
}

	#description h3 {
		color: #fff;
		font: italic 18px/22px Georgia;
		height: 22px;
		letter-spacing: -1px;
		overflow: hidden;
	}

/* Menu */

#menu {
	display: inline;
	float: left;
	height: 44px;
	margin: 50px 0 0 20px;
	width: 300px;
}

	#menu ul {
		float: right;
		height: 44px;
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}

		#menu ul li {
			border: 0 none;
			float: left;
			height: 44px;
			margin: 0 2px;
			padding: 0;
			width: 44px;
		}

			#menu ul li a {
				display: block;
				height: 44px;
				padding: 0;
				text-indent: -1000px;
				width: 44px;
			}
/*
	Content
*/

/* Typograpthy */

#content ul {
	list-style: disc;
}

#content ol {
	list-style: decimal;
}

	#content ol ol li {
		list-style-type: lower-alpha;
	}

	#content ul ul li {
		list-style-type: circle;
	}

#content dt {
	font-weight:bold;
}

#content dd {
	margin: 0 0 10px 10px;
}

/* Layout */

#content .posts {
	width: 100%;
	max-width: 1024px;
	padding: 30px;
	-webkit-box-sizing: content-box;
	box-sizing: border-box;
}

	#content .posts .post {
		background: url("images/content/line.png") 0 bottom repeat-x;
		margin: 0 0 20px 0;
		padding: 0 0 20px;
		width: 100%;
		overflow: hidden;
	}

		#content .posts .post .title {
			overflow: hidden;
		}

			#content .posts .post .title h1,
			#content .posts .post .title h2 {
				background: #ffd700;
				float: left;
				font: bold 23px/26px Arial;
				letter-spacing: -1px;
				padding: 2px 5px;
			}

				#content .posts .post .title h1 a,
				#content .posts .post .title h2 a {
					text-decoration: none;
				}

		#content .posts .post .entry {
			margin: 10px 0 0 0;
		}

			#content .posts .post .entry h1,
			#content .posts .post .entry h2 {
				line-height: 26px;
			}

			#content .posts .post .entry h1 {
				font-size: 22px;
				margin: 10px 0;
			}

			#content .posts .post .entry h2 {
				font-size: 20px;
				margin: 10px 0;
			}

			#content .posts .post .entry h3 {
				font-size: 18px;
				margin: 10px 0;
			}

			#content .posts .post .entry h4 {
				font-size: 16px;
				margin: 10px 0;
			}

			#content .posts .post .entry h5 {
				font-size: 15px;
				margin: 10px 0;
			}

			#content .posts .post .entry h6 {
				font-size: 14px;
				margin: 10px 0;
			}

		#content .posts .post .meta {
			background: url("images/content/post_meta.png") 0 0 repeat-y;
			overflow: hidden;
			font: italic 14px/20px Georgia, Arial;
			margin: 10px 0 0 0;
			width: 100%;
		}

			#content .posts .post .meta p {
				margin: 0 0 2px 20px;
			}

		#content .posts .post .link {
			background: url("images/content/post_comments.png") 0 0 no-repeat;
			color: #464646;
			font: bold italic 19px/22px Georgia, Arial;
			height: 22px;
			letter-spacing: -1px;
			margin: 10px 0 0 0;
			padding-left: 30px;
			width: 100%;
		}

			#content .posts .post .link a {
				color: #464646;
				text-decoration: none;
			}

/* Comments */

#content .comments {
	margin: 0;
	overflow: hidden;
	max-width: 1024px;

}

#content .comments h3 {
	background: url("images/content/post_comments.png") 0 0 no-repeat;
	color: #464646;
	font: bold italic 19px/22px Georgia, Arial;
	height: 22px;
	letter-spacing: -1px;
	margin: 0;
	padding-left: 30px;
	width: 100%;
}

	#content .comments h3#comments-title {
		margin: 20px 0 0 30px;
	}

	#content .comments h3#reply-title {
		margin: 20px 0 10px 0px;
	}

.commentlist,
.commentrespond {
	margin: 20px 0 0 30px;
	width: 95%;
}

	.commentrespond {
		margin-left: 15px;
	}

	.commentlist li,
	#content li.comment {
		list-style-type: none;
		margin: 0 0 10px 0;
	}

		.comment-body {
			overflow: hidden;
		}

		.commentlist li .comment-meta {
			background: #e3e3e3 url("images/content/post_meta.png") 0 0 repeat-y;
			font: italic 13px/42px Georgia;
			height: 42px;
			width: 100%;
			overflow: hidden;
		}

		.commentlist li .comment-meta cite {
			color: #464646;
			font-weight: bold;
		}

			.commentlist li .comment-author {
				float: left;
				margin-left: 22px;
			}

			.commentlist li .comment-avatar {
				float: right;
				height: 42px;
				width: 42px;
			}

				#content .comment-avatar img {
					margin: 0;
				}

		.commentlist li .comment-text {
			float: left;
			margin: 5px 15px 20px;
			width: 100%;
			overflow: hidden;
		}

		.bypostauthor {
			/* for theme validation */
		}

#respond {
	display: inline;
	float: left;
	margin: 0 0 20px 15px;
	width: 100%;
}

#commentform {
	float: left;
	width: 100%;
	margin: 5px 0;
}

	#commentform textarea {
		float: left;
		width: 95%;
		height: 200px;
		margin: 0;
	}

#commentform fieldset {
	float: left;
	width: 585px;
}

#commentform legend {
	display: none;
}

.cancel-comment-reply {
	float: left;
	margin: 10px 0 0;
}

#commentform {
	margin: 10px 0 20px;
	width: 585px;
	overflow: hidden;
}

	#commentform div.c_item {
		background: url("images/comments/field.png") 0 0 no-repeat;
		float: left;
		height: 37px;
		margin: 0 0 5px;
		width: 100%;
	}

		#commentform div.c_item.textarea {
			background: url("images/comments/textarea.png") 0 30px no-repeat;
			height: 183px;
			margin: 0;
			width: 100%;
		}

		#commentform label {
			color: #464646;
			font: bold italic 13px/37px Georgia;
			letter-spacing: -1px;
			margin: 0 0 0 15px;
			width: 65px;
		}

		#commentform .c_item label {
			float: left;
		}

			#commentform .textarea label {
				color: #464646;
				font: bold italic 19px/24px Georgia;
				letter-spacing: -1px;
				margin: 0 0 0 15px;
				width: 100%;
			}

			#commentform label[for=url] {
				color: #8d8d8e;
			}

		#commentform input[type=text],
		#commentform input[type=email] {
			border: 0 none;
			color: #464646;
			float: left;
			font: 12px/14px Arial;
			margin: 10px 0 0 0;
			width: 170px;
		}

			#commentform input#submit {
				background: url("images/comments/submit.png");
				border: 0 none;
				color: #fff;
				cursor: pointer;
				float: right;
				font: bold italic 15px/24px Georgia;
				height: 24px;
				letter-spacing: -1px;
				margin: 10px 0 0 0;
				width: 147px;
			}

		#commentform textarea {
			border: 0 none;
			color: #464646;
			float: left;
			font: 13px/16px Arial;
			height: 135px;
			margin: 15px 0 0 10px;
			width: 560px;
		}

		#commentform .req {
			border: 0 none;
			color: #8d8d8e;
			float: left;
			font: italic 12px/14px Georgia;
			margin: 10px 0 0 30px;
		}

/* Images */

#content img {
	padding: 0;
	max-width: 98%;
	height: auto;
	margin: 5px;
}

	#content img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	#content img.alignright {
		margin: 10px 0 10px 10px;
		display: inline;
	}

	#content img.alignleft {
		margin: 10px 5px 10px 0;
		display: inline;
	}

.wp-caption {
	border: 1px solid #b2b2b2;
	margin: 0;
	max-width: 100%;
	padding: 0;
	text-align: center;
	display: inline-block;
	/*-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
}

	.wp-caption.alignright {
		margin: 10px 0 10px 10px;
	}

	.wp-caption.alignleft {
		margin: 10px 5px 10px 0;
	}

	.wp-caption img {
		border: 0 none;
		margin: 0;
		max-width: 100%;
		padding: 0;
	}

	.wp-caption p.wp-caption-text {
		font-size: 11px;
		line-height: 15px;
		padding: 0 0 5px;
		margin: 0;
	}

	.gallery-caption {
		color: #666;
		font-family: Georgia, serif;
		font-size: 12px;
	}	

/* Tables*/

#content .posts table {
	border-width: 1px;
	border-spacing: 0px;
	border-style: ridge;
	border-color: #b2b2b2;
	border-collapse: collapse;
	margin: 5px 0;
}

	#content .posts table.full {
		width: 100%;
	}

#content .posts table th {
	border-width: 1px;
	padding: 3px;
	border-style: ridge;
	border-color: #b2b2b2;
}

#content .posts table td {
	border-width: 1px;
	padding: 3px;
	border-style: ridge;
	border-color: #b2b2b2;
}

/*
	Aside
*/

#aside ul {
	font: 13px/20px Arial;
	list-style-type: none;
	margin: 0;
}

#aside h3.widgettitle {
	margin-top: 0;
}

	#aside > ul > li {
		background: url("images/aside/line.png") 0 0 repeat-x;
		color: #ffd700;
		margin: 0;
		padding: 20px 25px;
	}

	#aside ul li:first-child {
		background: none;
	}

		#aside ul li ul {
			color: #fff;
			list-style-type: disc;
			margin: 10px 0 10px 20px;
		}

			#aside ul li ul li {
				background: none;
				margin: 0;
			}

				#aside ul li ul li ul {
					margin: 0 0 0 20px;
				}

	#aside a {
		color: #fff;
	}

	#aside h3 {
		color: #ffd700;
		font: bold 23px/26px Arial;
		letter-spacing: -1px;
		margin: 20px 0 0;
		position: relative;
	}

		#aside h3 span {
			background: url("images/aside/h3.png") 0 7px no-repeat;
			height: 25px;
			margin-left: 5px;
			position: absolute;
			width: 22px;
		}

		#aside h3 a {
			color: #ffd700;
			text-decoration: none;
		}

	#aside ul li .textwidget {
		color: #fff;
		margin: 10px 0 0 0;
	}

/*
	Navigation
*/

.navigation {
	float: left;
	margin: 0 0 20px;
	width: 100%;
}

	.navigation .alignleft {
		margin-left: 30px;
	}

/*
	Footer
*/

#footer {
	display: flex;
}

#footer .left {
	background: #201f1c;
	width: 22%;
	max-width: 350px;
}

#footer .right {
	flex-grow: 1;
	border-top: 1px solid #bcbcbc;
}


#footer .left, #footer .right {
	float: left;
	overflow: hidden;
	position: relative;
}

	#footer p {
		font: bold 12px/18px Arial;
		margin: 10px 0 10px 0;
	}

		#footer .left p {
			color: #fff;
			text-align: center;
		}

			#footer .left p a {
				color: #fff;
			}

		#footer .right p {
			padding: 10px 30px;
			margin: 0;
			text-align: left;
			max-width: 1024px;
			-webkit-box-sizing: content-box;
			box-sizing: border-box;
		}

/*
	Calendar
*/

#wp-calendar {
	color: #fff;
	empty-cells: show;
	margin: 10px 0;
	width: 200px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	margin: 10px 0 0;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

/* Other */

h2.pagetitle  {
	background: #ffd700;
	display: inline;
	float: left;
	font: bold 23px/26px Arial;
	letter-spacing: -1px;
	margin: 20px 0 0 30px;
	padding: 2px 5px;
}

.archive h2.pagetitle {
	margin-bottom: 30px;
}

#content .posts .post.sticky {
	background: #e2e1e1;
	border: 5px solid #bcbcbc;
	float: left;
	margin: 0 0 30px 0;
	padding: 15px;
	-webkit-box-sizing: content-box;
	box-sizing: border-box;
}

	#content .posts .post.sticky .meta {
		background: url("images/content/post_meta_sticky.png") 0 0 repeat-y;
	}

.gallery-item {
	margin: 10px 0 0;
} 
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 10px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 10px;
	width: auto;
	z-index: 100000;
	pointer-events: auto;
}

@media screen and (max-width: 767px) {
	.menu-primary-toggler {
		display: block;
	}

	#header {
		display: block;
		min-height: 0;
        overflow: visible;
        float: none;
	}

	.header-left {
		width: 100%;
		max-width: 100%;
	}

	#page {
		display: block;
	}

	#content {
		width: 100%;
		max-width: 100%;
	}

	#aside {
		width: 100%;
		max-width: 100%;
	}

	#footer {
		display: block;
	}

	#footer .left {
		display: none;
	}

	#primary-nav {
		position: fixed;
		top: 0;
		right: -300px;
		width: 300px;
		height: 100%;
		z-index: 200;
		background: #fff;
		padding: 70px 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		overflow-x: hidden;
		-webkit-transition: -webkit-transform .2s ease-out 0s;
		transition: -webkit-transform .2s ease-out 0s;
		transition: transform .2s ease-out 0s;
		transition: transform .2s ease-out 0s, -webkit-transform .2s ease-out 0s;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

    body.mobile-menu-active #primary-nav {
        -webkit-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
    }


    body .header-left,
    body #page,
    body #footer {
        -webkit-transition: -webkit-transform .2s ease-out 0s;
        transition: -webkit-transform .2s ease-out 0s;
        transition: transform .2s ease-out 0s;
        transition: transform .2s ease-out 0s, -webkit-transform .2s ease-out 0s;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }


    body.mobile-menu-active .header-left,
    body.mobile-menu-active #page,
    body.mobile-menu-active #footer {
        -webkit-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
    }

	body.mobile-menu-active {
		max-height: 100%;
		overflow: hidden;
	}

	#primary-nav ul {
		background: none;
	}

	#primary-nav ul li {
		display: block;
	}

	#primary-nav ul li,
	#primary-nav ul li:first-child {
		padding: 10px 30px;
	}
}
