﻿.blog-top-banner {
    /*background-image: url("/images/food.png");*/
    /*height: 300px;*/
    position: relative;
    background-position: center;
    border-radius: 0 !important;
    margin-left: -10px !important;
    width: 102% !important;
    text-align: center;
    color: #fff;
    padding-bottom: 10px !important;
    margin-bottom:unset;
    margin-bottom:-1px;
}

.blog-list h4 {
    padding:10px;
}

.blog-top-banner .control-label {
    width:100%;
    text-align:left;
}
.blog-top-banner form {
    padding: 0px 10px;
    max-width:1000px;
    margin: 10px auto;
}
.blog-top-banner .find-venue{
    background: #087e8a;
    /*height:auto;*/
    color: white;
    /*padding:15px 15px !important;*/
}

.find-venue-mobile {
     background: #087e8a;
    height:auto;
    color: white;
    padding:15px 0 !important;
    text-align:center;
    width:200px;
}
.blog-top-banner p {
    margin: 15px 0px 50px 0px;
    font-size:18px;
}
.detailBox {
    max-width: 800px;
    border:1px solid #bbb;
    margin: 20px auto;
}
.titleBox {
    background-color:#fdfdfd;
    padding:10px;
}
.titleBox label{
  color:#444;
  margin:0;
  display:inline-block;
}
.input-validation-error {
    border-color: #a94442 !important;
}
.commentBox {
    /*padding:10px;*/
    border-top:1px dotted #bbb;
}

/*.commentBox textarea {
    width:100%;
}
.commentBox .form-group:first-child, .actionBox .form-group:first-child {
    width:80%;
}
.commentBox .form-group:nth-child(2), .actionBox .form-group:nth-child(2) {
    width:18%;
}*/
/*.actionBox .form-group * {
    width:100%;
}*/

.comment-section{
    margin-top: 10px;
    width: 100%;
}
.comment-form-section {
    width: 100%;
    padding: 5px 0px;
    height: auto;
}

.comment-user {
    font-weight: bold;
    display: inline;
    width: auto;
    padding-right: 10px;
}

.comment-user-date {
    font-size: smaller;
    display: inline;
}

.taskDescription {
    margin-top:10px !important;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px dashed #ccc;
}
.taskDescription:last-child { border-bottom: none;  }

.commentList {
    padding:0;
    list-style:none;
    max-height:200px;
    overflow:auto;
}
.commentList li {
    margin:0;
    margin-top:10px;
}
.commentList li > div {
    display:table-cell;
}
.commenterImage {
    width:30px;
    margin-right:5px;
    height:100%;
    float:left;
}
.commenterImage img {
    width:100%;
    border-radius:50%;
}
.commentText p {
    margin:0;
}
.sub-text {
    color:#aaa;
    font-family:verdana;
    font-size:11px;
}
.actionBox {
    border-top:1px dotted #bbb;
    padding:10px;
}

#form-search-desktop {
    display: block;
}
#form-search-mobile {
    display: none;
}

.home-search-button {
    text-align: center;
}

    .home-search-button .btn {
        border: unset !important;
        box-shadow: unset;
    }

.comment-session {
    padding: 40px 50px;
    margin-bottom: 40px;
    margin-top: 0px;
}

.comment-container {
    margin: 10px 0;
}

.comment-by {
    display: inline-block;
}

.comment-more-section {
    float: right;
}

.comment-review {
    padding: 15px;
    border-bottom: solid 1px #dedede;
}

.comment-review-left {
    list-style-type: none;
    padding-left: 0px;
}
    .comment-review-left li:first-child {
       font-weight:bold;
    }
.comment-review-left li:nth-child(2) {
    padding: 3px 0;
    font-size:12px;
}

.comment-review .br-theme-fontawesome-stars-o .br-widget a {
    font-size: 12px;
}

.comment-review-right {
    display: block;
    min-height: 30px;
}

.comment-review-right-footer {
    display: block;
    padding-top: 15px;
}

.comment-review-right-footer i {
    padding-right: 5px;
    font-size: 16px;
}

.comment-review-right-footer button {
    outline: none;
}

.modal-search .modal-content {
    height: unset;
    background-color: transparent !important;
    border: unset !important;
    box-shadow: unset !important;
}

.modal-search .search-session-fixed {
    position: unset;
    margin-left: unset;
    margin-top: 5px !important;
    width: 300px;
}

.modal-search .search-session-mobile {
    position: unset;
    display: block !important;
    margin-left: unset;
    width: 300px;
    border: 0.9px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    display: inline-block !important;
    padding: 20px;
}
    .modal-search .search-session-mobile .search-session-body {
        padding: unset;
    }

    .modal-search .search-session-mobile .search-session-body {
        display: block;
    }

.modal-search .modal-dialog {
    width: 300px;
}
.modal-search .session-mobile-close {
    display:none !important;
}
.related-blogs {
    padding-top: 40px;
    padding-bottom: 30px;
}
.related-blogs .blog-content {
    border: 1px solid #E4E4E4;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(222,222,222,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(222,222,222,1);
    box-shadow: 0px 0px 5px 1px rgba(222,222,222,1);
    padding: 10px;
    margin: 10px;
    position: relative;
    width: 230px !important;
}

    .related-blogs .blog-content-img {
        margin: 0 auto;
        position:relative;
    }

    .related-blogs .blog-content-img img{
        width: 230px !important;
        height: auto !important;
    }

.related-blogs .blog-content-detail {
    padding: 0 10px;
    width: 100%;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff;
    left: 0;
}

.related-blogs .blog-content-title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    min-height: 60px;
    display: flex;
    align-items: center;
    width: 100%;
}

.related-blogs .blog-content-text {
    text-align: center;
    /*height: 70px;*/
    overflow: hidden;
}

.related-blogs .blog-content-arrow {
    float: right;
    width: 70px;
    color: #fff;
    /*font-weight:bold;*/
    margin-top: 10px;
    margin-right: 10px;
    padding: 5px 8px;
    background-color: #FFCC00;
}

    .related-blogs .blog-content-arrow i {
        padding-left: 10px;
        font-size: 20px;
        vertical-align: bottom;
    }

    .related-blogs .description-div {
        display:none;
    }

.related-blogs-title {
    float:left;
}

.related-blogs-all-articles {
    float: right;
    margin-top:10px;
}

.blog-content .view-counter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    padding-left: 10px;
    color: #fff;
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
    font-size: 13px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 10px;
}
    .blog-content .view-counter i {
        color: #fff !important;
    }

.blog-post-meta .view-counter {
   float:right;
}

.search-session-body {
    padding: 20px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(204, 204, 204,0.5);
    -moz-box-shadow: 0px 0px 5px 1px rgba(204, 204, 204,0.5);
    box-shadow: 0px 0px 5px 1px rgba(204, 204, 204,0.5);
}

.facebook-page-plugin {
    margin-top:10px;
}

.btn-edit-blog {
    min-width:100px;
}

.body-content {
    background-color: #fafafa;
}

    @media(max-width:768px) {
        #form-search-desktop {
            display: none;
        }

        #form-search-mobile {
            display: block;
        }

        .blog-top-banner {
            width: 105% !important;
        }

        .home-form-search input[type=submit] {
            width: auto !important;
        }
    }



@media(max-width: 480px) {
    .home-form-search input[type=submit] {
        width: 100% !important;
        height: 60px !important;
    }

    .comment-session {
        padding: 40px 30px;
    }

    .related-blogs-title {
        float: unset;
        margin-left: 0px;
    }

    .related-blogs-all-articles {
        float: unset;
        margin-right: 0px;
        margin-top: 10px;
    }

    .modal-search .search-session {
        width: 90vw;
    }

    .modal-search .modal-dialog {
        width: 90vw;
    }

    .img-responsive {
        display:inline-block;
    }
}


/**********************Blog List**********************/

.promotion-page-list .view-counter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    padding-left: 10px;
    color: #fff;
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
    font-size: 13px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 10px;
}
    .promotion-page-list .view-counter i {
        color: #fff !important;
    }


/**********************Blog type slide**********************/

.item-list-slide {
    max-width: 1100px;
    height: 110px;
    margin: 20px auto;
    text-align: center;
    overflow: hidden;
}

    .item-list-slide .item-box {
        position: relative;
        display: inline-block;
        width: 200px;
        height: 100px;
        border-radius: 5px;
        margin: 5px;
        background-size: cover !important;
        background-position: center !important;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .item-list-slide .item-box img {
            -o-object-fit: cover;
            font-family: object-fit\:cover;
            object-fit: cover;
        }

        .item-list-slide .item-box span {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            text-align: center;
            font-size: 18px;
            color: #fff;
            font-weight: bold;
            text-align: center;
            margin: auto;
            height: 30px;
            cursor: pointer;
        }

            .item-list-slide .item-box span:hover {
                text-decoration: underline;
            }

.blog-view .blog-session {
    margin-top: unset;
}

.section-title {
   margin-top:40px;
}

.promotion-navigate {
    padding-bottom: 0px;
}

.slick-prev-custom1, .slick-next-custom1 {
    top: 35%;
    width: 35px;
    height: 35px;
}

.slick-prev-custom1 {
    left: 10px;
    z-index: 1;
}

.slick-next-custom1 {
    right: 10px;
    z-index: 1;
}

@media(max-width:480px) {
}
