/*
 Theme Name:     #ANCHORDOWN Child - Lab-vanderbilt-edu
 Description:    For Lab.v.e
 Author:         Vanderbilt Web Communications
 Author URI:     http://web.vanderbilt.edu
 Template:       ANCHORDOWN-Vanderbilt
 Version:        1.0.0
*/
// @import url("../ANCHORDOWN-Vanderbilt/style.css");

/* additional CSS */
.post-type-archive-person .col-md-4:nth-child(3n+1){ clear:both; }

.media-body ul {
    list-style: none;
}

.lab-person-info ul {
    list-style: none;
}

/* -----------------------------------------------------------------------
People Grid Style
----------------------------------------------------------------------- */
.media-body ul {
    list-style: none;
}

.lab-person-info ul {
    list-style: none;
}

.people-photo img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}
.people-email,
.people-phone {
    margin: 5px 0;
}
.people-swatch,
.people-row {
    margin-bottom: 15px;
/*     height: 375px; */
}

@media only screen and (min-width: 1200px){
    .people-swatch:nth-child(4n+1) {clear: both;}
}
@media only screen and (min-width:768px) and (max-width: 1200px){
    .people-swatch:nth-child(3n+1) {clear: both;}
}
@media only screen and (min-width:480px) and (max-width: 768px){
    .people-swatch:nth-child(2n+1) {clear: both;}
}
@media only screen and (max-width: 480px){
    .people-swatch{clear: both; width: 100%;}
}
