/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

div#top-bar {
    background-color: #1B5F74;
}
a.quick-view.quick-view-added {
    background-image: linear-gradient(to right, #5dba8d 0%, #3cb2e4 51%, #5dba8d 100%);
}
h1{
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
}
.cinfo-works {
	background:linear-gradient(to right, #5dba8d 0%, #3cb2e4 51%, #5dba8d 100%);
}

.bttn-main{
    display: inline-block;
    line-height: 35px;
    text-transform: capitalize;
    border: 1px solid #5dba8d;
    padding: 5px 27px !important;
    font-size: 17px;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: linear-gradient(to right, #5dba8d 0%, #3cb2e4 51%, #5dba8d 100%);
    border-radius: 50px;
    transition: background-color 0.3s ease-in-out;
    margin-top: 20px;
}

/* CSS for About Pages Grid */
.about-pages {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px;
}

.about-page {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
}

.about-page h2 {
    margin-top: 0;
}

.featured-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 10px;
}

.excerpt {
    font-size: 16px;
    line-height: 1.5;
}