
:root {
  --fuubo-color-main: var(--color-main, #12C2E9);
}

.fuubo-info-box.style-2 {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 140px 35px 25px 35px;
  border-radius: 5px;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-style: solid;
  border-width: 0;
  background: transparent !important;
}

.fuubo-info-box.style-2:hover {
  transform: perspective(3000px) rotateX(0deg) rotateY(0deg) scale3d(1.02, 1.02, 1.02);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.35);
}

.fuubo-info-box.style-2:hover > img.fuubo-info-box__image {
  opacity: .3;
}

.fuubo-info-box.style-2:hover .fuubo-obelisk-button span {
  padding-right: 8px;
}

.fuubo-info-box.style-2 > img.fuubo-info-box__image,
.elementor .fuubo-info-box.style-2 > img.fuubo-info-box__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  object-fit: cover;
  opacity: .2;
  border-radius: 5px !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.fuubo-info-box__cont {
  display: table-cell;
  vertical-align: middle;
  z-index: 2;
  position: relative;
}

.fuubo-info-box__title {
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px;
  margin-right: 3px;
  line-height: 1.5em;
  border-radius: 5px;
  background-color: var(--fuubo-color-main);
  color: #fff;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.fuubo-info-box__subtitle {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  margin-top: 5px;
}

.fuubo-info-box__text {
  color: #f8f9fa;
  margin-top: 1rem;
  line-height: 1.5625rem;
}

.fuubo-obelisk-button.style-5 {
  background: transparent;
  padding: 10px 18px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  color: #f1ebeb;
  border: 2px solid #e5dddd;
  margin-top: 30px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.5;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 5px 5px 5px 5px;
}

.fuubo-obelisk-button.style-5 span {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.fuubo-feature-btn-align-icon-left.fuubo-feature-btn-button-icon {
  display: inline-block;
  margin-right: 10px;
  transition: all .4s;
}

.fuubo-feature-btn-align-icon-right.fuubo-feature-btn-button-icon {
  display: inline-block;
  margin-left: 10px;
  transition: all .4s;
}

@media (max-width: 767px) {
  .fuubo-info-box.style-2 {
    padding: 90px 24px 24px 24px;
  }

  .fuubo-info-box__subtitle {
    font-size: 22px;
  }
}

/* ---- Fuubo Info Box / Style 07 ---- */
.fuubo-info-box.style-7 .mas-item {
  padding: 40px;
  position: relative;
  z-index: 2;
}

.fuubo-info-box.style-7 .mas-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .4s;
  z-index: -1;
}

.fuubo-info-box.style-7 .mas-item .bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--fuubo-color-main);
  transition: all .4s;
  z-index: -2;
}

.fuubo-info-box.style-7 .mas-item:hover .bg-color {
  top: 10px;
  left: 10px;
}

.fuubo-info-box.style-7 .mas-item .icon {
  font-size: 45px;
  color: var(--fuubo-color-main);
  margin-bottom: 30px;
}

.fuubo-info-box.style-7 .mas-item .icon i {
  background: linear-gradient(to right, var(--color-primary, var(--fuubo-color-main)), var(--color-secondary, var(--fuubo-color-main)), var(--color-ternary, var(--fuubo-color-main)));
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  font-size: 45px;
}

.fuubo-info-box.style-7 .mas-item .icon svg {
  width: 45px;
  height: 45px;
  fill: var(--fuubo-color-main);
}

.fuubo-info-box.style-7 .mas-item img {
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
}

.fuubo-info-box.style-7 .mas-item h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
}

.fuubo-info-box.style-7 .mas-item .more {
  margin-top: 20px;
  width: 45px;
  height: 45px;
  line-height: 41px;
  text-align: center;
  font-size: 12px;
  border-radius: 50%;
  display: inline-block;
}

.fuubo-info-box.style-7 .mas-item {
  background: #f7f7f7;
}

.fuubo-info-box.style-7 .mas-item h6 {
  color: #000;
}

.fuubo-info-box.style-7 .mas-item:after {
  background: #f7f7f7;
}

.fuubo-info-box.style-7 .mas-item .more {
  border: 2px solid rgba(0, 0, 0, 0.05);
}


/* ---- Fuubo Info Box / Style 07 refinements ---- */
.fuubo-info-box.style-7 .mas-item .more i {
  color: #000;
  font-size: 12px;
  line-height: 41px;
}

.fuubo-info-box.style-7 .mas-item .more svg {
  width: 12px;
  height: 12px;
  vertical-align: middle;
}

.fuubo-info-box.style-7 .mas-item .text-right {
  text-align: right;
}


/* ---- Fuubo Info Box / Style 11 ---- */
.fuubo-obelisk-info-box.style-11 .item {
  padding: 40px;
  box-shadow: 0 10px 50px rgba(76, 76, 76, .05);
  border-radius: 10px;
  border: 1px solid transparent;
  background: #fff;
  position: relative;
  transition: all .4s;
  z-index: 3;
}

.fuubo-obelisk-info-box.style-11 .item:hover {
  border-color: transparent;
}

.fuubo-obelisk-info-box.style-11 .item:after,
.fuubo-obelisk-info-box.style-11 .item:before {
  content: '';
  position: absolute;
  border-radius: 5px;
  background: #fff;
  z-index: -1;
}

.fuubo-obelisk-info-box.style-11 .item:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fuubo-obelisk-info-box.style-11 .item:before {
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background-image: linear-gradient(to left, #17c0e9, #c96ddd, #f45162);
  opacity: 0;
  transition: all .4s;
}

.fuubo-obelisk-info-box.style-11 .item:hover:before {
  opacity: 1;
}

.fuubo-obelisk-info-box.style-11 .icon {
  margin-bottom: 30px;
}

.fuubo-obelisk-info-box.style-11 .icon img {
  max-width: 40px;
  height: auto;
}

.fuubo-obelisk-info-box.style-11 .icon svg {
  width: 40px;
  fill: #f45162;
}

.fuubo-obelisk-info-box.style-11 .icon i {
  font-size: 45px;
  color: #f45162;
}

.fuubo-obelisk-info-box.style-11 .item-tit {
  display: flex;
}

.fuubo-obelisk-info-box.style-11 .item-tit .icon {
  margin-right: 20px;
  margin-bottom: 0;
}

.fuubo-obelisk-info-box.style-11 .item-tit .text-tit h5 {
  font-size: 22px;
  margin-top: 10px;
  position: relative;
}

.fuubo-obelisk-info-box.style-11 p {
  font-size: 15px;
  margin-bottom: 0;
}

.fuubo-obelisk-info-box.style-11 .step-number {
  font-size: 14px;
  color: #f45162;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 20px auto;
  display: inline-block;
}

@media (max-width: 767px) {
  .fuubo-obelisk-info-box.style-11 .item {
    padding: 28px;
  }
}


/* Style 11 component alignment */
.fuubo-obelisk-info-box.style-11 .icon-wrap,
.fuubo-obelisk-info-box.style-11 .text-tit,
.fuubo-obelisk-info-box.style-11 .step-wrap,
.fuubo-obelisk-info-box.style-11 .text-wrap {
  width: 100%;
}
.fuubo-obelisk-info-box.style-11 .item-tit {
  display: block;
}
.fuubo-obelisk-info-box.style-11 .icon-wrap {
  margin-bottom: 15px;
}
.fuubo-obelisk-info-box.style-11 .icon {
  margin-bottom: 0;
}
.fuubo-obelisk-info-box.style-11 .icon i {
  display: inline-block;
  width: 1em;
  text-align: center;
  line-height: 1;
}
.fuubo-obelisk-info-box.style-11 .text-tit h5 {
  margin-top: 0;
}

/* ---- Fuubo Info Box / Style 20 ---- */
.fuubo-info-box.style-20 .fuubo-style20-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.fuubo-info-box.style-20 .mas-item {
	padding: 40px;
	position: relative;
	z-index: 2;
	background: #f7f7f7;
	transition: all .4s;
	height: 100%;
}

.fuubo-info-box.style-20 .mas-item:after {
	content: '';
	position: absolute;
	inset: 0;
	background: #f7f7f7;
	transition: all .4s;
	z-index: -1;
	border: 1px solid transparent;
}

.fuubo-info-box.style-20 .mas-item .bg-color {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--fuubo-color-main);
	transition: all .4s;
	z-index: -2;
}

.fuubo-info-box.style-20 .mas-item:hover .bg-color {
	top: 10px;
	left: 10px;
}

.fuubo-info-box.style-20 .mas-item:hover:after {
	border-color: rgba(0,0,0,.1);
}

.fuubo-info-box.style-20 .mas-item .icon {
	font-size: 45px;
	color: var(--fuubo-color-main);
	margin-bottom: 30px;
}

.fuubo-info-box.style-20 .mas-item .icon i {
	background: linear-gradient(to right, var(--color-primary, var(--fuubo-color-main)), var(--color-secondary, var(--fuubo-color-main)), var(--color-ternary, var(--fuubo-color-main)));
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent;
	font-size: 45px;
}

.fuubo-info-box.style-20 .mas-item .icon svg {
	width: 45px;
	height: 45px;
	fill: var(--fuubo-color-main);
}

.fuubo-info-box.style-20 .mas-item img {
	margin-bottom: 30px;
	max-width: 100%;
	height: auto;
}

.fuubo-info-box.style-20 .mas-item h6 {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 8px;
	color: #000;
}

.fuubo-info-box.style-20 .fuubo-style20-subtitle {
	margin-bottom: 10px;
}

.fuubo-info-box.style-20 .fuubo-style20-text {
	margin-bottom: 18px;
}

.fuubo-info-box.style-20 .fuubo-style20-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 12px;
	border-radius: 999px;
	border: 1px solid rgba(0,0,0,.08);
	background: rgba(0,0,0,.04);
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .03em;
}

@media (max-width: 767px) {
	.fuubo-info-box.style-20 .mas-item {
		padding: 28px;
	}
}