/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

.menu-img-1 img{
	width: 260px;
    height: 48px;
    position: relative;
    top: 18px;
}
.menu-img-2 img{
	width: 73px;
	height: 48px;
	   position: relative;
    top: 25px;
}
#menu-item-79709 a{
	padding: 0;
}
#menu-get-in-touch-cta-head{
	border: none;
}

#menu-item-1378 a{
	    background: #e44c25;
    color: #fff;
    height: max-content;
    padding: 20px !important;
    margin: 0;
    text-align: center;
    display: block;
    border-radius: 12px;
    font-size: 15px;
    margin-top: 35px;
}
.is_stuck #menu-item-1378 a{
	    margin-bottom: 20px;
    margin-top: 20px;
}
.d-flex{
    display: flex
;
    justify-content: space-evenly;
    max-width: 150px;
    margin: 0 auto;
    align-items: center;
}
#menu-item-79704 i{
	display: none;
}
@media  (max-width: 767px) {
#menu-item-79709 a{
        padding: 9px 36px 9px 36px; 
}
	#menu-item-1378 a {
  
    margin: 30px;
    margin-top: 0;
    margin-bottom: 0;
}
}
@media  (max-width: 960px) {

	#menu-item-1378 a {
  
    margin: 30px;
    margin-top: 0;
    margin-bottom: 0;
}
}
@media (min-width: 960px) and (max-width: 1330px){ 
	.menu-smart > li > a {
    padding: 0px 4px 0px 4px;
  }
	.single-h-padding#masthead .row-menu .row-menu-inner{
		padding-left: 4px;
        padding-right: 4px;
}
	.menu-img-1 img {
    width: 180px !important;
  
    object-fit: contain;
}
	#menu-item-1378 a {
   
    padding: 10px !important;
   
    border-radius: 8px;
    font-size: 12px;
   
    margin-right: 10px;
}
}