/* * CSS for registered block styles. * See inc/register-block-styles.php. */ /* Flat button */ .is-style-abnomize-flat-button .wp-block-button__link, .is-style-abnomize-flat-button .wp-block-button__link:hover, .is-style-abnomize-flat-button .wp-block-button__link:focus, .is-style-abnomize-flat-button .wp-block-button__link:active, .is-style-abnomize-flat-button .wp-block-button__link:visited { box-shadow: none; border-radius: 0; margin-top: initial; margin-bottom: initial; } /* Box shadow */ .is-style-abnomize-box-shadow { box-shadow: var(--wp--preset--shadow--natural); } /* Lists */ .is-style-abnomize-list-underline li { border-bottom: 1px solid currentcolor; } .is-style-abnomize-list-underline ul { border-top: 1px solid currentcolor; } .is-style-abnomize-list-underline ul li { border: none; } details.is-style-abnomize-plus > summary { list-style-type: "+ "; } details[open].is-style-abnomize-plus > summary { list-style-type: "- "; } details.is-style-abnomize-plus > summary::marker { font-weight: 700; font-size: 1em; font-family: var(--wp--preset--font-family--monospace); } .block-editor-block-list__layout .abnomize-swiper-holder.swiper-wrapper { display: inline-block !important; } .block-editor-block-list__layout .abnomize-swiper-holder.swiper-wrapper li { display: none; } .block-editor-block-list__layout .abnomize-swiper-holder.swiper-wrapper li:first-child { display: block; } .block-editor-block-list__block.wp-block.wp-block-group.abnomize-hticker-controls .wp-block.wp-block-html { display: none; } .block-editor-block-list__block.wp-block.wp-block-group.abnomize-slider-controls .wp-block.wp-block-html.is-selected, .block-editor-block-list__block.wp-block.wp-block-group.abnomize-hticker-controls .wp-block.wp-block-html.is-selected { display: block; } .block-editor-block-list__block.wp-block-group.abnomize-hticker-controls { display: inline-flex; position: inherit; left: auto; width: auto; height: auto; top: auto; } .is-style-abnomize-button-styleone { border: none; display: block; cursor: pointer; outline: none; overflow: hidden; position: relative; box-shadow: 0 5px 15px rgba(0,0,0,0.20); } .is-style-abnomize-button-styleone span { position: relative; z-index: 1; } .is-style-abnomize-button-styleone:after { content: ""; position: absolute; left: 0; top: 0; height: 490%; width: 140%; opacity: 0.5; background: #78c7d2; -webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out; -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg); transform: translateX(-98%) translateY(-25%) rotate(45deg); } .is-style-abnomize-button-styleone:hover:after { -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg); transform: translateX(-9%) translateY(-25%) rotate(45deg); } /***Button two**/ .is-style-abnomize-button-styletwo { transition: all 0.3s; position: relative; } .is-style-abnomize-button-styletwo span { transition: all 0.3s; } .is-style-abnomize-button-styletwo ::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; z-index: 1; opacity: 0; transition: all 0.3s; border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; border-top-color: rgba(255,255,255,0.5); border-bottom-color: rgba(255,255,255,0.5); transform: scale(0.1, 1); } .is-style-abnomize-button-styletwo :hover span { letter-spacing: 2px; } .is-style-abnomize-button-styletwo :hover::before { opacity: 1; transform: scale(1, 1); } .is-style-abnomize-button-styletwo ::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; z-index: 1; transition: all 0.3s; background-color: rgba(255,255,255,0.1); } .is-style-abnomize-button-styletwo :hover::after { opacity: 0; transform: scale(0.1, 1); } /***button five***/ .is-style-abnomize-button-stylefive .wp-element-button:hover { background: rgba(0,118,255,0.9); box-shadow: 0 6px 20px rgb(0 118 255 / 23%); } .is-style-abnomize-button-stylefive .wp-element-button { border: none; border-radius: 7px; background-color: #0070f3; color: white; box-shadow: 0 4px 14px 0 rgb(0 118 255 / 39%); transition: background 0.2s ease,color 0.2s ease,box-shadow 0.2s ease; } /***button four***/ .is-style-abnomize-button-stylefour .wp-element-button:hover { background-color: #e6375a; background-image: none!important; } .is-style-abnomize-button-stylefour .wp-element-button { border: 0; color: #ffffff; background-image: linear-gradient(to right,#e052a0,#f15c41)!important; border-radius: 3px; } /***button two***/ .is-style-abnomize-button-styletwo .wp-element-button:hover { border-color: transparent; background: var(--wp--preset--color--primary); background-color: var(--wp--preset--color--primary); box-shadow: var(--wp--preset--shadow--natural); color: #ffffff; } .is-style-abnomize-button-styletwo .wp-element-button { background: transparent; box-shadow: none; border-color: var(--wp--preset--color--primary); color: var(--wp--preset--color--primary); border: 1px solid; } /***button three***/ .is-style-abnomize-button-stylethree { outline: none; border: none; border-radius:5px; } .is-style-abnomize-button-stylethree:active { box-shadow: 0 5px #95a5a6; transform: translateY(4px); } /****Button Rounded***/ .is-style-abnomize-button-styleround .wp-element-button { border-radius: 9999px; padding: calc(.667em + 2px) calc(1.333em + 2px); box-shadow: 0px 32px 40px 0px rgba(1, 55, 162, 0.24); border-width: 1px; } .is-style-abnomize-button-styleround .wp-element-button:hover{ background-color: transparent; color: var(--wp--preset--color--primary); box-shadow: none; border-width: 1px; } /****list Style***/ .is-style-abnomize-list-plane { list-style: none; padding: 0; } .is-style-abnomize-list-plane a { text-decoration: none; } .is-style-abnomize-list-left-border { list-style: none; padding: 0; } .is-style-abnomize-list-left-border li { border-left: 4px solid #2196F3; padding-left: 5px; margin-bottom: 3px; } .is-style-abnomize-list-check{ list-style: none; padding: 0; } .is-style-abnomize-list-check li::before { content: ""; display: inline-block; width: 16px; height: 16px; background: url('data:image/svg+xml,') no-repeat center center; background-size: contain; padding-right: 6px; } .is-style-abnomize-list-check li { display: flex; vertical-align: middle; position: relative; align-items: center; } .headersearch button { background-color: transparent; padding: 2px; } .headersearch .wp-block-search__button svg, .headersearch button svg.search-icon { fill: black; } .wp-block-heading.abnomize-section-header { border-radius: 3px; } .wp-block-cover.abnomize-post-cover { transition: all ease 0.65s; } .wp-block-cover.abnomize-post-cover:hover img.wp-post-image { transform: scale(1.25); } .taxonomy-category.is-style-categories-background-with-round a { padding: 1px 5px; border-radius: 3px; position: relative; overflow: hidden; background-color: var(--wp--preset--color--primary); text-decoration: none; color: #ffffff; margin: 0 5px 0 0; display: inline-block; } .wp-block-image.middle img{ vertical-align: middle; } .frontcats .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item{ margin: 6px 8px 10px 30px; display: inline-block; max-width: 100px; text-align: center; } .frontcats .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image{ margin: 0; max-width: 100px;}