/*
Theme Name:   dt-the7 child theme
Description:  Write here a brief description about your child-theme
Author:       IIDMAster
Author URL:   https://intdemocratic.org/NewIID
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 */

.newClass{
position: fixed !important;
    top: 0;
    left: 50%;
    width: 100%;
    background: #ffff;
    max-width: 93% !important;
    transform: translate(-50%,0px);
}

#bottom-bar .wf-wrap {
    padding: 0px 41px !important;
}
#bottom-bar .widget_text {
    margin-bottom: 0px;
}
.left-es-sec {
    z-index: 1;
}
.right-es-sec {
	z-index: 1;
}