/*!
Theme Name: Next
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 3.0.92
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,  th {
	background: transparent; border: 0; margin: 0; padding: 0; 	vertical-align: baseline;
}
html, body{
    width: 100%; min-height: 100%; color: #333;
}
#main{
    position: relative; overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    color: red;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: red;
}

ol {
    padding-left: 20px;
}
ol li, ul li {
   margin-bottom: 10px; 
}
ol li::marker {
    color: #010f5a;
}
ol, ul {
    margin: 10px 0px;
}

.wp-block-image {
    position: relative;
}
.wp-block-image::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    background: url('./img/decor-img.png') center no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
}