/**
 * @version    1.0
 * @package    Social
 * @author     OnistaWeb Team <onistaweb@gmail.com>
 * @copyright  Copyright (C) 2015 OnistaWeb.com. All Rights Reserved.
 * @license    GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Websites: http://www.onistaweb.com
 */

/* ## CSS OVERVIEW ----------------------------------------------

	1. Typography

	2. Elements

	3. Forms

	4. Misc
		- Logo
		- Layout
		- Page Header
		- Admin Bar
		- Header Search		

	5. WordPress Needs
		- Post Navigation
		- Pagination
		- Sticky
		- Alignments
		- Media
		- Captions
		- Gallery
		- Comments

	6. Post Entry
		- Entry Header
		- Entry Cover
		- Entry Content
		- Entry Content - Gallery
		- Entry Meta
		
	7. 404 Template
-------------------------------------------------------------- */

/*  [ 1. Typography ]
- - - - - - - - - - - - - - - - - - - - */

body,
button,
input,
select {
	line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Noto Sans", sans-serif;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*  [ 2. Elements ]
- - - - - - - - - - - - - - - - - - - - */

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
	max-width: 100%;
}

del {
	opacity: 0.8;
}

/*  [ 3. Forms ]
- - - - - - - - - - - - - - - - - - - - */
button,
input,
select,
textarea {
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
button,
input {
	line-height: normal;
}
input,
textarea {
	border: 1px solid #c7c7c7;
	font-size: 14px;
}
input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}
button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background: #ecc731 none repeat scroll 0 0;
    border-radius: 0;
    color: #232323;
    display: inline-block;
    font-family: "Lora",serif;
    font-weight: bold;
    padding: 10px 30px;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out 0s;
	border: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background: #303030 none repeat scroll 0 0;
    color: #ffffff;
	outline: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 10px 12px;
	width: 100%;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.single-format-standard .entry-content > ul {
	padding-left: 0;
}
.single-format-standard ul li {
	list-style: none;
}	
.post-password-form {
	position: relative;
}
.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}
.format-video .entry-content iframe {
	max-width: 100%;
	min-width: 100%;
}
.post-password-form input[type="submit"] {
	padding: 0.752em;
	position: absolute;
	right: 0;
	bottom: 0;
}
.post-password-form input[type="submit"]:focus,
.post-password-form input[type="submit"]:hover {
	border: 0 none;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 0;
}

/*  [ 4. Misc ]
- - - - - - - - - - - - - - - - - - - - */

/* - Logo */
.image-logo,
.text-logo {
	display: block;
}

/* - Layout */
.page_spacing {
	padding-bottom: 80px;
	padding-top: 80px;	
}

.site-main .full-content {
	padding: 0;
}

.site-main .content-left,
.site-main .sidebar-left {
	float: left;
	clear: left;
}

.site-main .content-right,
.site-main .sidebar-right {
	float: right;
	clear: right;
}

/* - Page Header */
.page-banner {
	background-size: cover;
	text-align: center;
	position: relative;
}

.banner-overlay {
	background-color: rgba(54, 54, 54, 0.8);
	min-height: 280px;
	padding: 60px 0px 60px;
}

.page-header,
.post-header {
	margin: 0;
	border: 0 none;
	position: relative;
	z-index: 1;
	padding: 0;
}

.full-page-header {
	margin-bottom: 80px;
}

.page-title {
	position: relative;
	margin: 0;
}
.page-title h3 {
    color: #fff;
	font-size: 24px;
    font-weight: bold;
    margin: 0;
	font-family: "Lora",serif;
    text-transform: uppercase;
}

.page-heading {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.page-title span {
	color: #ecc731;
	text-transform: uppercase;
}

/* - Breadcrumb NavXT */
.breadcrumb {
	font-size: 0;
	font-family: "Cabin",sans-serif;
	text-align: center;
	background-color: transparent;
}
.breadcrumb span,
.breadcrumb a {
	color: #aaaaaa;
    font-size: 12px;
	font-family: Lato;
    font-weight: bold;
    text-transform: uppercase;
}

.breadcrumb > span:after {
    color: #fff;
    content: "/ ";
    padding: 0 5px;
	font-size: 14px;
	font-weight: bold;
}

.breadcrumb > span:last-of-type:after {
	content: "";
}
.page-subtitle {
	color: #fff;
	text-align: center;
}


/* - Admin Bar */
.admin-bar .ow-navigation.navbar-fixed-top {
	margin-top: 32px;
}

/* - Header Search */
.header-search {
	width: 100%;
}

.header-search form input[type="submit"] {
	background-color: transparent;
	border-color: transparent;
	left: 0;
	margin-left: -18px;
	margin-right: 10px;
}

.header-search form {
   text-align: left;
}

.header-search input[type="text"] {
	border: 0 none;
	color: #b3aa9b;
	margin-bottom: 10px;
	text-transform: uppercase;
	width: 85%;
	font-size: 14px;
	margin-left: 0;
}

.header-search i {
    color: #b1a599;
	font-size: 14px;
}

/*  [ 5. WordPress Needs ]
- - - - - - - - - - - - - - - - - - - - */
.bypostauthor {
}
.screen-reader-text {
    visibility: hidden;
	display: none;
}

/* - Post Navigation */
.post-navigation a {
	display: inline-block;
	padding: 20px 0;
}
.post-navigation .meta-nav {
	color: #757575;
	font-size: 12px;
	text-transform: uppercase;
	z-index: 2;
}
.post-navigation .meta-nav:hover {
	color: #23527c;
}
.post-navigation .nav-next {
	width: 50%;
	display: inline-block;
	text-align: right;
}

.post-navigation .nav-previous {
	width: 50%;
	display: inline-block;
}

.post-title {
	display: none;
}
/* - Pagination */
.pagination {
	margin: 0;
	width: 100%;
}

.prev.page-numbers {
	float: left;
}

.pagination .nav-links .next.page-numbers,
.pagination .nav-links .prev.page-numbers {
	font-size: 12px;
	padding: 0;
	margin: 0;
}

.page-numbers.current {
	margin-top: 23px;
	display: inline-block;
}

.pagination .nav-links:after {
	bottom: 34px;
    content: "";
    display: inline-block;
    position: relative;
    width: 100%;
	border-bottom: 1px solid #e8e8e8;
}

.pagination .nav-links .next.page-numbers:hover,
.pagination .nav-links .prev.page-numbers:hover { 
	background-color: #eee;
	border-radius: 15px;
}
.next.page-numbers {
	float: right;
}

.pagination .nav-links {
	text-align: center;
}

.pagination .nav-links span,
.pagination .nav-links a {
	font-family: "Lora",serif;
	padding: 5px 12px;
	font-size: 15px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}

.pagination .nav-links span.current {
	position: relative;
}

.pagination .nav-links a:hover {
	color: #23527c;
	text-transform: uppercase;
	position: relative;
}
.pagination .nav-links span.current {
	color: #ecc731;
}

.pagination .nav-links span.current:hover {
	color: #fff;
}
.pagination .nav-links span.current:after {
	content: "";
	background-color: #ecc731;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

/* - Sticky */
.sticky-post {
	background-color: #333;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0.25em 0.5em;
	position: absolute;
	top: 0;
	text-transform: uppercase;
}

/* - Alignments */
.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}

/* - Media */
.site .avatar {
	border-radius: 50%;
}

body.logged-in .comment-form .form-right {
	padding-left: 0;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

audio,
canvas {
	display: inline-block;
}

embed,
iframe,
object,
video {
	margin-bottom: 1.6em;
	max-width: 100%;
	vertical-align: middle;
	height: auto;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}

.wp-playlist.wp-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}

/* - Captions */
.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

/* - Galleries */
.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* - Table */
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed;
	width: 100%;
}
table, th, td {
	border: 1px solid hsla(0, 0%, 20%, 0.1);
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
th, td {
	padding: 0.4em;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}
/* Comments Area */
.comments-area {
	display: inline-block;
	width: 100%;
}

.comments-area {
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid #e8e8e8;
	display: inline-block;
	width: 100%;
}


/* Comments Form */
.comments-area .comment-respond h3.comment-reply-title  {
	margin-top: 0px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #232323;
    font-family: "Lora",serif;
}
.comments-area .comment-respond .form-group label {
	display: inline-block;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    width: 100%;
	margin-bottom: 0;
}
.comments-area .comment-respond .form-horizontal .form-group {
	margin-left: 0px;
    margin-right: 0px;
}
.comments-area .form-control {
    width: 100%;
    border: 1px solid #c7c7c7;
    font-size: 14px;
    outline: none;
	height: auto;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 20px;
}
.comment-form input[type="text"]:focus,
.comment-form input[type="url"]:focus,
.comment-form input[type="email"]:focus,
.comment-form textarea:focus {
    border-color: #ecc731;
}
.comments-area textarea  {
    width: 100%;
    border: 1px solid #c7c7c7;
    padding: 15px;
    font-size: 14px;
    outline: none;
    resize: none;
	height: 140px;
}
.comments-area .comment-respond .comment-form input[type="submit"] {
	-webkit-appearance: button;
	background: #ecc731 none repeat scroll 0 0;
    border-radius: 0;
    color: #232323;
    display: inline-block;
    font-family: "Lora",serif;
    font-weight: bold;
    padding: 10px 30px;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out 0s;
	border: none;
}
.comments-area .comment-respond .form-submit .btn.btn-warning {
	width: 410px;
}
.comments-area .comment-respond .comment-form input[type="submit"]:hover {
	color: #fff;
	background-color: #303030;
}
/* Comments Form /- */


/* - Comments */
.comments-area h2.comments-title {
	font-family: "Lora",serif;
    font-size: 20px;
    font-weight: bold;
	color: #232323;   
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 30px;
}
.comments-area > ol:first-of-type {
	padding-left: 0;
	list-style: none;
}
.comments-area .comment-list .comment-body {
    margin-bottom: 50px;
	display: inline-block;
	width: 100%;
}
.comment-list .comment-body {
	position: relative;
}
.comment-author.vcard {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
.comment-author.vcard .avatar {
	border: 1px solid #e9e9e9;
    padding: 4px;
}

.comment-meta.commentmetadata {
	padding-left: 120px;
}

.comment-meta.commentmetadata .fn {
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	color: #232323;
    font-family: "Lora",serif;
	text-transform: capitalize;
	line-height: 1.1;
}

.comment-meta.commentmetadata .media-heading {
	margin-bottom: 0;
}

.comment-meta.commentmetadata .comment-datetime span {
	color: #777777;
    display: inline-block;
    font-family: "Lato";
    font-size: 11px;
	text-transform: uppercase;
}
.reply-text {
	color: #ffc107;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    text-align: center;
	margin-top: 10px;
}
.reply-text a {
	color: #ffc107;
}
.reply-text i {
	color: #ffc107;
    font-size: 14px;
	margin-right: 10px;
}
.reply-text a:focus,
.reply-text a:hover,
.reply-text:hover i {
	color: #ffc107;
	text-decoration: none;
}
.comment-meta.commentmetadata .comment-content-block p {
	color: #777777;
    font-family: "Lato";
	font-size: 13px;
    line-height: 24px;
    margin: 10px 0 0;
	padding-bottom: 25px;
	border-bottom: 1px solid #e8e8e8;
	word-wrap: break-word;
}
/* Comments Children */
.comment-list .children { 
	margin-left: 80px;
}

.comment-list .children { 
	list-style: none;
}

/*  [ 6. Post Entry ]
- - - - - - - - - - - - - - - - - - - - */
.post-content-img  {
	text-align: right;
}
.video-blog {
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.video-blog iframe {
	height: 365px;
}

.video-blog a {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.2);
	text-align: center;
	z-index: 1;
	left: 0px;
	top: 0px;
	color: #fff;
	font-size: 50px;
	padding-top: 30%;
}
.video-blog a i {
	height: 61px;
	width: 61px;
	text-align: center;
	border-radius: 50%;
	line-height: 61px;
	border: 2px solid #fff;
}
.blog-post li a.title {
	display: inline-block;
	width: 100%;
	font-size: 15px;
	color: #232323;
}
.blog-post li span {
	margin: 10px 0;
	font-size: 11px;
	color: #777777;
	text-transform: uppercase;
}
.blog-post a.btn {
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 30px;
	font-size: 11px;
	line-height: 30px;
	margin-top: 10px;
	border:none;
}
.blog-post .btn i {
	background: #303030;
	color: #fff;
	float: right;
	display: inline-block;
	margin-left: 30px;
	height: 30px;
	width: 30px;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	border:none;
	line-height: 30px;
}
.blog-post{
	display:inline-block;
	width:100%;
	margin-bottom:50px;
	border-bottom:1px solid #e8e8e8;
	padding-bottom:50px;
}
.post-info{
	display:inline-block;
	width:100%;
	margin-bottom:0px;
}
.blog-post h5  {
	margin-top: 0;
}
.blog-post h5 a {
	font-size:16px;
	color:#232323;
	display:inline-block;
	width:100%;
}
.blog-post h5 a:hover,
.blog-post h5 a:focus {
	color:#232323;
	outline: 0 none;
}
article.has-post-thumbnail .blog-post h5 {
	margin: 10px 0 10px;
}

article.has-post-thumbnail .blog-post h5 a,
article.has-post-thumbnail .blog-post h5 a {
	font-size:16px;
	color:#232323;
	margin-top:15px;
	display:inline-block;
	width:100%;
}

.blog-single > ul:first-of-type,
.blog-post > ul:first-of-type {
	padding-left: 0;
}

.post-info li{
	display:inline-block;
	margin-right:10px;
	font-family: 'Lora', serif;
}
.post-info li:after {
	content: "|";
}
.post-info li:last-of-type:after {
	content:"";
}
.post-info li p {
	font-size:11px;
	text-transform:uppercase;
	font-family: 'Lora', serif;
	display:inline-block;
	margin-right:10px;
	margin-bottom:0px;
}
.quote-post {
	background-color :#eff1f3;
	text-align:center;
	padding:50px 80px;
	margin-bottom: 50px;
}
.quote-post p{
	font-size:16px;
	font-style:italic;
	color:#232323;
	line-height:26px;
}
.quote-post h6 {
	font-size:18px;
	font-style:italic;
	color:#232323;
	margin-top:30px;
	margin-bottom:0px;
}
.blog-post iframe{
	width:100%;
	border:none;
	height:400px;
}

.blog-pages .recent-post li{
	display:inline-block;
	width:100%;
}
.blog-pages .recent-post a{
	font-size:14px;
	color:#232323;
}
.blog-pages .recent-post p{
	font-size:12px;
	margin-top:10px;
}
/* Single Post */
body.single.single-post .post-content {
	background-color: #f7f8f9; 
}
.blog-single iframe {
	width: 100%;
	height: 400px;
	border: 0 none;
}
.blog-single blockquote{
	text-transform:uppercase;
	font-size:16px;
	border:none;
	padding-left:130px;
	font-style:italic;
	line-height:28px;
	position:relative;
}
article.has-post-thumbnail .blog-single h5 {
	margin-top: 20px;
	display: inline-block;
}
.blog-single h5 {
	margin-top: 0;
}

.blog-single blockquote p:before{
	content: "\f10e";
	font-family: 'FontAwesome';
	display: inline-block;
	background: #fff;
	height: 40px;
	border:2px solid #ecc731;
	width: 40px;
	color: #333333;
	text-align: center;
	line-height: 36px;
	top: 20px;
	left:60px;
	position: absolute;
}
.blog-single blockquote  {
	margin-bottom: 20px;
}
.blog-single blockquote p {
	font-size: 16px;
	font-style: italic;
    line-height: 28px;
	color: #333;
}
.blog-single .stare-ev {
	display:inline-block;
	width:100%;
	border-bottom:1px solid #e8e8e8;
	padding-bottom:20px;
}
.blog-single ul {
	margin-bottom: 0px;
}
.blog-single .tags {
	float:left;
}
.blog-single .tags h5{
	margin-top:10px;
}
.blog-single .tags li{
 	display:inline-block;
	
}
.blog-single .blog-post{
	margin-bottom:0px;
	border:none;
	padding-bottom:20px;
}
.blog-pages .pager{
	border-bottom:1px solid #e8e8e8;
	padding-bottom:20px;
}
.tags.entry-tag ul {
	padding-left: 0;
}
 
.blog-single .tags li a{
	font-family: 'Lora', serif;
	margin-left:5px;
}

.post-categories a {
	color: #757575;
	font-family: "Lora",serif;
	margin-right: 5px;
}

article.type-post {
	clear: both;
	display: inline-block;
	width: 100%;
}

/* - Entry Header */
.entry-title {
	color: #232323;
    font-size: 18px;
    text-decoration: none;
}

/* - Entry Cover */
.entry-cover {
	overflow: hidden;
}

/* - Entry Content */
body.single-post .entry-content {
	text-align: left;
}
body.single-post h1 {
	text-align: left;
}

/* - Entry Content - Gallery */
.type-post .carousel-control {
	position: absolute;
	top: 44%;
	bottom: auto;
	background-image: none;
	border: none;
}
.type-post .carousel-control.left,
.type-post .carousel-control.right {
	color: #ddd;
	text-shadow: none;
	font-size: 25px;
	opacity: 1;
}
.type-post .carousel-control.left {
	left: 14px;
}
.type-post .carousel-control.right {
	right: 14px;
}
.type-post .carousel-control,
.type-post .carousel-control:hover,
.type-post .carousel-control:focus {
	background-color: transparent;
}
.type-post .carousel.slide {
	display: inline-block;
	margin-top: 30px;
	width: 100%;
}

/* - Entry Meta */
.entry-meta {
	padding-left: 0;
	list-style: none;
}

.entry-meta li {
	display: inline-block;
} 

.entry-meta.blog-post-info li::after {
	content: ",";
}

.entry-meta.blog-post-info li:last-child:after {
	content: "";
}

.entry-meta {
	font-size: 14px;
    text-transform: capitalize;
}

.entry-date,
.entry-meta li a {
	color: #f8c370;
}
.entry-meta .comments-link > a, .byline > a {
    color: #333;
}

.entry-meta i.fa {
	border: 1px solid #ccc;
	border-radius: 100%;
	height: 33px;
	margin-right: 5px;
	padding: 8px;
	width: 33px;
}

.entry-meta .posted-on::after,
.entry-meta .comments-link::after {
	color: #b0b0b0;
	content: "|";
	margin-left: 5px;
	margin-right: 5px;
}

.entry-meta .posted-on,
.comments-link,
.entry-meta .byline {
    display: inline-block;
}

.tags {
	word-wrap: break-word;
}
.tags.entry-tag li:first-of-type:after,
.tags.entry-tag li:last-of-type:after {
	content:"";
}
.tags.entry-tag li a {
	text-transform: capitalize;
}
.tags.entry-tag li:after{
	content: ",";
	margin-right: 0;
}

/*  [ 7. 404 Template ]
- - - - - - - - - - - - - - - - - - - - */
.page-content .error-detalis {
	margin: 105px 0 150px;
	display: inline-block;
	
}
.page-content .error-text {
	text-align: center;
}

.page-content .error-text p:last-of-type {
	margin-bottom: 50px;
}

.page-content .error-text #searchform {
	margin-bottom: 20px;
		padding: 0 20%;
}

#searchform .input-group input[type="text"], 
.page-content  .error-text #searchform input[type="text"] {
	padding: 6px 12px;
}

#searchform .input-group .input-group-btn .btn {
	margin-top: 0;
	padding: 6px 12px;
}

#searchform .input-group .input-group-btn button[type="submit"]:hover {
	background-color: #000;
}