/* 
  Theme Name: Majheri Restaurant
  Description: Restaurant Website for Majheri Restaurant
  Version: 1.0.0
  Author: Friday Technology
*/


/** This is the cursor style just for the author (I hope you won't be that mean and remove it) **/
/* .author-head-yo{
    cursor: url(includes/email-template/image/bipin-cursor.cur), auto;
  } */

/* Footer Contact Info Mobile & Tablet Fixes */
@media (max-width: 991px) {
    .footer-top {
        padding: 30px 20px !important;
    }
    .footer-top .fancy-box {
        align-items: flex-start;
    }
    .footer-top .fancy-box .item1 {
        flex-shrink: 0; /* Prevent icon from squashing */
        margin-top: 5px;
    }
    .footer-top .fancy-box .item2 p {
        font-size: 16px !important;
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: break-word;
    }
}
@media (max-width: 767px) {
    .footer-top {
        padding: 25px 15px !important;
    }
    .footer-top .fancy-box .item2 p {
        font-size: 15px !important;
    }
}