/*
Theme Name: U-Design Child
Theme URI: http://themeforest.net/item/udesign-wordpress-theme/253220?ref=internq7
Description: Child Theme for U-Design
Author: Andon
Author URI: http://themeforest.net/user/internq7/portfolio?ref=internq7
Template: u-design
Version: 1.0.0
*/

@import url("../u-design/style.css");

body{
background-color:white;
}
/*---------Nav and header ---------*/
#logo{
top:30px;
}

#navigation-menu ul.sf-menu > li.current-menu-item > a, #navigation-menu ul.sf-menu > li.current_page_item > a{
background-color:#007DC5;
}


#navigation-menu ul.sf-menu > li{
margin-top:-2px;
}

/*------------Home -----------------*/

.getintouch{
  margin-top: 20px;
  font-family: 'Noto Sans' !important;
}

div#home-page-content .vc_btn-blue, .getintouch{
background-color:#f4de0c !important;
}

div#home-page-content .vc_btn-blue:hover, .getintouch:hover{
background-color:#E2CE0C;
}

div#home-page-content div.post-thumb{
float:left;
padding-right:20px;
}

div#home-page-content h2.wpb_heading.wpb_teaser_grid_heading{
padding-bottom:35px;
}

#home-page-content, #page-content, #footer-bg{
background-image:none;
}

#home-page-content h2.post-title{
font-size:1.3em!important;
}


/*----------Pages-------------------*/

div#page-title{
padding-top:20px;
}


/*----------Contact ---------------*/

div.wpcf7 input[type="submit"]{
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #F4DD0C;
  border: none;
  color: white;
  border-radius: 5px;
  text-transform: uppercase;
  cursor: pointer;
}

div.wpcf7 input[type="submit"]:hover{
background-color:#E2CE0C;
}

