/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
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.0
Text Domain:	hello-elementor-child
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
*/
.site-header {
    display: none!important;
}

/* Navigation */
.elementor-nav-menu .sub-arrow {
  margin-bottom: 0px!important;
}

/* Dropdown Menu Indent */
@media screen and (max-width: 1400px){
	ul.elementor-nav-menu--dropdown a {
    border-left: 35px solid transparent !important;
}
}

/* Text align for counter on single case study page */
.elementor-counter .elementor-counter-title {
    text-align: left!important;
}
.elementor-counter .elementor-counter-number-prefix {
    text-align: left!important;
}
.elementor-counter .elementor-counter-number-wrapper {
    display: inline!important;
}

.elementor-223 .elementor-element.elementor-element-80a959b .jet-timeline-item.jet-timeline-item--image-inside_after .timeline-item__card-img {
    margin-top: 1x;
    margin-bottom: -13px!important;
}

/* Blog Dropdown */
.elementor SELECT {
	border-radius: 0px;
	padding-bottom: 16px;
	padding-top: 16px;
}

/* Post Grid Dropshadow*/
.elementor-card-shadow-yes .elementor-post__card {
    box-shadow: 0 15px 45px 0 rgb(0 0 0 / 5%)!important;
}

/* Contact Page Form Padding Fix */
#gform_fields_1>#field_1_2 {
	padding-right: 0px!important;
}