/*
 Theme Name:   Jewcer's FundingPress
 Description:  Jewcer's FundingPress Child Theme
 Author:       Boris and Amir
 Template:     funding_press
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  jcrtxt
*/

/* Add styles below this line */

div.navbartop-wrapper, .search-wrapper {
    height: 28px;
}

a.login-top, a.register-top, a.account-top, a.submit-top, a.logout-top, #s {
    padding-top: 4px;
    padding-bottom: 4px;
}

div.search-wrapper {
   display: none;
}

a.submit-top {
   display: none;
}

.nav .fa {
    color: black;
    font-size: 1.1em;
}

/* HIDE or SHOW entire top bar by un/commenting the following: */
/*
.navbartop-wrapper {
    display: none;
}
*/

/* FOOTER styling */
.footer_widget > ul > li {
    color: #6B818C;
}

.footer_widget > ul > li a {
    color: #D8E4FF;
}
