/*
 Theme Name:   Fluida Child Theme
 description: >-
   A child theme of the Fluida default WordPress theme
 Author:       Amy Aaronson
 Template:     fluida
 Version:      1.8.4.7
*/

/****landing page **************/
.lp-block-readmore  {
    color:#0085b2;
}
.lp-blocks-inside {
    padding: 2.2em 0;
}
.lp-text {
    padding: 2em 0 3em;
}
.lp-text-title + .lp-text-content {
    margin-top:0;
}

div.welcome {
    font-size:1.4em;
    margin: 0 10% 2%;
}
div.welcome2 {
    display:flex;
    margin: 0 10%;
}
/* landing page gift certificate box */
div.gift-box {
    border:5px double orange;    
    background-color:#fbd367;
    line-height:1.5em;
    padding:0 0 10px 0;
    margin:0 0 0 10px;
/*    max-height:10em;*/
    text-align:center;
}
div.gift-box a{
    color:#ae3c18;
}
div.gift-box img{
    min-width:180px;
}
@media (max-width: 500px) {
/*    #colophon {
        margin:auto;
        text-align:center;
        }
*/
    .lp-staticslider .lp-staticslider-image {           
        max-height:20vmax;
       /* left: 50%;*/
    }
    .lp-blocks-inside {
        padding-top: 1em;
    }
    #lp-text-one {
        padding: 1em .6em .5em;
        text-align:center;
    }
    div.welcome {
/*        display:block;*/
        margin: 0;
        font-size:1.2em;
        line-height: 1.6em;
    }
    div.welcome2 {
        display:block;
        margin: 10px 0 5px;
        line-height: 1.6em;
    }
    div.gift-box {
        margin: 10px 0 0;
        padding:5px 0;
    }
}

/**** Classes and Events ************/
h4 {
    text-align:center;
}
div.flex1 {
    display: flex;
    flex: 1;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}
/*for class and event landing pages */
div.event_box, div.classpage_box {
    width:450px;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}
/*class listing w/teaser */
div.class_box {
    width: 25em;           /*       400px;*/
    border:1px solid #ccc;
    min-height:220px;
    text-align:center;
   /* min-width:400px;*/
    margin-bottom:10px;
    padding:10px;
}
.class_box img {
    float:left;
    width:220px;
    padding-right:10px;
}
div.classbox-container, div.instructor-container, div.youth {
    display: flex;
    flex: 1;
    width: 100%;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
div.sampler {
    width:100%;
}
.sampler img {
    float:right;
    padding-left:10px;
}
img.shop-page {
    float:right;
}
@media (max-width: 500px) {
    .sampler img, img.shop-page {
        float:none;
        text-align:center;
        margin:auto;
        padding:0;
    }
    .class_box img {
        float:none;
        display:block;
        width: 80%; /*220px;*/
        padding:0;
        margin:auto;
    }
}
/* title links on Classes and Events */
a.gray-link:link, a.gray-link:hover,a.gray-link:visited  {
    color:#555;
}
.book-button {
    border:2px solid orange;    
    padding:3px 5px;
    background-color:#fbd367;
    color:#ae3c18;
}
/*put space between centered flex boxes*/
@media (min-width: 1100px) {
    div.event_box, div.classpage_box {
        margin:0 20px 10px;
    }
}
@media (min-width: 1500px) {
    div.event_box, div.classpage_box {
        min-width:510px;
        margin:0 40px 10px;
    }
}
/* previous-next post navigation taken out from sampler pages*/
 #nav-below, #nav-below:after {
	display: none;
}
#nav-below .nav-previous, #nav-below .nav-previous a {
	display: none;
}
#nav-below .nav-next, #nav-below .nav-next a {
	display: none;
}

/**** Instructors, Lessons, Rentals ************/
div.instructor {
    border:1px solid #ccc;
    padding:10px 20px;
    width:440px;
    min-height:250px;
    min-width:440px;
    margin-bottom:10px;
}
.instructor img {
    float:right;
    max-width:250px;
    margin-left:25px;
}
@media (max-width: 500px) {
    div.instructor {
        padding:0 5px;
        width:100%;
        min-width: 300px;
    }
    .instructor img {
        display:block;
        float:none;
        max-width:90%;
        margin-left:0;
    }
}

table.lesson {
    border:1px solid #ccc;
    margin:10px;
    white-space:nowrap;
   /* text-align:center;*/
}
div.rental-box {
    border:1px solid #ccc;
    padding:10px;
    margin-bottom:15px;
}
/* documents */
div.doc_box {
    margin:10px 5px;
    width:140px;
    text-align:center;
}
.doc_box img {
    margin-bottom:.5em;
}




