/*
 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
 */

body.home .col-sm-3.header-logo {
	background-position-y: -90px;
}

.footer-bottom #footer-menu li a {
	color: #ffffff;
}

.footer-bottom #footer-menu li a:hover {
	color: #fdd245;
}

#page > #rs-footer > #footer-menu > li > a:hover {
	color: #fdd245; !important
}

ul.footer_social li a {
	color: #fff;
}

.location-box {
  display: block;
  background: white;
  padding: 20px;
  border-radius: 8px;
  text-decoration: none; /* no underline */
  color: inherit;         /* inherit text color */
  transition: background-color 0.3s;
}

.location-box:hover {
  background-color: #f0f0f0;
  text-decoration: none;  /* still no underline on hover */
  color: inherit;         /* no color change on hover */
}

.location-box h4, .location-box img {
	margin-bottom: 5px;
}

#rs-header .header-inner.menu-sticky.sticky .menu-area .navbar-menu ul ul li > a:hover {
	color: #FDD245 !important;
}

.rs-footer .mc4wp-form .mc4wp-form-fields {
	max-width: 100%;
}

.mobile-width-100.home9-event-counter {
	text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}

.services-title2 {
	z-index: inherit;
}