.content-wrap .container{
    padding-left: 15px;
    padding-right: 15px;
}
.block_category_covid19{
    line-height: 20px;
    margin-top: -3px;
    padding-top: 2px;
}
.category_covid19{
    font-family: 'Roboto Condensed';
    font-weight: 400;
    font-style: italic;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background-color: #e33d3d;
    display: inline-block;
    color: white;
    margin-top: -7px;
    padding-left: 8px;
    padding-right: 11px;
}
.block_left{
    width: 49.5%;
    display: inline-block;
    float: left;
    background-color: silver;
    margin-right: 0.5%;
    cursor: pointer;
    background: url("https://www.themorningsidepost.com/wp-content/uploads/2017/09/1585843000PHsKSN.png");
    height: 396px;
    background-size: cover;
}

.block_right{
    width: 50%;
    display: inline-block;
    float: left;
}

.block_2, .block_3, .block_4{
    display: inline-block;
    float: left;
}
.block_2, .block_3{
    display: inline-block;
    height: 180px;
}
.block_4{
    width: 100%;
    display: inline-block;
    height: 195px;
}
.block_2{
    margin-bottom: 1%;
    width: 49%;
    margin-right: 1%;
}
.block_3{
    width: 50%;
    margin-bottom: 1%;
    background: url("https://www.themorningsidepost.com/wp-content/themes/publisher/images/background_news.jpg");
    background-size: cover;
}
.block_4{
    /*background-color: rgba(0, 255, 255, 0.53);*/
}


.block_covid19{
    padding: 40px;
    color: #ffffffde;
    font-size: 15px;
    font-family: 'Lato';
    margin-bottom: 30px;
}
.title_covid19{
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 24px;
    text-align: inherit;
    text-transform: none;
    color: #ffffff;
    padding-left: 25px;
}
.date_covid19{
    font-family: 'Lato';
    font-weight: 400;
    font-size: 12px;
    text-transform: none;
    color: #b7b7b7;
    padding-left: 25px;
}
.line_1{
    font-weight: bold;
}



/*________________________________________________________Styles weather__________________________________________________________________*/

.toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 23px;
    margin-bottom: 7px;
}

.toggle input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #7b7b7b;
}

input:focus + .slider {
    box-shadow: #7b7b7b;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

#currentTemp{
    font-weight: bold;
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

#wrapper{
    padding-top: 6px;
    padding-left: 20px;
    padding-right: 20px;
}
.wrapper_1{
    display: table;
    width: 100%;
    border-bottom: 2px solid;
    padding-bottom: 7px;
}
.wrapper_2{
    display: table;
    width: 100%;
    padding-top: 11px;
}

#location, #main-data, #temp{
    display: inline-block;
    float: left;
}
#parameters{
    display: block;
    width: 100%;
}

#parameters ul {
    width: 100%;
    float: left;
    padding-left: unset;
}
#parameters li{
    display: inline-block;
    float: left;
    width: 24%;
    list-style-type: none;
    text-align: center;
}
#location{
    float: left;
}
#temp{
    float: right;
}
#temp #high-low{
    display: none;
}
#currentLocation, #currentDate{
    margin: unset;
    font-family: 'Lato';
    color: #7b7b7b;
}

#currentWeather{
    font-family: 'Lato';
    font-weight: bold;
    margin-top: 14px;
    margin-left: 11px;
}
#parameters p{
    margin-bottom: unset;
    font-size: 13px;
    font-weight: bold;
    margin-top: 3px;
}

#parameters img{
    width: 55px;
}


/*_______________________________________________________Styles indexes markets___________________________________________________________________________*/
.header-stocks{
    padding-left: 13px;
}
.block_2 .main-content{
    padding-top: 9px;
}
.header-stock-change{
    font-family: 'Lato';
    color: #7b7b7b;
    font-weight: bold;
}
.header-stock-changepct{
    font-family: 'Lato';
    color: #7b7b7b;
    font-weight: bold;
    margin-left: 5px;
}
.header-stock-price{
    font-family: 'Lato';
    color: #7b7b7b;
    font-weight: bold;
    letter-spacing: 1px;
}
.header-stock-name{
    font-family: 'Lato';
    color: #7b7b7b;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#sp_price{
    margin-bottom: unset;
}
.inx-container{
    margin-top: 5px;
}
.sp_change{
    margin-left: -3px;
}
.sp_changePct{
    margin-left: 6px;
}
.header-stock-change-container{
    letter-spacing: 1px;
}

.DJI {
    font-size: 13px;
}
.header-stock-name{
    font-size: 13px;
    padding-right: 7px;
}
.ixic-container{
    margin-top: -4px;
}
.nya-container{
    margin-top: -4px;
}
#sp_changePct{
    margin-left: 7px;
}
#emoji_icon_inside, #emoji_icon_dow_inside{
    width: 10px;
    margin-top: -4px;
    margin-left: 5px;
}


/*________________________________________________________Styles breaking news___________________________________________________*/
.breaking_news_title a{
    color: white;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    line-height: 10px;
    font-size: 16px;
    letter-spacing: 1px;
}
.breaking_news_title a:hover{
    color: #f8e6e6;
}
.breaking_news{
    position: relative;
    height: 158px;
}
.breaking_news_title{
    padding: 10px;
    padding-top: 12px;
    line-height: 21px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #0000004a;
    margin-bottom: unset!important;
}



/*________________________________________________Mobile and middle versions__________________________________________________*/
.pressure_image{
    width: 49px!important;
    margin-top: 5px;
}

@media only screen and (max-width: 1098px){
    .header-stock-name{
        line-height: 16px;
    }
    .header-stock-container{
        line-height: 18px;
    }
    .nya-container{
        margin-top: -1px;
    }
    .block_left{
        background-position: center;
    }



    #parameters span{
        display: block;
        text-align: center;
    }
    .wrapper_2{
        padding-top: 2px;
    }
    .ixic-container{
        margin-top: 0px;
        margin-bottom: 1px;
    }
    .header-stock-container{
        line-height: 18px;
    }
}

/*_____________________middle screen_____________________*/
@media only screen and (max-width: 760px){
    .block_left{
        width: 100%;
        margin-bottom: 21px;
        background-position: center;
    }
    .block_right{
        width: 100%;
        margin-bottom: 21px;
    }
    .block_4{
        margin-top: 15px;
    }
}

/*____________________mobile screen_____________________*/
@media only screen and (max-width: 470px){
    .breaking_news_title a{
        font-size: 14px;
    }
    .breaking_news_title{
        line-height: 18px;
    }
    .block_covid19{
        margin-bottom: unset;
        padding: 27px;
    }
    .block_left{
        height: 340px;
    }
    .header-stock-name{
        line-height: 18px;
    }
}
@media only screen and (max-width: 390px){
    .block_2, .block_3{
        width: 100%!important;
    }
}


