﻿.clear {
    clear: both
}

.card {
    min-height: 22.5em;
    background: #f5f0d3;
    margin: 10px auto;
    border-radius: 10px;
    padding-top: 2em;
}

.city {
    font-family: Roboto;
    font-weight: 300;
    font-size: 1.8em;
    color: #5b5b5b
}

.menu {
    float: right;
    font-family: Roboto;
    font-size: .5em;
    color: #5b5b5b;
    margin-top: -.09em;
    margin-right: -2em;
    list-style: square
}

.sun {
    width: 4em;
    height: 4em;
    border-radius: 2.5em;
    background: #fbd80a;
    margin-top: 1em;
    display: block;
    text-align: center;
    margin: auto
}

.temp {
    font-weight: 300;
    font-size: 6.5em;
    margin: auto;
    color: #006bb6;
    text-align: center;
    display: block;
}

.variations {
    color: #584a38;
    list-style: none;
    float: left;
    margin-left: 2em;
    font-size: 1.1em
}

.mph {
    font-size: .8em
}

.speed:before {
    content: url(https://i.imgur.com/luN0Jmq.png)
}

.forecast {
    width: 100%;
    margin: 0 auto;
    background: #006bb6;
    padding-top: 12px;
    padding-bottom: 10px;
}

.day {
    display: inline-block;
    width: 16.5%;
    color: #fff;
    margin: 0 .375em .5em;
    text-align: center;
    border-right: .1em solid #d4cdb8;
    line-height: 1.6
}

.fri {
    border-right: none
}

.highTemp {
    font-weight: bold
}

.lowTemp {
    color: #8c8c8c
}

.cloudy {
    content: url(https://i.imgur.com/0PIYfV8.png)
}

.sunny {
    content: url(https://i.imgur.com/RdBr2SD.png)
}

.location {
    color: #584a38;
    margin: 0 2em;
    font-size: 1.1em
}

.weather-main {
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
    color: #006bb6;
    margin-top: 30px;
}

.forecast-icon {
    font-size: 2em
}

label.weather-temp {
    color: #006bb6;
    font-family: calibri;
}

.day:first-child {
    border-right: 0
}

span.pressure, span.wind-speed {
    unicode-bidi: plaintext
}

.forecast-day_of_week {
    font-size: 10px;
    color: #eeeeeea6;
}

ul.variations li span {
    color: #584a38
}

ul.variations li {
    color: #a9a489
}

h1.city-name {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

@media (max-width:768px) {
    #search-tour-box {
        width: 95% !important
    }

    h1.city-name {
        text-align: center;
        font-size: 16px;
    }

    .variations {
        float: right;
        margin-right: 30px;
        font-size: 12px;
        border-top: 1px solid;
        width: calc(100% - 60px);
        padding-top: 15px;
        border-bottom: 1px solid;
        padding-bottom: 15px;
        border-color: #bbb592;
    }

    .temp {
        font-size: 5em;
    }

    .city-coord {
        font-size: 12px;
        text-align: center;
        color: #a08c7b;
    }

    .city-date {
        text-align: center;
        font-weight: bold;
        color: #b31e8d;
        border-top: 1px solid #bbb592;
        padding-top: 10px;
        margin-top: 10px;
    }
    #search-tour-box input {
        font-size: 12px;
        background: #f5f0d3;
    }

    #search-tour-box .ic-pin {
        font-size: 31px;
        width: 50px;
        height: 50px;
        top: 2px;
        right: 2px;
    }

    #search-tour-box .fa-search {
        font-size: 30px;
    }
}
