/*
Theme Name: Reality Gerlach 2025
Theme URI: https://www.jmsupport.sk/
Author: Jimako
Author URI: https://www.jmsupport.sk/
Description:  
Version: 1.0
Tags:  
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: dlugoreality
Template: houzez
*/


@import url("../houzez/style.css");

/* Your CSS code goes here
-------------------------------------- */

@import url("assets/css/components.css");

/* Shape Divider */

.shape {
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    line-height: 0;
}

.shape--bottom {
    bottom: -1px;
}

.shape svg {
    display: block;
    height: 16px;
    left: 50%;
    position: relative;
    width: 1024px;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.shape--yellow svg {
    fill: #ffa827;
}

@media (min-width: 1025px) {
    .shape svg {
        height: 24px;
        width: 1440px;
    }
}

@media (min-width: 1200px) {
    .shape svg {
        width: calc(100% + 1.3px);
    }
}
