/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/

/* Add your custom styles here */

.post-template-default.single.single-post .elementor-widget-text-editor hr {
	border: none !important;
    height: 1px !important;
    background-color: #555 !important;
	margin:30px 0 !important;
}

.post-template-default.single.single-post .elementor-widget-text-editor ul,
.post-template-default.single.single-post .elementor-widget-text-editor ol,
.wp-singular.page-template-default.page .elementor-widget-text-editor ul,
.wp-singular.page-template-default.page .elementor-widget-text-editor ol {
	margin:20px 0 !important;
}

.uc_dark_carousel ul {
	margin-top: 20px !important;
    margin-left: 20px !important;
}

@media (max-width: 768px) {
	.elementor .elementor-hidden-mobile, .elementor .elementor-hidden-phone {
		display: inline-block !important;
		max-width: 50% !important;
	}

	.elementor-element.elementor-element-39ae0937.elementor-align-right.elementor-widget__width-initial.elementor-widget.idc_button.elementor-widget-button {
	text-align: center;
	margin-top: 5px !important;
}

.elementor-element.elementor-element-61a0fc7.elementor-align-left.elementor-widget.idc_button.elementor-widget-button {
    text-align: right;
	margin-top: 5px !important;
	padding-right: 0px !important;
}
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
	.elementor-121 .elementor-element.elementor-element-51e52642.idc_column {
        width: 30%;
    }
	.elementor-121 .elementor-element.elementor-element-11dde722.idc_column {
        width: 23%;
    }
	.elementor-121 .elementor-element.elementor-element-8c11128.idc_column {
        width: 13%;
    }
}	