div.cv3-app-home-content {
    margin-top:  5px;
}

.cv3-app-home-header {
    color:  black;
    text-decoration: none;
    display:  block;
    width:  100%;
    position:  relative;
}

.cv3-app-home-header h2 {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #000000;
    display: block;
    padding-top:  10px;
    padding-bottom:  0px;
    margin-bottom:  8px;
}

.cv3-app-home-header img {
    position:  absolute;
    right:  10px;
    top:  12px;
}

.cv3-app-home-content h2 {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #000000;
    display: block;
    padding-top:  10px;
    padding-bottom:  0px;
    margin-bottom:  8px;
}

div.cv3-app-change-city-content {
}

.cv3-app-city-selector-current {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    color: #000000;    
}

div.cv3-app-city-selector-items {
    margin-bottom:  10px;
    margin-right:  -10px;
    position:  relative;
}

a.cv3-app-city-selector-item {
    display:  inline-block;
    width:  33.3%;
    max-width:  200px;
    vertical-align: top;
    text-decoration: none;
    color:  black;
    padding-top:  10px;
    box-sizing: border-box;
    padding-right:  10px;
}

div.cv3-app-city-selector-image {
    width:  100%;
    height:  120px;
    background-size: cover;
    border-radius:  5px;
}

div.cv3-app-city-selector-title {
    padding-top:  10px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.02em;
    padding-bottom:  10px;
}

div.cv3-app-city-selector-search {
    border:  1px solid black;
    border-radius:  5px;
    margin:  0;
    padding:  0px;
    width:  80%;
    position:  relative;
    margin-bottom:  20px;
}

div.cv3-app-city-selector-search input {
    width:  100%;
    margin:  0;
    padding:  7px 10px;
    box-sizing:  border-box;
    border:  0;
    border-radius:  5px;
}

div.cv3-app-city-selector-search img {
    position:  absolute;
    right:  6px;
    top:  5px;
    width:  20px;
    height:  20px;
} 

div.cv3-app-city-selector-results {
    min-height:  400px;
}

div.cv3-app-home-pro {
    background-color: #ffeff1;
    border-radius: 10px;
    padding: 10px;
    margin-bottom:15px;
    font-size: 14px;
}

div.cv3-app-home-pro-button {
    margin-top: 10px;
}

div.cv3-app-home-pro-button img {
    width: 130px;
    max-width: 100%;
}