

/* ====================== */
/*         Header         */
/* ====================== */

.offer{
    padding: 10px 0;
    background:linear-gradient(45deg,#e77842,#f7c068);
  }

.contact-info p{
  display: inline-block;
  margin:0 15px 0 0;
}

.offer i{
  padding-right: 5px;
}

#inner-navigation .navbar {
    padding: 21px 0 21px;
    position: inherit;
    background: transparent;
}

#inner-navigation .navbar.navbar-sticky-in .logo img{width:inherit;}

.navbar.navbar-sticky-in.navbar-default ul.nav.navbar-nav{margin-top: 22px;}


/* ============================= */
/*          Banner         */
/* ============================= */

#mt_banner {position: relative; padding: 0; height: 530px!important; margin-top: 0px;}

#mt_banner .pre-quarter-slide, #mt_banner .quarter-slide, #mt_banner .half-slide, #mt_banner .pre-half-slide{
  width: 25%;
  top: 0;
  left: 75%;
  border-radius:0 0px 26px 26px;
  overflow: hidden; 
  border-left:2px solid #fff;
  border-right:2px solid #fff;
}

#mt_banner .pre-half-slide{
  left: 50%;
}

#mt_banner .quarter-slide{
  left: 25%;
}

#mt_banner .pre-quarter-slide{
  left: 0;
}

#mt_banner .pre-quarter-slide .banner_caption_text, #mt_banner .quarter-slide .banner_caption_text,
#mt_banner .pre-half-slide .banner_caption_text, #mt_banner .half-slide .banner_caption_text{
  width: 90%;
} 

@media(max-width: 991px){
    #mt_banner .pre-half-slide, #mt_banner .quarter-slide{display: none;}

    #mt_banner .pre-quarter-slide, #mt_banner .half-slide{width: 50%; border: none;}

    #mt_banner .half-slide{left: 50%;}
}

@media(max-width: 767px){
    #mt_banner .half-slide{left: 0; width: 100%; border: none; border-radius: 0;}
    #mt_banner .banner_caption_text{top: 40%;}
}

@media(max-width: 639px){
    #mt_banner{height: 480px!important;}
}

@media(max-width: 400px){
    #mt_banner .banner_caption_text{top: 28%;}
}

/* ============================= */
/*          blog post        */
/* ============================= */

section#mt_blog.hot-fashion {
    padding: 50px 0 120px;
    background: #ccc url(../images/fashion/sliders/bg11.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    position: relative;
}

section#mt_blog.hot-fashion:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #00000085;
    height: 100%;
}

section#mt_blog.fashion-list{
  margin-top: -120px;
}

#mt_blog .fullwidth .blog-post_wrapper{
    display: flex;
    position: relative;
    background: #fff;
    overflow: hidden;
    height: inherit;
    box-shadow: 0 0 15px #cccccc30;
    border: 5px solid #fff;
}

#mt_blog .fullwidth .blog-post_wrapper h2{max-height: 3em;}

#mt_blog .fullwidth .blog-post_wrapper .blog-post-image{
    width: 45%;
    position: relative;
    overflow: hidden;
}

#mt_blog .fullwidth .blog-post_wrapper .post-content {
    width: 55%;
    padding:30px 30px 22px;
}

#mt_blog .fullwidth .blog-post_wrapper .post-content.post-blank{
  width: 100%;
}

#mt_blog .fullwidth .blog-post_wrapper .post-date p a{color: #333a65;}

@media(max-width: 991px){
    section#mt_blog.hot-fashion{padding-bottom: 50px;}

    section#mt_blog.hot-fashion .blog-post_wrapper{margin-bottom: 0;}
}

@media(max-width: 767px){
    .blogmargin{margin: 0 0 30px;}

    #mt_blog .fullwidth .blog-post_wrapper{display: block;}

    #mt_blog .fullwidth .blog-post_wrapper .blog-post-image,
    #mt_blog .fullwidth .blog-post_wrapper .post-content{width: 100%;}

    #mt_blog .fullwidth .blog-post_wrapper .post-content{padding: 20px;}
}

@media(max-width: 567px){

    
}

/* ============================= */
/*          Stay Connected        */
/* ============================= */

.stay-connected {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 20px;
    list-style-type: none;
    text-align: center;
    background: #f5f6fa;
    border-radius: 0 26px;
}

.stay-connected li {
    width: 24%;
    margin: 0;
}

.stay-connected li a {
    padding: 15px;
    border-left: 1px solid #eeeeee;
    color: #232323;
    display: inline-table;
}

.stay-connected li a:hover{background-size: inherit; background-image:none; opacity: 0.8; } 

.stay-connected li:first-child a {
    border-left: 0;
}

.stay-connected li a i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #d72924;
    color: #ffffff;
    border-radius: 50%;
    font-size: 19px;
    display: inline-block;
}

.stay-connected li a i.fa-facebook {
    background-color: #3b5998;
}

.stay-connected li a i.fa-twitter {
    background-color: #0091ea;
}

.stay-connected li a i.fa-linkedin {
    background-color: #1976d2;
}

.stay-connected li a i.fa-rss {
    background-color: #ef6c00;
}

.stay-connected li a b {
    display: block;
    margin-top: 12px;
    font-size: 18px;
}

.stay-connected li a span {
    display: block;
    color: #8a8a8a;
}


ul.twitter-widget-inner {
    background: #fbfbfb;
    padding: 15px;
    border-radius: 0 26px;
    border: 1px solid #f1f1f1;
}

ul.twitter-widget-inner li{
  border-bottom: 1px dashed #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

ul.twitter-widget-inner li:last-child{border: none; padding-bottom: 0; margin-bottom: 0;}

@media(max-width: 567px){
    .stay-connected li a{padding: 10px 5px;}
    .stay-connected li a i {
        width: 35px;
        height: 35px;
        line-height: 38px;
    }

    .stay-connected li a span{font-size: 12px;}
}

/* ============================= */
/*          Footer        */
/* ============================= */

#mt_footer {
    position: relative;
    padding: 50px 0 0;
    background: url(../images/fashion/sliders/bg10.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}

#mt_footer .container{position: relative; z-index: 1;}

#mt_footer:before {
    content: '';
    background: #0b0e1ca8;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}