
/********************************
LAPTOP SCREEN
********************************/

@media only screen and (max-width: 1600px) {
}

/********************************
Custom Media Queries
********************************/

@media only screen and (max-width: 1335px) {
	
	nav {
		margin-left: 5px;
	}
	.menu ul li a:link, .menu ul li a:visited {
		font: 16px "Brandon Reg";
		padding: 81px 18px 16px 12px;
	}
	.header-widget {
		margin-right: 1%;
		width: 28%;
	}
	select{
		border: 1px solid #bcbcbc;
	}
}

/********************************
IPAD LANDSCAPE (1024x768)
********************************/

@media only screen and (max-width: 1200px) {
	.header-widget{
		display: block;
	}
	.menu ul li a:link, .menu ul li a:visited {
		font: 15px "Brandon Reg";
		padding: 81px 16px 16px 12px;
	}
	.header-widget {
		margin-right: 0;
		width: 30%;
	}
}

@media only screen and (min-width: 961px) and (max-width: 1120px) {
	
	.menu ul li a:link, .menu ul li a:visited {
		font: 13px "Brandon Reg";
		padding: 81px 8px 16px 8px;
	}
	.header-widget {
		margin-right: 0;
		width: 30%;
	}
}


/********************************
IPAD PORTRAIT (768x1024)
********************************/

@media only screen and (max-width: 960px) {
	.page-template-template-blog-php .left-content {
		width: 100%;
	}
}
@media only screen and (max-width: 820px) {

	#photo-head {
		float: left;
		margin-right: 8px;
		width: 80px;
	}
}
@media only screen and (min-width: 761px) and (max-width: 960px) {
	.header-widget {
		margin-right: 0;
		width: 37%;
	}
}


/********************************
IPHONE 4-4S-5 LANDSCAPE (568x320)
********************************/

@media only screen and (max-width: 760px) {
	.header-widget {
		display: block;
		margin-bottom: 47px;
		margin-right: auto !important;
		margin-left: auto;
		width: 280px;
		float: none;
	}
	h2.ptitle{
		margin-top: 20px;
		width: 50%;
	}
	.theme-pages img {
		height: auto;
		margin-left: 0 !important;
		width: 100%;
	}
	/*Blog Page*/
	.image-hover {
		text-align: center;
		width: 100%;
	}
	.blog-details {
		padding: 10px 20px;		
		width: 88%;
		margin-bottom: 30px;
	}
}


/********************************
IPHONE 4-4S-5 PORTRAIT (320x568)
********************************/

@media only screen and (max-width: 450px) {
	.page-template-template-blog-php .left-content {
		padding: 0;
	}
	/*Blog Page*/
	.image-hover {
		text-align: center;
		width: 100%;
	}
	.blog-details {
		padding: 10px 15px;	
		width: 85%;
	}
}

/********************************
Custom
********************************/
@media (min-width:760px) and (max-width:960px){
	.last {
		margin-bottom: 27px !important;
	}
	.cpage #respond textarea {
		width: 270px !important;
	}
	.page-template-template-blog-php .left-content {
		width: 90%;
	}
	.image-hover {
		width: 25%;
	}
	.blog-details {
		width: 70%;
	}

}
@media (min-width:451px) and (max-width:640px){
	.page-template-template-blog-php .left-content {
		width: 85%;
	}
}
@media (max-width:450px){
	.last {
		margin: 2px !important;
	}
	#cform{
		width: 100% !important;
	}
	#blanc{
		background-color: #ffffff;
		height: auto !important;
		width: 100% !important;
	}
	.bgBlanc{
		float: none !important;
	}
	h2.ptitle {
		width: 73% !important;
	}
	
}