/*!
Theme Name: continentalskiteam
Theme URI: http://underscores.me/
Author: Jarosław Filipiak
Author URI: http://www.j-filipiak.pl
Description: Description
Version: 2.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: continental

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

continentalskiteam is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

/* all theme images {webpack issues fix} */

html,
body {
    background-image: url(http://clients.j-filipiak.pl/2020/continentalskiteam/wp-content/themes/continental/assets/img/bg.jpg) !important;
}

.expedition--title {
    background-image: url(http://clients.j-filipiak.pl/2020/continentalskiteam/wp-content/themes/continental/assets/img/brush.png);
}

.person--name {
    background: url(http://clients.j-filipiak.pl/2020/continentalskiteam/wp-content/themes/continental/assets/img/person-brush.svg);
}

.expedition-title-wrapper {
    background-image: url(http://clients.j-filipiak.pl/2020/continentalskiteam/wp-content/themes/continental/assets/img/expedition-title-bg.svg);
}

.similar-links__highlight {
    background-image: url(http://clients.j-filipiak.pl/2020/continentalskiteam/wp-content/themes/continental/assets/img/similar-links-bg.svg);
}

.current-affair-title-wrapper {
    background-image: url(http://clients.j-filipiak.pl/2020/continentalskiteam/wp-content/themes/continental/assets/img/expedition-title-bg.svg);
}

.expedition__year {
    background-image: url(http://clients.j-filipiak.pl/2020/continentalskiteam/wp-content/themes/continental/assets/img/year-brush.svg);
}

.expedition__name {
    background-image: url(http://clients.j-filipiak.pl/2020/continentalskiteam/wp-content/themes/continental/assets/img/name-brush.svg);
}

.chocolat-left {
    background: url(http://clients.j-filipiak.pl/2020/continentalskiteam/wp-content/themes/continental/assets/img/left.png) 50% 50% no-repeat;
}

.chocolat-right {
    background: url(http://clients.j-filipiak.pl/2020/continentalskiteam/wp-content/themes/continental/assets/img/right.png) 50% 50% no-repeat;
}

.chocolat-close {
    background: url(http://clients.j-filipiak.pl/2020/continentalskiteam/wp-content/themes/continental/assets/img/close.png) 50% 50% no-repeat;
}

.chocolat-fullscreen {
    background: url(http://clients.j-filipiak.pl/2020/continentalskiteam/wp-content/themes/continental/assets/img/fullscreen.png) 50% 50% no-repeat;
}

.chocolat-loader {
    background: url(http://clients.j-filipiak.pl/2020/continentalskiteam/wp-content/themes/continental/assets/img/loader.gif);
}

.current-menu-item a {
    background-image: url(http://clients.j-filipiak.pl/2020/continentalskiteam/wp-content/themes/continental/assets/img/menu-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.expedition--hover {
    background-image: url(http://clients.j-filipiak.pl/2020/continentalskiteam/wp-content/themes/continental/assets/img/brush-dark.png);
}

.expedition-hover-box {
    background-image: url(http://clients.j-filipiak.pl/2020/continentalskiteam/wp-content/themes/continental/assets/img/brush-dark.png);
}