/*
Theme Name: MAF Child Theme 2024
Theme URI: https://alphasys.com.au
Template: Blank
Author: AlphaSys
Author URI: https://alphasys.com.au
Description: a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content.
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.4.0.1722238763
Updated: 2024-07-29 17:39:23

*/

/*.entry-title{
    display:none;
}*/

.gfield_label.gform-field-label {
    margin-top: 0.875rem;
}

.gform_footer input[type=submit]{
    text-transform: uppercase !important;
    text-align: center !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    border-radius: var(--radius) !important;
    padding: .5rem 1.5rem !important;
    background-color: var(--primary-1) !important; 
    margin-top: 0rem !important;
    width: 12.5rem !important;
    height: 3.125rem !important;
}

.gform_footer .gform_button.button:hover{
    background-color: var(--primary-2) !important;
    color: #ffffff !important;
}

.gfield_label.gform-field-label.gfield_label_before_complex {
    padding-top: 0.813rem !important;
    margin-bottom: -0.25rem !important;

}

/*.button:hover {
    background-color: var(--primary-2) !important;
    color: #ffffff !important;

}*/

/*.gfield {
    margin-top: -20px !important; 
}*/

.ginput_complex.ginput_container{
    margin-top: 0.875rem !important;
}


.ginput_container_creditcard {
    display: flex !important;
    justify-content: space-between !important; 
    padding-bottom: 1.25rem !important;
}


.ginput_full.gform-grid-col {
    flex: 1 !important; 
    margin-right: 0rem !important; ;
}

 
@media (max-width: 600px) {
    .ginput_container_creditcard {
        display: block !important; 
        padding-bottom: 1.25rem !important;
    }
    
    .ginput_full.gform-grid-col {
        width: 100% !important; 
        margin-right: 0rem !important; 
        margin-bottom: 1.25rem !important; 
    }
}

 



/***************** magic cards *****************/




/******* News Card *******/
/*
.magic_card .news ul.term-list {
	margin: 0;
	list-style: none;
}


.magic_card .news .term-list {
	display: flex;
	gap: .2rem;
}

.magic_card .news .term-list li {
	font-size: .5rem;
    text-transform: uppercase;
    background: var(--primary-2);
    color: var(--primary-4);
    padding: .2rem .4rem;
    width: fit-content;
    border-radius: var(--radius);
	letter-spacing: .05rem;\
}*/

/* Title Card  */
/*.magic_card .title .background-image.padding-1 {
    height: 7rem;
    width: 100%;
    border-radius: 1rem;
}
.magic_card .title div.padding-2 {
    min-height: unset;
    width: 100%;
    border-radius: 1rem;
}*/