/*
Theme Name: Studiare Child Theme
Theme URI: https://www.rtl-theme.com/studiare-online-learning-wordpress-theme/
Author: Suncode
Author URI: https://www.rtl-theme.com/author/bagherpebs/
Description: The Studiare child theme is designed for your custom coding and styling needs. If you don't require it, activate the main theme and remove the child theme.
Version: 13.0
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: rtl-language-support, classes, courses, education, education center, learning center, tutoring, teaching, study, studying, learning, lessons, instructor, teacher, mentor
Text Domain: studiare
Template: studiare
*/

@font-face {
	font-family: custom_one;
	font-weight: 300;
	src: url('fonts/custom_one/Nian.woff2') format('woff2'),
		 url('fonts/custom_one/Nian.woff') format('woff');
}
@font-face {
	font-family: custom_one;
	font-weight: 500;
	src: url('fonts/custom_one/Nian-Bold.woff2') format('woff2'),
		 url('fonts/custom_one/Nian-Bold.woff') format('woff');
}
@font-face {
	font-family: custom_one;
	font-weight: 800;
	src: url('fonts/custom_one/Nian-Black.woff2') format('woff2'),
		 url('fonts/custom_one/Nian-Black.woff') format('woff');
}

@media only screen and (max-width: 767px) {
.studiare-logo-wrap{
     padding-left: unset !important; 
     padding-right: unset !important; 
}
    body .site-header .site-logo .studiare-logo-wrap img {
    max-width: 100px !important;
}   
	body .site-header {
    min-height: 0 !important;
}
    
}