/* Theme */
@media (max-width: 960px) {
	html {
	    font-size: 18px;
	}
	.uk-button {
		font-size: 18px;
		padding: 13px 40px;
        line-height: 1;
	}
    .uk-text-meta {
        font-size: 18px;
    }
    .uk-text-large {
        font-size: 18px;
    }
    .remove-ml-mobile {
        margin-left: 0 !important;
    }
}
.single-post .uk-breadcrumb li:last-child {
    display: none;
}
.tm-page {
    border-image: linear-gradient(90deg, #8DDFE1 0%, #F1B2B2 100%) 1;
}
.home .tm-page {
    border-image: none;
}
.uk-breadcrumb a {
    text-decoration: underline;
}

/* Header */
.home .tm-header:not(:has(.uk-sticky-below)) .uk-container {
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
}
.uk-icon.uk-navbar-toggle-icon svg {
    width: 51px;
}

.uk-icon.uk-navbar-toggle-icon svg > rect {
    height: 1px;
}

.home .uk-logo-inverse {
    width: 294px;
    margin-top: 100px;
}

#tm-dialog .uk-offcanvas-bar, #tm-dialog-mobile .uk-offcanvas-bar {
    background: linear-gradient(321deg, #DF8888 12.95%, #49BBBD 72.85%);
}

.current-menu-item a {
    font-weight: 600;
}

.uk-nav-default>li.current-menu-item>a::after {
    right: 0;
}
button.uk-offcanvas-close.uk-icon.uk-close svg {
    width: 32px;
}

button.uk-offcanvas-close.uk-icon.uk-close svg line {
    stroke-width: 0.8;
}

@media (max-width: 960px) {
    .uk-icon.uk-navbar-toggle-icon svg {
        width: 33px;
    }
    .home .uk-logo-inverse {
        width: 187px;
        margin-top: 60px;
    }
    .home .tm-header-mobile:not(:has(.uk-sticky-below)) .uk-container {
        border-left: 24px solid transparent;
        border-right: 24px solid transparent;
    }
    .home .tm-header-mobile:not(:has(.uk-sticky-below)) .uk-navbar-toggle {
        margin-top: -52px;
    }
    .uk-nav-default>li>a {
        font-size: 25px;
        padding: 15px 0;
    }
    #tm-dialog-mobile .uk-offcanvas-bar .uk-nav.uk-nav-default>li {
        margin-bottom: 20px;
    }
    button.uk-offcanvas-close.uk-icon.uk-close svg {
        width: 25px;
    }
	.uk-nav-default > li > a:hover::after {
	    right: 100% !important;
	}

    
}

/* Home */
#hero-home {
    border: 70px solid #f8f2e9;
}
#hero-home > div > div.uk-position-cover {
	background-size: 180% 180%;
	animation: gradient-animation 6s ease infinite;
}

@keyframes gradient-animation {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@media (max-width: 960px) {
    #hero-home {
        border: 24px solid #f8f2e9;
    }
}


/* Panel */
.fe-panel {
    position: relative;
    padding-left: 40px;
}
.fe-panel .el-title {
	font-weight: 900;
}
.fe-panel:has(.uk-heading-line)::before {
	content: '';
    background: url(/wp-content/uploads/2025/07/logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 26px;
    height: 31px;
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
}

@media (max-width:960px) {
    .fe-panel {
        padding-left: 40px;
    }
	.fe-panel .el-image, .fe-panel .uk-width-auto\@m {
		display: none;
	}
	.fe-panel .el-title {
		font-size: 18px;
	}
	.fe-panel .uk-margin-medium-top {
		margin-top: 20px !important;
	}
    .fe-panel::before {
        top: -2px !important;
    }
}

/* Blockquote */
blockquote {
    font-family: 'IBM Plex Serif', serif;
    position: relative;
    padding-left: 50px;
}
blockquote::before {
    content: '';
    width: 1px;
    background: #000;
    height: 90%;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
	pointer-events: none;
}
blockquote::after {
    content: '';
    width: 26px;
    background: url(/wp-content/uploads/2025/07/logo.svg);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: center;
    height: 90%;
    display: block;
    position: absolute;
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
@media (max-width:960px) {
	blockquote {padding-left: 60px; font-size: 20px;}
	blockquote::before {left: 12.5px;}
	blockquote::after {left: 0px;}
}

/* Ripples Card */
.fe-ripples-date {
    font-family: Lato;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
}

.fe-ripples-author {
    font-family: Lato;
    font-size: 15px;
    font-weight: 400;
}

.fe-ripples-author strong {
    font-weight: 400;
    text-transform: uppercase;
}

.fe-ripples-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.fe-ripples-categories a {
    color: #FFF;
    text-align: center;
    font-family: Lato;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    min-width: 94px;
    padding: 6px 18px;
    border-radius: 4px;
    transition: all .2s ease-in-out;
}

.fe-ripples-categories a:hover {
    color: #000;
    background: transparent !important;
    text-decoration: none;
}

.fe-ripples-title {
    color: #000;
    font-family: "IBM Plex Serif";
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
}
.fe-ripples-excerpt {
    color: #000;
    font-family: "IBM Plex Serif";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.fe-ripples-grid .fe-ripples-card:nth-child(4n+2) .fe-ripples-image,
.fe-ripples-grid .fe-ripples-card:nth-child(4n+3) .fe-ripples-image {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

@media (max-width: 960px) {
    .fe-ripples-date {
        font-size: 18px;
    }
    .fe-ripples-author {
        font-size: 15px;
    }
    .fe-ripples-categories {
        gap: 6px;
    }
    .fe-ripples-title {
        font-size: 20px;
    }
    .fe-ripples-excerpt {
        font-size: 18px;
    }
    .fe-ripples-image {
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }
	.uk-grid-medium>.uk-grid-margin, .uk-grid-row-medium>.uk-grid-margin.fe-ripples-card {
		margin-top: 75px !important;
	}
}

/* Filter ripples */
.fe-filter-categories {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    margin-top: 6px;
}
.fe-filter-categories li {
    padding-left: 15px;
}

.fe-filter-button, .fe-filter-reset {
    color: #FFF !important;
    text-align: center;
    font-family: Lato;
    font-size: 15px !important;
    font-weight: 600;
    line-height: normal;
    min-width: 94px;
    padding: 6px 18px !important;
    border-radius: 4px;
    transition: all .2s ease-in-out !important;
    justify-content: center;
}

.fe-filter-button:hover, .fe-filter-button.uk-active {
    color: #000 !important;
    background: transparent !important;
    text-decoration: none;
}
.fe-filter-title {
    font-family: 'Lato';
    font-size: 25px;
    font-weight: 900;
    min-width: 120px;
}

@media (max-width: 960px) {
    .fe-filter-categories {
        row-gap: 8px;
        padding-left: 14px;
        flex-direction: column;
        align-items: flex-start;
    }
    .fe-filter-categories li {
        padding-left: 8px;
        width: calc(100% - 10px);
    }
    .fe-filter-title {
        margin-top: 24px;
    }
    .uk-modal-close-default svg {
        color: #000;
        width: 25px;
    }
    .uk-modal-close-default svg line {
        stroke-width: 0.8px;
    }
}

/* Pages */
@media (max-width: 960px) {
    #hero-page-img img {
        aspect-ratio: 3 / 5;
        object-fit: cover;
        max-height: 500px;
    }
    #hero-page-title {
        margin-left: 0 !important;
        left: 0 !important;
    }
}

@media (max-width: 1200px) {
	.fe-img-expand-right {
        padding: 0 0 0 24px !important;
    }
}

/* About */
@media (max-width: 960px) {
    .fe-about-grid {
        padding-left: 24px;
        padding-right: 24px;
    }
    .fe-about-grid .el-image {
        aspect-ratio: 1 / 1;
        object-fit: cover;
        width: 100%;
    }
}


/* Footer */

#footer {
    border-top: 14px solid #f8f2e9;
    border-bottom: 70px solid #f8f2e9;
}
#footer > div > div.uk-position-cover {
	background-size: 180% 180%;
	animation: gradient-animation 6s ease infinite;
    max-width: 1300px;
    margin: auto;
}
#footer hr {
    margin: 0 60px;
}

@media (max-width: 960px) {
    #footer {
        border: 24px solid #f8f2e9;
    }
    #footer hr {
        margin: 0;
    }
    .fe-footer-text {
        font-size: 15px;
    }
    .fe-footer-partners {
        font-size: 12px;
    }
}