/*
Theme Name: Knote Child
Author: CodeGearThemes
Description: Child theme for Knote
Author URI: https://www.codegearthemes.com
Theme URI: https://www.codegearthemes.com/products/knote
Template: knote
Version: 1.0.0
*/

/* Global Style */
.block-contact-form .grid {
    flex-wrap: wrap !important;
}


/* Header */

.site-header {
    box-shadow: 0 4px 4px 0 rgba(155,155,155,0.25);
}


/* Footer */

.column-count-2 .menu {
    column-count: 2;
}


.site-footer .container-fluid {
    width: 100%;
    padding: 0;
}

.footer .menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .footer .menu .menu-item {
    margin-bottom: 2rem;
  }
  
  .footer .menu a {
    color: #ffffff;
    font-size: 1.6rem;
  }
  
  .footer .menu a:hover {
    color: #fff;
    text-decoration: underline;
  }
  