@media (max-width: 1200px) {

	/*=== thsn-header-style-1 ===*/
	.thsn-header-style-1 .thsn-sticky-header .thsn-header-wrapper{
		position: static !important;
		width: auto !important;
	}
	.thsn-header-style-1 .thsn-header-wrapper > .container > .d-flex{
		position: relative;
	}
	.thsn-header-style-1 .site-title img.thsn-main-logo {
		max-height: 46px;
	}
	.thsn-header-style-1 .thsn-right-box {
		display: none;
	}
	.thsn-header-style-1 .thsn-header-wrapper > .container > .d-flex .site-title{
		text-align: left;
	}
	.thsn-header-style-1 .thsn-header-wrapper > .container > .d-flex {
		position: relative;
		display: block !important;
		align-items: normal !important;
	}
	.thsn-header-style-1 #mega-menu-wrap-themesion-top .mega-menu-toggle {
		line-height: 35px;
		height: 35px;
		width: 35px;
		position: absolute;
		display: block;
		right: 0;
	}
}

@media (min-width: 1201px) {
	/*=== thsn-header-style-1 ===*/
	.thsn-header-style-1 {
		overflow: hidden;
	}
	.thsn-header-style-1 .thsn-navbar div > ul > li > a{
		margin: 0 16px;
	}
	.thsn-header-style-1 .navigation-top{
	margin-left: auto!important;
	}
	.thsn-header-style-1 .thsn-right-box {
		margin-left: 10px;
		display: flex;
	}
	.thsn-header-style-1 .thsn-logo-menuarea {
		display: -ms-flexbox!important;
		display: flex!important;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}

}