/**
Theme Name: Clean Enterprise Pro Child
Theme URI: https://commonsenserecipes.ca/wp-content/themes/clean-enterprise-pro-child
Author:
Author URI:
Description: Customization for commonsenserecipes.ca
Version: 1.0
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Text Domain: clean-enterprise-pro-child
Template: clean-enterprise-pro

/* =Child Theme Custom CSS 
-------------------------------------------------------------- */
 /** header and general body
***********************/
.site-title {
  font-size: 2.0rem;
}
#header-content {
  background-color: #272e3f !important;
}
.slider-content-wrapper .entry-container {
  padding: 250px 40px !important;
}
.home #content article .entry-title {
    display: none;
}
.custom-header .custom-header-content {
  padding-bottom: 50px;
  padding-top: 50px !important;
  background-color: #3f3f3f;
}
.custom-header-content {
  max-width: 100% !important;
}
.custom-header .entry-title {
  text-align: center;
}

 /** main area
***********************/
.site-content  {
  padding-bottom: 30px;
  padding-top: 0px;
}
.singular-content-wrap, .two-columns-layout.content-left .singular-content-wrap  {
  padding-bottom: 0px;
  padding-top: 15px;
}
.recent-blog-content-wrapper .entry-header .entry-meta {
    display: none;
}

/** text
***********************/
.accent {
  color:#bd5858;
}
.accentBold {
  color:#bd5858;
  font-weight: bold;
}

blockquote {
color:#4d1818;
  font-size: 20px
}
h1 {
    margin-top: .5em;
}
h2 {
    margin-top: .5em;
}
h3 {
    color: #bd5858;
    font-size: 1.8rem;
}

h4 {
  font-size: 24px;
    margin-top: 1.33em;
}


/** menus
***********************/
.navigation-classic .main-navigation a
    {font-size: 20px;
}


/** sidebars and widgets
***********************/


/** features
***********************/
.hero-content-wrapper .entry-container.full-width {
  text-align: left;
}
.slider-content-wrapper .hentry {
  padding-top: 300px;
}
.hero-content-wrapper .entry-container, .contact-section .entry-container {
  padding: 105px 105px 10px 65px;
  padding-right: 105px;
}
 

/** footer
***********************/
.footerTitle {
  color: #FFF;
  font-weight: bold;
}
.site-footer .footer-widget-area {
  padding-top: 15px;
  padding-bottom: 15px;
}
.site-footer a:hover {
  color: #eded7d !important;
}
.site-footer .widget-title {
  text-align: center;
  color: #FFF !important;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 1.556;
  font-weight: bold;
  text-transform: none;
}


/** features
***********************/
 .featured-content-section .wrapper {
  padding-bottom: 30px;
  padding-top: 30px;
  margin-top: 70px;
}

.custom-header .custom-header-content {
  padding-bottom: 0px;
  padding-top: 40px;
  background-color: #324263;
}
.custom-header-content {
  max-width: 100% !important;
}

  /** plugins
***********************/



  /** media queries
***********************/
@media screen and (max-width:1024px) {
  .slider-content-wrapper .hentry {
  padding: 115px;}
  .hero-content-wrapper .entry-title {
    font-size: 2.0rem;}
}
@media screen and (max-width:834px) {
.slider-content-wrapper .hentry
  {padding: 5px;}
}
@media screen and (max-width:414px) {
  .hero-content-wrapper .entry-title {
    font-size: 1.5rem;
  }
  .hero-content-wrapper .entry-container
  {padding: 35px 5px 5px 5px;}
}










