/*
Theme Name: SimpleMag Child Theme
Theme URI: http://mercenary-digital.com/
Author: Mercenary Digital
Author URI: http://mercenary-digital.com/
Description: Magazine theme for creative things
Template: simplemag
Version: 5.5
*/

/*.content-over-image-tint .title, .content-over-image-tint .title a, .content-over-image-tint .entry-title {
    display: none;
}

.content-over-image .read-more {
    display: none;
}*/

.sidebar-fixed {
    display: flex;
    align-items: flex-start;
}

.sidebar-fixed > .sidebar,
.sidebar-fixed > .sidebar{
    align-self: flex-end;
    top: unset!important;
    bottom: 0;
}

@media only screen and (max-width: 750px) {
    /* increases specificity for slide-nav-arrows to make button border smaller on mobile layouts for the image slider */
    #content > section.wrapper.home-section.slider-latest > div > div.grid-8.columns.column-1 > div > a.slider-nav-arrow {
        height: 30px;
        width: 30px;
    }

    div.grid-4.entries.columns.column-2 {
        padding-top: 20px;
    }

    /* increases specificity for entry-link overlay to position over entry-image, fixes spacing issues */
    #content > section.wrapper.home-section.slider-latest > div > div.grid-4.entries.columns.column-2 > article > header {
        position: absolute;
        height: 100%;
        padding: 5px;
        margin-top: 0px;
        background-color: rgba(0,0,0,0.3);
    }

    /* increases specificity to remove text of only the two small articles below image slider */
    #content > section.wrapper.home-section.slider-latest > div > div.grid-4.entries.columns.column-2 > article > header > div > div > h2 > a {
        display: none;
    }

    .sidebar-fixed {
        display: block;
    }

    .home-section.slider-latest .column-2 {
        display: none;
    }
}

.swp_default_custom_color a {
    color: white !important;
}

svg.progress-ring{
	width: 100%;
}

@media only screen and (min-width: 960px) {
	.rating-labels .slick-track {
		min-width: 442px !important;
	}
}