/*
Theme Name: Converio Child Theme
Theme URI: http: http://thememotive.com/
Description: Child theme is the recommended way to modify an existing theme if you want to make changes in the theme.
Author: ThemeMotive
Author URI: http://thememotive.com/
Template: converio
Version: 1.0.0
*/

@import url("../converio/style.css");

/*Add your custom styles below:*/

.main-header {
  padding: 20px;
}

input, textarea, select {
  padding: 10px;
  font-size: 16px;
}

.wpcf7 .wpcf7-form input[type="text"], .wpcf7 .wpcf7-form input[type="email"], .wpcf7 .wpcf7-form input[type="url"], .wpcf7 .wpcf7-form input[type="date"], .wpcf7 .wpcf7-form input[type="number"], .wpcf7 .wpcf7-form input[type="range"], .wpcf7 .wpcf7-form span.select, .wpcf7 .wpcf7-form span.file-input {
  width: 80%;
  max-width: 275px;
  float: left;
}

.wpcf7 .wpcf7-form [type="submit"] {
  float: left;
}

hr {
  margin: 30px auto 0px;
  }

/* The superior-header bar  */
#superior-header-container {  background-color: #2d3268; }
#superior-header {margin: 0 auto;line-height: 30px;overflow: hidden;font-size: 11px;}
#superior-header, #superior-header a { color: #ffffff; }
#superior-header-container { height: 50px; }
#superior-header { width: 1110px; padding: 10px 0;}
#superior-header-left {float:left;color: #999;}
#superior-header-left span {color: orange;}
#superior-header-right {float:right;font-size: 16px;}
#superior-header-right span {font-size: 20px;color: orange;}

.slide span {
background-color: #f28728;}

.box-default p {
line-height: 20px;
font-size: 13px;
}

.hp-intro p.slogan {
    text-align: left;
}