/*
 Theme Name:     Valdosta Mardi Gras Child Theme
 Theme URI:      
 Description:    
 Author:         Spyderserve Corp
 Author URI:     https://www.spyderserve.com
 Template:       spyderHealth
 Version:        20250626.0
 ID:             342
*/

/* Comment the @import line out for spyderHealth parent theme */
@import url("../spyderHealth/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Fonts */

@font-face {
    font-family: "ephesis";
    src: url(font/Ephesis-Regular.ttf);
}

/* 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;
}

#mainContent .desktop-only{
    display: none;
}

@media only screen and (min-width: 768px){
    #mainContent .desktop-only{
        display: flex;
    }

    #mainContent .mobile-only{
        display: none;
    }
}

.content #mainContent .ephesis h1 {
    font-family: 'ephesis';
}

.content #mainContent .ephesis {
    font-family: 'ephesis';
}