/**
* Theme Name: Amoja Child
* Description: This is a child theme of Amoja, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: amoja
* Version: 1.1.0
*/

/* Ensure custom icons always have a ::before */
.services-icon > i[class^="amoja-icon-custom-"]::before,
.services-icon > i[class*=" amoja-icon-custom-"]::before{
  content: "" !important;
  display: block !important;
  width: 30px !important;
  height: 30px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;

  /* neutralize font glyph rendering */
  font-family: initial !important;
  font-size: 0 !important;
  line-height: 1 !important;
}

.services-icon > i.amoja-icon-custom-car::before{
  content:"" !important;
  display:block !important;
  width:30px !important;
  height:30px !important;
  background: url("http://localhost/camp-materada/wp-content/themes/amoja-child/assets/icons/car.svg") center/contain no-repeat !important;
}

.services-icon > i.amoja-icon-custom-air-conditioning::before{
  content:"" !important;
  display:block !important;
  width:30px !important;
  height:30px !important;
  background: url("http://localhost/camp-materada/wp-content/themes/amoja-child/assets/icons/air-conditioning.svg") center/contain no-repeat !important;
}

.services-icon > i.amoja-icon-custom-chair-director::before{
  content:"" !important;
  display:block !important;
  width:30px !important;
  height:30px !important;
  background: url("http://localhost/camp-materada/wp-content/themes/amoja-child/assets/icons/chair-director.svg") center/contain no-repeat !important;
}

.services-icon > i.amoja-icon-custom-device-tv::before{
  content:"" !important;
  display:block !important;
  width:30px !important;
  height:30px !important;
  background: url("http://localhost/camp-materada/wp-content/themes/amoja-child/assets/icons/device-tv.svg") center/contain no-repeat !important;
}

.services-icon > i.amoja-icon-custom-picnic-table::before{
  content:"" !important;
  display:block !important;
  width:30px !important;
  height:30px !important;
  background: url("http://localhost/camp-materada/wp-content/themes/amoja-child/assets/icons/picnic-table.svg") center/contain no-repeat !important;
}

.services-icon > i.amoja-icon-custom-sofa::before{
  content:"" !important;
  display:block !important;
  width:30px !important;
  height:30px !important;
  background: url("http://localhost/camp-materada/wp-content/themes/amoja-child/assets/icons/sofa.svg") center/contain no-repeat !important;
}

.services-icon > i.amoja-icon-custom-cooker::before{
  content:"" !important;
  display:block !important;
  width:30px !important;
  height:30px !important;
  background: url("http://localhost/camp-materada/wp-content/themes/amoja-child/assets/icons/cooker.svg") center/contain no-repeat !important;
}

.services-icon > i.amoja-icon-custom-bed-flat::before{
  content:"" !important;
  display:block !important;
  width:30px !important;
  height:30px !important;
  background: url("http://localhost/camp-materada/wp-content/themes/amoja-child/assets/icons/bed-flat.svg") center/contain no-repeat !important;
}

.services-icon > i.amoja-icon-custom-building-estate::before{
  content:"" !important;
  display:block !important;
  width:30px !important;
  height:30px !important;
  background: url("http://localhost/camp-materada/wp-content/themes/amoja-child/assets/icons/building-estate.svg") center/contain no-repeat !important;
}


.main-navigation ul.menu ul.sub-menu li.menu-item a .menu-title, .main-navigation ul.nav-menu ul.sub-menu li.menu-item a .menu-title {
  text-transform: initial !important;
}

.menu-title, .item_title a {
	text-transform: none;
}