/*
Theme Name:   dt-the7 child theme
Description:  Write here a brief description about your child-theme
Author:       admin
Author URL:   Write here the author's blog or website url
Template:     dt-the7
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  dt-the7-child
*/

/* Write here your own personal stylesheet */
/*.hideme{display:none;}*/
#bottom-bar{display: none !important;}

.custom-wrapper #accordion_search_bar{
	width: 97%;
    margin-left: 9px;
}
.custom-wrapper button{
	background: none;
	border: none;
}

.elementor-accordion b {
    color: #5284C4 !important;
}
.footer .widget {
    margin-bottom: 0px;
}
.custom-menu .widget_pages>ul, .menu {
    margin: 0;
    padding: 0;
    text-align: center;
}

@media screen and (min-width: 768px){
.mini-nav:not(.select-type-menu) > ul > li:not(:last-child) {
    margin: 0;
}
}