/*
 Theme Name:   KUS Child Theme
 description: >-
   A child theme of the Sydney Child Theme
 Author:       Subhajit Majhi
 Template:     kustheme
 Version:      1.0.0
*/

ul.allBrowser li {
  display: inline-flex;
  width: 50px;
  margin: 0 0 0 20px !important;
}
ul.allBrowser li:last-child {
  margin: 0 0 0 10px !important;
}
ul.allBrowser{
  float: right;
}
.builder-first--footer_copyright {
  margin-top: 15px;
}
.home  #main {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.customify-builder-social-icons a i,
.item--html i {
  font-family: 'FontAwesome';
}

/* disabled Footer Wiget Section */
.footer-main {
  display: none !important;
}
aside#sidebar-primary .widget-title {
  background: #000;
  padding: 6px 10px;
  color: #ffcc00;
  margin-bottom: 0;
}
aside#sidebar-primary .custom-html-widget{
  padding: 10px;
  border: 1px solid #000;
}
aside#sidebar-primary .custom-html-widget a{
  color: #a58507;
}
aside#sidebar-primary .custom-html-widget h3{
  font-size: 16px;
    font-weight: 600;
}
aside#sidebar-primary .custom-html-widget h2{
  font-size: 15px;
  font-weight: 700;
  color: #000;
  background: #ffcc00;
  padding: 5px;
}
aside#sidebar-primary .custom-html-widget p{
  margin-bottom: 10px;
}
aside#sidebar-primary .ourSister h2{
  text-transform: uppercase;
}
aside#sidebar-primary .ourSister a{
  margin-bottom: 10px;
  display: block;
}
aside#sidebar-primary i.fa.fa-link {
  background: #000;
  padding: 5px;
  border-radius: 50px;
  color: #fff;
}