/* Gallery Styles */

.media-template-cta {
    padding-bottom: 15px
}

.media-template-cta .w-100 {
    width: 100%;
    max-width: 1500px;
    margin: 30px auto
}

.media-template-cta .fixed-header {
    position: relative;
    padding: 0;
    margin-bottom: 7.5px
}

@media(min-width: 768px) {
    .media-template-cta .fixed-header {
        padding:0 15px;
        margin-bottom: 15px
    }
}

.media-template-cta .fixed-header .header-container {
    position: relative;
    min-height: 50vh
}

.media-template-cta .fixed-header .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center
}

.media-template-cta .fixed-header .header-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px;
    background-color: rgba(171,35,40,.87)
}

@media(min-width: 768px) {
    .media-template-cta .fixed-header .header-caption {
        left:30px;
        bottom: 30px;
        padding: 30px
    }
}

.media-template-cta .fixed-header .header-caption .btn-header {
    flex-direction: column;
    color: #fff
}

.media-template-cta .fixed-header .header-caption .btn-header h2,.media-template-cta .fixed-header .header-caption .btn-header h6 {
    display: block;
    width: 100%
}

.media-template-cta .media-row {
    display: flex;
    flex-wrap: wrap
}

.media-template-cta .media-row::before,.media-template-cta .media-row::after {
    display: none
}

.media-template-cta .media-row .media-item {
    margin: 7.5px 0
}

@media(min-width: 768px) {
    .media-template-cta .media-row .media-item {
        margin:15px 0
    }
}

.media-template-cta .media-row .media-item .inner-container {
    padding: 15px;
    border: 1px solid #d3d3d3;
    height: 100%;
    text-align: center
}

@media(min-width: 768px) {
    .media-template-cta .media-row .media-item .inner-container {
        padding:30px
    }
}

@media(min-width: 768px) {
    .media-template-cta .media-row .media-item h3 {
        font-size:22px;
        font-size: 1.375rem
    }
}

.media-template-cta .moremedia-container {
    text-align: center;
    margin-top: 30px
}

.media-template-cta .moremedia-container .btn,.media-template-cta .moremedia-container .btn-white,.media-template-cta .moremedia-container .btn-tertiary,.media-template-cta .moremedia-container .btn-outline-light,.media-template-cta .moremedia-container .btn-outline-dark,.media-template-cta .moremedia-container .comments-area .form-submit .submit,.comments-area .form-submit .media-template-cta .moremedia-container .submit {
    width: 100%
}

@media(min-width: 380px) {
    .media-template-cta .moremedia-container .btn,.media-template-cta .moremedia-container .btn-white,.media-template-cta .moremedia-container .btn-tertiary,.media-template-cta .moremedia-container .btn-outline-light,.media-template-cta .moremedia-container .btn-outline-dark,.media-template-cta .moremedia-container .comments-area .form-submit .submit,.comments-area .form-submit .media-template-cta .moremedia-container .submit {
        width:auto
    }
}

.media-template-cta .media-container h2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.media-template-cta .media-container .btn,.media-template-cta .media-container .btn-white,.media-template-cta .media-container .btn-tertiary,.media-template-cta .media-container .btn-outline-light,.media-template-cta .media-container .btn-outline-dark,.media-template-cta .media-container .comments-area .form-submit .submit,.comments-area .form-submit .media-template-cta .media-container .submit {
    margin: 0 30px
}

.media-template-cta .media-container .btn i,.media-template-cta .media-container .btn-white i,.media-template-cta .media-container .btn-tertiary i,.media-template-cta .media-container .btn-outline-light i,.media-template-cta .media-container .btn-outline-dark i,.media-template-cta .media-container .comments-area .form-submit .submit i,.comments-area .form-submit .media-template-cta .media-container .submit i {
    margin-left: 5px
}