/*
    style.css
    January 9, 2019
    Caleb Hess
 */

:root {
    --orange: #de5226;
    --bg-orange: #ce5226;
    --red: #bb2929;
    --bg-red: #d44;
    --green: #3c6;
    --bg-green: #4d7;
    --blue: #69f;
    --bg-blue: #69f;
    --light-blue: #e8eef1;
}

html, body {
    height: 100%;
    overflow: hidden;
}

#frmcms {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#sponsorship {
/*    display: flex !important;*/
    max-width: 62.5em;
    margin: 0px auto;
    line-height: 22px !important;
    font-family: 'raleway', sans-serif;
    background-color: #fff;
}


#agapao-cart-tab-once:hover {
    background-color: #4f5151;
    border-radius: 10px;
}

.shadow {
    box-shadow: 0px 0px 2px #aaa;
}


.numberfont {
    font-family: 'helvetica', sans-serif !important;
}

body {
	background-image: none !important;
}
.row {
    background-color: transparent;
}

a.link:link, a.link:visited {
    color:#D94917;   
}
a.link:hover {
    color:#488DC9;   
}


.agapao-mstdiagram-image {
width: 100%;
height: 350px;
background-position: center;
background-size: cover;

}

.MSTList li {

    font-size: 11pt;
    line-height: 155%;
    padding-top: 10px;
    font-family: helvetica;

}
/* ---------------------------------------------------------------------- */
/* passport color popup */

#passport-color-popup-holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 99;
}

#passport-color-popup {
    height: 400px;
    margin-top: 200px;
    background-color: #fff;
}

.agapao-acc-card-imagepopup {
    max-width: 100%;
    height: 250px;
    margin-top: 20px;
}







/* ---------------------------------------------------------------------- */
.agapao-banner {
    height: 100%;
/*    background-color: var(--light-blue);*/
    box-sizing: border-box;
}

.agapao-banner-image {
    width: 100%;
}

.agapao-banner-bottom {
    padding: 20px;
}

.agapao-banner-tablet-image {
    width: 200px;
    margin: 10px calc(50% - 100px) 0px calc(50% - 100px);
}

.agapao-banner-tablet-title {
    width: 205px;
    margin-top: 20px;
    padding-bottom: 5px;
    font-size: 1.5em;
    font-weight: 500;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.agapao-banner-tablet-price-holder {
    margin-top: 20px;
}

.agapao-banner-tablet-price {
    margin-top: 5px;
    font-weight: 300;
}

.agapao-banner-tablet-dollars {
    font-size: 1.4em;
    color: var(--orange);
}

.agapao-banner-tablet-each {
/*    color: var(--blue);*/
}

.agapao-button {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    padding: 9px 8px;
    font-size: 10pt;
    font-weight: 700;
    color: #fff;
    background-color: #2ea6dd;
    width: 150px;
    text-align: center;
}



.agapao-button, .agapao-button:visited {
    color: #fff;
    text-decoration: none;
}

.agapao-button:hover {
    color: #fff;
    background-color: #878787;
     -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.75s;
}

.agapao-button-icon {
    opacity: 0.5;
}

.agapao-banner-church-text {
    max-width: 300px;
    margin-top: 20px;
    font-weight: 700;
}

.agapao-banner-text {
    margin: 40px 0px 60px 0px;
}

.agapao-banner-links {
    bottom: 17px;
    margin-top: 40px;
    padding-top: 15px;
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: small;
}

.agapao-banner-link {
    display: inline-block;
    padding: 0px 30px 0px 5px;
}

@media screen and (min-width: 520px) {
    .agapao-banner-tablet-image {
        display: inline-block;
        vertical-align: top;
        margin: 10px 0px 0px 0px;
    }

    .agapao-banner-tablet-details {
        display: inline-block;
        vertical-align: top;
/*        width: calc(100% - 250px);*/
        padding-left: 20px;
    }
}

/* ---------------------------------------------------------------------- */
.agapao-acc {
    height: 100%;
    padding: 20px;
    text-align: center;
    background-color: var(--light-blue);
    box-sizing: border-box;
}

.agapao-acc-card {
    padding: 20px !important;
    background-color: #fff;
/*    border: solid 1px #aaa;*/
}

.agapao-acc-card-spacer {
    height: 25px;
    clear: both;
}

.agapao-acc-card-image {
    max-width: 100%;
    height: 120px;
}

.agapao-acc-card-title {
    margin-top: 10px;
    font-weight: 400;
    font-size: 10pt;
}

.agapao-acc-card-info p {
    font-size: 11pt;
    text-align: left;
    line-height: 130%;
    color: #363636;
}

.agapao-acc-card-info {
    margin-top: 10px;
    font-weight: 300;
    color: #888;
    line-height: 150%;
    padding-bottom: 20px;
}

.agapao-acc-card-price {
    margin-top: 10px;
}

.agapao-acc-card-price-dollars {
    color: var(--orange);
}

a.agapao-acc-card-more-info:link, a.agapao-acc-card-more-info:visited {
    margin-top: 30px;
    padding: 9px 8px;
    font-size: 10pt;
    font-weight: 700;
    color: #fff;
    background-color: #2ea6dd;
}

a.agapao-acc-card-more-info:hover {
    color: #fff;
    background-color: #878787;
     -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.75s;
}








.agapao-acc-card-more-info {
    display: block;
    margin-top: 10px;
    font-size: 0.9em;
    color: var(--blue);
}

/* ---------------------------------------------------------------------- */
.agapao-detail-cards {
    display: flex !important;
    flex-wrap: wrap;
}

.agapao-detail-card {
    height: calc(100% - 60px);
    margin: 60px 0px 0px 0px;
    background-color: var(--light-blue);
}

.agapao-detail-card-image {
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: cover;
}

.agapao-detail-card-bottom {
    padding: 20px;
}

.agapao-detail-card-title {
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
}

.agapao-detail-card-subtitle {
    margin-top: 3px;
    margin-bottom: 18px;
    line-height: 55px;
    font-size: 2em;
    font-weight: 300;
    text-align: center;
}

@media screen and (min-width: 400px) {
    .agapao-detail-card-image {
        height: 320px;
    }
}

/* ---------------------------------------------------------------------- */
.agapao-faq {
    margin-top: 80px;
    padding: 40px;
}

.agapao-faq-title {
    padding: 20px 0px;
    line-height: 40px;
    font-size: 2em;
    font-weight: 300;
    text-align: center;
}

#agapao-faq-items {
    display: flex !important;
    flex-wrap: wrap;
    padding-top: 20px;
}

.agapao-faq-item {
    height: calc(100% - 40px);
    margin: 0px 0px 40px 0px;
    background-color: #f4f4f4;
    box-shadow: 0px 1px 2px #c3c3c3;
    -webkit-flex: 1 1 auto;
}

.agapao-faq-item-question {
    padding: 15px;
    font-weight: 700;
    background-color: var(--light-blue);
    line-height: 140%;
}

.agapao-faq-item-answer {
    padding: 15px;
    font-size: 11pt;
    line-height: 1.6em;
    font-weight: 400;
}

/* ---------------------------------------------------------------------- */
.agapao-specs {
    max-width: 62.5em;
    margin: 80px auto 20px auto;
    padding: 30px 0px;
    text-align: center;
    background-color: #eee;
}

.agapao-specs-title {
    display: block !important;
    padding: 15px 0px 25px 0px;
    font-size: 1.7em;
}

#agapao-specs-item-holder {
    display: flex;
    flex-wrap: wrap;
}

.agapao-specs-item {
    padding: 30px 0px;
    -webkit-flex: 1 1 auto;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.agapao-specs-item-thumbnail {
    height: 100px;
}

.agapao-specs-item-text {
    padding: 20px 40px 0px 40px;
    font-size: 12pt;
    line-height: 135%;
}


.BBquote {
    font-size: 115%;
    font-weight: 500;
}




/* ----------------------------Media Queries-----------------------------------*/


@media only screen and (max-width: 1920px) {

    .agapao-mstdiagram-image {
    width: 50%;
    height: 304px;
    background-position: center;
    background-size: cover;
    }
}

@media only screen and (max-width: 1024px) {
        
    .column, .columns {
        padding-left: 0;
        padding-right: 0;
    }
    
    .agapao-mstdiagram-image {
    width: 50%;
    height: 304px;
}
}

@media only screen and (min-width: 1024px) {
        
    .agapao-banner-links {
        padding-bottom: 10px;
    }
    .agapao-banner-church-text {
        padding-left: 20px;   
    }
    
    .agapao-banner-tablet-details {
     width: 100%;   
    }
    
    .agapao-mstdiagram-image {
    width: 100%;
    height: 315px;
    margin-left: auto;
    margin-right: auto;
}
}


@media only screen and (max-width: 812px) {

    .agapao-mstdiagram-image {
    width: 50%;
    height: 290px;

}
  
    
}

@media only screen and (max-width: 768px) {

    .agapao-mstdiagram-image {
    width: 50%;
    height: 290px;

}
    .MSTList li {
    font-size: 11pt;
    margin-left: 10px;
}
    
}



@media only screen and (max-width: 667px) {

    .agapao-mstdiagram-image {
    width: 50%;
    height: 260px;
    background-position: center;
    background-size: cover;
}
    .MSTList li {
    font-size: 11pt;
    margin-left: 10px;
}
    
}


/*HERO TABLET*/

@media only screen and (max-width: 625px) {

    .agapao-mstdiagram-image {
    width: 80%;
    height: 360px;
   margin-left: 10%;
}
   .agapao-banner-tablet-details {
    padding-left: 10px;
}
    
   .agapao-banner-church-text {
        padding-left: 10px;
    }    
    
}

@media only screen and (max-width: 605px) {

}

@media only screen and (max-width: 420px) {
   .agapao-mstdiagram-image {
    width: 100%;
    height: 270px;
    background-position: center;
    background-size: cover;
       margin-left: 0;
}
    .MSTList li {
    font-size: 11pt;
    margin-left: 10px;
}
    
    .agapao-banner-tablet-image {
        width: 150px;
        margin: 10px 0px 0px 0px;
    }
        
    .agapao-banner-church-text {
        font-size: small;
        padding-left: 10px;
    }
    
.BBquote {
    font-size: 125%;
    font-weight: 500;
}
    .agapao-faq {
        padding: 20px;
    }
    
.agapao-banner-tablet-price-holder {
    font-size: 10pt;

}

}

@media only screen and (max-width: 320px) {
    .agapao-banner-tablet-title {
    width: 150px;
    font-size: 1.2em;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
    .agapao-mstdiagram-image {
    height: 230px;
}
}