/*
Theme Name:     Affiliate24 Authority PRO
Theme URI:      n/a
Template:       kadence
Author:         Joost Boer
Author URI:     n/a
Description:    Excellent 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);
}
: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;
        }
    }
@media screen and (max-width: 768px) {
    .single-post article.post {
        margin-top: 1rem;
    }
}
.img-border2 {
  border-radius: 5px;
  border: 1px solid #cccccc;
}
.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);
}
.no-underline a {
text-decoration:none;
}
.category-link-items {
font-weight: bold;
text-decoration: underline;
color: var(--global-palette1);
    transition: all .1s linear;
}
.category-link-items:hover {
  color: var(--global-palette2)
}
.link a {
    color: white;
}
.ribbon {
	--f: 10px; /* control the folded part*/
  --r: 0px; /* control the ribbon shape */
  --t: 10px; /* the top offset */
  
  position: absolute;
  inset: auto auto var(--t) calc(-1.4*var(--f));
  padding: 0 10px var(--f) calc(10px + var(--r));
  clip-path: 
    polygon(100% 0,0 0,0 calc(100% - var(--f)),var(--f) 100%,
      var(--f) calc(100% - var(--f)),100% calc(100% - var(--f)),
      calc(100% - var(--r)) calc(50% - var(--f)/2));
  background: #BD1550;
  box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
}
.ribbon2 {
	--f: 10px; /* control the folded part*/
  --r: 0px; /* control the ribbon shape */
  --t: 7px; /* the top offset */
  
  position: absolute;
  inset: auto auto var(--t) calc(-1.1*var(--f));
  padding: 0 10px var(--f) calc(10px + var(--r));
  clip-path: 
    polygon(100% 0,0 0,0 calc(100% - var(--f)),var(--f) 100%,
      var(--f) calc(100% - var(--f)),100% calc(100% - var(--f)),
      calc(100% - var(--r)) calc(50% - var(--f)/2));
  background: #BD1550;
  box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
}
.sticky {
	position: sticky;
	top: 50px;
	display: block;
	height: 100%;
}
.kb-section-is-sticky>.kt-inside-inner-col, .kt-inside-inner-col>.kb-section-is-sticky{
	overflow-y:auto;
	max-height:calc(100vh - 52px);
}
