.elementor-3005 .elementor-element.elementor-element-7f1b921{--spacer-size:10px;}.elementor-3005 .elementor-element.elementor-element-d08d5ed > .elementor-container{max-width:1500px;}.elementor-3005 .elementor-element.elementor-element-518c006{--spacer-size:10px;}.elementor-3005 .elementor-element.elementor-element-63fbfb1 > .elementor-container{max-width:1500px;}.elementor-3005 .elementor-element.elementor-element-7452a6e > .elementor-container{max-width:1500px;}.elementor-3005 .elementor-element.elementor-element-fe1c37b{--spacer-size:50px;}@media(min-width:768px){.elementor-3005 .elementor-element.elementor-element-0843c3e{width:44.975%;}.elementor-3005 .elementor-element.elementor-element-1a1cd53{width:9.657%;}.elementor-3005 .elementor-element.elementor-element-95404a1{width:45.004%;}}/* Start custom CSS for shortcode, class: .elementor-element-fdc9428 */.dynamic-category-dropdown {
    max-width: 100%; /* Ensure the container can expand to fit the screen width */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.filter-options {
    display: flex;
    justify-content: space-between; /* Align items to the edges */
    max-width: 300px;
}

.filter-by-label {
    font-size: 14px;
    font-weight: bold;
}

.clear-filter {
    font-size: 14px;
    color: #EC1183;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 10px; /* Space between the label and the link */
    align-self: center; /* Align with the center of the dropdown */
    margin-bottom: 0px;
    font-weight: bold;
}

.dropdown-container {
    display: flex;
    align-items: center; /* Align items vertically center */
    flex-wrap: nowrap; /* Prevent wrapping */
}

.custom-select-wrapper {
    max-width: 300px;
    margin-right: 50px;
    flex: 1;
}

.custom-select-wrapper select {
    width: 100%;
    box-sizing: border-box;
}

.selected-categories {
    display: flex;
    gap: 5px; /* Space between bubbles */
    align-items: center;
    max-width: 300px; /* Set max width for selected categories container */
}

.category-bubble {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    white-space: nowrap; /* Prevent text from wrapping */
    font-size: 16px;
}

.category-bubble .remove-category {
    margin-left: 5px;
    cursor: pointer;
    font-weight: bold;
}

.category-bubble:hover {
    background-color: #ddd;
}

.dynamic-category-dropdown select {
    width: 100%;
    padding: 6px 10px; /* Adjust padding to account for custom arrow */
    border-radius: 8px; /* Rounded border */
    border: 1px solid #ccc;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; /* Remove default arrow */
    cursor: pointer;
}

.custom-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: #F0F0F0; /* Grey box */
    border-radius: 5px; /* Rounded corners for arrow box */
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-arrow::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M12 16l-6-6h12z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F0F0F0; /* Grey box */
    border-radius: 5px; /* Rounded corners for arrow box */
}

label {
    margin-bottom: 0px;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-2acade7 */.newest-post .custom-post-list {
    /* Container styling */
    margin: 0; /* Remove default margins */
    padding: 0; /* Remove default padding */
    list-style-type: none; /* Remove bullet points */
}

.newest-post .custom-post-link {
    display: block; /* Make the link a block element */
    text-decoration: none; /* Remove underline from link */
    color: inherit; /* Inherit text color from parent */
}

.newest-post .custom-post-item {
}

.newest-post .custom-post-title {
    font-size: 40px; /* Title font size */
    font-weight: bold;
    margin: 0 0 20px; /* Space below title */
    
}

.newest-post .custom-post-title a {
    text-decoration: none; /* Remove underline from links */
    color: inherit; /* Inherit color from parent */
}

.newest-post .custom-post-meta {
    display: flex; /* Align avatar and text side by side */
    align-items: center; /* Center align items vertically */
    font-size: 0.8em; /* Font size for meta information */
    color: #666; /* Text color for meta information */
    margin-top: 20px;
    margin-bottom: 10px; /* Space below meta information */
}

.newest-post .custom-post-meta img {
    border-radius: 50%; /* Make avatar circular */
}

.newest-post .custom-post-avatar {
    padding-right: 10px;
}

.newest-post .custom-post-avatar img{
    border-style: solid;
    border-width: 2px;
    border-color: black;
}

.newest-post .custom-post-category {
    background-color: white;
    color: black;
    margin: 20px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    font-size: 12px;
    padding: .6em 1.2em;
    line-height: 1;
    font-weight: 400;
    border-radius: 999px;
    font-weight: bold;
}

.newest-post .custom-post-excerpt {
    margin-bottom: 20px;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 45px;
}

.newest-post .custom-read-more {
    background-color: black;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.newest-post .custom-post-image {
    
}

.newest-post .custom-post-image img {
    width: 100%;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-80c8b00 */.three-posts .custom-post-list {
    /* Container styling */
    margin: 0; /* Remove default margins */
    padding: 0; /* Remove default padding */
    list-style-type: none; /* Remove bullet points */
}

.three-posts .custom-post-link {
    display: block; /* Make the link a block element */
    text-decoration: none; /* Remove underline from link */
    color: inherit; /* Inherit text color from parent */
}

.three-posts .custom-post-item {
    padding: 20px; /* Padding around each post item */    
    transition: all 0.3s ease; /* Smooth transition for hover effects */
}

.three-posts .custom-post-item:hover {
    opacity: 0.5; /* Make the entire item a little faded on hover */
}

.three-posts .custom-post-item:hover .custom-post-title {
    text-decoration: underline; /* Underline title on hover */
}

.three-posts .custom-post-title {
    font-size: 1.5em; /* Title font size */
    margin: 0 0 20px; /* Space below title */
    
}

.three-posts .custom-post-title a {
    text-decoration: none; /* Remove underline from links */
    color: inherit; /* Inherit color from parent */
}

.three-posts .custom-post-meta {
    display: flex; /* Align avatar and text side by side */
    align-items: center; /* Center align items vertically */
    font-size: 0.8em; /* Font size for meta information */
    color: #666; /* Text color for meta information */
    margin-top: 20px;
    padding-bottom: 35px;
    margin-bottom: 10px; /* Space below meta information */
    border-bottom: 1px solid #ddd; /* Optional: Add border to posts */
}

.three-posts .custom-post-meta img {
    border-radius: 50%; /* Make avatar circular */
}

.three-posts .custom-post-avatar {
    padding-right: 10px;
}

.three-posts .custom-post-avatar img{
    border-style: solid;
    border-width: 2px;
    border-color: black;
}

.three-posts .custom-post-category {
    font-size: 0.7em; /* Font size for category */
    font-weight: bold;
    color: #E31A8D; /* Color for category links */
    text-transform: uppercase; /* Make category text uppercase */
}

.three-posts .custom-post-excerpt {
    font-size: 0.8em;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-f346722 */.display-posts .custom-post-list {
    /* Container styling */
    margin: 0; /* Remove default margins */
    padding: 0; /* Remove default padding */
    list-style-type: none; /* Remove bullet points */
}

.display-posts .custom-post-link {
    display: block; /* Make the link a block element */
    text-decoration: none; /* Remove underline from link */
    color: inherit; /* Inherit text color from parent */
}

.display-posts .custom-post-item {
}

.display-posts .custom-post-title {
    margin-top: 10px;
    font-size: 26px; /* Title font size */
    font-weight: bold;
    margin: 0 0 20px; /* Space below title */
    
}

.display-posts .custom-post-title a {
    text-decoration: none; /* Remove underline from links */
    color: inherit; /* Inherit color from parent */
}

.display-posts .custom-post-meta {
    display: flex; /* Align avatar and text side by side */
    align-items: center; /* Center align items vertically */
    font-size: 14px; /* Font size for meta information */
    color: #666; /* Text color for meta information */
    margin-top: 20px;
    margin-bottom: 10px; /* Space below meta information */
}

.display-posts .custom-post-meta img {
    border-radius: 50%; /* Make avatar circular */
}

.display-posts .custom-post-avatar {
    padding-right: 10px;
}

.display-posts .custom-post-avatar img{
    border-style: solid;
    border-width: 2px;
    border-color: black;
}

.display-posts .custom-post-category {
    margin-top: 20px;
    font-size: 0.7em; /* Font size for category */
    font-weight: bold;
    color: #E31A8D; /* Color for category links */
    text-transform: uppercase; /* Make category text uppercase */
}
/*
.display-posts .custom-post-category {
    background-color: white;
    color: black;
    margin: 20px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    font-size: 12px;
    padding: .6em 1.2em;
    line-height: 1;
    font-weight: 400;
    border-radius: 999px;
    font-weight: bold;
}
*/

.display-posts .custom-post-excerpt {
    margin-bottom: 20px;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
}

.display-posts .custom-read-more {
    background-color: black;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.display-posts .custom-post-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.display-posts .custom-post-image img {
    width: 100% !important;; /* Makes the image fill its container */
    height: 200px !important;; /* Keeps aspect ratio */
    object-fit: cover !important;; /* Ensures the image covers the area without stretching */
}

.display-posts .custom-post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Create 3 equal columns */
    gap: 60px; /* Space between items */
}

.display-posts .custom-post-item {
}

.display-posts .custom-post-item a {
    text-decoration: none; /* Remove underline from links */
    color: inherit; /* Inherit color from parent elements */
}

.display-posts .custom-post-item a:hover {
    color: #0073aa; /* Change color on hover */
}

.display-posts .pagination {
    text-align: center;
    margin-top: 20px;
}

.display-posts .pagination .page-numbers {
    display: inline-block; /* Ensure links are inline and block-level */
    border-radius: 20%; /* Round the corners */
    background-color: #ddd; /* Grey background for non-current pages */
    color: #333; /* Text color */
    font-size: 16px; /* Font size for page numbers */
    width: 40px; /* Set a fixed width */
    height: 40px; /* Set a fixed height */
    line-height: 40px; /* Center text vertically */
    text-align: center; /* Center text horizontally */
    margin: 0 5px; /* Space between pagination items */
    text-decoration: none; /* Remove underline from links */
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition for hover and active states */
}

.display-posts .pagination a:hover,
.display-posts .pagination .current {
    background-color: #000; /* Black background for the current page */
    color: #fff; /* White text color for better contrast */
}/* End custom CSS */