/* Alignments */
.float-l {float: left!important;}
.float-r {float: right!important;}
.float-n {float: none!important;}
/* Displays */
.block  {display: block!important;}
.inline {display: inline!important;}
.iblock {display: inline-block!important;}
.hide   {display: none!important;}
/* Heights */
.h-60  {height: 60px!important;}
.h-100 {height: 100px!important;}
/* Clear */
.clear-it, .clear-b {clear: both;}
.clear:before,
.clear:after {content: ' '; display: table;}
.clear:after {clear: both;}
.clear {*zoom: 1;}
.clear.page-title {height: 16px;}
/* Overflow */
.overflow-h {overflow: hidden!important;}
/* Opacities */
.invisible {opacity: 0; -webkit-transition: 150ms ease-in-out; transition: 150ms ease-in-out;}
.v10       {opacity: 0.1;}
.v20       {opacity: 0.2;}
.v30       {opacity: 0.3;}
.v40       {opacity: 0.4;}
.v50       {opacity: 0.5;}
.v60       {opacity: 0.6;}
.v70       {opacity: 0.7;}
.v80       {opacity: 0.8;}
.v90       {opacity: 0.9;}
.visible   {opacity: 1; -webkit-transition: 150ms ease-in-out; transition: 150ms ease-in-out;}
/* Font Weights */
.we-300 {font-weight: 300!important;}
.we-400 {font-weight: 400!important;}
.we-500 {font-weight: 500!important;}
.we-600 {font-weight: 600!important;}
.we-700 {font-weight: 700!important;}
.we-800 {font-weight: 800!important;}
/* Line Heights */
.lh-30 {line-height: 30px!important;}
/* Layers (z-index) */
.zi0 {z-index: 0!important;}
.zi1 {z-index: 1!important;}
.zi2 {z-index: 2!important;}
.zi3 {z-index: 3!important;}
/* Spacers */
.mini-spacer {height: 15px;}
.spacer      {height: 30px;}
.mega-spacer {height: 60px;}
/* Text Link Colors */
.yellow-link {color: rgb(248,188,4)!important;}
/* Entypo Icon */
.entypo-icon {text-transform: lowercase; font-family: 'entypo';}
/* Selects */
.no-select {
	-webkit-touch-callout: none!important;
	-webkit-user-select: none!important;
	-khtml-user-select: none!important;
	-moz-user-select: none!important;
	-ms-user-select: none!important;
	user-select: none!important;
}
.text-select {
	-webkit-touch-callout: text!important;
	-webkit-user-select: text!important;
	-khtml-user-select: text!important;
	-moz-user-select: text!important;
	-ms-user-select: text!important;
	user-select: text!important;
}
/* Text Colors */
.orange-text {color: rgb(255,168,0);}
/* Backgrounds */
.special-gray {
	background: #fefefe url('/wp-content/themes/travel-lifestyle-culture/img/african-summit/section-bg.jpg') top left repeat;
	border-top: 1px solid rgba(0,0,0,.05);
	border-bottom: 1px solid rgba(0,0,0,.05);
}
.special-gray .posts-title {color: #353535;}
.special-dark {
	background: #191919 url('/wp-content/themes/travel-lifestyle-culture/img/section-bg-dark.jpg') top left repeat;
	border-top: 1px solid rgba(255,255,255,.05);
	border-bottom: 1px solid rgba(255,255,255,.05);
}
.special-dark .posts-title {color: #fcfcfc;}
/* Button Close */
button.x-close {
	width: 36px; height: 50px;
	background-position: center center;
	background-color: transparent;
	background-repeat: no-repeat;
	outline: none;
	border: none;
	cursor: pointer;
	font-family: 'entypo';
	font-size: 28px;
	line-height: 78px;
	opacity: 1;
	z-index: 9999;
	-webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}
button.x-close:after {content: "✕";}
button.x-close:hover {opacity: 0.8; -webkit-transition: 300ms ease-in-out; transition: 300ms ease-in-out;}
button.x-close.dark {color: rgba(255,255,255,0.9);}