﻿ul.site-list{
 padding-left: 30px;
}
ul.site-list li{
 margin-bottom: 13px;
}
ul.site-list li em{
  margin-left: -35px;  
  padding-right: 9px;
  color:#98bf0f;
}

.sppb-panel-heading .sppb-panel-title {
    font-size: 105%;
    font-weight: 600;
}
.sppb-panel-flex >.sppb-panel-heading {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding: 15px 0px;
    margin-bottom: 0;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-regular.woff2') format('woff2'),
        url('../fonts/sourcesanspro-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/robotocondensed-regular.woff2') format('woff2'),
        url('../fonts/robotocondensed-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-light.woff2') format('woff2'),
        url('../fonts/opensans-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-semibold.woff2') format('woff2'),
        url('../fonts/sourcesanspro-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/robotocondensed-light.woff2') format('woff2'),
        url('../fonts/robotocondensed-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
body, p, .sppb-addon-content{
      font-family: 'Source Sans Pro', sans-serif;
  font-size: 21px;
}
.sppb-addon-title,
h1,h2,h3,h4,h5,h6{
      font-family: 'Roboto Condensed', sans-serif;
}
.sp-menu-item{
   font-family: 'Source Sans Pro', sans-serif; 
    font-size: 15px;
  font-weight: 600;
}
h5{
    font-size: 24px;
}