/*Theme Name: Dorian ChildTheme URI: http://dorian.edge-themes.com/Description: A child theme of Dorian ThemeAuthor: Edge ThemesAuthor URI: http://themeforest.net/user/edge-themesVersion: 1.0.0Template: dorianwp*/@import url("../dorianwp/style.css");

input[type="submit"].otw-submit{
  display: inline-block;
  width: auto;
  line-height: 45px;
  padding: 0 20px;
  border: 1px solid #212121;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  margin: 0;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  transition: all .15s ease-out;
  -webkit-appearance: none;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 11px;
  height: 52px;
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: rgba(0, 0, 0, 1);
  border-color: rgba(0, 0, 0, 1);
  border-width: 0px;
  padding-left: 45px;
  padding-right: 45px;
}
input[type="submit"].otw-submit:hover{
  color: #ffffff;
  background-color: rgba(49, 49, 49, 1);
  border-color: rgba(49, 49, 49, 1);
}

.otw-reservation-date{
  background: url(/wp-content/plugins/open-table-widget/assets/images/calendar-icon.png) no-repeat 96% center #FFFFFF !important
}

.selectric{
  background: #ffffff !important;
}
