section div.post-entry {
	margin: 0;
}
section div.post-entry p {
	margin: 0;
}
.trending-category .post-entry,
section div.post-entry p.mb-4 {
	margin: 0;
	margin-bottom: 0!important;
}
.trending-category .trending .trending-post li a {
	padding-top: 0;
	padding-bottom: 0;
}


h1#logo {
	border: 0;
    font: 0/0 a;
    margin-bottom: 0;
    text-shadow: none;
    color: transparent;
    background: url(/img/logo/J-mountains.svg);
    background: url(/img/logo/A-mountains-shorter.svg);
    background: url(/img/logo/A-mountains-flatbottom.svg);
    width: 350px;
    height: 126px;
    width: 254px;
    height: 90px;
    height: 68px;
}


.col-lg-8 {
}

.country-widget div {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.language-booklet img {
    display: block;
	height: 200px;
    margin: auto;
    margin-bottom: 2em;
}

p.caption-main {
	font-style: italic;
	text-align: center;
}

.tl {
	float: left;
	padding-right: 2em;
}

.tr {
	float: right;
	padding-left: 2em;
}


a h4,
a p {
	color: blue;
}
a h4:hover,
a p:hover {
	color: purple;
}

.amzn-item:hover {
	background-color: #f5f3bf;
}


/*--------------------------------------------------------------
# Places Category Section
--------------------------------------------------------------*/
.places-category .post-entry {
  margin-bottom: 30px;
}

.places-category .post-entry img {
  margin-bottom: 5px;
}

.places-category .post-entry h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.places-category .post-entry h2 a {
  color: var(--heading-color);
}

.places-category .post-entry h2 a:hover {
  text-decoration: underline;
}

.places-category .post-entry.lg h2 {
  font-size: 40px;
  line-height: 1;
}

.places-category .post-meta {
  font-size: 11px;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
  font-weight: 600;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-bottom: 10px;
}

.places-category .custom-border {
  border-color: color-mix(in srgb, var(--default-color), transparent 90%) !important;
}

@media (max-width: 768px) {
  .places-category .custom-border {
    border: none !important;
  }
}

.places-category .author .photo {
  margin-right: 10px;
}

.places-category .author .photo img {
  width: 40px;
  border-radius: 50%;
  margin-bottom: 0;
}

.places-category .author .name h3 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: var(--default-font);
}

.places-category .trending {
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.places-category .trending>h3 {
  color: var(--default-color);
  padding: 20px;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.places-category .trending .trending-post {
  padding: 0;
  margin: 0;
}

.places-category .trending .trending-post li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}

.places-category .trending .trending-post li a {
  display: block;
  padding: 20px;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.places-category .trending .trending-post li a .number {
  position: absolute;
  z-index: 1;
  font-size: 5rem;
  left: -10px;
  top: -20px;
  font-weight: 700;
  font-family: var(--heading-font);
  color: color-mix(in srgb, var(--default-color), transparent 95%);
}

.places-category .trending .trending-post li a h3 {
  font-size: 18px;
  color: var(--default-color);
  transition: 0.3s;
}

.places-category .trending .trending-post li a .author {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-weight: 500;
}

.places-category .trending .trending-post li a:hover h3 {
  color: var(--default-color);
  text-decoration: underline;
}

.places-category .trending .trending-post li:last-child a {
  border-bottom: none;
}
