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



/*Search*/
.popup-search-trigger{
	border: none;
	color: #fff;
	background-color: transparent !important;
}
.popup-search-modal .popup-search-modal__inner .popup-search-modal__close{
	border: none;
color: #475569 !important;
background-color: transparent !important;
}
.popup-search-modal .popup-search-modal__inner .popup-search-form__input{
	padding: 12px 14px 12px 40px;
}

.popup-search-modal .popup-search-modal__inner .popup-search-form__submit{
	border: 1px solid #ba261a;
color: #ba261a;
}
.popup-search-modal .popup-search-modal__inner .popup-search-form__submit:hover, .popup-search-modal .popup-search-modal__inner .popup-search-form__submit:focus{
	background-color: #ba261a;
    color: #fff;
}


/* body:not(.logged-in) #content{
  padding-top: 116px;
} */

.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown.menu-is-active{
	flex-direction: column;
}

.author-bio { display: none !important; }
.post-author { display: none !important; }
.entry-footer { display: none !important; }
article footer { display: none !important; }
.vcard { display: none !important; }
.author-card {display: none !important;}

.mobile-socials {
  display: flex;
  gap: 15px;
  padding: 15px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.mobile-socials a {
  color: #fff;
  font-size: 18px;
  transition: color 0.3s ease;
}

.mobile-socials a:hover {
  color: #e30613; 
}

.hfe-nav-menu__layout-horizontal .mobile-search {
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: 90%;
    margin: 0 auto 18px;
    border: 1px solid #ccc;
    overflow: hidden;
    background: #fff;
}
.hfe-nav-menu__layout-horizontal .mobile-search input[type="search"] {
    flex: 1;
    min-width: 0;
    padding: 10px 14px;
    font-size: 16px;
    border: 0;
    outline: none;
    background: transparent;
}
.hfe-nav-menu__layout-horizontal .mobile-search button {
    flex-shrink: 0;
    padding: 0 14px;
    background: transparent;
    border: 0;
    cursor: pointer;
    color: #555;
}
.hfe-nav-menu__layout-horizontal .mobile-search button:hover {
    color: #000;
}

@media (min-width: 1025px) {
  .mobile-socials, .mobile-search {
    display: none !important;
  }
}

/*Header Changes*/
@media(max-width:768px){
	body{
		padding-top:160px;
	}
}
