article div#jp-relatedposts{
    margin: 0px;
    padding: 0px;
}
article div#jp-relatedposts div.jp-relatedposts-items-visual{
    margin-left: -15px;
    margin-right: -15px;
}
article div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post{
    padding-left: 15px;
    padding-right: 15px;
}

.content-border.left div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post,
.content-border.right div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post{
    width: 33.33333333%;
}

.content-border.full div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post,
.content-border.full div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post{
    width: 25%;
}

@media ( max-width: 767px ){
    .content-border.full div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post,
    .content-border.left div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post,
    .content-border.right div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post{
        width: 50%;
        margin-bottom: 30px;
    }
    .content-border.full div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post.jp-relatedposts-post2,
    .content-border.left div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post.jp-relatedposts-post2,
    .content-border.right div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post.jp-relatedposts-post2{
        margin-bottom: 15px;
    }
}

article div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post
article div#jp-relatedposts{
    margin-top: 0px;
    padding: 0px;
}
article div#jp-relatedposts h3.jp-relatedposts-headline{
    font-size: 24px;

    font-style:normal;
    font-variant:normal;
    font-weight:normal;

    margin-top: 30px;
    margin-bottom: 15px;
}
article div#jp-relatedposts h3.jp-relatedposts-headline em:before,
article div#jp-relatedposts h3.jp-relatedposts-headline em{
    font-style:normal;
    font-variant:normal;
    font-weight:normal;

    border: none;
    margin: 0px;
}
article div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title{
    margin: 14px 0px 9px 0px;
}
article div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
article div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{
    color: #292929;
    font-family: Montserrat, sans-serif, Arial, serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;

    font-size: 15px;
    line-height: 17px;
}
article div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover{
    text-decoration: none;
}

article div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context{
    color: #737373;
    font-family: "Noto Sans", sans-serif, Arial, serif;
    font-size: 12px;
    line-height: 13px;

    text-transform: uppercase;
}

/* COMMENT REPLY FORM  */
div.comment-respond form.comment-form p.comment-subscription-form input{
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}
div.comment-respond form.comment-form p.comment-subscription-form label{
    color: #888888;
    font-size: 13px;
    font-weight: normal;
}
div.comment-respond form.comment-form{
    padding-bottom: 25px;
}

/* GALLERY SLIDESHOW */
div.content-border .slideshow-window{
    background-color: transparent;
    border: none;
}

/* SITEMAP PLUGGIN */
ul.page-list {

}

ul.page-list > li {
	border-right: none solid #F2F2F2;
	list-style: none;
	float: left;
	padding: 5px;
	margin: 3px;
	min-width: 150px;
    height: 200px;
    min-height: 200px;
    overflow: hidden;
	/*border-radius: 4px;*/
	transition: all 0.2s ease-in-out 0s;
	display: inline-block;
} 

ul.page-list > li:last-child {
	border-right: none;
}

ul.page-list > li:first-child {
	padding-left: 0px;
	margin-left: 0px;
}

ul.page-list > li > a {
	font-size: 16px;
	width: 100%;
}

/* GALLERY WIDGET FRONTPAGE*/
div.widget.widget_rsg dt.rsg_item {
	padding: 2px !important;
}

div.widget.widget_rsg img.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 0px;
	line-height: 1.42857;
	background-color: #FFF;
	border: 1px solid #DDD;
	border-radius: 4px;
	transition: all 0.2s ease-in-out 0s;
}

/* Ajax Event Calendar */
#aec-quickselect .ui-datepicker select.ui-datepicker-month, 
#aec-quickselect .ui-datepicker select.ui-datepicker-year{
	padding: 1px;
	margin: 0px;
}

#aec-quickselect .ui-datepicker-title {
    margin: 0px 3px;
}

/* Post Shortcode */
.display-posts-listing{
    margin-bottom: 30px;
}

.display-posts-listing .ivycat-post {
    clear: both;
    display: block;
    font-size: 13px;
    padding: 0px;
    border-bottom: 1px solid #F2F2F2;
}

.display-posts-listing h5 {
    font-weight: bold;
    text-transform: uppercase;
    height: 24px;
    border-bottom: 2px solid #F2F2F2;
    font-size: 14px;
    color: #555;
    /*margin-top: 0px;margin-bottom: 5px;*/
    padding-bottom: 14px !important;
}

.display-posts-listing h5 > span{
    /*background: transparent url("../img/widget-link.png") no-repeat scroll 0% 0%;*/
    padding-bottom: 6px;
    padding-left: 32px;
}

.display-posts-listing img {
    float: left;
    margin: 5px 10px 10px 0px;
    overflow: hidden;
}

.display-posts-listing .entry-title {
    margin-top: 0px;
}

.display-posts-listing .entry-utility {
    color: #999;
    margin: 0px;
}

div.display-posts-listing > div.listing-item > a.image{
}

div.display-posts-listing > div.listing-item img{
	border-radius: 50%;
}

div.display-posts-listing > div.listing-item > a.title{
}

div.display-posts-listing > div.listing-item > span.date{
}

div.display-posts-listing > div.listing-item > span.excerpt-dash{
}

div.display-posts-listing > div.listing-item > span.excerpt{
}

article.hentry {
    margin-bottom: 5px;
}

