.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 5px !important;
}

.p-2 {
    padding: 10px !important;
}

.p-3 {
    padding: 15px !important;
}

.p-4 {
    padding: 20px !important;
}

.p-5 {
    padding: 25px !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.px-1 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.px-2 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.px-3 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.px-4 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.px-5 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.py-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.py-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.py-4 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.py-5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.pl-1 {
    padding-left: 5px !important;
}

.pl-2 {
    padding-left: 10px !important;
}

.pl-3 {
    padding-left: 15px !important;
}

.pr-1 {
    padding-right: 5px !important;
}

.pr-2 {
    padding-right: 10px !important;
}

.pr-3 {
    padding-right: 15px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 5px !important;
}

.pb-2 {
    padding-bottom: 10px !important;
}

.pb-3 {
    padding-bottom: 15px !important;
}

.pb-4 {
    padding-bottom: 20px !important;
}

.pb-5 {
    padding-bottom: 25px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 5px !important;
}

.pt-2 {
    padding-top: 10px !important;
}

.pt-3 {
    padding-top: 15px !important;
}

.pt-4 {
    padding-top: 20px !important;
}

.pt-5 {
    padding-top: 25px !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 5px !important;
}

.m-2 {
    margin: 10px !important;
}

.m-3 {
    margin: 15px !important;
}

.m-4 {
    margin: 20px !important;
}

.m-5 {
    margin: 25px !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mx-1 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.mx-2 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.mx-3 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.mx-4 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.mx-5 {
    margin-left: 25px !important;
    margin-right: 25px !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.my-2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.my-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.my-4 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.my-5 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.ml-1 {
    margin-left: 5px !important;
}

.ml-2 {
    margin-left: 10px !important;
}

.ml-3 {
    margin-left: 15px !important;
}

.ml-4 {
    margin-left: 20px !important;
}

.ml-5 {
    margin-left: 25px !important;
}

.mr-1 {
    margin-right: 5px !important;
}

.mr-2 {
    margin-right: 10px !important;
}

.mr-3 {
    margin-right: 15px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 5px !important;
}

.mb-2 {
    margin-bottom: 10px !important;
}

.mb-3 {
    margin-bottom: 15px !important;
}

.mb-4 {
    margin-bottom: 20px !important;
}

.mb-5 {
    margin-bottom: 25px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 5px !important;
}

.mt-2 {
    margin-top: 10px !important;
}

.mt-3 {
    margin-top: 15px !important;
}

.mt-4 {
    margin-top: 20px !important;
}

.mt-5 {
    margin-top: 25px !important;
}

@media (min-width: 0px) and (max-width: 767px) {
    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mt-sm-1 {
        margin-top: 5px !important;
    }
}

.d-none {
    display: none !important;
}

.d-block {
    display: block;
}

.d-inline {
    display: inline;
}

.d-flex {
    display: flex;
    flex-direction: row;
}

.flex-column {
    flex-direction: column !important;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-end {
    justify-content: end;
}

.no-border {
    border: 0 !important;
}

.card {
    border: 1px solid #bfbfbf;
}

.card.shadow {
    box-shadow: 2px 2px 3px 0px #aaaaaa80;
}

.card-header {
    border-bottom: 1px solid #bfbfbf;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px !important;
}

.card-body {
    padding-bottom: 20px;
    margin-bottom: 0px !important;
}

.table-thumbnail {
    padding: 0 !important;
    width: 100px !important;
}

.table-thumbnail > img {
    height: 64px;
    width: 100px;
    object-fit: cover;
}

.table-actions {
    vertical-align: text-top !important;
    width: 140px !important;
}

.table-actions a {
    padding-left: 8px !important;
}

.table-date {
    width: 90px !important;
}

select option:disabled {
    background-color: #ebebe4;
}

.btn-icon {
    font-weight: 400;
    color: #111;
    border: none;
    display: inline;
}

.btn-icon,
.btn-icon:active,
.btn-icon.active,
.btn-icon[disabled],
fieldset[disabled] .btn-icon {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-icon,
.btn-icon:hover,
.btn-icon:focus,
.btn-icon:active {
    border-color: transparent;
}

.btn-icon:hover,
.btn-icon:focus {
    color: #eb0254;
    text-decoration: underline;
    background-color: transparent;
}

.btn-icon[disabled]:hover,
fieldset[disabled] .btn-icon:hover,
.btn-icon[disabled]:focus,
fieldset[disabled] .btn-icon:focus {
    color: #777777;
    text-decoration: none;
}

.ckeditor-content {
    font-size: 17px;
}
.ckeditor-content img {
    max-width: 100%;
    object-fit: cover;
}
.ckeditor-content h2 {
    margin-top: 0;
    margin-bottom: 25px;
}

.news-list-item .img-wrapper img {
    width: 100%;
    height: 90px;
    object-fit: cover;
}

.articles-list .img-wrapper img {
    width: 100%;
    height: 164px;
    object-fit: cover;
}

@media (max-width: 767px) {
    .articles-list .img-wrapper img {
        width: 100%;
        height: 82px;
    }
}

.news-list-item article img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #e0e0e0;
}

/* builder */
.builder-show-row-in-page {
    position: relative;
}
.builder-show-row-in-page::after {
    content: "";
    position: absolute;
    top: -5px;
    left: -10px;
    right: -10px;
    bottom: -5px;
    /* background-color: #007bff40; */
    background-color: rgba(107, 177, 243, 0.2);
    z-index: -1;
}
.builder-show-column {
    position: relative;
}
.builder-show-column::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    /* background-color: #6c757d40; */
    background-color: rgba(109, 162, 183, 0.2);
    z-index: -1;
}
.builder-show-row-in-column {
    position: relative;
}
.builder-show-row-in-column::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    /* background-color: #17a2b840 ; */
    background-color: rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.builder-add-box {
    border-style: dashed;
    opacity: 0.4;
    transition: opacity 0.3s ease;
}

.builder-add-box:hover {
    opacity: 1;
}

body.modal-open {
    overflow: hidden;
    padding-right: 0 !important;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 10px);
}

.container-photo {
    column-width: 250px;
    column-gap: 15px;
    max-width: 100%;
    margin: 0px auto;
}

.container-photo > a {
    cursor: pointer;
}

.album-cover {
    width: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .album-cover {
        height: 400px;
    }
}

@media (min-width: 768px) {
    .album-cover {
        height: 140px;
    }
}

@media (min-width: 992px) {
    .album-cover {
        height: 180px;
    }
}

@media (min-width: 1200px) {
    .newimg_fluid {
        height: 200px;
    }
}

.alert-bibleGateway {
    color: black;
    background-color: #f9f9f9;
    border-color: #dddddd;
}
.alert-bibleGateway hr {
    border-top-color: #dddddd;
}
.alert-bibleGateway .alert-link {
    font-weight: normal;
    color: #925349;
}
