/*
Theme Name: Sydney Child
Author: Dariusz Gaudyn
Description: Motyw potomny
Template: sydney

*/

@import url("../sydney/style.css");
html,
body {
    font-family: 'Open Sans';
}

.author.vcard {
    display: none;
}

.fa-envelope,
.fa-phone-alt,
.fa-clock,
.fa-map-marker-alt {
    font-size: 2em;
}

.maintitle {
    color: #ffffff;
    font-size: 58px;
    font-weight: 300 !important;
    letter-spacing: 1px !important;
    line-height: 68px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

.button-slider {
    color: #ffffff;
    background-color: #0073b6;
    border: 0;
}

.button-slider:hover {
    opacity: .7;
    color: #fff;
    text-decoration: none;
    transition: all .2s ease-out;
    background-color: #0073b6;
}

.slide-item::after,
#idbg::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 2px;
    background: url(/wp-content/uploads/2019/12/border-footer.png) repeat-x;
}