div#read-more {
    display: none;
}

#read-more h2 {
    font-size: 25px;
    text-align: center;
    margin-top: 1.5em;
    line-height: 1.5em;
}
#read-more h1 {
    font-size: 30px;
    text-align: center;
    margin-top: 1.5em;
    color: var(--blueblack) !important;
}
.kk-footer-container { 
	display: block;
width: 100%;
}

.kk-footer {
display: flex;
	justify-content: space-between; 
margin: 0 auto;
	max-width: 1180px;
	padding: 50px 10px;
	width: 95%; 
}

.kk-footer a {
	color:#fff!important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out; 
	-o-transition: all 0.4s ease-in-out; 
	transition: all 0.4s ease-in-out;
}

.kk-footer ul {
list-style: outside none none;
margin: 0;
padding: 0 5px; 
}

.kk-footer a:hover {
color:#006CBB!important; 
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out; 
-o-transition: all 0.2s ease-in-out; 
transition: all 0.2s ease-in-out;
}

@media (max-width: 799px) { 
	.kk-footer {
		padding: 20px 10px 0;
		text-align: center; 
		display:block;
	}
}