/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
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.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

a.hfe-menu-item:focus {
    outline: none;
}
.fixed_header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}
.fixed_header.head_scrolled {
    background-color: #111!important;
	padding-top: 0px!important;
}

.logged-in .fixed_header .in_item {
	display: block;
}
.logged-in .fixed_header .out_item {
	display: none;
}
body:not(.logged-in) .fixed_header .in_item {
	display: none;
}

.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-link, 
.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .menu-item > .menu-link {
    color: rgba(23,42,52,0.6);
}
.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-link:hover, 
.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .menu-item > .menu-link:hover {
    color: rgba(23,42,52,1);
}

.hero_button .elementor-column:first-child i {
	font-size: 22px;
    margin-top: -3px;
}
.hero_button .elementor-column:last-child i {
	font-size: 14px;
/*     margin-top: -3px; */
}

.tab_pricing.elementor-widget-tabs .elementor-tabs-wrapper {
    background-color: #F6F6F8;
    display: inline-block!important;
    margin: 0 auto;
    border-radius: 24px;
    padding: 4px;
}
.tab_pricing.elementor-widget-tabs .elementor-tabs {
    text-align: center;
}
.tab_pricing.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title {
    padding: 8px 16px;
    border-radius: 24px;
}
.tab_pricing.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
    box-shadow: 0 1px 3px 0 #2F2B431A;
}

.home_subsfrm form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.home_subsfrm form .wpforms-submit-container {
    width: 160px;
    padding: 0;
}
.home_subsfrm form .wpforms-submit-container button {
    padding: 12px 16px;
    background-color: #2F2B43;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    border-radius: 8px;
}
.home_subsfrm form .wpforms-field-container {
    width: 315px;
}
.home_subsfrm form .wpforms-field-container input {
    border: 1px solid #172A341A;
    border-radius: 12px;
    padding: 12px 16px;
    box-shadow: 0 1px 3px #2F2B431A;
    font-size: 16px;
    line-height: 24px;
}

.pricing_month span.month {
	color: #172A3499;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: 0;
}
.pricing_month.exp span.month {
	color: #FFFFFF99;
}

.loginfrm_design .login-username input,
.loginfrm_design .login-password input {
    width: 100%;
    border-radius: 6px;
    border: 1px solid var(--gray-200, #E2E8F0);
    background: var(--white, #FFF);
    margin: 0 0 15px;
}
.loginfrm_design .login-remember {
	margin: 10px 0 25px;
}
.loginfrm_design .login-submit input,
button.wpforms-submit {
	border-radius: 6px;
	background: linear-gradient(90deg, #0092DF 0%, #00E0D0 100%);
	width: 100%;
	color: #fff;
}

.bottom_metaslider .metaslider .flex-viewport {
	overflow: visible!important;
}

.above_footer {
	position: relative;
	overflow: hidden;
}
.above_footer .elementor-container:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	right: 49%;
	top: 0;
	z-index: 10;
}
.above_footer .elementor-container > .elementor-column:first-child {
    position: relative;
    z-index: 20;
}
.metaslider-flex ul.slides li:not(.flex-active-slide) {
    opacity: 0.3;
}

.signup_frm input,.signup_frm select {
    border-radius: 12px;
    border: 1px solid var(--alpha-black-10, rgba(23, 42, 52, 0.10));
    background: var(--base-white, #FFF);
    box-shadow: 0px -1px 0px 0px rgba(47, 43, 67, 0.10) inset, 0px 1px 3px 0px rgba(47, 43, 67, 0.10);
}
.signup_frm label {
    color: var(--primary-900, #2F2B43);
}
.signup_frm .rm_form_field_type_richtext p {
    font-size: 14px;
	line-height: 1em;
    margin-top: -10px;
}
.signup_frm input {
    padding-left: 40px;
}
input.name_fld,
input.email_fld {
    background-image: url(/wp-content/uploads/2023/07/user-2-fill.png);
    background-repeat: no-repeat;
    background-position: 10px;
}
input.email_fld {
    background-image: url(/wp-content/uploads/2023/07/mail-line.png);
}
.signup_frm .rmagic .buttonarea {
    text-align: right!important;
    margin-top: 0;
}
.signup_frm .rmagic .buttonarea input,
.rmagic .buttonarea input[type='button'], 
.rmagic .buttonarea input[type='submit'] {
    background: var(--primary-900, #2F2B43);
    color: var(--base-white, #FFF);
    font-size: 16px;
    font-weight: 500;
    padding: 12px 16px;
    min-width: 90px;
    margin-left: auto;
}

.account_un {
	text-align: center;
}

.pricing_testis .eael-testimonial-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pricing_testis .eael-testimonial-content > * {
    width: 100%;
}
.pricing_testis .eael-testimonial-content > ul.testimonial-star-rating {
    order: -1;
    margin-bottom: 48px;
}
.pricing_testis .eael-testimonial-content > ul.testimonial-star-rating i.fas {
    color: #2F2B43;
}

.bigthumb_slider.metaslider-flex ul.slides li:not(.flex-active-slide) {
    transform: scale(0.9);
}

div#wordpress_file_upload_title_1 {
    background: url(http://finalphotodev.1oakstudios.com/wp-content/uploads/2023/08/upload-Button.png);
    width: 200px;
    height: 55px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    display: none;
}
div#wordpress_file_upload_title_1 span.file_title_clean {
    opacity: 0;
}
div#wordpress_file_upload_block_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
div#wordpress_file_upload_block_1 > * {
    width: 100%;
    text-align: center;
}
div#wordpress_file_upload_block_1 form.file_input_uploadform {
    margin: 0 auto;
    height: 50px;
    width: 150px;
}
div#wordpress_file_upload_block_1 form.file_input_uploadform input[type="button"].file_input_button,
div#wordpress_file_upload_block_1 form.file_input_uploadform input[type="button"].file_input_button_hover{
    left: 0;
    width: 100%;
    background: url(http://finalphotodev.1oakstudios.com/wp-content/uploads/2023/08/upload-Button.png);
    /* width: 200px; */
    height: 55px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    display: block;
    color: rgba(0,0,0,0);
    border: 0;
}
div#wordpress_file_upload_textbox_1 > input {
    width: auto;
    height: 35px;
    border-radius: 10px;
    border: 1px solid #c8cdcf;
/*     box-shadow: 0 5px 10px #c8cdcf; */
    margin-bottom: 5px;
/* 	display: none; */
}
div#wordpress_file_upload_editor_1 {
    display: none;
}

.have_questions label.wpforms-field-label,
.have_questions .wpforms-field-label-inline {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 10px;
	color: #161324E5;
}
.have_questions .wpforms-field {
    margin-bottom: 20px;
    clear: both;
}
.have_questions .wpforms-field input,
.have_questions .wpforms-field select,
.have_questions .wpforms-field textarea {
    border: 1px solid #161324E5;
    border-radius: 0;
    background: none;
}
.have_questions button.wpforms-submit {
    border-radius: 8px;
    border: 1px solid #172A341A;
    color: #FFFFFF;
    background: #040C18;
    width: auto;
    padding: 12px 20px;
    box-shadow: 0 1px 3px #2F2B431A;
}
.have_questions .wpforms-container .wpforms-submit-container {
    text-align: right;
}
.have_questions .wpforms-field-radio li {
	padding-bottom: 10px;
}

.secList img {
	border: 5px solid #fff;
}
.activethumb img {
	border-color: #2bcac9;
}
.sect_img .twentytwenty-container {
/*     overflow: visible; */
}
.sect_img .twentytwenty-overlay .twentytwenty-before-label,
.sect_img .twentytwenty-overlay .twentytwenty-after-label {
    opacity: 1;
}
.twentytwenty-horizontal .twentytwenty-before-label:before, 
.twentytwenty-horizontal .twentytwenty-after-label:before {
    top: unset;
    bottom: 10px;
    text-transform: uppercase;
    color: #172A34E5;
    padding: 0;
    line-height: 1em;
    background: none;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.sect_img .twentytwenty-container:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0;
    background: #fff;
    z-index: 99;
}
.sect_img .twentytwenty-overlay {
    z-index: 100;
	top: unset;
    height: 40px;
    bottom: 0;
}

.inc_nobullets ul.elementor-icon-list-items {
    list-style: none;
    margin-left: 0;
}


@media screen and (max-width: 414px) {
	.above_footer .elementor-container:before {
		display: none;
	}
}