/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
/*
.site-header {
    background: linear-gradient(
        to bottom,
        rgba(35, 25, 18, 0.42),
        rgba(35, 25, 18, 0.12)
    );
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
*/

.btn_consult_top_menu a {
    border: 1px solid #C8A06A;
    border-radius: 8px;
    color: #ffffff !important;
    padding: 0px 10px 5px 10px !important;
    background: #C8A06A;
}
/*
.icon_section_one i {
    background: #f8f5f0;
    padding: 15px;
    border-radius: 100px;
}
*/
.icon_section_one a {
    background: #f8f5f0;
    padding: 15px;
    border-radius: 100px;
}