/*
Theme Name: SMG Venue Hire
Theme URI: https://github.com/TheScienceMuseum/wordpress-themes/tree/master/venuehire
Description: WordPress child theme for SMG Venue Hire sites
Author: Science Museum Group
Author URI: https://github.com/TheScienceMuseum
Template: smgwptheme
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: smg-venue-hire
Contributors:   Toby Stokes (https://github.com/tobystokes)
                Kirsten Smith (https://github.com/argenteum)
*/


.venue .c-card__title {
margin-bottom: 0;
}

.venue .c-card__info .position,
.venue .c-card__info .supplier-type {
font-weight: 400;
}

.venue .c-card__meta,
.venue .o-dl+.o-dl {
margin-top: .5rem;
}

.venue .c-card__meta .email dd,
.venue .c-card__meta .web dd {
text-transform: lowercase;
}

.venue .c-card__img img {
height: auto;
}

.availability {
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 300;
    background-color: #e6e6e6;
    padding: .5rem;
    margin-bottom: 1em
}

@media (min-width:320px) {
    .availability {
        font-size: calc(.80769rem + .96154vw)
    }
}

@media (min-width:1152px) {
    .availability {
        font-size: 1.5rem
    }
}

@media (min-width:320px) {
    .availability {
        padding: calc(.30769rem + .96154vw)
    }
}

@media (min-width:1152px) {
    .availability {
        padding: 1rem
    }
}

.space-type {
    text-transform: capitalize
}

#sbi_images {
    margin-left: -10px
}
