/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font: 400 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: rgb(51,51,51);
	font-family: 'Source Sans Pro', sans-serif;
	
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:rgb(51,51,51);
	text-decoration:none;
}
a:hover {
	
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border: none;
}
.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
	color: inherit;
}
strong {
	font-weight: 900;
}

main .wp-block-image.size-full img {
	width: 100%;
	max-width: none;
	height: auto;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
	padding-top: 7vw;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.4;
}
/* header */
.header {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 20;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}


.header::before {
	content: '';
	position: absolute;
	background-color: #fff;
	opacity: 0;
	width: 100%;
	height: 10em;
	bottom: -10em;
	transition: all 0.5s;
	pointer-events: none;
}

.show_submenu .header::before {
	opacity: 1;
}

.header .header_inner {
	width: 95%;
	max-width: 1240px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 3em;
}

/* logo */
.logo {
	margin: 2vw 0;
	transition: margin 0.5s;
	position: relative;
}
.logo-img {
	height: 3vw;
	width: auto;
	opacity: 1;
	transition: all 0.5s;
	transform: translateX(-20%);
}


.scrld .logo {
	margin: 10px 0 0 0;
}

.scrld .logo-img {
	height: 30px;
	opacity: 0;
}

.scrld .logo-min {
	opacity: 1;
}

/* nav */
.nav {
	font-size: 21px;
	letter-spacing: 0.02em;
	font-weight: 400;
}

.nav > ul  {
	display: flex;
	justify-content: space-between;
	padding-left: 2vw;
	transition: margin 0.5s;
}

.scrld .nav > ul {
	margin-top: 0;
}

.nav li {
	list-style: none;
	margin-left: 1.5em;
}

.nav li a {
	padding: 0.5em 0.3em;
	border-bottom: 4px solid rgba(192,150,82,0);
}

.nav li.current_page_item a {
	border-bottom: 4px solid rgba(192,150,82,1);
	color: rgb(192,150,82);
}

.nav a:hover {
	color: rgb(192,150,82);
}

#menu-item-1105, #menu-item-1106 {
	position: absolute;
	top: 20px;
	right: 200px;
	display: none;
}
#menu-item-1105 > a, #menu-item-1106 > a {
	display: none;
}
#menu-item-1105 ul, #menu-item-1106 ul {
	display: flex;
	column-gap: 1em;
	font-size: 0.9em;
}

#menu-item-1105 ul li, #menu-item-1106 ul li {
	margin: 0;
}




 .menu_icon_ct {
	position: fixed;
	top: 13px;
	right: 2.5%;
	padding: 0;
	z-index: 20;
	 display: none;
}

 .menu_icon {
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	cursor: pointer;
	position: relative;
}

 .menu_icon_line {
	width: 100%;
	height: 3px;
	background-color: #000;
	opacity: 1;
	margin-top: 0;
	transform-origin: center center;
	position: absolute;
	display: inline-block;
	transition: all 0.5s;
}

 .menu_icon .line1 {
	top: auto;
	transform: translateY(10px);
}
 .menu_icon .line2 {
	top: auto;
}
 .menu_icon .line3 {
	top: auto;
	transform: translateY(-10px);
}


.menuopen .menu_icon .line1 {
	-moz-transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);
	-o-transform: rotate(45deg) translateY(0px);
	-ms-transform: rotate(45deg) translateY(0px);
	transform: rotate(45deg) translateY(0px);
	top: auto;
	margin-top: 0;
	background-color: rgb(192,150,82);
}

.menuopen .menu_icon .line2 {
	opacity: 0;
	background-color: rgb(192,150,82);
}

.menuopen .menu_icon .line3 {
	-moz-transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);
	-o-transform: rotate(-45deg) translateY(0px);
	-ms-transform: rotate(-45deg) translateY(0px);
	transform: rotate(-45deg) translateY(0px);
	top: auto;
	margin-top: 0;
	background-color: rgb(192,150,82);
}







/* sidebar */
.sidebar {

}
/* footer */
.footer {
  background-color: #000;
	padding: 3vw 0;
}

#footer_inner {
	color: #fff;
	font-size: 0.8em;
}

#footer_inner a {
	color: #fff;
}

#footer_inner a:hover {
	color: rgb(192,150,82);
}

.footer strong {
	font-weight: 700;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/



/* General */



article, .def_content_size {
	width: 95%;
	max-width: 1240px;
	margin: 0 auto;
}

.teaserbox {
	
}


.teaserbox_inner {
	padding: 3em 3em;
}

.teaserbox_inner ul {
	padding-left: 1em;
}

.contentbox svg {
	width: 100%;
	height: auto;
}

.contentbox_inner {
	padding: 3em 3em;
}



.contentbox_text > span > p, .contentbox_text > span > h4 {
	padding-right: 35%;
}

.bg_black {
	background-color: #100C0B;
	color: #fff;
}

.bg_grey {
	background-color: #E5E5E5;
}

.bg_gold {
	background-color: rgb(192,150,82);
}

.wp-block-group.bg_gold {
	color: #fff;
}


.teaserbox_inner {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 40%;
	width: 100%;
	position: relative;
}

.teaserbox_text {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 70%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 2em 3em;
}

.teaserbox_text > span {
	padding-right: 35%;
	font-size: 1.2em;
}





.prt_wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 2em;
	grid-row-gap: 2em;
}

.prt_item {
	transition: all 0.5s;
	padding-bottom: 0;
	position: relative;
	overflow: hidden;
}


.prt_img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 100%;
	cursor: pointer;
	filter: grayscale(1);
	transition: all 0.5s;
}

.prt_item.active .prt_img, .prt_item:hover .prt_img {
	filter: grayscale(0);
}

.prt_text {
	position: absolute;
	bottom: 0;
	width: 100%;
	pointer-events: none;
	opacity: 0;
	background-color: rgba(0,0,0,0.8);
	padding: 0.5em;
	transform: translateY(100%);
	transition: all 0.5s;
}

.prt_text h4 {
	margin-bottom: 0;
}

.prt_item:hover .prt_text {
	transform: translateY(0%);
	opacity: 1;
}





.team_ovl_ct {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 20;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,0.8);
	
	display: none;
}

.team_ovl_ct.active {
	display: flex;
}

.team_ovl_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	width: 95%;
	max-width: 1200px;
	padding: 30px 100px;
	/*border-top: 4px solid rgba(192,150,82,1);
	border-bottom: 4px solid rgba(192,150,82,1);*/
	position: relative;
}



.team_ovl_inner .team_box_text {
	width: 50%;
}

.team_ovl_inner, .team_ovl_inner p {
	color: #000;
	font-size: clamp(16px, 1.5vw ,18px);
	line-height: 1.6;
}

.ico_linkedin {
	height: 30px;
	width:  auto;
}

.close_ct {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 20px;
	right: 20px;
	border: 2px solid #000;
	-webkit-border-radius: 50px;
border-radius: 50px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

.close_ct:hover {
	background-color: #000;
}

.close_ct .close_line {
	width: 16px;
	height: 2px;
	background-color: #000;
	position: absolute;
}

.close_ct:hover .close_line {
	background-color: #fff;
}

.close_line.line2 {
	-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}

.team_nav {
	position: absolute;
	background-image: url(/wp-content/themes/html5blank-stable/img/ico_arrow_down.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
	opacity: 0.4;
	display: none;
}

.team_nav:hover {
	opacity: 1;
}

.team_nav.nav_prev {
	left: 20px;
	-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}

.team_nav.nav_next {
	right: 20px;
	-moz-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}


.team_box_img_ct {
	width: 45%;
	position: relative;
	padding-top: 45%;
}

.team_box_img_ct .team_box_img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}





.img_col_right {
	padding-left: 8%;
	padding-top: 2em;
}

.img_col_right .wp-block-image img {
	margin-top: -0.75em;
}

#page_testimonial .contentbox_inner {
	display: flex;
}

#page_testimonial .contentbox_image {
	width: 30%;
	padding-right: 3em;
	padding-bottom: 2em;	
}

#page_testimonial .contentbox_image_wrapper {
	border-radius: 100%;
	border: 0.4em solid #fff;
	-webkit-box-shadow: 0 0 1em 0 rgba(0,0,0,0.4);
	box-shadow: 0 0 1em 0 rgba(0,0,0,0.4);
}



#page_testimonial .contentbox_image_inner {
	width: 100%;
	padding-top: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 100%;
}

#page_testimonial .contentbox_text {
	width: 70%;
	display: flex;
	flex-direction: column;
	padding-bottom: 2em;
}

.tsm_text {
	font-style: italic;
	font-family: 'Noto Serif', serif;
	font-weight: 400;
	font-size: 36px;
	margin-bottom: 1em;
	color: #fff;
}

.tsm_name {
	text-transform: uppercase;
	font-weight: 900;
}

.pad_right_2em {
	padding-right: 2em !important;
}

.pad_right_3em {
	padding-right: 3em !important;
}

.pad_right_4em {
	padding-right: 4em !important;
}

.pad_right_5em {
	padding-right: 5em !important;
}

.pad_right_8em {
	padding-right: 8em !important;
}

.pad_right_12em {
	padding-right: 12em !important;
}


/* page specific adjustments */

#wwd_teaser .teaserbox_text > span {
	padding-right: 20%;
}

#wwd_why .col_left {
	padding-right: 6%;
}


#ec_teaser .teaserbox_text > h2 {
	padding-right: 20%;
}

#ec_teaser .teaserbox_text > span {
	padding-right: 25%;
}




#ei_teaser .teaserbox_text > span {
	padding-right: 25%;
}

#td_teaser .teaserbox_text > h2 {
	padding-right: 25%;
}

#td_teaser .teaserbox_text > span {
	padding-right: 25%;
}


#td_why .col_left {
	padding-right: 6%;
}


#contact_teaser .teaserbox_text > span {
	padding-right: 15%;
}

.ico_ln_contact {
	filter: invert(1);
	margin-top: 1.4em;
}

#contact_data a:hover {
	color: rgb(192,150,82);
}






.page-id-284 main {
	display: flex;
	flex-direction: column;
}



.page-id-284 #il_ac_box1 {
	order: 2;
}
.page-id-284 #blog_posts {
	order: 6;
}
.page-id-284 #video_posts {
	order: 4;
}
.page-id-284 #il_ac_box2 {
	order: 8;
}
.page-id-284 #il_ac_box2 .contentbox_inner {
	padding-bottom: 0;
}
.page-id-284 #offering_posts {
	order: 10;
}
.page-id-284 #il_ac_box3 {
	order: 12;
}

.page-id-284 #il_ac_box4 {
	order: 14;
}

.page-id-284 #il_ac_box5 {
	order: 16;
}



/* Post Pages */


.contentbox_postimage {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 1.5em;
}

.contentbox_postimage .postimage_inner {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center center;
}




/* LPs */


.page-id-503 .bg_gold .contentbox_inner {
	background-size: 65% auto;
	background-image: url(/wp-content/uploads/2022/04/il_ivz_booklet_v2.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}






/*------------------------------------*\
    IMAGES
\*------------------------------------*/

.wp-block-image img {
	height: auto;
}






/* slick */

.post_slide_wrapper {
	padding: 3em 2.2em;
}

.slick_ct {
	position: relative;

}

#slick_slider1 {
	width: 100%;
	max-width: 100%;
}

.slick-track {
	display: flex;
}


.slick-initialized .slick-slide {
	display: flex;
	height: auto;
}

.slick-dots {
	transform: translateY(-140%);
}

.slick-dots li button::before {
	content: '' !important;
	background-color: rgba(255,255,255,1);
	-webkit-border-radius: 50px;
border-radius: 50px;
	width: 14px !important;
	height: 14px !important;
}



.slick_item {
	position: relative;
	width: 100%;
	margin: 0 auto;
}








.slick_nav {
	width: 80px;
	height: 80px;
	border: 1px solid rgba(0,0,0,0);
	/*-webkit-border-radius: 100px;
border-radius: 100px;*/
	display: flex;
	justify-content: center;
	align-items: center;
	top: 50%;
	background-color: transparent;
	margin-top: -40px;
	position: absolute;
	cursor: pointer;
	z-index: 5;
	transition: all 0.5s;
}

.slick_nal {
	width: 36px;
	height: 36px;
	display: inline-block;
	border-right: 3px solid rgba(150,150,150);
	border-bottom: 3px solid rgba(150,150,150);
	transition: all 0.5s;
}

.slick_nav:hover .slick_nal {
	border-right: 3px solid rgb(192,150,82);
	border-bottom: 3px solid rgb(192,150,82);
}

.slick_nav:hover {
	/*border: 1px solid rgb(50,134,160);
	background-color: rgba(53,57,59,1);*/
}

.slick_prev {
	left: -100px;
}

.slick_next {
	right: -100px;
}


.slick_next .slick_nal {
		-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
	margin-right: 6px;
}

.slick_prev .slick_nal {	
	-moz-transform: rotate(135deg);
-webkit-transform: rotate(135deg);
-o-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
	margin-left: 6px;
}



/* Blog Slider */

.post_slide_wrapper .slick-slide {
	padding: 1em 0.75em;
}

.post_slide_wrapper .slick_item {
	background-color: #fff;
	transition: all 0.5s;
	-webkit-box-shadow: 0 0 0.5em 0 rgba(0,0,0,0);
box-shadow: 0 0 0.5em 0 rgba(0,0,0,0);
}

.post_slide_wrapper .slick_item:hover {
	-webkit-box-shadow: 0 0 0.8em 0 rgba(0,0,0,0.3);
box-shadow: 0 0 0.8em 0 rgba(0,0,0,0.3);
}


.post_slide_wrapper .slick_item a {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.blog_item_text strong {
	font-weight: 700;
}


.blog_item_image {
	width: 100%;
	padding-top: 60%;
	position: relative;
	flex-grow: 0;
}

.posttype_video .blog_item_image::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/uploads/2022/04/il_ico_vidplay2.svg);
	background-size: auto 50%;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.5;
	top: 0;
	left: 0;
	transition: all 0.5s;
	z-index: 2;
}

.posttype_video:hover .blog_item_image::before {
	opacity: 0.8;
}

.posttype_video .blog_item_arrow {
	display: none;
}



.blog_item_image img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center center;
}

.blog_item_inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding: 0.6em 0.8em;
	flex-grow: 1;
}

.blog_item_text {
	padding-bottom: 1em;
}

#slick_slider_videopost .blog_item_text {
	padding-bottom: 0;
}










/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

h2, .h2 {
	font-size: 68px;
	font-weight: 900;
	margin: 0;
	font-family: 'Noto Serif', serif;
	line-height: 1.2;
}

h3, .h3 {
	font-size: 36px;
	font-weight: 900;
	margin: 0;
	padding-bottom: 0.6em;
	font-family: 'Noto Serif', serif;
}

h4, .h4 {
	font-size: 28px;
	font-weight: 900;
	margin: 0;
	margin-bottom: 0.5em;
	font-family: 'Noto Serif', serif;
}

em {
	color: rgb(192,150,82);
	font-style: normal;
}

.nq_wrapper {
	padding-left: 10%;
	padding-top: 0.8em;
}

.nq_wrapper p {
	margin: 0;
}

.nq_tx1 {
	font-size: 42px;
	font-weight: 600;
	line-height: 1;
}

.nq_tx2 {
	font-size: 96px;
	font-weight: 900;
	font-family: 'Noto Serif', serif;
	line-height: 1;
}

.nq_tx3 {
	font-size: 18px;
	font-weight: 600;
}

.nq_tx4 {
	font-size: 14px;
	font-weight: 400;
	padding-top: 3em;
	position: relative;
}

.nq_tx4::before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 5em;
	height: 1px;
	background-color: #000;
	left: 50%;
	top: 1.6em;
	transform: translateX(-50%);
}


.wp-block-button__link {
	color: rgb(192,150,82);
	background-color: transparent;
	border-radius: 0;
	font-size: 1em;
	padding: 0 0 0 1.25em;
	text-align: left;
	font-weight: 700;
	position: relative;
	transition: padding 0.5s;
}

.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
	color: rgb(192,150,82);
}

.wp-block-button__link:hover, .slick_item:hover .wp-block-button__link {
	color: rgb(192,150,82);
	padding: 0 1.25em 0 0;
}

.wp-block-button__link::before {
	content: '';
	position: absolute;
	width: 0.9em;
	height: 0.9em;
	background-image: url(/wp-content/uploads/2022/01/il_arrow_right.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	left: 0;
	top: 0.3em;
	pointer-events: none;
	transition: all 0.5s;
}

.wp-block-button__link:hover::before, .slick_item:hover .wp-block-button__link::before {
	left: 0.5em;
	opacity: 0;
}

.wp-block-button__link::after {
	content: '';
	position: absolute;
	width: 0.9em;
	height: 0.9em;
	background-image: url(/wp-content/uploads/2022/01/il_arrow_right.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	right: 0.5em;
	opacity: 0;
	top: 0.3em;
	pointer-events: none;
	transition: all 0.5s;
}

.wp-block-button__link:hover::after, .slick_item:hover .wp-block-button__link::after {
	opacity: 1;
	right: 0;
}



.cta_button .wp-block-button__link {
	color: #fff;
	padding: 0.5em 1.5em 0.5em 2.25em;
	background-color: #333;
}

.cta_button .wp-block-button__link:hover {
	padding: 0.5em 2.25em 0.5em 1.5em;
}

.cta_button .wp-block-button__link::before {
	filter: brightness(5);
	left: 0.75em;
	top: 0.8em;
}

.cta_button .wp-block-button__link:hover::before {
	left: 1.25em;
}

.cta_button .wp-block-button__link::after {
	filter: brightness(5);
	right: 1.25em;
	top: 0.8em;
}

.cta_button .wp-block-button__link:hover::after {
	right: 0.75em;
}



.clients_wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	width: 100%;
}

.client_item {
	transition: all 0.5s;
	-webkit-box-shadow: 0 0 0.5em 0 rgba(0,0,0,0);
box-shadow: 0 0 0.5em 0 rgba(0,0,0,0);
}

.client_item:hover {
	-webkit-box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.3);
box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.3);
}



.client_inner {
	width: 100%;
	padding-top: 100%;
	position: relative;
}

.client_inner img {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 1em;
	object-fit: contain;
	object-position: center center;
	top: 0;
	left: 0;
	transition: all 0.5s;
	filter: grayscale(1) opacity(0.7);
}

.client_item:hover .client_inner img {
	filter: grayscale(0) opacity(1);
}







.parent-pageid-284 #academy_teaser {
	display: none;
}

.ico_bar_ct {
	position: fixed;
	right: 0;
	top: calc(50vh - 10em);
	z-index: 6;
	overflow-x: hidden;
	pointer-events: none;
}

.ico_bar_inner {
	display: flex;
	flex-direction: column;
}

.ico_bar_item {
	margin: 0.5em 0;
	transition: all 0.5s;
	transform: translateX(calc(100% - 3em));
	pointer-events: all;
}

.ico_bar_item:hover {
	transform: translateX(3em);
}

.ico_bar_img {
	width: 2.5em;
	height: 2.5em;
	border-radius: 2em;
	background-color: rgb(192,150,82);
	background-size: auto 50%;
	background-repeat: no-repeat;
	background-position: center center;
}

.ico_bar_phone .ico_bar_img {
	background-image: url(/wp-content/uploads/2022/03/il_ico_phone.svg);
}

.ico_bar_member .ico_bar_img {
	background-image: url(/wp-content/uploads/2022/03/il_ico_figure.svg);
}

.ico_bar_booklet .ico_bar_img {
	background-image: url(/wp-content/uploads/2022/03/il_ico_booklet.svg);
}

.ico_bar_join .ico_bar_img {
	background-image: url(/wp-content/uploads/2022/05/il_ico_join.svg);
}




.ico_bar_content {
	display: flex;
}

.ico_bar_txt {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2.5em;
	border-radius: 2.5em;
	background-color: rgb(192,150,82);
	color: #fff;
	width: 15em;
	margin-left: 0.5em;
	padding-right: 2.5em;
}



/* AC Blocks */

._inline-form {
	color: #fff !important;
}

._form-title {
	font-size: 28px !important;
	font-weight: 900 !important;
	margin: 0 !important;
	margin-bottom: 0.5em !important;
	font-family: 'Noto Serif', serif !important;
	color: #fff !important;
	line-height: 1.3 !important;
}

._form-label, ._form_element ._form-label {
	color: #fff !important;
	letter-spacing: 0.05em !important;
}

._form_element input[type="text"], ._form_element input[type="date"], ._form_element select, ._form_element textarea:not(.g-recaptcha-response) {
	border-radius: 0 !important;
	padding: 0.6em 1.2em !important;
	border: none !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	font-family: 'Source Sans Pro', sans-serif !important;
}

._form_element ._html-code * {
	color: #fff !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	font-family: 'Source Sans Pro', sans-serif !important;
	line-height: normal !important;
}






/* Font-Testing */


/*
.page-id-59 .wrapper {
	font-family: 'Open Sans', sans-serif;	
	font-weight: 300;
}

.page-id-59 h2, .page-id-59 h3, .page-id-59 h4 {
	font-family: 'Noto Serif', serif;
}



.page-id-92 .wrapper {
	font-family: 'Open Sans', sans-serif;	
	font-weight: 300;
}

.page-id-92 h2, .page-id-92 h3, .page-id-92 h4 {
	font-family: 'Playfair Display', serif;
}

.page-id-92 h2 {
	font-weight: 400;
}

.page-id-92 h3, .page-id-92 h3 em {
	font-style: italic;
	font-weight: 500;
}


.page-id-117 .wrapper {
	font-family: 'Barlow Condensed', sans-serif;	
	font-weight: 300;
	font-size: 24px;
}

.page-id-117 h2 {
	font-weight: 700;
}

.page-id-117 h3, .page-id-117 h3 em {
	font-weight: 500;
}



.page-id-140 .wrapper {
	font-family: 'Cairo', sans-serif;	
	font-weight: 300;
	line-height: 1.4;
}

.page-id-140 h2 {
	font-weight: 200;
}

.page-id-140 h3, .page-id-140 h3 em {
	font-weight: 600;
}


.page-id-47 .wrapper {
	font-family: 'Source Sans Pro', sans-serif;	
	font-weight: 400;
	line-height: 1.4;
}

.page-id-47 h2 {
	font-weight: 200;
}

.page-id-47 h3, .page-id-47 h3 em {
	font-weight: 300;
}


.page-id-156 .wrapper {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 1.4;
}

.page-id-156 h2 {
	font-weight: 300;
}

.page-id-156 h3, .page-id-156 h3 em {
	font-weight: 600;
}

.page-id-156 h4 {
	font-weight: 300;
}
*/




/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/



@media only screen and (max-width: 1460px) {

	.post_slide_wrapper {
		padding: 2.5em 3.5em;
	}
	
	.slick_nav {
		width: 2.4em;
		height: 2.4em;
		margin-top: -1.2em;
	}
	
	.slick_nal {
		widows: 1.6em;
		height: 1.6em;
	}
	
	.slick_prev {
		left: -1.8em;
	}
	
	.slick_next {
		right: -1.8em;
	}
	
}
	

@media only screen and (max-width: 1140px) {
	
	
	
	
	.header_inner {
		height: 60px;
	}
	
	.logo {
		margin: 10px 0;
	}
	
	.logo-img {
		height: 40px;
		transform: none;
	}
	
	.menu_icon_ct {
		display: flex;
	}
	
	.nav {
		position: absolute;
		background-color: #fff;
		top: 60px;
		left: 40%;
		width: 20%;
		opacity: 0;
		pointer-events: none;
		transition: all 1s;
	}
	
	.menuopen .nav {
		width: 100%;
		opacity: 1;
		pointer-events: auto;
		left: 0%;
	}
	
	.nav ul {
		display: flex;
		flex-direction: column;
		text-align: center;
		align-items: center;
		padding: 0;
	}
	
	.nav li {
		margin-left: 0;
	}
	
	.nav li a {
		display: inline-block;
	}
	
	
	.wrapper {
		font-size: 18px;
		padding-top: 60px;
	}
	
	h2, .h2 {
		font-size: 2.6em;
	}
	
	h3, .h3 {
		font-size: 1.6em;
	}
	
	.nav li {
		margin-left: 1em;
	}
	
	.header .header_inner {
		padding: 0;
	}
	
	.contentbox_inner {
		padding: 3em 0;
	}
	
	.teaserbox_inner {
		background-position: right center;
		padding-top: 50%;
	}
	
	.teaserbox_text {
		padding: 2em 0;
	}
	
	
	.teaserbox_text > span {
		padding-right: 0;
	}
	
	.teaserbox_text br {
		display: none;
	}
	
	.prt_wrapper h4 {
		font-size: 1.2em;
	}
	
	.team_ovl_inner {
		padding: 20px;
	}
	
	
}


@media only screen and (max-width: 760px) {
	
	.contentbox_text > span > p, .contentbox_text > span > h4 {
		padding-right: 0;
	}
	
	.wrapper {
		font-size: 16px;
	}
	
	h2, .h2 {
		font-size: 2.4em;
	}
	
	h3 br, .h3 br {
		display: none;
	}
	
	article.teaserbox {
		width: 100%;
	}
	
	.teaserbox_inner {
		padding: 0;
		background-position: right center;
		background-size: auto 72vw;
	}
	
	.teaserbox_text  {
		width: 100%;
		padding-left: 2.5%;
		padding-right: 2.5%;
		position: relative;
	}
	
	.teaserbox_text h2 {
		padding-bottom: 50vw;
	}
	
	.teaserbox_text > span {
		padding-right: 0;
	}
	
	.teaserbox_text br {
		display: none;
	}
	
	.ico_bar_ct {
		display: none;
	}
	
	.clients_wrapper {
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	.prt_wrapper {
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 1.5em;
		grid-row-gap: 1.5em;
	}
	
	.prt_item .prt_text {
		transform: translateY(0%);
		opacity: 1;
	}
	
	#wwd_teaser .teaserbox_text > span {
		padding-right: 0;
	}
	
	.post_slide_wrapper {
		padding: 2.5em 2em;
	}
	
	.pad_right_8em {
		padding-right: 0 !important;
	}

	
}

@media only screen and (max-width: 600px) {
	
	
	.mob_col_reverse {
		flex-direction: column-reverse;
	}
	
	#footer_inner {
		font-size: 1em;
	}
	
	.team_ovl_inner {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.team_ovl_inner .team_box_text {
		width: 100%;
	}
	
	.team_ovl_inner .team_box_text > span > br {
		display: none;
	}
	
	.team_box_img_ct {
		margin-bottom: 1em;
	}
	
	.prt_wrapper {
		grid-template-columns: 1fr;
	}
	
	#page_testimonial .contentbox_inner {
		flex-direction: column;
		align-items: center;
	}
	
	#page_testimonial .contentbox_image {
		width: 60%;
	}
	
	#page_testimonial .contentbox_text {
		width: 100%;
	}
	
	.img_col_right {
		padding-left: 0;
	}
	
	.nq_wrapper {
		padding-left: 0;
		padding-top: 2em;
		padding-bottom: 2em;
	}
	
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
