body,
html {
    height: 100%;
    margin: 0;
}

body {
    font-family: 'Raleway', sans-serif;
    color: #001632;
}

.radio label, .checkbox label {
    padding-left: 20px !important;
}

.donation-wrap .checkbox {
    left: 0;
}

.donation-wrap .checkbox span {
    font-size: 18px;
    font-weight: bold;
    color: red;
}

a:hover,
a:focus {
    text-decoration: none;
}

.landing-hero-image {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 100%;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

body.page-template-page-landing-v2 {
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url('https://sos.org.mk/wp-content/themes/pstarter/assets/images/corner-glow.svg');
}

body.page-template-page-landing-v2 header.header-v2 {
    background: transparent;
    padding: 45px 0 5px;
}

.landing-hero-v2 {
    position: relative;
    margin-top: 21px;
}

.landing-hero-v2::before {
    content: url('https://sos.org.mk/wp-content/themes/pstarter/assets/images/blue-glow.svg');
    position: absolute;
    top: 10%;
    left: 50%;
    z-index: 0;
    margin-left: -860px;
    animation-name: blue-floating;
    animation-duration: 15s;
    animation-iteration-count: infinite;
}

@keyframes blue-floating {
    0% { top: 10%; left: 50%; }
    33%   { top: 28%; left: 66%; }
    66%  { top: 6%; left: 33%; }
    100% { top: 10%; left: 50%; }
}

.landing-hero-v2-image {
    border-radius: 60px 0 60px 0;
    overflow: hidden;
}

/* Donation form // Step form */
.donation-form-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 20px hsl(0deg 0% 11% / 20%);
    background: #fff;
}

.donation-form-container .donation-title {
    margin-bottom: 15px;
    padding: 20px 15px;
    color: #fff;
    background: #33B1E6;
}

.donation-form-container .donation-title h3 {
    margin: 0;
    margin-top: 7px;
    font-size: 21px;
    font-weight: bold;
    text-transform: none;
    color: #fff;
}

.donation-form-container .donation-title p {
    font-size: 13px;
}

.donation-form-container .donation-value {
    padding: 0 15px 15px 15px;
}

.donation-form-container .donation-value span {
    color: #e84361;
    font-size: 20px;
    font-weight: bold;
}

.donation-form-container .donation-wrap {
    padding: 0 15px 20px 15px;
}

.donation-form-container .donation-form-description {
    padding: 0 15px;
    font-size: 15px;
    font-weight: bold;
}

.donation-form-container .donation-form-description p {
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
}

.donation-wrap .paymentGroup {
    margin: 20px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
}

.donation-wrap .paymentGroup .methodName {
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: bold;
}

.donation-wrap .paymentGroup .methodGroup {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
    margin-left: -8px;
    margin-right: -8px;
}

.donation-wrap .paymentGroup .methodGroup .paymentMethod {
    padding: 0;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    flex: 1;
    box-shadow: none;
}

.donation-wrap .paymentGroup .paymentMethod .method {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    transition: all 0.5s;
}

.donation-wrap .paymentGroup .paymentMethod .method span {
    font-size: 11px;
}

.donation-wrap .paymentGroup .paymentMethod input {
    display: none;
}

.donation-wrap .paymentGroup .paymentMethod.active {
    outline: none !important;
}

.donation-wrap .paymentGroup .paymentMethod.active .method {
    color: #fff;
    border-color: #EC6981;
    background: #EC6981;
    outline: none !important;
}

.donation-wrap .paymentGroup .paymentMethod .method:hover {
    color: #fff;
    border-color: #EC6981;
    background: #EC6981;
    outline: none !important;
}

.donation-wrap .form-control.amount {
    margin-top: 5px !important;
    height: 40px;
    border-color: #3cacfe;
    box-shadow: none;
    background: #fff;
}

.donation-wrap .has-error .form-control {
    border-color: #ff002e;
}

.btn.active,
.btn:active {
    box-shadow: none;
}

.btn-donate {
    padding: 15px 25px;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: #33B1E6;
}

.btn-donate.focus,
.btn-donate:focus,
.btn-donate:hover,
.btn-donate.active.focus,
.btn-donate.active:focus,
.btn-donate.focus,
.btn-donate:active.focus,
.btn-donate:active:focus,
.btn-donate:focus {
    color: #fff;
    outline: none;
    background: #65ab44;
}

.nav-section {
    position: relative;
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    background: #00aeef;
}

.nav-section ul {
    margin: 0;
    margin-top: 7px;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: center;
    align-items: flex-start;
    list-style: none;
}

.nav-section ul li {
    flex: 0 1 auto;
    margin-right: 25px;
    padding-right: 25px;
    border-right: 1px solid #009fdb;
}

.nav-section ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.nav-section ul li a {
    display: block;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
}

.nav-section ul li a span {
    display: block;
    font-size: 12px;
    font-weight: 400;
}

.lnd-section {
    position: relative;
}

/* General SOS Section */
.container-fluid.nopadding {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.img-club {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    min-height: 100%;
    padding-bottom: 56.25%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.sos-club-text {
    position: relative;
    padding: 20px 0;
}

.sos-club-text p {
    font-size: 15px;
    line-height: 24px;
}

.sos-club-text h2 {
    position: relative;
    margin-bottom: 30px;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.3;
}

.sos-club-text h2 span.sub {
    display: block;
    font-size: 72px;
    font-weight: 900;
    color: #3cacfe;
}

.sos-club-description {
    position: relative;
    margin: 10px auto;
}

.sos-club-description p {
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 300;
    line-height: 27px;
}

.sos-club-description ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sos-club-description ol {
    margin: 0;
    padding: 0;
    padding-left: 25px;
    list-style-type: decimal;
    list-style-position: outside;
}

.sos-club-description ul li {
    position: relative;
    padding: 15px 0 7px 40px;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: flex-end;
    align-items: flex-start;
    z-index: 99;
}

.sos-club-description ol li {
    position: relative;
    padding: 15px 0 7px 15px;
    font-size: 15px;
    z-index: 99;
}

.sos-club-description ol li::marker {
    font-size: 21px;
    color: #001632;
    font-weight: bold;
}

.sos-club-description li::before {
    content: '';
    position: absolute;
    left: 0;
    width: 28px;
    height: 28px;
    z-index: -1;
    background-image: url(../images/li.svg);
}

.sos-club-description ol li::before {
    left: -25px;
}

/* Youtube */
.youtube {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
    line-height: 0%;
}

.youtube iframe {
    width: 100%;
    min-height: 350px;
}

/* SOS Friend */
.lnd-section.friend {
    padding: 50px 0;
    color: #fff;
    background: #3cacfe;
}

.lnd-section.friend .sos-club-text h2 {
    color: #fff;
    text-transform: none;
    text-align: center;
}

.lnd-section.friend .sos-club-text h2 span.sub {
    color: #fff;
}

.lnd-section.friend .sos-club-description li::before {
    background-image: url(../images/li-white.svg);
}

/* Footer Landing Page */
footer.lnd-footer {
    position: relative;
    padding: 40px 0;
    color: #fff;
    background: #f04d6a;
}

footer .title-footer {
    margin-bottom: 10px;
    display: block;
    font-size: 21px;
}

footer.lnd-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer.lnd-footer ul li {
    padding: 7px 0;
    font-size: 15px;
    line-height: 24px;
}

footer.lnd-footer ul li a {
    color: #fff;
}

/* Newsletter */
form.newsletter {
    position: relative;
    display: block;
    height: 60px;
    border-radius: 35px;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
    overflow: hidden;
}

form.newsletter input {
    line-height: 60px;
    padding: 0;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: #001632;
    background: #fff;
    letter-spacing: 0.02em;
}

form.newsletter input:not([type=submit]) {
    width: 100%;
    display: block;
    padding: 0 150px 0 30px;
}

form.newsletter input:not([type=email]) {
    position: absolute;
    height: 50px;
    line-height: 50px;
    top: 5px;
    right: 5px;
    border-radius: 25px;
    padding: 0 25px;
    background: #76b856;
    color: #fff;
    cursor: pointer;
}

form.newsletter input:not([type=email]):hover {
    background: #5b973d;
}

form.newsletter input:focus {
    outline: none;
    background: #eee;
}

/* Media Queries*/
@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }

    .flex-height {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: center;
        align-items: stretch;
        height: 100%;
    }

    .youtube iframe {
        width: 100%;
        height: 100%;
    }

}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }

    .club .sos-club-text {
        padding: 50px 100px;
    }
}

@media (max-width: 1440px) {
    .sos-club-text h2 {
        font-size: 38px;
    }
    
    .sos-club-text h2 span.sub {
        font-size: 56px;
    }
}

@media (max-width: 1199px) {
    .sos-club-text {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 991px) {

    body.page-template-page-landing-v2 {
        background-position: right 90px;
        background-repeat: no-repeat;
        background-image: url('https://sos.org.mk/wp-content/themes/pstarter/assets/images/right-glow.png');
    }

    header.header-v2 {
        display: none;
    }

    .nav-v2, .footer-v2 .footer-bank:after, .footer-v2 .footer-bottom::before {
        display: block;
    }

    .container {
        max-width: 100%;
    }

    .donation-wrap .paymentGroup .paymentMethod .method {
        padding: 10px 8px;
    }

    .donation-wrap .paymentGroup .methodGroup {
        margin-left: -4px;
        margin-right: -4px;
    }

    .donation-wrap .paymentGroup .methodGroup .paymentMethod {
        padding-left: 4px;
        padding-right: 4px;
    }

    .sos-club-text {
        padding-left: 15px;
        padding-right: 15px;
    }

    .nav-section .logo {
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }

    .nav-section ul {
        justify-content: center;
    }

    .lnd-sos-informations {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .landing-hero-image .pull-right {
        float: none !important;
    }

    .landing-hero-image {
        padding: 25px 0;
        height: auto;
        min-height: auto;
        background-image: none !important;
        background: #3cacfe;
    }

    .landing-hero-image.step {
        flex-wrap: wrap;
    }

    .landing-hero-image.step .logo-mobile {
        width: 100%;
        flex: 1;
        margin-bottom: 50px;
        text-align: center;
    }

    .sos-club-text h2 {
        font-size: 32px;
    }

    .sos-club-text h2 span.sub {
        font-size: 32px;
    }
}

@media (max-width: 560px) {
    .nav-section ul {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .nav-section ul li {
        border: none;
        margin-right: 0;
        margin-bottom: 20px;
        padding-right: 0;
    }

    .nav-section ul li:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 380px) {
    .col-380 {
        width: 100%;
    }
}