/* 
 Theme Name:   real-estate-lite-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     real-estate-lite
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo-wrap {
  display: flex;
  align-items: center;
}

.header-menu-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-logo-img {
  display: block;
}
@media screen and (max-width: 768px) {
    button.menu-toggle {
        width: 100% !important;
        position: relative !important;
        right: 0;
        top: auto !important;
    }
}
body.custom-background {
    background-image: url("https://www.springevent.org.uk/images/pyramids-685189.jpg");
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    position: relative;
}

body.custom-background::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    pointer-events: none;
    z-index: -1;
}
.entry-content {
    color: white !important;
}