/*
Theme Name: ADJ Protection
Theme URL: https://www.solo.gecko.media
Description: ADJ Protection Wordpress child theme developed by Gecko Web Solutions.
Author: Dan Davies | Gecko Web Solutions
Template: sologeckomaster
Version: 1.0
Text Domain: adjprotection
*/ 


#slide.solid {
    background: #244b67;
    color: white;
}

body.gotham #slide.solid h1 {
    font-weight: 400;
    font-family: "gotham_boldregular";
    font-size: 3.0625rem;
    line-height: 1.2;
    padding-top: 3.25rem;
    text-shadow: 0px;
}

#slide.solid p {
    width: 50%;
}

section#intro {
    margin-top: 4.375em; /* 70px */
    float: left;
    width: 100%;
}

section#intro .left {
    width: 50%;
    float: left;
    text-align: left;
    padding-right: 10%
}

section#intro .right {
    width: 40%;
    float: right;
}

section#intro .right img {
    width: 100%;
}

section#intro h2 {
    font-size: 1.75rem;
    font-weight: 400;
    padding-bottom: 2.625rem;
    padding-top: 2.5rem;
    line-height: 1.2;
    font-family: "gotham_mediumregular";
}

body.gotham section#intro .left p {
    padding-bottom: 1em;
}

body.gotham section#intro .left ul {
    margin: 0 0 1em 1.25em;
}

body.gotham section#intro .left a {
    color: #244b67;
}

body.gotham section#intro .left a:hover {
    color: #4d4d4c;
}

body.gotham section#intro .left h1,
body.gotham section#intro .left h2,
body.gotham section#intro .left h3,
body.gotham section#intro .left h4,
body.gotham section#intro .left h5,
body.gotham section#intro .left h6 {
    font-family: 'gotham_mediumregular';
    font-weight: normal;
    padding-bottom: 0.5em;
    padding-top: 0.2em;
}

body.gotham section#intro .left h1 {
    font-size: 1.875em; /* 30px */
}

body.gotham section#intro .left h2 {
    font-size: 1.75em; /* 28px */
}

body.gotham section#intro .left h3 {
    font-size: 1.625em; /* 26px */
}

body.gotham section#intro .left h4 {
    font-size: 1.5em; /* 24px */
}

body.gotham section#intro .left h5 {
    font-size: 1.375em; /* 22px */
}

body.gotham section#intro .left h6 {
    font-size: 1.25em; /* 20px */
}

section#intro.alt {
    background: #f2f2f2;
    padding: 0;
    margin-top: 0;
    height: 31.25em; /* 500px */
}

section#intro.alt .left {
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    height: 31.25em; /* 500px */
    padding: 0;
}

section#intro.alt .left .button {
    width: auto;
    height: 3.125rem;
    background: #244b67;
    position: relative;
    float: left;
    padding-right: 50px;
    margin: 15px 0;
}

section#intro.alt .left .button:hover {
    background: #4d4d4d;
}

section#intro.alt .left .button p.text {
    color: #fff;
    font-size: 16px; /* 1rem */
    font-weight: 200;
    height: 3.125rem;
    left: inherit;
    line-height: 3.125rem;
    padding: 0 0 0 0.9375em; /* 15px */
    position: relative;
    top: inherit;
    width: 100%;
    padding-right: 2.1875em; /* 35px */
    float: left;
}

section#intro.alt .left .button p.text span.block {
    height: 3.125rem;
    margin-left: 0.9375em; /* 15px */
    width: 3.125rem;
    line-height: 3.125rem;
    position: absolute;
    top: 0;
    right: 0;
}

section#intro.alt .right {
    float: left;
    padding-right: 10%;
    position: absolute;
    top: 0;
    left: 1.875em; /* 30px */
    height: 31.25em; /* 500px */
}

section#intro.alt .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.gotham section#intro.alt .left ul {
    padding-left: 1.25em;
}

@media screen and (min-width: 1px) and (max-width: 620px) {

    .page-template-template-landing-adj #slide {
        height: auto;
    }

    #slide.solid {
        padding-bottom: 5vw;
    }

    .page-template-template-landing-adj #slide .wrapper {
        padding: 0 5vw;
        width: 90vw;
    }

    #slide.solid p {
        width: 100%;
    }

    section#intro {
        display: flex;
        flex-direction: column;
    }

    section#intro .right {
        order: 1;
        width: 100%;
    }

    section#intro .left {
        order: 2;
        width: 100%;
    }

    section#intro.alt {
        height: auto;
    }

    section#intro.alt .wrapper {
        display: flex;
        flex-direction: column;
        width: 90vw;
        padding: 0 5vw;
    }

    section#intro.alt .left {
        order: 2;
        display: block;
        height: auto;
        padding: 10vw 0;
    }

    section#intro.alt .right {
        order: 1;
        position: relative;
        margin-left: 0;
        width: 100vw;
        left: inherit;
        margin-left: -5vw;
    }

    

}
