@import url("https://cloud.typography.com/655080/6542352/css/fonts.css");
@import url("../fonts/MyFontsWebfontsKit.css");
.quote-widget {
  width: 100%;
  background-color: white; }
  .quote-widget .quote-container {
    display: table;
    margin: 0 auto;
    padding: 0 50px; }
    .quote-widget .quote-container .quote {
      padding-top: 70px;
      padding-bottom: 70px; }
    .quote-widget .quote-container h3 {
      color: #d7ab4e;
      font-size: 38px;
      text-align: center;
      margin: 0px 0px 10px 0px;
      font-family: "avenircondensed", Arial, sans-serif;
      font-style: italic;
      letter-spacing: 1.5px;
      font-weight: 100; }
    .quote-widget .quote-container p {
      font-family: "avenirregular", Arial, sans-serif;
      text-align: right;
      margin: 0px;
      text-transform: uppercase; }
      .quote-widget .quote-container p.author {
        font-size: 14px;
        letter-spacing: 3px; }
      .quote-widget .quote-container p.author-title {
        font-size: 10px;
        letter-spacing: 1px; }
