/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

input.mls-query {
	font-size: calc(0.07em + 1vw) !important;  
}
input[type="text"]:not(.form-control) {
    
    font-size: 20px;
    color: #373737;
}

.mls-item-info-inner {
    line-height: 18px;
    margin: 9px;
    font-size: 14px;
}
.modern-theme.grey-skin input.mls-query {
    border: 1px solid #979D9F;
    background: #979D9F;
}

h4.mfp_carousel_title a {
    color: #000 !important;
}
h4.mfp_carousel_title a:hover {
    color: #a0a0a0 !important;
}

.tm-header {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cde5fc', endColorstr='#0b2a54');
    border-bottom: #0b2a54 4px solid;
}

.pagination-style-one li a {
    width: 75px !important;
}
	