

@media only screen and (min-width: 1005px) and (max-width: 1200px) {
nav.main_menu > ul > li > a span.item_inner{
padding-left:18px;
padding-right:12px;
}
}

/*logo fix*/
@media screen and (min-width: 1000px){
   .stick_with_left_right_menu .logo_wrapper {
     width: 240px !important;
   }
   header:not(.scrolled):not(.sticky) .mkd_logo a {
    height: 113px !important;
   }
header.stick_with_left_right_menu nav.main_menu.left_side {
    margin-left: -60px;
}
header.stick_with_left_right_menu nav.main_menu.right_side {
    margin-right: -60px;
}
header.sticky:not(.header_style_on_scroll) .mkd_logo img.sticky{
    height: 80px !important;
    width: 240px !important;
    margin-top: -20px;
}
header.sticky .logo_wrapper, header.sticky.centered_logo .logo_wrapper, header.sticky .side_menu_button, header.sticky .shopping_cart_inner {
    height: 80px !important;
}
}
.comment-form .form-submit input.submit {
  background-color: #8c5c4a !important;
  border: 0px !important;
  color: white !important;
  padding: 10px !important;
  cursor: pointer !important;
  font-family: "justus-pro",serif !important;
  text-transform: uppercase;
  padding-left: 17px !important;
  border-bottom: 3px solid #6e4b3e !important;
}
.comment-form .form-submit input.submit:hover {
  border-bottom: 3px solid #482315 !important;
  background-color: #6e4b3e !important;
}