#inner-page-wrapper {
    margin-bottom: 0;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

body:not(.page-template-about) #inner-page-wrapper {
    /*margin-top: 232px;*/
}

.ip-team {
    position: relative;
    padding: 0 0 135px;
    font-size: 0;
}

.ip-team-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../../images/homepage-alt/logo-mono-v6.png);
    background-repeat: no-repeat;
    background-position: right -30% bottom;
    background-size: 72.81% auto;
    background-attachment: fixed;
    filter: brightness(0);
    opacity: 0.04;
    pointer-events: none;
}

.is-mobile .ip-team::before {
    background-attachment: scroll;
}

.ip-team-container {
    position: relative;
    max-width: 1290px;
    padding: 0 15px;
    margin: 0 auto;
}

.ip-team-title {
    max-width: 900px;
    margin: 20px auto 45px;
}

.ip-team-title .gsite-title {
    /*padding-left: 20px;*/
    text-align: center;
}

.ip-team-title .gsite-title small {
    margin-left: 0;
}

.ip-team-container p#breadcrumbs {
    /*font-size: 14px;
  color: #c3c3c3;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-transform: uppercase;*/
    line-height: 26px;
    font-family: var(--font-family-default);
    margin: 0 20px 20px 0;
    color: var(--font-color-default);
    font-weight: 300;
}


/*.ip-team-container p#breadcrumbs span.breadcrumb_last {
  color: #040707;
}*/

.ip-team-container p:not(#breadcrumbs) {
    font-size: var(--font-size-default);
    color: var(--font-color-default);
    line-height: 1.9;
    letter-spacing: 0.05em;
    text-align: center;
    max-width: 1075px;
    margin: 0 auto;
}

.team-breadcrumbs {
    max-width: 1490px;
    padding: 0 15px;
    margin: 20px auto;
}

.ip-team-holder {
    margin-top: 95px;
}

.ip-team-list {
    margin: 0 -11px;
}

.ip-team-item {
    display: block;
    padding: 0 11px;
    width: calc(100% / 4);
    margin-bottom: 22px;
}

.ip-team-image a {
    display: block;
    position: relative;
}

.ip-team-image a .canvas-img {
    z-index: 1;
}

.ip-team-image a .canvas-img::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.65) 100%);
    opacity: 0;
    transition: all var(--default-transition);
}

.ip-team-image a .canvas-img canvas {
    /*  background: url(../../images/team/agent-bg.jpg) no-repeat center center/cover;*/
    background: #666;
}

.ip-team-image a .gsite-button {
    position: absolute;
    width: 212px;
    max-width: calc(100% - 20px);
    left: 0;
    right: 0;
    bottom: 35px;
    margin: 0 auto;
    color: #ffffff;
    z-index: 2;
    border: 0;
    opacity: 0;
    transition: all var(--default-transition);
}

.ip-team-image a .gsite-button::before {
    opacity: 0;
}

.ip-team-image a .gsite-button::after {
    opacity: 1;
}

.ip-team-image a .gsite-button span {
    height: 53px;
}

.ip-team-image a:hover .canvas-img::after {
    opacity: 1;
}

.ip-team-image a:hover .gsite-button {
    opacity: 1;
}

.ip-team-text {
    padding: 20px 0 0;
}

.ip-team-name {
    font-size: 22px;
    font-weight: 600;
    color: #454545;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
}

.ip-team-name a {
    transition: all var(--default-transition);
    font-family: var(--font-family-title);
    font-weight: normal;
}

.ip-team-name a:hover {
    color: rgba(var(--primary-color), 1);
}

.ip-team-details {
    font-size: 17px;
    color: var(--font-color-default);
    line-height: 1;
    letter-spacing: 0.020em;
    text-align: center;
    text-transform: uppercase;
    margin-top: 6px;
}

.ip-team-details a {
    transition: all var(--default-transition);
}

.ip-team-details a:hover {
    color: rgba(var(--primary-color), 1);
}

.ip-team-buttons a.gsite-button {
    width: 218px;
    margin: 0 20px;
}

.ip-team-banner {
    position: relative;
    z-index: 1;
    background: #000;
}

.ip-team-banner canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.ip-team-banner-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

body:not(.page-template-about) #inner-page-wrapper {
    margin-top: 102px;
}

@media only screen and (min-width: 992px) {
    /* .header-container {
    max-width: 1320px;
  }*/
    /*.fixed-header .site-navi > li {
    padding: 0 20px;
  }*/
    /* body:not(.home) .fixed-header:not(.is-active) {
    padding: 55px 0 45px;
  }
  body:not(.home) .fixed-header:not(.is-active) .header-logo a img {
    width: 205px;
  }*/
}

@media only screen and (max-width: 1199px) {
    .ip-team-name {
        font-size: 20px;
    }
    .ip-team-details {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) {
    body:not(.page-template-about) #inner-page-wrapper {
        margin-top: 0;
    }
    .ip-team-container {
        max-width: 630px;
    }
    .ip-team-item {
        width: 100%;
    }
    .ip-team-buttons a.gsite-button {
        margin: 20px 0;
    }
    .ip-team-buttons {
        flex-flow: column;
    }
    .ip-team-holder {
        margin-top: 20px;
    }
}