/*
Theme Name:     Revia
Theme URI:      n/a
Template:       kadence
Author:         62 Digital
Author URI:     https://www.62digital.com
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

/* MOBILE */
#mobile-menu{
	text-align:center!important;
}

/* ANIMATIONS */
@keyframes floatUpDown {
	0% {
	  transform: translateY(0);
	}
	50% {
	  transform: translateY(12px);
	}
	100% {
	  transform: translateY(0);
	}
}
.kt-button .kb-svg-icon-wrap.kb-svg-icon-kb-custom-124 svg{
	transition: all .4s;
}
.kt-button:hover .kb-svg-icon-wrap.kb-svg-icon-kb-custom-124 svg{
	transform: rotate(-180deg);
}

.blog-date-dash-icon svg {
    width: 26px;
    height: 1px;
    border: 1px solid;
    position: relative;
    top: -2px;
    margin-right: 10px;
}
.wp-block-kadence-query-card .wp-block-kadence-singlebtn {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.wp-block-kadence-query-card .wp-block-kadence-singlebtn span.kt-btn-inner-text {
    text-transform: capitalize;
    font-size: 16px;
}
.single-post .content-area {
    margin-top: 0px;
}
.blog-date-dash-icon  svg {
    width: 26px;
    height: 1px;
    border: 1px solid;
    position: relative;
    top: -2px;
    margin-right: 10px;
}
.submit-btn {
    width: 190px;
    height: 60px;
    border-radius: 0 !important;
}

.explore-strategy-banner.wp-block-kadence-rowlayout   .kt-row-has-bg.wp-block-kadence-rowlayout  > .kt-row-layout-overlay {
    background: linear-gradient(113deg, #1C5E46BF 40%, rgba(0, 0, 0, 0) 40%);
}
@media (max-width: 768px) {
.entry-content.single-content p,.entry-content.single-content li {
    font-size: 16px !important;
}
.explore-strategy-banner.wp-block-kadence-rowlayout  .kt-row-has-bg.wp-block-kadence-rowlayout > .kt-row-layout-overlay {
    background: linear-gradient(
      113deg,
      #1C5E46BF 70%,
      rgba(0, 0, 0, 0) 70%
    );
  }
}