/* style css - act as theme child style css */

[data-link=type-4] .entry-content p:not(.gb-headline)>a, [data-link=type-4] .entry-content em>a, [data-link=type-4] .entry-content strong>a, [data-link=type-4] .entry-content>ul a, [data-link=type-4] .entry-content>ol a, [data-link=type-4] .wp-block-table a, [data-link=type-4] .ct-link-styles {
    background-image: none;
    text-decoration: underline;
    /* text-decoration-color: #fecb03; #e71575*/
	text-decoration-color: #fac906
}



.quote-big:before {
    content: "”";
    font-size: calc(160px + (190 - 160) * ((100vw - 300px) / (1680 - 300)));
    position: absolute;
    color: #f4f4f4;
    z-index: -1;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 10%;
}

article>.entry-content>*:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright).quote-big {
	text-align: center;
	font-size: calc(26px + (39.5 - 26) * ((100vw - 300px) / (1680 - 300)));
	font-weight: bold;
	color: #424242;
	padding: 80px calc(30px + (40 - 30) * ((100vw - 300px) / (1680 - 300))) 80px;
	padding: calc(25px + (80 - 25) * ((100vw - 300px) / (1680 - 300))) calc(30px + (40 - 30) * ((100vw - 300px) / (1680 - 300)));
}

.entry-content .quote.small,
article>.entry-content>*:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright).quote.small {
    font-size: calc(17.5px + (21.5 - 17.5) * ((100vw - 300px) / (1680 - 300)));
    padding: calc(20px + (25 - 20) * ((100vw - 300px) / (1680 - 300))) calc(20px + (28 - 20) * ((100vw - 300px) / (1680 - 300)));
	line-height: 1.325;
}

.quote:before {
	content: "”";
    font-size: calc(107px + (175 - 107) * ((100vw - 300px) / (1680 - 300)));
    position: absolute;
    color: #f2f2f2;
    z-index: -1;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    top: -0.025em;
}

.quote.small:before {
	font-size: calc(102px + (140 - 102) * ((100vw - 300px) / (1680 - 300)));
}

/*
body {
    font-size: clamp(14px,2.2vw,17px);
    text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
*/
/*
article>.entry-content>div {
	margin-left: unset;
    margin-right: unset;
}

article>.entry-content {
    width: var(--default-editor, var(--block-width));
}

article>.entry-content>*:not(.alignwide):not(.alignfull) {
	max-width: unset;
}
*/

@media (min-width: 768px) {
	
	
	
}

@media (min-width: 768px) and (max-width: 1024px) {

	
	
}

@media (max-width: 767px) {
	

	
}