/*
Theme Name:   Gerneratepress-Child
Theme URI:    http://example.com/child-exxample/
Description:  Child Example Twenty Fifteen Child Theme
Author:       Rhinohub
Author URI:   http://example.com
Template:     generatepress
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain:  generatepress-child
*/

/*Animations*/
.c-mask-in {
    overflow:hidden;
    position: relative;
}
.o-mask-in--mask {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:#C1AA8E;
}

.site-header {
    z-index: 9999;
    position: relative;
    background-color:#ffffff;
}


/*Home*/
.inside-header{
    padding:40px;
}

.menu-toggle{
    padding:0;
}


/*Button*/
  
button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}
button.learn-more {
    width: 9rem;
    height: auto;
}

button.read, button.events, button.contact-btn, button.view {
    width: 11rem;
    height: auto;
}

button.schedule{
    width:15rem;
    height:auto;
}

button.learn-more .circle {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    -o-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    margin: 0;
    width: 2rem;
    height: 2rem;
    background: #C1AA8E;
    border-radius: 1.625rem;
}
button.learn-more .circle .icon {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    -o-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}
button.learn-more .circle .icon.arrow {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    -o-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.155rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}
button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: '';
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
}
button.learn-more .button-text {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    -o-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.35rem 0;
    margin: 0;
    color: #C1AA8E;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}
button:hover .circle {
    width: 100%;
}
button:hover .circle .icon.arrow {
    background: #C1AA8E;
    -webkit-transform: translate(.25rem, 0);
    -ms-transform: translate(.25rem, 0);
    transform: translate(.25rem, 0);
}
button:hover .button-text {
    color: #fff;
}
    
  
/*Image w/ Caption*/
.imageHolder {
    position: relative;
    width: 100%;
    height: 100%;
}

.imageHolder img{
    width:100vw;
}

.imageHolder .caption {
    position: absolute;
    width: 100%;
    height: 40%;
    bottom: 0px;
    left: 0px;
    color: #000000;
    background: #fff;
    text-align:center;
    font-weight:900;
    font-size:20px;
    opacity:0.7;
}

.caption--sermons{
    padding-top:3%;
}

/*Nav*/

#site-navigation{
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
}

.site-logo{
    float:left;
}

.inside-navigation{
    padding-left:60px;
}



#menu-main-menu li a{
    font-weight:bold;
    font-size:16px;
}
#menu-main-menu .li {
    padding-right:15% 
}

.custom-header-image {
    margin-top:0px !important;
}

.home-intro .fl-row-content-wrap {
    height: 100vh;
}
.main-navigation.navigation-stick {
    background-color: #EFEFEF;
}

/*Icons on Home*/
.icon {
    position: relative;
    width: 100%;
    height: 100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.icon1, .icon2, .icon3, .icon4, .icon5{
    width:125px;
    position:absolute;
}

.icon2{
    width:100px;
}

/*Truths Page*/
.separate-containers .site-main  {
    margin:0;
}

/*Truths Page*/
.separate-containers .inside-article  {
    padding:0;
}



/*Widget Footer*/
#nav_menu-4{
    padding-left:30%;
}

.inside-footer-widgets{
    text-align: center;
}

.site-footer .footer-widgets-container .inner-padding {
    padding: 0 0 0 22%;
}
.footer-widgets {
    background-color: #EEEAE5;
    padding: 3% 6%;
}

#menu-footer-menu li a{
    color: #000000;
    font-weight: bold;
}

 .widget-title{
    font-weight:bold;
    margin-bottom:12px;
}

.footer-widget-3, .footer-widget-5{
    text-align:center;
}

/*News*/
.blog-archive {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-row-gap: 50px;
    grid-column-gap: 50px; 
}
.blog-archive .c-ba--item {
    -ms-grid-row:1;
    -ms-grid-column:3;
}
.blog-archive .c-ba--img {
    min-height:300px;
    position:relative;
    border-right: 3px solid #f2f2f2;
    display:block;
}
.blog-archive .c-ba--img img {
    max-width:100%;
    width:auto;
    height:auto;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}


.blog__heading {
    color:#C1AA8E;
    font-size:26px;
    padding-top:5%;
}

.page-link {
    padding: .1rem .4rem;
    border:none;
}
.page-link:active {
    color:#C1AA8E;
}
.page-link:hover {
    background-color:#C1AA8E;
    color: #ffffff;
}

.wpv-pagination-nav-links-container{
    margin-top:5%!important;
}

.page-item.active .page-link {
    background-color:#C1AA8E;
    border-color:#C1AA8E;
}


.wpv-pagination-nav-links-container{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}

.widget ul li {
    padding:0!important;
}
  
.wpv-pagination-nav-links-container li{
    border: solid 5px #C1AA8E;
    margin-right:15px;
    color:#C1AA8E;
    font-weight:bold;
}

li .page-link{
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;        }

.page-item:first-child .page-link {
    border-radius:0;      
}


.wpv-pagination-nav-links-container li a{ 
    color:#C1AA8E;
}


/*Individual Posts*/
.single-post .entry-content {
    margin-top:0;
}
#main .post-title {
    margin-bottom:0;
    font-size:4em;
}
.single-post .c-post-img {
    position:relative;
    overflow:hidden;
    max-width:1280px;
    margin:0 auto;
    display:block;
}
.single-post .c-post-img img {
    max-width:100%;
    width:auto;
    margin:0 auto;
    display:block;
    position:relative;
}
.single-post .c-post-body {
    max-width:900px;
    margin:0 auto;
}
.single-post p {
    font-size:18px;
}

.img-container {
    height:70vh;
    width:100%;
}

    
.post-title{
    font-size:46px;
    font-weight:bold;
}

.wp-post-image{
    display:block;
    margin:0 auto;
}

.post .inside-article .entry-content p{
    margin-bottom:1.5rem;
}

/*Page Links*/
#nav-below{
    background-color: #c1aa8e;
    font-size: 18px;
    color: #fff;
    font-weight:bold;
}

.prev a, .next a{
    color: #fff!important;
    font-weight: bold;
}

footer.entry-meta {
    margin-top:0;
}

.cat-links, .entry-header{
    display:none;
}

/*Locations*/
.map {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}



@media only screen and (max-width: 1080px) {
    /*Home*/
    .caption{
        display:none;
    }

    /*Nav*/
    .site-header .inside-header{
        display:block!important;
    }
    .inside-navigation{
        padding-left:0;
    }

    .slideout-navigation.do-overlay .menu-item-has-children .dropdown-menu-toggle {
        border-left: none!important;
    }
    /*Center*/
    .center{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-top: 3%;
    }

    /*Nav*/
    #site-navigation{
        margin: 0;
        float: right;
        clear:none;
    }


    .site-logo{
        float: left!important;
        clear: none;
    }

    .inside-header {
        height: 61px;
        padding: 20px 40px;
    }

    .menu-toggle{
        font-weight:bold;
    }

    /*Menu*/
    #menu-mobile-menu li a{ 
        color:#EEEAE5;
        text-align: center;
        font-weight: bold;
        font-size:18px;
    }

    #generate-slideout-menu{
        background-color: #C1AA8E;
    }

    /*Quotes*/
    .fl-node-5d84652f276e8.fl-module > .fl-module-content {
        margin-right: 0%;
    }


    /*Academy Page*/
    .imageHolder .caption {
        font-size:36px;
    }



    /*Footer*/
    .footer-widgets {
        padding: 60px 20px 60px 50px;
    }

    .site-footer .footer-widgets-container .inner-padding {
        padding: 0 0 0 40px;
    }

    .grid-20 {
        width: 50%;
    }

    #nav_menu-4 {
        padding-left:10%;
    }

     /*News*/

     .blog-archive {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
      
    }

    .blog__heading {
        text-align: center;
    }

    .wpv-pagination-nav-links-container {
        margin-top: 15%!important;
    }

    .c-ba--blog {
        padding-right:0; 
        border-right: none;
        height:50vh;
    }    

    /*Individual Post*/
    .post-body{
        padding:0 5%;
    }

    .site-header .header-image {
        width:180px;
    }
}


@media only screen and (max-width: 800px) {
    .fl-node-5d8483ab304ea.fl-module > .fl-module-content{
        margin-bottom:6%;
    }
}


@media only screen and (max-width: 768px) {
    /*Nav*/
    
    .site-header .header-image{
        padding-top:5%;
    }

   /*Home*/
   /*Times*/
   .fl-node-5d81d9dc633f3 > .fl-col-content {
        padding-bottom: 5%;
    } 

    .fl-node-5d82acb02f64a .fl-rich-text{
        padding-top:3.1%;
    }

    /*Church Section*/
    .fl-node-5d81d9af0acba{
        padding-top:5%;
    }

    /*Connect Page*/
    /*Questions Section*/
    .fl-node-5d8483afbcb74.fl-module > .fl-module-content, 
    .fl-node-5d8483ab304ea.fl-module > .fl-module-content, 
    .fl-node-5d848375c433a.fl-module > .fl-module-content   {
        margin-bottom: 5%;
    }


    /*Footer*/
    #C58A3007LOW_REZ_xA0_Image_1_{
        width:55%;
        height:75px;
        padding-top:5%;
    }
    #text-5, #text-6{
        text-align: center;
    }
    #nav_menu-4{
        text-align: center;
        padding-left:0;
    }

    #media_image-5{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .footer-widgets {
        padding: 60px 20px 60px 20px;
    }

    /*News*/
    .c-ba--blog {
        height:40vh;
    }
    
    .post-title{
        top:50%;
        font-size:32px;

    }

    .img-container {
        height: 45vh;
    }   
    
    .slideout-navigation.do-overlay .slideout-exit {
        text-align:right!important;
        padding-right:0!important;
    }


}

@media screen and (max-width: 600px){
    #site-navigation .site-logo img {
        height: 100px;
    }
    .inside-header{
        padding:10px 10px 5px 10px;
        border-bottom:none;
    }
    .site-header .header-image{    width:130px;
        padding-top:10%;
    }

    .center{
        padding-left:10%;

    }
    /*Academy Page*/
    .imageHolder .caption {
        font-size:28px;
    }

    #main .post-title {
        font-size:2.6em;
    }

} 

@media screen and (max-width: 450px){
    /*Academy Page*/
    .imageHolder .caption {
        font-size:18px;
    }

    .caption--sermons{
        padding-top:1%;
    }

    #main .post-title {
        font-size:2em;
    }
}