/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Parisienne');
.scripty {
font-family: 'Parisienne', cursive;
font-size: 3rem;
color: #0055a4;
}

.img-hide img {
    display: none !important;
}

.tm-header > .uk-sticky-fixed {
    z-index: 981;
}

@media screen and (max-width: 640px) {
h1, .uk-h1 {
font-size: 2.5rem;
}
h2, .uk-h2 {
font-size: 2rem;
}
h3, .uk-h3 {
font-size: 1.5rem;
}
h4, .uk-h4 {
font-size: 1rem;
}
.uk-section-xlarge {
padding-top: 60px;
padding-bottom: 60px;
}
}

@media screen and (max-width: 960px) and (min-width: 641px) {
h1, .uk-h1 {
font-size: 3rem;
}
h2, .uk-h2 {
font-size: 2.5rem;
}
h3, .uk-h3 {
font-size: 2rem;
}
h4, .uk-h4 {
font-size: 1.5rem;
}
}
.agent-login {
display: block;
height: 50px;
line-height: 50px;
padding-left: 15px;
padding-right: 15px;
background-color: rgba(255, 255, 255, 0.3);
}
.agent-login:hover {
background-color: rgba(255, 255, 255, 0.8);
text-decoration: none;
color: #0055a4;
}
.sidebar-nav li {
padding-left: 40px;
}
.sidebar-nav li.uk-active {
background: url( /wp-content/uploads/2018/04/sidenav_marker.png) no-repeat;
background-position: left center;
}
.uk-card-muted {
background: #f4f4f4;
}
#wpsl-search-input {
-webkit-appearance: none;
height: 40px;
vertical-align: middle;
display: inline-block;
border: 1px solid #e5e5e5;
transition: .2s ease-in-out;
transition-property: color, background-color, border-color, box-shadow;
padding: 0 10px;
background: #fff;
box-sizing: border-box;
width: 100%;
max-width: 100%;
}
#wpsl-search-input:focus {
outline: 0;
background-color: #fff;
color: #666;
border-color: #0055a4!important;
}
.no-border {
    border:none;
}