/*
Theme Name:   ProHealth Child
Theme URI:    https://prohealth-wp.laralink.com/
Description:  Child theme for ProHealth - Medical and Healthcare WordPress Theme
Author:       Your Name
Author URI:   https://yourwebsite.com
Template:     prohealth
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  LICENSE
Text Domain:  prohealth-child
Tags:         custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* header ------------ */
.cs_site_branding {
    padding: 20px 0;
}


/* footer ------------ */
.cs-fooer_main {
    padding: 60px 0;
}
/* Para el formulario de contacto en el footer */
.cs_radio_group .wpcf7-list-item {
    margin: 0 0 0 2em;
}
@media (max-width: 480px) {
    .cs_site_branding {
        max-width: 300px;
    }
    .cs_radio_group .wpcf7-list-item {
         margin: 1em 0 0 2em;
    }
}
.cs-copyright {
    font-size: inherit;
    line-height: inherit;
    padding: 31px 0;
    background-color: #274760;
    color: #fff;
}

.cs_shape_1 {
    width: 1884px;
    height: 1884px;
    border-radius: 50%;
    opacity: 0.6;
    background: radial-gradient(42.35% 42.35% at 50% 50%, rgba(134, 187, 241, 0.38) 0%, rgba(134, 187, 241, 0) 100%);
    position: absolute;
    top: 31%;
    right: -37%;
    z-index: -1;
}
.cs_shape_1.cs_position_1 {
  right: initial;
  left: -38%;
  top: -59%;
}
.cs_shape_1.cs_position_2 {
  right: 38%;
  top: 39%;
}
.cs_shape_1.cs_position_3 {
  right: 42%;
  top: 22%;
}
.cs_shape_1.cs_position_4 {
  right: -35%;
  top: initial;
  bottom: -10%;
}
.cs_shape_1.cs_position_5 {
  right: -30%;
  top: -8%;
}