/*
 Theme Name:   InBusiness Child
 Theme URI:    http://www.inbusiness.no
 Description:  A Child theme for InBusiness by InBusiness AS.
 Author:       Yngve Wikøren Nilsen @InBusiness.no
 Author URI:   http://no.linkedin.com/in/ywndotno
 Template:     inbusiness
 Version:      1.0.4
 Tags:         universell-utforming, responsivt, fleksibel, layout-bygger
 Text Domain:  inbusiness-child
*/
/* =Theme customization starts here
-------------------------------------------------------------- */
@import url('../inbusiness/style.css');
img[src$=".svg"] {width:100%;}
/*
	GENERAL STYLES
*/
/* general typography */

h1 {
	font-size:6vw;
	font-weight:bold;
}
/* Visual Composer ROW Helper classes */
/* Visual Composer Helper classes */
.colorwhite {color:white!important;}
.inbus-news h1 {font-size:1.2rem;line-height:1.618em;}
.seperatorline {}

/*
	CONTENT ELEMENTS
*/
/* Header */
header {
	max-height:calc(100vh - 100px)!important;
}
#headertop {
	height:100%;
}
/* Logo */
/* Primary Menu */

hr {
	display: inline-block;
    width: 320px;
    border-color: #391C14;
    margin: 1em 0 .5em 0;
}
.vc_sep_line {
    width: 320px!important;
    margin: auto!important;
}
.colorwhite hr {border-color:white;}

/*body.transperance main#contents #main > article > div:first-child {padding-top:0!important;}*/
/*
	THEME CUSTOM TEMPLATES
*/

	
/* MEDIA QUERIES( can we do without them? )
-------------------------------------------- */
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
}
