/*
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 */
@font-face {
  font-family: "MarkProExtraLight";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(fonts/markproextralight.woff2) format("woff2");
}
  
@font-face {
  font-family: "MarkProBook";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(fonts/markprobook.woff2) format("woff2");
}

@font-face {
  font-family: "MarkProBold";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(fonts/markprobold.woff2) format("woff2");
}


.highlight-blue span {background-color:#004f9f;padding:10px 15px;}
.highlight-white span {background-color:#ffffff;padding:10px 15px;}

.font-15px p {font-size:15px!important;}

.btn-color-xsdn {color:#004f9f!important;}

.grow .uncoltable {z-index:0; transition: all .2s ease-in-out;}
.grow:hover .uncoltable{z-index:10; background-color:#CCCCCC!important;transform: scale(1.06); }

.style-color-941949-bg {
background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='199' viewBox='0 0 100 199'%3E%3Cg fill='%23e9e9e9' fill-opacity='0.4'%3E%3Cpath d='M0 199V0h1v1.99L100 199h-1.12L1 4.22V199H0zM100 2h-.12l-1-2H100v2z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.style-color-164296-bg {
    background-image: repeating-linear-gradient(0deg, white, white 0.5px, transparent 0.5px, transparent);
    background-size: 20px 20px;
}

/* MENU */
@media (min-width: 960px) {
.menu-horizontal ul.menu-smart > li > ul:not(.mega-menu-inner) {
    width: 295px !important;
}
}


