/*!
Theme Name: Stone Division
Theme URI: https://create8.co.uk
Author: Nick Spencer
Author URI: https://create8.co.uk
Description: Custom theme for Stone Division
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: stonedivision
*/

.social-icon {
    height: 2rem;
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icon.social-icon-bg {
    background: #b01402;
    border-radius: 50%;
    fill: white;
}

.social-icon svg {
    height: 1rem;
}

.basic-media-row .basic-media-col .basic-media-item {
    height: var(--basic-media-item-height, 320px);
    object-fit: cover;
    width: 100%;
}

.full-text-page {
    margin: 0 auto;
    padding: 1rem 0;
}
