/*
Theme Name: responsive
*/
@media only screen and (max-width: 1600px) {
	.wrap {
		width: 90%;
		margin: 0 auto;
	}
	.mainmenusite ul li a {
		margin-right: 14px;
		font-size: 12px;
	}
	.footspaceleft {
		width: 68%;
		float: left;
	}
	.footspaceright {
		float: right;
	}
}


/* Note: Design for a width of 1024px */
@media only screen and (min-width: 1024px) and (max-width: 1215px) {

}
/* =Responsiveness: Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {

 
}



/* =Responsiveness: Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
	.wrap {
		width: 95%;
		margin: 0 auto;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation {
		float: none;
		width: 100%;
		height: auto;
		background: #f1f1f1;
		padding-top: 25px;
	}
	.site-logo {
		float: none;
		width: 100%;
	}
	.site-logo {
		float: none;
		width: 100%;
	}
	.leftcontenttop	{
		display: none;
	}
	.rightcontenttop {
		float: none;
		width: 100%;
		text-align: center;
	}
	.overlaycustom h1 {
		font-size: 50px;
	}
	.wpb_single_image.vc_align_left {
		text-align: center;
	}
	.vc_btn3-container.vc_btn3-left {
		text-align: center;	
	}
	.footspaceright {
		float: none;
		padding-bottom: 20px;
	}
	.footspaceleft {
		width: 100%;
		float: none;
		padding-top: 20px;
	}
	.footfirst {
		width: 100%;
		float: none;
		padding-top: 20px;
	}
	.footsecond {
		width: 100%;
		float: none;
	}
	.footsecond .menu-mobilenavigation-container li {
		width: auto;
		display: inline-block;
		padding: 0px 5px;
	}
	h1 {
		font-size: 34px;
		line-height: 47px;
		margin-top: 0px;
	}

	h2 {
		font-size: 21px;
		line-height: 34px;
		font-weight: normal;
	}
	body {
		text-align: center;
	}
	.site-footer {
		background: #445a6a;
		color: #fff;
		font-size: 14px;
		padding-bottom: 35px;
	}
	.toplevelcustompadding {
		padding: 10px;
	}
}

/* =Responsiveness: Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 812px) {
	.leftcontenttop {
		width: 100%;
		float: none;
		font-size: 10px;
	}
	.wrap {
		width: 95%;
		margin: 0 auto;
	}
	.site-logo {
		float: none;
		width: 100%;
	}
	.rightcontenttop {
		display: none;
	}
	.overlaycustom h1 {
		font-size: 50px;
	}
	.wpb_single_image.vc_align_left {
		text-align: center;
	}
	.vc_btn3-container.vc_btn3-left {
		text-align: center;	
	}
	.footspaceright {
		float: none;
		padding-bottom: 20px;
	}
	.footspaceleft {
		width: 100%;
		float: none;
		padding-top: 20px;
	}
	.footfirst {
		width: 100%;
		float: none;
		padding-top: 20px;
	}
	.footsecond {
		width: 100%;
		float: none;
	}
	.footsecond .menu-mobilenavigation-container li {
		width: auto;
		display: inline-block;
		padding: 0px 5px;
	}
	h1 {
		font-size: 34px;
		line-height: 47px;
		margin-top: 0px;
	}

	h2 {
		font-size: 21px;
		line-height: 34px;
		font-weight: normal;
	}
	body {
	}
	.site-footer {
		background: #445a6a;
		color: #fff;
		font-size: 14px;
		padding-bottom: 35px;
	}
	.toplevelcustompadding {
		padding: 10px;
	}
	.vc_btn3.vc_btn3-size-lg {
		font-size: 16px;
		padding: 18px 77px !important;
	}
}