.entry-content a, 
.entry-content a:visited {
	color: #B00B11;
	text-decoration: underline;
}

.entry-content a:hover {
	color: #000;
	text-decoration: none;
}

.entry-content a:active,
.entry-content a:focus {
	outline: none;
}

.entry-content a:focus {
	color: #B00B11;
	text-decoration: underline;
}

.entry-content a:focus:hover {
	color: #000;
	text-decoration: none;
}

.social-icons--small .social-icons__link,
.social-icons--small .social-icons__link:visited,
.site-footer a,
.site-footer a:visited {
	color: #000;
}

.social-icons--small .social-icons__link:hover,
.site-footer a:hover {
	color: #b00b0b;
}

.social-icons--small .social-icons__link:active,
.social-icons--small .social-icons__link:focus,
.site-footer a:active,
.site-footer a:focus {
	outline: none;
}

.social-icons--small .social-icons__link:focus,
.site-footer a:focus {
	color: #000;
}

.social-icons--small .social-icons__link:focus:hover {
	color: #b00b0b;
}

/* Style links for Easy Social Share Button plugin */
.essb_links.essb_template_blocks-retina .essb_link_facebook a { 
	color: #3b5999 !important; 
	border: 2px solid #3b5999 !important;
}

.essb_links.essb_template_blocks-retina .essb_link_facebook a:hover { 
	border: 0px solid #314b83;
	background-color: #3b5999;
	color: #fff!important;
}

.essb_links.essb_template_blocks-retina .essb_link_facebook a:focus {
	color: #3b5999 !important; 
	border: 2px solid #3b5999 !important;
	background-color: #fff;
}

.essb_links.essb_template_blocks-retina .essb_link_facebook a:focus:hover {
	border: 0px solid #314b83;
	background-color: #3b5999;
	color: #fff!important;
}

.essb_links.essb_template_blocks-retina .essb_link_twitter a { 
	color: #59d1df !important; 
	border: 2px solid #59d1df !important; 
	background-color: #fff;
}

.essb_links.essb_template_blocks-retina .essb_link_twitter a:hover { 
	border: 0px solid #0092ba;
	background-color: #59d1df;
	color: #fff!important;
}

.essb_links.essb_template_blocks-retina .essb_link_twitter a:focus {
	color: #59d1df !important; 
	border: 2px solid #59d1df !important; 
	background-color: #fff;
}

.essb_links.essb_template_blocks-retina .essb_link_twitter a:focus:hover {
	border: 0px solid #0092ba;
	background-color: #59d1df;
	color: #fff!important;
}

.essb_links.essb_template_blocks-retina .essb_link_google a { 
	color: #EA4335 !important; 
	border: 2px solid #EA4335 !important;
}

.essb_links.essb_template_blocks-retina .essb_link_google a:hover { 
	border: 0px solid #ab2b1d;
	background-color: #EA4335;
	color: #fff!important;
}

.essb_links.essb_template_blocks-retina .essb_link_google a:focus {
	color: #EA4335 !important; 
	border: 2px solid #EA4335 !important;
	background-color: #fff;
}

.essb_links.essb_template_blocks-retina .essb_link_google a:focus:hover {
	border: 0px solid #ab2b1d;
	background-color: #EA4335;
	color: #fff!important;
}

/* Shopping widget */

.shopping-post-widget-area {
  clear: both;
}

.shopping__title {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-bottom: 1em;

}

.shopping__wrapper {
    display: table;
    width: 100%;
}

.shopping__link {
    margin-bottom: 2%;
}

.shopping-widget__heading-wrapper {
	background-image: url(../img/striped-bg.png);
	padding: 5px 0;
	margin-bottom: 1em;
}

.shopping-widget__heading {
	font: 20px/1.3 'Vidaloka', serif;
	text-transform: capitalize;
	letter-spacing: normal;
	background-color: #fff;
	text-align: center;
	margin-bottom: 0;
	font-weight: bold;
}

@media (min-width: 375px) {
    .sidebar-widget .shopping__link {
        width: 47%;
        margin-right: 2%;
        display: inline-block;
        vertical-align: top;
    }
}

@media (min-width: 375px) {
    .shopping-post-widget .shopping__link {
        width: 47%;
        margin-right: 2%;
        display: inline-block;
        vertical-align: top;
    }
}

@media (min-width: 425px) {
    .shopping-post-widget .shopping__link {
        width: 30%;
    }
}

@media (min-width: 768px) {
    .shopping-post-widget .shopping__link {
        width: 17%;
    }
}

/* Subscription Form */
#mc_embed_signup label:first-child {
	font-size: 19px;
	font-weight: bold;
	padding-bottom: 5px;
	color: #B00B0B;
}

#mc_embed_signup label:nth-child(2) {
	padding: 0 20px 5px;
}

#mc_embed_signup {
	border: 1px solid #D5D5D5;
	border-radius: 2px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

#mc_embed_signup form {
	padding: 10px 0;
}

#mc_embed_signup label {
	display: block;
	padding-bottom: 10px;
	text-align: center;
	font-size: 14px;
}

#mc_embed_signup input.email {
	display: block;
	margin: 10px auto;
	padding: 8px 0;
	text-indent: 5px;
	width: 85%;
	font-size: 11px;
}

#mc_embed_signup input.bttn_gry_rnd {
	display: block;
	margin: auto;
	width: 100% !important;
	max-width: 200px;
	background-color: #B00B0B;
	border: 1px solid #FFFFFF;
	font-size: 15px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.52);
	color: #FFF;
	border-radius: 2px;
	padding: 5px 10px;
}

/* Author info */
#author-wrapper {
	float: left;
	margin-bottom: 20px;
	padding: 10px 0;
	width: 100%;
}

#author-info {
	background: #fff;
	float: left;
	padding: 10px 0;
	position: relative;
	width: 100%;
}

.author-name {
	float: left;
	font: 600 20px/20px 'Raleway', sans-serif;
	margin-bottom: 10px;
	width: 100%;
}

.author-name a {
	color: #555 !important;
}

#author-info img {
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
	width: 100px;
}

#author-text {
	color: #777;
	float: left;
	font: 300 14px/22px 'Raleway', sans-serif;
	max-width: 500px;
}

#author-text p {
	float: left;
	margin: 0 0 10px;
	width: 100%;
}

/* Prev - Next links */
.prev-next-wrapper {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}

.prev-post {
	color: #555;
	float: left;
	font: bold 14px/14px helvetica, arial, sans-serif;
	margin-left: 10px;
	text-align: center;
	width: 42%;
}

.next-post {
	color: #555;
	float: right;
	font: bold 14px/14px helvetica, arial, sans-serif;
	margin-right: 10px;
	text-align: center;
	width: 42%;
}

.prev-post a,
.next-post a {
	clear: both;
	color: #e36344 !important;
	float: left;
	font: 400 16px/22px 'Raleway', sans-serif;
	margin-top: 5px;
}

.prev-post a:hover,
.next-post a:hover {
	color: #000!important;
}

/* Destination page */
.continent-holder {
	overflow: auto;
	width: 100%;
}

.continent-holder h2 {
	text-align: center;
}

.continent-holder a {
	text-decoration: none;
	width: 200px;
	display: block;
	text-align: center;
	float: left;
	margin: 0 10px 10px 10px;
	font-weight: 600;
}

.asia a {
	color: #fff !important;
	background: #F87217;
	border: 1px solid #F87217;
}

.asia a:hover {
	color: #F87217 !important;
	background: #fff;
	border: 1px solid #F87217;
}

.africa a {
	color: #fff !important;
	background: #b00b0b;
	border: 1px solid #b00b0b;
}

.africa a:hover {
	color: #b00b0b !important;
	background: #fff;
	border: 1px solid #b00b0b;
}

.oceania a {
	color: #fff !important;
	background: #2B65EC;
	border: 1px solid #2B65EC;
}

.oceania a:hover {
	color: #2B65EC !important;
	background: #fff;
	border: 1px solid #2B65EC;
}

.caribbean a {
	color: #fff !important;
	background: #8D38C9;
	border: 1px solid #8D38C9;
}

.caribbean a:hover {
	color: #8D38C9 !important;
	background: #fff;
	border: 1px solid #8D38C9;
}

.europe a {
	color: #fff !important;
	background: #3BB9FF;
	border: 1px solid #3BB9FF;
}

.europe a:hover {
	color: #3BB9FF !important;
	background: #fff;
	border: 1px solid #3BB9FF;
}

.camerica a {
	color: #fff !important;
	background: #FAAFBA;
	border: 1px solid #FAAFBA;
}

.camerica a:hover {
	color: #FAAFBA !important;
	background: #fff;
	border: 1px solid #FAAFBA;
}

.namerica a {
	color: #fff !important;
	background: #b00b0b;
	border: 1px solid #b00b0b;
}

.namerica a:hover {
	color: #b00b0b !important;
	background: #fff;
	border: 1px solid #b00b0b;
}

.samerica a {
	color: #fff !important;
	background: #008080;
	border: 1px solid #008080;
}

.samerica a:hover {
	color: #008080 !important;
	background: #fff;
	border: 1px solid #008080;
}

/*Resource Page*/
.tr-row {width: 100%; overflow:auto;text-align:center;}
.tr-row h2 {text-align:center; margin:20px 0 !important; font-size:35px !important;}
@media (max-width: 600px){.tr-row-item {width:50%;/*float:left;*/min-width:230px;}}
@media (min-width: 600px){.tr-row-item {width:46.6%;float:left;min-width:230px}}
.tr-row-item img {max-width:100%;}
.tr-row-margin {margin:0 auto;}
#tr-rsrc p{margin: 0 7px 15px;}

/* Instagram Feed widget */
.instagram-feed-widget {
  margin: 2em auto;
  width: 100%;
  max-width: 1275px;
  display: table;
}

#sb_instagram img {
    margin: 0 auto !important;
}

@media (max-width: 767px) {
  #sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images .sbi_item {
      width: 20%;
  }
}

/* Custom header */
.header-image .title-area {
	max-width: 850px;
}

.header-image .site-title > a {
	min-height: 150px;
}

/* Fix blurry background image for IOS */
@media only screen and (max-width: 860px) {
	.image-section {
		background-attachment: initial;
	}
}

@media only screen and (max-width: 1200px) {
	.image-section {
		background-attachment: initial;
	}
}