/* very large screen */

@media only screen and (min-width: 1400px){

	

}

/* large desktop */

@media only screen and (min-width: 992px) and (max-width: 1199px) {

	

}

/* small desktop */

@media only screen and (max-width: 991px){

.register-list ul li .register-reg{
        margin: 10px 0;
}
.post-box-cover img {
    object-fit: contain;
}
.single-genre-box {
    margin: 10px 0;
}
.cat-menu-list ul li:last-child {
    margin-right: 50px;
}
.fixed-nav{
    position: relative;
}
/* tablet */
}
@media only screen and (min-width: 768px) and (max-width: 959px) {

}



/* all mobile */

@media only screen and (max-width: 768px) {
    .aside-category {
    margin-bottom: 120px;
}
      .cat-drop-body {
    width: 550px;
}
.banner-post-fact ul li {
    margin: 5px;
}
.footer-copy-info {
    float: none;
    text-align: center;
}
.footer-link {
    padding: 10px 0;
    text-align: center;
    float: none;
}
.genre-box-image img {
    min-height: 200px;
    max-height:200px;
}
 .single-author-post-arc ul li:nth-child(2n) {
    text-align: left;
    padding: 0;
}
.single-author-post-arc ul li {
    float: left;
    width: 100%;
    text-align: right;
    padding: 20px 0;
   position: initial;
   margin-top:0 !important;
}
.single-author-post-arc ul:before {
  display:none;
}
.single-author-post-arc ul li:after{
    display:none;
}
.single-author-post-arc ul li:after{
    display: none;
}
.single-author-post-arc ul:before{
    display: none;
}
.cnt-special-image img {
    width: 100%;
}
.cnt-special-caption {
    display: block;
}
.cnt-special-image {
    display: block;
    padding-right: 0;
}
.cnt-special {
    padding: 20px;
}
}


@media only screen and (max-width: 600px) {
       .cat-drop-body {
    width: 400px;
}
}
@media only screen and (max-width: 400px) {
       .cat-drop-body {
    width: 300px;
}
.cat-drop-body ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    text-align: center;
}



}

