/*
	Theme Name: Geek Media
	Description: Geek media is designed and built by VSELLIS.com.
	Author: VSELLIS
	Author URI: http://vsellis.com
	Version: 0.0.1
	License: GPL-2.0+  
	License URI: http://www.gnu.org/licenses/gpl-2.0.html  
	Text Domain: local-media
	Domain Path: /languages

	Template: genesis
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

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

html {
  font-size: 62.5%;
}

html, html a {
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #fff;
  color: #2f2f2f;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.625;
}

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

p {
  margin-bottom: 1.625rem;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 38px;
  font-size: 3.8rem;
  color: #000;
}

h2 {
  font-size: 34px;
  font-size: 3.4rem;
}

h3 {
  font-size: 28px;
  font-size: 2.8rem;
}

h4 {
  font-size: 24px;
  font-size: 2.4rem;
}

h5 {
  font-size: 20px;
  font-size: 2rem;
}

h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

blockquote {
  margin: 0;
  font-style: italic;
  background-color: #fafafa;
  padding: 2rem;
}
blockquote p {
  margin: 0 !important;
}

cite {
  font-size: 1.2rem;
  font-style: normal;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 1.1rem;
  word-wrap: breakwork;
}

strong {
  font-weight: 700;
}

em,
i,
cite {
  font-style: italic;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

embed,
iframe,
object {
  max-width: 100%;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

.site-inner,
.wrap {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.site-inner:after,
.wrap:after {
  content: " ";
  display: block;
  clear: both;
}

/* Grid Layouts
---------------------------------------- */
.content-sidebar .content {
  width: 66.10169%;
  float: left;
  margin-right: 1.69492%;
}
.content-sidebar .sidebar {
  width: 32.20339%;
  float: right;
  margin-right: 0;
}

.sidebar-content .content {
  width: 66.10169%;
  float: right;
  margin-right: 0;
}
.sidebar-content .sidebar {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
}

.full-width-content .content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.content-sidebar-sidebar .content {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
}
.content-sidebar-sidebar .sidebar-primary {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
}
.content-sidebar-sidebar .sidebar-secondary {
  width: 15.25424%;
  float: right;
  margin-right: 0;
}

.sidebar-sidebar-content .sidebar-secondary {
  width: 15.25424%;
  float: left;
  margin-right: 1.69492%;
}
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 83.05085%;
  float: right;
  margin-right: 0;
}
.sidebar-sidebar-content .content {
  width: 66.10169%;
  float: right;
  margin-right: 0;
}
.sidebar-sidebar-content .sidebar-primary {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
}

.sidebar-content-sidebar .sidebar-secondary {
  width: 15.25424%;
  float: left;
  margin-right: 1.69492%;
}
.sidebar-content-sidebar .content-sidebar-wrap {
  width: 83.05085%;
  float: right;
  margin-right: 0;
}
.sidebar-content-sidebar .content {
  width: 66.10169%;
  float: left;
  margin-right: 1.69492%;
}
.sidebar-content-sidebar .sidebar-primary {
  width: 32.20339%;
  float: right;
  margin-right: 0;
}

@media (max-width: 1180px) {
  .wrap {
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  .wrap:after {
    content: " ";
    display: block;
    clear: both;
  }

  .content-sidebar-sidebar .content,
  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
}
@media (min-width: 615px) and (max-width: 868px) {
  .title-area {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }

  .header-widget-area {
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }

  .content-sidebar-sidebar .content,
  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
}
@media (max-width: 730px) {
  .content-sidebar .content,
  .sidebar-content .content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .content-sidebar .sidebar,
  .sidebar-content .sidebar {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 30em) {
  .sidebar-sidebar-content .sidebar-secondary,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .sidebar-primary,
  .content-sidebar-sidebar .sidebar-secondary,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .sidebar-primary,
  .sidebar-content-sidebar .sidebar-secondary,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .sidebar-primary {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
/* Site Header
---------------------------------------- */
.site-header,
.top-bar {
  background: #F5F5F5;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  padding: 0;
}
.site-header ul {
  padding: 0;
}
.site-header .wrap {
  padding: 20 p 0;
}

.site-header .widget,
.top-bar .widget {
  padding: 0;
  display: inline-block;
}
.site-header .widget.widget_search,
.top-bar .widget.widget_search {
  float: right;
  padding: 25px 0;
}
@media (max-width: 60em) {
  .site-header .widget.widget_search,
  .top-bar .widget.widget_search {
    display: none;
  }
}
@media (max-width: 30em) {
  .site-header .widget.widget_search,
  .top-bar .widget.widget_search {
    display: none;
  }
  .site-header .top-bar .widget,
  .top-bar .top-bar .widget {
    width: 100%;
  }
  .site-header .simple-social-icons,
  .top-bar .simple-social-icons {
    width: 100%;
  }
  .site-header .simple-social-icons .alignleft,
  .top-bar .simple-social-icons .alignleft {
    text-align: center !important;
    width: 100%;
  }
  .site-header .simple-social-icons .alignleft li,
  .top-bar .simple-social-icons .alignleft li {
    float: none;
  }
}

.title-area {
  float: left;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  padding: 16px 0;
}

.header-image .title-area {
  padding: 0;
}

.site-title {
  font-size: 28px;
  line-height: 1;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.site-description {
  color: #999;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0;
}

/* Full width header, no widgets */
.header-full-width .title-area,
.header-full-width .site-title {
  width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
  display: block;
  text-indent: -9999px;
  line-height: 0;
}

/* Logo, hide text */
.header-image .site-header .wrap {
  background: url(images/logo.png) no-repeat left center;
  padding: 0;
}

.header-image .site-title a {
  min-height: 90px;
}

.top-bar {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
  padding: 10px 0;
  height: 40px;
}
.top-bar section {
  display: inline-block;
  float: right;
}

.title-area {
  width: 23.72881%;
  float: left;
  margin-right: 1.69492%;
}

.header-widget-area {
  width: 74.57627%;
  float: right;
  margin-right: 0;
}

@media (max-width: 30em) {
  .header-image .site-header .wrap {
    background-position: top left;
  }

  .site-header .title-area,
  .site-header .header-widget-area,
  .site-header .widget {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .site-header .header-widget-area {
    text-align: right;
  }
}
/* Navigation
---------------------------------------- */
.top-bar ul {
  padding: 0;
}
.top-bar ul li {
  display: inline-block;
}
.top-bar ul li a {
  padding: 0 14px;
}
@media (max-width: 30em) {
  .top-bar ul li a {
    padding: 0 5px;
  }
}

.genesis-nav-menu {
  clear: both;
  color: #fff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  width: 100%;
  padding: 0;
  /* Navigation sub-menu */
}
.genesis-nav-menu a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #154F7B;
  display: block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 36px 12px;
  text-transform: uppercase;
}
.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
  position: relative;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: 0;
  opacity: 1;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #2f2f2f;
}
.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -ms-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  width: 200px;
  z-index: 99;
  /* Third level menu */
}
.genesis-nav-menu .sub-menu .current-menu-item > a {
  color: #154F7B;
}
.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: none;
  display: block;
  line-height: 1.4;
  padding: 10px 15px 8px;
  position: relative;
  width: 200px;
  word-wrap: break-word;
}
.genesis-nav-menu .sub-menu .sub-menu {
  margin: -41px 0 0 199px;
}

.nav-primary ul {
  padding-left: 0;
}
.nav-primary .genesis-nav-menu a {
  padding: 16px 12px;
}
.nav-primary .genesis-nav-menu .sub-menu .sub-menu {
  margin: -61px 0 0 199px;
}

/* Responsive Navigation
---------------------------------------------------------------------------------------------------- */
/* Standard Navigation
--------------------------------------------- */
nav {
  clear: both;
}

/* Navigation toggles
--------------------------------------------- */
.sub-menu-toggle,
.menu-toggle,
.search-toggle {
  display: none;
  visibility: hidden;
}

/* Navigation toggles - Ensure Menu Displays when Scaled Up
--------------------------------------------- */
@media only screen and (min-width: 768px) {
  nav {
    display: block !important;
  }
}
/* Navigation toggles - Mobile (Change max width as you see fit)
--------------------------------------------- */
@media (max-width: 30em) {
  .menu-toggle,
  .sub-menu-toggle,
  .search-toggle {
    display: block;
    overflow: hidden;
    visibility: visible;
    font-size: 20px;
    border: none;
    outline: none;
    margin: 0 auto;
    float: right;
  }

  .menu-toggle,
  .search-toggle {
    margin-top: -66px;
  }

  .search-toggle {
    margin-right: 35px;
  }

  button.menu-toggle,
  button.sub-menu-toggle,
  button.search-toggle {
    background-color: transparent;
    color: #154F7B;
    font-family: fontAwesome;
    position: absolute;
    right: 0;
  }

  .sub-menu-toggle {
    padding: 18px;
    padding: 1.8rem;
    position: absolute;
    right: 0;
    top: 0;
  }

  .menu-toggle:before {
    content: "\f0c9";
  }

  .menu-toggle.activated:before {
    content: "\f00d";
  }

  .sub-menu-toggle:before {
    content: "+";
  }

  .sub-menu-toggle.activated:before {
    content: "-";
  }

  .search-toggle:before {
    content: "\f002";
  }

  nav {
    display: none;
    position: relative;
  }

  .genesis-nav-menu a {
    padding: 10px;
    font-weight: 400;
  }
  .genesis-nav-menu .menu-item {
    background-color: #f5f5f5;
    display: block;
    position: relative;
    text-align: left;
  }
  .genesis-nav-menu .menu-item:hover {
    position: relative;
  }
  .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    opacity: 1;
    position: static;
    width: 100%;
  }
  .genesis-nav-menu .sub-menu a {
    border-left: 0;
    position: relative;
    width: auto;
  }
  .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
  }
  .genesis-nav-menu .sub-menu .sub-menu a {
    background-color: #f5f5f5;
    padding-left: 30px;
  }
  .genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
    background-color: #fff;
    padding-left: 40px;
  }

  .nav-primary a:hover,
  .nav-primary .current-menu-item > a {
    color: #333;
  }
}
/* Hero Unit
---------------------------------------- */
.hero-unit {
  background-image: url("images/hero.jpg");
  background-position: center center;
  background-size: cover;
  min-height: 500px;
  margin-bottom: 2rem;
}

.featuredpost article {
  width: 100%;
  position: relative;
  max-height: 670px;
  overflow: hidden;
  color: #999;
}
.featuredpost article h2.entry-title {
  font-size: 48px;
  line-height: 1;
}
.featuredpost article img {
  width: 100%;
}
.featuredpost article .entry-header {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.featuredpost article .entry-header a {
  color: #fff;
}
.featuredpost article:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
  opacity: 1;
}

.entry-title {
  margin: 24px 0;
}

.entry-content {
  padding: 0 0 24px 0;
}

.entry-footer {
  border-top: 1px solid #f5f5f5;
  color: #626262;
}
.entry-footer .entry-meta {
  padding: 48px 0;
}
.entry-footer .entry-meta span {
  display: block;
}
.entry-footer a {
  color: #2f2f2f;
}

.after-entry.widget-area {
  padding: 24px;
}

.author-box {
  overflow: hidden;
  *zoom: 1;
  width: 100%;
}
.author-box h4 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.author-box img {
  border: 3px solid gainsboro;
  float: left;
  margin: 0 24px 24px 0;
}

/*
---------------------------------------- */
.breadcrumb {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 15px 0;
  padding: 4px;
  background: #f5f5f5;
}
.breadcrumb a {
  color: #EA942C;
}

/* Pagination
--------------------------------------------- */
.archive-pagination,
.entry-pagination {
  font-size: 14px;
  padding: 20px 0;
  text-align: center;
  clear: both;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  color: #EA942C;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  padding: 5px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
  color: #666;
}

.entry-pagination a {
  border-bottom: 1px solid #ddd;
}

/* Grid Styles
---------------------------------------- */
.geek-media-grid-widget .grid-item {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
}
.geek-media-grid-widget .grid-item:nth-of-type(3n+1) {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
}
.geek-media-grid-widget .grid-item:nth-of-type(3n+3) {
  width: 32.20339%;
  float: right;
  margin-right: 0;
}
@media (max-width: 60em) {
  .geek-media-grid-widget .grid-item:nth-of-type(2n+1) {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  .geek-media-grid-widget .grid-item:nth-of-type(2n+2) {
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }
}
@media (max-width: 30em) {
  .geek-media-grid-widget .grid-item:nth-of-type(2n+1) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .geek-media-grid-widget .grid-item:nth-of-type(2n+2) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.grid-item {
  overflow: hidden;
  *zoom: 1;
  position: relative;
  margin-bottom: 20px;
  height: 370px;
  border: 1px solid #cfcfcf;
}
.grid-item header img {
  display: block;
  max-width: 100%;
}
.grid-item a {
  color: #2f2f2f;
}
.grid-item .entry-title {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px;
  margin: 0;
}
.grid-item .author-info {
  font-size: 14px;
}
.grid-item footer {
  border-top: 1px solid #cfcfcf;
  position: absolute;
  bottom: 0;
  height: 70px;
  padding: 10px;
  width: 100%;
}
.grid-item footer .avatar {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 1rem;
  border: 3px solid #cfcfcf;
}

.load-more-wrap {
  clear: both;
  text-align: center;
  padding: 40px;
}
.load-more-wrap span {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-align: center;
  background: #ccc;
  padding: 10px 40px;
  color: #fff;
}
.load-more-wrap span:hover {
  background: #b3b3b3;
}

a.post-cat {
  display: block;
  border-bottom: 3px solid #2f2f2f;
  color: #fff;
  margin-top: -26px;
}
a.post-cat span {
  background-color: #2f2f2f;
  padding: 4px 8px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  color: #fff;
}

.category-editors-choice a.post-cat span,
.category-editors-choice a.post-cat {
  background: #EB8E00;
  border-color: #EB8E00;
}

.category-episodes a.post-cat span,
.category-episodes a.post-cat {
  background: #144F7A;
  border-color: #144F7A;
}

/* ## Content Area
--------------------------------------------- */
.single .content article {
  width: 90%;
  margin: 0 auto;
  display: inline-block;
}

/* Sidebar 
---------------------------------------- */
.sidebar {
  padding: 1.5rem;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(images/gb-loader.gif) center no-repeat #fff;
}

.entry-content > ol,
.entry-content > ul,
.entry-content p,
.quote-caption {
  margin-bottom: 1.25em;
  margin-top: 0;
}

.entry-content ol li {
  list-style-type: decimal;
}
.entry-content ul li {
  list-style-type: disc;
}
.entry-content ul li ul li {
  list-style-type: circle;
}
.entry-content li ol li ul li {
  list-style: disc;
}
.entry-content ul li ol li {
  list-style: decimal;
}
.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}
.entry-content .search-form {
  width: 50%;
}

ul,
ol {
  padding-left: 4rem;
}

/* Sidbar
---------------------------------------- */
.sidebar ul {
  padding: 0;
}
.sidebar ul li {
  padding: .4rem 1rem;
}
@media (max-width: 60em) {
  .sidebar .widget_search input {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 30em) {
  .sidebar {
    padding: 0;
  }
}

.below-header-ad {
  padding-top: 1.8rem;
  text-align: center;
}

.widget {
  padding: 0 0 3rem 0;
}

/* Footer
---------------------------------------- */
.site-footer {
  text-align: center;
  padding: 48px;
  background: #000;
  color: #ccc;
}
.site-footer a {
  color: #EA942C;
  text-decoration: none;
}

/* Comments
--------------------------------------------- */
ol.comment-list {
  padding: 0;
}

.comment-form > p {
  margin: 24px 0;
}

.form-allowed-tags {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #f5f5f5;
  padding: 24px;
}

.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  margin-bottom: 40px;
}

.entry-comments img {
  max-width: 100%;
}

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}

.comment-respond a,
.entry-comments a {
  border-bottom: 1px solid #ddd;
}

.entry-comments .comment-author {
  margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

textarea#comment {
  max-width: 100%;
}

.comment-list li,
.ping-list li {
  list-style-type: none;
}

.comment-list li {
  margin-top: 24px;
  padding: 32px;
}

.comment-list li li {
  margin-right: -32px;
}

.comment-content {
  clear: both;
}
.comment-content ol li {
  list-style-type: decimal;
}
.comment-content ul li {
  list-style-type: disc;
}
.comment-content li {
  padding: 0;
  margin: 0;
}

li.comment {
  background-color: #f5f5f5;
  border: 2px solid #fff;
  border-right: none;
}

.comment .avatar {
  margin: 0 16px 24px 0;
  float: left;
  border: 3px solid #e1e1e1;
}

.entry-pings .reply {
  display: none;
}

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 14px;
  padding: 24px;
}

/* Forms
---------------------------------------- */
input,
select,
textarea {
  font-size: 14px;
  font-size: 1.4rem;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cfcfcf;
  -webkit-appearance: none;
  padding: 12px;
}

input[type='submit'] {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  background-color: #EA942C;
  cursor: pointer;
  color: #fff;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #999;
}

form.post-password-form input {
  width: initial;
  padding: 10px 16px;
  border: none;
}

/**
* ------------------------------------------------------------------------------------------------------------------------------
* Table Styles
* ------------------------------------------------------------------------------------------------------------------------------
*/
table {
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
  font-size: 12px;
  color: #333333;
  border-width: 1px;
  border-color: #eee;
  border-collapse: collapse;
}

tbody {
  border-bottom: 1px solid #ddd;
}

th,
td {
  text-align: left;
  border-color: #eee;
  border-width: 1px;
  border-style: solid;
}

th {
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px;
  border-color: #eee;
  border-width: 1px;
  border-style: solid;
}

td {
  border-top: 1px solid #ddd;
  padding: 6px;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

img.alignnone {
  margin-bottom: 12px;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  font-size: 14px;
  text-align: center;
}

.widget_calendar table {
  width: 100%;
  margin-bottom: 0;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Column Classes
    Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}

.one-third,
.two-sixths {
  width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}

.one-fourth {
  width: 23.076923076923077%;
}

.three-fourths {
  width: 74.35897435897436%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

.first {
  clear: both;
  margin-left: 0;
}

@media (max-width: 60em) {
  .one-third,
  .one-half {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .one-third.first,
  .one-half.first {
    clear: none;
  }
}
@media (max-width: 30em) {
  .one-third,
  .one-half {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
