
/*Tablet*/

@media screen and (max-width: 1024px) {

	body{
		font-size: 14px;
	}

	.slider-content .h1{
		font-size: 40px;
	}

	.slider-content p{
		font-size: 13px;
	}

	.top-navigation {
		display: none;
	}

	.header .social {
		display: none;
	}

	.mobile-menu-icon {
   	 	display: block;
	}

	.services p{
		font-size: 14px;
	}

	.counter .h6 {
		font-size: 14px;
	}

	.entry-summary{
		font-size: 14px;
		height: 75px;
		padding: 0px 15px 10px 15px;
	}

	.posts .entry-thumbnail img{
		height: 300px;
	}

	.post-title{
		font-size: 23px;
	}

	.entry-content{
		font-size: 14px;
	}

	.contact-info li p {
		font-size: 14px;
	}

	.posts .subtitle, .contact .subtitle, .contact .subtitle, .product .subtitle, .about .subtitle{
		font-size: 13px;
	}

	.comment-content{
		font-size: 14px;
	}

	.table thead th{
		font-size: 14px;
	}

}

@media screen and (max-width: 991px) {

	.slider-content .h1 {
    	font-size: 35px;
	}

	.about h1 {
	    font-size: 28px;
	}
	
	.product .h2, .posts .h2, .contact .h2{
		font-size: 24px;
	}    

	.counter-wrapper{
		padding: 15px;
	}

	.services p{
		line-height: 28px;
	}

	.widget-area{
		margin-left: 0px;
	}

	.widget{
		margin-left: 6px;
	}

	.widget_search{
		margin-left: 0px;
	}

	.widget li {
		width: 100%;
	}

	.posts .entry-thumbnail img {
	    height: 200px;
	}

	.posts .h3 {
    	font-size: 14px;
    }	

    .entry-summary{
    	font-size: 14px;
    }
}

@media screen and (max-width: 800px) {

	.swiper-button-next, .swiper-button-prev{
		display: none;
	}
}

@media screen and (max-width: 767px) {

	.site-branding a {
		font-size: 20px;
	}

	.slider-content .h1{
		font-size: 30px;
	}

	.slider-content p {
	    font-size: 12px;
	}

	.button-red{
		width: 200px;
		font-size: 12px;
	}

	.site-description{
		display: none;
	}

	.services .h4 {
    	font-size: 17px;
	}

	.widget-area{
		margin-left: 1px;
	}

	.contact-info{
		margin-left: 10px;
	}

	.posts .entry-thumbnail img {
	    height: 350px;
	}

	.comment-list{
		margin:0px;
		padding: 0px;
	}

	.comment-content{
		font-size: 14px;
	}

	.comment-body{
		background: #f1f1f1;
	}	


	.children .comment-body{
		    opacity: 0.9;
	}

	.children{
		width:100%;
		margin-left: 0px!important;
    	padding-left: 0px!important;
	}

}

@media screen and (max-width: 568px) {

	.swiper-container {
    	height: 60vh;
	}

	.slider-content h1{
		font-size: 35px;
	}

	.site-branding a {
		font-size: 18px;
	}

	.slider-content p {
	    font-size: 11px;
	}

	.button-red{
		width: 130px;
		font-size: 10px;
	}

	.service-wrapper{
		padding-left: 25px;
		padding-right: 25px;
	}

	.services .h4 {
	    font-size: 14px;
	}

	.quote .h2{
	    font-size: 20px;
	}

	.quote{
		height: 250px;
	}

	.quote-content {
       	height: 250px;
    }   	

	.product .h2, .posts .h2, .contact .h2 {
    	font-size: 24px;
	}

	.services p {
		font-size: 14px;
	}

	.posts .entry-thumbnail{
		height: auto;
	}

	.service-text{
		display: none;
	}

	.post-title{
		font-size: 25px;
	}

	.posts .entry-thumbnail{
    	margin-bottom: 0px;
	}

	.entry-summary {
		font-size: 13px;
	}

	.slider-content-wrapper {
	    width: 75%;
	    margin-left: 40px;
	}

	.contact-info li p{
		font-size: 14px;
	}

}

@media screen and (max-width: 480px) {

	.slider-content .h1{
		font-size: 27px;
	}

	.about h1 {
	    font-size: 23px;
	}

	.product .h2, .posts .h2, .contact .h2 {
    	font-size: 20px;
	}

	.site-branding a {
		font-size: 16px;
	}

    .mobile-menu {
    	width: 100%;
    	left: 0px;
    }

    .posts .entry-thumbnail img {
	    height: 250px;
	}

}

/*Phone*/

@media screen and (max-width: 414px) {
	.slider-content-wrapper {
	    width: 100%;
	    padding: 15px;
	    margin: 0px;
	}

	.quote-content{
		padding: 20px;
	}

	.post-title{
		font-size: 21px;
	}

	.comment-content p{
		font-size: 14px;
	}

	.table thead th{
		font-size: 12px;
	}

	blockquote{
		font-size: 14px!important;
	}
	
}

@media screen and (max-width: 384px) {

	.posts .entry-thumbnail img {
    	height: 200px;
	}

}

@media screen and (max-width: 320px) {

	.slider-content .h1{
		font-size: 21px;
	}
}
