/*
	Theme Name: Chabok WP Theme
	Theme URI: https://chabokgroup.com
	Description: Chabok WP Theme is WordPress Theme under chabokgroup Dev
	Version: 1.4.3
	Author: Shahriyar Modami
	Author URI: http://chabokgroup.com.com
	Tags: Red, HTML5, CSS3, Mobile-frendly

	License: comerical
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:90%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin:0;
	padding:0;
}
body {
	background-color: #faf9f9; 
	font-family: 'parastoo', Arial, Helvetica, sans-serif;
	color:#111;
	margin:0;
	padding:0;
	font-size:90%;
}

input[type="button"], input[type="submit"], button {
		-webkit-appearance: none;
		-moz-appearance:    none;
		appearance:         none;
		background:			#fff;
		padding: 			9px 18px;
		border-radius: 		19px;
		box-shadow: 		0 0 5px #cfcfcf;
		border: 			0;
		color:#000;
		transition: all 300ms;
}

input[type="button"]:hover, input[type="submit"]:hover, button:hover,
input[type="button"]:focus, input[type="submit"]:focus, button:focus {
	background: #08bb80;
	color:#fff;
	cursor:pointer;
}


/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#111;
	text-decoration:none;
	transition: color 300ms;
}
a:hover {
	color:rgb(221, 2, 2);
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

.ch-clear {
	clear: both;
}

h1 {
	font-size:20px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:15px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:13px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


.chabok-col-50 {
	float:right;
	padding:15px;
	width:50%;
}
.chabok-col-100 {
	float:none;
	clear:both;
	width:100%;
	padding:15px;
}


/* element background */
.chabok-header, 
.chabok-main-nav > ul > li > ul, 
.chabok-main-nav.active {
/*	background-color:#ca0646;
	background-image: linear-gradient(#ca0646,#d2074b,#ee004e);
	*/
	background-color: #222;
}

/* element color */
.chabok-header , .chabok-main-nav ul li a {
	color:#d9d9d9;
	transition: all 300ms;
}
.chabok-main-nav ul li a:hover,.chabok-main-nav ul li a:focus {
	color:#fff;
}

/* wrapper */
.wrapper, .chabok-container {
	max-width:1148px;
	width:100%;
	margin:0 auto;
	position:relative;
}
/* header */
.chabok-header {
	box-shadow: 0px 5px 10px #eee;
	position: relative;
	padding: 0 10px;
}
/* logo */
.logo {
	float: right;
	width: 15%;

}
.logo-img {
	width: 140px;
	margin-top: 20px;
}
/* nav */
.chabok-main-nav {
	float: right;
	width:70%;
	padding: 30px 0;
	font-family: 'yekan', Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-align: center;
}
.chabok-main-nav > ul , 
.footer-nav > ul {
	margin:0;
	list-style: none;
	padding-right: 0;
}

.chabok-main-nav > ul > li, 
.footer-nav > ul > li {
	margin:0;
	list-style: none;
	display: inline-block;
	padding:0 20px;
	text-align: right;
}

.chabok-main-nav > ul > li > ul,
.footer-nav > ul > li > ul {
	position: absolute;
	z-index: 9;
	padding: 40px;
	border-radius: 10px;
/*	box-shadow: 0 0 12px #ca0646; */
	min-width:200px;
	font-size: 15px;
	display: none;
}

.chabok-main-nav > ul > li:hover > ul {
	display: block;
}
.chabok-main-nav > ul > li > ul:hover {
	display: block;
}

.header-iconset {
	float: right;
	width:15%;
	padding: 16px;
	text-align: left;
}

.header-iconset .search-btn , .header-iconset .nav-btn {
	font-size: 40px;
	cursor: pointer;
}
.header-iconset .search-btn i {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}

.header-iconset .nav-btn {
	display:none;
}

/* sidebar */
.sidebar {

}
/* footer */
.footer {
	clear: both;
	width: 100%;
	padding: 20px;
	background-color: #222;
	color:#ccc;
}
.footer a {
	color:#ccc;
}

.footer-logo {
	width:20%;
	float: right;
}
.footer-nav {
	width:60%;
	float: right;
	padding: 38px 0;
	text-align: center;
}
.footer-iconset {
	width:20%;
	float: right;
	padding: 40px 0;
	text-align: left;
}

.copyright {
	clear: both;
	text-align: center;
}

/*------------------------------------*\
	PAGES
\*------------------------------------*/
.loop-section article {
	position: relative;
	float: right;
	width: 100%;
}
.loop-section article .loop-post-content {
	padding-right: 180px;
}
.loop-section article .loop-post-thumbnail {
	position: relative;
	width: 170px;
	min-height: 110px;
	top: auto;
	right: auto;
	float: right;
}
.loop-section article .loop-post-thumbnail img {
	width:100%;
	height:100%;
	min-height: 110px;
}
.loop-section article strong {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color:	#888;
	line-height: normal;
	display: block;
	margin-bottom: 5px;
}
.loop-section article h2 {
	font-size: 14px;margin: 0;
}
.loop-section article p {
	font-size: 12px;margin: 8px 0;
	text-align: justify;
	text-justify: distribute;
}
.loop-section article .index-post-metas {
	font-size:12px;
}
.loop-section article .loop-post-thumbnail .date {
	text-align: right;
	width:100%;
	display: block;
	text-align: center;
	font-size: 11px;
	position: absolute;
	top: 0;
	color:	#fff;
	background:rgba(0, 0, 0, 0.384);
}
.loop-section article .index-post-metas .comments {
	text-align: left;
	width:50%;
	display: inline-block;
}

main.site-content article {
	background: #fff;
	padding:15px;
	border: 1px solid rgb(228, 228, 228);
}
.post-details {
	font-size: 13px;
	font-family: 'yekan', Arial, Helvetica, sans-serif;
	font-weight: normal;
	float: right;
	width: 100%;
	margin-bottom: 10px;
}
.post-details span {
	width: 33%;
	float: right;
}

.post-details span.newscode , .post-details span.comments {
	width:25%;
}
.post-details span.date {
	width:50%;
}

.post-details span.comments {
	text-align: left;
}
.post-details span.newscode {
	text-align: right;
}
.post-details span.date {
	text-align: center;
}

.title.post-title {
	font-weight: bold;
	text-align: center;
	color: #d90303;
	margin-top: 0;
	line-height: 1.9;
	clear: both;

}

.post-excerpt-img {
	float: right;
	width: 100%;
	background:	#eee;
	display: flex;
	display: -webkit-flex;
}
.post-excerpt-img p {
	margin:0;
	text-align:justify;
	text-justify:distribute;
}

.post-excerpt-img .chabok-post-img {
	width:40%;
	float: right;
	padding-left: 10px;
}

.post-excerpt-img .chabok-post-img img {
	width: 100%;
	height: 100%;
}

.post-excerpt-img .chabok-post-excerpt {
	width:60%;
	float: right;
	padding:5px 0 5px 12px;
	font-size: 13px;
}

/* full style post thumbnail */
.post-excerpt-img.post-thumbnail-style-full,
.post-excerpt-img.post-thumbnail-style-no {
	display:block;
	background:none;
	
}

.post-excerpt-img.post-thumbnail-style-full .chabok-post-img {
	width: 100%;
	float: none;
	padding-left: 0;
	clear: both;
}

.post-excerpt-img.post-thumbnail-style-no .chabok-post-img {
	display:none;
}

.post-excerpt-img.post-thumbnail-style-full .chabok-post-excerpt,
.post-excerpt-img.post-thumbnail-style-no .chabok-post-excerpt {
    width: 100%;
    float: none;
    padding: 15px;
    font-size: 13px;
    clear: both;
    background: #eee;
    margin-top: 15px;
}



.post-content {
	clear:both;
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: 2px solid #eee;
	margin-bottom: 20px;
	line-height: 2;
}
.page-page .post-content {
	border-bottom:0;
}

.post-content p {
		font-size:14px;
}

.top-title {
	font-size: 13px;
	font-family: tahoma;
	font-weight: normal;
	text-align: center;
	width: 100%;
	display: block;
	clear: both;
	padding-top: 20px;
	padding-bottom: 10px;
}

.post-metas {
	background:#fbfbfb;
	padding: 15px;
	border-radius: 8px;
	font-size: 12px;
	position: relative;
	z-index: 2;
	box-shadow: 0 0 2px #cacaca;
	line-height: 2.5;
}
.post-metas .post-tags a {
	padding-left:5px;
	display: inline-block;
}
.post-metas .post-tags a:before {
	content: "\f292";
	font-family: 'Line Awesome Free';
	font-weight: 900;
	padding-left: 1px;
	transform: rotate(-25deg);

}

main.site-content {
		right: 25%;
		position: relative;
		width: 50%;
		padding:10px 5px;
		float: right;
		clear: both;
}
main.site-content.is-page {
	right: 26%;
	width: 74%;
}

.related-post {
	margin-top:20px;
}
.related-post ul {
	margin:0;
	padding:0;
}
.related-post h4 {
	color:rgb(226, 14, 14);
	font-size:16px;
	margin:0;
}
.related-post ul li.post-related {
	padding:7px 0;
	border-bottom: 1px dashed #eee;
	list-style: none;
}
.related-post ul li.post-related a:before {
	content:'\f100';
	font-family: 'Line Awesome Free';
	font-weight: 900;
	padding-left: 5px;
}
.related-post ul li.post-related:last-child {
	border:0;
}
.widget_chabok_custom_widget ul li img {
	float: right;
	width: 100px;
	height: 68px;
	border-radius: 3px;
	margin-left: 5px;
}

.widget_chabok_custom_widget ul li {
	clear:both;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	
}

.widget_chabok_custom_widget h3 i {
	float: left;
	position: absolute;
	left: 0px;
	top: 3px;
	font-size: 22px;
}

/* aside sidebar */
aside.sidebar-left {
	width: 25%;
	position: relative;
	top: 0;
	float: left;
	left: 0;
	padding:10px 5px;
}

aside.sidebar-right {
	width: 25%;
	left: 50%;
	position: relative;
	top: 0;
	float: right;
	padding:10px 5px;
}

aside.sidebar-right.page-sidebar {
    width: 25%;
    left: 74%;
	margin-top: 39px;
}

aside .chabok-widget {
	position: relative;

}
aside .chabok-widget h3 {
	margin:0;
	font-size: 17px;
/*	color:rgb(221, 2, 2); */
	color:#333;
	display: inline-block;
	background:#fff;
	padding: 5px 21px;
	border: 1px solid#eee;
	border-bottom: 0;	
	background: #fdfdfd;
}

aside .chabok-widget h3:after {
	font-family: Line Awesome Free;
	float: left;
	position: absolute;
	left: 0px;
	top: 0;
	font-size: 22px;
}

aside .chabok-widget.widget_meta h3:after {
	content: '\f06a';
}
aside .chabok-widget.widget_recent_entries h3:after {
	content: '\f56b';
}
aside .chabok-widget.widget_pages h3:after {
	content:'\f15c';
}
aside .chabok-widget.widget_ztjalali_archive h3:after,
aside .chabok-widget.widget_archive h3:after {
	content: '\f133';
}
aside .chabok-widget.widget_recent_comments h3:after {
	content:'\f086';
}
aside .chabok-widget.widget_categories h3:after {
	content:'\f07c';
}
aside .chabok-widget.widget_media_image h3:after {
	content: '\f03e';
}

aside .chabok-widget > ul, aside .chabok-widget .textwidget {
	background: #fff;
	margin-top:5px;
	border:1px solid #eee;
	padding:15px;
	margin-top: -12px;
	margin-bottom:15px;
}
aside .chabok-widget ul li {
	list-style: none;
	text-align: justify;
	text-justify: distribute;
	border-bottom: 1px dashed #f5f5f5;
	padding: 5px 0; 
	font-size: 13px;
}

aside .chabok-widget ul li a:before {
	content:"\f100";
	font-family: 'Line Awesome Free';
	font-weight: 900;
	color:rgb(47, 0, 255);
	font-size:10px;
	padding-left: 5px;

}
aside .chabok-widget ul li:last-child {
	border-bottom:0;
}

aside a:hover , aside a:focus {
	color:rgb(236, 6, 6);
}


aside .widget_media_image img {
	margin-bottom:15px;
	opacity:0.7;
	transition: all 300ms;
	border:1px solid #eee;
}

aside .widget_media_image img:hover {
	opacity:1;
	border:1px solid #ccc;
}

/* search */
.header-overlay {
	height:0;
	width:0;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	transition: all 200ms;
}

.header-overlay.active {
	height:100%;
	width: 100%;
	padding: 20px;
	background: rgba(0, 0, 0, 0.116);
	transition: width 400ms;
}

.header-overlay .search-form input {
	width: 93%;
	font-size: 16px;
	padding: 18px;
	margin: 0 auto;
	border: 0;
	border-radius: 3px;
}
.search-btn.active {
	position: relative;
	z-index: 99999;
}

.search-btn.active i:before {
	content:'\f00d';
}

.header-overlay .search-form {
	 margin: 0 auto;
}

/*pagination */
.pagination span, .pagination a {
	background:	#e1e1e1;
	display: inline-block;
	padding: 1px 10px;
	border-radius: 25px;
	margin: 10px 2px;
}

.pagination span {
	background:#ccc;
	cursor:default;
}
.pagination a:hover {
	background:#c1c1c1;
}
.pagination {

    clear: both;
    margin: 0 auto;
    text-align: center;

}

/* sharing icon */
.post-sharing {
	position: relative;
	z-index: 1;
	margin-bottom: -10px;
	padding: 0 12px;
	transition: 400ms all;
}

.post-sharing a {
	font-size: 26px;
	padding: 7px;
	display: inline-block;
	top:0;
	transition: 400ms all;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	position: relative;
}
.post-sharing a:hover, .post-sharing a:focus {
	top:-9px;
	position: relative;
	transition: 400ms all;
}

.post-sharing a.post-short-link {
	left: 8px;
	position: absolute;
	top: 0;
	width: 140px;
	background:	rgb(10, 172, 142);
	font-size: 14px;
	color:	#fff;
	text-align: center;
	font-family: yekan;
}
.post-sharing a.post-short-link:hover, 
.post-sharing a.post-short-link:focus {
	left: 8px;
	right: auto;
	top:-10px;
}

.chabok-icon:hover {
    opacity: 0.7;
	text-decoration:none;
	color:#fff;
}

.chabok-facebook {
  background: #3B5998;
  color: white;
}

.chabok-twitter {
  background: #55ACEE;
  color: white;
}

.chabok-google {
  background: #dd4b39;
  color: white;
}

.chabok-linkedin {
  background: #007bb5;
  color: white;
}

.chabok-youtube {
  background: #bb0000;
  color: white;
}

.chabok-instagram {
  background: #125688;
  color: white;
}

/* comments */
article.comments-area {
	margin-top:20px;
	float: right;
	width:100%;
}

article.comments-area .comments > ul {
	padding:0;
	margin:0;
}
article.comments-area .comments ul li {
	list-style: none;
	margin-top:10px;
}

li.comment, .comment-body, .avarar-block, .comment-block {
	float: right;
}
li.comment, .comment-body {
	width:100%;
}

.comment-body {
	margin-bottom: 10px;
}

li.comment {
	margin-bottom: 15px;
}
.avarar-block {
	width:40px;
	height: 40px;
	margin-left: 10px;
}
.avarar-block img {
	width:100%;
	height:100%;
}
.comment-awaiting-moderation {
	color:red;
	font-size:12px;
}
.comment-block {
	width:100%;
	background:#fbfbfb;
	padding: 10px 15px;
	border-radius: 10px;
}
.comment-author, .comment-meta {
	font-size:11px;
}
.comment-meta {
	border-bottom: 1px solid#fff;
	padding-bottom: 7px;
}
li.comment .reply {
	text-align: left;
}
li.comment .reply a {
	background:#fff;
	padding: 0 18px;
	border-radius: 19px;
	box-shadow: 0 0 5px#cfcfcf;
}
.comments p {
	font-size: 13px;
	clear: both;
	font-family: tahoma;
	line-height: 1.5;
	margin-top:3px;
}

.comment-respond {
	clear:both;
	background: #fbfbfb;
	padding:10px;
	border-radius: 10px;
}


/* input field */
/* necessary to give position: relative to parent. */
input[type="text"], input[type="passowrd"], input[type="email"],input[type="tel"], textarea {
	font: 13px/22px 'tahoma', sans-serif; 
	color: #333; 
	width: 100%; 
	box-sizing: border-box;
	padding: 5px;
	border-radius: 6px;
	border: 1px solid	#ccc;
}

input[type="file"] {
	padding: 6px;
	border: 1px solid #ccc;
	width: 100%;
	margin: 7px 0;
	border-radius: 6px;
}

.comment-form p.comment-form-comment {
	width:98%;
	margin:0 1%;
}
.comment-form textarea {
	height:100px;
}
p.comment-form-cookies-consent {
	clear: both;
	padding-top: 13px;
}
.comment-form p.comment-form-url {
	display:none;
}
.comment-form p.comment-form-author, .comment-form p.comment-form-email {
	width:48%;
	margin:0 1%;
	float:right;
	clear: none;
}



/*owl slider */
.chabok-post-slider {
/*	background:#fff;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid rgb(228, 228, 228);
	*/
	margin-bottom: 10px;
	padding:10px;
	border-radius: 3px;
	border: 1px solid	#bbb;
}

/* post slide theme */
.chabok-post-slider .post-slide .loop-post-thumbnail {
	width: 256px;
	height:180px;
	float: left;
	margin-right: 10px;
	position: relative;
}

.chabok-post-slider .post-slide .loop-post-thumbnail img {
	height:100%;
	width: 100%;
}

.chabok-post-slider .post-slide .loop-post-thumbnail .date {
	position: absolute;
	top:10px;
	left:0px;
	background: rgba(0, 0, 0, 0.514);
	color:#fff;
	padding:0 10px;
}
.chabok-post-slider .post-slide h2 {
	margin:0;
}
.chabok-post-slider .post-slide p {
	margin:0;
	text-align: justify;
	text-justify: distribute;
}
.chabok-post-slider .post-slide h2 a {
	font-size: 16px;
	color:rgb(180, 3, 3);
}

.chabok-post-slider .post-slide strong {
	font-size: 12px;
	font-family: tahoma;
	font-weight: normal;
	display: block;
	line-height: 1.5;
	color:	#777;
}

.chabok-post-slider .owl-nav {
	position: absolute;bottom: 5px;left: 10px;font-size: 17px;
}

/* full slide theme */
.chabok-full-slider {
	padding:0;
	max-height: 300px;
	margin-bottom: 10px;
}
.chabok-full-slider img {
	height:300px;
	width: 100%;
}
.chabok-full-slider .post-slide .loop-post-thumbnail {
	width: 100%;
	position: relative;
}

.chabok-full-slider .post-slide .loop-post-thumbnail .date {
	position: absolute;
	top:10px;
	left:0px;
	background: rgba(0, 0, 0, 0.514);
	color:#fff;
	padding:0 10px;
}
.chabok-full-slider .post-slide .loop-post-content {
	position: absolute;
	z-index: 999;
	bottom: 0;
	padding: 10px;
	color:	#eee;
	background:rgba(0, 0, 0, 0.473);
}

.chabok-full-slider .post-slide h2 {
	margin:0;
	color:#fff;
}
.chabok-full-slider .post-slide p {
	margin:0;
	text-align: justify;
	text-justify: distribute;
}
.chabok-full-slider .post-slide h2 a {
	font-size: 16px;
	color:#fff;
}

.chabok-full-slider .post-slide strong {
	font-size: 12px;
	font-family: tahoma;
	font-weight: normal;
	display: block;
	line-height: 1.5;
	color:	#eee;
}

.chabok-full-slider .owl-nav {
	position: absolute;top: 0;right: 10px;font-size: 27px;
}

/* simple slider */
.chabok-simple-slider {
	background: #fff;
	padding:10px;
	margin-bottom: 10px;
	border:1px solid #eee;
}

.chabok-simple-slider img {
	height:300px;
	width: 100%;
}

.chabok-simple-slider .date {
	font-size: 12px;
	color:#777;
	display: block;
    margin-top: 10px;
}
.chabok-simple-slider h2, .chabok-simple-slider p {margin:0;}

.chabok-simple-slider p  {
	text-align: justify;
	text-justify: distribute;
}

.chabok-simple-slider .post-slide strong {
	font-size: 13px;
	font-family: tahoma;
	font-weight: normal;
	display: block;
	line-height: 1.5;
	color:	#888;
}
.chabok-simple-slider h2 a {
	color:rgb(212, 6, 6);
}

.chabok-simple-slider .owl-nav {
	position: absolute;top: 0;right: 10px;font-size: 27px;
}


/* owl main style */
.owl-nav button {
	background: transparent !important;
	box-shadow:none !important;
}

.owl-nav button i {
	background:rgba(0, 0, 0, 0.459);
	border-radius:25px;
	color:#fff;
	padding:5px; 
}

#owl-demo .item {
	display: block;
	width: 100%;
	height: auto;
}



aside .chabok-widget.fixed {
	width: 100%;
	max-width: 277px;
	position: fixed;
	top: 5px;
}

/*------------------------------------*\
    IMAGES and video
\*------------------------------------*/
.wp-video button, audio button, video button, .mejs-controls button {
	box-shadow:none;
	background:transparent;
	outline:0;
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'parastoo';
	src:url('fonts/Parastoo.eot');
	src:url('fonts/Parastoo.eot?#iefix') format('embedded-opentype'),
		url('fonts/Parastoo.woff') format('woff'),
		url('fonts/Parastoo.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}

@font-face {
	font-family:'parastoo';
	src:url('fonts/Parastoo-Bold.eot');
	src:url('fonts/Parastoo-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Parastoo-Bold.woff') format('woff'),
		url('fonts/Parastoo-Bold.ttf') format('truetype');
    font-weight:bold;
    font-style: bold;
}

@font-face {
	font-family:'yekan';
	src:url('fonts/Yekan.eot');
	src:url('fonts/Yekan.eot?#iefix') format('embedded-opentype'),
		url('fonts/Yekan.woff') format('woff'),
		url('fonts/Yekan.ttf') format('truetype'),
		url('fonts/Yekan.svg#Yekan') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:768px) {
	section h1 {
		padding:0 10px;
	}
	.logo {
		width: auto;
		padding-right:60px;
	}

	.logo img {
		width:100px;
		height: auto;
		padding: 13px 0;
		margin: 0;
	}
	.header-iconset {
		padding:0;
		float: left;
		width: auto;
	}
	.header-iconset .nav-btn {
		position:absolute;
		right:0;
		top:0;
		display:block;
	}
	.header-iconset .nav-btn i {
		font-size: 45px;
		top: 5px;
		position: relative;
	}
	.header-iconset .nav-btn.active {
		z-index: 100;
		left: 0;
		right: auto;
		position: fixed;
		width: 50%;
		height: 100%;
		background: rgba(0,0,0,0.2);
	}
	.header-iconset .nav-btn.active i {
		font-size: 45px;
		top: 10px;
		position: absolute;
		right: -22px;
		left: auto;
		z-index: 999;
	}
	.header-iconset .nav-btn.active i:before {
		content:'\f00d';
	}
	.header-iconset .search-btn i {
		top: 3px;
		position: relative;
	}
	.header-overlay .search-form input {
		width: 88%;
		padding: 13px;
		margin: -8px auto;
	}

	.chabok-main-nav {
		visibility:hidden;
		width:0;
		height:0;
		transition: width 200ms;
		position: fixed;
	}

	.chabok-main-nav.active {
		visibility:visible;
		position: fixed;
		width: 50%;
		height: 100%;
		z-index: 98;
		right: 0;
		left: 0;
		transition: width 200ms;
		z-index: 99;
	}
	.chabok-main-nav.active > ul > li {
		display: block;
		line-height: 2.5;
	}
	
	main.site-content,
	aside.sidebar-right.page-sidebar,
	main.site-content.is-page	{
		right: auto;
		left:auto;
		width: 100%;
	}
	aside.sidebar-right {
		width: 50%;
		left: auto;
	}
	aside.sidebar-left {
		width: 50%;
		left: auto;
	}
	
	.footer-logo, .footer-iconset {
		width: 100%;
		text-align: center;
	}
	.footer-nav {
		width: 100%;
		font-size: 13px;
		line-height: 3;
		display:none;
	}
	.footer-iconset {
		padding:10px;
	}
	
	.chabok-main-nav > ul > li > ul,
	.footer-nav > ul > li > ul { 
		padding:5px 40px;
		position: relative;
		background:none;
	}
	
	.chabok-main-nav > ul > li:hover > ul,
	.chabok-main-nav > ul > li:focus > ul	{
		display: block;
	}
	.chabok-main-nav > ul > li > ul:hover,
	.chabok-main-nav > ul > li > ul:focus	{
		display: block;
	}
	

}

@media only screen and (max-width:480px) {
	
	.chabok-col-50 {
		float:none;
		clear:both;
		width:100%;
	}

	.loop-section article .loop-post-thumbnail {
		position: relative;
		width: 100px;
		min-height: 70px;
		margin-left: 10px;
	}

	.loop-section article .loop-post-thumbnail img {
		min-height: 70px;
	}
	.loop-section article .loop-post-content {
		padding-right: 0;
		position: relative;
	}
	.loop-section article .loop-post-thumbnail .date {
		font-size: 9px;
		position: relative;
		top: 4px;
	}
	aside.sidebar-left, aside.sidebar-right {
		width:100%;
	}

	.chabok-simple-slider img, .chabok-full-slider img {
		height:250px;
	}
	.chabok-full-slider .owl-nav, .chabok-full-slider .date {
		display:none;
	}

	.chabok-full-slider .post-slide .loop-post-content {
		background:	rgba(0, 0, 0, 0.288);
		height: 100%;
	}

	.chabok-post-slider .post-slide .loop-post-thumbnail {
		width:100%; height:auto;
	}
	.post-excerpt-img {
			display:block;
	}
	.post-excerpt-img .chabok-post-img {
		width: 100%;
		padding:0;
	
	}
	.post-excerpt-img .chabok-post-excerpt {
		width: 100%;
		padding: 10px;
	}
	.post-sharing a {
		font-size: 18px;
	}
	.post-sharing a.post-short-link {
		width: 73px;
		font-size: 10px;
	}

}

@media only screen and (min-width:320px) {

}

@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 0;
	max-width: 100%;
	height: auto;
	width: auto;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
	max-width:100%;
	height:auto;
}
.alignright {
	float:right;
	margin:5px 0 10px 10px;
	max-width:100%;
	height:auto;
}
.alignleft {
	float:left;
	margin:5px 10px 10px 0;
	max-width:100%;
	height:auto;
}
a img.alignright {
	float:right;
	margin:5px 0 10px 10px;
	max-width:100%;
	height:auto;
}
a img.alignnone {
	margin:5px 0;
	max-width:100%;
	height:auto;
}
a img.alignleft {
	float:left;
	margin:5px 10px 10px 0;
	max-width:100%;
	height:auto;	
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:100%;
	height:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
