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

/* Button Styling */ 
.btn-accent {
	color: #0d0d30 !important;
}

.btn:not(.btn-custom-typo):not(.btn-inherit):not(.uncode-nav-container){
	font-weight: 800 !important;
}

.btn, .btn:not(.btn-custom-typo){
	border-color: #f1b82e;
	border-width: 3px;
}

.btn-color-156169 {
	color: #0d0d30 !important;
}

.btn-color-156169:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover {
	color: #0d0d30 !important;
}

/* Text Styling */
@media (max-width: 569px) {
	.fontsize-123173-custom {
		font-size: 85px !important;
	}
}
	
@media (max-width: 569px) {
	.fontsize-161104-custom {
		font-size: 85px !important;
	}
}

/* Accordion Styling */
.panel-title.active > a {
	color: #226954 !important;
}


