/*

Theme Name: AlchemX Theme
Description: This is a simple and lightweight WordPress theme developed exclusively for AlchemX, designed to provide a clean, user-friendly experience. Built with speed and simplicity in mind, this theme offers a minimalist layout that is easy to customize and works perfectly across all devices. This theme provides a solid foundation with reliable performance and modern design standards.
Author: The Software Firm (Pvt) Ltd
Author URI: www.thesoftwarefirm.com
Version: 1.0.0
*/

body {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
}

a{
    text-decoration: none !important;
}

.custom-logo{
    max-width: 190px;
    height: auto !important;
    object-fit: contain;
    width: 100%;
}

.main-nav-bar .nav-link{
    font-size: 1.3em;
}

.connect-btn{
    background-image: linear-gradient(90deg,#469fbb, #066396, #033957);
}

.connect-btn i{
    color: #033957;
}

.contact-us-button-icon{
    height: 80%;
    margin: auto;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alchemx-blog-post img{
    max-height: 370px;
    object-fit: cover;
}

.wp-block-categories-list.wp-block-categories{
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: start;
    /*align-items: flex-start;*/
    flex-wrap: wrap;
    width: 100%;
}

.wp-block-categories-list.wp-block-categories li {
    margin: 5px 8px;
    padding: 5px 12px;
    border-radius: 25px;
    text-align: left;
    border: none;
    /*background-color: var(--bs-dark);*/
    color: var(--bs-dark);
}
.wp-block-categories-list.wp-block-categories li a{
    text-decoration: none;
    color: var(--bs-dark);
}

.flatpickr-calendar {
    box-shadow: none !important;
}

.category-dropdown select{
    width: 100%;
    padding: 10px 20px;
    border-radius: 20px;
}

.category-dropdown select option{
    width: 100%;
    padding: 10px 20px;
}
