 /*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extstarted
Template: dt-the7
*/

/* @import must be at top of file, otherwise CSS will not work */


@font-face {
  font-family: 'Fabrikat-Black';
  src: url('./webfonts/3AB6BA_0_0.eot');
  src: url('./webfonts/3AB6BA_0_0.eot?#iefix')
  format('embedded-opentype'),url('./webfonts/3AB6BA_0_0.woff2')
  format('woff2'),url('./webfonts/3AB6BA_0_0.woff')
  format('woff'),url('./webfonts/3AB6BA_0_0.ttf')
  format('truetype');
}


@font-face {
  font-family: 'Fabrikat-Light';
  src: url('./webfonts/3AB6BA_1_0.eot');
  src: url('./webfonts/3AB6BA_1_0.eot?#iefix')
  format('embedded-opentype'),url('./webfonts/3AB6BA_1_0.woff2')
  format('woff2'),url('./webfonts/3AB6BA_1_0.woff')
  format('woff'),url('./webfonts/3AB6BA_1_0.ttf')
  format('truetype');
}


@font-face {
  font-family: 'Fabrikat-Medium';
  src: url('./webfonts/3AB6BA_2_0.eot');
  src: url('./webfonts/3AB6BA_2_0.eot?#iefix')
  format('embedded-opentype'),url('./webfonts/3AB6BA_2_0.woff2')
  format('woff2'),url('./webfonts/3AB6BA_2_0.woff')
  format('woff'),url('./webfonts/3AB6BA_2_0.ttf') f
  ormat('truetype');
}


@font-face {
  font-family: 'Fabrikat-Regular';
  src: url('./webfonts/3AB6BA_3_0.eot');
  src: url('./webfonts/3AB6BA_3_0.eot?#iefix')
  format('embedded-opentype'),url('./webfonts/3AB6BA_3_0.woff2')
  format('woff2'),url('./webfonts/3AB6BA_3_0.woff')
  format('woff'),url('./webfonts/3AB6BA_3_0.ttf')
  format('truetype');
}

  h1, h2,h3, h4, h5, h6 {
    font-family: "Fabrikat-Black" !important;
  }
  h2 {
    line-height: 40px;
    letter-spacing: 4px;
  }
  h6 {
    line-height: 24px;
    letter-spacing: 0.86px;
  }
  .legal-text h2{
    text-transform: capitalize;
	letter-spacing:0px;
  }
  .legal-text p{
    font-size:36px;
    line-height: 46px;

  }




  @media screen and (max-width:778px){
    .legal-title h2{
      font-size: 32px !important;
    }
    .legal-text h2{
      text-transform: capitalize;
      font-size:18px !important;
      line-height: 28px !important;
    }
    .legal-text p{
      font-size:18px;
      line-height: 28px;

    }
  }
  .h6-v1 {
    letter-spacing: 1px;
    line-height: 19px;
  }





