/*
Theme Name: H-Code Child
Theme URI: http://wpdemos.themezaa.com/h-code
Author: Themezaa
Author URI: http://www.themezaa.com
Description: Child theme for H-Code theme
License: Themeforest Split Licence
License URI: http://themeforest.net/licenses 
Template: h-code
Version: 1.1
Text Domain: h-code-child
*/

* { letter-spacing: 0em !important; }

body
{
	background: url(/wp-content/themes/h-code-child/images/azulejo-tile.png) repeat;
	background-size: 80px;
}

.navbar.shrink-nav .hcode-header-logo > .logo-dark > .logo,
.navbar.shrink-nav .hcode-header-logo > .logo-light > .logo {
    max-width: 180px;
}

.navbar.shrink-nav .retina-logo,
.navbar.shrink-nav .retina-logo-light {
    width: 180px !important;
    max-height: none !important;
}

.logo-light {
	margin-bottom: 15px;
}

.entry-content {
	background:#f5f3ef url(/wp-content/themes/h-code-child/images/stucco.png) repeat;
	background-size:600px auto;
}

section {
  	padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}


p {
    margin: 0 0 6px;
}

H1 { 
	font-family: "Cormorant Garamond";
	text-transform: none;
}

H2 { 
	color: #000 !important;
}

.tea-card H2 { 
	color: #314f87 !important;
	text-transform: none;
}

H3 { 
	text-transform: none;
}

.tea-card H3 { 
	color: #000 !important;
	text-transform: uppercase;
}

.tea-cert {margin-bottom: 15px;}
.tea-image {margin-bottom: 15px;}

.tea-description
{
	font-size: 75%;
	line-height: 150%;
}


FOOTER .light-gray-text2, FOOTER .blog-date, FOOTER .blog-date a {
  color: #CCC;
}

@media (max-width: 991px) {
  section {
    padding: 20px 0 !important;
  }
}
