/*
  Theme Name: Drubo
  Theme URI: #
  Description: This is a wordpress theme
  Author: Theme-4Web
  Author URI: #
  Version: 1.0.0

  Note: This is Short code style file. All Short code related style included in this file. 

*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/
.static-block-2 .text .link {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid red;
  color: red;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-top: 30px;
  padding: 10px 33px;
  text-transform: uppercase;
}
.footer-top-company{
  text-align:center;
  padding: 20px;
}
.footer-top-company img {
  margin: 0 30px;
}
/*27 Feb 2025*/
#ai-lulu .popup-youtube{
  display: block;
  width: 100%;
  height: 420px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("https://bublish-wp-prod.s3.amazonaws.com/2025/02/Lulu.png");
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
#ai-lulu .img{
  height: 420px;
}
#ai-lulu .zmdi{
  display: none;
}
@media all and (max-width: 1024px) {
  #ai-lulu .img, #ai-lulu .popup-youtube{
    height: 340px;
  }
}
@media all and (max-width: 900px) {
  #ai-lulu .img, #ai-lulu .popup-youtube{
    height: 250px;
  }
}
@media all and (max-width: 767px) {
  #ai-lulu .img, #ai-lulu .popup-youtube{
    height: 100px;
    padding-bottom: 10px;
  }
}
@media all and (max-width: 375px) {
  #ai-lulu .img, #ai-lulu .popup-youtube{
    padding-bottom: 15px;
  }
}