/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

.widget a {
    color: #000;
}

.srr-style-none .srr-item {
    padding: 0 0 5px 0 !important;
}

.srr-wrap {
    padding: 0px !important;
    max-width: 100%;
    min-width: 100% !important;
    margin-left: 7%;
}

.simple_form div.left {
  float: left;
  width: 50%;
  text-align: right;
  margin: 2px 10px;
  display: inline
}

.simple_form div.right {
  float: left;
width:50%;
  text-align: left;
  margin: 2px 10px;
  display: inline
}


.x-container>.offset {
    margin: 250px auto;
}