/*
Theme Name: Royal Elementor Kit Child
Theme URI: https://royal-elementor-addons.com/royal-elementor-kit-child
Description: Child theme for the Royal Elementor Kit
Author: WP Royal
Author URI: https://royal-elementor-addons.com/
Template: royal-elementor-kit
Version: 1.0.0
*/


.highlight-filter a {
    margin-right: 10px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
    color: #333;
}
.highlight-filter a.active {
    background-color: #222;
    color: #fff;
}
.highlight-posts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}
.highlight-item {
	width: 30%;
    border-radius: 8px;
}
.highlight-item img {
    max-width: 100%;
    height: auto;
}
.highlight-pagination {
    margin-top: 30px;
}
.highlight-item h3 {
    font-size: 18px;
}

.highlight-tabs {
    padding: 11px !important;
    background: #fff !important;
    border-radius: 6px !important;
    box-shadow: 0px 0px 10px 0px rgba(211.49999999999997, 211.49999999999997, 211.49999999999997, 0.5);
}

.pagination-tabss a {
    padding: 5px 11px;
    border: 1px solid gray;
    margin: 10px;
    color: #000;
    background: #fff;
    border-radius: 5px;
} 

.pagination-tabss span.page-numbers.current {
    padding: 5px 11px;
    border: 1px solid #018A9C;
    margin: 10px;
    color: #fff;
    background: #018A9C;
    border-radius: 5px;
}

.pagination-tabss a.page-numbers:hover {
    padding: 5px 11px;
    border: 1px solid #018A9C;
    margin: 10px;
    color: #fff;
    background: #018A9C;
    border-radius: 5px;
}

.outerwrapper-tabs {
    display: flex;
    justify-content: center;
}

.pagination-tabss {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1024px) {

.highlight-item {
	width: 48%;
}
}


@media screen and (max-width: 768px) {

.highlight-item {
	width: 98%;
}
}

