/*!
Theme Name:  RayTheme
Theme URI: https://raylinaquino.com
Author: Raylin Aquino
Author URI: https://raylinaquino.com
Description:  RayTheme Template 
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rayelem
*/
:root {
    font-size: 10px; 
    --primary:#006fbe;
    --secondary:#f18321;
}


body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 500;
} 

 .gform-theme--framework .gform_body input,  .gform-theme--framework .gform_body textarea{
    box-shadow:none ;
    border-width:2px;
}
.gform-theme--framework input:focus, .gform-theme--framework textarea:focus{
    border-color:var(--primary);
}
.gform-theme--framework  .gform_footer  input{
    background:var(--primary) !important;
    padding:0 4rem !important;
    
}
.gform-theme--framework  .gform_footer  input:hover{
    background:var(--secondary) !important; 
    
}

.post-text a{
    color:var(--primary) ;
}
.post-text a:hover{
    text-decoration:underline;
}

@media (max-width:600px){
    .center-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu{
    justify-content:center;
}
}