/*
Theme Name:     Engitech Child
Theme URI:      http://wpdemo.archiwp.com/engitech/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       engitech
*/

@import url("../engitech/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
@media only screen and (min-width:768px) and (max-width:1024px)
{
.stratum-menu-item__wrapper span.stratum-menu-text {
    color: black;
}

.topbar-info li {
    padding: 0px 3px !important;
    float: left;
    color: #fff;
}
}
@media only screen and (max-width:767px)
{
	.elementor-element-81d532a img.attachment-large.size-large {
    width: 172px;
    height: 100px;
    object-fit: contain;
    margin-top: 0;
    vertical-align: top;
    padding-top: 0;
}
	
	.topbar-info.clearfix {
    width: 100%;
}
	
	.elementor-2895 .elementor-element.elementor-element-ac5a633 > .elementor-widget-container
	{
		margin-right:0px;
	}
	
	button.stratum-menu-toggle__button {
    background: none;
    border: none;
}
	span.stratum-menu-toggle__text {
    font-size: 16px;
		 color: #7141b1;
}
	
i.icon.fas.fa-bars {
    color: #6d6d6d;
}
	
	.social-head .elementor-social-icons-wrapper {
    justify-content: center !important;
		display: flex;
}
	
	.topbar-info li {
    width: 100%;
    text-align: center;
}
	.logo-head {
    width: 100% !important;
		justify-content: center;
}
}