/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/*Change font to Black */
.aboutpage .cd-fixed-bg-one h1, p {
	color: #444;
}
/* front page text color | 6548094-hc */
.mainpage .content-caption {
    color: #444;
}
.footer input.search-field {
    background: #eee;
    border: 1px solid #fff;
}
.footer .widget-title {
    color: #444;
}
.aboutpage .cd-fixed-bg-one h1 {
    color: #444;
    font-size: 60px;
    font-size: 3rem;
    margin-bottom: 0;
    z-index: 100;
    position: relative;
}
.navigation-main a {
    font-size: 1.5rem;
    padding: 0 5px;
}
/* Hide author and date info on post page */
.post .posted-on,
.post .byline {
  display: none;
}
/* Remove background for cont. reading link and change font size - mf - hc -6665863 */
.news .entry-content a.more-link, .news .entry-content a.button {
    color: Gray;
    font-size: 13px;
    padding: 5px 10px;
	  background: none;
}
.editor-block-list__block a {
    color: #0074a2;
    font-weight: 500;
    text-decoration: none;
}
.editor-block-list__block a {
    color: #00a0d2;
    font-weight: 500;
    text-decoration: none;
}
/* change continue reading link color */
.news .entry-content a {
  color: #1e8cbe;
}

/* remove spacing from articles */
.news article {
  margin-bottom: 0;
}

/* remove padding from blog entries */
@media screen and (min-width: 59.6875em){
  .hentry {
      padding-top: 0;
  }
}
.page .mainpage .main {
    padding: 1% 0 1% 0;
}
.aboutpage .cd-fixed-bg-one.withoutimg, .footer, .sticky-post, .mainpage, .block-four {
    background-color: #fdfae9;
}
.aboutpage .cd-fixed-bg-one.withoutimg {
    padding: 15px 10px 0;
    width: 100%;
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #333;
    z-index: 1;
}
.aboutpage .cd-fixed-bg-one.withoutimg {
    padding: 15px 10px 0;
    width: 100%;
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #fdfae7;
    z-index: 1;
}
.page-template-default .default-page .site-content {
    padding-top: 1%;
}

.navigation-main a {
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0 3px;
}
.navigation-main .current_page_item > a, .navigation-main .current-menu-item > a, .navigation-main .current_page_ancestor > a {
    color: #444;
    font-weight: 600;
}
body, button, input, select, textarea, a, .navigation-main a, .widget-title, .widget, blockquote, .content-caption .button {
    color: #444;
}
.editor-rich-text__tinymce {
    margin: 0;
    position: relative;
    color: #007fac;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #51958e;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.woocommerce div.product .stock {
    color: #14220e;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #555252;
    font-size: 1.25em;
}
.woocommerce ul.products li.product .price {
    color: #1c1e1c;
    font-weight: 400;
    font-size: .857em;
}
/* hide titles on category pages | 6977589-zen */
.page-header .page-title {
    display: none;
}