/*
Theme Name: Ottar
Theme URI: https://ottar.qodeinteractive.com
Description: A Contemporary Portfolio Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Text Domain: ottar
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

/* Change la couleur du point central du curseur */
.qodef-cursor-dot {
    background-color: #2A519F !important;
}

/* Change la couleur du cercle qui entoure le curseur */
.qodef-cursor-circle {
    border-color: #2A519F !important;
}

@media only screen and (max-width: 1024px) {
    .qodef-page-loading-overlay, 
    .qodef-smooth-transition-loader,
    .ajax-loader {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
		}
}
