/*******************************************************
 *
 * Communities
 *
 *******************************************************/
div#main-wrapper {
    overflow: hidden;
}
.section-wrap {
    font-size: 0;
    position: relative;
}
.flex {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
}
#site-fsmi .fsmi-list {
    position: absolute;
    top: 30%;
}
#site-header.active + #site-offcanvas + #site-main  #site-fsmi .fsmi-list {
    z-index: 100;
}
#ip-banner .banner-img canvas {
    height: 388px;
}
#ip-banner .banner-img:before {
    background: rgba(0, 0, 0, 0.3);
}
#ip-banner .banner-title {
    display: none;
}
#ip-banner .banner-breadcrumbs {
    letter-spacing: 0.1em;
}
#ip-banner .banner-breadcrumbs .breadcrumb_last {
    color: #fff;
    font-weight: 700;
}
div#inner-page-wrapper > .container {
    width: 100%;
}
#hp-search {
    height: 100% !important;
}
.ip-comm-top-inner {
    margin-bottom: 74px;
}
.ip-comm-top-heading {
    margin-top: 65px;
    text-align: center;
}
.ip-comm-top-excerpt {
    font-size: 18px;
    font-weight: 400;
    color: #444444;
    line-height: 1.7;
    text-align: center;
    max-width: 1095px;
    margin: 15px auto 0;
    padding: 0 15px;
}
.ip-comm-group-inner {
    position: relative;
    max-width: 1510px;
    margin: 0 auto 92px;
}
.ip-comm-group-heading {
    position: relative;
    margin-bottom: 44px;
}
.ip-comm-group-heading h3 {
    font-size: 44px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 23px;
}
.ip-comm-group-heading p {
    font-size: 18px;
    font-weight: 400;
    color: #444444;
    line-height: 1.7;
}
.ip-comm-group-list {
    position: relative;
}
.ip-comm-group-list li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 5px;
    margin-bottom: 10px;
}
.ip-comm-group-item {
    position: relative;
}
.ip-comm-group-item a {
    display: block;
}
.ip-comm-group-item a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    pointer-events: none;
    opacity: .3;
    transition: all .4s ease-in-out;
    z-index: 1;
}
.ip-comm-group-item a:hover:before {
    opacity: .5;
}
.ip-comm-group-item a:hover .ip-comm-group-item-content {
    transform: scale(.7);
    opacity: 0;
}
.ip-comm-group-item a:hover .ip-comm-group-item-hover {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}
.ip-comm-group-item-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .4s ease-in-out;
    z-index: 1;
}
.ip-comm-group-item-content h4 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 15px;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.ip-comm-group-item-content span {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 258px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.075em;
    text-align: center;
    padding: 8px 0;
    border: 2px solid #fff;
}
.ip-comm-group-item-hover {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) scale(.7);
    width: 100%;
    padding: 0 15px;
    text-align: center;
    opacity: 0;
    transition: all .4s ease-in-out;
    z-index: 2;
}
.ip-comm-group-item-hover h4 {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.ip-comm-group-item-hover p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    margin: 25px 0;
}
.ip-comm-group-item-hover span {
    font-family: var(--font-family-title);
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

/* Form */
.ip-content-insider-inner {
    position: relative;
    max-width: 1415px;
    margin: 126px auto 46px;
    padding: 94px 0 100px;
    background-color: #fff;
    border: 1px solid #85786f;
}
.ip-content-insider-inner::before {
    content: "";
    position: absolute;
    bottom: -78px;
    left: -90px;
    width: 309px;
    height: 274px;
    background-image: url('../../images/sellers/sellers-form3-accent.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}
.ip-content-insider-heading {
    text-align: center;
}
.ip-content-insider-heading p {
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    margin-top: 22px;
}
.ip-content-insider-form {
    position: relative;
    max-width: 1040px;
    margin: 77px auto 0;
}
.ip-content-insider-form-field {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.ip-content-insider-form-field.pad-left {
    padding-left: 35px;
}
.ip-content-insider-form-field.pad-right {
    padding-right: 35px;
}
.ip-content-insider-form-field label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #a3a3a3;
    color: #767676;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.ip-content-insider-form-field input {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: none;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.04em;
    width: 100%;
    height: 30px;
    background-color: transparent;
    border-bottom: 1px solid #7f7f7f;
}
.ip-content-insider-form-submit {
    margin-top: 80px;
    text-align: center;
}
#site-git {
    display: none;
}
/* Form */

 /*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

@media only screen and (max-width: 1440px) {

}

@media only screen and (max-width: 1366px) {

}

@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1199px) {
    .ip-comm-group-item-hover p {
        font-size: 11px;
        margin: 15px 0;
    }
    .ip-comm-group-item-content span {
        width: 180px
    }
    .ip-comm-group-item-content h4, .ip-comm-group-item-hover h4 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 991px) {
    #hp-search {
        top: -13%;
    }
    #ip-banner .banner-breadcrumbs .breadcrumb_last {
        color: #000;
    }
    .ip-comm-top-heading {
        margin-top: 40px;
    }
    .ip-comm-group-heading {
        text-align: center;
    }
    .ip-comm-group-list li {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .ip-comm-group-inner {
        margin: 0 auto 60px;
    }
    .ip-comm-group-list li {
        display: block;
        width: 100%;
        max-width: 480px;
        margin: 0 auto 10px;
        padding: 0;
    }
    .ip-content-insider-inner {
        padding: 94px 15px 100px;
    }
    .ip-content-insider-form-field {
        display: block;
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 20px;
    }
    .ip-comm-group-heading h3 {
        font-size: 27px;
    }
    .ip-comm-group-heading p, .ip-comm-top-excerpt {
        font-size: 14px;
    }
}

@media only screen and (max-width: 480px) {

}