/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* NASLOVNA */
.naslov {
    text-align: center;
}
.djelatnosti {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.djelatnosti-ikonica {
    height: 110px;
    position: absolute;
    top: -40px;
    left: 0;
}
.djelatnosti-naslov {
    font-size: 25px;
}
.kontakt-div h2 {
    font-size: 30px;
}
.kontakt-div p {
    font-size: 18px;
}
.gform_button {
    background-color: #8c1912;
    color: #fff;
}
.gform_button:hover {
    background-color: #000;
    color: #fff;
}
/* FOOTER */
.min-footer {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.footer-container, .footer-container a {
    color:#fff
}