@media (max-width: 767px) {
	#supported, .merdeka {
	    display: none;
	}
	#pagecover.with-mockup .text { 
	    width: 100%; 
	}
	#homefeatured .content .text .tagline {
	    font-size: 14px;
	}
	#homefeatured .content .text .title {
 	   font-size: 30px;
 	   line-height: 35px;
 	}
 	#homefeatured .content .text .button-area a {
		margin-bottom: 10px;
	}
	#plugins .content {
	   margin: 0;
	}
	#featuredcontact,#testimonial {
	   font-size: 16px;
	   line-height: 25px;
	   padding: 25px 0;
	}
	#singlefeature .tagline {
	    font-size: 30px;
	    line-height: 36px;
	}
	#singlemeta {
	    padding: 20px 0;
	}
	.vertical-loop .text {
	    margin: 0!important;
	}
	#singlemeta #pricing .col-md-12 .description ul li {
	    width: 100%;
	}
	#pricing .col-md-4, #pricing .col-md-6 {
	    padding: 0 15px;
	    margin: 0 0 15px;
	}
	#singlemeta #pricing .highlight {
	    margin: 0!important;
	    padding: 0!important;
	}
	#primarynav .navbar-button .btn {
	    display: inline-block;
	    width: 49%;
	}

	#primarynav .navbar-button {
	    margin: 10px 0 0;
	}
	#myaccount #sidebar {
	    margin: 0 0 15px;
	}
	#pagecover .title {
	    font-size: 35px;
	    line-height: 40px;
	}

	#pagecover .tagline {
	    font-size: 14px;
	}
	#contact .map {
	    position: relative;
 	    margin: 15px 0 0;
	}
	#contact {
 	    padding: 0;
	}
	#homefeatured .js-height-full {
	    height: 600px;
	}
	#plugins .images-carousel {
	    width: auto;
	    height: auto;
	}
	#about .content p {
	    font-size: 16px;
	    line-height: 28px;
	    margin-top: 25px;
	}
	#popup-coupon {
	    display: none;
	}
	.frontpage-image {
		max-height: 100px;
	}
	#client {
		padding: 20px 0px 0px;
	}
	#client .title {
		font-size: 24px;
		line-height: 30px;
	}
	#plugins .content .button a {
		width: 100%;
		margin-bottom: 20px;
	}
	#plugins .loop {
		padding: 0px;
	}
	#bottom-description .load-more {
		height: 180px;
		-webkit-line-clamp: 5;
	}
}
@media (min-width: 768px) and (max-width: 1200px) {
	body .woocommerce-store-notice, p.demo_store {
		top: 90px!important;
	}
	.frontpage-image {
		max-height: 100px;
	}
	.clearheight {
		height: 100px;
	}
}

@media (min-width: 1200px) {
	.woocommerce-store-notice, p.demo_store {
		top: 50px;
	}
}