/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */
 .home .entry-header,
 .prod-cat-header-div,
 .page-id-31 .entry-header {
  display: none;
 }
 .upcp-thumb-item {
  width: 190px;
 }
 .top-header,
 #breadcrumb,
 .scrollup {
  background-color: #f13a46;
 }
 .main-navigation ul li.current-menu-item a,
 .main-navigation ul li a:hover,
 a:visited {
  color: #f13a46;
 }

 @media screen and (min-width: 800px) {
   #primary .page.post-7 .entry-head {
    float: right;
    width: auto;
    margin-left: 20px;
   }

   #wpcf7-f30-p9-o1 {
    width: 45%;
    float: right;
   }
 }