/**
 *
 * -------------------------------------------
 * Small Desktop CSS file
 * -------------------------------------------
 * 
 **/
 
/*
 *
 * 10. Small Desktop code
 *
 *
------------------------------------ */
 
/* 10.1. Base elements
==================================== */ 

body .dp-page,
body #dp-bottom1,
body #dp-footer {
	margin: 0 10px!important;
	width: auto;
}

#main-menu > li > a {
	padding: 0 7px;
}
#middle-menu > li > a {
	padding: 0 7px;
}
#top-menu {
	width: 100%;
}
#dp-middle-menu-wrap {padding-bottom:5px;}
#dp-social-icons {
	clear: both;
	margin-top: 10px;
}

#dp-search {
	float: left;
}

.box {
	padding: 10px!important;
}

.box.menu li {
	margin: 0;
}



#dp-footer {
	float: none;
	text-align: center;
	width: 100%;
}

#footer-menu {
	display: inline-block;
	float: none;
	text-align: center;
}

#footer-menu li {
	display: inline-block;
	float: none;
}

.dp-copyrights {
	clear: both;
	float: none!important;
	text-align: center;
}

