/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


/* Algemeen */
.leader-icon i.fontawesome-icon {margin-left: 9px !important;}
.subtitle h2, .home .trigger h4 {font-style: italic !important;}

.cmplz-cookiebanner .cmplz-buttons {flex-direction: row-reverse;}
#cmplz-manage-consent .cmplz-manage-consent {right: auto !important; left: 75px !important;}

.home .post-content .fusion-checklist {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home .post-content .fusion-checklist .fusion-li-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: left; /* laat tekst links binnen het tekstblok */
  margin-bottom: 10px;
}
.home .post-content .fusion-li-item-content {margin-left: 10px !important;}
.home .post-content .fusion-li-item .icon-wrapper {margin-right: 0px !important;}


.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox .fusion-form-input {width: auto !important; margin-top: 0px !important; margin-right: 6px !important; margin-left: 0px !important;}
.fusion-form-form-wrapper .fusion-form-field.fusion-form-label-above .fusion-form-checkbox label {display: contents !important;}


/* Home ticker */
.awb-news-ticker {padding-bottom: 3px;}
.home .trigger h4 {padding: 10px 0px 10px 0px !important; background-image: radial-gradient(circle at center center, var(--awb-color5) 40%,rgba(0,0,0,0) 100%);}
.awb-news-ticker-item-list .awb-news-ticker-item-separator {color: var(--awb-color7) !important;}
.awb-news-ticker-item-list .awb-news-ticker-link {pointer-events: none;0}


/* Footer */
.footer-address .fusion-column-wrapper {background-size: inherit !important;}
.ti-widget.ti-goog .ti-controls .ti-next, .ti-widget.ti-goog .ti-controls .ti-prev {background-color: transparent !important;}
.ti-widget.ti-goog .ti-controls .ti-next::before, .ti-widget.ti-goog .ti-controls .ti-prev::before {border-color: var(--awb-color3) !important;}
.ti-widget.ti-goog .ti-widget-container .ti-name, .ti-widget.ti-goog .ti-footer span, .ti-widget.ti-goog .ti-widget-container {color: var(--awb-color7) !important;}
.fusion-footer .ti-widget.ti-goog .ti-review-item > .ti-inner {padding-top: 0px !important;}
.ti-widget.ti-goog .ti-review-header .ti-profile-details .ti-name:after {content: "schreef over zijn ervaring met PVI Solutions: "; font-weight: normal !important;}
.ti-widget.ti-goog .ti-review-content:before, .ti-widget.ti-goog .ti-review-content:after {content: "\"";}
.ti-widget.ti-goog .ti-read-more span {color: var(--awb-color2) !important; opacity: 1 !important;}


/* Mobiel */
	@media only screen and (max-width: 1080px) {
	@supports ( -webkit-touch-callout : none) {.fullwidth-box.fusion-parallax-fixed {background-attachment: scroll !important;}}
	@supports not ( -webkit-touch-callout : none) {.fullwidth-box.fusion-parallax-fixed {background-attachment: fixed !important;}}	
}
	@media only screen and (max-width: 800px) {
	.ti-widget.ti-goog .ti-review-header .ti-profile-details .ti-name:after {content: "schreef over PVI Solutions: "; font-weight: normal !important;}
	.fusion-page-title-bar .fusion-title h1 img {margin-top: 11px !important; max-height: 30px;}
	.fusion-footer p {margin: 0px !important;}
}