.footer .widget {
font-size: 15px;
line-height: 25px;
}

.comment-respond, .comments-area, .single-related-posts {
    margin-bottom: 40px;
}

.page-title.solid-bg {
    margin-bottom: 40px;
}

.logo-center .bottom-text-block {
    margin-top: 15px;
}

.sidebar-content .widget .post-content .text-secondary {
    font-size: 12px;
    color: #444444;
}

.sidebar .widget, .sidebar-content .widget, .elementor-widget-sidebar .widget {
    line-height: 20px;
}

.footer .widget-title {
    font-size: 25px;
}

.footer .widget {
    text-align: center;
}

.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6, .white-text p {
color: #ffffff;
}

p  {
    margin-bottom: 20px;
}

/************* LETTER SPACING **************/

.dt-btn:not(.btn-custom-style), .btn-link {
    letter-spacing: .1em;
}

.page-title h1, .page-title h2 {
    letter-spacing: .1em;
}

.main-nav > li > a .menu-text {
       letter-spacing: .4em;
}

.main-nav .sub-nav > li > a .menu-text {
        letter-spacing: .4em;
}

.mobile-main-nav li > a .menu-text {
       letter-spacing: .4em;
}

/************* END LETTER SPACING **************/



/************* 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;
}