/*!
Theme Name: Elite Prep
Theme URI: https://creatif.agency
Author: Creatif Agency
Author URI: https://creatif.agency
Description: Custom theme development by Creatif Agency for The Elite Prep
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
Text Domain: elite-prep
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@import 'css/ca-style.css';
@import url('css/largescreens.css') only screen and (min-width: 1600px);
@import url('css/responsive.css') only screen and (max-width: 1200px);
@import url('css/tablet.css') only screen and (max-width: 768px);
@import url('css/mobile.css') only screen and (max-width: 520px);

.swiper-prev.is-disabled,
.swiper-next.is-disabled,
.swiper-prev-rev.is-disabled,
.swiper-next-rev.is-disabled,
.swiper-prev-tut.is-disabled,
.swiper-next-tut.is-disabled,
.swiper-prev-ccat.is-disabled,
.swiper-next-ccat.is-disabled {
    opacity: 0.35;
    pointer-events: none;
}