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



/* ARG FONTS */

@font-face {
    font-family: 'ARG-Black';
    src: url('/wp-content/themes/uncode-child/fonts/made-mirage-black.eot');
    src: url('/wp-content/themes/uncode-child/fonts/made-mirage-black.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/uncode-child/fonts/made-mirage-black.woff2') format('woff2'),
        url('/wp-content/themes/uncode-child/fonts/made-mirage-black.woff') format('woff'),
        url('/wp-content/themes/uncode-child/fonts/made-mirage-black.ttf') format('truetype'),
        url('/wp-content/themes/uncode-child/fonts/made-mirage-black.svg#youworkforthem') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ARG-Medium';
    src: url('/wp-content/themes/uncode-child/fonts/made-mirage-medium.eot');
    src: url('/wp-content/themes/uncode-child/fonts/made-mirage-medium.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/uncode-child/fonts/made-mirage-medium.woff2') format('woff2'),
        url('/wp-content/themes/uncode-child/fonts/made-mirage-medium.woff') format('woff'),
        url('/wp-content/themes/uncode-child/fonts/made-mirage-medium.ttf') format('truetype'),
        url('/wp-content/themes/uncode-child/fonts/made-mirage-medium.svg#youworkforthem') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ARG';
    src: url('/wp-content/themes/uncode-child/fonts/made-mirage-regular.eot');
    src: url('/wp-content/themes/uncode-child/fonts/made-mirage-regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/uncode-child/fonts/made-mirage-regular.woff2') format('woff2'),
        url('/wp-content/themes/uncode-child/fonts/made-mirage-regular.woff') format('woff'),
        url('/wp-content/themes/uncode-child/fonts/made-mirage-regular.ttf') format('truetype'),
        url('/wp-content/themes/uncode-child/fonts/made-mirage-regular.svg#youworkforthem') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ARG-Thin';
    src: url('/wp-content/themes/uncode-child/fonts/made-mirage-thin.eot');
    src: url('/wp-content/themes/uncode-child/fonts/made-mirage-thin.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/uncode-child/fonts/made-mirage-thin.woff2') format('woff2'),
        url('/wp-content/themes/uncode-child/fonts/made-mirage-thin.woff') format('woff'),
        url('/wp-content/themes/uncode-child/fonts/made-mirage-thin.ttf') format('truetype'),
        url('/wp-content/themes/uncode-child/fonts/made-mirage-thin.svg#youworkforthem') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ARG-Body';
    src: url('/wp-content/themes/uncode-child/fonts/ingram-mono-regular.eot');
    src: url('/wp-content/themes/uncode-child/fonts/ingram-mono-regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/uncode-child/fonts/ingram-mono-regular.woff2') format('woff2'),
        url('/wp-content/themes/uncode-child/fonts/ingram-mono-regular.woff') format('woff'),
        url('/wp-content/themes/uncode-child/fonts/ingram-mono-regular.ttf') format('truetype'),
        url('/wp-content/themes/uncode-child/fonts/ingram-mono-regular.svg#youworkforthem') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* END OF FONTS */



/* STYLE UPDATES */
.style-light .btn-default  {
	background-color: #F2F3D9 !important;
	color: #030027 !important;
}

input[type = submit] {
	background-color: #F2F3D9 !important;
	color: #030027 !important;
}

/* RESPONSIVE FONT FIXES */

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 960px) {
	.h1 h1 { font-size: 80px !important; color: red; }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1080px) {
	h1 .h1 { font-size: 96px; }
}

