/*
Theme Name:     Juno For Kadence
Theme URI:      https://juno.styleclouddemo.co
Template:       kadence
Author:         StyleCloud
Author URI:     https://stylecloud.co
Description:    A premium starter theme for Kadence by StyleCloud
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
/*STYLE GALLERY ARROWS*/
.kb-splide.kt-carousel-arrowstyle-outlinewhite {
    --splide-nav-color: #fff;
    --splide-nav-border: 1px solid #fff;
    --splide-nav-background: transparent;
	  --splide-nav-padding: 20px;
}
.kb-splide .splide__arrow {
    height: 6rem;
    width: 6rem;
	  border-radius: 100px;
}

/*STYLE GALLERY CAPTIONS*/
.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kadence-blocks-gallery-item__caption {
    padding: 30px 30px 10px 30px; 
	  margin-left: 10%;
	  text-align: left;
}

/*ROTATE TEXT*/
@media only screen and (min-width: 1024px) {
.heading-rotate {
  transform:rotate(-90deg)
}
}

/*STYLE POP OVER MENU*/
ul.sub-menu.show-drawer.active.pop-animated li a {
	font-size: 0.7em;
}

/*STYLE READ MORE LINKS*/
.wp-block-post-excerpt__more-link {
    display: inline-block;
    border: solid 1px;
    padding: 10px 25px;
    border-radius: 50px;
    text-decoration: none;
}
