/*
 Theme Name: Koji Child
 Template: koji
 Description: Child theme that only changes the footer
 Author: Sam Eckert
 Version: 1.0
*/

/* Optional: Add your own CSS overrides below */
.home .post-header{
	display: none;
}

.menu-item a{
	opacity: 1;
	text-decoration: none;
}

.menu-item a:hover{
	opacity: 0.6;
	text-decoration: none;
}

/*.menu-item a:hover:after{
	opacity: 0.6;
	text-decoration: none;
	padding-right: 2px;
  content: "\2192";
}*/

.site-nav .current-menu-item a{
	opacity: 1;
	text-decoration: none;
	font-weight: bold;
}

.site-nav .current-menu-item a:hover{
	opacity: 0.6;
	text-decoration: none;
	font-weight: bold;
}

.menu-item-object-page a:hover{
	opacity: 0.6;
	text-decoration: none;
}

/* Add arrows to text links inside paragraphs and list items only */
.entry-content p a:not(.no-arrow)::after,
.entry-content li a:not(.no-arrow)::after {
    padding-right: 2px;
    content: "\2192";
}

/* Turn OFF arrows when the link contains an image (where supported) */
.entry-content a:has(img)::after { content: none; }

/* Never show arrows on common image/link wrappers or components */
.entry-content figure a::after,
.entry-content .wp-block-image a::after,
.entry-content .wp-block-gallery a::after,
.entry-content .gallery a::after,
.entry-content .wp-caption a::after,
.entry-content .sow-carousel-thumbnail a::after { content: none; }

/* Optional: never show arrows on buttons */
.entry-content .wp-block-button__link::after { content: none; }

/* No arrows on image links in archive descriptions */
.archive-description figure a::after,
.archive-description .wp-block-image a::after,
.archive-description .wp-block-gallery a::after { content: none; }

.subheading{
	color: #232D37;
}

.rounded-corners img{
	border-radius: 5px;
}

/*HIDE PAGINATION ON POSTS*/
.pagination-single{
	visibility: hidden;
}


/*HEARTS ANIMATION ON HOMEPAGE*/

#love {
		cursor: pointer;
}

.love .a:after {
		text-decoration: none;
		padding-right: 0px;
    content: none;
}


.textcontainer {
	padding:10px 0;text-align:center;
}
.particletext {
      text-align:center;
      /*font-size:48px;*/
      position: relative;
      &.hearts {
         >.particle {
            opacity:0;
            position: absolute;
            background-color:rgba(204,42,93,1);
            animation: hearts 3s ease-in infinite;
            &:before, &:after {
               position: absolute;
              content: '';
               border-radius:100px;
               top:0px;
               left:0px;
               width:100%;
               height:100%;
               background-color:rgba(204,42,93,1);
            }
            &:before {
               transform:translateX(-50%);
            }
            &:after {
               transform:translateY(-50%);
            }
         }
      }
   }


@keyframes hearts {
   0% {
      opacity: 0;
      transform:translate(0, 0%) rotate(45deg);
   }
   20% { //show and hint at moving
      opacity: 0.8;
      transform:translate(0, -20%) rotate(45deg);
   }
   100% {
      opacity: 0;
      transform:translate(0, -1000%) rotate(45deg); //Big hearts move faster
   }
}


/* VIDEO PLAYER RESPONSIVE */
.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}
.mejs-container {
    padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
    max-width: 100% !important;
}
video.wp-video-shortcode {
    position: relative;
}
.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mejs-controls {
    display: none;
}
.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}

/*
#moove_gdpr_cookie_info_bar{
	font-family:  -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif
}*/

/* Restore bullets/numbers and indentation in post content */
.entry-content ul { list-style: disc outside !important; padding-left: 1.5em !important; }
.entry-content ol { list-style: decimal outside !important; padding-left: 1.5em !important; }
.entry-content li { margin: .5em 0; }

/* Fallback to revert if something else overrides */
.entry-content ul,
.entry-content ol { list-style: revert !important; padding-left: revert !important; }


/* Remove theme default block margins for ULs in SiteOrigin text widgets */
.siteorigin-widget-tinymce.textwidget ul {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  margin: 0 !important;
}
