/*
Theme Name: Syndified Child Theme
Theme URI: https://designStudio.com
description: Next Generation WordPress Theme to showcase products with a complex data syndication 
Version: 2.0.0
Author: DesignStudio
Author URI: https://designstudio.com/
Template: syndified-theme-main
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Text Domain: syndified-theme-child
*/

/* #dsShowcaseHeader .dsShowcaseMenu .menu-block .dsShowcaseSubMenu {
  display: block;
}  */

#input_72_1, #input_73_1 {
	display: grid;
	grid-template-columns: auto auto auto;
}
#input_72_1 label::before, #input_73_1 label::before {
	height: 15px;
width: 15px;
}
#input_72_1 label, #input_73_1 label {
	padding-left: 24px;
}
#input_72_1 label::after, #input_73_1 label::after {
	left: 5px;
	width: 6px;
}
@media only screen and (min-width: 1225px) {
#input_72_1 label, #input_73_1 label {
font-size: 1rem;	
}
	
/* #dsShowcaseHeader .dsShowcaseMenu {
	border: 2px solid #fff;
} */
}

.list li {
        /* list with multiple lines do not go under the bullet keep them aligned */
        list-style-position: outside;
        padding-left: 1em;
        text-indent: -1em;
        list-style:disc;
	    margin-left: 1rem;
    }

.menu-brand-col-two span {
  visibility: hidden;
}


@media only screen and (min-width: 1500px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1400px;
}
}