/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 979px) {


/*  ************************* GENERAL *********************/
	html, body { min-width: 768px; }		

	#main h1 {
	  font-size: 35px;
	}

		#main h1 span {
		  font-size: 29px;
		  line-height: 34px;
		}

	#main h2 {
		font-size: 22px;
		line-height: 24px;
		margin-bottom: 20px;		
	}
	#main .sidebar h2 {
		font-size: 22px;
		line-height: 24px;
	}

/*  *********************** HEADER ***************************/

	#topnav > li > a { padding: 0 17px; }

	#topnav > li.menu-item-has-children > a:after { right: 5px; }
	
	#sliderWrap .metaslider .caption-wrap, #sliderWrap .flex-control-nav {
		margin-left: -360px;
	}
		#sliderWrap, #sliderWrap .metaslider .slides img { height: 460px; }

	.list_carousel { width: 724px; }
		.list_carousel li { width: 352px; }

	#bannerArea { margin-top: -120px; }
	
	#main .coloredBox h3 {
	  font: bold 18px/23px "Asap",sans-serif;
	}

	#beforeFooter .coloredBox h3 {
	  font-size: 14px;
	  line-height: 20px;
	  margin-left: 95px;
	}
		
	.testimonials div.testi_item, .testimonials {
		width: 476px !important;
	} 

/*  ****************************** SUBPAGE CONTENT ************************/

	.single #primaryWrapContent .featured-thumbnail img,
	.archive #primaryWrapContent .featured-thumbnail img,
	.blog #primaryWrapContent .featured-thumbnail img,
	.page-template-page-blog-php #primaryWrapContent .featured-thumbnail img,
	.search #primaryWrapContent .featured-thumbnail img {
	  width: auto;
	}	
	.single #primaryWrapContent .featured-thumbnail img {
		max-width: 100%;
	}
	
	.testimonial .featured-thumbnail img { width: auto !important; }

	#sidebar #searchform input[type="text"] { width: 77%; }

	.post-meta, .post-meta a, .post-meta time, .wrapMeta b a { font-size: 10px; }	

	/*  ************************* blog pages style ******************/

	#commentform textarea { width: 410px; }
		
	/*  **********************************************/

	.blog #content article.post-holder .post-content {
	  padding-left: 270px;
	}
	
	.wrap_cf .wpcf7-form input[type="text"],
	.wrap_cf .wpcf7-form input[type="email"],
	.wrap_cf .wpcf7-form input[type="number"],
	.wrap_cf .wpcf7-form textarea {
	  width: 94.5%;
	}

	.sidebar #searchform input[type="text"] { width: 76%; }


	.wrap_cf .leftPart, .wrap_cf .rightPart {
	  float: none;
	  width: 100%;
	}


	.search-no-results .no-results #searchform input[type="text"] {
	  width: 92%;
	}

	

/*  ****************************** FOOTER ********************************/



	
/*  **** END OF FILE ****/
}


