/* 
Theme Name: Markesia
Theme URI:  http://eorrangeshop.com/wp/markesia/
Author: CodePassenger
Author URI: http://themeforest.net/user/codepassenger
Description: WordPress SEO and Digital Marketing Theme
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: markesia
Tags: sticky-post, post-formats, featured-images

*/


/*
|----------------------------------------------------------------------------
| CSS INDEX
|----------------------------------------------------------------------------

1 - Alignment

2 - Caption and Blockquote

3 - 404 Page

4 - Table

5 - Page Comment Navigation

6 - Markup Alignment

7 - Widget Style

*/
body {
	overflow-x: hidden;
}
kbd, tt {
	word-wrap: break-word;
	white-space: pre-wrap;
}
.page-title,
.post-details h2,
.post-body h3,
.comment-info p,
.post-entry p,
.control-direction h6,
.comment-content p,
.recentcomments a {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
}
body, html {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-h-adjust: 100%;
	text-rendering: optimizeLegibility !important;
}
code {
	word-wrap: break-word;
	color: #16334e;
	background: #eee;
	display: inline-block;
	padding: 5px 15px;
}
kbd {
	color: #16334e;
	background: #eee;
}
pre {
	color: #16334e;
	background: #eee;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-top: 20px;
    max-width: 100%;
    overflow: auto;
    padding: 15px;
	word-wrap: break-word;
	white-space: pre;
}
blockquote code {
	color: inherit;
	background: transparent;
	padding: 0;
}
/*-----------------------
	1 - Alignment
------------------------*/

.alignnone {
    margin-top: .5em;
    margin-bottom: .5em;
	display: block;
    height: auto;
    max-width: 100%;
}
.alignleft {
	float: left;
    margin: .5em 20px .5em 0;
}
.alignright {
    float: right;
    margin: .5em 0 .5em 20px;
}
.aligncenter {
    display: block;
    float: none;
    margin-top: .5em;
    margin-right: auto!important;
    margin-bottom: .5em;
    margin-left: auto!important;
}

/*-----------------------------
	2 - Caption and Blockquote
-------------------------------*/

.wp-caption {
    margin: 0 0 20px 0;
    padding-top: 4px;
    max-width: 100%;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
            border-radius: 3px;
    border-image: initial;
    background-color: #ddd;
    text-align: center;
}
.wp-caption img {
    max-width: 98%;
    height: 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;
}
.entry-content img {
    max-width: 100%;
    height: auto;
}
.gallery-caption {
	color: #111;
}
.widget_archive .screen-reader-text,
.widget_categories .screen-reader-text {
	display: none;
}
.widget_archive ul li,
.widget_categories ul li {
	text-align: right;
	width: 100%;
	display: inline-block !important;
}
.widget_archive ul li a,
.widget_categories ul li a {
	float: left;
}
article.post-list.sticky {
	border: 1px solid #0083ff;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}
.wp-caption-text{
	font-size: 14px;
	font-size: 1.4rem;
}

/*-----------------------------
	3 - 404 Page
------------------------------*/

.error_404 {
	text-align:center;
	
}
.error_404 .error_code {
	color: rgba(0, 0, 0, 0.9);
    display: block;
    font-size: 48px;
	line-height: 100%;
	padding: 15px 0;
}
.error_404 .error_text{
	font-size: 20px;
	line-height: 28px;
	display: block;
	color: rgba(0, 0, 0, 0.7);
}
.comment-metadata, .comment-content {
	min-height: 26px;
}
.error_404 .widget_search  {
	margin-top: 30px;
}
.wpb_content_element {
	margin-bottom: 0 !important;
}
.remove-column-gap .vc_column_container>.vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

/*---------------------------
	4 - Table
----------------------------*/

table {
    margin: 20px 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	table-layout: fixed;
}
table td ,table th {
	padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
}
table caption {
	color: inherit;
}
/*------------------------------
	5 - Page Comment Navigation
-------------------------------*/

.page-content {
	margin-bottom: 50px;
}
.about-page-content > ul {
	margin: 30px 0 50px 40px !important;
}
.about-page-content ul li {
	font-size: 13px;
	line-height: 28px;
	color: #757575;
	font-weight: 300;
	letter-spacing: 0.65px;
}
.textwidget img{
	height:100%;
	width:100%;
}
.textwidget select{
	width:100%;
}
.navbar-brand img{
	margin:0px;
}
.comment-info img{
	max-width:100%;
}
.comment-list .children{
	margin-left:20px !important;
	padding-left:20px !important;
}
.comment-form  .comment-reply-title{
	display:none;
}
select{
    max-width:100%;
}
.post-details .page-links {
	margin-bottom: 30px;
}
.single-page-post .single-blog-post {
	box-shadow:none;
}
#instafeed {
	display: table;
}
#instafeed .item {
	display: table-cell;
}
#instafeed .item img {
	max-width: 100%;
}
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
	padding-top: 0 !important;
}
.border-right-0 .post-area-boxed {
	border-right: none !important;
}
.single-post-pagination {
	margin-top: 50px;
	clear: both;
	padding: 25px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 -1px 2px 0 rgba(255, 255, 255, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
.single-post-pagination .screen-reader-text {
	display: none;
}
.single-post-pagination .nav-previous {
	float: left;
}

/*------------------------------
	6 - Markup Alignment
-------------------------------*/

.entry-content .article ul,
.blog-single ul,
.comment-content ul {
	list-style: disc;
	padding-left: 20px;
}
.entry-content .article ol,
.blog-single ol,
.comment-content ol {
	list-style: decimal;
	padding-left: 20px;
}
.entry-content .article ul li,
.entry-content .article ol li,
.blog-single ul li,
.blog-single ol li,
.comment-content ol li,
.comment-content ul li {
	margin: 8px 0;
}
.entry-content .article ul li span,
.entry-content .article ol li span {
	font-size: 13px !important;
}
.page-content dd,
.post-details .post-entry dd,
.comment-content dd {
	margin: 6px 0;
}
.comment-content iframe,
.comment-content embed,
.comment-content img {
	max-width: 100%;
}
.single .page-links {
	margin-top: 50px;
}
.page-content .page-links,
.post-details .page-links {
	color: #007bff;
}
.page-content .page-links a,
.post-details .page-links a {
	color: #212529;
}
.entry-content dl.wp-caption {
	display: none;
}
.post-categories li {
	display: inline-block;
	line-height: 22px;
}
.single .comment-navigation {
	margin-top: 50px;
}
.single .comment-navigation .nav-previous {
	float: left;
}
.single .comment-navigation .nav-previous + .nav-next {
	float: right;
}
.post-password-form label {
	display: block;
}
.post-password-form input[type='password'] {
	width: 100%;
	display: block;
	padding: 8px 15px;
	border: 1px solid #0083ff;
	outline: none;
}
.post-password-form input[type='submit'] {
	background: #0083ff;
	color: #fff;
	border: none;
	padding: 8px 15px;
	margin-top: 5px;
}
.entry-content iframe,
.entry-content embed,
.entry-img iframe {
	width: 100%;
	max-width: 100%;
	height: 400px !important;
}
.post-details .post-entry {
	display: inline-block;
	width: 100%;
}
.wp-caption-text {
	margin-bottom: 0;
	padding: 5px 0 !important;
}
.about-me ol {
	padding-left: 20px;
	margin-left: 0;
}
.about-me ol li {
	line-height: 24px;
}
.fixed_nav + .header-wrap {
	padding: 120px 15px 50px;
}
.widget.recent-posts ul.entry-meta {
	padding-left: 0 !important;
}
.sidebar .widget ul ul {
	margin-left: 0 !important;
}
.post-entry > ul,
.page-content > ul,
.page-content > ol,
.post-entry > ol {
	padding-left: 20px;
}
.blog-single > ol,
.blog-single > ul {
	padding-left: 20px;
}
.footer-nav li {
	display: inline-block !important;
}
.working-process-area .btn {
	margin-top: 20px;
}
.comment-area .comments ul.children {
	list-style: none;
}
.comment-area .comments ul.children .comment {
	margin-top: 20px;
}
.page-content [class*="wp-image"] {
	max-width: 100%;
}
.page-content p {
	margin-bottom: 25px;
}
.pagination-list .pagination .screen-reader-text {
	display: none;
}
/*-----------------------
	7 - Widget Style
------------------------*/
.sidebar .widget ul,
.sidebar.widget ol {
	padding-left: 0;
	list-style: none;
}
.sidebar .widget ul ul {
	padding-left: 15px;
	list-style: none;
}
.sidebar .widget ul ol {
	padding-left: 15px;
	list-style: none;
}
.sidebar .widget a:hover {
	color: #0083ff;
}
.sidebar .widget_categories ul li a,
.sidebar .widget_archive ul li a,
.sidebar .widget_pages ul li a,
.sidebar .widget_meta ul li a,
.sidebar .recentcomments span {
	color: #212529;
}
.sidebar .widget_archive ul li a,
.sidebar .widget_pages ul li a,
.sidebar .widget_meta ul li a,
.sidebar .recentcomments span,
.sidebar .widget_recent_entries li a {
	font-weight: 600;
    font-size: 1.5rem;
	margin: 5px 0;
}
.sidebar .recentcomments a {
	font-weight: 600;
    font-size: 1.5rem;
}
.sidebar .widget_nav_menu ul li a {
	font-weight: 600;
    font-size: 1.5rem;
	margin: 5px 0;
}
.sidebar .widget_rss .rsswidget {
	font-weight: 600;
    font-size: 1.5rem;
}
.sidebar .widget_rss .rssSummary {
	margin: 8px 0;
}
.sidebar .widget_rss li {
	padding: 10px 0;
	display: block;
}
.sidebar .widget_text p strong,
.sidebar .widget_text p img {
	display: inline-block;
	margin-bottom: 10px;
}
.sidebar .recentcomments span {
	display: inline-block;
}
.sidebar .widget_calendar caption {
	font-weight: 600;
    font-size: 1.5rem;
}
.widget select {
	outline: none;
}
.sidebar .widget_recent_comments ul li {
	position: relative;
	padding-left: 25px;
}
.sidebar .widget_recent_comments ul li:before {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
	content: '\f086';
	color: rgba(0,131,255,0.6);
	position: absolute;
	top: 7px;
	left: 0;
}
.sidebar .widget_recent_entries ul li {
	position: relative;
	padding-left: 25px;
}
.sidebar .widget_recent_entries ul li:before {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
	content: '\f35a';
	color: rgba(0,131,255,0.6);
	position: absolute;
	top: 7px;
	left: 0;
}
.footer-widget .widget_text .textwidget p strong,
.footer-widget .widget_text .textwidget p img {
	margin-bottom: 10px;
	display: inline-block;
}

.tp-revslider-mainul,
.tp-revslider-mainul li {
	overflow: initial !important;
}
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner {
	padding-top: 0 !important;
}

.footer-top {
    background: white;
}

.home .banner-content h1 {
    color: #0077c3;
}