pre		{ text-align: left; }

.abs	{ position: absolute; }
.rel	{ position: relative; }
.fix	{ position: fixed; }

.hid	{ display: none; visibility: hidden; }
.invis	{ visibility: hidden; }
.trans	{ opacity: 0; }

.TL		{ top: 0; left: 0; }
.TR		{ top: 0; right: 0; }
.BR		{ bottom: 0; right: 0; }
.BL		{ bottom: 0; left: 0; }
.T		{ top: 0; }
.B		{ bottom: 0; }
.R		{ right: 0; }
.L		{ left: 0; }

.btn	{ cursor: pointer; }
.mov	{ cursor: move; }

.fL		{ float: left; }
.fR		{ float: right; }

.clr	{ clear: both; }
.clrR	{ clear: right; }
.clrL	{ clear: left; }

.fWid	{ width: 100%; }
.hWid	{ width: 50%; }
.tWid	{ width: 33.33%; }
.qWid	{ width: 25%; }
.fHgt	{ height: 100%; }
.full	{ display: block; height: 100%; width: 100%; }

.txC	{ text-align: center; }
.txL	{ text-align: left; }
.txR	{ text-align: right; }

.vTop	{ vertical-align: top; }
.vMid	{ vertical-align: middle; }
.vBas	{ vertical-align: baseline; }
.vBot	{ vertical-align: bottom; }

.nWrp	{ white-space: nowrap; }

.dspH 	{ display: none; }
.dspB	{ display: block; }
.dspT	{ display: table; }
.dspI	{ display: inline; }
.dspIB	{ display: inline-block; }
.dspTC	{ display: table-cell; }

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

.strong	{ font-weight: bold; }

.noSel {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.dv2	{ width: 50%; }
.dv3	{ width: 33.333%; }
.dv4	{ width: 25%; }
.dv5	{ width: 20%; }
.dv6	{ width: 16.666%; }
.dv7	{ width: 14.285%; }
.dv8	{ width: 12.5%; }
.dv9	{ width: 11.111%; }
.dv10	{ width: 10%; }
.dv11	{ width: 9.09%; }
.dv12	{ width: 8.333%; }
.dv13	{ width: 7.692%; }
.dv14	{ width: 7.142%; }
.dv15	{ width: 6.666%; }

.tCol1	{ column-count: 1; -moz-column-count: 1; -webkit-column-count: 1; }
.tCol2	{ column-count: 2; -moz-column-count: 2; -webkit-column-count: 2; }
.tCol3	{ column-count: 3; -moz-column-count: 3; -webkit-column-count: 3; }

.mar0	{ margin: 0; }
.pad0	{ padding: 0; }

h1, h2, h3 {
    text-rendering: optimizeLegibility;
}

.tweenAll_05 {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.tweenAll_025 {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.tweenAll_01 {
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.tweenAll_025_back {
	-webkit-transition: all 0.25s cubic-bezier(.12, .49, .37, 1.33);
	-moz-transition: all 0.25s cubic-bezier(.12, .49, .37, 1.33);
	-o-transition: all 0.25s cubic-bezier(.12, .49, .37, 1.33);
	transition: all 0.25s cubic-bezier(.12, .49, .37, 1.33);
}
.tweenAll_1 {
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

.mediaSel {
	display: inline-block;
	min-width: 150px;
	text-align: center;
	padding: 0 15px 0 0;
}
/* May change this to make it more global */
#admin-cfg-property-card-background-image .mediaSel {
	padding: 0;
	max-height: 150px;
}

.mediaSel .imgs .imgSel {
	text-align: center;
}

/* Old media-container Styles */
/* .mediaSel .media-container {
	width: 150px;
	height: 150px;
	min-width: 140px;
	min-height: 140px;
	max-width: 150px;
	max-height: 150px;
	border: 1px solid #dedede;
	position: relative;
    text-align: center;
    display: inline-block;
    background-color: #f7f7f7;
} */
/* New media-container Styles */
.mediaSel .media-container {
	position: relative;
    text-align: center;
    display: flex;
	flex-direction: column;
	align-items: center;
}

/* Old centered Styles */
/* .mediaSel .media-container .centered {
	width: 100%;
	height: 100%;
	max-width: 150px;
	max-height: 150px;
	position: relative;
	display: inline-block;
	padding: 0px;
} */
/* New centered Styles */
.mediaSel .media-container .centered {
	width: 100%;
	height: 100%;
	width: 150px;
	height: 150px;
	position: relative;
	display: inline-block;
	padding: 0px;
	border: 1px solid #dedede;
	background-color: #f7f7f7;
}

.mediaSel .media-container .centered img {
	max-width: 150px;
	max-height: 150px;
	height: auto;
	width: 100%; 
	margin: 0; 
	padding: 0; 
	object-fit: contain;
}
.mediaSel .media-container .centered span {
    position: absolute;
    top: 20%;
    left: 20%;
    font-size: 90px;
    text-align: center;
    -webkit-transform-origin: center center 0;
    -moz-transform-origin: center center 0;
    transform-origin: center center 0;
    cursor: pointer;
    opacity: .5;
}

.mediaSel .media-container .dashicons {
	cursor: pointer;
}

.mediaSel .media-container .dashicons-trash ,
.mediaSel .media-container .dashicons-dismiss {
	bottom: 8px; 
	right: 8px;
	font-size: 20px;
    color: #d6d6d6;
	float: none;
}

.mediaSel .media-container .ord {
	width: 5%;
}
.mediaSel .media-container .edt {
	width: 5%;
}
.mediaSel .media-container .trk {
	width: 70%;
}
.mediaSel .media-container .tim {
	width: 15%;
}
.mediaSel .media-container .del { 
	width: 5%;
}

div.footer ul.menu {
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px 0;
} 
div.footer ul.menu ,
div.footer ul.menu li ,
div.footer ul.menu li a {
	height: 12px;
	line-height: 12px;
}
div.footer ul.menu li {
	disply: inline-block;
	float: left;
	padding: 0 10px;
	margin: 0;
	border-left: 1px solid #fff;
} 
div.footer ul.menu li:first-child {
	padding-left: 0px;
	border-left: 0px;
} 
div.footer ul.menu a {
	font-size: 12px;
	font-weight: 300;	
} 