/*
 Theme Name:     Koncept Child
 Theme URI:      http://demo.krownthemes.com/koncept/
 Description:    A basic child theme for the Koncept theme.
 Author:         KrownThemes
 Author URI:     http://krownthemes.com
 Template:       koncept
 Version:        1.0
*/

@import url("../koncept/style.css");

/* --------------------------------------
-----   Theme customization starts here   -----
------------------------------------------*/

#filter-opener {
  display: none;
}

#filter {
  display: block;
}

#filter li {
    font-size: 15px;
    letter-spacing: 1px;
}


#filter li a {
	color: #1d1d1d;
        letter-spacing: 1px;
	font-weight: 600;
}


.menu-three .top-menu > li > a {
    font-size: 15px;
    
}


.top-menu > li > a {
	font-weight: 700;
	letter-spacing: 4px;
}



#portfolio .item .caption h3 {
	font-size: 17px;
    letter-spacing: 1px;
	color: #565656;
	
}
#portfolio .item .caption span {
	font-size: 15px;
	letter-spacing: 1px;

}


/* --------------------------------------
----- Columns      -----
------------------------------------------*/

.krown-column-container {
	font-size: 20px;
	letter-spacing: 4px;
	line-height: 23px;
	float: left;
	font-weight: 100;
}


/* --------------------------------------
-----   Fontastic hof ICONS  -----
------------------------------------------*/

@font-face {
  font-family: "hof";
  src:url("fonts/hof.eot");
  src:url("fonts/hof.eot?#iefix") format("embedded-opentype"),
    url("fonts/hof.woff") format("woff"),
    url("fonts/hof.ttf") format("truetype"),
    url("fonts/hof.svg#hof") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "hof" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "hof" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* Post navigation */

.post-nav {
   border-top: 1px solid ; 
}

/* ------------------------
-----   Typography  -----
------------------------------*/

h1, h2, h3, h4, h5, h6, h7 {
   color: #1d1d1d;
  
}
h1 {
   font-size: 60px;
   font-weight: 500;
   line-height: 75px;
   margin-bottom: 50px;
}
h2 {
   font-size: 36px;
   letter-spacing: 4px;
   line-height: 64px;
   margin-bottom: 25px;
} 
h3 {
   font-size: 18px;
   line-height: 25px;
   margin-bottom: 25px;
   text-transform: uppercase;
}
h4 {
   font-size: 18px;
   font-weight: 500;
   letter-spacing: 1px;
   line-height: 30px;
   margin-bottom: 25px;
}
h5 {
   font-size: 15px;
   line-height: 20px;
   margin-bottom: 15px;
}
h6 {
   font-size: 13px;
   line-height: 17px;
   margin-bottom: 15px;
}
h7 {
   font-size: 16px;
   font-weight: 500;
   letter-spacing: 1px;
   line-height: 18px;
   margin-bottom: 25px;
}

.linie-extra {
    border:0;
    border-bottom: 1px dashed #838585;
}

/* ------------------------
-----   Comments  -----
------------------------------*/

.krown-form input[type="submit"] {
   font-size: 20px;
   letter-spacing: 8px;
   line-height: 14px;
   font-weight: 700;
   padding: 24px 35px;
   height: auto;
   margin: 0;
   position: relative;
   top: 8px;
   height: 62px;
   min-width: 200px;
}

/* ------------------------
-----   Animation  -----
------------------------------*/
.machine-chick iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.machine-chick {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}


/* ---------------------------------------------------------------------------------
------------------------------   FOOTER   ----------------------------------
------------------------------------------------------------------------------------*/

#footer {
   min-height: 120px;
   background: #ededed;
   color: #7d7d7d;
   font-size: 30px;
   letter-spacing: 2px;
   line-height: 28px;
   padding: 40px 20px 50px 20px;
   font-weight: 500;
   text-align: center;
}


/* ------------------------
-----   Widgets  -----
------------------------------*/

.widget a {
	font-weight: 700;
}
