/* ===================================================================================

* Theme Name: Acadia Child
* Theme URI: https://wp.themepure.net/acadia/
* Author: Theme_Pure
* Author URI: https://themeforest.net/user/theme_pure/
* Description: Acadia - University & Online Course WordPress Theme
* Version: 1.0.0
* Template: acadia
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */






a.acadia-course-btn.acadia-course-btn-outline.w-100.mt-5 {
    display: none;
}



/* Country and State Hide */
#billing_country_field, 
#billing_state_field {
    display: none !important;
}




/* District (billing_city) Dropdown Style 
p#billing_city_field select, */
select#billing_city { 
    border: 1px solid #d3ced2 !important; /* ഇമേജിലെ ആ ഗ്രേ ബോർഡർ */
    border-radius: 4px !important;        /* ബോക്സിന്റെ അറ്റം വളയ്ക്കാൻ */
    height: 50px !important;              /* ബോക്സിന്റെ ഉയരം */
    padding: 10px 15px !important;        /* ടെക്സ്റ്റും ബോക്സും തമ്മിലുള്ള അകലം */
    background-color: #fff !important;    /* ബാക്ക്ഗ്രൗണ്ട് വെള്ള */
    color: #333 !important;               /* അക്ഷരങ്ങളുടെ നിറം */
    width: 100% !important;               /* മുഴുവൻ വീതിയും കിട്ടാൻ */
    outline: none !important;             /* ക്ലിക്ക് ചെയ്യുമ്പോൾ വരുന്ന നീല ലൈൻ കളയാൻ */
    box-shadow: none !important;
	display: block;
}

/* ക്ലിക്ക് ചെയ്യുമ്പോൾ (Focus) ബോർഡർ കറുപ്പ് നിറമാകാൻ */
p#billing_city_field select:focus, 
select#billing_city:focus {
    border-color: #111 !important; 
}


.tp-woo-input-field p > span {
    font-size: 15px !important;
    /*font-family: var(--tp-ff-marcellus), serif !important; /* ഫോണ്ട് കിട്ടിയില്ലെങ്കിൽ സാധാരണ ഫോണ്ട് വരാൻ serif കൂടി ചേർത്തു */
    display: grid !important;
	display: block;
}


/* Country and State Hide */
#billing_country_field, 
#billing_state_field {
    display: none !important;
}