/* Custom styles for WizePandas Landing Page Template */




/*--------------------------------------------------------------
Body
--------------------------------------------------------------*/

#panda h2 {
    font-weight: 800;
    color: #333333;
    letter-spacing: .02em;
    font-size: 2em;
    margin-bottom: .5em;
    text-transform: capitalize;
}
#panda h3.pan {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.5em;
    text-transform: capitalize;
    margin-bottom: .5em;
}
#panda h4 {
    font-size: 1.05em;
    font-weight: 600;
    margin-bottom: 1em;
    line-height: 1.5em;
}
#panda p {
    line-height: 1.8em;
    color: #696969;
}


/*--------------------------------------------------------------
Buttons
--------------------------------------------------------------*/
button.panda-download-media-kit {
    background: url(/wp-content/uploads/2019/07/button-back.jpg);
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    letter-spacing: .2em;
    box-shadow: -1px 4px 2px #00000017;
    text-transform: uppercase;
    font-size: .75em;
    font-weight: 600;
    cursor: pointer;
    border: none;
    padding: 1em;
    margin-top: .5em;
}
button.panda-download-media-kit a.pan {
    color: white;
}
button.panda-download-media-kit a.pan:hover {
   color: orange;
}
/*--------------------------------------------------------------
Hero Section
--------------------------------------------------------------*/
/* #panhero section -------------------- */
#panhero {


    padding: 2em 3em 13em;
    background: url(/wp-content/uploads/2019/07/wp_panda-hero-bkg5.jpg)  no-repeat;;
    margin-top: -51px;
    margin-bottom: -178px;
}
.panda-hero-columns {
    display: flex;
    margin-bottom: 2em;
    margin-top: 2em;
    align-items: center;
}
.panda-hero-1 {
    width: 100%;
    flex: 0 1 auto;
    margin: auto;
    text-align: right;
}
.panda-hero-1 img {
    margin: auto;
}
.panda-hero-2 {
    width: 100%;
    flex: 0 1 auto;
    margin: auto;
    margin-left: 2em;
}
#panhero h1.pan{
    color: white;
    font-size: 4em;
    font-weight: 800 !important;
    line-height: 1em;
    margin-bottom: .05em;
}
#panhero h3.pan {
    color: white;
    line-height: 1.3em;
    padding-right: 8em;
}
#panhero p {
    margin-left: 9em;
    font-size: small;
    margin-top: .2em;
    color: white;
}
/* hero responsive */
@media screen and (max-width: 1190px) {
    #panhero {
        margin-bottom: -57px;
    }
    #panhero h3.pan {
        padding-right: .5em;
    }
}
@media screen and (max-width: 880px) {
    #panhero {
        flex-direction: column;
        margin-top: -35px;
        margin-bottom: -176px;
    }
    .panda-hero-columns {
        flex-direction: column-reverse;
        text-align: center;
    }
    .panda-hero-2 {
        padding: 0 2em;
        margin-left: 0;
    }
    .panda-hero-1 {
        text-align: left;
    }
    #panhero p {
        color: white;
    }
    #panda h4 {
        margin-top: 1em;
        line-height: 1.5em;
    }
    .panda-column-case-1 img {
        margin: auto;
    }
    .panda-wp-logo-mobile img {
        margin: auto;
    }
}
@media screen and (max-width: 700px) {
    #panhero {
        padding: 2em 1em;
        margin-bottom: -26px;
    }
    #panhero h1.pan {
        font-size: 3em;
    }
    .panda-hero-2 {
        padding: 0;
        margin-left: auto;
    }
    #panda h3 {
        font-size: 1em;
    }
}
@media screen and (max-width: 410px) {
    #panhero h1.pan {
        font-size: 2em;
    }
}

/*--------------------------------------------------------------
Ad copy section
--------------------------------------------------------------*/
/* #pancenter section -------------------- */
.pancenter {
    width: 51%;
    text-align: center;
    padding: 0 0 3em 0;
    margin: auto;
}
/* responsive pancenter */
@media screen and (max-width: 1100px) {
    .pancenter {
        width: 80%;
    }
}
@media screen and (max-width: 700px) {
    .pancenter {
        width: 95%;
    }
}

/* panda 3 columns --------------- */
.panda-3-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: .5em;
    -moz-column-gap: .5em;
    column-gap: 8.5em;
    display: inline-block;
    text-align: center;
    padding: 0 22em 5em;
    vertical-align: text-top;
}
.panda-column {
    width: 100%;
}
.panda-column img {
    max-width: 50%;
    margin: auto;
}
/* panda 3 column responsive */
@media screen and (max-width: 1580px) {
    .panda-3-columns {
        column-gap: 3em;
        padding: 0 7em;
    }}
@media screen and (max-width: 880px) {
    .panda-3-columns {
        column-gap: 2em;
        padding: 0 1em 2em;
    }}
@media screen and (max-width: 700px) {
    .panda-3-columns {
        column-count: 1;
    }
    .panda-column {
        width: 80%;
        margin: auto;
    }
    .panda-column img {
        padding: 1em;
    }
}

/* #paninfo section ------------- */
#paninfo {
    display: flex;
    flex-wrap: wrap;
    padding: 6em 22em;
    background-color: #f7fafc;
}
/* panda-2-columns */
.panda-2-columns {
    display: flex;
    margin-bottom: 2em;
    align-items: center;
}
.panda-column {
    width: 100%;
    flex: 0 1 auto;
    margin: auto;
}
.panda-2-columns .panda-column img {
    max-width: 60%;
    margin-left: 4em;
}
/* panda 2 column responsive */
@media screen and (max-width: 1580px) {
    #paninfo {
        padding: 6em 7em;
    }
    .panda-2-columns .panda-column img {
        max-width: 80%;
    }
}
@media screen and (max-width: 880px) {
    .panda-2-columns .panda-column img {
        max-width: 100%;
    }
    #paninfo {
        padding: 6em 5em;
    }
}
@media screen and (max-width: 700px) {
    #paninfo {
        flex-direction: column;
        padding: 2em;
    }
    .panda-2-columns {
        flex-direction: column;
        text-align: center;
    }
    .panda-2-columns .panda-column img {
        margin: auto;
    }
}

/* #pancase section ------------- */
#pancase {
    display: flex;
    flex-wrap: wrap;
    padding: 6em 22em;
    background: url(/wp-content/uploads/2019/07/WIZEPANDAS_coins-bk.2.jpg) no-repeat;
    background-size: cover;
}
/* panda-case-2-columns */
.panda-case-columns {
    display: flex;
    margin-bottom: 2em;
    margin-top: 2em;
    align-items: center;
}
.panda-column-case-1 {
    width: 100%;
    flex: 0 1 auto;
    margin: auto;
}
.panda-column-case-2 {
    width: 100%;
    flex: 0 1 auto;
    margin: auto;
    border-radius: .2em;
    background: #27883db5;
    padding: 2em;
}
#pancase h3 {
    color: white;
    font-weight: 600;
    font-size: 1.8em;
  }
#pancase p {
    color: white;
}
/* panda-case-2-column responsive */
@media screen and (max-width: 1580px) {
    #pancase {
        padding: 0 1em 1em;
    }
}
@media screen and (max-width: 880px) {
    #pancase {
        padding: 6em 1em;
        flex-direction: column;
    }
    .panda-case-columns {
        flex-direction: column;
        text-align: center;
    }
    .panda-column-case-2 {
        margin-left: 0;
    }
}

/* #panstaggered section ------------- */
#panstaggered {
    display: flex;
    flex-wrap: wrap;
    padding: 6em 22em 0;
}
/* panda-stag-2-columns */
.panda-stag-columns {
    display: flex;
    margin-bottom: 2em;
    margin-top: 2em;
    align-items: center;
}
.panda-stag-column-1 {
    width: 100%;
    flex: 0 1 auto;
    margin: auto;
    text-align: center;
}
.panda-stag-column-1 img {
    margin: auto;
}
.panda-stag-column-2 {
    width: 100%;
    flex: 0 1 auto;
    margin: auto;
    margin-left: 2em;
}
.panda-stag-column-1-mid {
    width: 100%;
    flex: 0 1 auto;
    margin: auto;
}
.panda-wp-logo-mobile {
    display: none;
}
.panda-stag-column-2-mid {
    width: 100%;
    flex: 0 1 auto;
    margin: auto;
    text-align: center;
    margin-left: 2em;
}
.panda-stag-column-2-mid img {
    margin: auto;
}
/* panda-stag-columns responsive */
@media screen and (max-width: 1580px) {
    #panstaggered {
        padding: 6em 7em 0;
    }
}
@media screen and (max-width: 880px) {
    #panstaggered {
        padding: 6em 2em 0;
        flex-direction: column;
    }
    .panda-stag-columns {
        flex-direction: column;
        text-align: center;
    }
    .panda-stag-column-2, .panda-stag-column-2-mid  {
        margin-left: 0
    }
    .panda-wp-logo-mobile {
        display: initial;
        width: 100%;
        flex: 0 1 auto;
        margin: auto;
    }
    .panda-stag-column-2-mid {
        display: none;
    }
}

/* #pancontact section ------------- */
#pancontact {
    padding: 7em 22em 6em;
    background: url(/wp-content/uploads/2019/07/wizepanda-footer-background.jpg) no-repeat;
    background-size: cover;
}
/* contact form */
.cta-contact {
    max-width: 475px;
    margin: auto;
    background: #ff9400; /* Old browsers */
    background: radial-gradient(ellipse at center, #ff9400 0%,#ff7200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9400', endColorstr='#ff7200',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding: 2em;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    box-shadow: 2px 2px 16px #00000059;
}
#pancontact input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea  {
    color: #294a1d;
    background: #ffffff57;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: none;
    -webkit-border-radius: 3px;
    border-bottom-right-radius: 10px;
    display: block;
    padding: 1em;
    width: 100%;
    border-top-left-radius: 10px;
}
#pancontact h3 {
    font-size: 2em;
    font-weight: 800;
    letter-spacing: .05em;
    color: white;
    line-height: 1.2em;
    text-transform: uppercase;
}
#pancontact label {
    color: #fff;
    font-size: .9em;
    font-weight: 500;
}
#pancontact span.wpcf7-list-item-label {
    font-size: 1.1em;
    font-style: italic;
}
#pancontact .wpcf7-form-control-wrap {
    margin-top: .5em;
    margin-bottom: 1.5em;
}
#pancontact img {
    mix-blend-mode: multiply;
    max-width: 36%;
    float: left;
    margin-right: 3em;
}
#pancontact .wpcf7-validation-errors {
    background: #fbffd900;
}
div.wpcf7-mail-sent-ok {
    background: #fe7d00;
}
#pancontact input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number {
    max-width: 50%;
}
/* Contact form button */
#pancontact input[type="submit"] {
    background: url(/wp-content/uploads/2019/07/button-green-back.jpg);
    border: 0;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    letter-spacing: .2em;
    box-shadow: -1px 4px 2px #00000017;
    text-transform: uppercase;
    font-size: .75em;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    padding: 1.2em 2em;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    margin-top: 1em;
    color: white;
}
#pancontact input[type="submit"]:hover {
    color: #71dc75;
}
/* #pancontact responsive */
@media screen and (max-width: 1580px) {
    #pancontact {
        padding: 6em 5em;
    }
}
@media screen and (max-width: 880px) {
    #pancontact {
        padding: 1em 2em 6em;
    }
}
@media screen and (max-width: 746px) {
    #pancontact {
        margin-bottom: -1.5em;
    }
}
