/*
Theme Name: Fertile Frog Theme
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/
Description: Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. 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 and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
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.3.1
Updated: 2020-03-19 13:03:35

*/

/*----------------------------
		>>> TABLE OF CONTENTS
------------------------------
		1.0 General CSS
		2.0 Gravity
		3.0 Mobile Responsiveness
----------------------------*/

/*----------------------------
		1.0 General CSS
----------------------------*/
body, button, input, select, textarea, .ast-button, .ast-custom-button {
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
}
input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type=reset], input[type=tel], input[type=date], select {
	height: auto;
}
button, .ast-button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
	transition: all .3s;
	text-transform: uppercase;
	font-weight: bold;
}
input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type=reset], input[type=tel], input[type=date], select, textarea {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15) !important;
}
#ast-scroll-top {
	transition: all .3s;
}
.gfield input, .gfield textarea, .gfield select {
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
.content-area .elementor-widget-theme-post-content h1, .content-area .elementor-widget-theme-post-content h2, .content-area .elementor-widget-theme-post-content h3, .content-area .elementor-widget-theme-post-content h4, .content-area .elementor-widget-theme-post-content h5, .content-area .elementor-widget-theme-post-content h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-weight: bold;
}
.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
	margin-left: 20px;
}
.elementor-heading-title {
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
}
.elementor-widget-button .elementor-button,
.elementor-button {
	font-size: 18px; 
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 30px;
	background-color: var( --e-global-color-accent );
	color: #fff;
/* 	border: 1px solid var( --e-global-color-accent ); */
	padding: 9px 24px;
}
.elementor-widget-button .elementor-button:hover,
.elementor-button:hover {
	background-color: var( --e-global-color-primary );
	color: #fff;
/* 	border-color: var( --e-global-color-accent ); */
}
.elementor-accordion .elementor-accordion-item {
	margin-bottom: 20px;
	border: unset !important;
	background-color: #fff; 
	border-radius: 30px; 
	overflow: hidden;
}
.elementor-accordion .elementor-accordion-item:last-child {
	margin-bottom: 0px;
}
.elementor-accordion .elementor-tab-title {
/* 	border-radius: 30px;
	position: relative;
	z-index: 2;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05); */
}
.elementor-accordion .elementor-tab-content {
	border-top-width: 0px !important;
/* 	border-radius: 30px;
	border: unset;
	border-radius: 30px;
	margin-top: -20px;
	position: relative;
	background: #fff;
	border-top-width: 0px !important;
	width: 100% !important;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05); */
}
.elementor-accordion .elementor-tab-content p:last-of-type {
	margin-bottom: 0px !important;
}


/*---------------------------
			1.3 Header
---------------------------*/
.header-menu .current_page_item > a,
.footer-menu .current_page_item > a {
/* 	text-transform: uppercase; */
	font-weight: bold !important;
}
.footer-copyright a:hover {
	color: #FFFFFFA8 !important;
}

/*----------------------------
		2.0 Gravity Forms CSS
----------------------------*/
#gform_fields_1 textarea {
	border-radius: 15px;
}
.gfield_required {
	display: none !important;
}
.gform_wrapper .top_label li.gfield.gf_right_half {
	padding-right: 0px !important;
}



/*----------------------------
		3.0 Mobile Responsiveness CSS
----------------------------*/
@media all and (max-width: 1024px) {
	.elementor-widget-button .elementor-button,
	.elementor-button {
		font-size: 16px;
	}
}
@media all and (max-width: 767px) {
	body, 
	button, 
	input, 
	select, 
	textarea, 
	.ast-button, 
	.ast-custom-button {
		font-size: 16px;
	}
	.footer-menu .uael-nav-menu  {
		width: 100% !important;
	}
	.footer-menu .uael-menu-item,
	.footer-menu .uael-sub-menu-item {
		justify-content: center !important;
	}
	.news-posts .uael-post__bg-wrap {
		text-align: center !important;
	}
}
@media all and (max-width: 641px) {
	.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: 1em !important;
	}
}