/*
 Theme Name:   BT Theme
 Theme URI:    http://bt.no/
 Description:  Child theme for Minside
 Author:       None
 Template:     minside
 Version:      2
*/

/* =Theme customization starts here
------------------------------------------------------- */

@charset "UTF-8";
@font-face{
font-family:'PlutoLight';
src:url('fonts/plutolight.eot');
src:url('fonts/plutolight.eot?#iefix') format('embedded-opentype'),
url('fonts/plutolight.woff') format('woff'),
url('fonts/plutolight.ttf') format('truetype')
}

.minside-content .nyminsidebox > header {
	color: #000;
}

.box__expandheader {
	background-color: #01476d;
}

.profilbox-header {
	background-color: #01476d;
}

h1{
	font-family:"PlutoLight", Helvetica, Arial, sans-serif;
}

.hero-unit h1{
	margin-bottom:20px;
	line-height:2.2rem;
}


a{
	color: #00859b;
}

.site-header{
    background-color: #01476d;
}

.chat-link {
    background-color: #01476d;
}
.intelecomchatheader  {background: #01476d;}

.logo {
    width: 280px;
    height: 50px;
    background-image: url(library/efx/logo.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
}

.editor-styles ul{
	font-weight: 300;
}

.hero-unit h1{
	text-transform: none;
}

h4, .h4{
	color: #00859b;
	font-size: 1.4em;
	font-weight: 500;
}

p a{
	color:#00859b;
}

.box .box-title{
	font-weight: 300;
}

.idlinks-list{
	background-color: #eee;
	margin-bottom:20px;
	padding:10px;
}

.idlinks-item{
	padding-right:15px;
	float:left;
}

.btn-buy{
	background-color: #ee822a;
	box-shadow: 0 4px 0 #d57526;
}

.btn-buy:hover, .btn-buy:active{
	background-color: #ea710f;
}

.mobile-only{
	display: none;
}

#sb_faq_wrapper h2 {
    color: #01476d;
}

@media screen and (max-width: 800px){
	.mobile-only{
		display: block;
	}
}
@media screen and (max-width: 480px){
	.logo {
	    background-size: 60%;
	}
}

#spinner .spinnerbox {
	background-color: #00859b;
}

.btn-info {
    background-color: #00859b;
    box-shadow: none;
}
.btn-info:hover, .btn-info:focus {
    background-color: #0090A8;
}
.btn-small
{
	background-color:#00859b;
	color: white;
}
.btn-small:hover,.btn-small:focus
{
	background-color:#0090A8;
	color:white;
}
