/*
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
*/

body.menu-mobile-off-canvas .menu-primary.submenu-light .uncode-close-offcanvas-mobile .lines:not(.lines-dropdown):after,
body.menu-mobile-off-canvas .menu-primary.submenu-light .uncode-close-offcanvas-mobile .lines:not(.lines-dropdown):before{
	background-color: white;
}

.current-lang a{
	color: #00cfbe !important;
	font-weight: bold !important;
}

.site-copyright .single-h-padding{
    padding-left: 36px;
    padding-right: 36px;
}

.wpcf7-form label{
	color: #AAC1CC
}

.wpcf7-form textarea,
.wpcf7-form select,
.wpcf7-form input{
	color: #123754
}

.wpcf7-form label,
.uacf7-buttons,
th{
	font-family: 'Bebas Neue', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.uacf7-steps.steps-form{
	margin-bottom: 2em;
}

.steps-form .steps-row .steps-step .btn-circle {
    padding: 0 !important;
    text-align: center;
    white-space: normal;
	background-color: #f2af28 !important;
}

.steps-form .steps-row .steps-step .btn-circle.uacf7-btn-active {
	background-color: #123754 !important;
}

@media (max-width: 959px) {
	.site-copyright .row-container{
		padding-bottom: 36px;
	}

	.tbl-responsive{
		overflow-x: auto;
		border-right: 1px solid #f2af28;;
	}

	.tbl-responsive th{
		min-width: 120px;
	}

	.tbl-responsive:before,
	.tbl-responsive:after{
		content:">>> >>>";
		font-weight:900;
		color:#f2af28;
		font-family: 'Bebas';
		text-align: right;
		display: block;
		position: relative;
	}


}

	