/*

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

*/

/* removes title section and line from blog (all?) page(s?) */
.x-header-landmark {
display: none;
}

/* individual button color change - white button w/ red hover */
.x-btn.white-btn {
  color: #ffffff;
  border-color: #FFFFFF;
}

.x-btn.white-btn:hover {
  color: #e00000;
  border-color: #e00000;
}

/* social icons color in footer  */
.x-colophon.bottom .x-social-global a {
  color: #000 !important;
}

/* social icons color in footer when hovered  */
.x-colophon.bottom .x-social-global a:hover {
  color: #fff !important;
}

/* social icons colored ring in footer when hovered  */
.x-social-global a:hover {
  background-color: #a30000 !important;
}

/* Custom horizontal promo box */
.custom-promo .x-promo-image-wrap {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-top: 23px;
}
.custom-promo .x-promo-content {
    display: inline-block;
    width: 50%;
}

body .custom-promo {
   overflow:hidden;
}