/* 
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
*/
/*
    Add your custom styles here
*/
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0;
}

body:not(.elementor-editor-active) .elementor-widget-menu-anchor {
  position: relative;
  z-index: -1;
}

body:not(.elementor-editor-active) .elementor-menu-anchor:before {
  content: "";
  display: block;
  height: 200px;
  /* fixed header height*/
  margin: -200px 0 0;
  /* negative fixed header height */
  visibility: hidden;
  pointer-events: none;
}

.elementor-widget-text-editor p:last-child {
  margin-bottom: 0px;
}

#siteWrap {
  overflow: hidden;
}

.elementor-editor-active .elementor-location-header > #header_pop:after {
  content: none;
}
.elementor-editor-active.home #content {
  margin-top: 0 !important;
}

.alignright {
  margin-left: 2rem;
}
@media all and (max-width: 1023px) {
  .alignright {
    float: none;
    margin-left: 0;
  }
}

.alignleft {
  margin-right: 2rem;
}
@media all and (max-width: 1023px) {
  .alignleft {
    float: none;
    margin-right: 0;
  }
}

.elementor-location-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100 !important;
  transition: all 0.2s ease 0s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
}
.elementor-location-header > #header {
  transition: all 0.2s ease 0s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  width: 100% !important;
}
.elementor-location-header > #header > .e-con-inner {
  transition: all 0.2s ease 0s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  z-index: 5;
}
.elementor-location-header > #header:after {
  background: white;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.2s ease 0s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  opacity: 0;
  z-index: 2;
}
.elementor-location-header .uc-mega_menu_title:hover {
  cursor: pointer;
}
.elementor-location-header .elementor-icon-list-items a {
  text-decoration: none !important;
}
.elementor-location-header.compact {
  background: #161a25;
  border-top: 1px solid #444;
}
.elementor-location-header.compact > #header {
  background: #161a25;
  border-top: 1px solid #444;
}
.elementor-location-header.compact > #header:after {
  opacity: 1;
}
@media all and (max-width: 819px) {
  .elementor-location-header .donateBtn, .elementor-location-header .contactBtn {
    display: none;
  }
}

/*.home{
	.elementor-location-header{
		> #headerInner{
			background: none;
		
			> .e-con-inner > .elementor-element{
				background-color: white !important;
			}
			
			.uc-mega_menu_title, .elementor-nav-menu a{
				color: $text;
				
				&:hover, &:focus{
					color: $primary;
				}
			}
			
			#menuTrigger{
				svg{
					fill: $text;
				}
				
				&:hover, &:focus{
					svg{
						fill: $primary;
					}
				}
			}
		}
	}
}*/
#mainMenu .uc-mega_menu_list > li:first-of-type {
  padding-left: 0 !important;
}
#mainMenu .uc-mega_menu_list > li:last-of-type {
  padding-right: 0 !important;
}
#mainMenu .elementor-sub-item {
  border-left: 0;
}
#mainMenu .uc-mega_menu_section {
  overflow: visible !important;
}

#mobileMenu .elementor-item:focus, #mobileMenu .elementor-sub-item:focus {
  background-color: transparent !important;
}

.featuredService .elementor-image-box-img {
  overflow: hidden;
  -webkit-border-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.featuredService .elementor-image-box-img img {
  width: 100%;
}
.featuredService .elementor-image-box-content {
  padding: 10px 30px 30px;
}
@media all and (max-width: 1024px) {
  .featuredService .elementor-image-box-content {
    padding-top: 10px;
  }
}

.page:not(.home) #content, .single-post #content, .error404 #content, .archive #content, .search #content, .single #content, .error404 #content {
  margin-top: 93px;
}
@media all and (max-width: 767px) {
  .page:not(.home) #content, .single-post #content, .error404 #content, .archive #content, .search #content, .single #content, .error404 #content {
    margin-top: 60px;
  }
}

.gform_wrapper .gfield_label {
  font-weight: 600 !important;
}
.gform_wrapper .gform_button {
  background-color: #bd1f00 !important;
  font-weight: 600 !important;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #bd1f00 !important;
  border-radius: 5px 5px 5px 5px !important;
  padding: 14px 20px 10px 20px !important;
}
.gform_wrapper .gform_button:hover, .gform_wrapper .gform_button:focus {
  background-color: white !important;
  color: #bd1f00 !important;
}

.elementor-location-footer a {
  color: #fe7e01;
}
.elementor-location-footer a:hover, .elementor-location-footer a:focus, .elementor-location-footer a:active {
  color: white !important;
}
.elementor-location-footer .elementor-icon-list-items a {
  color: white;
}
.elementor-location-footer .elementor-icon-list-items a .elementor-icon-list-text {
  color: white !important;
}
.elementor-location-footer .elementor-icon-list-items a .elementor-icon-list-text:hover, .elementor-location-footer .elementor-icon-list-items a .elementor-icon-list-text:focus, .elementor-location-footer .elementor-icon-list-items a .elementor-icon-list-text:active {
  color: #fe7e01 !important;
}
