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

@import url("../h-code/style.css");

	.opacity-medium, .opacity-full {
		opacity: 0.4;
	}
	.sub-title {
		border-bottom: 0px;
	}
	section {
		padding: 70px;
	}
	.bg-deep-red, .highlight-link {
		background: #1e73be none repeat scroll 0 0;
	}
	.deep-red-text {
		color: #1e73be !important;
	}
	.slider-title-big6 {
		font-size: 80px;
	}
	.wide-separator-line {
		height: 0px;
	}
	footer .footer-middle {
		padding-top: 10px;
	}
	.title-small {
		font-size: 18px !important;
		line-height: 24px !important;
	}
	.logo {
		max-width: 200px !important;
	}
	.nav-white.sticky-nav .navbar-nav li a {
		color: rgb(0,0,0)
	}