/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
   
section.entry-hero{ background-attachment: ;}

.kb-blocks-bg-video-container .kb-blocks-bg-video{width: 101% !important;}

.null{
background-image: url('https://startertemplatecloud.com/g11/wp-content/uploads/sites/35/2021/03/product-school-4jtHJX4eSNk8-unsplash.jpg');
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
}

.imgrad img{border-radius: 10px;}

div.kb-row-layout-wrap:nth-child(2){padding-top: 46px;}
div.kb-row-layout-wrap:last-child{padding-bottom: 46px;}

.red {color: #c30d0d;}
form > fieldset{border: none;}
form ol{padding-left: 10px !important; list-style-type: none;}
form > fieldset > ol > li{margin-bottom: 28px;}
form > fieldset.sub > div{margin-left: 20px; max-width: 768px;}



form > fieldset > ol > li > label { width:100%;}
form .form-textarea{max-width:615px;}

form > fieldset label{display: inline-block; width: 100%;}
form > fieldset input{width: 100%;}
form .form-textarea { width: 100%;
  max-width: 615px;
}
div.warn{max-width: 842px; margin-left:auto; margin-right:auto; margin-bottom: 28px;}

#Submit1{
 font-size: 26px;
 line-height: 28px;
 padding: 15px 30px;
 background: #031B38;
 border: 1px solid #031B38;
 background: linear-gradient(to bottom,#1E4573 0%,#031B38 100%);
 color:white;
	max-width: 468px;
}

@media screen and (max-width: 768px){
	form ol{padding-left: 0px !important;}
	form > fieldset.sub > div{margin-left: 0px;}
}

footer ul{list-style: none !important;}
