/*-----------------------------------------------------------------------------------

    Template Name: Parshi - Catering Service HTML Template
    Template URI: https://devitems.com/html/food-preview/
    Description: This is html5 template
    Author: HasTech
    Author URI: https://devitems.com/
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. Event Area
    2. About Area
    3. Menu Area
    4. Table Area
    5. Testimonial Area
    6. Package Area
    7. Footer Area
    8. Blog Area

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1. Event Area
/*----------------------------------------*/
.event-img{position: relative}
.event-img a:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(212, 167, 98, 0.5);
    content: "";
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.single-event:hover .event-img a:after{opacity: 1}
.single-food-type:hover .food-img:after{opacity: 1}

.single-event h4 a{
    font-size: 20px;
    color: #303030;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.single-event h4{ margin-top: 17px;}
.single-event:hover h4 a{color: #D4A762}
/*----------------------------------------*/
/*  2. About Area
/*----------------------------------------*/
.about-area{
    position: relative;
}
.about-content{margin-left: 40px}

.mc-form {
  position: relative;
}
#mc-embedded-subscribe {
    border: 1px solid #d4a762;
    height: 42px;
    line-height: 25px;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
}
#mc-embedded-subscribe.default-btn:hover{
    border: 1px solid #D4A762;
    background: transparent;
    color: #D4A762;
}
#mc-embedded-subscribe-form{padding: 10px 60px 0}
.about-area .section-title h2{
    padding-bottom: 3px;
}
.about-area.two:before{background: none}
.about-img {
    margin: 20px;
    position: relative;
    z-index: 2;
}
.two .about-content, .two .about-content .section-title{display: inherit}
.about-wrapper {
  box-shadow: 0 0 4px 4px #ececec;
  display: inline-block;
  position: relative;
  text-align: center;
    margin-right: 45px;
}
.two .about-content {
  margin-left: 10px;
}
.owl-dot {
  background: #e1e1e1 none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  width: 14px;
}
.owl-dot.active {
    background: #D4A762 none repeat scroll 0 0;
    border-radius: 50%;
    height: 17px;
    width: 17px;
    top: 1px;
    position: relative;
}
.owl-controls {
  bottom: -72px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
.menu-owl.owl-carousel .owl-controls {
  bottom: -62px;
}
.about-content .default-btn::before, .single-table .default-btn::before, #mc_embed_signup_scroll.default-btn::before{border: 1px solid #D4A762}
#mc_embed_signup_scroll.default-btn:hover span{color: #D4A762}
/*------------- ---------------------------*/
/*  3. Menu Area
/*----------------------------------------*/
.section-tab .section-tab-menu ul {
    background: #fffcf8 none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    border-radius: 20px;
    display: inline-block;
    list-style: outside none none;
    margin: 0 0 25px;
    padding: 0;
}
.menu-content .section-title ul{
    margin: 0 0 45px;
}
.section-tab-item{
    display: none;
}
.section-tab-item.active{
    display: block;
}
.section-tab .section-tab-menu ul li{
    display: inline-block;
    background: #FFFCF8;
    margin-right: 5px;
    padding-right: 20px;
    padding: 4px 26px;
    border-radius: 20px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.section-tab .section-tab-menu ul li:last-child{
    margin-right: 0px;
}
.section-tab .section-tab-menu ul li.active, .section-tab .section-tab-menu ul li:hover {
    background: #D4A762;
}
.section-tab .section-tab-menu ul li.active a, .section-tab .section-tab-menu ul li:hover a{
    color: #fff;
}
.section-tab .section-tab-menu ul li a {
    color: #303030;
    display: block;
    font-family: "Playball",cursive;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.menu-area .section-title h2{
    padding-bottom: 10px;
}
/*----------------------------------------*/
/*  4. Table Area
/*----------------------------------------*/
.single-table{
    background: #FFFCF8;
    padding: 46px 55px 25px;
    margin: 13px 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.single-table .default-btn {
  margin-top: 28px;
}
.single-table:hover, .single-table.active {
    box-shadow: 0 0 12px 3px #ddd;
}
.table-area .section-title{margin-bottom: 40px}
.section-title h5{
    color: #303030;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Playball', cursive;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.table-head h3, .table-body h3{
    color: #303030;
    font-size: 24px;
    font-family: 'Playball', cursive;
    text-transform: capitalize;
    margin-bottom: 32px;
    font-weight: 400;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.table-body h3{
    margin-top: 40px;
    margin-bottom: 0;
}
.table-body h3 span{
    color: #D4A762;
    margin-left: 10px;
}
.table-head h3::after, .table-body ul::after {
    background: #e1e1e1 none repeat scroll 0 0;
    bottom: -16px;
    content: "";
    height: 1px;
    left: 15px;
    position: absolute;
    width: 175px;
}
.table-body ul{
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}
.table-body ul li {
    color: #303030;
    cursor: pointer;
    display: block;
    font-family: "Playball",cursive;
    font-size: 20px;
    padding: 8px 0;
    transition: all 0.5s ease 0s;
    text-align: left;
}
.table-body ul li span{
    float: right;
}
.table-body ul li:hover, .table-body ul li.active {
    color: #D4A762;
}
/*----------------------------------------*/
/*  5. Testimonial Area
/*----------------------------------------*/

/*----------------------------------------*/
/*  6. Package Area
/*----------------------------------------*/

.two .package-content{
    padding-left: 70px;
}
/*----------------------------------------*/
/*  7. Food Area
/*----------------------------------------*/


/*----------------------------------------*/
/*  8. Footer Area
/*----------------------------------------*/
.subscribe-content h2{
    font-size: 24px;
    font-weight: 700;
    color: #d4a762;
    font-family: 'Playfair Display', serif;
    margin-bottom: 12px;
}
.subscribe-content p {
    color: #606060;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
}
.footer-bottom p, .footer-bottom a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 52px;
    margin-bottom: 0;
    -webkit-transition: all 0.5s ease 0;
    -o-transition: all 0.5s ease 0;
    transition: all 0.5s ease 0;
}
.footer-bottom a:hover{text-decoration: underline}
/*----------------------------------------*/
/*  8. Blog Area
/*----------------------------------------*/













