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





/*Body Move Fix*/
html, body {width: auto!important; overflow-x: hidden!important} 


/*Link Underline Style Fix*/
a{text-decoration:none!important;}

/*DIV Content Background*/
div#primary{background:#fff;}


/*Color Tag*/
.teal{color:var(--ast-global-color-0);}
.citrus{color:var(--ast-global-color-1);}

/*Heading*/
h1,h2,h3,h4,h5,h6{letter-spacing:4px;}


/*Line*/
.line{border:2px solid #D8C192;width:50px;margin:0 auto;}


/*BR*/
.pcbr{display:block;}
@media(max-width:320px){
	.pcbr{display:none;}
}


/*Logo*/
.ast-logo-title-inline .ast-site-identity{padding:10px 0;}
.ast-logo-title-inline .site-logo-img{padding-right:0;}
.ast-primary-header-bar .ast-builder-grid-row{grid-column-gap:5px;}

/*Mobile Overlay*/
/*background*/
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner{background:url('/wp-content/uploads/2022/04/oona-moobile_overlay_3-min.jpg');background-size:cover;}
/*Close Button*/
.ahfb-svg-iconset svg{width:30px;height:30px;z-index:1;}
/*Social*/
.mb-overlay-social{margin-top:100px;text-align:center;}
/*Arrow Button*/
.ast-menu-toggle{background-color:transparent!important;}
.ast-icon.icon-arrow svg{color:#fff;}
.ast-header-break-point .ast-icon.icon-arrow svg{width:0.6em!important;height:0.6em!important;}
.menu-link span.ast-icon.icon-arrow, .ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type{display:none!important;}
/*Arrow Padding*/
.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{right:40%;}
@media(max-width:768px){
	.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{right:22%;}
}
/*Treatment Bar*/
li.treatment-menubar{background:rgba(0,66,70,0.6); pointer-events: none;}




/*Toggle*/
.ast-menu-toggle:focus, .ast-button-wrap .menu-toggle.main-header-menu-toggle:focus,a.menu-link:focus{outline:none;}





/*Background*/
.ast-separate-container{background-image:url('/wp-content/uploads/2022/04/oona-background_1-min.jpg');background-size:cover;background-position:center;}
/*Container*/
@media(max-width:920px){
	.ast-container, .ast-container-fluid{padding-left:0!important;padding-right:0!important;}
}
.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single{padding:0!important;}




/*Footer Accordion*/
#footer-accordion a{text-decoration:none;font-weight:400;}
#footer-accordion p.ft-title{font-weight:bold;margin-bottom:0;}
#footer-accordion ul{color:var(--ast-global-color-0);}
/*Icon*/
#footer-accordion .fa-plus:before{content:url(/wp-content/uploads/2022/04/oona_accordion_icon_2-min.png);}
#footer-accordion .fa-minus:before{content:url(/wp-content/uploads/2022/04/oona_accordion_icon_3-min.png);}




/*Form*/
.wpcf7-form select{width:100%;}


.form-submit{text-align:center;}
/*form Loader*/
span.wpcf7-spinner{display:block;margin:10px auto;}
.wpcf7 select, input[type=date]{
	-webkit-appearance: none;
}
/*From Select Arrow*/
.wpcf7-form select{
	background:#feead5 url("/wp-content/uploads/2023/05/arrow.png") no-repeat right !important;
	padding:14px 10px;
}

/*Checkbox*/
.wpcf7-list-item{margin:0;}

/*Agreement*/
.form-terms span.wpcf7-list-item-label{font-size:14px;}


/*Style*/
.wpcf7 input:not([type=submit]), .wpcf7 select, .wpcf7 textarea{padding:14px 10px;}
input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], input[type=date], select, textarea{
	border-radius:5px;
	background:#feead5;
	border:0;
	width:100%;
	font-size:14px;
}
/*Submit Button*/
.form-btn{text-align:center;padding-top:10px;}
input[type=submit]{
	font-size:16px;
	padding:14px 34px;
}
/*Date Picker*/
input[type="date"]:before {
  color:#55565B;
  content: attr(placeholder) !important;
	width:200px;
}
input[type="date"]:focus:before {
  content: '' !important;
}
/*Placeholder*/
input::placeholder{color:#666;}

/*Form Field Alert*/
.wpcf7-not-valid-tip{font-size:14px;}

/*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:var(--e-global-color-secondary);color:#fff;font-weight:600;border:0;border-radius:4px;}


/*Form Notice Bar*/
.form-notice{background:var(--ast-global-color-1);border-radius:2px;max-width:500px;margin:0 auto;}
.form-notice p{text-align:center;color:#fff;font-weight:600;font-size:13px;}

/*Form Column Style*/
.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;}







/*UAE - Blog Page*/
.uael-post__terms-meta-tag .uael-listing__terms-link:not(:last-child):after, .uael-post__terms-meta-cat .uael-listing__terms-link:not(:last-child):after{margin:0!important;}

span.uael-post__terms-meta{display:block;margin-top:10px;}
span.uael-post__terms-meta.uael-post__terms-meta-cat a{color:var( --e-global-color-primary );}

/*Hide Filter*/
/*Blog - Hide Filter*/
li[data-filter=".suggest"], li[data-filter=".tips"]{display:none;}


/*Single Post*/
.single h1.entry-title{margin-top:20px;}
.single h1.entry-title,.single .entry-meta, .archive h2.entry-title, .archive .entry-meta,.archive .entry-content{padding:0 40px;}
@media (max-width:768px){
	.single h1.entry-title,.single .entry-meta, .archive h2.entry-title, .archive .entry-meta, .archive .entry-content{padding:0 20px;}
}




/*Achieve Page*/
.archive h2.entry-title{letter-spacing:0;line-height:1.5em;}
.archive p.read-more {margin-bottom:50px;padding:0;}
.archive div.post-content.ast-grid-common-col{padding-bottom:0px;}
.archive .ast-archive-description{padding:30px 40px!important;}


body.archive .ast-archive-description{background:#E0EAE6;}
h1.page-title.ast-archive-title{font-size:35px;font-weight:400;text-align:center;letter-spacing:4px;}
@media (max-width:768px){
	h1.page-title.ast-archive-title{font-size:33px!important;}
	.archive h2.entry-title{font-size:22px;}
	.archive .ast-archive-description{padding:20px!important;}
}




/*Landing Page*/
@media(max-width:920px){
	#landhead .elementor-column {width:100%}
	#landhead .elementor-widget-wrap{justify-content:center;}
	}
#landhead-i h3, #landhead-i h4{margin-bottom:5px;}
#landhead-i div.elementor-icon-box-wrapper{align-items:center;}

