/* #Media Queries
================================================== */
@media (min-width:1400px) and (max-width:1499px) {
} 

/* END__ */

@media (min-width:1200px) and (max-width:1399px) {
} 
/* END__ */

@media (min-width:992px) and (max-width:1199px) {

} 
/* END__ */

@media (min-width:768px) and (max-width:991px) {

} 
/* END__ */

@media only screen and (max-width:767px) {
 .wrapper{ margin-left: 0}
 .body-content{ padding: 16px;}
 .header, .post-header{ height: 60px; padding-left: 16px; padding-right: 16px;}
 .next-prev-btn .btn{ width: auto; padding-left: 16px; padding-right: 16px;}
 .login-header{ height: 100px;}
 .property .ratio{ width: 100px;}
 .property .ratio-4x3 {--bs-aspect-ratio: 100%;}
 .property{ font-size: 12px;}
 .property .buttons button{ height: 30px; width: 30px; }
 .property .buttons button span{font-size: 16px;}
 .property ul{ margin: 6px 0;}
 .property ul li + li{ margin-top: 4px;}
 .property .info span{ font-size: 14px; margin-right: 4px;}
 .table-content .item{ padding: 12px; font-size: 14px;}

} 
/* END__ */

@media only screen and (max-width:374px) {

} 
/* END__ */

