/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anuphan:wght@100..700&display=swap');

html, body{
	font-family: "Barlow Semi Condensed", "Anuphan" !important;
}

.single-content h1.elementor-heading-title, .single-content h2.elementor-heading-title, .single-content h3.elementor-heading-title, .single-content h4.elementor-heading-title, .single-content h5.elementor-heading-title, .single-content h6.elementor-heading-title {
    margin-bottom: 0 !important;
}

p{
	margin: 0.5rem 0 !important;
}

.single-content ul, .single-content ol {
    margin: 0 0 0.5rem !important;
}

#google_language_translator{
	display:flex;
}

#google_language_translator select.goog-te-combo{
    font-family: "Barlow Semi Condensed", "Anuphan" !important;
    padding: 5px 10px !important;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #939393 !important;
}
