@charset "UTF-8";

.index_instagram a {
    display: flex;
    align-items: center;
    font-size: 24px;
    background: linear-gradient(90deg, #4158D0, #C850C0 30%, #FFCC70);
    background: -webkit-linear-gradient(0deg, #4158D0, #C850C0 30%, #FFCC70);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .3s;
    font-weight: bold;
}

.index_instagram a:hover {
    background: transparent;
    color: #42a5eb;
    -webkit-text-fill-color: #42a5eb;
}

.index_instagram i {
    margin-right: 4px;
}

.index_instagram i::before {
    font-size: 32px;
}

/* content_section instagram */
.ig {
    width: 100%;
    max-width: 960px;
    padding: 0;
    margin-bottom: 32px;
}

.ig .account {
    font-size: 14px;
    margin-bottom: 62px;
}

.ig #sb_instagram {
    height: auto !important;
}
.ig #sb_instagram #sbi_images {
    padding: 0 !important;
    /* display: flex !important; */
    /* flex-wrap: wrap !important; */
    /* justify-content: space-between !important; */
    margin-bottom: 18px !important;
}

.ig #sb_instagram #sbi_images .sbi_item {
    /*width: 32% !important;*/
    /* width: 15% !important; */
    margin-bottom: 10px !important;
}

.ig .link_btn a {
    background-color: #44A2C1;
}

.ig .link_btn a:hover {
    background-color: #6eb6cf;
}

.sbi-screenreader {
    display: none;
}

.sbi_photo_wrap a {
    display: block;
}

.sbi_photo_wrap svg {
    display: none;
}
/* //content_section instagram */

.index_line {
    width: 200px;
}

/* postsList */
.postsList {
    width: 100%;
    max-width: 960px;
}

.postsList .postListDIV {
    width: 100%;
}

.postsList .toList {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

/* //postsList */
/* contact */
.contact .inner {
    background-color: #f0f0f0;
    align-items: center;
    max-width: 1000px;
}

.contact .sectionTitle {
    color: #2b2b2b;
}

.contact .sectionTitle::before,
.contact .sectionTitle::after {
    content: none;
}

.contact .nameAndMail {
    display: flex;
    width: 100%;
    max-width: 636px;
    justify-content: space-between;
}

.contact label {
    display: flex;
    flex-direction: column;
}

.contact textarea {
    width: 100%;
}

/* //contact */
@media screen and (max-width:767px) {
    .ig {
        padding: 0 16px;
    }

    .ig #sb_instagram #sbi_images .sbi_item {
        /* width: 32% !important; */
    }
}
