/* 
Theme Name:		 AW Byg
Description:	 AW Byg is a child theme of Hello elementor, created by Morten
Author:			 Morten Gedsted Hansen
Author URI:		 https://mortengh.dk
Template:		 hello-elementor
Version:		 1.0.0
Text Domain:	 aw-byg
*/

.service figure img {
  object-fit: cover;
  max-width: 333px;
  height: 292px !important;
  width: 100%;
}

.half-img-1 {
  max-width: 316px;
  width: 100%;
  height: 497px;
  object-fit: cover;
}
.half-img-2 {
  max-width: 402px;
  width: 100%;
  height: 552px;
  object-fit: cover;
}

.inside-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-inline-end: 8%;
  padding-inline-start: 8%;
  border-top: 5px solid #058038;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.inside-footer .footer__logo img {
  width: 200px;
}

.inside-footer .footer__contact {
  place-self: end;
}

.site-navigation-dropdown ul.menu li.current-menu-item a {
  color: #fff;
  background: #058038 !important;
}
@media only screen and (max-width: 768px) {
  .inside-footer {
    grid-template-columns: 1fr;
  }
  .inside-footer .footer__logo {
    place-self: center;
  }
  .inside-footer .footer__contact {
    place-self: center;
    text-align: center;
  }
}
