/*
Modern base for Hong 2026.

This file keeps only the reset, Genesis layout, header, navigation, footer,
and WordPress content essentials that every modern page still needs.
*/

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

audio,
canvas,
video {
	display: inline-block;
}

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

html {
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}

body {
	background: #f2f2f2;
	color: #212322;
	font-family: var(--hong-sans, "Archivo", Arial, sans-serif);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
}

*,
*::before,
*::after,
input[type="search"] {
	box-sizing: border-box;
}

a {
	color: inherit;
	text-decoration: none;
	transition: color .12s ease, background-color .12s ease, border-color .12s ease, opacity .12s ease;
}

a:hover,
a:focus {
	color: #9c231f;
	text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: 2px solid rgba(156, 35, 31, .55);
	outline-offset: 3px;
}

::-moz-selection {
	background: #212322;
	color: #fff;
}

::selection {
	background: #212322;
	color: #fff;
}

p {
	margin: 0 0 19px;
	padding: 0;
}

strong {
	font-weight: 800;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote {
	color: #555;
	margin: 40px 40px 24px;
}

blockquote::before {
	color: #999;
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

cite {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--hong-display, var(--hong-sans, "Archivo", Arial, sans-serif));
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0 0 16px;
}

h1 {
	font-size: 40px;
	line-height: 1.2;
}

h2 {
	font-size: 30px;
	line-height: 1.3;
}

h3 {
	font-size: 24px;
	line-height: 1.35;
}

h4 {
	font-size: 18px;
	line-height: 1.5;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

img,
embed,
iframe,
object,
video,
.wp-caption {
	height: auto;
	max-width: 100%;
}

img {
	border: 0;
	width: auto;
}

figure {
	margin: 0;
}

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

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

input,
select,
textarea {
	background: #fff;
	border: 1px solid rgba(33, 35, 34, .14);
	box-shadow: none;
	color: #111;
	font-size: 18px;
	padding: 8px 15px;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input:focus,
textarea:focus {
	border-color: rgba(33, 35, 34, .45);
	outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background: #212322;
	border: 0;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 12px 30px;
	width: auto;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.entry-content .button:hover {
	background: #9c231f;
	color: #fff;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.archive-pagination::before,
.clearfix::before,
.entry::before,
.entry-pagination::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.wrap::before,
.archive-pagination::after,
.clearfix::after,
.entry::after,
.entry-pagination::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.wrap::after {
	content: " ";
	display: table;
}

.archive-pagination::after,
.clearfix::after,
.entry::after,
.entry-pagination::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.wrap::after {
	clear: both;
}

.site-container {
	background: #f2f2f2;
	overflow: hidden;
}

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1400px;
}

.site-inner {
	clear: both;
	padding-top: 0;
}

.content {
	float: right;
	width: 780px;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	float: none;
	width: 100%;
}

.sidebar-primary {
	float: right;
	width: 380px;
}

.entry {
	background: #fff;
	margin-bottom: 40px;
	padding: 60px 95px 40px;
}

.single-post .entry {
	padding: 50px 95px 40px;
}

.single .site-inner {
	margin-top: 20px;
}

.entry-title {
	font-size: 36px;
	line-height: 1.05;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-content {
	line-height: 1.58;
}

.entry-content a {
	color: #9c231f;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 21px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-meta {
	color: #777;
	font-size: 14px;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -40px;
	padding: 32px 40px 8px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.archive-description {
	font-size: 22px;
	margin: 30px auto 40px;
}

.archive-title {
	font-size: 33px;
	margin-bottom: 24px;
}

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background: #000;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 5px;
	padding: 8px 15px 7px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background: #9c231f;
	color: #fff;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.site-header {
	background: #fff;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.site-header .wrap {
	border-bottom: 1px solid #f3f3f3;
	padding: 40px 0 30px;
	position: relative;
}

.title-area {
	background: url("../images/logo.png") no-repeat left center;
	float: left;
	min-height: 76px;
	position: relative;
	transition: all .2s ease;
	width: 220px;
}

.site-title a {
	display: block;
	height: 100%;
	position: absolute;
	text-indent: -9999px;
	width: 100%;
}

.site-description {
	display: block;
	margin-bottom: 0;
	text-indent: -9999px;
}

.widget-area {
	word-wrap: break-word;
}

.site-header .widget-area {
	float: right;
	padding: 26px 0 23px;
	text-align: left;
	transition: all .2s ease;
	width: 920px;
}

.site-header .widget-area .wrap {
	background: none;
	padding: 0;
}

.site-header .righty {
	float: right;
}

.top-bar {
	background: #fff;
	font-size: 14px;
	font-weight: 500;
}

.top-bar .wrap {
	border-bottom: 2px solid #f3f3f3;
	margin: 0 auto;
	max-width: 1400px;
	padding: 30px 0 18px;
	position: relative;
}

.top-left {
	float: left;
	width: 865px;
}

.top-ul::before,
.top-ul::after {
	clear: both;
	content: " ";
	display: table;
}

.top-ul li {
	display: inline-block;
	float: left;
	margin-right: 28px;
}

.top-ul li.righty {
	float: right;
	margin-right: 0;
}

.whatsapp1t a {
	color: #9c231f;
}

.top-form-full {
	bottom: 0;
	right: 0;
	top: 0;
}

.top-form {
	background: #fff;
	bottom: 0;
	display: none;
	left: 0;
	padding: 12px 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9999;
}

.top-form.show-form {
	display: block;
}

.top-bar .search-form-input {
	width: 100%;
}

.top-bar input:focus {
	border: 0;
}

.search-form-submit {
	display: none;
}

.top-button {
	color: #9c231f;
	cursor: pointer;
	height: 30px;
	position: absolute;
	right: 0;
	top: 20px;
	width: 30px;
	z-index: 9999;
}

.top-button::before {
	content: "\f002";
	font-family: fontello;
	font-size: 20px;
	font-weight: 500;
}

.top-button.showing-form::before {
	content: "\f00d";
}

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	text-align: right;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	border-radius: 4px;
	display: block;
	padding: 8px 19px;
	text-decoration: none;
}

.genesis-nav-menu .menu-item:last-child a {
	padding-right: 0;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .menu-item:hover > a,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .current-menu-parent > a {
	color: #9c231f;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	background: #fff;
	box-shadow: 0 2px 17px rgba(0, 0, 0, .14);
	height: 0;
	left: -9999px;
	opacity: 0;
	padding: 10px;
	position: absolute;
	transition: all .24s ease;
	width: 190px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background: #fff;
	font-size: 15px;
	font-weight: 400;
	padding: 14px 10px;
	position: relative;
	width: 100%;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu,
.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	height: auto;
	left: auto;
	margin: 0 auto;
	opacity: 1;
	padding-top: 30px;
	z-index: 99999;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
	width: 100%;
}

.footer-widgets {
	background: #fff;
	clear: both;
	padding: 65px 0 40px;
}

.footer-widgets-1 {
	float: left;
	width: 350px;
}

.footer-widgets-2,
.footer-widgets-3 {
	float: right;
	width: 260px;
}

.footer-widgets .widget {
	margin-bottom: 14px;
}

.footer-widgets li {
	line-height: 1.25;
	list-style-type: none;
	margin-bottom: 15px;
	word-wrap: break-word;
}

.footer-menus {
	background: #fff;
	color: #444;
	font-size: 16px;
}

.footer-menus .wrap {
	border-bottom: 1px solid #dedede;
	padding: 50px 0 40px;
}

.footer-menus .widget {
	float: left;
	margin-right: 2.5%;
	width: 18%;
}

.footer-menus .widget:last-child {
	margin-right: 0;
}

.footer-menus li {
	line-height: 1.25;
	list-style: none;
	margin-bottom: 12px;
}

.footer-menus .widget h4 {
	color: #9c231f;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
}

.site-footer {
	background: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	padding: 0;
}

.site-footer .wrap {
	border-top: 1px solid #f2f2f2;
	margin: 0 auto;
	max-width: 1400px;
	padding: 20px 0;
}

.site-footer ul::after {
	clear: both;
	content: " ";
	display: table;
}

.site-footer li {
	display: inline-block;
	float: left;
	list-style: none;
}

.site-footer a {
	border-bottom: 0;
	padding: 6px 14px;
}

.site-footer .sub-menu {
	display: none;
}

.site-footer .widget:first-child {
	float: left;
	width: 70%;
}

.site-footer .widget:last-child,
.site-footer .wrap .widget:last-of-type {
	float: right;
	text-align: right;
}

.site-footer p {
	margin-bottom: 0;
}

.sidebar {
	color: #000;
}

.sidebar a:hover {
	color: #9c231f;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	line-height: 1.375;
	list-style-type: none;
	margin-bottom: 22px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background: #fff;
	margin-bottom: 25px;
	padding: 50px 48px;
}

.widget-title {
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 28px;
}

.widget_categories li {
	position: relative;
}

.widget_categories li::before {
	color: #9c231f;
	content: ".";
	display: inline;
	font-size: 44px;
	line-height: 15px;
	margin-top: -3px;
	position: absolute;
}

.widget_categories li a {
	padding-left: 32px;
}

.breadcrumb {
	border-bottom: 1px solid #f2f1f0;
	font-size: 15px;
	font-style: italic;
	font-weight: 500;
	margin: 0 auto 30px;
	max-width: 1320px;
	padding: 35px 30px;
}

.breadcrumb a {
	border-bottom: 0;
	color: #111;
}

.breadcrumb span {
	font-weight: 400;
}

.h-authorbox::before {
	border-top: 1px solid #f0f2f1;
	content: " ";
	display: block;
	margin: 0 auto;
	width: 150px;
}

.h-authorbox {
	font-size: 14px;
	margin: 0 auto;
	max-width: 520px;
	padding: 0 20px;
	text-align: center;
}

.h-author-avatar {
	border-radius: 50%;
	height: 96px;
	margin: 60px auto 30px;
	overflow: hidden;
	width: 96px;
}

h3.h-author-name {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 30px;
}

.h-authorbox-w {
	background: #fff;
	padding: 30px 0 60px;
}

.sms-w {
	margin: 0 auto 25px;
	text-align: center;
}

.sms {
	background-image: url("../images/sms.jpg");
	background-repeat: no-repeat;
	display: inline-block;
	height: 36px;
	margin: 0 4px;
	width: 36px;
}

.sm-lin { background-position: 0 0; }
.sm-ins { background-position: 0 -36px; }
.sm-fb { background-position: 0 -74px; }
.sm-tw { background-position: 0 -111px; }
.sm-orc { background-position: 0 -148px; }
.sm-gsc { background-position: 0 -185px; }
.sm-lat { background-position: 0 -222px; }
.sm-edu { background-position: 0 -259px; }
.sm-yt { background-position: 0 -298px; }

.archive-bar {
	background: #fff;
	margin: 3px auto 1px;
}

.archive-bar .wrap {
	padding: 40px 0 30px;
}

.blog .site-header,
.archive .site-header {
	margin-bottom: 40px;
}

.blog .entry-title,
.archive .entry-title,
.search-results .entry-title {
	margin-top: 35px;
}

.blog .entry-title a,
.archive .entry-title a,
.search-results .entry-title a,
.blog .entry-meta a,
.archive .entry-meta a,
.search-results .entry-meta a {
	border-bottom: 0;
	color: #9c231f;
}

.cfix::before,
.cfix::after {
	clear: both;
	content: " ";
	display: table;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (-moz-min-device-pixel-ratio: 2),
	only screen and (-o-min-device-pixel-ratio: 2),
	only screen and (min-device-pixel-ratio: 2) {
	.site-header .title-area {
		background: url("../images/logo@2x.png") no-repeat 3px center;
		background-size: 240px 81px;
		width: 248px;
	}
}

@media only screen and (max-width: 1199px) {
	.site-inner,
	.wrap {
		max-width: 980px;
	}

	.site-header .wrap,
	.site-footer .wrap,
	.footer-widgets .wrap,
	.footer-menus .wrap {
		max-width: 100%;
		padding-left: 5%;
		padding-right: 5%;
	}

	.top-bar .wrap {
		font-size: 13px;
		padding: 20px 5%;
	}

	.content,
	.sidebar-primary {
		width: 100%;
	}

	.title-area {
		background-position: 0 center;
		min-height: 120px;
		width: 240px;
	}

	.site-header .widget-area {
		padding: 0;
		width: 100%;
	}

	.site-footer .wrap {
		padding-bottom: 50px;
		padding-top: 15px;
	}

	.top-form {
		padding: 8px 5%;
	}

	.top-button {
		right: 5%;
		top: 14px;
	}

	.js .site-header nav,
	.js nav.nav-primary,
	.js nav.nav-secondary {
		background: #fff;
		border-top: 1px solid #f3f3f3;
		box-shadow: none;
		display: none;
		margin-top: -3px;
		padding: 20px 0 40px;
		position: relative;
	}

	.js .site-header nav .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle {
		background: transparent;
		border-top: 0;
		display: inline-block;
		height: 40px;
		padding: 0;
		position: absolute;
		right: 5%;
		top: 40px;
		width: 50px;
		z-index: 1000;
	}

	.site-header .menu-toggle {
		border: 0;
	}

	.menu-toggle::before,
	.menu-toggle.activated::before {
		color: #9b231f;
		font-family: fontello;
		font-size: 30px;
		height: 30px;
		text-rendering: auto;
		transform: translate(0, 0);
		width: 30px;
	}

	.menu-toggle::before {
		content: "\f008";
	}

	.menu-toggle.activated::before {
		content: "\f00d";
	}

	.sub-menu-toggle {
		background: #fff;
		border: 1px solid rgba(156, 35, 31, .5);
		border-radius: 4px;
		color: #9c231f;
		float: right;
		font-size: 20px;
		line-height: 20px;
		padding: 8px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle:hover {
		background: transparent;
	}

	.sub-menu-toggle::before {
		content: "\e80f";
		display: inline-block;
		font-family: fontello;
		font-weight: 400;
		text-rendering: auto;
		transform: translate(0, 0);
	}

	.sub-menu-toggle.activated::before {
		content: "\e80e";
	}

	.js .genesis-nav-menu .sub-menu::before {
		height: 0;
	}

	.js .nav-primary .genesis-nav-menu .menu-item,
	.js .nav-secondary .genesis-nav-menu .menu-item,
	.js .site-header .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.js .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.js .nav-primary .genesis-nav-menu .menu-item a,
	.js .nav-secondary .genesis-nav-menu .menu-item a,
	.js .site-header .genesis-nav-menu .menu-item a {
		background: #fff;
		border: 0;
		padding: 16px 10px;
		width: 100%;
	}

	.js .site-header .menu-border {
		margin: 10px auto 0;
		max-width: 150px;
	}

	.js .genesis-nav-menu .sub-menu {
		border: 0;
		box-shadow: none;
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 20px;
		position: static;
		transition: none;
		width: 100%;
	}

	.js .genesis-nav-menu .menu-item:hover > .sub-menu {
		padding-top: 0;
	}

	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
}

@media only screen and (max-width: 1023px) {
	body {
		background: #fff;
	}

	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.site-inner,
	.wrap {
		width: 100%;
	}

	.site-inner,
	.entry {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-header {
		padding: 0;
	}

	.site-header .wrap {
		padding: 0 5%;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 0 30px;
	}

	.footer-widgets {
		padding: 40px 0 16px;
	}

	.footer-menus .widget {
		margin-bottom: 30px;
		margin-right: 0;
		width: 100%;
	}

	.top-bar .wrap {
		padding: 10px 5%;
	}

	.top-ul li,
	.top-ul li.righty {
		display: block;
		float: none;
	}

	.site-footer .widget:first-child,
	.site-footer .widget:last-child,
	.site-footer .wrap .widget:last-of-type {
		float: none;
		padding: 10px 0;
		text-align: center;
		width: 100%;
	}

	.site-footer li {
		float: none;
	}
}

@media only screen and (max-width: 767px) {
	.single-post .entry {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer .widget,
	.site-footer .widget:first-child {
		float: none;
		text-align: left;
	}

	.site-footer li {
		display: block;
	}

	.site-footer a {
		padding-left: 0;
	}
}

@media only screen and (max-width: 599px) {
	.entry {
		padding-left: 5%;
		padding-right: 5%;
	}
}
