/*
 Theme Name:   Factory Racing Parts
 Theme URI:    https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
 Description:  Extension of Hello Elementor customized for Factory Racing Parts
 Author:       Jason Piemeisl @ RBA
 Author URI:   https://jpiemeisl.com
 Template:     hello-elementor
 Version:      1.0.0
 Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* decorative corners */

.all-corners,
.all-corners .swiper-slide-contents,
.top-corners,
.top-corners .swiper-slide-contents,
.bottom-corners,
.bottom-corners .swiper-slide-contents,
.top-left-corner,
.top-left-corner .swiper-slide-contents,
.top-left-corner-white,
.top-left-corner-white .swiper-slide-contents,
.top-right-corner,
.top-right-corner .swiper-slide-contents,
.bottom-right-corner,
.bottom-right-corner .swiper-slide-contents,
.bottom-left-corner,
.bottom-left-corner .swiper-slide-contents,
.bottom-left-corner-white,
.bottom-left-corner-white .swiper-slide-contents {
  background-size: 23px;
  background-repeat: no-repeat;
}

.all-corners .swiper-slide-contents,
.top-corners .swiper-slide-contents,
.bottom-corners .swiper-slide-contents, 
.top-left-corner .swiper-slide-contents, 
.top-left-corner-white .swiper-slide-contents,
.top-right-corner .swiper-slide-contents, 
.bottom-right-corner .swiper-slide-contents, 
.bottom-left-corner .swiper-slide-contents,
.bottom-left-corner-white .swiper-slide-contents {
  padding: 19px 21px;
}

.all-corners,
.all-corners .swiper-slide-contents {
  background-position: top 0px left 0px, top 0px right 0px, bottom 0px right 0px,
    bottom 0px left 0px;
  background-image: url(assets/images/top-left-corner.svg),
    url(assets/images/top-right-corner.svg),
    url(assets/images/bottom-right-corner.svg),
    url(assets/images/bottom-left-corner.svg);
}

.top-corners,
.top-corners .swiper-slide-contents {
  background-position: top 0px left 0px, top 0px right 0px;
  background-image: url(assets/images/top-left-corner.svg),
    url(assets/images/top-right-corner.svg);
}

.bottom-corners,
.bottom-corners .swiper-slide-contents {
  background-position: bottom 0px right 0px, bottom 0px left 0px;
  background-image: url(assets/images/bottom-right-corner.svg),
    url(assets/images/bottom-left-corner.svg);
}

.top-left-corner,
.top-left-corner .swiper-slide-contents {
  background-position: top 0px left 0px;
  background-image: url(assets/images/top-left-corner.svg);
}
.top-right-corner,
.top-right-corner .swiper-slide-contents {
  background-position: top 0px right 0px;
  background-image: url(assets/images/top-right-corner.svg);
}
.bottom-right-corner,
.bottom-right-corner .swiper-slide-contents {
  background-position: bottom 0px right 0px;
  background-image: url(assets/images/bottom-right-corner.svg);
}
.bottom-left-corner,
.bottom-left-corner .swiper-slide-contents {
  background-position: bottom 0px left 0px;
  background-image: url(assets/images/bottom-left-corner.svg);
}

/* white corners */
.top-left-corner-white,
.top-left-corner-white .swiper-slide-contents {
  background-position: top 0px left 0px;
  background-image: url(assets/images/top-left-corner-white.svg);
}
.bottom-left-corner-white,
.bottom-left-corner-white .swiper-slide-contents {
  background-position: bottom 0px left 0px;
  background-image: url(assets/images/bottom-left-corner-white.svg);
}
