.main-menu .navbar-header .navbar-brand .brand-text {
    background: #0085ac;
    background: -webkit-linear-gradient(to bottom right, #0085ac 0%, #006e6f 100%);
    background: -moz-linear-gradient(to bottom right, #0085ac 0%, #006e6f 100%);
    background: linear-gradient(to bottom right,#0085ac 0%, #006e6f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: -3px;
    vertical-align: bottom;
    font-weight: 600;
    letter-spacing: 0.01rem;
    font-size: 1.45rem;
    animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
}

.brand-text {
    background: #0085ac;
    background: -webkit-linear-gradient(to bottom right, #0085ac 0%, #006e6f 100%);
    background: -moz-linear-gradient(to bottom right, #0085ac 0%, #006e6f 100%);
    background: linear-gradient(to bottom right,#0085ac 0%, #006e6f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    vertical-align: bottom;
    font-weight: 600;
    letter-spacing: 0.01rem;
    font-size: 1.45rem;
    animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
}

/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJjc3Mvc2l0ZS5jc3MiLCJzb3VyY2VzQ29udGVudCI6W119 */

/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImNzcy9zaXRlLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQ0EsNkxBQTZMIiwiZmlsZSI6ImNzcy9zaXRlLmRpc3QuY3NzIiwic291cmNlc0NvbnRlbnQiOltdfQ== */
#snow-editor {
    height: 400px;
}
.dropzone {
    height: 700px;
    min-height: 0px !important;
}
.dropzone1 {
    height: 200px;
    min-height: 0px !important;
}   




.post-title {
    font-size: 18px;
    line-height: 24px;
    margin: 15px 0 0;
}

    .post-title a {
        color: #1c1c1c;
    }

    .post-title.title-extra-large {
        font-size: 26px;
        line-height: 30px;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .post-title.title-large {
        font-size: 20px;
        line-height: 26px;
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .post-title.title-medium {
        font-size: 16px;
        line-height: 24px;
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .post-title.title-small {
        font-size: 14px;
        line-height: 20px;
        margin-top: 15px;
        margin-bottom: 5px;
    }

/*-- Post meta --*/

.post-cat {
    position: relative;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    height: 20px;
    line-height: 20px;
 }
.post-cat a {
    background: #1c1c1c;
    padding: 0 10px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
}
.post-cat:before {
    position: absolute;
    left: 0;
    z-index: 0;
    bottom: -8px;
    border-top: 8px solid #1c1c1c;
    border-right: 8px solid transparent;
}

.post-cat a {
    color: #fff;
}

.post-meta .post-author a {
    color: #1c1c1c;
    font-weight: 700;
}

.post-meta span {
    font-size: 14px;
    color: #1a1919;
    margin-right: 8px;
    padding-right: 10px;
    border-right: 1px solid #dedede;
    line-height: 12px;
    display: inline-block;
}

    .post-meta span.post-date {
        border-right: 0;
    }

span.post-comment {
    border-right: 0;
    line-height: 24px;
    margin-right: 0;
    padding-right: 0;
}

    span.post-comment span {
        border-right: 0;
        line-height: 100%;
    }

.post-meta span i {
    margin-right: 5px;
}

/*-- Post Overaly --*/

.post-overaly-style {
    position: relative;
    overflow: hidden;
}

    .post-overaly-style:before {
        content: " ";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 1;
        bottom: 0;
        left: 0;
        background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
        background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
        background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    }

    .post-overaly-style .post-content {
        position: absolute;
        bottom: 0;
        padding: 25px;
    }

    .post-overaly-style .post-title a {
        color: #fff;
    }

    .post-overaly-style .post-date {
        color: #fff;
    }

.post-thumb {
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

    .post-thumb img {
        display: block;
        width: 100%;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

.post-block-style:hover .post-thumb img,
.post-overaly-style:hover .post-thumb img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.post-block-style.post-float:hover .post-thumb img {
    transform: none;
}

.thumb-float-style .post-cat {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

/* Post overaly Top Content */

.post-overaly-style.contentTop .post-content {
    top: 0;
    bottom: auto;
}

.post-overaly-style.contentTop:before {
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
}

/*-- Post Overaly Textcenter --*/

.post-overaly-style.text-center .post-content {
    padding: 30px 30px 60px;
}

.post-overaly-style.text-center {
    margin-bottom: 30px;
}

    .post-overaly-style.text-center:last-child {
        margin-bottom: 0;
    }

    .post-overaly-style.text-center .post-thumb img {
        min-height: 260px;
    }

    .post-overaly-style.text-center .post-meta span {
        padding: 0;
        margin: 0;
    }

    .post-overaly-style.text-center:before {
        background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
        background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
        background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
    }

/*-- Post Block style --*/

.post-block-style {
    position: relative;
    overflow: hidden;
}

    .post-block-style .post-content {
        padding: 0;
    }

    .post-block-style .post-title a:hover {
        color: #f0ba00;
    }

    .post-block-style .post-content p {
        font-size: 13px;
    }

    .post-block-style .post-cat {
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 1;
    }

    .post-block-style .post-content .post-meta {
        margin: 3px 0;
    }

/*-- Review box --*/

.page-numbers {
    border: 0;
    color: #7c7c7c;
    margin: 50px 0px 0px 10px;
    
}
.wrapspan {
    display: block;
    word-wrap: break-word;
}
table.dataTable thead tr {
    background-color: #d4af37;
    color: white;
    /*border: 5px solid white;*/
}
table.dataTable thead tr th {
    color: white;
}


.light-style {
    /* Light mode styles */
}

