/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.main_menu ul li:nth-child(5) a{
	animation: blinker_yellow 1s linear infinite;
}
@keyframes blinker_yellow {
  50% {
    color:#FFC600;
  }
}
.main_menu ul li:nth-child(3) a{
	animation: blinker_green 1s linear infinite;
}
@keyframes blinker_green {
  50% {
    color:#49e670;
  }
}
.blinker_green{
	animation: blinker_green 1s linear infinite;
}
@keyframes blinker_green {
  50% {
    color:#49e670;
  }
}
#chaty-widget-_1 .chaty-channel.Whatsapp-channel a .chaty-svg,#chaty-widget-0 .chaty-channel.Phone-channel a .chaty-svg{
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { -webkit-box-shadow: 0 0 3px #FFC600; }
  50% { -webkit-box-shadow: 0 0 40px #fff; }
  100% { -webkit-box-shadow: 0 0 3px #FFC600; }
}

@-moz-keyframes glowing {
  0% { -moz-box-shadow: 0 0 3px #FFC600; }
  50% { -moz-box-shadow: 0 0 40px #fff; }
  100% { -moz-box-shadow: 0 0 3px #FFC600; }
}

@-o-keyframes glowing {
  0% { box-shadow: 0 0 3px #FFC600; }
  50% { box-shadow: 0 0 40px #fff; }
  100% { box-shadow: 0 0 3px #FFC600; }
}

@keyframes glowing {
  0% { box-shadow: 0 0 3px #FFC600; }
  50% { box-shadow: 0 0 40px #fff; }
  100% { box-shadow: 0 0 3px #FFC600; }
}
.elementor-location-footer .elementor-element-bb8c68a img{
	width:220px !important;
}
@media (max-width:767px){
	.header_middle .brand_logo {
		padding: 15px 0;
	}
	.header_middle .brand_logo img {
		width:170px !important;
	}
	.header_links .elementor-widget-image-box, .header_links .elementor-widget-image-box .elementor-widget-container {
		height: 100% !important;
	}
}