/*
 Theme Name: Duruss Child
 Theme URI: http://themeforest.net/user/bradweb/?ref=bradweb
 Author: bradweb
 Template: Durus
 Author URI: http://themeforest.net/user/bradweb
 Description: Durus Multipurpose Responsive Wordpress Theme
 Version: 1.0
 License: GNU General Public License version 3.0
 License URI: http://www.gnu.org/licenses/gpl-3.0.html
 Tags: Clean  Multipurpose Responsive  Business  Corporate
*/

@import url("../Durus/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

.logo-container { float:none; }
  #logo img { margin:0 auto; display:block; }
  
/* ul.main_menu > li { height:62px; max-height:62px; line-height:62px; } */


/* center the navigation below the header logo */
.nav-container { float:none; padding:0; }
#main_menu {
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}

#main_menu > li{
    display:inline;
	float:none;
	line-height:1em;
}
#main_menu > li > a{
    display:inline-block;
    padding:10px;
	line-height:3em;
}


input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea, select { border:1px solid #999; color:#444; font-size:14px; border-radius:4px; background-clip: padding-box; }