/*--------------------------------------------------------------
   Section Styles
--------------------------------------------------------------*/
.toucan-section{
    padding-top: 0;
    padding-bottom: 30px;
    @include mq('md') {
        padding-bottom: 40px;
    }
    @include mq('lg') {
        padding-bottom: 50px;
    }
}
.section-items > div{
    margin-bottom: 30px;
    @include mq('md') {
        margin-bottom: 40px;
    }
    @include mq('lg') {
        margin-bottom: 50px;
    }    
}

.section-items,
.toucan-products,
.toucan-filtered-products{
    margin-bottom: -30px;
    @include mq('md') {
        margin-bottom: -40px;
    }
    @include mq('lg') {
        margin-bottom: -50px;
    }
}
.toucan-products.toucan-slider{
    margin-bottom: 0;
}
.section-title{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.section-title-label{
    font-size: 1.4rem;
    font-weight: bold;
	letter-spacing: 1.75px;
    text-transform: uppercase;
}
.section-title-separator:after{
    content:"";
    width: 32px;
    height: 2px;
    background-color: #414141;
    margin-top: 20px;
    @include mq('md') {
        margin-top: 30px;
    }
}
.section-title .toucan-button-arrow{
    display: inline-flex;
    align-items: center;
    &:after{
        font-size: 1.8rem;
        margin-right: 10px;
    }
}


.section-item{
    position: relative;
}

.toucan-section + .toucan-bg-alt-1,
.toucan-bg-alt-1 + .toucan-section,
.toucan-bg-color + .toucan-section,
.toucan-section.p-0 + .toucan-section,
.toucan-bg-color,
.featured-area-7 + .toucan-section,
.featured-area-6 + .toucan-section,
.featured-area-5 + .toucan-section{
    padding-top: 30px;
    @include mq('md') {
        padding-top: 40px;
    }
    @include mq('lg') {
        padding-top: 50px;
    }
}
.toucan-section.toucan-bg-alt-1 + .toucan-bg-alt-1,
.toucan-section.toucan-bg-alt-2 + .toucan-bg-alt-2{
    padding-top: 15px;
    @include mq('md') {
        padding-top: 20px;
    }
    @include mq('lg') {
        padding-top: 25px;
    }
}
.toucan-section-archive-cover.p-0 + .toucan-section {
        padding-top: 30px;
    @include mq('lg') {
        padding-top: 50px;
    }
}

p:not(.form-group):last-child{
    margin-bottom: 0;
}
.section-title{
    text-align: center;
}
.section-bg video{
    display: block;
}
