/* for global */

.title::after {
    width: 50px;
    height: 1px;
    background: #333;
    content: '';
    display: block;
    position: relative;
    margin-top: 5px;
    left: initial;
    right: initial;
    margin-left: 0;
    margin-right: auto;
    transform: none;
}

.igslaon-module .title {
    font-weight: 300;
}

.igslaon-module .title>span {
    font-weight: 600;
}

/* end global */


/* for filter module */

.igsalontag-container {
    /* border: 1px solid #ccc;
    padding: 15px;
    background: #f6f6f6; */
}

.igsalontag-container > div {
    margin-bottom: 20px;
}

.igsalontag-btn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

.igsalontag-btn>button, .igsalontag-btn>button:hover, .igsalontag-btn>button:active {
    /* background: #000;
    color: #fff;
    border-color: #333; */
}

.igsalontag-container .control-label {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    margin-right: 5px;
}

.igsalontag-container .control-label input {
    margin-right: 3px;
}

.igsalontag-container .head {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.igsalon-post-container {
    margin-top: 30px;
}

.body-overflow {
    overflow: hidden;
    position: relative;
}

@media (max-width: 767px) {
    #form-igsalon-filter {
        position: fixed;
        z-index: 10001;
        top: 0;
        bottom: 0;
        text-align: left;
        right: -80%;
        width: 80%;
        max-width: 500px;
        overflow: scroll;
        background: #fff;
        -webkit-transition: right .6s ease;
        transition: right .4s ease;
    }
    #form-igsalon-filter .panel {
        border: none;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.0);
        box-shadow: 0 1px 1px rgba(0,0,0,.0);
    }
    #form-igsalon-filter .fa-times {
        float: right;
        font-size: 18px;
    }
    .form-igsalon-filter-expanded {
        right: 0!important;
    }
    #btn-igsalon-filter {
        position: fixed;
        bottom: 30px;
        left: 0;
        right: 0;
        z-index: 9;
        text-align: center;
    }
    #btn-igsalon-filter>button {
        background: #0ac30f;
        color: #fff;
        font-size: 16px;
        outline: none;
        margin: 0 auto;
        border: none;
    }
    #btn-igsalon-filter>button:before {
        font-family: "FontAwesome";
        content: '\f002';
        color: #fff;
        margin-right: 5px;
    }
    #form-igsalon-filter>.head {
        margin: 0;
        padding: 8px 10px;
        background: #000;
        color: #fff;
        font-size: 19px;
        height: 40px;
    }
    #form-igsalon-filter .head i {
        font-size: 22px;
    }
    .igsalontag-container {
        border: 0;
        padding: 0;
    }
    #igsalon-filter-backdrop {
        background: #000;
        opacity: 0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }
    .igsalon-filter-backdrop-show {
        opacity: .6!important;
        z-index: 10000!important;
    }
    #column-right {
        margin-top: 30px;
        border-top: 15px solid #eee;
        padding-top: 30px;
    }
}


/* end filter module */


/* for post details */

.igsalon-title h1 {
    font-size: 26px;
}


/* .igsalon-gallery {
    margin: 30px 0 30px 0;
}

.igsalon-gallery img {
    width: 100px;
    height: 100px;
    margin: 0px;
} */


/* .igsalon-image {
    margin: 0 0 15px 0;
    background-repeat: repeat;
    background-size: 100%;
    background-position: center center;
    background-color: #f0f0f0;
    width: 100%;
    padding-top: 60%;
}

.igsalon-gallery img {
    margin-top: 10px;
    transition: all 0.3s ease;
}

.igsalon-gallery img:hover {
    margin-top: 0px;
    opacity: 0.8;
} */
.igsalon-cover .image-single {
    margin-bottom: 15px;
}
.igsalon-swiper .product-thumb {
    border: none;
    overflow: auto;
    margin: 5px 10px 0 10px;
    transition: margin-top 0.3s ease;
}

.igsalon-swiper .product-thumb .caption {
    padding: 0;
    min-height: 50px;
}

.igsalon-swiper .product-thumb .caption h4 {
    font-weight: 500;
}

.igsalon-swiper .product-thumb .caption a {
    font-size: 14px;
    line-height: 19px;
    color: #333;
}

.igsalon-swiper .product-thumb:hover {
    margin-top: 0px;
}

.igsalon-swiper .product-thumb .price {
    color: #e05258;
    font-size: 16px;
}

.igsalon-swiper .swiper-button-next, .igsalon-swiper .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    right: 0;
}

.igsalon-swiper .swiper-button-next2, .igsalon-swiper .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    right: 0;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

.breadcrumb {
    white-space: nowrap;
    overflow: auto;
}

.igsalon-body {
    margin-bottom: 30px;
}

.igsalon-social {
    margin-left: 5px;
}

.igsalon-social {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}

.igsalon-hashtag {
    margin: 30px 0 0 0;
}

.igsalon-hashtag a {
    margin-bottom: 4px;
}

.igsalon-swiper .swiper-viewport {
    box-shadow: none;
}

.igsalon-social a {
    color: #666;
}

.igsalon-social .fa {
    font-size: 20px;
}

.igsalon-social>div .fa-heart {
    font-size: 18px;
    color: #e47871;
}

.igsalon-social .fa-share-alt, .igsalon-social .fa-instagram {
    font-size: 22px;
}

.igsalon-container > h1.title {
    margin-bottom: 30px;
}

.igsalon-description {
    overflow-x: hidden;
    overflow-y: scroll;
    font-size: 14px;
}
.igsalon-description::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    background-color: #fff;
}

.igsalon-description::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.igsalon-description::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.igsalon-post-related {
    margin-top: 30px;
    margin-bottom: 30px;
}

.igsalon-post-related-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
}

.swiper-pagination {
    bottom: 10px;
}

.gallery-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    width: 100%;
    padding-top: 100%;
}

.gallery-item>img {
    display: none;
}

.image-single {
    background-color: #fff;
    border: 4px solid #fff;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

.share-btn {
    display: inline-block;
    margin: 0 3px;
    width: 30px;
    height: 30px;
    color: #fff;
    padding: 6px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
}

.share-btn-twitter {
    background: #55adee;
}

.share-btn-facebook {
    background: #3a5998;
}

.dropdown-social {
    border-radius: 0;
    padding: 0;
}

.dropdown-social>li>a {
    display: block;
    padding: 5px;
}

.igsalon-post-related-more {
    margin: 15px 0 30px 0;
    text-align: right;
}

.igsalon-post-related-more a {
    color: #333;
    font-size: 14px;
}

.igsalon-container .swiper-pagination {
    bottom: 5px;
}
.igsalon-cover .swiper-viewport {
    margin-bottom: 15px !important;
} 

/* @media(max-width: 767px) {
    .igsalon-social {
        grid-template-columns: repeat(4, 1fr);
    }
    .igsalon-social > div {
        text-align: center;
    }
    .igsalon-post-related-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .igsalon-description {
        margin-top: 30px;
    }
    .igsalon-post-related-container .caption {
        padding: 0;
        font-size: 16px;
        line-height: 20px;
        overflow-y: scroll !important;
        margin: 15px 0;
        text-align: left;
        color: #333;
    }
    .igsalon-post-related-more {
        text-align: center;
    }
    .igsalon-post-related-more a {
        color: #333;
        font-size: 18px;
    }
} */


/* end post details */


/* for filter module */

.post-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: #fff;
    opacity: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.30s ease;
}

.post-info:hover {
    opacity: 1;
}

.post-img>a.video:before {
    font-family: "FontAwesome";
    content: '\f03d';
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
}

.post-img>a.gallery:before {
    font-family: "FontAwesome";
    content: '\f24d';
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
}

.igsalon-post-container .caption, .igsalon-post-related-container .caption {
    padding: 0 30px;
    font-weight: 300;
    width: 100%;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    text-align: center;
    white-space: initial;
    justify-content: center;
    align-items: center;
    max-height: 80px;
    position: relative;
    overflow: hidden;
    white-space: -moz-pre-wrap;
    /* Mozilla */
    white-space: pre-line;
    /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word;
    /* IE */
    word-break: break-all;
}

.social-info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-info > div {
    margin: 0 15px;
    font-size: 18px;
}

.social-info .fa-eye {
    font-size: 22px;
}

.social-info .fa-heart {
    font-size: 19px;
}

.igsalon-post-container .post-item, .igsalon-post-related-container .post-item {
    margin: 0 0px;
    position: relative;
    background: #fff;
    /* margin-bottom: 2em; */
    box-shadow: none;
}

.igsalon-post-container .post-item .post-img, .igsalon-post-related-container .post-item .post-img {
    position: relative;
    overflow: hidden;
    background-repeat: repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f0f0f0;
    width: 100%;
    padding-top: 100%;
}

.igsalon-post-container .post-item .post-img img, .igsalon-post-related-container .post-item .post-img img {
    width: 100%;
    height: auto;
    display: none;
}

.post-item .post-content {
    padding: 30px;
}

.post-item .post-title {
    margin: 0 0 15px 0;
}

.post-item .post-title a {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.post-item .post-title a:hover {
    text-decoration: none;
    color: #ff8b3d;
}

.post-item .post-description {
    font-size: 14px;
    line-height: 24px;
    color: #808080;
}

.igsalon-post-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    margin-bottom: 30px;
}

.pagination-pager {
    text-align: left;
}

.pagination-results {
    text-align: right;
}

@media (max-width: 767px) {
    .igsalon-post-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .igsalon-post-container > div:nth-child(n+5) {
        display: none;
    }

    .igsalon-post-container .caption {
        padding: 0;
        font-size: 16px;
        line-height: 20px;
        font-weight: 300;
        /* overflow-y: scroll !important; */
        margin: 15px 0;
        text-align: left;
        color: #333;
        white-space: -moz-pre-wrap;
        /* Mozilla */
        white-space: pre-line;
        /* CSS 3 (and 2.1 as well, actually) */
        word-wrap: break-word;
        /* IE */
        word-break: break-all;
    }
    .pagination-pager {
        text-align: center;
    }
    .pagination-results {
        text-align: center;
        margin-top: 10px;
    }
    .pagination>li>a {
        margin-bottom: 5px;
    }
}

.igsalon-cover>video {
    margin-bottom: 15px;
}

@media(max-width: 767px) {
    .igsalon-social {
        grid-template-columns: repeat(4, 1fr);
    }
    .igsalon-social > div {
        text-align: center;
    }
    .igsalon-post-related-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .igsalon-description {
        margin-top: 30px;
    }
    .igsalon-post-related-container .caption {
        padding: 0;
        font-size: 16px;
        line-height: 20px;
        overflow-y: scroll !important;
        margin: 15px 0;
        text-align: left;
        color: #333;
    }
    .igsalon-post-related-more {
        text-align: center;
    }
    .igsalon-post-related-more a {
        color: #333;
        font-size: 14px;
    }
}


/* end filter module */


/* latest post module */

.igslaon-module {
    margin: 30px auto;
}

.igslaon-module-footer {
    text-align: right;
}

.igslaon-module-footer a {
    font-size: 14px;
    color: #333;
}

.igslaon-module .igsalon-post-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .igslaon-module {
        margin: 15px auto;
    }
    .igslaon-module .igsalon-post-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .igslaon-module .igsalon-post-container .caption {
        padding: 0;
        font-size: 16px;
        line-height: 20px;
        /* overflow-y: scroll !important; */
        overflow: hidden;
        margin: 15px 0;
        text-align: left;
        color: #333;
    }
    .igslaon-module-footer {
        text-align: center;
        /* border-bottom: 15px solid #eee; */
        padding-bottom: 10px;
        margin-left: -15px;
        margin-right: -15px;
    }
}


/* end latest post module */