/**
 * Theme Name: Scrollsequence Theme
 * Template:   twentytwentyfive
 * 
 */

.ssqt-isolate {
	isolation: isolate;
}

.ssqt-heading-mask {
	mask-image: linear-gradient(290deg, transparent, black 0%, black 40%, transparent); 
	-webkit-mask-image: linear-gradient(290deg, transparent, black 0%, black 40%, transparent);
}

.ssqt-freemius-licences-select > select {
	width: 50px;
    height: 25px;
    background: transparent;
	border: 0;
}

.wp-block-freemius-modifier a {
	opacity: 1;
    text-transform: uppercase;
    background: transparent none;
    border: 1px solid black;
    color: black;
	
}
.wp-block-freemius-modifier a.is-active {
    text-decoration: none; /* was underline */
    color: white;
    background: black;	
	
} 
 
/*
.ssqt-logo::before{
    width: 24px;
    height: 24px;
    content: url("data:image/svg+xml,%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 548.79 560.64'%3E%3Cpolygon points='274.56 108.97 107.55 192.38 273.82 281.43 273.82 379.33 11.43 245.35 11.43 141.43 274.74 9.96 536.76 141.06 536.76 240.07 274.56 108.97'/%3E%3Cpolygon points='273.64 453.38 440.65 369.97 273.82 281.12 273.82 183.07 536.76 317 536.76 420.92 273.45 552.39 11.43 421.29 11.43 322.28 273.64 453.38'/%3E%3C/svg%3E");
}
 */
 
 
.ssqt-absolute-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color:transparent!important;
    z-index:9;
}

/* .ssqt-absolute-header .wp-block-navigation__container {
    border: 5px solid transparent;
    border-radius: 30px;
    background: #fff;
    padding: 0.75rem;
} */

.ssqt-ext-link::after{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-bzdzu9' focusable='false' aria-hidden='true' viewBox='0 0 24 24' aria-label='fontSize small'%3E%3Cpath d='M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3z'%3E%3C/path%3E%3C/svg%3E");
    margin-left: 0.1em;
    width: 12px;
}


