.gradient:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#a54e62), to(#dc6882));
  background: -webkit-linear-gradient(top, #a54e62 0%, #dc6882 100%);
  background: -moz- oldlinear-gradient(top, #a54e62 0%, #dc6882 100%);
  background: -o-linear-gradient(top, #a54e62 0%, #dc6882 100%);
  background: linear-gradient(to bottom, #a54e62 0%, #dc6882 100%);
}

.shadow-small {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(13, 129, 209, 0.45);
  -moz-box-shadow: 0px 0px 10px 0px rgba(13, 129, 209, 0.45);
  box-shadow: 0px 0px 10px 0px rgba(13, 129, 209, 0.45);
}

.shadow-big {
  -webkit-box-shadow: 0px 10px 40px 0px rgba(13, 129, 209, 0.2);
  -moz-box-shadow: 0px 10px 40px 0px rgba(13, 129, 209, 0.2);
  box-shadow: 0px 10px 40px 0px rgba(13, 129, 209, 0.2);
}

.shadow-big-medium {
  -webkit-box-shadow: 0px 10px 40px 0px rgba(13, 129, 209, 0.4);
  -moz-box-shadow: 0px 10px 40px 0px rgba(13, 129, 209, 0.4);
  box-shadow: 0px 10px 40px 0px rgba(13, 129, 209, 0.4);
}

.rounded-corners {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.widget-margin, .widget-single-video {
  margin-top: 90px;
  margin-bottom: 90px !important;
}

@media (max-width: 991px) {
  .widget-margin, .widget-single-video {
    margin-top: 60px;
    margin-bottom: 60px !important;
  }
}

@media (max-width: 767px) {
  .widget-margin, .widget-single-video {
    margin-top: 50px;
    margin-bottom: 50px !important;
  }
}

.widget-margin-bottom {
  margin-bottom: 90px !important;
}

@media (max-width: 991px) {
  .widget-margin-bottom {
    margin-bottom: 60px !important;
  }
}

@media (max-width: 767px) {
  .widget-margin-bottom {
    margin-bottom: 50px !important;
  }
}

.widget-padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .widget-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .widget-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 720px) {
  .col-sm-auto {
    width: auto;
  }
}

@media (min-width: 720px) {
  .col-md-auto {
    width: auto;
  }
}

@media (min-width: 850px) {
  .col-lg-auto {
    width: auto;
  }
}

@media (min-width: 1050px) {
  .col-xl-auto {
    width: auto;
  }
}

@media (min-width: 1200px) {
  .col-xxl-auto {
    width: auto;
  }
}

.widget-single-video {
  overflow: hidden;
}

.widget-single-video .element-inner-video {
  background-color: #000;
}

.widget-single-video .element-inner-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.widget-single-video .element-inner-video img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.widget-single-video .element-inner-video img.hide-image {
  opacity: 0;
  pointer-events: none;
}

.widget-single-video .element-inner-inner {
  width: 100%;
  padding-top: 56.25%;
}

.widget-single-video .video-overlay {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
}

.widget-single-video .video-overlay.hide-overlay {
  opacity: 0;
  pointer-events: none;
}

.widget-single-video .video-overlay svg {
  margin-bottom: 20px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  z-index: 2;
}

.widget-single-video .video-overlay span {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
  position: relative;
  z-index: 2;
}

.widget-single-video .video-overlay:hover svg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
