/*======================
Footer Area
======================*/
#footer{
    background: #1b4130;
    color: #ffffff;
    padding: 40px 20px;
    border-bottom: 1px solid #ddd;
}
#footer p{
    color: #ffffff;
    margin: 0;
    padding: 0;
} 
#footer h1{
    margin-bottom: 15px;
} 
#footer a{
    color: #ffffff;
    text-decoration: none;
    text-emphasis: none;
}  
/*========================
 Main menu (vertical) 
==========================*/
#menu-menu-1 {
  display: block;
}

/* Remove default list style */
#menu-menu-1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Menu items */
#menu-menu-1 li {
  position: relative;
}

/* Links */
#menu-menu-1 li a {
  display: block;
  padding: 0px 15px;
  color: #fff;
  text-decoration: none;
}

/* No background */
#menu-menu-1 li a:hover {
  color: #e67830;
}

/* Submenu hidden */
#menu-menu-1 ul {
  display: block;
  padding-left: 40px;
}

/* Show submenu when active */
#menu-menu-1 li.active > ul {
  display: block;
}

/* Arrow style */
.menu-arrow {
  cursor: pointer;
  margin-left: 8px;
  font-size: 12px;
}


#footer .child_sidebar .wp-block-search__inside-wrapper {
    display: flex;
    border-radius: 16px;
    overflow: hidden;   
    border: 1px solid #8d909b;
    margin-bottom: 20px;
}
#footer .child_sidebar h3{
margin-bottom: 0px;
line-height: 1em;
font-size: 30px;
}
#footer .child_sidebar input[type="search"]{
    background: #ffffff;
    border: 1px solid #ffffff;
}
#footer.child_sidebar .wp-block-search__input:focus {
    outline: none;      
    box-shadow: #ddd;    
}

#footer .child_sidebar .wp-block-search__button {
    background: #111827;
    color: #ffffff;
    margin: 0;
    padding: 10px 10px;
    cursor: pointer;
    transition: 0.3s;
    border: #111827;
}
#footer .child_sidebar .wp-block-search__button:hover {
    background: #14B8A6;
    color: #111827;
    border: #14B8A6 ;
}
/*======================
Copyright Area
======================*/
#copyright_area{
    background: #1b4130;
    padding: 20px 0;  
    color: #ffffff;
    text-align: center;
}

#copyright_area p{
    margin: 0;
    color: #ffffff;
    font-size: 15px;
}

#copyright_area p a{
    color: #e67830;
    text-decoration: none;
}

#copyright_area p a:hover{
    text-decoration: underline;
}

