/* box-shadow for post layout*/

.wp-block-query li .is-style-bloghive-boxshadow,
.wp-block-group.is-style-bloghive-boxshadow,
.wp-block-column.is-style-bloghive-boxshadow,
.wp-block-columns.is-style-bloghive-boxshadow,
.wp-block-image.is-style-bloghive-boxshadow img{
    box-shadow: 0px 4px 10px 1px rgb(0 0 0 / 0.13) !important;
}

.wp-block-query li .is-style-bloghive-boxshadow-medium,
.wp-block-group.is-style-bloghive-boxshadow-medium,
.wp-block-column.is-style-bloghive-boxshadow-medium,
.wp-block-columns.is-style-bloghive-boxshadow-medium,
.wp-block-image.is-style-bloghive-boxshadow-medium img{
    box-shadow: 0px 4px 10px 1px rgb(0 0 0 / 0.29) !important;
}

.wp-block-query li .is-style-bloghive-boxshadow-large,
.wp-block-group.is-style-bloghive-boxshadow-large,
.wp-block-column.is-style-bloghive-boxshadow-large,
.wp-block-columns.is-style-bloghive-boxshadow-large,
 .wp-block-image.is-style-bloghive-boxshadow-large img{
    box-shadow: 0px 4px 10px 1px rgb(0 0 0 / 0.50) !important;
}

.wp-block-query li .is-style-bloghive-boxshadow-hover:hover,
.wp-block-group.is-style-bloghive-boxshadow-hover:hover,
.wp-block-column.is-style-bloghive-boxshadow-hover:hover,
.wp-block-columns.is-style-bloghive-boxshadow-hover:hover,
.wp-block-image.is-style-bloghive-boxshadow-hover img:hover{
    box-shadow: 0px 4px 10px 1px rgb(0 0 0 / 0.20) !important;
}

/* read more block for hover*/

.is-style-readmore-hover-primary-color.wp-block-read-more:hover{
    background-color: var(--wp--preset--color--light-color) !important;
    color: var(--wp--preset--color--primary) !important;
    border-color: var(--wp--preset--color--secondary) !important;
}

.is-style-readmore-hover-secondary-color.wp-block-read-more:hover{
    background-color: var(--wp--preset--color--light-color) !important;
    color: var(--wp--preset--color--dark-color) !important;
    border-color: var(--wp--preset--color--dark-color) !important;
}

.is-style-readmore-hover-secondary-color.wp-block-read-more,
.is-style-readmore-hover-primary-color.wp-block-read-more{
     border-width: 1px !important;
     border-style: solid !important
}

.is-style-readmore-hover-primary-fill.wp-block-read-more:hover{
    background-color:var(--wp--preset--color--primary) !important;
    color: var(--wp--preset--color--light-color) !important;
}

.is-style-readmore-hover-secondary-fill.wp-block-read-more:hover{
    background-color:var(--wp--preset--color--dark-color) !important;
    color: var(--wp--preset--color--light-color) !important;
}

/*style list for ul*/
.is-style-bloghive-categories-bullet-hide-style {
    list-style-type: none;
    padding-left: 0px;
}

.is-style-bloghive-page-list-bullet-hide-style{
    list-style-type: none;
}

.is-style-bloghive-page-list-bullet-hide-style-white-color{
    list-style-type: none;
    color: var(--wp--preset--color--light-color) !important;
}


  /* button more block for hover*/
.is-style-fill.wp-block-button .wp-block-button__link, .wp-block-button .wp-block-button__link{
    background-color: var(--wp--preset--color--primary) !important;
    color: var(--wp--preset--color--light-color) !important;
}

.is-style-outline.wp-block-button .wp-block-button__link{
    background-color: var(--wp--preset--color--light-color) !important;
    color: var(--wp--preset--color--primary) !important;
    border-color: var(--wp--preset--color--primary) !important;
}

.is-style-outline.wp-block-button.wp-block-button__link,
.is-style-outline.wp-block-button .wp-block-button__link,
.is-style-button-hover-primary-color.wp-block-button .wp-block-button__link,
.is-style-button-hover-secondary-color.wp-block-button .wp-block-button__link{
     border-width: 1px !important;
     border-style: solid !important
}

.is-style-button-hover-primary-color.wp-block-button .wp-block-button__link:hover{
    background-color: var(--wp--preset--color--light-color) !important;
    color: var(--wp--preset--color--primary) !important;
    border-color: var(--wp--preset--color--secondary) !important;
}

.is-style-button-hover-secondary-color.wp-block-button .wp-block-button__link:hover{
    background-color: var(--wp--preset--color--light-color) !important;
    color: var(--wp--preset--color--dark-color) !important;
    border-color: var(--wp--preset--color--dark-color) !important;
}

.is-style-button-hover-primary-bgcolor.wp-block-button .wp-block-button__link:hover{
    background-color:var(--wp--preset--color--primary) !important;
    color: var(--wp--preset--color--light-color) !important;
}

.is-style-button-hover-secondary-bgcolor.wp-block-button .wp-block-button__link:hover{
    background-color:var(--wp--preset--color--dark-color) !important;
    color: var(--wp--preset--color--light-color) !important;
}

.is-style-button-hover-white-bgcolor.wp-block-button .wp-block-button__link:hover{
    background-color:var(--wp--preset--color--light-color) !important;
    color: var(--wp--preset--color--primary) !important;
}

  /* categories with background*/

.is-style-categories-background-with-round a{
    background-color: var(--wp--preset--color--primary) !important;
    color: var(--wp--preset--color--light-color) !important;
    padding: 10px 15px;
    border-radius: 19px;
}