.main-navigation a {
  color: #000; /* Add your desire color */
}
/* Change color of post/page/project titles */
h1.entry-title {
  color: black;
}
/* Change previous/Next link colors */

div.nav-links  a, .nav-links .meta-nav {
  color: black;
}

div.nav-links  a:hover {
  color: blue;
}
/* Change colors for social menu */
.site .jetpack-social-navigation a {
  color: white;
  background-color: black;
}
.site .jetpack-social-navigation a:hover, .site .jetpack-social-navigation a:focus {
  color: pink;
  background-color: purple;
}
.entry-content a,
.page-content a,
.entry-title a:focus,
.entry-title a:hover,
.portfolio-entry-title a:focus,
.portfolio-entry-title a:hover {
	box-shadow: none;
}
.site-footer::before {
    background: white;
}

.page-header::after {
    background: white;
}
.project-info .entry-title {
    font-size: 16px;
  font-weight: normal;
}
blockquote cite {
    color: #a0a0a0;
}
.site-info {
    display: none;
}
.page-header {
    display: none;
}
	
.wp-block-latest-posts__post-excerpt {
    color: #000;
}

button#menu-toggle.menu-toggle {
  color: black;
}
button#menu-toggle.menu-toggle:hover {
  color: grey;
}

@media screen and (max-width: 600px) {
.project-info {
    opacity: 1;
background-color: #00000033;
  }
}
a {
    color: inherit;
    text-decoration: none;
}
figure.wp-block-image {
margin-bottom: 20px;
}
.main-navigation ul ul.sub-menu {
    background-color: white;
}

.entry-content .woocommerce {
    color: #515151;
}
.entry-content .woocommerce {
    color: #515151;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border: 1px solid #b2b1b2;
}
 .wc-block-grid__product-title {
    color: black;
}
.comments-area {
    color: black;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    border: 2px solid #656565;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
}
.select2-container--default .select2-results__option {
    color: #000;
}
.Input:focus, .p-Input--focused, .Input, .p-FauxInput {
color: rgb(0 0 0);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
}
.select2-container--default .select2-results__option,
.select2-container--default .select2-results__option[data-selected=true] {
    color: #000;
}
body, input, select, textarea {
    color: #7a7a7a;
}

