#session-language {
    margin: 8px 15px 0 20px;
}

#session-language-dropdown {
    margin: 13px 15px 0 0;
}

#session-language-dropdown li {
    position: relative;
}

.selected-session-language {
    position: absolute;
    top: 6px;
    left: 4px;
}

#captcha {
    width: 100px !important;
    display: inline-block !important;
}

.checkbox label {
    padding-left: 0;
}
.checkbox label input {
    margin-right: 5px;
}

input[type="text"].input-sm,
input[type="date"].input-sm {
    font-size: 16px;
    line-height: 16px;
}

fieldset.fieldset-primary {
    border: 1px solid #2C3E50;
    padding: 0 10px 10px 10px !important;
    margin: 0 0 40px 0 !important;
    border-radius: 4px;
}

.fieldset-primary legend {
    padding: 0 10px;
    border-bottom: none;
    width: auto;
    color: #2c3e50;
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
}

ul.icon-list {
    list-style: none;
    padding-left: 0;
}
.icon-list li {
    padding-left: 1.8em;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
}
.icon-list li::before {
    font-family: "FontAwesome";
    display: inline-block;
    margin-left: -1.5em;
    width: 1.5em;
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
    color: #E74C3C;
    vertical-align: bottom;
}
.icon-info li::before {
    content: "\f05a";
}

.navbar-default .navbar-nav {
    margin: 0 0px 0px 20em;
}

.theme-showcase {
    padding: 80px 0 40px;
}

.hero {
    background-blend-mode: multiply;
    background-image: url(https://soulatsea.com/wp-content/uploads/2019/05/SoulAtSea-Hero-Bg-2.jpg),linear-gradient(180deg,rgba(224,43,32,0.6) 0%,rgba(237,240,0,0.2) 100%) !important;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    height: 80vh;
    margin-top: 60px;
}
.hero .row {
    padding-top: 11%;
    padding-bottom: 6%;
}

.home p {
    font-size: 18px;
    line-height: 24px;
}
.home p {
    font-size: 18px;
    line-height: 24px;
}

.about {
    padding: 50px 0 40px;
}

.logos {
    padding: 40px 0;  
}
.cruise-logos {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}

.cruise-logos img {
    max-width: 152px;
    padding: 10px;
    min-width: 100px;
}

.cruise-logos img.logo-large {
    max-width: 100%;
}

.page-heading {
    font-weight: 700;
    padding-bottom: 12px;
}

.btn-register {
    text-transform: uppercase;
    letter-spacing: 2px;
}


footer {
    background-color: #2C3E50;
}

footer p {
    margin: 0;
}

.sticky-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 60px;
}

@media (max-width:767px) {
    #session-language {
        margin: 12px 0 0 15px;
    }
}

pre.error-404 {
    border: 0;
    margin: 0 auto;
    display: table;
}
