/*
 Theme Name:   Wendo
 Theme URI:    https://wendo.ca
 Description:  Customization of Blocksy for Wendo.ca
 Author:       Wen-Do Women’s Self Defence
 Author URI:   http://trevorchowfraser.ca
 Template:     blocksy
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  blocksy
*/


/*
* GENERAL
*/

.bg-dark a {
    color: #a9cfd3;
}


/*
* HOMEPAGE
*/

/* don't show title on homepage */

body.home .page .hero-section { 
    display: none; 
}

body.home .ct-featured-image {
    display: none;
}

body.home main div:first-child {
    padding-top: 0;
}

.ct-header .middle {
    background-color: #222;
}

/* red hot pink e44a61 */

.wendo-homepage-hero {
    background-image:url(http://wendo.ca/wp-content/uploads/2021/05/IMG_5661-Homepage-scaled.jpeg);
    background-position: 28% 37%;
    background-size:cover;
    min-height:750px;
    filter: none;
}

.wendo-homepage-hero h1 {
    font-size: 20vw;
    padding-top: 2em;
    line-height: 1em;
    filter: none;
    text-shadow: 3px 3px 0px #333;
}


@media screen and (min-width: 760px) {
    .wendo-homepage-hero h1 {
        font-size: 10vw;
        padding-top: 1em;
        line-height: 1em;
        filter: none;
        text-shadow: 3px 3px 0px #333;
    }
}





/* 
* TRAININGS
*/

.training-details {
    border: 1px solid #DDD;
    padding: 1em;
    margin: 1em auto 0;
	max-width: var(--default-editor, var(--block-max-width));
}
.training-details-header {
    background: #EEE;
    margin: -1em -1em 0 -1em;
    padding: 1em 1em 0 1em;
}
.training-details-header h5 {
    color: #AAA;
    text-align: center;
}


/*
* INSTRUCTORS
*/

.single-instructors .ct-featured-image {
    width:38%;
    margin-left: 2%;
    margin-right: 10%;
    float:right;
    padding: 1em;
    box-shadow: 0 0 3px inset #CCC;
    border-radius: 0.5em;
    background-color: #F3F3F3;
}
.single-instructors .ct-featured-image img {
    border-radius: 0.5em;
}
.single-instructors .ct-featured-image figcaption {
    color: #999;
}
/* adjust for mobile */
@media (max-width: 689.98px){
    .single-instructors .ct-featured-image.ct-hidden-sm {
        display: block !important;
        width:100%;
        margin-left:0;
        margin-right:0;
        float:none;
        border:none;
    }
}