/* General Config */

#menu-menu-2 a:focus, #menu-menu-2 a:hover, #menu-menu-2 li.current_page_item a {
  color: #aea717 !important;
}

a.MoreLink, input.wpcf7-submit {
  background: #aea717 !important;
  color: #fdfdfd !important;
  border: 2px solid #aea717 !important;
}

a.MoreLink:hover, input.wpcf7-submit:hover {
  background: #fff !important;
  color: #373334 !important;
  border: 2px solid #a54449 !important;
}

/* Main Menu */
.sitenav ul li.current_page_item a, .sitenav ul li a:hover {
  color: #aea717 !important;
  border-bottom: 4px solid #aea717 !important;
}

/* Services */
.services-wrap > h2 {
  font-weight: 400 !important;
}

.one_third > a:hover > h4{
  color: #aea717 !important;
}

/* Widget */
#sidebar h3.widget-title {
  background: #aea717 !important;
  text-shadow: 2px 2px 5px #a54449;
  text-align: center;
  border-radius: 10px;
  background-color: #aea717;
  border: 2px solid #373334;
}

/* Instagram Feed */
.wdi_lightbox_theme_1 .wdi_ctrl_btn_container {
  background-color: rgba(165, 68, 73, 0.8) !important;
}
.wdi_lightbox_theme_1 .wdi_toggle_container {
  background: none repeat scroll 0 0 #a54449 !important;
}
.wdi_single_user h3 {
  font-family: Arial, Helvetica, sans-serif !important;
}
.wdi_lightbox_theme_1 #wdi_spider_popup_left-ico, .wdi_lightbox_theme_1 #wdi_spider_popup_right-ico {
  background-color: #a54449 !important;
}

.wdi_header_user_text h3 {
  color: #a54449 !important;
}

.wdi_feed_theme_1 .wdi_follow_btn {
  border-color: #373334 !important;
  color: #aea717 !important;
}

.wdi_media_info {
  color: #a54449 !important;
}

.wdi_feed_thumbnail_1 .wdi_photo_overlay:hover {
  background-color: rgba(165, 68, 73, 0.5) !important;
}

/* Footer */
.social-icons a:hover {
  border: 2px solid #aea717 !important;
}

.phone-no > strong {
  color: #aea717 !important;
}

/* Menu Page */
.food-item .title > h3 {
  color: #aea717 !important;
}

/* Contact Form 7 */
input.wpcf7-text, input.wpcf7-email {
  width: 100% !important;
  border: 2px solid #373334;
  border-radius: 5px;
}
textarea {
  width: 100% !important;
  border: 2px solid #373334;
  border-radius: 5px;
}