<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name: Tutor Academy
Author: TheMagnifico52
Theme URI: https://www.themagnifico.net/themes/free-academy-wordpress-theme/
Author URI: https://www.themagnifico.net/
Description: Tutor Academy brings you a sophisticated design to start your website representing the tutoring services you offer, or any education institution, training academy, online learning facility, E-learning platform, online a well as distance courses, vocational training centers, etc. this free WordPress theme gives an interactive environment to create such educational and learning-based websites and brings you a Bootstrap framework based design that is easy to modify using the simple customization options brought by the intuitive theme options panel. With a responsive layout fitting perfectly to every screen, you will be impressed to see how easily your website can be accessed through any popular web browser. Its layout s elegant and professional with a minimal approach and throws light on key aspects. Stunning animations add life to your web page and the Call to Action Button (CTA) make the entire website interactive. Wel-optimized and secure codes are added to the core to make it robust and work well delivering faster page load time and unmatched experience to your users. It is made SEO friendly to secure higher ranks for you in search engines results and bring more traffic to your website. You will find this theme translation ready and many social media options are included for better promotion of your services.
Version: 1.2
Tested up to: 6.0
Requires PHP: 7.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: online-tutor
Text Domain: tutor-academy
Tags: custom-logo, one-column, two-columns, wide-blocks, block-styles, editor-style, sticky-post, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, threaded-comments, theme-options, left-sidebar, right-sidebar, grid-layout, rtl-language-support, blog, e-commerce, education

Tutor Academy WordPress Theme has been created by TheMagnifico52(themagnifico.net), 2022.
Tutor Academy WordPress Theme is released under the terms of GNU GPL
*/

.article-box a,h1, h2, h3, h4, h5, h6,.navbar-brand a,.navbar-brand p,.main-navigation .menu &gt; li &gt; a,.widget a:hover, .widget a:focus{
	color: #034aaa;
}
.top_header, .searchbox h3, .slider-box-btn a:hover, .btn-primary:hover, #button:hover, .searchbox form.search-from, .searchbox, .woocommerce a.button:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li:hover, .woocommerce button.button:hover, .woocommerce button.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce a.button.alt:hover, .woocommerce a.added_to_cart:hover, .sidenav .closebtn,.loading,.main-navigation .sub-menu &gt; li &gt; a:hover, .main-navigation .sub-menu &gt; li &gt; a:focus,.button-box a.box1:hover {
	background: #034aaa;
}
a, .main-navigation .menu &gt; li &gt; a:hover, .top_header span, a.btn-text, .widget a:hover, .sidebar ul li a:hover, .main-navigation .sub-menu &gt; li &gt; .menu-item-link-return:hover, p.price, .woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .star-rating, .woocommerce .star-rating, .woocommerce-message::before, .woocommerce-info::before,.social-link i:hover{
	color: #00cde7;
}
.top_header p a, .button-box a.box1, .button-box a.box2:hover, .slider-box-btn a, #button, .btn-primary, .box h5, .box:hover:before, #colophon, .sidebar input[type="submit"], .sidebar button[type="submit"], .meta-info-box, .comment-respond input#submit, .post-navigation .nav-previous a:hover, .main-navigation .sub-menu &gt; li &gt; a, .main-navigation .sub-menu &gt; li &gt; .menu-item-link-return, .sidebar h5, .woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a, .pro-button a, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce-account .woocommerce-MyAccount-navigation ul li, .woocommerce .woocommerce-ordering select, .toggle-nav i, .woocommerce a.added_to_cart, .sidebar .tagcloud a:hover,.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover, .posts-navigation .nav-previous a:hover, .posts-navigation .nav-next a:hover{
	background: #00cde7;
}
.social-link i:hover{
	background: transparent;
}
.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover, .posts-navigation .nav-previous a:hover, .posts-navigation .nav-next a:hover{
	border-color: #00cde7;;
}



.top_header i {
    color: #e0e9f5;
    padding: 0;
    border-radius: 0;
    width: auto;
    height: auto;
    background: transparent;
}
a.info-text {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.main-navigation .sub-menu &gt; li{
	border-color: #fff;
}
.page-template-home-template .navigation_header {
    background: #fff;
}
.navigation_header {
    background: #f1f1f1;
}


.slider-inner-box {
    left: 50%;
    text-align: right;
}
.slider-box-btn a{
	border-radius: 5px;
}
.button-box a.box1:hover{
	color: #fff;
}


.price-box {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.box h5 {
	padding: 10px;
    border-radius: 0 0 0 15px;
}
.box h3 {
    font-size: 18px;
    margin-bottom: 0;
}
.date-box p {
    background: #41cde7;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
}
.date-box {
    margin-top: -15px;
    margin-left: 15px;
    position: relative;
}

@keyframes loading {
  0%,
  100% {
    transform: translatey(-2.5rem);
    background-color: #fff;
  }
  50% {
    transform: translatey(2.5rem);
    background-color: #00cde7;
  }
}

@media screen and (max-width: 1000px){
	.main-navigation .menu &gt; li &gt; a, .main-navigation .sub-menu &gt; li &gt; a, .main-navigation .sub-menu &gt; li &gt; .menu-item-link-return {
	    color: #ffffff;
	}
	.sidenav{
		background: #00cde7;
	}
}
@media screen and (min-width: 320px) and (max-width: 720px){
	.slider-inner-box p{
		display: none;
	}
	.slider-inner-box {
	    left: 10%;
	}
}
@media screen and (min-width: 768px) and (max-width: 999px){
	.slider-inner-box {
    	left: 30%;
	}
}
</pre></body></html>