/* 
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 */

/* Text-level semantics
 */
a {
  color: #FF8A0E;
}
a:hover, a:active {
  color: #14212B;
}
button,
[type=submit],
[type=button] {
  color: #FF8A0E;
  border: 1px solid #FF8A0E;
}
button:hover, button:focus,
[type=submit]:hover,
[type=submit]:focus,
[type=button]:hover,
[type=button]:focus {
  color: #ffffff;
  background-color: #FF8A0E;
}



.um div.disabled,
.um-disabled,
.um input[type="submit"]:disabled,
.um input[type="text"]:disabled,
.um input[type="number"]:disabled {
	opacity: 0.6 !important;
	cursor: no-drop !important;
}

.um-tab-notifier {
  background: none repeat scroll 0 0 #FF8A0E;
  width: 22px;
  height: 22px;
  border-radius: 0px;
  top: 6px;
  right: 7px;
  text-align: center;
  line-height: 22px;
}


/* 
* GENERAL HELPERS
*/
.no-click:hover,
.no-click:hover > a
.no-click > a:hover {
  cursor: default!important;
}


/* 
* SITE STYLES
* hat: https://www.svgrepo.com/svg/395001/hat?edit=true
*/

.um-field-last_name { 
  display: none!important;
}


@media screen and (max-width: 767px){
  #header-site-title {
    position: relative;
  }
  
  #header-site-title:after {
    content: '';
    display: none;
    position: absolute;
    top: -15px;
    right: -31px;
    width: 50px;
    height: 50px;
    background-image: url('https://amish-dealer-portal.local/wp-content/uploads/2024/03/hat-svgrepo-com-02.png');
    background-image: url('https://amish-dealer-portal.local/wp-content/uploads/2024/03/amish-hat.png');
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 768px){
  #header-site-title a {
    position: relative;
  }

  #header-site-title a:after {
    content: '';
    display: none;
    position: absolute;
    top: -15px;
    right: -31px;
    width: 50px;
    height: 50px;
    background-image: url('https://amish-dealer-portal.local/wp-content/uploads/2024/03/hat-svgrepo-com-02.png');
    background-image: url('https://amish-dealer-portal.local/wp-content/uploads/2024/03/amish-hat.png');
    background-repeat: no-repeat;
    background-size: cover;
  }  
}

#header-site-title .bigger {
  font-size: 220%;
  transform: scale(1.15, 0.75);
  display: inline-block;
  transform-origin: 93px 40px;
  letter-spacing: -2px;
  
}

#header-site-title .smaller {
  transform: scale(1.15, 0.8);
  display: inline-block;
  transform-origin: center top;
  letter-spacing: -1px;
}

@media screen and (min-width: 768px){
  #header-site-title .bigger {
    transform-origin: left bottom;
  }
  
  #header-site-title .smaller {
    transform-origin: left top;
  }
}

@media screen and (min-width: 800px){
  .menu-item-member-name:after {
    content: '' !important;
    display: block;
    border: none !important;
    background-color: var(--e-global-color-text) !important;
    position: absolute;
    right: 18px;
    top: 0px;
    width: 1px;
    height: 45px !important;
    opacity: 0.5;
  }
  .menu-item-member-name > a {
    margin-right: 18px!important;
  }
}

.menu-item-member-name > a {
  color: white!important;
}

@media screen and (max-width: 799px){
  .menu-item-member-name:after {
    content: '' !important;
    display: block;
    border: none !important;
    background-color: var(--e-global-color-text) !important;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px !important;
    opacity: 0.5;
  }
  .menu-item-member-name {
    width: 100%;
  }
  .menu-item-member-name > a {
    justify-content: center;
  }
  #header-top-bar .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
    justify-content: space-between;
  }
}

.menu-item-member-name > a:after {
  display: none!important;
}

.elementor-widget-nav-menu .elementor-nav-menu--main .menu-item-member-name .elementor-item:hover{
  color: white!important;
  fill: white!important;
  cursor: default!important;
}

.operational-areas-buttons-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 10px;
}

.operational-areas-button:nth-child(2){
  margin-left: 20px; /* Adjust as needed */
  margin-right: 20px; /* Adjust as needed */
}


a.um-unfollow-btn:before {
  content: "\f007";
}

/* 
* UM Make the profile menu vertical
* src: https://docs.ultimatemember.com/article/1591-make-the-profile-menu-vertical
*/
/* .um-profile .um-profile-nav {
	float: left;
	max-width: 12em;
	min-width: 4em;
	width: 20%;
}
.um-profile .um-profile-nav .um-profile-nav-item a{
	float: none;
}
.um-profile .um-profile-body{
	float: right;
	max-width: calc(100% - 4em);
	min-width: calc(100% - 12em);
	width: 80%;
	padding-left: 1.5em;
}
.um-profile .um-profile-nav,
.um-profile .um-profile-body,
.um-profile .um-profile-content-container,
.um-profile .um-theme-profile-single-content-container{
	box-sizing: border-box;
	margin-top: 0px !important;
	padding-top: 0px !important;
}
 */

/* 
* UM Display field value beside field label
* src: https://docs.ultimatemember.com/article/1777-display-field-value-beside-field-label
*/
/* .um-profile.um-viewing .um-field {
    clear: both;
}

.um-profile.um-viewing  .um-field-label {
    border:none;
    padding-bottom: 0;
    display: inline-block;
    float: left;
    margin: 0 10px 5px 0;
}

.um-profile.um-viewing .um-field-label .um-clear {
    display: none;
    clear: none;
}

.um-profile.um-viewing .um-field-area {
    display: inline-block;
    float: left;
} */

/* .site-footer {
  position: static;
} */

/* 
* UM JUAN JP FIX CUSTOMIZATIONS
*/

.um-directory .um-member-directory-header .um-member-directory-header-row .um-member-directory-search-line {
    width: 100%!important;
}
.um-directory .um-member-directory-header .um-member-directory-header-row .um-member-directory-search-line .um-do-search {
    color: #FF8A0E;
    padding: 13px 20px!important;
}
.um-directory .um-member-directory-header .um-member-directory-header-row .um-member-directory-search-line .um-do-search:hover {
    color: #ffffff;
}
.um-directory .um-member-directory-header .um-member-directory-header-row .um-search {
  grid-template-columns: repeat(2,1fr)!important;
}

@media screen and (min-width: 800px){
  body:not(.um-page-members) .um-directory .um-member-directory-header .um-member-directory-header-row .um-search {
    grid-template-columns: repeat(2,1fr)!important;
    grid-gap: 10px 30px!important;
  } 
  body.um-page-members .um-directory .um-member-directory-header .um-member-directory-header-row .um-search {
    grid-template-columns: repeat(3,1fr)!important;
    grid-gap: 1% 5%!important;
  } 
}

/* Elementor Slider Widget */
.swiper-slide-inner {
  max-width: 1250px; 
}
