/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/*@import url(http://fonts.googleapis.com/css?family=PT+Serif);
@font-face {
    font-family: "GeosansLight";
    src: url("../fonts/GeosansLight.ttf");
}*/

/* to make the homepage scrolling arrive at the right point */


/*.scrollything{
  margin-top: -300px;
  padding-bottom: 70px;
  display: block;
}*/

/*
.scrollything:before {
  display: block;
  content: " ";
  margin-top: -285px;
  height: 285px;
  visibility: hidden;
}*/

/* highlight words in yellow */
.highlight {
  /*color: #33353d;*/
  color: black;
  background-color: rgba(255, 194, 28, 0.8);
  padding: 0em 0.2em;
  border-radius: 3px;
  font-weight: 300;
}
/* boxes on homepage: topic images */
/* NOTE: this isn't actually being used!! */
.box_image{
  background-size: cover;
  height:250px;
  padding:1em;
}

.box_episode_title {
  margin-top: 20%;
  font-size:1.2em;
  font-family: 'Lato';
  font-weight: 300;
  color:#33353d;
  background-color: rgba(255, 194, 28, 0.8);
  margin-bottom: 30px;
  display: inline-block;
  line-height: 110%;
  padding: 0.3em 0.4em;
  border-radius: 3px;
}
.box_episode_title:hover{
  color: #999999;
}

@media(max-width:561px) {
  .box_episode_title {
    margin-top: 20%;
    font-size:1.6em;
    white-space: normal;
    padding: 0em;
    /*margin-top: 0.4em;*/
  }
}

/* feedback form title not in caps lock*/

.feedbackform {
  text-transform: none;
  font-size: 220%;
}

/* newsletter popup window */

a.selected {
  background-color:#1F75CC;
  color:white;
  z-index:100;
}

.messagepop {
  background-color:#FFC21C;
  border:1px solid #999999;
  cursor:default;
  display:none;
  margin-top: 15px;
  position:absolute;
  text-align:left;
  width:394px;
  z-index:50;
  padding: 25px 25px 20px;
}

label {
  display: block;
  margin-bottom: 3px;
  padding-left: 15px;
  text-indent: -15px;
}

.messagepop p, .messagepop.div {
  border-bottom: 1px solid #EFEFEF;
  margin: 8px 0;
  padding-bottom: 8px;
}
.newsletter-popup {
  width:100%;
}
.newsletter-signup_text{
  overflow: hidden;

}

#mc_embed_signup .newsletter-button {
  clear:both;
  background-color: #FFFFFF;
  border: 0 none;
  border-width: 3px;
  color: #33353D;
  cursor: pointer;
  display: inline-block;
  font-size:15px;
  font-weight: bold;
  height: 38px;
  margin: 0 5px 10px 0;
  padding: 10px 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  border:3px solid #33353D;
}
#mc_embed_signup .newsletter-button:hover {
  color: #33353D;
  background-color: #FFC21C;
  border-color: #33353D;
}

/* inline error in sign up form: have the background colour as dark grey rather than red  #27282D */
#mc_embed_signup input.mce_inline_error {
  border-color:#27282D !important;
}
#mc_embed_signup div.mce_inline_error {
  background-color:#27282D !important;
  text-transform: lowercase;
}
#mc_embed_signup div.mce_inline_error::first-letter {
  text-transform: uppercase;
}
#mc_embed_signup #mce-success-response-KiW {color:#27282D; display:none;}
/* end of inline error for signup form */


#mc_embed_signup form {
  background-color: #FFC21C;
  border-width: 3px;
}

/* end of newsletter popup window */



body {
    overflow-x: hidden;
	color:#33353d;
  background-color: white;
}

p {
    font-size: 20px;
}

p.small {
    font-size: 16px;
}

p.justify {
  text-align: justify;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'Lato';
    font-weight: 300;
}

/* useless stuff: START*/
hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.break-line {
    margin: 40px auto 50px;

    text-align: center;
	border-width:5px
}

hr.star-light:after,
hr.star-primary:after {
    content: "\e215";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #33353d;
}

hr.star-primary {
    border-color: #33353d;
}

hr.star-primary:after {
    color: #33353d;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}
/* useless stuff: END */



/*--AUDIO DOC--*/

@media(max-width:991px) {
.author-name{
padding:60px 0 20px 0;
text-align: left;


}
}

/* Clip Path */

.author-image {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
    }

@media(min-width:1200px) {
  .author-image {
    width: 70%;
    margin-left:60px;
  }
}

@media only screen and (max-width:991px) {
  .author-image {
    display:none;
  }
}

/* useless stuff: START */
header {
  text-align: center;
  color: #fff;
  background: url("/static/Images/header-bg");
  background-size: cover;
  background-color: #5C5D62;
}
.drop-downs{
  padding:60px 0 60px 0;
}
/*--HEADER--*/

#header-bg {
  color: #7B9699;
  padding-top: 150px;
  background: linear-gradient( rgba(12, 86, 95, 1), rgba(12, 86, 95, 1) ), bottom, url("/static/Images/header-image.png");
  background-color: #FFF;
}
header .container {
    padding-top: 300px;
    padding-bottom: 300px;
}
/* useless stuff: END */


.previous-audiodoc{
  background-color: #F0F0F0;    /* #F8F8F8 */
  padding-top: 30px;
}
}

/* useless stuff: START */
header img {
    display: block;
    margin: 0 auto 20px;
}
header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: GeoMontserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
}
header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}
#tagline-1 {

 font-size:3.2em;
 font-family: 'Lato';
 font-size: 300;
 color:#33353d;
 background-color: rgba(255, 194, 28, 0.8);
}

#tagline-2 {

text-align: left;
  font-size: 2.8em;
  color: #fff;
  padding-left: 1%;
  margin-left: 4%;
  margin-top: 20px;
}
/* useless stuff: END */


.navbar-default .navbar-nav>li>a {
    color:#d2d2d2;
}
/* this makes the navbar tabs light up when you scroll to their respective section */
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #27282D;
  background-color: #FFC21C;
  border-radius: 5px;
  }


/* useless stuff: START */
  @media(max-width:440px) {

#tagline-1 {

 font-size:2.2em;


}

#tagline-2 {


  font-size: 1.5em;

}

  header .container {
  padding-top: 150px;
  padding-bottom: 150px;
}
}

/* useless stuff: END */

/*--ABOUT--*/
#about-left {
    text-align:right;
    font-size:1.5em;
    margin-top:50px;
    margin-bottom:50px;
    padding-right:40px;
}
 @media(max-width:768px) {
#about-left {
 font-size: 1em;
}
}

/* useless stuff: START */
.comments-button {
    width:90%;
    margin-right: auto;
    margin-left:auto;
    text-align: center;
}
.transcript-button {
    width:90%;
    margin-right: auto;
    margin-left:auto;
    margin-top: 20px;
}
.btn-info:focus {
  color: #464655;
  background-color: #FFFFFF;
  border-color: #454654;
}
/* useless stuff: END */



/*--CONTRIBUTE--*/
#contribute {

    color:#fff;
    background: linear-gradient( rgba(51, 53, 61, 0.74),rgba(51, 53, 61, 0.6) ),
    bottom, url("/static/Images/contribute-bg.jpg");

    background-size:cover;
}

#contribute-left {

    text-align:right;
    font-size:1.5em;
    margin-top:50px;
    margin-bottom:50px;
    padding-right:40px;
}

@media(max-width:768px) {
#contribute-left {
    font-size:1em;
    margin-top:0px;
}
}

.episode-title {
  font-size:3em;
  font-family: 'Lato';
  font-weight: 300;
  color:#33353d;
  background-color: rgba(255, 194, 28, 0.8);
  margin-bottom: 30px;
  display: inline-block;
  line-height: 110%;
  padding: 0.3em 0.4em;
  border-radius: 10px;
}


@media(max-width:561px) {
  .episode-title {
    font-size:2em;
    white-space: normal;
    padding: 0em;
  }
}


/* useless stuff: START */
/* to center the last boxes on the homepage */
.last_boxes_center{
  margin-left: 0%;
}
@media(max-width:767px){
  .last_boxes_center{
    margin-left: 0%;
  }
}

/* for the description in the boxes (on the homepage) */
.episode-description{
  background-color:#F0F0F0;
  margin-bottom: 1.4em;
  line-height: 1.5em;
  color: #1E1F23;
  font-size: 1em;
  padding: 1em 2em;
   min-height: 250px;
}
@media(max-width:561px){
  .episode-description{
    margin-bottom: 1em;
    min-height: 100px
  }
}
/* useless stuff: END */


.contact-title {
  font-size: 1.5em;
  color: #33353d;
  background-color: rgba(255, 194, 28, 1);
  margin-bottom: 20px;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

@media(max-width:768px) {
.contact-title {
  font-size: 1em;
  width:100%;
}
}


/* useless stuff: START */
/*--BUTTONS--*/
.btn-info {
  color: #33353D;
  background: none;
  border-color: #33353D;
  border-radius: 0;
  border-width: 3px;
  width: auto;
  text-align: center;
  font-size: 1.5em;
}
/* useless stuff: END */


.transcript{
padding: 40px;
text-align: justify;
}
.transcript p {
  line-height: 170%;
  }

@media(max-width:991px) {
  .transcript{
  padding: 4px;
  }
  .transcript p {
    line-height: 140%;
    font-size: 1.2em;
    }
}
@media(max-width:599px){
  .transcript{
    text-align: left;
  }
}

/* useless stuff: START */
#layout {
padding:40px;
}

.btn-info:hover {
  color: #33353D;
  background-color: #FFC21C;
  border-color: #33353D;

}
/* useless stuff: END */


/* button in contact form on homepage */
.btn-success {
  color: #33353D;
  background-color: transparent;
  border-color: #33353D;
  border-width: 3px;
  border-radius: 0;

}
.btn-success:hover, .btn-success:focus {
  color: #ffffff;
  background-color: #33353d;
  border-color: #fff;
}


.navbar-brand {
  padding: 0px 100px 20.5px 20px;
}
/* this is added to the audiodoc page navbar to position the links properly */
.navbarADpage {
  padding: 0px 400px 20.5px 20px;
}
.navbarADpage_video {
  padding: 0px 250px 20.5px 20px;
}
@media(max-width: 1200px) and (min-width:768px){
  .navbar-brand {
    padding: 0px 0px 20.5px 20px;
  }
  .navbarADpage {
    padding: 0px 70px 20.5px 20px;
  }
}
@media(max-width: 768px){
  .navbarADpage {
    padding: 0px 0px 20.5px 20px;
  }
}

@media(max-width:400px) {
  .navbar-brand {
    padding: 0;
    max-width:250px;
    width:70%;
  }
}

.navbar-default .navbar-toggle {
  border-color: #FFFFFF;
}


/* this media query with these classes isn't ever used */
@media(min-width:768px) {
    header .container {
        padding-top: 300px;
        padding-bottom: 360px;
    }
    header .intro-text .name {
        font-size: 4.75em;
    }
    header .intro-text .skills {
        font-size: 1.75em;
    }
}

@media(min-width:768px) {
/* this says how  the nav bar transition happens, but not when */
    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }
    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top {
        padding: 10px 0;
		background-color:#27282D;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 1.5em;
    }
}
@media (max-width: 991px) {
  .navbar-fixed-top .navbar-brand {
  font-size: 1.5em;
  }
}
.navbar {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

@media (max-width: 993px){
  .navbar-right {
    font-size: .8em;
  }
}


/* make the navbar solid throughout */
.navbar-default {
    padding: 10px 0;
    background-color: #27282D;
}


@media(max-width:400px) {
.navbar-brand {
    padding: 0;
    max-width:250px;
    width:70%;
  }
}
@media(max-width:768px) {
  .navbar-default {
    background-color: #27282D;
    border-color: transparent;
    padding: 0px
  }
}
/* end of 'make the navbar solid throughout' */


.navbar a:focus {
    outline: 0;
}
.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}



section {
    padding: 70px 0;
}
section h2 {
    margin: 0;
    font-size: 2.5em;
      text-align: center;
}

section.success {
    color: #fff;
    background: #33353d;
}
@media(max-width:767px) {
    section {
        padding: 40px 0;
        background-color: #fff;
    }

    section.first {
        padding-top: 75px;
    }
}

@media (min-width: 1200px) {
  .col-lg-12 {
    width: 100%;
    /*padding: 0 0 50px 0;*/
}
}
/* useless stuff: START */
@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}
/* useless stuff: END */
.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #33353d;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 3px solid #33353D;
    border-left: 3px solid #33353D;
    border-right: 3px solid #33353D;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #33353D;
}

/*floating label with value/focus aren't used anywhere */
.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #33353d;
}

#contact {
background-color: #FFC21C;
color:#33353d;
padding: 100px 5% 100px 5%;
}

form .row:first-child .floating-label-form-group {
    border-top: 3px solid #33353D;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;

}

footer .footer-above {
    padding-top: 7px;
    background-color: #33353d;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #33353D;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    opacity: 0.8
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    /*width: 50px;
    height: 50px;*/
    border-radius: 100%;
    /*font-size: 20px;
    line-height: 28px;*/
}

.scroll-top .btn:focus {
    outline: 0;
}

/* useless stuff: START */
.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #33353d;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #33353d;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}


/* Comments and Transcript reveal*/
.disqus-reveal, .disqus-collapse {
    cursor: pointer;
    margin: 5px 0;
    visibility: visible;
}
.reveal:hover, .disqus-collapse:hover {
    color: #44F;
}

/*This affected the circular player (don't what why this is here anyways..)*/
/*audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
  max-height: 150px;
}*/

.top-border-ireg {

}
/* useless stuff: END */


.vertical-line {
  border-left: thick solid #ffc21c;
  padding-left: 4em;
}
@media(max-width:768px) {
 .vertical-line {
  padding-left: 1em;
  }
}


.form-control::-moz-placeholder {
  color: #CD9E1E;
  opacity: 1;
 }
   .form-control:-ms-input-placeholder {
   color: #CD9E1E;
 }
 .form-control::-webkit-input-placeholder {
 color: #CD9E1E;
 }

.overflow {
  overflow-x:hidden;
  background-color: white;
}
/* for twitter and facebook buttons on navabar */
.nav>li>a.navbar_social{
  padding-left: 8px;
  padding-right: 8px;
}
