/*
Theme Name: PCP
Text Domain: pcp
*/

body {
    font-family: "Cabin", sans-serif;
    background: #f3cff2;
    color: #6e056e;
}

p {
    line-height: 1.3;
}

.container {
    max-width: 1400px;
    width: 100%;
}

#site-footer {
    background: #500550;
    padding: 60px 0 20px 0;
}

#site-footer * {
    color: #FFF;
}

#site-footer p {
    font-size: 13px;
}

#site-footer ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 60px auto 20px auto;
}

#site-footer ul li {
    margin-right: 30px;
}

#site-footer ul li a {
    font-size: 16px;
    color: #FFF;
    text-decoration: none;
    font-family: inherit ;
}

#site-footer ul li a:hover {
    text-decoration: underline;
}


.btn-light {
    color: #505051;
    padding: 12px 20px;
    font-size: 1rem;
    text-transform: initial;
    letter-spacing: initial;
    font-weight: 600;
    line-height: 1.25;
    text-decoration: none;
}

#site-header #vehicle-form-1 {
    padding: 0;
}

#site-header {
    padding: 20px;
}

#header-logo {
    display: block;
    font-size: 30px;
    font-weight: bold;
}

#home-top {
    padding: 40px 20px;
    text-align: center;
}

#home-top h1 {
    font-weight: bold;
    line-height: 1.1;
    font-size: 70px;
    text-align: center;
}

#home-bottom {
    position: relative;
    padding: 30px 20px 150px 20px;
}

#home-bottom svg {
    background-color: #505051;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

#home-bottom h2 {
    font-weight: bold;
    line-height: 1.1;
    font-size: 50px;
    text-align: center;
}

.v-form-container button {
    border-radius: 40px;
    font-family: inherit;
    top: 0;
    height: auto;
    font-weight: 700;
    text-transform: none;
    color: #FFF;
    font-size: 20px;
    width: auto;
    background: #500550;
    display: inline-block;
    border: none;
    position: relative;
    opacity: 1;
    transition: all 0.2s;
    padding: 15px 20px;
    box-shadow: 4px 4px 0 #a327e1;
}

.v-form-container button:hover {
    background: #750675;
}

#home-middle {
    padding: 30px 20px;
    margin: 20px 0;
    background: #750675;
}

#home-middle h2 {
    font-weight: bold;
    color: #f3cff2;
    line-height: 1.1;
    padding: 40px 0;
    font-size: 70px;
}

.info-boxes {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

.info-box {
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 3px 3px 0 #ef70eb;
    padding: 20px;
    display: flex;
    background: #FFF;
    margin-top: 20px;
    align-items: center;
}

#home-top i {
    text-align: center;
    color: #ebb4e9;
    position: relative;
    font-size: 70px;
    margin: 0 auto 20px auto;
}

.info-boxes .info-box {
    flex: 0.5;
    flex-basis: calc((100% - 40px) / 2);
    flex-grow: 0;
    flex-shrink: 0;
    color: #000;
}

.info-box-left {
    width: 48px;
    margin-right: 20px;
    flex-grow: 0;
    display: none;
    flex-shrink: 0;
}

.info-box-left i {
    font-size: 45px;
    color: #d3abe7;
}

.info-box-right {
    flex: 1;
}

.info-box-right h3{
    font-size: 20px;
    font-weight: bold;
}

.info-box-right p {
    margin: 0;
}

.info-box-large {
    border-top: 2px solid #f3cff2;
    border-radius: 0;
    padding-top: 40px;
    display: block;
    margin-top: 60px;
    text-align: center;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    background: transparent;
    box-shadow: none;
    color: #FFF;
    font-size: 20px;
}

.info-box-large h3 {
    font-weight: bold;
    text-align: center;
}

#home-top h2 {
    padding: 20px;
    text-align: center;
    background: #FFF;
    font-size: 40px;
    max-width: 800px;
    font-weight: bold;
    border-radius: 20px;
    margin: 40px auto;
}

#home-top p {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}


@media all and (max-width: 890px) {
    .info-boxes .info-box {
        flex-basis: calc((100% - 40px) / 2);
    }
}

@media all and (max-width: 767px) {
    #site-header .col-sm-12 {
        align-items: center;
    }

    #home-top {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: calc(100vh - 110px);
    }

    .info-box-large {
        margin-top: 40px;
    }

    .info-boxes .info-box {
        flex-basis: calc(50% - 10px);
        width: calc(50% - 20px);
        align-items: flex-start;
        margin-bottom: 5px;
        padding: 15px;
    }

    .info-box-right h3 {
        font-size: 17px;
    }

    #header-logo {
        display: block;
        font-size: 19px;
        margin-right: 20px;
        line-height: 1.2;
    }

    #site-header {
        padding-left: 5px;
        padding-right: 5px;
    }

    #site-header button {
        font-size: 14px;
        padding: 10px 15px;
    }

    #site-footer ul {
        flex-wrap: wrap;
        margin-top: 35px;
    }

    #home-bottom {
        padding-bottom: 60px;
    }

    #home-middle h2 {
        padding: 10px 0;
    }

    #home-top {
        padding: 25px 10px;
    }

    #site-footer ul li {
        margin-bottom: 20px;
    }

    #home-top h2 {
        margin-top: 20px;
        font-size: 20px;
    }

    #site-footer {
        padding: 40px 25px 0 25px;
    }

    #home-bottom h2,
    #home-middle h2 {
        font-size: 25px;
    }

    .info-box-large {
        margin-bottom: 0;
    }

    #home-top h1 {
        margin-bottom: 0px;
        font-size: 35px;
    }
}