/*

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_custom_documents .h-widget:before {
  content: "\f0f6";
  top: -0.045em;
  font-size: 0.875em;
}

.widget_custom_documents ul li {
  padding: 1.4em;
}

.widget_custom_documents ul li .pdf:before {
  content: "\f1c1";
  top: -0.045em;
  font-size: 0.875em;
  padding-right: 0.4em;
  font-family: "fontawesome";
}

.widget_custom_documents ul li .word:before {
  content: "\f1c2";
  top: -0.045em;
  font-size: 0.875em;
  padding-right: 0.4em;
  font-family: "fontawesome";
}

.widget_custom_documents ul li .file:before {
  content: "\f0f6";
  top: -0.045em;
  font-size: 0.875em;
  padding-right: 0.4em;
  font-family: "fontawesome";
}

.widget_custom_documents .document_download {
  padding: 10px 0 0;
  display: inline-block;
}

.widget_custom_documents .download_document_title {
  padding-bottom: 10px;
}

.widget-footer-support {
  margin: 20px 0 0;
  font-size: 13px;
}

.widget-footer-support ul {
  display: table;
  list-style: none;
}

.widget-footer-support ul li {
  width: 300px;
  display: table-cell;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.widget-footer-support ul li.image-only {
  width: 150px;
  padding-right: 50px;
}

.widget-footer-support ul li.image-only a.x-img {
  max-width: 100%;
}

.widget-footer-support ul li a.x-img {
  display: table-cell;
  margin: 0;
  max-width: 30%;
  text-align: left;
  vertical-align: middle;
}

.widget-footer-support ul li a.x-img img {
  max-height: 80px;
  max-width: 100px;
}

.widget-footer-support ul li .support-caption {
  display: table-cell;
  vertical-align: middle;
  max-width: 70%;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .widget-footer-support ul {
    display: block;
  }

  .widget-footer-support ul li {
    width: 100%;
    display: block;
    height: auto;
    margin: 30px 0;
    padding: 0;
    text-align: center;
  }

  .widget-footer-support ul li.image-only {
    width: 100%;
    padding-right: 0;
    margin: 15px 0;
  }

  .widget-footer-support ul li a.x-img {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    vertical-align: top;
  }

  .widget-footer-support ul li .support-caption {
    display: block;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
    text-align: center;
  }
}

