/* *********** */
@media(min-width: 768px){
	.image-logo-dev img {
		max-height: 50px;
		width: auto;
	}
	.elementor-posts--skin-archive_custom .elementor, 
	.elementor-posts--skin-custom .elementor{
	    height: 100%;
	}

	.elementor-posts--skin-archive_custom .elementor .elementor-section-wrap,
	.elementor-posts--skin-custom  .elementor .elementor-section-wrap{
	    height: 100%;
	}

	.elementor-posts--skin-archive_custom .elementor .elementor-section-wrap>section,
	.elementor-posts--skin-custom .elementor .elementor-section-wrap>section {
	    height: 100%;
	}
	.elementor-posts--skin-archive_custom .elementor .elementor-section-wrap>section .elementor-container,
	.elementor-posts--skin-custom .elementor .elementor-section-wrap>section .elementor-container {
	    height: 100%;
	}
	.inner-equal,
	.inner-equal>div{
		height: 100%;
	}
	.inner-left>.e-con-inner {
	    margin-left: 0;
	}
	.inner-right>.e-con-inner {
	    margin-right: 0;
	}
}
@media(min-width: 1024px){
	.button-contact a {
	    font-weight: normal;
	    font-size: 16px;
	    border-radius: 0px;
	    padding-left: 15px !IMPORTANT;
	    padding-right: 15px !IMPORTANT;
	    transition: all 0.3s;
	    text-transform: uppercase;
	    font-weight: 700 !important;
	    color: #fff !important;
	    background-color: var(--e-global-color-secondary);
	    border-radius: 4px;
	}
	.button-contact a:hover{
		background-color: var(--e-global-color-63d6de5);
	}
}
@media(max-width: 992px){
	.elementor .elementor-sticky--effects .elementor-element.menu-main-dev .elementor-nav-menu__container.elementor-nav-menu--dropdown {
	    margin-top: 17px !IMPORTANT;
	}
	.slider-post-dev button.slick-arrow.slick-next {
	    right: 8px;
	}

	.slider-post-dev button.slick-arrow {
	    left: 8px;
	}
	
}
@media(max-width: 768px){
	.sitepath-l h1 {
	    font-size: 30px;
	    line-height: 36px;
	}
	.th-post-date {
		font-size: 14px;
		width: 84px;
		height: 84px;
		background-size: contain;
	}
	.wrapper-box-post {
		grid-template-columns: 84px calc(100% - 84px - 16px);
	}
	.page-content.post-content-dev.elementor-widget-theme-post-content {
	    padding-top: 70px;
	}
	.accv1 .e-n-accordion-item-title-icon>span svg {
		height: 19px;
	}
	.secti::before {
		height: calc(100%  - 20px);
	}
}
@media(max-width: 550px){
	img.logo {
	    max-width: 200px;
	}

	.mhb-logo {
	    margin-left: 0;
	    margin-right: 0;
	}
	.wrapper-breacome {
	    height: 150px;
	}

}