/* Setting the breakpoint of the mobile menu */
@media only screen and (max-width: 981px) {
  #top-menu-nav, #top-menu {
    display: none; }

  #et_top_search {
    display: none; }

  #et_mobile_nav_menu {
    display: block; } }
/* Contact Form 7 */
.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  padding: 16px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: #eee;
  color: #999;
  font-size: 14px;
  -webkit-appearance: none; }
.wpcf7 select {
  box-sizing: border-box;
  width: 100%;
  padding: 16px 20px 16px 10px;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: #eee;
  color: #999;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px; }

select:after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: 3px;
  border: 6px solid;
  border-color: #666 transparent transparent transparent;
  content: "";
  transform: translateY(-50%);
  pointer-events: none; }

/* .Contact Form 7 */

/*# sourceMappingURL=main.css.map */
