/*!
Theme Name: Breakfast With Agents
Mobile Responsive CSS
*/


/* 1400px start */
@media only screen and (min-width: 1400px){

}

@media only screen and (max-width: 1400px){
    .custom-logo-link img{
        max-height: 65px;
    }
    .mega-menu-link{
        margin: 0 2px !important;
    }
}
/* 1400px end */

/* 1200px start */
@media only screen and (max-width: 1200px){
    .heading-bspace-md,
    .heading-bspace-lg{
      margin-bottom: 30px !important;
    }
    .small-rooms-big-conv,
	.why-breakfast-why-agents{
		background-position: center center !important;
	}
    .people-head-heading{
        font-size: 18px;
        line-height: 1.2;
    }
    .people-head-designation{
        font-size: 14px;
        line-height: 1.3;
    }
}
/* 1200px end */

/* 991px start */
@media only screen and (max-width: 991px){
  body .width-40,
  body .width-50,
  body .width-60,
  body .width-70,
  body .width-80,
  body .width-90{
    width: 100% !important;
  }
  body .font-24 p{
    font-size: 20px !important;
  }
    .site-main{
        margin-top: -115px;
    }
    .custom-logo-link img{
        max-height: 60px;
    }
    .mega-menu-link{
        margin: 0 !important;
        padding: 0 6px !important;
    }
    .head-title {
        font-size: 36px !important;
    }
    .sub-heading-big-close{
        font-size: 22px;
    }
    .sub-heading {
        font-size: 18px;
        line-height: 1.4;
    }
    .people-slider .col-lg-2{
        width: 25%;
    }
}
/* 991px end */

/* 767px start */
@media only screen and (max-width: 767px){
    .width-90, .width-80, .width-70, .width-60{
        width: 100%;
    }
    .custom-logo-link img{
        max-height: 70px;
    }
    .home-banner-main{
        background-position: left center !important;
    }
    .sliders-main img.previous-arrow-slick{
        left: 0;
        z-index: 2;
    }
    .sliders-main img.next-arrow-slick{
        right: 0;
    }
    #only-images-gallery .btn-close{
        right: -6px;
    }
    .heading-content-left-main {
        width: 100%;
        padding-right: 0;
    }
    .heading-content-right-main {
        width: 100%;
        padding-left: 0;
    }
    .small-rooms-big-conv{
		background-position: right center !important;
	}
	.why-breakfast-why-agents{
		background-position: left center !important;
	}
    .event-content-box-right-col{
        padding-left: 12px !important;
    }
    .event-content-box-left-col{
        padding-right: 12px !important;
    }
    .faqs-accordion .accordion-body{
        width: 100%;
    }
    .people-slider .col-lg-2{
        width: 50%;
        margin-bottom: 20px !important;
    }
    .people-head-heading{
        font-size: 22px;
    }
}
/* 767px end */

/* 575px start */
@media only screen and (max-width: 575px){
	
}
/* 575px end */