/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.13.1760367080
Updated: 2025-10-13 14:51:20

*/
:root {
  --primary-color-code: #ffae00;
}
.primary-color{color: var(--primary-color-code);}

.survey-form-box{
	overflow:hidden !important;
	.survey-form-shortcode{
		position:relative;
		height:100%;
	}
	form{
		position:static;
		& > div{
			margin:0;
		}
		.fieldset-cf7mls-wrapper{
			position:static;
		}
	}
	.survey-img{
		width: 60px;
  		margin: 0 auto;
	}
	.heading-info{
		font-size : 32px;
		font-weight : 700;
		color:#000;
		line-height : 42px;
		text-align:center;
	}
	.form-box{
		margin-bottom:20px;
		p{
			margin:0;
		}
		label{
			font-size : 15px;
			line-height : 27px;
			margin : 0 0 8px 0;
		}
		input{
			font-size : 12px;
			font-weight : 300;
			line-height : 18px;
			border : 1px solid #A9B3C6;
			padding : 9px 18px 9px 18px
		}
		.short-label{
			font-size : 12px;
			font-weight : 300;
			line-height : 21.6px;
			margin : 11px 0 0 2px;
			p{
				margin:0;
			}
		}
		
	}
	fieldset{ 
		& > p{
			margin:0;
		}
		.cf7mls-btns {
			margin: 0;
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			background: #007ce2;
			min-height:auto !important;
		}
		button{
			margin:0 !important;
			padding:15px !important;
			background-color: #0000001A !important;
		}
		button[name="cf7mls_back"]{
			background:transparent !important;
			color: #fff !important;
		}
		input[type="submit"]{
			margin: 0 !important;
			position: absolute;
			right: 0;
			bottom: 0;
			z-index: 1;
			padding: 15px 17px !important;
		}
		.wpcf7-validation-errors{
			margin: 0 0 30px 0;	
		}
	}
}

/* new css */
a.header_right_btn {
    padding: 20px 40px !important;
}
a.header_right_btn span.main-heading-group {
    margin-bottom: -6px;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page a {
    padding: 10px 15px !important;
}

.opt-in-form form input::placeholder {
    font-size: 14px;
}
.elementor-6 .elementor-element.elementor-element-da83905 .elementor-field-subgroup label {
    font-family: 'Inter' !important;
    font-weight: 700 !important;
}
.opt-in-form form .elementor-field-type-submit button {
	padding: 12px 20px !important;
}
/* End css */

/* #surveys_page {
	width: inherit !important;
}


#surveys_page .wp-caption-text {
	position: absolute;
	top: 39%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 62px !important;
	color: #fff;
	font-weight: 600;
} */