/*
---------------------------------
colors
---------------------------------
red: #e8554e
darkred: #d43b3b
lightgrey: #e5e5e5
*/

.page-template-template-full-php h2, .page-template-template-home-php h2 {
  display: none;
}

.entry-meta {
  display: none;
}

.site-content {
  margin-top: 0px;
}

h3 {
  color: #d43b3b;
}

.site-title a, .site-description {
  text-shadow: 0 0 15px #333;
}

a:hover {
  text-decoration: none;
  color: #666;
}

.page-template-template-full-php h3 {
  margin-bottom: 0.5em;
}

.widget-title {
  margin-bottom: 0.5em;
  margin-top: 2em;
}

/*
---------------------------------
button
---------------------------------
*/
 .button {
	padding: 10px;
	margin-bottom: 20px;
}
/*
---------------------------------
home icons
---------------------------------
*/
  .sunsales-home-icon {
    text-align: center;
    padding: 10px 50px 10px 50px;
  }
  .sunsales-home-icon-text p {
    font-size: .80em;
    color: white;
    line-height: 0.8em;
  }
  #sunsales-home-icon-container img:hover {
    opacity: 0.8;
  }
  /*
---------------------------------
sidebar widget
---------------------------------
*/
  .sunsales-sidebarwidget-contact {
    background-color: #e8554e;
    padding: 10px;
    margin-top: 25px
  }
  .sunsales-sidebarwidget-contact a {
    color: #000;
  }
  .sunsales-sidebarwidget-contact a:hover {
    color: #fff;
  }
  /*
---------------------------------
home news
---------------------------------
*/
  .page-template-template-home-php .featured-posts {
    text-align: center;
  }
  .page-template-template-home-php .featured-image {
    text-align: center;
  }
  .page-template-template-home-php .featured-image img {
    border: 2px solid #e8554e;
    border-radius: 50%;
    width: 220px;
    height: 220px;
    float: none;
  }
  .page-template-template-home-php .featured-posts .entry-title {
    font-size: 16px;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }
  .page-template-template-home-php .featured-posts .entry-date {
    font-size: 14px;
    text-align: center;
  }
  .page-template-template-home-php .featured-posts .entry-summary {
    display: none;
  }
  .page-template-template-home-php .featured-posts .entry-footer {
    display: none;
  }
  /*
---------------------------------
cartridge valves
---------------------------------
*/
  #sunsales-cartridgevalves-container {
    border: solid 2px #fff;
    background-color: #e5e5e5;
    padding: 10px;
    color: #888;
  }
  #sunsales-cartridgevalves-container:hover {
    border: solid 2px #d43b3b;
  }