/*
Theme Name: Una Propuesta de Vida 2023
Theme URI: https://www.netmdp.com/unapropuestadevida
Author: NetMdP
Author URI: https://www.netmdp.com/
Template: shapely
Description: Child Theme de Shapely
Version: 1.1
Requires PHP: 5.6
Tested PHP up to: 8.1
Requires at least: 4.0
Tested up to: 6.3

Text Domain: shapely
*/

@import url("../shapely/style.css");
body{
    font-size: 16px;
}
.h1, h2, h3, h4, h5, h6{
    font-weight: 700;
}
.btn{
    border-radius: 5px;
}
.main-navigation a.custom-logo-link{
    display: none;
}
.main-navigation .menu li a{
    font-size: 16px;
    letter-spacing: 2px;
}
section .recent-posts .widget-post-thumbnail{
    position: relative;
    padding-bottom: 75%;
}
section .recent-posts .widget-post-thumbnail img{
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    height: 100%;
}
section .recent-posts .widget-post-title{
    font-size: 18px;
}
.shapely_home_parallax .image-bg h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}
.shapely_home_parallax .image-bg p{
    font-size: 18px;
}
.shapely_home_parallax .small-screen.image-bg .top-parallax-section:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
}
.entry-content .shapely-content{
    padding-bottom: 35px;
}
.shapely_home_contact .image-bg h1{
    font-weight: 700;
    line-height: 1;
}
.shapely_home_contact a[href^="tel:"],
.shapely_home_contact a[href^="mailto:"]{
    color: #fff;
}
.shapely_home_contact .kaliforms-form-container input[type=color], .shapely_home_contact .kaliforms-form-container input[type=date], .shapely_home_contact .kaliforms-form-container input[type=datetime-local], .shapely_home_contact .kaliforms-form-container input[type=datetime], .shapely_home_contact .kaliforms-form-container input[type=email], .shapely_home_contact .kaliforms-form-container input[type=month], .shapely_home_contact .kaliforms-form-container input[type=number], .shapely_home_contact .kaliforms-form-container input[type=password], .shapely_home_contact .kaliforms-form-container input[type=search], .shapely_home_contact .kaliforms-form-container input[type=tel], .shapely_home_contact .kaliforms-form-container input[type=text], .shapely_home_contact .kaliforms-form-container input[type=time], .shapely_home_contact .kaliforms-form-container input[type=url], .shapely_home_contact .kaliforms-form-container input[type=week], .shapely_home_contact .kaliforms-form-container select, .shapely_home_contact .kaliforms-form-container textarea{
    border-radius: 5px;
}
.shapely_home_contact a[href^="tel:"]:hover{
    color: #963cea;
}
.shapely_home_contact .kaliforms-form-container label{
    color: #fff;
}
.shapely_home_contact .kaliforms-form-container input.input{
    border-radius: 5px !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
footer.site-footer{
    padding: 15px 0;
}
footer#colophon .site-info{
    margin-top: 0;
}
footer.site-footer .footer-credits{
    display: none;
}
footer.site-footer .back-to-top{
    margin-bottom: 8px;
}