<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer .widget .post-content .text-secondary {
 display: none;
}

.sidebar-content .widget .post-content .text-secondary {
    display: none;
}

.powerpress_player {
margin-top: 40px !important;
    padding-bottom: 10px !important;
}

.page-title &gt; .wf-wrap, #fancy-header &gt; .wf-wrap {
    width: 890px;
}

.footer .widget-title {
    font-size: 18px;
}

.footer .widget {
    text-align: center;
}

.main-nav &gt; li &gt; a .menu-text {
    letter-spacing: 1px;
}

.branding {
    margin-bottom: -75px;
}

.mobile-header-bar .mobile-branding img {
    max-width: 70%;
}


/* MICROWIDGET SPACING IN MOBILE NAV */
.dt-mobile-header .mobile-mini-widgets-in-menu&gt;* {
    margin: 15px 20px 15px 0;
}

/***** DROPDOWN FOOTER MENU FIX *****/
@media screen and (max-width: 990px) {
  #bottom-bar .mini-nav ul {
    display: block;
  }
   #bottom-bar .menu-select {
    display: none;
  }
}


/* ROW IN FRONT OF REV SLIDER */
.rev_slider_wrapper {
z-index: 0 !important;
}


/************* GRAVITY FORMS CSS **************/

/* CENTER SUBMIT BUTTON */
div.gform_footer.top_label {
text-align: center;
}

/* SUBMIT BUTTON 100% WIDTH */
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    width: 100% !important;  
}

/* FIELD BORDER COLOR */
input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], input[type="date"], input[type="range"], input[type="password"], select, textarea, .wpcf7-number {
    color: #333333; /* input text color */
    border-width: 1px;
    border-color: #cccccc;
}</pre></body></html>