/*!
 * Custom Stylesheet to overwrite items in bootstrap.css version 3 and Cosmo styles for additional styling
 * Anthony Banwell 2016
 * Copyright 4basrest.com
*/

body { padding-top: 70px; }

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #efefef;
    display: inline-block;
    position: absolute;
    left: 9px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 25px 0;
    padding-left: 0px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 4px solid #2780e3;;
    left: 0px;
    width: 20px;
    height: 20px;
    z-index: 400;
    margin-top:2px;
}


.spotify-embeds {
  width: 100%;
  padding-bottom: 2em;  
}

.spotify-embed {
  background: #282828;
  
  &:not(:last-of-type) {
    margin-bottom: 5px;
  }
  
  iframe {
    display: block;
    transition: opacity 0.125s;
    .js & {
      opacity: 0;
      
      &.loaded {
        opacity: 1;
      }
    }
  }
}

.btn {margin-bottom:.3em;margin-right:.3em;}

.breadcrumb {background-color:rgba(64, 128, 255, 0.18);}

.label {padding: .4em .6em .4em;}

.article-content .img-responsive {

display:inline-block;
}

.custom-alignment {text-align:center;}
.rhs-banner-margin {margin-bottom:1em}

figure {margin-bottom:2em;}
figcaption {color:#666;font-size:14px}

.article-content p {
font-size:18px;
line-height:1.4em;
}
.article-content li{
font-size:18px;
line-height:1.4em;
}

blockquote {
  background-color: #fff;
  border-left-color: #0f82f5;
    margin: 15px 0 25px 0;
}

blockquote.pull-right {
  border-right-color: #0f82f5;
}

blockquote, .article-content blockquote p {
  font-weight:300;
  font-size: 22.5px;
  line-height: 1.4;
}

blockquote small {
font-size: 75%;
}



.advert-text {
text-transform:uppercase;
font-size: 10px;
font-weight:400;
color:#999999;

}

.article-meta
{
clear:both;
padding-top:.5em;
border-top:1px #eee solid;
}

li {
  color:#666;}

p {
  font-size: 16px;
  margin: 0 0 20px;
  color:#666;
}

.lead {
font-size: 22.5px;
}



.more-button {
float:right
;margin-top:-10px;
}

.well {
background-color: #FFFFFF;
border:1px solid #e6e6e6;
-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
margin-top:0px;
padding-top: 10px;

}

.jumbotron h1 {
color:#fff;
font-weight:700
}

.jumbotron p {
color:#fff;
font-weight:400

}

h1 a:link {color:#080808;}      /* unvisited link */
h1 a:visited {color:#080808;}   /* visited link */
h1 a:hover {color:#0f82f5;text-decoration: none;}   /*mouse over link */
h1 a:active {color:#0f82f5;}   /*selected link */

h3 a:link {color:#080808;}      /* unvisited link */
h3 a:visited {color:#080808;}   /* visited link */
h3 a:hover {color:#0f82f5;text-decoration: none;}   /*mouse over link */
h3 a:active {color:#0f82f5;}   /*selected link */
 
h4 a:link {color:#080808;}      /* unvisited link */
h4 a:visited {color:#080808;}   /* visited link */
h4 a:hover {color:#0f82f5;text-decoration: none;}   /*mouse over link */
h4 a:active {color:#0f82f5;}   /*selected link */

h1 {
font-size: 45px;
line-height: 1.2;
font-weight:700;
}
h2 {
font-weight:400;
line-height: 32px;
}
h3 {
font-weight:400;
line-height: 28px;
}
h4 {
font-weight:400;
font-size: 22px;
line-height: 28px;
}
h5 {
font-weight:400;
font-size: 16px;
line-height: 18px;
}
.page-header {
margin-top:15px;
}
.page-header h1 {

text-transform:uppercase;
font-size: 28px;
font-weight:700;
line-height: 10px;
}

/*!
 * Media Queries
*/


/*!
 * Small Screens (Bootstrap xs and sm)
*/
@media (max-width:991px)
{



 .col2-news {
 width:40%;
 float:right;
 margin:0 0 10px 20px;
 }
 
.jumbotron {
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 20px;
}





}

/*!
 * Small Screen Only (Bootstrap sm)
*/
@media (min-width:768px) and (max-width:991px)
{

.no-padding-sm {margin-top:0}
}

/*!
 * Extra Small Screen Only (Bootstrap xs)
*/
@media (max-width:767px)
{
.custom-alignment {text-align:left;}
.jumbotron {
  padding-top: 5px;
}

.jumbotron p {
font-size: 16px;
}

.jumbotron h1 {
margin-bottom:0px;
}

h1 {
font-size: 39px;
}


}


