/* These rules apply to the contact page template */
#kt-google-map{
    position: relative;
    padding-bottom: 35%;
    height: 0;
    overflow: hidden;
}
#map-overlay{
    position:absolute;
    top:0;
    height:100%;
    width:100%;
    background:rgba(123, 203, 210,0.7);
    z-index:100;
}
#map-overlay-link{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:#ffffff;
    border:4px solid #ffffff;
    padding:10px 30px ;
    font-family: "Raleway Bold";
}
#map-overlay-link:hover{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background:#ffffff;
    color:#000000;
    border:4px solid #000000;
    padding:10px 30px ;
    font-family: "Raleway Bold";
}
#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 0;
    text-align: center;
    font-family: "Raleway Bold";
    color:#000000;
    font-size: 42px;
}
.kt-contact-item{
    font-size:16px;
    color:#000000;
    margin:10px 0;
}
.kt-contact-item span{
    margin-right:10px;
    vertical-align: sub;
}
.kt-contact-item span i{
    font-size:20px;
    color:#7bcbd2;
}
h5#opening-times-title {
    margin-top:47px;
}

/**
* Styling wpcf7 forms.
*/
.wpcf7{
    width:100%;
    margin:0 auto;
    display: block;
}
.wpcf7 p{
    font-size:13px;
    color:#000000;
}
.wpcf7-form-control {
    font-family: "Raleway Regular";
    font-size:13px;
    color:#000000;
    margin: 0 auto !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;
    text-align: center;
    border:1px solid #7bcbd2;
    width:100%;
    margin:3px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.wpcf7 select{
    border:1px solid #7bcbd2;
    padding:4px 8px;
    border:2px solid #7bcbd2;
    width:50%;
    margin:3px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.wpcf7 textarea{
    border:1px solid #7bcbd2;
    padding:4px 8px;
    border:1px solid #7bcbd2;
    width:100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}
.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:3px solid #7bcbd2;
    box-shadow: none;

}
.wpcf7 input[type="submit"]{
    padding:10px 50px;
    background: #7bcbd2;
    color:#ffffff;
    border:none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wpcf7 input[type="submit"]:hover{
    background: #7bcbd2;
    color:#7bcbd2;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
div.wpcf7-validation-errors{
    border:2px solid #7bcbd2 !important;
    padding:5px 10px;
    color:#7bcbd2;
    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;
}
#operating_hours{
    list-style: none;
}
#operating_hours li{
    margin:10px 0;
    padding-bottom:10px;
    border-bottom:1px solid #ededed;
}
#operating_hours li{
    text-align: left;
    border-bottom:1px solid #7bcbd2;
}
span.operating_hour{
    float:right;
}