Your IP : 216.73.216.1


Current Path : /home/fotouserdopd8j/agenciacrabli.com/wp-contentn/themes/pally/assets/scss/
Upload File :
Current File : /home/fotouserdopd8j/agenciacrabli.com/wp-contentn/themes/pally/assets/scss/_plugins.scss

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/* Complianz
--------------------------------------------- */

#cmplz-manage-consent {
	button.cmplz-manage-consent {
		font-size: 0.75rem;
		right: 1rem;
		padding: 0.25rem 0.75rem 0.25rem 0.75rem;
		height: 2rem;
		@media screen and (min-width: $size-sm) {
			font-size: 1rem;
			right: 6.25rem;
			padding: 1rem;
			height: var(--cmplz-manage-consent-height);
		}

		&:hover, &:focus, &:active {
			background-color: var(--hover_bgcolor);
			color: var(--hover_color);
		}
		&:focus {
			outline: none;
		}
	}
}
#cmplz-document p, #cmplz-document li, #cmplz-document td {
	font-size: 1.25rem;
	line-height: 1.875rem;
}
.cmplz-cookiebanner {
	z-index: 999999 !important;
	.cmplz-header {
		grid-template-columns: 3rem 1fr 2rem !important;
		align-items: start !important;
		.cmplz-title {
			font-family: var(--highlight-font-family);
				font-size: 1.5rem !important;
				line-height: 2.25rem !important;
			@media screen and (min-width: $size-md) {
				font-size: 2rem !important;
				line-height: 2.5rem !important;
			}
		}
	}

 	.cmplz-categories {
		padding: 3px 0;
		.cmplz-category {
			&:focus-within {
				outline: 3px solid var(--hover_bgcolor);
			}
			.cmplz-description {
				font-size: 1rem;
				line-height: 1.5rem;
			}

			.cmplz-open {
				height: auto !important;
				width: auto !important;
				&:hover, &:active, &:focus {
					svg {
						outline: none;
						fill: var(--hover_color) !important;
						background-color: var(--hover_bgcolor) !important;
					}
					
				}	
			}
			.cmplz-banner-checkbox input:focus + .cmplz-label:before {
				outline: 3px solid var(--hover_bgcolor);
				box-shadow: none !important;
			}
		}
 	}
	button {
		&:focus, &:focus-visible, &:hover {
			color: var(--hover_color) !important;
			background-color: var(--hover_bgcolor) !important;
			border: none !important;
			outline: revert;
		}
		&:focus {
			outline: 3px solid var(--link_color);
		}
	}
	.cmplz-close {
		&:hover, &:active, &:focus {
			outline: none;
			color: var(--hover_color) !important;
			background-color: var(--hover_bgcolor) !important;
		}
	}

}

@media screen and (max-width: $size-lg) {
	.cmplz-cookiebanner {
		height: 100vh !important;
	}
	
	.cmplz-cookiebanner .cmplz-header .cmplz-title {
	  display: none !important;
	}
}


/* Easy Accordion
--------------------------------------------- */

.sp-easy-accordion > .sp-ea-single {
    border: 2px solid var(--body_text_color) !important;
	background: var(--body_bgcolor) !important;
	border-radius: 0;

    > .ea-header {
		
		a {
			position: relative;
			color: var(--body_text_color) !important;
			padding: 1rem !important;
			padding-right: 2rem !important;
			font-size: 1.75rem !important;
			line-height: 2.25rem !important;
			font-weight: normal;
			.ea-expand-icon.fa {
				display: block;
				position: absolute;
				right: 0.375rem;
				top: 1.25rem;
				height: 1.5rem;
				width: 1.5rem;
				&::before {
					content: "";
					height: 1.5rem;
					width: 1.5rem;
					color: red;
					fill: red;
					background-color: red;
					display: block;
					-webkit-mask: url('../images/arrow.svg') no-repeat 0 0;
					mask: url('../images/arrow.svg') no-repeat 0 0;
					background-color: var(--body_text_color);
					-webkit-mask-size: 1.5rem 1.5rem;
					mask-size: 1.5rem 1.5rem;
				}
				&.fa-plus {
					-webkit-transform: rotate(180deg);
					-moz-transform: rotate(180deg);
					-ms-transform: rotate(180deg);
					-o-transform: rotate(180deg);
					transform: rotate(180deg);
				}
			}
			&:hover, &:focus, &:active {
				.ea-expand-icon.fa {
					&::before {
						background-color: var(--body_bgcolor);
					}
				}
			}
			
		}
	}
	> .sp-collapse > .ea-body {
		color: var(--body_text_color) !important;
		border-top: 2px solid var(--body_text_color);
		padding: 1rem !important;
	}

}

.fbc-page .fbc-wrap .fbc-items {
	@media screen and (max-width: 768px) {
		padding: 0;
	}
}
.fbc-page .fbc-wrap .fbc-items li a i {
	@media screen and (max-width: 768px) {
		margin-right: 0.3125rem;
	}
}

.fbc-page .fbc-wrap .fbc-items li:first-child {
	padding-left: 0;
}