.loop_default-posts-list {
  padding: 0;
}
.loop_default-posts-list .read-more,
.loop_default-posts-list .read-more:link,
.loop_default-posts-list .read-more:visited {
  color: #4a4a4a;
  text-decoration: underline;
  font-family: 'Gentium Book Basic', serif;
}
.loop_default-posts-list + .navigation {
  font-size: 18px;
  font-family: 'Gentium Book Basic', serif;
  color: #696969;
}
.loop_default-posts-list + .navigation a,
.loop_default-posts-list + .navigation a:link,
.loop_default-posts-list + .navigation a:visited {
  color: #696969;
}
.loop_default-posts-list + .navigation a:hover,
.loop_default-posts-list + .navigation a:active,
.loop_default-posts-list + .navigation a:focus {
  opacity: .8;
}
.loop_default-posts-list + .navigation:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.loop_default-posts-list + .navigation .navigation__previous {
  float: left;
}
.loop_default-posts-list + .navigation .navigation__previous:before {
  content: '\f053';
  font-family: 'FontAwesome';
  margin: 0 4px 0 0;
  font-size: 14px;
}
.loop_default-posts-list + .navigation .navigation__next {
  float: right;
}
.loop_default-posts-list + .navigation .navigation__next:after {
  content: '\f054';
  font-family: 'FontAwesome';
  margin: 0 0 0 4px;
  font-size: 14px;
}

/* books navigation */
#navigation-books .navigation__previous {
  float: right;
}
#navigation-books .navigation__previous:before {
  content: '\f054';
  font-family: 'FontAwesome';
  margin: 0 0 0 4px;
  font-size: 14px;
}
#navigation-books .navigation__next {
  float: left;
}
#navigation-books .navigation__next:after {
  content: '\f053';
  font-family: 'FontAwesome';
  margin: 0 4px 0 0;
  font-size: 14px;
}

.loop_default-posts-list li .title,
.loop_default-posts-list li .title:hover {
  text-decoration: none;
  color: #4a4a4a !important;
}
.loop_default-posts-list li .excerpt {
  color: #696969 !important;
}
.loop--books__item:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.loop--books__image-link {
  display: block;
  border: 0;
  text-decoration: none;
}
.loop--books__image {
  display: block;
  float: left;
  width: 30%;
  height: auto;
}
.loop--books__title.title {
  line-height: 36px;
}
.loop--books__highlight {
  font-size: 22px;
  color: #ce756e;
  line-height: 24px;
  font-style: italic;
}
.loop--books__content {
  width: 67%;
  margin: 0 0 0 33% !important;
  color: #696969 !important;
  font-family: 'Gentium Book Basic', serif !important;
  font-size: 16px !important;
}
.loop--books__content ul,
.loop--books__content ol {
  margin: 16px 0 16px 20px;
}
.loop--books__content ol {
  list-style-position: inside;
}
.loop--books__content li {
  padding: 0;
}

.loop--books__content .dropdown-button{
  margin: 16px 8px 0 0;
  display: inline-block;
  font-size: 16px;
  padding: 0 15px;
  line-height: 40px;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0px;
  border: 0px;
}

.loop--books__link.dropdown-button .buy-here-text{
  padding-right: 11px;
}

.loop--books__link.dropdown-button .buy-here-dropdown-icon{
  border-left: 1px solid #ffff;
  line-height: 1.5em;
  padding: 11px 0px 11px 11px;
}

.loop--books__link.dropdown-button .fa {
  /*position: relative;*/
  right: 5px;
  line-height: 1.5;
  padding-left: 2px;
}

/* The container <div> - needed to position the dropdown content */
.loop--books__content .dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.loop--books__content .dropdown-content {
  display: none;
  position: absolute;
  top: 56px;
  left: 0;
  min-width: calc(100% - 8px);
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  background-color: #fff;
  color: #696969;
}

/* Links inside the dropdown */
.loop--books__content .dropdown-content a {
  position: relative;
  color: #696969;
  padding: 8px 40px 8px 16px;
  text-decoration: none;
  display: block;
  font-family: inherit;
  background-color: inherit;
  white-space: nowrap;
}
.loop--books__content .dropdown-content a .fa {
  position: absolute;
  right: 16px;
  line-height: 1.5;
}

/* Change color of dropdown links on hover */
.loop--books__content .dropdown-content a:hover {
  background-color: #f9f9f9;
  text-decoration: none;
  font-family: inherit;
}

/* Show the dropdown menu on hover */
.loop--books__content .dropdown:hover .dropdown-content, .loop--books__content .dropdown:active .dropdown-content, .loop--books__content .dropdown:focus .dropdown-content {
  display: block;
}
@media screen and (max-width: 599px) {
  .loop--books__image {
    width: auto;
    float: none;
    max-width: 300px;
    margin: 0 auto 30px;
  }
  .loop--books__content {
    padding: 0;
    float: none;
    width: 100%;
    margin: 0 !important;
  }
}
.loop--books__release-date {
  margin: 16px 0 0;
  font-size: 17px;
  color: #4a4a4a;
  font-style: italic;
}
.loop--books__link {
  margin: 16px 8px 0 0;
  display: inline-block;
  font-size: 16px;
  padding: 0 20px;
  line-height: 40px;
}
.loop--books__link,
.loop--books__link:link,
.loop--books__link:visited {
  background-color: #ce756e;
  color: #ffffff;
  text-decoration: none;
  font-family: 'PT Sans', sans-serif;
}
.loop--books__link--blue,
.loop--books__link--blue:link,
.loop--books__link--blue:visited {
  background-color: #95c0ce;
}
.loop--speaking {
  margin: 0 0 30px 0;
}
.loop--speaking__item:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.loop--speaking__image-link {
  display: block;
  border: 0;
  text-decoration: none;
}
.loop--speaking__image {
  display: block;
  float: left;
  width: 30%;
  height: auto;
}
.loop--speaking__content {
  width: 67%;
  margin: 0 0 0 33% !important;
  color: #696969 !important;
  font-family: 'Gentium Book Basic', serif !important;
  font-size: 16px !important;
}
.loop--speaking__content ul,
.loop--speaking__content ol {
  margin: 16px 0 16px 20px;
}
.loop--speaking__content ol {
  list-style-position: inside;
}
.loop--speaking__content li {
  padding: 0;
}
@media screen and (max-width: 599px) {
  .loop--speaking__image {
    width: auto;
    float: none;
    max-width: 300px;
    margin: 0 auto 30px;
  }
  .loop--speaking__content {
    padding: 0;
    float: none;
    width: 100%;
    margin: 0 !important;
  }
}
.loop--speaking__title.title {
  line-height: 32px;
  font-size: 26px;
  margin: 0 0 2px 0;
}
.loop--speaking__meta {
  font-size: 20px;
  line-height: 30px;
}
.loop--speaking__meta__item {
  margin: 0 6px 0 0;
}
.loop--speaking__meta__icon {
  font-size: 18px;
}
.loop--speaking__link {
  margin: 16px 0 0 0;
}
.loop--speaking__link,
.loop--speaking__link:link,
.loop--speaking__link:visited {
  color: #4a4a4a;
  text-decoration: underline;
  font-family: 'Gentium Book Basic', serif;
}
.loop--speaking--past .loop--speaking__content {
  width: 100%;
  margin: 0 !important;
}
.loop--speaking--past .loop--speaking__item {
  padding: 25px 0 0 0;
}
.loop--speaking--past .loop--speaking__item:last-of-type {
  padding: 25px 0;
}
.loop--speaking--past .loop--speaking__meta {
  margin: 0;
}
