

//Font Awesome Styling for icons used in Plugin
i.fas.fa-stack-2x {
    color: black;
}


//Call to Action Block
.cta-container {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 40px 10%;
    .cta-overlay {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    p {
        margin-bottom: 20px;
    }
    * {
        position: relative;
        z-index: 1;
    }
}


//Carousel Block
.bx-wrapper {
    .bx-controls-direction {
        .bx-prev, .bx-next {
            text-indent: 0;
            span {
                top: -50%;
                text-shadow: 0px 4px 12px rgba(0,0,0,.4);
            }
        }
        .bx-prev span {
            left: -40px;
        }
        .bx-next span {
            right: -12px;
        }
    }
    .bx-pager {

    }
}

.diviner-blocks-carousel-container {
    .carousel-thumb {
        position: relative;
        .caption {
            position: absolute;
            bottom: 0;
            width: 100%;
            background: rgba(0,0,0,.4);
            line-height: 1.8em;
            letter-spacing: .03em;
            color: white;
            padding: 10px 14px;
        }
    }
}


// Styling for Info Box
.db-info-container {
    min-height: 400px;
    display: flex;
    flex-direction: row;
    & > * {
        width: 50%;
    }
    .db-media {
        height: 100%;
        background-color: #ddd;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .column_2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        h2 {
            margin-bottom: 10px;
        }
    }
}
.is-style-toggled {
    flex-direction: row-reverse;
}
