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

body.home div.menu-area > div.container {
	background: url('/wp-content/themes/eventeo/assets/images/top-menu-logo.png');
	background-repeat: no-repeat;
	background-position-y: -90px;
}

@media only screen and (max-width: 991px) {
  #rs-header.style2 .menu-area  > div.container {
		background-size: 222px 140px;
        background-position-y: -70px;
	}
}

body.home div.menu-area .col-sm-3.header-logo {
	background-image: none!important;
}

.hideThis {
	visibility: hidden;
}

.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;
}

.everest-forms .layout-two input, .everest-forms .layout-two select {
	padding: 10px 8px;
}

.everest-forms .layout-two select option {
	font-family: Arial;
}

.alignRight {
	text-align: right;
}

.everest-forms button[type="submit"] {
	width: 100%;
	color: #212121!important;
	text-transform: uppercase;
	font-weight: bold!important;
	border-color: #FDD245 !important;
	background: #FDD245 !important;
	border-radius: 25px!important;
}

.everest-forms button[type="submit"]:hover {
	background: #FCC100 !important;
	color: #212121 !important;
}

.everest-forms .evf-submit-container {
	margin-top: 15px;
}

.vc_tta-panel-body {
	background: #ffffff!important;
}

.evf-field.tickBox {
	padding: 10px 0px;
}

.evf-field.tickBox .everest-forms-field-label-inline {
	padding-left: 10px;
}