/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.3
Created: August 2014
License URI: http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

/*.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.btn .dropdown-toggle .badge {
  color: #fff;
  background-color: #333;
}*/

.f-60 {
  font-size:60px !important ;
}

.f-50 {
  font-size:50px !important ;
}

.f-40 {
  font-size:40px !important ;
}

.f-38 {
  font-size:38px !important ;
}

.f-30 {
  font-size:30px !important ;
}

.f-28 {
  font-size:28px !important ;
}

.f-25 {
  font-size:25px !important ;
}

.f-20 {
  font-size:20px !important ;
}

.f-15 {
  font-size:15px !important ;
}

.f-10 {
  font-size:10px !important ;
}

.c-default {
  color:#599F06;
}

.c-white {
  color:#fff;
}

.pink-bg {
  background-color: #db7093;
}

.blue-bg {
  background-color: #38c7f4;
}

.middle {
	vertical-align:middle !important;
}

.social-links li.tunein .tunein-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #16a6d9;
  border-color: #16a6d9;
}

.social-links li.tunein .tunein-social-link img {
  display: block;
  width: 34px;
  height: auto;
}

.social-links li.tunein .tunein-social-link:hover,
.social-links li.tunein .tunein-social-link:focus {
  background-color: #0d8fc0;
  border-color: #0d8fc0;
}
