#kt-google-map {
    position: relative;
    padding-bottom: 35%;
    height: 0;
    overflow: hidden
}

#map-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(250,250,250,0.8);
    z-index: 100
}
#map-contents{
    position:absolute;
    top: 30%;
    left: 50%;
    transform: translate(-30%, -50%);
    -webkit-transform: translate(-30%,-50%); /* Safari */
    color: #509834;
    font-family:"Montserrat Regular";
    text-align:center;
}
#map-contents i{
    font-size:60px;
}
#map-overlay-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%,-50%); /* Safari */
    color: #509834;
    background: rgba(255,255,255,0.3);
    border: 4px solid #000000;
    padding: 10px 30px;
    font-family: "Montserrat Regular";
}

#map-overlay-link:hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%,-50%); /* Safari */
    background: #fff;
    color: #000;
    border: 4px solid #000;
    padding: 10px 30px;
}

#kt-google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.kt-contact-page-content {
    margin: 20px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 20px
}

.kt-form-title {
    margin: 20px 0 5px;
    text-align: center;
    font-family: "Montserrat Light";
    color: #509834;
    font-size: 24px
}

.kt-contact-item {
    font-size: 14px;
    color: #000;
    margin: 10px 0;
    font-family:Montserrat "Montserrat Light";
}

.kt-contact-item span {
    margin-right: 10px;
    vertical-align: sub
}

.kt-contact-item span i {
    font-size: 16px;
    color: #509834
}

h5#opening-times-title {
    margin-top: 40px;
    color:#000000;
}
.contact-info-title{
    color:#000000;
}
#kt-business-name{
    display:none;
}
.wpcf7 {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.wpcf7 p {
    font-size: 13px;
    color: #000
}

.wpcf7-form-control {
    font-family: "Montserrat Regular";
    font-size: 13px;
    color: #999999;
    margin: 0px auto 32px 0; !important;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="password"], .wpcf7 input[type="url"], .wpcf7 input[type="url"], .wpcf7 input[type="tel"] {
    padding: 4px 8px;
    border: 1px solid #d7d7d7;
    width: 100%;
}

.wpcf7 select {
    border: 1px solid #d7d7d7;
    padding: 4px 8px;
    border: 2px solid #d7d7d7;
    width: 50%;
    margin: 3px 0;
}

.wpcf7 textarea {
    border: 1px solid #d7d7d7;
    padding: 4px 8px;
    border: 1px solid #d7d7d7;
    width: 100%;
    height:120px;
}

.wpcf7 input[type="text"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 input[type="password"]:focus, .wpcf7 input[type="url"]:focus, .wpcf7 input[type="url"]:focus, .wpcf7 input[type="tel"]:focus, .wpcf7 textarea:focus {
    border: 1px solid #adde78;
    box-shadow: none
}

.wpcf7 input[type="submit"] {
    padding: 10px 50px;
    background: #adde78;
    color: #fff;
    border: none;
    width:100%;
}

.wpcf7 input[type="submit"]:hover {
    background: #ffffff;
    color: #adde78;
    border:1px solid #adde78;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms
}

div.wpcf7-validation-errors {
    border: 2px solid #509834 !important;
    padding: 5px 10px;
    color: #509834;
    font-size: 13px
}

div.wpcf7-response-output {
    margin: 15px 0
}

table.kt-table-contacts {
    border: none !important
}

table.kt-table-contacts tbody tr td {
    border: none !important;
    padding:5px 35px;
}

#operating_hours {
    list-style: none
}

#operating_hours li {
    text-align: left;
    font-family:"Montserrat Light";
    margin:10px 0;
}

span.operating_hour {
    float: right
}
::-webkit-input-placeholder {
    color: #999999;
}

:-moz-placeholder { /* Firefox 18- */
    color: #999999;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #999999;
}

:-ms-input-placeholder {
    color: #999999;
}


@media screen and (max-width: 768px) {
  #map-contents{
      display:none;
  }
}