.latest-post-selection, .lps-top-section-wrap {
    clear: both;
}

.latest-post-selection, .latest-post-selection *, .lps-top-section-wrap, lps-top-section-wrap * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lps-top-section-wrap {
    position: relative;
}

.lps-top-section-wrap.light_spinner.loading-spinner, .lps-top-section-wrap.dark_spinner.loading-spinner {
    opacity: 0.3;
}

.lps-top-section-wrap.light_spinner.loading-spinner:after {
    background: url('../images/ajax-loader-light.gif') no-repeat 50% 50% rgba(255,255,255, 0.5);
    background-size: 32px 32px;
    content: ' ';
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.lps-top-section-wrap.dark_spinner.loading-spinner:after {
    background: url('../images/ajax-loader-dark.gif') no-repeat 50% 50% rgba(0,0,0, 0.5);
    background-size: 32px 32px;
    content: ' ';
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.latest-post-selection article {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #FFF;
    box-sizing: border-box;
    border: 1px solid #EEE;
    margin-bottom: 1%;
    padding: 1%;
    width: 100%;
}

.latest-post-selection.two-columns article {
    float: left;
    height: 400px;
    margin-right: 1%;
    margin-bottom: 1%;
    max-height: 400px;
    overflow: hidden;
    width: 49.5%;
}

.latest-post-selection.two-columns article:nth-child(2n) {
    clear: right;
    background-color: #EEE;
    border: 1px solid #DDD;
    margin-right: 0px;
}

.latest-post-selection.three-columns article {
    float: left;
    height: 200px;
    max-height: 200px;
    margin-right: 1.1%;
    overflow: hidden;
    width: 32.6%;
}

.latest-post-selection.three-columns article:nth-child(3n+2) {
    margin-right: 1.1%;
}

.latest-post-selection.three-columns article:nth-child(3n) {
    background-color: #EEE;
    border: 1px solid #DDD;
}

.latest-post-selection.three-columns article:nth-child(3n+1) {
    clear: right;
    background-color: #DDD;
    border: 1px solid #CCC;
    margin-right: 0px;
}

.latest-post-selection article img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0.5%;
    margin-right: 1%;
    max-width: 99%;
}

.latest-post-selection article h1, .latest-post-selection article h2, .latest-post-selection article h3 {
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 0px;
    margin-bottom: 5px;
}

.latest-post-selection article .read-more {
    float: right;
}

.latest-post-selection article .read-more-wrap {
    text-decoration: none;
}

.latest-post-selection article .tags:before {
    content: "Tags: ";
}

.latest-post-selection.pages {
    clear: both;
    display: table-row;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    position: relative;
    width: 100%;
}

.latest-post-selection.pages li {
    display: inline-block;
    float: left;
    list-style-type: none;
    position: relative;
    vertical-align: middle;
}

.latest-post-selection.pages li:first-child {
    margin: 1px;
    padding: 5px;
    padding-left: 0px;
}

.latest-post-selection.pages li a {
    display: block;
    line-height: 24px;
    margin: 1px;
    min-width: 24px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
}

.latest-post-selection.pages li.current a {
    font-weight: bold;
}
.latest-post-selection.pages li.disabled a {
	color: #CCC;
	font-weight: normal;
}

.latest-post-selection.pages li.disabled {
	display: none;
}
.latest-post-selection.pages.all-elements li.disabled {
	display: inline-block;
}

/* Slider styles */
.latest-post-selection-slider-wrap,
.latest-post-selection-slider,
.latest-post-selection-slider * {
    box-sizing: border-box;
}
.latest-post-selection-slider-wrap {
    max-width: 100%;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding:0;
    margin:0;
}

.latest-post-selection-slider > div {
    overflow-y: hidden;
    position: relative;
}
.latest-post-selection-slider > div .overlay {
    position: absolute;
    bottom: 0px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    line-height: 14px;
    font-size: 11px;
    background: rgba(0,0,0, 0.5);
    color: rgba(255,255,255, 0.5);
    padding: 10px;
}
.latest-post-selection-slider > div .overlay h1, .latest-post-selection-slider > div .overlay h2, .latest-post-selection-slider > div .overlay h3 {
    font-size: 14px;
    color: #FFF;
    margin: 0;
}
.latest-post-selection-slider > div img {
    box-shadow: none;
    width: 100%;
}

.latest-post-selection-slider .img-wrap {
    overflow-y: hidden;
}
.latest-post-selection-slider .slick-slide {
    position: relative;
}

