#ketchup-contact-page-area{
padding:50px 0;
}
#ketchup-contact-page-area form input,
#ketchup-contact-page-area form textarea{
    text-align: center;
    border:1px solid #e77a7d;
}
#contact-subheading{
    margin-bottom:40px;
}
.kt-table_contacts tbody > tr > td{
    padding:10px 5px;
    vertical-align:baseline;
    border:none;
    line-height:20px;
    color:inherit;
    width:100%;
}
.kt-table_contacts tbody > tr > td h3{
    color:#a3c3b8;
} 
h2#gmaps_title{
   padding:20px;
   color:#fff;
   margin:0;
   text-align:center;
   background:#343434;
}
#google_maps_area {
        position: relative;
        padding-bottom: 35%;
        height: 0;
        overflow: hidden;
        margin-bottom:20px;
    }
    #google_maps_area iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
#operating_hours{
    list-style: none;
    
}
#operating_hours li{
    text-align:left;
    margin:10px 0;
    padding-bottom:10px;
    border-bottom:1px solid #ededed;
}
span.operating_hour{
    float:right;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 420px), (max-width: 420px){
    table.kt-table_contacts tbody > tr > td:first-child{
        display:none;
    }
}