/* Minification failed. Returning unminified contents.
(379,32): run-time error CSS1046: Expect comma, found '0'
(379,36): run-time error CSS1046: Expect comma, found '/'
(751,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
 */
p { }
/* DO NOT START CSS WITH A COMMENT! */

/*[ Star rater ]*/
.rating { margin-bottom: 10px; }
.rating p { display: inline; position: relative; top: 14px; left: 55px; }
.star-rating { position: relative; width: 125px; height: 25px; overflow: hidden; list-style: none; margin: 0; padding: 0; background-position: left top; }
.star-rating li { display: inline; }
.star-rating a, .star-rating .current-rating { position: absolute; top: 0; left: 0; text-indent: -1000em; height: 25px; line-height: 25px; outline: none; overflow: hidden; border: none; }
.star-rating a:hover, .star-rating a:active, .star-rating a:focus { background-position: left bottom; }
.star-rating a.one-star		{ width: 20%; z-index: 6; }
.star-rating a.two-stars	{ width: 40%; z-index: 5; }
.star-rating a.three-stars	{ width: 60%; z-index: 4; }
.star-rating a.four-stars	{ width: 80%; z-index: 3; }
.star-rating a.five-stars	{ width: 100%;z-index: 2; }
.star-rating .current-rating{ z-index: 1; background-position: left center; }
/* smaller star */
.small-star { width: 50px; height: 10px; }
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating { background-image: url(../../Content/images/blog/star_small.gif); line-height: 10px; height: 10px; }

/*[ Syntax highlighter ]*/
.code { font-size: 12px; color: #000; font-family: Consolas, "Courier New", Courier, Monospace; background-color: #F1F1F1; line-height: normal; }
.code p		{ padding: 5px; }
.code .rem	{ color: #008000; }
.code .kwrd	{ color: #0000ff; }
.code .str	{ color: #006080; }
.code .op	{ color: #0000c0; }
.code .preproc { color: #0000ff; }
.code .asp	{ background-color: #ffff00; }
.code .html { color: #800000; }
.code .attr { color: #ff0000; }
.code .alt	{ background-color: #f4f4f4; }
.code .lnum	{ color: #606060; }

/*[ XFN tags ]*/
div.post .text a[rel] { background-repeat: no-repeat; background-position: right center; }
div.post .text a[rel="me"] { background-image:url('../../Content/images/blog/xfn/me.gif'); }
/*-------- [ These should cascade to pick the correct icon for the contact ]--*/
/*-------- [ Normal contacts ]--*/
div.post .text a[rel~="contact"], div.post .text a[rel~="acquaintance"], div.post .text a[rel~="friend"] { background-image:url('../../Content/images/blog/xfn/contact.gif'); padding-right:11px; }
/*-------- [ Normal contacts youve met ]--*/
div.post .text a[rel~="contact"][rel~="met"], div.post .text a[rel~="acquaintance"][rel~="met"], div.post .text a[rel~="friend"][rel~="met"] { background-image:url('../../Content/images/blog/xfn/contactMet.gif'); padding-right:11px; }
/*-------- [ Colleague and co worker icon more important than contact ]--*/
div.post .text a[rel~="colleague"], div.post .text a[rel~="co-worker"] { background-image:url('../../Content/images/blog/xfn/colleague.gif'); padding-right:11px; }
/*-------- [ Colleague and co worker icon when met ]--*/
div.post .text a[rel~="colleague"][rel~="met"], div.post .text a[rel~="co-worker"][rel~="met"] { background-image:url('../../Content/images/blog/xfn/colleagueMet.gif'); padding-right:11px; }
/*-------- [ Sweethearts are more important than work!!! ]--*/
div.post .text a[rel~="muse"], div.post .text a[rel~="crush"], div.post .text a[rel~="date"], a[rel~="sweetheart"] { background-image:url('../../Content/images/blog/xfn/sweet.gif'); padding-right:11px; }
/*-------- [ ...and if youve met them thats even better ]--*/
div.post .text a[rel~="muse"][rel~="met"], div.post .text a[rel~="crush"][rel~="met"], div.post .text a[rel~="date"][rel~="met"], div.post .text a[rel~="sweetheart"][rel~="met"] { background-image:url('../../Content/images/blog/xfn/sweetMet.gif'); padding-right:11px; }

/*[ Post Pager ]*/
#PostPager		{ display: block; text-align: center; }
#PostPager li	{ display:inline; border: 1px solid #ccc; margin: 1px; padding: 2px; }
#PostPager li a	{ padding: 2px; text-decoration:none; font-weight: bold; }
#PostPager .PagerLinkCurrent	{ background-color: #5C80B1; color: #fff; padding: 2px 5px; border: 1px solid #ccc; }
#PostPager .PagerLinkCurrent li { padding: 2px }
#PostPager .PagerLinkDisabled	{ color: #ccc; padding: 2px; }
#PostPager .PagerEllipses		{ border:0; padding: 2px; }
#commentPreview	{ display:none; clear:both; min-height: 150px; }
.LoginRequired	{ margin: 10px 0 10px 0; }

/*[ Widget action buttons ]*/
.imgDelete      { background-image:url('../../Content/images/blog/actions/action-delete-small-lt.png'); }
.imgDelete:hover{ background-image:url('../../Content/images/blog/actions/action-delete-small.png'); }
.imgMove        { background-image:url('../../Content/images/blog/actions/action-tools-small-lt.png'); }
.imgMove:hover  { background-image:url('../../Content/images/blog/actions/action-tools-small.png'); }
.imgEdit        { background-image:url('../../Content/images/blog/actions/action-edit-small-lt.png'); }
.imgEdit:hover  { background-image:url('../../Content/images/blog/actions/action-edit-small.png'); }
.widgetImg		{ width: 16px; height: 16px; display:inline-block; }
.widget a:hover	{ text-decoration: none; }
#comment-form p	{ margin: 1px; display: inline-table; width: 100%; }

.blogGrid > div > div.content-box > p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

#searchbutton {
    background: #B78B77;
    border: 0;
    padding: 10px;
    width: 15%;
}

#searchbox > input {
    border: 0px solid transparent;
    padding: 10px;
    width: 83%;
}

    #searchbox > input:focus {
        outline: 0;
    }

#Latestblog .blog_post .date-Category a {
    background: #FEF4EF;
    color: #B78B77;
    border-radius: 25px;
    padding: 2px 15px;
    font-size: 10px;
    font-weight: 500;
}

#Latestblog .blog_post .date-Category p {
    margin: 0;
    color: #929292;
    font-size: 10px;
    font-weight: 600;
}

#widgetzone_sidebar-Post .featured_blog > div {
    width: 100%;
    column-gap: 15px;
    border-bottom: 1px solid #DFDFDF;
    padding: 15px 0;
}

#widgetzone_sidebar-Post:nth-child(2) > div.boxshadow.featured_blog .blog_post {
    width: 100%;
    column-gap: 15px;
    border-bottom: 1px solid #DFDFDF;
    padding: 15px 0;
}

    #widgetzone_sidebar-Post:nth-child(2) > div.boxshadow.featured_blog .blog_post .date-Category a {
        background: #FEF4EF;
        color: #B78B77;
        border-radius: 25px;
        padding: 2px 10px;
        font-size: 10px;
        font-weight: 500;
    }

    #widgetzone_sidebar-Post:nth-child(2) > div.boxshadow.featured_blog .blog_post .date-Category h2 {
        font-size: 16px;
        font-weight: 500;
    }

    #widgetzone_sidebar-Post:nth-child(2) > div.boxshadow.featured_blog .blog_post .date-Category p {
        margin: 0;
        color: #929292;
        font-size: 10px;
        font-weight: 600;
    }

    #widgetzone_sidebar-Post:nth-child(2) > div.boxshadow.featured_blog .blog_post a h2 {
        font-size: 14px;
        font-weight: 500;
        color: #4b4b4b;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    #widgetzone_sidebar-Post:nth-child(2) > div.boxshadow.featured_blog .blog_post .content-box a {
        text-decoration: none;
    }

    #widgetzone_sidebar-Post:nth-child(2) > div.boxshadow.featured_blog .blog_post div a img {
        width: 70px;
        height: 70px;
        object-fit: cover;
    }

.blog-sidebar {
    background: #FEF4EF;
    padding: 25px;
}

.blog_search {
    padding: 0px;
}

.blog-nav li a:hover {
    color: #000;
}

.blogGrid > div > div.content-box > p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

#Latestblog {
    padding: 60px 0 80px
}

#mainBlog {
    position: relative;
    overflow: hidden
}

    #mainBlog, #mainBlog .container-fluid {
        padding: 0
    }

        #Latestblog.single .blog_post, #Latestblog.single .blog_post .post_desc .img-box img, #mainBlog .blog_post img {
            width: 100%
        }

        #mainBlog .blog_post:before {
            content: '';
            background: linear-gradient(180deg,rgba(51,43,41,0) 0,rgba(51,43,41,.5998774509803921) 50%,#332b29 100%);
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0
        }

        #mainBlog .content-box {
            position: absolute;
            bottom: 30px;
            left: 0;
            right: 0;
            max-width: 55%;
            margin: 0 auto
        }

        #mainBlog .page_title {
            position: absolute;
            bottom: 80px;
            left: -5px;
            z-index: 1;
            width: 300px
        }

            #mainBlog .page_title h4 {
                color: #fff;
                text-transform: uppercase;
                font-size: 16px;
                letter-spacing: 2px
            }

                #mainBlog .page_title h4:before {
                    content: '';
                    background: #fff;
                    width: 200px;
                    height: 1px;
                    display: inline-block;
                    position: relative;
                    left: -10px;
                    bottom: 4px
                }

        #mainBlog .content-box a {
            color: #fff;
            text-decoration: unset
        }

            #mainBlog .content-box a h2 {
                font-size: 36px
            }

        #mainBlog .content-box p {
            color: #b78b8a;
            font-weight: 700;
            margin-top: 20px;
            font-size: 13px
        }

#Latestblog .blogGrid {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 20px
}

#Latestblog .blog_post {
    width: 47.5%
}

    #Latestblog .blog_post img {
        width: 100%;
        transition: 2s;
        height: 100%;
        object-fit: cover
    }

    #Latestblog .blog_post .date-Category {
        justify-content: space-between;
        align-items: center;
        margin: 15px 0
    }

    #Latestblog .blog_post .content-box a {
        text-decoration: unset;
        color: #4b4b4b
    }

    #Latestblog .blog_post .content-box h2, #Latestblog .sidebar h2 {
        font-size: 24px;
        color: #4b4b4b
    }

    #Latestblog .blog_post .date-Category a {
        background: #fef4ef;
        color: #b78b77;
        border-radius: 25px;
        padding: 2px 15px;
        font-weight: 500
    }

    #Latestblog .blog_post .date-Category p {
        margin: 0;
        color: #929292;
        font-size: 10px;
        font-weight: 500
    }

    #Latestblog .blog_post .date-Category a:hover {
        background: #b78b77;
        color: #fff
    }

    #Latestblog .blog_post:hover img {
        transform: scale(1.1);
        transition: 2s
    }

    #Latestblog .blog_post .img-box {
        overflow: hidden;
        height: 300px
    }

#Latestblog .sidebar {
    background: #fef4ef;
    padding: 25px
}

    #Latestblog .sidebar .blog_search {
        position: relative;
        padding: 0
    }

        #Latestblog .sidebar .blog_search input {
            border: 1px solid transparent;
            padding: 12px;
            width: 85%
        }

        #Latestblog .sidebar .blog_search button {
            background: #b78b77;
            border: 0;
            padding: 11px;
            width: 15%;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0
        }

        #Latestblog .sidebar .blog_search input:focus {
            border: 1px solid #b78b77;
            border-radius: 0;
            outline: 0
        }

        #Latestblog .sidebar .blog_search button img {
            width: 19px
        }

.boxshadow {
    background: #fff;
    box-shadow: 0 0 30px rgb(0 0 0 / 5%);
    padding: 20px
}

#Latestblog .featured_blog .blog_post {
    width: 100%;
    column-gap: 15px;
    border-bottom: 1px solid #dfdfdf;
    padding: 15px 0
}

    #Latestblog .featured_blog .blog_post:last-child {
        border: 0
    }

    #Latestblog .featured_blog .blog_post .img-box {
        height: 100%
    }

    #Latestblog .featured_blog .blog_post .content-box a h2 {
        font-size: 16px;
        font-weight: 500
    }

    #Latestblog .featured_blog .blog_post .date-Category {
        margin-top: 0
    }

    #Latestblog .featured_blog .blog_post img {
        width: 140px;
        height: 80px
    }

.blog_categories .list a {
    color: #4b4b4b;
    font-weight: 600;
    text-decoration: unset
}

    .blog_categories .list a img {
        margin-right: 8px
    }

    .blog_categories .list a:hover {
        color: #b78b77
    }

.blog_categories .list .category {
    margin: 5px 0
}

.blog_newsletter button, .blog_newsletter input {
    width: 100%;
    padding: 10px;
    border: 1px solid #d4d4d4;
    margin-bottom: 10px
}

    .blog_newsletter input:focus {
        outline: 0;
        border-color: #b78b77
    }

.blog_newsletter button {
    background: #fcd3c1;
    color: #4b4b4b;
    border: 0;
    font-weight: 700
}

    .blog_newsletter button:hover {
        background: #faaf8f
    }

#pagination {
    margin-top: 30px
}

#border-pagination {
    margin: 0 auto;
    padding: 0;
    text-align: center
}

    #border-pagination li {
        display: inline
    }

        #border-pagination li a {
            display: block;
            text-decoration: none;
            color: #4b4b4b;
            padding: 5px 13px;
            border: 1px solid #ddd;
            margin-right: 10px;
            float: left;
            -webkit-transition: background-color .4s;
            transition: background-color .4s
        }

            #border-pagination li a.active {
                background-color: #b78b77;
                border-color: #b78b77;
                color: #fff
            }

            #border-pagination li a:hover:not(.active) {
                background: #ddd
            }

#Latestblog.single .blog_post .date-Category a {
    text-decoration: none
}

#Latestblog.single .blog_post .img-box {
    height: auto
}

#Latestblog.single .blogDetail .blog_post img {
    margin-bottom: 30px
}

#Latestblog.single .blog_post img {
    transition: none
}

#Latestblog.single .blog_post:hover img {
    transform: unset;
    transition: none
}

#Latestblog .blog_post:hover h2 {
    color: #4b4b4b
}

#Latestblog.single .blog_post hr {
    margin: 30px 0
}

#Latestblog.single .blog_post .blogDetail .content-box h2 {
    font-size: 36px;
    margin-bottom: 30px
}

#Latestblog.single .blog_post .content-box h3, #Latestblog.single .blog_post .content-box h4 {
    font-size: 24px;
    color: #4b4b4b;
    font-weight: 700
}

#Latestblog.single .blog_post .content-box h4 {
    font-size: 18px;
    margin-top: 30px
}

#Latestblog.single .blog_post .date-Category {
    justify-content: flex-start;
    column-gap: 15px
}

#Latestblog.single .blog_post .post_desc a {
    color: #b78b77;
    text-decoration: underline
}

#Latestblog.single .blog_post .post_desc .img-box {
    border: 1px solid #c8c9ca;
    width: 100%;
    text-align: center;
    margin: 15px 0
}

@media only screen and (max-width:1200px) {
    #Latestblog .featured_blog .blog_post .date-Category {
        display: block !important;
        margin-bottom: 5px
    }

    #Latestblog .featured_blog .blog_post .content-box a h2 {
        font-size: 14px;
        margin-bottom: 0
    }

    #Latestblog .blog_post .img-box {
        height: 200px
    }
}

@media only screen and (max-width:991px) {
    #mainBlog .content-box {
        max-width: 75%
    }

        #mainBlog .content-box a h2 {
            font-size: 24px
        }

    #mainBlog .page_title {
        bottom: 20px;
        width: 150px
    }

        #mainBlog .page_title h4:before {
            width: 70px
        }

    #Latestblog .blogGrid {
        column-gap: 20px
    }

    #Latestblog .blog_post .content-box h2, #Latestblog .sidebar h2 {
        font-size: 18px
    }

    #Latestblog .sidebar .blog_search input {
        padding: 7px;
        width: 100%;
        font-size: 14px
    }

    #Latestblog .sidebar .blog_search button {
        padding: 0;
        width: 25%
    }

        #Latestblog .sidebar .blog_search button img {
            width: 15px
        }

    #Latestblog .featured_blog .blog_post {
        display: block !important
    }

        #Latestblog .featured_blog .blog_post img {
            margin-bottom: 10px
        }

    #Latestblog .sidebar, .boxshadow {
        padding: 15px
    }

    .blog_categories .list a {
        font-size: 14px
    }

    .blog_newsletter p {
        font-size: 14px;
        line-height: 18px
    }

    .blog_newsletter button, .blog_newsletter input {
        padding: 6px;
        font-size: 14px
    }

    #Latestblog.single .blog_post .content-box h2 {
        font-size: 30px
    }
}

@media only screen and (max-width:767px) {
    #Latestblog .featured_blog .blog_post {
        display: flex !important
    }

    #Latestblog .sidebar .blog_search button {
        width: 10%
    }

    #Latestblog .sidebar {
        margin-top: 40px
    }

    #Latestblog .blog_post .img-box {
        height: 160px
    }

    #Latestblog .blog_post .content-box p {
        font-size: 14px;
        line-height: 18px
    }

    #Latestblog.single .blog_post .content-box h2 {
        font-size: 18px;
        margin-bottom: 15px
    }

    #Latestblog.single .blog_post .content-box h3 {
        font-size: 18px
    }

    #Latestblog.single .blog_post .content-box h4 {
        font-size: 16px
    }
}

@media only screen and (max-width:480px) {
    #mainBlog .blog_post img {
        height: 200px;
        object-fit: cover
    }

    #Latestblog .blog_post .content-box h2, #Latestblog .sidebar h2, #mainBlog .content-box a h2 {
        font-size: 16px
    }

    #Latestblog .blog_post .content-box p.date, #mainBlog .page_title h4 {
        font-size: 12px
    }

    #mainBlog .content-box p {
        margin-top: 0;
        font-size: 12px
    }

    #mainBlog .page_title h4:before {
        width: 40px
    }

    #mainBlog .content-box {
        max-width: 95%;
        bottom: 0
    }

    #mainBlog .page_title {
        width: 110px;
        top: 20px
    }

    #Latestblog .blog_post {
        width: 100%
    }

        #Latestblog .blog_post .date-Category a {
            padding: 2px 10px;
            font-size: 12px
        }

    #Latestblog .featured_blog .blog_post .date-Category {
        display: flex !important
    }

    #Latestblog {
        padding: 30px 0
    }

    #pagination {
        margin-top: 10px
    }

    #border-pagination li a {
        padding: 3px 10px;
        margin-right: 5px;
        font-size: 13px
    }
}

@media only screen and (max-width:375px) {
    #Latestblog .featured_blog .blog_post img {
        width: 100px;
        height: 50px
    }
}


#PostPager{
    display:flex;
    margin:0;
}
#PostPager .PagerLinkCurrent {
    background: #FCD3C1;
    min-width: auto;
    !important;
    line-height: unset !important;
    font-weight: 700;
}

#PostPager li, #PostPager .PagerLinkDisabled, #PostPager .PagerLinkCurrent {
    padding: 5px 12px;
    color: #4b4b4b;
    font-weight: 500;
    border: 1px solid #FCD3C1;
    text-transform: capitalize;
    font-size: 14px;
    min-width: 2rem;
}

    #PostPager li a {
        font-weight: 500;
        color: #4b4b4b;
    }

i.fa {
    font: normal normal normal 16px/1 FontAwesome;
}

.Footer a{
	font-weight:400 !important;
	font-size:13px !important;
}
