/*
 * CSS for registered block styles.
 * See inc/register-block-styles.php.
 */

/* Paragraph */

.wp-site-blocks{
    background-image: url(../images/textures/ec-background-texture.jpg);
    background-size: 100% repeat;
}

.is-style-encorecoda-eyebrow{
	font-family: var(--wp--preset--font-family--grandhotel);
    font-size: 1.25em;
    font-weight: 100 !important;
    margin-bottom: 0;
    padding-bottom: 0;
}

.is-style-encorecoda-eyebrow.wp-block-post-title{   
    font-size: var(--wp--preset--font-size--xx-large) !important;
    font-weight: 100 !important;
    margin-bottom: 0;
    padding-bottom: 0;
}

.is-style-encorecoda-eyebrow.wp-block-post-title + h1{
  
    margin-top:0px;
}


/* Link button */
.is-style-encorecoda-link-button .wp-block-button__link,
.is-style-encorecoda-link-button .wp-block-button__link:hover,
.is-style-encorecoda-link-button .wp-block-button__link:focus,
.is-style-encorecoda-link-button .wp-block-button__link:active,
.is-style-encorecoda-link-button .wp-block-button__link:visited {
	background-color: var(--wp--preset--color--transparent);
    color: var(--wp--preset--color--primary);
    border:none;
    border-radius: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: calc(0.667em);
    border-bottom: 2px solid var(--wp--preset--color--transparent);
}

.is-style-encorecoda-link-button .wp-block-button__link:hover,
.is-style-encorecoda-link-button .wp-block-button__link:focus,
.is-style-encorecoda-link-button .wp-block-button__link:active{
    -webkit-box-shadow:none;
    box-shadow:none;
    border-bottom: 2px solid var(--wp--preset--color--primary);
}

.is-style-encorecoda-link-button .wp-block-button__link::after{
    content: " >";
}

/* Box shadow */
.is-style-encorecoda-box-shadow {
	-webkit-box-shadow: var(--wp--preset--shadow--natural);
	box-shadow: var(--wp--preset--shadow--natural);
}

/* Green woodgrain */
.is-style-encorecoda-green-woodgrain {
    background-color: var(--wp--preset--color--primary);
    padding: var(--wp--preset--spacing--70);
    padding-top: var(--wp--preset--spacing--80);
    padding-bottom: var(--wp--preset--spacing--80);
    color: var(--wp--preset--color--white);
    border-radius: 15px;
    background-image: url(../images/textures/ec-green-woodgrain.jpg);
    background-size: cover;
}

.is-style-encorecoda-green-woodgrain .wp-block-heading{
    color: var(--wp--preset--color--white);
    word-break: keep-all;
}

.is-style-encorecoda-green-woodgrain .is-style-encorecoda-link-button .wp-block-button__link,
.is-style-encorecoda-green-woodgrain .is-style-encorecoda-link-button .wp-block-button__link:hover,
.is-style-encorecoda-green-woodgrain .is-style-encorecoda-link-button .wp-block-button__link:focus,
.is-style-encorecoda-green-woodgrain .is-style-encorecoda-link-button .wp-block-button__link:active,
.is-style-encorecoda-green-woodgrain .is-style-encorecoda-link-button .wp-block-button__link:visited{
    color: var(--wp--preset--color--white);
}

.is-style-encorecoda-green-woodgrain a:link:not(.wp-element-button),
.is-style-encorecoda-green-woodgrain a:visited:not(.wp-element-button){
    color: var(--wp--preset--color--white);
}

.is-style-encorecoda-green-woodgrain .is-style-encorecoda-link-button .wp-block-button__link:hover,
.is-style-encorecoda-green-woodgrain .is-style-encorecoda-link-button .wp-block-button__link:focus,
.is-style-encorecoda-green-woodgrain .is-style-encorecoda-link-button .wp-block-button__link:active{
    -webkit-box-shadow:none;
    box-shadow:none;
    border-bottom: 2px solid var(--wp--preset--color--white);
}

@media(max-width: 720px){
	.homepage-icon-scoreyour{
		display:none !important;
        visibility:hidden !important;
    }
 }

/* Blue woodgrain */
.is-style-encorecoda-blue-woodgrain {
    background-color: var(--wp--preset--color--blue);
    padding: var(--wp--preset--spacing--70);
    padding-top: var(--wp--preset--spacing--80);
    padding-bottom: var(--wp--preset--spacing--80);
    color: var(--wp--preset--color--white);
    background-image: url(../images/textures/ec-blue-woodgrain.jpg);
    background-size: cover;
}

.is-style-encorecoda-green-woodgrain .wp-block-heading{
    color: var(--wp--preset--color--white);
}

.is-style-encorecoda-green-woodgrain .is-style-encorecoda-link-button .wp-block-button__link,
.is-style-encorecoda-green-woodgrain .is-style-encorecoda-link-button .wp-block-button__link:hover,
.is-style-encorecoda-green-woodgrain .is-style-encorecoda-link-button .wp-block-button__link:focus,
.is-style-encorecoda-green-woodgrain .is-style-encorecoda-link-button .wp-block-button__link:active,
.is-style-encorecoda-green-woodgrain .is-style-encorecoda-link-button .wp-block-button__link:visited{
    color: var(--wp--preset--color--yellow);
}

.is-style-encorecoda-green-woodgrain .is-style-encorecoda-link-button .wp-block-button__link:hover,
.is-style-encorecoda-green-woodgrain .is-style-encorecoda-link-button .wp-block-button__link:focus,
.is-style-encorecoda-green-woodgrain .is-style-encorecoda-link-button .wp-block-button__link:active{
    -webkit-box-shadow:none;
    box-shadow:none;
    border-bottom: 2px solid var(--wp--preset--color--yellow);
}

/* Lists */

.wp-block-list{
    padding-left:1em;
}

.wp-block-list li{
    padding-bottom:1em;
}

.is-style-encorecoda-list-underline li {
	border-bottom: 1px solid currentcolor;
}

.is-style-encorecoda-list-underline ul {
	border-top: 1px solid currentcolor;
}

.is-style-encorecoda-list-underline ul li {
	border: none;
}