/*
Theme Name: Katen Child
Template: katen
Theme URI: https://themeforest.net/user/themeger/portfolio
Author: ThemeGer
Author URI: https://themeger.shop
Description: Minimal Blog & Magazine WordPress Theme
Template Version: 1.0
License: GNU General Public License
License URI: https://themeforest.net/licenses
*/

/* =Theme customization starts here
------------------------------------------------------- */


.new-sidebar {
    position: sticky !important;
    top: 120px;
}

.write-for-us p {
    font-size: 16px;
    text-align: justify;
}

.write-for-us h2 {
    font-size: 22px;
}

.write-for-us ol,
.write-for-us ul {
    padding-left: 15px;
}
.write-for-us ol li,
.write-for-us ul li {
    line-height: 30px;
}
@media (max-width: 767px) {
   .container-xl {
    width: 100% !important;
    max-width: 100% !important;
}
	.header-default {
    padding: 15px 0 !important;
}
	div#nav_menu-2 {
    margin-top: 40px;
}
	footer.footer .footer-inner {
    border-top: solid 1px #EBEBEB;
    padding: 20px 0;

	}
	footer.footer .footer-inner .col-md-4 {
    display: none; /* hide all by default */
}

footer.footer .footer-inner .col-md-4:first-child {
    display: block; /* show only the first one */
}

}
