/*
Theme Name: Cochin Delights
Theme URI: cochindelights.ca
Author: Gopu
Author URI: cochindelights.ca
Description: Cochin Delights
Version: 2.0
License: GNU General Public License v2 or later
*/
.main-header .main-box .logo-box{
  width: 206px;
  padding: 0px !important;
}
.main-header .main-box .logo-box .logo img {
    height: auto;
}
.main-header.fixed-header .main-box .logo-box{
  width: 86px;
}
.title-box .text {
    font-size: 18px;
}
.testimonials-section .testi-top .quote-text {
    font-size: 24px;
}
.about-block .text {
    font-size: 20px;
}
.featured-links .link-block .text-block .text {
    font-size: 16px;
}
.team-block .overlay-box:before {
    background-color: #000;
}

.team-block .overlay-box .overlay-inner .text.desc {
    font-size: 16px;
    color: #fff;
    padding: 15px;
}
.inner-banner.normal{
  padding-top: 200px;
  padding-bottom: 70px;
}
.online-reservation .reservation-form form {
    padding: 0 !important;
}

.default-form .field-inner label {
    display: block;
    text-align: left;
    margin-bottom: 19px;
}

.default-form .field-inner label label {
    margin-top: 10px;
}
.mainwrapper{
  min-height: 100vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.contenSections .logo {
    margin: auto;
    max-width: 440px;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
}
.site_buttons{
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.site_buttons .landing_btns {
    display: inline-block;
    padding: 24px 50px;
    background-color: #000;
    border-radius: 200px;
    border: solid 3px;
    margin: 10px;
    font-family: 'Cookie', cursive;
    color: #fff;
    font-size: 38px;
    box-shadow: 5px 13px 12px #000;
}
.site_buttons .landing_btns:hover {
    background-color: #d31211;
    color: #fff;
}

@media screen and (max-width:768px){
  .site_buttons .landing_btns{
    width: 220px;
    padding: 20px 30px;
    font-size: 24px;
  }
}
