/*
 Theme Name:     xcski Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
 Text Domain:    xcski-theme
*/
.widget_xcski_ad_slider:first-child {
  height: 400px;
}
input[type=text], 
input[type=password], 
input[type=tel], 
input[type=email],
input[type=url],
input.text, 
input.title, 
textarea, 
select {
  padding: 3px 6px 5px;
}
input[type=url] {
  border: 1px solid #bbb;
  color: #4e4e4e;
  background-color: #fff;
}
input.button-primary,
input.button-secondary {
  cursor: pointer;
  background: #EBE9EB;
  border: 1px solid #aaa;
  padding: 10px 15px;
  font-family: 'Sanchez', Georgia, "Times New Roman", serif;
  color: #333;
  font-weight: 500;
  line-height: 1em;
  font-size: 1em;
}
input.button-primary:hover,
input.button-secondary:hover {
  background-color: #D3CED2;
}
input.button-primary {
  color: #333;
}
input.button-secondary {
  color: #777;
}
.pdb-searchform .submit-controls {
  margin-left: 0px;
}
.pdb-record label {
  font-weight: bold;
}
.pdb-record label[for] {
  font-weight: normal;
}