/*
Theme Name: UK Podcasters
Theme URI: http://www.premiumpress.com
Description: PremiumPress Child Theme
Author: Mike Russell
Author URI: http://ukpodcasters.com
Template: DT
Version: 1.0
*/

@import url(https://fonts.googleapis.com/css?family=Raleway);

#core_logo .main, #core_logo img {
    margin-top: -35px;
    background: url(images/ukpod.svg) no-repeat left;
}

.jumbotron h1 {
    font-size: 63px;
    font-weight: bold;
}

.btn-success {
    color: #fff;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}

.btn-success:focus{
    color:#fff;
    background-color:#286090 !important;
    border-color:#337ab7 !important;
}

.btn-success:hover{
    color:#fff;
    background-color:#286090 !important;
    border-color:#337ab7 !important;
}

.itunes-button{
  display: inline-block;
  padding: 8px 12px;
  background: #eee;
  border: solid 1px #D5D5D5;
}
.itunes-button span{
  display: inline-block;
}
.itunes-button span:before{
  font-family: 'FontAwesome';
  content: '\f2ce';
  position: relative;
  margin-right: 5px;
  font-size: 110%;
}
.rss-button{
  display: inline-block;
  padding: 8px 12px;
  background: #eee;
  border: solid 1px #D5D5D5;
}
.rss-button span{
  display: inline-block;
}
.rss-button span:before{
  font-family: 'FontAwesome';
  content: '\f09e';
  position: relative;
  margin-right: 5px;
  font-size: 110%;
}
.website-button{
  display: inline-block;
  padding: 8px 12px;
  background: #eee;
  border: solid 1px #D5D5D5;
}
.website-button span{
  display: inline-block;
}
.website-button span:before{
  font-family: 'FontAwesome';
  content: '\f0ac';
  position: relative;
  margin-right: 5px;
  font-size: 110%;
}
