/*Layouts css goes here*/
.featured{
	text-align: center !important;
  	display:block !important;

}
.entry-title {
    color: #111111;
    border-bottom: 3px solid #bad300;
    display: inline-block;
  
}
.entry-meta{
  display:none;
  
}
.detail-list li{
	line-height:50px;
  	list-style:none;

}
.entry-content ol, .entry-content ul {
     margin-bottom: 0; 
}
.detail-list li i {
    color: #bad300;
}

.home-btn{
    text-align: center;
    background-color: #bad300;
    color: #ffffff;
    border: 1px solid;
    margin-bottom: 0px;
    display: block;
    margin: 5px auto;	
}
.home-btn a:hover{
    color: #ffffff;
   	
}

.home-desc{
	padding-left:15px;

}


@media only screen and (max-width: 600px) {
.entry-content ol li, .entry-content ul li {
    margin-left: 0;
}

.detail-list li {
    line-height: 24px;
    list-style: none;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0
}
  .home-btn{
	text-align: center;
    background-color: #bbdc00 !important;
    color: #ffffff;
    border: 1px solid;
    margin-bottom: 0px;
    width: 80%;
    display: block;
    margin: 5px auto;
}
  .map-btn{
  
    background-color: #bbdc00 !important;
    border: 0;
    color:#fff;
    cursor: pointer;
    padding: 11px 24px;
    width: 100%!important;
    font-size: 13px;
    text-transform: uppercase;
    display: inline;
    text-align: center;
  	float:right;
}
.map-btn:hover{
    border: 0;
    background-color: #1b273d !important;
    color: #fff !important;
    cursor: pointer;
    padding: 11px 24px;
    width: 100% !important;
    font-size: 13px;
    text-transform: uppercase;
    display: inline;
    text-align: center;
}
  
}
.map-btn{
  	white-space: nowrap;
    background-color: #bbdc00 !important;
    border: 0;
    color: #fff;
    cursor: pointer;
    padding: 11px 24px;
    width: 25%;
    font-size: 13px;
    text-transform: uppercase;
    display: inline;
    text-align: center;
  	float:right;
}
.map-btn:hover{
  	white-space: nowrap;
    border: 0;
    background-color: #1b273d !important;
    color: #fff !important;
    cursor: pointer;
    padding: 11px 24px;
    width: 25%;
    font-size: 13px;
    text-transform: uppercase;
    display: inline;
    text-align: center;
}
.offer:after {
            content:'';
            top:0;
            left:0;
            right:0;
            bottom:0;
            height:100%;
            width:100%;
            display: block;
            z-index: 2;
            position: absolute;
            background-color: rgba(0,0,0,0.3);
          }
