/****************
 * LAYOUT STYLE *
 ****************/

.double_column {
    display: flex;
    flex-flow: wrap;
    gap: 40px;
}

.double_column.align-center {
    align-items: center;
}

.double_column.align-end {
    align-items: end;
}

.double_column>div {
    width: 100%;
}

.double_column>.mobile-order-2 {
    order: 2;
}

.double_column>.mobile-order-1 {
    order: 1;
}

.flexible-content-container>.custom-container {
    max-width: 1160px;
}

.section-top-space {
    padding-top: 60px;
}

.section-bottom-space {
    padding-bottom: 60px;
}

.elements_wrapper {
    display: flex;
    flex-direction: column !important;
    flex-flow: wrap;
    gap: 20px;
}

.ct-heading {
    font-weight: 700;
    color: #000;
    letter-spacing: 2px;
    line-height: 1.3;
    margin-bottom: 0px;
    font-family: 'Muli', sans-serif;
}

.ct-heading.mobile-align-center {
    text-align: center;
}

.ct-heading.mobile-align-left {
    text-align: left;
}

.ct-heading.h2_size {
    font-size: clamp(2.5rem, 2.143rem + 0.714vw, 3rem);
}

.ct-heading.h3_size {
    font-size: clamp(2.2rem, 1.914rem + 0.571vw, 2.6rem);
}

.ct-heading.custom_size {
    font-size: var(--ct-heading-font-size);
}

.ct-heading.custom_color {
    color: var(--ct--custom-heading-font-color);
}

.ct-content-block li,
.ct-content-block p,
.ct-content-block small {
    font-size: 18px;
    color: #525252;
    line-height: 1.4;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.ct-content-block a {
    color: #81ab8f;
    transition: all .5s cubic-bezier(.17, .66, .34, .98);
    border-bottom: 1px solid transparent;
}

.ct-content-block a:hover {
    border-bottom: 1px solid #81ab8f;
}

.ct-content-block li {
    margin-bottom: 10px;
}

.ct-content-block>p:last-child,
.ct-content-block>ul:last-child,
.ct-content-block li:last-child {
    margin-bottom: 0;
}

.ct-content-block ul {
    margin: 20px 0;
    text-align: left;
}

.ct-content-block.list_style_1 li,
.ct-content-block.list_style_2 li {
    position: relative;
    padding-left: 30px;
    font-weight: 700;
    color: #000;
    letter-spacing: 2px;
}

.ct-content-block.list_style_1 li>span,
.ct-content-block.list_style_2 li>span {
    font-weight: 400;
}

.ct-content-block.list_style_1 li:before,
.ct-content-block.list_style_2 li::before {
    content: "";
    display: block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    background-image: url(https://dsblawfirm.com/wp-content/themes/lawrank-template-9/media/list-style-mark-2.png);
    width: 14px;
    height: 14px;
    top: 6px;
}

.ct-content-block.list_style_2 li::before {
    background-image: url(/wp-content/themes/lawrank-template-9/media/list-style-mark-1.png);
    width: 19px;
    height: 17px;
    top: 5px;
    left: 0;
}

.ct-content-block.mobile-align-left {
    text-align: left;
}

.ct-content-block.mobile-align-center {
    text-align: center;
}

.ct-content-block small *,
.ct-content-block small {
    font-size: 14px;
}

.ct-content-block small {
    display: block;
    margin-bottom: 15px;
}

.ct-image-block {
    display: block;
    width: 100%;
}

.ct-image-block>img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.ct-image-block.style-cover {
    position: relative;
    height: 100%;
    min-height: 300px;
}

.ct-image-block.style-cover>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ct-image-block.style-cover.position_top_center>img {
    object-position: top center;
}

.ct-image-block.style-cover.position_center_center>img {
    object-position: center;
}

.ct-button-block>a {
    font-size: 17px;
    height: auto;
    padding: 10px 25px;
    width: auto;
    max-width: fit-content;
}

.ct-button-block.mobile-align-center>a {
    margin: 0 auto;
}

.ct-button-block.mobile-align-left>a {
    margin: 0 auto 0 0;
}

.ct-spacer-block {
    height: 20px;
    background-color: inherit;
}

.ct-spacer-block.custom_size {
    height: var(--ct--custom-spacer-size);
}

@media (min-width: 767px) {
    .ct-button-block>a {
        font-size: 20px;
        padding: 15px 30px;
    }
    .ct-spacer-block {
        height: 20px;
    }
    .ct-spacer-block.size-medium {
        height: 30px;
    }
    .ct-spacer-block.size-large {
        height: 40px;
    }
}

@media screen and (min-width:990px) {
    .double_column>.left_column.ct-lg-6 {
        width: calc(50% - 20px);
    }
    .double_column>.right_column.ct-lg-6 {
        width: calc(50% - 20px);
    }
    .double_column>.left_column.ct-lg-7 {
        width: calc(60% - 20px);
    }
    .double_column>.right_column.ct-lg-5 {
        width: calc(40% - 20px);
    }
    .double_column>.left_column.ct-lg-5 {
        width: calc(40% - 20px);
    }
    .double_column>.right_column.ct-lg-7 {
        width: calc(60% - 20px);
    }
    .double_column>.left_column.ct-lg-4 {
        width: calc(30% - 20px);
    }
    .double_column>.right_column.ct-lg-8 {
        width: calc(70% - 20px);
    }
    .double_column>.left_column.ct-lg-8 {
        width: calc(70% - 20px);
    }
    .double_column>.right_column.ct-lg-4 {
        width: calc(30% - 20px);
    }
    .double_column>.mobile-order-2 {
        order: 1;
    }
    .double_column>.mobile-order-1 {
        order: 2;
    }
    .elements_wrapper {
        gap: 25px;
    }
    .double_column>.left_column:has(+.right_column .ct-image-block.style-cover) {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .double_column>.left_column:has( div.style-cover)+.right_column {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .ct-spacer-block.size-medium {
        height: 40px;
    }
    .ct-spacer-block.size-large {
        height: 50px;
    }
    .double_column,
    .one_column {
        margin: 0 auto;
    }
    .row-size-100 {
        max-width: 100%;
    }
    .row-size-80 {
        max-width: 80%;
    }
    .row-size-60 {
        max-width: 60%;
    }
    .row-size-50 {
        max-width: 50%;
    }
    .row-size-40 {
        max-width: 40%;
    }
    .ct-heading.align-center {
        text-align: center;
    }
    .ct-content-block.align-center {
        text-align: center;
    }
    .ct-button-block.align-center>a {
        margin: 0 auto;
    }
    .ct-button-block.align-center-left>a {
        margin: 0 0 0 auto;
    }
    .ct-button-block.align-center-right>a {
        margin: 0 auto 0 0;
    }
}