/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
/* Fonts */
@import url("https://cdn.lcc.de/fonts/lufthansa-head.css");
@import url("https://cdn.lcc.de/fonts/lufthansa-text.css");

/* Colors */
:root {
    --lcc-blue: #05164d;
    --lcc-ocean: #05819e;
    --lcc-yellow: #ffad00;
    --lcc-sand: #EBE3D7;
    --lcc-white: #fff;
	--lcc-hover-yellow: #ffbd33;
}

/* Menu Button */
.contact-btn.menu-item.menu-item-type-custom.menu-item-object-custom.depth-0.menu-item-14.menu-btn-container.btn {
  background-color: var(--lcc-yellow);
  color: var(--lcc-blue);
  font-size: 16px !important;
  padding: 16px 22px 14px 22px !important;
  border: none;
}
.contact-btn.menu-item.menu-item-type-custom.menu-item-object-custom.depth-0.menu-item-14.menu-btn-container.btn:hover {
  background-color: var(--lcc-hover-yellow);
}



