/*------------------------------------------------------------------*/ 
/*	2) Note: Design for a width of 480 px
/*------------------------------------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {

/*------------------------------------------------------------------*/ 
/*	1) Header
/*------------------------------------------------------------------*/
.logo{margin-left:0;}
.wrapper{
	width:420px;
	margin:0 auto;
	float:none;
}
.main{	width:400px; float:left; margin:10px auto;}
.post-wrapper{ width:400px; margin-left:0; }

/*
.wrapper,
.main {
    width:100% !important;
    max-width:100% !important;
}
*/

#footer{position:absolute; display:block; float:left; padding:5px 0 10px 0; height:auto; bottom:0px; top:auto;}
#controls-wrapper{bottom:90px;}

/*------------------------------------------------------------------*/ 
/*	2) Nav
/*------------------------------------------------------------------*/
ul.sf-menu { display:none; }
.menu-toggle{
	display:block;
	width:42px;
	height:42px;
}

/*------------------------------------------------------------------*/ 
/*	3) Content
/*------------------------------------------------------------------*/
.post-type-wrapper img{
	width:390px;
}
.form textarea{
	width:388px;
}
.commment-text-wrap{
	width:310px;
}
ul.children li div.commment-text-wrap{
	width:280px;
}
ul.children li li div.commment-text-wrap{
	width:250px;
}
ul.children li li li div.commment-text-wrap{
	width:220px;
}
.gallery-list li{
	margin:0 10px 30px 10px;
}
.member{
	margin-right:70px;
	margin-left:80px;
}
.pricing ul{
	width:400px;
}
.project-list li{
	margin-left:85px;
}
.project2-list li{
	margin-left:25px;
}
div.errorpage h1{
	font-size:100px;
}

/*------------------------------------------------------------------*/ 
/*	3) Contact
/*------------------------------------------------------------------*/

}

/* Pogas Pasūtīt domēnu centrēšana mobilajam (līdz 767px) */
@media only screen and (max-width: 767px) {
    .order-table {
        position: relative !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        display: block !important;
        width: fit-content !important;
    }
}

/* ########################################################################################################## */



/* ########################################################################################################## */

