/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
Description:	Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author:			Elementor Team
Author URI:		https://elementor.com/
Template:		hello-elementor
Version:		1.0.0
Text Domain:	hello-elementor-child
Tags:           flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.pewc-columns-1{
	display: grid !important;
	grid-template-columns: 1fr;
	gap: .5rem;
}
.pewc-columns-2{
	display: grid !important;
	grid-template-columns: 1fr 1fr;
	gap: .5rem;
}
.pewc-columns-3, .pewc-columns-4, .pewc-columns-5, 
.pewc-columns-6{
	display: grid !important;
	grid-template-columns: 1fr 1fr 1fr;
	gap: .5rem;
}
.pewc-columns-12{
	display: grid !important;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: .5rem;
}
.pewc-checkbox-wrapper, .pewc-radio-wrapper, .pewc-radio-image-wrapper, .pewc-checkbox-image-wrapper {
    width: 100% !important;
}
@media only screen and (max-width: 767px) {
    #short_des {
        order: 7 !important;
    }
}
table.pewc-information-fields td{
	background: none !important;
	text-align: center;
}
.pewc-groups-accordion .pewc-group-wrap h3{
	padding: 0 !important;
	background-color: transparent !important;
}
@media only screen and (max-width: 800px) {
	.pewc-radio-images-wrapper.pewc-columns-3 .pewc-radio-image-wrapper{
    grid-template-columns: 1fr !important;
}
}