/* formular styles */

.wpcf7-acceptance input{width: 20px;float: left;margin-top: 5px;}

/* --- block styles ---------------------- */

.is-style-link-block a{color: #fff;text-decoration: none;background-color: #8D9FB2;border-radius: 8px;font-size: 20px;padding: 11px;font-weight: 600;transition: background-color2s;}
.is-style-link-block a:hover{color: #fff;text-decoration: none;background-color: #979797;border-radius: 8px;font-size: 20px;padding: 11px;font-weight: 600;}
.is-style-image-bg-block{position: relative;}
.is-style-image-bg-block:before{background-image: url(/wp-content/themes/impuls_theme/img/dropbg.jpg); position: absolute;}

/* --- gallery --------------------------- */
.wp-block-gallery.is-cropped .blocks-gallery-item img{height: 200px;}
.blocks-gallery-item:last-child {flex-grow: inherit !important;}
.blocks-gallery-item{padding-left: 0px !important;}
.blocks-gallery-item:before{content: "" !important;}

/* cover block */

.is-style-halfcover-block-right img{width: 50% !important;right: 0px !important;left: auto !important;}
.is-style-halfcover-block-right .wp-block-column:first-child{padding-right: 30px;}
.is-style-halfcover-block-left img{width: 50% !important;right: auto !important;left: 0px !important;}
.is-style-halfcover-block-left .wp-block-column:nth-child(2){padding-left: 30px;}

.is-style-column_background p{padding: 30px;background-color: #F7F6F9;min-height: 250px;}
.is-style-column_background .wp-block-image{margin: 0px;background-color: #F7F6F9;padding-top: 35px;}
.is-style-column_background .wp-block-image img{height: 80px;}
.is-style-column_background{margin-top: -40px;margin-bottom: -33px;}