/**
Theme Name: HKS Child Theme
Author: Hundred Kit Studio
Author URI: http://www.hundredkitstudio.com
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hks-child-theme
Template: astra
*/

/*.parallax{
	perspective: 1px;
	overflow-x: hidden;
	overflow-y: auto;
}
.parallax{height:100vh;}
#one,#two,#three{position:absolute;top:0;bottom:0;left:0;right:0;}
.rellax1{transform: translateZ(-1px);}
.rellax2{transform: translateZ(0px);}
.rellax3{transform: translateZ(4px);}*/






/*Form*/
.entry-row{
	display:flex;
	flex-wrap: wrap;
	width:100%;
	margin-bottom:0!important;
}
.lf-col, .rg-col{width:50%;display:flex-end;}
.lf-col{padding-right:10px;}
.rg-col{padding-left:10px;}
.fl-col{width:100%;display:flex-end;}

form .entry-row p{margin-bottom:20px;}



@media(max-width:768px){
	.lf-col, .rg-col{width:100%;display:block;}
	.lf-col{padding-right:0;}
	.rg-col{padding-left:0;}
}
.form-submit{text-align:center;}
/*form Loader*/
span.wpcf7-spinner{display:block;margin:10px auto;}

/*Arrow*/
.wpcf7 select{
	appearance: none;
	color:#666;
	border:0;
}

.wpcf7-form input{border:0;padding:10px!important;}

.wpcf7-form select{
	background:#fff url("/wp-content/uploads/2024/03/arrow.png") no-repeat right !important;
	
}

/*Form - Response*/
.wpcf7 form.sent .wpcf7-response-output{background:#46b450;color:#fff;font-weight:600;border:0;border-radius:4px;}
.wpcf7 form.invalid .wpcf7-response-output{background:red;color:#fff;font-weight:600;border:0;border-radius:4px;}


/*Form - Submit*/
.btn-row{margin-top:30px;}

.wpcf7-form input[type="submit"]{padding:15px 40px!important;font-size:16px;}
@media (max-width:768px){
.wpcf7-form input[type="submit"]{width:100%;}	
}

/*Form Field*/
input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea, .wpcf7 input:not([type=submit]), .wpcf7 input:not([type=submit]):focus{ 
	border-radius:4px;
	padding:14px 10px!important;
	margin:5px 0;
	font-size:13px;
	-webkit-appearance:none;
}
/*Form Title*/
.form-title{border-top:1px solid #000;margin-top:20px;}
.form-title h6{margin-bottom:0;margin-top:10px;}

input[type="date"]::before {
	color: #999999;
	content: attr(placeholder);
}
input[type="date"] {
	color: #ffffff;
}
input[type="date"]:focus,
input[type="date"]:valid {
	color: #666666;
}
input[type="date"]:focus::before,
input[type="date"]:valid::before {
	content: "" !important;
}




/*Home Banner Test*/
h2.parallax-title{
	color: #FFFFFF;
    font-family: "Barlow", Sans-serif;
    font-size: 200px;
    font-weight: 100;
    letter-spacing: 50px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
	text-align:center;
	mix-blend-mode:overlay;
}
/*Slide Background*/
.elementor-883 .elementor-element.elementor-element-8591cd3 > .elementor-background-overlay{
       -webkit-animation: slidein 100s;
        animation: slidein 100s;

        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;

        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;

        -webkit-animation-direction: alternate;
        animation-direction: alternate;              
}
@-webkit-keyframes slidein {
from {background-position: top; background-size:3000px; }
to {background-position: -100px 0px;background-size:2750px;}
}

@keyframes slidein {
from {background-position: top;background-size:3000px; }
to {background-position: -100px 0px;background-size:2750px;}
}









/*Logo*/
span.site-logo-img{position:absolute;top:4px;right:0;left:0;}
.ast-site-identity{padding:4px 0;}
/*revert when sticky*/
.ast-sticky-active span.site-logo-img{position:relative;top:0px;}




/*homepage fullwidth*/
.home #page{max-width:100%;margin: 0 auto !important;padding: 0 !important;}
.home .ast-primary-header-bar.ast-primary-header.main-header-bar.site-header-focus-item{max-width:100%;margin: 0 auto !important;padding: 0 !important;}