/*
Theme Name:  cc
Theme URI:   http://dow-media.com
Description: Your theme description.
Author:      DowMedia
Author URI:  http://dow-media.com
Version:     1.0.0
License:     GNU General Public License
License URI: license.txt
Tags:        dark, light, white, black, gray, left-sidebar, right-sidebar, fluid-layout, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: cc
Template:    cherryframework4
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

.entry-title a
{
    color: #fff !important;

    font-weight: 300 !important;
    width: 100% !important;
}



h2.entry-title
{
    background-color: #a37e54 !important;
    padding-left: 5px;
    padding-right: 5px;
}


.showcase-area
{
  margin-top: 0px !important;
}

.site-description
{
  display: none !important;
}


#header {
  padding-top: 0px !important;
}


.entry-meta {
  display: none !important;
}

#menu-primary-items
{
  padding-top: 0px !important;
}

.sp-layer
{
    border-radius: 10px !important;
}

.isStick
{
  padding: 0px !important;
  margin: 0px !important;
  background-color: #fff !important;
}

#menu-primary-items li
{
    margin: 0px !important;
    padding: 0px !important;
}

#menu-primary-items li a
{
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-right: 1px solid #c29f6d !important;
}


.vfbp-form .btn-primary
{
    color: #ffffff;
    border-color: #a37e54 !important;
    background-color: #a37e54 !important;
}

h4
{
  text-transform:none !important;
}

.site-content .widget-area {
    padding: 10px 30px 20px;
    background: #fff1dc;
}


#menu-primary-items li:last-child a
{
  border: 0px !important;
}

.fa-home
{
  color: #c29f6d !important;
}

.cherry-breadcrumbs
{
    background-color: #fff1dc !important;
}


.cherry-breadcrumbs .page-title {
  font-size: 40px !important;
  font-weight: 300 !important;
}

.cherry-breadcrumbs
{
    padding: 55px 0 50px !important;
    text-align: center;
}

@media (min-width:800px) {

  .category  article
  {
      width: 50% !important;
      float: left;
      padding: 5px !important;
      border-bottom: 3px solid #eee !important;
      padding-bottom: 30px !important;
  }


  .category  article figure
  {
        height: 350px !important;
        overflow: hidden !important;
  }

}

@media (max-width:800px) {

#menu-primary {
  display: none !important;
}




}
