/*
Theme Name: 1SEO Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: 1SEO Elementor Child is a child theme of Hello Elementor, created by 1SEO team
Author: 1SEO
Author URI: https://1seo.com
Template: hello-elementor
Version: 1.0.1
Text Domain: 1seo-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

ul.columns-4 li,
ul.columns-3 li,
ul.columns-2 li,
ol.columns-4 li,
ol.columns-3 li,
ol.columns-2 li, 
ul.min-columns-2 li,
ol.min-columns-2 li {
	break-inside: avoid;
	page-break-inside: avoid;
}
ul.centered-list,
ol.centered-list {
	width: fit-content;
	width: -moz-fit-content;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
ul.min-columns-2,
ol.min-columns-2 {
	columns: 2;
}
@media (min-width: 600px) {
	ul.columns-4,
	ol.columns-4,
	ul.columns-3,
	ol.columns-3,
	ul.columns-2,
	ol.columns-2 {
		columns: 2;
	}
}
@media (min-width: 1025px) {
	ul.columns-4,
	ol.columns-4,
	ul.columns-3,
	ol.columns-3 {
		columns: 3;
	}
}
@media (min-width: 1200px) {
	ul.columns-4,
	ol.columns-4 {
		columns: 4;
	}
}

.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol,
.elementor-widget-theme-post-content ul,
.elementor-widget-theme-post-content ol,
.elementor-tab-content ul, 
.elementor-tab-content ol {
	margin-bottom: 0.9em;
}


/**
 * Gravity form styles
 * 
 * */
.gform-theme--foundation .gform_fields {
    grid-column-gap: 10px !important;
    -moz-column-gap: 10px !important;
    column-gap: 10px !important;
    grid-row-gap: 10px !important;
    row-gap: 10px !important;
}

#gform_1 label{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
legend.gfield_label {
    color: #fff !important;
    font-size: 16px !important;
}

body .gform_wrapper .gform_footer input[type=submit] {background-color:#a06837 !important;
	font-weight:600 !important;
	font-size:18px !important;
	border-radius:0px !important;
	color:#fff!important;
	border-style:solid !important;
	border-color:#fff !important;
	border-width:2px !important;
}
body .gform_wrapper .gform_footer input[type=submit]:hover {background-color:#fff !important; color:#000 !important;
}
