/**********************************************************
// Fix >> WordPress Admin Bar
**********************************************************/
@media
all and (max-width: 768px),
all and (max-device-width: 768px)
{
	#wpadminbar { position: fixed !important; }
}

/**********************************************************
// Microstyles
**********************************************************/
.CLR       { *zoom: 1; }
.CLR:after { clear: both; }
.CLR:before,
.CLR:after {
	content: " ";
	display: table;
	}

.Hidden { display: none; }
.No-Select {
	-webkit-touch-callout: none;
	  -webkit-user-select: none;
	   -khtml-user-select: none;
	     -moz-user-select: none;
	      -ms-user-select: none;
		  	  user-select: none;
	}

.Grow,
.Shrink,
.Trans {
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
	}

.Grow:hover,
.Grow:focus {
	opacity: 1;
	transform: scale(1.1);
	}

.Shrink:hover,
.Shrink:focus {
	opacity: 1;
	transform: scale(.90);
	}

.Title {
	margin: auto;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

.Circle {
	border-radius: 100%;
	overflow: hidden;
	}

.Section { padding: 60px 10px; }

.Desktop-Only { display: block; }
.Mobile-Only  { display: none; }

@media
all and (max-width: 768px),
all and (max-device-width: 768px)
{
	.Section { padding: 30px 10px; }

	.Desktop-Only { display: none; }
	.Mobile-Only  { display: block; }
}

/**********************************************************
// Content >> Layout
**********************************************************/
.Content,
.Content-Page,
.Content-Left,
.Content-Right,
.Content-Full,
.Content-Posts {
	margin: auto;
	width: 100%;
	}

.Content {
	padding: 40px 10px;
	max-width: 1070px;
	}

.Content-Page {
	padding: 0 10px;
	max-width: 920px;
	}

.Content-Left {
	max-width: 700px;
	float: left;
	}

.Content-Right {
	max-width: 300px;
	float: right;
	}

.Content-Full { max-width: 900px; }
.Content-Posts {
    padding: 40px 10px;
    max-width: 1280px;
    text-align: center;
    font-size: 0;
    }

@media
all and (max-width: 1024px),
all and (max-device-width: 1024px)
{
	.Content-Left { float: none; }
	.Content-Right {
		margin-top: 20px;
		float: none;
		}
}

@media
all and (max-width: 768px),
all and (max-device-width: 768px)
{
	.Content,
	.Content-Posts { padding: 30px 10px; }
}

/**********************************************************
// Content >> General
**********************************************************/
.aligncenter {
	margin: 15px auto;
	display: block;
	}

.alignnone {
	margin: 15px 0;
	display: inline-block;
	}

.alignleft {
	margin: 0 15px 15px 0;
	display: block;
	float: left;
	}

.alignright {
	margin: 0 0 15px 15px;
	display: block;
	float: right;
	}

.sticky-post {
	text-transform: uppercase;
	line-height: 1.5em;
	font-size: 14px;
	color: #686868;
	display: block;
	}

.bypostauthor > article .fn:after {
	content: "\f007";
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	position: relative;
	display: none;
	}

.wp-caption { max-width: 100%; }
figcaption.wp-caption-text {
	margin: auto;
	line-height: 1.5em;
	text-align: center;
	font-style: italic;
	font-size: 16px;
	}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
	}

/**********************************************************
// WordPress Gallery
**********************************************************/
.gallery { margin-bottom: 20px; }

.gallery:before,
.gallery:after {
	content: "";
	display: table;
	}

.gallery:after { clear: both; }

.gallery-item {
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
	line-height: 0;
	float: left;
	}

.gallery-columns-1 .gallery-item { max-width: 100%; }

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
	}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
	}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
	}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
	}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
	}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
	}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
	}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
	}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) { margin-right: 0; }

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) { clear: left; }

.gallery-caption {
	margin: 0;
	padding: 25% 8px 0 8px;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	line-height: 1.5;
	background: rgba(0, 0, 0, 0.58);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #FFF;
	font-size: 20px;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

.gallery-item:hover .gallery-caption,
.gallery-item:focus-within .gallery-caption { opacity: 1; }

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption { display: none; }

/**********************************************************
// Gutenberg >> Gallery Block
**********************************************************/
.wp-block-gallery li { padding: 0 !important; }
.wp-block-gallery li:before { display: none; }
.wp-block-gallery img { margin: auto; }
