/*
Theme Name: Noctura
Theme URI: 
Update URI: ninepoint-theme-noctura
Author: Ninepoint
Author URI: https://ninepoint.cc
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* ----------------------------- 
Theme Basics 
----------------------------- */

/* =Structure */
html {
	height: 100%;
}
body {
	background: #fff;
	height: 100%;
}
#page {
	background: #fff;
	min-height: 100%;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =Global */
body, input, textarea {
	color: #13110C;
	font-size: 19px; 
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.40);
	height: 1px;
	margin-bottom: 5px;
}

/* Media */
.entry-content img,
.comment-content img,
.widget img {
	max-width:100%;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; 
}
img.size-full,
img.size-large {
	max-width: 100%;
	width: auto; 
	height: auto;
}
embed,
iframe,
object {
	max-width: 100%;
}

/* Text elements */
ul, ol {
	margin: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}

/* Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=number]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number] {
	padding: 3px;
}

/* Links */
a {
	color: #849698;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* =Menu */
.mainmenu {
	display: none;
	position: absolute;
	top: 94px;
	right: 0;
	width: 356px;
	border-radius: 14px;
	background-color: #13110C;
	text-align: center;
	padding: 40px 20px 30px;
	box-sizing: border-box;
	overflow-y: auto;
	max-height: calc(100vh - 94px - 42px);
}
.mainmenu li {
	display: block;
	position: relative;
	padding: 17px 5px;
}
.mainmenu a:link, .mainmenu a:visited {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.09em;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.1s linear;
}
.mainmenu li.menu-item-has-children > a::after {
	content: '-';
	display: inline-block;
	margin-left: 10px;
}
.mainmenu a:hover {
	font-weight: 400;
}
.mainmenu ul {
	padding: 10px 0 0 0;
}
.mainmenu ul li {
	padding: 18px 5px 6px;
}
.mainmenu ul li a:link, .mainmenu ul li a:visited {
	font-weight: 400;
}

/* 404 */
.result-404 { background-color: #F4F4E8;padding: 18vw 4% 15vw; text-align: center; }
.result-404 .entry-title { font-size: 32px; line-height: 36px; padding-bottom: 30px }

/* global */
.ctitleh1 {
	font-family: "nave",sans-serif;
	font-size: 65px;
	line-height: 75px;
	font-weight: 500;
	margin-bottom: 20px;
}
.ctitleh2 {
	font-family: "nave",sans-serif;
	font-size: 50px;
	line-height: 65px;
	font-weight: 500;
	margin-bottom: 25px;
}
.ctitleh3 {
	font-family: "nave",sans-serif;
	font-size: 45px;
	line-height: 60px;
	font-weight: 500;
	margin-bottom: 20px;
}
.ctitleintro {
	font-family: "nave",sans-serif;
	font-size: 40px;
	line-height: 54px;
	font-weight: 500;
}
.ctitleh4 {
	font-family: "nave",sans-serif;
	font-size: 35px;
	line-height: 39px;
	font-weight: 500;
}
.ctitleh5 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
}
.cpylrg {
	font-size: 26px;
	line-height: 40px;
	font-weight: 300;
}
.cpybold {
	font-size: 21px;
	line-height: 33px;
	font-weight: 700;
}
.ctitlesml {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.cpysml {
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
}
.ctitlebtn {
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}
a .lbtndarkpurple, a .lbtndarkteal, a .lbtndarkblue, a .lbtndarkbluelrg, a .lbtnlightpink, a .lbtnlightlav,
.lbtndarkpurple a, .lbtndarkteal a, .lbtndarkblue a, .lbtndarkbluelrg a, .lbtnlightpink a, .lbtnlightlav a,
.cfsubmit input {
	position: relative;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	border-radius: 50px;
	padding: 11px 70px 11px 36px;
	transition: 0.3s ease-out;
	background-position: 110% 50% !important;
	background-size: 300% 600% !important;
	background-repeat: no-repeat;
}
a .lbtndarkpurple:hover, a .lbtndarkteal:hover, a .lbtndarkblue:hover, a .lbtndarkbluelrg:hover, a .lbtnlightpink:hover, a .lbtnlightlav:hover,
.lbtndarkpurple a:hover, .lbtndarkteal a:hover, .lbtndarkblue a:hover, .lbtndarkbluelrg a:hover, .lbtnlightpink a:hover, .lbtnlightlav a:hover,
.cfsubmit input:hover {
	background-position: 50% 50% !important;
	background-size: 300% 600% !important;
}
.lbtndarkpurple, .lbtndarkteal, .lbtndarkblue, .lbtndarkbluelrg, .lbtnlightpink, .lbtnlightlav {
	display: inline-block;
}
.lbtndarkpurple a, .lbtndarkteal a, .lbtndarkblue a, .lbtndarkbluelrg a, .lbtnlightpink a, .lbtnlightlav a {
	display: block;
	color: inherit;
	text-decoration: none !important;
}
a .lbtndarkpurple, .lbtndarkpurple a {
	color: #F4F4E8;
	background: radial-gradient(ellipse at 50%,#31122B 0%,#31122B 25%,transparent 25%,transparent 100%);
	border: 1px solid #F4F4E8;
}
a .lbtndarkpurple:hover, .lbtndarkpurple a:hover {
	border: 1px solid #31122B;
}
a .lbtndarkteal, .lbtndarkteal a {
	color: #F4F4E8;
	background: radial-gradient(ellipse at 50%,#042C35 0%,#042C35 25%,transparent 25%,transparent 100%);
	border: 1px solid #F4F4E8;
}
a .lbtndarkteal:hover, .lbtndarkteal a:hover {
	border: 1px solid #042C35;
}
a .lbtndarkblue, .lbtndarkblue a, a .lbtndarkbluelrg, .lbtndarkbluelrg a {
	color: #F4F4E8;
	background: radial-gradient(ellipse at 50%,#262B47 0%,#262B47 25%,transparent 25%,transparent 100%);
	border: 1px solid #F4F4E8;
}
a .lbtndarkbluelrg, .lbtndarkbluelrg a {
	padding: 26px 62px 26px 30px;
}
a .lbtndarkblue:hover, .lbtndarkblue a:hover, a .lbtndarkbluelrg:hover, .lbtndarkbluelrg a:hover {
	border: 1px solid #262B47;
}
a .lbtnlightpink, .lbtnlightpink a, .cfsubmit input {
	color: #13110C;
	background: radial-gradient(ellipse at 50%,#F0CDDF 0%,#F0CDDF 25%,transparent 25%,transparent 100%);
	border: 1px solid #13110C;
}
a .lbtnlightpink:hover, .lbtnlightpink a:hover, .cfsubmit input:hover {
	border: 1px solid #F0CDDF;
}
a .lbtnlightlav, .lbtnlightlav a {
	color: #13110C;
	background: radial-gradient(ellipse at 50%,#B8C8E6 0%,#B8C8E6 25%,transparent 25%,transparent 100%);
	border: 1px solid #13110C;
}
a .lbtnlightlav:hover, .lbtnlightlav a:hover {
	border: 1px solid #B8C8E6;
}
a .lbtndarkpurple::after, a .lbtndarkteal::after, a .lbtndarkblue::after, a .lbtndarkbluelrg::after, a .lbtnlightpink::after, a .lbtnlightlav::after,
.lbtndarkpurple a::after, .lbtndarkteal a::after, .lbtndarkblue a::after, .lbtndarkbluelrg a::after, .lbtnlightpink a::after, .lbtnlightlav a::after,
.cfsubmit::after {
	content: '';
	position: absolute;
	top: calc(50% - 6px);
	right: 38px;
	width: 12px;
	height: 12px;
	background-size: contain;
	background-repeat: no-repeat;
}
a .lbtndarkpurple::after, a .lbtndarkteal::after, a .lbtndarkblue::after, a .lbtndarkbluelrg::after,
.lbtndarkpurple a::after, .lbtndarkteal a::after, .lbtndarkblue a::after, .lbtndarkbluelrg a::after {
	background-image: url('images/arrow-light-right.svg');
}
a .lbtnlightpink::after, .lbtnlightpink a::after, a .lbtnlightlav::after, .lbtnlightlav a::after, .cfsubmit::after {
	background-image: url('images/arrow-dark-right.svg');
}
.htxt hr {
	margin-bottom: 20px;
}
.htxt ul {
	margin: 0 0 20px 16px;
}
.htxt ul li {
	position: relative;
}
.htxt li {
	line-height: 35px;
}
.htxt iframe {
	width: 100%;
}
.htxt b, .htxt strong {
	font-size: 21px;
	line-height: 33px;
	font-weight: 700;
}
.bgc-mdust {
	background-color: #F4F4E8;
}
.bgc-nrose {
	background-color: #D68DB2;
}
.bgc-eclipse {
	background-color: #13110C;
}
.bgc-ltide {
	background-color: #042C35;
}
.bgc-mdnight {
	background-color: #262B47;
}
.bgc-cplum {
	background-color: #31122B;
}
.bgc-slight {
	background-color: #91A8D1;
}


/* ----------------------------- 
Theme Custom 
----------------------------- */
p {
	line-height: 35px;
	margin-bottom: 25px;
}
.ibvtop {
	display: inline-block;
	vertical-align: top;
}
.ibvmid {
	display: inline-block;
	vertical-align: middle;
}
.ibvbtm {
	display: inline-block;
	vertical-align: bottom;
}
.stdlink a {
	color: inherit;
	text-decoration: none;
}
.stdh {
	position: fixed;
	top: 42px;
	left: 2.7%;
	width: calc(100% - 5.4%);
	z-index: 4000;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 9px 14px 11px 40px;
}
.stdh::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(244, 244, 232, 0.3);
	box-sizing: border-box;
	border-radius: 40px;
	background: rgba(244, 244, 232, 0.12);
	opacity: 1;
	backdrop-filter: blur(8px);
	transition: 0.4s linear;
}
.stdh.stdhfull::before, .stdh.stdhfull .hlogo {
	opacity: 0;
}
.hlogo {
	width: 212px;
	opacity: 1;
	transition: 0.4s linear;
}
.hlogo a {
	display: block;
}
.hlogo img {
	width: 100%;
}
.hlogoalt {
	display: none;
}
.home .hlogoalt {
	display: block;
}
.home .hlogostd {
	display: none;
}
.hmenu {
}
.hmenu img {
	width: 55px;
	cursor: pointer;
	transition: 0.75s ease-in-out;
}
.hmenu img:hover {
	transform: rotate(-90deg) translateZ(1px);
}
.menualt {
	display: none;
}
.home .menualt {
	display: block;
}
.home .menustd {
	display: none;
}


/* standard */
.stdpg {
	padding: 200px 7% 160px;
	background-color: #F4F4E8;
}
.stdpgw {
	max-width: 1000px;
}
.stdpgw .ctitleh1 {
	margin-bottom: 30px;
}


/* content flexible */
#cntflxpg {
}
.cntfl-section {
	background-size: cover;
	background-position: 50% 50%;
}
.cntflxpgw {
}
.cntflxrow {
	position: relative;
}
.cntflxrpadtop-thin {
	padding-top: 20px;
}
.cntflxrpadtop-small {
	padding-top: 40px;
}
.cntflxrpadtop-medium {
	padding-top: 60px;
}
.cntflxrpadtop-large {
	padding-top: 80px;
}
.cntflxrpadtop-wide {
	padding-top: 120px;
}
.cntflxrpadtop-ewide {
	padding-top: 180px;
}
.cntflxrpadbtm-thin {
	padding-bottom: 20px;
}
.cntflxrpadbtm-small {
	padding-bottom: 40px;
}
.cntflxrpadbtm-medium {
	padding-bottom: 60px;
}
.cntflxrpadbtm-large {
	padding-bottom: 80px;
}
.cntflxrpadbtm-wide {
	padding-bottom: 120px;
}
.cntflxrpadbtm-ewide {
	padding-bottom: 180px;
}
.cntflxtxt-cntr {
	align-self: center;
}
.cntflxtxt-btm {
	align-self: end;
}
.cntflxtxt-wide {
	max-width: 1240px;
}
.cntflxtxt-elrg {
	max-width: 1035px;
}
.cntflxtxt-large {
	max-width: 930px;
}
.cntflxtxt-med {
	max-width: 840px;
}
.cntflxtxt-stdpls {
	max-width: 760px;
}
.cntflxtxt-std {
	max-width: 630px;
}
.cntflxtxt-narrw {
	max-width: 540px;
}
.cntflxtxt-sml {
	max-width: 420px;
}
.cntflxtxt-center {
	text-align: center;
	margin: 0 auto;
}
.cntflx-ban {
	line-height: 0;
}
.cntflx-ban .cntflxw {
}
.cntflx-ban .ctitlebtn {
	margin-bottom: 25px;
}
.cntflx-media {
}
.cntflx-mediamobile {
	display: none;
}
.cntflx-media img {
	width: 100%;
	object-fit: cover;
}
.cntflx-media video {
	width: 100%;
	object-fit: cover;
}
.cntflx-txtwh .htxt {
	color: #F4F4E8;
}
.cntflxban-txtw {
	display: flex;
	justify-content: start;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: 2000;
	box-sizing: border-box;
	padding: 30px 4% 25px;
}
.cntflxban-txtw.cntflxbantxtva-top {
	align-items: start;
}
.cntflxban-txtw.cntflxbantxtva-center {
	align-items: center;
}
.cntflxban-txtw.cntflxbantxtva-bottom {
	align-items: end;
}
.cntflxban-txtw.cntflxbantxtha-left {
	justify-content: start;
}
.cntflxban-txtw.cntflxbantxtha-center {
	justify-content: center;
}
.cntflxban-txt {
}
.cntflxban-inset .cntflxban-txt {
	padding: 0 3%;
}
.cntflxban-txt .htxt {
}
.cntflx-txtaleft {
	text-align: left;
}
.cntflx-txtacenter {
	text-align: center;
}
.cntflxban-inset {
	padding-left: 4.7%;
	padding-right: 4.7%;
}
.cntflxban-inset img, .cntflxban-inset video {
	border-radius: 10px;
}
.cntflxban-mtftt {
}
.cntflxban-mtftt .cntflx-media {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cntflxban-mtftt .cntflx-media img, .cntflxban-mtftt .cntflx-media video {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.cntflxban-mtftt .cntflx-media {
	height: 100%;
}
.cntflxban-mtftt .cntflxban-txtw {
	position: relative;
	padding: 30px 4% 25px 8%;
}
.cntflx-ftxt {
	padding-left: 4.7%;
	padding-right: 4.7%;
}
.cntflx-ftxt .htxtw {
}
.cntflx-ftxt .htxt {
	margin: 0 auto;
}
.cntflx-slsh {
	padding-left: 4.7%;
	padding-right: 4.7%;
}
.cntflx-slshstd {
	position: relative;
}
.cfslnav {
	display: block;
}
.cfslnav-l, .cfslnav-r {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: calc(50% - 26px);
	width: 52px;
	height: 52px;
	z-index: 2100;
	cursor: pointer;
}
.cfslnav-l span, .cfslnav-r span {
	width: 17px;
	height: 17px;
	background-image: url('images/arrow-dark-right.svg');
	background-size: 17px 17px;
	background-repeat: no-repeat;
}
.cfslnav-l span {
	transform: scaleX(-1);
}
.cfslnav-l {
	left: 1%;
}
.cfslnav-r {
	right: 1%;
}
.cfslnav-l::before, .cfslnav-r::before {
	content: '';
	position: absolute;
	top: 0;
	left: 4px;
	z-index: -10;
	background-color: #F4F4E8;
	width: 42px;
	height: 52px;
	border-radius: 100%;
	transition: 0.6s ease-in-out;
}
.cfslnav-l::before {
	transform: rotate(45deg) translateZ(1px);
}
.cfslnav-l:hover::before {
	transform: rotate(135deg) translateZ(1px);
}
.cfslnav-r::before {
	transform: rotate(-45deg) translateZ(1px);
}
.cfslnav-r:hover::before {
	transform: rotate(-135deg) translateZ(1px);
}
.cfslsh {
	width: 100%;
}
.cfslsh-slide {
	width: 100%;
}
.cfslsh-slidew {
	display: flex;
	flex-wrap: wrap;
	background-color: #F4F4E8;
}
.cfslsh-slidew .htxt {
	width: 42%;
	box-sizing: border-box;
	padding: 30px 3% 5px calc(48px + 2.5%);
	text-align: center;
	align-self: center;
}
.cfslsh-slidew .cntflx-media {
	position: relative;
	width: 58%;
	padding-top: 44%;
}
.cfslsh-slidew .cntflx-media img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.cntflx-cblks {
	padding-left: 4.7%;
	padding-right: 4.7%;
}
.cntflx-blkrowsw {
	display: flex;
	flex-wrap: wrap;
	padding: 0 1%;
}
.cntflx-blkrows2 {
	padding: 0 3.5%;
}
.cntflx-blkrows2 .cntflx-blkcs {
	width: 50%;
	padding: 0 5%;
}
.cntflx-blkrows3 .cntflx-blkcs {
	width: 33.333%;
	padding: 0 2.5%;
}
.cntflx-blkrows2 .cntflx-blkcs.cntflx-blkcsbg {
	width: 50%;
	padding: 0 1.5%;
}
.cntflx-blkrows3 .cntflx-blkcs.cntflx-blkcsbg {
	width: 33.333%;
	padding: 0 0.75%;
}
.cntflx-blkcs {
	display: flex;
	box-sizing: border-box;
}
.cntflx-blkcs.cntflx-blkcsbg {
	color: #F4F4E8;
}
.cntflx-blkcsw {
	width: 100%;
	background-size: cover;
	background-position: 50% 50%;
	text-align: center;
}
.cntflx-blkcs.cntflx-blkcsbg .cntflx-blkcsw {
	padding: 6vw 7% calc(6vw - 25px);
	border-radius: 14px;
	box-sizing: border-box;
	width: 100%;
}
.cntflx-blkcsw .cntflx-media {
	margin-bottom: 20px;
}
.cntflx-blkcsw .cntflx-media img {
	width: auto;
	max-width: 100%;
}
.cntflx-blkcsw .htxt {
}
.cntflx-accrd {
	padding-left: 4.7%;
	padding-right: 4.7%;
}
.cntflx-accritems {
	padding: 0 7%;
}
.accr {
	border-top: 1px solid rgba(0, 0, 0, 0.40);
	padding: 30px 0;
}
.accr:nth-child(1) {
	border-top: 0px;
}
.accrh {
	position: relative;
	cursor: pointer;
}
.accrh::after {
	content: '+';
	position: absolute;
	top: calc(50% - 20px);
	right: 0px;
	display: inline-block;
	font-size: 30px;
	transition: 0.3s linear;
}
.accropen .accrh::after {
	top: calc(50% - 16px);
	transform: rotate(225deg) translateZ(1px);
}
.accrc {
	display: none;
	padding: 15px 0 0;
	line-height: 35px;
}
.cntflx-slider {
	padding-left: 4.7%;
	padding-right: 4.7%;
}
.cntflx-sldritems {
	left: -12px;
	width: calc(100% + 24px);
}
.cntflx-sldritem {
}
.cntflx-sldritemw {
	padding: 0 12px;
	box-sizing: border-box;
}
.cntflx-sldritemw a {
	display: block;
}
.cntflx-sldritem .cntflx-media {
	margin-bottom: 10px;
}
.cntflx-sldritem .cntflx-media img {
	border-radius: 10px;
	max-width: 100%;
}
.cntflx-sldrtxt {
}
.cntflx-sldrdesc {
	font-size: 16px;
	line-height: 22px;
}
.slick-prev, .slick-next {
	position: absolute;
	top: -60px;
	cursor: pointer;
	height: 18px;
	width: 17px;
	z-index: 10;
	background-image: url('images/arrow-dark-right.svg');
	background-size: contain;
	background-repeat: no-repeat;
}
.slick-prev {
	left: calc(100% - 63px);
	transform: scaleX(-1);
}
.slick-next {
	left: calc(100% - 29px);
}
.cntflx-tbl {
	padding-left: 4.7%;
	padding-right: 4.7%;
}
.cntflx-tblitems {
}
.cntflx-tblitem {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(0, 0, 0, 0.40);
	padding: 35px 0;
}
.cntflxtbli-info {
	width: 23%;
	box-sizing: border-box;
	padding: 0 2.5% 0 0;
}
.cntflxtbli-info .cpybold {
	margin: 0 0 5px 0;
}
.cntflxtbli-info .ctitlesml span {
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #13110C;
	margin: 0 4px 1px;
}
.cntflxtbli-desc {
	width: calc(77% - 168px);
	box-sizing: border-box;
	padding: 0 2% 0 0;
}
.cntflxtbli-link {
	width: 168px;
	padding: 10px 0 0;
}
.cntflx-ccols {
	padding-left: 4.7%;
	padding-right: 4.7%;
}
.cntflx-ccols .cntflxw {
	max-width: 2000px;
	margin: 0 auto;
}
.cntflxcntcols-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.cntflxcntcols-row .cntflx-media img, .cntflxcntcols-row .cntflx-media video {
	border-radius: 10px;
}
.cntflxcntcr-txttxt .cntflxcntcr-col1 {
	width: 50%;
	box-sizing: border-box;
	padding: 30px 3.5% 5px 2.5%;
}
.cntflxcntcr-txttxt .cntflxcntcr-col2 {
	width: 50%;
	box-sizing: border-box;
	padding: 30px 11% 5px 2.5%;
}
.cntflxcntcr-mediamedia .cntflxcntcr-col1 {
	width: calc(50% - 2.5%);
	margin-right: 2.5%;
}
.cntflxcntcr-mediamedia .cntflxcntcr-col2 {
	width: calc(50% - 2.5%);
	margin-left: 2.5%;
}
.cntflxcntcr-mediatxt .cntflxcntcr-col1 {
	width: calc(50% - 2.5%);
	margin-right: 2.5%;
}
.cntflxcntcr-mediatxt .cntflxcntcr-col2 {
	width: 50%;
	box-sizing: border-box;
	padding: 30px 11% 5px 2.5%;
}
.cntflxcntcr-txtmedia .cntflxcntcr-col1 {
	width: 50%;
	box-sizing: border-box;
	padding: 30px 3.5% 5px 2.5%;
}
.cntflxcntcr-txtmedia .cntflxcntcr-col2 {
	width: calc(50% - 2.5%);
	margin-left: 2.5%;
}
.cntflx-cat {
	padding-left: 4.7%;
	padding-right: 4.7%;
}
.cntflx-cat .cntflxw {
	position: relative;
	left: -12px;
	width: calc(100% + 24px);
	display: flex;
	flex-wrap: wrap;
}
.wpcf7 {
	margin-top: 60px;
}
.cffield {
	margin-bottom: 10px;
}
.cffield p {
	margin: 0;
}
.cffield input, .cffield textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 17px 20px;
	border-radius: 10px;
	border: 1px solid rgba(19, 17, 12, 0.40);
	box-shadow: none;
	background-color: transparent;
	font-size: 19px;
	line-height: 25px;
	font-weight: 300;
}
.cfsubmit {
	position: relative;
	width: 210px;
	margin-top: 40px;
}
.cfsubmit::after {
	top: 17px;
	right: 62px;
	pointer-events: none;
}
.cfsubmit input {
	cursor: pointer;
	box-shadow: none;
}
.cffield input::-moz-placeholder, .cffield textarea::-moz-placeholder {
	opacity: 1;
	color: #00000066;
}
.cffield input::-webkit-input-placeholder, .cffield textarea::-webkit-input-placeholder {
	color: #00000066;
}
.cffield input:focus, .cffield input:focus::-webkit-input-placeholder, .cffield textarea:focus, .cffield textarea:focus::-webkit-input-placeholder {
	color: #00000066;
}


/* category */
#category {
	padding: 200px 4.7% 100px;
	background-color: #F4F4E8;
}
.cath {
	margin-bottom: 80px;
}
.category-title {
}
.catw {
	position: relative;
	left: -12px;
	width: calc(100% + 24px);
	display: flex;
	flex-wrap: wrap;
}
.postitem {
	width: 25%;
	padding: 0 12px 65px;
	box-sizing: border-box;
}
.postiw {
}
.postiw a {
	display: block;
}
.posti-img {
	position: relative;
	padding-top: 89.7%;
	background-color: #EEE;
	margin-bottom: 15px;
	overflow: hidden;
	border-radius: 10px;
}
.posti-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.posti-title.cpybold {
	margin-bottom: 8px;
}
.posti-meta {
	margin-bottom: 8px;
}
.posti-meta span {
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #13110C;
	margin: 0 4px 1px;
}
.posti-desc::after {
	content: '';
	display: block;
	background-image: url('images/arrow-dark-right.svg');
	background-size: contain;
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	margin-top: 14px;
}


/* single */
.stdpost {
	padding: 180px 0 140px;
	background-color: #F4F4E8;
}
.posth {
	margin-bottom:  80px;
}
.posthw {
	position: relative;
}
.posthnomedia .cntflxban-txtw {
	position: static;
}
.stdpost .posthnomedia .posti-meta span { 
	background-color: #13110C;
}
.stdpost .posti-meta span { 
	background-color: #F4F4E8;
}
.posti-content {
	padding: 0 4.7%;
}
.posti-content .htxt {
	max-width: 1100px;
	margin: 0 auto;
}
.posti-content .htxt table {
	max-width: 100%;
}
.navigation.pagination {
	background-color: #F4F4E8;
	text-align: center;
	padding: 0 4.7% 80px;
}
.navigation.pagination h2 {
	display: none;
}
.nav-links {
}
.page-numbers {
	display: inline-block;
	box-sizing: border-box;
	color: inherit;
	text-decoration: none;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #13110C;
	padding: 0px 14px;
	border: 0px;
	transition: 0.3s linear;
	border-radius: 23px;
	margin: 0 2px 4px;
}
.page-numbers.current {
	text-decoration: none;
	font-weight: 700;
}


/* footer */
#footer {
	position: relative;
	background-image: url('images/footer.jpg'); 
	background-size: cover;
	background-position: 50% 50%;
	padding: 110px 3.2% 80px;
}
.ftrw {
	display: flex;
	flex-wrap: wrap;
	color: #F4F4E8;
}
.ftrw .htxt {
	position: relative;
	z-index: 20;
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 0 auto 60px;
	box-sizing: border-box;
	padding: 0 20%;
}
.ftrr {
	position: absolute;
	top: 70px;
	right: 3.2%;
	width: calc(20% - 1.6%);
}
.fsocial {
	width: 100%;
}
.fsocial .textwidget {
	display: flex;
	justify-content: center;
}
.socicon {
	position: relative;
	display: flex;
	background-size: 60%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 36px;
	height: 36px;
	border: 2px solid #F4F4E8;
	border-radius: 50%;
	margin: 0 3px 6px;
}
.socicon-facebook {
	background-image: url('images/social-facebook.svg');
}
.socicon-instagram {
	background-image: url('images/social-instagram.svg');
}
.socicon-x {
	background-size: 40%;
	background-image: url('images/social-x.svg');
}
.socicon-linkedin {
	background-image: url('images/social-linkedin.svg');
	background-size: 15px auto;
}
.socicon-youtube {
	background-image: url('images/social-youtube.svg');
}