/*
Theme Name: DarkElements
Theme URI: https://www.guido.site/themes
Version: 6.2
Author: Guido
Author URI: https://www.guido.site
Description: DarkElements is a free, clean, minimalistic, responsive, mobile-friendly WordPress theme. Features: sidebar, sidebar navigation, footer widgets, custom header image, custom background, custom logo to replace site title and tagline. For more info please check readme file. Enjoy.
Tags: two-columns, left-sidebar, custom-background, custom-header, custom-menu, featured-images, footer-widgets, post-formats, sticky-post, blog, editor-style, microformats, translation-ready
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: darkelements

This theme, like WordPress, is licensed under the GPL.
*/


/* RESET STYLESHEET */
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, 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, 
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-family:sans-serif;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	vertical-align:baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
	display:block;
}

body {
	line-height:1;
}

ol, ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}


/* HTML */
html {-webkit-text-size-adjust:100%;}


/* BODY AND CONTAINER */
body {background:#333; color:#ddd; font-family:'Open Sans', sans-serif; font-size:15px; line-height:1.5; text-align:left; word-wrap:break-word;}
#container {max-width: 1320px; position:relative; margin:20px 0 20px 20px;}
#container:after {content:''; display:block; height:0; clear:both;}


/* MAIN CONTENT AREA */
#content {width:68%; float:right; padding:20px 2%;  opacity:0.9; filter:alpha(opacity=90);
border-color: blue;
	border-width: 1px;
	    border-style: solid;
	background: #0000009c;
}


/* HEADINGS */
h1 {clear:both; margin:0 0 10px; font-size:2.2em; line-height:1.25;}
h2 {clear:both; margin:0 0 10px; font-size:1.75em; line-height:1.25;}
h3 {clear:both; margin:0 0 10px; font-size:1.45em; line-height:1.5;}
h4 {clear:both; margin:0 0 10px; font-size:1.2em; line-height:1.5;}
h5 {clear:both; margin:0 0 10px; font-size:1em; line-height:2;}
h6 {clear:both; margin:0 0 10px; font-size:0.8em; line-height:2;}


/* LINKS AND HTML TAGS */
a {text-decoration:none; color:#aaa;}
a:hover {text-decoration:none; color:#e77776;}

strong, b {font-weight:bold;}
small {font-size:0.8em;}
big {font-size:1.2em;}
sub {vertical-align:sub; font-size:0.9em;}
sup {vertical-align:super; font-size:0.9em;}
ins, mark {font-weight:bold; background:none; text-decoration:none; color:#e77776;}
cite, em, abbr, acronym {font-style:italic;}
code, kbd, samp, var {font-family:monospace, monospace;}
pre {margin:0 0 10px; padding:5px 10px; white-space:pre-wrap; border:1px solid #444;}
blockquote, q {margin:0 0 10px; padding:0 0 0 20px; display:block; font-size:1.2em; font-style:italic; border-left:2px solid #ddd;}
address {margin:0 0 10px; font-style:italic;}
p {margin:0 0 10px;}
hr {height:1px; background:#444; border:0; margin:0 0 10px;}


/* ALIGNMENTS */
.alignright {float:right;}
.alignleft {float:left;}
.aligncenter {display:block; margin-left:auto; margin-right:auto;}


/* TABLE AND LISTS */
table {margin:0 0 10px; border-collapse:collapse;}
table, th, td {border:1px solid #444; padding:5px 10px;}
table th {font-weight:bold;}

ul {list-style:square; margin:0 0 10px;}
ol {list-style:decimal; margin:0 0 10px;}
li {margin:0 0 0 20px;}
li > ul, li > ol {margin:0;}
dl {margin:0 0 10px;}
dt {font-weight:bold;}
dd {margin:0 0 0 20px;}


/* INPUTS */
input, select, textarea {-webkit-appearance:none; -moz-appearance:none; border:1px solid #ddd; padding:2px 5px; background:none; color:#ddd; font-size:inherit; font-family:inherit; border-radius:5px;}
input[type="submit"], input[type="reset"], input[type="button"], button {cursor:pointer; border:0; padding:2px 5px; background:#ddd; color:#333;}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover {background:#e77776; color:#ddd;}
input[type="checkbox"] {-webkit-appearance:checkbox; -moz-appearance:checkbox;}
input[type="radio"] {-webkit-appearance:radio; -moz-appearance:radio;}
select {-webkit-appearance:menulist; -moz-appearance:menulist; max-width:100%; background:#fff; color:#333;}
button {font-size:inherit; font-family:inherit;}


/* SIDEBAR */
#sidebar {width:22%; float:left; padding:20px 2%; border-bottom-left-radius:50px; border-bottom-right-radius:50px; opacity:0.9; filter:alpha(opacity=90);
    border: blue;
    border-style: solid;
    border-width: 1px;
	background: #0000009c;
}


/* SIDEBAR LOGO */
.logo {clear:both; padding:0 0 20px; text-align:center;}
.logo h1 {margin:0;}
.logo h2 {margin:0; padding:5px 0; font-size:1.20em;}
.logo img {padding:10px 0 0;}


/* SIDEBAR MENU */
.nav-primary {width:100%; clear:both; float:left; margin:0 0 20px;}
.nav-primary ul {padding:0; margin:0; z-index:999; list-style:none;}
.nav-primary ul li {position:relative; padding:0; margin:0;}
.nav-primary ul li a {text-decoration:none; padding:5px 0; display:inline-block; width:100%; border-bottom:1px solid #444;}
.nav-primary .current-menu-item > a, .nav-primary .current-menu-parent > a {color:#e77776;}


/* SIDEBAR SUBMENU */
.nav-primary ul ul a {width:95%; margin:0 0 0 5%;}
.nav-primary ul ul ul a {width:90%; margin:0 0 0 10%;}
.nav-primary ul ul ul ul a {width:85%; margin:0 0 0 15%;}


/* SIDEBAR MOBILE MENU */
.mobile-nav-container {display:none;}
.mobile-nav-toggle {display:none;}
.mobile-nav {display:none;}


/* SIDEBAR MENU TITLE */
.nav-primary-title {padding:0 0 5px; margin:0 0 10px; color:#ddd; border-bottom:1px solid #444;}


/* WIDGETS */
#sidebar-widgets {width:100%; clear:both; float:left;}
.widget {margin:0 0 20px;}
.widgettitle {padding:0 0 5px; margin:0 0 10px; color:#ddd; border-bottom:1px solid #444;}


/* NATIVE CALENDAR WIDGET */
#wp-calendar th, #wp-calendar td {padding:5px;}


/* NATIVE MENU WIDGET */
#sidebar-widgets .sub-menu li {margin:0 0 0 10px;}


/* HEADER IMAGE */
#header-image {width:68%; float:right; margin:0 0 20px; padding:20px 2% 15px;  opacity:0.9; filter:alpha(opacity=90);}
.header-img {width:100%; height:auto;}


/* HEADER IMAGE MOBILE */
#header-image-mobile {display:none;}


/* PAGE */
.page-title {margin:0 0 20px;}
.blog-page-text {clear:both; margin:0 0 20px;}
.archive-description {width:100%; clear:both; float:left; font-style:italic;}
.pagelink {width:100%; clear:both; float:left; padding:20px 0;}


/* POST */
.post-list {width:100%; clear:both; float:left; margin:0 0 20px; border-bottom:1px solid #444;}
.post-single {width:100%; clear:both; float:left;}
.post-title {margin:0 0 20px;}
.post-title-single {margin:0 0 20px;}
.entry-content {width:100%; clear:both; float:left; margin:0 0 20px;}
.sticky-title {margin:0 0 20px; padding:2px 0; border-top:1px solid #444; border-bottom:1px solid #444; text-align:center;}
.postmetadata {clear:both; margin:0 0 20px; padding:2px 0; border-top:1px solid #444; border-bottom:1px solid #444;}
.more {width:100%; clear:both; float:left; padding:0 0 20px;}
a.readmore {float:right; text-decoration:none; padding:2px 5px; background:#ddd; color:#333; border-radius:5px;}
a.readmore:hover {background:#e77776; color:#ddd; text-decoration:none;}


/* POST FORMATS */
.format-aside .post-title, .format-image .post-title, .format-video .post-title, .format-gallery .post-title, .format-audio .post-title {font-size:1.45em;}
.format-aside .post-title-single, .format-image .post-title-single, .format-video .post-title-single, .format-gallery .post-title-single, .format-audio .post-title-single {font-size:1.45em;}
.format-image .postmetadata, .format-video .postmetadata, .format-gallery .postmetadata, .format-audio .postmetadata {font-style:italic;}


/* POST NAV */
.post-nav {width:100%; clear:both; float:left;}
.nav-prev {float:left; padding:5px 0;}
.nav-next {float:right; padding:5px 0;}


/* EDIT LINK */
.edit-link {width:100%; clear:both; float:left; text-align:center; margin:10px 0; padding:2px 0; border-top:1px solid #444; border-bottom:1px solid #444;}
.edit-link a {color:#e77776;}
.edit-link a:hover {color:#ddd;}


/* IMAGE AND VIDEO */
embed, iframe, object, video {max-width:100%;}
img {max-width:100%; height:auto;}

img.alignright {float:right; margin:0.4em 0 0.4em 1em;}
img.alignleft {float:left; margin:0.4em 1em 0.4em 0;}
img.aligncenter {display:block; margin:0.4em auto 0.4em auto;}

.wp-post-image, .single-image {float:left; margin:0.4em 1em 0.4em 0;}

.wp-caption-text {text-align:center;}

.gallery-item {margin:0 0 10px !important;}
.gallery img {border:0 !important;}
.gallery-caption {margin:0 !important;}


/* SEARCHFORM */
.search-form {padding:10px 0;}
.search-field {width:50%; margin:0 5px 0 0;}
.search-form .screen-reader-text {display:none;}


/* COMMENTS */
#comments {width:100%; clear:both; float:left;}
.comment-list, .comment-list .children {list-style:none; margin:0; padding:0;}
.comment-list li {margin:0; padding:0;}
.comment-list .children > li {margin:0 0 0 10px;}
.comment-body {background:none; border:1px solid #444; border-radius:5px; padding:10px; margin:0 0 20px;}
.comment-content {padding:10px 0;}
.comment-notes, .form-allowed-tags {font-size:0.8em; padding:5px 0;}
.comments-title {margin:0 0 20px; font-size:1.45em;}
.comment-reply-title, .no-comments {margin:0; font-size:1.45em;}
.comment-author .avatar {margin:0 5px 0 0; border-radius:5px;}
.bypostauthor .comment-content {font-style:italic;}
.comment-awaiting-moderation {font-style:italic;}


/* COMMENTS RESPOND */
#respond {width:100%; clear:both; padding:0 0 10px;}
.comment-form label {padding:0 0 5px; display:block;}
.comment-form input, .comment-form textarea {width:80%;}
.comment-form input[type="submit"] {width:auto;}


/* COMMENTS NAV */
.comment-nav {width:100%; clear:both; float:left;}
.comment-prev {float:left; padding:10px 0;}
.comment-next {float:right; padding:10px 0;}


/* FOOTER */
#footer {width:68%; float:right; padding:0 2%; margin:20px 0 0; background:#333 url('images/back.png.html'); color:#ddd; opacity:0.9; filter:alpha(opacity=90);}
.site-info {clear:both; text-align:center; padding:10px 0;}


/* FOOTER WIDGET AREA */
#footer-widgets {width:100%; clear:both; float:left;}
.footer-left {float:left; width:31%; margin:20px 0 0 0;}
.footer-middle {float:left; width:31%; margin:20px 3.5% 0;}
.footer-right {float:right; width:31%; margin:20px 0 0 0;}


/* Tablet */
@media screen and (min-width:768px) and (max-width:1024px) { 
	/* BODY AND CONTAINER */
	#container {margin:20px auto 20px;}
}


/* MOBILE */
@media screen and (max-width:767px) { 
	/* BODY AND CONTAINER */
	body {font-size:15px; line-height:1.5;}
	body.custom-background {background-image:none !important;}
	#container {width:96%; padding:10px 2%; margin:0 auto; background:#333 url('images/back.png.html');}

	/* MAIN CONTENT AREA */
	#content {width:100%; clear:both; float:left; padding:10px 0 20px; background:none;}

	/* SIDEBAR */
	#sidebar {width:100%; clear:both; padding:0; background:none;}

	/* SIDEBAR LOGO */
	.logo {padding:10px 0 20px;}
	.logo h2 {padding:0; font-size:1.45em;}
	.logo img {padding:0;}

	/* SIDEBAR MENU */
	.nav-primary {display:none;} 

	/* SIDEBAR MOBILE MENU */
	.mobile-nav-container {clear:both; display:block;}
	.mobile-nav-toggle {clear:both; display:block; margin:0 0 20px; padding:10px 2%; background:#444; color:#ddd; cursor:pointer;}
	.mobile-nav-toggle:hover {color:#fff;}
	.mobile-nav {clear:both; padding:10px 20px 10px 0; margin:0 5px 20px; background:none; border:2px solid #ddd;}
	.mobile-nav .subnav-toggle {float:right; display:block; margin:-45px 0 0; padding:2px 15px;}
	.mobile-nav ul {list-style:none;}
	.mobile-nav ul li a {display:block; margin:0 0 10px 0; padding:0 0 12px; border-bottom:2px dotted #ddd; text-decoration:none;}

	/* SIDEBAR MENU TITLE */
	.nav-primary-title {display:none;}

	/* HEADER IMAGE */
	#header-image {display:none;}

	/* HEADER IMAGE MOBILE */
	#header-image-mobile {display:block; width:100%; float:left; margin:0 0 20px;}

	/* IMAGES */
	.wp-post-image, .single-image {max-width:50%;}

	/* FOOTER */
	#footer {width:100%; clear:both; float:left; padding:0; margin:0; background:none;}

	/* FOOTER WIDGET AREA */
	.footer-right, .footer-middle, .footer-left {width:100%; clear:both; float:left; margin:0;} 
}