/*
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: 'Graphik Black';
src: url('fonts/Graphik-Black.eot');
src: url('fonts/Graphik-Black.eot?#iefix') format('embedded-opentype'),
url('fonts/Graphik-Black.woff') format('woff'),
url('fonts/Graphik-Black.ttf') format('truetype'),
url('fonts/Graphik-Black.svg#webfont') format('svg');
}
@font-face{
font-family: 'Graphik Bold';
src: url('fonts/Graphik-Bold.eot');
src: url('fonts/Graphik-Bold.eot?#iefix') format('embedded-opentype'),
url('fonts/Graphik-Bold.woff') format('woff'),
url('fonts/Graphik-Bold.ttf') format('truetype'),
url('fonts/Graphik-Bold.svg#webfont') format('svg');
}
@font-face{
font-family: 'Graphik Light';
src: url('fonts/Graphik-Light.eot');
src: url('fonts/Graphik-Light.eot?#iefix') format('embedded-opentype'),
url('fonts/Graphik-Light.woff') format('woff'),
url('fonts/Graphik-Light.ttf') format('truetype'),
url('fonts/Graphik-Light.svg#webfont') format('svg');
}
@font-face{
font-family: 'Graphik Regular';
src: url('fonts/Graphik-Regular.eot');
src: url('fonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'),
url('fonts/Graphik-Regular.woff') format('woff'),
url('fonts/Graphik-Regular.ttf') format('truetype'),
url('fonts/Graphik-Regular.svg#webfont') format('svg');
}
@font-face{
font-family: 'Graphik Semibold';
src: url('fonts/Graphik-Semibold.eot');
src: url('fonts/Graphik-Semibold.eot?#iefix') format('embedded-opentype'),
url('fonts/Graphik-Semibold.woff') format('woff'),
url('fonts/Graphik-Semibold.ttf') format('truetype'),
url('fonts/Graphik-Semibold.svg#webfont') format('svg');
}

/* Turn strikethrough into Pink text */
.uncode_text_column del {
	text-decoration: none;
    color: #f50182;
}

/* extralarge class */
.extralarge h1:not([class*="fontsize-"]) span, 
.extralarge .h1:not([class*="fontsize-"] span) {
	font-size: 200%;
}
.extralarge.vc_pie_chart .vc_pie_chart_value {
	font-size: 300%;
	font-weight: 500;
	font-family: 'Graphik Semibold';
}
.extralarge.vc_progress_bar .vc_progress_label {
	font-size: 200%;
	font-family: 'Graphik Semibold';
    color: #00005a;
}

/* Fix bottom nav bar */
.icon-box-left .icon-box-heading, 
.main-container .row-container .row-parent .uncont > *:first-child:not(.divider-wrapper):not(.edit-account) > *:first-child > *:first-child.icon-box-heading {
    margin-top: 5px !important;
}