/* ==================== Blog ==================== */

/* Post */
.post-bg {
	background: #ffffff;
	padding: 30px 0 35px;
}

.post-single .post-bg {
	padding: 30px 0 0;
}

.post-body img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	margin-bottom: 25px;
}

.post-body a {
	padding-bottom: 1px;
	border-bottom: 1px dotted #cccccc;
}

.no-touch .post-body a:hover {
	border-bottom: 1px dotted #111111;
}

.post-body a.read-more {
	padding-bottom: 0;
	border-bottom: 0;
}

.no-touch .post-body a.read-more:hover {
	border-bottom: 0;
}

/* Post title */
.no-touch .post-title a:hover {
	color: #ff6347;
}

/* Post meta */
.post-meta {
	font-size: 10px;
	text-transform: uppercase;
	padding-bottom: 25px;
}

.post-meta a {
	padding-bottom: 1px;
	border-bottom: 1px dotted #cccccc;
}

.no-touch .post-meta a:hover {
	color: #111111;
	border-bottom: 1px dotted #111111;
}

/* Post media */
.post-media img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	margin-bottom: 0;
}

.post-media .bx-wrapper {
	margin-bottom: 25px;
}

/* Post lists */
.post-body ol {
	list-style-type: decimal-leading-zero;
	list-style-position: outside;
	margin-left: 2em;
	margin-bottom: 25px;
}

.post-body ol ol,
.post-body ul ol {
	list-style-type: decimal-leading-zero;
	list-style-position: outside;
}

.post-body ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1em;
	margin-bottom: 25px;
}

.post-body ol ul,
.post-body ul ul {
	list-style-type: disc;
	list-style-position: outside;
}

.post-body ol ol,
.post-body ol ul,
.post-body ul ol,
.post-body ul ul {
	margin-left: 2em;
}

/* Post code */
.post pre {
	color: #aaaaaa;
	background: #333333;
	padding: 0 20px 20px 20px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.post pre code span {
	color: #ffffff;
}

/* Tags */
.tags {
	margin-top: 25px;
}

.tags a,
.tagcloud a {
	display: inline-block;
	font-size: 10px;
	text-transform: uppercase;
	padding: 3px 10px 4px;
	background: #f5f5f5;
	margin-bottom: 3px;
	-webkit-border-radius: 0 5px 5px 5px;
			border-radius: 0 5px 5px 5px;
}

.no-touch .tags a:hover,
.no-touch .tagcloud a:hover {
	color: #ffffff;
	background: #ff6347;
}

.tags a:before,
.tagcloud a:before {
	content: '';
	display: inline-block;
	background: #ffffff;
	position: relative;
	top: -8px;
	left: -5px;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 3px;
			border-radius: 3px;
	
	
}


/* Comments */

/* Comments title */
.comments-title h3 {
	line-height: 25px;
	margin-bottom: 0;
}

.comments-title span {
	color: #aaaaaa;
	font-size: 13px;
	font-weight: 400;
}

/* Comment body */
.comment-body {
	margin-top: 2px;
	border-bottom: 1px solid #eeeeee;
	padding: 30px 0;
}

@media only screen and (max-width: 480px) {

	.comment-body {
		padding: 25px 0;
	}

}

.comment-body a {
	padding-bottom: 1px;
	border-bottom: 1px dotted #cccccc;
}

.no-touch .comment-body a:hover {
	border-bottom: 1px dotted #111111;
}

/* Subcomments */
ul.commentlist .children {
	background: #ffffff;
	padding-left: 75px;
}

@media only screen and (max-width: 768px) {

	ul.commentlist .children {
		padding-left: 50px;
	}

}

@media only screen and (max-width: 480px) {

	ul.commentlist .children {
		padding-left: 25px;
	}

}

/* Name and avatar */
.comment-author {
	float: left;
	margin-right: 15px;
	width: 60px;
	height: 60px;
}

.comment-author img {
	margin-top: -5px;
	max-width: 60px;
	width: 100%;
	height: auto;
	-webkit-border-radius: 50%;
			border-radius: 50%;
}

.fn {
	font-size: 16px;
	font-style: normal;
	color: #111111;
}

.fn a {
	color: #111111;
	text-decoration: none;
}

.comment-body span {
	font-size: 13px;
	color: #aaaaaa;
}

/* Comment meta */
.comment-meta {
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.comment-meta a {
	padding-bottom: 0;
	border-bottom: 0;
}

.no-touch .comment-meta a:hover {
	border-bottom: 0;
}

/* Reply link */
.reply {
	margin-top: 25px;
}

a.comment-reply-link {
	color: #aaaaaa;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding-bottom: 0;
	border-bottom: 0;
}

.no-touch a.comment-reply-link:hover {
	color: #222222;
	border-bottom: 0;
}

a.comment-reply-link:after {
	font-family: 'FontAwesome', sans-serif;
	font-size: 14px;
	content: '\f178'; /* 105 */
	color: transparent;
	color: rgba(0,0,0,0);
	margin-left: 1px;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
		-ms-transition: all .2s;
		 -o-transition: all .2s;
			transition: all .2s;
}

.no-touch a.comment-reply-link:hover:after {
	color: #222222;
	margin-left: 10px;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
		-ms-transition: all .2s;
		 -o-transition: all .2s;
			transition: all .2s;
}


/* Comments form */

/* Cancel reply link */
h3 a.comment-reply-link {
	color: #999999;
}

.no-touch h3 a.comment-reply-link:hover {
	color: #111111;
}

h3 a.comment-reply-link:after {
	content: '';
	margin: 0;
}

.no-touch h3 a.comment-reply-link:hover:after {
	margin: 0;
}

/* Form fields and textarea */
.form .comment-form-author input,
.form .comment-form-email input,
.form .comment-form-url input {
	width: 50%;
	float: left;
}

@media only screen and (max-width: 480px) {

	.form .comment-form-author input,
	.form .comment-form-email input,
	.form .comment-form-url input {
		width: 65%;
	}

}

.form .comment-form-comment textarea {
	resize: none;
	width: 100%;
	height: 200px;
	font-size: 100%;
}

/* Form label */
.form-blog label {
	line-height: 50px;
	margin-left: 15px;
}

.form-blog label:after {
	clear: both;
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.required {
	color: tomato;
}


/* Sidebar */
@media only screen and (max-width: 768px) {

	.sidebar {
		margin-top: 25px;
	}

}

/* Widgets general */
.widget {
	margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {

	.widget {
		margin-bottom: 25px;
	}

}

.widget h3 {
	font-size: 16px;
}

.widget img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	margin-bottom: 0;
}

/* Widget archives */
.widget_archive li {
	display: block;
	font-size: 12px;
	color: #aaaaaa;
}

.widget_archive li a {
	color: #777777;
}

.no-touch .widget_archive li a:hover {
	color: #111111;
}

/* Widget calendar */
#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	line-height: 25px;
	color: #222222;
	margin-bottom: 10px;
}

#wp-calendar thead {
	font-size: 10px;
	text-align: center;
}

#wp-calendar thead th {
	padding-bottom: 10px;
}

#wp-calendar tbody {
	color: #aaaaaa;
}

#wp-calendar tbody a {
	color: #222222;
}

#wp-calendar tbody td {
	background: #fafafa;
	border: 1px solid #ffffff;
	text-align: center;
	padding: 8px;
}

.no-touch #wp-calendar tbody td:hover {
	background: #ffffff;
}

#wp-calendar tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	font-size: 11px;
	text-transform: uppercase;
	text-align: right;
}

#wp-calendar tfoot #prev {
	font-size: 11px;
	text-transform: uppercase;
	padding-top: 10px;
}

/* Widget categories */
li.cat-item {
	display: block;
	font-size: 12px;
	color: #aaaaaa;
	line-height: 25px;
}

li.cat-item a {
	font-size: 13px;
	color: #777777;
}

.no-touch li.cat-item a:hover {
	color: #111111;
}

/* Widget pages */
.widget_pages ul.children li {
	margin-left: 10px;
}

.widget_pages ul.children li:before {
	content: '\2013';
	color: #cccccc;
	margin-left: -10px;
	margin-right: 5px;
}

/* Widget recent comments */
.widget_recent_comments li.recentcomments {
	margin-left: 10px;
}

.widget_recent_comments li.recentcomments:before {
	font-family: 'FontAwesome', sans-serif;
	font-size: 14px;
	content: '\f105';
	color: #cccccc;
	margin-left: -10px;
	margin-right: 5px;
}

/* Widget recent post entries */
.widget_recent_entries li {
	margin-left: 10px;
}

.widget_recent_entries li:before {
	font-family: 'FontAwesome', sans-serif;
	font-size: 14px;
	content: '\f105';
	color: #cccccc;
	margin-left: -10px;
	margin-right: 5px;
}

/* Widget search */
.widget_search {
	margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {

	.widget_search {
		margin-bottom: 25px;
	}

}

.widget_search input.search {
	width: 100%;
	font-family: inherit;
	font-size: 13px;
	color: #222222;
	border: 1px solid #dddddd;
	background: #ffffff;
	padding: 10px;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
		-ms-transition: all .2s;
		 -o-transition: all .2s;
			transition: all .2s;
}

.widget_search input.search:focus {
	color: #222222;
	border: 1px solid #444444;
	background: #ffffff;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
		-ms-transition: all .2s;
		 -o-transition: all .2s;
			transition: all .2s;
}

.widget_search input[type="submit"] {
	display: none;
}

/* Widget banner */
.widget_banner {
	background: none;
	padding: 0;
	margin-top: -1px;
}

.widget_banner img {
	display: block;
	margin: 0 auto;
}


/* Pagination */
.pagination {
	position: relative;
	text-align: center;
	clear: both;
}

.pagination span,
.pagination a {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	width: 40px;
	height: 40px;
	line-height: 38px;
	color: #999999;
	border: 1px solid transparent;
	border: 1px solid rgba(0,0,0,0);
	-webkit-border-radius: 20px;
			border-radius: 20px;
}

.no-touch .pagination a:hover {
	color: #ffffff;
	background: #ff6347;
	border-color: #ff6347;
}

.pagination .current {
	color: #222222;
	border-color: #dddddd;
}


/* About the author */
.about-author {
	display: block;
	background: #fafafa;
	border-top: 2px solid #eeeeee;
	border-bottom: 2px solid #eeeeee;
	padding: 25px;
}

.aa-avatar {
	float: left;
}

.aa-avatar img {
	max-width: 80px;
	-webkit-border-radius: 40px;
			border-radius: 40px;
}

.aa-details {
	margin-left: 105px;
}

.no-touch .aa-details h3 a:hover {
	color: #ff6347;
}

.about-author .row-icons i {
	border-color: #dddddd;
}

@media only screen and (max-width: 480px) {

	.aa-avatar {
		float: none;
	}

	.aa-details {
		margin-top: 25px;
		margin-left: 0;
	}

}
#wp-calendar .calendarToday,.no-touch #wp-calendar tbody td.calendarToday:hover {
	background: #ff6347;
	color:#fff;
}
/* Post link */
.post-link {
	display: table;
	width: 100%;
	background: #f7f7f7;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	border-left: 50px solid #333333;
}

.post-link .fa {
	display: block;
	float: left;
	color: #ffffff;
	width: 50px;
	font-size: 28px;
	line-height: 50px;
	vertical-align: middle;
	margin-left: -50px;
}

.post-link a {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 18px;
	font-weight: 700;
	color: #111111;
	-ms-word-break: break-all;
		word-break: break-all;
		word-break: break-word;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
}

.no-touch .post-link a:hover {
	color: #f33233;
}

.post-link p {
	padding-right: 20px;
	padding-left: 20px;
	line-height: 20px;
	color: #aaaaaa;
	font-style: italic;
	margin-bottom: 0;
}
.widget_recent_comments li img {
	float: left;
	width: 75px;
	height: 75px;
	-webkit-border-radius: 50%;
			border-radius: 50%;
}
.widget_recent_entries li img {
	float: left;
	width: 75px;
	height: 75px;
	-webkit-border-radius: 50%;
			border-radius: 50%;
}