/*
 Theme Name:   Eventeo Child
 Theme URI:    http://rstheme.com/products/wordpress/eventeo/
 Description:  Eventeo Child
 Author:       RS Theme
 Author URI:   http://rstheme.com
 Template:     eventeo
 Version:      2.6
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

/*header*/

.menu-area .navbar ul li {
	padding: 0 8px !important;
}

.menu-area .navbar ul li > a {
	font-weight: 500 !important;
}

/*end*/

/*events schedule*/

.rs-events-schedule{
	display: none !important;
}

/*end*/

button, html input[type="button"], input[type="reset"], input[type="submit"]{
	color: #fff !important;
}

textarea {
	height: 90px!important;
}

body,html{
	overflow-x: hidden !important;
}

@media only screen and (max-width: 991px){
	.sidenav {
		display: none;
	}
	
	.mobile-menu-container .sidenav.nav-active-menu-container {
		display: block;
   	 	transition: transform 0.4s ease;
    	-ms-transition: transform 0.4s ease;
    	-webkit-transition: transform 0.4s ease;
    	-moz-transition: transform 0.4s ease;
	}
}

/*GTranslate*/

.gtranslate_wrapper .gt_selector{
	background-color: #FFA500;
    color: #ffffff;
}

.gtranslate_wrapper select option{
	color: #fff !important;	
}

/*end*/

/*footer*/

.copyright-css a{
	color: #fc980f !important;
}

.copyright-css a:hover{
	color: #000 !important;
}

/*end*/

/*events*/

.course-features-info,
.coming-soon-part1{
	background: #fc980f !important;
}

.rs-porfolio-details.events-details .course-features-info h3.title,
.rs-porfolio-details.events-details .course-features-info ul li i{
	color: #a10101 !important;
}

/*end*/