"; ?> @media (min-width: 768px) { .site-logo .custom-logo{ max-width: px; } } .preloader, .floating-post-navigation .floating-navigation-label, body .sidr, .header-searchbar-inner, .offcanvas-wraper{ background-color: ; } body, input, select, optgroup, textarea, .floating-post-navigation .floating-navigation-label, .header-searchbar-inner, .offcanvas-wraper{ color: ; } .preloader .loader span{ background: ; } a{ color: ; } body .theme-page-vitals, body .site-navigation .primary-menu > li > a:before, body .site-navigation .primary-menu > li > a:after, body .site-navigation .primary-menu > li > a:after, body .site-navigation .primary-menu > li > a:hover:before, body .entry-thumbnail .trend-item, body .category-widget-header .post-count, body .theme-meta-categories a:hover, body .theme-meta-categories a:focus{ background: ; } body a:hover, body a:focus, body .footer-credits a:hover, body .footer-credits a:focus, body .widget a:hover, body .widget a:focus, #site-footer .site-info a:hover, #site-footer .site-info a:focus{ color: ; } body input[type="text"]:hover, body input[type="text"]:focus, body input[type="password"]:hover, body input[type="password"]:focus, body input[type="email"]:hover, body input[type="email"]:focus, body input[type="url"]:hover, body input[type="url"]:focus, body input[type="date"]:hover, body input[type="date"]:focus, body input[type="month"]:hover, body input[type="month"]:focus, body input[type="time"]:hover, body input[type="time"]:focus, body input[type="datetime"]:hover, body input[type="datetime"]:focus, body input[type="datetime-local"]:hover, body input[type="datetime-local"]:focus, body input[type="week"]:hover, body input[type="week"]:focus, body input[type="number"]:hover, body input[type="number"]:focus, body input[type="search"]:hover, body input[type="search"]:focus, body input[type="tel"]:hover, body input[type="tel"]:focus, body input[type="color"]:hover, body input[type="color"]:focus, body textarea:hover, body textarea:focus, button:focus, body .button:focus, body .wp-block-button__link:focus, body .wp-block-file__button:focus, body input[type="button"]:focus, body input[type="reset"]:focus, body input[type="submit"]:focus, body .theme-meta-categories a:hover, body .theme-meta-categories a:focus{ border-color: ; } body .theme-page-vitals:after, body .theme-meta-categories a:hover:after { border-right-color: ; } body a:focus, body .theme-action-control:focus-visible > .action-control-trigger, body .submenu-toggle:focus-visible > .btn__content{ outline-color: ; } body .theme-block-newsletter { background-color: ; } body .theme-block-newsletter { color: ; } .theme-block-newsletter .mc4wp-form-fields input[type="text"], .theme-block-newsletter .mc4wp-form-fields input[type="email"]{ border-color: } .theme-block-cta .theme-cta-panel{ color: ; } "; } add_action('wp_head', 'always_dynamic_css', 100); /** * Sanitizing Hex color function. */ function always_sanitize_hex_color($color) { if ('' === $color) return ''; if (preg_match('|^#([A-Fa-f0-9]{3}){1,2}$|', $color)) return $color; }