/*
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
*/

@import url('styles/general/general.css');
@import url('styles/components/components.css');

::selection {
  background: var(--kcl-blue);
  color: var(--kcl-black);
}

/* @view-transition {
  navigation: auto;
} */

/* site max width  */
#kcl .box-container {
    max-width: 1920px;
    margin: 0 auto !important;
}
#kcl .menu-container {
	max-width:1920px;
}
.post-content p:empty { 
	display:none;
}

  .split-50-50 p {
    font-size: 18px;
    line-height: 30px !important;
  }

  .split-50-50 h2 {
    font-size: 26px !important;
    line-height: 46px;
  }

  .img-column-50-50 {
    margin-bottom: 50px;
  }

  .copy-column-50-50 {
    margin-top: 50px;
  }
