/* Table of Contents
==================================================
	#Page Styles
	#Media Queries
	#Font-Face */
	



/* #Page Styles
================================================== */

/* Layout Shortcodes */
.full-width {
	width:100%;
	margin-bottom: 20px;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.66%;
}
.two_thirds {
	width: 65.33%;
}
.one_fourth {
	width: 22%;
}
.three_fourths {
	width: 74%;
}
.one_fifth {
	width: 16%;
}
.two_fifth {
	width: 37.6%;
}
.three_fifth {
	width: 58.4%;
}
.four_fifth {
	width: 80%;
}
.one_sixth {
	width: 13.33%;
}
.five_sixth {
	width: 82.67%;
}
.one_half, 
.one_third, 
.two_thirds, 
.three_fourths, 
.one_fourth, 
.one_fifth, 
.two_fifth, 
.three_fifth, 
.four_fifth, 
.one_sixth, 
.five_sixth {
	position: relative;
	margin-right: 4%;
	margin-bottom: 20px;
	float: left;
}
.last {
	margin-right:0 !important;
}

.lambda-pc {
    margin-bottom: 20px;
}

.h-right select {
	display: none;
}

/* #Media Queries
================================================== */
	
/* iPad Portrait/Browser */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
#wrap {
	padding:0 !important;
	border:none 0 !important;
	box-shadow: none !important;
	border-radius:0 !important;
	background: #fff;
	width:959px !important;
	max-width:100% !important;
	margin:0 !important;
	padding:0 !important;
	overflow:hidden;
}
body {
	font-size:13px;
	margin:0 !important;
	padding:0;
}
#logo {
	margin-left:10px;
}
.nav-wrap {
	display:none !important;
	padding:0 !important;
	margin:0 !important;
}
#navigation ul {
	display: none !important;
}
.h-right select {	
	display:inline-block !important;
}
#sidebar .widget-container,
#sidebar_second .widget-container{
	margin-left: 0px;
}
#sidebar .lambda_widget_flickr .flickr_items,
#sidebar_second .lambda_widget_flickr .flickr_items{
	width:165px !important;
	overflow:hidden;
}
#sidebar .lambda_widget_flickr .flickr_items img,
#sidebar_second .lambda_widget_flickr .flickr_items img {
	width:37px !important;
	height:37px !important;
}
#toTop {
	display:none !important;
}

}

/* Mobile/Browser */
@media only screen and (max-width: 767px) {
		
#wrap {
	padding:0 !important;
	border:none 0 !important;
	box-shadow: none !important;
	border-radius:0 !important;
	max-width:100% !important;
	margin:0 !important;
	padding:0 !important;
	overflow:hidden;
}
body {
	background-image:none !important;
	margin:0 !important;
	font-size:14px;
}
#logo {
	float:none;
	text-align:center;
	padding:30px 0 20px 0 !important;
	margin:0 !important;
	margin-bottom:-20px !important;
	border:none 0 !important;
}
.h-right {
	border: none 0 !important;
	margin:0;
	padding:0 0 30px 0 !important;
	float:none;
	text-align:center;
}
.nav-wrap {
	display:none;
}

.h-right select {
	width:100%;
}

#navigation ul {
	display: none !important;
}
.camera_navigation .camera_commands,
.camera_navigation .camera_prev,
.camera_navigation .camera_next {
	display:none  !important;
}
.camera_caption {
	display:none !important;
}
#latest-portfolio li:last-child {
	margin-bottom:20px;
}
#sidebar {
	margin-top:20px;
}
#wrap #sidebar .widget-container,
#wrap #sidebar_second .widget-container {
	margin-left:0 !important;
}
#sidebar .lambda_widget_flickr .flickr_items,
#sidebar_second .lambda_widget_flickr .flickr_items {
	width:100% !important;
	overflow:hidden;
}
.copyright {
	text-align:center !important;
}
.unitedthemes {
	display:none;
}
ul.filter_portfolio {
	max-width:300px !important;
	background:none;
	padding-left:0;
}
ul.filter_portfolio li{
	display:block !important;
	margin-bottom:10px;
}

#sidebar .widget-container,
#sidebar_second .widget-container{
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.full-width, 
.one_half, 
.one_third, 
.two_thirds, 
.three_fourths, 
.one_fourth, 
.one_fifth, 
.two_fifth, 
.three_fifth, 
.four_fifth, 
.one_sixth, 
.five_sixth {
	width: 100%;
}
#toTop {
	display:none !important;
}
.lambda-pricingtable-wrap {
	max-width:300px;
}
.lambda-pricingtable-holder {
	float:none !important;
	width:100%;
}
.call-to-action {
	display:none !important;
}
.pretty-hover {
	display:none !important;
}

}



/* Mobile Landscape/Browser */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
#wrap {
	padding:0 !important;
	border:none 0 !important;
	box-shadow: none !important;
	border-radius:0 !important;
	background: #fff;
	width:767px !important;
	max-width:100% !important;
	margin:0 !important;
	padding:0 !important;
	overflow:hidden;
	font-size:14px;
}
body {
	background-image:none !important;
	margin:0 !important;
	font-size:14px;
}
#logo {
	float:none;
	text-align:center;
	padding:30px 0 20px 0 !important;
	margin:0 !important;
	margin-bottom:-20px !important;
	border:none 0 !important;
}
.h-right {
	border: none 0 !important;
	margin:0;
	padding:0 0 30px 0 !important;
	float:none;
	text-align:center;
}
.nav-wrap {
	display:none;
}
.h-right select {
	width:100%;
}
.camera_navigation .camera_commands,
.camera_navigation .camera_prev,
.camera_navigation .camera_next {
	display:none  !important;
}
.camera_caption {
	display:none !important;
}
#latest-portfolio li:last-child {
	margin-bottom:20px;
}
#sidebar {
	margin-top:20px;
}
#wrap #sidebar .widget-container,
#wrap #sidebar_second .widget-container {
	margin-left:0 !important;
}
#sidebar .lambda_widget_flickr .flickr_items,
#sidebar_second .lambda_widget_flickr .flickr_items {
	width:100% !important;
	overflow:hidden;
}
.copyright {
	text-align:center !important;
}
.unitedthemes {
	display:none;
}
ul.filter_portfolio {
	max-width:420px !important;
	background:none;
	padding-left:0;
}
ul.filter_portfolio li{
	display:block !important;
	margin-bottom:10px;
}

#sidebar .widget-container,
#sidebar_second .widget-container{
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.full-width, 
.one_half, 
.one_third, 
.two_thirds, 
.three_fourths, 
.one_fourth, 
.one_fifth, 
.two_fifth, 
.three_fifth, 
.four_fifth, 
.one_sixth, 
.five_sixth {
	width: 100%;
}
#toTop {
	display:none !important;
}
.lambda-pricingtable-wrap {
	max-width:420px;
}
.lambda-pricingtable-holder {
	float:none !important;
	width:100%;
}
.call-to-action {
	display:none !important;
}
.pretty-hover {
	display:none !important;
}

}

/* Anything smaller than standard 960 */
@media only screen and (max-width: 767px) {
	
#navigation ul {
	display: none !important;
}
.h-right select {
	display: inline-block !important;
}

}
	/* iPad Portrait Only */
	@media only screen and (min-width: 768px) and (max-width: 991px) and (max-device-width: 1000px) {
		
}
	
	/* Mobile Only */
	@media only screen and (max-width: 767px) and (max-device-width: 1000px) {
}
	
	/* Mobile Landscape Only */
	@media only screen and (min-width: 480px) and (max-width: 767px) and (max-device-width: 1000px) {
		
}
	

/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file 
		Just create a "fonts" folder at the root, 
		copy your FontName into code below and remove
		comment brackets */
		
/*	@font-face {
	    font-family: 'FontName';
	    src: url('https://thegentlemanstailor.com/wp-content/themes/fonts/FontName.eot');
	    src: url('https://thegentlemanstailor.com/wp-content/themes/fonts/FontName.eot?iefix') format('eot'),
	         url('https://thegentlemanstailor.com/wp-content/themes/fonts/FontName.woff') format('woff'),
	         url('https://thegentlemanstailor.com/wp-content/themes/fonts/FontName.ttf') format('truetype'),
	         url('https://thegentlemanstailor.com/wp-content/themes/fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/