/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Fonts
   ========================================================================== */
@font-face {
  font-family: 'NovecentowideBold';
  src: url('http://bookriot.com/wp-content/themes/br4/assets/fonts/novecentowide-bold-webfont.eot');
  src: url('http://bookriot.com/wp-content/themes/br4/assets/fonts/novecentowide-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/novecentowide-bold-webfont.woff') format('woff'), url('../fonts/novecentowide-bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'snemandregular';
  src: url('../fonts/Snemand-webfont.eot');
  src: url('../fonts/Snemand-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Snemand-webfont.woff') format('woff'), url('../fonts/Snemand-webfont.ttf') format('truetype'), url('../fonts/Snemand-webfont.svg#snemandregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
   Mixins
   ========================================================================== */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
#topsharethrough {
  margin-top: 20px;
}
/* PAGINATION */
.quadra .pagination {
  font-weight: bold;
}
.quadra .pagination a:first-child:before {
  margin-left: 10px;
}
.quadra .pagination a {
  padding: 10px;
  background: #a5bbac;
  color: #FFF;
}
/* HEADER & NAVBAR */
.banner {
  background: #585550;
  padding: 7px 0 7px;
}
.banner.navbar .navbar-brand {
  background: url("../img/panels_logo.png") 0 0 no-repeat;
  width: 77px;
  height: 43px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .banner.navbar .navbar-brand {
    background: url("../img/panels_logo@2x.png") 0 0 no-repeat;
    background-size: 77px 43px;
  }
}
.banner.navbar {
  border-bottom: none;
}
.banner.navbar .navbar-nav > .active > a {
  background: #aad2da;
}
.banner.navbar .navbar-nav > .active > a:hover {
  background: #dbd19e;
}
.banner.navbar .navbar-nav > li > a {
  font-family: 'franklin-gothic-urw-cond';
  font-size: 24px;
  text-transform: uppercase;
  color: #ffffff;
}
.banner.navbar .navbar-nav > li > a:hover {
  background: #dbd19e;
}
.navbar-header .navbar-toggle:hover,
.navbar-header .navbar-toggle:focus {
  background: #aad2da;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background: #dbd19e;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: #aad2da;
}
/* SEARCH */
.banner.navbar .search-form .input-group {
  border: 1px solid #a5bbac;
}
.banner.navbar .search-form .search-field {
  padding: 0 0 0 10px;
  font-size: 23px;
  border: none;
}
.banner.navbar .search-form .search-field:focus {
  border-color: #aad2da;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(170, 210, 219, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(170, 210, 219, 0.6);
}
.banner.navbar .search-form .search-field::-webkit-input-placeholder {
  padding: 0px;
  font-family: 'franklin-gothic-urw-cond';
  font-size: 24px;
  text-transform: uppercase;
  color: #f7c2c5;
  line-height: 34px;
}
.banner.navbar .search-form .search-submit {
  border: none;
  color: #aad2da;
  padding: 4px 6px 2px;
}
.banner.navbar .search-form .search-submit:hover {
  background: #f7c2c5;
  color: #585550;
  border-color: #a5bbac;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(170, 210, 219, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(170, 210, 219, 0.6);
}
.banner.navbar .search-form .glyphicon-search {
  font-size: 26px;
}
.search .page-header {
  background: #aad2da;
}
.search .page-header h1,
.search .page-header .glyphicon-search {
  color: #FFF;
}
.search .page-header h1 {
  font-size: 90px;
}
.search .page-header .glyphicon-search {
  font-size: 76px;
}
/* CONTENT DISCOVERY */
.content-discovery {
  /*article {
        &:hover {
            opacity: 0.6;
        }
        transition: 0.5s all;
    }*/
}
.content-discovery h2 {
  margin-bottom: 0;
  font-family: 'franklin-gothic-ext-comp-urw';
  font-size: 36px;
  text-transform: uppercase;
  color: #000000;
  line-height: 30px;
}
.content-discovery h2:hover {
  /*color: @darkgray;*/
  text-shadow: 0 0 0.2em #dbd19e;
  transition: 0.5s all;
}
.content-discovery .content-wrap:hover {
  /*text-shadow: 2px 2px 1em rgba(170,210,218,0.6);
            /*transition: 1s all;
            /*text-shadow: 0 0 0.2em @teal;*/
}
.content-discovery .content-wrap .published {
  color: #585550;
}
.content-discovery article {
  position: relative;
}
.content-discovery article .background {
  position: absolute;
  height: 100%;
}
body .content-discovery .col-sm-4 article,
body .content-discovery .col-sm-6 article,
body .content-discovery .col-sm-8 article {
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
}
.content-wrap {
  position: absolute;
  bottom: 4px;
  left: 25px;
}
.overlay-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
}
.content-discovery {
  overflow: hidden;
}
.content-discovery .topleft {
  height: 200px;
}
.content-discovery .bottomleft,
.content-discovery .bottomright {
  height: 130px;
}
.content-discovery .tallboy {
  height: 130px;
}
.og1 {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.42) 42%, #9ce2fc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0.42)), color-stop(100%, #9ce2fc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.42) 42%, #9ce2fc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.42) 42%, #9ce2fc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.42) 42%, #9ce2fc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.42) 42%, #9ce2fc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#9ce2fc', GradientType=0);
  /* IE6-9 */
}
.og2 {
  background: -moz-linear-gradient(top, rgba(234, 214, 126, 0.4) 0%, #ead67e 80%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(234, 214, 126, 0.2)), color-stop(80%, #ead67e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(234, 214, 126, 0.4) 0%, #ead67e 80%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(234, 214, 126, 0.4) 0%, #ead67e 80%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(234, 214, 126, 0.4) 0%, #ead67e 80%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(234, 214, 126, 0.4) 0%, #ead67e 80%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ead67e', GradientType=0);
  /* IE6-9 */
}
.og3 {
  background: -moz-linear-gradient(top, rgba(255, 191, 191, 0.3) 0%, #fba2a2 66%, #f99393 80%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 191, 191, 0.1)), color-stop(66%, rgba(251, 162, 162, 0.8)), color-stop(100%, rgba(249, 147, 147, 0.8)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 191, 191, 0.3) 0%, #fba2a2 66%, #f99393 80%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 191, 191, 0.3) 0%, #fba2a2 66%, #f99393 80%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 191, 191, 0.3) 0%, #fba2a2 66%, #f99393 80%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 191, 191, 0.3) 0%, #fba2a2 66%, #f99393 80%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affbfbf', endColorstr='#f99393', GradientType=0);
  /* IE6-9 */
}
.og4 {
  background: -moz-linear-gradient(top, rgba(205, 235, 139, 0) 0%, rgba(193, 221, 173, 0.6) 45%, #b8d3c6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(205, 235, 139, 0.6)), color-stop(45%, rgba(193, 221, 173, 0)), color-stop(100%, #b8d3c6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(205, 235, 139, 0) 0%, rgba(193, 221, 173, 0.6) 45%, #b8d3c6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(205, 235, 139, 0) 0%, rgba(193, 221, 173, 0.6) 45%, #b8d3c6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(205, 235, 139, 0) 0%, rgba(193, 221, 173, 0.6) 45%, #b8d3c6 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(205, 235, 139, 0) 0%, rgba(193, 221, 173, 0.6) 45%, #b8d3c6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00cdeb8b', endColorstr='#b8d3c6', GradientType=0);
  /* IE6-9 */
}
/* SUBSCRIBE */
.subscribe h3 {
  background: #c46230;
  font-family: 'franklin-gothic-urw-cond';
  font-size: 30px;
  font-weight: 600;
}
.subscribe .subscribe-buttons.subscribe-buttons {
  background: #aad2da;
}
/* OVERALL WRAP */
.wrap.container {
  padding: 0;
}
.featured .table {
  margin-bottom: 0;
}
/* FEATURED FULL WIDTH */
.fullwidth-feature header {
  background: rgba(247, 194, 197, 0.7);
  width: 100%;
  padding: 25px 20px;
}
.fullwidth-feature header:hover {
  background: rgba(219, 209, 158, 0.7);
}
.fullwidth-feature header.fullwidth-header2 {
  background: rgba(196, 98, 48, 0.7);
}
.fullwidth-feature header.fullwidth-header2:hover {
  background: rgba(219, 209, 158, 0.7);
}
.fullwidth-feature a > h2.entry-title {
  font-family: 'franklin-gothic-ext-comp-urw';
  font-size: 40px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 36px;
  border-bottom: 3px solid #FFF;
  padding: 0;
}
.fullwidth-feature p.byline a,
.fullwidth-feature time {
  font-family: 'franklin-gothic-urw-cond';
  font-size: 22px;
  text-transform: uppercase;
  color: #ffffff;
}
.fullwidth-feature .entry-info .published {
  color: #FFF;
}
/* ARTICLE CARDS */
.row.cards {
  padding-left: 15px;
  padding-right: 15px;
}
.blogroll > header {
  padding: 0px;
  border: none;
}
.background-cover {
  background-position: center;
}
.blogroll .entry-info {
  background: #f7f7f3;
  padding: 0 10px;
}
.entry-title {
  margin-bottom: 8px;
}
.quadra .entry-title > a {
  font-family: 'franklin-gothic-urw-comp';
  font-size: 24px;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
}
.quadra .entry-title > a:hover {
  color: #418485;
}
.quadra .byline,
.quadra .byline a,
.quadra .published {
  font-family: 'franklin-gothic-urw-comp';
  font-size: 18px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  display: inline-block;
}
.entry-info .published {
  color: #898989;
}
.category_description {
  font-weight: bold;
  font-style: italic;
}
/* DOUBLE-WIDE CARDS */
.doublewide .thumbwrapper {
  height: 420px;
}
.doublewide h2.entry-title a:hover {
  color: #418485;
}
/* FEATURED VIDEO */
.fv-wrapper {
  padding: 30px;
  background: #418485;
}
.featured-video .featured_video_content h2 {
  font-family: 'franklin-gothic-ext-comp-urw';
  font-size: 32px;
  text-transform: uppercase;
  color: #418485;
}
.featured-video .featured_video_content h2 .mustard {
  color: #418485;
}
.featured-video .featured_video_content h3 {
  font-family: 'franklin-gothic-urw-comp';
  font-size: 24px;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
}
/* SOCIAL FOLLOW */
.social-links .social-tagline {
  font-family: 'franklin-gothic-urw-comp';
  font-size: 24px;
  text-transform: uppercase;
  color: #585550;
  font-weight: bold;
}
.social-links .newsletter-label {
  font-family: 'franklin-gothic-urw-comp';
  font-size: 22px;
  text-transform: uppercase;
  color: #585550;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.social-links form {
  display: inline-block;
  width: 400px;
}
.social-links .email-submit {
  font-family: 'franklin-gothic-urw-comp';
  font-size: 22px;
  text-transform: uppercase;
  color: #585550;
  padding: 1px 11px;
}
.social-links .email-submit:hover {
  background: #aad2da;
  border: 1px solid #aad2da;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(170, 210, 219, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(170, 210, 219, 0.6);
}
.social-links .email-field {
  font-size: 23px;
}
.social-links .email-field:focus {
  border: 1px solid #aad2da;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(170, 210, 219, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(170, 210, 219, 0.6);
}
.social-links .email-field::-webkit-input-placeholder {
  font-family: 'franklin-gothic-urw-comp';
  font-size: 22px;
  text-transform: uppercase;
  color: #585550;
}
/* MAIN CONTENT */
.single article {
  margin-bottom: 15px;
}
.archive .row > .main {
  padding: 0;
}
.thumbnail.wp-caption,
.main img.aligncenter {
  max-width: 100%;
  margin-bottom: 15px;
}
/* FOOTER PREVIOUS / NEXT NAVIGATION */
.nav-footer {
  margin-top: 35px;
}
.nav-footer .table-cell {
  padding: 10px;
}
.nav-footer .previous {
  background: #a5bbac;
}
.nav-footer .next {
  background: #aad2da;
}
.nav-footer .post-link {
  border: none;
}
.nav-footer .post-link:hover {
  background: #dbd19e;
}
.nav-footer .post-link .post-title {
  font-family: 'franklin-gothic-urw-comp';
  font-size: 24px;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
  line-height: 23px;
}
.nav-footer .post-link h3 {
  font-family: 'franklin-gothic-ext-comp-urw';
  font-size: 32px;
  text-transform: uppercase;
  color: #ffffff;
}
/* SIDEBAR */
.sidebar .widget_disqus_popular_threads_widget {
  background: #dbd19e;
}
.sidebar .widget_disqus_popular_threads_widget h3 {
  color: #dbd19e;
}
.sidebar .widget_disqus_popular_threads_widget .txt-box:hover {
  background: #a5bbac;
}
.sidebar .widget_disqus_popular_threads_widget .txt-box:hover .link-comments a {
  color: #FFF;
}
.sidebar .widget_disqus_popular_threads_widget .txt > a {
  font-family: 'franklin-gothic-urw-comp';
  font-size: 18px;
  text-transform: uppercase;
  color: #000000;
  display: block;
  line-height: 18px;
}
.sidebar .widget_disqus_popular_threads_widget .link-comments a {
  background: #aad2da;
  font-family: 'franklin-gothic-urw-comp';
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 6px;
}
.sidebar .featured_video_title {
  background: none;
  margin: 0;
}
.sidebar .widget h3 {
  font-family: 'franklin-gothic-ext-comp-urw';
  font-size: 32px;
  text-transform: uppercase;
  background: white;
  margin: 0 20px;
}
.sidebar .featured_video_content h3 {
  background: none;
}
.sidebar {
  background: #FFF;
}
.sidebar .widget {
  margin-bottom: 30px;
}
.sidebar .widget_title_wrapper {
  background: #418485;
  text-align: center;
  padding: 20px;
}
.sidebar h3.featured_video_title {
  color: #418485;
  padding: 0px;
}
.sidebar h3.featured_video_title .mustard {
  color: #418485;
}
.sidebar .featured_video_content {
  background: #418485;
  border-bottom: 0;
}
.sidebar .featured_video_content h3 {
  font-family: 'franklin-gothic-urw-comp';
  font-size: 24px;
  text-transform: uppercase;
  color: #ffffff;
}
.quadra a {
  color: #c46230;
}
/* SUBSCRIBE BUTTONS */
.subscribe .subscribe-button {
  height: 54px;
}
.subscribe .subscribe-button.podcast {
  background: url('../img/subscribe_buttons.png') no-repeat 80px 0;
}
.subscribe .subscribe-button.podcast:hover {
  background-position-y: -54px !important;
}
.subscribe .subscribe-button.newsletter {
  background: url('../img/subscribe_buttons.png') no-repeat 80px -108px;
}
.subscribe .subscribe-button.newsletter:hover {
  background-position-y: -162px !important;
}
.subscribe .subscribe-button.quarterly {
  background: url('../img/subscribe_buttons.png') no-repeat 80px -216px;
}
.subscribe .subscribe-button.quarterly:hover {
  background-position-y: -270px !important;
}
.subscribe .subscribe-button.facebook {
  background: url('../img/subscribe_buttons.png') no-repeat 80px -324px;
}
.subscribe .subscribe-button.facebook:hover {
  background-position-y: -378px !important;
}
.subscribe .subscribe-button.twitter {
  background: url('../img/subscribe_buttons.png') no-repeat 80px -432px;
}
.subscribe .subscribe-button.twitter:hover {
  background-position-y: -486px !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subscribe .subscribe-button.quarterly {
    background: url('../img/subscribe_buttons@2x.png') no-repeat 80px 0;
    background-size: 180px 538px;
  }
  .subscribe .subscribe-button.newsletter {
    background: url('../img/subscribe_buttons@2x.png') no-repeat 80px -108px;
    background-size: 180px 538px;
  }
  .subscribe .subscribe-button.quarterly {
    background: url('../img/subscribe_buttons@2x.png') no-repeat 80px -216px;
    background-size: 180px 538px;
  }
  .subscribe .subscribe-button.facebook {
    background: url('../img/subscribe_buttons@2x.png') no-repeat 80px -324px;
    background-size: 180px 538px;
  }
  .subscribe .subscribe-button.twitter {
    background: url('../img/subscribe_buttons@2x.png') no-repeat 80px -432px;
    background-size: 180px 538px;
  }
}
/* CATEGORY LINK */
a.category_link {
  font-family: 'franklin-gothic-urw-comp';
  font-size: 16px;
  text-transform: uppercase;
  color: #f7f7f3;
  background: #aad2da;
}
a.category_link:hover {
  background: #dbd19e;
}
h1 {
  font-family: 'franklin-gothic-urw-comp';
  font-size: 42px;
  text-transform: uppercase;
  color: #000000;
  line-height: 34px;
  font-weight: bold;
}
/* PODCAST SUBSCRIBE LINKS */
.podcast-links a {
  text-decoration: none;
}
.podcast-button {
  height: 80px;
}
.podcast-button .ctatext {
  margin-top: 10px;
  font-family: 'snemandregular';
  font-size: 22px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: lighter;
}
.podcast-button .icon {
  display: block;
  margin: 0 auto;
}
.podcast-button .icon.apple {
  background: url('../img/podcast_link_icons.png') no-repeat 0 0;
  width: 36px;
  height: 43px;
}
.podcast-button .icon.stitcher {
  background: url('../img/podcast_link_icons.png') no-repeat -36px -1px;
  width: 83px;
  height: 41px;
}
.podcast-button .icon.rss {
  background: url('../img/podcast_link_icons.png') no-repeat -119px -5px;
  width: 34px;
  height: 34px;
}
.lightblue {
  background: #aad2da;
}
.lightblue:hover {
  background-color: #bcdbe2;
}
.tangerine {
  background: #c46230;
}
.tangerine:hover {
  background-color: #d06f3e;
}
.brownmustard {
  background: #dbd19e;
}
.brownmustard:hover {
  background-color: #e2dab1;
}
/* PODCAST PAGE */
.row.podcast .col-sm-8,
.row.podcast .col-sm-4 {
  padding: 0px;
}
.row.podcast .col-sm-4 {
  padding-left: 15px;
}
/* INFINITE SCROLL */
.home #footer_menu {
  display: none;
}
#infscr-loading {
  left: 0;
  right: 0;
}
#infscr-loading > img {
  display: none;
}
.published {
  color: black;
}
.page-header {
  background: #a5bbac;
}
.page-header .archive-title {
  margin-right: 0.2em;
}
.page-header h1 {
  font-family: 'franklin-gothic-ext-comp-urw';
  font-size: 80px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 100;
  line-height: 68px;
}
.comment-count {
  background: #c46230;
  margin: 0 4px 5px;
}
@media (min-width: 992px) {
  .navbar-header {
    width: 130px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content-wrap {
    left: 10px;
  }
  .content-wrap h2 {
    font-size: 24px;
    line-height: 22px;
  }
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Fonts
   ========================================================================== */
@font-face {
  font-family: 'NovecentowideBold';
  src: url('http://bookriot.com/wp-content/themes/br4/assets/fonts/novecentowide-bold-webfont.eot');
  src: url('http://bookriot.com/wp-content/themes/br4/assets/fonts/novecentowide-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/novecentowide-bold-webfont.woff') format('woff'), url('../fonts/novecentowide-bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'snemandregular';
  src: url('../fonts/Snemand-webfont.eot');
  src: url('../fonts/Snemand-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Snemand-webfont.woff') format('woff'), url('../fonts/Snemand-webfont.ttf') format('truetype'), url('../fonts/Snemand-webfont.svg#snemandregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
   Mixins
   ========================================================================== */
@media (min-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .single .row article {
    padding-left: 0;
  }
  .row .subscribe {
    padding-left: 30px;
    padding-right: 30px;
  }
  .home .sharethrough-placement {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row article.fullwidth {
    padding-left: 0;
    padding-right: 0;
  }
  .row > .main.col-sm-8 {
    padding-left: 30px;
    padding-right: 15px;
  }
  .content-discovery .topleft {
    height: 300px;
  }
  .content-discovery .tallboy {
    height: 430px;
  }
  .blogroll .entry-info {
    height: 108px;
    margin-bottom: 0;
  }
  a.category_link {
    font-size: 22px;
  }
  .table .leftcol.table-cell {
    padding-left: 15px;
  }
  .table .rightcol.table-cell {
    padding-right: 30px;
  }
  .featured-fullwidth a > h2.entry-title {
    font-size: 80px;
    line-height: 72px;
  }
  .doublewide h2.entry-title a {
    font-family: 'franklin-gothic-ext-comp-urw';
    font-size: 36px;
    text-transform: uppercase;
    color: #000000;
    line-height: 28px;
  }
  .fullwidth-feature a > h2.entry-title {
    font-size: 80px;
    line-height: 72px;
  }
  .doublewide {
    position: relative;
  }
  .doublewide .entry-info {
    position: absolute;
    bottom: 0;
    background: none;
  }
  .doublewide .entry-info .published {
    color: #FFF;
  }
  .page-header {
    margin-left: 0;
    margin-right: 0;
  }
}
