/*!
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=Kanit: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');


html, body{
	font-family: "Kanit", sans-serif !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;
}

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

.site-header{
	box-shadow: 4px 4px 15px rgba(96, 174, 202, .1), -4px -4px 15px rgba(58, 114, 130, .1);
}

.wpcf7-form-control{
	width:100%;
}

.boxab{
	position:absolute;
}

.boxrel{
	position:relative;
}

.boxprod:hover .boxtxtprod h5{
	color:#fff !important;
}

select, input, textarea {
	font-family: "Kanit", sans-serif !important;
}

@media screen and (max-width: 1024px) {
#my-toggle-container {
    display: none;
  }
	
	.boxab{
	position:relative;
	top:0;
}
}
