/*  Custom CSS for 
	Podcast Generator
*/

.episode_image {
	width:80%;
	margin-bottom:10px;
	-webkit-border-radius: 6px;
        -moz-border-radius: 6px;
          border-radius: 6px;
}


body{
   /* background-image: url(../../../../wp-content/uploads/2015/10/Scratched_Background_Dark_05.jpg);*/
   background-image: url(http://podcasts.seanceradio.co.uk/images/new-bg.jpg);
    background-position: left top;
    background-attachment: fixed;
   background-size:cover;
    background-repeat: no-repeat;
	color: white;
	
	border-color: #ed2a31;
    border-width: 15px;
    border: 20px solid #ed2a31;
	
}
.btn{
	border: 0px solid #bbbbbb;
	  -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover{
	background-position: 20px 0px;
}

.btn-warning {
    background: url("http://www.podcasts.seanceradio.co.uk/rss-icon.png")0 0 no-repeat;
    background-size: 49%;
    background-position: 20px 0px;
	width: 50px;
    height: 20px;
}

.btn-primary{
    background: url("http://www.podcasts.seanceradio.co.uk/misc-icon.png")0 0 no-repeat;
    background-size: 49%;
    background-position: 20px 0px;
	width: 50px;
    height: 20px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: transparent;
  *background-color: transparent;
}

.btn-primary:active,
.btn-primary.active {
  background-color: transparent;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: transparent;
  *background-color: transparent;
}

.btn-warning:active,
.btn-warning.active {
  background-color: transparent;
}


.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
    color: #ffffff;
    text-decoration: none;
    background-color: #ed2a31;
    background-image: -moz-linear-gradient(top, #ed2a31, #ed2a31);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ed2a31), to(#ed2a31));
    background-image: -webkit-linear-gradient(top, #ed2a31, #ed2a31);
    background-image: -o-linear-gradient(top, #ed2a31, #ed2a31);
    background-image: linear-gradient(to bottom, #ed2a31, #ed2a31);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed2a31', endColorstr='#ed2a31', GradientType=0);
}

.current{
        color: #ed2a31;
}

#number_of_page{
    width: 50px;
    height: 20px;
    
}

#submit_page{
    height: 28px;
    border-radius: 5px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.row{
    text-align: center;
}

#pages{
    font-size: 17px;
}

#search_form{
    margin: 5px 0 0 10px;
}

#search_text{
    margin: auto;
}

#hidden{
    display: none;
}

footer{
    text-align: center;
}

@media screen and (max-width: 480px) {
    #search_text {
        width: 150px;
    }
    body{
        border-width: 10px;
    }
}