/* 
Theme Name:		 shop_isle_child
Theme URI:		 http://childtheme-generator.com/
Description:	 shop_isle_child is a child theme of Shop Isle, created by ChildTheme-Generator.com
Author:			 admin
Author URI:		 http://childtheme-generator.com/
Template:		 shop-isle
Version:		 1.0.0
Text Domain:	 shop-isle-child
*/


/*
    Add your custom styles here
*/

select {
	height: 33px;
	border: 1px solid #eaeaea;
	border-radius: 2px;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
}


/* ------------------------------------------------------------------
Typography
------------------------------------------------------------------- */

a {
	color: #111;
}

a:hover,
a:focus {
	outline: 0;
	color: #aaa;
	text-decoration: none;
}

.bg-dark a {
	color: #aaa;
}

.bg-dark a:hover,
.bg-dark a:focus {
	color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	line-height: 1.4;
}

p,
ol,
ul,
blockquote {
	margin: 0 0 20px;
}

blockquote {
	padding: 0;
	border: 0;
	font-size: 1.25em;
	font-style: italic;
}

.font-alt {
	font-family: "Roboto Condensed", sans-serif;

}

.font-serif {
	font-family: Volkhov, "Times New Roman", sans-serif;
	font-style: italic;
}

.large-text {
	font-size: 24px !important;
}

.rotate {
	text-shadow: none !important;
}


/* -------------------------------------------------------------------
Post
------------------------------------------------------------------- */

.sticky {
	display: block;
}

.post {
	margin: 0 0 80px;
}

.post-title {
	margin: 0;
	color: #111;
	font-size: 16px;
	line-height: 1.4;
}

.post-header {
	margin: 0 0 15px;
}

.post-meta {
	color: #aaa;
	font-size: 12px;
}

.post-entry {
	margin-top: 10px;
	padding-top: 20px;
	border-top: 1px dotted #c2c2c2;
}

.post-entry ul,
.post-entry ol {
	margin-left: 0;
}

.post-images-slider {
	position: relative;
}

.post-images-slider .flex-control-nav {
	bottom: 0;
}

.post-thumbnail,
.post-images-slider,
.post-video {
	margin: 0 0 20px;
}

.post-quote {
	padding: 20px;
	background: #f5f5f5;
	text-align: center;
}

.tags-links {
	float: left;
	width: 100%;
}

/* Post columns */

.post-columns .post {
	margin: 0 0 60px;
}

.post-columns .post-header {
	margin: 0 0 10px;
}

.post-columns .post-title {
	font-size: 14px;
	line-height: 1.8;
}

.post-columns .post-entry {
	margin: 0 0 10px;
	padding: 10px 0 0;
}

.post-columns.wo-border .post-entry {
	padding: 0;
	border: 0;
}

.post-columns .post-entry p:last-child {
	margin: 0;
}

.more-link:after {
	padding-left: 5px;
	color: #666;
	content: "\00BB";
}

.woocommerce-pagination ul.page-numbers li {
	display: inline-block;
}
.pagination a,
.woocommerce-pagination ul.page-numbers li a,
.woocommerce-pagination ul.page-numbers li span {
	padding: 4px 12px;
	border: 1px solid #eaeaea;
	color: #999;
	text-align: center;
}

.woocommerce-pagination ul.page-numbers li a {
	display: inline-block;
	color: #111;
}

.pagination a.active {
	border-color: #cacaca;
}

.post-navigation {
	float: left;
	width: 100%;
	padding-top: 60px;
}

.nav-links {
	width: 100%;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
}

.nav-links .nav-previous {
	float: left;
	max-width: 50%;
}

.nav-links .nav-next {
	float: right;
	max-width: 50%;
}

.nav-links .nav-next a {
	display: block;
	text-align: right;
}

.comments-title {
	margin: 0 0 20px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #c2c2c2;
	color: #111;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px;
	letter-spacing: 2px;
}

.no-results .screen-reader-text {
	padding-bottom: 0;
	border: none;
}

.no-results .search-form input[type=search] {
	width: 250px;
	max-width: 100%;
	height: 33px;
	padding: 5px 30px 5px 12px;
	border: 1px solid #eaeaea;
	border-radius: 2px;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 2px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.no-results .search-form input[type=submit] {
	overflow: hidden;
	position: relative;
	z-index: 999;
	width: 33px;
	height: 33px;
	margin-left: -33px;
	border: none;
	outline: none;
	color: #999;
	background: transparent;
	font-size: 14px;
	line-height: 38px;
	text-indent: -99999999px;
}

.no-results .search-form label {
	float: left;
	position: relative;
}
.no-results .search-form label:after {
	display: inline-block;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 1px;
	width: 33px;
	height: 33px;
	border: none;
	outline: none;
	color: #999;
	background: transparent;
	font: normal normal normal 15px/33px ElegantIcons;
	line-height: 33px;
	text-align: center;
	content: "\55";
	text-rendering: auto;
}

.bypostauthor {
	display: block;
}

.comments-area {
	float: left;
}

.comments-area ol {
	margin-left: 0;
	padding-left: 0;
}

.comments-area ol li {
	list-style: none;
}

.comment-meta {
	margin-left: 75px;
}

.comment-author img {
	position: absolute;
	top: 0;
	left: 0;
}

.comment-author img {
	width: 55px;
	height: 55px;
	border-radius: 50%;
}

.comment-author .fn {
	margin: 0 0 10px;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 14px;
	font-style: normal;
	letter-spacing: 2px;
}

.comments-area ol li {
	position: relative;
	text-align: justify;
}

.comments-area .reply a {
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 2px;
}

.comment-reply-title {
	margin: 0 0 20px;
	padding-top: 30px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #c2c2c2;
	color: #111;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px;
	letter-spacing: 2px;
}

#comments input:not([type="submit"]):not([type="checkbox"]) {
	height: 33px;
	border: 1px solid #eaeaea;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
}

.comments-bottom-wrap {
	float: left;
	width: 100%;
}

.comment-date {
	float: left;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 2px;
}

.comment-body {
	position: relative;
}

.comment-content .reply {
	font-size: 12px;
}

.comment-area {
	margin-top: 50px;
}

.comments-area label {
	font-weight: 400;
}
