/*
Theme Name: Timbuktu Blog
Theme URI: 
Update URI: ninepoint-theme-timbuktu-blog
Author: Ninepoint
Author URI: https://ninepoint.cc
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* ----------------------------- 
Theme Basics 
----------------------------- */

/* =Structure */
html {
	height: 100%;
}
body {
	background: #fff;
	height: 100%;
}
#page {
	background: #fff;
	min-height: 100%;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =Global */
body, input, textarea {
	color: #000;
	font-size: 18px; 
	font-family: "sofia-pro", sans-serif;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 5px;
}

/* Media */
.entry-content img,
.comment-content img,
.widget img {
	max-width:100%;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; 
}
img.size-full,
img.size-large {
	max-width: 100%;
	width: auto; 
	height: auto;
}
embed,
iframe,
object {
	max-width: 100%;
}

/* Text elements */
ul, ol {
	margin: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}

/* Links */
a {
	color: #000;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* =Menu */
.topmenu {
}
.topmenu li {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
}
.topmenu li a:link, .topmenu li a:visited {
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	letter-spacing: 0.19em;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	padding: 24px 0 16px;
	border-bottom: 8px solid #FFF;
	transition: 0.2s linear;
	box-sizing: border-box;
}
.topmenu li a:hover {
	border-bottom: 8px solid #fff966;
}
.mainmenu {
}
.mainmenu li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 22px;
}
.mainmenu a:link, .mainmenu a:visited {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: 0.19em;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}
.mainmenu a:hover {
}
.mainmenu ul {
	display: none;
}
.sidemenu {
	text-align: left;
}
.sidemenu ul {
	display: none;
}
.sidemenu li {
	display: block;
	padding: .5rem 0;
}
.sidemenu li:nth-child(1) {
	border-bottom: 1px solid #CCC;
}
.sidemenu li:nth-last-child(2) {
	border-bottom: 1px solid #CCC;
}
.sidemenu a:link, .sidemenu a:visited {
	font-size: 20px;
	line-height: 1.5;
	color: #000;
	text-decoration: none;
}

/* 404 */
.result-404 { padding: 18vw 4% 15vw; text-align: center; }
.result-404 .entry-title { font-size: 32px; line-height: 36px; padding-bottom: 30px }

/* ----------------------------- 
Theme Custom 
----------------------------- */
p {
	line-height: 28px;
	margin-bottom: 20px;
}
.ibvtop {
	display: inline-block;
	vertical-align: top;
}
.ibvmid {
	display: inline-block;
	vertical-align: middle;
}
.ibvbtm {
	display: inline-block;
	vertical-align: bottom;
}
.stdlink a {
	color: inherit;
	text-decoration: none;
}
.contentouter {
	padding: 64px 0 0;
}
.stdh {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3000;
	background-color: #FFF;
	box-sizing: border-box;
	padding: 0 3% 0 3.2%;
	line-height: 0;
	height: 64px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hlogo {
	width: 166px;
}
.hlogo a {
	display: block;
}
.hlogo img {
	width: 100%;
}
.hright {
	display: flex;
	align-items: center;
}
.hsearchbtn {
	margin: 0 0 0 20px;
}
.hsearchbtn img {
	width: 21px;
	cursor: pointer;
}
.hwidget {
	white-space: nowrap;
}
.hwidget .widget-title {
	display: none;
}
.hwidget a {
	display: inline-block;
	vertical-align: top;
	background-color: #FFF966;
	margin: 0 0 0 15px;
	text-decoration: none;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	letter-spacing: 0.19em;
	text-transform: uppercase;
	color: #000000;
	padding: 8px 16px 10px;
	border-radius: 3px;
	transition: 0.5s linear;
}
.hwidget a:hover {
	background-color: #000;
	color: #FFF;
}
.hwidget p {
	margin: 0;
}
.hmtog {
	position: relative;
	margin: 0 0 0 15px;
}
.hmtogw {
	width: 38px;
	height: 38px;
	background-color: #000;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	padding: 9px 0 0;
	transition: 0.3s linear;
}
.hmtogw div {
	position: relative;
	width: 22px;
	height: 3px;
	margin: 3px auto 0;
	background-image: url('https://assets.timbuktutravel.com/2025/08/menuline-white.svg');
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 1;
}
.hmtog:hover > .hmtogw div:nth-child(1) {
	transform: rotate(45deg) translateZ(1px);
	top: 6px;
	left: -1px;
}
.hmtog:hover > .hmtogw div:nth-child(2) {
	opacity: 0;
}
.hmtog:hover > .hmtogw div:nth-child(3) {
	transform: rotate(-45deg) translateZ(1px);
	top: -6px;
}

.hsearch {
	display: none;
}
.hsearchboxw {
}
.hsearchtop {
}
.hsearchbtm {
}
.hsearchbtm img {
}
.hsearchclose {
}
.hsearchpop {
}
.hmtog:hover > .hmenu {
	display: block;
}

.hmenu {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	width: 257px;
	background-color: #FFF;
	border-radius: 5px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
	padding: 24px 22px;
	max-height: calc(100vh - 64px);
	overflow-y: auto;
}
.hmenu .topmenu {
	display: none;
}
.htxt h1 {
	font-family: "meno-banner", serif;
	font-size: 56px;
	line-height: 64px;
}
.htxt h2 {
	font-family: "meno-banner", serif;
	font-size: 40px;
	line-height: 52px;
	margin-bottom: 10px;
}
.htxt h3 {
	font-family: "meno-banner", serif;
	font-size: 42px;
	line-height: 48px;
}
.htxt h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: 0.19em;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.view-all-link {
	margin-top: 20px;
}
.view-all-link a {
	display: inline-block;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.2em;
	padding: 8px 10px;
	border: 1px solid #000;
	border-radius: 2px;
}
.ctxt h1 {
	font-family: "meno-banner", serif;
	font-size: 72px;
	line-height: 86px;
	margin-bottom: 15px;
}
.ctxt h2 {
	font-family: "meno-banner", serif;
	font-size: 48px;
	line-height: 56px;
	margin-bottom: 25px;
}
.ctxt h3 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	letter-spacing: 0.19em;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.ctxt h4 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 800;
	margin-bottom: 30px;
}
.ctxt h5 a {
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.2em;
	padding: 4px 14px 6px;
	border: 2px solid #000;
	border-radius: 2px;
	transition: 0.3s linear;
}
.ctxt h5 a:hover {
	background-color: #FFF966;
	border: 2px solid #FFF966;
}
.ctxt p {
	max-width: 1000px;
	margin: 0 auto 25px;
}
/* .ctxt img {
	max-width: 100%;
	max-height: 1000px;
	border-radius: 10px;
	margin: 30px auto;
} */

.ctxt img {
    max-width: 100%;
    max-height: 86vh;
    height: auto !important;
    width: auto;
    border-radius: 10px;
    margin: 30px auto;
    object-fit: contain;
}
.ctxt .wp-caption {
	max-width: 100%;
	margin: 0 auto 50px;
	width: auto !important;
	display: inline-block;
}
.ctxt .wp-caption img {
	margin: 30px auto 20px;
	display: block;
}
.ctxt .wp-caption p {
	margin: 0 auto;
	color: #7E7E7E;
	font-size: 15px;
	line-height: 19px;
	text-align: left;
}
.ctxt ul, .ctxt ol {
	text-align: left;
	max-width: 800px;
	margin: 0 auto 25px;
}
.ctxt li {
	line-height: 28px;
}


/* home */
#homepg {
}
.bh-content-top {
	background-color: #f5f3ee;
	padding: 25px;
	text-align: center;
}
.bh-content-top .awards-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center; gap: 12px;
}
.bh-content-top .award-image {
	width: 110px;
	height: 110px;
}
.bh-content-top .text-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.bh-content-top .main-heading {
	font-family: meno-banner, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 20px;
	text-align: center;
	line-height: 1.375;
}
.bh-content-top .subtext {
	font-family: sofia-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 15px;
	text-align: center;
	line-height: 1.375;
}
.bloghmenu {
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
	padding: 13px 3.2% 10px;
}
.bloghmenuw {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
}
.bloghtitle h1 {
	font-family: "meno-banner", serif;
	font-size: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0;
}
.bloghtitle a {
	display: block;
}
.bloghsearch {
}
.bloghsearch #searchform {
	position: relative;
	width: 180px;
	height: 50px;
}
.bloghsearch #searchsubmit {
	background-image: url('https://assets.timbuktutravel.com/2025/08/icon-search.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	background-color: transparent;
	height: 28px;
	width: 55px;
	position: absolute;
	top: 13px;
	left: 10px;
	border: 0px;
	box-shadow: none;
	cursor: pointer;
}
.bloghsearch #s {
	width: 100%;
	border-radius: 30px;
	border: 1px solid #000;
	font-size: 20px;
	font-weight: 300;
	box-sizing: border-box;
	padding: 10px 20px 12px 65px;
}
.bloghsearch #s::-moz-placeholder {
	opacity: 1;
	color: #000;
}
.bloghsearch #s::-webkit-input-placeholder {
	color: #000;
}
.bloghsearch #s:focus, .bloghsearch #s:focus::-webkit-input-placeholder {
	color: #000;
}
.bh-featpost {
	padding: 45px 3% 55px;
}
.bh-featpost a {
	display: block;
}
.bh-featpostw {
	display: flex;
	width: 100%;
	align-items: center;
	max-width: 1680px;
	margin: 0 auto 60px;
}
.bh-featpostw .htxt {
	width: 39.2%;
	box-sizing: border-box;
	padding: 0 3% 0 0;
}
.linkbtn {
}
.linkbtn a, .linkbtn span {
	position: relative;
	display: inline-block;
	width: 32px;
	height: 32px;
}
.linkbtn a::before, .linkbtn span::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 32px;
	height: 32px;
	background-image: url('https://assets.timbuktutravel.com/2025/08/arrow-right-black.svg'); 
	background-size: contain;
	background-repeat: no-repeat;
	transition: 0.3s linear;
}
.linkbtn a::after, .linkbtn span::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 32px;
	height: 32px;
	background-image: url('https://assets.timbuktutravel.com/2025/08/arrow-right-yellow.svg'); 
	background-size: contain;
	background-repeat: no-repeat;
	transition: 0.3s linear;
}
.linkbtn a:hover::before, .bh-featpost a:hover > .bh-featpostw .htxt .linkbtn span::before, .bh-featpostrw a:hover > .bh-featpostw .htxt .linkbtn span::before {
	top: -5px;
	left: -5px;
	width: 42px;
	height: 42px;
	opacity: 0;
}
.linkbtn a:hover::after, .bh-featpost a:hover > .bh-featpostw .htxt .linkbtn span::after, .bh-featpostrw a:hover > .bh-featpostw .htxt .linkbtn span::after {
	z-index: 2;
	top: -5px;
	left: -5px;
	width: 42px;
	height: 42px;
}
.bh-featimg {
	width: 60.8%;
}
.bh-featimg img {
	border-radius: 8px;
	max-width: 100%;
}
.bh-featcats {
}
.bh-featcat {
	border-top: 1px solid rgba(0, 0, 0, 0.10);
	padding: 60px 3% 0;
}
.bh-fcat-top {
	width: 100%;
	display: flex;
	max-width: 1680px;
	margin: 0 auto 60px;
}
.bh-fcat-title {
	width: 24.6%;
	box-sizing: border-box;
	padding: 0 30px 0 0;
}
h2.large {
	font-family: "meno-banner", serif;
	font-size: 56px;
	line-height: 64px;
	margin: 0;
	padding: 0;
}
#search .bh-fcat-title {
	width: 100%;
}
.bh-fcat-intro {
	width: 75.4%;
	max-width: 930px;
	line-height: 28px;
}
.bh-featcatpostsw {
	padding: 0 25px;
}
.bh-featcatposts {
	max-width: 1680px;
	margin: 0 auto 150px;
	box-sizing: border-box;
	padding: 0 64px;
	position: relative;
}
.slick-prev {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	cursor: pointer;
	width: 42px;
	height: 42px;
	margin: 8% 0 0;
}
.slick-next {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	cursor: pointer;
	width: 42px;
	height: 42px;
	margin: 8% 0 0;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
	display: none !important;
}
.postitem {
	box-sizing: border-box;
	padding: 0 12px;
}
.postitem > a {
	display: block;
}
.posti-img {
	position: relative;
	overflow: hidden;
	padding-top: 89%;
	background-size: cover;
	background-position: 50% 50%;
	border-radius: 10px;
	margin-bottom: 25px;
}
.posti-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.posti-cats {
	font-size: 15px;
	line-height: 19px;
	font-weight: 700;
	letter-spacing: 0.19em;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.posti-title {
	font-family: "meno-banner", serif;
	font-size: 34px;
	line-height: 40px;
	margin-bottom: 15px;
}
.posti-summary {
	display: flex;
	width: 100%;
}
.posti-stxt {
	font-size: 15px;
	line-height: 23px;
	width: calc(100% - 64px);
}
.posti-summary .linkbtnl {
	opacity: 0;
	transition: 0.3s linear;
	margin-left: 16px;
}
.postitem a:hover > .posti-txt .posti-summary .linkbtnl {
	opacity: 1;
}
.linkbtnl a, .linkbtnl span {
	position: relative;
	display: inline-block;
	width: 42px;
	height: 42px;
}
.linkbtnl a::before, .linkbtnl span::before, .slick-prev::before, .slick-next::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 42px;
	height: 42px;
	background-image: url('https://assets.timbuktutravel.com/2025/08/arrow-right-black.svg'); 
	background-size: contain;
	background-repeat: no-repeat;
	transition: 0.3s linear;
}
.linkbtnl a::after, .linkbtnl span::after, .slick-prev::after, .slick-next::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 42px;
	height: 42px;
	background-image: url('https://assets.timbuktutravel.com/2025/08/arrow-right-yellow.svg'); 
	background-size: contain;
	background-repeat: no-repeat;
	transition: 0.3s linear;
}
.slick-prev::before, .slick-prev::after {
	transform: scaleX(-1);
}
.linkbtnl a:hover::before, .posti-txt:hover > .posti-summary .linkbtnl span::before, .slick-prev:hover::before, .slick-next:hover::before {
	top: -6px;
	left: -6px;
	width: 54px;
	height: 54px;
	opacity: 0;
}
.linkbtnl a:hover::after, .posti-txt:hover > .posti-summary .linkbtnl span::after, .slick-prev:hover::after, .slick-next:hover::after {
	z-index: 2;
	top: -6px;
	left: -6px;
	width: 54px;
	height: 54px;
}
.bh-latest {
	padding: 110px 4% 110px;
	background-color: #f5f3ee;
}
.bh-latest .htxt {
	max-width: 900px;
	margin: 0 auto 60px;
	text-align: center;
}
.bh-latestw {
	display: flex;
	width: 100%;
	max-width: 1656px;
	margin: 0 auto;
}
.bh-latestw .postitem {
	width: 25%;
}
.bh-content-bottom {
	padding: 0 4% 10px;
	background-color: #f5f3ee;
	text-align: center;
}
.bh-content-bottom .htxt {
	max-width: 1100px;
	margin: 0 auto;
}
.bh-content-bottom .htxt img {
	max-height: 48px;
	max-width: 316px;
	margin: 10px 6%;
}


/* standard */
.stdpg {
	padding: 80px 4% 130px;
}
.stdpgw {
	max-width: 1000px;
	margin: 0 auto;
}
.stdpg-title {
	padding-bottom: 30px;
}
.stdpg-content {
}


/* category */
#category, #search {
	padding: 40px 0 0;
}
#category .bh-featcat, #search .bh-featcat {
	border-top: 0px;
}
.catposts {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	max-width: 1656px;
	margin: 100px auto 100px;
	box-sizing: border-box;
	position: relative;
}
.catposts .postitem {
	width: 25%;
	margin: 0 0 40px;
}
.navigation.pagination {
	text-align: center;
	padding: 0 5.5% 60px;
}
.navigation.pagination h2 {
	display: none;
}
.nav-links {
}
.page-numbers {
	display: inline-block;
	box-sizing: border-box;
	color: inherit;
	text-decoration: none;
	font-size: 15px;
	line-height: 15px;
	font-weight: 700;
	letter-spacing: 0.19em;
	text-transform: uppercase;
	background-color: #000;
	color: #FFF;
	padding: 7px 10px 9px 12px;
	border: 2px solid #000;
	transition: 0.3s linear;
}
.page-numbers.current, .page-numbers:hover {
	color: #000;
	background-color: #FFF;
	text-decoration: none;
}


/* single */
.stdpost {
}
.stdp-banner {
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	padding-top: 43.4%;
}
.stdp-banner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	object-fit: cover;
}
.stdp-loc {
	position: absolute;
	bottom: 7vw;
	left: 30px;
	transform: rotate(-90deg) translateZ(1px);
	transform-origin: top left;
	z-index: 10;
}
.stdp-loc span {
	color: #FFF966;
	font-size: 13px;
	line-height: 17px;
	font-weight: 700;
	letter-spacing: 0.19em;
	text-transform: uppercase;
}
.stdp-loc span::before {
	content: '';
	position: absolute;
	top: 3px;
	left: -35px;
	display: inline-block;
	transform: rotate(90deg) translateZ(1px);
	background-image: url('https://assets.timbuktutravel.com/2025/08/icon-loc.svg');
	background-size: contain;
	background-repeat: no-repeat;
	width: 13px;
	height: 19px;
}
.stdp-nav {
	padding: 30px 3.2%;
	color: #7E7E7E;
	font-size: 15px;
	line-height: 19px;
}
.stdp-nav span {
	display: inline-block;
	border-top: 2px solid #7E7E7E;
	border-right: 2px solid #7E7E7E;
	transform: rotate(45deg) translateZ(1px);
	width: 7px;
	height: 7px;
	margin: 0 20px 0 16px;
}
.stdp-h {
	text-align: center;
	max-width: 900px;
	margin: 0 auto 60px;
}
.stdp-cat {
}
.stdp-cat-text {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: 0.19em;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.stdp-title {
}
.stdp-excerpt {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 20px;
}
.stdp-meta {
	color: #7E7E7E;
	margin-bottom: 20px;
}
.stdp-author {
	color: #1A1919;
}
.stdp-duration {
}
.stdp-duration::before {
	content: '·';
	display: inline-block;
	vertical-align: middle;
	font-weight: 800;
	font-size: 30px;
	line-height: 0px;
	margin: -11px 7px 0;
}
.stdp-share {
}
.stdp-share a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #000;
	border-radius: 50%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin: 0 10px 20px;
	width: 40px;
	height: 40px;
	transition: 0.2s linear;
}
.stdp-share a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	width: 40px;
	height: 40px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	opacity: 0;
	transition: 0.2s linear;
}
.stdp-share a:hover {
	background-color: #000;
}
.stdp-share a:hover::before {
	opacity: 1;
}
.scl-facebook {
	background-image: url('https://assets.timbuktutravel.com/2025/08/share-facebook.svg');
	background-size: 11px 22px;
}
.scl-facebook::before {
	background-image: url('https://assets.timbuktutravel.com/2025/08/share-facebook-on.svg');
	background-size: 11px 22px;
}
.scl-x {
	background-image: url('https://assets.timbuktutravel.com/2025/08/share-x.svg');
	background-size: 19px 16px;
}
.scl-x::before {
	background-image: url('https://assets.timbuktutravel.com/2025/08/share-x-on.svg');
	background-size: 19px 16px;
}
.scl-clipboard {
	background-image: url('https://assets.timbuktutravel.com/2025/08/share-clipboard.svg');
	background-size: 19px 20px;
}
.scl-clipboard::before {
	background-image: url('https://assets.timbuktutravel.com/2025/08/share-clipboard-on.svg');
	background-size: 19px 20px;
}
.stdp-content {
	padding: 0 3.2% 140px;
	text-align: center;
}


/* footer */
#footer {
	background-color: #FFF966;
	padding: 68px 3% 50px;
}
.ftrw {
	width: 100%;
	display: flex;
	max-width: 1680px;
	margin: 0 auto;
}
.ftrlogo {
	width: 204px;
	margin-bottom: 25px;
}
.ftrlogo a {
	display: block;
}
.ftrlogo img {
	width: 100%;
}
.ftrcol {
}
.ftrcol .widget {
	margin-bottom: 10px;
}
.ftrcol .widget img {
	max-width: 100%;
}
.ftrcol .widget-title {
	font-size: 17px;
	line-height: 25px;
	font-weight: 700;
	letter-spacing: 0.19em;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.ftrcol p {
	line-height: 28px;
}
.ftrcol1 {
	width: 25.4%;
}
.ftrcol2 {
	width: 18.4%;
}
.ftrcol3 {
	width: 18.4%;
}
.ftrcol4 {
	width: 18.4%;
}
.ftrcol5 {
	width: 19.4%;
}
.ftrcol2 .widget_custom_html {
	margin-bottom: 26px;
}
.ftrcol3 .widget_media_image img, .ftrcol4 .widget_media_image img, .ftrcol5 .widget_media_image img {
	height: 50px !important;
}
.socicon {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 14px 14px 0;
	background-size: contain;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}
.socicon-facebook {
	background-image: url('https://assets.timbuktutravel.com/2025/08/social-facebook.svg');
}
.socicon-instagram {
	background-image: url('https://assets.timbuktutravel.com/2025/08/social-instagram.svg');
}