/*
Theme Name:   Breek Child
Theme URI:    https://1.envato.market/wp-breek-preview
Author: EstudioPatagon
Author URI: https://1.envato.market/ep-portfolio-themes
Description:  Child theme, based on Breek
Template: breek

*/

/* Add your custom code just below */

#menu-footer{
	display: flex;
    margin: 10px 0px;
    font-size: 15px;
    font-weight: 600;
    align-items: flex-start;
	flex-wrap:wrap
}
#menu-footer li{
    padding: 20px 10px 20px;
	}
#footer .published{
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.footer__listing{
    display: flex;
    flex-direction: column;
    width: 100%;
}
html #footer .logo{
margin-top:0
}
#footer logo a{
	color:transparent
}
.search-box-items{
        float: left;
    width: 67%;
    padding: 0;
}
@media screen and (max-width:768px){
.search-box-items{

    width: 100%!important;

}
}
body form.search-form input.search-fiel{
        background-color: #fff!important;
        color:#000;
}
body form.search-form input.search-fiel::placeholder{
    color:#000;
}
.wp-block-ideapro-custom-block article{
margin:10px 0px;
}
.toc_widget_list.no_bullets li{
	    background: none;
    line-height: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F4F4F4;
}
.toc_widget_list.no_bullets li ul li{
	    background: none;
    line-height: 10px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 0px solid #F4F4F4;
}
.toc_widget_list.no_bullets li ul li ul li{
	    background: none;
    line-height: 10px;
    margin: 5px 0 5px 0;
    padding: 5px 0 5px 0;
    border-bottom: 0px solid #F4F4F4;
}