/* theme test css goes here */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	max-width:100%;
	height:auto;
	margin: 5px 20px 10px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	max-width:100%;
	height:auto;
	display: block;
	margin: 10px auto 10px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	/*border: 1px solid #f0f0f0;*/
	max-width: 96%; /* Image does not overflow the content area */
	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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.gallery-caption, .bypostauthor {
	outline: none;
}
/***********************************THEME TEST STYLE START************************************/
.post-body {
	float: left;
	width: 100%;
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.post-body:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f1f1+20,cccccc+50,fafafa+80&0+0,0.8+15,1+19,1+81,0.8+85,0+100 */
	background: -moz-linear-gradient(left, rgba(241,241,241,0) 0%, rgba(241,241,241,0.8) 15%, rgba(241,241,241,1) 19%, rgba(241,241,241,1) 20%, rgba(204,204,204,1) 50%, rgba(250,250,250,1) 80%, rgba(250,250,250,1) 81%, rgba(250,250,250,0.8) 85%, rgba(250,250,250,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(241,241,241,0) 0%, rgba(241,241,241,0.8) 15%, rgba(241,241,241,1) 19%, rgba(241,241,241,1) 20%, rgba(204,204,204,1) 50%, rgba(250,250,250,1) 80%, rgba(250,250,250,1) 81%, rgba(250,250,250,0.8) 85%, rgba(250,250,250,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(241,241,241,0) 0%, rgba(241,241,241,0.8) 15%, rgba(241,241,241,1) 19%, rgba(241,241,241,1) 20%, rgba(204,204,204,1) 50%, rgba(250,250,250,1) 80%, rgba(250,250,250,1) 81%, rgba(250,250,250,0.8) 85%, rgba(250,250,250,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f1f1f1', endColorstr='#00fafafa', GradientType=1 ); /* IE6-9 */
}
.sticky {
	float: left;
	width: 100%;
	position: relative;
}
.sticky:before {
	content: 'Sticky Post';
	position: absolute;
	top: 8px;
	right: 0;
	padding: 10px 20px;
	font: 400 18px/18px 'Patua One', cursive;
	color: #222;
	z-index: 99;
}
.home .post-body p, .archive .post-body p, .search .post-body p {
	margin: 0 0 5px 0;
}
.home .post-body li, .archive .post-body li, search .post-body li {
	color: #666;
	line-height: 22px;
}
.post-tags, .post-categories{
	float: left;
	width: 100%;
}
.post-tags strong, .post-categories strong {
	float: left;
	font-weight: 400;
	padding: 0 10px 0 0;
}
.post-tags strong .fa, .post-categories .fa {
	padding: 0 5px 0 0;
}
.post-tags a, .post-categories a {
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	color: #666;
	border: 1px solid #ccc;
	float: left;
	border-radius: 10px;
	padding: 5px 10px;
	margin: 0 5px 10px 0;
}
.post-tags a:hover, .post-categories a:hover {
	color: #222;
	text-decoration: none;
	border-color: transparent;
}
.home .post_content, .archive .post_content, .search .post_content{
	padding-bottom:10px;
}
.home .post-box a.read-post, .archive .post-box a.read-post, .search .post-box a.read-post{
	margin:10px 0 0 0;
}
.home .post-box, .archive .post-box, .search .post-box{
	margin-bottom:20px;
}
dd{
	background:#f1f1f1;
	margin-bottom:10px;
	padding:5px;
}
address{
	padding:10px;
	line-height:22px;
	background:#f1f1f1;
	margin:0 0 5px 0;
}
.home .frame, .archive .frame, .search .frame{
	margin-top:13px;
}
.home .tag-featured-image .frame, .archive .tag-featured-image .frame, .search .tag-featured-image .frame{
	width:auto;
}
.home .pagination-col, .archive .pagination-col, .search .pagination-col{
	margin-top:5px;
}
.page-links{
	float:left;
	width:100%;
	margin:10px 0 25px 0;
}
.page-links span.page-links-title{
	margin:0;
	float:left;
	background:none !important;
	border:0;
	padding-left:0;
	font-weight:400;
}
.page-links a{
	padding:10px 15px;
	font-size:15px;
	line-height:15px;
	font-weight:500;
	border:2px solid #ccc;
	margin:0 3px;
	float:left;
	color:#222;
	text-decoration:none;
	background:none;
}
.page-links a span{
	padding:0;
	border:0;
	margin:0;
	background:none !important;
}
.page-links span{
	padding:10px 15px;
	font-size:15px;
	line-height:15px;
	font-weight:500;
	border:2px solid transparent;
	margin:0 3px;
	float:left;
	color:#222;
	text-decoration:none;
	clip: inherit;
	height: auto;
	overflow: inherit;
	position: inherit !important;
	width: auto;
}
.post-password-form{
	float:left;
	width:100%;
	background:#fafafa;
	padding:10px;
	margin:10px 0 20px 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.post-password-form label{
	float:left;
}
.post-password-form input[type="submit"]{
	float:left;
	margin:35px 0 0 10px;
}
.post-password-form input[type="password"]{
	margin:10px 0 0 0;
}
.gallery-caption{
	padding:0;
	margin:0;
	background:none;
}
body .post_content blockquote cite a{
	color:#fff;
}
body table {
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
}
body table td, body table th {
	padding: 10px 20px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body table td a, body table th a {
	color: #222;
}
body table td a:hover, body table th a:hover {
	text-decoration: none;
	color: #222;
}

/*****************************************SINGLE PAGE STYLE START******************************************/
.single-post .post-box .frame{
	width:auto;
}
.single-post .cp-comments li .text{
	margin:0;
}
.single-post ul#comments .comment {
    margin: 15px 0 0 0;
}
.single-post .post-time ul li{
	padding:0;
	float:none;
}
.post-time ul li a.comment-reply-link{
	float:left;
	margin:10px 0 0 0;
}
.single-post .cp-comments li .text p{
	margin:0 0 5px 0;
}
.comment-respond{
	margin:30px 0 0 0;
}
.single-post .blog-detail p{
	margin:0 0 5px 0;
}
.single-post .comment-form{
	margin:15px 0 0 0;
}

.single-post .blog-detail li{
	line-height:22px;
	color:#666;
}
.single-post .blog-detail .comment-notes{
	margin:0 0 10px 0;
}
.single-post #inner-banner h1{
	margin-bottom:20px;
}
.single-post #gallery-7 img, .single-post #gallery-8 img, .single-post #gallery-9 img, .single-post #gallery-10 img, .single-post #gallery-11 img{
	max-width:100%;
	height:auto;
}
.single-post dl.wp-caption{
	display:none;
}
/*****************************************SINGLE PAGE STYLE END******************************************/
.page .comment-respond{
	margin-bottom:40px;
}
.page .cp-comments li .children li{
	margin:10px 0 0 0;
}
.page .cp-comments li{
	padding:10px 0;
}
.page .post-time ul li{
	padding: 0;
	margin:0;
}
.page .cp-comments li .children li .post-time ul li{
	padding:0;
	margin:0;
}
.page-child .page-content-holder{
	margin-bottom:50px;
}
/***********************************THEME TEST STYLE END************************************/
.single-post .post-box:hover .frame img{
	transform:scale(1);
	-moz-transform:scale(1);
	-webkit-transform:scale(1);
	opacity:1;
}
.single-post .post-box .text-box h2{
	margin:0;
}
.post-tags a, .post-categories a {
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
}
.search #right-sidebar{
	margin-top:13px;
}
