/*!
 Theme Name: Rubrum
 Theme URI:
 Author: Dev Team
 Author URI:
 Description: Rubrum is a blank canvas for your ideas and it makes the block editor your best brush.
 Requires at least: 6.6
 Tested up to: 6.8.3
 Requires PHP: 8.0
 Version: 6.8
 Text Domain: rubrum
*/


/** Add your custom styles here **/


header nav .current-menu-item a {
    background-color: var(--wp--preset--color--accent);
}
.green-arrow {
    position: relative;
}
.green-arrow::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/wp-content/uploads/arrow-green.png');
    background-position: 0% 50%;
    background-size: 18px;
    background-repeat: no-repeat;
    margin-right: 16px;
    position: relative;
    top: 3px;
}
.blue-arrow {
    position: relative;
}
.blue-arrow::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/wp-content/uploads/arrow-blue.png');
    background-position: 0% 50%;
    background-size: 18px;
    background-repeat: no-repeat;
    margin-right: 16px;
    position: relative;
    top: 3px;
}

.form-contact textarea {
    height: 200px !important;
}

.ratio iframe {
    z-index: 999;
}


