/* ==========================================================================
CSS Queries
========================================================================== */

@media screen and (max-width:640px) {
    .shop-btn { padding: 15px 25px; font-size: 10px; }
	.hero h2 { font-size: 2em;}
}
@media screen and (max-width:1200px) {
    p{font-size: 14px; }
    /*.thin-sep { display: none; }*/
    .arrow { display: none; }
    nav { height: auto; width: 100%; background: none; margin: 70px 0 0 0; }
    .nav-wrapper { background-color: #fff; }
    nav ul { width: 100%; display: block; height: auto; padding: 0; }
    nav li { width: 100%; float: left; position: relative; text-align: center; }
    nav ul li a { width: 100%; float: left; position: relative; padding: 15px 0; text-align: center; border-bottom: 1px dotted rgba(255, 255, 255, 0.2); margin: 0px; }
    nav ul li a.last { border-bottom: none; }
    nav ul li.dot { display: none; }
    .responsive-logo { background: url(../img/main-logo.png) no-repeat top center;background-size: 50%;padding-top:92px;position: absolute;top: 30px;left: 5%; }
	.responsive-logo h4{ display: inherit; font-family: Caviar Dreams;font-size: 16px;font-weight: 700;letter-spacing: 0.95px;margin:10px 0;}
    .logo-1 { position: absolute; left: 50%; top: 50%; }
    .logo-holder { display: none; }
    .logo-2 { position: absolute; left: 50%; top: 50%; }
    .logo-3 { position: absolute; left: 50%; top: 50%; }
    .footer-leftcol p, .footer-rightcol p { text-align: center; }
    .footer-midcol ul { margin-top: 0px; }
    .submit-btn { margin-top: 10px; }
	.slogan-holder{ display:none;}
	.contact-phone{ margin: auto;position: relative;top:0;left:0;display: table;height: 30px;}
	.contact-phone h4{ display: inherit;margin:5px 0;}
	.slider_text h2 { font-size: 2.5em;}
	.ln-2{ top:0;}
}
@media only screen and (max-width:1200px) {
	header { padding-bottom: 0px; }
    nav { border-bottom: 0; }
    nav ul { display: none; height: auto; }
	nav ul li:first-child{ border-top: 1px solid #ddd;padding-top:25px;}
    .pullcontainer { width: 100%; text-align: right; padding: 70px 20px 0 0; }
    .pullcontainer a#pull { display: block; width: 25px; margin-left: auto; color: #242a2c; }
}
@media only screen and (max-width:400px) {
	.price-list{ font-size: 13px;}
	.responsive-logo { background: url(../img/main-logo.png) no-repeat center center;background-size: 40%;top: 0; }
	.responsive-logo h4{ font-size: 15px;letter-spacing: 0px;}
	.pullcontainer { padding: 50px 20px 0 0; }
	.contact-phone{ padding-left: 34px;}
	.contact-phone h4{ font-size: 19px;font-weight: 600; }
}
@media only screen and (max-width:320px) {
	.container{	padding-left:8px;padding-right:8px; }
	.price-list{ font-size: 11px; }
}