/**
Theme Name: fc-trias
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fc-trias
Template: astra
*/


/* .elementor-nav-menu--dropdown .elementor-item.elementor-item-active, 
.elementor-nav-menu--dropdown .elementor-item.highlighted, 
.elementor-nav-menu--dropdown .elementor-item:focus, 
.elementor-nav-menu--dropdown .elementor-item:hover, 
.elementor-sub-item.elementor-item-active, 
.elementor-sub-item.highlighted,
.elementor-sub-item:focus, 
.elementor-sub-item:hover {
    background: none;
}

.elementor-39345 .elementor-element.elementor-element-8819df6 .sub-menu .elementor-sub-item,
.elementor-39345 .elementor-element.elementor-element-b08971d .sub-menu .elementor-sub-item {
    font-size: 18px;
    padding-top:0;
    padding-bottom: 0;
} */


/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
    opacity: 0;
}
/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}


/* Header */

/***
* class: .sticky-header
*/
header.sticky-header {
	--header-height: 100px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background-color: rgba(255, 255, 255, 0);
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
	z-index: 9999 !important;
}

/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
	background-color: rgba(255, 255, 255, .95) !important;
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
	
	/*-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	*/
}
header.sticky-header > .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

/* Menu + Contact zwart bij scroll */
header.sticky-header.elementor-sticky--effects .elementor-widget-wrap a,
header.sticky-header.elementor-sticky--effects .elementor-widget-wrap
.ha-offcanvas-toggle{
    color: #000000 !important;
    fill:  #000000 !important;
}

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	header.sticky-header {
		--header-height: 70px;
	}
}

/***
* class: .logo
*/
header.sticky-header .logo svg {
	transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo svg {
	transform: scale(.8) !important;
}


/* On click open zwart menu
.ha-offcanvas-content-visible .ha-offcanvas-header {
    background:#000 !important;
}
 */

/* Desktop / Tablet Off Canvas Menu styles */
 .elementor-42311 .elementor-element-6590771 .elementor-nav-menu--dropdown .elementor-sub-item {
    text-transform: none !important;
		font-family: "Proxima Nova Regular", sans-serif !important;
    font-size: 18px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.elementor-42311 .elementor-element-6590771 .elementor-nav-menu--dropdown .elementor-item i {
    font-size: 25px;
}

.ha-offcanvas-content-push.ha-offcanvas-content-open.ha-offcanvas-content-bottom .ha-offcanvas-content, 
.ha-offcanvas-content-push.ha-offcanvas-content-open.ha-offcanvas-content-left .ha-offcanvas-content, 
.ha-offcanvas-content-push.ha-offcanvas-content-open.ha-offcanvas-content-right .ha-offcanvas-content, 
.ha-offcanvas-content-push.ha-offcanvas-content-open.ha-offcanvas-content-top .ha-offcanvas-content {
	background-color: #0B2D5B;
}


/* Mobile Off Canvas Menu styles */
.elementor-42311 .elementor-element.elementor-element-49c1d4a .elementor-nav-menu--dropdown .elementor-sub-item {
	text-transform: none !important;
	font-family: "Proxima Nova Regular", sans-serif !important;
	font-size: 18px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
.elementor-42311 .elementor-element.elementor-element-49c1d4a .elementor-nav-menu--dropdown .elementor-item i {
    font-size: 25px;
}


.ha-offcanvas-content .ha-offcanvas-header {
	padding-top: 10px;
}


/* Header veldstatus */
@keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-ms-keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-o-keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.veldstatus {
	-webkit-animation: 1s blink ease infinite;
  -moz-animation: 1s blink ease infinite;
  -ms-animation: 1s blink ease infinite;
  -o-animation: 1s blink ease infinite;
  animation: 1s blink ease infinite;
	height: 16px;
  width: 16px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: -1px;
}

.veldstatus.oranje {
  background-color: orange;
}
.veldstatus.rood {
  background-color: red;
}
.veldstatus.groen {
  background-color: #7CFC00;
}


/* Homepagina Slider */
.home .elementor-image-carousel-wrapper {
	box-shadow: 0 0 10px 0 rgba(0,0,0,.15) !important;
}

/* Single post */
.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single {
	padding: 1rem;
}

.elementor-widget-container h2,
.elementor-widget-container h3 {
	color: #0B2D5B;
	font-family: "Proxima Nova Extra Condensed Bold", Sans-serif;
	font-size: 25px;
	text-transform: uppercase;
}

.photonic-more-button,
.userinfo .button,
.usp-pro-form .button,
.gform_button {
	background: #FFFFFF !important;
	color: #00A9E0 !important;
	border: 2px solid #00A9E0 !important;
	border-radius: 100px !important; 
	font-size: 15px !important;
	padding: 15px 35px !important;
	text-transform: none !important;
	font-weight: 400 !important;
}
.photonic-more-button:hover,
.userinfo .button:hover,
.usp-pro-form .button:hover,
.gform_button:hover {
	color: #FFFFFF !important;
	background-color: #0B2D5B !important;
	border-color: #0B2D5B !important;
	transition: all .3s !important;
	font-weight: 400 !important;
}

/* Pagina foto's */
.photonic-stream {
	margin: 0 !important;
}
#photonic-google-stream-1-container {
	margin-bottom: 30px;
}
.photonic-slideshow.title-display-slideup-stick li .photonic-title, .title-display-hover-slideup-show a .photonic-title.slideup-show, .title-display-hover-slideup-show li .photonic-title.slideup-show, .title-display-slideup-stick a .photonic-title {
	padding: 10px !important;
	background: rgba(0,0,0,0.5) !important;
}
.photonic-slideshow.title-display-hover-slideup-show li .photonic-title, .photonic-slideshow.title-display-slideup-stick li .photonic-title, .title-display-hover-slideup-show a .photonic-title, .title-display-slideup-stick a .photonic-title {
	font-size: 14px !important;
	font-family: "Proxima Nova Regular", sans-serif !important;
	color: white!important;
}
.photonic-title-photo-count {
	display: none !important;
}

/* Vacatures */

.job-date {
	display: none !important;
}

.sjb-page .sjb-filters.sjb-filters-v1 .btn-search,
.sjb-page .list-data .v1 .sjb-apply-now-btn a {
	background: #0B2D5B !important;
	color: #fff !important;
	border: 2px solid #0B2D5B !important;
	border-radius: 100px !important; 
	font-size: 15px !important;
	text-transform: none !important;
	font-weight: 400 !important;
}
.sjb-page .sjb-filters.sjb-filters-v1 .btn-search:hover,
.sjb-page .list-data .v1 .sjb-apply-now-btn a:hover {
	color: #0B2D5B !important;
	background-color: #FFF !important;
	border-color: #0B2D5B !important;
	transition: all .3s !important;
	font-weight: 400 !important;
}	
.sjb-page .sjb-detail .list-data .v1 ul li::before, 
.sjb-page .sjb-detail .list-data .v2 ul li::before {
	content: "•";
	color: #0B2D5B;
}
/* Organogram */

.elementor-posts--skin-cards .elementor-post__read-more {
	border: 2px solid #00A9E0;
	border-radius: 100px;
	font-size: 15px;
	padding: 8px 20px;
	text-transform: none;
	font-weight: 400 !important;
}

.elementor-posts--skin-cards .elementor-post__read-more:hover {
	color: #FFFFFF !important;
	background-color: #0B2D5B;
	border-color: #0B2D5B;
	transition: all .3s;
	font-weight: 400 !important;
}

.spwp_container table {
	border: none;
}

/* Volgende wedstrijd */
#spwp_wedstrijd_met_logo {
	background-color: #f5f5f5;
	padding: 20px 0;
	min-height: 300px;
	font-family: "Poppins",sans-serif;
}
.blok-vrouwen #spwp_wedstrijd_met_logo
{
    background: #ff0175;
    color: #fff;
}

/* Tabs herstel align center */
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	width: 100%;
}


/* Homepagina */

@media only screen and (max-width: 768px) {


	.elementor-posts .elementor-post__card .elementor-post__read-more {
		border-radius: 100px 100px 100px 100px;
		border-style: solid;
		border-width: 2px 2px 2px 2px;
		border-color: #00A9E0;
		padding:12px 24px;
		line-height: 1;
	}

	.elementor-posts .elementor-post__card .elementor-post__read-more:hover {
		border-color: #0B2D5B;
	    color: #0B2D5B;
	}

	.nieuws-gedeelte article .elementor-post__text {
		padding: 0 10px!important;
	}
	.nieuws-gedeelte .elementor-posts .elementor-post__badge {
		display: none !important;
	}
	.nieuws-gedeelte .elementor-posts .elementor-post__card .elementor-post__meta-data {
		padding: 10px !important;
	}
	.elementor-5 .elementor-element.elementor-element-3cdaa3f4 .elementor-post__text {
		padding: 10px !important;
	}

	.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
		padding: .5rem !important;
		font-size: 14px;
	}
	#spwp_tabs h2 {
		font-size: 20px !important;
	}
	#spwp_tabs .ui-tabs-panel.ui-corner-bottom.ui-widget-content {
		padding: 20px 5px !important;
	}
}