/** Develops | Updated 2024 */
.home h1 {
    line-height: 28px;
    margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
    header .menu-row .logo {
        width: 210px;
        max-width: 210px;
        padding: 0;
	}
	.menu > li .sub-menu {
        background: #fff;
	}
	header .menu-row .menu > li {
		display: inline-block;
	}
	header .menu-row .menu li a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 15px;
        height: 40px;
        font-size: 15px;
        color: #4c4c4c;
	}
	.menu > li ul {
		width: auto;
	}
}

header .menu-row .logo {
    max-width: 160px;
    display: flex;
    align-items: center;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
    header .menu-row .logo {
        max-width: 160px;
    }
    header .menu-row .menu li a {
        font-size: 16px;
        padding: 0 8px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1023px) {
    header .menu-row .logo {
        max-width: 160px;
    }
    header .menu-row .menu li a {
        font-size: 13px;
        padding: 0 8px;
    }
}

@media screen and (max-width: 991px) {
    header .menu-row .logo {
        max-width: 140px;
    }
    header .menu-row .menu li a {
        font-size: 13px;
        padding: 0 8px;
    }
    header .row.opened {
        border-top: 1px solid #ddd;
    }
    .arrow.prev-slide.slick-arrow {
        left: 0;
    }
    .menu > li.menu-item {
        padding: 0 30px;
    }
    .menu > li ul.sub-menu li {
        border: 0;
    }
    .menu > li ul.sub-menu a {
        padding: 0 15px;
        line-height: 40px;
        border-bottom: 1px solid #f1f1f1;
        display: block;
    }
    .menu-item-has-children:after {
        content: '+';
        position: absolute;
        right: 0;
        width: 30px;
        height: 40px;
        text-align: center;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ddd;
    }
    .menu > li ul {
        background: unset;
    }
    .menu > li:not(.menu-text) > a {
      display: block;
      padding: 0;
      line-height: 40px;
      border-bottom: 1px solid #f1f1f1;
    }
    footer .widgets-area .columns {
        margin-bottom: 40px;
    }
}