/*
 Theme Name:     Lavish Realty 2026
 Theme URI:      
 Description:    
 Author:         Spyderserve Corp
 Author URI:     https://www.spyderserve.com
 Template:       spyderHealth
 Version:        20260123.1
*/
 
/* =Theme customization starts here
------------------------------------------------------- */


/* add styling for cta hyperlink */

a.spyder-cta
{
    border-width: 1px;
    border-style:solid;
    border-radius: 5px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    width: auto;
}

.spyder_form_pagination button{
    background-color: #2b3ea0;
    border: 0;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 20px;
}

/* --Additional CSS-- */

/* Font Sizing */
h1 {
    font-size: 2em;
    line-height: 0.9em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.17em;
}
h4 {
    font-size: 1em;
}
h5 {
    font-size: 0.83em;
}
h6 {
    font-size: 0.67em;
}

/* Spacing and Adjustments */

a.logo {
    padding-top: 0 !important;
    padding-bottom: 5px !important;
}
#homepage_content {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
#homepage_content article {
    margin-top: 0;
}
#homepage_content, article {
    padding-left: 5px;
    padding-right: 5px;
    background-color: rgba(0, 0, 0, 0) !important;
}
.sub-menu {
    z-index: 100 !important;
}
#menu-footer li {
    padding-bottom: 10px;
}

/* Other Styling */

.spyder-image img {
    border-radius: 5px;
    border: 1px solid #D4D4D4;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.25);
}
#mainMasthead {
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,.25)
}
/* --!Additional CSS-- */