@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://eldiario.com/wp-content/uploads/fonts/material-icon.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

html {
  margin-top: 0 !important;
}
html, body {
  height: 100%;
}
body {
  height: 100%;
  font-family: "Roboto", Sans-serif;
  font-size: 15px;
  padding: 10px 0;
  color: #221f20;
}
img {
  width: 100%;
}
h1, h2, h3 {
  font-family: "PT Serif", Sans-serif;
  font-weight: bold;
}
h5 {
  font-family: "Roboto", Sans-serif;
}
h6 {
  color: #7d736e;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
hr {
  border: none;
  height: 1px;
  border-top: 1px dotted #7d736e;
  margin-bottom: 10px;
}
input[type="text"] {
  color: #372e2e;
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 15px;
  border: none;
}
figure {
  overflow: hidden;
  position: relative;
}
figure img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
.hide {
  display: none !important;
}
.menu-header-container {
  display: none !important;
}
.text-orange {
  color: #e0922e !important;
}
.badge-orange {
  background: #e0922e !important;
}
.btn-orange {
  background: #e0922e !important;
}
.text-danger {
  color: #a91010 !important;
}
.badge-danger {
  background: #a91010 !important;
}
.btn-danger {
  background: #a91010 !important;
}
.text-warning {
  color: #ffcc00 !important;
}
.badge-warning {
  background: #ffcc00 !important;
}
.btn-warning {
  background: #ffcc00 !important;
  border-color: #ffcc00 !important;
}
.text-success {
  color: #82BB4A !important;
}
.badge-success {
  background: #82BB4A !important;
}
.btn-success {
  background: #82BB4A !important;
}
.btn {
  padding: 2px 10px;
  font-family: "Roboto Condensed", Sans-serif;
}
.badge {
  border-radius: 0;
}
.mobile {
  display: none !important;
}
.desktop {
  display: inline-block;
}
.live {
  background: #000000;
  padding: 10px;
}
.live .container {
  padding: 0;
}
.live .sign {
  background: #a91010;
  font-family: "Roboto Condensed", Sans-serif;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 10px;
  margin-right: 15px;
  animation: blink 1s step-start 0s infinite;
  -webkit-animation: blink 1s step-start 0s infinite;
}
.ad {
    width: auto;
    margin-top: 10px;
	margin-bottom: 10px;
    display: table;
    margin-left: auto;
	margin-right: auto;
}

@keyframes blink {
  50% {
    background: #400400;
  }
}
@-webkit-keyframes blink {
  50% {
    background: #400400;
  }
}

.home-container.editable .home-element {
  opacity: .25;
  position: relative;
  min-height: 80px;
}
.home-container.editable .home-element[data-editable="true"]:hover {
  opacity: 1;
  outline: 2px solid #0288d1;
}
.home-container.editable .home-element[data-editable="true"]:hover::after {
  content: "Cambiar";
  position: absolute;
  top: 8px;
  left: 8px;
  bottom: auto;
  right: auto;
  color: #ffffff;
  text-shadow: 1px 1px 2px #0d47a1;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  padding: 6px 10px;
  border-radius: 5px;
  background: #0288d1;
  cursor: pointer;
}
.home-container.editable .home-element[data-editable="true"][data-no-post="true"] {
  content: "";
  display: none;
}
.home-container.editable .home-element-switch {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #424242;
  font-size: 12px;
  z-index: 100;
  display: inline-block;
  padding: 7px 13px 6px 8px;
  background: #dddddd;
  border-radius: 8px;
  display: none;
}
.home-container.editable .home-element-switch input[type=checkbox] {
  position: relative;
  cursor: pointer;
  margin-left: 2px;
}
.home-container.editable .home-element-switch input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -5px;
  left: 0;
  border-radius: 4px;
  background-color: white;
}
.home-container.editable .home-element-switch input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 6px;
  height: 14px;
  border: solid black;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -3px;
  left: 7px;
}
.home-container.editable .home-element[data-editable="true"]:hover .home-element-switch {
  display: block;
}
.other-popular:hover .home-element-switch {
  display: block;
}
.other-popular .home-element-switch {
  top: -40px !important;
}
.live .home-element-switch {
  top: 20px !important;
}
.overall-editable-layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .9);
  z-index: 1000;
  display: none;
}
.overall-editable-layer form {
  width: 600px;
  min-height: 100px;
  max-height: 450px;
  height: auto;
  background: #f2f2f2;
  border: 10px solid rgba(255, 255, 255, .1);
  padding: 10px 15px;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}
.overall-editable-layer form h2 {
  font-size: 20px;
  margin: 0 0 15px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 5px;
}
.overall-editable-layer form h2 a[href="#close-overall-editable"] {
  float: right;
  font-size: 26px;
  color: #aaaaaa;
  text-decoration: none;
}
.overall-editable-layer form h2 a[href="#close-overall-editable"]:hover {
  color: #686868;
  text-decoration: none;
}
.overall-editable-layer form input[type=text] {
  border: 1px solid #dddddd;
  background: #ffffff;
  padding: 6px 10px;
  width: 100%;
}
.overall-editable-layer form ul.search-post-results {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  max-height: 300px;
  overflow-y: scroll;
}
.overall-editable-layer form ul.search-post-results li {
  list-style: none;
  padding: 5px 0;
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
}
.overall-editable-layer form ul.search-post-results li a {
  display: block;
  overflow: hidden;
}
.overall-editable-layer form ul.search-post-results li a:hover {
  background: #e5e5e5;
}
.overall-editable-layer form ul.search-post-results li a img {
  width: 80px;
  float: left;
  margin-right: 15px;
}
.overall-editable-layer form ul.search-post-results li a span {
  float: left;
  width: calc(100% - 100px);
  color: #424242;
}

.live .sign strong {
  font-size: 30px;
  line-height: 18px;
  vertical-align: top;
}
.live h3 {
  color: #ffffff;
  font-size: 24px;
  margin-top: 3px;
}
.live h3 a {
  color: #ffffff;
  text-decoration: none;
}
.live h3 span {
  display: inline-block;
  vertical-align: top;
  padding-top: 6px;
}
.live h3 span + span {
  width: calc(100% - 140px);
}
body .container {
  position: relative;
}

/* Header */
body .header {
  font-size: 13px;
  border-bottom: 2px solid #d1cfcd;
  padding: 10px 0;
  font-family: "Roboto Condensed", Sans-serif;
  background: #ffffff;
}
body .header .mobile-menu {
  padding: 0 12px;
  display: none;
  color: #414141;
}
body .header .dc-logo {
  display: none;
  margin-right: 10px;
  vertical-align: bottom;
  float: left;
  margin-top: -15px;
}
body .header .your-list {
  display: none;
}
body .header .row .col-md-4:nth-child(1) {
  line-height: 27px;
}
body .header form {
  width: 80%;
}
body .header form input[type=text] {
  width: calc(100% - 40px);
  border: none;
  border-right: 1px solid #372e2e;
  text-align: right;
  margin-right: 10px;
  padding: 3px 10px;
}
body .header form input[type=text]:focus,
body .header form input[type=text]:active {
  outline: none;
}
body .header i {
  font-size: 15px;
}
body .header form i {
  color: #7d736e;
}
body .header .social {
  background: #003d80;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  margin: 0 2px;
  text-align: center;
  padding-top: 2px;
}
body .header .social:first-child img {
  width: 11px;
}
body .header .social img {
  width: 14px;
  filter: invert(1);
}
.fas.fa-plus {
  background: url(/wp-content/themes/eldiario/images/icons/plus-solid.svg) no-repeat center center transparent;
  display: block;
  width: 10px;
  height: 10px;
}
a[href="#share"] {
  padding-top: 4px !important;
}
a[href="#share"] img {
  width: 13px;
  height: auto !important;
  filter: invert(1);
}
body .added-to-list,
body .welcome,
body .error {
  position: fixed;
  padding: 20px 20px 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  background: #ffcc00;
  font-size: 13px;
  font-weight: bold;
  z-index: 1001;
  display: none;
}
body .added-to-list img {
  margin-left: 10px;
}
body .welcome {
  background: #28a745;
  color: #ffffff;
}
body .error {
  background: #dc3545;
  color: #ffffff;
}
body .navigation {
  top: -100px;
}
body .header .btn,
body .navigation .btn {
  font-weight: bold;
  font-size: 12px;
  padding: 3px 10px 2px;
  width: 88px;
  border-radius: 4px;
  margin-left: 3px;
}
body .your-post-list,
body .register-form,
body .login-form {
  position: fixed;
  top: 0;
  left: 100%;
  right: -100%;
  bottom: 0;
  width: 100%;
  background: #f5f3f0;
  padding: 0;
  transition: .5s all;
  overflow-y: scroll;
  z-index: 1001;
  font-family: "Roboto Condensed", Sans-serif;
}
body .your-post-list .count {
  position: absolute;
  display: inline-block;
  padding: 8px 2px;
  text-align: center;
  left: 354px;
  background: #ffffff;
  width: 28px;
  height: 28px;
  font-size: 13px;
  top: 17px;
}
body .your-post-list .count::after {
  content: "";
  width: 100%;
  height: 100%;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  top: -5px;
  right: -5px;
  position: absolute;
}
body .your-post-list.open,
body .register-form.open,
body .login-form.open {
  right: 0;
  left: calc(100% - 400px);
  width: 400px;
}
body .your-post-list .close-your-list,
body .register-form .close-register-form,
body .login-form .close-login-form {
  color: #000000;
  font-size: 24px;
  position: absolute;
  top: 12px;
  left: 17px;
}
body .your-post-list h3,
body .register-form h3,
body .login-form h3 {
  padding: 20px 20px 20px 50px;
  font-size: 15px;
  font-weight: bold;
  background: #ffcc00;
  color: #000000;
  font-family: "Roboto Condensed", Sans-serif;
}
body .your-post-list ul {
  margin: 0 15px;
  width: 370px;
}
body .your-post-list ul,
body .your-post-list ul li {
  list-style: none;
  padding: 0;
}
body .your-post-list ul li {
  padding: 10px 0 5px;
  border-bottom: 1px dotted #7d736e;
  overflow: hidden;
}
body .your-post-list ul li:first-child {
  font-weight: bold;
}
body .your-post-list ul li .remove-from-list {
  float: right;
  color: #7d736e;
}
body .your-post-list ul li figure {
  width: 80px;
  margin-bottom: 8px;
  float: left;
}
body .your-post-list ul li span {
  display: inline-block;
  width: 80%;
  line-height: 1.3rem;
  font-size: 16px;
  min-height: 42px;
}
body .register-form form,
body .login-form form {
  padding: 10px 20px;
}
body .register-form form label,
body .login-form form label {
  display: inline-block;
  width: 38%;
  margin-bottom: 3px;
}
body .register-form form .form-row,
body .login-form form .form-row {
  padding: 2px 0;
}
body .register-form form button[type=submit] {
  color: #ffffff;
  background-color: #000000 !important;
  margin-top: 20px;
}
body .login-form form input[type=submit] {
  padding: 3px 15px;
  border-radius: 5px;
  border: none;
  outline: none;
  color: #ffffff;
  background-color: #000000 !important;
  height: 35px;
}
body .register-form form button[type=submit] {
  height: 35px;
  line-height: 15px;
}
body .register-form .user-registration {
  border: none !important;
}
body .register-form .user-registration form {
  padding: 0;
}
body .register-form .user-registration form label {
  padding-top: 7px;
  font-weight: 400 !important;
}
body .register-form .user-registration form input[type=text],
body .register-form .user-registration form input[type=email],
body .register-form .user-registration form input[type=password] {
  width: 200px !important;
  border: 1px solid #cccccc !important;
  margin-bottom: 0 !important;
}
body .login-form form .user-registration-form__label-for-checkbox {
  margin-left: 60px;
}
body .login-form form .user-registration-LostPassword a {
  font-size: 13px;
  color: #686868;
}
body .login-form .user-registration form input.user-registration-Input {
  width: 200px !important;
  border: 1px solid #cccccc !important;
  height: 30px !important;
  padding: 4px 10px !important;
}
body .login-form .user-registration form .password_preview.dashicons.dashicons-hidden {
  top: 40% !important;
}
body .login-form .user-registration {
  background: #f5f3f0;
}
body .login-form .user-registration .login {
  background: #f5f3f0;
  border: none;
  margin: 0;
  padding: 0 10px;
}
body .navigation .when-floating {
  display: none;
}
body .navigation.floating {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  background: #ffffff;
  box-shadow: 2px 2px 4px rgba(0,0,0,.3);
  z-index: 200;
  transition: all .3s;
}
body .navigation.hiding {
  margin-top: -54px;
}
body .navigation.floating + .live,
body .navigation.floating + .carousel {
  margin-top: 54px;
}
body .navigation.floating .logo {
  display: none;
}
body .navigation.floating .when-floating {
  display: inline-block;
  padding-top: 8px;
}
body .navigation.floating .when-floating .btn {
  margin-top: 6px;
}
body .navigation.floating + .carousel,
body .navigation.floating + .container.post {
  margin-top: 60px;
}
body .nav .menu-item > a {
  color: #372e2e;
  display: inline-block;
  font-weight: bold;
  padding: 12px 1.214rem 12px;
}
body .nav .mobile,
body .nav .account,
body .nav .search,
body .nav .subscribe,
body .nav .social-networks {
  display: none;
}
body .nav .menu-item > a:hover,
body .nav .menu-item.current-menu-item > a {
  opacity: .2;
  text-decoration: none;
}
body .nav .menu-item:nth-child(3) > a {
  text-align: left;
  padding-left: 0;
}
body .nav .menu-item:nth-child(13) > a {
  text-align: right;
  padding-right: 0;
}
body .navigation.floating .nav .menu-item > a {
  font-size: 13px;
  padding: 18px 10px !important;
}
body .logo {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 30px;
  /*-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));*/
}
body .logo.has-live {
  top: 150px;
}
body .carousel .carousel-indicators li {
  opacity: 1;
  height: 6px;
  width: 26px;
}
body .carousel .carousel-indicators .active {
  background-color: #20408e;
}
body .carousel .carousel-inner .carousel-item .image-fade {
  position: absolute;
  z-index: 2;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  border-bottom: 80px solid #dfdbd4;
}

/* Home Carousel */
body .carousel#home-carousel .carousel-indicators {
  bottom: -10px;
}
body .carousel#home-carousel .carousel-indicators .active {
  background-color: #000000;
}
body .carousel#home-carousel .carousel-inner {
  height: 600px;
}
body .carousel#home-carousel .carousel-inner .carousel-item {
  height: 600px;
}
body .carousel#home-carousel .carousel-inner .carousel-item .carousel-caption {
  text-align: left;
  left: 0;
  right: 0;
  position: absolute;
  left: calc(50% - 570px);
  right: calc(50% - 570px);
  padding: 20px 80px;
  background: #20408e;
  bottom: 0;
}
body .carousel#home-carousel .carousel-inner .carousel-item .carousel-caption h2 {
  color: #ffffff;
  font-size: 45px;
  line-height: 46px;
  min-height: 92px;
  text-align: left;
  font-weight: bold;
}
body .carousel#home-carousel .carousel-inner .carousel-item .carousel-caption .title-bg {
  color: #20408e;
  font-size: 46px;
  display: inline;
  line-height: 46px;
  text-align: left;
  font-weight: bold;
  box-shadow: -8px 0 0 2px #20408e, 18px 0 0 2px #20408e;
  background-color: #20408e;
  white-space: pre-wrap;
  display: none;
}
body .carousel#home-carousel .carousel-inner .carousel-item .carousel-caption .row {
  margin: 25px -15px 0;
}
body .carousel#home-carousel .carousel-inner .carousel-item .carousel-caption p {
  font-size: 13px;
  line-height: 15px;
  padding-top: 10px;
}
body .carousel#home-carousel .carousel-inner .carousel-item .carousel-caption p img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  margin-top: -8px;
}
body .carousel#home-carousel .carousel-inner .carousel-item .carousel-caption span {
  display: inline-block;
}
body .carousel#home-carousel .carousel-inner .carousel-item .carousel-caption .badge {
  margin-right: 12px;
  padding: 7px;
  float: left;
  margin-top: 14px;
  font-size: 14px;
}
body .carousel#home-carousel .carousel-inner .carousel-item .carousel-caption .date {
  padding-left: 12px;
  border-left: 1px solid #ffffff;
  font-size: 13px;
  margin-top: 10px;
}
body .carousel#home-carousel .carousel-control-prev,
body .carousel#home-carousel .carousel-control-next {
  top: auto;
  bottom: 135px;
  width: 60px;
  padding: 10px;
  z-index: 100;
}
body .carousel#home-carousel .carousel-control-prev i,
body .carousel#home-carousel .carousel-control-next i {
  font-size: 50px;
}
body .carousel#home-carousel .carousel-control-prev {
  left: 10px;
}
body .carousel#home-carousel .carousel-control-next {
  right: 10px;
}

/* Featured */
body .featured {
  background: #dfdbd4;
  padding: 20px;
  font-size: 13px;
}
body .featured .container {
  padding: 0;
}
body .featured .container > strong {
  color: #20408e;
  font-weight: 900;
  font-size: 15px;
}
body .featured .container a {
  color: #000000;
  font-weight: bold;
}
body a.your-list {
  color: #372e2e;
  font-size: 12px;
  float: right;
  text-align: right;
  line-height: 12px;
  min-width: 180px;
  margin-right: 5px;
}
body a.your-list .badge {
  padding: 8px;
  float: right;
  margin-left: 10px;
  font-size: 13px;
  width: 28px;
  height: 28px;
  position: relative;
}
body a.your-list .badge::after {
  content: "";
  width: 100%;
  height: 100%;
  border-top: 1px solid #372e2e;
  border-right: 1px solid #372e2e;
  top: -5px;
  right: -5px;
  position: absolute;
}

body .main-posts {
  margin-top: 30px;
  margin-bottom: 25px;
}
body .main-posts > .row > .col-md-9 {
  padding-left: 0;
}
body .main-posts > .row > .col-md-3 {
  padding-right: 0;
}
body .main-posts > .row > .col-md-9 > .main-post:first-child {
  padding-top: 0;
}
body .main-posts > .row > .col-md-9 > .main-post:last-child {
  padding-bottom: 0;
}

/* Main Post */
body .main-post {
  padding: 15px 0 2px;
  margin-bottom: 10px;
  border-top: 1px dotted #7d736e;
}
body .main-post:nth-child(1) {
  border-top: none;
}
body .main-post figure {
  width: 100%;
  height: 240px;
  overflow: hidden;
  margin-bottom: 5px;
}
body .main-post h3 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 12px;
  min-height: 85px;
}
body .main-post h3 a {
  color: #000000;
}
body .main-post p {
  font-size: 13px;
  font-family: "PT Serif", Sans-serif;
}
body .main-post p a {
  color: #000000;
}
body .main-post .col-md-7 {
  float: left;
}
body .main-post .col-md-5 {
  float: right;
}
body .main-post:eq(2) .col-md-5 {
  float: left;
}
body .main-post .post-footer {
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 15px;
}
body .main-post .add-to-list {
  color: #372e2e;
  font-size: 12px;
  font-family: "Roboto Condensed", Sans-serif;
  display: inline-block;
  margin-top: 6px;
}
body .main-post .add-to-list .badge {
  padding: 4px 5px;
  font-size: 11px;
  margin-left: 5px;
}

/* Small Post */
body .small-post {
  padding: 0 0 10px;
  border-bottom: 1px dotted #7d736e;
  margin-bottom: 10px;
}
body .small-post:last-child {
  border: none;
}
body .small-post figure {
  margin-bottom: 10px;
  width: 100%;
  height: 142px;
  overflow: hidden;
}
body .small-post h3 {
  font-size: 18px;
  min-height: 69px;
}
body .small-post h3 a {
  color: #000000;
}
body .small-post .badge {
  padding: 4px 5px;
  font-size: 11px;
}

ul.share-list {
  list-style: none !important;
  background: #ffffff;
  position: absolute;
  border: 1px solid #dddddd;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 10px;
  padding-left: 0;
  z-index: 10;
}
ul.share-list li {
  list-style: none !important;
  margin: 1px 0 !important;
}
ul.share-list li::before {
  content: "";
  display: none;
}
ul.share-list li a {
  display: block;
  padding: 3px 20px 3px 15px;
  font-family: "Roboto";
  font-size: 14px;
  color: #212121;
}
ul.share-list li a img {
  display: inline-block;
  float: left;
  width: 16px;
  height: auto;
  margin-top: 3px;
  margin-right: 10px;
}

/* More Topics */
.more-topics {
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 13px;
  margin-bottom: 20px;
}
.more-topics .col-md-12 {
  padding: 0;
}
.more-topics a {
  color: #372e2e;
}
.more-topics a i {
  margin-right: 6px;
  vertical-align: middle;
  font-size: 19px;
}

/* Subscribe */
.subscribe {
  background: #ffcc00;
  padding: 30px 0;
  margin-bottom: 40px;
}
.subscribe h2 {
  font-size: 24px;
  font-family: "Roboto Condensed", Sans-serif;
  font-weight: 700;
}
.subscribe form {
  width: 420px;
  position: absolute;
  left: calc(50% - 200px);
  margin-top: 8px;
}
.subscribe form input[type="text"] {
  padding: 10px;
  width: 100%;
  border: 1px solid #ffcc00;
}
.subscribe form i {
  position: absolute;
  font-size: 18px;
  right: 15px;
  top: 13px;
}
.totally-free {
  font-size: 21px;
  color: #372e2e;
  margin-bottom: 30px;
  font-family: "Roboto Condensed", Sans-serif;
}
.totally-free small {
  font-size: 13px;
}
.totally-free small a {
  color: inherit;
  text-decoration: underline;
}

/* Topics */
.topics {
  background: #f5f3f0;
  padding: 25px 0;
  font-size: 11px;
  margin-bottom: 30px;
}
.topics h2 {
  color: #20408e;
  font-size: 16px;
  font-weight: 900;
  line-height: 17px;
  margin-bottom: 100px;
  font-family: "Roboto Condensed", Sans-serif;
}
.topics strong {
  display: inline-block;
  margin-top: 4px;
  font-size: 12px;
}
.topics img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.topics h1 {
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 40px;
  color: #20408e;
  margin: 0;
  font-weight: 700;
}
.topics h3 {
  font-size: 17px;
  min-height: 120px;
}
.topics .badge {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  padding-top: 6px;
  font-size: 14px;
  padding-left: 4px;
  background: #003d80;
}
.topics .col-md-2 {
  border-left: 1px dotted #7d736e;
}
.topics .col-md-2:first-child {
  border: none;
}

/* Listen */
.listen {
  padding: 40px 0;
  margin: 0 auto;
  border-bottom: 1px dotted #7d736e;
}
.listen h3 {
  font-size: 24px;
}
.listen h3 a {
  font-size: 13px;
  font-family: "Roboto Condensed", Sans-serif;
  text-decoration: underline;
  padding-top: 8px;
}
.listen h3 a,
.listen h3 strong {
  color: #20408e;
}

/* In A Nutshell */
.in-a-nutshell {
  margin-bottom: 40px;
}
.in-a-nutshell h2 {
  font-weight: 700;
  font-size: 36px;
  color: #20408e;
}
.in-a-nutshell .container {
  height: 30px;
  padding: 0;
}
.in-a-nutshell .container h2 {
  position: absolute;
  margin-top: 20px;
}
.in-a-nutshell > .row .col-md-8 {
  border-right: 1px dotted #7d736e;
}
.in-a-nutshell .nutshell-photos .carousel-control-prev,
.in-a-nutshell .nutshell-photos .carousel-control-next {
  top: 45px;
  bottom: 0;
}
.in-a-nutshell a.nutshell-link {
  padding: 10px 15px;
  display: inline-block;
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 16px;
  color: #372e2e;
  position: relative;
  z-index: 2;
}
.in-a-nutshell a.nutshell-link.active {
  font-weight: 700;
  color: #20408e;
  text-decoration: underline;
}
.in-a-nutshell .carousel .carousel-inner {
  height: 500px;
}
.in-a-nutshell .carousel .carousel-inner .carousel-item {
  height: 580px;
}
.in-a-nutshell .carousel .carousel-inner .carousel-item img {
  min-width: 100%;
}
.in-a-nutshell .carousel .carousel-inner .carousel-item .carousel-caption {
  font-size: 12px;
  width: 652px;
  left: auto;
  right: 140px;
  bottom: 100px;
}
.in-a-nutshell .carousel .carousel-inner .carousel-item .carousel-caption h2 {
  color: #ffffff;
  text-align: left;
  font-size: 34px;
  margin-bottom: 16px;
}
.in-a-nutshell .carousel .carousel-indicators {
  bottom: 0;
  left: auto;
  right: 50px;
  width: 745px;
  margin: 0;
}
.in-a-nutshell .carousel .carousel-inner .carousel-item .carousel-caption .badge {
  padding: 8px 8px 8px 9px;
  position: relative;
  float: left;
  margin-right: 6px;
}
.in-a-nutshell .carousel .carousel-inner .carousel-item .carousel-caption .badge::after {
  content: "";
  width: 28px;
  height: 28px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  position: absolute;
  left: -5px;
  bottom: -5px;
}
.in-a-nutshell .carousel .carousel-inner .carousel-item .carousel-caption .row {
  line-height: 15px;
}
.in-a-nutshell .carousel .carousel-inner .carousel-item .carousel-caption .row .col-md-4 .desktop {
  width: 80%;
  text-decoration: underline;
}
.in-a-nutshell .carousel .carousel-control-prev {
  left: auto;
  right: 705px;
}
.in-a-nutshell .carousel .carousel-control-prev .material-icons,
.in-a-nutshell .carousel .carousel-control-next .material-icons {
  font-size: 42px;
  margin-top: 40px;
}
.in-a-nutshell .carousel .carousel-indicators {
  margin-bottom: 10px;
}

/* Popular */
.popular {
  max-width: 300px;
}
.popular small {
  font-size: 90%;
}
.popular h2 {
  font-weight: 900;
  font-size: 20px;
  color: #a91010;
  font-family: "Roboto", Sans-serif;
}
.popular h3 {
  font-size: 17px;
  min-height: 62px;
}
.popular h3 a {
  color: #000000;
}
.popular h6 {
  color: #a91010;
}
.popular ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.popular ul li {
  list-style: none;
  padding: 10px 5px 10px 25px;
  border-top: 1px dotted #7d736e;
  position: relative;
}
.popular ul li::before {
  color: #a91010;
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 35px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
.popular ul li:nth-child(1)::before {
  content: "1";
}
.popular ul li:nth-child(2)::before {
  content: "2";
}
.popular ul li:nth-child(3)::before {
  content: "3";
}
.popular ul li:nth-child(4)::before {
  content: "4";
}
.popular ul li:nth-child(5)::before {
  content: "5";
}
.popular ul li:nth-child(6)::before {
  content: "6";
}
.popular ul li:nth-child(7)::before {
  content: "7";
}
.popular ul li:nth-child(8)::before {
  content: "8";
}
.popular ul li:nth-child(9)::before {
  content: "9";
}
.popular ul li:nth-child(10)::before {
  content: "10";
}
.popular ul li:last-child {
  padding-bottom: 0;
}

form .material-icons,
form .fa-arrow-right,
form img {
  cursor: pointer;
}

/* Other Popular */
.other-popular {
  padding: 25px 0;
  background: #9bc1cc;
  color: #ffffff;
  font-family: "Roboto Condensed", Sans-serif;
}
.other-popular h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 80px;
  font-family: "Roboto Condensed", Sans-serif;
}
.other-popular h2 + p {
  font-size: 14px;
  line-height: 1rem;
}
.other-popular p {
  font-size: 16px;
  line-height: 1.1rem;
}
.other-popular hr {
  border-color: #ffffff;
}
.other-popular a {
  color: #ffffff;
  text-decoration: underline;
}
.other-popular h3 {
  font-size: 20px;
  margin: 0;
  font-family: "Roboto Condensed", Sans-serif;
}
.other-popular h3 a {
  text-decoration: none;
}
.other-popular .col-md-4 figure {
  width: 100%;
  height: 230px;
  overflow: hidden;
  margin-bottom: 5px;
}
.other-popular .col-md-2 figure {
  width: 100%;
  height: 90px;
  overflow: hidden;
  margin-bottom: 5px;
}
.other-popular .col-md-2,
.other-popular .col-md-4 {
  border-right: 1px dotted #ffffff;
}
.other-popular .col-md-2:last-child,
.other-popular .col-md-4:last-child {
  border-right: none;
}
.other-popular .col-md-2.videos h3,
.other-popular .col-md-2.humor h3 {
  font-size: 15px;
  font-weight: bold;
}

/* Social networks */
.social-networks {
  background: #20408e;
  padding: 30px 0;
  margin-bottom: 40px;
  margin-top: 40px;
  color: #ffffff;
}
.social-networks h3 {
  font-size: 24px;
  font-family: "Roboto Condensed", Sans-serif;
  font-weight: 700;
}
.social-networks .social-container {
  width: 400px;
  position: absolute;
  left: calc(50% - 200px);
  margin-top: 8px;
  border: 1px solid #20408e;
  background: #ffffff;
  min-height: 45px;
}
.footer .social,
.social-networks .social-container .social {
  width: 30px;
  height:30px;
  color: #ffffff;
  background: #20408e;
  display: inline-block;
  margin: 10px 1px;
  border-radius: 50%;
  padding-top: 4px;
}
.footer .social:first-child img,
.social-networks .social-container .social:first-child img {
  width: 11px;
}
.footer .social img,
.social-networks .social-container .social img {
  width: 16px;
  filter: invert(1);
}
.footer .social img {
  filter: invert(50%) sepia(45%) saturate(4048%) hue-rotate(214deg) brightness(62%) contrast(100%);
}

/* Categories Posts */
.categories-posts .container {
  padding: 0;
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.categories-posts .container hr {
  border-top: 1px dotted #7d736e;
  margin: 10px 0 0;
}
.categories-posts .container > a {
  float: right;
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 14px;
  color: #372e2e;
  text-decoration: underline;
  display: inline-block;
  margin-top: 10px;
}
.categories-posts .container h1 {
  font-size: 42px;
  color: #20408e;
  font-weight: 700;
  margin-bottom: 25px;
}
.categories-posts .container .row .col-md-4 .post-container,
.categories-posts .container .row .col-md-3 .post-container {
  margin-top: 10px;
  background: #f5f3f0;
  min-height: 320px;
  max-height: 403px;
  padding-bottom: 10px;
}
.categories-posts .container .row .col-md-4:last-child .post-container {
  margin-top: 0;
}
.categories-posts .container .row .col-md-4 .post-container figure {
  width: 100%;
  height: 190px;
  overflow: hidden;
  margin-bottom: 5px;
}
.categories-posts .container .row .col-md-3 .post-container figure {
  width: 100%;
  height: 140px;
  overflow: hidden;
  margin-bottom: 5px;
}
.categories-posts .container .row .col-md-3 .post-container figure.desktop + h6,
.categories-posts .container .row .col-md-4 .post-container figure.desktop + h6 {
  margin: 0 10px 10px;
}
.categories-posts .container .row .col-md-4 .post-container h3,
.categories-posts .container .row .col-md-3 .post-container h3 {
  margin: 0 10px;
  font-weight: 700;
  min-height: 110px;
}
.categories-posts .container .row .col-md-4 .post-container h6,
.categories-posts .container .row .col-md-3 .post-container h6 {
  margin: 10px;
}
.categories-posts .container .row .col-md-4 .post-container span,
.categories-posts .container .row .col-md-3 .post-container span {
  display: inline-block;
  margin: 0 10px;
}
.categories-posts .container .row .col-md-4 .post-container h3,
.categories-posts .container .row .col-md-3 .post-container h3 {
  font-size: 20px;
}
.categories-posts .container .row .col-md-4 .post-container h3 a,
.categories-posts .container .row .col-md-3 .post-container h3 a {
  color: #000000;
}
.categories-posts .container .row .col-md-4 .post-container .date,
.categories-posts .container .row .col-md-3 .post-container .date {
  font-size: 12px;
}
.categories-posts .container .row .col-md-4 .post-container .badge,
.categories-posts .container .row .col-md-3 .post-container .badge {
  padding: 4px 5px;
  margin-bottom: 6px;
}
.categories-posts .container .row .col-md-4 .post-container.blue,
.categories-posts .container .row .col-md-3 .post-container.blue {
  color: #ffffff;
  background: #20408e;
}
.categories-posts .container .row .col-md-4 .post-container.blue h3 a,
.categories-posts .container .row .col-md-3 .post-container.blue h3 a,
.categories-posts .container .row .col-md-4 .post-container.blue h6,
.categories-posts .container .row .col-md-3 .post-container.blue h6 {
  color: #ffffff;
}
.categories-posts .container .row .col-md-4 .post-container.if-you-miss-it,
.categories-posts .container .row .col-md-3 .post-container.if-you-miss-it {
  padding: 10px 20px;
  padding-bottom: 48px;
}
.categories-posts .container .row .col-md-4 .post-container.if-you-miss-it figure,
.categories-posts .container .row .col-md-3 .post-container.if-you-miss-it figure {
  height: 170px;
}
.categories-posts .container .row .col-md-4 .post-container.if-you-miss-it h3,
.categories-posts .container .row .col-md-3 .post-container.if-you-miss-it h3 {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 10px;
  min-height: auto;
  margin-top: 5px;
  margin-left: 0;
}
.categories-posts .container .row .col-md-4 .post-container.if-you-miss-it .badge,
.categories-posts .container .row .col-md-3 .post-container.if-you-miss-it .badge {
  float: right;
  margin-bottom: 10px;
  margin-right: 0;
}
.categories-posts .container .row .col-md-4 .post-container.if-you-miss-it hr,
.categories-posts .container .row .col-md-3 .post-container.if-you-miss-it hr {
  clear: both;
}
.categories-posts .container .row .col-md-4 .post-container.if-you-miss-it h5 {
  color: #20408e;
  font-size: 15px;
  border-bottom: 1px dotted #7d736e;
  padding: 4px 0;
  font-weight: 700;
}

/* Ads */
.ads {
  border-top: 1px dotted #7d736e;
  border-bottom: 1px dotted #7d736e;
  padding: 10px 0;
  margin: 40px auto;
}

/* May Intereste */
.may-interest {
  background: rgb(245,243,240);
  background: -webkit-linear-gradient(rgba(245,243,240,1) 50%, rgba(255,255,255,1) 50%);
  background: -o-linear-gradient(rgba(245,243,240,1) 50%, rgba(255,255,255,1) 50%);
  background: linear-gradient(rgba(245,243,240,1) 50%, rgba(255,255,255,1) 50%);
  padding-top: 35px;
  margin-top: 30px;
}
.may-interest h1 {
  color: #20408e;
  font-weight: 700;
  font-size: 38px;
  margin: 0 0 20px -15px;
}
.may-interest .large-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 500px;
  position: relative;
}
.may-interest .large-image .image-fade {
  position: absolute;
  z-index: 2;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.0) 0%,
    rgba(0, 0, 0, 1) 80%
  );
}
.may-interest .large-image .col-md-10 {
  margin-top: 280px;
  height: 180px;
  vertical-align: bottom;
  position: relative;
  z-index: 3;
}
.may-interest .large-image .col-md-10 h2 {
  color: #ffffff;
  font-size: 34px;
  font-weight: 700;
}
.may-interest .large-image .col-md-10 .row .col-md-3 img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  float: left;
  border-radius: 50%;
  margin-top: -7px;
}
.may-interest .large-image .col-md-10 .row .col-md-3 {
  color: #ffffff;
  font-size: 13px;
  padding-top: 14px;
  line-height: 1rem;
}
.may-interest .large-image .col-md-10 .row .col-md-3 .badge {
  float: left;
  padding: 6px 7px;
  margin: 3px 10px;
  font-size: 14px;
}
.may-interest .large-image .col-md-10 .row .col-md-3 .date {
  border-left: 1px solid #ffffff;
  padding-left: 8px;
  display: inline-block;
}
.may-interest .other-interest .col-md-10 {
  margin-top: -50px;
  background: #ffffff;
  padding: 20px;
  position: relative;
  z-index: 3;
}
.may-interest .other-interest .col-md-10 .row .col-md-4 {
  border-left: 1px dotted #7d736e;
}
.may-interest .other-interest .col-md-10 .row .col-md-4:first-child {
  border-left: none;
}
.may-interest .other-interest .col-md-10 .row .col-md-4 figure {
  width: 100%;
  height: 140px;
  overflow: hidden;
}
.may-interest .other-interest .col-md-10 .row .col-md-4 h3 {
  font-size: 20px;
  min-height: 80px;
}
.may-interest .other-interest .col-md-10 .row .col-md-4 h3 a {
  color: #000000;
}
.may-interest .other-interest .col-md-10 .row .col-md-4 .badge {
  padding: 5px 6px;
  margin-bottom: 4px;
}
.may-interest .other-interest .col-md-10 .row .col-md-4 .date {
  font-size: 12px;
}

/* Perspectives */
.perspectives {
  padding: 15px 0;
  margin-top: 30px;
  background: #f5f3f0;
  font-size: 12px;
}
.perspectives h1 {
  text-align: center;
  margin: 10px 0 20px;
  color: #20408e;
  font-size: 38px;
  font-weight: 700;
}
.perspectives .text-center {
  border-left: 1px dotted #7d736e;
}
.perspectives .text-center:first-child {
  border: none;
}
.perspectives .content img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.perspectives .content h3 {
  font-size: 20px;
  margin: 10px;
  min-height: 50px;
}
.perspectives .content p {
  margin-bottom: 10px;
}
.perspectives .badge {
  padding: 6px;
  font-size: 12px;
}
.perspectives .condensed {
  margin: 30px 0 0;
  font-size: 15px;
  font-family: "Roboto Condensed", Sans-serif;
  color: #20408e;
}
.perspectives .condensed a {
  text-decoration: underline;
  color: #372e2e;
}

/* Check It */
.check-it {
  margin: 40px 0;
}
.check-it > .container {
  padding: 0;
}
.check-it .post-container {
  background: #f5f3f0;
  padding: 0 0 1px;
}
.check-it .post-container figure.desktop {
  margin: 0 0 5px;
}
.check-it .post-container.check-it-title {
  padding: 0 20px 20px;
}
.check-it .post-container.check-it-title .content {
  height: 301px;
}
.check-it .post-container.check-it-title .content img {
  width:80%;
}
.check-it .post-container h3 {
  font-family: "PT Serif", Sans-serif;
}
.check-it-bar h1 {
  font-size: 34px;
  margin-top: 40px;
  width: 100%;
  margin-bottom: 40px;
}
.check-it-bar h1 span {
  font-family: "Roboto Condensed", Sans-serif;
  color: #ffffff;
  font-weight: normal;
  font-size: 22px;
}
.check-it-bar form {
  width: 350px;
  position: absolute;
  left: calc(50% - 175px);
  margin-top: -20px;
}
.check-it-bar form input[type=text] {
  width: 100%;
  padding: 10px;
  border: 1px solid #00b9f2;
}
.check-it-bar .fa-check,
.check-it .post-container.check-it-title .fa-check {
  color: #35b2d0;
  position: absolute;
  top: 30px;
  right: 43%;
  font-size: 24px;
}
.check-it-bar .fa-check {
  right: auto;
  left: 120px;
  top: 26px;
  color: #ffffff;
}
.check-it-bar .square-it,
.check-it .post-container.check-it-title .square-it {
  background: #35b2d0;
  position: absolute;
  top: 0;
  left: 38px;
  width: 50px;
  height: 30px;
  border-radius: 0 0 5px 5px;
  display: block;
}
.check-it-bar .square-it {
  left: 15px;
  background: #ffffff;
}
.check-it-bar .square-it::after,
.check-it .post-container.check-it-title .square-it::after {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 10px solid #35b2d0;
  content: "";
  position: absolute;
  top: 12px;
  transform: rotate(45deg);
  left: 16px;
}
.check-it-bar .square-it::after {
  border-right: 10px solid #ffffff;
}
.check-it-bar .container {
  border-top: none !important;
}

.check-it-bar + .container {
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 15px;
  margin-bottom: 50px;
}
.check-it-bar + .container small a {
  color: #888888;
  text-decoration: underline;
}
.check-it .post-container.check-it-title p {
  font-size: 14px;
  font-family: "Roboto Condensed", Sans-serif;
  margin: 0;
}
.check-it .post-container.check-it-title p + p {
  margin-top: 20px;
}
.check-it .post-container.check-it-title p big,
.check-it .post-container.check-it-title p big strong {
  font-size: 20px;
}
.check-it .post-container figure {
  width: 100%;
  height: 132px;
  overflow: hidden;
  margin-bottom: 10px;
}
.check-it-post .badge,
.check-it .post-container .badge {
  padding: 5px 10px;
  margin: 0 6px 0 10px;
  border-radius: 3px;
  position: relative;
}
.check-it-post .badge::after,
.check-it .post-container .badge::after {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 7px solid transparent;
  content: "";
  position: absolute;
  top: 9px;
  transform: rotate(45deg);
  left: 7px;
}
.check-it-post .badge.badge-danger::after,
.check-it .post-container .badge.badge-danger::after {
  border-right: 10px solid #a91010;
}
.check-it-post .badge.badge-warning::after,
.check-it .post-container .badge.badge-warning::after {
  border-right: 10px solid #ffcc00;
}
.check-it-post .badge.badge-orange::after,
.check-it .post-container .badge.badge-orange::after {
  border-right: 10px solid #e0922e;
}
.check-it-post .badge.badge-success::after,
.check-it .post-container .badge.badge-success::after {
  border-right: 10px solid #82BB4A;
}
.check-it .post-container h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 10px 10px;
  min-height: 130px !important;
}
.check-it .post-container p {
  margin: 10px;
  line-height: 1.1rem;
}
.check-it .post-container p strong {
  font-size: 13px;
  padding: 0
}
.check-it .post-container p small {
  font-size: 13px;
}
.check-it .post-container.is-footer {
  padding: 4px;
}
.check-it .post-container.is-footer strong {
  font-size: 15px;
  font-family: "Roboto Condensed", Sans-serif;
}
.popular small a + .active {
  padding-left: 10px;
}

/* Footer */
.footer {
  background: #20408e;
  color: #ffffff;
  padding: 20px 0;
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 16px;
  margin-top: 30px;
}
.footer > .container {
  padding: 0;
}
.footer h2 {
  font-size: 28px;
  font-weight: 700;
  font-family: "Roboto Condensed", Sans-serif;
  color: #ffffff;
}
.footer big {
  font-size: 30px;
}
.footer .social {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #ffffff;
  padding: 0;
  text-align: center;
  padding-top: 2px;
  font-size: 15px;
}
.footer .social i {
  color: #003d80 !important;
}
.footer form {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.footer form input[type=text] {
  width: 300px;
  float: right;
  padding: 10px;
  background: #ffcc00;
  color: #372e2e;
  border: none;
}
.footer form .material-icons {
  position: absolute;
  right: 9px;
  top: 9px;
  color: #372e2e;
}
.footer a[href^="tel:"] {
  color: #ffffff;
  text-decoration: none;
}
.post textarea#comment {
  width: 100%;
  resize: none;
  border: 1px solid #dddddd;
}
.bottom {
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 14px;
  color: #372e2e;
  padding: 20px 0 40px;
}
.bottom > .container {
  padding: 0;
}
.bottom a {
  color: #372e2e;
}
.bottom .menu-footer-container .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bottom .menu-footer-container .menu li {
  list-style: none;
  padding: 0 10px;
  display: inline-block;
  position: relative;
}
.bottom .menu-footer-container .menu li::after {
  content: "-";
  position: absolute;
  top: 0;
  right: -4px;
}
.bottom .menu-footer-container .menu li:last-child::after {
  content: "";
}

.pinned {
  position: fixed;
  max-width: 270px;
}
.pin-bottom {
  max-width: 270px;
  position: absolute;
  transform: translateY(-440px);
}
a[href="#go-top"] {
  display: block;
  width: 80px;
  position: fixed;
  bottom: -200px;
  right: 30px;
  font-size: 13px;
  text-align: center;
  font-family: "Roboto Condensed", Sans-serif;
  color: #20408e;
  transition: all .3s;
}
a[href="#go-top"].active {
  bottom: 20px;
}
a[href="#go-top"]:hover {
  text-decoration: none;
}
a[href="#go-top"] i {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 0 10px;
  background: rgba(255, 255, 255, .85);
  text-align: center;
  top: 40px;
  border-radius: 50%;
  font-size: 26px;
  padding-top: 6px;
}
a[href="#go-top"] strong {
  text-decoration: underline;
}
.share-image {
  position: absolute;
  top: 0;
  left: auto;
  right: 10px;
  bottom: auto;
  background: rgba(0,0,0,.8);
  padding: 5px 10px;
  text-align: right;
  color: #ffffff;
}
.share-image span {
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 13px;
  display: inline-block;
}
.share-image a {
  display: inline-block;
  color: #ffffff;
  margin-left: 5px;
}
.share-image i {
  font-size: 16px;
}
.post .post-content .quote picture img {height: auto;}
