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

.logo-on-top { width: 100% !important; border-style: none !important; padding:0px !important;
  height: auto !important ; }

.sticky-nav { position: sticky !important ; display: inline-table !important; }

.videoLogo {margin:0 !important ; padding:0 !important; z-index: 2; }

h1, h2, h3, h4, h5 { text-transform: none ; }
/* table { border-bottom: 5px solid #ededed; border-collapse: collapse; border-spacing: 0; margin: 0; width: 100%; } */

section { padding: 0px 0 ; }

p {
    margin: 0 0 20px ;
}
sup {z-index: 0; }

.myArticles {color: #000000; font-family:Palanquin; font-size:calc(16px + 0.5vw); line-height:calc(1.1em + 0.5vw); margin-left:0%; margin-right:0%; }

.sticky   { position: -webkit-sticky; position: sticky; top: 0; background-color: white; padding-top: 11px; padding-bottom: 10px; z-index: 2;}
.subTitle { position: -webkit-sticky; position: sticky; top: 0; background-color: white; padding-top: 11px; padding-bottom: 10px; }

.textarea_raw_html { color: #FFFFFF; font-size: 14px; word-break: break-all; !important; }

#WizMenuDiv { position: relative; background-color: #B7C1CB; top: 0px; width: 100%; z-index: 2; }
#WizMenuId  { list-style: none; background-color: #B7C1CB; position: relative ; top: 50%; transform: translateY(-50%); font-size:24px; font-weight:bold; z-index: 2; }

nav { position: sticky; top: 0px; }

#WizMenuId li { display: inline; margin:10px; padding:5px ; }

#WizMenuId li.current-menu-item { background:white ; border-style:solid ; border-radius: 10px; }

#WizMenuId li:hover a { color: #0F0C89 ; }
#WizMenuId li:hover   { border-style:solid ; border-radius: 10px ; }

@media (max-width: 767px) {
	section { padding: 0px 0!important; }
	p       { margin:0 ; } }

/*--------- form css ---------*/
.form-sec {
    border: 1px solid #1b70ba;
    margin-bottom: 100px;
    margin-top: 20px;
    border-radius: 5px;
}
.form-sec .row {
    padding: 0 20px;
}
.row                   {
	margin-left:  0px ; 
	margin-right: 0px ; }

.form-heading           {
	background: #ffe033;
	color: #000000;
	padding: 10px 20px;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px; }

.form-sec .form-control{border-radius:5px;}
.form-sec label {
    font-size: 18px;
    margin-bottom: 3px;
    margin-top: 10px;
}
.age span.wpcf7-not-valid-tip {
margin-top: -1px;
}
.age .form-control {
    border: none;
}
.age span.wpcf7-list-item {
    margin: 0 20px 0 0;
}
.age span.wpcf7-list-item label {
    padding: 0;
}
.age span.wpcf7-list-item label input, .confirm-sec span.wpcf7-list-item label input {
    margin-right: 5px;
}
.confirm-sec .form-control {
    border: none;
}
.confirm-sec span.wpcf7-list-item {
    margin: 0;
}
.confirm-sec span.wpcf7-list-item label {
    padding: 0;
}
.confirm-sec {
    margin: 15px 0;
}
.submit-btn {
    background: #2b3ab7 ;
    color: #FFF !important;
    border: 1px solid #000;
    border-radius: 5px !important;
    width: 250px!important;
    display: block;
    padding: 10px;
    text-transform: uppercase;
    font-size: 18px;
    transition: all 0.4s ease;
	 margin-top: 20px;
    margin-bottom: 0;
}
.submit-btn:hover{background: #1b70ba;
    color: #FFF;}

span.wpcf7-checkbox      {
    margin-bottom: 10px; }

span.wpcf7-not-valid-tip {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	display: block !important;
	margin-top:   -10px;
	margin-bottom: 10px;
	position: relative;
	width: max-content;   }

.wpcf7-recaptcha {
	border: 0px !important; }

.wpcf7-not-valid {
	border: 5px solid #F00;  }

.form-sec textarea {
    height: 100%;
    max-height: 70px;
}
div.wpcf7-validation-errors {
    margin: 0px 0 30px !important;
    padding: 15px;
    text-transform: capitalize;
    font-size: 18px;
}

.form-sec label span {
    color: #ff0000;  }

.age span.wpcf7-list-item-label {
	margin-top: 2px;
	display: inline-block;
	color: #000;                 }

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 0;
    width: calc(100% - 30px);
}

.wpcf7-list-item         {
	display:inline-block; }

.wpcf7-form-control {
	color: #000000;
	font-weight: bold;
	font-size:24px ; }

input[type="checkbox"] { float: left; margin-top:13px; margin-bottom:13px; margin-right:8px; }
