/*
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;
}


.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;
}
textarea.textarea {
    border-radius: 10px;
	font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #A0A0A0;
    background-color: #FFFFFF;
}

body .gform_wrapper .gform_footer input[type=submit] {
	background-color:#29b6b0 !important;
	text-transform:uppercase !important;
	font-weight:700 !important;
	border-radius:7px !important;
}
body .gform_wrapper .gform_footer input[type=submit]:hover {
	background-color:#3e505e !important;
}
.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;
}
label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
    color: #fff;
    font-weight: 700;
	font-size:16px;
}
textarea#input_1_6 {
    font-family: 'Montserrat';
    font-weight: 700;
    color: #a6a6a6;
}