/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 24 2021 | 22:47:59 */
#read-more, #popular-searches, #hide-links {display:none;}

/* CSS FOR POP SEARCHES BUTTONS */
#kk-tag a { color:#8897c9!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-tag a:hover{
  -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;
}

#kk-tag {
  display: block;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* CSS FOR POPULAR SEARCHES */
#popular-searches .container {
  background: #003DA5;
}

kk-footer-container { 
  display: block;
  width: 100%;
}

.kk-footer {
  display: flex;
  justify-content: space-between; margin: 0 auto;
  max-width: 1180px;
  padding: 0px 10px 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:#fff!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;
  }
}

/* CSS FOR CONTENT SECTION */
.kk-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.kk-section h2 { 
  text-align: center;
}

/* CSS FOR HEADING FORMATTING */

#weknowclean {
    font-weight: 700;
    font-size: 50px!important;
    line-height: 50px;
    letter-spacing: 0.01em;
    margin-bottom: 1.5rem;
}

/* MEDIA QUERY */

@media (max-width: 768px) { 
  .kkhomesection, .homepagecontentrow {

  }

}
