/*
 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");

/* header */

.logo { max-width: 200px !important; }

/* page titles */
.content-top-margin { margin-top: 131px;}
h1.black-text {letter-spacing: 10px; color:#d22930; font-weight:400; line-height:130%; border:none;}


/* tables */
table { border-bottom: none; border-collapse: collapse; border-spacing: 0; margin: 0; width: 100%; }
td { border-top: none; padding: 8px 0; }

section.parent-section h1 {color: #fec52e; font-weight: 600; letter-spacing: 7px; }

@media only screen 
  and (max-device-width: 1024px) 
  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
		width:100%;
	}
}
