/**
 * Theme Name: U-Design Child
 * Theme URI: http://themeforest.net/item/udesign-responsive-wordpress-theme/253220?ref=AndonDesign
 * Description: This is a child theme of U-Design.
 * Author: Andon
 * Author URI: http://themeforest.net/user/andondesign/portfolio?ref=AndonDesign
 * Template: u-design
 * Version: 1.0.0
 */

/** 
 * IMPORTANT: By default this file is not loaded since it has no CSS preloaded. Loading it blank
 * will result in a CSS file needlessly being loaded. This will usually not affect the site appearance, 
 * but it's inefficient and extends your page's loading time.
 * 
 * If you decide to use this file make sure to enable it from the theme's 'General Options' section first, 
 * it's the last checkbox called 'Custom Styles'.
 */
                 
/*********** ADD YOUR CUSTOM CSS CODE BELOW THIS LINE: ***********/

#navigation-menu ul.sf-menu > li > a > span, h1, h3.bottom-col-title {text-transform:uppercase;letter-spacing:1px;}

#navigation-menu ul.sf-menu > li.hire > a:hover > span {color:#f7941d;}
#navigation-menu ul.sf-menu > li.construct > a:hover > span {color:#25aae1;}
#navigation-menu ul.sf-menu > li.energy > a:hover > span {color:#8dc63f;}

.wpcf7-form input:not([type]), .wpcf7-form input[type="email"], .wpcf7-form input[type="number"], .wpcf7-form input[type="password"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="url"], .wpcf7-form input[type="text"] {padding:10px;width:92%;border:1px solid #093140;font-family:'Montserrat' !important;margin-bottom:10px;}
.wpcf7-form textarea {padding:10px;width:97%;border:1px solid #3c3c3b;font-family:'Montserrat' !important;margin-bottom:10px;}
.wpcf7-form select {padding:5px;width:92%;border:1px solid #3c3c3b;font-family:'Montserrat';border-radius:10px;}
.wpcf7-form input[type="submit"].wpcf7-submit {background:#000000;border:1px solid #000000;color:#FFFFFF;text-transform:uppercase;padding:14px 20px;font-family:'Montserrat' !important;font-size:15px;margin-top:5px;font-weight:500!important;}
input, textarea, select, button {font-family:'Montserrat' !important;}


#bottom .widget_recent_entries li a:before, #bottom .widget_categories li a:before, #bottom .widget_pages li a:before, #bottom .widget_subpages li a:before, #bottom .widget_archive li a:before, #bottom .widget_links li a:before, #bottom .widget_rss li a:before, #bottom .widget_meta li a:before, #bottom .loginform li a:before, #bottom .widget_nav_menu li a:before {
    display: none;
}
h3.bottom-col-title, #bottom ul.small-thumb li, #bottom .widget_recent_entries li a, #bottom .widget_categories li a, #bottom .widget_pages li a, #bottom .widget_subpages li a, #bottom .widget_archive li a, #bottom .widget_links li a, #bottom .widget_rss li a, #bottom .widget_meta li a, #bottom .loginform li a, #bottom .widget_nav_menu li a {
	background:none;
}

#bottom .widget_nav_menu li a {
padding: 2px 0 2px 1px;
}
#bottom .widget_nav_menu ul {padding:5px 0;}

#top-wrapper {
	background:
     linear-gradient(
       to left,
       #25aae1 0, 
       #25aae1 33.3%,
       #8cc63f 33.3%, 
       #8cc63f 66.6%, 
       #f7941d 66.6%, 
       #f7941d ) bottom no-repeat;
   background-size:100% 4px ;
}

#bottom-bg {	background:
     linear-gradient(
       to left,
       #25aae1 0, 
       #25aae1 33.3%,
       #8cc63f 33.3%, 
       #8cc63f 66.6%, 
       #f7941d 66.6%, 
       #f7941d ) top no-repeat;
   background-size:100% 4px ;
background-color:#000!important;}

#bottom {padding:30px 0;}


@media screen and (max-width: 719px) {

	.mean-container .mean-bar, .mean-container .mean-nav ul, .mean-container .mean-nav ul li {background:#000000;}
	
	.wpcf7-form textarea {padding:10px;width:93%;border:1px solid #3c3c3b;font-family:'Montserrat' !important;margin-bottom:10px;}


}