/* Common style */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    color: #3498db;
    text-decoration: none;
}
.responsive-image{
    height: auto;
    max-width: 100%;
}

.sec-title{
    padding: 5px 5px 5px 20px;
    font-weight: bold;
    color: black;
    text-shadow: 0px 0px 2px grey;
    background-color: grey;
    border-left: 5px solid #3498db;
    font-size: 20px;
    margin-bottom: 15px;
}
.container{
    max-width:1170px;
    padding: 0px 10px;
    margin: 0 auto;
}
.ptb-25{
    padding-top: 20px ;
    padding-bottom: 20px;
}
.row{
    clear:both;
    overflow: hidden;
}
.column-10,
.column-20,
.column-30,
.column-33,
.column-40,
.column-50,
.column-60,
.column-70,
.column-80,
.column-90,
.column-100{
    float: left;
    min-height: 1px;
    padding: 0px 10px;
}
.column-10{
    width: 10%;
}
.column-20{
    width: 20%;
}
.column-30{
    width: 30%;
}
.column-33{
    width: 33.10%;
}
.column-40{
    width: 40%;
}
.column-50{
    width: 50%;
}
.column-60{
    width: 60%;
}
.column-70{
    width: 100%;
}
.column-80{
    width: 80%;
}
.column-90{
    width: 90%;
}
.column-100{
    width: 100%;
}
/* header top */
.header-top{
    padding: 15px 0px;
}
.header-top .logo{
    padding: 0px 15px;
}
/* navigation */
nav{
    overflow: hidden;
    background-color: #333333;
}
nav ul li{
    list-style: none;
    float: left;
}
nav ul li a{
    color: #ffffff;
    display: block;
    padding: 10px 20px;
}
nav ul li a:hover{
    background-color:#000 ;
}

/* Breaking */
.breaking-news{
    padding: 5px;
    background-color: #3498db;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.breaking-news .update-left{
    padding: 5px 0px;
    text-align: center;
    background-color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.breaking-news .update-right{
    padding: 5px 0px;
    color: red;
}

/* Headline */
.news .news-image,
.main-headline,
.side-news-image{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.main-headline{
    height: 330px;
}
.side-news-image{
    height: 100px;
}
.main-headline{
    position: relative;
}
.main-headline .headline{
    position:absolute;
    bottom: 20px;
    left: 0;
    height: auto;
    width: 100%;
    background-color: rgba(0 , 0, 0, .5);
    padding: 10px 10px 10px 20px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform:capitalize;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 1px black;
}
.side-news:nth-child(2){
    margin-top: 15px;
    margin-bottom: 15px;
}

.side-news-data {
    font-family: Arial, Helvetica, sans-serif;
}
.side-news-data h2{
    font-size: 20px;
}
.side-news-data p{
    font-size: 10px;
    color: grey;
    margin-top: 2.5px;
}

/* Trending News  */
.news{
    margin-bottom: 20px;
}
.news .news-image{
    height: 200px;
}
.news h2{
    margin: 10px 0px;
}
.news ul{
    margin-bottom: 5px;
}
.news ul.category li{
    list-style: none;
    display: inline-block;
    background-color: #000;
    color: #ffffff;
    font-size: 10px;
    padding: 5px;
}
.news p{
    font-size: 14px;
    color: grey;
}
.news .read-more{
    display: block;
    padding: 7.5px 0px;
    color: white;
    text-align: center;
    background-color: black;
}
.news .read-more:hover{
    background-color: #000;
}

/* sidebar  */
.sidebar-widget{
    margin-bottom: 25px;
}
.sidebar-widget ul{
    margin-left: 30px;
}
.sidebar-widget ul li{
    list-style: square;
    padding-bottom: 10px;
}

/* Footer  */
footer{
    background-color: #333;
    color:#ffffff;
}
.footer-logo{
    margin-bottom: 15px;
}
.footer-social{
    margin-bottom: 10px;
}
.footer-social li{
    list-style: none;
    display: inline-block;
}
.footer-social li img{
    height: 30px;
    width: 30px;
    background-color: #ffffff;
    padding: 5px;
}
footer .sec-title{
    padding: 5px 5px 5px 15px;
    background-color: #ffffff;
}
.footer-cat{
    margin-left: 20px;
}
.footer-cat li{
    list-style: square;
    padding-bottom: 10px;
}
.footer-gallery li{
    list-style: none;
}
.footer-gallery li img{
    height: 70px;
    max-width: 100%;
    margin-bottom: 15px;
}
.footer-bottom{
    padding: 30px 0px;
    text-align: center;
    background-color: #222222;
}
@media screen and (min-width:0px) and(max-width:768px){
    .column-33{
        width: 50%;
    }
    .side-news-data p{
    display: none;       
    }
    .news-section .news-image{
        height: 100px;
    }
}

@media screen and (min-width:0px) and(max-width:480px){
    
.column-10,
.column-20,
.column-30,
.column-33,
.column-40,
.column-50,
.column-60,
.column-70,
.column-80,
.column-90,
.column-100{
    float: none;
    width: 100%;
}
.side-headline{
    margin: 15px 0px;
}
.side-news-image{
    height: 150px;
}
footer address{
    margin-bottom: 15px;
}
.footer-gallery li img{
    height: auto;
}
}