/*
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: 'avenir_lt_std45_book';
    src: url('/wp-content/themes/uncode-child/font/avenir/avenirltstd-book-webfont.woff2') format('woff2'),
         url('/wp-content/themes/uncode-child/font/avenir/avenirltstd-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'avenir_lt_std95_black';
    src: url('/wp-content/themes/uncode-child/font/avenir_black/avenirltstd-black-webfont.woff2') format('woff2'),
         url('/wp-content/themes/uncode-child/font/avenir_black/avenirltstd-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html:not(.firefox) .uncode-single-media .tmb-bordered .t-entry-visual-tc {
    padding: 0;
}
.kawicon .icon-box-heading h3 {
    text-transform: uppercase;
    color: #9e0d0d!important;
}
.wpcf7-inline-field input, .wpcf7-inline-field textarea {
    border: 1px solid #9e0d0d!important;
}
.wpcf7-inline-field input::placeholder, .wpcf7-inline-field textarea::placeholder{
	color: #9e0d0d!important;
}
@media screen and (min-width: 769px) {
	.kawicon .icon-box-heading h3 {
		text-transform: uppercase;
		color: #9e0d0d!important;
	}
	
	.kawicon .icon-box-heading{
		margin-bottom: 26px!important;
	}
}
@media screen and (max-width: 769px) {
	.uncode-single-media.text-right {
		text-align: left;
	}
}
.style-dark a:not(.btn-text-skin):hover {
    color: #f38b89;
}