/*
Theme Name: Koenda
Author: PWT
Theme URI: http://www.pwtthemes.com/theme/koenda-free-responsive-wordpress-theme
Author URI: http://www.stefanciobanu.com
Description: Koenda is a flexible and fully responsive WordPress theme suitable for both business and creative websites.
Version: 1.3.2
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: orange, black, white, light, one-column, two-columns, left-sidebar, right-sidebar, fluid-layout, responsive-layout, custom-menu, custom-background, editor-style, featured-images, full-width-template, theme-options, threaded-comments, sticky-post
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font:400 13px/1 Arial, sans-serif;
	color:#d7d7d7;
  background: url(images/background-yellow-2.jpg) repeat;
}
body, input, textarea {
	word-wrap: break-word;
}
strong {
	font-weight:bold;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:focus, input:focus, select:focus, textarea:focus {outline:0;}
img{
	max-width:100%;
	height:auto;
}
table {
    border-bottom: 1px solid #DDDDDD;
    margin: 25px 0;
    width: 100%;
}
td {
    border: 1px solid #DDDDDD;
    padding: 10px;
}
th {
    background: none repeat scroll 0 0 #FF7200;
    border: 1px solid #FF7200;
    color: #FFFFFF;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
}
blockquote {
    background: none repeat scroll 0 0 #333333;
    border-left: 4px solid #FF7200;
    font-style: italic;
    font-weight: normal;
    padding: 1px 15px;
}
cite, em, i {
    font-style: italic;
}
pre, code, kbd {
    background-color: #EEEEEE;
    font-family: monospace;
    font-size: 13px;
    line-height: 20px;
}
pre {
    padding: 18px;
    overflow: auto;	
	white-space:pre-wrap;
}
ins {
    background: none repeat scroll 0 0 #EEEEEE;
}
dt {
    font-weight: bold;
}

dd {
    margin-bottom: 20px;
}
address {
    margin: 0 0 15px;
    display: block;	
}
abbr, acronym, dfn {
    border-bottom: 1px dotted #FF7200;
    cursor: help;
}
sup, sub {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}
sub {
    top: 2px;
}
embed, iframe, object {
    max-width: 100%;
}
.singlepost ul {
    list-style-type: disc;
    margin: 0 0 0 20px;
}
.singlepost ol {
    list-style: decimal outside none;
    margin: 5px 0 5px 20px;
}
.singlepost li {
    margin: 5px 0;
}
/**  Fonts  **/
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('css/fonts/BebasNeue-webfont.eot');
    src: url('css/fonts/BebasNeue-webfont.eot#iefix') format('embedded-opentype'),
         url('css/fonts/BebasNeue-webfont.woff') format('woff'),
         url('css/fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('css/fonts/BebasNeue-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/**  H1-H6  **/
h1{
	font:700 21px Arial, sans-serif;
	margin:0 0 10px 0
}
h2, h3{
	font-family:'BebasNeueRegular', sans-serif;
	margin:0 0 10px 0
}

h2, h2 a, h3, h3 a, h5, h5 a{
	color:#6E6E6E
}
h2{
	font-size:24px
}
h3{
	font-size:22px
}
h4{
	font:400 17px Corbel, 'Myriad Pro', sans serif;
	margin:0 0 3px 0
}
h4, h4 a{
	color:#252525
}
.sidebar h4{
	font-size:16px;
}
h5, h6{
	line-height:1.2
}
h5{
	font-size:18px;
	margin:0 0 3px 0
}
h6{
	font-size:14px;
	margin:0 0 5px 0
}
h6, h6a{
	color:#505050;
}

/**  Colors  **/
a, .posted .date_time, .posted .postedby, .posted .commentcount, .logo .color{
	color:#ff7200
}

#topsearch #button, .menu .current_page_item a, .menu .current_page_item a:hover, .readmore, .button, .menu_mobile{
	background-color:#ff7200
}
.menu, .business .fullwidth h2, .postlist li:first-child, .videoblock, #footer, .mobilemenu_toggle{
	border-color:#ff7200
}
.blog_thumbnail {
    float:left;
}
.blog_excerpt {
    float:left;
}
/**  Main Styles  **/
#wrapper{
	width:800px;
	margin:0 auto;
  background: url(images/background-2.jpg) repeat;
	position:relative;
	z-index:1;
}
.fullwidth{
	margin-left:30px;
	margin-right:30px;
}
.columnwrapp{
	padding:0 15px
}
.clear{
	display:block;
	width:100%;
	height:0px;
	clear:both;
	overflow:hidden;
	visibility: hidden;
	font:400 0px/0px Arial;
}
.clearfix{
	zoom:1
}
.clearfix:before, .clearfix:after{
	content:'';
	display:block;
	width:100%;
	height:0px;
	overflow:hidden;
	text-indent:-99999px;
}
.clearfix:after{
	clear:both
}
.fleft{
	float:left
}
.fright{
	float:right
}
p{
	line-height:1.4
}
.italic{
	font-style:italic
}
.bold{
	font-weight:700
}
.posted{
	font-size:11px;
	color:#bfbfbf
}
.posted .date_time, .posted .postedby, .posted .commentcount{
	margin:0 15px 0 0 
}
.date_time{
	padding:0 0 0 17px;
	background:url(images/meta.png) no-repeat 0 2px
}
.postedby{
	padding:0 0 0 17px;
	background:url(images/meta.png) no-repeat 0 -19px
}
.commentcount{
	padding:0 0 0 17px;
	background:url(images/meta.png) no-repeat 0 -38px
}
a, .underline:hover{
	text-decoration:none
}
.underline{
	text-decoration:underline
}
.name_logo {
	font-family: 'BebasNeueRegular',sans-serif;
	font-size: 35px;
	font-weight: normal;
	margin: 0;
}
.readmore, .button{
	display:block;
	width:60px;
	height:22px;
	font-size:12px;
	line-height:22px;
	color:#fff;
	text-align:center;
	border:none;
	cursor:pointer
}
.readpost{
	padding:0 10px 0 0;
	background:url(http://misterios.co/wp-content/themes/koenda/images/arrow.png) no-repeat 100% 50%
}
/**  Thumb  **/
.thumb{
	display:block;
	border:4px solid #fff;
	position:relative;
	z-index:1;
	-moz-box-shadow:0px 0px 4px #868686;		/* Mozila Firefox box shadow */
	-webkit-box-shadow:0px 0px 4px #868686;         /* Safari, Chrome box shadow */
	-khtml-box-shadow:0px 0px 4px #868686;          /* KHTML box shadow */
	-icab-box-shadow:0px 0px 4px #868686;           /* icab box shadow */
	box-shadow:0px 0px 4px #868686;                 /* CSS3 Opera box shadow */
	-opera-box-shadow:0px 0px 4px #868686;
	-o-box-shadow:0px 0px 4px #868686;
	-box-shadow:0px 0px 4px #868686;
	behavior: url(http://misterios.co/wp-content/themes/koenda/css/PIE.htc);
}
	/**  grayblock  **/
.grayblock{
	border:4px solid #fff;
	background:#f1f1f1;
	padding:13px;
	position:relative;
	margin:0 0 20px 0;
	color:#5a5a5a;
	z-index:1;
	-moz-box-shadow:0px 0px 4px #868686;		/* Mozila Firefox box shadow */
	-webkit-box-shadow:0px 0px 4px #868686;         /* Safari, Chrome box shadow */
	-khtml-box-shadow:0px 0px 4px #868686;          /* KHTML box shadow */
	-icab-box-shadow:0px 0px 4px #868686;           /* icab box shadow */
	box-shadow:0px 0px 4px #868686;                 /* CSS3 Opera box shadow */
	-opera-box-shadow:0px 0px 4px #868686;
	-o-box-shadow:0px 0px 4px #868686;
	-box-shadow:0px 0px 4px #868686;
	behavior: url(http://misterios.co/wp-content/themes/koenda/css/PIE.htc);
}
/**  Header  **/
#header{
	position:relative;
	z-index:99;
	margin:0 0 0 0;
  background: url(images/head-background.jpg) repeat-x;
	zoom:1
}
/**  Topbar  **/
.topbar{
	height:33px;
	line-height:34px;
	border-bottom:1px solid #cdcdcd
}
.topbar, .topbar a{
	color:#b3b3b3;
}
.topbar a{
	font-family: 'BebasNeueRegular',sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}
.topbar a:hover{
	color:#777777;
}
/**  Topbarnav  **/
.topbar .topbarnav{
	float:left;
}
.topbarnav {
    float: left;
    font-size: 15px;
    height: 100%;
    max-width: 500px;
    overflow: hidden;
}
.topbarnav li{
	height:100%;
	float:left;
	padding:0 20px;
	border-left:1px solid #cdcdcd
}
.topbarnav .sub-menu {
    display:none;
}
/**  Search Form  **/
.topbar #topsearch{
	float:right;
	margin:0 0 0 0;
	zoom:1
}
#topsearch{
	width:205px;
	height:100%;
	border-left:1px solid #cdcdcd;
	position:relative;
}
#topsearch label{
	display:block;
	height:100%;
	font-size:12px;
	cursor:text;
	position:absolute;
	top:0;
	left:15px
}
#topsearch #search{
	font-size:13px;
	line-height:16px;
	height:16px;
	padding:8px 0;
	color:#5a5a5a;
	width:155px;
	position:absolute;
	top:0;
	left:15px;
	border:none;
	background:none
}
#topsearch #button{
	cursor:pointer;
	display:block;
	width:40px;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	right:0;
	border:none;
	background-image:url(images/search.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	_height:53px;
}
#topsearch #button:hover{
	background-color: #424242;
}
#searchform #s {
	background: none repeat scroll 0 0 transparent;
	border: 1px solid #CDCDCD;
	color: #5A5A5A;
	font-size: 12px;
	height: 16px;
	left: 15px;
	line-height: 16px;
	padding: 19px 10px;
	width: 155px;
}
.type-post input[type="password"] {
    color: #A3A3A3;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #E0E0E0;
    color: #868686;
    font-size: 13px;
    height: 18px;
    padding: 9px;
    width: 170px;	
}
.type-post input[type="submit"] {
    background-color: #FF7200;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 10px;
    width: 60px;
}
.widget-footer #searchform #s {
	width: 105px;
}
#searchform label {
	display:none;
}
#searchform #searchsubmit {
	background-image: url("images/search.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: medium none;
	color: transparent;
	cursor: pointer;
	display: block;
	float: right;
	height: 100%;
	overflow: hidden;
	padding: 19px 10px;
	background-color: #FF7200;
}	
#searchform #searchsubmit:hover { 
	background-color: #424242;
}
/**  Logo  **/
#header .logo{
	float:left;
	margin: 10px 20px;
}
.logo{
	font-family: 'BebasNeueRegular';
	font-size:42px;
	color:#6E6E6E;
	line-height:1;
}
.logo .logotitle{
	font:normal 400 10px/1 Arial, sans-serif;
	color:#a8a8a8;
	display:block;
	margin-top:-5px;
}

/**  Subscribe  **/
#header .subscribe{
	float:right;
	margin:45px 20px 0 20px;
}
#header .widget{
	clear: none;
	float: right;
	margin: 0;
	padding: 10px;
	min-height: 80px;
}
#header .widget .textwidget{
	margin:0px;
}

.subscribe{
	font-size:15px;
	line-height:17px;
	font-weight:700;
	color:#acacac;
	padding:0 0 0 25px;
	background:url(http://misterios.co/wp-content/themes/koenda/images/subscribe.png) no-repeat 0 50%
}
/**  Menu  **/

.menuwrapp{
	clear:both;
	padding:0 0 0 0
}
.menu{
	line-height:33px;
	font-size:12px;
	text-transform:capitalize;
	background:#1b1b1b;
	padding:4px 5px 0 5px;
	border-bottom-width:3px;
	border-bottom-style:solid
}
.menu li{
	display: inline-block;
	position:relative
}
.menu a{
	display:block;
	font-size: 11px;
	padding:0 9px;
	color:#fefefe;
	text-transform: uppercase;
}
.menu a:hover, .menu a.hover{
	background:#FF7200;
}
.menu .sub-menu, .menu .children{
	display:none;
	background:#FF7200;
	position:absolute;
	width:180px;
	font-size:12px;
	line-height:1;
	padding:0 0 0 0;
	top:33px;
	left:0;
    z-index: 9999;	
}
.sub-menu .sub-menu{
	top:0;
	left:100%;
}
.menu .sub-menu li{
	float:none;
	width:100%;
	border-top:1px solid #212121
}
.menu .sub-menu a{
	padding:10px 15px;
	color:#ffffff;
}
.menu .sub-menu a:hover, .menu .sub-menu a.hover{
	background: none repeat scroll 0 0 #1C1C1C;
	color:#ffffff;
}
.menu .current_page_item .sub-menu a:hover{
	background: none repeat scroll 0 0 #1C1C1C!important;
	color:#ffffff!important;
}
.menu .sub-menu .current_page_item a, .menu .sub-menu .current_page_item a:hover{
	color:#fff;
	background:#1c1c1c;
}
/**  Menu Mobile  **/
.menuwrapp_mobile{
	display:none !important;
	clear:both;
	margin:20px 30px;
	position:relative;
}
.mobilemenu_toggle{
	font-family: 'BebasNeueRegular',sans-serif;
	font-size:20px;
	line-height:24px;
	display:block;
	padding:7px 20px;
	background:url(images/menuicon.png) no-repeat 100% 50% #1b1b1b;
	color:#fff;
	border-bottom-width:3px;
	border-bottom-style:solid
}
.menuwrapp_mobile .menu_mobile{
	position:absolute;
	top:41px;
	left:0;
	right:0;
	width:100%;
	z-index:99;
	display:none;
}
.menu_mobile{
	font-family: 'BebasNeueRegular',sans-serif;
	font-size: 18px;
	overflow:hidden;
}
.menu_mobile .sub-menu{
	background:none;
}
.menu_mobile a{
	display:block;
	color:#fff;
	padding:5px 20px;
	border-top:1px solid #1b1b1b;
	border-bottom:1px solid #1b1b1b;
	margin:-1px 0
}
.menu_mobile .sub-menu a{
	padding:5px 30px
}
.menu_mobile a:hover{
	background:#1b1b1b
}

/**  Content Home Page  **/


.homepage {
  margin:0 30px 30px;
}
.homepage .koenda-heading-homepage {
    border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
    margin: 0 0 20px;
    padding: 2px 0;
}
.homepage h1 {
    border-bottom: 2px solid #FF7200;
    border-top: 2px solid #FF7200;
    color: #6E6E6E;
    font-family: 'BebasNeueRegular',sans-serif;
    font-size: 22px;
    font-weight: normal;
    margin: 0;
    padding: 20px 0;
    text-align: center;
}
.homepage .koenda-column-homepage {
    float: left;
    margin: 20px 4% 20px 0;
    position: relative;
	width: 22%;
}
.homepage .last {
    clear: right;
    margin-right: 0 !important;
}
.homepage .koenda-homepage-dropcap {
    background: none repeat scroll 0 0 #FF7200;
    display: inline-block;
	border-radius: 2em 2em 2em 2em;
    color: #F0F0F0;
    font-size: 20px;
    float: left;
    height: 2em;
    line-height: 2em;
    margin: 0.2em 0.5em 0.2em 0;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    width: 2em;
}
.homepage .koenda-column-homepage  h5 {
    color: #6E6E6E;
    font-family: 'BebasNeueRegular',sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin: 10px 0;
}
.homepage blockquote {
    font-size: 16px;
    margin: 20px 0;
    padding: 20px;
}
.homepage blockquote p {
    line-height: 2em;
}
.homepage .koenda-chb {
    float: left;
    margin: 1.5em 4% 1.5em 0;
    position: relative;
	width: 30.66%;
	font-size: 12px;
    line-height: 1.4;
}
.homepage .koenda-chb h5{
    color: #6E6E6E;
    font-family: 'BebasNeueRegular',sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin: 10px 0;
}
.homepage .koenda-chb img{
    border: 4px solid #FFFFFF;
    box-shadow: 0 0 4px #868686;
    display: block;
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
}
/**  Content  **/
#content{
	margin:3px 0
}
.pagecontent{
	width:470px;
  background-color: #1b1b1b;
	float:left
}
.innerpage{
	width:679px;
	border-right:1px solid #cdcdcd;
	margin:0 0 50px 0
}
.sidebar{
	width:320px;
	float:right;
  background-color: #000;
}
.left_sidebar .sidebar{
	float:left;
}
.nosidebar  .pagecontent{
	width: 100%;
}
.sitemap li {
	padding: 5px 0 !important;
}
.widget{
	padding:0 30px 0 10px;
	margin:0 0 20px 0;
	clear:both;
}
.left_sidebar .widget{
	padding:0 10px 0 30px;
	margin:0 0 20px 0;
	clear:both;
}
.widget li{
	line-height: 20px;
}
.widget .children li{
	padding-left:15px;
}
.widget img{
	margin:10px 0;
}
.widget .wp-caption-text img{
	margin:0;
}
.widget form{
	margin:10px 0;
}
.widget a:hover {
	text-decoration:underline;
}
.widget select {
	border:1px solid #FF7200;
	padding:5px;
	width:100%;
}
.widget-footer .widget {
    padding:0px;
}
.widget-footer .widget h2 {
    border-bottom: 1px dashed #747474;
    padding: 0 0 7px;
    width: 170px;
	color: #FFFFFF;
	margin-top: 20px;
}
.widget-footer select {
	border:1px solid #FF7200;
	padding:5px;
	background:transparent;
	color:#ffffff;
	width:100%;	
}
.widget-footer img{
	margin:10px 0;
}
.widget-footer .wp-caption-text img{
	margin:0;
}
.widget-footer form{
	margin:10px 0;
}
.singlepost a:hover {
	text-decoration:underline;
}
.pagination a:hover {
	text-decoration:underline;
}
.copyright a:hover {
	text-decoration:underline;
}
	/**  recentposts  **/
.recentposts{
	margin:0 0 20px 0
}
.recentposts .column{
	width:186.6px;
	padding:0 15px;
	float:left
}
.recentposts .thumb{
	width:178.6px;
	height:97px;
	margin:0 0 13px 0
}
.recentposts .posted .underline{
	color:inherit
}
/**  Business  **/
.business{
	margin:0 0 20px 0
}
.business .fullwidth h2{
	padding-top:17px;
	border-top-width:5px;
	border-top-style:solid
}
.business .column{
	width:295px;
	padding:0 15px;
	float:left
}
.business .thumb{
	width:287px;
	height:150px;
	margin:0 0 13px 0
}
.business .posted{
	margin:0 0 2px 0
}

.sticky {
    background-color: #EEEEEE;
    padding: 18px !important;
}
/**  Postlistblock  **/
.postlistblock .column{
	width:295px;
	padding:0 15px;
	float:left;
	margin:0 0 10px 0
}
.postlist li{
	padding:11px 0;
	border-top:1px solid #d4d4d4;
	zoom:1;
}
.postlist li:after{
	content:'';
	display:block;
	width:100%;
	height:0px;
	clear:both
}
.postlist li:first-child{
	padding-top:20px;
	border-width:2px
}	
.postlist img{
	display:block;
	width:83px;
	height:63px;
	float:left;
	margin:0 10px 0 0
}
.postlist .posted{
	margin-top:7px
}
.postlist .posted .readpost{
	padding-left:15px;
	margin-left:15px;
	border-left:1px solid #a0a0a0
}
/**  Posts  **/
.posts{
	margin-bottom:20px;
	padding:0 0 10px;
	border-bottom:1px solid #e2e2e2;
	font-size:12px;
}
.posts li{
	padding:5px 0;
	line-height:1.4;
	zoom:1
}
.posts li:after{
	content:'';
	display:block;
	width:100%;
	height:0px;
	clear:both
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.posts .thumb{
	display:block;
	width:157px;
	height:137px;
	float:left;
	margin:0 15px 0 0
}
.alignright {
	float: right;
	margin-left: 10px!important;
}
.alignrightcontact {
	float: right;
}
.alignleft{
	float: left;
	margin-right: 10px!important;
}
.pagination {
	padding:0 30px;
}
.pagination .prev {
	float:left;
}
.pagination .next {
	float:right;
}
.singlepost .pagination {
	padding:0px;
}
.singlepost .pagination .prev  {
	float: left;
	width: 40%;
	margin-top: 10px;
}
.singlepost .pagination .next {
	float: right;
	width: 40%;
	margin-top: 10px;
	text-align: right;
}
#comments {
	clear:both;
	padding: 10px 0;
}
#comments .avatar {
    box-shadow: 0 0 0;
    float: left;
}
#comments .commentlist {
    list-style-type: none;
    margin: 0;
}
#comments .commentlist .children {
    list-style-type: none;
}
#comments .comment {
    margin: 15px 0;
}
#comments  .comment-author{
	float:left;
	font-weight: bold;
}
#comments  .children{
	padding: 30px 0 0 50px;
}
#comments  .comment-meta{
	float:right;
}
#comments  .reply{
	float:right;
}
#comments  p{
	clear: both;
	margin: 0;
	padding: 10px 0;
}
.comments-area li.bypostauthor cite span {
	margin-left: 5px;
}
.posts h2{
	margin:10px 0 10px 0;
	line-height: 10px;
}
.posts h2, .posts .posted{
	margin:10px 0 10px 0;
	line-height: 20px;
}
.posts .readmore{
	margin-top:7px;
	font-weight:700;
}
.posts .readmore:hover, .slider .readmore:hover{
	background-color: #424242;
	text-decoration:none;
}
/**  Single Post  **/
.singlepost h1, .singlepost h2, .singlepost h3, .singlepost h4, .singlepost h5, .singlepost h6 {
	font-family: 'BebasNeueRegular',sans-serif;
	clear:both;
	font-weight: normal; 
	color:#6E6E6E; 
    margin: 10px 0;	
}
.singlepost h1 { 
	font-size:24px; 
}
.singlepost h2 { 
	font-size:22px; 
}
.singlepost h3 { 
	font-size:20px; 
} 
.singlepost h4 { 
	font-size:18px; 
}
.singlepost h5 { 
	font-size:16px; 
}
.singlepost h6 { 
	font-size:14px; 
}
.singlepost p{ 
	font-size:12px;  
	margin:15px 0;
}
.singlepost li{ 
	font-size:12px;  
	padding: 0; 
	line-height: 1.4;
}
.singlepost .post{ 
	margin:0 0 30px; 
}
.singlepostsitemap li{ 
	font-size:12px;  
	padding: 0; 
	line-height: 1.4;
}
.singlepost .postavatar{
	float:left;
	margin: 2px 20px 5px 0 
}
.tags, .singlepost .tags{
	font-size:12px;
	margin:15px 0;
	border-top:1px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;
	padding:13px 10px;
	margin:20px 0 
}
.meta_tags {
clear:both;
}
.singlepost img {
    box-shadow: 0 0 4px #868686;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;	
}
.wp-caption {
    max-width:100%;
}
.singlepost .subtitle {
	color: #BFBFBF;
	font-size: 11px;
}
.tags, .tags a{
	color:#9c9c9c
}
.grayblock h3{
	margin:0 0 10px 0;
}
.grayblock .thumb{
	width:57px;
	height:50px;
	float:left;
	margin:0 13px 0 0
}
.postnav{
	margin:30px 0
}
.prevpost, .nextpost{
	display:block;
	width:150px;
	height:40px;
	line-height:20px;
	color:#fff;
}
.postnav .prevpost{
	float:left;
}
.postnav .nextpost{
	float:right;
}
.prevpost{
	padding:3px 10px 3px 30px;
	background:url(http://misterios.co/wp-content/themes/koenda/images/postnav.png) no-repeat 4% 11px #2e2e2e;
}
.nextpost{
	padding:3px 30px 3px 10px;
	background:url(http://misterios.co/wp-content/themes/koenda/images/postnav.png) no-repeat 96% -89px #2e2e2e;
}
.prevpost span, .nextpost span{
	display:block;
	height:40px;
	overflow:hidden;
	cursor:pointer;
}
/**  Commentblock  **/
.commentblock{
	margin:0 0 50px 0
}
#commentform{
	color:#aaa;
}
#commentform p{
	margin:0 0 15px 0;
	line-height:1
}

#commentform #author, #commentform #email, #commentform #url, #commentform #comment{
	font:400 13px/1 Arial, sans-serif;
	padding:13px 20px;
	display:block;
	margin:10px 0 0 0;
	background:#FFF;
	position:relative;
	z-index:1;
	border:1px solid #e0e0e0;
	-moz-border-radius:3px;		   /* Mozila Firefox border radius */
	-webkit-border-radius:3px;	   /* Safari, Chrome border radius */
	-khtml-border-radius:3px;	   /* KHTML border radius */
	-icab-border-radius:3px;	   /* icab border radius */
	border-radius:3px;		   /* CSS3 Opera border radius */
	-opera-border-radius:3px;
	-o-border-radius:3px;
	-border-radius:3px;
	behavior: url(http://misterios.co/wp-content/themes/koenda/css/PIE.htc);
}
#commentform #author, #commentform #email, #commentform #url{
	width:250px;
}
#commentform #comment{
	line-height:1.2;
	width:93%;
}
#submit{
	display:block;
	width:105px;
	height:38px;
	padding: 9px 0 20px;
	cursor:pointer;
	background:url(images/button.png) no-repeat 50% 0;
	border:none;
	overflow:hidden;
	font-size:12px;
	color:#6f6f6f;
	text-align:center
}
#submit:hover{
	background:url(images/button.png) no-repeat 50% -50px;
}
/**  Popular  **/
.popular li{
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom:1px solid #c0c0c0
}
.popular li:after{
	content:'';
	display:block;
	width:100%;
	height:0px;
	clear:both
}
.popular .thumb{
	width:57px;
	height:50px;
	float:left;
	margin:0 13px 0 0
}
.popular h4{
	padding:3px 0 0 0;
	margin:0 0 5px 0 
}
/**  Newsletter  **/
.newsletter{
	height:36px;
	position:relative;
	border:1px solid #e0e0e0;
	zoom:1
}
.newsletter label{
	display:block;
	height:36px;
	font-size:13px;
	line-height:36px;
	color:#868686;
	cursor:text;
	position:absolute;
	top:0;
	left:10px;
	max-width:70%;
	overflow:hidden
}
.newsletter .nl{
	font-size:13px;
	height:18px;
	border:none;
	background:none;
	padding:9px 0;
	position:absolute;
	top:0;
	left:10px;
	width:70%
}
.newsletter .button{
	position:absolute;
	top:-1px;
	right:-1px;
	height:38px;
	vertical-align:middle;
	width:23%;
}
/**  Videoblock  **/
.videoblock{
	border-width:3px;
	border-style:solid
}
.videoblock img{
	display:block;
	width:100%
}
/**  Facebook  **/
.facebook{
	padding:0 15px 0 0;
	margin:0 0 20px 0
}
	
/* WP Caption */
.wp-caption {	
	margin-bottom: 30px;
	max-width: 100%;
}
.wp-caption .wp-caption-text, .gallery-caption {
	font-style: italic;
}
.wp-caption .wp-caption-text {
    border-bottom: 1px solid #EAEAEA;
    margin: 0;
    padding: 0 0 15px;
}
	
	
/**  Footer  **/
#footer{
	border-top-style:solid;
	border-top-width:5px;
	clear:both;
	padding:20px 30px;
	background:#212121;
}
#footer, #footer h3, #footer h3 a{
	color:#fff
}
#footer h3{
	padding:0 0 7px 0;
	border-bottom:1px dashed #747474;
	width:170px
}

/**  Widget Footer  **/
#footer .widget-footer{
	float: left;
	margin: 0 30px 40px 0;
	width: 207px;
}
.widget-footer{
	color:#686868;
	text-align:justify;
	width:300px
}
.widget-footer p{
	margin:0 0 20px 0;
	line-height: 1.4;
}
.widget .textwidget{
	margin:0 0 20px 0;
	line-height: 1.4;
}
.tagcloud {
	line-height: 1.4;
}

#wp-calendar td {
	border: 1px solid #FF7200;
	padding: 10px;
	text-align: center;
}
.widget-footer #wp-calendar td {
	padding: 7px;
}
#wp-calendar td a {
	font-weight:bold;
}
#wp-calendar th{
	background: none repeat scroll 0 0 #FF7200;
	border: 1px solid #FF7200;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
}
#wp-calendar caption{
	background: none repeat scroll 0 0 #FFFFFF;
	color: #000000;
	font-weight: bold;
	padding: 10px;
}
.widget-footer #wp-calendar caption{
	background: none;
	color: #ffffff;
}
.widget-footer .menuwidget .sub-menu{
	display:block!important;
	margin-left: 10px;
}
.widget .menu {
	background:none;
	border: none;
	clear:both;
	text-transform: none;
	padding: 0;
}
.widget .menu li{
	clear:both;
	margin: 5px;
	display: block;
	font-family: 'BebasNeueRegular',sans-serif;
}
.widget .menuwidget .sub-menu{
	display:block!important;
	margin-left: 20px;
}
.widget .menu a {
	clear: both;
	color: #FF7200;
	font: 400 13px/1.4 Arial,sans-serif;
	padding: 0;
	text-decoration: none;
	text-transform: none;
}
.widget .menu a:hover {
	background:none;
	text-decoration:underline;
}
.widget .menu .current-menu-item a {
	background:none;
	text-decoration:underline;
}
.widget .menu .current-menu-item a:hover {
	background:none;
	text-decoration:underline;
}
.widget-footer .menu {
	background:none;
	border: none;
	clear:both;
	text-transform: none;
	padding: 0;
}
.widget-footer .menu li{
    clear:both;
	display:block;
}
.widget-footer .menu a {
	clear: both;
	color: #FF7200;
	font: 400 13px/1.4 Arial,sans-serif;
	padding: 0;
	text-decoration: none;
}
.widget-footer a:hover {
	text-decoration:underline;
}
.widget-footer .menu a:hover {
	background:none;
	text-decoration:underline;
}
.widget-footer .textwidget{
	margin:0 0 20px 0;
	line-height: 1.4;
}
.widget-footer .readmore{
	width:75px;
	height:33px;
	line-height:33px
}
.widget-footer li{
    line-height: 20px;
}
.widget-footer h3{
    margin-top: 20px;
    clear: both;
}

/**  Copyright  **/
#footer .copyright{
	float:right;
	width:100%;
	margin:0px;
}
.copyright{
	color:#979797;
	font-size:10px;
	text-align:right
}
.copyright span{
	display:block;
	font-size:12px;
	font-weight:400;
}
.ycopy {
    float:left;
}
.wflast {
    margin-right:0px!important;
}
/**  Plugins  **/
/**  Ultimate Shortcode  **/

.su-heading-style-1 {
    border-bottom: 0 none;
    border-top: 0 none;
}
.su-heading-style-2 {
    border-bottom: 0 none;
    border-top: 0 none;
}
.su-heading-style-1 .su-heading-shell{
    border-bottom: 2px solid #FF7200;
    border-top: 2px solid #FF7200;
	font-family: 'BebasNeueRegular',sans-serif;
	color: #6E6E6E;
    font-size: 22px;
    font-weight: normal;
}
.su-heading-style-2 .su-heading-shell{
    border-bottom: 2px solid #CDCDCD;
    border-top: 2px solid #CDCDCD;
	font-family: 'BebasNeueRegular',sans-serif;
	color: #6E6E6E;
    font-size: 22px;
    font-weight: normal;
}
.su-frame {
    border: 0 none;
    clear: both;
    width: 100% !important;
	margin: 10px 0 !important;
}
.su-frame .su-frame-shell {
    border: 0 none;
    font-size: 12px;
	padding:10px;
	line-height: 1.4;
}
.su-tabs-pane {
    border: 0 none;
    font-size: 12px;
	padding:10px;
	line-height: 1.4;
}

.su-tabs-style-1 .su-tabs-nav {
    background: none repeat scroll 0 0 #FF7200;
}
.su-tabs-style-1 .su-tabs-pane {
    border-bottom: 5px solid #FF7200;
    border-left: 5px solid #FF7200;
    border-right: 5px solid #FF7200;
}

.su-tabs-style-1 .su-tabs-nav span{
	color: #6E6E6E;
	font-family: 'BebasNeueRegular',sans-serif;
	font-size: 16px;
}
.su-tabs-style-1 .su-tabs-nav span:hover{
	color: #6E6E6E;
}
.su-tabs-style-1 .su-tabs-nav .su-tabs-current{
	color: #6E6E6E;
}

.su-tabs-style-2 .su-tabs-nav {
    background: none repeat scroll 0 0 #CDCDCD;
}
.su-tabs-style-2 .su-tabs-pane {
    border-bottom: 5px solid #CDCDCD;
    border-left: 5px solid #CDCDCD;
    border-right: 5px solid #CDCDCD;
}

.su-tabs-style-2 .su-tabs-nav span{
	color: #6E6E6E;
	font-family: 'BebasNeueRegular',sans-serif;
	font-size: 16px;
}
.su-tabs-style-2 .su-tabs-nav span:hover{
	color: #6E6E6E;
}
.su-tabs-style-2 .su-tabs-nav .su-tabs-current{
	color: #6E6E6E;
}

.su-tabs-style-3{
    border: 5px solid #FF7200;
}
.su-tabs-style-3 .su-tabs-nav span{
    padding:10px;
	background: none repeat scroll 0 0 #FF7200;
	color: #FFFFFF;
	font-family: 'BebasNeueRegular',sans-serif;
	font-size: 16px;
}
.su-tabs-style-3 .su-tabs-nav span:hover{
	background: none repeat scroll 0 0 #F1F1F1;
	color: #6E6E6E;
}
.su-tabs-style-3 .su-tabs-nav .su-tabs-current{
	background: none repeat scroll 0 0 #FF7200;
	color: #6E6E6E;
}
.su-spoiler-style-1 .su-spoiler-content, .su-spoiler-style-2 .su-spoiler-content {
    border: 0 none;
    font-size: 12px;
	padding:10px;
	line-height: 1.4;
}

.su-spoiler-style-1 .su-spoiler-title {
	font-family: 'BebasNeueRegular',sans-serif;
	color: #6E6E6E;
}
.su-spoiler-style-2 {
    border-radius:0px;
	border:0 none;
}
.su-spoiler-style-2 .su-spoiler-title {
    background: none repeat scroll 0 0 #FF7200;
	color:#ffffff;
	padding: 12px 15px 10px;
}
.su-spoiler-open .su-spoiler-title {
    background: none repeat scroll 0 0 #F1F1F1!important;
	color:#6E6E6E;
	padding: 12px 15px 10px;
	font-family: 'BebasNeueRegular',sans-serif;
}
.su-divider {
    border-top: 1px solid #E2E2E2!important;
}
.su-divider a {
    color:#E2E2E2;
	margin-top: -0.8em;
}
.su-quote .su-quote-shell {
    font-size: 12px;
	line-height: 1.4;
}
.su-pullquote {
    font-size: 12px;
	line-height: 1.4;
}
.su-label {
	height: auto;
	border-radius:0px;
	margin:5px 0;
    font-size: 12px;
	line-height: 1.4;
    text-transform: none;	
	padding:10px;
}
.su-accordion .su-spoiler{ 
    border:none;
}
.su-accordion .su-spoiler-title {
    background: none repeat scroll 0 0 #FF7200;
	color:#ffffff;
    font-size: 16px;
    padding: 6px 10px 5px;
	font-family: 'BebasNeueRegular',sans-serif;
}
.su-accordion .su-spoiler-open .su-spoiler-title {
    background: none repeat scroll 0 0 #F1F1F1;
	color:#6E6E6E;
    font-size: 16px;
     padding: 6px 10px 5px;
}
.su-pullquote-style-1 {
    border-left: 5px solid #FF7200;
}
.su-dropcap-style-1 {
    background: none repeat scroll 0 0 #FF7200;
	color:#ffffff;
	text-shadow: none!important;
}
.su-dropcap-style-2 {
    background: none repeat scroll 0 0 #FFFFFF;
	color:#FF7200;	
}
.su-dropcap-style-3 {
    background: none repeat scroll 0 0 #ffffff;
	color:#6E6E6E;	
}
.su-box  .su-box-content {
    font-size: 12px;
	line-height: 1.4;
}
.su-box  .su-box-title {
    font-family: 'BebasNeueRegular',sans-serif;
    font-size: 16px;
    text-shadow: none !important;
	border-top: 0 none!important;
}
.su-note {
    border:0 none!important;
}
.su-note .su-note-shell {
    font-size: 12px;
	line-height: 1.4;
	color:#ffffff!important;
}
.su-table td {
    font-size: 12px;
	line-height: 1.4;
}

.su-table-style-1 .su-even td {
    background: none repeat scroll 0 0 #FF7200 !important;
    color: #FFFFFF;
}
.su-table-style-2 .su-even td {
    background: none repeat scroll 0 0 #FF7200 !important;
    color: #FFFFFF;
}
.su-column {
    font-size: 12px;
	line-height: 1.4;
}
.su-list {
	width:150px;
	float:left;
}

/**  WP-PageNavi  **/
.wp-pagenavi {
    padding:0 30px 30px; 
}
.wp-pagenavi .pagecontent {
	float:none;
	padding: 3px 8px;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #E2E2E2;
}
.wp-pagenavi a:hover {
    background: none repeat scroll 0 0 #FF7200;
    border: 1px solid #FF7200;
    color: #FFFFFF;
}
.wp-pagenavi span.current {
    background: none repeat scroll 0 0 #FF7200;
    border: 1px solid #FF7200;
    color: #FFFFFF;
    padding: 3px 8px;
}
.template_paginated {
	padding: 0px;
}
.template_paginated a {
	text-decoration:none;
	border:none;
}
.template_paginated a:hover {
	text-decoration:none;
	border:none;
}
.template_paginated a span {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border: 1px solid #E2E2E2 !important;
    color: #FF7200 !important;
}
.template_paginated a span:hover {
    background: none repeat scroll 0 0 #FF7200 !important;
    border: 1px solid #E2E2E2 !important;
    color: #FFFFFF !important;
}
/**  Wordpress Popular Posts  **/
.wpp-list li {
    margin-bottom: 10px;
}

/**  Wordpress Email Newsletter  **/
.eemail_textbox {
    float:left;
}
#eemail_txt_email{
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    font-size: 13px;
    height: 18px;
    padding: 9px;
    width: 170px;
	border: 1px solid #E0E0E0;
	color: #868686;
}
#eemail_txt_Button {
    background-color: #FF7200;
    border: 0 none;
    color: #FFFFFF;
    display: block;
    margin: 0;
    padding: 10px;
    width: 60px;
	cursor:pointer;
	font-size: 12px;
    font-weight: bold;
}
#eemail_txt_Button:hover {
    background-color: #424242;
}
/**  wp125  **/
.wp125ad {
    float:left;
    padding: 1px 2px !important;
}
.wp125ad img {
    width:125px;
}

/**  Contact Form 7  **/
.wpcf7-form p {
    color: #A3A3A3;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
}
.wpcf7-form .wpcf7-text,  .wpcf7-form .wpcf7-textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 3px 3px 3px 3px;
    display: block;
    font: 400 13px/1 Arial,sans-serif;
    margin: 10px 0 0;
    padding: 13px 20px;
    position: relative;
    z-index: 1;
}
.wpcf7-form .wpcf7-textarea {
    width:90%;
	height:100px;
}
.wpcf7-submit{
    background: url("images/button.png") no-repeat scroll 50% 0 transparent;
    border: medium none;
    color: #6F6F6F;
    cursor: pointer;
    display: block;
    font-size: 12px;
    height: 38px;
    overflow: hidden;
    padding: 9px 0 20px;
    text-align: center;
    width: 105px;
	margin-top: 20px;
}
.wpcf7-submit:hover {
    background: url("images/button.png") no-repeat scroll 50% -50px transparent;
}
.wpcf7-response-output {
    border:0 none!important;
	padding:0px!important;
}
.wpcf7-not-valid-tip {
    border: 0 none !important;
    color: #FF0000;
    display: block;
    padding: 8px 0 12px !important;
    position: static !important;
}

/**  Twitter Widget Pro  **/

.time-meta {
	display:block;
	margin-bottom: 15px;
}
.from-meta {
    display:none;
}
.entry-content {
	background:url(http://misterios.co/wp-content/themes/koenda/images/twitter.png) no-repeat 0 3px;
	padding-left: 25px;
}

/**  Panel Settings  **/

.panelsettings {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 1px 1px 2px #888888;
    height: 580px;
    margin-top: 50px;
    position: fixed;
    width: 210px;
	z-index: 9999;
}
.panel_open {
    background: none repeat scroll 0 0 #000000;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
    height: 50px;
    margin: 15px 0 0 210px;
    width: 50px;
}
.panel_open img {
    margin: 8px 7px;
    width: 36px;
	padding-top: 8px;
}
.panel_content {
    margin: -40px 12px 5px 16px;
}
.panel_content  h2{
    text-align:center;
}
.panel_content p {
    line-height: 1.4;
    margin: 0 0 10px;
}
.colorsquare {
    float: left;
    height: 24px;
    margin: 0 6px 6px 0;
    width: 24px;
	cursor:pointer;
}
.patternsquare {
    float: left;
    height: 24px;
    margin: 0 6px 6px 0;
    width: 24px;
	cursor:pointer;
}
.headerphone {
    float: left;
    margin: 17px;
	color: #888888;
	font-weight: bold;
}
.right {
	float:right!important;
}
.left {
	float:left!important;
}

/**  Desktop  **/
@media screen and (min-width:769px) and (max-width:1024px) {
#wrapper{
	width:748px
}
img{
	max-width:100% !important;
	height:auto !important;
}
iframe, embed{
	max-width:100% !important;
}
.slider .slidedata{
	left:375px;
	overflow:hidden;
}
.slider ul{
	height:213px !important; 
}
.pagecontent{
	width:420px;
}
#footer .widget-footer{
	width:150px;
	margin:0 20px 15px 0
}
#footer h3{
	width:auto
}
}
/**  Tablet  **/
@media screen and (min-width:481px) and (max-width:768px) {
#wrapper{
	width:460px
}
img{
	max-width:100% !important;
	height:auto !important;
}
iframe, embed, table{
	max-width:100% !important;
}
table{
	word-break:break-all
}
.su-column, .pagecontent, .sidebar, #footer .widget-footer, .koenda-chb, .koenda-column-homepage{
	width:auto !important;
	float:none !important;
	margin-left:0 !important;
	margin-right:0 !important;
}
#footer h3{
	width:auto
}
.menuwrapp_mobile{
	display:block !important
}
.topbar #topsearch, .menuwrapp, .sliderwrapp{
	display:none
}
#header{
	padding-top:1px;
	height:188px;
}
#header .logo{
	margin:10px 20px 10px 135px
}
#header .logo img{
	display:block;
	margin:20px auto
}
.widget {
    padding: 0 30px;
}
}
/**  Mobile  **/
@media screen and (max-width:480px) {
#wrapper{
	width:310px;
}
.fullwidth{
	margin-left:5px;
	margin-right:5px;
}
img{
	max-width:100% !important;
	height:auto !important;
}
iframe, embed, table{
	max-width:100% !important;
}
table{
	word-break:break-all
}
.su-column, .pagecontent, .sidebar, #footer .widget-footer, .koenda-chb, .koenda-column-homepage{
	width:auto !important;
	float:none !important;
	margin-left:0 !important;
	margin-right:0 !important;
}

#footer h3{
	width:auto
}
.menuwrapp_mobile{
	display:block !important
}
.topbar, .menuwrapp, .sliderwrapp{
	display:none
}
#header{
	padding-top:1px;
	height:155px;
}
#header .logo{
	margin:10px 30px 10px 55px;
}
#header .logo img{
	display:block;
	margin:20px auto
}
.widget {
    padding: 0 5px;
}
.sidebar #searchform #s {
	width:135px;
}
}