/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Version:      1.0
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledad
*/

/* = Theme customization go here
-------------------------------------------------------------- */


/* CAA awards List */

.ca-awards-column {
    overflow:hidden;
    -webkit-column-count:3;
    -moz-column-count:3;
    -o-column-count:3;
    column-count:3;
}

.ca-awards-column li {
    font-weight:600;
    padding-right:1rem;
}

@media screen and (max-width:768px) {
    .ca-awards-column {
        -webkit-column-count:1;
        -moz-column-count:1;
        -o-column-count:1;
        column-count:1;
    }
}

/* CAA BIOS List */
.cor-ca-bios-list__entry {
    margin-bottom:30px;
}

.cor-ca-bios-list__entry a {
    font-weight:600;
}
.cor-ca-bios-list__entry p {
    display:inline!important;
}

/* CAA single page */
.cor-caa-title {
	font-size:24px;
	line-height:1.35em;
}

.cor-caa-subtitle {
	font-weight:500;
}