/* #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; }		

	.entry-header h2.entry-title a { font-size: 14px; line-height: 20px; }	

	#main h2 { font-size: 30px; line-height: 36px; }

	#main h3 { font-size: 15px; line-height: 20px; margin-bottom: 7px; }
		#main h3 span { font-size: 11px; line-height: 15px; }

	.hr { margin: 0 0 30px; padding-top: 30px; }

	#main h4, .list.numeric_list .numeric_ItemCaption { font-size: 14px; line-height: 16px; margin: 0 0 8px; }
	.spacer { height: 30px; }

/*  ************************ END OF GENERAL ***********************/
	
	#topnav > li > a { padding-left: 7px; padding-right: 7px; }

/*  ****************************** HOME CONTENT *****************/

	#sliderWrap { height: 463px; }	
		#leftHand, #rightHand { height: 460px; -webkit-background-size: auto 460px; background-size: auto 460px; }
		#leftHand { left: -80px; }
		#rightHand { right: -319px; }


	#sliderWrap .metaslider .caption-wrap h3 { padding: 10px 40px; margin-bottom: 20px; }
	
	#main div[id*="my_fredcarouselwidget"] > h2 { font-size: 33px; line-height: 40px; }

	.list_carousel li { padding-bottom: 0; margin: 0 31px 0 0; }

	#primaryWrapContent { padding: 0 0 50px; }

/*  ****************************** END OF HOME CONTENT *****************/


	


/*  ****************************** SUBPAGE CONTENT ************************/

	#sidebar #searchform input[type="text"] { width: 77%; }

	.check-list li,
	#sidebarBlog .check-list li,
	#sidebarLeft .check-list li,
	#sidebarRight .check-list li {
	  margin: 0 0 10px;
	  font-size: 18px;
	  line-height: 29px;
	}
		.check-list li a,
		#sidebarBlog .check-list li a,
		#sidebarLeft .check-list li a,
		#sidebarRight .check-list li a {
		  font-size: 12px;
		  line-height: 16px;
		}
	
	.list.numeric_list li { margin-bottom: 20px; }

	#breadcrumbs .breadcrumb { padding: 0 0 0 7px; }

	.single-portfolio .two_third, .single-portfolio .one_third { width: 100%; }

	/*  ************************* #gallery.one_column **********************/

		#gallery.one_column .portfolio li span.image-border {
		  height: 211px;
		  width: 400px;
		}
			#gallery.one_column .portfolio li a.image-wrap {
			  height: 211px;
			  width: 398px;
			}
			#gallery.one_column .folio-desc { width: 34%; }


	/*  ************************* #gallery.two_columns **********************/
			
		#gallery.two_columns .portfolio li a.image-wrap { min-height: 150px; }

		#gallery.two_columns .portfolio li a.image-wrap img {
		  height: 180px;
		}
	

	/*  ************************* #gallery.three_columns **********************/

		#gallery.three_columns .portfolio li {
		  margin-right: 2.9%;
		  width: 31%;
		}
			#gallery.three_columns .portfolio li a.image-wrap {
		  min-height: 100px;
		}
			#gallery.three_columns .portfolio li a.image-wrap img {
			  height: 100px;
			  /* width: 99.3%; */
			}

	/*  ************************* #gallery.four_columns **********************/

		#gallery.four_columns .portfolio li {
		  margin-right: 2.1%;
		  width: 23%;
		}
		#gallery.four_columns .portfolio li a.image-wrap {
		  min-height: 90px;
		}
			#gallery.four_columns .portfolio li a.image-wrap img {
			  height: 90px;
			}

	/*  *********************** single portfolio ******************/

	.grid_gallery_inner {
	  width: 495px;
	}
		.grid_gallery .gallery_item {
		  width: 43%;
		  margin-right: 11px;
		}
			.grid_gallery_inner .gallery_item:nth-child(2n) {
				margin-right: 0;
			}
	
	.portfolio .two_third > img {
  width: 100%;
}
.featured-thumbnail.single-gallery-item img {
  width: 100%;
}


#gallery .portfolio li h6 a {
  font-size: 15px;
  margin: 0 0 5px;
}

	/*  ************************* blog pages style ******************/

	#commentform textarea { width: 410px; }
		
	.gallery_post {  height: 290px !important; }

		.gallery_post .g_item {  width: 473px !important; }

			#primaryWrapContent .g_item > img {
				height: 290px;
				width: 475px;
			}

	article.post-holder .g_pagination + .entry-content {
  float: right;
  margin-top: -166px;
  width: 169px;
}
	.search article.post-holder .g_pagination + .entry-content {
  float: right;
  margin-top: -138px;
  width: 238px;
}
	/*  **********************************************/

	.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 textarea {
	  width: 93.5%;
	}

	.span3 #searchform input[type="text"] { width: 87%; }

	#primaryWrapContent .clearfix.box img { max-width: 200px; 
	}
/*  ****************************** END OF SUBPAGE CONTENT *****************/






/*  ****************************** FOOTER ********************************/
	
	.ribbonBlock { padding: 33px 21px 70px; width: 170px; }	
		.ribbonBlock:after { border-width: 0 107px 30px; }
		.ribbonBlock p { font-size: 10px; width: 64%; }
			.ribbonBlock p.cap { margin-right: 6%; } 

	#bottomFooter { margin-top: 10px; }

/*  ****************************** END OF FOOTER *****************/




/*  ********************** END OF FILE ******************/
}


/* @media screen and (min-width: 768px) and (max-width: 979px) and (-webkit-min-device-pixel-ratio:0) 
{  
	 
} */