/*
Theme Name: Výkupnemovitostí
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

body {
    scroll-behavior:smooth;
}

body,.h1, .h2, h1, h2 {
    line-height: 1.8;
}

h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2 {
    font-weight: 500 !important;
}

h1 stong {
    font-weight: 900;
}

.rounded_img .img-inner {
    border-top-left-radius: 2px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 2px;
    box-shadow: 8px 8px 16px 0 rgba(0,0,0,.2);
}

.box .box-text {
    border-top-left-radius: 2px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 2px;
}

input, textarea {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
    border-bottom-right-radius: 2px !important;
    box-shadow: none;
}