.amazzingblog.blocks {
    clear: both;
}
.ab.block h2 {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
.block-title {
    margin: 0.9em 0;
}
.block-viewall {
    color: #6C868E;
    display: inline-block;
    padding: 0;
    margin-left: 10px;
    border-left: 1px solid #D0D8DB;
    vertical-align: middle;
    line-height: 1;
    padding: 4px 0 2px 10px;
    text-transform: uppercase;
    font-size: 0.8em;
}
.ab-items.ab-list .category-item {
    margin: 0 0 -10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #D0D8DB;
}
.ab-items.ab-list.no-images .category-item:before {
    content: '';
    display: inline-block;
    margin: -2px 10px 0 10px;
    border: 1px solid #333;
    transform: rotate(45deg);
    border-width: 1px 1px 0 0;
    width: 6px;
    height: 6px;
    vertical-align: middle;
}
.ab-cat-img {
    margin-right: 5px;
}
.post-item {
    position: relative;
    padding: 15px;
    background: #FFF;
    border: 1px solid #D0D8DB;
}
.ab-items .post-item {
    font-size: 14px;
}
.post-item-date {
    position: absolute;
    left: -5px;
    top: 25px;
    padding: 5px 10px 5px 15px;
    background: #6AD4FF;
    color: #FFF;
    text-transform: uppercase;
    line-height: 1.2;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.post-item-cover {
    text-align: center;
}
.main-item .post-item-date {
    top: 15px;
}
.post-item-date:before,
.post-item-date:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 0 0px 5px;
    border-color: #1082B0 transparent transparent transparent;
}
.post-item-date:after {
    bottom: auto;
    top: -10px;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent #1082B0 transparent;
}
.post-item-date .d {
    font-size: 1.5em;
}
.post-item-date .y {
    display: none;
}
.post-item-title {
    font-size: 1.4em;
    line-height: 1.3;
    margin: 0.3em 0 0.2em 0;
    font-weight: bold;
}
.post-item-content {
    line-height: 1.4;
}
.post-item-viewall {
    font-size: 0.7em;
    margin: 15px 0;
    display: inline-block;
    text-transform: uppercase;
}
.post-item-footer {
    margin-top: 10px;
    padding: 15px 0 0 0;
    border-top: 1px solid #ECEFF1;
    color: #9AABB1;
}
.post-item-footer a {
    color: #9AABB1;
}
.item-readmore i {
    color: #2FB5D2;
    vertical-align: middle;
    position: relative;
}
.item-readmore:hover i {
    left: 2px;
}
.amazzingblog .item-readmore i:before {
    font-size: 14px;
}
.post-item-info {
    margin-right: 10px;
    vertical-align: middle;
}
.post-item-info i {
    vertical-align: middle;
}
.post-tags .ab-tag {
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
    background: #6C868E;
    color: #FFF;
    padding: 0 5px;
    border-radius: 3px;
    margin: 5px 3px 0 0;
}
.post-tags .ab-tag:hover {
    opacity: 0.8;
}
/* presentation */
.presentation-wrapper {
    padding: 15px 0;
    border: 1px solid #D0D8DB;
    display: inline-block;
}
.presentation-preview {
    opacity: 0.5;
    cursor: pointer;
    clear: both;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    min-height: 30px;
}
.presentation-preview:last-child {
    margin-bottom: 0;
}
.presentation-preview.current {
    opacity: 1;
}
.presentation-preview-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    color: #FFF;
    z-index: 123;
    background: rgba(0, 0, 0, 0.3);
    font-size: 1.1em;
}
.main-item-content {
    font-size: 1.1em;
    line-height: 1.5;
    margin-top: 15px;
}

.main-item-content a.item-readmore {
    color: #2FB5D2;
}
.main-item-content a.item-readmore i {
    font-size: 12px;
}
/* grid */
.ab-items {
    display: flex;
    margin: 0 -10px;
    position: relative;
    overflow: hidden;
}
.ab-items.ab-grid,
.ab-items.ab-list {
    flex-wrap: wrap;
}
.ab-item {
    flex-shrink: 0;
    padding: 0 10px 20px 10px;
    box-sizing: border-box;
    width: 100%
}
.ab-xs-1 .ab-item {width: 100%}
.ab-xs-2 .ab-item {width: 50%}
.ab-xs-3 .ab-item {width: 33.333333%}
.ab-xs-4 .ab-item {width: 25%}
.ab-xs-5 .ab-item {width: 20%}
@media (min-width: 480px) {
    .ab-sm-1 .ab-item {width: 100%}
    .ab-sm-2 .ab-item {width: 50%}
    .ab-sm-3 .ab-item {width: 33.333333%}
    .ab-sm-4 .ab-item {width: 25%}
    .ab-sm-5 .ab-item {width: 20%}
}
@media (min-width: 768px) {
    .ab-md-1 .ab-item {width: 100%}
    .ab-md-2 .ab-item {width: 50%}
    .ab-md-3 .ab-item {width: 33.333333%}
    .ab-md-4 .ab-item {width: 25%}
    .ab-md-5 .ab-item {width: 20%}
}
@media (min-width: 992px) {
    .ab-lg-1 .ab-item {width: 100%}
    .ab-lg-2 .ab-item {width: 50%}
    .ab-lg-3 .ab-item {width: 33.333333%}
    .ab-lg-4 .ab-item {width: 25%}
    .ab-lg-5 .ab-item {width: 20%}
}
@media (min-width: 1200px) {
    .ab-xl-1 .ab-item {width: 100%}
    .ab-xl-2 .ab-item {width: 50%}
    .ab-xl-3 .ab-item {width: 33.333333%}
    .ab-xl-4 .ab-item {width: 25%}
    .ab-xl-5 .ab-item {width: 20%}
}
/* carousels */
.ab.block.carousel-view {
    margin-bottom: 20px;
}
.ab-items.ab-carousel .ab-item {
    padding-bottom: 0;
}
/* compact list */
.ab.compact .ab-list .ab-item {
    padding-bottom: 10px;
}
.ab-items .post-item-compact {
    font-size: 12px;
}
.post-item-compact .post-item-title {
    font-size: 1.3em;
    margin: 0.1em 0;
}
.post-item-compact .post-item-content {
    line-height: 1.3;
}
.ab-items .post-item-compact img {
    border: 1px solid #D0D8DB;
    padding: 5px;
}
.post-item-compact .post-item-footer {
    border: 0;
    padding: 0;
    margin: 2px 0 0 0;
}
.post-tags-compact .ab-tag {
    display: inline-block;
    margin: 2px 5px 2px 0;
    text-decoration: underline;
}
.ab.carousel-view.compact .sw-pgn {
    margin: 0;
}
/* column layout */
.column-hook .block-title h2 {
    font: 600 18px/22px "Open Sans", sans-serif;
}
.column-hook .title_block a.block-viewall {
    font-size: 0.7em;
    color: #6C868E;
}
/* extended compatibility */
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.hidden {
    display: none;
}
/* general */
.amazzingblog img,
.amazzingblog iframe,
.amazzingblog object,
.amazzingblog embed {
    max-width: 100%;
    border: 0;
}
.amazzingblog img {
    height: auto;
}
.amazzingblog a,
.amazzingblog a:hover,
.amazzingblog a:active {
    text-decoration: none;
}
.inline-block {
    display: inline-block;
}
.clear-both {
    clear: both;
}
.overflow-ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.b {font-weight:bold;}
.i {font-style:italic;}
.u {text-decoration:underline;}
/* since 2.0.0 */
