/*
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("custom7839.css?v=1.2");

.product-box-no-height .uncol{
    background: #FFFFFF;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.12);
    border-radius: 20px;
	padding-bottom:30px;
}
.product-box-no-height .uncol .product-content {
    padding:0 30px 30px 30px;
}
.product-box-no-height .uncode-single-media-wrapper img {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.product-box-no-height .uncode_text_column {
    min-height: none;
    height: auto;
}

@media (min-width: 960px) {
  body:not(.home):not(.front-page):not(.menu-force-opacity):not(.navbar-hover)
  .style-dark-override:not(.is_stuck:not(.menu-desktop-transparent)):not(.is_mobile_open).menu-transparent
  .navbar-brand .logo-light {
    display: block !important;
  }

  body:not(.home):not(.front-page):not(.menu-force-opacity):not(.navbar-hover)
  .style-dark-override:not(.is_stuck:not(.menu-desktop-transparent)):not(.is_mobile_open).menu-transparent
  .navbar-brand .logo-dark {
    display: none !important;
  }
}