body {
	background-color: #edeef0;
	font-family: "Inter", sans-serif;
}

.mobile-nav {
	top: 0;
	width: 80%;
	left: -100%;
	transition: all 0.2s;
}

.mobile-nav.expanded {
	left: 0;
	z-index: 2;
}

.mobile-nav ul.menu {
	padding-left: 0;
}

.mobile-nav ul li {
	margin-bottom: 15px;
}

.mobile-nav .menu {
	overflow-y: scroll;
}

.mobile-nav,
.nav {
	box-shadow: 0 4px 2px -2px rgba(0,0,0,0.3);
	color: #fff;
}

.mobile-nav .menu a {
	font-size: 17px;
    color: #fff;
    text-decoration: none;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}

.mobile-nav .menu .sub-menu li {
	margin-top: 15px;
}

.mobile-nav .menu .sub-menu {
	display: none;
}

.mobile-nav .menu .menu-item-has-children .arrow-down-wrapper.opened .arrow-down {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}

.nav-wrapper {
	min-height: 70px;
}

.nav .menu a:not(.nav .menu .sub-menu a) {
    color: #053b50;
	text-decoration: none;
}

.nav .menu ul li:not(.menu .sub-menu li):not(.mobile-nav .menu ul li) {
    padding: 20px 0;
    margin-right: 15px;	
}

.nav .menu .sub-menu:not(.nav .menu >ul>li>ul.sub-menu) {
	top: -15px;
	left: calc( 100% );
}

.nav .menu .sub-menu {
	display: none;
    background-color: #fff;
    color: #000;
    padding-left: 0;
    padding: 20px 15px;
    z-index: 1;
    width: 220px;
	margin-top: 15px;
	border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.16);
	position: absolute;
}

.nav .menu .sub-menu li a {
    color: #333;
    text-decoration: none;
    padding: 5px 10px;
    display: block;
}

.nav .menu .sub-menu li:hover {
	background-color: #2b2c2d;
	color: #fff;
	border-radius: 5px;
}

.nav .menu .sub-menu li:hover > a {
    color: #fff !important;
}

/* Triangle */
.nav .menu > ul > li > ul.sub-menu:after{
	content: '';
	position: absolute;
	left: 20px;
	top: -10px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 11px solid #fff;
}

/*.nav .menu li.current-category-ancestor > ul.sub-menu:after {
	content: '';
	position: absolute;
	left: 20px;
	top: -10px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: none;
}*/

.nav .menu .sub-menu li {
    margin-bottom: 10px;
    border-radius: 5px;
	position: relative;
}

.nav .menu .sub-menu li:last-child {
	margin-bottom: 0;
}

/*.mobile-nav .menu .menu-item-has-children:hover > ul.sub-menu,*/
.nav .menu .menu-item-has-children:hover > ul.sub-menu {
	display: flex;
	flex-direction: column;
}

.nav .menu ul.sub-menu > li {
	display: flex;
	justify-content: space-between;
}

.mobile-nav .menu .menu-item-has-children, .nav .menu ul.sub-menu > li
.nav .menu .menu-item-has-children {
	position: relative;
}

.mobile-nav .menu .menu-item-has-children .arrow-down,
.nav .menu ul.sub-menu > li.menu-item-has-children:after,
.nav .menu > ul > li.menu-item-has-children:after {
    content: "";
    display: inline-block;
    margin-bottom: 3px;
	transition: transform 0.5s;
}

.mobile-nav .menu .menu-item-has-children .arrow-down,
.nav .menu > ul > li.menu-item-has-children:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	border: solid #fff;
}

.nav .menu ul.sub-menu > li.menu-item-has-children:hover:after {
	border: solid #fff;
}

.nav .menu ul.sub-menu > li.menu-item-has-children:after {
	transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
	align-self: center;
	border: solid #2b2c2d;
	padding-right: 30px;
}

.arrow-down-wrapper {
	width: 100%;
	text-align: right;
}

.mobile-nav .menu .menu-item-has-children .arrow-down {
	margin: 4px 0 4px 20px;
	border-width: 0 2px 2px 0;
	padding: 3px;
}

.nav .menu ul.sub-menu > li.menu-item-has-children:hover:after,
.nav .menu ul.sub-menu > li.menu-item-has-children:after {
	margin: 4px 15px 4px 8px;
	border-width: 0 2px 2px 0;
	padding: 3px;
}

.nav .menu > ul > li.menu-item-has-children:after {
	margin: 4px 0 4px 8px;
	border-width: 0 2px 2px 0;
	padding: 3px;
}

.mobile-nav .search-wrapper,
.nav .search-wrapper {
	background-color: #fff;
	border-radius: 5px;
}

.mobile-nav input.search,
.nav input.search {
	border: none;
	font-size: 15px;
	outline: none;
}

.widget h4 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 30px;
}

.tag {
	font-size: 13px;
	padding: 0 15px;
}

.tag, .paginate-links .page-numbers {
	-webkit-transform: skewX(-15deg);
	-moz-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	-o-transform: skewX(-15deg);
	transform: skewX(-15deg);
	display: inline-block;
	background-color: #053b50;
	color: #fff;
	border-radius: 2px;
}

.paginate-links a {
	text-decoration: none;
}

.paginate-links .current {
	background-color: #fff;
	border: solid 1px #053b50;
	color: #053b50;
}

.paginate-links .page-numbers {
	font-size: 15px;
	padding: 5px 15px;
}

.single .author .date {
	font-size: 13px;
	color: #9fa4a8;
}

.single .aligncenter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 100%;
}

.single .post-content p {
	line-height: 29px;
}

.single .post-content h2 {
	margin: 35px 0;
}

.single .post-content h3 {
	margin: 30px 0;
}

.single .top-separator {
	border-top: 1px dotted #dcdddf;
}

.inner-content a,
.single .pagination p,
.single .pagination a {
	color: #6b7279;
}

.single .pagination svg {
	width: 30px;
}

@media(max-width: 768px) {
	.single .pagination p {
		font-size: 13px;
	}
	
	.single .pagination p {
		font-size: 13px;
	}
	
	.single .pagination svg {
		width: 25px;
	}
}

figcaption.wp-element-caption {
	background-color: #eee;
	padding: 5px 10px;
	font-size: 13px;
	border-radius: 5px;
	text-align: center;
}

.single .post-content a,
.single .tags a {
	color: #333;
	border-bottom: solid 2px #053b50;
	line-height: 35px;
	font-weight: bold;
	text-decoration: none;
}

.prev-post, .next-post {
	width: calc(50% - 1px / 2);
}

.prev-post .post-title, .next-post .post-title {
	font-size: 13px;
}

.prev-next-separator {
	height: 60px; width: 1px; background-color: #dcdddf;
}

div.anwp-match-preview-link a span {
	text-transform: uppercase;
	padding: 0 25px;
	font-weight: bold;
}

div.anwp-match-preview-link a span,
.next-match a,
.category-header a {
	font-size: 11px;
	background-color: #ffc126;
    color: #121213;
	border-radius: 10px;
}

.next-match {
	background-color: #f8f9fa; border-radius: 5px;
}

.next-match .date {
	border: solid 1px #bccbd9; border-radius: 5px; background-color: #fff;
}

.next-match .location {
	font-size: 13px;
}

.latest-posts p.title {
	font-size: 14px;
}

.latest-posts a:not(.latest-posts .author a) {
	color: #1d1e1f;
}

.latest-posts .author a {
	color: #6b7279;
}

.main-content .content-block {
	background-color: #fff;
	border-radius: 10px;
}

.main-content h4,
.main-content h3,
.main-content h1,
.main-content h2 {
	color: #053b50;
}

.main-content h1 {
	font-size: 29px;
}

.main-content h2 {
	font-size: 23px;
	margin: 0 0 20px 0;
}

.main-content h3 {
	margin: 20px 0;
	font-size: 19px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.main-content .code-block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.main-content .code-block-label {
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 5px;
}

.main-content ul,
.main-content ol {
	padding-left: 50px;
}

.main-content ul li,
.main-content ol li {
	margin: 15px 0;
}

@media(max-width: 768px) {
	.main-content ul,
	.main-content ol {
		padding-left: 30px;
	}
}

.footer p,
.footer a {
	color: #a5a6a7;
	font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer ul {
	border-bottom: 1px dotted #a5a6a7;
}

.footer ul,
.mobile-nav ul li,
.nav ul li {
	list-style-type: none;
}

/*.nav .menu a:not(.nav .submenu a) {
	color: #fff;
}*/

.nav .menu svg {
    height: 14px;
    width: 14px;
    fill: #fff;
	cursor: pointer;
}

.category-header {
	border-bottom: #dcdddf 1px dotted;
}

.inner-content {
    box-shadow: 0 1px 4px rgba(0,0,0,0.16);
	border-radius: 10px;
}

.latest-posts .hero {
	width: 100%;
	height: 90px;
	border-radius: 2px;
}

.latest-posts .hero,
.inner-content .hero,
.inner-content .hero-left {
    background-position: center;
    background-size: cover;
}

.inner-content .hero.t1 {
	background-position: top;
}

.inner-content .hero {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.inner-content .hero-left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.inner-content h2 {
	font-size: 17px;
	font-weight: 600;
	color: #1d1e1f;
}

/*.inner-content p {
	font-size: 15px;
	color: #48494a;
}*/

.mh-150 {
	max-height: 150px;
}

.ios-lock {
	touch-action: none;
	-ms-touch-action: none;
}

@media(max-width: 768px) {
	.inner-content h2 {
		font-size: 15px;
	}
	.inner-content.half h2 {
		font-size: 15px;
	}
	/*.inner-content p {
		font-size: 11px;
	}*/
}

.latest-posts p.author,
.inner-content p.author {
	font-size: 11px;
	color: #a5a6a7;
}

.inner-content .hero.t1 {
	height: 365px;
}

.inner-content .hero.t2 {
	height: 200px;
}

.inner-content .hero.t3 {
	height: 250px;
}

.inner-content .hero-left {
	height: 180px;
}

/*@media(max-width: 768px) {

	.inner-content .hero.t1 {
		height: 200px;
	}

	.inner-content .hero.t2 {
		height: 120px;
	}
	
	.inner-content .hero-left {
		height: 140px;
	}
}*/

.anwp-fl-border-top {
	border-top-style: none;
    border-top-width: 1px;
}

.wpforms-submit.wpforms-disabled,
.wpforms-hidden {
	display: none;
}

.wpforms-field-label {
	display: block;
	font-weight: bold;
	color: #2b2c2d;
}

.wpforms-container textarea,
.wpforms-container input[type="email"],
.wpforms-container input[type="text"] {
    width: 100%;
    border-radius: 5px;
    border: solid 1px #ddd;
    padding: 5px 10px;
    margin-top: 5px;
	font-size: 15px;
	outline: none;
}

.wpforms-confirmation-container {
    text-align: center;
    font-weight: bold;
}

.mailcheck-suggestion {
	color: #ff5b00;
	font-weight: bold;
}

.wpforms-container textarea {
	height: 150px;
}

.wpforms-required-label {
	font-weight: bold;
	color: #ff5b00;
}

.wpforms-error {
	font-size: 13px;
	color: #ff5b00;
}

.wpforms-field {
	margin-bottom: 15px;
}

.loader {
    width: 20px;
    height: 20px;
    border: 3px solid #2b2c2d;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 0.8s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#preloader {
	position: fixed;
	flex-direction: column;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 12;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(4.5px);
	-webkit-backdrop-filter: blur(4.5px);
}

.lds-ring {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}