/*
Theme Name: Grumeti Fund
Theme URI: 
Update URI: grumeti-fund-ninepoint-theme
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: #2B2114;
	font-size: 15px; 
	font-family: "sofia-pro", sans-serif;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	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: #93871D;
	font-weight: 400;
}
a:focus,
a:active {
	text-decoration: underline;
}

/* =Menu */
.mainmenu li {
	padding: 0 0 15px 0;
}
.mainmenu li.menuselected {
}
.mainmenu a:link, .mainmenu a:visited {
	color: #FFF;
	font-family: "kensington", sans-serif;
	font-size: 100px;
	line-height: 90px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.3s linear;
	position: relative;
	padding: 0 46px 0 0;
}
.mainmenu > li.menu-item-has-children > a::after, .mainmenu > li.menu-item-has-children > a::before {
	content: '';
	position: absolute;
	right: 0;
	z-index: 4;
	top: calc(50% - 5px);
	width: 26px;
	height: 26px;
	box-sizing: border-box;
	border: 2px solid #FFF;
	border-radius: 50%;
	background-image: url('images/icon_arrow_right.svg');
	background-size: 14px 13px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	transition: 0.3s linear;
	opacity: 1;
}
.mainmenu > li.menu-item-has-children > a::before {
	z-index: 2;
	opacity: 0;
}
.mainmenu > li.menu-item-has-children:nth-child(7n+1) > a::before {
	border: 2px solid #BABED8;
	background-image: url('images/icon_arrow_right_purple.svg');
}
.mainmenu > li.menu-item-has-children:nth-child(7n+2) > a::before {
	border: 2px solid #2B2114;
	background-image: url('images/icon_arrow_rightd.svg');
}
.mainmenu > li.menu-item-has-children:nth-child(7n+3) > a::before {
	border: 2px solid #A37136;
	background-image: url('images/icon_arrow_right_brown.svg');
}
.mainmenu > li:nth-child(7n+1) > a:hover, li.menuselected:nth-child(7n+1) > a {
	color: #BABED8;
}
.mainmenu > li:nth-child(7n+2) > a:hover, li.menuselected:nth-child(7n+2) > a {
	color: #2B2114;
}
.mainmenu > li:nth-child(7n+3) > a:hover, li.menuselected:nth-child(7n+3) > a {
	color: #A37136;
}
.mainmenu > li:nth-child(7n+4) > a:hover, li.menuselected:nth-child(7n+4) > a {
	color: #CCB191;
}
.mainmenu > li:nth-child(7n+5) > a:hover, li.menuselected:nth-child(7n+5) > a {
	color: #D0B729;
}
.mainmenu > li:nth-child(7n+6) > a:hover, li.menuselected:nth-child(7n+6) > a {
	color: #93871D;
}
.mainmenu > li:nth-child(7n+7) > a:hover, li.menuselected:nth-child(7n+7) > a {
	color: #E74A00;
}
.mainmenu > li:nth-child(7n+1) a:hover::after, li.menuselected:nth-child(7n+1) a::after {
	opacity: 0;
}
.mainmenu > li:nth-child(7n+2) a:hover::after, li.menuselected:nth-child(7n+2) a::after {
	opacity: 0;
}
.mainmenu li:nth-child(7n+3) a:hover::after, li.menuselected:nth-child(7n+3) a::after {
	opacity: 0;
}
.mainmenu > li:nth-child(7n+1) a:hover::before, li.menuselected:nth-child(7n+1) a::before {
	opacity: 1;
}
.mainmenu > li:nth-child(7n+2) a:hover::before, li.menuselected:nth-child(7n+2) a::before {
	opacity: 1;
}
.mainmenu li:nth-child(7n+3) a:hover::before, li.menuselected:nth-child(7n+3) a::before {
	opacity: 1;
}
.mainmenu li:nth-child(7n+4) a:hover::after, li.menuselected:nth-child(7n+4) a::after {
	/*border: 2px solid #CCB191;*/
}
.mainmenu li:nth-child(7n+5) a:hover::after, li.menuselected:nth-child(7n+5) a::after {
	/*border: 2px solid #D0B729;*/
}
.mainmenu li:nth-child(7n+6) a:hover::after, li.menuselected:nth-child(7n+6) a::after {
	/*border: 2px solid #93871D;*/
}
.mainmenu li:nth-child(7n+7) a:hover::after, li.menuselected:nth-child(7n+7) a::after {
	/*border: 2px solid #E74A00;*/
}
.mainmenu ul {
	display: none;
	position: absolute;
	top: 5px;
	left: 52%;
	list-style: none;
	max-width: 280px;
}
.mainmenu ul li {
	padding: 0 0 30px 0;
}
.mainmenu ul li a:link, .mainmenu ul li a:visited {
	font-family: "sofia-pro", sans-serif;
	color: #2B2114;
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.mainmenu ul li a:hover {
	color: #2B2114;
}
.mainmenu ul ul {
	display: block;
	position: static;
	left: 0;
	width: auto;
}
	

/* 404 */
.result-404 { padding: 18vw 4% 15vw; text-align: center; }
.result-404 .entry-title { font-size: 32px; line-height: 36px; padding-bottom: 30px }

/* ----------------------------- 
Theme Custom 
----------------------------- */
p {
	font-weight: 300;
	line-height: 23px;
	margin-bottom: 30px;
}
.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;
}
.contentouter {
	padding: 120px 0 0;
}
.pgtph .contentouter {
	padding: 0;
}
.stdh {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2000;
	padding: 22px 0 19px 3.2%;
	height: 130px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-content: center;
	background-color: #E6E4DE;
	transition: 0.3s linear;
}
.pgtph .stdh.floath {
	background-color: #E6E4DE;
}
.pgtph .stdh {
	background-color: transparent;
}
.hlogo {
	position: relative;
	width: 251px;
}
.hlogo a {
	display: block;
}
.hlogo img {
	width: 100%;
}
.pgtph .stdh .logostd {
	position: relative;
	opacity: 0;
	z-index: 4;
	transition: 0.3s linear;
}
.pgtph .stdh.floath .logostd, .pgtph.hmopen .stdh .logostd {
	opacity: 1;
}
.logostd {
}
.logow {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
}
.pgtph .logow {
	opacity: 1;
}
.hdright {
	display: flex;
	align-items: center;
}
.hdright .widget {
	margin: 0 25px 0 0;
}
.hdright .widget p {
	margin: 0;
}
.hdright .widget .clinkrectred {
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.2em;
	padding: 12px 0 12px 0;
	width: 180px;
}
.hdright .widget .clinkrectred::after {
	margin: -5px 0 0 10px;
}
.hdright .widget-title {
	display: none;
}
.hmtog {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background-color: #A37136;
	box-sizing: border-box;
	padding: 15px 15px;
	cursor: pointer;
	transition: 0.3s ease-out;
}
.pgtph .hmtog {
	background-color: rgba(255, 255, 255, 0.20);
}
.pgtph .stdh.floath .hmtog {
	background-color: #A37136;
}
#page.hmopen .hmtog {
	background-color: #BABED8;
}
.hmtog:hover {
	background-color: rgba(231, 74, 0, 1);
}
.hmtog div {
	position: relative;
	width: 20px;
	height: 0.1em;
	background-color: #E6E4DE;
}
.hmopen .hmtog div:nth-child(1) {
	transform: rotate(45deg) translateZ(1px);
	transform-origin: top left;
	width: 30px;
	top: -3px;
	left: 5px;
}
.hmopen .hmtog div:nth-child(2) {
	display: none;
}
.hmopen .hmtog div:nth-child(3) {
	transform: rotate(-45deg) translateZ(1px);
	transform-origin: top left;
	width: 30px;
	top: 3px;
	left: 4px;
}
.hmenu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: 1900;
	background-color: #E6E4DE;
	overflow-y: auto;
	box-sizing: border-box;
	padding: 180px 0 50px 4%;
}
.hmenu.hmenuwext .mainmenu {
	width: 51%;
}
.hmenu.hmenuwext .hmenuimgblk {
	width: calc(49% - 2.7%);
}
.mainmenu {
	width: 33.5%;
	position: relative;
	margin: 0;
	list-style: none;
}
.hmenuimgblk {
	position: absolute;
	top: 180px;
	right: 0;
	width: calc(66.5% - 2.7%);
	height: calc(100% + 50px);
	transition: 0.3s linear;
}
.hmimg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: 0.5s linear;
	text-align: center;
}
.hmimg img {
	max-width: 100%;
	max-height: 100%;
}
.hmimgc {
	position: static;
	opacity: 1;
}
.ctitledate {
	color: rgba(255, 255, 255, 0.70);
	font-family: "kensington", sans-serif;
	font-size: 170px;
	line-height: 140px;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
}
.ctitleh1 {
	font-family: "kensington", sans-serif;
	font-size: 130px;
	line-height: 120px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.ctitleh2 {
	font-family: "kensington", sans-serif;
	font-size: 100px;
	line-height: 90px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.ctitleh3 {
	font-family: "kensington", sans-serif;
	font-size: 70px;
	line-height: 65px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.ctitleh4 {
	font-family: "kensington", sans-serif;
	font-size: 55px;
	line-height: 52px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.ctitleh5 {
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	text-transform: uppercase;
}
.ctitlelargeintro {
	font-size: 32px;
	line-height: 38px;
	font-weight: 500;
	margin-bottom: 15px;
}
.ctitleintro {
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
	margin-bottom: 15px;
}
.ctitlesubhead {
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.ctxtlrg {
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
}
.clinkrectbrown, .clinkrectgreen, .clinkrectpurple, .clinkrectred, .clinkrectacacia, .contact-widget .nssusubmit {
	display: inline-block;
	position: relative;
	z-index: 10;
	color: #FFF !important;
	font-size: 13px;
	line-height: 13px;
	font-weight: 400;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none !important;
	padding: 15px 0 15px 0;
	background-size: contain;
	background-repeat: no-repeat;
	box-sizing: border-box;
	width: 164px;
	text-align: center;
	white-space: nowrap;
}
.clinkrectbrown a, .clinkrectgreen a, .clinkrectpurple a, .clinkrectred a, .clinkrectacacia a {
	text-decoration: none;
	color: inherit;
}
.clinkrectbrown::after, .clinkrectgreen::after, .clinkrectpurple::after, .clinkrectred::after, .clinkrectacacia::after, .contact-widget .nssusubmit::after {
	content: '';
	width: 12px;
	height: 11px;
	background-image: url('images/icon_arrow_right.svg');
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 10px;
}
.clinkrectbrown:hover, .clinkrectgreen:hover, .clinkrectpurple:hover, .clinkrectred:hover, .clinkrectacacia:hover, .contact-widget .nssusubmit:hover {
	background-image: none;
}
.clinkrectbrown:hover::before, .clinkrectgreen:hover::before, .clinkrectpurple:hover::before, .clinkrectacacia:hover::before, .contact-widget .nssusubmit:hover::before {
	opacity: 0;
}
.clinkrectbrown:hover::before, .clinkrectgreen:hover::before, .clinkrectpurple:hover::before, .clinkrectred:hover::before, .clinkrectacacia:hover::before, .contact-widget .nssusubmit:hover::before {
	opacity: 1;
}
.clinkrectbrown::before, .clinkrectgreen::before, .clinkrectpurple::before, .clinkrectred::before, .clinkrectacacia::before, .contact-widget .nssusubmit::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: -1;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0;
}
.clinkrectbrown, .contact-widget .nssusubmit {
	background-image: url('images/btn_brown_off.svg');
}
.clinkrectgreen {
	background-image: url('images/btn_green_off.svg');
}
.clinkrectpurple {
	background-image: url('images/btn_purple_off.svg');
}
.clinkrectred {
	background-image: url('images/btn_red_off.svg');
}
.clinkrectacacia {
	background-image: url('images/btn_acacia_off.svg');
}
.clinkrectbrown::before, .contact-widget .nssusubmit::before {
	background-image: url('images/btn_brown_on.svg');
}
.clinkrectgreen::before {
	background-image: url('images/btn_green_on.svg');
}
.clinkrectpurple::before {
	background-image: url('images/btn_purple_on.svg');
}
.clinkrectred::before {
	background-image: url('images/btn_red_on.svg');
}
.clinkrectacacia::before {
	background-image: url('images/btn_acacia_on.svg');
}
.htxt ul {
	margin: 0 0 30px 14px;
}
.htxt ol {
	margin: 0 0 30px 14px;
}
.htxt li {
	font-weight: 300;
	line-height: 23px;
}


/* content flexible */
.cntflx-txtAcacia {color: #D0B729;}
.cntflx-txtCanvas {color: #CCB191;}
.cntflx-txtBone {color: #E6E4DE;}
.cntflx-txtDelonix {color: #E74A00;}
.cntflx-txtHyena {color: #825a2b;}
.cntflx-txtKopje {color: #BABED8;}
.cntflx-txtMist {color: #F6F4F0;}
.cntflx-txtSavannah {color: #93871D;}
.cntflx-bgAcacia {background-color: #D0B729;}
.cntflx-bgCanvas {background-color: #CCB191;}
.cntflx-bgBone {background-color: #E6E4DE;}
.cntflx-bgDelonix {background-color: #E74A00;}
.cntflx-bgHyena {background-color: #825a2b;}
.cntflx-bgKopje {background-color: #BABED8;}
.cntflx-bgMist {background-color: #F6F4F0;}
.cntflx-bgSavannah {background-color: #93871D;}
.cntflx-txtlight {color: #FFF;}
.cntflx-txtdark {color: #2B2114;}
.cntflxrow {
	line-height: 0;
}
.cntflxw {
}
.cntflx-lmediatxt {
	line-height: 0;
}
.cntflx-ftxt {
	padding-left: 4%;
	padding-right: 4%;
}
.cntflx-ftxt .htxt {
	max-width: calc(1020px - 8%);
	margin: 0 auto;
}
.cntflx-ftxt .htxt.htxtla {
	margin: 0;
}
.cntflx-fmedia {
}
.cntflro-inset.cntflx-blocks2 {
	padding-left: 4%;
	padding-right: 4%;
}
.cntflro-inset.cntflx-blocks3 {
	padding-left: 4%;
	padding-right: 4%;
}
.cntflx-gblocks {
	padding-left: 1.3%;
	padding-right: 1.3%;
}
.cntflx-lblog {
	padding-left: 4%;
	padding-right: 4%;
}
.cntflro-padtop {
	padding-top: 50px;
}
.cntflro-padbtm {
	padding-bottom: 50px;
}
.cntflro-padtopl {
	padding-top: 120px;
}
.cntflro-padbtml {
	padding-bottom: 120px;
}
.cntflro-mtop {
	margin-top: 50px;
}
.cntflro-mbtm {
	margin-bottom: 50px;
}
.cntflro-mtopl {
	margin-top: 120px;
}
.cntflro-mbtml {
	margin-bottom: 120px;
}
.cntflro-inset {
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
}
.cntflx-slsh {
	width: 100%;
	line-height: 0;
}
.cntflxslsh-slide {
	width: 100%;
	height: 100%;
	position: relative;
}
.cntflxslsh-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cntflx-media {
	position: relative;
}
.cntflx-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cntflx-media video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cntflx-media iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
}
.cntflx-txtbls {
}
.cntflx-txtbl {
}
.cntflx-txt {
}
.cntflx-txt .htxt {
}
.cntflx-txt .htxt .ctitleh4 {
	margin-bottom: 0px;
}
.cntflx-txt .htxt .ctitlesubhead {
	margin-bottom: 25px;
}
.cntflx-mdtxt {
	display: flex;
	line-height: 0;
}
.cntflx-mdtxt.cntflx-mdtxtalt {
}
.cntflx-mdtxt .cntflx-media, .cntflx-mdtxt .cntflx-slsh {
	width: 69.3%;
}
.cntflx-mdtxt .cntflx-txtbl, .cntflx-mdtxt .cntflx-txtbls {
	width: 30.7%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
.cntflx-mdtxt.cntflx-mdtxt-lmediastxt .cntflx-media, .cntflx-mdtxt.cntflx-mdtxt-lmediastxt .cntflx-slsh {
	width: 75%;
}
.cntflx-mdtxt.cntflx-mdtxt-lmediastxt .cntflx-txtbl, .cntflx-mdtxt.cntflx-mdtxt-lmediastxt .cntflx-txtbls {
	width: 25%;
}
.cntflx-mdtxt .cntflx-txtbl .htxt, .cntflx-mdtxt .cntflx-txtbls .htxt {
	width: 100%;
	box-sizing: border-box;
	padding: 40px 12% 25px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.cntflx-mdtxt .cntflx-txtbl .cntflx-txtatop.htxt, .cntflx-mdtxt .cntflx-txtbls .cntflx-txtatop.htxt {
	align-content: start;
}
.cntflx-mdtxt .cntflx-txtbl .cntflx-txtabottom.htxt, .cntflx-mdtxt .cntflx-txtbls .cntflx-txtabottom.htxt {
	align-content: end;
}
.cntflx-mdtxt .cntflx-txtbl .htxt p, .cntflx-mdtxt .cntflx-txtbls .htxt p {
	max-width: 350px;
	margin-bottom: 15px;
}
.cntflx-mdtxt .cntflx-txtbl .htxt div, .cntflx-mdtxt .cntflx-txtbls .htxt div, .cntflx-mdtxt .cntflx-txtbl .htxt p, .cntflx-mdtxt .cntflx-txtbls .htxt p {
	width: 100%;
}
.cntflx-ovrl {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: 1500;
	display: flex;
	box-sizing: border-box;
	padding: 5.5vw 4%;
}
.cntflx-ovrl .htxt {
	color: #FFF;
	max-width: 860px;
}
.cntflxovp-tc {
	align-items: start;
	justify-content: center;
}
.cntflxovp-tl {
	align-items: start;
	justify-content: start;
}
.cntflxovp-cl {
	align-items: center;
	justify-content: start;
}
.cntflxovp-cc {
	align-items: center;
	justify-content: center;
}
.cntflxovp-bl {
	align-items: end;
	justify-content: start;
}
.cntflxovp-bc {
	align-items: end;
	justify-content: center;
}
.cntflx-fmw {
	position: relative;
}
.cntflx-gbitems {
}
.cntflx-gbitem {
	position: relative;
	width: calc(33.333% - 10px);
	padding-top: 30.1%;
	margin: 0 5px 10px;
}
.cntflx-gbitem a {
	display: block;
}
.cntflxgbi-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	background-size: cover;
}
.cntflxgbi-img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
	transition: 0.3s linear;
	opacity: 0.5;
}
.cntflxgbi-txt {
	display: flex;
	align-content: end;
	flex-wrap: wrap;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: 4;
	color: #FFF;
	box-sizing: border-box;
	padding: 20px 18px 5px;
}
.cntflxgbi-txt .ctitleh3 {
	width: 100%;
	display: block;
	transition: 1s linear;
}
.cntflxgbi-txt .ctitlesubhead {
	width: 100%;
	max-width: 270px;
}
.cntflxgbi-txt .cntflxgbi-desc {
	width: 100%;
	max-height: 0;
	font-weight: 300;
	overflow-y: hidden;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.cntflxgbi-txt .cntflxgbi-desc::after {
	content: '';
	display: block;
	width: 28px;
	height: 28px;
	border: 2px solid #FFF;
	box-sizing: border-box;
	border-radius: 50%;
	margin-top: 12px;
	margin-bottom: 15px;
	background-image: url('images/icon_arrow_right.svg');
	background-size: 15px 14px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.cntflx-gbitem a:hover > .cntflxgbi-img::after, .cntflx-gbitem:hover > .cntflxgbi-img::after {
	opacity: 1;
}
.cntflx-gbitem a:hover > .cntflxgbi-txt .ctitleh3, .cntflx-gbitem:hover > .cntflxgbi-txt .ctitleh3 {
	display: none;
}
.cntflx-gbitem a:hover > .cntflxgbi-txt .cntflxgbi-desc, .cntflx-gbitem:hover > .cntflxgbi-txt .cntflxgbi-desc {
	max-height: 100px;
	transition-property: all;
	transition-duration: 2s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.cntflx-blkrow {
	display: flex;
}
.cntflx-blkrow2 .cntflx-blkcol {
	display: flex;
	align-items: center;
}
.cntflx-blkrow2 .cntflx-txtbl {
	display: flex;
	width: 47.5%;
}
.cntflx-blkrow2.cntflx-blkrnogap .cntflx-blkcolmd:nth-child(1), .cntflx-blkrow2.cntflx-blkrnogap .cntflx-txtbl:nth-child(1) {
	margin: 0;
}
.cntflx-blkrow2 .cntflx-blkcolmd:nth-child(1), .cntflx-blkrow2 .cntflx-txtbl:nth-child(1) {
	margin: 0 5% 0 0;
}
.cntflx-blkrow2 .cntflx-blkcoltxt {
	padding: 30px 8% 15px;
}
.cntflx-blkrow2 .cntflx-blkcolmd {
	width: 47.5%;
}
.cntflx-blkrow2.cntflx-blkrnogap .cntflx-blkcol {
	width: 50%;
}
.cntflx-blkrow3 .cntflx-blkcol {
}
.cntflx-blkrow3 .cntflx-blkcolmd, .cntflx-blkrow3 .cntflx-txtbl {
	width: 33.333%;
	padding: 0;
}
.cntflx-blkrow3.cntflx-blkcol-lss .cntflx-blkcol, .cntflx-blkrow3.cntflx-blkcol-lss .cntflx-txtbl, .cntflx-blkrow3.cntflx-blkcol-lss .cntflx-txtbls, .cntflx-blkrow3.cntflx-blkcol-ssl .cntflx-blkcol, .cntflx-blkrow3.cntflx-blkcol-ssl .cntflx-txtbl, .cntflx-blkrow3.cntflx-blkcol-ssl .cntflx-txtbls {
	width: 25%;
}
.cntflx-blkrow3.cntflx-blkcol-lss .cntflx-blkcol:nth-child(1), .cntflx-blkrow3.cntflx-blkcol-lss .cntflx-txtbl:nth-child(1) {
	width: 50%;
}
.cntflx-blkrow3.cntflx-blkcol-ssl .cntflx-blkcol:nth-child(3), .cntflx-blkrow3.cntflx-blkcol-ssl .cntflx-txtbl:nth-child(3) {
	width: 50%;
}
.cntflx-blkrow3.cntflx-blkcol-lss .cntflx-txtbl .cntflx-blkcol, .cntflx-blkrow3.cntflx-blkcol-ssl .cntflx-txtbl .cntflx-blkcol, .cntflx-blkrow3.cntflx-blkcol-lss .cntflx-txtbls .cntflx-blkcol, .cntflx-blkrow3.cntflx-blkcol-ssl .cntflx-txtbls .cntflx-blkcol {
	width: 100%;
}
.cntflx-blkrow3 .cntflx-txtbl, .cntflx-blkrow3 .cntflx-txtbls {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
.cntflx-blkrow3 .cntflx-txtbl .htxt, .cntflx-blkrow3 .cntflx-txtbls .htxt {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.cntflx-blkrow3 .cntflx-txtbl .htxt div, .cntflx-blkrow3 .cntflx-txtbls .htxt div, .cntflx-blkrow3 .cntflx-txtbl .htxt p, .cntflx-blkrow3 .cntflx-txtbls .htxt p {
	width: 100%;
}
.cntflx-blkcol {
}
.cntflx-blkcoltxt {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 40px 12% 25px;
}
.cntflx-blkcolmd {
}
.cntflx-blkcolmd img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cntflx-blkcolmd video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cntflx-icols {
}
.cntflx-icolitems {
	/*column-count: 3;*/
	padding: 0 4.5% 0 8%;
	display: flex;
	flex-wrap: wrap;
}
.cntflx-icitem {
	/*width: 100%;
	padding: 0 16% 5px 0;
	*/
	width: 33.33%;
	padding: 0 5% 5px 0;
	box-sizing: border-box;
}
.cntflx-icitem a {
	display: block;
}
.cntflxici-img {
	display: flex;
	align-items: center;
	height: 150px;
	margin-bottom: 15px;
}
.cntflxici-img img {
	max-width: 100%;
	max-height: 100%;
}
.cntflxgbi-desc {
	line-height: 23px;
}
.lblogh {
	display: flex;
	justify-content: space-between;
	margin: 0 0 20px;
}
.lblogh .htxt {
	padding: 0 20px 0 0;
}
.lblogw {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: calc(100% + 24px);
	left: -12px;
}
.lblogw .posti-txt {
	padding: 0;
}
.lblogw .posti-txt::after {
	opacity: 1;
}
.lblogw .posti-intro {
	display: none;
}
.lblogw .posti-img::after {
	opacity: 0 !important;
}


/* blog */
#index {
}
.idxh {
	display: flex;
	padding: 40px 4.6% 15px 4.6%;
	background-color: #f6f4f0;
}
.idxhl {
	width: 75%;
	box-sizing: border-box;
	padding: 0 10% 0 0;
}
.idxhl .ctitleh2 {
}
.idxcats {
}
.idxcats a {
	display: inline-block;
	vertical-align: top;
	color: #FFF;
	background-color: #E6E4DE;
	margin: 0 25px 25px 0;
}
.idxcats a span {
	display: block;
	padding: 4px 17px 6px;
}
.idxhr {
	width: 25%;
	padding: 20px 0 0;
	max-width: 380px;
}
.idxft .postitem {
	width: 100%;
	margin: 0;
}
.idxft .postitem a {
	display: flex;
}
.idxft .posti-img {
	width: 66%;
	padding-top: 41.3%;
	margin: 0;
}
.idxft .posti-img .posti-cat {
	display: none;
}
.idxft .posti-txt {
	width: 34%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	padding: 20px 4.2%;
}
.idxft .posti-txt::after {
	opacity: 1;
}
.idxft .posti-img::after {
	opacity: 0 !important;
}
.idxft .posti-txt .posti-cat {
	position: static;
	display: block;
	border: 1px solid #E6E4DE;
	color: #E6E4DE;
	margin-bottom: 4vw;
}
.idxft .posti-date {
	font-size: 15px;
	line-height: 23px;
	font-weight: 400;
}
.idxw {
	display: flex;
	flex-wrap: wrap;
	background-color: #e6e4de;
	padding: 70px calc(4.7% - 24px) 0;
}
.postitem {
	width: calc(33.333% - 24px);
	margin: 0 12px 24px;
}
.posti-img {
	position: relative;
	padding-top: 62.5%;
	background-color: #EEE;
	margin-bottom: 15px;
}
.posti-img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 0;
	transition: 0.3s linear;
}
.posti-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
}
.posti-cat {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	color: #FFF;
	min-width: 100px;
	box-sizing: border-box;
	text-align: center;
	background-color: #E6E4DE;
}
.posti-cat span {
	display: block;
	padding: 4px 17px 6px;
}
.posti-txt {
	padding: 5px 20px 35px;
}
.idxw .posti-txt, .lblogw .posti-txt {
	background-color: transparent;
}
.posti-txt .posti-cat {
	display: none;
}
.posti-txt::after {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	border: 1px solid #2B2114;
	box-sizing: border-box;
	border-radius: 50%;
	margin-top: 10px;
	background-image: url('images/icon_arrow_rightd.svg');
	background-size: 15px 14px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	opacity: 0;
	transition: 0.3s linear;
}
.postitem .ctitlesubhead {
}
.posti-date {
	width: 100%;
	font-size: 13px;
	line-height: 18px;
	font-weight: 300;
	margin-bottom: 5px;
}
.posti-intro {
}
.posti-intro p {
	margin-bottom: 20px;
}
.postitem a:hover > .posti-txt::after {
	opacity: 1;
}
.postitem a:hover >.posti-img::after {
	opacity: 0.3;
}
#category .posti-cat {
	display: none;
}
nav.pagination {
	background-color: #e6e4de;
	padding: 0 calc(4.7% - 12px) 60px;
}
nav.pagination h2 {
	display: none;
}
nav.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
}
nav.pagination .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #93871D;
	font-size: 18px;
	line-height: 18px;
	padding: 0 0 2px 0;
	font-weight: 500;
	text-decoration: none;
	border-radius: 50%;
	letter-spacing: -0.025em;
	text-transform: uppercase;
	width: 28px;
	height: 28px;
	box-sizing: border-box;
	margin: 0 7px 7px 0;
}
nav.pagination .page-numbers.current {
	border: 1px solid #93871D;
}


/* single */
.stdpost {
}
.stdph {
	display: flex;
}
.stdph .posti-img {
	width: 66%;
	padding-top: 41.3%;
	margin: 0;
}
.stdph .posti-txt {
	width: 34%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-content: end;
	padding: 20px 4.2%;
	background-color: #D0B729;
}
.stdph .posti-txt .posti-cat {
	position: static;
	display: block;
	border: 1px solid #E6E4DE;
	color: #E6E4DE;
	margin-bottom: 4vw;
	background-color: transparent;
}
.stdph .posti-date {
	font-size: 18px;
	line-height: 26px;
}
.stdp-content {
	background-color: #E6E4DE;
	padding: 75px 3.7% 115px; 
}
.stdp-contentw {
	max-width: 900px;
	margin: 0 auto;
}


/* team */
#teampg {
}
.teampgw {
	padding: 60px 3.7% 140px;
}
.team-items {
	display: flex;
	flex-wrap: wrap;
	max-width: 1530px;
	margin: 0 auto;
}
.team-item {
	width: 33.333%;
	box-sizing: border-box;
	padding: 0 12px 40px;
}
.team-item a {
	display: block;
}
.teami-img {
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	padding-top: 126.7%;
	background-color: #AAA;
}
.teami-name {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 4;
	box-sizing: border-box;
	padding: 0 10px 8px;
}
.teami-name.ctitleh4 {
	margin: 0;
}
.teami-txt {
	padding: 10px 10px 0;
}
.teami-txt.ctitlesubhead {
	margin: 0;
}
.teamprofile {
	display: flex;
	overflow: hidden;
}
.teamprfdt {
	width: 35.5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	flex-direction: column;
}
.teamprfdtw {
	width: 71.5%;
	max-width: 480px;
	align-self: end;
}
.teamprfdt .teami-txt {
	padding: 10px 10px 40px;
}
.teamprofile .htxt {
	position: relative;
	z-index: 10;
	width: 54.5%;
	max-width: 1020px;
	box-sizing: border-box;
	padding: 60px 6.5% 30px;
}
.teamprfdtbtm {
	position: relative;
	background-color: #e6e4de;
	width: 100%;
	min-height: 170px;
	flex-grow: 1;
}
.teamprfdtbtm::after {
	content: '';
	position: absolute;
	width: 300%;
	z-index: 2;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #e6e4de;
}
.teamprfbtm {
	width: 10%;
	display: flex;
}


/* reports */
#reportspg {
}
.reportsw {
	padding: 0 3.7% 100px;
}
.reports-intro {
	padding: 60px 0 1px 45px;
}
.reports-items {
	display: flex;
	flex-wrap: wrap;
	max-width: 1850px;
	margin: 0 auto;
}
.reports-item {
	position: relative;
	width: calc(33.333% - 10px);
	margin: 0 5px 10px;
	background-color: #ded5c7;
	transition: 0.3s linear;
	padding-top: 24.4%;
}
.reports-item.reports-itemvid {
	background-color: transparent;
	padding-top: 0;
	margin: 0 5px 30px;
}
.reportsiv-title, .reportsiv-desc {
	padding: 0 20px 0 0;
}
.reportsiv-embed {
	position: relative;
	padding-top: 57%;
	background-color: #ded5c7;
	margin-bottom: 20px;
}
.reports-item:hover {
	background-color: #ccb191;
}
.reports-item.reports-itemvid:hover {
	background-color: transparent;
}
.reports-item iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.reports-item a {
	position: absolute;
	z-index: 12;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
}
.reportsi-img {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 6;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	box-sizing: border-box;
	padding: 10% 14%;
	pointer-events: none;
}
.reportsi-img img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 2px;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
}
.reports-item .reportsi-title {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	pointer-events: none;
}
.reportsi-title .ctitledate {
	transition: 0.3s linear;
}
.reportsi-title .ctitledate::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 26px;
	box-sizing: border-box;
	border: 2px solid #FFF;
	border-radius: 50%;
	background-image: url('images/icon_arrow_right.svg');
	background-size: 14px 13px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin: 0 0 34px 20px;
	transition: 0.3s linear;
}
.reports-item:hover > .reportsi-title .ctitledate, .reports-item a:hover > .reportsi-title .ctitledate {
	color: rgba(255, 255, 255, 1);
}


/* standard */
.stdpg {
	padding: 75px 3.7% 115px; 
}
.stdpgw {
	max-width: 900px;
	margin: 0 auto;
}
.stdpgw .ctitleh3 {
	margin-bottom: 40px;
}
.donateteamtbl {
	margin: 30px 0;
}
.donateteamtbl td {
	padding: 0 60px 0 0;
}
.donateteamtbl a {
	position: relative;
	display: inline-block;
	color: inherit;
	text-decoration: none;
	font-weight: 300;
	padding: 0 0 0 33px;
}
.donateteamtbl a::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 17px;
	height: 13px;
	background-image: url('images/icon-email.svg');
	background-size: contain;
	background-repeat: no-repeat;
}


/* contact */
#contactpg {
}
.contactbg {
	background-size: cover;
	background-position: 50% 50%;
	padding: 140px 11%;
}
.contactw {
	display: flex;
	flex-wrap: wrap;
	max-width: 1500px;
	margin: 0 auto;
}
.contact-intro {
	width: 38.4%;
	box-sizing: border-box;
	padding: 2vw 6%;
}
.contact-intro .ctitleh3 {
	margin-bottom: 30px;
}
.contact-intro .htxt {
	margin-bottom: 30px;
}
.contact-intro .contact-details p {
	margin-bottom: 30px;
	max-width: none;
}
.contact-intro .contact-socials a.socicon {
	margin: 10px 10px 10px 0;
}
.contact-map {
	position: relative;
	width: 61.6%;
}
.contact-map img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.contact-content {
	width: 38.4%;
	box-sizing: border-box;
	padding: 55px 6% 10px;
	line-height: 0;
}
.contact-widget {
	position: relative;
	width: 61.6%;
	line-height: 0;
	box-sizing: border-box;
	padding: 55px 16% 10px 6%;
}
.contact-widgetw .widget {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	padding: 0 6% 0 0;
}
.contact-cimg {
	position: absolute;
	right: 3.5%;
	bottom: 0;
	width: 22%;
	max-height: 100%;
}
.contact-cimg img {
	width: 100%;
	border-radius: 10px 10px 0 0;
	box-shadow: 2px -4px 10px 0 rgba(0, 0, 0, 0.25);
}
.nssu {
}
.contact-widget .nssusubmit {
}
.nssufield {
	margin-bottom: 12px;
}
.nssufield input {
	padding: 7px 20px;
	border-radius: 2px;
	border: 2px solid #A37136;
	box-shadow: none;
	background-color: transparent;
	color: #A37136;
	font-size: 13px;
	font-weight: 700;
	line-height: 23px;
	letter-spacing: 0.65px;
	text-transform: uppercase;
	width: 100%;
	box-sizing: border-box;
}
.nssufield input::-moz-placeholder {
	opacity: 1;
	color: #A37136;
}
.nssufield input::-webkit-input-placeholder {
	color: #A37136;
}
.nssufield input:focus, .nssufield input:focus::-webkit-input-placeholder {
	color: #A37136;
}
.contact-widget .nssusubmit input {
	box-shadow: none;
	border: 0px;
	background-color: transparent;
	cursor: pointer;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: inherit;
	font-size: 13px;
	line-height: 13px;
	font-weight: 400;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none !important;
	padding: 15px 0 15px 0;
}
.contact-widget .nssusubmit::after {
	margin: -2px 0 0 80px;
}	
.idxhr .widget-title {
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.idxhr .nssufield {
	width: calc(100% - 12px);
	margin-right: 12px;
	margin-bottom: 0;
}
.idxhr .nssu {
	display: flex;
	align-items: center;
}
.idxhr .nssusubmit input {
	width: 28px;
	height: 28px;
	border: 1px solid #A37136;
	background-color: transparent;
	background-image: url('images/icon_arrow_right_brown.svg');
	background-size: 15px 14px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	box-sizing: border-box;
	text-indent: -9999px;
	border-radius: 50%;
	padding: 0;
}


/* popups */
.lnkpups {
	display: none;
}
.wdgtlpw {
	display: flex;
}
.wdgtlpw.wdgtlpw-imgcl {
}
.wdgtlp-img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 33.5%;
	box-sizing: border-box;
	padding: 10px;
}
.wdgtlp-img img {
	max-width: 100%;
}
.wdgtlpw.wdgtlpw-imgcl .wdgtlp-txt {
	width: 66.5%;
}
.wdgtlp-txt {
	width: 100%;
	box-sizing: border-box;
	padding: 6vw 6%;
}
.wdgtlp-txt .htxt {
	color: #FFF;
	max-width: 580px;
}
.donatelink {
	color: #2B2114;
	text-decoration: none;
}
.donatelink::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-image: url('images/icon_arrow_rightd.svg');
	background-size: contain;
	background-repeat: no-repeat;
	width: 52px;
	height: 50px;
	margin-right: 20px;
	margin-bottom: 7px;
}


/* footer */
#footer {
	background-color: #F6F4F0;
	padding: 60px 4% 10px;
}
#footer .widget-title {
	display: none;
}
.ftrtop p {
	font-size: 15px;
	line-height: 23px;
	font-weight: 400;
	margin: 0 0 15px;
}
.ftrtop {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 0 40px;
}
.contact-details {
	padding-bottom: 20px;
}
.contact-details p {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 40px 0 0;
	max-width: 400px;
	box-sizing: border-box;
}
.contact-details p:nth-child(1) {
	padding: 0 0 0 28px;
}
.contact-details p:nth-child(1)::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 14px;
	height: 17px;
	background-image: url('images/icon-location.svg');
	background-size: contain;
	background-repeat: no-repeat;
}
.contact-details p:nth-child(2) {
	padding: 0 0 0 33px;
}
.contact-details p:nth-child(2)::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 17px;
	height: 13px;
	background-image: url('images/icon-email.svg');
	background-size: contain;
	background-repeat: no-repeat;
}
.contact-details p:nth-child(3) {
	padding: 0 0 0 31px;
}
.contact-details p:nth-child(3)::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 16px;
	height: 16px;
	background-image: url('images/icon-phone.svg');
	background-size: contain;
	background-repeat: no-repeat;
}
.contact-socials {
}
a.socicon {
	position: relative;
	display: inline-block;
	vertical-align: top;
	background-size: cover;
	background-position: 50% 50%;
	margin: 0 0 20px 10px;
	width: 26px;
	height: 26px;
}
.socicon-instagram {
	background-image: url('images/social-instagram.svg');
}
.socicon-facebook {
	background-image: url('images/social-facebook.svg');
}
.socicon-x {
	background-image: url('images/social-x.svg');
}
.socicon-linkedin {
	background-image: url('images/social-linkedin.svg');
}
.socicon-youtube {
	background-image: url('images/social-youtube.svg');
}
.ftrbtm {
	display: flex;
	justify-content: end;
}
.ftrbtm p, .ftrbtm a {
	color: #2B2114;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	text-decoration: none;
	margin: 0 0 15px;
}
.ftrbtm ul {
	list-style: none;
}
.ftrbtm li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 30px;
}