.html-Cms-category-page .master-wrapper-content,
.html-Cms-type-page .master-wrapper-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 10px 0;
    position: relative;
}
.enancedcms-homepageitems .loading-overlay {
    position: relative;
    top: 0 !important;
    left: -2% !important;
    bottom: 0;
    right: -2%;
    z-index: 2;
    background: rgba(255,255,255,.9);
}

.enancedcms-homepageitems .loading-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 60px;
    margin: auto;
    border: 1px solid #f61853;
    border-top-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: spin .5s linear infinite;
    animation: spin 1s linear infinite;
}

.enancedcms-homepageitems .loading-overlay span {
    display: none;
}

/*.center-2, .side-2 {
    margin: 0 0 15px;
}
.category-page .page-title {
     padding-bottom: 0px; 
}*/
.html-Cms-item-page .master-column-wrapper {
    padding-top: 20px;
}

.block {
    background-color: #fff;
}

    .block .listbox {
        border: 1px solid #ddd;
        padding: 10px;
        border-top: 0;
    }

    .block .title {
        position: relative;
        margin: 0;
        border-bottom: 1px solid #ddd;
        background: #0872ba;
        padding: 14px 30px 10px 10px;
        font-size: 14px;
        color: #fff;
        cursor: pointer;
        text-transform: capitalize;
    }

    .block .list a:before {
        background-color: #000;
    }

.cms.category-grid .title,
.Cmsitem-grid .title {
    font-size: 30px;
    text-align: center;
    color: #000;
    padding: 30px 0;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.category-page .page-title {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.Cmsitem-image a {
    display: block;
    position: relative;
}

.Cmsitem-image a {
    display: block;
    position: relative;
}

    .Cmsitem-image a:before {
        content: "";
        display: block;
        padding-top: 70%;
    }

    .Cmsitem-image a img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        max-width: 100%;
        max-height: 100%;
        padding: 0;
        margin: auto;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transform: translateZ(0) scale(1,1);
    }

.casedetails {
    padding: 15px;
    font-size: 14px;
    text-align: center;
}

.Cms-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 9px;
    color: #000;
    display: inline-block;
    vertical-align: top;
}

.item-grid {
    width: 103%;
}

.Cms-date {
    display: block;
    margin-bottom: 10px;
    font-style: italic;
}

.item-box .buttons {
    padding-top: 10px;
    text-align: center !important;
}

.read-more {
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    border: 0;
    outline: none;
    box-shadow: none;
    text-align: center;
    background-color: #0872ba;
    font-weight: 700;
    transition: all 0.3s ease;
    display: inline-block;
    vertical-align: top;
}

    .read-more:hover {
        background-color: #ffa737;
        color: #fff;
        text-decoration:none;
    }

.item-grid {
    text-align: left;
}

.item-box {
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
    margin: 0 1.5% 15px 0;
    position: relative;
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin: 0 3% 20px 0;
    text-align: left;
    background-color: #fff;
    float: none;
    clear: none;
}

.category-item {
    position: relative;
}

.cms.home-page-category-grid .category-item .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.5);
    color: #000;
    text-align: center;
    z-index: 9;
    font-size: 18px;
    letter-spacing: 1px;
}

.home-page-category-grid .title a {
    padding: 10px;
}

.home-page-Cmsitem-grid {
    position: relative;
    z-index: 9;
    max-width: 1290px;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.enancedcms-homepageitems .owl-carousel .item-box {
    width:100%;
    margin:2px;
    clear:none;
}
@media (min-width: 480px) {
    .Cmsitem-list .item-grid {
        width: 100%;
    }

    .Cmsitem-list .item-box {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

        .Cmsitem-list .item-box .Cmsitem-image {
            float: left;
            width: 220px;
        }

            .Cmsitem-list .item-box .Cmsitem-image + .casedetails {
                margin: 0 0 0 230px;
                padding-top: 10px;
                text-align: left;
            }

        .Cmsitem-list .item-box .buttons {
            text-align: left;
        }
}

@media (min-width: 768px) {
    .item-box {
        width: 30.3%;
    }
}

@media (min-width: 1024px) {
    .block .title:before {
        background-position: -19px 0;
    }
}

@media (max-width: 1023px) {
    .html-Cms-item-page .master-column-wrapper {
        padding-top: 10px;
    }

    .block-category-navigation {
        display: block;
    }
}

@media (max-width: 479px) {
    .category-grid .title, .Cmsitem-grid .title {
        font-size: 24px;
    }
}

@media (max-width: 479px) {
    .home-page-category-grid .category-item .title {
        font-size: 16px;
    }
}
