/*
Theme Name: Nicex (Child Theme)
Theme URI: http://madsparrow.us/
Author: Mad Sparrow
Author URI: https://themeforest.net/user/madsparrow
Description: Nicex – brings your site to life with immersive featured images and subtle animations. With a focus on portfolio sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our theme works great in many languages, for any abilities, and on any device.
Tags: one-column, two-columns, right-sidebar, custom-menu, post-formats, sticky-post, translation-ready, page transition
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nicex
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Template: nicex
*/

/* Add your own modification from here
-------------------------------------------------------------- */
.filter-nav__item.active .filter-nav__btn {
  color: #0098e3 !important;
}

.filter-nav__item .filter-nav__btn:hover {
  color: #0098e3 !important; 
}

.btn {
  background-color: #0098e3 !important;
}

.btn:hover {
  background-color: #0098e3 !important;
  border-color: #0098e3 !important;
}

.btn::before,
.btn::after {
  background-color: #0098e3 !important;
}

.btn:hover::before,
.btn:hover::after {
  background-color: #0098e3 !important;
}

/*----loader color----*/
svg.load-filter-icon {
  stroke: #0098e3 !important;
  fill: #0098e3 !important;
  color: #0098e3 !important; 
}
/*----------------*/

.current_page_item > a {
  border-bottom: 2px solid #0098e3 !important;
}

.wpcf7-textarea:hover, .wpcf7-text:hover {
  border: 1px solid #0098e3 !important;
}

.wpcf7-textarea:focus, .wpcf7-text:focus {
  border: 1px solid #0098e3 !important;
}

.wpcf7-list-item-label::before {
  border: 2px solid #0098e3 !important;
}

.wpcf7-list-item-label:checked::before {
  background: #0098e3 !important;
}

.swiper-slide a div h1 {
  transition: color 0.3s ease;
}

.swiper-slide a div h1:hover {
  color: #0098e3;
}
/*----night mode----*/
/*.ms_theme_mode .theme-toggle {
  display: none !important;
}*/


