/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.display-posts-listing img {
margin: 0;
/*position: absolute;*/
clip: rect(0px,150px,150px,0px);
}

.display-posts-listing .title {
/*display: none;*/
}

li.listing-item {
display: inline-block;
width: 200px;
height: 170px;
margin: 5px;
}

.display-posts-listing .title {
font-size: 13px;
}

/* unbold links in posts */
.entry-content a {
font-weight: inherit;
}

/* Change Caption Settings */
.wp-caption-text {
    font-size: 0.75rem;
    font-weight: 400;
    color: #000;
}

/* Popular Travel Articles Widget */
#text-35.mh-widget{
   margin-bottom: 5px;
}

#subscribe-email {
Padding-top: 15px;
Padding-bottom: 15px;
}


.mh-ticker-item-date, .mh-ticker-item-cat { display: none; }

.textwidget span.embed-youtube {
    text-align: left !important;
}

.textwidget iframe.youtube-player {
    width: 400px;
}

.mh-ticker-title {
	font-size: 0;
}
.mh-ticker-title:before {
	content:"Recent posts";
	font-size: 12px;
	display: block;
	float: left;
}

.home .mh-image-caption {
    display: none;
}

.home .mh-carousel-caption {
    display: none;
}

.pinterest_button a {
display: block;
}

/* resize sidebar icons */
.mh-sidebar #text-18 img {
  height: 32px;
  width: 32px;
}

/* subheader menu hover color */

.menu-destinations-container li:hover {
background-color:#e64946;
}

.single .hentry {
position: relative;
padding-top: 100px;
}

.single div.sharedaddy .sd-social {
position: absolute;
top: 0;
}

div.sharedaddy h3.sd-title:before {
    border-top: none;
}

 /*sticky menu fix*/ .sticky-element-original {
  background-color: #000;
}

figure.wp-caption {
min-width: 100%;
margin: 0;
}
figure.wp-caption > a > img{
min-width: 100%;
}

div.sharedaddy h3.sd-title {
    display: none;
}

body.single .hentry {
    padding-top: 50px;
}

#subscribe-text > p {
	margin-bottom: 10px;
}

#subscribe-blog-blog_subscription-8 > p:nth-child(2):after {
	content: ".";
}

#subscribe-blog-blog_subscription-7 > p:nth-child(2):after  {
	content: ".";
}

#text-40 > div a {
	color: red;
}

.textwidget a, #subscribe-text a, #recent-posts-2 a, #twitter_timeline-6 a {
    color: #e64946;
}

#recent-posts-2 a {
	color: #000;
}

/* round bullets */
.entry-content ul {
    list-style: disc;
}

/*make second-level ul circles*/
.entry-content ul ul {
    list-style: circle;
}

.entry-content li li {
    margin-bottom: 0;
}

/* Align listing itoms on top | NL-4520133-hc */
li.listing-item {
	vertical-align: top;
}


/*Page jump fix*/
.anchor{
  display: block;
  height: 115px; /*same height as header*/
  margin-top: -115px; /*same height as header*/
  visibility: hidden;
}

/* move the gallery slideshow below the fixed menu KD - 5678419-hc */
 .slideshow-window {
    z-index: 0;
    }

/* center slide show caption /KD - 5678419-hc */

.slideshow-slide-caption {
        line-height: 5px;
        height: 5px;
    }

/* Change table border color - 7385458-hc */
table, td, th, td {
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
}

/* Hide subscribe widget dot 6646864-zen */
#subscribe-email::after {
    display: none;
}