.content-item {
    margin-top: 20px;
}
.content-item  > .name {
    margin: 0 0 10px;
}
.content-item p,
#tinymce p {
    margin-bottom: 5px;
}
.content-item > .description {
    margin-bottom: 5px;
}

#tinymce table.no-border,
#tinymce table.no-border th,
#tinymce table.no-border td {
    border: 1px solid #f3f3f3 !important;
}

.content-text p:last-child,
.content-text-title p:last-child,
.content-text-image p:last-child {
    margin-bottom: 0;
}

.content-slider {
    margin: 15px 0;
    }
    .content-slider .image {
        margin: 5px 15px;
    }

.content-video .link-video {
    position: relative;
    display: inline-block;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.content-video .link-video::after {
    content:  '\25B6';
    font-size: 30px;
    line-height: 1;
    width: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -25px;
    padding:  8px 0 12px 8px;
    border-radius: 12px;
    background:  rgb(48,48,48, 0.8);
    color: #fff;
    text-align: center;
}
.content-video .link-video:hover::after {
    background:  #586db4;
}

.content-table table.list {
    margin-bottom: 0;
}

.content-text p:last {
    margin-bottom: 0;
}

.gallery .link-image.pretty,
.gallery-one .link-image.pretty {
    display: block;
}
.gallery img,
.gallery-one img {
    display: block;
    max-width: 100%;
    border-radius: 4px;
}
.gallery img,
.gallery-one img,
.gallery figcaption,
.gallery-one figcaption {
    border: 1px solid #fff;
}

.gallery img.figcaption,
.gallery-one img.figcaption {
    border-width: 1px 1px 0;
}
.gallery img.figcaption,
.gallery-one img.figcaption {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.gallery figcaption,
.gallery-one figcaption {
    color: #fff;
    border-width: 0 1px 1px;
    background-color: #313131;
    border-radius: 0 0 4px 4px;
}
.gallery img:hover,
.gallery-one:hover img,
.gallery figure:hover figcaption,
.gallery-one:hover figcaption {
    border-color: #313131;
}

.content-image figure,
.content-gallery figure {
    margin: 0;
    display: inline-block;
}

.content-gallery .row.gallery {
    margin-left: -8px;
    margin-right: -8px;
    }
    .content-gallery .col {
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 16px;
        text-align: center;
    }

.content-blocks-bg-items {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    }
    .content-blocks-bg-items.row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .content-blocks-bg-items .item {
        padding: 10px;
        box-shadow: 0 0 7px 0 rgb(31 31 31 / 15%);
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    .content-blocks-bg-items .name,
    .content-blocks-bg-items b,
    .content-blocks-bg-items strong,
    .content-blocks-bg-items a {
        color: #e41937;
    }
    .content-blocks-bg-items .name {
        font-size: 14px;
        line-height: 1.3;
        text-transform: uppercase;
        font-weight: 700;
        margin: 0 0 20px;
        padding: 0;
    }

.content-blocks-icon-items {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    }
    .content-blocks-icon-items .item {
        padding: 15px 10px 0;
        margin: 0;
        border: solid #586db4;
        border-width: 0 1px 1px 0;
        box-sizing: border-box;
        float: left;
        width: 33%;
        height: 160px;
        background: #f4f4f4;
        text-align: center;
    }
    .content-blocks-icon-items .last-line {
        border-right-color:  #f4f4f4;
    }
    .content-blocks-icon-items .last-row {
        border-bottom-color: #f4f4f4;
    }
    .content-blocks-icon-items .name {
        color: #111;
        font-size: 16px;
    }
    .content-blocks-icon-items .text {
        color: #666;
    }

.content-blocks-icon-items.line-items-4 {
    font-size: 13px;
}