 * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }


.wrapper {
    width: 100%;
    background: #fff;

}

.content {
    max-width: 1200px;
    width: 100%;

    margin: 0 auto;



}

.heading-space {
    height: 300px;
    width: 100%;
    text-align: center;
    padding: 80px 0 80px 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.527), rgba(0, 0, 0, 0.5)), url("https://www.flea-markets.org/assets/images/blog-cover.jpg");
  background-repeat:no-repeat;
background-size:cover;
background-position:center;
    margin-bottom: 40px;
}

h2 {

    color: #eee;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 0 0 15px 0;
}

h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    color: #fff;
}

.line {
    text-align: center;
    border-right: 1px solid #fff;
    width: 1px;
    height: 30px;
    margin: 20px auto 0 auto;
}

.blog-right{
    width: 75%;
    float: right;
    height: auto;
    padding:0 0 0 2%;
    
}
.details-left{
    width: 25%;
    float: left;
    height: auto;
        padding: 0 2% 0 0px;
}

.details-left ul li{
    text-decoration: none;
    list-style: none;
    line-height: 55px;
       border-bottom: 1px solid #eee;
    
}

.details-left ul li span{
    height: 25px;
    width: 3px;
    background: #ccc;
    float: left;
    margin-top: 13px;
}
.details-left ul li a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color:#555;
    padding:5px 5px 5px 20px;
    border-left: 3px solid #ccc;
    transition: all 0.3s;
}


.details-left ul li a:hover  {
    color:#0892D2;
    border-left:3px solid #0892D2;
   padding-left: 20px;
		padding-right: 20px;
}
h3{
    color: #333;
}
.details-contact {

    width: 23%;
    float: left;
    height: auto;
    margin-top: 50px;
    border-radius: 4px;
    padding: 5% 3% 5% 3%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.527), rgba(0, 0, 0, 0.5)), url("https://www.flea-markets.org/assets/images/contact-background.jpg");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: none;
    object-fit: cover;
}

.details-contact .details-contact-head {
    color: #0892D2;
    font-weight: 600;
}

.details-contact .call-desc {
    color: #fafafa;
    font-size: 15px;
}

.details-contact .call  {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin: 20px 0;
}
.details-contact .call a{
       color: #fff; 
}




a:active,
a:hover {
    outline: 0;
}

.row {
    margin-right: -20px;
    margin-left: -20px;


}

.col-lg-3,
.col-md-6,
.col-xs-3 {
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
    width: 33.33%;
    float: left;
    margin-bottom: 50px;
}
.col-xs-9 {
    width: 75%;
    float: left;
}

.clearfix:after {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.panel {
    margin-bottom: 20px;
    border-radius: ;
    height: 350px;
   
}

.panel a{
    text-decoration: none;
    color: #333;
    
}
.panel a:hover{
    font-weight: 500;
    color: #444;
}
.panel p {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}

.panel .date {
    font-size: 14px;
    color: #444;
    font-weight: 400;
    line-height: 22px;
    margin-top: 10px;
}

.panel .title {
    font-size: 18px;
    font-weight: 500;
   
    line-height: 28px;
    margin: 0 0 6px 0;
}

.panel .short-desc {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    font-weight: 400;
}
.panel .bl-image{
    height: 180px;
    margin-bottom: 5px;
    background: #fafafa;
    
}
.panel p img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 4px;
}

.panel .learn-more {
    color: #0892D2;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 27px;
    font-size: 12px;
    margin: 4px 0 0 0;
}
.panel .learn-more:hover{
    opacity: 0.8;
    padding-right: 5px;
}

@media (max-width:1200px){
    .content{
        width: 92%;
    }
}
@media (max-width:1050px) {

    .col-lg-3,
    .col-md-6,
    .col-xs-3,
    .sale_pitch {
        width: 33.33%;
        float: left;
    }

    .blog-right{
        width: 100%;
        padding: 0;
        
    }
    .blog-left{width: 100%;}
    
    .details-left{
        width: 40%;
        margin-right: 5%;
    }
    
    .details-contact {
        width:50%;
        
    }
    
}

@media (max-width:800px) {

    .col-lg-3,
    .col-md-6,
    .col-xs-3,
    .sale_pitch {
        width: 50%;
        float: left;
        padding-right: 10px;
        padding-left: 10px;
    }
 .row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .details-left{
        width: 45%;
        margin-right: 5%;
    }
    
    .details-contact {
        width:50%;
        
    }
}

@media (max-width:550px) {
    .row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .col-lg-3,
    .col-md-6,
    .col-xs-3 {
     width: 100%;
        float: left;
   
       height: auto;
        padding-right: 5px;
        padding-left: 5px;
    }
    
    .details-left{
        width: 100%;
        margin-top: 50px;
  
    }
    
    .details-contact {
        width:100%;
        
    }
    
}
