/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
button.rks-close svg{
    display: none;
}
button.rks-close{
    background-image: url(/wp-content/uploads/2025/06/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    width: 35px;
    height: 35px;
    background-color: #000;
    border-radius: 50%;
}
.rks-next path , .rks-prev path{
    fill: #252422;
}
.rks-next, .rks-prev{
    border: 1px solid #252422;
}
a.ranksavant-read-more{
    background-color: #C04000;
    font-family: "Bebas Neue", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 150%;
    fill: #FFFFFF;
    color: #FFFFFF;
    transition-duration: 0.15s;
    border-radius: 100px 100px 100px 100px;
    padding: 16px 32px 16px 32px;
    border: 0;
}
a.ranksavant-read-more:after{
    content: url(/wp-content/uploads/2025/06/arrow-white.svg);
    width: 10px;
    height: 10px;
    vertical-align: sub;
    margin-left: 10px;
    display: inline-block;
}
a.ranksavant-read-more:hover:after{
    content: url(/wp-content/uploads/2025/06/arrow-right-dark.svg);
}
a.ranksavant-read-more:hover{
    background-color: #FFFFFF;
    color: #252422;
    box-shadow: 0px 0px 0px 1px #252422 inset;
}
.ranksavant-container{
    margin-top: 30px;
}