#primary,
#content,
.hentry {
	border-radius: 4px;

}

.single .site-content {
    border-right: 0 solid rgba(0, 0, 0, 0);
}

.page .site-content,
.author .site-content {
    background-color: #fff;
}

.hentry {
	background-color: #fff;
	padding: 12px;
}

.entry-content .widget-title::after {
    top: 42%;
}

.entry-content .widget {
    display: inline-block;
    margin: 1px;
    vertical-align: top;
    width: calc(33% - 0px);
}

.entry-content .widget li {
    list-style: outside none none;
}

.page .entry-title {
	top: 10px !important;
}

.single-post .entry-title {
	top: 17px !important;
}

.recent_posts_title > span {
	background-color: #fff;
}

.tree_container {
	font-family: Yekan,BYekan,"B Yekan";
	font-size: 9pt;
	margin: 10px;
	max-width: 600px;
	width: auto;
}

.tree_padder {
	border-left: 1px solid #555;
	padding: 8px 0;
}

.tree_row {
	margin: 18px 0;
}

.tree_row::before,
.tree_content_padder::before {
	border-bottom: 1px solid #555;
	content: "";
	display: inline-block;
	padding: 0 6px;
	position: relative;
	top: 11px;
	float: left;
}

.tree_content {
	border-left: 1px solid #555 !important;
	height: 0;
	margin: 2px 0 2px 20px;
	opacity: 1;
	overflow: hidden;
	padding: 0;
	transition: all .5s ease 0.2s;
}

.tree_lable::before {
	content: "\f196";
	font-family: FontAwesome;
	font-size: 13pt;
	line-height: 1;
	padding: 0;
	transition: all .5s ease 0.2s;
	vertical-align: middle;
}

.tree_content_padder {
	margin: 0;
}

.tree_content_data {
	background-color: #607D8B;
	display: table;
	margin: 2px 0 2px 15px;
	padding: 3px;
	width: -webkit-calc(95% - 2px);
	width: calc(95% - 2px);
}

.tree_content_visible > .tree_content {
	border-width: 1px;
	content: "\f147";
	height: 128px;
	opacity: 1;
}

.tree_content_visible > .tree_content:hover {
	height: 209px;
}

.tree_content_visible.tree_lable::before {
	content: "\f147";
}

.tree_data {
	background-color: rgba(255,255,255,.2);
	color: #eee;
	margin-bottom: 2px;
	padding: 5px 10px;
	transition: all .2s ease 0s;
}

.tree_data:hover {
	background-color: rgba(255,255,255,.1);
	color: #fff;
}

.tree_photo_container {
    display: table-cell;
    width: 30%;
}

.tree_data.tree_photo {
	height: 120px;
	margin: 0 2px 0 0;
}

.tree_data_container {
	display: table-cell;
	width: 70%;
}

.page-feeds .site-content,
.page-links .site-content {
	padding: 12px;
}

.page-feeds .entry-title,
.page-links .entry-title {
	border-bottom: 0 solid rgba(0,0,0,0);
	line-height: 0;
}

.page-feeds .categories-feeds,
.page-links .links-content {
	-wekit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	margin-top: 18px;
	padding: 0;
}

.page-feeds .category-feed,
.page-links .xoxo.blogroll > li {
	background-color: #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 2;
	margin-bottom: 2px;
	padding: 4px;
	position: relative;
	-webkit-transition: background-color .2s ease 0s;
	-moz-transition: background-color .2s ease 0s;
	transition: background-color .2s ease 0s;
}

.page-feeds .category-feed:hover,
.page-links .xoxo.blogroll > li:hover {
	background-color: #ddd;
}

.page-feeds .category-feed a,
.page-links .xoxo.blogroll > li a {
	color: #222;
	display: inline-block;
	text-shadow: 1px 1px 0 #fff;
}

.page-feeds .category-feed i,
.page-links .xoxo.blogroll > li i {
	color: #ff8555;
}

.page-feeds .category-child::before {
	content: "";
	position: relative;
	left: -23px;
	background-color: #ddd;
	padding: 10px .3px 4px;
}

.page-feeds .category-child {
	margin-left: 20px;
}

.page-feeds .category-child::after {
	content: "";
	position: absolute;
	left: -19px;
	background-color: #ddd;
	height: 1px;
	width: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page-links .links-content,
.page-links .xoxo.blogroll > li {
	list-style: none;
}

.page-links .linkcat {
	margin-bottom: 12px;
}

.page-links .linkcat h2 {
	font-weight: 400;
}

.page-links .linkcat h2::before,
.page-links .xoxo.blogroll > li::before {
	color: #bbb;
	content: "\f08e";
	font-family: fontawesome;
	font-size: 10pt;
	margin: 0 5px;
	position: relative;
	-webkit-transition: color .2s ease 0s;
	transition: color .2s ease 0s;
	vertical-align: middle;
}

.page-links .linkcat h2::before{
	content: "\f005";
	font-size: 12pt;
}

.author-bio {
    background-color: #fafafa;
    border-top: 3px solid #f5f5f5;
	line-height: 2;
    margin: 0 auto;
	min-height: 120px;
    padding: 15px;
    text-align: justify;
}

.author-bio .mainmetas {
    font-family: tahoma,arial;
    margin-top: 15px;
    text-align: left;
}

.author-bio .mainmeta {
    background-color: #fff;
    border: 1px solid #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 3px 12px 4px;
}

.author-bio .meta-title {
    margin: 0 5px;
}

.author-info .author-avatar {
    border: 3px solid #fff;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	-khtml-border-radius: 200px;
    border-radius: 200px;
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	-khtml-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    float: right;
	height: 100px;
    margin: -5px 0 -5px 5px;
    overflow: hidden;
    position: relative;
    width: 100px;
}

.author-info .author-avatar > img {
    width: 100%;
}

.author-thumb {
	-webkit-border-radius: 26px;
	border-radius: 26px;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.4);
	box-shadow: 0 0 1px rgba(0,0,0,.4);
	display: inline-block;
	height: 24px;
	overflow: hidden;
	vertical-align: inherit;
	width: 24px;
}

.author-thumb > img {
    width: 100%;
}

.author-count-meta {
    display: table;
    font-size: 0;
	margin-bottom: 2px;
    text-align: justify;
	width: 100%;
}

.author-count-meta i {
    font-size: 8pt;
}

.print-buttons,
.resizeF > span {
	cursor: pointer;
}

.gallery-section {
	background-color: #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,.2);
	box-shadow: 0 0 12px rgba(0,0,0,.2);
	float: right;
	margin: 15px 0 0 25px;
	max-width: 60%;
	overflow: hidden;
	position: relative;
	
}

.gallery-section.fullwidth-section {
	float: none;
	margin: 15px 0;
	max-width: 100%;
}

.gallery-section .gallery-slider.cycle-slideshow {
    text-align: center;
    width: 100%;
}

.gallery-section .gallery-slider.cycle-slideshow > img {
    width: 100%;
}

.gallery-section #pager span {
	color: #dddddd;
	cursor: pointer;
}

.gallery-section #pager .cycle-pager-active {
	color: #ee5555;
	cursor: default;
}

.gallery-section .nav .fa {
    font-size: 48pt !important;
}

.format-gallery .gallery-section #pager {
    display: none;
}

.single-format-quote .spc {
	margin-bottom: 12px;
}

.single-format-quote .entry-content-container .dynamic_fields {
	padding-top: 0;
}

.single-format-quote .entry-thumbnail {
	float: right;
	max-width: 36%;
	padding-left: 4px;
}

.single-format-quote .share-btn-social {
	margin-bottom: 12px;
}

@media (max-width: 598px){
	.page-feeds .categories-feeds {
		-wekit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media (max-width: 420px){
	.page-feeds .categories-feeds {
		-wekit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.gallery-section {
		float: none !important;
		margin: 10px auto !important;
		max-width: 95%;
	}
	
	.single-format-quote .entry-thumbnail {
		float: none;
		margin: 0 auto 12px;
		max-width: 100%;
		padding-left: 0;
	}
}