.inside-header {
    padding: 20px 5px;
}

.IPL-Shedule-table th {
  background: #5765e2;
  color: #fff;
  text-align: left;
}

.main-navigation .main-nav ul li[class*="breaking-news"] > a {
    color: var(--contrast);
}

.post-type-archive-tricity .site-content {
    display: unset;
}

.search-bar input[type="text"]:focus {
    background: transparent;
}
.search-bar input[type="text"] {
    background: transparent;
}
.cardbox__card-itemslft:nth-child(2n+2) {
    justify-content: flex-end;
}

.cardbox__card-itemslft {
    justify-content: unset;
    margin-bottom: 10px;
    flex: 0 0 50%;
}
.cardbox__card-items {

    flex-wrap: wrap;
}
body {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
}

html {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
}
.site-footer.footer-bar-active.footer-bar-align-right {
    margin-top: auto;
}

.site-content .content-area {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px!important;
}

/* #main.site-main{
	    display: flex;
    flex-wrap: wrap;
}
#main.site-main article{
	    display: flex !Important;
}
#main.site-main .inside-article{
	display: flex;
    flex-direction: column;
} */
/* footer .tun_social wrapper{
	    width: 100% !Important;
} */
 .inside-site-info{
	    display: block;

}

.inside-site-info{
	padding:20px;
} 

 .footer-bar {
    display: flex;
    justify-content: end;
}
.copyright-bar {
    text-align: center;
    font-size: 15px;
}


.wrapper {
    width: 100%!important;
} 

.copyright p{

    margin:0px;
}

.category {
  cursor: pointer;
  padding: 10px;
  margin: 5px;
/*   background-color: lightgray; */
}

.category.active {
  background-color: blue;
  color: white;
}

.inside-article a {
    color: #000;
	  text-decoration: none;
}


ul.menu-footer-menu li {
    display: inline-block;
}

ul.menu-footer-menu li a{
    font-size:12px;
	    padding: 0 5px;
}