.top-three {
    padding-top: 100px !important;
}

@media (min-width: 768px) {
    .row-sm-flex-center {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 1024px) {
    .navbar-brand img {
        height: 50px !important;
    }
}

@media (max-width: 480px) {
    .dp-navbar {
        min-width: 0 !important;
        max-width: 230px;
        margin: 0;
        line-height: inherit;
    }
}

.modal-open {
    position: fixed;
}

.navbar-collapse.collapse.affix-top {
    padding: 10px 0 !important;
}

.navbar-collapse.collapse.affix {
    padding: 30px 0;
}

.navbar-collapse.affix-top .navbar-nav {
    padding-top: 20px;
}

.navbar-collapse.affix-top .dp-navbar {
    height: 100px;
}

.dp-navbar {
    text-align: left;
    line-height: 50px;
}

.navbar-brand img {
    height: 100px;
    max-height: 100%;
    min-height: 45px !important;
}

.editor li {
    text-align: left;
    position: relative;
    right: 50%;
    width: 100%;
}

.editor p,
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
    clear: both;
}

.editor ul,
.editor ol {
    position: relative;
    float: left;
    clear: both;
    display: block;
    left: 50%;
}

.editor ul {
    list-style: disc;
}

div.editor.light-bg {
    background-color: #f2f5f7 !important;
}

div.editor {
    display: inline;
}

div.editor.dark-bg {
    background-color: #2f4052 !important;
}

.dp-navbar span {
    padding-right: 5px;
}

.dp-navbar {
    min-height: 50px;
    line-height: 18px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.btn.responsive-menu {
    margin-top: 5px;
}

#modalStripe label {
    width: 100%;
}
