/*
Theme Name:     Affiliate24 Starter
Theme URI:      n/a
Template:       kadence
Author:         Joost Boer
Author URI:     n/a
Description:    Great starting point for an affiliate marketing website. Product review template, best X for Y template, home page template and more. Easy to adjust according to your own wishes. 
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
.img-border img {
    border: none;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1), 0 0 6px 0 rgba(0,0,0,.1), 0 2px 2px -2px rgba(0,0,0,.15);
}
.img-border2 {
  border-radius: 5px;
  border: 1px solid #cccccc;
}
.img-border3 {
	border-radius: 50%;
}
:root {
--global-md-spacing: 1.2em;
}
@media screen and (max-width: 1024px) {
	.single .post-thumbnail {
       margin: 0 -2rem;
    }
}
@media screen and (min-width: 768px) {
        .single-post article.post .post-thumbnail {
         width: 85%;
         margin: 0 auto;
         border-radius: 10px;
				margin-bottom: 50px;
        }
    }
.single-post article.post {
    margin-top: 2rem;
}
@media screen and (max-width: 768px) {
    .single-post article.post {
        margin-top: 1rem;
    }
}
.padding-top {
	padding-top: 8px
}
.single-content .wp-block-image {
margin-bottom: var(--global-md-spacing);
}
.wp-block-kadence-infobox {
margin-bottom: var(--global-md-spacing);
}
