/*
Theme Name: id3
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/*Typo*/
/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-600 - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
         url('fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
  }

  /* dosis-regular - latin */
@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/dosis-v27-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/dosis-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/dosis-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/dosis-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/dosis-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/dosis-v27-latin-regular.svg#Dosis') format('svg'); /* Legacy iOS */
  }

 /* poppins-regular - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/poppins-v20-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/poppins-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/poppins-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/poppins-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/poppins-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/poppins-v20-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
  }
  /* poppins-600 - latin */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/poppins-v20-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/poppins-v20-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/poppins-v20-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/poppins-v20-latin-600.woff') format('woff'), /* Modern Browsers */
         url('fonts/poppins-v20-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/poppins-v20-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
  }

h1,h2,h3,.h1,.h2,.h3 {
    text-transform: uppercase;
    letter-spacing: 0.7em;
}
h4,.h4,h5,.h5 {
     text-transform: uppercase;
     letter-spacing: 0.4em;
}
p, li, dt, dd, dl, address, label, small, pre, code {
    line-height: 1.8em;
}
.text-lead, .text-lead > * {
    font-size: 15px;
    font-family: Dosis;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    margin: 8px 0 0 0;
}
/*:not(.tmb-post).tmb .t-entry > *:not(hr) {
    margin: 18px 0px 0px 0px;
}*/

/*.style-color-xsdn-bg {
    background-color: #fff;
    background-color: rgba(255,255,255,0.95);
}*/

.t-entry-meta {
    line-height: 1.2em;
}
.menu-container ul.menu-smart > li > a {
    letter-spacing: 0.1em;
}
.style-light .form-txt-dark {
    color:#777;
}
small, .form-txt-dark {
    font-size: 0.8em;
}

/*Breadcrumb*/
.row-breadcrumb {
    border-top-width: 0px !important;
    border-bottom-width: 0px !important;
    border-style: solid !important;
}

/*Icons*/
/*.fa-stack {
    width: 2em!important;
    height: 2em!important;
    line-height: 2em!important;
}*/

/*Footer*/
footer .widget-container .widget-title {
    border: 0;
    padding: 0;
    margin: 0px 0px 18px 0px;
}

.txt-data-policies h2, .txt-data-policies h3, .txt-data-policies h4 {
    text-transform: none;
    letter-spacing: inherit;
}
.txt-data-policies h3 {
    margin-bottom: 0.25em;
}
.txt-data-policies p {
    margin: 0 0 18px;
}

@media screen and (max-width: 959px) {
    .heading-text h1 {
        font-size: 26px!important;
    }
    .row-background .background-wrapper .background-inner {
        background-attachment:inherit!important;
    }
}
@media screen and (max-width: 600px) {
    .heading-text h1 {
        font-size: 22px!important;
    }
}