@charset "UTF-8";
/*!
Theme Name: jsxscores
Theme URI: https://github.com/mor10/jsxscores/
Author: Morten Rand-Hendriksen
Author URI: https://mor10.com/courses
Description: A new theme for a new time. This theme showcases the best of WordPress and Underscores and is the project for the Building Themes From Scratch Using Underscores course at LinkedIn Learning and Lynda.com.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jsxscores
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

jsxscores is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/
.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-item {
	position: relative;
	display: none;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-perspective: 1000px;
	        perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block;
	-webkit-transition: -webkit-transform 0.6s ease;
	transition: -webkit-transform 0.6s ease;
	transition: transform 0.6s ease;
	transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
	.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
		-webkit-transition: none;
		transition: none;
	}
}

.carousel-item-next,
.carousel-item-prev {
	position: absolute;
	top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
	.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}

.carousel-item-next,
.active.carousel-item-right {
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
	.carousel-item-next,
.active.carousel-item-right {
		-webkit-transform: translate3d(100%, 0, 0);
		        transform: translate3d(100%, 0, 0);
	}
}

.carousel-item-prev,
.active.carousel-item-left {
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
	.carousel-item-prev,
.active.carousel-item-left {
		-webkit-transform: translate3d(-100%, 0, 0);
		        transform: translate3d(-100%, 0, 0);
	}
}

.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-duration: 0.6s;
	        transition-duration: 0.6s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
	.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}

.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
	color: rgba(0, 0, 0, 0.45);
	text-decoration: none;
	outline: 0;
	opacity: 0.9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat center center;
	background-size: 100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-prev-icon:hover {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon:hover {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}
.carousel-indicators li {
	position: relative;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	width: 6px;
	height: 6px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: rgba(219, 219, 219, 0.5);
}
.carousel-indicators li::before {
	position: absolute;
	top: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: "";
}
.carousel-indicators li::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: "";
}
.carousel-indicators .active {
	background-color: #dbdbdb;
}

/* Compact carousel indicators for long carousels (iOS-style). */
.carousel-indicators.jsx-indicators--compact li {
	-webkit-transform: scale(var(--jsx-indicator-scale, 1));
	        transform: scale(var(--jsx-indicator-scale, 1));
	opacity: var(--jsx-indicator-opacity, 1);
	-webkit-transition: background-color 180ms ease, opacity 180ms ease, -webkit-transform 180ms ease;
	transition: background-color 180ms ease, opacity 180ms ease, -webkit-transform 180ms ease;
	transition: background-color 180ms ease, transform 180ms ease, opacity 180ms ease;
	transition: background-color 180ms ease, transform 180ms ease, opacity 180ms ease, -webkit-transform 180ms ease;
	will-change: transform, opacity;
}
.carousel-indicators.jsx-indicators--compact li.jsx-indicator--hidden {
	display: none;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
	.btn {
		-webkit-transition: none;
		transition: none;
	}
}
.btn:hover, .btn:focus {
	text-decoration: none;
}
.btn:focus, .btn.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
	opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none;
}

.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}
.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
	color: #007bff;
	background-color: transparent;
	background-image: none;
	border-color: #007bff;
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #007bff;
	background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
	color: #6c757d;
	background-color: transparent;
	background-image: none;
	border-color: #6c757d;
}
.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
	color: #28a745;
	background-color: transparent;
	background-image: none;
	border-color: #28a745;
}
.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
	color: #17a2b8;
	background-color: transparent;
	background-image: none;
	border-color: #17a2b8;
}
.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
	color: #ffc107;
	background-color: transparent;
	background-image: none;
	border-color: #ffc107;
}
.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
	color: #dc3545;
	background-color: transparent;
	background-image: none;
	border-color: #dc3545;
}
.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
	color: #f8f9fa;
	background-color: transparent;
	background-image: none;
	border-color: #f8f9fa;
}
.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
	color: #343a40;
	background-color: transparent;
	background-image: none;
	border-color: #343a40;
}
.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
	font-weight: 400;
	color: #007bff;
	background-color: transparent;
}
.btn-link:hover {
	color: #0056b3;
	text-decoration: underline;
	background-color: transparent;
	border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
	text-decoration: underline;
	border-color: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
	color: #6c757d;
	pointer-events: none;
}

.btn-lg {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}

.btn-sm {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.btn-block {
	display: block;
	width: 100%;
}
.btn-block + .btn-block {
	margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
	width: 100%;
}

/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2016 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
.btn-social, .btn-social-icon {
	position: relative;
	padding-left: 3.5rem;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.btn-social > :first-child, .btn-social-icon > :first-child {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3rem;
	line-height: 5rem;
	font-size: 1.6em;
	text-align: center;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social.btn-lg, .btn-lg.btn-social-icon {
	padding-left: 4.75rem;
}
.btn-social.btn-lg > :first-child, .btn-lg.btn-social-icon > :first-child {
	line-height: 4rem;
	width: 4rem;
	font-size: 1.8em;
}
.btn-social.btn-sm, .btn-sm.btn-social-icon {
	padding-left: 2.25rem;
}
.btn-social.btn-sm > :first-child, .btn-sm.btn-social-icon > :first-child {
	line-height: 2rem;
	width: 2rem;
	font-size: 1.4em;
}
.btn-social.btn-xs, .btn-xs.btn-social-icon {
	padding-left: 2.25rem;
}
.btn-social.btn-xs > :first-child, .btn-xs.btn-social-icon > :first-child {
	line-height: 2rem;
	width: 2rem;
	font-size: 1.2em;
}

.btn-social > :first-child, .btn-social-icon > :first-child {
	line-height: 1.25 !important;
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
	font-size: inherit !important;
}
.btn-social.btn-lg > :first-child, .btn-lg.btn-social-icon > :first-child {
	line-height: 1.25 !important;
	padding-top: 0.75rem !important;
	padding-bottom: 0.75rem !important;
	font-size: inherit !important;
}

.btn-social-icon {
	height: 3rem;
	width: 3rem;
	padding: 0;
}
.btn-social-icon > :first-child {
	border: none;
	text-align: center;
	width: 100% !important;
}
.btn-social-icon.btn-lg {
	height: 4rem;
	width: 4rem;
	padding-left: 0;
	padding-right: 0;
}
.btn-social-icon.btn-sm {
	height: 2rem;
	width: 2rem;
	padding-left: 0;
	padding-right: 0;
}
.btn-social-icon.btn-xs {
	height: 2rem;
	width: 2rem;
	padding-left: 0;
	padding-right: 0;
}

.btn-adn {
	color: #fff;
	background-color: #d87a68;
	border-color: #d87a68;
}
.btn-adn:hover {
	color: #fff;
	background-color: #d05f4a;
	border-color: #ce563f;
}
.btn-adn:focus, .btn-adn.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(216, 122, 104, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(216, 122, 104, 0.5);
}
.btn-adn.disabled, .btn-adn:disabled {
	color: #fff;
	background-color: #d87a68;
	border-color: #d87a68;
}
.btn-adn:not(:disabled):not(.disabled):active, .btn-adn:not(:disabled):not(.disabled).active, .show > .btn-adn.dropdown-toggle {
	color: #fff;
	background-color: #ce563f;
	border-color: #cb4d35;
}
.btn-adn:not(:disabled):not(.disabled):active:focus, .btn-adn:not(:disabled):not(.disabled).active:focus, .show > .btn-adn.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(216, 122, 104, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(216, 122, 104, 0.5);
}

.btn-bitbucket {
	color: #fff;
	background-color: #205081;
	border-color: #205081;
}
.btn-bitbucket:hover {
	color: #fff;
	background-color: #183d62;
	border-color: #163758;
}
.btn-bitbucket:focus, .btn-bitbucket.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(32, 80, 129, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(32, 80, 129, 0.5);
}
.btn-bitbucket.disabled, .btn-bitbucket:disabled {
	color: #fff;
	background-color: #205081;
	border-color: #205081;
}
.btn-bitbucket:not(:disabled):not(.disabled):active, .btn-bitbucket:not(:disabled):not(.disabled).active, .show > .btn-bitbucket.dropdown-toggle {
	color: #fff;
	background-color: #163758;
	border-color: #13304e;
}
.btn-bitbucket:not(:disabled):not(.disabled):active:focus, .btn-bitbucket:not(:disabled):not(.disabled).active:focus, .show > .btn-bitbucket.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(32, 80, 129, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(32, 80, 129, 0.5);
}

.btn-dropbox {
	color: #fff;
	background-color: #1087dd;
	border-color: #1087dd;
}
.btn-dropbox:hover {
	color: #fff;
	background-color: #0d71b9;
	border-color: #0d6aad;
}
.btn-dropbox:focus, .btn-dropbox.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(16, 135, 221, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(16, 135, 221, 0.5);
}
.btn-dropbox.disabled, .btn-dropbox:disabled {
	color: #fff;
	background-color: #1087dd;
	border-color: #1087dd;
}
.btn-dropbox:not(:disabled):not(.disabled):active, .btn-dropbox:not(:disabled):not(.disabled).active, .show > .btn-dropbox.dropdown-toggle {
	color: #fff;
	background-color: #0d6aad;
	border-color: #0c63a2;
}
.btn-dropbox:not(:disabled):not(.disabled):active:focus, .btn-dropbox:not(:disabled):not(.disabled).active:focus, .show > .btn-dropbox.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(16, 135, 221, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(16, 135, 221, 0.5);
}

.btn-facebook {
	color: #fff;
	background-color: #3b5998;
	border-color: #3b5998;
}
.btn-facebook:hover {
	color: #fff;
	background-color: #30497c;
	border-color: #2d4373;
}
.btn-facebook:focus, .btn-facebook.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.5);
}
.btn-facebook.disabled, .btn-facebook:disabled {
	color: #fff;
	background-color: #3b5998;
	border-color: #3b5998;
}
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active, .show > .btn-facebook.dropdown-toggle {
	color: #fff;
	background-color: #2d4373;
	border-color: #293e6a;
}
.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus, .show > .btn-facebook.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.5);
}

.btn-flickr {
	color: #fff;
	background-color: #ff0084;
	border-color: #ff0084;
}
.btn-flickr:hover {
	color: #fff;
	background-color: #d90070;
	border-color: #cc006a;
}
.btn-flickr:focus, .btn-flickr.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 132, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(255, 0, 132, 0.5);
}
.btn-flickr.disabled, .btn-flickr:disabled {
	color: #fff;
	background-color: #ff0084;
	border-color: #ff0084;
}
.btn-flickr:not(:disabled):not(.disabled):active, .btn-flickr:not(:disabled):not(.disabled).active, .show > .btn-flickr.dropdown-toggle {
	color: #fff;
	background-color: #cc006a;
	border-color: #bf0063;
}
.btn-flickr:not(:disabled):not(.disabled):active:focus, .btn-flickr:not(:disabled):not(.disabled).active:focus, .show > .btn-flickr.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 132, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(255, 0, 132, 0.5);
}

.btn-foursquare {
	color: #fff;
	background-color: #f94877;
	border-color: #f94877;
}
.btn-foursquare:hover {
	color: #fff;
	background-color: #f8235b;
	border-color: #f71752;
}
.btn-foursquare:focus, .btn-foursquare.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(249, 72, 119, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(249, 72, 119, 0.5);
}
.btn-foursquare.disabled, .btn-foursquare:disabled {
	color: #fff;
	background-color: #f94877;
	border-color: #f94877;
}
.btn-foursquare:not(:disabled):not(.disabled):active, .btn-foursquare:not(:disabled):not(.disabled).active, .show > .btn-foursquare.dropdown-toggle {
	color: #fff;
	background-color: #f71752;
	border-color: #f70a49;
}
.btn-foursquare:not(:disabled):not(.disabled):active:focus, .btn-foursquare:not(:disabled):not(.disabled).active:focus, .show > .btn-foursquare.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(249, 72, 119, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(249, 72, 119, 0.5);
}

.btn-github {
	color: #fff;
	background-color: #444444;
	border-color: #444444;
}
.btn-github:hover {
	color: #fff;
	background-color: #313131;
	border-color: #2b2b2b;
}
.btn-github:focus, .btn-github.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(68, 68, 68, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(68, 68, 68, 0.5);
}
.btn-github.disabled, .btn-github:disabled {
	color: #fff;
	background-color: #444444;
	border-color: #444444;
}
.btn-github:not(:disabled):not(.disabled):active, .btn-github:not(:disabled):not(.disabled).active, .show > .btn-github.dropdown-toggle {
	color: #fff;
	background-color: #2b2b2b;
	border-color: #242424;
}
.btn-github:not(:disabled):not(.disabled):active:focus, .btn-github:not(:disabled):not(.disabled).active:focus, .show > .btn-github.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(68, 68, 68, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(68, 68, 68, 0.5);
}

.btn-google {
	color: #fff;
	background-color: #dd4b39;
	border-color: #dd4b39;
}
.btn-google:hover {
	color: #fff;
	background-color: #cd3623;
	border-color: #c23321;
}
.btn-google:focus, .btn-google.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(221, 75, 57, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(221, 75, 57, 0.5);
}
.btn-google.disabled, .btn-google:disabled {
	color: #fff;
	background-color: #dd4b39;
	border-color: #dd4b39;
}
.btn-google:not(:disabled):not(.disabled):active, .btn-google:not(:disabled):not(.disabled).active, .show > .btn-google.dropdown-toggle {
	color: #fff;
	background-color: #c23321;
	border-color: #b7301f;
}
.btn-google:not(:disabled):not(.disabled):active:focus, .btn-google:not(:disabled):not(.disabled).active:focus, .show > .btn-google.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(221, 75, 57, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(221, 75, 57, 0.5);
}

.btn-instagram {
	color: #fff;
	background-color: #3f729b;
	border-color: #3f729b;
}
.btn-instagram:hover {
	color: #fff;
	background-color: #345e80;
	border-color: #305777;
}
.btn-instagram:focus, .btn-instagram.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(63, 114, 155, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(63, 114, 155, 0.5);
}
.btn-instagram.disabled, .btn-instagram:disabled {
	color: #fff;
	background-color: #3f729b;
	border-color: #3f729b;
}
.btn-instagram:not(:disabled):not(.disabled):active, .btn-instagram:not(:disabled):not(.disabled).active, .show > .btn-instagram.dropdown-toggle {
	color: #fff;
	background-color: #305777;
	border-color: #2d516e;
}
.btn-instagram:not(:disabled):not(.disabled):active:focus, .btn-instagram:not(:disabled):not(.disabled).active:focus, .show > .btn-instagram.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(63, 114, 155, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(63, 114, 155, 0.5);
}

.btn-linkedin {
	color: #fff;
	background-color: #007bb6;
	border-color: #007bb6;
}
.btn-linkedin:hover {
	color: #fff;
	background-color: #006190;
	border-color: #005983;
}
.btn-linkedin:focus, .btn-linkedin.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 182, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(0, 123, 182, 0.5);
}
.btn-linkedin.disabled, .btn-linkedin:disabled {
	color: #fff;
	background-color: #007bb6;
	border-color: #007bb6;
}
.btn-linkedin:not(:disabled):not(.disabled):active, .btn-linkedin:not(:disabled):not(.disabled).active, .show > .btn-linkedin.dropdown-toggle {
	color: #fff;
	background-color: #005983;
	border-color: #005076;
}
.btn-linkedin:not(:disabled):not(.disabled):active:focus, .btn-linkedin:not(:disabled):not(.disabled).active:focus, .show > .btn-linkedin.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 182, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(0, 123, 182, 0.5);
}

.btn-microsoft {
	color: #fff;
	background-color: #2672ec;
	border-color: #2672ec;
}
.btn-microsoft:hover {
	color: #fff;
	background-color: #135fd9;
	border-color: #125acd;
}
.btn-microsoft:focus, .btn-microsoft.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(38, 114, 236, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(38, 114, 236, 0.5);
}
.btn-microsoft.disabled, .btn-microsoft:disabled {
	color: #fff;
	background-color: #2672ec;
	border-color: #2672ec;
}
.btn-microsoft:not(:disabled):not(.disabled):active, .btn-microsoft:not(:disabled):not(.disabled).active, .show > .btn-microsoft.dropdown-toggle {
	color: #fff;
	background-color: #125acd;
	border-color: #1155c1;
}
.btn-microsoft:not(:disabled):not(.disabled):active:focus, .btn-microsoft:not(:disabled):not(.disabled).active:focus, .show > .btn-microsoft.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(38, 114, 236, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(38, 114, 236, 0.5);
}

.btn-odnoklassniki {
	color: #fff;
	background-color: #f4731c;
	border-color: #f4731c;
}
.btn-odnoklassniki:hover {
	color: #fff;
	background-color: #df600b;
	border-color: #d35b0a;
}
.btn-odnoklassniki:focus, .btn-odnoklassniki.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(244, 115, 28, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(244, 115, 28, 0.5);
}
.btn-odnoklassniki.disabled, .btn-odnoklassniki:disabled {
	color: #fff;
	background-color: #f4731c;
	border-color: #f4731c;
}
.btn-odnoklassniki:not(:disabled):not(.disabled):active, .btn-odnoklassniki:not(:disabled):not(.disabled).active, .show > .btn-odnoklassniki.dropdown-toggle {
	color: #fff;
	background-color: #d35b0a;
	border-color: #c7560a;
}
.btn-odnoklassniki:not(:disabled):not(.disabled):active:focus, .btn-odnoklassniki:not(:disabled):not(.disabled).active:focus, .show > .btn-odnoklassniki.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(244, 115, 28, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(244, 115, 28, 0.5);
}

.btn-openid {
	color: #212529;
	background-color: #f7931e;
	border-color: #f7931e;
}
.btn-openid:hover {
	color: #fff;
	background-color: #e78008;
	border-color: #da7908;
}
.btn-openid:focus, .btn-openid.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(247, 147, 30, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(247, 147, 30, 0.5);
}
.btn-openid.disabled, .btn-openid:disabled {
	color: #212529;
	background-color: #f7931e;
	border-color: #f7931e;
}
.btn-openid:not(:disabled):not(.disabled):active, .btn-openid:not(:disabled):not(.disabled).active, .show > .btn-openid.dropdown-toggle {
	color: #fff;
	background-color: #da7908;
	border-color: #ce7207;
}
.btn-openid:not(:disabled):not(.disabled):active:focus, .btn-openid:not(:disabled):not(.disabled).active:focus, .show > .btn-openid.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(247, 147, 30, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(247, 147, 30, 0.5);
}

.btn-pinterest {
	color: #fff;
	background-color: #cb2027;
	border-color: #cb2027;
}
.btn-pinterest:hover {
	color: #fff;
	background-color: #aa1b21;
	border-color: #9f191f;
}
.btn-pinterest:focus, .btn-pinterest.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(203, 32, 39, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(203, 32, 39, 0.5);
}
.btn-pinterest.disabled, .btn-pinterest:disabled {
	color: #fff;
	background-color: #cb2027;
	border-color: #cb2027;
}
.btn-pinterest:not(:disabled):not(.disabled):active, .btn-pinterest:not(:disabled):not(.disabled).active, .show > .btn-pinterest.dropdown-toggle {
	color: #fff;
	background-color: #9f191f;
	border-color: #94171c;
}
.btn-pinterest:not(:disabled):not(.disabled):active:focus, .btn-pinterest:not(:disabled):not(.disabled).active:focus, .show > .btn-pinterest.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(203, 32, 39, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(203, 32, 39, 0.5);
}

.btn-reddit {
	color: #212529;
	background-color: #eff7ff;
	border-color: #eff7ff;
}
.btn-reddit:hover {
	color: #212529;
	background-color: #c9e4ff;
	border-color: #bcdeff;
}
.btn-reddit:focus, .btn-reddit.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(239, 247, 255, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(239, 247, 255, 0.5);
}
.btn-reddit.disabled, .btn-reddit:disabled {
	color: #212529;
	background-color: #eff7ff;
	border-color: #eff7ff;
}
.btn-reddit:not(:disabled):not(.disabled):active, .btn-reddit:not(:disabled):not(.disabled).active, .show > .btn-reddit.dropdown-toggle {
	color: #212529;
	background-color: #bcdeff;
	border-color: #afd7ff;
}
.btn-reddit:not(:disabled):not(.disabled):active:focus, .btn-reddit:not(:disabled):not(.disabled).active:focus, .show > .btn-reddit.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(239, 247, 255, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(239, 247, 255, 0.5);
}

.btn-soundcloud {
	color: #fff;
	background-color: #ff5500;
	border-color: #ff5500;
}
.btn-soundcloud:hover {
	color: #fff;
	background-color: #d94800;
	border-color: #cc4400;
}
.btn-soundcloud:focus, .btn-soundcloud.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 85, 0, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(255, 85, 0, 0.5);
}
.btn-soundcloud.disabled, .btn-soundcloud:disabled {
	color: #fff;
	background-color: #ff5500;
	border-color: #ff5500;
}
.btn-soundcloud:not(:disabled):not(.disabled):active, .btn-soundcloud:not(:disabled):not(.disabled).active, .show > .btn-soundcloud.dropdown-toggle {
	color: #fff;
	background-color: #cc4400;
	border-color: #bf4000;
}
.btn-soundcloud:not(:disabled):not(.disabled):active:focus, .btn-soundcloud:not(:disabled):not(.disabled).active:focus, .show > .btn-soundcloud.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 85, 0, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(255, 85, 0, 0.5);
}

.btn-tumblr {
	color: #fff;
	background-color: #2c4762;
	border-color: #2c4762;
}
.btn-tumblr:hover {
	color: #fff;
	background-color: #203448;
	border-color: #1c2e3f;
}
.btn-tumblr:focus, .btn-tumblr.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(44, 71, 98, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(44, 71, 98, 0.5);
}
.btn-tumblr.disabled, .btn-tumblr:disabled {
	color: #fff;
	background-color: #2c4762;
	border-color: #2c4762;
}
.btn-tumblr:not(:disabled):not(.disabled):active, .btn-tumblr:not(:disabled):not(.disabled).active, .show > .btn-tumblr.dropdown-toggle {
	color: #fff;
	background-color: #1c2e3f;
	border-color: #182736;
}
.btn-tumblr:not(:disabled):not(.disabled):active:focus, .btn-tumblr:not(:disabled):not(.disabled).active:focus, .show > .btn-tumblr.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(44, 71, 98, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(44, 71, 98, 0.5);
}

.btn-twitter {
	color: #fff;
	color: #fff;
	background-color: #1DA1F2;
	border-color: #1DA1F2;
}
.btn-twitter:hover {
	color: #fff;
	background-color: #0d8ddc;
	border-color: #0c85d0;
}
.btn-twitter:focus, .btn-twitter.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5);
}
.btn-twitter.disabled, .btn-twitter:disabled {
	color: #fff;
	background-color: #1DA1F2;
	border-color: #1DA1F2;
}
.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active, .show > .btn-twitter.dropdown-toggle {
	color: #fff;
	background-color: #0c85d0;
	border-color: #0b7ec4;
}
.btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus, .show > .btn-twitter.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5);
}

.btn-vimeo {
	color: #fff;
	background-color: #1ab7ea;
	border-color: #1ab7ea;
}
.btn-vimeo:hover {
	color: #fff;
	background-color: #139ecb;
	border-color: #1295bf;
}
.btn-vimeo:focus, .btn-vimeo.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(26, 183, 234, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(26, 183, 234, 0.5);
}
.btn-vimeo.disabled, .btn-vimeo:disabled {
	color: #fff;
	background-color: #1ab7ea;
	border-color: #1ab7ea;
}
.btn-vimeo:not(:disabled):not(.disabled):active, .btn-vimeo:not(:disabled):not(.disabled).active, .show > .btn-vimeo.dropdown-toggle {
	color: #fff;
	background-color: #1295bf;
	border-color: #108cb4;
}
.btn-vimeo:not(:disabled):not(.disabled):active:focus, .btn-vimeo:not(:disabled):not(.disabled).active:focus, .show > .btn-vimeo.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(26, 183, 234, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(26, 183, 234, 0.5);
}

.btn-vk {
	color: #fff;
	background-color: #587ea3;
	border-color: #587ea3;
}
.btn-vk:hover {
	color: #fff;
	background-color: #4b6b8a;
	border-color: #466482;
}
.btn-vk:focus, .btn-vk.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(88, 126, 163, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(88, 126, 163, 0.5);
}
.btn-vk.disabled, .btn-vk:disabled {
	color: #fff;
	background-color: #587ea3;
	border-color: #587ea3;
}
.btn-vk:not(:disabled):not(.disabled):active, .btn-vk:not(:disabled):not(.disabled).active, .show > .btn-vk.dropdown-toggle {
	color: #fff;
	background-color: #466482;
	border-color: #425e7a;
}
.btn-vk:not(:disabled):not(.disabled):active:focus, .btn-vk:not(:disabled):not(.disabled).active:focus, .show > .btn-vk.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(88, 126, 163, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(88, 126, 163, 0.5);
}

.btn-yahoo {
	color: #fff;
	background-color: #720e9e;
	border-color: #720e9e;
}
.btn-yahoo:hover {
	color: #fff;
	background-color: #590b7b;
	border-color: #500a6f;
}
.btn-yahoo:focus, .btn-yahoo.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(114, 14, 158, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(114, 14, 158, 0.5);
}
.btn-yahoo.disabled, .btn-yahoo:disabled {
	color: #fff;
	background-color: #720e9e;
	border-color: #720e9e;
}
.btn-yahoo:not(:disabled):not(.disabled):active, .btn-yahoo:not(:disabled):not(.disabled).active, .show > .btn-yahoo.dropdown-toggle {
	color: #fff;
	background-color: #500a6f;
	border-color: #480963;
}
.btn-yahoo:not(:disabled):not(.disabled):active:focus, .btn-yahoo:not(:disabled):not(.disabled).active:focus, .show > .btn-yahoo.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(114, 14, 158, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(114, 14, 158, 0.5);
}

.btn-stripe {
	color: #fff;
	background-color: #1275FF;
	border-color: #1275FF;
}
.btn-stripe:hover {
	color: #fff;
	background-color: #0062eb;
	border-color: #005dde;
}
.btn-stripe:focus, .btn-stripe.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(18, 117, 255, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(18, 117, 255, 0.5);
}
.btn-stripe.disabled, .btn-stripe:disabled {
	color: #fff;
	background-color: #1275FF;
	border-color: #1275FF;
}
.btn-stripe:not(:disabled):not(.disabled):active, .btn-stripe:not(:disabled):not(.disabled).active, .show > .btn-stripe.dropdown-toggle {
	color: #fff;
	background-color: #005dde;
	border-color: #0057d1;
}
.btn-stripe:not(:disabled):not(.disabled):active:focus, .btn-stripe:not(:disabled):not(.disabled).active:focus, .show > .btn-stripe.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(18, 117, 255, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(18, 117, 255, 0.5);
}

.btn-amazon {
	color: #232F3E;
	color: #212529;
	background-color: #FF9900;
	border-color: #FF9900;
}
.btn-amazon:hover {
	color: #fff;
	background-color: #d98200;
	border-color: #cc7a00;
}
.btn-amazon:focus, .btn-amazon.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 153, 0, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(255, 153, 0, 0.5);
}
.btn-amazon.disabled, .btn-amazon:disabled {
	color: #212529;
	background-color: #FF9900;
	border-color: #FF9900;
}
.btn-amazon:not(:disabled):not(.disabled):active, .btn-amazon:not(:disabled):not(.disabled).active, .show > .btn-amazon.dropdown-toggle {
	color: #fff;
	background-color: #cc7a00;
	border-color: #bf7300;
}
.btn-amazon:not(:disabled):not(.disabled):active:focus, .btn-amazon:not(:disabled):not(.disabled).active:focus, .show > .btn-amazon.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 153, 0, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(255, 153, 0, 0.5);
}

.btn-patreon {
	color: #052D49;
	color: #fff;
	background-color: #F96854;
	border-color: #F96854;
}
.btn-patreon:hover {
	color: #fff;
	background-color: #f8472f;
	border-color: #f73c23;
}
.btn-patreon:focus, .btn-patreon.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(249, 104, 84, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(249, 104, 84, 0.5);
}
.btn-patreon.disabled, .btn-patreon:disabled {
	color: #fff;
	background-color: #F96854;
	border-color: #F96854;
}
.btn-patreon:not(:disabled):not(.disabled):active, .btn-patreon:not(:disabled):not(.disabled).active, .show > .btn-patreon.dropdown-toggle {
	color: #fff;
	background-color: #f73c23;
	border-color: #f73216;
}
.btn-patreon:not(:disabled):not(.disabled):active:focus, .btn-patreon:not(:disabled):not(.disabled).active:focus, .show > .btn-patreon.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(249, 104, 84, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(249, 104, 84, 0.5);
}

.btn-untappd {
	color: #212529;
	background-color: #ffc000;
	border-color: #ffc000;
}
.btn-untappd:hover {
	color: #212529;
	background-color: #d9a300;
	border-color: #cc9a00;
}
.btn-untappd:focus, .btn-untappd.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 192, 0, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(255, 192, 0, 0.5);
}
.btn-untappd.disabled, .btn-untappd:disabled {
	color: #212529;
	background-color: #ffc000;
	border-color: #ffc000;
}
.btn-untappd:not(:disabled):not(.disabled):active, .btn-untappd:not(:disabled):not(.disabled).active, .show > .btn-untappd.dropdown-toggle {
	color: #212529;
	background-color: #cc9a00;
	border-color: #bf9000;
}
.btn-untappd:not(:disabled):not(.disabled):active:focus, .btn-untappd:not(:disabled):not(.disabled).active:focus, .show > .btn-untappd.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 192, 0, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(255, 192, 0, 0.5);
}

.btn-gitlab {
	color: #fff;
	background-color: #de7e00;
	border-color: #de7e00;
}
.btn-gitlab:hover {
	color: #fff;
	background-color: #b86800;
	border-color: #ab6100;
}
.btn-gitlab:focus, .btn-gitlab.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 126, 0, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(222, 126, 0, 0.5);
}
.btn-gitlab.disabled, .btn-gitlab:disabled {
	color: #fff;
	background-color: #de7e00;
	border-color: #de7e00;
}
.btn-gitlab:not(:disabled):not(.disabled):active, .btn-gitlab:not(:disabled):not(.disabled).active, .show > .btn-gitlab.dropdown-toggle {
	color: #fff;
	background-color: #ab6100;
	border-color: #9e5a00;
}
.btn-gitlab:not(:disabled):not(.disabled):active:focus, .btn-gitlab:not(:disabled):not(.disabled).active:focus, .show > .btn-gitlab.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 126, 0, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(222, 126, 0, 0.5);
}

.btn-whatsapp {
	color: #fff;
	color: #fff;
	background-color: #25D366;
	border-color: #25D366;
}
.btn-whatsapp:hover {
	color: #fff;
	background-color: #1fb256;
	border-color: #1da851;
}
.btn-whatsapp:focus, .btn-whatsapp.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(37, 211, 102, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(37, 211, 102, 0.5);
}
.btn-whatsapp.disabled, .btn-whatsapp:disabled {
	color: #fff;
	background-color: #25D366;
	border-color: #25D366;
}
.btn-whatsapp:not(:disabled):not(.disabled):active, .btn-whatsapp:not(:disabled):not(.disabled).active, .show > .btn-whatsapp.dropdown-toggle {
	color: #fff;
	background-color: #1da851;
	border-color: #1b9d4c;
}
.btn-whatsapp:not(:disabled):not(.disabled):active:focus, .btn-whatsapp:not(:disabled):not(.disabled).active:focus, .show > .btn-whatsapp.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(37, 211, 102, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(37, 211, 102, 0.5);
}

.btn-naver {
	color: #fff;
	color: #fff;
	background-color: #1EC800;
	border-color: #1EC800;
}
.btn-naver:hover {
	color: #fff;
	background-color: #18a200;
	border-color: #169500;
}
.btn-naver:focus, .btn-naver.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(30, 200, 0, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(30, 200, 0, 0.5);
}
.btn-naver.disabled, .btn-naver:disabled {
	color: #fff;
	background-color: #1EC800;
	border-color: #1EC800;
}
.btn-naver:not(:disabled):not(.disabled):active, .btn-naver:not(:disabled):not(.disabled).active, .show > .btn-naver.dropdown-toggle {
	color: #fff;
	background-color: #169500;
	border-color: #148800;
}
.btn-naver:not(:disabled):not(.disabled):active:focus, .btn-naver:not(:disabled):not(.disabled).active:focus, .show > .btn-naver.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(30, 200, 0, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(30, 200, 0, 0.5);
}

.btn-kakao {
	color: #fff;
	color: #212529;
	background-color: #F9E000;
	border-color: #F9E000;
}
.btn-kakao:hover {
	color: #212529;
	background-color: #d3be00;
	border-color: #c6b200;
}
.btn-kakao:focus, .btn-kakao.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(249, 224, 0, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(249, 224, 0, 0.5);
}
.btn-kakao.disabled, .btn-kakao:disabled {
	color: #212529;
	background-color: #F9E000;
	border-color: #F9E000;
}
.btn-kakao:not(:disabled):not(.disabled):active, .btn-kakao:not(:disabled):not(.disabled).active, .show > .btn-kakao.dropdown-toggle {
	color: #212529;
	background-color: #c6b200;
	border-color: #b9a700;
}
.btn-kakao:not(:disabled):not(.disabled):active:focus, .btn-kakao:not(:disabled):not(.disabled).active:focus, .show > .btn-kakao.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(249, 224, 0, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(249, 224, 0, 0.5);
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
	position: relative;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #000;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
}
@media screen and (min-width: 600px) {
	body,
button,
input,
select,
textarea {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0.75em;
	margin-bottom: 0.25em;
	font-family: "Source Sans Pro", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
	clear: both;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.6em;
}

h3 {
	font-size: 2.2em;
}

h4 {
	font-size: 2em;
}

h5 {
	font-size: 1.8em;
}

h6 {
	font-size: 1.6em;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	position: relative;
	margin: 0 0 1em;
	background: #eee;
	padding: 1em 2em 0.5em 5em;
	font-style: italic;
}
blockquote:before {
	position: absolute;
	top: -0.2em;
	left: -0.13em;
	content: "“";
	font-family: "Source Sans Pro", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
	font-size: 12em;
	line-height: 100%;
	color: white;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 18.75px;
	font-size: 1.171875rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 18.75px;
	font-size: 1.171875rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

blockquote, q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
	background: transparent;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
.archive-view .page-content a,
.archive-view .entry-content a,
.archive-view .entry-summary a,
.archive-view .comment-content a,
.post .page-content a,
.post .entry-content a,
.post .entry-summary a,
.post .comment-content a {
	text-decoration: none;
	border-bottom: 2px solid black;
}
.archive-view .page-content a:focus, .archive-view .page-content a:hover,
.archive-view .entry-content a:focus,
.archive-view .entry-content a:hover,
.archive-view .entry-summary a:focus,
.archive-view .entry-summary a:hover,
.archive-view .comment-content a:focus,
.archive-view .comment-content a:hover,
.post .page-content a:focus,
.post .page-content a:hover,
.post .entry-content a:focus,
.post .entry-content a:hover,
.post .entry-summary a:focus,
.post .entry-summary a:hover,
.post .comment-content a:focus,
.post .comment-content a:hover {
	color: black;
	font-weight: 600;
	border-bottom: 2px solid #b51c35;
}

/*--------------------------------------------------------------
## Content Navigation
--------------------------------------------------------------*/
.comment-navigation,
.posts-navigation,
.post-navigation,
.paging-navigation {
	padding: 2em 0;
	font-family: "Source Sans Pro", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
	text-align: left;
	overflow: hidden;
}
.comment-navigation a,
.posts-navigation a,
.post-navigation a,
.paging-navigation a {
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 1em;
	border: 1px solid #cccccc;
	color: black;
}
.comment-navigation a:hover, .comment-navigation a:focus,
.posts-navigation a:hover,
.posts-navigation a:focus,
.post-navigation a:hover,
.post-navigation a:focus,
.paging-navigation a:hover,
.paging-navigation a:focus {
	color: white;
	border-color: #b51c35;
	background: #b51c35;
}

.nav-links {
	margin: 0 auto;
	padding: 0 0.4em;
}

.nav-previous {
	padding-bottom: 1em;
}

@media screen and (min-width: 900px) {
	.nav-links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		padding: 0;
	}

	.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
		float: left;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		width: 48%;
	}
	.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
		float: right;
		text-align: right;
	}

	.nav-previous {
		padding-bottom: 0;
	}
}
.post-navigation .meta-nav {
	display: block;
}
@media screen and (min-width: 30em) {
	.post-navigation {
		padding-bottom: 1em;
	}
}
.post-navigation .post-title {
	font-size: 1.2em;
	font-weight: 700;
}
.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	border-bottom-color: white;
}

.pagination {
	font-family: "Source Sans Pro", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
}
.pagination .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.pagination a,
.pagination span {
	padding: 0.5em 1em;
	background: white;
}
.pagination a {
	text-decoration: none;
}
.pagination a:focus, .pagination a:hover {
	color: white;
	background: #b51c35;
}
.pagination .current {
	font-weight: 600;
	color: #b51c35;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 17.5px;
	font-size: 1.09375rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before::after,
.clear:after::after,
.entry-content:before::after,
.entry-content:after::after,
.comment-content:before::after,
.comment-content:after::after,
.site-content:before::after,
.site-content:after::after {
	display: block;
	clear: both;
	content: "";
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-content:after {
	clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Global layouts
--------------------------------------------------------------*/
.site-content {
	max-width: 980px;
	margin: 0 auto;
	padding: 0em;
	min-height: calc( 100vh - 257px);
}
.single .site-content {
	padding: 1em;
}
@media screen and (min-width: 600px) {
	.site-content {
		padding: 2em;
	}
}

@media screen and (min-width: 600px) {
	.site-content {
		min-height: calc( 100vh - 158px);
	}

	.single.has-sidebar .hentry {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.single.has-sidebar .hentry .entry-header {
		width: 100%;
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
	}
	.single.has-sidebar .hentry .post-content {
		width: 60%;
	}
	.single.has-sidebar .hentry .widget-area {
		width: 30%;
	}

	.page.page-sidebar .hentry {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
	}
	.page.page-sidebar .hentry .entry-header {
		width: 100%;
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
	}
	.page.page-sidebar .hentry .page-content {
		width: 60%;
	}
	.page.page-sidebar .hentry .widget-area {
		width: 30%;
	}
}
@media screen and (min-width: 900px) {
	.site-content {
		min-height: calc( 100vh - 128px);
	}

	.single.no-sidebar .post-content__wrap, .single.no-page-sidebar .post-content__wrap,
.page.no-sidebar .post-content__wrap,
.page.no-page-sidebar .post-content__wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.single.no-sidebar .post-content__wrap .entry-meta, .single.no-page-sidebar .post-content__wrap .entry-meta,
.page.no-sidebar .post-content__wrap .entry-meta,
.page.no-page-sidebar .post-content__wrap .entry-meta {
		width: 20%;
	}
	.single.no-sidebar .post-content__wrap .post-content__body, .single.no-page-sidebar .post-content__wrap .post-content__body,
.page.no-sidebar .post-content__wrap .post-content__body,
.page.no-page-sidebar .post-content__wrap .post-content__body {
		width: 70%;
	}
	.single.no-sidebar .page-content, .single.no-page-sidebar .page-content,
.page.no-sidebar .page-content,
.page.no-page-sidebar .page-content {
		width: 100%;
	}
}
/*--------------------------------------------------------------
## Archive
--------------------------------------------------------------*/
.archive-view,
.page-template-page-blog {
	background-color: #eee;
}
.archive-view .post,
.archive-view .page,
.page-template-page-blog .post,
.page-template-page-blog .page {
	background-color: white;
}
.archive-view .post__content,
.page-template-page-blog .post__content {
	padding: 2em 2em 3em;
	position: relative;
}
@media screen and (min-width: 900px) {
	.archive-view.has-sidebar .site-content,
.page-template-page-blog.has-sidebar .site-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.archive-view.has-sidebar .page-header,
.page-template-page-blog.has-sidebar .page-header {
		width: 100%;
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
	}
	.archive-view.has-sidebar .content-area,
.page-template-page-blog.has-sidebar .content-area {
		width: 60%;
	}
	.archive-view.has-sidebar .widget-area,
.page-template-page-blog.has-sidebar .widget-area {
		width: 30%;
	}
}

.page-header {
	font-family: "Source Sans Pro", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
}

.page-title {
	margin: 0 0 0.5em;
}

.archive-description {
	margin: -1em 0 2em;
}

/* For content-none.php */
.search .page-content,
.error-404 .page-content {
	margin-bottom: 2em;
	padding: 1em 2em;
	font-family: "Source Sans Pro", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
	color: white;
	background: #b51c35;
}
.search input[type=search],
.error-404 input[type=search] {
	padding: 0.5em;
}
.search input[type=submit],
.error-404 input[type=submit] {
	border-color: white;
	color: white;
}
.search input[type=submit]:focus, .search input[type=submit]:hover,
.error-404 input[type=submit]:focus,
.error-404 input[type=submit]:hover {
	color: black;
}

.sticky::before {
	content: "";
	display: block;
	width: 2em;
	height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	border-width: 0 2em 2em 0;
	border-color: #eee #eee white;
	border-style: solid;
	-webkit-box-shadow: -1px 2px 2px rgba(26, 26, 26, 0.1);
	        box-shadow: -1px 2px 2px rgba(26, 26, 26, 0.1);
	z-index: 2;
}

.index-image img {
	display: block;
	margin: 0 auto;
}
.index-image a:focus > img, .index-image a:hover > img {
	opacity: 0.8;
}

.continue-reading {
	position: absolute;
	right: 0;
	bottom: 0;
	font-family: "Source Sans Pro", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
}
.continue-reading a {
	display: block;
	padding: 0.5em 1em;
	font-size: 90%;
	text-decoration: none;
	background: #e6e6e6;
}
.continue-reading a:focus, .continue-reading a:hover {
	color: white;
	background: #b51c35;
}

.archive-view.category-travel .site-content {
	padding: 0 0 1em;
}
@media screen and (min-width: 600px) {
	.archive-view.category-travel .site-content {
		padding: 1em 0.75em 0;
	}
}
.archive-view.category-travel .site-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
}
.archive-view.category-travel .hentry {
	width: 250px;
	height: 250px;
	margin: 1em 0.5em 0;
}
@media screen and (min-width: 600px) {
	.archive-view.category-travel .hentry {
		margin: 1em 1em;
		width: 37vw;
		height: 37vw;
		min-width: 230px;
		min-height: 230px;
		max-width: 300px;
		max-height: 300px;
	}
}
@media screen and (min-width: 900px) {
	.archive-view.category-travel .hentry {
		width: 20vw;
		height: 20vw;
		min-width: 233px;
		min-height: 233px;
		max-width: 250px;
		max-height: 250px;
		margin: 1em;
	}
}
.archive-view.category-travel .hentry .featured-image {
	position: relative;
	height: 100%;
	width: 100%;
}
.archive-view.category-travel .hentry .featured-image:hover .post-title {
	color: rgba(255, 255, 255, 0.9);
	background: rgba(0, 0, 0, 0.5);
}
.archive-view.category-travel .hentry .featured-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.archive-view.category-travel .hentry .featured-image h4 {
	position: absolute;
	bottom: 50%;
	left: 0;
	right: 0;
	margin-bottom: -11%;
	text-align: center;
}
@media screen and (min-width: 900px) {
	.archive-view.category-travel .hentry .featured-image h4 {
		margin-bottom: -13%;
	}
}
.archive-view.category-travel .hentry .featured-image h4 .post-title {
	font-size: 2rem;
	background: black;
	/* fallback color */
	background: rgba(0, 0, 0, 0.7);
	color: white;
	padding: 0.4em 0.6em;
}

.archive-view.category-travel_sub,
.single.single-travel_sub {
	background-color: #eee;
}
@media screen and (min-width: 600px) {
	.archive-view.category-travel_sub .site-content,
.single.single-travel_sub .site-content {
		padding-bottom: 0;
	}
}
.archive-view.category-travel_sub .site-main,
.single.single-travel_sub .site-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: 0 auto;
	max-width: 600px;
	font-size: 14px;
	line-height: 18px;
}
.archive-view.category-travel_sub .post,
.archive-view.category-travel_sub .page,
.archive-view.category-travel_sub .type-post,
.single.single-travel_sub .post,
.single.single-travel_sub .page,
.single.single-travel_sub .type-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	background-color: white;
	border-radius: 3px;
	border: 0 1px solid #e6e6e6;
	margin-bottom: 1em;
}
@media screen and (min-width: 600px) {
	.archive-view.category-travel_sub .post,
.archive-view.category-travel_sub .page,
.archive-view.category-travel_sub .type-post,
.single.single-travel_sub .post,
.single.single-travel_sub .page,
.single.single-travel_sub .type-post {
		border: 1px solid #e6e6e6;
	}
}
.archive-view.category-travel_sub .entry-header,
.single.single-travel_sub .entry-header {
	border-bottom: 1px solid #efefef;
	border-bottom-width: 0.5px;
	height: 60px;
	padding: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.archive-view.category-travel_sub .entry-header .cat-links,
.single.single-travel_sub .entry-header .cat-links {
	font-size: 14px;
	line-height: 18px;
	margin-left: 12px;
}
.archive-view.category-travel_sub .entry-header .cat-links a:hover,
.single.single-travel_sub .entry-header .cat-links a:hover {
	background-color: white;
	color: #b51c35;
}
.archive-view.category-travel_sub .entry-header .entry-time,
.single.single-travel_sub .entry-header .entry-time {
	font-size: 10px;
	letter-spacing: 0.2px;
	line-height: 18px;
	margin: 0 12px 0 0;
	color: #999;
	vertical-align: center;
}
.archive-view.category-travel_sub .post__content,
.single.single-travel_sub .post__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 0em;
	position: relative;
}
.archive-view.category-travel_sub .post__content .single-media,
.archive-view.category-travel_sub .post__content .layout-carousel,
.single.single-travel_sub .post__content .single-media,
.single.single-travel_sub .post__content .layout-carousel {
	line-height: 0;
}
.archive-view.category-travel_sub .post__content .carousel-indicators,
.single.single-travel_sub .post__content .carousel-indicators {
	position: relative;
	bottom: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	max-width: calc(100% - 2rem);
	margin-left: auto;
	margin-right: auto;
	padding: 0 0.5rem;
	overflow: hidden;
}
.archive-view.category-travel_sub .post__content .carousel-indicators li,
.single.single-travel_sub .post__content .carousel-indicators li {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	background-color: #dbdbdb;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.archive-view.category-travel_sub .post__content .carousel-indicators .active,
.single.single-travel_sub .post__content .carousel-indicators .active {
	background-color: rgba(0, 0, 0, 0.45);
}
.archive-view.category-travel_sub .post__content .carousel-control-prev, .archive-view.category-travel_sub .post__content .carousel-control-next,
.single.single-travel_sub .post__content .carousel-control-prev,
.single.single-travel_sub .post__content .carousel-control-next {
	margin-bottom: 36px;
}
.archive-view.category-travel_sub .post__content .carousel-inner,
.single.single-travel_sub .post__content .carousel-inner {
	transition: height 0.25s ease;
}
@media (prefers-reduced-motion: reduce) {
	.archive-view.category-travel_sub .post__content .carousel-inner,
.single.single-travel_sub .post__content .carousel-inner {
		transition: none;
	}
}
.archive-view.category-travel_sub .post__content .layout-carousel,
.archive-view.category-travel_sub .post__content .single-media,
.single.single-travel_sub .post__content .layout-carousel,
.single.single-travel_sub .post__content .single-media {
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}
.archive-view.category-travel_sub .post__content .layout-carousel::-webkit-scrollbar,
.archive-view.category-travel_sub .post__content .single-media::-webkit-scrollbar,
.single.single-travel_sub .post__content .layout-carousel::-webkit-scrollbar,
.single.single-travel_sub .post__content .single-media::-webkit-scrollbar {
	height: 0;
}
.archive-view.category-travel_sub .post__content .layout-carousel iframe,
.archive-view.category-travel_sub .post__content .single-media iframe,
.single.single-travel_sub .post__content .layout-carousel iframe,
.single.single-travel_sub .post__content .single-media iframe {
	min-width: 100%;
	min-height: 200px;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}
.archive-view.category-travel_sub .post__content .layout-carousel img,
.archive-view.category-travel_sub .post__content .single-media img,
.single.single-travel_sub .post__content .layout-carousel img,
.single.single-travel_sub .post__content .single-media img {
	min-width: 100%;
}
.archive-view.category-travel_sub .entry-content,
.single.single-travel_sub .entry-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 0 16px;
	margin: 0;
}
.archive-view.category-travel_sub .entry-content .travel-meta,
.single.single-travel_sub .entry-content .travel-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.archive-view.category-travel_sub .entry-content .travel-meta.no-medias,
.single.single-travel_sub .entry-content .travel-meta.no-medias {
	margin-top: 4px;
}
.archive-view.category-travel_sub .entry-content .travel-meta.medias,
.single.single-travel_sub .entry-content .travel-meta.medias {
	margin-top: -33px;
}
.archive-view.category-travel_sub .entry-content .travel-meta button,
.single.single-travel_sub .entry-content .travel-meta button,
.archive-view.category-travel_sub .entry-content .travel-meta .edit-button,
.single.single-travel_sub .entry-content .travel-meta .edit-button {
	position: relative;
	display: block;
	border: none;
	padding: 0px;
	margin: 1px;
	min-height: 40px;
	min-width: 40px;
	line-height: 30px;
	text-align: center;
}
.archive-view.category-travel_sub .entry-content .travel-meta .edit-button,
.single.single-travel_sub .entry-content .travel-meta .edit-button {
	text-decoration: none;
	color: inherit;
}
.archive-view.category-travel_sub .entry-content .travel-meta button:nth-child(1),
.single.single-travel_sub .entry-content .travel-meta button:nth-child(1) {
	margin-left: -8px;
}
.archive-view.category-travel_sub .entry-content .travel-meta button:last-child,
.single.single-travel_sub .entry-content .travel-meta button:last-child {
	margin-left: auto;
	margin-right: -10px;
}
.archive-view.category-travel_sub .entry-content .travel-meta button svg,
.single.single-travel_sub .entry-content .travel-meta button svg,
.archive-view.category-travel_sub .entry-content .travel-meta .edit-button svg,
.single.single-travel_sub .entry-content .travel-meta .edit-button svg {
	height: 24px;
	width: 24px;
	display: block;
	margin: 8px auto;
}
.archive-view.category-travel_sub .entry-content .like-counts,
.single.single-travel_sub .entry-content .like-counts {
	margin-bottom: 8px;
	font-weight: 600;
	color: #262626;
	cursor: pointer;
	position: relative;
}
.archive-view.category-travel_sub .entry-content p,
.single.single-travel_sub .entry-content p {
	display: inline;
}
.archive-view.category-travel_sub .entry-content .author.vcard,
.archive-view.category-travel_sub .entry-content .comment-author,
.single.single-travel_sub .entry-content .author.vcard,
.single.single-travel_sub .entry-content .comment-author {
	margin-right: 0.3em;
	font-weight: 600;
	padding-left: 5px;
	margin-left: -5px;
}
.archive-view.category-travel_sub .entry-content ul,
.single.single-travel_sub .entry-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.archive-view.category-travel_sub .entry-content li,
.single.single-travel_sub .entry-content li {
	display: block;
	position: relative;
	word-wrap: break-word;
	margin-top: -5px;
	padding-top: 5px;
	margin-right: -2px;
	padding-right: 2px;
	padding-bottom: 6px;
	overflow: visible;
}
.archive-view.category-travel_sub .entry-content li > p,
.single.single-travel_sub .entry-content li > p {
	margin: 0;
}
.archive-view.category-travel_sub .entry-content li.being_deleted,
.single.single-travel_sub .entry-content li.being_deleted {
	color: #999;
}
.archive-view.category-travel_sub .entry-content .entry-comments .comment_loadmore,
.single.single-travel_sub .entry-content .entry-comments .comment_loadmore {
	margin: 0 0 8px 0;
	padding: 0;
	border: 0;
	font-family: inherit;
}
.archive-view.category-travel_sub .entry-content .entry-comments .c_loadmore,
.single.single-travel_sub .entry-content .entry-comments .c_loadmore {
	color: #999;
	border: none;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
}
.archive-view.category-travel_sub .entry-content .entry-comments .comment-author,
.single.single-travel_sub .entry-content .entry-comments .comment-author {
	font-size: inherit;
	line-height: inherit;
	font-weight: 600;
}
.archive-view.category-travel_sub .entry-content .entry-comments .comment-author cite,
.single.single-travel_sub .entry-content .entry-comments .comment-author cite {
	font-style: normal;
}
.archive-view.category-travel_sub .entry-content .entry-comments .comment-author cite a,
.single.single-travel_sub .entry-content .entry-comments .comment-author cite a {
	border-bottom: none;
	cursor: text;
}
.archive-view.category-travel_sub .entry-content .entry-comments .comment-author cite a:hover,
.single.single-travel_sub .entry-content .entry-comments .comment-author cite a:hover {
	border-bottom: none;
}
.archive-view.category-travel_sub .entry-content .entry-comments .comment-content,
.single.single-travel_sub .entry-content .entry-comments .comment-content {
	margin-left: 0;
	word-break: break-all;
}
.archive-view.category-travel_sub .entry-content .entry-comments .comment-content .parent-link,
.single.single-travel_sub .entry-content .entry-comments .comment-content .parent-link {
	color: #00376b;
	text-decoration: none;
	border-bottom: unset;
}
.archive-view.category-travel_sub .entry-content .entry-comments .comment-content .parent-link:hover,
.single.single-travel_sub .entry-content .entry-comments .comment-content .parent-link:hover {
	font-weight: unset;
	border-radius: unset;
}
.archive-view.category-travel_sub .entry-content .entry-comments .cancel-loading-button, .archive-view.category-travel_sub .entry-content .entry-comments .cancel-button,
.single.single-travel_sub .entry-content .entry-comments .cancel-loading-button,
.single.single-travel_sub .entry-content .entry-comments .cancel-button {
	position: absolute;
	bottom: 4px;
	right: -5px;
	padding: 0;
	border: none;
	-ms-flex-line-pack: center;
	    align-content: center;
	font-size: inherit;
	color: inherit;
}
.archive-view.category-travel_sub .entry-content .entry-comments .cancel-button svg,
.single.single-travel_sub .entry-content .entry-comments .cancel-button svg {
	width: 9px;
	height: 9px;
}
.archive-view.category-travel_sub .entry-content .entry-comments .cancel-loading-button svg,
.single.single-travel_sub .entry-content .entry-comments .cancel-loading-button svg {
	width: 21px;
	height: 21px;
}
.archive-view.category-travel_sub .entry-content .comment-respond,
.single.single-travel_sub .entry-content .comment-respond {
	min-height: 56px;
	margin-top: 4px;
	padding: 16px 0;
	border-top: 1px solid #efefef;
	color: #999;
}
.archive-view.category-travel_sub .entry-content .comment-form,
.single.single-travel_sub .entry-content .comment-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.archive-view.category-travel_sub .entry-content .comment-input,
.single.single-travel_sub .entry-content .comment-input {
	background: 0 0;
	border: 0;
	margin: 0 2px;
	color: #262626;
	font-size: 16px;
	max-height: 80px;
	outline: 0;
	padding: 0;
	resize: none;
	overflow: hidden;
	white-space: pre-wrap;
	word-wrap: break-word;
}
@media screen and (min-width: 600px) {
	.archive-view.category-travel_sub .entry-content .comment-input,
.single.single-travel_sub .entry-content .comment-input {
		font-size: 14px;
	}
}
.archive-view.category-travel_sub .entry-content .form-submit,
.single.single-travel_sub .entry-content .form-submit {
	margin: 0 0 0 1em;
}
@media screen and (min-width: 600px) {
	.archive-view.category-travel_sub .entry-content .form-submit,
.single.single-travel_sub .entry-content .form-submit {
		display: none;
	}
}
.archive-view.category-travel_sub .entry-content .form-submit input,
.single.single-travel_sub .entry-content .form-submit input {
	border: none;
	color: #b51c35;
	font-size: 16px;
	font-weight: 500;
	padding: 0 8px;
	margin-right: -8px;
}
.archive-view.category-travel_sub .entry-content .form-submit input:hover,
.single.single-travel_sub .entry-content .form-submit input:hover {
	background: inherit;
	border-color: inherit;
}
.archive-view.category-travel_sub .entry-content .form-submit input:disabled,
.single.single-travel_sub .entry-content .form-submit input:disabled {
	color: #e09fa9;
}
.archive-view.category-travel_sub .entry-content .must-log-in,
.single.single-travel_sub .entry-content .must-log-in {
	vertical-align: middle;
	font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.archive-view.category-travel_sub .entry-content .must-log-in a,
.single.single-travel_sub .entry-content .must-log-in a {
	color: #b51c35;
	text-decoration: none;
	border-bottom: none;
	font-weight: inherit;
}
@media screen and (min-width: 600px) {
	.archive-view.category-travel_sub .post,
.archive-view.category-travel_sub .page,
.archive-view.category-travel_sub .type-post,
.single.single-travel_sub .post,
.single.single-travel_sub .page,
.single.single-travel_sub .type-post {
		margin-bottom: 60px;
	}
}
@media screen and (min-width: 900px) {
	.archive-view.category-travel_sub.has-sidebar .site-content,
.single.single-travel_sub.has-sidebar .site-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.archive-view.category-travel_sub.has-sidebar .page-header,
.single.single-travel_sub.has-sidebar .page-header {
		width: 100%;
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
	}
	.archive-view.category-travel_sub.has-sidebar .content-area,
.single.single-travel_sub.has-sidebar .content-area {
		width: 60%;
	}
	.archive-view.category-travel_sub.has-sidebar .widget-area,
.single.single-travel_sub.has-sidebar .widget-area {
		width: 30%;
	}
}
.archive-view.category-travel_sub .post-navigation a,
.single.single-travel_sub .post-navigation a {
	border: none;
	color: rgba(0, 0, 0, 0.8);
}
.archive-view.category-travel_sub .post-navigation a:hover,
.single.single-travel_sub .post-navigation a:hover {
	background: none;
	border-color: none;
	color: rgba(0, 0, 0, 0.8);
}
.archive-view.category-travel_sub .nav-previous,
.single.single-travel_sub .nav-previous {
	left: 0;
	position: fixed;
	top: 50%;
}
.archive-view.category-travel_sub .nav-next,
.single.single-travel_sub .nav-next {
	right: 0;
	position: fixed;
	top: 50%;
}
.archive-view.category-travel_sub .sp_ground,
.single.single-travel_sub .sp_ground {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	overflow-y: auto;
	z-index: 20;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.archive-view.category-travel_sub .share_popup_wrap,
.single.single-travel_sub .share_popup_wrap {
	background-color: #fff;
	border-radius: 12px;
	width: 260px;
	height: auto;
	margin: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
}
@media screen and (min-width: 600px) {
	.archive-view.category-travel_sub .share_popup_wrap,
.single.single-travel_sub .share_popup_wrap {
		width: 400px;
	}
}
.archive-view.category-travel_sub .share_popup_header,
.single.single-travel_sub .share_popup_header {
	border-bottom: 1px solid #efefef;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	height: 49px;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.archive-view.category-travel_sub .sph_first,
.archive-view.category-travel_sub .sph_last,
.single.single-travel_sub .sph_first,
.single.single-travel_sub .sph_last {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 48px;
	        flex: 0 0 48px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.archive-view.category-travel_sub .sph_center,
.single.single-travel_sub .sph_center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	margin: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.archive-view.category-travel_sub .sp_cancel,
.single.single-travel_sub .sp_cancel {
	padding: 0px;
	min-height: 40px;
	min-height: 40px;
	min-width: 40px;
	border: none;
}
.archive-view.category-travel_sub .sp_cancel svg,
.single.single-travel_sub .sp_cancel svg {
	height: 16px;
	width: 16px;
}
.archive-view.category-travel_sub .share_popup_body,
.single.single-travel_sub .share_popup_body {
	margin: 16px 16px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.archive-view.category-travel_sub .sp_menu,
.single.single-travel_sub .sp_menu {
	margin-bottom: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	width: 100%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
}
.archive-view.category-travel_sub .sp_menu:hover,
.single.single-travel_sub .sp_menu:hover {
	color: inherit;
	text-decoration: none;
}
.archive-view.category-travel_sub .sp_menu .sp_icon,
.single.single-travel_sub .sp_menu .sp_icon {
	height: 32px;
	margin-right: 16px;
	width: 32px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.archive-view.category-travel_sub .sp_menu .sp_icon svg,
.single.single-travel_sub .sp_menu .sp_icon svg {
	margin: auto;
}
.archive-view.category-travel_sub .sp_menu .sp_menu_text,
.single.single-travel_sub .sp_menu .sp_menu_text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	overflow: hidden;
	text-align: left;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.archive-view.category-travel_sub .sp_menu span,
.single.single-travel_sub .sp_menu span {
	font-size: 14px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.archive-view.category-travel_sub .bottom_alert,
.single.single-travel_sub .bottom_alert {
	position: fixed;
	z-index: 25;
	bottom: 0;
	right: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.archive-view.category-travel_sub .bottom_alert_inner,
.single.single-travel_sub .bottom_alert_inner {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	min-width: 500px;
	width: auto;
	background-color: #474747;
	min-height: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.archive-view.category-travel_sub .alert_msg,
.single.single-travel_sub .alert_msg {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	max-height: 72px;
	padding: 12px 16px;
	margin: 0;
	overflow: hidden;
}
.archive-view.category-travel_sub .tooltip,
.single.single-travel_sub .tooltip {
	background-color: #464646;
	color: white;
	text-align: center;
	padding: 7px 9px;
	font-size: 13px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	border-radius: 3px;
	white-space: nowrap;
	position: absolute;
	z-index: 20;
	top: 100%;
	left: 50%;
	margin-left: -20px;
	margin-top: -3px;
}
.archive-view.category-travel_sub .tooltip.likers_list,
.single.single-travel_sub .tooltip.likers_list {
	top: 130%;
	left: 15px;
	max-width: 350px;
	white-space: normal;
	word-wrap: break-word;
}
.archive-view.category-travel_sub .tooltip::after,
.single.single-travel_sub .tooltip::after {
	content: " ";
	position: absolute;
	bottom: 100%;
	left: 15px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #464646 transparent;
}

/* For content-none.php */
.search .page-content,
.error-404 .page-content {
	margin-bottom: 2em;
	padding: 1em 2em;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: white;
	background: rgba(0, 0, 0, 0.8);
}
.search input[type=search],
.error-404 input[type=search] {
	padding: 0.5em;
}
.search input[type=submit],
.error-404 input[type=submit] {
	border-color: white;
	color: white;
}
.search input[type=submit]:focus, .search input[type=submit]:hover,
.error-404 input[type=submit]:focus,
.error-404 input[type=submit]:hover {
	color: black;
}

.sticky::before {
	content: "";
	display: block;
	width: 2em;
	height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	border-width: 0 2em 2em 0;
	border-color: #eee #eee white;
	border-style: solid;
	-webkit-box-shadow: -1px 2px 2px rgba(26, 26, 26, 0.1);
	        box-shadow: -1px 2px 2px rgba(26, 26, 26, 0.1);
	z-index: 2;
}

.index-image img {
	display: block;
	margin: 0 auto;
}
.index-image a:focus > img, .index-image a:hover > img {
	opacity: 0.8;
}

.loadmore-spinner {
	height: 50px;
}
@media screen and (min-width: 600px) {
	.loadmore-spinner {
		margin-top: -50px;
	}
}
.loadmore-spinner svg {
	height: 40px;
	width: 40px;
	margin: 0 auto;
	display: block;
}

.temp-comment-block {
	text-align: center;
}
.temp-comment-block svg {
	width: 40px;
}

.comment-author a {
	color: black;
}

.carousel-control-next,
.carousel-control-prev,
.carousel-control-next-icon,
.carousel-control-prev-icon {
	z-index: 2;
}

.archive-view.category-love,
.single.single-love {
	background-color: #fff0f2;
}
@media screen and (min-width: 600px) {
	.archive-view.category-love .site-content,
.single.single-love .site-content {
		padding-bottom: 0;
	}
}
.archive-view.category-love .site-main,
.single.single-love .site-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: 0 auto;
	max-width: 600px;
	font-size: 14px;
	line-height: 18px;
}
.archive-view.category-love .post,
.archive-view.category-love .page,
.archive-view.category-love .type-post,
.single.single-love .post,
.single.single-love .page,
.single.single-love .type-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	background-color: white;
	border-radius: 3px;
	border: 0 1px solid #e6e6e6;
	margin-bottom: 1em;
}
@media screen and (min-width: 600px) {
	.archive-view.category-love .post,
.archive-view.category-love .page,
.archive-view.category-love .type-post,
.single.single-love .post,
.single.single-love .page,
.single.single-love .type-post {
		border: 1px solid #e6e6e6;
	}
}
.archive-view.category-love .entry-header,
.single.single-love .entry-header {
	border-bottom: 1px solid #efefef;
	border-bottom-width: 0.5px;
	height: 60px;
	padding: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.archive-view.category-love .entry-header .cat-links,
.single.single-love .entry-header .cat-links {
	font-size: 14px;
	line-height: 18px;
	margin-left: 12px;
	color: #ff6a80;
}
.archive-view.category-love .entry-header .cat-links a:hover,
.single.single-love .entry-header .cat-links a:hover {
	background-color: white;
	color: #ff6a80;
}
.archive-view.category-love .entry-header .cat-links a:visited,
.single.single-love .entry-header .cat-links a:visited {
	background-color: white;
	color: #ff6a80;
}
.archive-view.category-love .entry-header .entry-time,
.single.single-love .entry-header .entry-time {
	font-size: 10px;
	letter-spacing: 0.2px;
	line-height: 18px;
	margin: 0 12px 0 0;
	color: #999;
	vertical-align: center;
}
.archive-view.category-love .post__content,
.single.single-love .post__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 0em;
	position: relative;
}
.archive-view.category-love .post__content .single-media,
.archive-view.category-love .post__content .layout-carousel,
.single.single-love .post__content .single-media,
.single.single-love .post__content .layout-carousel {
	line-height: 0;
}
.archive-view.category-love .post__content .carousel-indicators,
.single.single-love .post__content .carousel-indicators {
	position: relative;
	bottom: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	max-width: calc(100% - 2rem);
	margin-left: auto;
	margin-right: auto;
	padding: 0 0.5rem;
	overflow: hidden;
}
.archive-view.category-love .post__content .carousel-indicators li,
.single.single-love .post__content .carousel-indicators li {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	background-color: #dbdbdb;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.archive-view.category-love .post__content .carousel-indicators .active,
.single.single-love .post__content .carousel-indicators .active {
	background-color: rgba(0, 0, 0, 0.45);
}
.archive-view.category-love .post__content .carousel-control-prev, .archive-view.category-love .post__content .carousel-control-next,
.single.single-love .post__content .carousel-control-prev,
.single.single-love .post__content .carousel-control-next {
	margin-bottom: 36px;
}
.archive-view.category-love .post__content .carousel-inner,
.single.single-love .post__content .carousel-inner {
	transition: height 0.25s ease;
}
@media (prefers-reduced-motion: reduce) {
	.archive-view.category-love .post__content .carousel-inner,
.single.single-love .post__content .carousel-inner {
		transition: none;
	}
}
.archive-view.category-love .post__content .layout-carousel,
.archive-view.category-love .post__content .single-media,
.single.single-love .post__content .layout-carousel,
.single.single-love .post__content .single-media {
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}
.archive-view.category-love .post__content .layout-carousel::-webkit-scrollbar,
.archive-view.category-love .post__content .single-media::-webkit-scrollbar,
.single.single-love .post__content .layout-carousel::-webkit-scrollbar,
.single.single-love .post__content .single-media::-webkit-scrollbar {
	height: 0;
}
.archive-view.category-love .post__content .layout-carousel iframe,
.archive-view.category-love .post__content .single-media iframe,
.single.single-love .post__content .layout-carousel iframe,
.single.single-love .post__content .single-media iframe {
	min-width: 100%;
	min-height: 200px;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}
.archive-view.category-love .post__content .layout-carousel img,
.archive-view.category-love .post__content .single-media img,
.single.single-love .post__content .layout-carousel img,
.single.single-love .post__content .single-media img {
	min-width: 100%;
}
.archive-view.category-love .entry-content,
.single.single-love .entry-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 0 16px;
	margin: 0;
}
.archive-view.category-love .entry-content .travel-meta,
.single.single-love .entry-content .travel-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.archive-view.category-love .entry-content .travel-meta.no-medias,
.single.single-love .entry-content .travel-meta.no-medias {
	margin-top: 4px;
}
.archive-view.category-love .entry-content .travel-meta.medias,
.single.single-love .entry-content .travel-meta.medias {
	margin-top: -33px;
}
.archive-view.category-love .entry-content .travel-meta button,
.single.single-love .entry-content .travel-meta button,
.archive-view.category-love .entry-content .travel-meta .edit-button,
.single.single-love .entry-content .travel-meta .edit-button {
	position: relative;
	display: block;
	border: none;
	padding: 0px;
	margin: 1px;
	min-height: 40px;
	min-width: 40px;
	line-height: 30px;
	text-align: center;
}
.archive-view.category-love .entry-content .travel-meta .edit-button,
.single.single-love .entry-content .travel-meta .edit-button {
	text-decoration: none;
	color: inherit;
}
.archive-view.category-love .entry-content .travel-meta button:nth-child(1),
.single.single-love .entry-content .travel-meta button:nth-child(1) {
	margin-left: -8px;
}
.archive-view.category-love .entry-content .travel-meta button:last-child,
.single.single-love .entry-content .travel-meta button:last-child {
	margin-left: auto;
	margin-right: -10px;
}
.archive-view.category-love .entry-content .travel-meta button svg,
.single.single-love .entry-content .travel-meta button svg,
.archive-view.category-love .entry-content .travel-meta .edit-button svg,
.single.single-love .entry-content .travel-meta .edit-button svg {
	height: 24px;
	width: 24px;
	display: block;
	margin: 8px auto;
}
.archive-view.category-love .entry-content .like-counts,
.single.single-love .entry-content .like-counts {
	margin-bottom: 8px;
	font-weight: 600;
	color: #262626;
	cursor: pointer;
	position: relative;
}
.archive-view.category-love .entry-content p,
.single.single-love .entry-content p {
	display: inline;
}
.archive-view.category-love .entry-content .author.vcard,
.archive-view.category-love .entry-content .comment-author,
.single.single-love .entry-content .author.vcard,
.single.single-love .entry-content .comment-author {
	margin-right: 0.3em;
	font-weight: 600;
	padding-left: 5px;
	margin-left: -5px;
}
.archive-view.category-love .entry-content ul,
.single.single-love .entry-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.archive-view.category-love .entry-content li,
.single.single-love .entry-content li {
	display: block;
	position: relative;
	word-wrap: break-word;
	margin-top: -5px;
	padding-top: 5px;
	margin-right: -2px;
	padding-right: 2px;
	padding-bottom: 6px;
	overflow: visible;
}
.archive-view.category-love .entry-content li > p,
.single.single-love .entry-content li > p {
	margin: 0;
}
.archive-view.category-love .entry-content li.being_deleted,
.single.single-love .entry-content li.being_deleted {
	color: #999;
}
.archive-view.category-love .entry-content .entry-comments .comment_loadmore,
.single.single-love .entry-content .entry-comments .comment_loadmore {
	margin: 0 0 8px 0;
	padding: 0;
	border: 0;
	font-family: inherit;
}
.archive-view.category-love .entry-content .entry-comments .c_loadmore,
.single.single-love .entry-content .entry-comments .c_loadmore {
	color: #999;
	border: none;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
}
.archive-view.category-love .entry-content .entry-comments .comment-author,
.single.single-love .entry-content .entry-comments .comment-author {
	font-size: inherit;
	line-height: inherit;
	font-weight: 600;
}
.archive-view.category-love .entry-content .entry-comments .comment-author cite,
.single.single-love .entry-content .entry-comments .comment-author cite {
	font-style: normal;
}
.archive-view.category-love .entry-content .entry-comments .comment-author cite a,
.single.single-love .entry-content .entry-comments .comment-author cite a {
	border-bottom: none;
	cursor: text;
}
.archive-view.category-love .entry-content .entry-comments .comment-author cite a:hover,
.single.single-love .entry-content .entry-comments .comment-author cite a:hover {
	border-bottom: none;
}
.archive-view.category-love .entry-content .entry-comments .comment-content,
.single.single-love .entry-content .entry-comments .comment-content {
	margin-left: 0;
	word-break: break-all;
}
.archive-view.category-love .entry-content .entry-comments .comment-content .parent-link,
.single.single-love .entry-content .entry-comments .comment-content .parent-link {
	color: #00376b;
	text-decoration: none;
	border-bottom: unset;
}
.archive-view.category-love .entry-content .entry-comments .comment-content .parent-link:hover,
.single.single-love .entry-content .entry-comments .comment-content .parent-link:hover {
	font-weight: unset;
	border-radius: unset;
}
.archive-view.category-love .entry-content .entry-comments .cancel-loading-button, .archive-view.category-love .entry-content .entry-comments .cancel-button,
.single.single-love .entry-content .entry-comments .cancel-loading-button,
.single.single-love .entry-content .entry-comments .cancel-button {
	position: absolute;
	bottom: 4px;
	right: -5px;
	padding: 0;
	border: none;
	-ms-flex-line-pack: center;
	    align-content: center;
	font-size: inherit;
	color: inherit;
}
.archive-view.category-love .entry-content .entry-comments .cancel-button svg,
.single.single-love .entry-content .entry-comments .cancel-button svg {
	width: 9px;
	height: 9px;
}
.archive-view.category-love .entry-content .entry-comments .cancel-loading-button svg,
.single.single-love .entry-content .entry-comments .cancel-loading-button svg {
	width: 21px;
	height: 21px;
}
.archive-view.category-love .entry-content .comment-respond,
.single.single-love .entry-content .comment-respond {
	min-height: 56px;
	margin-top: 4px;
	padding: 16px 0;
	border-top: 1px solid #efefef;
	color: #999;
}
.archive-view.category-love .entry-content .comment-form,
.single.single-love .entry-content .comment-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.archive-view.category-love .entry-content .comment-input,
.single.single-love .entry-content .comment-input {
	background: 0 0;
	border: 0;
	margin: 0 2px;
	color: #262626;
	font-size: 16px;
	max-height: 80px;
	outline: 0;
	padding: 0;
	resize: none;
	overflow: hidden;
	white-space: pre-wrap;
	word-wrap: break-word;
}
@media screen and (min-width: 600px) {
	.archive-view.category-love .entry-content .comment-input,
.single.single-love .entry-content .comment-input {
		font-size: 14px;
	}
}
.archive-view.category-love .entry-content .form-submit,
.single.single-love .entry-content .form-submit {
	margin: 0 0 0 1em;
}
@media screen and (min-width: 600px) {
	.archive-view.category-love .entry-content .form-submit,
.single.single-love .entry-content .form-submit {
		display: none;
	}
}
.archive-view.category-love .entry-content .form-submit input,
.single.single-love .entry-content .form-submit input {
	border: none;
	color: #ff6a80;
	font-size: 16px;
	font-weight: 500;
	padding: 0 8px;
	margin-right: -8px;
}
.archive-view.category-love .entry-content .form-submit input:hover,
.single.single-love .entry-content .form-submit input:hover {
	background: inherit;
	border-color: inherit;
}
.archive-view.category-love .entry-content .form-submit input:disabled,
.single.single-love .entry-content .form-submit input:disabled {
	color: #fff0f2;
}
.archive-view.category-love .entry-content .must-log-in,
.single.single-love .entry-content .must-log-in {
	vertical-align: middle;
	font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.archive-view.category-love .entry-content .must-log-in a,
.single.single-love .entry-content .must-log-in a {
	color: #ff6a80;
	text-decoration: none;
	border-bottom: none;
	font-weight: inherit;
}
.archive-view.category-love .navigation.pagination,
.single.single-love .navigation.pagination {
	margin-bottom: 1em;
}
.archive-view.category-love .navigation.pagination a,
.single.single-love .navigation.pagination a {
	color: black;
}
.archive-view.category-love .navigation.pagination a:visited,
.single.single-love .navigation.pagination a:visited {
	color: inherit;
}
.archive-view.category-love .pagination .current,
.single.single-love .pagination .current {
	color: #ff6a80;
}
@media screen and (min-width: 600px) {
	.archive-view.category-love .post,
.archive-view.category-love .page,
.archive-view.category-love .type-post,
.single.single-love .post,
.single.single-love .page,
.single.single-love .type-post {
		margin-bottom: 60px;
	}
	.archive-view.category-love .post:last-of-type,
.archive-view.category-love .page:last-of-type,
.archive-view.category-love .type-post:last-of-type,
.single.single-love .post:last-of-type,
.single.single-love .page:last-of-type,
.single.single-love .type-post:last-of-type {
		margin-bottom: 30px;
	}
	.archive-view.category-love .navigation.pagination,
.single.single-love .navigation.pagination {
		margin-bottom: 30px;
	}
}
@media screen and (min-width: 900px) {
	.archive-view.category-love.has-sidebar .site-content,
.single.single-love.has-sidebar .site-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.archive-view.category-love.has-sidebar .page-header,
.single.single-love.has-sidebar .page-header {
		width: 100%;
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
	}
	.archive-view.category-love.has-sidebar .content-area,
.single.single-love.has-sidebar .content-area {
		width: 60%;
	}
	.archive-view.category-love.has-sidebar .widget-area,
.single.single-love.has-sidebar .widget-area {
		width: 30%;
	}
}
.archive-view.category-love .post-navigation a,
.single.single-love .post-navigation a {
	border: none;
	color: rgba(0, 0, 0, 0.8);
}
.archive-view.category-love .post-navigation a:hover,
.single.single-love .post-navigation a:hover {
	background: none;
	border-color: none;
	color: rgba(0, 0, 0, 0.8);
}
.archive-view.category-love .nav-previous,
.single.single-love .nav-previous {
	left: 0;
	position: fixed;
	top: 50%;
}
.archive-view.category-love .nav-next,
.single.single-love .nav-next {
	right: 0;
	position: fixed;
	top: 50%;
}
.archive-view.category-love .sp_ground,
.single.single-love .sp_ground {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	overflow-y: auto;
	z-index: 20;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.archive-view.category-love .share_popup_wrap,
.single.single-love .share_popup_wrap {
	background-color: #fff;
	border-radius: 12px;
	width: 260px;
	height: auto;
	margin: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
}
@media screen and (min-width: 600px) {
	.archive-view.category-love .share_popup_wrap,
.single.single-love .share_popup_wrap {
		width: 400px;
	}
}
.archive-view.category-love .share_popup_header,
.single.single-love .share_popup_header {
	border-bottom: 1px solid #efefef;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	height: 49px;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.archive-view.category-love .sph_first,
.archive-view.category-love .sph_last,
.single.single-love .sph_first,
.single.single-love .sph_last {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 48px;
	        flex: 0 0 48px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.archive-view.category-love .sph_center,
.single.single-love .sph_center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	margin: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.archive-view.category-love .sp_cancel,
.single.single-love .sp_cancel {
	padding: 0px;
	min-height: 40px;
	min-height: 40px;
	min-width: 40px;
	border: none;
}
.archive-view.category-love .sp_cancel svg,
.single.single-love .sp_cancel svg {
	height: 16px;
	width: 16px;
}
.archive-view.category-love .share_popup_body,
.single.single-love .share_popup_body {
	margin: 16px 16px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.archive-view.category-love .sp_menu,
.single.single-love .sp_menu {
	margin-bottom: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	width: 100%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
}
.archive-view.category-love .sp_menu:hover,
.single.single-love .sp_menu:hover {
	color: inherit;
	text-decoration: none;
}
.archive-view.category-love .sp_menu .sp_icon,
.single.single-love .sp_menu .sp_icon {
	height: 32px;
	margin-right: 16px;
	width: 32px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.archive-view.category-love .sp_menu .sp_icon svg,
.single.single-love .sp_menu .sp_icon svg {
	margin: auto;
}
.archive-view.category-love .sp_menu .sp_menu_text,
.single.single-love .sp_menu .sp_menu_text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	overflow: hidden;
	text-align: left;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.archive-view.category-love .sp_menu span,
.single.single-love .sp_menu span {
	font-size: 14px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.archive-view.category-love .bottom_alert,
.single.single-love .bottom_alert {
	position: fixed;
	z-index: 25;
	bottom: 0;
	right: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.archive-view.category-love .bottom_alert_inner,
.single.single-love .bottom_alert_inner {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	min-width: 500px;
	width: auto;
	background-color: #474747;
	min-height: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.archive-view.category-love .alert_msg,
.single.single-love .alert_msg {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	max-height: 72px;
	padding: 12px 16px;
	margin: 0;
	overflow: hidden;
}
.archive-view.category-love .tooltip,
.single.single-love .tooltip {
	background-color: #464646;
	color: white;
	text-align: center;
	padding: 7px 9px;
	font-size: 13px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	border-radius: 3px;
	white-space: nowrap;
	position: absolute;
	z-index: 20;
	top: 100%;
	left: 50%;
	margin-left: -20px;
	margin-top: -3px;
}
.archive-view.category-love .tooltip.likers_list,
.single.single-love .tooltip.likers_list {
	top: 130%;
	left: 15px;
	max-width: 350px;
	white-space: normal;
	word-wrap: break-word;
}
.archive-view.category-love .tooltip::after,
.single.single-love .tooltip::after {
	content: " ";
	position: absolute;
	bottom: 100%;
	left: 15px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #464646 transparent;
}

.sticky::before {
	content: "";
	display: block;
	width: 2em;
	height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	border-width: 0 2em 2em 0;
	border-color: #eee #eee white;
	border-style: solid;
	-webkit-box-shadow: -1px 2px 2px rgba(26, 26, 26, 0.1);
	        box-shadow: -1px 2px 2px rgba(26, 26, 26, 0.1);
	z-index: 2;
}

.index-image img {
	display: block;
	margin: 0 auto;
}
.index-image a:focus > img, .index-image a:hover > img {
	opacity: 0.8;
}

.temp-comment-block {
	text-align: center;
}
.temp-comment-block svg {
	width: 40px;
}

.comment-author a {
	color: black;
}

.category-quotes.single-post .post {
	-ms-flex-item-align: center;
	    align-self: center;
}

.category-quotes .site-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 0em 2em;
}
@media screen and (min-width: 900px) {
	.category-quotes.post {
		max-width: 700px;
	}
	.category-quotes.post:nth-child(even) {
		-ms-flex-item-align: end;
		    align-self: flex-end;
	}
}
.category-quotes .site {
	background-color: #e7dec7;
}
.category-quotes .site-content {
	color: #663333;
	padding: 1em 1em;
}
@media screen and (min-width: 600px) {
	.category-quotes .site-content {
		padding: 2em;
	}
}
.category-quotes .site-content article {
	background-color: inherit;
}
.category-quotes .post__content {
	padding: 2em 2em 3em;
}
.category-quotes .quote-content {
	position: relative;
	margin: 0px;
	padding: 0px;
}
.category-quotes .quote-content a {
	text-decoration: none;
	color: #663333;
}
.category-quotes .quote-content::before {
	content: "“";
	left: -40px;
	top: -0.6em;
	height: 40px;
}
.category-quotes .quote-content::after {
	content: "”";
	right: -43px;
	height: 0.5em;
	bottom: 0;
}
.category-quotes .quote-content::before, .category-quotes .quote-content::after {
	font-size: 5.2em;
	color: inherit;
	position: absolute;
	font-family: Georgia, "Source Sans Pro", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
}
.category-quotes .quote-reference {
	font-size: 0.8em;
	font-style: normal;
	display: block;
	float: right;
	margin-top: 1.5em;
	margin-right: 1em;
	color: #0070c9;
}
.category-quotes .quote-reference:before {
	content: "―";
}
.category-quotes .quote-book:before {
	content: ", ";
}
.category-quotes .quote-book {
	position: relative;
	display: inline-block;
}
.category-quotes .quote-book .quote-page {
	visibility: hidden;
	width: 120px;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 4px 0;
	position: absolute;
	z-index: 1;
	bottom: 130%;
	left: 50%;
	margin-left: -60px;
	font-size: 0.9em;
}
.category-quotes .quote-book .quote-page::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: black transparent transparent transparent;
}
.category-quotes .quote-book:hover .quote-page {
	visibility: visible;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.header-image {
	max-height: 60vh;
	overflow: hidden;
}
.header-image img {
	display: block;
	width: 100vw;
}

.site-header {
	position: relative;
	padding: 0 1em;
	font-family: "Source Sans Pro", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 600px) {
	.site-header {
		padding: 0 2em;
	}
}
@media screen and (min-width: 980px) {
	.site-header {
		padding: 0 calc(((100vw - 980px)/2) + 2em);
	}
}

@supports (padding: env(safe-area-inset-top)) {
	.site-header {
		padding-top: env(safe-area-inset-top);
		padding-left: calc(1em + env(safe-area-inset-left));
		padding-right: calc(1em + env(safe-area-inset-right));
	}

	@media screen and (min-width: 600px) {
		.site-header {
			padding-left: calc(2em + env(safe-area-inset-left));
			padding-right: calc(2em + env(safe-area-inset-right));
		}
	}

	@media screen and (min-width: 980px) {
		.site-header {
			padding-left: calc(((100vw - 980px)/2) + 2em + env(safe-area-inset-left));
			padding-right: calc(((100vw - 980px)/2) + 2em + env(safe-area-inset-right));
		}
	}
}

/* Sticky footer: keep the footer at the bottom on short pages. */
:root {
	/* Default to `vh`; JS will override with px. */
	--jsxscores-vh: 1vh;
}

@supports (height: 1dvh) {
	:root {
		--jsxscores-vh: 1dvh;
	}
}

#page.site {
	min-height: 100vh;
	min-height: 100dvh;
	min-height: calc(var(--jsxscores-vh) * 100);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

#content.site-content {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	min-height: 0;
}

#colophon.site-footer {
	margin-top: auto;
}

.site-branding {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

@media screen and (max-width: 599px) {
	.site-branding {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		position: relative;
		gap: 10px;
		min-height: 52px;
	}

	.site-header .site-branding__text {
		position: absolute;
		left: 60px;
		right: 60px;
		top: 0;
		bottom: 0;
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		text-align: center;
		font-size: 110%;
	}

	.site-header .site-title {
		font-size: 1.25em;
	}

	.site-description {
		display: none;
	}

	.custom-logo-link img {
		height: 42px;
		width: 42px;
	}
}

.custom-logo-link {
	margin-right: 1em;
}
.custom-logo-link img {
	display: block;
	height: 50px;
	width: 50px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	max-width: 100px;
}

.site-branding__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 1em 0 0.2em;
	font-size: 150%;
}
@media screen and (min-width: 600px) {
	.site-branding__text {
		font-size: 100%;
	}
}

.site-title {
	margin: 0;
	padding: 0;
	font-size: 1.6em;
	font-weight: 900;
	line-height: 1em;
}
.site-title a {
	color: white;
	text-decoration: none;
}
.site-title a:hover, .site-title a:focus {
	opacity: 0.5;
}

.site-description {
	margin: 0;
	font-size: 0.9em;
	font-style: italic;
	font-weight: 100;
}

@media screen and (min-width: 900px) {
	.site-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.site-branding__text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin: 1em 0;
	}

	.site-branding {
		width: 25%;
		padding: 0 1em;
	}

	.site-navigation {
		width: 75%;
	}
}

.site-login-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 0;
	border: 0;
	color: inherit;
	background-color: transparent;
	text-decoration: none;
	transition: background-color 150ms ease, border-color 150ms ease;
}

.site-login-icon svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
	display: block;
}

.site-login-icon:hover,
.site-login-icon:focus {
	background-color: transparent;
}

.site-login-icon--header {
	display: none;
}

@media screen and (max-width: 599px) {
	.site-login-icon--header {
		display: inline-flex;
		margin-left: auto;
		width: 44px;
		height: 44px;
	}

	.main-navigation li.menu-item--account-icon {
		display: none;
	}
}
/*
Header Menu
*/
.main-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-family: "Source Sans Pro", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
	font-weight: 400;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul ul {
	display: none;
	z-index: 99999;
}
.main-navigation ul ul ul {
	top: 0;
}
.main-navigation ul ul li {
	padding-left: 1em;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
	left: 100%;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation li {
	position: relative;
}
.main-navigation a {
	display: inline-block;
	width: 100%;
	padding: 0.5em 1em 0.5em 0.5em;
	text-decoration: none;
	color: #fff;
}
.main-navigation li.menu-item--account-icon > a {
	display: inline-flex;
	width: 40px;
	height: 40px;
	padding: 0;
	margin-left: 0.25em;
	justify-content: center;
	align-items: center;
	opacity: 1;
	color: #fff;
}
.main-navigation .menu-item--account-icon > a:hover,
.main-navigation .menu-item--account-icon > a:focus {
	opacity: 0.55;
}
.main-navigation a:hover,
.main-navigation a:focus {
	opacity: 0.55;
}
.main-navigation .menu-item-has-children > a,
.main-navigation .page_item_has_children > a {
	padding-right: 2em;
}

button.dropdown-toggle {
	position: absolute;
	right: 0;
	border: none;
	background: inherit;
	color: white;
	line-height: 1.5em;
	padding: 0.4em 1em 0.4em 0.5em;
}

.menu-toggle {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: inherit;
	font-weight: 700;
	color: #fff;
	background: transparent;
	border: 0;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
}

.menu-toggle:hover {
	opacity: 0.7;
}

.menu-toggle:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.6);
	outline-offset: 3px;
	border-radius: 10px;
}

.menu-toggle__icon {
	position: relative;
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
}

.menu-toggle__icon::before,
.menu-toggle__icon::after {
	content: '';
	position: absolute;
	left: 0;
	width: 20px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
}

.menu-toggle__icon::before {
	top: -6px;
}

.menu-toggle__icon::after {
	top: 6px;
}

/* Toggle small menu and children on */
.toggled-on ul,
.children.toggled-on,
.sub-menu.toggled-on {
	display: block;
	padding-top: 0;
	text-align: center;
}
.toggled-on ul .page_item_has_children,
.children.toggled-on .page_item_has_children {
	background: rgba(255, 255, 255, 0.1);
}

.toggled-on #primary-menu {
	margin-top: -0.4em;
	margin-bottom: 0.45em;
}

@media screen and (min-width: 600px) {
	.menu-toggle {
		display: none;
	}

	.main-navigation {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.main-navigation .menu-item-has-children > a,
.main-navigation .page_item_has_children > a {
		padding-right: 2em;
		background: rgba(255, 255, 255, 0.1);
	}
	.main-navigation ul {
		display: block;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.main-navigation ul ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		background: rgba(255, 255, 255, 0.1);
		margin-left: 0;
	}
	.main-navigation ul ul li {
		padding-left: 0;
	}
	.main-navigation ul ul li a {
		width: 218px;
		background: none;
	}
	.main-navigation ul li a {
		padding: 0.4em 1em;
	}

		/* Toggle small menu and children on */
		.toggled-on ul,
	.children.toggled-on,
	.sub-menu.toggled-on {
			display: block;
			position: absolute;
			background-color: rgba(0, 0, 0, 0.8);
			padding-top: 0;
		}
		.toggled-on ul > li,
	.children.toggled-on > li,
	.sub-menu.toggled-on > li {
			background: rgba(255, 255, 255, 0.1);
		}
		.toggled-on ul ul,
	.children.toggled-on ul,
	.sub-menu.toggled-on ul {
			position: absolute;
			left: 100%;
		}
	}
@media screen and (min-width: 600px) {
	.main-navigation ul {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		padding-top: 0;
		/* If you want dropdowns to open on hover, uncomment this: */
	}
	.main-navigation ul li:hover > ul,
.main-navigation ul li:focus > ul {
		display: block;
		position: absolute;
		background-color: rgba(0, 0, 0, 0.8);
		padding-top: 0;
	}
	.main-navigation ul li:hover > ul > li,
.main-navigation ul li:focus > ul > li {
		background: rgba(255, 255, 255, 0.1);
	}
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	position: relative;
	padding: 1em;
	font-family: "Source Sans Pro", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.8);
	text-align: center;
}
@media screen and (min-width: 600px) {
	.site-footer {
		padding: 0.8em 2em;
	}
}

@supports (padding: env(safe-area-inset-bottom)) {
	.site-footer {
		padding-bottom: calc(1em + env(safe-area-inset-bottom));
		padding-left: calc(1em + env(safe-area-inset-left));
		padding-right: calc(1em + env(safe-area-inset-right));
	}

	@media screen and (min-width: 600px) {
		.site-footer {
			padding-bottom: calc(0.8em + env(safe-area-inset-bottom));
			padding-left: calc(2em + env(safe-area-inset-left));
			padding-right: calc(2em + env(safe-area-inset-right));
		}
	}
}

.social-menu ul {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	list-style-type: none;
}
.social-menu ul a {
	display: block;
	padding: 0.5em 1em;
	color: white;
	text-decoration: none;
}
.social-menu ul a:hover, .social-menu ul a:focus {
	text-decoration: underline;
}

.site-info {
	font-weight: 400;
	font-size: 0.8em;
	color: lightgray;
}
.site-info a {
	font-weight: 400;
	color: white;
	text-decoration: none;
}
.site-info a:hover, .site-info a:focus {
	text-decoration: underline;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1em;
}
@media screen and (min-width: 600px) {
	.hentry {
		margin: 0 0 1.5em;
	}
}

.entry-header {
	font-family: "Source Sans Pro", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
}

.cat-links {
	font-size: 90%;
	font-weight: 700;
}
.cat-links a {
	text-decoration: none;
	text-transform: uppercase;
	color: #b51c35;
}
.cat-links a:visited {
	color: #b51c35;
}

.entry-title {
	margin: 0.125em 0 0.25em;
	font-size: 2.5em;
}
@media screen and (min-width: 900px) {
	.entry-title {
		font-size: 3em;
	}
}
.entry-title a {
	text-decoration: none;
	color: black;
}
.entry-title a:hover {
	color: black;
}

.entry-meta,
.entry-footer {
	font-family: "Source Sans Pro", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
	font-size: 90%;
}
.entry-meta a,
.entry-footer a {
	font-weight: 700;
	text-decoration: none;
	color: black;
}
.entry-meta a:focus, .entry-meta a:hover,
.entry-footer a:focus,
.entry-footer a:hover {
	color: black;
	border-bottom: 2px solid #b51c35;
}

.byline::after {
	content: "|";
	margin: 0 0.5em;
}

.comments-link::before,
.edit-link::before {
	content: "|";
	margin: 0 0.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.extra {
	display: none;
}

.continue-reading a {
	color: black;
}
.continue-reading a:visited {
	color: black;
}

/* Custom Post Meta rules for single post / no sidebar. */
.no-sidebar .entry-meta {
	margin-top: 1.5em;
}
@media screen and (min-width: 900px) {
	.no-sidebar .post-content__wrap .entry-meta {
		margin-top: 2.25em;
		font-size: 80%;
	}
	.no-sidebar .post-content__wrap .entry-meta a {
		font-size: 110%;
		display: block;
		border-bottom: 3px solid white;
	}
	.no-sidebar .post-content__wrap .entry-meta a:hover, .no-sidebar .post-content__wrap .entry-meta a:focus {
		border-bottom-color: #b51c35;
	}
	.no-sidebar .post-content__wrap .byline,
.no-sidebar .post-content__wrap .posted-on,
.no-sidebar .post-content__wrap .comments-link,
.no-sidebar .post-content__wrap .edit-link {
		display: block;
		margin-bottom: 1em;
	}
	.no-sidebar .post-content__wrap .byline:before, .no-sidebar .post-content__wrap .byline:after,
.no-sidebar .post-content__wrap .posted-on:before,
.no-sidebar .post-content__wrap .posted-on:after,
.no-sidebar .post-content__wrap .comments-link:before,
.no-sidebar .post-content__wrap .comments-link:after,
.no-sidebar .post-content__wrap .edit-link:before,
.no-sidebar .post-content__wrap .edit-link:after {
		margin: 0;
		content: "";
	}
	.no-sidebar .post-content__wrap .extra {
		display: inline;
	}
}

/* Single Post Featured Images */
.full-bleed {
	width: 100vw;
	max-height: 1200px;
	margin-top: 1em;
	margin-left: -1em;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
}
@media screen and (min-width: 600px) {
	.full-bleed {
		margin-left: -2em;
		margin-right: -2em;
	}
}
@media screen and (min-width: 900px) {
	.full-bleed {
		margin-top: 1.5em;
		margin-right: -2em;
	}
}
@media screen and (min-width: 980px) {
	.full-bleed {
		margin-right: calc( (( -100vw + 980px)/2) - 2em );
		margin-left: calc( (( -100vw + 980px)/2) - 2em );
	}
}
.full-bleed img {
	display: block;
	margin: 0 auto;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-footer {
	margin: 1.5em 0;
	font-family: "Source Sans Pro", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
	width: 100%;
	margin: 3em 0;
	padding: 1.5em 0;
	border-top: 1px solid #cccccc;
}

.comments-title {
	margin-bottom: 2em;
	font-size: 2.5em;
	font-weight: 900;
}

.comment-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.comment-list ol {
	list-style-type: none;
}

.comment-body {
	border-bottom: 1px solid #c3c3c3;
	margin-bottom: 3em;
}

.comment-meta {
	position: relative;
	margin-left: 70px;
	font-family: "Source Sans Pro", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
	font-size: 80%;
}

.comment-meta a,
.comment-form a {
	text-decoration: none;
	border: none;
}
.comment-meta a:hover, .comment-meta afocus,
.comment-form a:hover,
.comment-form afocus {
	text-decoration: underline;
}

.comment .avatar {
	position: absolute;
	top: -5px;
	left: -70px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
}

.children {
	margin-left: 1em;
	padding-left: 0;
}
@media screen and (min-width: 900px) {
	.children {
		margin-left: 2em;
	}
}

@media screen and (min-width: 900px) {
	.no-sidebar .children {
		margin-left: 2em;
	}
	.no-sidebar .children .comment-meta {
		margin-left: 80px;
		font-size: 90%;
	}
	.no-sidebar .children .comment .avatar {
		top: -7px;
		left: -80px;
		width: 60px;
		height: 60px;
	}
	.no-sidebar .children .comment-content {
		margin-left: 80px;
	}
}
@media screen and (min-width: 980px) {
	.no-sidebar .children {
		margin-left: 3em;
	}
	.no-sidebar .comment-meta {
		margin-left: 90px;
	}
	.no-sidebar .comment .avatar {
		top: -8px;
		left: -90px;
		width: 70px;
		height: 70px;
	}
	.no-sidebar .comment-content {
		margin-left: 90px;
	}
}

.comment-metadata {
	margin-top: 0.2em;
	padding-bottom: 0.5em;
	font-size: 0.8em;
	line-height: 1em;
}
.comment-metadata a {
	color: #7d7d7d;
}
.comment-metadata a:hover, .comment-metadata a:focus {
	border-color: #c3c3c3;
}

.comment-author {
	font-size: 1.4em;
	line-height: 1.3em;
}

.says {
	font-size: 80%;
}

.reply {
	margin-bottom: 1.5em;
	text-align: right;
}
.reply a {
	display: inline-block;
	padding: 0.5em 1.4em;
	font-family: "Source Sans Pro", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
	font-size: 85%;
	color: #000;
	line-height: 1.3em;
	text-decoration: none;
	border: 1px solid #c3c3c3;
}
.reply a:hover, .reply a:focus {
	color: #fff;
	background: #b51c35;
	border-color: #b51c35;
}

.comment-content ol {
	list-style-type: decimal;
}
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor .avatar {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	border: 5px solid gold;
	margin-top: -5px;
	margin-left: -5px;
}

/* Commnet Form */
.comment-reply-title {
	margin-bottom: 1em;
}

.comment-list .commnet-reply-title {
	text-align: left;
}

.comment-form {
	font-family: "Source Sans Pro", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
	line-height: 1.3em;
}
.comment-form a {
	font-weight: 500;
}

.form-submit {
	text-align: right;
}

.form-submit input {
	padding: 0.5em 1.4em;
	font-size: 85%;
	color: #000;
	line-height: 1.3em;
	text-decoration: none;
	border: 1px solid #c3c3c3;
}
.form-submit input:hover, .form-submit input:focus {
	color: #fff;
	background: #b51c35;
	border-color: #b51c35;
}

.comments label {
	width: 33%;
	display: block;
	font-style: italic;
	padding-bottom: 0.4em;
}

.required {
	color: #D54E21;
}

/*--------------------------------------------------------------
## Login page
--------------------------------------------------------------*/
body.login,
.home {
	background-color: #ccc;
}
body.login #login form p,
.home #login form p {
	padding: 0 10px;
}
body.login .fa.fa-naver,
.home .fa.fa-naver {
	background-image: url("images/naver-logo.png");
	background-size: cover;
}
body.login .btn-social > :first-child, body.login .btn-social-icon > :first-child,
.home .btn-social > :first-child,
.home .btn-social-icon > :first-child {
	width: 2.3rem;
}
body.login .fa.fa-kakao,
.home .fa.fa-kakao {
	background-image: url("images/kakao.jpg");
	background-size: cover;
}
body.login #login h1 a,
.home #login h1 a {
	display: none;
}

body.um-page-login,
.um-page-register {
	background-color: #ccc;
}
body.um-page-login a,
.um-page-register a {
	border: none;
	text-decoration: none;
}
body.um-page-login a:hover,
.um-page-register a:hover {
	border: none;
}
body.um-page-login ul,
.um-page-register ul {
	text-decoration: none;
	list-style: none;
}
body.um-page-login .content-area,
.um-page-register .content-area {
	width: 320px;
	padding: 0 0 0;
	margin: auto;
}
body.um-page-login .content-area form,
.um-page-register .content-area form {
	margin-top: 20px;
	margin-left: 0;
	padding: 26px 24px 46px;
	background: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
	        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
}
body.um-page-login .fa.fa-kakao,
.um-page-register .fa.fa-kakao {
	background-image: url("images/kakao.jpg");
	background-size: cover;
}
body.um-page-login .fa.fa-naver,
.um-page-register .fa.fa-naver {
	background-image: url("images/naver-logo.png");
	background-size: cover;
}
body.um-page-login .btn-social > :first-child, body.um-page-login .btn-social-icon > :first-child,
.um-page-register .btn-social > :first-child,
.um-page-register .btn-social-icon > :first-child {
	width: 2.3rem;
}
body.um-page-login .tml-field-wrap,
body.um-page-login .wp-social-login-connect-with,
.um-page-register .tml-field-wrap,
.um-page-register .wp-social-login-connect-with {
	padding: 0 10px;
}
body.um-page-login .btn-block,
.um-page-register .btn-block {
	width: inherit;
}
body.um-page-login .um-button,
.um-page-register .um-button {
	-webkit-box-shadow: none;
	        box-shadow: none;
}
body.um-page-login .um-button:hover,
.um-page-register .um-button:hover {
	-webkit-box-shadow: none;
	        box-shadow: none;
}
body.um-page-login .um-field:first-child,
.um-page-register .um-field:first-child {
	padding-top: 0;
}
body.um-page-login.um-page-loggedin .page-content,
.um-page-register.um-page-loggedin .page-content {
	background-color: white;
	margin-top: 20px;
	margin-left: 0;
	padding: 26px 24px;
}
body.um-page-login.um-page-loggedin .entry-content,
.um-page-register.um-page-loggedin .entry-content {
	margin: 0;
}
body.um-page-login.um-page-loggedin .entry-footer,
.um-page-register.um-page-loggedin .entry-footer {
	margin-bottom: 0;
	margin-top: 0.8em;
}
body.um-page-login.um-page-loggedin .entry-footer .edit-link::before,
.um-page-register.um-page-loggedin .entry-footer .edit-link::before {
	content: "";
	margin: 0;
}
body.um-page-login.um-page-loggedin .site-footer,
.um-page-register.um-page-loggedin .site-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

/*--------------------------------------------------------------
## Home page
--------------------------------------------------------------*/
.home .site-content {
	max-width: none;
	width: 100%;
	padding: 0;
}
@media screen and (min-width: 600px) {
	.home .site-content {
		padding: 0;
		max-width: none;
		width: 100%;
	}
}
@media screen and (min-width: 900px) {
	.home .site-content {
		padding: 0;
		max-width: none;
		width: 100%;
	}
}
.home .site-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	padding: 0;
}
@media screen and (min-width: 600px) {
	.home .site-main {
		padding: 0;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		flex-wrap: nowrap;
	}
}
.home .front_welcome {
	background: transparent;
	border-radius: 0;
	width: 100vw;
	max-width: none;
	min-width: 0;
	min-height: clamp(420px, 72vh, 740px);
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	margin: 0;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 0;
	margin-bottom: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
@media screen and (min-width: 600px) {
	.home .front_welcome {
		padding: 0;
	}
}
.home .front_welcome__graphic {
	width: 100%;
	max-width: 100%;
}
.home .front_welcome__art {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	filter: saturate(1.05) contrast(1.02);
}

/* Full-bleed hero graphic for front_welcome (override container widths) */
.front_welcome {
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	border-radius: 36px;
	background: transparent;
	min-height: clamp(420px, 72vh, 740px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	box-shadow: none;
}

.front_welcome__graphic {
	width: 100%;
	max-width: 100vw;
	height: 100%;
	margin: 0;
	position: relative;
}

.front_welcome__art {
	max-height: 100%;
}

.front_welcome__art {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	filter: saturate(1.05) contrast(1.02);
}
.home .front_login {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	padding: 0 0 0;
	margin: auto;
}
.home .front_login .front-login__button {
	display: inline-block;
	padding: 0.6em 1.4em;
	border-radius: 4px;
	background: #111;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.home .front_login .front-login__button:hover,
.home .front_login .front-login__button:focus {
	background: #222;
}
.home .front_login .um {
	margin-bottom: 0 !important;
}
@media screen and (max-width: 600px) {
	.home .front_login .um {
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-top: 1px;
	}
	.home .front_login .um.um-login {
		max-width: 100%;
	}
}
.home .front_login .um-form form {
	-webkit-box-shadow: none;
	        box-shadow: none;
	border-left: 1px solid rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 600px) {
	.home .front_login .um-form form > div {
		max-width: 270px;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}
.home .front_login .um-misc-ul a {
	border: none;
	text-decoration: none;
	color: #666 !important;
}
.home .front_login .um-misc-ul a:hover {
	border: none;
	color: #666 !important;
}
.home .front_login .um-misc-ul a:visited, .home .front_login .um-misc-ul a:focus, .home .front_login .um-misc-ul a:active {
	color: #666 !important;
}
.home .front_login ul {
	text-decoration: none;
	list-style: none;
}
@media screen and (min-width: 600px) {
	.home .front_login {
		width: 320px;
	}
}
.home .front_login form {
	margin-left: 0;
	padding: 26px 24px 46px;
	background: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
	        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
}
.home .front_login .fa.fa-kakao {
	background-image: url("images/kakao.jpg");
	background-size: cover;
}
.home .front_login .fa.fa-naver {
	background-image: url("images/naver-logo.png");
	background-size: cover;
}
.home .front_login .btn-social > :first-child, .home .front_login .btn-social-icon > :first-child {
	width: 2.3rem;
}
.home .front_login .tml-field-wrap,
.home .front_login .wp-social-login-connect-with {
	padding: 0 10px;
}
.home .front_login .btn-block {
	width: inherit;
}
.home .front_login .um-button {
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.home .front_login .um-button:hover {
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.home .front_login.um-page-loggedin .page-content {
	background-color: white;
	margin-top: 20px;
	margin-left: 0;
	padding: 26px 24px;
}
.home .front_login.um-page-loggedin .entry-content {
	margin: 0;
}
.home .front_login.um-page-loggedin .entry-footer {
	margin-bottom: 0;
	margin-top: 0.8em;
}
.home .front_login.um-page-loggedin .entry-footer .edit-link::before {
	content: "";
	margin: 0;
}
.home .front_login .um-logout {
	background-color: white;
}
.home .front_login .um-logout .um-misc-with-img {
	padding-top: 20px;
}

/*--------------------------------------------------------------
## Jsxbox
--------------------------------------------------------------*/
.page-template-page-upload .site-header,
.page-template-page-upload .site-footer {
	background-color: #0070e0;
}
.page-template-page-upload .site-header .site-info,
.page-template-page-upload .site-footer .site-info {
	color: white;
}
.page-template-page-upload .site-content {
	padding-bottom: 0px;
}
.page-template-page-upload label {
	width: 115px;
	display: inline-block;
	font-weight: bold;
}
.page-template-page-upload .upload_button {
	margin-left: 120px;
}
.page-template-page-upload .result {
	font-weight: bold;
	color: #012773;
}
.page-template-page-upload input[type=file] {
	font-size: 1rem;
	vertical-align: middle;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.page-template-page-upload .top-part {
	height: 56px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}
.page-template-page-upload .jsxbox-title {
	font-size: 1.4rem;
	font-weight: 500;
}
.page-template-page-upload .searchbox {
	border: 1px solid rgba(0, 0, 0, 0.15);
	height: 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 4px;
	white-space: nowrap;
}
.page-template-page-upload .searchbox span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.page-template-page-upload .searchbox:focus {
	border: 1px solid black;
}
.page-template-page-upload #search-input {
	border: none;
	font-size: 0.9rem;
	display: inline;
	line-height: 18px;
	margin-left: 2px;
}
.page-template-page-upload #search-input:focus {
	outline: none;
}
@media screen and (max-width: 600px) {
	.page-template-page-upload .top-part {
		height: unset;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-flow: column-reverse;
		        flex-flow: column-reverse;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		padding: 0 10px;
		margin-top: 10px;
	}
}

.jsxbox-top-set {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
}

.jsxbox-multi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-left: 1rem;
	-ms-flex-preferred-size: 200px;
	    flex-basis: 200px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.multibutton {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 0.9rem;
	border: 1px solid rgba(0, 0, 0, 0.45);
}
.multibutton .icon-upload {
	width: 24px;
	height: 24px;
	top: unset;
	display: block;
}
.multibutton .icon-trashcan {
	width: 17px;
	height: 17px;
	top: unset;
	display: block;
}
.multibutton .inside-multi-text {
	line-height: 24px;
	margin-right: 1px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.file-browser {
	height: calc(100vh - 72px - 96px - 56px);
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	padding-right: 20px;
	padding-left: 40px;
}

.jsx-table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.jsx-table button {
	border: none;
	padding: 0;
}

.jsx-table-body, .jsx-table-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-size: 0.9rem;
}

.jsx-table-head {
	-ms-flex-preferred-size: 40px;
	    flex-basis: 40px;
	position: -webkit-sticky;
	position: sticky;
	top: -1px;
	z-index: 1;
	height: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #637282;
}

.jsx-table-head-cell {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row;
	        flex-flow: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 0.75rem;
	font-weight: 400;
}
.jsx-table-head-cell.column-checkbox {
	background-color: white;
}

.tablesorter-header-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.jsx-table-body .column-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: left;
	white-space: nowrap;
}
.jsx-table-body .column-name .span-filesvg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.jsx-table-body .column-name .span-filename {
	display: inline;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.jsx-table-row {
	background-color: white;
	border-bottom: 1px solid #e6e8eb;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.jsx-table-row input {
	margin: auto;
}
.jsx-table-body .jsx-table-row {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 56px;
	        flex: 1 0 56px;
}
.jsx-table-body .jsx-table-row:hover {
	background-color: #f2f2f2;
}
.jsx-table-body .jsx-table-row:hover .column-checkbox .tbody-checkbox {
	visibility: visible;
}
.jsx-table-body .jsx-table-row .column-checkbox .tbody-checkbox {
	visibility: hidden;
}
.jsx-table-row.selected {
	border-left: 2px solid #fdd571;
	background-color: #fff8e6;
}
.jsx-table-row.selected:hover {
	background-color: #fff8e6;
}
.jsx-table-row.selected .column-checkbox {
	margin-left: -42px;
}
.jsx-table-row.selected .column-checkbox .tbody-checkbox {
	visibility: visible;
}

.jsx-table-cell {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.column-checkbox {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 40px;
	        flex: 0 0 40px;
}

.column-name {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 50%;
	        flex: 1 1 50%;
}

.column-mdate {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 20%;
	        flex: 0 0 20%;
}

.column-size {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 10%;
	        flex: 0 0 10%;
}

.column-download {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 10%;
	        flex: 0 0 10%;
}

.column-delete {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 10%;
	        flex: 0 0 10%;
}

.column-download, .column-delete {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.column-checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-left: -40px;
	width: 40px;
	height: 39px;
	border-bottom: 1px solid white;
}

.tablesorter-header {
	cursor: pointer;
}

.tablesorter-header.sorter-false {
	background-image: none;
	cursor: default;
}

.sort-arrow {
	margin-left: 3px;
}

.file_uploader {
	display: none;
}

.fade-out {
	-webkit-animation: fade 0.5s;
	        animation: fade 0.5s;
}
.fade-out td {
	-webkit-animation: fade2 0.5s;
	        animation: fade2 0.5s;
}
.fade-out td svg {
	-webkit-animation: fade2 0.5s;
	        animation: fade2 0.5s;
}

/* Animate opacity */
@-webkit-keyframes fade {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		flex-basis: 0;
	}
}
@keyframes fade {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-ms-flex-preferred-size: 0;
		    flex-basis: 0;
	}
}
@-webkit-keyframes fade2 {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		font-size: 0;
		line-height: 0;
		height: 0px;
	}
}
@keyframes fade2 {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		font-size: 0;
		line-height: 0;
		height: 0px;
	}
}
#bulk-delete-button {
	-webkit-animation: fade3 1s;
	        animation: fade3 1s;
}

@-webkit-keyframes fade3 {
	0% {
		opacity: 0;
		border-color: rgba(0, 0, 0, 0.45);
	}
	20% {
		border-color: #0070e0;
		color: #0070e0;
	}
	50% {
		border-color: #0070e0;
		color: #0070e0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fade3 {
	0% {
		opacity: 0;
		border-color: rgba(0, 0, 0, 0.45);
	}
	20% {
		border-color: #0070e0;
		color: #0070e0;
	}
	50% {
		border-color: #0070e0;
		color: #0070e0;
	}
	100% {
		opacity: 1;
	}
}
@media screen and (max-width: 900px) {
	.file-browser {
		height: calc(100vh - 102px - 96px - 56px);
	}
}
@media screen and (max-width: 600px) {
	.jsxbox-top-set {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	.file-browser {
		padding-right: 2px;
		padding-left: 2px;
		height: calc(100vh - 154.781px - 77px - 57px);
	}

	.column-checkbox {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 40px;
		        flex: 0 0 40px;
	}

	.column-name {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 50%;
		        flex: 1 1 50%;
	}

	.column-mdate {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 0%;
		        flex: 0 0 0%;
	}

	.column-size {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 0%;
		        flex: 0 0 0%;
	}

	.column-download {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 15%;
		        flex: 0 0 15%;
	}

	.column-delete {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 15%;
		        flex: 0 0 15%;
	}

	.jsx-table-row.selected .column-checkbox {
		margin-left: -2px;
	}

	.column-checkbox {
		margin-left: 0px;
		border-bottom: unset;
	}
	.jsx-table-body .jsx-table-row .column-checkbox .tbody-checkbox {
		visibility: visible;
	}

	.column-mdate,
.column-size {
		display: none;
	}

	.jsxbox-multi {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-flow: row-reverse;
		        flex-flow: row-reverse;
	}
}
/*--------------------------------------------------------------
## Wedding
--------------------------------------------------------------*/
.page-template-page-wedding {
	/*
	 * Animation module with all animation code
	 */
}
@media (prefers-color-scheme: dark) {
	.page-template-page-wedding {
		background-color: #2c2a28;
		color: #f8f8f2;
	}
}
.page-template-page-wedding .site {
	min-width: 320px;
	text-align: center;
	min-height: 100px;
}
.page-template-page-wedding p,
.page-template-page-wedding h2 {
	margin-top: 0;
	margin-bottom: 0;
}
.page-template-page-wedding h2 {
	color: #c38b52;
	font-size: 1.5em;
	font-family: "Nanum Myeongjo", serif;
	font-weight: lighter;
	letter-spacing: 0.18em;
	line-height: 1.3;
	margin-bottom: 9%;
	margin-top: 9%;
}
@media (prefers-color-scheme: dark) {
	.page-template-page-wedding h2 {
		color: #d1aa62;
	}
}
.page-template-page-wedding h2 .en_subtitle {
	font-size: 0.5em;
	letter-spacing: 0.6em;
}
.page-template-page-wedding h2 #directions_subtitle {
	letter-spacing: 0.5em;
}
.page-template-page-wedding #photo-header {
	padding: 0 0;
	background-color: pink;
}
.page-template-page-wedding .header-image {
	max-height: unset;
	max-width: 828px;
	margin: 0 auto;
}
.page-template-page-wedding .site-content {
	padding: 0 0;
	max-width: 828px;
}
.page-template-page-wedding .pages {
	padding: 5% 5%;
	margin: 0 auto;
}
.page-template-page-wedding #start {
	font-family: "Stylish", "Nanum Pen Script", sans-serif;
	font-size: 1.1em;
	padding-top: 2.5%;
	word-break: keep-all;
}
.page-template-page-wedding #start #start_name {
	font-size: 1.2em;
	letter-spacing: 0.5vw;
}
.page-template-page-wedding #start #and {
	letter-spacing: normal;
	font-size: 0.8em;
	vertical-align: bottom;
}
.page-template-page-wedding #start #start_day {
	font-size: 1em;
}
.page-template-page-wedding #greeting p {
	padding: 0 13%;
	font-family: "Nanum Myeongjo", serif;
	line-height: 1.8;
	word-break: keep-all;
}
.page-template-page-wedding #family p {
	padding: 0 13%;
	font-family: "Nanum Myeongjo", serif;
	line-height: 1.5;
	font-size: 1.1em;
	font-weight: 700;
	word-break: keep-all;
}
.page-template-page-wedding #family p span {
	font-size: 0.8em;
	font-weight: normal;
	word-spacing: 0.7em;
}
.page-template-page-wedding #gallery .gallery_wrap {
	margin: 0 -5%;
}
.page-template-page-wedding #gallery .gallery_grid {
	overflow: hidden;
}
.page-template-page-wedding #gallery a {
	line-height: 0;
}
.page-template-page-wedding #gallery a.last {
	position: relative;
}
.page-template-page-wedding #gallery a .after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	color: #FFF;
	background: rgba(0, 0, 0, 0.5);
}
.page-template-page-wedding #gallery a .content {
	top: 50%;
	left: 0%;
	font-size: 130%;
	font-family: "Nanum Myeongjo", serif;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	position: relative;
}
.page-template-page-wedding #gallery figure {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: left;
	width: 50%;
	padding: 4px;
}
.page-template-page-wedding #gallery figure.hidden {
	display: none;
}
.page-template-page-wedding #location #map_wrap {
	height: 250px;
	margin: 0 -5.55% 0;
	color: black;
}
.page-template-page-wedding #location a {
	color: inherit;
	text-decoration: none;
}
.page-template-page-wedding #location ul {
	list-style: none;
	padding: 0;
	font-size: 0.95em;
}
.page-template-page-wedding #location ul.address, .page-template-page-wedding #location ul.transportation {
	font-family: "Nanum Myeongjo", serif;
}
.page-template-page-wedding #location ul.address h3, .page-template-page-wedding #location ul.transportation h3 {
	font-size: 1.1em;
}
.page-template-page-wedding #location .navi {
	padding: 0;
	margin: 0 -5.55% 0;
	overflow: hidden;
	font-family: "NanumBarunGothic", sans-serif;
	font-weight: bold;
}
.page-template-page-wedding #location .navi li {
	height: 45px;
	margin: 0;
	float: left;
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.page-template-page-wedding #location .navi li:first-of-type {
	background-color: #1EC800;
	color: white;
}
.page-template-page-wedding #location .navi li:nth-of-type(2) {
	background-color: #FAE100;
	color: #1E1E1E;
}
@media (prefers-color-scheme: dark) {
	.page-template-page-wedding #location .navi li:first-of-type {
		background-color: #00b800;
	}
	.page-template-page-wedding #location .navi li:nth-of-type(2) {
		background-color: #f9ce00;
	}
}
.page-template-page-wedding #location .navi li a {
	color: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.page-template-page-wedding #location .navi li a p {
	margin-top: 1px;
	padding-left: 9px;
}
.page-template-page-wedding #location .navi .logo {
	display: block;
	height: 36px;
}
.page-template-page-wedding #location .address {
	font-family: "Nanum Myeongjo", serif;
	margin-top: 1.5em;
}
.page-template-page-wedding #location .address h3 {
	font-family: inherit;
}
.page-template-page-wedding #location .address hr {
	margin-top: 1.5em;
}
.page-template-page-wedding #location .transportation {
	word-break: keep-all;
	text-align: left;
	margin-bottom: 0.6em;
}
.page-template-page-wedding #location .transportation .trans_title {
	font-weight: bold;
}
.page-template-page-wedding #location .transportation .bus, .page-template-page-wedding #location .transportation .metro {
	padding-bottom: 0.8em;
	margin-left: 0.5em;
}
.page-template-page-wedding #location .transportation .bus .ul, .page-template-page-wedding #location .transportation .metro .ul {
	margin-left: 0;
}
.page-template-page-wedding #location .transportation .bus .bus_number, .page-template-page-wedding #location .transportation .metro .bus_number {
	margin-left: 0.5em;
}
.page-template-page-wedding #location .transportation .rentbus {
	margin-right: -0.95em;
}
.page-template-page-wedding #location .transportation .red {
	color: #e60012;
}
.page-template-page-wedding #location .transportation .blue {
	color: #0068b7;
}
.page-template-page-wedding #location .transportation .green {
	color: #53b332;
}
.page-template-page-wedding #location .transportation .gyeongi {
	color: #009e96;
}
@media (prefers-color-scheme: dark) {
	.page-template-page-wedding #location .transportation .red {
		color: #f81b19;
	}
	.page-template-page-wedding #location .transportation .blue {
		color: #168adb;
	}
	.page-template-page-wedding #location .transportation .green {
		color: #6cbf54;
	}
	.page-template-page-wedding #location .transportation .gyeongi {
		color: #40afa9;
	}
}
.page-template-page-wedding .anim-text-flow,
.page-template-page-wedding .anim-text-flow-hover:hover {
	/*
	 * Animation variables
	 */
	/*
	 * Elements settings
	 */
	/*
	 * Keyframe loop
	 */
	/*
	 * Element animation delay loop
	 */
}
.page-template-page-wedding .anim-text-flow span,
.page-template-page-wedding .anim-text-flow-hover:hover span {
	-webkit-animation-name: anim-text-flow-keys;
	        animation-name: anim-text-flow-keys;
	-webkit-animation-duration: 50s;
	        animation-duration: 50s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	        animation-direction: alternate;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}
@-webkit-keyframes anim-text-flow-keys {
	0% {
		color: #5cd6b6;
	}
	5% {
		color: #d6ca5c;
	}
	10% {
		color: #5c5ed6;
	}
	15% {
		color: #d67c5c;
	}
	20% {
		color: #c05cd6;
	}
	25% {
		color: #d65cd0;
	}
	30% {
		color: #76d65c;
	}
	35% {
		color: #d65c72;
	}
	40% {
		color: #d65cd2;
	}
	45% {
		color: #5cb8d6;
	}
	50% {
		color: #97d65c;
	}
	55% {
		color: #5c7cd6;
	}
	60% {
		color: #5cd68d;
	}
	65% {
		color: #8f5cd6;
	}
	70% {
		color: #d6745c;
	}
	75% {
		color: #745cd6;
	}
	80% {
		color: #d65cd6;
	}
	85% {
		color: #5cd68f;
	}
	90% {
		color: #d65c72;
	}
	95% {
		color: #d6835c;
	}
	100% {
		color: #d65cab;
	}
}
@keyframes anim-text-flow-keys {
	0% {
		color: #5cd6b6;
	}
	5% {
		color: #d6ca5c;
	}
	10% {
		color: #5c5ed6;
	}
	15% {
		color: #d67c5c;
	}
	20% {
		color: #c05cd6;
	}
	25% {
		color: #d65cd0;
	}
	30% {
		color: #76d65c;
	}
	35% {
		color: #d65c72;
	}
	40% {
		color: #d65cd2;
	}
	45% {
		color: #5cb8d6;
	}
	50% {
		color: #97d65c;
	}
	55% {
		color: #5c7cd6;
	}
	60% {
		color: #5cd68d;
	}
	65% {
		color: #8f5cd6;
	}
	70% {
		color: #d6745c;
	}
	75% {
		color: #745cd6;
	}
	80% {
		color: #d65cd6;
	}
	85% {
		color: #5cd68f;
	}
	90% {
		color: #d65c72;
	}
	95% {
		color: #d6835c;
	}
	100% {
		color: #d65cab;
	}
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(1),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(1) {
	-webkit-animation-delay: -19.8s;
	        animation-delay: -19.8s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(2),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(2) {
	-webkit-animation-delay: -19.6s;
	        animation-delay: -19.6s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(3),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(3) {
	-webkit-animation-delay: -19.4s;
	        animation-delay: -19.4s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(4),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(4) {
	-webkit-animation-delay: -19.2s;
	        animation-delay: -19.2s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(5),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(5) {
	-webkit-animation-delay: -19s;
	        animation-delay: -19s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(6),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(6) {
	-webkit-animation-delay: -18.8s;
	        animation-delay: -18.8s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(7),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(7) {
	-webkit-animation-delay: -18.6s;
	        animation-delay: -18.6s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(8),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(8) {
	-webkit-animation-delay: -18.4s;
	        animation-delay: -18.4s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(9),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(9) {
	-webkit-animation-delay: -18.2s;
	        animation-delay: -18.2s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(10),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(10) {
	-webkit-animation-delay: -18s;
	        animation-delay: -18s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(11),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(11) {
	-webkit-animation-delay: -17.8s;
	        animation-delay: -17.8s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(12),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(12) {
	-webkit-animation-delay: -17.6s;
	        animation-delay: -17.6s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(13),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(13) {
	-webkit-animation-delay: -17.4s;
	        animation-delay: -17.4s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(14),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(14) {
	-webkit-animation-delay: -17.2s;
	        animation-delay: -17.2s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(15),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(15) {
	-webkit-animation-delay: -17s;
	        animation-delay: -17s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(16),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(16) {
	-webkit-animation-delay: -16.8s;
	        animation-delay: -16.8s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(17),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(17) {
	-webkit-animation-delay: -16.6s;
	        animation-delay: -16.6s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(18),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(18) {
	-webkit-animation-delay: -16.4s;
	        animation-delay: -16.4s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(19),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(19) {
	-webkit-animation-delay: -16.2s;
	        animation-delay: -16.2s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(20),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(20) {
	-webkit-animation-delay: -16s;
	        animation-delay: -16s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(21),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(21) {
	-webkit-animation-delay: -15.8s;
	        animation-delay: -15.8s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(22),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(22) {
	-webkit-animation-delay: -15.6s;
	        animation-delay: -15.6s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(23),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(23) {
	-webkit-animation-delay: -15.4s;
	        animation-delay: -15.4s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(24),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(24) {
	-webkit-animation-delay: -15.2s;
	        animation-delay: -15.2s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(25),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(25) {
	-webkit-animation-delay: -15s;
	        animation-delay: -15s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(26),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(26) {
	-webkit-animation-delay: -14.8s;
	        animation-delay: -14.8s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(27),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(27) {
	-webkit-animation-delay: -14.6s;
	        animation-delay: -14.6s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(28),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(28) {
	-webkit-animation-delay: -14.4s;
	        animation-delay: -14.4s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(29),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(29) {
	-webkit-animation-delay: -14.2s;
	        animation-delay: -14.2s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(30),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(30) {
	-webkit-animation-delay: -14s;
	        animation-delay: -14s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(31),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(31) {
	-webkit-animation-delay: -13.8s;
	        animation-delay: -13.8s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(32),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(32) {
	-webkit-animation-delay: -13.6s;
	        animation-delay: -13.6s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(33),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(33) {
	-webkit-animation-delay: -13.4s;
	        animation-delay: -13.4s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(34),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(34) {
	-webkit-animation-delay: -13.2s;
	        animation-delay: -13.2s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(35),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(35) {
	-webkit-animation-delay: -13s;
	        animation-delay: -13s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(36),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(36) {
	-webkit-animation-delay: -12.8s;
	        animation-delay: -12.8s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(37),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(37) {
	-webkit-animation-delay: -12.6s;
	        animation-delay: -12.6s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(38),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(38) {
	-webkit-animation-delay: -12.4s;
	        animation-delay: -12.4s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(39),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(39) {
	-webkit-animation-delay: -12.2s;
	        animation-delay: -12.2s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(40),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(40) {
	-webkit-animation-delay: -12s;
	        animation-delay: -12s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(41),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(41) {
	-webkit-animation-delay: -11.8s;
	        animation-delay: -11.8s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(42),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(42) {
	-webkit-animation-delay: -11.6s;
	        animation-delay: -11.6s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(43),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(43) {
	-webkit-animation-delay: -11.4s;
	        animation-delay: -11.4s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(44),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(44) {
	-webkit-animation-delay: -11.2s;
	        animation-delay: -11.2s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(45),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(45) {
	-webkit-animation-delay: -11s;
	        animation-delay: -11s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(46),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(46) {
	-webkit-animation-delay: -10.8s;
	        animation-delay: -10.8s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(47),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(47) {
	-webkit-animation-delay: -10.6s;
	        animation-delay: -10.6s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(48),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(48) {
	-webkit-animation-delay: -10.4s;
	        animation-delay: -10.4s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(49),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(49) {
	-webkit-animation-delay: -10.2s;
	        animation-delay: -10.2s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(50),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(50) {
	-webkit-animation-delay: -10s;
	        animation-delay: -10s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(51),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(51) {
	-webkit-animation-delay: -9.8s;
	        animation-delay: -9.8s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(52),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(52) {
	-webkit-animation-delay: -9.6s;
	        animation-delay: -9.6s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(53),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(53) {
	-webkit-animation-delay: -9.4s;
	        animation-delay: -9.4s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(54),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(54) {
	-webkit-animation-delay: -9.2s;
	        animation-delay: -9.2s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(55),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(55) {
	-webkit-animation-delay: -9s;
	        animation-delay: -9s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(56),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(56) {
	-webkit-animation-delay: -8.8s;
	        animation-delay: -8.8s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(57),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(57) {
	-webkit-animation-delay: -8.6s;
	        animation-delay: -8.6s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(58),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(58) {
	-webkit-animation-delay: -8.4s;
	        animation-delay: -8.4s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(59),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(59) {
	-webkit-animation-delay: -8.2s;
	        animation-delay: -8.2s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(60),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(60) {
	-webkit-animation-delay: -8s;
	        animation-delay: -8s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(61),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(61) {
	-webkit-animation-delay: -7.8s;
	        animation-delay: -7.8s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(62),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(62) {
	-webkit-animation-delay: -7.6s;
	        animation-delay: -7.6s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(63),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(63) {
	-webkit-animation-delay: -7.4s;
	        animation-delay: -7.4s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(64),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(64) {
	-webkit-animation-delay: -7.2s;
	        animation-delay: -7.2s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(65),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(65) {
	-webkit-animation-delay: -7s;
	        animation-delay: -7s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(66),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(66) {
	-webkit-animation-delay: -6.8s;
	        animation-delay: -6.8s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(67),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(67) {
	-webkit-animation-delay: -6.6s;
	        animation-delay: -6.6s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(68),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(68) {
	-webkit-animation-delay: -6.4s;
	        animation-delay: -6.4s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(69),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(69) {
	-webkit-animation-delay: -6.2s;
	        animation-delay: -6.2s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(70),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(70) {
	-webkit-animation-delay: -6s;
	        animation-delay: -6s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(71),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(71) {
	-webkit-animation-delay: -5.8s;
	        animation-delay: -5.8s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(72),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(72) {
	-webkit-animation-delay: -5.6s;
	        animation-delay: -5.6s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(73),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(73) {
	-webkit-animation-delay: -5.4s;
	        animation-delay: -5.4s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(74),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(74) {
	-webkit-animation-delay: -5.2s;
	        animation-delay: -5.2s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(75),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(75) {
	-webkit-animation-delay: -5s;
	        animation-delay: -5s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(76),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(76) {
	-webkit-animation-delay: -4.8s;
	        animation-delay: -4.8s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(77),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(77) {
	-webkit-animation-delay: -4.6s;
	        animation-delay: -4.6s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(78),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(78) {
	-webkit-animation-delay: -4.4s;
	        animation-delay: -4.4s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(79),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(79) {
	-webkit-animation-delay: -4.2s;
	        animation-delay: -4.2s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(80),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(80) {
	-webkit-animation-delay: -4s;
	        animation-delay: -4s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(81),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(81) {
	-webkit-animation-delay: -3.8s;
	        animation-delay: -3.8s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(82),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(82) {
	-webkit-animation-delay: -3.6s;
	        animation-delay: -3.6s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(83),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(83) {
	-webkit-animation-delay: -3.4s;
	        animation-delay: -3.4s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(84),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(84) {
	-webkit-animation-delay: -3.2s;
	        animation-delay: -3.2s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(85),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(85) {
	-webkit-animation-delay: -3s;
	        animation-delay: -3s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(86),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(86) {
	-webkit-animation-delay: -2.8s;
	        animation-delay: -2.8s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(87),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(87) {
	-webkit-animation-delay: -2.6s;
	        animation-delay: -2.6s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(88),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(88) {
	-webkit-animation-delay: -2.4s;
	        animation-delay: -2.4s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(89),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(89) {
	-webkit-animation-delay: -2.2s;
	        animation-delay: -2.2s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(90),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(90) {
	-webkit-animation-delay: -2s;
	        animation-delay: -2s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(91),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(91) {
	-webkit-animation-delay: -1.8s;
	        animation-delay: -1.8s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(92),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(92) {
	-webkit-animation-delay: -1.6s;
	        animation-delay: -1.6s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(93),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(93) {
	-webkit-animation-delay: -1.4s;
	        animation-delay: -1.4s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(94),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(94) {
	-webkit-animation-delay: -1.2s;
	        animation-delay: -1.2s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(95),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(95) {
	-webkit-animation-delay: -1s;
	        animation-delay: -1s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(96),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(96) {
	-webkit-animation-delay: -0.8s;
	        animation-delay: -0.8s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(97),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(97) {
	-webkit-animation-delay: -0.6s;
	        animation-delay: -0.6s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(98),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(98) {
	-webkit-animation-delay: -0.4s;
	        animation-delay: -0.4s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(99),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(99) {
	-webkit-animation-delay: -0.2s;
	        animation-delay: -0.2s;
}
.page-template-page-wedding .anim-text-flow span:nth-of-type(100),
.page-template-page-wedding .anim-text-flow-hover:hover span:nth-of-type(100) {
	-webkit-animation-delay: 0s;
	        animation-delay: 0s;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area {
	margin-top: 1.5em;
}

.widget {
	margin: 0 0 2em;
	padding: 0 2em 2em;
	font-family: "Source Sans Pro", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
	/* Make sure select elements fit in widgets. */
}
@media screen and (min-width: 600px) {
	.widget {
		padding: 0 0 2em;
	}
}
.widget ul,
.widget ol {
	padding: 0.7em 0 0;
	margin-bottom: 0;
	list-style-type: none;
}
.widget ul li,
.widget ol li {
	display: block;
	line-height: 2em;
}
.widget ul li ul,
.widget ul li ol,
.widget ol li ul,
.widget ol li ol {
	margin-left: 0.5em;
}
@media screen and (min-width: 30em) {
	.widget ul li ul,
.widget ul li ol,
.widget ol li ul,
.widget ol li ol {
		margin-left: 1em;
	}
}
.widget a {
	font-weight: 600;
	text-decoration: none;
}
.widget a:hover, .widget a:focus {
	border-bottom: 3px solid #b51c35;
}
.widget select {
	width: 100%;
	height: 2.5em;
	padding: 10px;
	font-family: "Source Sans Pro", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
	border: 1px solid #ccc;
}

.widget-title {
	margin-top: 0;
	margin-bottom: 0.5em;
	font-size: 1.4em;
}

/* Archive and Categories widgets */
.widget_archive li {
	color: #7D7D7D;
}

.widget_categories .children {
	padding-top: 0;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/* Pages and Menu widgets */
.widget_pages .children,
.widget_nav_menu .sub-menu {
	padding-top: 0;
	padding-bottom: 0.5em;
}

.widget_pages a,
.widget_nav_menu a {
	display: block;
	padding: 1em 0;
	text-decoration: none;
	border-bottom: 1px dashed gray;
}
.widget_pages a:hover, .widget_pages a:focus,
.widget_nav_menu a:hover,
.widget_nav_menu a:focus {
	text-decoration: none;
	border-bottom: 1px dashed gray;
}
.widget_pages li,
.widget_nav_menu li {
	padding: 0;
}

/* Meta widget */
.widget_meta li {
	padding: 0;
}

/* Recent comments */
.widget_recent_comments li {
	line-height: 1.3em;
	padding-bottom: 0.5em;
}
.widget_recent_comments a:hover,
.widget_recent_comments a:focus {
	padding-left: 0;
}

/* RSS widget */
.widget_rss li {
	margin-bottom: 1em;
}

.widget li a.rsswidget {
	padding-right: 0.5em;
	font-size: 1em;
	line-height: 1.4em;
}

.rss-date,
.widget_rss cite {
	color: #333;
	font-size: 0.8em;
}

.rssSummary {
	padding: 0.5em 0;
	font-family: "PT Serif", Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 1.4em;
}

/* Search widget */
.widget_search input[type=search] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	padding: 0.5em 1em;
	border: 1px solid #c3c3c3;
	border-radius: 0;
}

/* Calendar widget */
.widget_calendar {
	font-weight: 400;
}
.widget_calendar caption {
	padding: 0.5em 0;
	font-size: 1em;
	font-weight: 500;
	text-align: left;
}
.widget_calendar thead {
	background: transparent;
	color: black;
}
.widget_calendar thead th {
	border-bottom-width: 2px;
}
.widget_calendar td {
	padding: 0.2em;
	font-size: 0.8em;
	text-align: center;
	background: white;
	border: 1px solid #cccccc;
}
.widget_calendar th {
	border: none;
	text-align: center;
}
.widget_calendar .pad {
	background: #eaeaea;
}
.widget_calendar a {
	font-weight: 900;
	text-decoration: none;
}

/* Text widget */
.textwidget {
	font-size: 80%;
	line-height: 1.3em;
}

/* Footer widget stylings */
#footer-widget-area {
	width: 100%;
}

.footer-widgets {
	margin: 0;
	padding: 1em 0;
	background-color: #1a1a1a;
}
@media screen and (min-width: 600px) {
	.footer-widgets {
		padding: 2em 1em;
	}
}
.footer-widgets .widget {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin: 0 1em 2em;
	padding-top: 1em;
}
.footer-widgets .widget .original-title {
	color: rgba(255, 255, 255, 0.5);
}
.footer-widgets .widget,
.footer-widgets .widget-title,
.footer-widgets .widget a,
.footer-widgets .widget_calendar thead,
.footer-widgets .rss-date,
.footer-widgets .widget_rss cite {
	color: white;
}
.footer-widgets .widget_calendar td,
.footer-widgets .widget_calendar a {
	color: black;
}
@media screen and (min-width: 900px) {
	.footer-widgets {
		/* Use flex to create a responsive layout */
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
		/* If only one widget is displayed, make it full width. */
		/* If 2 or 3 widgets are displayed, make the second one twice as wide. */
		/* If 4 or more widgets are displayed, show three across when available. */
	}
	.footer-widgets .widget:only-of-type {
		width: 100%;
	}
	.footer-widgets .widget:nth-last-child(n+2):nth-last-child(-n+3):first-child ~ .widget:nth-child(2) {
		-webkit-box-flex: 2;
		    -ms-flex: 2;
		        flex: 2;
	}
	.footer-widgets .widget:nth-last-child(n+4),
.footer-widgets .widget:nth-last-child(n+4) ~ .widget {
		width: 30%;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 30%;
		        flex: 1 1 30%;
	}
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 2em;
	max-width: 100%;
	font-family: "Source Sans Pro", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
	font-size: 90%;
	color: #666666;
	text-align: center;
}
.wp-caption a {
	color: inherit;
}
.wp-caption img[class*=wp-image-] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.5em 0 1.5em 1em;
}
@media screen and (min-width: 600px) {
	.wp-caption .wp-caption-text {
		margin-left: 2em;
	}
}
@media screen and (min-width: 900px) {
	.wp-caption .wp-caption-text {
		margin-left: 0;
	}
}

/*--------------------------------------------------------------
## Images
--------------------------------------------------------------*/
.centered-image,
.wp-caption.aligncenter {
	max-width: 100vw;
	margin: 0 -1em;
}
@media screen and (min-width: 600px) {
	.centered-image,
.wp-caption.aligncenter {
		margin: 0 -2em;
	}
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Icons
--------------------------------------------------------------*/
/* SVG Icons base styles */
.icon {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	position: relative;
	/* Align more nicely with capital letters */
	top: -0.0625em;
	vertical-align: middle;
	width: 1em;
}

/*--------------------------------------------------------------
SVG Fallbacks
--------------------------------------------------------------*/
.svg-fallback {
	display: none;
}

.no-svg .svg-fallback {
	display: inline-block;
}

/* Social Menu fallbacks */
.no-svg .social-menu a {
	height: auto;
	width: auto;
}

.no-svg .social-menu li a .screen-reader-text {
	clip: auto;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	height: auto;
	position: relative !important;
	/* overrides previous !important styles */
	width: auto;
}
/*# sourceMappingURL=maps/style.css.map */

/* Post Composer */
.jsx-compose-page {
  background: #0f1115;
  color: #f4f4f4;
}

.jsx-compose {
  display: flex;
  flex-direction: column;
}

/* Composer page lives inside the normal theme chrome (header/footer).
   Avoid forcing extra vertical space below the composer. */
body.page-template-page-post-compose #page.site {
  /* Sticky footer layout for tall viewports (no blank space under footer). */
  min-height: 100vh;
  min-height: 100dvh;
  min-height: calc(var(--jsxscores-vh) * 100);
  display: flex;
  flex-direction: column;
}

body.page-template-page-post-compose #content.site-content {
  flex: 1 0 auto;
  min-height: 0;
  max-width: none;
  margin: 0;
  padding: 0;
  background: #0f1115;
}

body.page-template-page-post-compose #colophon.site-footer {
  margin-top: auto;
}

body.page-template-page-post-compose .jsx-compose-page,
body.page-template-page-post-compose .jsx-compose {
  min-height: 0;
}

/* Compose floating button (category pages) */
.jsx-compose-fab {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 100;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  background: #4b78ff;
  color: #ffffff;
  border-radius: 999px;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.jsx-compose-fab:hover,
.jsx-compose-fab:focus-visible {
  background: #3f6cff;
  color: #ffffff;
}

.jsx-compose-fab__icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.jsx-compose-fab__icon::before,
.jsx-compose-fab__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: currentColor;
  border-radius: 2px;
}

.jsx-compose-fab__icon {
  position: relative;
}

.jsx-compose-fab__icon::before {
  width: 2px;
  height: 16px;
  margin-left: -1px;
  margin-top: -8px;
}

.jsx-compose-fab__icon::after {
  width: 16px;
  height: 2px;
  margin-left: -8px;
  margin-top: -1px;
}

.jsx-compose-fab__label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}

@media screen and (max-width: 599px) {
  .jsx-compose-fab {
    width: 56px;
    height: 56px;
    padding: 0;
  }

  .jsx-compose-fab__label {
    display: none;
  }

  .jsx-compose-fab__icon {
    width: 28px;
    height: 28px;
  }

  .jsx-compose-fab__icon::before {
    height: 18px;
    margin-top: -9px;
  }

  .jsx-compose-fab__icon::after {
    width: 18px;
    margin-left: -9px;
  }
}

.jsx-compose__topbar {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  padding: 14px 18px;
  background: #0a0c10;
  border-bottom: 1px solid #1c1f27;
  position: sticky;
  top: 0;
  z-index: 10;
}

.jsx-compose__title {
  font-size: 16px;
  font-weight: 600;
  justify-self: center;
  text-align: center;
}

.jsx-compose__back,
.jsx-compose__share {
  background: transparent;
  border: none;
  color: #f4f4f4;
  font-size: 14px;
  cursor: pointer;
}

.jsx-compose__back {
  justify-self: start;
}

.jsx-compose__share {
  justify-self: end;
}

.jsx-compose__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 18px;
}

.jsx-compose__media {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.jsx-compose__preview {
  position: relative;
  background: #141821;
  border: 1px solid #1f2430;
  border-radius: 12px;
  min-height: 320px;
  height: clamp(320px, 52vh, 560px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.jsx-compose__preview.is-map {
  min-height: 0;
  height: auto;
  aspect-ratio: 1 / 1;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}

.jsx-compose__preview.is-empty {
  border-style: dashed;
  cursor: pointer;
}

.jsx-compose__preview.is-dragover {
  border-color: #4b78ff;
  background: #0f1320;
}

.jsx-compose__preview img,
.jsx-compose__preview iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 0;
}

.jsx-compose__preview-hint {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(0, 0, 0, 0.6);
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
}

html.jsx-compose-is-uploading,
html.jsx-compose-is-uploading body {
  overflow: hidden;
}

.jsx-compose__upload-overlay[hidden] {
  display: none !important;
}

.jsx-compose__upload-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 12, 18, 0.55);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  cursor: progress;
}

.jsx-compose__upload-overlay-card {
  position: relative;
  overflow: hidden;
  width: 180px;
  height: 180px;
  border-radius: 18px;
  background: rgba(20, 24, 33, 0.95);
  border: 1px solid rgba(42, 49, 66, 0.9);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #f4f4f4;
}

.jsx-compose__upload-overlay-card::after {
  content: '';
  position: absolute;
  top: -30%;
  bottom: -30%;
  left: -50%;
  width: 44%;
  pointer-events: none;
  background: linear-gradient(
    110deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.16) 52%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: translateX(-220%);
  animation: jsx-compose-upload-shimmer 1.15s ease-in-out infinite;
}

.jsx-compose__upload-overlay-ring {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  transform: rotate(-90deg);
}

.jsx-compose__upload-overlay-track {
  fill: none;
  stroke: rgba(244, 244, 244, 0.14);
  stroke-width: 4;
}

.jsx-compose__upload-overlay-bar {
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 0 100;
  transition: stroke-dasharray 220ms ease;
}

.jsx-compose__upload-overlay-count {
  font-size: 15px;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
  text-shadow: 0 0 12px rgba(244, 244, 244, 0.18);
}

@keyframes jsx-compose-upload-shimmer {
  from {
    transform: translateX(-220%);
  }
  to {
    transform: translateX(420%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .jsx-compose__upload-overlay-card::after {
    animation: none;
  }
}

.jsx-compose__preview-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: #8a92a3;
  font-size: 14px;
  text-align: center;
}

.jsx-compose__preview-icon {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid #2a3142;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #f4f4f4;
}

.jsx-compose__preview-title {
  color: #f4f4f4;
  font-weight: 600;
}

.jsx-compose__media-controls {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.jsx-compose__file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.jsx-compose__upload {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #1c2130;
  border: 1px solid #2a3142;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 13px;
  cursor: pointer;
}

.jsx-compose__upload input {
  display: none;
}

.jsx-compose__map-control {
  display: flex;
  gap: 8px;
}

.jsx-compose__map-control input {
  flex: 1;
  background: #0f1115;
  border: 1px solid #2a3142;
  border-radius: 8px;
  color: #ffffff;
  padding: 6px 10px;
  font-size: 13px;
  caret-color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

.jsx-compose__field input::placeholder,
.jsx-compose__map-control input::placeholder {
  color: #6d7485;
  opacity: 1;
  -webkit-text-fill-color: #6d7485;
}

.jsx-compose__field input:focus::placeholder,
.jsx-compose__map-control input:focus::placeholder {
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.jsx-compose__field input:focus,
.jsx-compose__field select:focus,
.jsx-compose__map-control input:focus {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  border-color: #4b78ff;
  outline: none;
}

.jsx-compose__editor:focus {
  border-color: #4b78ff;
  outline: none;
}

.jsx-compose__map-control button {
  background: #2a3142;
  border: none;
  color: #f4f4f4;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 13px;
  cursor: pointer;
}

.jsx-compose__thumbs {
  --jsx-compose-thumb-size: 120px;
  --jsx-compose-thumb-gap: 6px;
  --jsx-compose-thumb-handle-h: 6px;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
  position: relative;
  scrollbar-color: #2a3142 transparent;
  scrollbar-width: thin;
  color: #f4f4f4;
}

.jsx-compose__thumbs::-webkit-scrollbar {
  height: 8px;
}

.jsx-compose__thumbs::-webkit-scrollbar-track {
  background: transparent;
}

.jsx-compose__thumbs::-webkit-scrollbar-thumb {
  background-color: #2a3142;
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: padding-box;
}

.jsx-compose__thumbs:hover::-webkit-scrollbar-thumb {
  background-color: #39445c;
}

.jsx-compose__thumb {
  display: flex;
  flex-direction: column;
  gap: var(--jsx-compose-thumb-gap);
  width: var(--jsx-compose-thumb-size);
  flex-shrink: 0;
  position: relative;
}

.jsx-compose__thumb-button {
  border: 1px solid #2a3142;
  border-radius: 10px;
  background: #141821;
  overflow: hidden;
  padding: 0;
  width: var(--jsx-compose-thumb-size);
  height: var(--jsx-compose-thumb-size);
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: manipulation;
}

.jsx-compose__thumb-handle {
  height: var(--jsx-compose-thumb-handle-h);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: grab;
  touch-action: none;
  user-select: none;
}

.jsx-compose__thumb-handle::before {
  content: "";
  width: 62px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.26),
    0 10px 26px rgba(0, 0, 0, 0.28);
}

.jsx-compose__thumb-drop-indicator {
  position: absolute;
  top: 0;
  width: 3px;
  background: currentColor;
  border-radius: 999px;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.24),
    0 0 0 6px rgba(244, 244, 244, 0.12);
  pointer-events: none;
  z-index: 6;
}

.jsx-compose__thumb-delete {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 3;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid #2a3142;
  background: rgba(15, 17, 21, 0.92);
  color: #f4f4f4;
  font-size: 11px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.jsx-compose__thumb.has-handle .jsx-compose__thumb-delete {
  top: calc(6px + var(--jsx-compose-thumb-handle-h) + var(--jsx-compose-thumb-gap));
}

.jsx-compose__thumb-delete:hover {
  background: #2a3142;
}

.jsx-compose__thumb-delete:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(75, 120, 255, 0.3);
}

.jsx-compose__thumbs.is-reordering {
  user-select: none;
}

.jsx-compose__thumbs.is-reordering .jsx-compose__thumb {
  transition: transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}

.jsx-compose__thumbs.is-reordering .jsx-compose__thumb-handle {
  cursor: grabbing;
}

.jsx-compose__thumbs.is-reordering .jsx-compose__thumb-button,
.jsx-compose__thumbs.is-reordering .jsx-compose__thumb-visibility,
.jsx-compose__thumbs.is-reordering .jsx-compose__thumb-delete {
  pointer-events: none;
}

.jsx-compose__thumb.is-dragging {
  opacity: 0.9;
}

.jsx-compose__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jsx-compose__thumb-map {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.jsx-compose__thumb-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.jsx-compose__thumb-visibility {
  background: #0f1115;
  border: 1px solid #2a3142;
  color: #f4f4f4;
  border-radius: 6px;
  padding: 4px 6px;
  font-size: 12px;
}

.jsx-compose__thumb.is-active .jsx-compose__thumb-button {
  border-color: #4b78ff;
  box-shadow: 0 0 0 2px rgba(75, 120, 255, 0.3);
}

.jsx-compose__thumb--add .jsx-compose__thumb-button {
  border: 1px dashed #2a3142;
  background: transparent;
  color: #b7bcc7;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.jsx-compose__thumbs.has-reorder-handles .jsx-compose__thumb--add .jsx-compose__thumb-button {
  margin-top: calc(var(--jsx-compose-thumb-handle-h) + var(--jsx-compose-thumb-gap));
}

.jsx-compose__thumb--add.is-dragover .jsx-compose__thumb-button {
  border-color: #4b78ff;
  color: #f4f4f4;
}

.jsx-compose__thumb-add-icon {
  font-size: 20px;
  line-height: 1;
}

.jsx-compose__thumb-add-text {
  font-size: 12px;
  line-height: 1.2;
}

.jsx-compose__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.jsx-compose__field label,
.jsx-compose__editor-tools label {
  display: block;
  font-size: 12px;
  color: #b7bcc7;
  margin-bottom: 6px;
}

.jsx-compose__field input,
.jsx-compose__field select,
.jsx-compose__editor-tools select {
  width: 100%;
  background: #0f1115;
  border: 1px solid #2a3142;
  border-radius: 8px;
  color: #ffffff;
  padding: 6px 10px;
  font-size: 13px;
  caret-color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

@media screen and (max-width: 899px) {
  .jsx-compose__field input,
  .jsx-compose__field select,
  .jsx-compose__editor-tools select,
  .jsx-compose__map-control input {
    /* Prevent iOS Safari from zooming the page on focus. */
    font-size: 16px;
  }
}

@supports (-webkit-overflow-scrolling: touch) {
  .jsx-compose__field input,
  .jsx-compose__field select,
  .jsx-compose__editor-tools select,
  .jsx-compose__map-control input {
    /* iPad iOS Safari can exceed the mobile breakpoint but still auto-zooms on < 16px controls. */
    font-size: 16px;
  }
}

.jsx-compose__time-modes {
  display: flex;
  border: 1px solid #2a3142;
  border-radius: 8px;
  overflow: hidden;
  background: #0f1115;
}

.jsx-compose__time-mode {
  flex: 1;
  background: transparent;
  border: 0;
  color: #b7bcc7;
  padding: 8px 10px;
  font-size: 12px;
  cursor: pointer;
}

.jsx-compose__time-mode.is-active {
  background: #2a3142;
  color: #ffffff;
}

.jsx-compose__captured-times,
.jsx-compose__manual-time {
  margin-top: 10px;
}

.jsx-compose__captured-times-scroller {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 2px 6px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.jsx-compose__captured-time-chip {
  flex: 0 0 auto;
  border: 1px solid #2a3142;
  background: #0f1115;
  color: #b7bcc7;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
}

.jsx-compose__captured-time-chip.is-active {
  border-color: #4b78ff;
  color: #ffffff;
  box-shadow: 0 0 0 2px rgba(75, 120, 255, 0.3);
}

.jsx-compose__captured-times-hint {
  margin-top: 6px;
  font-size: 12px;
  color: #6d7485;
}

.jsx-compose__editor-tools {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.jsx-compose__editor-tools button {
  align-self: flex-start;
  background: #2a3142;
  border: none;
  color: #f4f4f4;
  padding: 6px 10px;
  border-radius: 8px;
  cursor: pointer;
}

.jsx-compose__editor {
  min-height: 240px;
  border: 1px solid #2a3142;
  border-radius: 12px;
  padding: 12px;
  background: #0f1115;
  color: #f4f4f4;
  font-size: 13px;
  line-height: 1.6;
}

@media screen and (max-width: 899px) {
  .jsx-compose__editor {
    /* Prevent iOS Safari from zooming the page on focus. */
    font-size: 16px;
  }

  /* Some iOS builds still zoom when contenteditable descendants resolve to < 16px. */
  .jsx-compose__editor * {
    font-size: 16px !important;
  }
}

@supports (-webkit-overflow-scrolling: touch) {
  .jsx-compose__editor {
    font-size: 16px;
  }

  .jsx-compose__editor * {
    font-size: 16px !important;
  }
}

.jsx-compose__editor:empty::before {
  content: attr(data-placeholder);
  color: #6d7485;
}

.jsx-compose__editor:focus:empty::before {
  content: "";
}

.jsx-compose__submit-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.jsx-compose__submit-row button {
  background: #4b78ff;
  border: none;
  color: #fff;
  border-radius: 6px;
  padding: 8px 14px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}

.jsx-compose__submit-row .jsx-compose__submit-delete {
  background: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.9);
}

.jsx-compose__submit-row .jsx-compose__submit-delete:hover {
  border-color: rgba(255, 255, 255, 0.6);
}

.jsx-compose__submit-row .jsx-compose__submit-delete:disabled {
  opacity: 0.55;
}

.jsx-compose__submit-row button.is-submitting {
  position: relative;
  cursor: default;
  opacity: 0.95;
  color: transparent;
}

.jsx-compose__submit-row button.is-submitting::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -7px;
  transform: rotate(0deg);
  display: block;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-top-color: rgba(255, 255, 255, 1);
  animation: jsx-compose-spin 0.8s linear infinite;
  will-change: transform;
  transform-origin: 50% 50%;
}

@keyframes jsx-compose-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

.jsx-compose .jsx-visibility {
  padding: 0 2px;
  border-radius: 3px;
  cursor: pointer;
}

.jsx-compose .jsx-visibility--member {
  background: rgba(75, 120, 255, 0.35);
}

.jsx-compose .jsx-visibility--friend {
  background: rgba(66, 200, 160, 0.35);
}

.jsx-compose .jsx-visibility--family {
  background: rgba(255, 175, 64, 0.35);
}

.jsx-compose__role-menu {
  position: fixed;
  z-index: 50;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
}

.jsx-compose__role-menu.is-open {
  opacity: 1;
  pointer-events: auto;
}

.jsx-compose__role-menu-inner {
  display: inline-flex;
  gap: 6px;
  background: #0f1115;
  border: 1px solid #2a3142;
  border-radius: 10px;
  padding: 6px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.jsx-compose__role-option,
.jsx-compose__role-remove {
  background: #1c2130;
  border: none;
  color: #f4f4f4;
  padding: 5px 9px;
  border-radius: 6px;
  font-size: 11px;
  cursor: pointer;
}

.jsx-compose__role-option.is-active {
  background: #4b78ff;
}

.jsx-compose__role-remove {
  background: #3a1c1c;
  color: #ffb3b3;
  min-width: 28px;
  text-align: center;
}

.jsx-embed-map {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  border: 0;
  display: block;
}

@media screen and (min-width: 900px) {
  .jsx-compose__body {
    flex-direction: row;
    /* Let the page scroll naturally (no fixed-height columns). */
    align-items: flex-start;
    height: auto;
  }

  .jsx-compose__body.is-empty-media {
    align-items: flex-start;
  }

  .jsx-compose__media {
    flex: 1.2;
  }

  .jsx-compose__content {
    flex: 0.8;
  }

  .jsx-compose__media,
  .jsx-compose__content {
    /* Prevent flex overflow while keeping popovers/menus unclipped. */
    min-width: 0;
  }

  .jsx-compose__editor {
    min-height: 320px;
  }

  .jsx-compose__body.is-empty-media .jsx-compose__editor {
    min-height: 360px;
  }

  .jsx-compose__body.is-has-media .jsx-compose__preview:not(.is-map) {
    min-height: 260px;
    height: clamp(260px, 55vh, 720px);
  }

  .jsx-compose__body.is-has-media .jsx-compose__thumbs {
    margin-top: 0;
  }

  .jsx-compose__body.is-has-media .jsx-compose__submit-row {
    margin-top: 0;
  }
}
