@charset "UTF-8";

/*--------------------------------------------*/
/*  18. Shop Grid/List Page Start
/*--------------------------------------------*/
.breadcrumb-area {
    background: #f0efef none repeat scroll 0 0;
    margin-bottom: 30px;
    padding: 15px 0;
}
.breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
}
.breadcrumb-area {
    background: #f0efef none repeat scroll 0 0;
    margin: -15px -15px 30px -15px;
    padding: 15px 0;
}
.breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    color: #cf5c7c;
    font-size: 12px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
.breadcrumb a {
    color: #3c3c3c;
}
.breadcrumb a.home i {
    font-size: 14px;
    margin-right: 10px;
}
.breadcrumb span.navigation {
    color: #3c3c3c;
    padding: 0 5px;
}
.breadcrumb a:hover {
    color: #cf5c7c;
}

.pagination-content {
    border: 0 none;
    margin: 0 0 30px;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
}
.pagination-content > p {
    display: inline-block;
    margin: 10px 0;
}
.pagination-button {
    display: block;
    float: right;
    margin-top: 4px;
}
.pagination-content > p {
    display: inline-block;
}
.pagination-content .pagination {
    float: left;
    margin: 0;
    padding: 0;
}
.pagination-content .pagination li a {
    background: #ffffff none repeat scroll 0 0;
    color: #777777;
    font-weight: 600;
    margin: 1px;
    padding: 2px 8px;
}
.pagination-content .pagination li a.active {
	background-color: #85ADC7;
	color: #FFFFFF;
}
.pagination a i {
    color: #999999;
    font-size: 12px;
    transition: all 300ms ease 0s
}
.pagination-content .pagination .pagination-previous a, .pagination-content .pagination .pagination-next a {
    border: 0 none;
    font-weight: 300;
    padding: 3px 8px;
}
.pagination-previous a i {
    margin-right: 4px;
}
.pagination-next a i {
    margin-left: 4px;
}
.pagination-content .pagination li a:hover {
    color: #CF5C7C
}
.pagination a:hover i {
    color: #CF5C7C
}

/*--------------------------------------------*/
/*  26. Blog Page Start
/*--------------------------------------------*/
#blog-search {
    border: 1px solid #e5e5e5;
}
.blog-sidebar {
    margin-bottom: 30px;
}
#blog-search input {
    border: medium none;
    color: #5f5f5f;
    font-weight: 300;
    max-height: 30px;
    padding: 5px 10px;
    width: 80%;
    outline: none
}
#blog-search .submit {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #5f5f5f;
    float: right;
    line-height: 30px;
    padding: 0 10px;
    text-align: right;
    width: 20%;
}
.blog-sidebar ul li {
    color: #5f5f5f;
    font-size: 12px;
    line-height: 22px;
    overflow: hidden;
    padding: 3px 1px;
    text-transform: uppercase;
}
.blog-sidebar ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.blog-sidebar ul li a {
    color: #5f5f5f;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    text-transform: capitalize;
}
.blog-sidebar ul li a::before {
    color: #9a9a9a;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 1;
    margin-right: 10px;
}
.blog-sidebar .post-thumb {
    float: left;
    margin-right: 10px;
    width: 80px;
}
.blog-sidebar.post li {
    margin-bottom: 15px;
}
.blog-sidebar.post ul li a::before {
    display: none;
}
.blog-sidebar.post .post-info {
    display: inline-block;
}
.blog-sidebar.post ul li .post-thumb a {
    display: inline-block;
    width: 80px;
}
.blog-sidebar.post .post-info > a {
    color: #a5a5a5;
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 5px;
}
.blog-sidebar.post .post-info > span {
    color: #5f5f5f;
    display: block;
    font-weight: 400;
}
.blog-sidebar.post .post-info > a:hover, .blog-sidebar a:hover {
    color: #cf5c7c
}
.blog-sidebar .tags-list {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    display: block;
    font-size: 12px;
}
.blog-sidebar .tags-list li {
    display: inline-block !important;
    margin: 0 2px 10px 0;
}
.blog-sidebar .tags-list li a, .blog-sidebar .actions a {
    border: 1px solid #e1e1e1;
    color: #9d9d9d;
    display: inline-block;
    font-size: 12px !important;
    line-height: 1;
    padding: 8px 17px;
    text-transform: capitalize;
}
.blog-sidebar ul.tags-list li a::before {
    display: none;
}
.blog-sidebar ul.tags-list li a:hover, .blog-sidebar .actions a:hover {
    background: #cf5c7c;
    color: #fff;
    border: 1px solid #cf5c7c
}
.blog-sidebar .actions a {
    margin: 15px 0 0;
}
.single-blog {
    margin: 0 0 60px;
    width: 100%;
}
.post-thumbnail {
    margin: 0 0 50px;
    width: 100%;
}
.post-thumbnail > a {
    display: block;
}
.postinfo-wrapper {
    padding-left: 100px;
    position: relative;
    width: 100%;
}
.blog-page-area .post-date {
    background: #666666 none repeat scroll 0 0;
    color: #ffffff;
    float: left;
    font-weight: 700;
    left: 0;
    padding: 18px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 70px;
}
.blog-page-area .post-date .day {
    display: block;
    font-size: 20px;
}
.blog-page-area .post-date span {
    text-transform: uppercase;
}
.blog-post-title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #666666;
    font-size: 28px;
    margin: 0 0 20px;
    position: relative;
    text-align: left;
}
.blog-post-title a {
    color: #545454;
}
.blog-post-title > a:hover {
    color: #cf5c7c;
}
.entry-meta {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    color: #909295;
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 30px;
    padding: 10px 0;
    text-transform: uppercase;
    width: 100%;
}
.entry-meta span {
    color: #909295;
}
.entry-meta a {
    color: #666666;
}
.entry-meta a:hover {
    color: #cf5c7c;
}
.entry-summary {
    line-height: 30px;
    margin: 0 0 20px;
    width: 100%;
}
.entry-summary p {
    font-weight: 300;
    line-height: 26px;
    margin: 0 0 15px;
}
.blog-post-title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #666666;
    font-size: 25px;
    margin: 0 0 20px;
    position: relative;
    text-align: left;
}
.postinfo-wrapper .post-info .readmore {
    background: #383838 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    padding: 0 28px;
    text-transform: uppercase;
}
.postinfo-wrapper .post-info .readmore:hover {
    background: #CF5C7C;
    color: #fff
}
/*--------------------------------------------*/
/*  27. Blog Details Page Start
/*--------------------------------------------*/
.blog-page-area {
    padding-bottom: 30px;
}
.single-blog blockquote {
    background: #e0e0e0 none repeat scroll 0 0;
    border: medium none;
    font-size: 14px;
    font-style: italic;
    margin: 20px 0;
    padding: 30px 45px;
}
.single-blog .shere-icon {
    clear: both;
    display: -moz-inline-box;
    margin: 30px 0 55px;
    overflow: hidden;
}
.single-blog .share-icon h3 {
    color: #252525;
    float: left;
    font-size: 14px;
    line-height: 34px;
    margin: 0 20px 0 0;
    text-transform: uppercase;
}
.single-blog .share-icon ul li {
    border-left: 1px solid #e5e5e5;
    float: left;
    line-height: 34px;
}
.single-blog .share-icon ul li:first-child {
    border: medium none;
}
.single-blog .share-icon ul li a {
    color: #666666;
    display: inline-block;
    font-size: 22px;
    line-height: 34px;
    padding: 0 25px;
    text-align: center;
}
.single-blog .share-icon {
    clear: both;
    display: -moz-inline-box;
    margin: 30px 0 55px;
    overflow: hidden;
}
.single-blog .share-icon ul li a.facebook:hover {
    color: #3b579d;
}
.single-blog .share-icon ul li a.twitter:hover {
    color: #3acaff;
}
.single-blog .share-icon ul li a.pinterest:hover {
    color: #ce2027;
}
.single-blog .share-icon ul li a.google-plus:hover {
    color: #d11717;
}
.single-blog .share-icon ul li a.linkedin:hover {
    color: #0097bd;
}
.author-info {
    float: left;
    margin: 0 0 30px;
    width: 100%;
}
.author-avatar {
    float: left;
    width: 10%;
}
.author-description {
    float: left;
    padding-left: 20px;
    width: 90%;
}
.author-description h2 {
    color: #252525;
    font-size: 18px;
    margin: 0 0 10px;
}
.author-description h2 a {
    color: #666666;
    text-transform: capitalize
}
.author-description h2 a:hover {
    color: #cf5c7c;
}
.author-description p {
    color: #6a6a6a;
    font-size: 13px;
    font-weight: 300;
}
.reply-comment-area {
    overflow: hidden;
    width: 100%;
}
.reply-comment-area h3 {
    border-top: 1px solid #e5e5e5;
    color: #252525;
    font-size: 24px;
    margin: 0 0 50px;
    padding: 22px 0 0;
}
.single-reply {
    margin: 0 0 20px;
    overflow: hidden;
}
.user-comment {
    padding-left: 25px;
}
.comment-author {
    float: left;
    width: 7%;
}
.comment-author img {
    border-radius: 100%;
}
.comment-info {
    border: 1px solid #ececec;
    border-radius: 3px;
    float: right;
    padding: 10px;
    position: relative;
    width: 91%;
}
.comment-info::before {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #ececec;
    content: "";
    display: block;
    height: 10px;
    left: -5px;
    position: absolute;
    top: 10px;
    transform: rotate(45deg);
    width: 10px;
}
.comment-author-info {
    color: #9d9d9d;
    font-size: 12px;
    line-height: 1;
    margin: 0 0 15px;
}
.comment-author-info a {
    color: #666666;
}
.comment-author-info a:hover {
    color: #cf5c7c;
}
.comment-author-info span {
    margin-left: 10px;
    margin-right: 10px;
}
.comment-info p {
    color: #6a6a6a;
    font-weight: 300;
}
.user-comment-form-area {
    margin-bottom: 0;
    margin-top: 45px;
    overflow: hidden;
}
.user-comment-form-area h3 {
    border-top: 1px solid #e5e5e5;
    color: #252525;
    font-size: 24px;
    margin: 0 0 50px;
    padding: 22px 0 0;
    text-transform: uppercase;
}
.user-comment-form-area p {
    color: #9d9d9d;
    margin-bottom: 20px;
}
.user-comment-form-area p span {
    color: #db3838;
}
#com-submit {
    background: #383838 none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 25px;
    margin-top: 20px;
    padding: 8px 25px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}
#com-submit:hover {
    background: #cf5c7c none repeat scroll 0 0;
}
.form-list .fields {
    overflow: hidden;
    width: 100%;
}
.form-list .fields .field {
    float: left;
    width: 33.33%;
}
.form-list li {
    margin: 0 0 8px;
    overflow: hidden;
}
.form-list label {
    color: #666666;
    float: left;
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 5px;
    position: relative;
    z-index: 0;
}
.form-list label em {
    color: #eb340a;
    float: right;
    font-style: normal;
    position: absolute;
    right: -8px;
    top: 0;
}
.form-list .input-box {
    clear: both;
    display: block;
    width: 100%;
}
.form-list .fields.fields-3 .field input {
    width: 97%;
}
.form-list select, .form-list .input-text {
    background: #fbfbfb none repeat scroll 0 0;
    width: 97%;
    border: 1px solid #d6d4d4;
    border-radius: 0;
    box-shadow: none;
    color: #777777;
    cursor: unset;
    display: block;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.42857;
    padding: 3px 5px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    outline: none
}
.form-list select, .form-list .input-text:focus, .form-list .fields .field .input-box textarea:focus {
    border: 1px solid #fff;
}
.form-list .fields .field .input-box textarea {
    width: 99%;
}
.form-list .fields .field.comment {
    width: 100%;
}




.title_block {
    border-bottom: 2px solid #e1e1e1;
    border-top: none;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin: 5px 0 20px;
    padding: 15px 0;
    text-transform: uppercase;
}

/* =================================
            BLOG
================================= */

.blog-container {
    padding: 50px 0px;
    background: #F1F0EF;
    margin-bottom: 60px;
}

.blog-block {
    overflow: hidden;
    margin-bottom: 30px;
}

.blog-block .img-content {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.blog-block .content-helper {
    position: relative;
    overflow: hidden;
    float: left;
}

.blog-block .img-content.first-in-line {
    float: left;
    clear: left;
}

.blog-block .img-content.last-in-line {
    float: right;
}

.blog-block .img-content.lg-block {
    width: 64.84%;
}

.blog-block .img-content.sm-block {
    width: 33.59%;
}

.blog-block .img-content img {
    margin: 0 auto;
    transition: all 700ms ease;
}

.blog-block .img-content:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-block .img-content .info-content {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: left;
    background: rgba(72,68,63,0);
    background: -moz-linear-gradient(top, rgba(72,68,63,0) 0%, rgba(72,68,63,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(72,68,63,0)), color-stop(100%, rgba(72,68,63,1)));
    background: -webkit-linear-gradient(top, rgba(72,68,63,0) 0%, rgba(72,68,63,1) 100%);
    background: -o-linear-gradient(top, rgba(72,68,63,0) 0%, rgba(72,68,63,1) 100%);
    background: -ms-linear-gradient(top, rgba(72,68,63,0) 0%, rgba(72,68,63,1) 100%);
    background: linear-gradient(to bottom, rgba(72,68,63,0) 0%, rgba(72,68,63,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48443f', endColorstr='#48443f', GradientType=0 );
    padding: 60px 10px 10px 10px;
}

.blog-block .img-content .info-content .txt {
    color: #fff;
    display: block;
}

.blog-block .img-content .info-content .txt.txt1 {
    font-size: 16px;
    position: relative;
    font-weight: 600;
    margin-bottom: 5px;
}

.blog-block .img-content:hover .info-content .txt.txt1 {
    text-decoration: underline;
}

.blog-block .img-content .info-content .txt.txt2 {
    font-size: 14px;
    font-weight: 300;
}

@media (max-width: 767px) {
    .blog-block .img-content.sm-block,
    .blog-block .img-content.lg-block {
        width: 100%;
    }
}

/* left-filter-bar */

@media (min-width: 992px) {

    .modal-filter {
        display: block !important;
        position: static;
        opacity: 1;
        filter: alpha(opacity=100);
        transition: none !important;
        overflow: visible;
        overflow-x: visible !important;
        overflow-y: visible !important;
    }

    .modal-filter .modal-dialog {
        position: static !important;
        transform: none !important;
        transition: none !important;
        width: auto !important;
        margin: 0 !important;
    }

    .modal-filter .modal-content {
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        border: 0 none !important;
        border-radius: 0!important;
    }
}

@media (max-width: 991px) {

    .modal.modal-filter  .modal-dialog {
        width: auto;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 75px;
        bottom: 0;
        max-width: 420px;
    }

    .modal.modal-filter .modal-content {
        border-radius: 0;
        min-height: 100%;
        background: #FFF;
    }

    .modal.modal-filter .close {
        position: fixed;
        background-color: #2e5ca1;
        top: 15px;
        right: 35px;
        opacity: 1;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        color: #fff;
        text-shadow: none;
    }

}

/* =================================
            BLOG-LIST
================================= */

.blog-page-area .single-blog {
    margin-bottom: 80px;
}

.blog-page-area .post-thumbnail {
    margin-bottom: 15px;
}

.blog-page-area .postinfo-wrapper {
    padding: 0px;
}

.blog-page-area .post-date {
    background: #efefef none repeat scroll 0 0;
    color: #888;
    float: left;
    font-weight: 700;
    left: 0;
    padding: 18px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 70px;
    font-family: "Roboto", sans-serif;
}

.blog-page-area .blog-post-title {
    color: #2e5ca1;
    margin-bottom: 10px;
}

.blog-page-area .blog-post-title > a {
    color: #2e5ca1;
}


.blog-page-area .blog-post-title > a:hover {
    text-decoration: underline;
}

.blog-page-area .entry-summary {
    margin-bottom: 0px;
}

.blog-page-area .entry-summary p {
    color: #333;
    font-weight: 500;
}

.blog-page-area .entry-meta {
    text-transform: none;
    font-weight: 400;
    color: #999;
    margin-bottom: 15px;
    border-top: none;
    padding-top: 0px;
}

.blog-page-area .entry-meta a {
    color: #999;
}

.blog-page-area .entry-meta a:hover {
    color: #2e5ca1;
    text-decoration: underline;
}

.blog-page-area .entry-meta .date {
    color: #999;
    font-family: "Roboto", sans-serif;
}

.blog-page-area .entry-meta .tags {
    float: right;
}

@media (max-width: 530px) {
    .blog-page-area .entry-meta .tags {
        float: none;
        display: block;
    }
}

.blog-sidebar {
    margin-bottom: 10px;
}

.blog-sidebar .title_block {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.blog-sidebar ul li a {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.blog-sidebar ul li a:hover {
    color: #2e5ca1;
    text-decoration: underline;
}

.blog-sidebar ul li a::before {
    content: "";
    margin: 0px;
}

.blog-sidebar .tags-list li {
    display: inline-block !important;
    margin: 0 2px 0px 0;
}

.blog-sidebar .tags-list li a {
    border: 1px solid #e1e1e1;
    color: #333;
    display: inline-block;
    font-size: 13px !important;
    line-height: 1;
    padding: 8px 17px;
    text-transform: capitalize;
    font-weight: 500;
}

.blog-sidebar ul.tags-list li a:hover {
    background: #2e5ca1;
    color: #fff;
    border: 1px solid #2e5ca1;
}

.blog-sidebar.post .post-info > a,
.blog-sidebar a {
    font-size: 13px;
    font-weight: 500;
}

.blog-sidebar.post .post-info > a:hover,
.blog-sidebar a:hover {
    color: #2e5ca1;
    text-decoration: underline;
}


.blog-page-area .entry-summary ul {
    padding-left: 40px;
    list-style: disc;
    margin-bottom: 30px;
}

.blog-page-area .btn-search {
    margin-bottom: 15px;
}

@media (max-width: 767px) {

    .post-info {
        display: block;
        padding-top: 0px;
    }
}

/* breadcrumb */

.breadcrumb-area {
    background: #eee;
}

.breadcrumb {
    font-size: 13px;
    font-weight: 600;
    color: #2e5ca1;
}

.breadcrumb a,
.breadcrumb .navigation {
    font-weight: 500;
    color: #333;
}

.breadcrumb a:hover {
    color: #2e5ca1;
    text-decoration: underline;
}

.fix .post-info {
	margin-top: 60px;
}