/*
Theme Name: Simple Affiliate
Theme URI: 
Author: Erik Wallberg
Author URI: 
Description: An easy affilate marketing theme
Requires at least: 5.8
Tested up to: 5.9
Requires PHP: 5.7
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: 
Text Domain: simpleaffiliate
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks
*/


.single-header img{
    max-height: 50vh;
    object-fit: cover;
}

.wp-site-blocks{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.wp-site-blocks > footer{
    margin-top:auto;
    margin-block-start: auto;
}

h1 > a, h2 > a, h3 > a, h4 > a{
    text-decoration: none;
}

h1{
    font-size: clamp(1.8rem, -0.87rem + 8.333vw, 2.5rem);
}
.articles{
    padding-top:40px;
    padding-bottom:40px;
}

.articles h2 a, .articles h2 a:visited{
    color:#e22b97;
}
.articles .wp-block-post-date{
    font-size:11px;
    color:#999;
    margin-top: 0px;
    text-transform: uppercase;
}
.articles .wp-block-post-excerpt__more-link{
    display: inline-block;
    background-color: #e22b96bc;
    padding:10px 15px;
    border-radius: 4px;
    color:white;
    text-decoration: none;
    font-size:14px;
}
.articles .wp-block-post-excerpt__more-link:hover{
    background-color: #e22b96f1;
}