/*
Theme Name: exvil
Author: superpuperlesha
Author URI: https://profiles.wordpress.org/superpuperlesha/
Version: 1
Requires PHP: 7.0
Tested up to: 5.4
Description: theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns
Theme URI: https://profiles.wordpress.org/superpuperlesha/
Text Domain: exvil
*/


/*---WordPress Core---*/
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}

.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}

.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

.alignnone, img.alignnone {
	/* not sure about this one */
}

.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}

.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}

.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}

.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}

blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}

blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}


/* Images */
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0px auto;
}

.img-circle {
	border-radius: 50%;
}


/* Comments */
.comment-list, .children {
	list-style: none;
}

ul.children {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}

#cancel-comment-reply-link {
	padding-left: 30px;
}

.comment-wrap {
	border-bottom: 1px solid #ccc;
	padding-bottom: 0;
	margin-bottom: 50px;
	position: relative;
}

.comment-wrap .comments-title {
	padding-top: 60px;
}

.comment-wrap .comment-img {
	float: left;
	margin-right: 20px;
	padding-bottom: 25px;
}

.comment-author {
	text-align: left;
}

.comment-reply {
	position: absolute;
	top: 0px;
	right: 0px;
	font-style: italic;
	padding: 5px 5px;
}

.comment-author, .comment-author a {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 2px;
}

.comment-date {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-style: italic;
	display: block;
	padding-bottom: 7px;
}

.depth-2 .comment-wrap {
	padding-left: 30px;
}

.depth-3 .comment-wrap {
	padding-left: 60px;
}

.depth-4 .comment-wrap {
	padding-left: 90px;
}

.depth-5 .comment-wrap {
	padding-left: 120px;
}

.depth-6 .comment-wrap {
	padding-left: 150px;
}

.depth-7 .comment-wrap {
	padding-left: 180px;
}

.depth-8 .comment-wrap {
	padding-left: 210px;
}

.depth-9 .comment-wrap {
	padding-left: 240px;
}

.depth-10 .comment-wrap {
	padding-left: 270px;
}

#commentform #comment, #commentform #author, #commentform #email, #commentform #url {
	display: block;
	width: 100%;
}

.title-line {
	border-top: 1px dotted #ccc;
	display: block;
	max-width: 30%;
	margin: 0 auto 25px;
}

/* Responsive */
@media (max-width: 767px) {
	.comment-list, .children {
		padding-left: 0px;
	}

	.comment-wrap .comment-img {
		float: none;
		margin: 0px;
		width: 100%;
		padding-bottom: 0px;
	}

	.comment-img > img {
		display: block;
		margin: 0px auto;
	}

	.comment-author, .comment-author a, .comment-date {
		text-align: center;
	}

	.depth-2 .comment-wrap, .depth-3 .comment-wrap, .depth-4 .comment-wrap, .depth-5 .comment-wrap, .depth-6 .comment-wrap, .depth-7 .comment-wrap, .depth-8 .comment-wrap, .depth-9 .comment-wrap, .depth-10 .comment-wrap {
		padding-left: 0px;
	}

	.comment-reply {
		position: relative;
		text-align: center;
		display: block;
		margin-top: 25px;
	}
}

