/*
 * Theme Name:  Smart Gets Paid
 * Theme URI:   https://mygoodpeople.com/
 * Description: Custom theme built for smartgetspaid.com
 * Author:      Good People Digital
 * Author URI:  https://mygoodpeople.com/
 * Version:     1.1
 * Tags:        accessibility-ready, custom-colors, custom-logo, custom-menu,
 *              featured-images, footer-widgets, full-width-template,
 *              left-sidebar, one-column, right-sidebar, rtl-language-support,
 *              sticky-post, theme-options, threaded-comments,
 *              translation-ready, two-columns
 * Template:    genesis
 * License:     GPL-3.0-or-later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: sgp
*/



.block.media-hero {
    margin-top: 7.0625rem;
}
.gc-media-hero-section {
    display: flex;
}

.gc-image {
    position: relative;
}
.gc-image:before {
    content: '';
    background-image: url(https://www.smartgetspaid.com/wp-content/uploads/2021/07/Group-663.svg);
    position: absolute;
    right: -40%;
    height: 17%;
    width: 33%;
    background-repeat: no-repeat;
}
.gc-archive-images img {
    width: 22.7%;
    margin: 10px;
}
.gc-arc-press-container {
    display: flex;
    margin-bottom: 30px;
}
.gc-featured-image {
    width: 20%;
}
.gc-featured-image img {
    padding-right: 30px;
}
.gc-arc-press-container .gc-content {
    align-self: center;
}
.gc-arc-press-container .gc-content h2 {
    color: #000;
    margin: 0.1875rem 0 0.625rem;
    font-size: 1.375rem;
    line-height: calc(29em / 22);
    margin-bottom: 30px;
}

.gc-arc-press-container .gc-content a {
    font-family: "Oswald", sans-serif;
}
.gc-media-podcasts-section,
.gc-media-press-section {
    padding: 50px 0px;
    position: relative;
}
.gc-media-press-section:before {
    content: '';
    background-image: url(https://www.smartgetspaid.com/wp-content/uploads/2021/07/Group-654.svg);
    position: absolute;
    right: 0%;
    top: 25%;
    height: 8%;
    width: 14%;
    background-repeat: no-repeat;
}
.gc-media-press-section:after {
    content: '';
    background-image: url(https://www.smartgetspaid.com/wp-content/uploads/2021/07/Group-663.svg);
    position: absolute;
    right: 0%;
    bottom: 25%;
    height: 8%;
    width: 14%;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 876px) {
    .gc-archive-images img {
        width: 32.7%;
    }
}
@media only screen and (max-width: 767px) {
    .gc-col-6 {
        width: 100%;
    }
    .gc-media-hero-section {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    
    .gc-media-press-section:before {
        content: none;
    }
    .gc-media-press-section:after {
        content: none;
    }
    .gc-featured-image {
        width: 40%;
    }
}