<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
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
*/

html {
Scroll-behavior: smooth;
}

.one_half,
.one_third {
    position: relative;
    margin-right: 4%;
    float: left;
        margin-bottom: 20px;
 
}
 
.one_half { width: 47%; }
.one_third { width: 30.66%; }
 
.last {
    margin-right: 0 !important;
    clear: right;
}

.content-column input[type="text"],
.content-column input[type="email"]{
	width: 100%;
}

@media screen and (max-width:1024px){
	.col-lg-12.main-menu-container.open-items{
		height: 100% !important;
		padding-bottom: 26px;
	}
}

@media only screen and (max-width: 767px) {
    .one-half, .one-third {
        width: 100%;
        margin-right: 0;
    }
	
	.uncode-divider-wrap.uncode-divider-wrap-bottom,
	.uncode-divider-wrap.uncode-divider-wrap-top{
		height: 12% !important;
	}
}</pre></body></html>