.et_pb_slider .et-pb-controllers a {
  background-image: url("http://www.greensandgrapes.com/wp-content/uploads/2017/02/play_pause_icon_25x25.png");
  background-position: center;
  border: 1px solid white;
  height: 25px;
  width: 25px;
}

.et_pb_slider .et-pb-active-control {
  background-image: url("http://www.greensandgrapes.com/wp-content/uploads/2017/02/play_pause_icon_25x25.png");
  background-position: center;
  border: 1px solid red;
}

.et_header_style_split #et-top-navigation nav > ul > li > a {
  line-height: 17.5px;
}

.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  width: 40%;
}

.footer-widget {
  height: 35px;
  font-size: 16px;
  color: #76b82a!important;
}

.footer-widget a {
  color: #76b82a;
}

#main-footer {
  margin-top: -30px;
}

.et_pb_more_button {
  margin-bottom: 10px;
}

.et_pb_more_button.et_pb_button.db_pb_button_2 {
  display: inline-block;
  min-width: 186px;
  margin-left: auto;
  margin-right: auto;
}

.FootButtonTerms,
.FootButtonFAQ {
  background-color: #000000;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #76b82a;
  display: inline-block;
  cursor: pointer;
  color: #76b82a!important;
  font-size: 12px;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0px 1px 0px #2f6627;
  min-width: 150px;
}

.FootButtonFAQ:hover {
  border-color: #ba0d4a;
  color: #ba0d4a!important;
}

.FootButtonTerms:hover {
  border-color: #ba0d4a;
  color: #ba0d4a!important;
}

.FootButtonTerms:active {
  position: relative;
  top: 1px;
}

.FootButtonCont {
  background-color: #000000;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #76b82a;
  display: inline-block;
  cursor: pointer;
  color: #76b82a!important;
  font-size: 12px;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0px 1px 0px #2f6627;
  min-width: 150px;
}

.FootButtonCont:hover {
  border-color: #ba0d4a;
  color: #ba0d4a!important;
}

.FootButtonCont:active {
  position: relative;
  top: 1px;
}

.et_mobile_menu li {
  text-align: center;
}

.mobile_nav.closed {
  background-color: #ffffff!important;
  box-shadow: none!important;
}

.mobile_nav.opened {
  background-color: #ffffff!important;
  box-shadow: none!important;
}

.mfp-title {
  display: none;
}

/*---------- [Equalise the Tabs3] ----------*/

.equal-tabs .et_pb_tabs_controls li {
  width: 33.333%;
  /*change width of tabs here depending on the number of tabs you have*/
  text-align: center;
}

@media screen and (max-width: 768px) {
  /*change device breakpoint here depending on the number of tabs you have*/

  .equal-tabs .et_pb_tabs_controls li {
    width: 100%;
    text-align: center;
  }
}

/*---------- [Equalise the Tabs2] ----------*/

.equal-tabs2 .et_pb_tabs_controls li {
  width: 50%;
  /*change width of tabs here depending on the number of tabs you have*/
  text-align: center;
}

@media screen and (max-width: 768px) {
  /*change device breakpoint here depending on the number of tabs you have*/

  .equal-tabs2 .et_pb_tabs_controls li {
    width: 100%;
    text-align: center;
  }
}

.inlinebutton {
  display: inline-block;
  margin: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #76b82a;
  color: #76b82a!important;
  font-size: 16px;
  background-color: #fffff;
  padding: 8px 16px 8px 16px;
  text-align: center;
  border: solid #76b82a 2px;
}

.inlinebutton:hover {
  background: #ffffff;
  color: #ba0d4a!important;
  text-align: left;
  border: solid #ba0d4a 2px;
}

/*------ [Green #76b82a Red #ba0d4a] -----*/

/*---------- [Equalise the height of blog grid boxes] ----------*/

@media only screen and (min-width: 768px) {
  .custom_blog .et_pb_post {
    min-height: 520px;
    max-height: 520px;
  }
}

@media only screen and (max-width: 769px) {
  #logo {
    max-height: 150px !important;
    max-width: 150px !important;
    width: 150px;
    height: 113px;
  }

  .et_header_style_split #main-header .logo_container #logo {
    max-height: 150px !important;
    max-width: 150px !important;
    height: 113px;
    width: 150px;
  }
}

#logo {
  max-width: 180px;
  margin-top: 0px;
}