/*
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
*/
/* General */

@import url('https://fonts.googleapis.com/css?family=Cormorant:400,500,700&display=swap');

* {
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
    font-smooth: always;
}

section{
	padding: 100px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cormorant', serif !important;
    font-weight: 500 !important;
	text-transform: none;
}

h2{
	margin-bottom: 10px;
    margin-top: 20px;
    line-height: 1.2;
}

h2:first-child{
	margin-top: 0;
}

ul {
    list-style-type: disc;
}

ul.list-lower-alpha{
	list-style-type: lower-alpha;
}

.short-description ul ul,
.product-deails-tab .tab-pane ul ul,
.blog-details-text ul ul {
    list-style-type: circle !important;
}

.hcode-header-logo{
	display: none;
}

.page-padding{
	padding: 80px 0;
}

.d-table-row{
	display: table-row !important;
}

.slider-subtitle2{
	font-weight: 700;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}

@media (min-width: 600px){
	.txt-2cols{
		column-count: 2;
		column-gap: 20px;
	}
}

/* Blog Sidebar */
.sidebar.pull-right{
	padding-bottom: 5px;
    padding-top: 15px;
    background: #f2f2f2;
}

.widget {
    margin-bottom: 30px;
}

.widget_recent_entries li {
    margin-bottom: 5px;
    border-bottom: 1px solid #aaa;
    padding-bottom: 5px;
}

.widget_recent_entries li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.widget_recent_entries li a:hover{
	color: #961b20
}

.widget .main-search {
    width: 100%;
}

h5.widget-title{
	font-size: 15px;
}

/* Single Article */

.single.single-post .page-title-section .col-lg-8.col-md-7.col-sm-12.animated.fadeInUp{
	width: 100%;
}

.single.single-post .page-title-section .col-lg-8.col-md-7.col-sm-12.animated.fadeInUp h1{
	line-height: 1.3;
}

/* Navbar */
.nav-dark{
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.nav-dark.shrink-nav {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.navbar > .nav-header-container .navbar-nav > li{
	margin: 0 10px;
}

.top-header-area{
	padding-top: 15px;
	padding-bottom: 12px;
}

.tooltip{
	min-width: 100px;
}

.navbar-toggle{
	float: left;
}

@media (max-width: 1199px){
	.navbar > .nav-header-container .navbar-nav > li {
    	margin: 0px 7px !important;
	}
}

/* Buttons */

.wp-block-file a{
	font-weight: 700;
}

.wp-block-file a.wp-block-file__button{
	font-size: 18px !important;
    background: #8f1d23 !important;
	font-weight: 400;
}

.highlight-button{
	color: #961b20;
    border-color: #961b20;
}

.highlight-button:hover{
	color: #ffffff;
    background-color: #961b20;
    border-color: #961b20;
}

/* Search Table */
.live-search-list tr:first-child {
    background: #ddd;
}

.live-search-list td:last-child {
    text-align: center;
}

.live-search-list td{
	padding: 8px;
}

.live-search-list .fa-linkedin{
	color: #0073b0;
}

.live-search-cont{
	margin-bottom: 30px;
  	position: -webkit-sticky;
	position: sticky;
	top: 190px;
}

.live-search-box{
	border: none;
    border-bottom: 2px solid #212121;
    background: #d9d9d9;
    font-size: 16px;
	border-radius: 6px;
	margin: 0;
}

.live-search-box:hover{
	background: #eaeaea;
}

.live-search-box:active,
.live-search-box:focus{
	background: #eaeaea;
	border: none;
    border-bottom: 2px solid #dc222c;
}

/* Blog */

.blog-title a{
	font-weight: 600;
}

.blog-title a:hover{
	color: #961b20;
}

.blog-listing{
	overflow: initial;
}

.blog-listing .blog-details{
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.blog-listing .blog-details:hover{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	transform: translatey(-10px);
}

.blog-listing .blog-details{
	padding: 30px !important;
}

.blog-listing .blog-post .blog-details .btn{
	margin-bottom: 0;
	color: #961b20;
	border-color: #961b20;
}

.blog-listing .blog-post .blog-details .btn:hover{
	color: #fff;
	background: #961b20;
}

.hcode-related-post-wrapper .blog-grid-listing .blog-listing .blog-details{
	box-shadow: none;
}

.hcode-related-post-wrapper .blog-listing .blog-details:hover{
	transform: none;
}

.blog .separator-line{
	display: none;
}

/* Article */
.short-description ul, .product-deails-tab .tab-pane ul, .blog-details-text ul{
    list-style-position: initial;
    margin-left: 30px;
}

/* Form */
form label{
	font-weight: 700;
	margin-bottom: 5px;
}

.wpcf7-form-control .wpcf7-list-item{
	margin-left: 0;
}

form .form-check{
	text-align: center;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active{
	background-color: #eee;
    border-color: #aaa;
	color: #000;
	cursor: no-drop;
}

form .wpcf7-submit{
	min-width: 200px;
	color: #961b20;
	background-color: #fff;
    border-color: #961b20;
	border-width: 2px;
	font-size: 16px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary{
	background-color: #961b20;
    border-color: #961b20;
	color: #fff;
}

textarea{
	max-height: 160px;
}


/* Footer */

.footer-logo img{
	max-width: 200px;
	transform: translateY(-2px);
}