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


    @font-face {
    font-family: 'Acumin Pro';
    font-style: normal;
    font-weight: normal;
    src: local('Acumin Pro'), url('Acumin-RPro.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Acumin Pro Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Acumin Pro Italic'), url('Acumin-ItPro.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Acumin Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Acumin Pro Bold'), url('Acumin-BdPro.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Acumin Pro Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Acumin Pro Bold Italic'), url('Acumin-BdItPro.woff') format('woff');
    }

p {
	line-height: 1.6rem;
}

.text-lead p {
  line-height: 1.4!important;
}

p strong {
	color: #f27c00!important;
	font-family: 'Acumin Pro Bold';
	font-weight: 200!important;
}

.style-dark p strong {
	color: #fff!important;
	font-family: 'Acumin Pro Bold';
	font-weight: 200!important;
}

.img-round > img {
	border-radius: 20px;
}

.btn-color-xsdn.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):hover, .btn-color-xsdn.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):focus, btn-color-xsdn.btn-outline:active {
  color: #f27c00 !important;
}

.title-badge .badge-style {
	padding: 40px;
	border-radius: 20px;
    background-clip: padding-box;
	position: relative;
    top: 50px;
	z-index: 9999;
}

.social-icon i {
	color: #fff;
}