<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 03 2019 | 19:03:55 */
.blog .section-2, .single .section-2 {
    padding: 0px 0;
    text-align: left;
    overflow: hidden;
}
.p-space h4 {
    padding-top: 20px;
}

#services .tabs {
    background-color: transparent;
    margin-bottom: 28px;
    font-weight: 600;
    text-transform: uppercase;
}

.dashicons, .dashicons-before:before {
    height: auto !important;
}

.pricing-table-row {
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.footer-copy li:last-of-type {
  display:none;
}

#services .accordion__title {
    position: relative;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 22px;
    cursor: pointer;
    border-bottom: 1px solid #e2dfdf;
    padding-bottom: 15px;
}

.basic .pricing-table-row:nth-of-type(6) {
    opacity:0.3;
}
.basic .pricing-table-row:nth-of-type(7) {
    opacity:0.3;
}
.basic .pricing-table-row:nth-of-type(8) {
    opacity:0.3;
}
.basic .pricing-table-row:nth-of-type(9) {
    opacity:0.3;
}
.basic .pricing-table-row:nth-of-type(10) {
    opacity:0.3;
}
.basic .pricing-table-row:last-of-type {
    opacity:0.3;
}

.starter .pricing-table-row:nth-of-type(9) {
    opacity:0.3;
}
.starter .pricing-table-row:nth-of-type(10) {
    opacity:0.3;
}


.starter .pricing-table-row:last-of-type {
    opacity:0.3;
}

/*FOOTER*/

.blog-post-box {
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 25px;
}

.blog-post-box:last-of-type {
    border-bottom: none;
}

.blog-post-box-thumb__img {
    max-width: 50px;
}

.footer-logos-cont {
  margin:auto;
  text-align:center;
}

.footer-logos-cont .col {
    display: inline-block;
    vertical-align: middle;
    margin: 0 40px;
}

.footer-logos-cont .col img {
    filter: grayscale(100%);
    width: 80%;
    transition: 2s;
}
.footer-logos-cont .col img:hover {
  filter: grayscale(0);
}

.footer-top .col-md-3 {
    width: 33.33%;
    padding-bottom: 20px !important;
}

.footer-top .col-md-3:last-of-type {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 40px !important;
    padding-top: 39px;
}

</pre></body></html>