/*
Theme Name: Teen Financial Freedom
Author: tdturn2
Author URI: //terryturner.org/
Description: Custom theme for Teen Financial Freedom
Version: 3.0
*/
@font-face{
    font-family: 'avenir';
    src:url(fonts/AvenirNextLTPro-Regular.otf);
    font-weight:400;
    font-style:normal;
}
html{
    font-family: 'Lato',sans-serif;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    width:100%;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
body{
    margin:0;
    font-family: 'avenir' ,sans-serif;
    width:100%;
    min-width:100%;
    color:#274c52;
    background:url(/wp-content/uploads/floor-tile.png) repeat
}
body.home{
    background:0 0
}
.alignright{
    float:right;
    margin-left:15px;
    margin-bottom:10px
}
.alignleft{
    float:left;
    margin-right:15px;
    margin-bottom:15px
}
table{
    border-collapse:collapse;
    border-spacing:0
}
td,th{
    padding:0
}
hr{
    clear:both;
    border:0;
    height:0;
    border-top:1px solid rgba(0,0,0,.1);
    border-bottom:1px solid rgba(0,0,0,.3);
    margin:20px 0
}
b{
    font-weight:900
}
a{
    color:#1e648f
}
em,i{
    font-style:italic
}
.wrapper{
    width:100%
}
header{
    height:auto;
    width:100%;
    background:#267db3;
    background:#fff;
    display:grid;
    grid-template-columns:750px 1fr;
    align-items:center;
    justify-items: center;
}
.logo span{
    font-family:lato
}
.logo {
  text-decoration: none;
  
}
.logo {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  
}
.logo span {
  padding: 5px 15px;
  margin-right: 5px;
}
.teen {
  background: #3c865f;
  color: #cae1ca;
}
.financial {
  background: #cae1ca;
  color: #3c865f;
}
.freedom {
  background: #3c865f;
  color: #cae1ca;
}
.new-logo img {
  width: 400px;
  height: auto;
  background-color: #cae1ca;
  padding: 2px 15px;
  margin: 15px 0;
}

#social-header img{
    width:35px;
    height:auto;
    margin-right:5px
}
nav{
    text-align:center;
    padding:20px 0
}
nav #desktop{
    text-align:right
}
nav #desktop a{
}
nav #desktop a:last-child{
}
.navigation-main{
    margin:0;
    padding:0;
    list-style:none;
    width:100%;
    text-align:center
}
.navigation-main ul{
    min-width:150px;
    margin:0;
    padding:0;
    list-style:none;
    position:absolute;
    top:-999em;
    left:-999em
}
.navigation-main li{
    display:inline-block;
    position:relative;
    text-align:left
}
.navigation-main li.focus>ul,.navigation-main li:hover>ul{
    top:auto;
    left:auto
}
.navigation-main li li{
    display:block
}
.navigation-main li li.focus>ul,.navigation-main li li:hover>ul{
    left:100%;
    top:0
}
.navigation-main a{
    color:#fff;
    color:#000;
    text-decoration:none;
    display:block;
    white-space:nowrap;
    padding:10px 15px;
    letter-spacing:1px
}
.navigation-main a:hover,.navigation-main li:hover>a,.navigation-main .current-menu-item>a,.navigation-main .current-menu-ancestor>a{
    color:#ffcc03;
    ccolor:#2b2b2b;
    color:#7ca6cb
}
.navigation-main .current-menu-ancestor>a{
    color:#000
}
.navigation-main ul li>a{
    color:#fff
}
.navigation-main .menu-item-has-children>a::before{
    content:"";
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    border:4px solid transparent;
    border-top-color:currentColor
}
.navigation-main ul .menu-item-has-children>a::before{
    right:2px;
    border-top-color:transparent;
    border-left-color:currentColor
}
.navigation-main ul{
    background-color:#145474;
    background-color:#7ca6cb;
    background-color:rgb(124,166,203,.9);
    background-color:#9cc5ea;
    background:#030303;
    z-index:2!important;
    padding:20px 5px
}
.board{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    grid-gap:30px;
    text-align:center
}
.board a{
    text-decoration:none;
    background:#eee;
    padding:20px;
    border-radius:10px;
    color:#000
}
.board-card img{
    width:170px;
    height:auto;
    border-radius:50%
}
.board-card span{
    display:block;
    text-align:center;
    margin-top:10px;
    font-size:20px
}
.leader{
    background:#eee;
    padding:20px 30px;
    margin-bottom:35px;
    border-radius:10px
}
.leader img{
    width:200px;
    height:auto;
    border-radius:50%;
    float:left;
    margin-right:20px
}
.latest-updates{
    background:#fff;
    text-align:center;
    padding:20px 30px 40px
}
.home-posts{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    grid-gap:30px;
    align-items:center
}
.home-posts a{
    text-decoration:none;
    border-radius:10px;
    height:100%;
    width:100%;
    display:grid
}
.home-posts h3{
    color:#fff;
    text-transform:uppercase;
    font-size:30px;
    line-height:34px;
    font-weight:700;
    align-self:center;
    font-family:open sans,sans-serif
}
.parent:hover .child,.parent:focus .child{
    transform:scale(1.03)
}
.child{
    transition:all .5s
}
.email-subscribe{
    background:#f7f7f7;
    text-align:center;
    padding:30px 0
}

.founder-wrapper {
  background: rgb(42, 41, 41);
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  width: 100%;
  padding: 40px 0;
  overflow: auto;
}
.founder {
  width: 1000px;
  margin: 0 auto;
}
.founder h3 {
  color: white;
  margin: 0 0 15px 0;
  padding: 0 0 0 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-left: 10px solid #fff;
}
.founder img {
  border-radius: 50%;
  float: right;
  margin: -10px 0 0 20px;
  filter: grayscale(1);
  width: 190px;
  height: auto;
}

#input_2_1{
    width:400px
}
#gform_2{
    display:grid;
    grid-template-columns:400px 100px;
    margin:0 auto;
    text-align:center;
    width:500px;
    grid-gap:30px;
    align-items:start
}
input[type=submit]{
    background-color:#262626;
    border:2px solid #262626;
    border-radius:0;
    height:auto;
    color:#fff;
    height:38px;
    padding:0 15px;
    align-self:start!important
}
.gform_wrapper.gravity-theme .gform_footer{
    margin:0!important;
    padding:0!important
}
a.start-btn{
    display:inline-block;
    color:#2d2d2d!important;
    text-transform:none!important;
    background:#ffd100;
    text-decoration:none;
    padding:10px 15px;
    border-radius:20px;
    border:1px solid #fff;
    font-size:20px;
    font-weight:700;
    margin-left:30px!important
}
.header-wrapper{
    display:grid;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:auto;
    background-position:center 0;
    justify-items:middle;
    align-items:center;
    z-index:1;
    overflow:hidden
}
.header-wrapper img{
    margin:50px auto
}
.page-header-wrapper{
    background:url(/wp-content/uploads/BackgroundAlone.jpeg) no-repeat center center;
    background:#000;
    background:#267db3;
    background:url(/wp-content/uploads//bg-blue.jpg) no-repeat center center;
    background:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url('/wp-content/uploads/2022/08/matt-botsford-OKLqGsCT8qs-unsplash.jpg');
    bbackground:#235a15;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    display:grid;
    grid-template-columns:1fr;
    color:#fff
}
.page-header-wrapper h1,.page-header-wrapper span{
    text-align:center;
    font-size:40px;
    text-shadow:1px 1px 1px #393838;
    text-transform:uppercase;
    letter-spacing:.03em;
    color:#fff;
    padding:0;
    margin:20px 0;
    font-weight:700
}
.page-header-wrapper span{
    font-family:lato,sans-serif
}
.tag-line{
    width:60%;
    margin:0;
    -webkit-filter:drop-shadow(12px 12px 25px rgba(0,0,0,0.5));
    margin-bottom:-3px
}
.header-wrapper{
    position:relative
}
.header-img{
    width:100%;
    vertical-align:middle;
    margin:0!important
}
.img-filter{
    width:100%!important;
    height:100%!important;
    position:absolute;
    top:0;
    left:0;
    background-color:#000;
    opacity:.5
}
.hero-text{
    position:absolute;
    top:40%;
    text-align:center;
    width:100%
}
.hero-text h1{
    font-size:60px;
    color:#fff;
    text-shadow:0 0 10px #030303
}
div.posts a{
    text-decoration:none;
    color:#000
}
div.post:hover{
    background:#eee
}
div.posts img{
    width:200px;
    height:auto
}
body.blog .page-content{
    width:100%
}
div.posts{
    display:grid;
    ggrid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    grid-template-columns: 1fr;
    grid-gap:30px
}
.newer-older{
    margin-top:20px;
    display:grid;
    grid-template-columns:1fr 1fr
}
div.newer-older a{
    background:#005e82;
    text-decoration:none;
    color:#fff;
    padding:10px 20px;
    letter-spacing:2px;
    text-transform:uppercase;
    font-size:15px
}
div.newer{
    justify-self:end
}
.series-post{
    background:#eee;
    text-align:center;
    padding:20px;
    border-radius:10px
}
.series-post h3{
    font-size:25px;
    line-height:25px;
    margin:10px 0
}
.series-post table{
    border-collapse:collapse;
    margin:0 auto 20px
}
.series-post td,.series-post th{
    border:1px solid #000;
    padding:.5rem;
    text-align:left;
    font-size:12px
}
.post-excerpt{
    font-size:12px;
    text-align:left
}
img.updates-feature-image{
    width:100%!important;
    height:auto
}
.cat-posts{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-gap:30px;
    align-items:center;
    text-align:center
}
.cat-posts a{
    text-decoration:none;
    border-radius:10px;
    height:100%;
    width:100%;
    display:grid
}
.cat-posts h3{
    color:#fff;
    text-transform:uppercase;
    font-size:25px;
    line-height:25px;
    font-weight:700;
    align-self:center;
    font-family:open sans,sans-serif
}
.parent:hover .child,.parent:focus .child{
    transform:scale(1.03)
}
.child{
    transition:all .5s
}
.photo-gallery-container{
    clear:both;
    margin-top:30px;
    margin-bottom:0;
    height:300px
}
.photo-gallery img{
    height:300px;
    width:auto
}
.blue{
    color:#55acb9!important
}
.more{
    color:#aaa;
    font-size:22px;
    font-family:georgia,sans-serif;
    text-decoration:none;
    font-weight:900;
    margin-top:15px;
    display:inline-block
}
.testimonials-container,.endorsements-container{
    background:#f5f4f0;
    background:#fff;
    padding:30px 0;
    overflow:hidden
}
.testimonials,.endorsements{
    font-size:22px;
    line-height:30px;
    max-width:900px;
    margin:0 auto
}
figcaption{
    font-weight:900;
    float:right;
    font-size:22px;
    color:#929292
}
blockquote{
    background:0 0;
    border-left:10px solid #ccc;
    margin:1.5em 10px 10px;
    padding:.5em 10px;
    quotes:"\201C""\201D""\2018""\2019";
    color:#222121
}
blockquote:before{
    color:#ccc;
    content:open-quote open-quote;
    font-size:4em;
    line-height:.1em;
    margin-right:.25em;
    vertical-align:-.4em
}
.testimonials span{
    display:block;
    font-size:13px;
    line-height:13px;
    max-width:300px;
    margin-bottom:15px
}
.video-promo{
    text-align:center;
    margin:30px auto;
    max-width:650px
}
.video-width{
    max-width:450px;
    margin:0 auto
}
.partners-container{
    max-width:1100px;
    margin:30px auto
}
.partners{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    justify-content:center;
    text-align:center;
    grid-gap:30px
}
.partners-container h2{
    text-transform:uppercase;
    text-align:center
}
.partners img{
    max-width:200px;
    height:auto
}
.partners a{
    align-self:center
}
.social{
    text-align:center
}
.social h3{
    text-transform:uppercase;
    font-size:22px
}
.social img{
    margin:0 20px
}
.footer .social-links img{
    width:50px;
    height:auto;
    opacity:1;
    margin-right:5px
}
.footer a{
    color:#fff
}
.courses-container{
    max-width:1100px;
    margin:30px auto
}
.courses{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(450px,1fr));
    justify-content:center;
    text-align:center;
    grid-gap:30px
}
.course{
    background:#fff;
    border-radius:15px;
    padding:20px;
    box-shadow:0 10px 15px -3px rgb(0 0 0/10%),0 4px 6px -2px rgb(0 0 0/5%);
    position:relative
}
.course p{
    font-size:14px!important;
    line-height:20px;
    text-align:left
}
.course ul li{
    font-size:14px!important;
    text-align:left
}
.course span{
    display:block;
    text-align:center;
    font-weight:900;
    font-size:20px;
    color:#55acb9;
    margin-bottom:10px
}
.register-btn{
    display:inline-block;
    color:#2d2d2d!important;
    text-transform:none!important;
    background:#ffd100;
    text-decoration:none;
    padding:15px 25px;
    border-radius:10px;
    border:1px solid #fff;
    font-size:20px;
    font-weight:700
}
body.home .register-btn{
    margin-left:30px!important
}
.resources-quote{
}
body.page-resources .testimonials{
    margin-left:0;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc
}
body.page-resources .testimonials figcaption{
    float:none;
    display:block;
    text-align:right
}
body.page-resources .testimonials span{
    display:inline-block
}
body.page-about .rounded{
    width:200px;
    height:auto;
    border-radius:50%
}
body.page-coaching .main-column img{
    width:120px;
    height:auto;
    border-radius:50%;
    display:inline-block;
    float:left;
    margin-right:15px
}
strong{
    font-weight:700
}
.buy-btn{
    text-decoration:none;
    background:#922020;
    color:#fff;
    padding:15px 25px;
    font-size:24px;
    display:inline-block;
    margin:15px 0;
    border-radius:10px
}
.series-btn{
    background:linear-gradient(90deg,rgba(6,59,100,1) 0%,rgba(0,109,172,1) 100%);
    -webkit-background-size:cover;
    color:#fff;
    font-size:12px;
    line-height:12px;
    text-transform:uppercase;
    padding:10px 20px;
    border-radius:7px;
    display:inline-block;
    margin:0 0 10px
}
.book-image-column{
}
.footer-wrapper{
    display:grid;
    grid-template-columns:1fr;
    padding:20px 0;
    background:#1b587d;
    background:#063b64;
    background:linear-gradient(90deg,rgba(6,59,100,1) 0%,rgba(0,109,172,1) 100%);
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover
}
.footer{
    width:1300px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    justify-content:center;
    justify-items:center;
    align-items:center;
    color:#fff;
    text-align:center;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    height:100px
}
.footer img{
    opacity:.3;
    width:150px;
    height:auto
}
.contact{
    align-self:center;
    mmargin-left:80px;
    margin-top:-5px
}
.contact img{
    width:30px;
    height:auto;
    margin-right:5px;
    margin-bottom:-6px
}
.contact span{
}
.contact span a{
    font-size:20px;
    color:#fff;
    display:inline-block;
    margin-right:15px
}
.copyright{
    grid-column:span 2;
    font-size:12px;
    background:#000;
    text-align:center;
    padding:8px 0;
    color:#fff
}
.copyright a{
    color:#fff;
    text-decoration:underline
}
.big-button{
    background:#2d2d2d;
    color:#fff;
    padding:10px 25px;
    border-radius:10px;
    display:inline-block;
    margin:5px 0
}
.page-content-wrapper{
    display:grid;
    grid-template-columns:1fr;
    margin:0;
    width:100%
}
.page-content{
    max-width:1100px;
    margin:40px auto;
    background:#fff;
    border-radius:20px;
    padding:40px 50px
}
.single .page-content{
    width:80%
}
body.page-donate .page-content{
    width:100%
}
.left-column img{
    width:350px;
    border-radius:50%
}
.page-content-wrapper section{
    padding-bottom:40px;
    margin-bottom:40px;
    border-bottom:1px solid #e7e7e7
}
.page-content-wrapper img{
    max-width:900px
}
h1{
    font-family:lato,sans-serif;
    font-style:normal;
    font-weight:700;
    font-size:30px;
    text-rendering:optimizeLegibility;
    color:#000;
    margin:0 0 20px
}
h2{
    font-size:30px;
    color:#000;
    font-weight:700
}
.page-content-wrapper a.top-feature{
    text-decoration:none!important;
    display:block;
    padding:2px 20px 10px;
    transition:background-color .5s ease
}
.page-content-wrapper a.top-feature:hover{
    background:#eee
}
.page-content-wrapper a.top-feature p{
    color:#000
}
.description h2{
    margin-top:0;
    font-size:25px;
    font-weight:700
}
.page-content-wrapper h3,.book-page-wrapper h3{
    font-size:24px;
    letter-spacing:.05em
}
.page-content-wrapper p{
    font-size:1.05em;
    margin-bottom:20px;
    line-height:1.88em
}
.page-content-wrapper ul{
    list-style:outside!important
}
.page-content-wrapper ol{
    margin-left:25px;
    list-style:decimal!important
}
.page-content-wrapper ul li,.page-content-wrapper ol li{
    font-size:1.05em;
    margin-bottom:10px;
    line-height:1.88em;
    padding-left:15px
}
.slick-slide{
    max-width:100%
}
#home-welcome img{
    height:auto
}
.video-wrapper{
    position:relative;
    padding-bottom:56.25%;
    height:0;
    background:#000
}
.video-wrapper iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
.home-video{
    background:#000
}
.video-container{
    max-width:700px;
    margin:0 auto
}
.embed-container{
    position:relative;
    padding-bottom:56.25%;
    height:0;
    overflow:hidden;
    max-width:100%;
    height:auto
}
.embed-container iframe,.embed-container object,.embed-container embed{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
.hamburger{
    display:none;
    background-color:transparent;
    color:#fff;
    border:none;
    font-size:30px;
    position:absolute;
    top:30px;
    right:15px;
    z-index:1
}
.mini-icons{
    color:#fff
}
.c-menu--slide-right.is-active,.c-menu--push-right.is-active{
    background:#eee;
    padding:0
}
.c-menu--slide-right.is-active a,.c-menu--push-right.is-active a{
    text-decoration:none;
    text-transform:uppercase
}
.c-menu--slide-right .c-menu__item{
    border-top:none;
    border-bottom:solid 1px #575758
}
.contact-video{
    max-width:550px;
    margin:0 auto
}
.endorsements{
    font-size:15px;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(270px,1fr));
    grid-gap:30px;
    text-align:center;
    line-height:28px;
    margin-top:30px
}
.endorsement{
    bborder:1px solid #8a8a8a;
    background:#eee;
    border-radius:10px;
    padding:25px
}
.endorsements span{
    display:block;
    margin-top:15px
}
.endorsement p{
    font-weight:700;
    text-align:left
}
span.author-title{
    font-style:italic
}
span.endorsement-author{
    text-transform:uppercase
}
.navigation-bar{
    display:none
}
.stats-container{
    padding:30px 50px 50px;
    background:linear-gradient(90deg,rgba(6,59,100,1) 0%,rgba(0,109,172,1) 100%);
    -webkit-background-size:cover;
    color:#fff
}
.stats{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
    margin:0 auto;
    text-align:center;
    grid-gap:20px
}
.stat img{
    width:70px;
    height:auto;
    margin-bottom:10px
}
span.quantity{
    display:block;
    font-size:40px
}
span.label{
    font-size:14px
}
.stats-container h3{
    color:#fff;
    text-align:center;
    font-size:26px;
    line-height:26px;
    margin:0 0 30px;
    padding:0;
    text-transform:uppercase;
    letter-spacing:2px
}
#home-mobile-header{
    display:none
}
.update-feature{
    width:100%;
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    background:url(https://thewordisout.com/wp-content/uploads/double-bubble-outline.webp) repeat
}
.update-feature img{
    width:100%
}
.update-text{
    padding:0 30px
}
.update-text h2{
    margin:0 0 20px
}
.update-text p{
    font-size:18px;
    line-height:26px
}
@media all and (max-width:1300px){
    .footer{
        width:100%
    }
}
@media all and (max-width:1240px){
    header{
        grid-template-columns:400px 1fr
    }
}
@media all and (max-width:1140px){
    #social-header{
        display:none
    }
    header{
        grid-template-columns:400px 1fr
    }
    nav .nav{
        justify-self:end
    }
    nav #desktop{
        margin-right:none
    }
    @media all and (max-width:1000px){
        .logo img{
            margin-left:30px
        }
        nav #desktop a{
            font-size:18px
        }
    }
    @media(max-width:900px){
        .testimonials{
            max-width:100%;
            padding:15px;
            overflow:hidden
        }
        nav #desktop{
            display:none
        }
        .navigation-bar{
            display:block
        }
        nav #desktop a{
            font-size:19px
        }
    }
    @media(max-width:680px){
        #menu-main,#nav ul,#nav,.menu-main-container{
            width:100%
        }
        #gform_2{
            grid-template-columns:1fr
        }
        h1{
            font-size:30px
        }
        h2{
            font-size:18px
        }
        form{
            padding:20px
        }
        #home-hero-container{
            display:none
        }
        #home-mobile-header{
            display:block
        }
        .hero-text h1{
            font-size:30px!important
        }
        .page-content{
            padding:0 40px
        }
        .update-feature{
            grid-template-columns:1fr
        }
        .update-text{
            padding:30px
        }
    }
    @media(max-width:425px){
        header{
        }
        .logo{
            grid-template-columns:100px 1fr;
            grid-gap:10px
        }
        .logo span{
            font-size:30px
        }
        .logo img{
            margin-left:10px;
            width:100px;
            height:auto
        }
        body.home .header-wrapper{
            height:300px
        }
        #input_2_1,#gform_2{
            width:90%
        }
    }
    @media(max-width:375px){
    }
    @media(max-width:320px){
    }
}
