/** cnotact **/
.contactText p{
    font-size: 14px;
    line-height: 20px;
    font-family: 'latolight';
    color: #54585c;
    margin-bottom: 10px;
}
.contactContent{
    padding-bottom: 20px;
    border-bottom: 1px dashed #bec2c3;
}
.contactInfo ul li{
    padding: 5px 0;
}
.contactInfo ul li span{
    margin-left: 10px;
}
.contactInfo ul li a{
    font-size: 14px;
    line-height: 20px;
    font-family: 'latolight';
    color: #00b5cc;
}
.contactInfo ul li p{
    font-size: 14px;
    line-height: 20px;
    font-family: 'latolight';
    color: #00b5cc;
}
.contactForm h3{
    font-size: 24px;
    line-height: 30px;
    font-family: 'latolight';
    color: #464646;
    margin-bottom: 20px;
}
.contactForm .form-group input{
    font-size: 14px;
    line-height: 20px;
    font-family: 'latolight';
    color: #2f353b;
    border-radius: 0;
    border: 1px solid #a9abad;
}
.contactForm .form-horizontal .form-group{
    margin-left:  0;
    margin-right:  0;
}
.contactForm .form-group textarea{
    resize: none;
    border-radius: 0;
    border: 1px solid #a9abad;
    font-size: 14px;
    line-height: 20px;
    font-family: 'latolight';
    color: #2f353b;
    height: 90px;
}
.submitFormBtn{
    margin-bottom: 0;
    margin-top: 50px;
}
.contactForm .form-group .btn-custom{
    border: none;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
}
input.form-control + span.wpcf7-not-valid-tip {
    color: #a94442;
    font-size: 14px;
    margin-top: 8px;
}
div.wpcf7-response-output {
    margin: 1em 0;
    padding: 15px 15px 12px;
}
.wpcf7-validation-errors {
    background-color: #f2dede;
    border:1px solid #ebccd1 !important;
    color: #a94442;
}
.wpcf7-mail-sent-ok {
    background-color: #dff0d8;
    border:1px solid #d6e9c6 !important;
    color: #3c763d;
}
.contactSocial{
    padding: 20px 0; 
}
.contactHour .contactSocial{
    padding: 0;
}
.contactSocial h4 {
    font-size: 24px;
    line-height: 30px;
    font-family: 'ralewaylight';
    color: #6f6f6f;
    margin-bottom: 40px;
}
.contactSocial .socialSite {
    margin-bottom: 30px;
}
.contactHour h4{
    font-size: 24px;
    line-height: 30px;
    font-family: 'ralewaylight';
    color: #6f6f6f;
    margin-bottom: 40px;
}
.contactSocial ul{
    display: inline-block;
}
.contactSocial ul li{
    display: inline-block;
    padding-left: 30px;
}
.contactSocial .socialSite li a img{
    display: inline-block;
    vertical-align: middle;
}
.contactSocial ul li a{
    font-size: 16px;
    line-height: 24px;
    font-family: 'latolight';
    color: #00b5cc;
}
.contactSocial ul li a span{
    margin-left: 10px;
}
.contactHour{
    padding: 20px 0;
}
.contactHour .contactSocial h6{
    font-size: 14px;
    line-height: 20px;
    font-family: 'latoregular';
    color: #54585c;
    margin-bottom: 10px;
}
.contactHour .contactSocial p{
    font-size: 14px;
    line-height: 20px;
    font-family: 'latolight';
    color: #54585c;    
}
.contactDisplay .storeTiming h4 {
    font-size: 14px;
    line-height: 24px;
    font-family: 'latoregular';
    color: #00b5cc;
    margin-bottom: 10px;
}
.contactDisplay .storeTiming h4 .fa-clock-o, .contactDisplay .btnPublicHour .fa-clock-o  {
    font-size: 24px;
    margin-right: 10px;
    vertical-align: middle;
}
.contact .instagram{
    border-bottom: 1px dashed #bec2c3;
}
.contactMap {
    border-bottom: 1px dashed #bec2c3;
    padding: 20px 0;
}
.contactMap h4{
    font-size: 24px;
    line-height: 30px;
    font-family: 'ralewaylight';
    color: #6f6f6f;
    margin-bottom: 40px;
}
.mapText h6{
    font-size: 14px;
    line-height: 20px;
    font-family:'latoregular';
    color: #363636;
    margin-bottom: 15px;    
}
.mapText p{
    font-size: 14px;
    line-height: 20px;
    font-family:'latolight';
    color: #54585c;
    margin-bottom: 30px;    
}
.mapText a {
    font-size: 16px;
    line-height: 20px;
    font-family:'latolight';
    color: #00b5cc;    
}
.mapText a span {
    margin-left: 10px; 
}
.contactMapIframe{
    padding: 15px 50px 0px 0;
    max-height: 280px;
    overflow: hidden;
}
.contactMapIframe iframe{
    width: 100%;
}
.instagram h2 {
    background: url('../images/instaBg.png') repeat-x;
}
.instagram h2 span {
    background: #fff;
    padding: 0 10px;
}
.contact .noBorder{
    border: none;
}
@media (min-width:768px) and (max-width:991px){
    .christmas-date {
        display: block;
        margin-bottom: 5px;
    }
    .contactForm .form-group .btn-custom{
        font-size: 12px;
        line-height: 16px;
        padding: 6px 5px;
    }
    .submitFormBtn{
        margin-top: 58px;
    }
}
@media (max-width:767px){
    .instagram h2 {
        background: url('../images/instaBg.png') repeat-x;
        background-position: 0 0;
    }
    .contact .serviceLink li{
        padding-right: 15px;
    }
    .contact .serviceLink ul{
        float: none;
    }
    .contactInfo{
        border-bottom: 1px solid #bbbcbe;
        padding: 10px 0;
    }
    .contactForm{
        border-bottom: 1px solid #bbbcbe;
        padding: 20px 0;
    }
    .contact .instagram{
        border-bottom: 1px solid #bbbcbe;
        padding: 10px 0;
    }
    .contactMap{
        border-bottom: 1px solid #bbbcbe;
        padding: 10px 0;
    }
    .contactSocial h4{
        font-family: 'ralewaymedium';
    }
    .contactContent{
        border-bottom: none;
        padding: 10px 0;
    }
    .contactInfo ul li p{
        font-size: 13px;
        line-height: 16px;
    }
    .contactInfo ul li{
        display: inline-block;
        text-align: center;
        width: 49%;
        vertical-align: top;
    }
    .contactInfo ul li:nth-child(2){
        border-right: 1px dotted #c4c8c9;
    }
    .contactSocial ul li a{
        font-size: 20px;
        line-height: 26px;
    }
    .socialSite{
        text-align: center;
    }
    .contactSocial ul li{
        padding: 5px 0;
        display: block;
    }
    .contactSocial ul li:not(:last-child){
        border-bottom: 1px dotted #c3c7c7;
    }
    .contactMap h4{
        font-family: 'ralewaymedium';
    }
    .contactMapIframe{
        max-height: 250px;
        padding: 0;
        margin: 10px 0;
    }
    .contact .storeTiming{
        padding-left: 0;
        padding-top: 10px;
    }
    .contactDisplay .storeTiming h4{
        font-size: 16px;
        line-height: 22px;
    }
    .publicHour a{
        font-size: 18px;
        line-height: 22px;
        font-family: 'latolight';
        color: #00b5cc;
    }
    .mapText h6{
        font-size: 18px;
        line-height: 22px;
    }
    .contactOpenHour{
        display: none;
    }
}
@media (min-width:767px){
    .christmas-date {
        margin-right: 10px;
    }
    .contactInfo li i {
        float: left;
        padding-top: 3px;
    }
    .contactInfo li span {
        display: inline-block;
        margin: 0 !important;
        padding-left: 15px;
        padding-top: 0 !important;
    }
}