/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* ELEMENTOR PAGINATION */
nav.elementor-pagination {
    margin-top: 40px !important;
}
.elementor-post__excerpt p:after {
    content: "...";
}

/* GRAVITY FORMS */
.gform_wrapper table tbody>tr:nth-child(odd)>td, .gform_wrapper table tbody>tr:nth-child(even)>td {
	background: transparent !important;
}
body .gform_wrapper .gform_body .gform_fields #field_5_21.gfield select {
    height: 35px !important;
}
.gform_wrapper table.gfield_list tr td.gfield_list_icons {
    width: 20px !important;
}
table.gfield_list.gfield_list_container {
    font-family: arial !important;
    font-size: 14px !important;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    margin: 10px 0px;
    font-size: 12px !important;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
    margin: 20px 0px 40px 0px !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 14px !important;
    font-family: arial !important;
}