/*
 Theme Name:   Enfold Child
 Description:  A custom child theme based on the Enfold Theme
 Author:       Caorda Web Solutions
 Author URI:   http://www.caorda.com/
 Template:     enfold
 Version:      1.0.0
 Text Domain:  enfold-child
*/

.title-container {
    margin-top: 50px;
}
.entry-title.margin-top {
    margin-top: 15px;
}

.title-container .title-meta > span {
    margin-right: 15px;
}

@media (max-width: 768px){
    .title-container .title-meta > span {
        display: block;
    }

    .responsive .logo a {
        display: block !important;
    }
}

/* maintain image size for all team images */
#top #wrap_all #main .avia-team-member .team-img-container {
    height: 0;
    overflow: hidden;
    padding-top: calc(350 / 350 * 100%);
    background: white;
    position: relative;
}
#top #wrap_all #main .avia-team-member .team-img-container > img.avia_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}