/*  
Theme Name: Twenty Fifteen Child
Theme URI: None Yet
Description: This is a basic child theme that offers a blank slate- a stripped Wordpress theme that can act as a basic starter template for additional
Wordpress blog themes.
Tags: minimalist, white, clean, blank, two-column
Version: 1.0
Template: twentyfifteen
*/
@import url(https://match.cat/wp-content/themes/twentyfifteen/style.css);

#masthead h1.site-title, #masthead p.site-description {
    text-align: center
}

a.custom-logo-link {
    display: block;
    background-image: url(https://images.match.cat/wp-content/uploads/2018/01/05124327/cat-11.png);
    background-position: 0 0;
    background-size: cover;
}

a.custom-logo-link:hover img.custom-logo {
    transition: opacity 0.25s ease;
    opacity: 0.1 !important;
}

a.custom-logo-link:hover {

}

@media screen and (max-width: 954px) {

    a.custom-logo-link {
        height: 104px;
        width: 104px;
    }

}

@media screen and (max-width: 739px) {

    a.custom-logo-link {
        height: 84px;
        width: 84px;
    }

}

#footer-sidebar {
    display: block;
    margin-right: 8.3333% !important;
    margin-bottom: 0px;
    margin-left: 8.3333% !important;

}

#footer-sidebar .widget {
    padding: 0;

}

#footer-sidebar a {
    text-decoration: none;
    border-bottom: 0px solid #333;
}

#footer-sidebar1 {
    display: inline-block;
    width: 30%;
    margin-left: 0px;
    margin-right: 5px;
    vertical-align: top;
}

#footer-sidebar2 {
    display: inline-block;
    width: 30%;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: top;
}

#footer-sidebar3 {
    display: inline-block;
    width: 30%;
    margin-left: 5px;
    margin-right: 0px;
    vertical-align: top;
}

.advertisement-custom-box.placeholder {
    /**/
    background-color: lightgrey;
    min-height: 100px;
    line-height: 100px;
    font-size: 40px;
    text-align: center;

}

.advertisement-custom-box.placeholder:before {

    /**/
    content: 'Advert Placeholder';

}

.top-of-page-advertisement {

    margin: 0 8.3333%;

}
.bottom-of-single-page-advertisement {

    margin: 0 8.3333%;

}