/*
Theme Name: Resideo Child
Theme URI: http://pixelprime.co/themes/resideo-wp/
Tested up to: 6.7
Requires PHP: 7.2
Template: resideo
Description: Resideo Child Theme
Version: 2.5.4
Author: Pixel Prime
Author URI: http://pixelprime.co/
Text Domain: resideo
Tags: four-columns, custom-colors, custom-header, custom-menu, featured-image-header, full-width-template, sticky-post, theme-options, translation-ready, threaded-comments
License: Regular or Extended
License URI: https://themeforest.net/licenses/standard
*/

/*home page arrows white*/

@media (max-width: 768px) { /* Adjust the max-width as needed for your definition of mobile */
    .owl-next,
    .owl-prev {
        background-color: white; /* Change background to white */
        color: white; /* Change text color to white, if applicable */
        border: none; /* Remove any border if present */
    }

    .owl-next svg line,
    .owl-prev svg line {
        stroke: white; /* Change the stroke color of the SVG lines to white */
    }
}
/*menu icon media padding*/


