/*@media only screen and (max-width: 1280px) {
	.post-item-content-left .entry-title a {
		font-size: 20px;
	}

	.post-item h4 a {
		font-size: 28px;
	}
}

@media only screen and (max-width: 768px) {
	._mobile{
		display: block !important;
	}
	._desktop{
		display: none !important;
	}
	.menu-cta-button a span {
		display: block;
	}
	.menu-right-wrapper {
		display: none;
	}

	#masthead {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.owl-banner {
		padding-left: 35px;
		padding-right: 35px;
	}

	.menu-right-wrapper {
		display: none;
	}
}



*/