@media screen and (max-width: 1399px) {
	header.header .logo-area>span {
		display: none;
	}
	.full-width-section{
		margin-left: -50px;
		margin-right: -50px;
	}
	.container {
		padding: 0 50px;
	}
}
@media screen and (max-width: 1199px) {
	.full-width-section{
		margin-left: -12px;
		margin-right: -12px;
	}	 
	.container {
		padding: 0 12px;
	}
	.section-sidebar {
		display: none;
	}
	.double-width-article {
		height: calc(100% - 54px);
	}
	.single-post-inner-container {
		margin: 0 auto;
	}
	.single-teaser {
		padding: 24px;
	}
	.teaser-box-bg-image {
		padding: 40px 30px;
	}
	.single-teaser-box h2{
		font-size: 30px;
	}
	.state-content {
		padding: 24px;
	}
	.state-content ul {
		min-width: 135px;
	}
	.state-content .col-auto:last-child ul {
		margin-bottom: 0;
	}
	.clickable-toggle-section .teaser-box-bg-image {
		padding: 45px 20px;
		border-radius: 0;
		margin-left: -12px;
		margin-right: -12px;
	}	 
	.clickable-toggle-left {
		margin: 0 0 15px;
	}
	.clickable-toggle-left ul li h4 {
		font-size: 21px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.clickable-toggle-left ul li a {
		padding: 11px 20px;
	}
	.clickable-toggle-right {
		padding: 30px 25px;
	} 	 
}
@media screen and (max-width: 991.9px) {
	body.menu-active .site-logo .white {
		display: inline-block;
	}
	body.menu-active .site-logo .primary {
		display: none;
	}
	.search-form-content input[type="search"], form.wp-block-search input[type="search"] {
		height: 60px;
		padding: 16px 16px 16px 76px;
		border-width: 1px;
	}
	.search-form-content button, form.wp-block-search button {
		width: 60px;
		height: 60px;
		padding: 12px;
		border-width: 1px;
	}
	.mobile-search-form .search-form-content input[type="search"], .mobile-search-form .search-form-content button {
		border-color: var(--white);
		color: var(--white);
	}
	.mobile-search-form .search-form-content input[type="search"]::-webkit-input-placeholder {
		color: var(--white);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Firefox */
	}
	.mobile-search-form .search-form-content input[type="search"]::-moz-placeholder {
		color: var(--white);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Firefox */
	}
	.mobile-search-form .search-form-content input[type="search"]:-ms-input-placeholder {
		color: var(--white);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Firefox */
	}
	.mobile-search-form .search-form-content input[type="search"]::placeholder {
		color: var(--white);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Firefox */
	}
	.mobile-search-form .search-form-content input[type="search"]::-ms-input-placeholder { /* Edge 12 -18 */
		color: var(--white);
	}
	.mobile-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		position: relative;
		z-index: 1022;
	}
	.hamburger-btn {
		width: 31px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 4px;
		border: none;
		background: transparent;
		padding: 3px;
	}
	.hamburger-btn span {
		width: 100%;
		height: 3px;
		background-color: var(--magenta);
		border-radius: 2px;
		position: relative;
		top: 0;
		-webkit-transition: all 0.33s;
		transition: all 0.33s;
	}
	body.menu-active .hamburger-btn span {
		background-color: var(--white);
		height: 2px;
	}
	body.menu-active .hamburger-btn span:first-child {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 6px;
	}
	body.menu-active .hamburger-btn span:nth-child(2) {
		width: 0;
	}
	body.menu-active .hamburger-btn span:last-child {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: -6px;
	}
	.mainmenu {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background-color: var(--secondary);
		padding: 0 12px;
		z-index: 1021;
	}
	.mainmenu > ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-ms-grid-row-align: center;
		align-items: center;
		text-align: center;
		gap: 16px;
		padding: 120px 0 16px;
	}
	.mainmenu > ul > li > a {
		font-size: 16px;
		color: var(--white)
	}
	.mobile-login {
		margin-bottom: 44px;
	}
	.mobile-login a {
		color: var(--white);
		font-size: 13px;
		line-height: 1.6;
	}
	.mobile-login a i {
		margin-right: 8px;
	}	 
	.mobile-search-form {
		padding-bottom: 60px;
	}
	footer.footer {
		padding: 40px 0;
	}
	.footer-heading {
		margin-bottom: 45px;
	}
	.category-article-container .single-article.double-width, .category-article-container .single-article {
		-ms-flex-preferred-size: calc(calc(100% - 2px) / 2);
		flex-basis: calc(calc(100% - 2px) / 2);
	}
	.category-article-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		border: none;
		gap: 36px;
		padding: 36px 0;
		border-top: 1px solid var(--border );
		border-radius: 0;
	}
	.category-articles-heading {
		display: none;
	}
	section.category-articles {
		padding: 0;
	}
	span.vertical-bar {
		height: 1px;
		border-right: none;
		border-bottom: 1px solid var(--border);
	}
	.single-article {
		padding: 0;
	}
	.category-articles-content {
		border-right: none;
		border-left: none;
		border-radius: 0;
		padding: 36px 0;
	}
	.single-article-content .featured-thumb {
		display: none;
	}
	.featured-slider {
		margin: 0 -12px;
		padding: 32px 12px 64px;
		border-radius: 0;
	}
	.featured-post-content {
		padding: 0;
	}
	.featured-slider .owl-carousel .owl-dots {
		left: 0;
		bottom: -32px;
	}
	.general-header {
		padding: 0;
	}
	.tab-left {
		padding-right: 0;
	}
	.single-column h2{
		font-size: 30px;
	}
	.single-column img {
		margin-bottom: 20px;
	}
	.clickable-toggle-right a.read-guide {
		padding: 8px 25px;
	}
}
@media screen and (max-width: 767.9px) {
	h1, .category-info h1 {
		font-size: 30px;
		line-height: 1.17;
	}
	h2, .basic-content h3, .default-block-wrapper h3 {
		font-size: 28px;
		line-height: 1.2;
	}
	.medium {
		font-size: 16px;
	}
	.large {
		font-size: 18px;
	}
	.featured-thumb {
		display: none;
	}
	.single-post-content {
		padding: 48px 0;
	}
	.category-reading-time {
		gap: 16px;
		margin-bottom: 48px;
	}
	.summary-and-audio {
		gap: 32px;
	}
	.summary-content {
		padding: 24px 16px;
	}
	.search-article-thumb {
		display: none;
	}
	a.single-search-article {
		padding: 24px 0;
		border: none;
		border-top: 1px solid var(--border);
	}
	a.single-search-article:last-child {
		border-bottom: 1px solid var(--border);
	}
	.col-md-4:not(:last-child) .single-teaser {
		margin-bottom: 24px;
	}	 
	.quick-links-area {
		margin-bottom: 14px;
	}
	.quick-links .question-list {
		gap: 8px;
	}
	section.basic-content-section {
		padding: 24px 0;
	}
	span.jump-section {
		top: -170px;
	}
	.disclaimer-text {
		padding: 20px;
		margin-bottom: 44px;
	}	 
	.footer-about p {
		font-size: 16px;
	}	 
	.copyright-text {
		font-size: 14px;
		font-weight: 400;
	}
	.default-block-wrapper h3 {
		margin-top: 48px;
	}
	.default-block-wrapper h3:first-child {
		margin-top: 0;
	}	
}
@media screen and (min-width: 768px) {
	.footer-about p {
		margin-bottom: 80px;
	}
	.single-search-article:hover {
		border-color: var(--border);
	}
}
@media screen and (min-width: 992px) {
	.mainmenu > ul > li >a:hover, .mainmenu >ul > li.current-menu-item > a {
		color: var(--magenta);
	}
	.single-article:hover {
		background: var(--primary);
	}
	.general-header-content {
		max-width: 536px;
		padding-left: 40px;
	}	
	.text-center .general-header-content {
		max-width: 948px;
		padding-left: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.general-header-content h1 {
		font-size: 60px;
		line-height: 1.13;
		font-weight: 300;
	}
	.text-center .general-header-content h1 {
		font-size: 72px;
		line-height: 1.16;
	}
	.text-center .general-header-content p {
		max-width: 794px;
		margin-left: auto;
		margin-right: auto;
	}	 
}
@media screen and (min-width: 1199px) {
	main {
		margin-bottom: 60px;
	}
	.hr:before {
		content: '';
		display: block;
		width: 75px;
		border-bottom: 1px solid var(--border);
		position: absolute;
		top: 0;
		left: -75px;
	}
	.single-post-content {
		border-left: 1px solid var(--border);
	}
	.medium.general-header-right-content {
		max-width: 650px;
		margin-left: 100px;
	}
	.quick-links-area:after {
		content: "";
		width: 50vw;
		height: 2px;
		background-color: var(--magenta);
		position: absolute;
		bottom: -2px;
		right: calc((-100vw + 1416px) / 2);
	}	 
}
@media screen and (min-width: 1450px) {
	.container {
		max-width: 1422px;
	}
}