/*!
Theme Name:   Hellix Child
Theme URI:    https://madrasthemes.com/hellix/
Author:       MadrasThemes
Author URI:   https://madrasthemes.com/
Description:  Child Theme of Hellix - Modern Architecture & Interior Design Elementor WordPress Theme. Hellix is a niche WordPress Theme built distinctively for Architects and Interior Designers. Whether you are an individual or a corporate, Hellix is the theme for you to showcase your portfolio. Use Hellix to exhibit your Elevations, Floor Plans, Interior designs, 3D drawings, Product designs, etc.
Version:      1.0.40
Tested up to: 5.8
Requires PHP: 7.0
License:      GNU General Public License v3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Template:     hellix
Text Domain:  hellix-child
Tags:         e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, footer-widgets, sticky-post, theme-options, editor-style
*/
.site-header,  .js-header-bar{
	background-color:#fff !important;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.header .nav li a{
	color: #000;
	font-weight: 700;
}
.header__icons{
	display:none;
}
.header .nav li a:hover{
	color: #ab5d50;
}


/* Blinking button */
.blinking-button {
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  animation: blinking 1.5s infinite;
}

@keyframes blinking {
  0% { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}

@media (max-width: 991px) {
	.headerSearch{display:none;}
	
	.mobile-logo img{
		width:150px;
		height:auto;
	}
	.header__icons{
	display:block;
	}
	.menu .mobile__background {
		background-color:#fff;
		background-image:unset;
	}
	.header.is-sticky .header__bar .nav__item>a, .header.is-sticky .header__bar .icon, .header.is-sticky .header__bar>* {
    color: #000 !important;
	}
	.header__search{
		display:none;
	}
	.mobile__footer{
		display:none;
	}
}