/**
Theme Name: Astra Child
Author: Site Smart Marketing
Author URI: http://wpastra.com/about/
Description: A custom theme design by Site Smart Marketing.
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
*/

/* FEATURED POSTS SECTION  */
.uael-post__content-wrap, .round-corners {
		border-radius: 25px;
}

/* FEATURED POSTS - END */

/* HIDE OVERLAY BADGES */

.grecaptcha-badge {
	visibility: hidden;
	display: none !important;
}

/* COOKIE CONSENT THUMBPRINT */

.gpHmoI {
	bottom: 100px!important;
}

/* GENERAL */

.white-text, .white-text p, .white-text span {color:#fff!important;}
 
/* HEADER */
@media only screen and (max-width: 1165px){
	.header-logo-global img,.header-logo-homepage img, .header-logo-container-homepage, .header-logo-container-global  {
		width: 150px !important;
	}
}

 
/* MAIN NAV */


/* MAIN NAV SUBNAV ICON FIX*/

.sub-arrow + .sub-arrow {
  display:none;
}
 
/* HOME */
 
/* BUTTONS */

/* PRIMARY BUTTON */
.elementor-widget-button.button a, a.button, .button, .elementor-button, .read-more a, .gform_button.button {
	padding: 20px 40px 20px 40px;
	background-color: #280B5F !important;
	border-radius: 50px;
	color: #fff!important;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6em;
}

.elementor-widget-button.button a:hover, a.button:hover, .button:hover, .elementor-button:hover, .read-more a:hover, .gform_button.button:hover{
	background-color: #3D62A0 !important;
	color: #fff!important;
	font-weight: 500;
}

/* ALT BUTTON */
.elementor-widget-button.alt-button a, a.alt-button {
	padding: 20px 40px 20px 40px;
	background-color: #59B0DB !important;
	border-radius: 50px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6em;
}

.elementor-widget-button.alt-button a:hover, a.alt-button:hover{
	background-color: #3D62A0 !important;
	color: #fff;
	font-weight: 500;
}


/* GFORM */


/* GFORM ERROR STYLING */
.gform_wrapper div.validation_error, .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
    border: 2px solid #ff0000!important;
    color: #ff0000!important;
}

.gform_wrapper .gfield_error .gfield_label, .gform_wrapper .gfield_error .gfield_required {color: #ff0000!important;}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding-bottom: 0 !Important;
    padding-top: 0 !Important;
}

.gform_wrapper div.validation_error {
    font-weight: 700;
    padding: 16px 0;
    clear: both;
    width: 100%;
    text-align: center;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 0px)!important;
}

.gform_wrapper .validation_message {
    display: none;
}
 
/* CATEGORY */
.category-posts .elementor-post__title
{
	padding-bottom: 20px;
	
}
.category-posts h3.elementor-post__title a
{
	font-size: 18px !important;
}
.category-posts .elementor-post__text
{
	margin: -140px 0px 0px 0px;
    padding: 10px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
}
.category-posts h3.elementor-post__title a
{
	color: #fff !important;
}
.category-posts .elementor-post__read-more{
	color: #31B0F5;
	font-size: 15px;
	font-weight: 600; 
}
.category-posts .elementor-post__read-more:hover{
	color: #31B0F5;
	font-weight: 600;
	text-decoration: underline;
}
.category-posts .elementor-post__read-more-wrapper{
	margin-bottom: 40px;
}
/* PAGES & POSTS */
 

/* FOOTER */
 
/* MOBILE RESPONSIVE */
@media only screen and (max-width: 1165px){
	header .custom-logo-link img {
		width: 150px !important;
	}
}

@media only screen and (max-width: 641px){
    .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
        max-width: calc(100% - 0px) !important;
        padding-right: 0;
        width: 100%;
    }
	.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
		width: calc(50% - 10px)!important;
	}
	.gform_wrapper .top_label li.gfield.gf_right_half {
		float: right;
	}	
}
