﻿/*! 
 * * Theme Name: LARAPRESS
 * * Theme URI: none
 * * Description: Larapress is a custom wordpress theme.
 * * Author: Fast Eddy
 * * Author URI:
 * * Version: 1.0
 * * License: GNU General Public License v2
 * * License URI: http://www.gnu.org/licenses/gpl-2.0.html 
 * */
@font-face {
    font-family: "Clash Display";
    src: url("public/webfonts/clashdisplayextralight-webfont.woff2") format("woff2"), url("public/webfonts/clashdisplayextralight-webfont.woff") format("woff");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: "Clash Display";
    src: url("public/webfonts/clashdisplaylight-webfont.woff2") format("woff2"), url("public/webfonts/clashdisplaylight-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "Clash Display";
    src: url("public/webfonts/clashdisplayregular-webfont.woff2") format("woff2"), url("public/webfonts/clashdisplayregular-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Clash Display";
    src: url("public/webfonts/clashdisplaymedium-webfont.woff2") format("woff2"), url("public/webfonts/clashdisplaymedium-webfont.woff") format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Clash Display";
    src: url("public/webfonts/clashdisplaysemibold-webfont.woff2") format("woff2"), url("public/webfonts/clashdisplaysemibold-webfont.woff") format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Clash Display";
    src: url("public/webfonts/clashdisplaybold-webfont.woff2") format("woff2"), url("public/webfonts/clashdisplaybold-webfont.woff") format("woff");
    font-weight: 700;
    font-style: normal
}

.modal-backdrop {
    background: #fff
}

.text-3xl {
    font-size: 70px !important;
    line-height: 1.1
}

@media(max-width: 575px) {
    .text-3xl {
        font-size: 35px !important
    }
}

.text-2xl {
    font-size: 62px !important;
    line-height: 1.1
}

@media(max-width: 575px) {
    .text-2xl {
        font-size: 30px !important
    }
}

.text-xl,
.section__title {
    font-size: 36px !important;
    line-height: 1.2
}

@media(max-width: 575px) {

    .text-xl,
    .section__title {
        font-size: 27px !important
    }
}

.text-3lg {
    font-size: 28px !important;
    line-height: 1.5
}

@media(max-width: 575px) {
    .text-3lg {
        font-size: 24px !important
    }
}

.text-2lg {
    font-size: 24px !important;
    line-height: 1.5
}

@media(max-width: 575px) {
    .text-2lg {
        font-size: 22px !important
    }
}

.text-lg {
    font-size: 20px !important;
    line-height: 1.5
}

@media(max-width: 575px) {
    .text-lg {
        font-size: 18px !important
    }
}

.text-md,
p,
ul,
ol {
    font-size: 18px !important;
    line-height: 1.5
}

.text-regular {
    font-size: 17px !important;
    line-height: 1.5
}

@media(max-width: 575px) {
    .text-regular {
        font-size: 16px !important
    }
}

.text-primary {
    color: var(--primary) !important
}

.text-dark {
    color: #d1d1d1
}

.bordered {
    border: solid 1px #d3d3d3
}

.border-top {
    border-top: solid 1px #d3d3d3 !important
}

.rounded-10 {
    border-radius: 10px
}

.extralight {
    font-weight: 100
}

.light {
    font-weight: 300
}

.regular {
    font-weight: 400
}

.medium {
    font-weight: 500
}

.semibold {
    font-weight: 600
}

.bold {
    font-weight: 700
}

.castoro {
    font-family: "Castoro", serif
}

.mulish {
    font-family: "Mulish", sans-serif
}

.poppins {
    font-family: "Poppins", sans-serif
}

.black {
    font-weight: 900
}

.semibold {
    font-weight: 600
}

.medium {
    font-weight: 500
}

.letter-15 {
    letter-spacing: 3px
}

.bg-primary {
    background: var(--primary) !important
}

.bg-secondary {
    background: var(--secondary) !important
}

.bg-gray {
    background: #f1f5fa !important
}

.uppercase {
    text-transform: uppercase
}

.rounded {
    border-radius: 20px !important
}

.form-control {
    border-radius: 0;
    min-height: 48px;
    border: solid 1px #fff
}

.form-select:focus,
.form-select:hover {
    box-shadow: 0 0 0 .25rem var(--primary) !important;
    outline: var(--primary);
    border-color: var(--primary)
}

.btn {
    border: none;
    font-size: 18px;
    line-height: 1;
    font-weight: 800;
    border-radius: 0;
    padding: 15px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: fit-content;
    outline: 0 !important;
    box-shadow: none !important;
    transition: .2s ease-in-out
}

.btn.btn-rounded {
    border-radius: 25px
}

.btn::before {
    content: "";
    display: block;
    position: absolute;
    opacity: 0;
    width: 120%;
    height: 120%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(0.1);
    transition: .2s ease-in-out;
    z-index: -1
}

.btn:hover {
    background: rgba(0, 0, 0, 0)
}

.btn:hover::before {
    opacity: 1;
    transform: none
}

.btn.btn-primary {
    background: var(--primary);
    color: #000
}

.btn.btn-primary::before {
    background: var(--primaryAlt)
}

.btn.btn-secondary {
    background: var(--secondary);
    color: #fff
}

.btn.btn-secondary::before {
    background: var(--secondaryAlt)
}

.btn.btn-white-secondary {
    background: #fff;
    color: var(--primary)
}

.btn.btn-white-secondary--black {
    color: #000
}

.btn.btn-white-secondary--black:hover {
    color: #fff
}

.btn.btn-white-secondary::before {
    background: var(--secondary)
}

.btn.btn-white-secondary:hover {
    color: #fff
}

.main-header {
    border-bottom: solid 1px rgba(255, 255, 255, .1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100
}

@media(max-width: 991px) {
    .main-header .container-fluid {
        position: static
    }
}

.main-header .navbar-nav {
    gap: 50px
}

@media(max-width: 991px) {
    .main-header .navbar-nav {
        gap: 0
    }
}

.main-header .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: #fff
}

.main-header .navbar-toggler {
    width: 35.5px;
    height: 30px;
    position: relative;
    background: var(--primary);
    outline: none !important;
    box-shadow: none !important
}

.main-header .navbar-toggler span {
    position: absolute;
    background: #fff;
    width: 17px;
    height: 2px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform-origin: center center;
    transition: .3s ease-out
}

.main-header .navbar-toggler span:nth-child(1) {
    transform: translateY(-6px)
}

.main-header .navbar-toggler span:nth-child(3) {
    transform: translateY(6px)
}

.main-header .navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: rotate(-45deg)
}

.main-header .navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0
}

.main-header .navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: rotate(45deg)
}

@media(max-width: 767px) {
    .main-header .navbar-brand {
        width: 88px
    }

    .main-header .navbar-brand img {
        max-width: 100%;
        height: auto
    }
}

@media(max-width: 991px) {
    .main-header .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: var(--primary);
        border-bottom: solid 1px #ebebeb;
        padding: 10px 15px
    }
}

.main-header .social--link {
    font-size: 38px
}

@media(max-width: 767px) {
    .main-header .social--link {
        font-size: 24px
    }
}

.main-footer {
    background: var(--secondary);
    color: #828e9d;
    position: relative;
    z-index: 1;
    padding: 140px 0 0
}

.main-footer__bottom {
    color: #fff;
    border-top: solid 1px rgba(255, 255, 255, .1)
}

.main-footer figure {
    margin: 0 0 25px
}

.main-footer h4 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 25px
}

.main-footer .contact-info {
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px
}

.main-footer .contact-info div {
    position: relative;
    padding-left: 35px
}

.main-footer .contact-info i {
    color: var(--primary);
    margin: 0 5px 0 0;
    position: absolute;
    left: 0;
    top: 5px
}

.main-footer .social-links {
    font-size: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0 0
}

.main-footer .social-links a {
    color: var(--primary)
}

.main-footer p {
    font-size: 16px !important;
    color: inherit
}

.main-footer figure {
    margin: 0 0 20px
}

.main-footer ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 5px
}

.main-footer ul a {
    font-size: 16px;
    color: inherit;
    text-decoration: none
}

.subscribe-wrapper {
    position: relative;
    z-index: 2
}

.subscribe-wrapper .inner {
    padding: 54px 64px;
    margin-bottom: -140px
}

@media(max-width: 991px) {
    .subscribe-wrapper .inner {
        padding: 30px 30px
    }
}

@media(max-width: 991px) {
    .subscribe-wrapper .inner .btn {
        width: 100%;
        margin: 15px 0 0
    }
}

:root {
    --primary: #D2BAAD;
    --primaryAlt: #c9ac9d;
    --secondary: #151617;
    --secondaryAlt: #09090a
}

::selection {
    color: #fff;
    background: var(--primary)
}

body {
    max-width: 100vw;
    overflow-x: hidden;
    font-family: "Mulish", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000
}

.mainWrapper {
    max-width: 100vw;
    overflow: hidden
}

img {
    max-width: 100%
}

img.abs-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media(min-width: 992px) {
    .container-fluid {
        padding: 0 50px
    }
}

.container-fluid .container-fluid,
.container-fluid .container {
    padding: 0;
    max-width: 100%
}

.container-fluid--full {
    padding: 0 12px
}

.container .container-fluid,
.container .container {
    padding: 0;
    max-width: 100%
}

.white-block p {
    color: #555
}

.upper-title {
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--primary);
    margin: 0 0 16px;
    padding: 0 0 4px;
    display: block;
    width: fit-content;
    position: relative
}

.upper-title::after {
    content: "";
    width: 20px;
    height: 2px;
    background: var(--primary);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0
}

.page-template-template-diensten .section--page-header__inner {
    padding-bottom: 160px
}

.section {
    padding: 140px 0;
    position: relative;
    z-index: 2
}

@media(max-width: 575px) {
    .section {
        padding: 40px 0
    }
}

.section__title {
    font-weight: 600
}

.section--hero {
    padding: 0
}

.section--hero__inner {
    padding: 450px 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgb(21, 22, 23) 100%);
    position: relative
}

@media(max-width: 575px) {
    .section--hero__inner {
        padding: 150px 0
    }
}

.section--hero__inner .container {
    position: relative;
    z-index: 2
}

.section--page-header {
    padding: 0
}

.section--page-header__inner {
    padding: 300px 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(21, 22, 23, 0.7) 100%);
    position: relative
}

@media(max-width: 767px) {
    .section--page-header__inner {
        padding: 200px 0 30px;
        min-height: 100vh;
        display: flex;
        flex-direction: row;
        align-items: flex-end
    }
}

.section--page-header__inner::before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

@media(max-width: 767px) {
    .section--page-header__inner h1:after {
        content: "";
        font-family: "Font Awesome 6 Pro";
        border-radius: 50%;
        border: solid 1px #fff;
        color: #fff;
        font-size: 20px;
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 100px auto 0
    }
}

.section--page-header__inner .container {
    position: relative;
    z-index: 2
}

@media(max-width: 767px) {
    .section--page-header__inner .container {
        margin-top: auto
    }
}

.section--primary-blocks .block .icon-wrapper {
    background: rgba(0, 0, 0, .1);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin: 0 auto 10px
}

.section--primary-blocks .block h3 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    margin: 0 0 10px
}

.section--primary-blocks .block p {
    color: #000;
    font-size: 20px;
    line-height: 1.5
}

.section--tips .icon-wrapper {
    background: rgba(255, 238, 221, .1);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin: 0 auto 10px
}

.section--tips h3 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700
}

.section--tips p {
    color: #828e9d;
    font-size: 20px;
    line-height: 1.5
}

.section--media {
    padding: 95px 0
}

.section--services {
    margin-bottom: -10px;
    position: relative;
    z-index: 2
}

.section--services .service .icon-wrapper {
    background: rgba(0, 0, 0, .1);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin: 0 auto 10px
}

.section--services .service h3 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    margin: 0 0 10px
}

.section--services .service p {
    font-size: 20px !important;
    line-height: 1.5;
    margin: 0
}

@media(max-width: 991px) {
    .section--about-us .cta_wrapper .btn {
        width: 100%;
        justify-content: center
    }
}

.section--about-us-2 {
    padding: 0;
    position: relative;
    z-index: 1
}

.section--about-us-2__inner {
    padding: 270px 0 190px;
    background: linear-gradient(180deg, rgb(21, 22, 23) 0%, rgba(21, 22, 23, 0.1) 30%, rgba(0, 0, 0, 0) 100%)
}

.section.section--primary {
    color: #fff
}

.section--white p {
    color: #555;
    font-size: 20px !important;
    line-height: 30px
}

.section--white+.section--white {
    padding-top: 0
}

.section--black.bottom-white-line {
    position: relative
}

.section--black.bottom-white-line::after {
    content: "";
    position: absolute;
    background: #fff;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 180px;
    z-index: 1
}

.section--black.bottom-white-line .container {
    position: relative;
    z-index: 2
}

.section--black+.section--black {
    padding-top: 0
}

.section--tips .tip {
    background: rgba(255, 255, 255, .1)
}

.section--map {
    position: relative;
    overflow: hidden;
    padding: 0
}

.section--map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 150%;
    height: 100%;
    z-index: 1
}

.section--map__innher {
    position: relative;
    z-index: 2;
    padding: 140px 0 250px
}

.section--map__innher .social-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin: 20px 0
}

.section--map__innher .social-links a {
    text-decoration: none;
    color: var(--primary);
    font-size: 18px;
    line-height: 1
}

.section--s-banner {
    margin-top: -130px;
    position: relative;
    z-index: 2
}

.section--tips-front {
    position: relative;
    z-index: 1;
    padding-bottom: 180px
}

.section--testimonials .testimonial .fa-quote-left {
    color: rgba(21, 26, 33, .5)
}

.section--testimonials .testimonial h3 {
    color: #151a21
}

.section--testimonials .testimonial figure {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: 0 auto 15px
}

.section--testimonials .testimonial figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.mt--100 {
    margin-top: -130px;
    position: relative;
    z-index: 2
}

.price-block {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    border-top: solid 8px var(--primary);
    padding: 25px 30px
}

.price-block p,
.price-block ul {
    color: #000 !important;
    font-size: 16px !important;
    line-height: 23px
}

.price-block ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.price-block ul li {
    position: relative;
    padding-left: 30px
}

.price-block ul li::before {
    content: "";
    font-weight: 900;
    color: var(--primary) !important;
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: 0
}

.review {
    border: solid 1px #ececec;
    border-radius: 15px
}

.review__content p {
    font-size: 16px !important;
    line-height: 1.8;
    color: #343434
}

.review__content p:last-child {
    margin: 0
}

.review .star-dust {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    font-size: 18px;
    color: #ff9e2a
}

.vacancy {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    border-top: solid 8px var(--primary);
    padding: 40px
}

.vacancy .icon-wrapper {
    background: rgba(210, 186, 173, .4);
    width: 84px;
    height: 84px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin: 0 0 10px
}

@media(max-width: 991px) {
    .vacancy .icon-wrapper {
        width: 64px;
        height: 64px;
        flex: 0 0 64px
    }
}

.social-info-big--white a {
    color: #fff !important
}

.social-info-big.items-center .social-links {
    justify-content: center
}

.social-info-big .social-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 30px
}

@media(max-width: 575px) {
    .social-info-big .social-links {
        gap: 15px
    }
}

.social-info-big a {
    text-decoration: none;
    color: #000;
    font-size: 35px;
    line-height: 1
}

@media(max-width: 575px) {
    .social-info-big a {
        font-size: 20px
    }
}

.lawyer-card__content p:last-child {
    margin: 0
}

.bg-white-overlay {
    background: rgba(255, 255, 255, .1)
}

#postCategoriesTabs {
    border-bottom: solid 1px #000;
    justify-content: space-between
}

#postCategoriesTabs .nav-item .nav-link {
    font-size: 24px;
    line-height: 1;
    color: rgba(0, 0, 0, .5);
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    padding-bottom: 20px
}

#postCategoriesTabs .nav-item .nav-link:hover {
    border: none;
    color: #000
}

#postCategoriesTabs .nav-item.show .nav-link,
#postCategoriesTabs .nav-link.active {
    margin: 0;
    border: none;
    color: #000
}

#postCategoriesContent {
    margin-top: 35px
}

.front-media .post {
    margin: 0 0 30px
}

.front-media .post figure {
    padding-bottom: 80%;
    position: relative;
    margin: 0 0 20px
}

.front-media .post figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.front-media .post h2 {
    font-size: 24px;
    line-height: 30px;
    color: #151a21;
    font-weight: 700
}

.front-media .post h2 a {
    color: inherit;
    text-decoration: none
}

.section--blog .blog-post figure {
    overflow: hidden;
    position: relative;
    padding-bottom: 85%
}

.section--blog .blog-post figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .2s ease-out
}

.section--blog .blog-post:hover img {
    transform: scale(1.1)
}

.section--blog .blog-post h2 {
    font-size: 25px;
    line-height: 30px;
    color: #151a21
}

.section--blog .blog-post h2 a {
    color: inherit;
    text-decoration: none;
    transition: .2s ease-out
}

.section--blog .blog-post h2 a:hover {
    color: var(--primary)
}

.section--blog .blog-post__date {
    color: #828e9d;
    font-size: 14px
}

.section--blog .blog-post p {
    font-size: 18px !important;
    color: #000
}

.ff-default .ff-el-form-control {
    border-radius: 0 !important
}

.accordion-item{
    border: none !important;
    border-radius: 0 !important;
    box-shadow: 0 5px 16px rgba(8, 15, 52,.06);
}
.accordion-button{
    font-size: 24px;
    font-weight: 700;
    color: #000000 !important;
    background: #FFFFFF !important;
    box-shadow: none !important;
    position: relative;
    padding-right: 80px;
}
.accordion-button:after{
    display: none!important;
}
.accordion-button .toggler{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-left: auto;
    background: var(--primary);
    position: absolute;
    top: 16px;
    right: 20px;
}
.accordion-button .toggler span{
    display: block;
    width: 18px;
    height: 2px;
    position: absolute;
    background: #FFFFFF;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: .3s ease-out;
}
.accordion-button.collapsed .toggler span:nth-child(2){
    transform: rotate(90deg);
}
.head-price-text + .price-block{
    border-top: 0;
}
.global-rate{
    box-shadow: 0 4px 30px rgba(0,0,0,.1);
    min-width: 250px;
}
.global-rate .score{
    color: #FEA500;
    font-size: 25px;
    font-weight: 900;
}
.global-rate .reviews{
    color: #808080;
    font-size: 18px;
}

.b-pagination{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.b-pagination .page-numbers{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    text-decoration: none;
    font-weight: 600;
    color: #000000;
    background: #f1f5fa;
}
.b-pagination .page-numbers.current{
    background: var(--primary);
}
.error404 .main-header,
.page-template-simple-page .main-header{
    background: var(--secondary);
    position: static;
}
.error404 .page-content{
    padding: 100px 0;
    text-align: center;
}
.error404 .page-content h1{
    font-size: 100px;
}
.error404 .page-content .btn{
    margin-left: auto;
    margin-right: auto;
}

@media(min-width: 1200px){
    #menu-right-menu, #menu-left-menu{
        width: 34%;
    }
    #menu-right-menu{
        justify-content: flex-end;
    }
}

@media(min-width: 1200px) and (max-width: 1399px){
    .custom-logo-link img{
        width: 130px;
        height: auto;
    }
    #menu-right-menu, #menu-left-menu{
        width: calc(50% - 65px);
    }
    .main-header .navbar-nav{
        gap: 30px;
    }
}

.team-members{
    position: relative;
    border-top: solid 1px #DADADA;
    border-right: solid 1px #DADADA;
    border-left: solid 1px #DADADA;
}
.team-members:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #DADADA;
}
.team-members .member-wrapper{
    border-bottom: solid 1px #DADADA;
    border-right: solid 1px #DADADA;
    padding: 45px;
    text-align: center;
}
.team-members .member-wrapper figure{
    padding-bottom: 100%;
    background-color: #F1F5FA;
    margin: 0 0 45px;
	position: relative;
}
.team-members .member-wrapper h3{
    font-size: 24px;
    margin: 0 0 10px
}
.team-members .member-wrapper h3 a{
    text-decoration: none;
    color: inherit;
}
.team-members .member-wrapper .a-title{
    font-weight: 600;
    font-size: 12px;
    color: #7B7B7B;
    text-transform: uppercase;
}
.team-members .member-wrapper:nth-child(4){
    border-right: 0;
}
.uppercase{
    text-transform: uppercase;
}
.single-team .subscribe-wrapper{
    background: var(--primary);
}
@media(min-width: 992px){
    .single-th{
        transform: translateY(300px);
    }
}
/*# sourceMappingURL=style.css.map */