/*
 Theme Name:   compareflix
 Theme URI:    https://compareflix.com
 Description:  compareflix
 Author:       compareflix
 Author URI:   https://compareflix.com
 Template:     blossom-pin
 Version:      1.0
 Tags:         compareflix
 Text Domain:  compareflix
*/

body {
  overflow-x:  hidden;
}

.site-header {
  background: linear-gradient(93deg,rgb(5 0 35),#8313fb);
}

.home .site-header {
  border-bottom: 4px solid #000;
}

.site-description, .main-navigation ul li a {
  color: #fff;
}

.main-navigation ul ul li a {
  color: #2e076a;
}

.single h2 {
  font-family: 'Archivo Black';
}

.single .site-header {
  box-shadow: none;
}

.single.centered .post-entry-header {
  max-width: 1024px;
}

.single .navigation {
  margin-top: 0;
}

.recommended-post .section-header .section-title {
  font-family: 'Archivo Black';
  text-transform: uppercase;
}

.elementor-widget-image img {
  height: 300px !important;
  max-height: 300px;
}

footer .widget .widget-title {
  color: #fff;
}

.site-footer .footer-t {
  border-top: 4px solid #000;
}

.site-footer {
  background: linear-gradient(93deg,rgb(5 0 35),#8313fb);
}

.site-header .site-branding .site-title a {
  color: #fff;
}

.owl-carousel .owl-item img {
  border: 4px solid #000;
}

.banner-slider.owl-carousel {
  /* background: black;
  padding: 25px; */
}

.banner-slider .item {
  background: #2e076a !important;
}

.breadcrumb-wrapper {
  background: linear-gradient(93deg,rgb(5 0 35),#8313fb);
  border-bottom: 4px solid #000;
  text-align: center;
}

#crumbs > span {
  color: #3333f5;
}

#crumbs a {
  color: #fff;
}

#crumbs .current a {
  color: #fff !important;
  border-bottom: 2px solid #3333f5;
}

.centered #primary {
  max-width: 100%;
}

.single #primary .post .holder .meta-info {
  display: none;
}

.single.centered .post-entry-header {
  text-align: center;
}

.single h1.entry-title {
  color: #3333f5;
  background-image: linear-gradient(45deg, #3333f5, #050023);
  background-size: 100%;
  background-repeat: repeat;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}

.single .post-entry-header .category {
  display: inline-block;
}

.single .navigation {
  float: none;
  max-width: 100%;
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title {
  cursor: unset;
}

.elementor-widget-tabs .elementor-tab-content {
  max-height: 50px;
  min-height: 40px;
}

div.elementor-tab-title.elementor-tab-desktop-title {
  margin-top: 4px;
}

.elementor-tab-content p {
  display: inline-block;
}

.elementor-tabs-view-vertical.yes .elementor-widget-container .elementor-tabs-content-wrapper > .elementor-tab-content {
  background-color: #32f5321a;
  border-radius: 12px;
  text-align: center;
  padding: 10px;
  width: 140px;
}

.elementor-tabs-view-vertical.no .elementor-widget-container .elementor-tabs-content-wrapper > .elementor-tab-content {
  background-color: #f533331a;
  border-radius: 12px;
  text-align: center;
  padding: 10px;
  width: 140px;
}

@media only screen and (max-width: 1024px) {
  .mobile-header .mobile-site-header .site-branding .site-title a {
    background: linear-gradient(93deg,rgb(5 0 35),#8313fb);
        -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }

  .mobile-menu-wrap .main-navigation ul li a {
    color: #000;
  }
}

@media only screen and (max-width: 767px) {
  .elementor-tabs-view-vertical.no .elementor-widget-container .elementor-tabs-content-wrapper > .elementor-tab-content,
  .elementor-tabs-view-vertical.yes .elementor-widget-container .elementor-tabs-content-wrapper > .elementor-tab-content {
    margin: 0 auto;
  }
  .elementor-tab-mobile-title,
  .elementor-tabs-view-vertical .elementor-widget-container .elementor-tabs-content-wrapper > .elementor-tab-content {
    text-align: center;
  }
}

.yes .elementor-tab-content::after {
  display: inline-block;
  color: #006400;
  content: "\2714\fe0e";
  font-size: 28px;
  height: 20px;
  margin-left: 20px;
  width: 20px;
}

.no .elementor-tab-content::after {
  display: inline-block;
  color: #ff0000;
  content: "\2716\fe0e";
  font-size: 28px;
  height: 20px;
  margin-left: 20px;
  width: 20px;
}

.single h4.elementor-heading-title {
  background: #3333f5;
  border-radius: 12px;
  color: #fff;
  padding: 10px;
}

.compare-header strong {
  color: #3333f5;
}

.home #sidebar {
  margin-top: 10px;
}