/*
Theme Name: Croccante Child
Theme URI: https://wp-themes.com/croccante
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress Croccante child theme.
Template: croccante
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: croccante-child
*/

body {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p.site-title,
.search-container input[type="search"],
.cat-links,
blockquote,
.skillTop .skillNameUnder,
.team_columns .croccanteTeamSingle .croccanteTeamName {
  font-family: 'Josefin Sans', sans-serif;
}

#primary.content-area {
    width: 100%;
    float: none;
    padding-top: 0px;
}

header.site-header {
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.site-branding img {
  width: 190px;
  max-height: initial;
}
body.home header.site-header, body.home .border-fixed {
  display: none;
}
body.home h1 {
  display: none;
}
body.home {
  background: #fff;
}
body.home .hentry {
  border: 0;
}
body.home .hentry:after {
  display: none;
}