/*
Theme Name:     Veda Child
Theme URI: 		http://wedesignthemes.com/veda/
Author: 		the DesignThemes team
Author URI: 	http://themeforest.net/user/designthemes
Description:    Child theme for the Veda theme powered by DesignThemes
Template:       veda
Version:        1.0
*/

#main-menu ul.menu .menu-item-type-yawp_wim span {
  line-height: 90px;
  padding: 0 15px;
  cursor: pointer;
}

.search-form-wrapper {
  position: relative;
  display: none;
  width: 285px;
  background: #fff;
  margin-top: -65px;
  padding: 0 1em 1em;
  z-index: 30;
}

.search-form-wrapper input[type="submit"] {
  float: right;
  background: #DA1A32 !important;
  font-family: Lora, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: right;
}

.rpl-upcoming .event-wrapper {
  margin-bottom: 1em;
}

.rpl-upcoming .event-wrapper .event-date {
  color: #333;
}

/* MOBILE */
@media only screen and (max-width: 767px) {
  .container, .type5.tribe_events .container .container {
    width: 470px !important
  }
  .categoryboxes.vc_custom_1543259399379 {
    margin-top: -80px !important;
  }
}
@media only screen and (max-width: 479px) {
  .container, .type5.tribe_events .container .container {
    width: 330px !important
  }
}

@media only screen and (min-width: 767px) {
  .search-form-wrapper {
    position: absolute;
    top: 20px;
    right: 40px;
    border: 1px solid #e8e8e8;
    margin-top: 0;
    padding: 1em;
  }
}

.search-results #primary article:not(.type-post) .entry-details .entry-meta {
  display: none;
}
