/** Custom CSS goes here */
body.page-id-12045 #content iframe[src*="youtube"]{
  opacity: 1;
  visibility: visible;
}

#content .row-1 {
    text-align: center;
}

#content .row-1 .fusion-one-half h2 {
    font-size: 50px;
    font-weight: 200;
    margin: 0.75em 0;
}

.stock-ticker-au1{
  margin-bottom: 20px;
}

/*.stock-ticker-au1 span.sqitem:before{
  content: "\f062"!important;
  font-family: 'FontAwesome'!important;
  font-weight: 300;
}*/

#content .row-1 .fusion-one-half p, 
.stock-ticker-au1 span.sqitem strong{
    font-size: 28px;
    color: #92c83e;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    font-family: 'PT Sans', Arial, serif;
}

#content .row-1 p em,
.stock-ticker-au1 span.sqitem em{
    font-style: normal;
    color: inherit;
    color: #747474;
    font-weight: 300;
    font-size: 18px;
}

#content .row-1 p em:before{
    content: "";
}

#content .row-1 a.button {
    background-color: #92c83e;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 18px 35px;
    letter-spacing: 1px;
    font-weight: 300;
    text-transform: uppercase;
    border-radius: 30px;
}

@media only screen and (max-width: 767px) {
    /** Tables **/
    .rwd-table {
      margin: 1em 0;
      min-width: 200px;
    }
    .rwd-table tr {
      border-top: 1px solid #ddd;
      border-bottom: 3px solid #ddd;
    }
    .rwd-table th {
      display: none;
    }
    .rwd-table td {
      display: block;
    }
    .rwd-table td:first-child {
      padding-top: .5em;
    }
    .rwd-table td:last-child {
      padding-bottom: .5em;
    }


    .rwd-table td:before {
      content: attr(data-th) ": ";
      font-weight: bold;
      width: 6.5em;
      display: inline-block;
    }

    .rwd-table td.bg-warning:before{
        display: none;
    }

    .rwd-table th, .rwd-table td {
      text-align: left;
    }
}

@media (min-width: 767px) {
    .rwd-table td:before {
      display: none;
    }
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child, 
  .rwd-table td:first-child {
    /*padding-left: 0;*/
  }

  .rwd-table tr.indented td:first-child{
    padding-left: 30px;
  }

  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}