/* 
Theme Name: USM
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: usm
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 */

header {
    z-index: 3;
}

@media (max-width: 767px) {
    header .elementor-nav-menu--dropdown.elementor-nav-menu__container {
        top: 63px !important;
    }
}
#content {
	padding-top: 125px;
}


.home #content {
	padding-top: 99px;
}

.ginput_container_email input,
.gform_button {
	width: 100% !important;
}

.page-header .entry-title {
  font-weight: bold !important;
}

.entry-title h1 ,
.entry-title {
  font: 32px/80px var( --e-global-typography-primary-font-family ) !important;
  position: relative;
}

.entry-title::before {
    content: "";
    width: 40px;
    height: 40px;
    background: transparent;
    border: 3px solid var(--e-global-color-accent);
    position: absolute;
    top: 50%;
    left: -10px;
    z-index: -10;
    transform: translateY(-50%);
}

.rtl .entry-title::before {
    right: -10px;
    left: auto;
}

.entry-title .salsh::after {
  content: "";
  width: 35px;
  height: 10px;
  background: var(--e-global-color-accent);
  border-radius: 103px;
  position: absolute;
}


@media screen and (min-width: 992px) {
	.entry-title h1 ,
  .entry-title {
    font: 45px/105px var( --e-global-typography-primary-font-family ) !important;
  }

  .elementor-heading-titleee::before,
    .entry-title::before {
        content: "";
        width: 53px;
        height: 52px;
        z-index: -10;
    }

  .entry-title .salsh::after {
    width: 100px;
    height: 10px;
  }
}

.page-header {
	padding: 0px 10px;
}

/* pages */

.rtl .elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text {
  align-self: center;
  padding-right: 5px;
}

.no-ul-space ul {
	padding: 0px 10px;
}


.rtl .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
  margin-left: var(--icon-box-icon-margin,15px);
  margin-right: 0;
  margin-bottom: unset;
}


.overflow-hidden {
    overflow: hidden;
}