.tax-infact_review_cat .side-kizi,
.tax-infact_review_cat2 .side-kizi,
.post-type-archive-infact_review .side-kizi,
.single-infact_review .side-kizi {
	float: left !important;
}
.tax-infact_review_cat .main-kizi,
.tax-infact_review_cat2 .main-kizi,
.post-type-archive-infact_review .main-kizi,
.single-infact_review .main-kizi{
	float: right !important;
}
.archive-reviews .item {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #ccc;
}
.archive-reviews .item .blog-item {
	position: relative;
}
.archive-reviews .item .blog-item h2 {
	margin-top: 5px;
	margin-bottom: 10px;
}
.archive-reviews .item .blog-item .content-info {
	margin-top: 15px;
}
.archive-reviews .item .blog-item .nickname-info {
	margin-top: 20px;
}
.archive-reviews .item .blog-item .sub-cat {
	margin-bottom: 10px;
}
.archive-reviews .item .blog-item .sub-cat a {
    padding: 4px 12px;
    background-color: #e2e2e2;
    color: black;
    border: 0;
    margin: 5px;
    margin-left: 0;
    font-size: 12px;
}
.archive-reviews .item .blog-item .sub-cat a:hover {
	background-color: #353535;
	color: #fff;
}
.archive-reviews .item .blog-item .readmore {
	margin-top: 10px;
	position: absolute;
	bottom: -5px;
	right: 0;
	min-width: 130px;
	font-size: 0.8em;
	line-height: 35px;
}
.archive-reviews .item .blog-item .readmore:after {
	position: absolute;
    top: 50%;
    right: 12px;
    font-family: FontAwesome;
    font-size: 16px;
    content: "\f105";
    transform: translate(0, -50%);
    margin-top: 0;
    padding: 0;
}
.side-reviews .searchform-section .search {
	display: block;
	height: 42px;
}
.side-reviews .side-box a {
	text-decoration: none;
}
.side-reviews .side-box p {
	font-size: 0.9em;
	line-height: 22px;
}
.side-reviews .side-box .box-sb03 {
	margin-bottom: 8px;
	font-size: 0.9em;
	display: block;
	line-height: 22px;
}
section.blog .single-reviews .kizi-single .post-thumbnail h1 {
	margin-top: 5px;
	margin-bottom: 10px;
}
section.blog .single-reviews .kizi-single .entry-content {
	margin-top: 15px;
}
section.blog .single-reviews .kizi-single .entry-category a {
	padding: 4px 12px;
	background-color: #e2e2e2;
	color: black;
	border: 0;
	margin: 5px;
	margin-left: 0;
	font-size: 12px;
	display: inline;
}
section.blog .single-reviews .kizi-single .nickname-info {
	margin-top: 20px;
}
section.blog .single-reviews .kizi-related .wrap-related .item {
	width: 100%;
	margin-bottom: 2px;
}
section.blog .single-reviews .kizi-related .wrap-related .item .box-related {
	padding: 0;
	border: none;
}
section.blog .single-reviews .kizi-related .wrap-related .item .desc a {
	font-weight: normal;
}
section.blog .single-reviews .post-navigation {
	border-top: 1px dotted #ccc;
	padding-top: 20px;
	margin-top: 25px;
	text-align: center;
}
section.blog .single-reviews .post-navigation .nav-links {
	display: inline-block;
}
section.blog .single-reviews .post-navigation .nav-links .nav-previous,
section.blog .single-reviews .post-navigation .nav-links .nav-next {
	float: left;
	margin: 8px 10px;
}
section.blog .single-reviews .post-navigation .nav-links .nav-previous a,
section.blog .single-reviews .post-navigation .nav-links .nav-next a {
	text-decoration: none;
	min-width: 150px;
	position: relative;
}
section.blog .single-reviews .post-navigation .nav-links .nav-previous a:hover,
section.blog .single-reviews .post-navigation .nav-links .nav-next a:hover {
	color: #fff;
}
section.blog .single-reviews .post-navigation .nav-links .nav-previous:before,
section.blog .single-reviews .post-navigation .nav-links .nav-next:before {
	display: none;
}
section.blog .single-reviews .post-navigation .nav-links .nav-next a:after {
	position: absolute;
    top: 50%;
    right: 12px;
    font-family: FontAwesome;
    font-size: 16px;
    content: "\f105";
    transform: translate(0, -50%);
    margin-top: 0;
    padding: 0;
}
section.blog .single-reviews .post-navigation .nav-links .nav-previous a:after {
	position: absolute;
    top: 50%;
    left: 15px;
    font-family: FontAwesome;
    font-size: 16px;
    content: "\f104";
    transform: translate(0, -50%);
    margin-top: 0;
    padding: 0;
}