/*
Theme Name: SideKick
Template: Impreza
Version: 1.0
Author:	SideKick
Theme URI: http://impreza.us-themes.com/
Author URI: https://sidekick.be/
*/

/*Add your own styles here:*/

/* Typography */
.speaker-box {
	background: var(--color-header-middle-bg)!important
}

.speaker-box img,
.speakers-small img {
 	filter: grayscale(1) !important;
}

/* BUTTONS */
.w-btn {
	white-space: nowrap;
}

.w-btn.btn-underline--black:not(.icon_atleft)::after,
.w-btn.btn-underline--white:not(.icon_atleft)::after {
	content: '';
	height: 1px;
    width: 100%;
    position: absolute;
    top: initial;
    bottom: -0.2rem;
    left: 0;
    background-color: #000000;
    transition: width .3s;
}
.w-btn.btn-underline--black.icon_atleft,
.w-btn.btn-underline--white.icon_atleft {
	text-decoration: underline;
}
.w-btn.btn-underline--white:not(.icon_atleft)::after {
	background-color: #FFFFFF !important;
}

.w-btn.btn-underline--black:not(.icon_atleft):hover::after,
.w-btn.btn-underline--white:not(.icon_atleft):hover::after {
	width: 0;
	height: 1px;
}

/* GALLERY */
.logo-gallery {
	gap: 1.5rem 3rem;
	justify-content: center;
	align-items: center !important;
}

.logo-gallery > * {
	width: calc(12.5% - 3rem);
    margin-right: 0 !important;
	text-align: center;
}
@media (max-width: 1000px) {
	.logo-gallery > * {
		width: calc(15% - 3rem);
	}
}

@media (max-width: 750px) {
	.logo-gallery > * {
		width: calc(20% - 3rem);
	}
}

@media (max-width: 500px) {
	.logo-gallery > * {
		width: calc(25% - 3rem);
	}
}

.logo-gallery > * img {
	filter: grayscale(1);
	max-height: 3.5rem;
}

.logo-gallery > *:hover img {
	filter: grayscale(0);
}

/* FORM */
.wpcf7 form {
    margin-top: 2rem;
}


.wpcf7 form label {
    color: var(--color-content-primary);
	font-weight: 500;
}

.wpcf7 form label sup {
    color: #F00;
}

.wpcf7 form input[type=checkbox] { 
    margin-top: 0.5em;
    margin-right: 1.5em;
}

.wpcf7 form input[type=radio] {
    color: var(--color-content-secondary) !important;
    margin-right: 1rem;
	margin-top: 0;
    border-color: var(--color-content-secondary) !important;
}

.wpcf7 form input[type=radio]:before {
    height: 60%;
    width: 60%;
    margin: 20%;
}
.wpcf7 form input[type=checkbox]::before {
	font-weight: 400;
}
    
.wpcf7 form input[type=checkbox]:checked {
	background: var(--color-content-secondary) !important;
}
.wpcf7 form input[type=checkbox]:checked::before {
	color: white;
}



.wpcf7 form .via_grid {
	margin-top: 1.5rem;
	grid-gap: 1rem;
}

.wpcf7 form .wpcf7-list-item {
	display: inline-block;
}

.wpcf7 form .wpcf7-radio .wpcf7-list-item:not(.first) {
	margin-left: 1.5rem;
}
.wpcf7 form .wpcf7-list-item label {
    display: flex;
    align-items: center;
}

.wpcf7 form .wpcf7-acceptance label,
.wpcf7 form .wpcf7-list-item label {
	color: var(--color-content-text);
	font-size: 1rem;
	font-weight: 300;
}

.wpcf7 form .wpcf7-submit.us-btn-style_1 {
    background: var(--color-header-middle-text-hover)!important;
	margin-top: 1.5rem;
}

/* HEADER */
#page-header {
	box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
}


/* INTRO */
#intro .wpb_column .vc_column-inner > *:not(.w-html) {
	z-index: 1;
    position: relative;
}

#intro .speakers-small b {
	font-weight: 500;
}

#intro .far {
	width: 1rem;
    text-align: center;
    margin-right: 0.8rem;
}

@media (max-width: 1180px) {
	#intro > .l-section-h > .g-cols {
		grid-template-columns: 60% auto;
	}
}
@media (max-width: 840px) {
	#intro > .l-section-h > .g-cols {
		grid-template-columns: 100%;
	}
}


.clip-circle {
	clip-path: circle(50% at 50% 50%);
    margin-right: -34rem !important;
}

@media (max-width: 1880px) {
	.clip-circle.us_custom_9d17e914 {
		background-position: top left 140%!important;
	}
}

@media (max-width: 1300px) {
	.clip-circle.us_custom_9d17e914 {
		background-position: top left 100%!important;
	}
}

@media (max-width: 1180px) {
	.clip-circle {
		margin-right: -44rem !important;
	}
	
	.clip-circle.us_custom_9d17e914 {
		background-position: top left 130%!important;
	}
}


@media (max-width: 1000px) {
	.clip-circle {
		margin-right: -56rem !important;
	}
}

@media (max-width: 840px) {
	.clip-circle {
		display: none;
	}
}



#map { 
	position: absolute; 
	top: 0; 
	bottom: 0; 
	width: 100%; 
}
/* FOOTER */
#page-footer a {
	color: white !important;
}

.no-touch .w-socials.hover_fade .w-socials-item-link-hover {
	background: var(--color-alt-content-secondary);
	opacity: 1;
}

.no-touch .w-socials.hover_fade  i {
	color: var(--color-content-primary) !important;
}

/* GRID LAYOUTS */
.speaker-box .w-popup-trigger {
	font-weight: 400;
}

.grid-logos .w-post-elm img {
	filter: grayscale(1);
}

/* ACCORDEON */

.w-tabs .w-tabs-section {
	border-radius: 3px;
	border: 1px solid #D8E0EB;
	background: #FFF;
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.06), 0px 1px 2px -1px rgba(16, 24, 40, 0.10), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
}
.no-touch .w-tabs-section-header:hover, 
.no-touch .w-tabs-section-header:focus {
    background: transparent;
	color: var(--color-content-primary);
}

/*.w-tabs .w-tabs-sections > div:nth-child(1) .w-tabs-section-content {
    display: none !important;
}*/

.w-tabs .w-tabs-section .w-tabs-section-title b {
	color: var(--color-content-secondary);
	font-weight: 500;
}

.w-tabs .w-tabs-section .w-tabs-section-title i {
	color: var(--color-content-primary);
	font-weight: 500;
	font-style: normal;
}
.w-tabs.accordion>div>div>.w-tabs-section-content {
	padding: 0 1rem 1rem;
}

.w-tabs-section-control::after {
	display: none;
}
.w-tabs-section.active>.w-tabs-section-header .w-tabs-section-control {
    transform: rotate(90deg);
    transform-origin: center;
}

.w-tabs .w-tabs-section.active .w-tabs-section-content-h {
	border-top: 1px solid #DFDBD1;
	padding-top: 1rem;
}

.w-tabs .w-tabs-section.active .wpb_text_column {
	padding: 0 28px;
}

.w-tabs-sections.icon_chevron>div>.w-tabs-section-header .w-tabs-section-control:before {
	content: "\f105";
	font-family: "fontawesome";
    font-weight: 400;
	left: 0;
    transform: none;
    background: none;
    top: 0;
   	height: 1rem;
    width: 1rem;
    border: none;
}









/* BACKGROUND CIRCLES -------------------------------------------------------------------------- */
/* z-index */
.circle--above{
	position: absolute;
	mix-blend-mode: hard-light;
	filter: blur(75px);
	z-index:2;
	width: 300px;
	height: 300px;
}
.circle--behind{
	position: absolute;
	filter: blur(125px);
	z-index:0;
	width: 500px;
	height: 500px;
}
.circle--behind.circle--small{
	position: absolute;
	filter: blur(125px);
	z-index:0;
	width: 350px;
	height: 350px;
}
/* position */
.circle--leftTop{
	left: -15%;
	top:0;
}
.circle--leftTop.circle--above{
	left: 10%;
	top: 10%;
}
.circle--leftMiddle{
	left: -15%;
	top:50%;
}
.circle--leftMiddle.circle--above{
	left: 10%;
	top: 50%;
}
.circle--leftBottom{
  left: -15%;
  top:100%;
}
.circle--leftBottom.circle--above{
  left: 10%;
  top: 90%;
}
.circle--rightTop{
  right: -10%;
  top:0;
}
.circle--rightTop.circle--above{
  right: 10%;
  top: 10%;
}
.circle--rightMiddle{
  right: -10%;
  top:50%;
}
.circle--rightMiddle.circle--above{
  right: 10%;
  top: 50%;
}
.circle--rightBottom{
  right: -10%;
  top:100%;
}
.circle--rightBottom.circle--above{
  right: -5%;
  top: 90%;
}
.circle--centerTop{
  left: 20%;
  top:0;
}
.circle--image-rightBottom.circle--above{
	right: -15%;
	bottom: -15%;
}
.circle--image-rightTop.circle--above{
	right: -15%;
	top: -15%;
}
.circle--image-leftBottom.circle--above{
	left: -15%;
	bottom: -15%;
}
.circle--image-leftTop.circle--above{
	left: -15%;
	top: -15%;
}
.circle--bg-green{
	position: absolute;
	width: 584px;
	height: 256px;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: #D9E9DE;
	mix-blend-mode: normal;
	filter: blur(150px);
	z-index: 0;
}
.circle--bg-blue{
	position: absolute;
	width: 500px;
	height: 236px;
	left: 670px;
	top: 50%;
	transform: translateY(-50%);
	background: #B6DAF9;
	mix-blend-mode: normal;
	filter: blur(150px);
}
/* color */
.circle--green{
  background: #A9D6B5;
}
.circle--pink{
  background: #FFBDD1;
}
.circle--peach{
  background: #FFCFBE;
}
.circle--lilac{
  background: #FFD4FF;
}
.circle--blue{
	background: #1589D3;
	left: -21%;
	top: 36%;
	filter: blur(68px);
	z-index: 0;
	width: 620px;
	height: 720px;
	transform: rotate(45deg);
	border-radius: 30%;
}
.circle--blue-alt {
  background: #1589D3;
}
.circle--blue-alt-2 {
  	background: #1589D3;    
	top: 26%;
    height: 610px;
}
.circle--orange{
  background: #FAD9B5;
}
.circle--softBlue{
  background: #D4EAFF;
}
.circle--darkGreen{
  background: #96BC9F;
}
.circle--greyBlue{
  background: #B8C7E7;
}
.circle--softYellow{
  background: #F6EBCA;
}
.circle--yellow{
  background: #F4DCA1;
}
.circle--purple{
  background: #CAB1E6;
}
.circle--salmon{
  background: #FBC0C9;
}
.circle--midBlue{
  background: #B6DAF9;
}
.circle--lightGreen{
  background: #D9E9DE;
}
.circle--softPurple{
  background: #DDDCF5;
}
.circle--midGreen{
  background: #CBE7D3;
}
.circle--lightGreen{
  background: #D9E9DE;
}


/* ANIMATION -------------------------------------------------------------------------- */
.animation--rotate{
  animation: rotation 15s infinite linear;
}
.animation--float{
  animation: float 10s infinite linear;
}
.animation--floatRotate{
  animation: floatRotate 10s infinite linear;
}
.animation--floatReverse{
  animation: floatReverse 10s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes float {
	0% {
		transform: translateY(0) translateX(-5%);
	}
	25%{
		transform: translateY(-20%) translateX(-5%);
	}
	50% {
		transform: translateY(-20%) translateX(5%);
	}
	75%{
		transform: translateY(0) translateX(5%);
	}
	100% {
		transform: translateY(0) translateX(-5%);
	}
}
@keyframes floatRotate {
	0% {
		transform: translateY(0) translateX(-5%) rotate(45deg);
	}
	25%{
		transform: translateY(-20%) translateX(-5%) rotate(45deg);
	}
	50% {
		transform: translateY(-20%) translateX(5%) rotate(45deg);
	}
	75%{
		transform: translateY(0) translateX(5%) rotate(45deg);
	}
	100% {
		transform: translateY(0) translateX(-5%) rotate(45deg);
	}
}
@keyframes floatReverse {
	0% {
		transform: translateY(0) translateX(-5%);
	}
	25%{
		transform: translateY(0) translateX(5%);
	}
	50% {
		transform: translateY(-20%) translateX(5%);
	}
	75%{
		transform: translateY(-20%) translateX(-5%);
	}
	100% {
		transform: translateY(0) translateX(-5%);
	}
}
