/*
Theme Name: Augvents
Theme URI: https://yourwebsite.com/twentytwentythree-child/
Description: Augvents, based on the Twenty Twenty-One Child Theme
Author: Robert Conklin
Author URI: https://robertconklin.co
Template: twentytwentyone
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone-child
*/

h1, h2, h3, h4, h5, h6, p, a, .site-name, .powered-by {
    font-family: 'Poppins', sans-serif!important;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.has-extra-small-font-size a{
    color: #4adab5;
}

.site-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .extra-buttons {
    display: flex;
    gap: 10px;
  }
  
  .button {
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
    background-color: #0073aa;
    border-radius: 3px;
  }
  
  .button:hover {
    background-color: #005177;
  }

.entry-content{
    padding-bottom: 105px;
}

.container h1, h2, h3 {
    font-weight: 600;
}


.container h2{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 45px;
}

.av-button--outline{
    text-decoration: none;
    border: 2px solid white;
    border-radius: 6px;
    padding: 10px 50px;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
}

.av-button--outline:hover{
    border-color: white;
    background-color:white;
    color: #1e1e1e;
}

.button--dark{
    border-color: #1e1e1e;
    color: #1e1e1e;
}
.button--dark:hover{
    border-color: #1e1e1e;
    background-color:#1e1e1e;
    color: white;
}
.button--dark:hover{
    border-color: #1e1e1e;
    background-color:#1e1e1e;
    color: white;
}

.av-flex{
    display: flex;
}
.av-flex h2{
        max-width: 70%;
    }

.container{
    width: 100vw;
    overflow:hidden;
    padding-bottom:20px;
}
.container > * {
    padding: 0px 12vw;
}
.container--internal{
    width: 100vw;
    overflow:hidden;
}
.container--internal > * {
    padding: 0px 24vw;
}

.type-page a{
    color:#4adab5;
}

.home-intro{
    display: flex;
    align-items: center;
    justify-content: left;
    height: 600px;
    background-image: url('https://rconklin.co/augvents/wp-content/uploads/2023/05/Augvents-crowd-header.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.home-intro h1{
    font-size: 64px;
    font-weight: 600;
    max-width: 600px;
}

.home-intro--subtitle{
    font-size: 22px;
    font-weight:600;
}

.home-intro--scrollSection{
    padding-top: 130px;
    display: flex;
    align-items: center;
    gap: 1em;
}

.scrollLink{
    text-decoration: none;
    color: #4adab5;
    font-weight: 600;
}


.home-signupProcess{
    padding-top: 170px;
    padding-bottom: 170px;
}
.home-signupProcess--CTA {
    flex: 2;
}
.home-signupProcess--CTA--desktop{
    display:inline-block;
}
.home-signupProcess--CTA--mobile{
    display:none;
}

.home-signupProcess--steps{
    flex: 1.5;
}
.home-signupProcess--steps li{
    margin-bottom: 15px;
}

.home-appDownload{
    background-color:white;
    color: black;
    padding-top: 90px;
    padding-bottom: 90px;
    align-items: center;
    
}
.home-appDownload a{
    color: black;
}

.home-appDownload--icons{
    display: flex;

}

.home-about{
    width: 100%;
    height: 69vh;
    align-items: center;
}

.home-about h2{
    font-size: 64px;
    line-height: 3.2rem;
}
.home-about p{
    font-size: 22px;
    margin-bottom: 45px;
}

.home-about--text p{
    padding-right: 25vw;
}

.white-background{
    background-color: white;
    color: black!important;
}

#augventsMasthead{
    padding: 45px 0px;
    max-width: 80vw;
    margin: auto;
    display:flex;
    justify-content: space-between;
}
.augventsMasthead--left{
    display: flex;
    align-items: center;
    gap:2em;
}
.augventsNavLogo{
    text-decoration: none;
    font-size: 22px;
}

#augventsMasthead ul{
    list-style:none;
    margin: 0;
    padding: 0;
}

#augventsMasthead li{
    list-style:none;
    display: inline;
    margin: 0;
    padding: 0;
}
#augventsMasthead li:not(:first-child) {
    margin-left: 40px;
}
#augventsMasthead li a{
    text-decoration: none;
    font-size: 16px;
}
#augventsMasthead li a:hover{
    color:#4adab5;
}
.augvents--button{
    border-radius:10px;
    font-size: 16px;
    background-color: #4adab5;
    padding: 15px 43px;
    text-decoration: none;
    white-space: nowrap; 
}
a.wp-block-button__link.wp-element-button  {
    border-radius:10px;
    font-size: 16px;
    background-color: #4adab5!important;
    padding: 9px 69px;
    text-decoration: none; 
}

.augvents--button_light{
    background-color:hsla(0,0%,100%,.00);
}
.augvents--button_heavy, a.wp-block-button__link.wp-element-button{
    font-weight: 600;
    color: #1e1e1e;
}

/*Footer*/

footer{
    padding: 80px 12vw;
    width: 100%;
    justify-content: space-between;

}
footer h3 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
.footer-eventcoin h3, .footer-augvents h3{
    margin-bottom: 25px;
}
footer ul {
    padding-left: 0px;
    list-style: none;
}
footer a {
    text-decoration: none;
    font-size: 15px;
}
.footer-emailsubscribe p {
    font-size: 18px;
    margin-bottom: 70px;
}

.fin{
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    margin: 10px 0px;
}


/* Theme Over-rides */

.about--teamMember{
    margin: 0px 24vw;
}

.singular .entry-title{
    font-size: 60px;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 35px;
    color: black !important;;
    text-transform: uppercase;
    text-align:center;
}
.entry-line{
    height: 3px;
    width: 280px;
    background-color: #4adab5;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 45px;
}

@media screen and (max-width: 830px) {
    .singular .entry-title{
    font-size: 34px;
    text-align:left;
    }
    .entry-line{
        margin: 0px;
        width: 100%;
    }
    .about--teamMember{
        margin: 0px 8vw;
    }
}


/* EventCoin Page Tempalte */
.eventCoin--section1{
    background-color: #1e1e1e;
    color: white;
    padding-top: 130px;
    padding-bottom: 130px;
    gap:5em;
    margin-top: 130px;
}
.eventCoin--section1 h3{
    flex: 2;
}
.eventCoin--section1--groups{
    flex: 1.3;
    font-size: 18px;
}

.eventCoin--section1--groups p{
    padding-bottom: 15px;
}

.eventCoin--section2{
    padding-top: 130px;
    padding-bottom: 130px;
    align-items: center;
    gap: 5em;
}
.eventCoin--section2 img{
    width: 260px;
}
.eventCoin--section2-right h3{
    padding-bottom: 35px;
}

.eventCoin--section3{
    background-color:#1e1e1e;
    color: white;
    padding-bottom: 130px;
}
.eventCoin--section3 h2{
    font-size: 64px;
    padding-top: 45px;
}

.eventCoin--section3 h3{
    font-size: 24px;
    font-weight: 700;
}

.eventCoin--section3 p{
    margin-bottom: 55px;
}

.eventCoin--section4{
    padding-top: 130px;
    padding-bottom: 130px;
}
.eventCoin--section4 p{
    margin: 42px 0px;
    width: 50%;
}


/* GRAVITY FORMS */
.footer-emailsubscribe_form{
    position: relative;
    width: 370px;
}
#gform_fields_5 /*Footer Subscribe form*/{
    position: relative;
    width: 100%;
    font-family: 'Poppins', sans-serif!important;
}

#gform_fields_5 label.gfield_label.gform-field-label{
    display: none!important;
}

#gform_fields_5 input#input_5_1{
    position:absolute;
    left: 0;
    bottom: 0;
    width: 97%; 
    height: 55px; 
    background-color: grey; 
    border-radius: 8px;
    color: white;
    font-weight: 600;
}

#gform_submit_button_5{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #4adab5;
    height: 55px;
    padding: 0px;
    padding-left: 25px;
    padding-right: 25px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 16px;
    font-weight: 600;
}
#input_5_1::placeholder { /* Standard syntax */
    color: white;
}

#gform_submit_button_5:hover{
    background-color: #43c7a6;
    border-color: #43c7a6;
    color:black;
}


.ginput_container input {
    border: 2px solid #ccc;
    border-radius: 4px;
}

.ginput_container_textarea {
    border: 2px solid #ccc;
    border-radius: 4px;
}

.gform_wrapper.gravity-theme .gfield textarea{
    width: 99%!important;
}
select#input_3_7_6 {
    border: 2px solid #ccc;
    border-radius: 4px;
}

input#input_3_20{
    border: 0px;
}


input#gform_submit_button_3, input#gform_submit_button_4 {
    text-decoration: none;
    background: #4adab5;
    border-radius: 6px;
    padding: 10px 50px;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    color: white;
}

input#gform_submit_button_3:hover, input#gform_submit_button_4:hover {
    text-decoration: none;
    background: #ffffff;
    border-color:#4adab5;
    border-radius: 6px;
    padding: 10px 50px;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    color: #4adab5;
}

.augvents--Primarybutton{
    text-decoration: none;
    background: #4adab5;
    border-radius: 6px;
    padding: 10px 50px;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    color:#1e1e1e;
}
.augvents--Primarybutton:hover {
    text-decoration: none;
    background: #40bf9f;
    border-color:#4adab5;
    border-radius: 6px;
    padding: 10px 50px;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    color:#1e1e1e;
}




/*MOBILE STYLES */

@media screen and (max-width: 830px) {
    .extra-buttons {
        flex-direction: column;
      }
    footer h3{
        margin-top: 80px;
    }
    /* Footer Mobile Styles */
    .footer-eventcoin h3, .footer-augvents h3{
        margin-bottom: 5px;
    }
    .footer-emailsubscribe_form{
        width: 100%;
    }

    footer{
        padding-top: 0px;
    }
    
    .container--internal > * {
        padding: 10px 8vw;
    }

    .container h2{
        font-size: 28px;
    }

    .av-button--outline{
        padding: 10px 30px;
        display:block;
        text-align: center;
    }

    .augventsMasthead--left{
        display:none;
    }
    .home-intro h1{
        font-size: 32px;
        margin-bottom: 15px;
    }
    .home-intro--subtitle{
        font-size: 19px;
    }
    .av-flex {
        flex-direction: column;
    }

    .av-flex h2{
        max-width: 100%;
        line-height: 1.2em;
    }

    .home-signupProcess{
        padding-top: 70px;
        padding-bottom: 100px;
    }
    .home-signupProcess--CTA--desktop{
        display:none;
    }
    .home-signupProcess--CTA--mobile{
        display:block;
        text-align: center;
        margin-top: 35px;
    }

    .home-signupProcess--steps ol {
        padding-left: 22px;
    }

    .home-appDownload--CTA{
        text-align: center;
    }

    .home-appDownload--icons{
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .home-appDownload--icons img {
        width: 100%;
    }
    .home-about{
        width: 100%;
        padding-top: 70px;
        padding-bottom: 70px;
        height: auto;
        align-items: center;
    }
    .home-about--text p{
        padding-right:0px;
    }

    .carousel-container div{
        margin-right: 0px!important;
    }

    /*Event Coin Mobile Styles */
    .eventCoin--section1, .eventCoin--section2, .eventCoin--section3, .eventCoin--section4{
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .eventCoin--section1{
        margin-top: 35px;
    }

    .eventCoin--section1,.eventCoin--section2{
        gap: 2em;
    }

    .eventCoin--section3 p{
        margin-bottom: 40px;
    }
    .eventCoin--section4 p{
        width: 100%;
    }
}

/* Login / Password Reset / */
.profile--login, .profile--reset {
    display: flex;
    justify-content: center;
    align-items: center;
    }   
    @media screen and (max-width: 830px) {

    .container.profile--login {
    height: auto;
    }   
    }

.form-group{
        margin-bottom: 25px;
    }
    input[type="submit"] {
    text-decoration: none;
    border: 2px solid white;
    border-radius: 6px;
    padding: 10px 50px;
    font-weight: 600;
    font-size: 16px;
    }
.profile--login label{
    display:block;
}