@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Caption:700);

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

*, *:before, *:after {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

::-moz-selection {
  background: #ff7800;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #ff7800;
  color: #fff;
  text-shadow: none;
}

body {
  background: #f1f1f1;
  color: #444;
  font-family: 'PT Sans', sans-serif;
  margin: 0;
  overflow-y: scroll;
}

h1, h2 {
  font-family: 'PT Sans Caption', sans-serif;
}

a {
  color: #ff7800;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

hr {
  border: none;
  border-bottom: 1px solid rgb(196, 196, 196);
}

.lead {
  font-family: 'Helvetica Neue UltraLight', sans-serif;
  font-size: 22px;
  font-weight: 100;
}

.arrow {
  border-top:2px solid #fff;
  border-right:2px solid #fff;
  display: inline-block;
  height:8px;
  width:8px;
}

.arrow.down {
  -moz-transform:rotate(135deg);
  -webkit-transform:rotate(135deg);
  -o-transform:rotate(135deg);
  -ms-transform:rotate(135deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=-0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=-0.7071067811865476)";
}

nav {
  background: #444;
  height: 58px;
  margin-bottom: 40px;
}

.nav-inner {
  margin: 0 auto;
  width: 960px;
}

nav .brand {
  font-size: 24px;
  font-weight: bold;
  line-height: 58px;
  padding: 0;
}

nav .menu {
  float: right;
  position: relative;
}

nav .small-menu {
  display: none;
}

nav a {
  color: #fff;
  display: inline-block;
  line-height: 58px;
  padding: 0 20px;
  text-decoration: none;
}

nav a:hover,
nav a:hover .arrow {
  border-color: #ff7800;
  color: #ff7800;
  text-decoration: none;
}

nav .menu {
  margin: 0;
  padding: 0;
  z-index: 100;
}

nav .menu li {
  display: inline;
  list-style: none;
  position: relative;
}

nav .dropdown {
  background: #444;
  display: none;
  margin: 0;
  padding: 0;
  right: 0;
  position: absolute;
  width: 210px;
}

nav .dropdown .dropdown-item {
  list-style: none;
  text-align: left;
}

nav .dropdown .dropdown-item a {
  display: block;
  line-height: 58px;
}

nav .dropdown-toggle:hover .dropdown {
  display: block;
}

nav .dropdown-toggle .arrow {
  margin-bottom: 2px;
  margin-left: 10px;
}

.content {
  margin: 0 auto 40px;
  overflow: hidden;
  width: 960px;
}

.episode-card {
  background: #fff;
  border: 1px solid rgb(206, 206, 206);
  margin: 0 0 40px;
  min-height: 140px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  width: 100%;
}

.episode-card > a {
  color: #444;
}

.episode-card .podcast-cover {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgb(206, 206, 206);
  border-radius: 5px;
  height: 100px;
  padding: 5px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 100px;
  z-index: 10;
}

.episode-card .episode-details {
  float: left;
  padding-right: 2%;
  width: 62%;
}

.episode-card .episode-image {
  border-left: 1px solid rgb(206, 206, 206);
  float: left;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 38%;
  z-index: 0;
}

.episode-card .episode-image img {
  height: 100%;
  width: 100%;
}

.episode-card .episode-title {
  margin-top: 0;
}

.episode-card footer time {
  display: inline-block;
  float: right;
}

.podcast-left {
  float: left;
  width: 38%;
}

.podcast-right {
  float: left;
  padding: 0 0 0 3%;
  width: 62%;
}

.episode-list {
  clear: both;
  position: relative;
  top: 40px;
}

.podcast-right h1 {
  margin-top: 0;
}

.podcast-right h2 {
  margin-top: 0;
}

.podcast-cover {
  width: 100%;
}

.podcasts-list {
  margin: 0;
  overflow: hidden;
  padding: 10px 0;
  width: 100%;
}

.podcasts-list .podcasts-podcast {
  float: left;
  list-style: none;
  margin-bottom: 40px;
  padding: 0 20px;
  width: 50%;
}

.podcasts-list .podcasts-podcast img {
  margin-bottom: 10px;
  width: 100%;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.podcasts-list .podcasts-podcast:hover img {
  box-shadow: 0 0 8px 2px #ff7800;
}

.podcasts-list .podcasts-podcast-link:hover {
  text-decoration: none;
}

.podcasts-list .podcasts-podcast-title {
  margin: 0;
}

.episode-cover {
  width: 100%;
}

.episode-player {
  margin-top: 40px;
}

.episode-player iframe {
  width: 100%;
}

.episode-social-media {
  text-align: center;
  overflow: hidden;
}

.post-social-buttons .link {
  color: #444;
  font-size: 24px;
  margin-right: 5px;
  text-decoration: none;
}

.post-social-buttons .link:hover {
  color: #000;
}

.comments .comment {
  margin-bottom: 20px;
  overflow: hidden;
}

.comments .comment img {
  float: left;
  height: 50px;
  width: 50px;
}
.comments .comment .comment-meta {
  margin-bottom: 10px;
}

.comments .comment .comment-body {
  margin-left: 60px;
}

.new-comment {
  overflow: hidden;
  margin: 0 auto 20px;
  width: 550px;
}

.new-comment form .field label {
  display: block;
}

.new-comment form .field small {
  color: #888;
}

.new-comment form .field input,
.new-comment form .field textarea {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
  outline: none;
  padding: 5px;
  width: 548px;
}

.new-comment form .field button {
  background: rgb(210, 100, 60);
  border: none;
  border-radius: 6px;
  color: #fff;
  float: right;
  padding: 6px;
}

.new-comment .messages {
  margin: 20px -20px 0;
}

.new-comment .messages .message {
  padding: 5px 20px;
}

.new-comment .messages .success {
  background: #dff0d8;
  color: #468847;
}

.new-comment .messages .error {
  background: #f2dede;
  color: #b94a48;
}

.pagination {
  font-size: 20px;
  padding-top: 20px;
}

.pagination_prev_link {
  float: left;
}

.pagination_next_link {
  float: right;
}

.unstyled {
  padding: 0;
}

.unstyled li {
  list-style: none;
}

.unstyled li {
  background: #ff7800;
  display: inline;
  padding: 10px 12px;
}

.unstyled li+li {
  margin-left: 10px;
}

.unstyled li a {
  color: #fff;
}

.unstyled li a {
  text-decoration: none;
}

.follow {
  margin-bottom: 40px;
}

.follow i {
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 25px;
}

body > footer {
  border-top: 1px solid rgb(196, 196, 196);
  margin: 0 auto;
  padding: 20px;
  width: 960px;
}

@media (max-width: 960px) {
  .nav-inner {
    padding: 0 20px;
    width: 100%;
  }
  
  .content {
    padding: 0 20px;
    width: 100%;
  }
  
  .podcast-left,
  .podcast-right {
    float: none;
    padding: 0;
    width: 100%;
  }
  .podcast-left {
    text-align: center;
  }
  
  .podcast-left img {
    width: 50%;
  }
  
  body > footer {
    width: 100%;
  }
}

@media (max-width: 600px) {
  nav .menu li a {
    padding: 0 10px;
  }
  
  .podcast-left img {
    width: 100%;
  }
  
  .unstyled li {
    display: list-item;
    margin: 0 0 10px;
  }
  
  .unstyled li + li {
    margin-left: 0;
  }
}

@media (max-width: 420px) {
  nav .small-menu {
    display: block;
    float: right;
    padding: 0;
  }
  
  nav .menu {
    background: #444;
    display: none;
    position: absolute;
    right: 0;
    text-align: right;
    width: 100%;
  }
  
  nav .small-menu:hover + .menu,
  nav .menu:hover {
    display: block;
  }
}