/* Blog Items */
	
	.setposts {
		
	}

	.blog-item {
		padding: 0;
		position: relative;
		overflow: hidden;
		margin:40px;
	}
	
	#blog-wrap .blog-item {
		margin: 40px 0;
	}
	
	.latest-news .blog-item {
		margin:10px;
		margin-bottom:0px;
	}
	
	.blog-item-fade {
		opacity:0;
		border-bottom:#ebebeb 1px solid;
		padding-bottom:30px;
	}

	.latest-news .blog-item-fade {
		border-bottom:none;
		padding-bottom:0px;
	}
	
	.latest-news .entry-content p {
		margin-bottom:0px;
	}
	
	.latest-news strong {
		font-weight:normal;
	}

	
	.entry-title {
		margin-bottom: 10px;
		word-break: break-all;
		margin-top: 20px;
	}
	
	.entry-title strong {
		font-weight:normal;
	}
	
	.entry-meta span {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		font-size:12px;
		color:#999;
	}
	
	.entry-meta span a {
		color:#999;
	}
	
	.entry-meta a:hover {
		color:#000;
	}
	
	.entry-meta span:after {
		content: "|";
		padding: 0 2px 0 7px;
		color:rgba(0,0,0,0.2);
	}
	
	.entry-meta span:last-child:after {
		content:"";
		padding-left:0px;
	}
	
	.entry-content {
		margin-top:20px;
	}
	
	.entry-meta span.entry-date i {
		font-size:16px;
		line-height:18px;
		margin-right:5px;	
	}
	
	.entry-meta span.entry-date a {
		line-height:18px;
		vertical-align: top;		
	}
	
	.blog-quote {
		font-size:24px;
		color:#000;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		line-height:30px;
		background-image:url(../images/quote.png);
		background-repeat:no-repeat;
		background-size: 44px 38px;
		padding-top:5px;
		margin-bottom:20px;
	}
	
	.blog-quote-author {
		width:100%;
		text-align:right;
	}
	
	.blog-quote-author:before {
		content: "-";
		padding: 0 5px 0 0px;
		color:#999;
	}
	
	.blog-link {
		padding:20px;
		background-color:#000;
		margin-bottom:30px;
	}
	
	.blog-link a {
		
		color:#FFF;
		word-break:break-all;
	}
	
	.clapat-button.blog-read-more {
		margin-top:30px;
		margin-bottom:10px;
	}
	
	.blog-slider.flexslider {
		margin:0;
	}
	
	
	
/* Blog Navigation */	
	
	.blog-navigation {
		margin:0 auto;
		position:relative;
		border-top:#f0f0f0 1px solid;
		padding:80px 0;
		text-align:center;
	}
	
	.blog-navigation ul {
		display:block;
		margin-left:-4px;
		margin-bottom:0px;
		text-align:center;
	}
	
	.blog-navigation ul li {
		display:inline-block;		
		margin:0 10px;
		color:#000;
		cursor:pointer;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
		-webkit-transition:all 0.3s ease 0s;
		-o-transition:all 0.3s ease 0s;
	}
	
	.blog-navigation ul li span, .blog-navigation ul li a{		
		width:40px;
		height:40px;
		border:3px #f7f7f7 solid;
		line-height:40px;
		float:left;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
		-webkit-transition:all 0.3s ease 0s;
		-o-transition:all 0.3s ease 0s;
	}
	
	.blog-navigation ul li i {
		font-size:18px;
	}
	
	.blog-navigation ul li span.current, .blog-navigation ul li span:hover, .blog-navigation ul li a:hover {
		border:3px #000 solid;
		color:#000;
	}
	
	
	
	
	
/* Sidebar */	
	
	#sidebar {
		margin-left: 50px;
		margin-top: 40px;
		min-height: 500px;
	}
	
	.widget {
		margin-bottom:60px;
		font-size:13px;		
	}
	
	.widget ul {
		margin:0px;
	}

	.heading h6 {
		margin-bottom:20px;
		text-transform:uppercase;
		color: #000;
	}	

	input#search {
		background:url("../images/zoom-search.png") no-repeat 10px 10px #f5f5f5;
		background-size:30px 30px;
		color: #000;
		font-size: 13px;
		height: 50px;
		padding: 10px 10px 10px 45px;
		width: 100%;
		border:0;
		transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		box-sizing: border-box;
		
	}
	
	input#search:focus {
		background:url("../images/zoom-search.png") no-repeat 10px 10px #e1e1e1;
		background-size:30px 30px;
	}	

	#sidebar .widget li {
		border-top: 1px solid #ebebeb;
		display: block;
		padding-top: 15px;
	}
	
	#sidebar .widget li ul li{
		padding-top: 15px;
		margin-left:15px;
	}

	#sidebar .widget li:last-child {
		border-bottom: 1px solid #ebebeb;
	}
	
	#sidebar .widget li ul li:last-child {
		border-bottom: none;
	}	

	#sidebar .widget li a {
		color: #000;
		padding-bottom:15px;
		display:inline-block;
	}	

	#sidebar .widget li a:hover {
		color:#999;
	}
	
	#calendar_wrap {
		width:100%;
	}
	
	#wp-calendar {
		width: 100%;
		border:#FFF 1px solid;
	}
	
	#wp-calendar th {
		background: none repeat scroll 0 0 #000;
		border: 1px solid #fff;
		color: #fff;
		vertical-align: middle;
	}
	
	#wp-calendar caption {
		text-align: right;
		color: #222;
		font-size: 13px;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	
	#wp-calendar thead {
		font-size: 10px;
	}
	
	#wp-calendar thead th {
		padding: 5px;
		text-align: center;
	}
	
	#wp-calendar tbody {
		color: #aaa;
	}
	
	#wp-calendar tbody td {
		background: #f5f5f5;
		border: 1px solid #fff;
		text-align: center;
		padding:8px;
		line-height: 16px;
	}
	
	#wp-calendar tbody td:hover, #wp-calendar tbody td:hover a {
		color:#fff;
	}
	
	#wp-calendar tbody td:hover {
		background: #222;
		cursor:pointer;
	}
	
	#wp-calendar tbody .pad:hover {
		background: none;
	}
	
	#wp-calendar tbody .pad {
		background: none;
	}
	
	#wp-calendar tfoot td {
		border: 1px solid #fff;
	}
	
	#wp-calendar tfoot #next {
		font-size: 10px;
		text-transform: uppercase;
		text-align: right;
	}
	
	#wp-calendar tfoot #prev {
		font-size: 10px;
		text-transform: uppercase;
		padding-top: 10px;
	}	

	#sidebar .tagcloud a {
		background-color:#000;
		color: #FFFFFF;
		cursor: pointer;
		display: inline-block;
		float: left;
		font-size: 12px!important;
		margin: 5px 5px 0 0;
		padding: 7px 10px;
		position: relative;
		text-transform: capitalize;
	}	

	#sidebar .tagcloud a:hover {
		background-color:#999;
	}	

	#sidebar .widget_archives li {
		background: url("images/arrow-li.png") no-repeat scroll 0 22px transparent;
		background-size:5px 8px;
		border-bottom: 1px solid #ebebeb;
		display: block;
		padding: 15px 0;
	}	

	#sidebar .widget_archives li:first-child {
		border-top: 1px solid #ebebeb;
	}	

	#sidebar .widget_archives li a {
		color: #000;
	}	

	#sidebar .widget_archives li a:hover {
		color:#999;
	}





/* Blog Comments */	

	.blog_comments {
		border-bottom:1px solid #ebebeb;
		margin-bottom:100px;
		padding-top:20px;
		padding-bottom:40px;
	}
	
	.blog_comments h5 {
		margin-bottom: 40px;
	}
	
	.user_comment {		
		color: #000;
		margin-bottom: 40px;
		padding-left: 70px;
		position:relative;
	}
	
	.user_comment .avatar img {
		position:absolute;
		left:0;
	}
	
	.comment-name {
		margin-bottom:0px
	}
	
	.comment-date {
		color: #999;
		font-family: Georgia,"Times New Roman",Times,serif;
		font-style: italic;
		margin-bottom: 10px;
	}
	
	.comment-text {
		color: #999999;
		margin-bottom:5px;
	}
	
	.user_comment_reply {		
		color: #000;
		padding-left: 70px;
		margin-top: 40px;
		position:relative;
	}
	
	.comment_formular h5 {
		margin-bottom:40px;
	}
	
	#commentsform input[type="text"], textarea {
		color: #000;
		font-size: 13px;
		height: 40px;
		padding:10px;
		width: 100%;
		background:#f5f5f5;
		margin-bottom:20px;
		border:0;
		transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		box-sizing: border-box;
		border-radius: 0px;
	}
	
	#commentsform input[type=text]:focus, #commentsform textarea:focus, input[type=email]:focus {
		background-color: #e1e1e1;
	}
	
	input[type="password"] {
		color: #000;
		font-size: 13px;
		height: 40px;
		padding:10px;
		background:#f5f5f5;
		margin-bottom:20px;
		border:0;
		transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		box-sizing: border-box;
		border-radius: 0px;
		display:block;
	}
	
	input[type="password"]:focus {
		background-color: #e1e1e1;
	}
	
	#commentsform textarea {
		height:90px;
		resize:none;
		padding:10px;
	}
	
	input[type="submit"] {
		background-color: #000;
		color: #fff;
		display: inline-block;
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 13px;
		padding: 11px 20px;
		text-transform: uppercase;
	}
	
	input[type="submit"]:hover {
		background-color: #666;
		color: #fff;
	}
	
	
	
@media only screen and (max-width: 767px) {
	
	.user_comment_reply {
		margin-left:-70px;	
	}
	
	
}




.alignnone {
 margin: 5px 20px 20px 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 {
	display: block;
	margin: 5px auto 5px 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
}
.bypostauthor {
	display:block;
}
h4.call-action {
	margin-bottom:0px!important;
}
.wp-caption {
	background: none;
	border: 0;
	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: 10px;
	color: #000;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}


#gallery-1 {
    margin: auto;
}
#gallery-1 .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33%;
}
#gallery-1 img {
    border: 2px solid #cfcfcf;
	height: 112px;
}
#gallery-1 .gallery-caption {
    margin-left: 0;
}
.gallery-columns-1 .gallery-item, .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item {
	text-align: center;
}
.gallery-item {
	float: left;
	margin: 0 4px 4px 0!important;
	overflow: hidden;
	position: relative;
	width:auto!important;
}
.gallery-item img {
	margin:0;
	display:block;
	border:0px!important;
}
.gallery-columns-1.gallery-size-medium, .gallery-columns-1.gallery-size-thumbnail, .gallery-columns-2.gallery-size-thumbnail, .gallery-columns-3.gallery-size-thumbnail {
	margin: 0 auto 20px;
}
.gallery-columns-1 .gallery-item, .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item {
	text-align: center;
}
.gallery-columns-4 .gallery-item {
	max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
	max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
	max-width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
	max-width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
	max-width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
	max-width: calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}
.gallery-caption:before {
	box-shadow: 0 -10px 15px #000000 inset;
	content: "";
	height: 100%;
	left: 0;
	min-height: 49px;
	position: absolute;
	top: 0;
	width: 100%;
}
.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	bottom: 0;
	color: #FFFFFF;
	font-size: 12px;
	left: 0;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	text-align: left;
	transition: opacity 400ms ease 0s;
	width: auto;
}
.gallery-item:hover .gallery-caption {
	opacity: 1;
}
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
	display: none;
}

.blog-item.sticky  {
	background-color:#F5F5F5;
	padding:20px;
	border-radius:3px;
}

.blog-item.sticky .blog-item-fade {
	border-bottom: none;
	padding-bottom: 0px;
}

.entry-content strong {
	color:#000;
}

.search_results {
	border-bottom: 1px solid #ebebeb;
	padding-bottom:20px;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}