.form-control {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
.sp-megamenu-wrapper {
  position: absolute;
  left: 0;
  padding: 0 15px;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  cursor: pointer;
}
.sp-megamenu-wrapper:hover > .sp-megamenu-parent {
  display: block;
}
.sp-megamenu-wrapper:hover > .sp-megamenu-parent.menu-fade-down {
  -webkit-animation: spMenuFadeInDown 400ms;
  animation: spMenuFadeInDown 400ms;
}
.sp-megamenu-wrapper:hover > .sp-megamenu-parent.menu-fade-up {
  -webkit-animation: spMenuFadeInUp 400ms;
  animation: spMenuFadeInUp 400ms;
}
.sp-megamenu-wrapper:hover > .sp-megamenu-parent.menu-fade {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}
.sp-megamenu-wrapper:hover > .sp-megamenu-parent.menu-zoom {
  -webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 20px 0;
  margin: 0;
  z-index: 9;
  display: none;
  width: 260px;
  position: absolute;
  top: 70px;
  left: 0;
  background: #ededed;
  z-index: 99999;
}
.sp-megamenu-parent li.sp-menu-item {
  display: block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent li.sp-menu-item.menu-justify {
  position: static;
}
.sp-megamenu-parent li.sp-menu-item > a {
  display: block;
  line-height: normal;
  padding: 15px 30px;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  border-bottom: 1px solid #e0e0e0;
}
.sp-megamenu-parent li.sp-menu-item > a.sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent li.sp-menu-item > a:not(.sp-group-title):hover {
  color: #000;
  background-color: #fff;
}
.sp-megamenu-parent li.sp-menu-item > a:not(.sp-group-title):hover:after {
  color: #000;
}
.sp-megamenu-parent li.sp-menu-item:last-child > a {
  border-bottom: none;
}
.sp-megamenu-parent li.sp-menu-item.sp-has-child > a:not(.sp-group-title):after {
  font-family: "Font Awesome 5 Free";
  content: " \f105";
  font-weight: 900;
  float: right;
}
.sp-megamenu-parent li.sp-menu-item.active > a:not(.sp-group-title) {
  color: #000;
  background-color: #fff;
}
.sp-megamenu-parent li.sp-menu-item.active > a:not(.sp-group-title):hover {
  color: #000;
  background-color: #fff;
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #ededed;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner .sp-module {
  margin: 0px;
  padding: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
  left: 100%;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown-mega > .row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega > .row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover > .sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-fade .sp-has-child:hover > .sp-dropdown {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover > .sp-dropdown {
  -webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover > .sp-dropdown {
  -webkit-animation: spMenuFadeInUp 400ms;
  animation: spMenuFadeInUp 400ms;
}
.sp-megamenu-parent.menu-fade-down .sp-has-child:hover > .sp-dropdown {
  -webkit-animation: spMenuFadeInDown 400ms;
  animation: spMenuFadeInDown 400ms;
}
#offcanvas-toggler {
  float: right;
  line-height: 70px;
}
#offcanvas-toggler > i {
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
#offcanvas-toggler > i:hover {
  color: #fff;
}
.offcanvas-overlay {
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
body.offcanvas .offcanvas-menu {
  visibility: visible;
}
body.offcanvas .offcanvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.8);
  opacity: 1;
  z-index: 9999;
}
body.offcanvas .body-innerwrapper {
  right: 305px;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  color: #fff;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  background: rgba(0,0,0,0.3);
}
.close-offcanvas:hover {
  color: inherit;
}
.offcanvas-menu {
  width: 320px;
  height: 100%;
  color: #5f5f5f;
  background-color: rgba(255,255,255,0.96);
  position: fixed;
  top: 0;
  opacity: 0;
  z-index: 99999;
  overflow: inherit;
}
.offcanvas-menu .offcanvas-inner {
  padding: 20px;
  margin-top: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #5f5f5f;
  font-weight: 500;
  line-height: 28px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:before {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.active > a {
  background: rgba(0,0,0,0.2);
  color: #2e2e2e;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 20px;
  cursor: pointer;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .fa-angle-down {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .fa-angle-up {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .fa-angle-down {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .fa-angle-up {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li > a:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  background: rgba(0,0,0,0.02);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a {
  padding-left: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content > ul {
  margin: 0 -20px;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
}
.ltr .offcanvas-menu {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.ltr .body-innerwrapper:after {
  right: 0;
}
.ltr .offcanvas-menu {
  right: -340px;
}
.ltr.offcanvas .offcanvas-menu {
  right: 0;
}
.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
  visibility: visible;
}
.offcanvas .body-innerwrapper:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.offcanvas .offcanvas-menu {
  opacity: 1;
}
.offcanvas .offcanvas-menu ul.nav-child li {
  padding-left: 10px;
}
.menu .nav-child.small {
  font-size: inherit;
}
@-webkit-keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spMenuZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes spMenuZoom {
  0% {
    opacity: 0;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes spMenuFadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-30px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes spMenuFadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0,-30px,0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.hide {
  display: none;
}
.badge.badge-info {
  background-color: #f26522;
}
.btn:not([class*="btn-"]) {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn:not([class*="btn-"]):hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.control-group {
  margin-bottom: 16px;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  margin-left: 180px;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dt img {
  display: inline-block;
}
@media (max-width: 767px) {
  .dl-horizontal dt {
    float: none;
    width: auto;
    clear: none;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
.input-prepend,
.input-append {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-prepend > input[type="text"],
.input-prepend > input[type="password"],
.input-prepend > input[type="datetime"],
.input-prepend > input[type="datetime-local"],
.input-prepend > input[type="date"],
.input-prepend > input[type="month"],
.input-prepend > input[type="time"],
.input-prepend > input[type="week"],
.input-prepend > input[type="number"],
.input-prepend > input[type="email"],
.input-prepend > input[type="url"],
.input-prepend > input[type="search"],
.input-prepend > input[type="tel"],
.input-prepend > input[type="color"],
.input-append > input[type="text"],
.input-append > input[type="password"],
.input-append > input[type="datetime"],
.input-append > input[type="datetime-local"],
.input-append > input[type="date"],
.input-append > input[type="month"],
.input-append > input[type="time"],
.input-append > input[type="week"],
.input-append > input[type="number"],
.input-append > input[type="email"],
.input-append > input[type="url"],
.input-append > input[type="search"],
.input-append > input[type="tel"],
.input-append > input[type="color"] {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-prepend .add-on,
.input-append .add-on {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-prepend > :not(:first-child):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback),
.input-append > :not(:first-child):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-prepend > :not(:last-child),
.input-append > :not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.radio:not(.btn-group),
.checkbox:not(.btn-group) {
  display: inline-block;
  margin: 0 16px 16px 0px;
}
.radio:not(.btn-group) input[type="radio"],
.radio:not(.btn-group) input[type="checkbox"],
.checkbox:not(.btn-group) input[type="radio"],
.checkbox:not(.btn-group) input[type="checkbox"] {
  margin-top: 2px;
  margin-right: 8px;
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.accordion-group .accordion-body {
  padding: 0;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.well {
  min-height: 20px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  border-radius: 0;
}
a.modal {
  position: initial !important;
  top: auto !important;
  left: auto !important;
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
}
a {
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
body {
  font-size: 14px;
  line-height: 28px;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
.nav > li > a:focus {
  background-color: transparent;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.well {
  background-color: transparent;
}
.controls input {
  background-color: transparent !important;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
}
select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  appearance: none;
}
#sp-page-builder .sppb-section-title h1.sppb-title-heading {
  font-size: 36px;
}
#sp-page-builder .sppb-section-title h2.sppb-title-heading {
  font-size: 30px;
}
#sp-page-builder .sppb-section-title h3.sppb-title-heading {
  font-size: 24px;
}
#sp-page-builder .sppb-section-title h4.sppb-title-heading {
  font-size: 20px;
}
#system-message-container .alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.btn,
.sppb-btn {
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
}
.offline-inner {
  margin-top: 100px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-radius: 3px;
  min-height: 50px !important;
  font-weight: 400;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #e9edf0;
}
.group-control select,
.group-control textarea,
.group-control input[type="text"],
.group-control input[type="password"],
.group-control input[type="datetime"],
.group-control input[type="datetime-local"],
.group-control input[type="date"],
.group-control input[type="month"],
.group-control input[type="time"],
.group-control input[type="week"],
.group-control input[type="number"],
.group-control input[type="email"],
.group-control input[type="url"],
.group-control input[type="search"],
.group-control input[type="tel"],
.group-control input[type="color"],
.group-control .uneditable-input {
  width: 100%;
}
button:focus {
  outline: none;
}
.btn,
.sppb-btn {
  line-height: 40px;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background-image: url(../images/button-pattern.png) !important;
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
  border: 1px solid transparent !important;
  border-radius: 3px;
  position: relative;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
}
.btn:after,
.sppb-btn:after {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  content: "";
  z-index: -1;
  border-radius: 3px;
}
.btn:hover,
.btn:focus,
.btn:active,
.sppb-btn:hover,
.sppb-btn:focus,
.sppb-btn:active {
  color: #fff;
}
.btn.btn-sm,
.sppb-btn.sppb-btn-sm {
  line-height: 35px;
  padding: 0 15px;
}
.btn.btn-xs,
.sppb-btn.sppb-btn-xs {
  line-height: 25px;
  padding: 0 10px;
}
.btn.btn-lg,
.sppb-btn.sppb-btn-lg {
  font-size: 18px;
  line-height: 50px;
  padding: 0 30px;
}
.btn-default,
.sppb-btn-default {
  background-color: #edeff0;
  color: #171313;
  box-shadow: inset 0px -1px 0px #c3cacd;
}
.btn-default:after,
.sppb-btn-default:after {
  background: linear-gradient(to top,#a7b1b6 0%,#eaedee 70%);
  background: -webkit-linear-gradient(to top,#a7b1b6 0%,#eaedee 70%);
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.sppb-btn-default:hover,
.sppb-btn-default:focus,
.sppb-btn-default:active {
  background-color: #d1d6d9;
  box-shadow: inset 0px -1px 0px #a7b1b6;
  color: #171313;
}
.btn-default:hover:after,
.btn-default:focus:after,
.btn-default:active:after,
.sppb-btn-default:hover:after,
.sppb-btn-default:focus:after,
.sppb-btn-default:active:after {
  background: linear-gradient(to top,#8c989f 0%,#d1d6d9 70%);
  background: -webkit-linear-gradient(to top,#8c989f 0%,#d1d6d9 70%);
}
.btn-success,
.sppb-btn-success {
  background-color: #8dc63f;
  box-shadow: inset 0px -1px 0px #648e2a;
}
.btn-success:after,
.sppb-btn-success:after {
  background: linear-gradient(to top,#48671f 0%,#8bc53b 70%);
  background: -webkit-linear-gradient(to top,#48671f 0%,#8bc53b 70%);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.sppb-btn-success:hover,
.sppb-btn-success:focus,
.sppb-btn-success:active {
  background-color: #72a230;
  box-shadow: inset 0px -1px 0px #48671f;
}
.btn-success:hover:after,
.btn-success:focus:after,
.btn-success:active:after,
.sppb-btn-success:hover:after,
.sppb-btn-success:focus:after,
.sppb-btn-success:active:after {
  background: linear-gradient(to top,#2d4013 0%,#72a230 70%);
  background: -webkit-linear-gradient(to top,#2d4013 0%,#72a230 70%);
}
.btn-warning,
.sppb-btn-warning {
  background-color: #ffcc00;
  box-shadow: inset 0px -1px 0px #b38f00;
}
.btn-warning:after,
.sppb-btn-warning:after {
  background: linear-gradient(to top,#806600 0%,#fac800 70%);
  background: -webkit-linear-gradient(to top,#806600 0%,#fac800 70%);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.sppb-btn-warning:hover,
.sppb-btn-warning:focus,
.sppb-btn-warning:active {
  background-color: #cca300;
  box-shadow: inset 0px -1px 0px #806600;
}
.btn-warning:hover:after,
.btn-warning:focus:after,
.btn-warning:active:after,
.sppb-btn-warning:hover:after,
.sppb-btn-warning:focus:after,
.sppb-btn-warning:active:after {
  background: linear-gradient(to top,#4d3d00 0%,#cca300 70%);
  background: -webkit-linear-gradient(to top,#4d3d00 0%,#cca300 70%);
}
.btn-danger,
.sppb-btn-danger {
  background-color: #e90d0d;
  box-shadow: inset 0px -1px 0px #a10909;
}
.btn-danger:after,
.sppb-btn-danger:after {
  background: linear-gradient(to top,#700606 0%,#e40d0d 70%);
  background: -webkit-linear-gradient(to top,#700606 0%,#e40d0d 70%);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.sppb-btn-danger:hover,
.sppb-btn-danger:focus,
.sppb-btn-danger:active {
  background-color: #b90a0a;
  box-shadow: inset 0px -1px 0px #700606;
}
.btn-danger:hover:after,
.btn-danger:focus:after,
.btn-danger:active:after,
.sppb-btn-danger:hover:after,
.sppb-btn-danger:focus:after,
.sppb-btn-danger:active:after {
  background: linear-gradient(to top,#400404 0%,#b90a0a 70%);
  background: -webkit-linear-gradient(to top,#400404 0%,#b90a0a 70%);
}
.btn-info,
.sppb-btn-info {
  box-shadow: inset 0px -1px 0px #1f7e9a;
}
.btn-info:after,
.sppb-btn-info:after {
  background: linear-gradient(to top,#175c70 0%,#2daed4 70%);
  background: -webkit-linear-gradient(to top,#175c70 0%,#2daed4 70%);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.sppb-btn-info:hover,
.sppb-btn-info:focus,
.sppb-btn-info:active {
  background-color: #2490af;
  box-shadow: inset 0px -1px 0px #175c70;
}
.btn-info:hover:after,
.btn-info:focus:after,
.btn-info:active:after,
.sppb-btn-info:hover:after,
.sppb-btn-info:focus:after,
.sppb-btn-info:active:after {
  background: linear-gradient(to top,#0e3945 0%,#2490af 70%);
  background: -webkit-linear-gradient(to top,#0e3945 0%,#2490af 70%);
}
.btn-link,
.sppb-btn-link {
  background: none !important;
  padding: 0;
  border-width: 0;
  color: #4e283f;
  font-weight: 700;
  letter-spacing: 5px;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.sppb-btn-link:hover,
.sppb-btn-link:focus,
.sppb-btn-link:active {
  background-color: transparent;
  text-decoration: none;
  color: #4e283f;
}
#sp-top-bar {
  padding: 8px 0;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 20px;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons > li {
  display: inline-block;
  margin: 5px 7px;
}
ul.social-icons > li a {
  color: #999999;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li > a:before {
  display: none;
}
.sp-module-content .nav.menu {
  display: block;
}
.sp-contact-info {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
}
.sp-contact-info li i {
  margin: 0 3px;
}
#sp-header {
  width: 100% !important;
  min-height: 70px;
}
#sp-header .logo {
  display: inline-block;
  height: 70px;
  display: table;
  position: relative;
  right: 50px;
}
#sp-header .logo h1 {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header .sp-retina-logo {
  display: none;
}
#sp-header #sp-search {
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding: 65px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.sp-page-title h2,
.sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title h2 {
  font-size: 30px;
  display: inline-block;
  line-height: 1;
}
.sp-page-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .page-header-icon-wrap .moview-before-title-icon {
  font-size: 45px;
  margin-right: 30px;
  opacity: 0.8;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
  font-weight: 400;
  line-height: 35px;
  color: #fff;
}
.sp-page-title .breadcrumb > span,
.sp-page-title .breadcrumb > li,
.sp-page-title .breadcrumb > li + li:before,
.sp-page-title .breadcrumb > li > a {
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sp-page-title:after {
  position: absolute;
  content: "";
  background-color: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.body-innerwrapper {
  overflow-x: hidden;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  right: 0;
}
#sp-main-body {
  padding: 100px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
.sppb-addon-cta .sppb-cta-subtitle {
  margin-bottom: 0;
  line-height: 26px !important;
}
.sppb-addon-cta .sppb-btn-lg {
  margin-top: 30px;
}
.sppb-addon-image-content {
  position: relative;
}
.sppb-addon-image-content .sppb-image-holder {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}
.sppb-addon-image-content.aligment-left .sppb-image-holder {
  left: 0;
}
.sppb-addon-image-content.aligment-left .sppb-content-holder {
  padding: 120px 0 120px 50px;
}
.sppb-addon-image-content.aligment-right .sppb-image-holder {
  right: 0;
}
.sppb-addon-image-content.aligment-right .sppb-content-holder {
  padding: 120px 50px 120px 0;
}
@media (max-width: 768px) {
  .sppb-addon-image-content .sppb-image-holder {
    position: inherit;
    width: 100% !important;
    height: 300px;
  }
}
.video-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 99999;
  display: none;
}
.video-container #video-player {
  width: 100%;
  height: 100%;
}
.facebook,
.facebook span {
  color: #0e76bc;
}
.twitter,
.twitter span {
  color: #25aae1;
}
.googleplus,
.googleplus span {
  color: #e33d33;
}
.youtube,
.youtube span {
  color: #bf1e2e;
}
.vimeo,
.vimeo span {
  color: #25aae1;
}
.is-sticky #sp-header {
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
}
.play-icon {
  font-size: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%) scale(0);
  transform: translate(-50%,-50%) scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  z-index: 10;
}
.play-icon .spmoviedb-icon-play {
  font-weight: 600;
}
.item:hover .play-icon {
  -webkit-transform: translate(-50%,-40%) scale(1);
  transform: translate(-50%,-40%) scale(1);
  transition-delay: all 0.15s;
  -webkit-transition-delay: all 0.15s;
}
.item:hover .play-icon:hover {
  -webkit-transform: translate(-50%,-40%) scale(1.2) !important;
  transform: translate(-50%,-40%) scale(1.2) !important;
}
.item:hover .movie-poster img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0.5;
}
.item .movie-poster {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.item .movie-poster img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.movie-details .movie-name {
  margin-bottom: 10px;
}
.movie-details .movie-title {
  margin: 5px 0;
  font-size: 24px;
}
.movie-details .tag {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}
.movie-details .cast {
  -webkit-transform: translate3d(0,50px,0);
  transform: translate3d(0,50px,0);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  overflow: hidden;
  height: 48px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.movie-details .cast span {
  font-weight: 400;
}
.spmoviedb-tab .nav-tabs {
  margin-bottom: 30px;
  border: none;
}
.spmoviedb-tab .nav-tabs > li {
  margin-right: 30px;
}
.spmoviedb-tab .nav-tabs > li > a {
  position: relative;
  padding: 0 0 5px;
  margin: 0;
  font-weight: 400;
  border: none !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  border-radius: 0;
}
.spmoviedb-tab .nav-tabs > li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.spmoviedb-tab .nav-tabs > li > a:hover {
  background-color: transparent;
}
.spmoviedb-tab .nav-tabs > li.active > a:after,
.spmoviedb-tab .nav-tabs > li > a.active:after {
  width: 50%;
}
.spmoviedb-tab .nav-tabs > li > a.active,
.spmoviedb-tab .nav-tabs > li.active > a,
.spmoviedb-tab .nav-tabs > li > a.active:hover,
.spmoviedb-tab .nav-tabs > li.active > a:hover,
.spmoviedb-tab .nav-tabs > li > a.active:focus,
.spmoviedb-tab .nav-tabs > li.active > a:focus {
  background-color: transparent;
}
.sppb-addon-moview-title {
  border-bottom: 1px solid;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.sppb-addon-moview-title h3 {
  margin: 7px 0 0 0;
  line-height: 1;
}
.sppb-addon-moview-title .moview-before-title-icon {
  margin-right: 15px;
  font-size: 35px;
}
.sppb-addon-moview-title .sppb-title-link {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}
.sppb-addon-moview-title .sppb-title-link:after {
  content: "\e905";
  font-family: "spmoview";
  margin-left: 10px;
  -webkit-transition: color 400ms;
  -o-transition: color 400ms;
  transition: color 400ms;
}
.sp-spmoviedb-trailers .sppb-addon-moview-title {
  border-color: rgba(255,255,255,0.2);
}
.sp-spmoviedb-trailers .sppb-addon-moview-title h3 {
  color: #fff;
}
.sp-spmoviedb-trailers .sppb-addon-moview-title .sppb-title-link {
  color: rgba(255,255,255,0.8);
}
.sp-spmoviedb-trailers .sppb-addon-moview-title .sppb-title-link:after {
  color: rgba(255,255,255,0.5);
}
.pagination-wraper {
  text-align: center;
}
.pagination {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
.pagination > li.page-item > a.page-link,
.pagination > li.page-item > span.page-link {
  padding: 10px 15px;
  border: 1px solid #ababab;
  color: #ababab;
}
.pagination > li.page-item > a.page-link:hover,
.pagination > li.page-item > a.page-link:focus,
.pagination > li.page-item > span.page-link:hover,
.pagination > li.page-item > span.page-link:focus {
  background-color: transparent;
}
.pagination > li.page-item:first-child > a.page-link,
.pagination > li.page-item:first-child > span.page-link {
  padding-left: 20px;
}
.pagination > li.page-item.active > a.page-link,
.pagination > li.page-item.active > a:hover,
.pagination > li.page-item.active > a:focus,
.pagination > li.page-item.active > span.page-link,
.pagination > li.page-item.active > span:hover,
.pagination > li.page-item.active > span:focus {
  color: #000;
  border-color: #ababab;
  background-color: transparent;
}
.pagination > .disabled > a {
  background-color: transparent;
}
.pagination > .disabled > a:hover {
  background-color: transparent;
}
.pagination > li.active > a {
  color: #ababab;
}
.pagination > li.active > a:hover {
  color: #000;
  cursor: pointer;
}
.view-movie #sp-page-title,
.view-celebrity #sp-page-title {
  display: none;
}
.view-movie #sp-main-body,
.view-celebrity #sp-main-body {
  padding-top: 0;
}
.view-movie #sp-main-body > .container,
.view-celebrity #sp-main-body > .container {
  width: auto;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
}
.moviedb-social-bar {
  text-align: center;
  border-top: 1px solid #e0e0e0;
  padding-top: 10px !important;
}
.moviedb-social-bar > li {
  display: inline-block !important;
  margin-right: 15px;
}
.moviedb-social-bar > li a {
  color: #bdbdbd !important;
}
.moviedb-social-bar > li a:before {
  display: none;
}
.moviedb-social-bar > li .dummy-text {
  display: none;
}
.rating-star {
  font-size: 19px;
  color: #ffc000;
}
.rating-star .rating-number {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  margin-left: 10px;
}
.btn.jmodedit {
  margin-top: 15px;
}
#sp-login {
  line-height: 70px;
  font-weight: 600;
}
.modal {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.sp-moviedb-login {
  min-height: 70px;
  line-height: 70px;
}
.sp-moviedb-login .sp-login,
.sp-moviedb-login .sp-signin {
  font-size: 14px;
  font-weight: 400;
}
.sp-moviedb-login .sp-login i,
.sp-moviedb-login .sp-signin i {
  font-size: 12px;
}
.sp-moviedb-login .sp-login i.sp-moview-icon-user,
.sp-moviedb-login .sp-signin i.sp-moview-icon-user {
  font-size: 20px;
  margin-right: 10px;
}
.sp-moviedb-login .sp-login a,
.sp-moviedb-login .sp-signin a {
  font-weight: 600;
}
.sp-moviedb-login .title {
  font-weight: 600 !important;
}
.sp-moviedb-login .modal-content {
  border-radius: 0;
  padding: 30px;
  font-size: 14px;
}
.sp-moviedb-login .modal-content .modal-header {
  border: none;
}
.sp-moviedb-login .modal-content .modal-body {
  margin-bottom: 40px;
}
.sp-moviedb-login .modal-content .modal-body input[type="text"] {
  margin-bottom: 20px;
}
.sp-moviedb-login .modal-content .modal-body .button-wrap {
  position: relative;
  line-height: 42px;
}
.sp-moviedb-login .modal-content .modal-body .button-wrap:after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  content: "";
  border-radius: 3px;
  background: linear-gradient(to top,#48671f 0%,#8bc53b 70%);
  background: -webkit-linear-gradient(to top,#48671f 0%,#8bc53b 70%);
}
.sp-moviedb-login .modal-content .modal-body .button-wrap:hover:after {
  background: linear-gradient(to top,#48671f 0%,#72a230 70%);
  background: -webkit-linear-gradient(to top,#48671f 0%,#72a230 70%);
}
.sp-moviedb-login .modal-content .modal-body input[type="submit"] {
  z-index: 1;
}
.sp-moviedb-login .modal-content .modal-body .remember-wrap {
  width: 100%;
  overflow: hidden;
  min-height: 70px;
  text-align: left;
}
.sp-moviedb-login .modal-content .modal-body .remember-wrap label {
  margin-left: 10px;
  vertical-align: middle;
}
.sp-moviedb-login .modal-content .modal-body p {
  font-size: 14px;
}
.sp-moviedb-login .modal-content .modal-body .forget-name-link {
  max-height: 30px;
  line-height: 30px;
  font-weight: 400;
  margin-left: 20px;
  margin-top: 5px;
}
.sp-moviedb-login .modal-content .modal-body .forget-name-link a {
  font-weight: 600;
}
.sp-moviedb-login .modal-content .modal-body .forget-name-link a:hover {
  color: #8dc63f;
}
.sp-moviedb-login .modal-content .modal-footer {
  max-height: 30px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}
.sp-moviedb-login .modal-content .modal-footer a {
  color: #8dc63f;
}
.sp-moviedb-login .modal-header .title {
  text-align: left !important;
  margin-top: 0;
}
.sp-moviedb-login .modal-header .close {
  margin-top: -2px;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 12px;
  color: #777;
  border: 1px solid;
  padding: 10px;
  border-radius: 30px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sp-moviedb-login .modal-header .close:hover {
  color: #8dc63f;
}
.sp-moviedb-login .modal-header .close i {
  margin-right: 0;
}
.view-profile .select-menu select {
  display: block !important;
}
.view-profile button:focus {
  outline: none;
}
.view-profile #helpsite-refresh {
  background: #d1d6d9;
  color: #000;
  box-shadow: 0px 1px 1px #000;
  margin-left: 30px;
}
.view-profile #helpsite-refresh:hover {
  background-color: #b5bdc2;
}
.view-profile a[title="Cancel"] {
  background-color: #e90d0d;
}
.view-profile a[title="Cancel"]:hover {
  background-color: #b90a0a;
}
.sp-my-account-menu {
  position: relative;
  cursor: pointer;
}
.sp-my-account-menu .signin-img-wrap {
  float: left;
}
.sp-my-account-menu .signin-img-wrap img {
  display: inline-block;
}
.sp-my-account-menu .info-wrap {
  float: left;
  margin-left: 15px;
}
.sp-my-account-menu ul > li {
  overflow: hidden;
}
.sp-my-account-menu ul.menu {
  padding: 20px 0;
  display: none;
  position: absolute;
  top: 70px;
  z-index: 999;
  background: #fff;
  border: 1px solid #f1f1f1;
  display: none !important;
}
.sp-my-account-menu ul.menu > li {
  border: none;
  min-width: 200px;
  overflow: hidden;
}
.sp-my-account-menu ul.menu > li:last-child a {
  border-bottom: none;
}
.sp-my-account-menu ul.menu a {
  display: block;
  padding: 5px 20px 5px 30px;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
}
.sp-my-account-menu ul.menu a:before {
  display: none;
}
.sp-my-account-menu:hover ul.menu {
  display: block !important;
  animation: fadeInDown 0.5s;
}
.login h1 {
  margin-bottom: 30px;
  font-weight: 600;
}
.login .login-description {
  margin-bottom: 30px;
}
.login .form-group {
  margin-bottom: 20px;
}
.login .checkbox {
  margin-top: 0;
  margin-bottom: 20px;
}
.login .form-links {
  display: inline-block;
  margin: 0 10px;
}
.login .form-links a {
  font-weight: 600;
}
.login .form-footer {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}
.sppb-addon-articles .leading-item .article-thumb {
  margin-right: 0;
  margin-bottom: 30px;
  float: none;
}
.sppb-addon-articles .leading-item .article-info .article-title {
  font-size: 24px;
  line-height: 28px;
}
.sppb-addon-articles .sppb-addon-article {
  overflow: hidden;
  margin-bottom: 30px;
}
.sppb-addon-articles .sppb-addon-article:hover .article-thumb img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.sppb-addon-articles .sppb-addon-content > .sppb-row > div:last-child .sppb-addon-article {
  padding-bottom: 0;
  border: none;
}
.sppb-addon-articles .sppb-addon-title {
  margin: 0;
  padding-left: 50px;
  margin-bottom: 45px;
  border-bottom: solid 1px #e3e3e3;
  padding-bottom: 20px;
  position: relative;
}
.sppb-addon-articles .sppb-addon-title:before {
  position: absolute;
  font-family: "spmoview";
  content: "\e910";
  font-size: 35px;
  left: 0;
}
.sppb-addon-articles .article-thumb {
  float: left;
  margin: 0 20px 0 0;
  overflow: hidden;
}
.sppb-addon-articles .article-thumb img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sppb-addon-articles .article-info {
  margin: 0;
  overflow: hidden;
}
.sppb-addon-articles .article-info .sppb-meta-category {
  font-size: 12px;
  background: rgba(0,0,0,0.2);
  padding: 5px 10px;
  display: inline-block;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sppb-addon-articles .article-info .sppb-meta-category a {
  color: #fff;
}
.sppb-addon-articles .article-info .article-title {
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 24px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sppb-addon-articles .article-info .article-title a:hover {
  color: #868686;
}
.sppb-addon-articles .article-info .sppb-article-meta {
  font-size: 12px;
  margin: 0;
}
.sppb-addon-articles .article-info .sppb-article-meta i {
  font-size: 14px;
  margin-left: 1px;
}
.sppb-addon-articles .article-info .sppb-article-meta .sppb-meta-date {
  margin-left: 10px;
}
.sppb-addon-articles .article-info .sppb-article-meta span {
  font-weight: 400;
}
.sppb-addon-tweet {
  color: #fff;
  text-align: center;
}
.sppb-addon-tweet .fa-twitter {
  font-size: 64px;
  display: block;
  color: #fff;
  margin-bottom: 10px;
}
.sppb-addon-tweet .sppb-tweet-username {
  display: block;
  font-size: 24px;
  margin-bottom: 50px;
}
.sppb-addon-tweet .sppb-tweet-username a {
  color: #fff;
}
.sppb-addon-tweet .sppb-tweet-created {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: rgba(255,255,255,0.8);
}
.sppb-addon-tweet .sppb-tweet-item {
  display: inline-block;
  max-width: 80%;
}
.sppb-addon-tweet .sppb-tweet-text {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 40px;
}
.sppb-addon-tweet .sppb-tweet-text a {
  color: #fff;
  font-weight: 500;
}
.sppb-addon-tweet .sppb-tweet-text a:hover,
.sppb-addon-tweet .sppb-tweet-text a:focus,
.sppb-addon-tweet .sppb-tweet-text a:active {
  color: #000;
}
.sppb-addon-tweet .sppb-tweet-text a.tweet-item-url {
  text-decoration: underline;
}
.sppb-addon-tweet .sppb-tweet-slider {
  padding-bottom: 50px;
}
.sppb-addon-tweet .sppb-tweet-slider .sppb-carousel-indicators {
  bottom: 0;
}
.sppb-addon-tweet .sppb-tweet-slider .sppb-carousel-indicators li {
  width: 15px;
  height: 15px;
  margin: 4px;
}
.spmoviedb-trailers .movie-title a {
  color: #fff;
}
.view-page .sp-spmoviedb-trailers-info p.spmoviedb-genry {
  color: #fff;
}
.basic-movie-info .sppb-addon-text-block {
  margin-bottom: 45px;
  border-bottom: solid 1px #e3e3e3;
  padding-bottom: 20px;
}
.basic-movie-info .sppb-addon-text-block h3 {
  margin: 0;
}
.basic-movie-info .sppb-addon-feature img {
  margin-right: 20px;
}
.basic-movie-info .sppb-addon-feature .sppb-media-body {
  margin-top: 30px;
}
.basic-movie-info .sppb-addon-feature .sppb-media-body .continue {
  background: transparent;
  padding: 0;
  box-shadow: none;
  font-size: 14px;
  color: #8e8e8e;
  position: relative;
}
.basic-movie-info .sppb-addon-feature .sppb-media-body .continue:after {
  position: absolute;
  font-family: "spmoview";
  content: "\e905";
  color: #8e8e8e;
  left: 125px;
  top: inherit;
  font-size: 10px;
  background: transparent;
  top: -3px;
}
.sp-module {
  margin-top: 50px;
}
.sp-module:first-child {
  margin-top: 0;
}
.sp-module .sp-module-title {
  margin: 0 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
}
.sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-module ul > li {
  display: block;
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul > li > a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  padding: 2px 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul > li > a:hover {
  background: none;
}
.sp-module ul > li > a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  margin-right: 8px;
}
.sp-module ul > li:last-child {
  border-bottom: none;
}
.sp-module .categories-module ul {
  margin: 0 10px;
}
.sp-module .latestnews > div {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.sp-module .latestnews > div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.sp-module .latestnews > div > a {
  display: block;
  font-weight: 400;
}
.sp-module .tagscloud {
  margin: -2px 0;
}
.sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
.sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0,0,0,0.2);
  border-radius: 10px;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt,
.search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.view-searchresults .moviedb-view-top-wrap .search-result-title {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 400;
}
.view-searchresults .moviedb-view-top-wrap .search-result-title:before {
  content: "\e914";
  font-family: "spmoview" !important;
  font-size: 30px;
  margin-right: 20px;
}
.view-searchresults .play-icon .sp-moview-play:before {
  content: "\e925";
}
.article-item-header-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 700px;
}
.article-info {
  margin: 0 -8px 5px;
  line-height: 12px;
}
.article-info > dd {
  display: inline-block;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  margin: 0 8px;
}
.article-info > dd > i {
  display: inline-block;
  margin-right: 3px;
}
article.item {
  margin-bottom: 50px;
}
.tags {
  margin-top: 20px;
}
.tags > span {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.content_rating,
.content_rating + form {
  display: none;
}
.voting-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 14px;
  display: inline-block;
}
.voting-symbol span.star {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.voting-symbol span.star.active:before {
  content: "\f005";
}
.voting-symbol span.star:before {
  content: "\f006";
  padding-right: 5px;
}
.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
  content: "\f005";
  cursor: pointer;
}
.post_rating {
  margin-bottom: 20px;
}
.post_rating .ajax-loader,
.post_rating .voting-result {
  display: none;
}
.post-format {
  position: absolute;
  top: 0;
  left: -68px;
  display: block;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}
.entry-image,
.entry-gallery,
.entry-video,
.entry-audio,
.entry-link {
  margin-bottom: 30px;
}
.entry-status,
.entry-quote {
  margin-bottom: 50px;
}
.entry-header {
  position: relative;
  margin-bottom: 30px;
}
.entry-header .header-publish-date .fa-calendar-o {
  display: none;
}
.entry-header .header-publish-date time {
  display: flex;
  flex-direction: column;
  padding: 5px 10px;
  background-color: rgba(84,83,80,0.6);
  color: #fff;
}
.entry-header .header-publish-date time:hover {
  background-color: rgba(242,101,34,0.7);
}
.entry-header .header-publish-date .publish-date {
  font-size: 42px;
  line-height: 1;
}
.entry-header.has-post-format {
  margin-left: 68px;
}
.entry-header h2 {
  margin: 8px 0 0;
  font-size: 24px;
  line-height: 1;
}
.entry-header h2 a {
  color: #000;
}
.entry-link {
  padding: 100px 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.entry-link a h4 {
  margin: 0;
  font-size: 36px;
  color: #fff;
}
.entry-link a h4:hover {
  color: rgba(255,255,255,0.85);
}
.entry-link:before {
  position: absolute;
  left: 5px;
  font-size: 220px;
  content: "\f0c1";
  font-family: "Font Awesome 5 Free";
  transform: rotate(90deg);
  top: 100px;
  color: rgba(255,255,255,0.15);
  z-index: -1;
}
.entry-quote {
  position: relative;
  padding: 80px 50px;
  color: rgba(255,255,255,0.9);
}
.entry-quote:before {
  position: absolute;
  left: 0px;
  font-size: 220px;
  line-height: 1;
  width: 300px;
  height: 300px;
  content: "\f0c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  top: 0px;
  color: rgba(255,255,255,0.15);
}
.entry-quote blockquote small {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.entry-quote blockquote {
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  border: none;
}
.carousel-left,
.carousel-right {
  position: absolute;
  top: 50%;
  font-size: 24px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: -18px;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,0.5);
  border-radius: 4px;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.carousel-left:hover,
.carousel-right:hover {
  color: #fff;
}
.carousel-left:focus,
.carousel-right:focus {
  color: #fff;
}
.carousel-left {
  left: 10px;
}
.carousel-right {
  right: 10px;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module,
.categories-module,
.archive-module,
.latestnews,
.newsflash-horiz,
.mostread,
.form-links,
.list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li,
.categories-module li,
.archive-module li,
.latestnews li,
.newsflash-horiz li,
.mostread li,
.form-links li,
.list-striped li {
  padding: 2px 0;
}
.category-module li h4,
.categories-module li h4,
.archive-module li h4,
.latestnews li h4,
.newsflash-horiz li h4,
.mostread li h4,
.form-links li h4,
.list-striped li h4 {
  margin: 5px 0;
}
#disqus_thread {
  padding: 20px;
  background-color: #fff;
  border-radius: 3px;
}
.view-category .page-header,
.view-article .page-header {
  display: none;
}
.view-category article.item .entry-header-wrapper,
.view-article article.item .entry-header-wrapper {
  position: relative;
}
.view-category article.item .entry-header-wrapper .entry-image,
.view-article article.item .entry-header-wrapper .entry-image {
  margin-bottom: 0;
}
.view-category article.item .entry-header-wrapper .entry-header,
.view-article article.item .entry-header-wrapper .entry-header {
  position: absolute;
  bottom: 50px;
  left: 30px;
  right: 0px;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  gap: 20px;
}
.view-category article.item .entry-header-wrapper .entry-header .entry-title-info-wrap,
.view-article article.item .entry-header-wrapper .entry-header .entry-title-info-wrap {
  float: left;
}
.view-category article.item .entry-header-wrapper .entry-header .entry-title-info-wrap dl.article-info,
.view-article article.item .entry-header-wrapper .entry-header .entry-title-info-wrap dl.article-info {
  margin: 10px 0 0 0;
}
.view-category article.item .entry-header-wrapper .entry-header .entry-title-info-wrap dl.article-info dd,
.view-article article.item .entry-header-wrapper .entry-header .entry-title-info-wrap dl.article-info dd {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  margin: 0;
  padding-right: 25px;
}
.view-category article.item .entry-header-wrapper .entry-header .entry-title-info-wrap dl.article-info dd a,
.view-article article.item .entry-header-wrapper .entry-header .entry-title-info-wrap dl.article-info dd a {
  color: #fff;
}
.view-category article.item .entry-header-wrapper .entry-header .entry-title-info-wrap dl.article-info dd:last-child,
.view-article article.item .entry-header-wrapper .entry-header .entry-title-info-wrap dl.article-info dd:last-child {
  padding-right: 0;
}
.view-category article.item .entry-header-wrapper .entry-header .entry-title-info-wrap h2,
.view-article article.item .entry-header-wrapper .entry-header .entry-title-info-wrap h2 {
  font-size: 30px;
  color: #fff;
  line-height: 35px;
}
.view-category article.item .entry-header-wrapper .entry-header .entry-title-info-wrap h2 a,
.view-article article.item .entry-header-wrapper .entry-header .entry-title-info-wrap h2 a {
  color: #fff;
}
.view-category article.item .entry-header-wrapper .entry-header span.post-format,
.view-article article.item .entry-header-wrapper .entry-header span.post-format {
  position: initial;
  float: left;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  border-radius: 0;
  margin-right: 15px;
  background-color: rgba(84,83,80,0.6);
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.view-category article.item .entry-header-wrapper .entry-header .entry-date-wrapper,
.view-article article.item .entry-header-wrapper .entry-header .entry-date-wrapper {
  float: left;
  background-color: rgba(84,83,80,0.6);
  color: #fff;
  width: 80px;
  height: 80px;
  text-align: center;
  margin-right: 30px;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.view-category article.item .entry-header-wrapper .entry-header .entry-date-wrapper .entry-date-day,
.view-article article.item .entry-header-wrapper .entry-header .entry-date-wrapper .entry-date-day {
  margin-top: 18px;
  font-size: 42px;
}
.view-category article.item .entry-header-wrapper .entry-header .entry-date-wrapper .entry-date-month-year,
.view-article article.item .entry-header-wrapper .entry-header .entry-date-wrapper .entry-date-month-year {
  font-size: 14px;
  margin-top: 5px;
}
.view-category article.item .entry-header-wrapper:before,
.view-article article.item .entry-header-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 30%,#000000 100%);
  background-image: -moz-linear-gradient(to bottom,rgba(0,0,0,0.1) 30%,#000000 100%);
  background-image: -o-linear-gradient(to bottom,rgba(0,0,0,0.1) 30%,#000000 100%);
  background-image: -ms-linear-gradient(to bottom,rgba(0,0,0,0.1) 30%,#000000 100%);
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 30%,#000000 100%);
}
.view-category article.item .entry-details-wrapper,
.view-article article.item .entry-details-wrapper {
  margin-top: 30px;
}
.view-category article.item .entry-details-wrapper p.readmore a.btn,
.view-article article.item .entry-details-wrapper p.readmore a.btn {
  color: #fff;
  border-radius: 0;
  margin-top: 10px;
  box-shadow: none;
}
.view-category dd.tags span,
.view-article dd.tags span {
  text-transform: capitalize;
}
.view-category dd.tags a,
.view-article dd.tags a {
  background-color: transparent;
  padding: 0;
  font-size: 16px;
  font-weight: 100;
}
.view-category dd.tags a:hover,
.view-article dd.tags a:hover {
  background-color: transparent;
}
.view-category dd.createdby span,
.view-article dd.createdby span {
  font-weight: 400;
}
.view-category dd.createdby span:first-child,
.view-article dd.createdby span:first-child {
  font-weight: inherit;
}
.view-article #sp-main-body {
  padding: 0 0 100px 0;
}
.view-article #sp-main-body > .container {
  width: auto;
  padding: 0;
  max-width: 100%;
}
.view-article #sp-page-title {
  display: none;
}
.view-article .article-item-header-wrapper {
  position: relative;
}
.view-article .article-item-header-wrapper:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 30% #000 100%);
  background-image: -moz-linear-gradient(to bottom,rgba(0,0,0,0.1) 30%,#000 100%);
  background-image: -o-linear-gradient(to bottom,rgba(0,0,0,0.1) 30%,#000 100%);
  background-image: -ms-linear-gradient(to bottom,rgba(0,0,0,0.1) 30%,#000 100%);
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 30%,#000 100%);
}
.view-article .article-item-header-wrapper .entry-header-title-wrap {
  position: absolute;
  bottom: 90px;
  width: 100%;
}
.view-article .article-item-header-wrapper .entry-header-title-wrap .entry-header {
  margin-bottom: 0;
}
.view-article .article-item-header-wrapper .entry-header-title-wrap .entry-header h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  margin: 0;
  line-height: 45px;
  text-transform: capitalize;
}
.view-article .article-item-header-wrapper .entry-header-title-wrap .entry-header dl.article-info {
  margin: 10px 0 0;
}
.view-article .article-item-header-wrapper .entry-header-title-wrap .entry-header dl.article-info dd {
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  margin: 0;
  padding-right: 30px;
}
.view-article .article-item-header-wrapper .entry-header-title-wrap .entry-header dl.article-info dd a {
  color: #fff;
}
.view-article .article-item-header-wrapper .entry-header-title-wrap .entry-header dl.article-info dd:last-child {
  padding-right: 0;
}
.view-article .article-item-header-wrapper .entry-header-title-wrap .entry-header .entry-date-wrapper {
  float: left;
  color: #fff;
  width: 80px;
  height: 80px;
  text-align: center;
  margin-right: 30px;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.view-article .article-item-header-wrapper .entry-header-title-wrap .entry-header .entry-date-wrapper .entry-date-day {
  margin-top: 18px;
  font-size: 42px;
}
.view-article .article-item-header-wrapper .entry-header-title-wrap .entry-header .entry-date-wrapper .entry-date-month-year {
  font-size: 14px;
  margin-top: 5px;
}
.view-article .article-item-header-wrapper .article-item-social-share {
  z-index: 999;
  position: relative;
}
.view-article .article-item-full-text {
  padding: 80px 0;
}
.view-article .acticle-bottom-wrapper {
  padding: 20px 0;
  margin-bottom: 60px;
  overflow: hidden;
}
.view-article .acticle-bottom-wrapper .helix-social-share {
  display: inline-block;
}
.view-article .acticle-bottom-wrapper .helix-social-share .helix-social-share-icon ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.view-article .acticle-bottom-wrapper .helix-social-share .helix-social-share-icon ul li {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
}
.view-article .acticle-bottom-wrapper .helix-social-share .helix-social-share-icon ul li:last-child {
  margin-right: 0;
}
.view-article .acticle-bottom-wrapper .helix-social-share .helix-social-share-icon ul li .social-share-title p {
  margin: 0;
  font-weight: 600;
}
.view-article .acticle-bottom-wrapper .helix-social-share .helix-social-share-icon ul li .fa-facebook {
  colo: #0e76bc;
}
.view-article .acticle-bottom-wrapper .helix-social-share .helix-social-share-icon ul li .fa-twitter {
  color: #25aae1;
}
.view-article .acticle-bottom-wrapper .helix-social-share .helix-social-share-icon ul li .fa-google-plus {
  color: #ef4339;
}
.view-article .acticle-bottom-wrapper .helix-social-share .helix-social-share-icon ul li .fa-youtube {
  color: #bf1e2e;
}
.view-article .acticle-bottom-wrapper .helix-social-share .helix-social-share-icon ul li .fa-vimeo-square {
  color: #25aae1;
}
.view-article .acticle-bottom-wrapper dd.post_rating {
  float: right;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  padding-top: 5px;
}
.view-article .acticle-bottom-wrapper dd.post_rating .voting-symbol span.star.active:before {
  color: #ffc000;
}
.view-article .acticle-bottom-wrapper dd.post_rating .voting-symbol {
  margin-left: 10px;
}
.view-article ul.pagenav {
  margin: 0;
}
.view-article ul.pagenav li > a {
  color: #fff;
  border-radius: 3px;
  font-weight: 400;
  border-radius: 0;
  padding: 6px 20px;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.view-article ul.pagenav li > a .icon-chevron-left:before,
.view-article ul.pagenav li > a .icon-leftarrow:before,
.view-article ul.pagenav li > a .icon-arrow-left:before {
  content: "\f100";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  margin-left: 5px;
}
.view-article ul.pagenav li > a .icon-chevron-right:before,
.view-article ul.pagenav li > a .icon-rightarrow:before,
.view-article ul.pagenav li > a .icon-arrow-right:before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  margin-left: 5px;
}
.view-article article.item dd.tags {
  display: none;
}
.sp-bottom-footer {
  background: url(../images/bottom-bg.jpg);
  background-size: cover;
}
.sp-bottom-footer #sp-bottom h3.sp-module-title {
  font-size: 20px;
  font-weight: 100;
  text-transform: capitalize;
  margin-bottom: 40px;
  position: relative;
  margin-left: 50px;
}
.sp-bottom-footer #sp-bottom h3.sp-module-title:before {
  position: absolute;
  font-family: "spmoview";
  left: -50px;
  font-size: 30px;
  top: -5px;
}
.sp-bottom-footer #sp-bottom #sp-bottom1 h3.sp-module-title:before {
  content: "\e911";
}
.sp-bottom-footer #sp-bottom #sp-bottom1 .acymailing_module_form .acymailing_introtext {
  font-size: 14px;
  margin-bottom: 25px !important;
}
.sp-bottom-footer #sp-bottom #sp-bottom1 .acymailing_module_form .acymailing_form {
  position: relative;
}
.sp-bottom-footer #sp-bottom #sp-bottom1 .acymailing_module_form .acymailing_form .fieldacyemail {
  width: 100%;
}
.sp-bottom-footer #sp-bottom #sp-bottom1 .acymailing_module_form .acymailing_form .fieldacyemail input {
  background-color: rgba(69,66,72,0.5);
  border-radius: 0;
  width: 100%;
  height: 50px;
  color: #c2c2c2;
  padding-left: 25px;
  border: solid 5px rgba(46,42,48,0.9);
}
.sp-bottom-footer #sp-bottom #sp-bottom1 .acymailing_module_form .acymailing_form .acysubbuttons {
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
.sp-bottom-footer #sp-bottom #sp-bottom1 .acymailing_module_form .acymailing_form .acysubbuttons input {
  text-indent: -9999px;
  background-color: transparent;
  box-shadow: none;
}
.sp-bottom-footer #sp-bottom #sp-bottom1 .acymailing_module_form .acymailing_form .acysubbuttons input:focus {
  outline: none;
}
.sp-bottom-footer #sp-bottom #sp-bottom1 .acymailing_module_form .acymailing_form .acysubbuttons:before {
  content: "\e908";
  font-family: "spmoview";
  color: #fff;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translate(-50%,-50%);
  pointer-events: none;
}
.sp-bottom-footer #sp-bottom #sp-bottom2 .sp-module:last-child {
  margin-top: 60px;
}
.sp-bottom-footer #sp-bottom #sp-bottom2 h3.sp-module-title {
  margin-left: 65px;
}
.sp-bottom-footer #sp-bottom #sp-bottom2 h3.sp-module-title:before {
  content: "\e90a";
  left: -65px;
}
.sp-bottom-footer #sp-bottom #sp-bottom2 ul.menu li {
  border-bottom: 0;
}
.sp-bottom-footer #sp-bottom #sp-bottom2 ul.menu li a {
  color: #a6a6a6;
  font-size: 14px;
  line-height: inherit;
}
.sp-bottom-footer #sp-bottom #sp-bottom2 ul.menu li a:before {
  display: none;
}
.sp-bottom-footer #sp-bottom #sp-bottom2 ul.menu li:hover a {
  color: #fff;
}
.sp-bottom-footer #sp-bottom #sp-bottom3 h3.sp-module-title {
  margin-left: 65px;
}
.sp-bottom-footer #sp-bottom #sp-bottom3 h3.sp-module-title:before {
  content: "\e90e";
  left: -65px;
}
.sp-bottom-footer #sp-bottom #sp-bottom3 .bottom-add {
  padding-left: 15px;
}
.sp-bottom-footer #sp-bottom #sp-bottom3 .bottom-add .add-section-1 {
  margin-bottom: 25px;
}
.sp-bottom-footer #sp-bottom #sp-bottom3 .bottom-add .add-section-1 a:first-child,
.sp-bottom-footer #sp-bottom #sp-bottom3 .bottom-add .add-section-2 a:first-child {
  margin-right: 25px;
}
.sp-bottom-footer #sp-bottom #sp-bottom3 .bottom-add .add-section-1 a:last-child,
.sp-bottom-footer #sp-bottom #sp-bottom3 .bottom-add .add-section-2 a:last-child {
  margin-right: 0;
}
.sp-bottom-footer #sp-footer .row {
  border-top: solid 1px #4d4752;
  padding: 35px 0;
}
.sp-bottom-footer #sp-footer #sp-footer1 {
  padding-left: 0;
}
.sp-bottom-footer #sp-footer #sp-footer1 ul.menu li {
  border-bottom: 0;
  display: inline-block;
}
.sp-bottom-footer #sp-footer #sp-footer1 ul.menu li a {
  font-size: 14px;
  color: #999;
  margin-right: 20px;
  line-height: inherit;
}
.sp-bottom-footer #sp-footer #sp-footer1 ul.menu li a:before {
  display: none;
}
.sp-bottom-footer #sp-footer #sp-footer1 ul.menu li a:hover {
  color: #fff;
}
.sp-bottom-footer #sp-footer #sp-footer2 {
  text-align: right;
  color: #999;
  font-size: 14px;
}
#sp-bottom .sp-module .sp-module-title {
  text-transform: none;
  font-weight: 400;
  font-size: 24px;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
.sp-comingsoon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.sp-comingsoon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  color: #fff;
  background: url(../images/coming-soon-bg.png);
  background-size: cover;
}
.sp-comingsoon .sp-comingsoon-logo img {
  display: inline-block;
  margin-top: 100px;
}
.sp-comingsoon .sp-comingsoon-title {
  margin-top: 70px;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 400;
}
.sp-comingsoon .sp-comingsoon-content {
  font-size: 72px;
  font-weight: 500;
  margin-top: 40px;
  letter-spacing: 5px;
  margin-bottom: 140px;
}
.sp-comingsoon .days,
.sp-comingsoon .hours,
.sp-comingsoon .minutes,
.sp-comingsoon .seconds {
  display: inline-block;
  margin: 0 60px 0 0;
  padding: 40px 0 20px 0;
  width: 200px;
  border: solid 15px #fff;
  border-radius: 5px;
  position: relative;
}
.sp-comingsoon .days span.number,
.sp-comingsoon .hours span.number,
.sp-comingsoon .minutes span.number,
.sp-comingsoon .seconds span.number {
  display: block;
  font-size: 60px;
  margin-bottom: 15px;
  font-weight: 700;
}
.sp-comingsoon .days span.string,
.sp-comingsoon .hours span.string,
.sp-comingsoon .minutes span.string,
.sp-comingsoon .seconds span.string {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.sp-comingsoon .days:before,
.sp-comingsoon .hours:before,
.sp-comingsoon .minutes:before,
.sp-comingsoon .seconds:before {
  position: absolute;
  content: url(../images/coming-soon-count-down.png);
  top: -55px;
  left: 30px;
}
.sp-comingsoon .days {
  background: #00aeef;
}
.sp-comingsoon .hours {
  background: #ef4036;
}
.sp-comingsoon .minutes {
  background: #f7941e;
}
.sp-comingsoon .seconds {
  background: #0e76bc;
}
.sp-comingsoon .comingsoon-footer {
  position: relative;
  top: 100px;
}
.sp-comingsoon .comingsoon-footer .social-icons li {
  display: inline-block;
  margin: 0;
  padding-right: 20px;
}
.sp-comingsoon .comingsoon-footer .social-icons li:last-child {
  padding-right: 0;
}
.sp-comingsoon .comingsoon-footer .social-icons li i {
  font-size: 16px;
}
.sp-comingsoon .comingsoon-footer .social-icons li a {
  color: #bdbdbd;
  font-size: 24px;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
.sp-comingsoon .comingsoon-footer .copyright-text {
  font-size: 14px;
  color: #999999;
  margin: 35px 0 0;
}
.error-page {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: url(../images/404-bg.png);
  background-size: cover;
}
.error-page .error-page-inner {
  height: 100%;
  min-height: 100%;
  width: 100%;
  display: table;
  text-align: center;
}
.error-page .error-page-inner > div {
  display: table-cell;
  vertical-align: middle;
}
.error-page .error-page-inner .error-logo img {
  display: inline-block;
}
.error-page .error-code {
  font-weight: bold;
  font-size: 96px;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0;
}
.error-page .error-message {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  margin: 35px 0 45px 0;
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.page-header {
  padding-bottom: 15px;
}
table.category {
  width: 100%;
}
table.category thead > tr th,
table.category thead > tr td,
table.category tbody > tr th,
table.category tbody > tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  background: #2d2d2d;
  border-radius: 2px;
  color: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.btn.jmodedit {
  padding: 0;
  line-height: normal;
  background-color: transparent;
}
.select-menu
    .chzn-container.chzn-container-single.chzn-container-single-nosearch
    .chzn-single {
  border: none;
  outline: none;
  background: none;
  box-shadow: none;
  padding: 0px 12px;
}
.view-profile .chzn-container {
  display: none;
}
.view-profile .form-horizontal .control-group .controls select {
  display: inline-block !important;
}
.view-trailers .item .movie-poster {
  background-color: #fff;
}
.entry-header-wrapper.post-type-status:before {
  display: none;
}
.view-search .finder .form-inline a.btn {
  background: gray;
}
.view-category
    .chzn-container-single.chzn-container-single-nosearch
    .chzn-search,
.view-form .chzn-container-single.chzn-container-single-nosearch .chzn-search,
.view-form .chzn-container-single .chzn-search {
  display: none;
}
.view-profile fieldset {
  clear: both;
}
.view-profile fieldset .dl-horizontal dt {
  float: left;
  margin-right: 8px;
}
.view-profile fieldset .dl-horizontal dd {
  padding: 8px;
}
.view-page .basic-movie-info .sppb-addon-feature .sppb-media-body {
  margin-top: 0px;
}
.view-category
    article.item
    .entry-header-wrapper.post-type-status
    .entry-header,
.view-article
    article.item
    .entry-header-wrapper.post-type-status
    .entry-header {
  position: relative;
}
.view-category article.item .entry-header-wrapper.post-type-status *,
.view-article article.item .entry-header-wrapper.post-type-status * {
  color: #000 !important;
}
#system-message-container {
  position: fixed;
  bottom: 0px;
  right: 15px;
  max-width: 350px;
  z-index: 100;
}
#system-message-container .alert {
  font-size: 13px;
  line-height: 1.5;
}
#system-message-container .alert > .btn-close {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
#system-message-container joomla-alert {
  font-size: 13px;
}
.fade:not(.show) {
  opacity: 1;
}
#sp-bottom3 .bottom-add {
  display: flex;
  gap: 25px;
}
.moview-articles-default .sppb-article-info-wrap {
  position: relative;
  margin-top: 30px;
}
.moview-articles-default .sppb-article-info-wrap h3 {
  padding-top: 40px;
}
.moview-articles-default .sppb-article-info-wrap .sppb-meta-category {
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0px;
  background: rgba(0,0,0,0.2);
  padding: 0px 10px;
}
.moview-articles-default .sppb-article-info-wrap .sppb-meta-category a {
  color: #fff;
}
.moview-articles-default .sppb-article-info-wrap .sppb-meta-category a:hover,
.moview-articles-default .sppb-article-info-wrap .sppb-meta-category a:focus {
  background-color: #f26522;
}
.moview-articles-classic .sppb-article-info-wrap {
  position: relative;
}
.moview-articles-classic .sppb-article-info-wrap h3 {
  margin-top: 30px;
}
.moview-articles-classic .sppb-article-info-wrap .sppb-meta-category {
  position: absolute;
  left: 15px;
  top: 0px;
  margin: 0px;
  background: rgba(0,0,0,0.2);
  padding: 0px 10px;
}
.moview-articles-classic .sppb-article-info-wrap .sppb-meta-category a {
  color: #fff;
}
.moview-articles-classic .sppb-article-info-wrap .sppb-meta-category a:hover,
.moview-articles-classic .sppb-article-info-wrap .sppb-meta-category a:focus {
  background-color: #f26522;
}
.search-panel .select-menu::after {
  display: none;
}
.com-users.view-login [class^="icon-"],
.com-users.view-login [class*=" icon-"],
.com-users.view-profile [class^="icon-"],
.com-users.view-profile [class*=" icon-"],
.com-users.view-registration [class^="icon-"],
.com-users.view-registration [class*=" icon-"] {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
}
.spmoviedb-trailer-item .spmoviedb-icon-play {
  font-weight: 600;
}
.spmoviedb .btn.sppb-btn-primary {
  background-color: #f26522;
  border-color: #f26522;
}
@media only screen and (min-width: 1400px) {
  #sp-moview-movie .item .movie-details {
    bottom: -52px;
  }
  #sp-moview-movie .item:hover .play-icon {
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
  }
  #sp-moview-movie .item .play-icon {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0);
  }
  .sp-moviedb-rating {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1200px) {
  #sp-moview-movie .item:hover .play-icon {
    top: 30%;
  }
  #sp-moview-movie .item .play-icon {
    font-size: 50px;
  }
  #sp-header .logo {
    right: 30px;
  }
  .sp-moviedb-login {
    margin: 0;
  }
  .sorting-by-alphabetical ul > li {
    margin-bottom: 15px;
  }
  .movie-details-wrap .movie-info-sidebar,
  .celebrity-details-wrap .celebrity-info-sidebar {
    width: 230px;
  }
  .movie-details-wrap .movie-info-sidebar.stick .img-wrap,
  .celebrity-details-wrap .celebrity-info-sidebar.stick .img-wrap {
    width: 200px;
  }
  .sp-comingsoon .days,
  .sp-comingsoon .hours,
  .sp-comingsoon .minutes,
  .sp-comingsoon .seconds {
    margin: 0 60px 60px 0;
  }
}
@media only screen and (max-width: 992px) {
  .sp-my-account-menu ul.menu {
    right: -100%;
    left: initial;
  }
  body.rtl #sp-header .logo {
    left: 0 !important;
  }
  .movie-details-wrap .movie-info-sidebar,
  .celebrity-details-wrap .celebrity-info-sidebar {
    width: 180px;
  }
  .movie-details-wrap .movie-info-sidebar.stick .img-wrap,
  .celebrity-details-wrap .celebrity-info-sidebar.stick .img-wrap {
    width: 160px;
  }
  .info-text {
    display: none;
  }
  #sp-moview-movie .item .movie-details {
    bottom: -52px;
  }
  .sppb-trailer-modal-item .play-icon {
    font-size: 25px;
  }
  .sp-bottom-footer #sp-bottom h3.sp-module-title {
    margin-left: 70px;
  }
  .sp-bottom-footer #sp-bottom h3.sp-module-title:before {
    top: 0;
    left: -70px;
  }
  #sp-bottom1,
  #sp-bottom2,
  #sp-bottom3 {
    margin-bottom: 30px;
    clear: both;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .sp-module-content .inputbox.search-query {
    width: 160px;
  }
  .view-category article.item .entry-header-wrapper .entry-header,
  .view-article article.item .entry-header-wrapper .entry-header {
    bottom: 5px;
  }
  .view-category article.item .entry-header-wrapper .entry-header .entry-date-wrapper,
  .view-article article.item .entry-header-wrapper .entry-header .entry-date-wrapper {
    height: 60px;
  }
  .view-category article.item .entry-header-wrapper .entry-header .entry-date-wrapper .entry-date-day,
  .view-article article.item .entry-header-wrapper .entry-header .entry-date-wrapper .entry-date-day {
    margin-top: 5px;
    font-size: 30px;
  }
  .view-category article.item .entry-header-wrapper .entry-header .entry-date-wrapper .entry-date-month-year,
  .view-article article.item .entry-header-wrapper .entry-header .entry-date-wrapper .entry-date-month-year {
    font-size: 12px;
    margin-top: 0px;
  }
  h1 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  h1 small {
    letter-spacing: inherit !important;
  }
  h2 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
  h3 {
    font-size: 20px !important;
    line-height: 25px !important;
  }
  h4 {
    font-size: 18px !important;
    line-height: 23px !important;
  }
  p {
    font-size: 14px;
  }
  .spb-res-margin {
    margin: 50px 0 !important;
  }
  .spb-res-padding {
    padding: 50px 0 !important;
  }
  .spb-res-mixed-padding {
    padding: 50px 0 100px !important;
  }
  #sp-logo {
    width: 50%;
  }
  #sp-search {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
  }
  #sp-login {
    width: 30%;
    position: absolute;
    right: 30px;
  }
  body.rtl #sp-login {
    width: auto;
    position: absolute;
    left: 15px;
    right: initial;
  }
  body.rtl .offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
    right: initial;
    left: 0;
  }
  #sp-header .logo {
    right: 0px;
  }
  ul.spmoviedb-movie-search {
    max-height: 250px;
    overflow-y: auto;
  }
  #sp-page-builder .sppb-section-title h1.sppb-title-heading {
    font-size: 28px;
  }
  #sp-page-builder .sppb-section-title h2.sppb-title-heading {
    font-size: 24px;
  }
  #sp-page-builder .sppb-section-title h3.sppb-title-heading {
    font-size: 20px;
  }
  #sp-page-builder .sppb-section-title h4.sppb-title-heading {
    font-size: 18px;
  }
  #sp-page-builder h1 {
    font-size: 28px !important;
  }
  #sp-page-builder h2 {
    font-size: 24px !important;
  }
  #sp-page-builder h3 {
    font-size: 20px !important;
  }
  #sp-page-builder h4 {
    font-size: 18px !important;
  }
  .spmoviedb-title .sppb-addon-title {
    font-size: 20px;
  }
  .moview-before-title-icon {
    font-size: 25px;
  }
  .spmoviedb-tab .nav-tabs > li {
    margin-bottom: 15px;
  }
  .spmoviedb-tab .owl-controls .owl-nav {
    top: -20px;
  }
  .sppb-trailer-modal-item {
    width: 50%;
  }
  .moviedb-twitter-flickr {
    padding: 30px !important;
    background: none !important;
    background-color: #00aeef !important;
  }
  .spmoviedb-flickr {
    margin-bottom: 50px;
  }
  .spmoviedb-twitter {
    padding-left: 0;
  }
  .moview-top-celebraties .sppb-top-celebrity .sppb-top-celebrities-info .sppb-celebrities-name {
    font-size: 20px;
  }
  .moviedb-some-about-info .sppb-media >.pull-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .moviedb-some-about-info .sppb-media >.pull-left img {
    width: 100%;
  }
  .moviedb-some-about-info .sppb-media .sppb-media-body {
    width: 100%;
  }
  .spmoviedb-title .more-details {
    float: left;
    clear: both;
  }
  .sppb-addon-articles .article-info .sppb-article-meta i {
    display: inline-block;
    margin: 10px 10px 10px 0;
  }
  .sorting-by-category ul > li {
    margin-right: 15px;
  }
  .item .movie-poster img,
  .item .celebritie-poster img {
    width: 100%;
  }
  .spmoviedb-trailer-item.leading .sp-spmoviedb-trailers-info {
    margin-top: 0;
  }
  .movie-info .count-rating-wrapper,
  .celebrity-info .count-rating-wrapper {
    text-align: center;
    margin-top: 20px;
    width: 100%;
  }
  .movie-info .count-rating-wrapper .count-rating,
  .celebrity-info .count-rating-wrapper .count-rating {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 25px;
    display: inline-block;
  }
  .movie-info .count-rating-wrapper .count-rating span,
  .celebrity-info .count-rating-wrapper .count-rating span {
    margin-top: 3px;
    font-size: 20px;
    line-height: 70px;
    display: block;
  }
  .movie-info .count-rating-wrapper .count-rating:before,
  .celebrity-info .count-rating-wrapper .count-rating:before {
    font-size: 55px;
    left: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-left: 0;
  }
  .view-spmoviedb-movie .movie-cover,
  .view-spmoviedb-celebrity .celebrity-cover {
    margin-bottom: 0;
    padding-top: 100px;
  }
  .view-spmoviedb-movie .movie-cover:before,
  .view-spmoviedb-celebrity .celebrity-cover:before {
    -webkit-background-image: linear-gradient(to bottom,rgba(0,0,0,0.5) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.5) 0%,#000000 100%);
    height: 350px;
  }
  .view-spmoviedb-movie .movie-cover img,
  .view-spmoviedb-celebrity .celebrity-cover img {
    min-height: 200px;
  }
  .movie-info .movie-title,
  .celebrity-info .movie-title {
    font-size: 24px;
    margin: 0 0 10px 0;
  }
  .movie-info .rating-star,
  .celebrity-info .rating-star {
    margin-top: 5px;
  }
  .recommend-movies .item {
    margin-bottom: 30px;
  }
  .movie-details-wrap .movie-info-sidebar,
  .celebrity-details-wrap .celebrity-info-sidebar {
    width: 100%;
    margin-top: 30px;
  }
  .movie-details-wrap .movie-info-sidebar ul>li,
  .celebrity-details-wrap .celebrity-info-sidebar ul>li {
    margin-bottom: 5px;
  }
  .movie-details-wrap .movie-info-sidebar.stick,
  .celebrity-details-wrap .celebrity-info-sidebar.stick {
    width: 100%;
    position: relative !important;
    top: 0 !important;
  }
  .movie-details-wrap .movie-info-sidebar.stick .img-wrap img,
  .celebrity-details-wrap .celebrity-info-sidebar.stick .img-wrap img {
    display: block;
  }
  .movie-details-wrap .movie-info-sidebar.stick a.buy-ticket,
  .celebrity-details-wrap .celebrity-info-sidebar.stick a.buy-ticket {
    display: inline-block;
    margin-top: 15px;
  }
  .movie-details-wrap .movie-info-sidebar .img-wrap,
  .celebrity-details-wrap .celebrity-info-sidebar .img-wrap {
    background: none !important;
    margin-top: 0;
  }
  .movie-details-wrap .movie-info-sidebar .img-wrap img,
  .celebrity-details-wrap .celebrity-info-sidebar .img-wrap img {
    width: 100%;
  }
  .movie-details-wrap .movie-info-warpper .movie-info,
  .movie-details-wrap .movie-info-warpper .celebrity-info,
  .celebrity-details-wrap .movie-info-warpper .movie-info,
  .celebrity-details-wrap .movie-info-warpper .celebrity-info {
    color: #000;
  }
  .movie-details-wrap .movie-info-warpper .movie-info .rating-star > span,
  .movie-details-wrap .movie-info-warpper .celebrity-info .rating-star > span,
  .celebrity-details-wrap .movie-info-warpper .movie-info .rating-star > span,
  .celebrity-details-wrap .movie-info-warpper .celebrity-info .rating-star > span {
    color: #000;
  }
  .user-reviews .profile-img {
    margin-bottom: 20px;
  }
  .user-reviews .review-box-wrap {
    padding: 0;
  }
  .user-reviews .review-box {
    margin-left: 0;
  }
  .movie-details-wrap .movie-info-sidebar a.buy-ticket,
  .celebrity-details-wrap .celebrity-info-sidebar a.buy-ticket {
    font-size: 14px;
  }
  .spmoviedb-trailer-item.leading {
    margin-bottom: 30px;
  }
  .spmoviedb-trailer-item.leading .play-icon {
    font-size: 50px;
  }
  .spmoviedb-trailer-item .play-icon {
    font-size: 50px;
  }
  .spmoviedb-trailer-item.leading .sp-spmoviedb-trailers-info {
    padding: 10px;
    position: relative;
    overflow: hidden;
  }
  .spmoviedb-trailer-item.leading .sp-spmoviedb-trailers-info .spmoviedb-trailer-info-block {
    margin-top: 0;
  }
  .sp-bottom-footer #sp-footer #sp-footer2 {
    float: left;
  }
  .sp-bottom-footer #sp-footer #sp-footer1 {
    padding-left: 15px;
  }
  .sp-comingsoon img {
    display: inline-block;
  }
  .sp-comingsoon .sp-comingsoon-wrap .container {
    position: relative;
    left: inherit;
    transform: inherit;
    margin: 0;
  }
  .sp-comingsoon #sp-comingsoon {
    margin-top: 100px;
    padding-left: 0;
  }
  .sp-comingsoon .sp-comingsoon-wrap .sp-comingsoon-title {
    font-size: 25px;
    margin-top: 50px;
  }
  .sp-comingsoon .sp-comingsoon-wrap .content {
    padding: 30px;
    text-align: center;
  }
  .sp-comingsoon .days,
  .sp-comingsoon .hours,
  .sp-comingsoon .minutes,
  .sp-comingsoon .seconds {
    display: inline-block;
    text-align: center;
    margin: 30px;
  }
  .sp-comingsoon .sp-comingsoon-content {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 100px;
  }
  #sp-bottom {
    padding: 50px 0px 0 0 !important;
  }
  body.rtl .sp-bottom-footer #sp-footer #sp-footer1 {
    padding-right: 15px !important;
  }
  body.rtl .sp-bottom-footer #sp-footer #sp-footer2 {
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .moview-top-celebraties {
    margin-top: 50px;
  }
  .sp-megamenu-wrapper:hover > .sp-megamenu-parent {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .view-featured table.category thead >tr th,
  .view-featured table.category thead >tr td,
  .view-featured table.category tbody >tr th,
  .view-featured table.category tbody >tr td {
    padding: 0px;
    font-size: 14px;
  }
  .form-horizontal .control-label {
    width: auto;
    margin-right: 20px;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .sp-moviedb-login .modal-content .modal-header {
    padding: 0;
  }
  .sp-moviedb-login .modal-content {
    padding: 15px;
  }
  .sp-moviedb-login .modal-content .modal-body {
    margin-bottom: 20px;
    padding: 15px 0;
  }
  .sp-moviedb-login .modal-content .modal-footer {
    max-height: initial;
    text-align: left;
    padding: 5px 0;
  }
  .sp-moviedb-login .modal-content .modal-body .forget-name-link {
    margin-left: 0;
  }
  .sp-page-title {
    text-align: center;
  }
  .sp-page-title .page-header-title-wrap,
  .sp-page-title .page-header-icon-wrap {
    width: 100%;
  }
  .sp-page-title .page-header-title-wrap .moview-before-title-icon,
  .sp-page-title .page-header-icon-wrap .moview-before-title-icon {
    margin-right: 0 !important;
    margin-bottom: 20px;
    display: block;
    font-size: 35px;
  }
  .sp-page-title .page-header-title {
    font-size: 20px;
  }
  .sp-page-title .breadcrumb {
    line-height: inherit;
    float: none;
    margin-top: 10px;
  }
  #sp-moview-movie .item .movie-details {
    bottom: -32px;
  }
  .sp-spmoviedb-trailers-info .thumb-img {
    display: none !important;
  }
  .sorting-by-category ul > li {
    margin-bottom: 20px;
  }
  .sppb-addon-moview-title .moview-before-title-icon {
    margin-right: 15px;
    font-size: 22px;
    margin-top: 8px;
  }
  .spmoviedb-tab .nav-tabs > li {
    margin-bottom: 5px;
  }
  .sppb-addon-articles .article-info .article-title {
    margin-bottom: 5px;
  }
  .movie-details-wrap .header-title .title,
  .celebrity-details-wrap .header-title .title {
    margin: 0 0 15px;
  }
  .user-reviews .reviews-menu ul > li {
    margin-bottom: 10px;
  }
  .user-reviews .reviewers-form .review-box {
    padding: 15px 15px 70px 15px;
  }
  .movie-showtime .category-list .see-all {
    float: none !important;
    text-align: center;
    clear: both;
  }
  .movie-showtime .movie-schedule .times > ul li {
    margin-bottom: 10px;
  }
  .movie-showtime .movie-schedule .ticket-urls {
    width: 100%;
  }
  .movie-showtime .movie-schedule .ticket-urls .btn {
    display: block;
  }
  .sppb-trailer-modal-item.leading .play-icon {
    font-size: 25px;
  }
  .view-category article.item .entry-header-wrapper .entry-header .entry-title-info-wrap h2,
  .view-article article.item .entry-header-wrapper .entry-header .entry-title-info-wrap h2 {
    font-size: 20px;
    line-height: 22px;
  }
  .view-category article.item .entry-header-wrapper:before,
  .view-article article.item .entry-header-wrapper:before {
    -webkit-background-image: linear-gradient(to bottom,rgba(0,0,0,0.5) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.5) 0%,#000000 100%);
  }
  .view-category article.item .entry-header-wrapper .entry-header,
  .view-article article.item .entry-header-wrapper .entry-header {
    bottom: 30px;
    right: 0;
  }
  .view-category article.item .entry-header-wrapper .entry-header .entry-title-info-wrap h2,
  .view-article article.item .entry-header-wrapper .entry-header .entry-title-info-wrap h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .view-category article.item .entry-header-wrapper .entry-date-wrapper,
  .view-article article.item .entry-header-wrapper .entry-date-wrapper {
    width: 50px !important;
    height: 50px !important;
  }
  .view-category article.item .entry-header-wrapper .entry-date-wrapper .entry-date-day,
  .view-article article.item .entry-header-wrapper .entry-date-wrapper .entry-date-day {
    font-size: 18px !important;
    margin-top: 5px !important;
  }
  .view-category article.item .entry-header-wrapper .entry-date-wrapper .entry-date-month-year,
  .view-article article.item .entry-header-wrapper .entry-date-wrapper .entry-date-month-year {
    font-size: 12px !important;
    line-height: 14px !important;
  }
  .view-category article.item .entry-header-wrapper .entry-image img,
  .view-article article.item .entry-header-wrapper .entry-image img {
    min-height: 250px;
  }
  .view-category article.item .entry-header-wrapper .entry-title-info-wrap dl.article-info dd,
  .view-article article.item .entry-header-wrapper .entry-title-info-wrap dl.article-info dd {
    font-size: 14px !important;
  }
  .view-article .article-item-header-wrapper .entry-header-title-wrap .entry-header h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .view-article .article-item-header-wrapper:before {
    -webkit-background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
  }
  .view-article .article-item-header-wrapper .entry-header-title-wrap .entry-header dl.article-info {
    clear: both;
  }
  .view-article .article-item-header-wrapper .entry-header-title-wrap .entry-header .entry-date-wrapper {
    margin-bottom: 30px;
  }
  .spmoviedb-trailer-item.subleading {
    margin-top: 15px;
    width: 100%;
  }
  .spmoviedb-trailer-item.subleading .spmoviedb-trailer-info-block {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .spmoviedb-trailer-item.subleading .play-icon {
    font-size: 40px;
  }
  .sp-bottom-footer #sp-footer #sp-footer2 {
    text-align: inherit;
  }
  .sp-bottom-footer #sp-footer #sp-footer1 {
    padding-left: 15px;
  }
  .sp-bottom-footer #sp-footer #sp-footer1 ul.menu li a {
    margin-right: 12px;
  }
  .spmoviedb-filmography ul.spmoviedb-film-list > li .sp-moviedb-rating-wrap {
    float: left !important;
    margin: 15px 0;
  }
  .input-group .form-control {
    padding-left: 25px;
  }
  .view-category article.item .entry-header-wrapper .entry-header .entry-title-info-wrap dl.article-info dd {
    margin-bottom: 5px;
  }
  .view-article .article-item-header-wrapper .entry-header-title-wrap .entry-header dl.article-info dd {
    margin: 0 0 5px 8px;
  }
  .movie-showtime .movie-schedule .times > ul li {
    margin-right: 5px;
  }
  .spmoviedb-tab .owl-controls .owl-nav {
    top: 10px;
  }
  .spmoviedb-trailer-item .count-rating {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 48px;
  }
  .spmoviedb-trailer-item .count-rating:before {
    font-size: 48px;
  }
  .spmoviedb-trailer-item .count-rating span {
    margin-left: 0;
    font-size: 22px;
    line-height: 55px;
  }
  body.rtl .sp-bottom-footer #sp-footer #sp-footer1,
  body.rtl .sp-bottom-footer #sp-footer #sp-footer2 {
    text-align: center !important;
    width: 100%;
  }
  body.rtl .sp-bottom-footer #sp-footer #sp-footer1 ul.menu li a {
    margin-right: 0 !important;
    margin-left: 10px !important;
  }
  body.rtl .sp-bottom-footer #sp-bottom #sp-bottom3 .bottom-add .add-section-1 a:first-child,
  body.rtl .sp-bottom-footer #sp-bottom #sp-bottom3 .bottom-add .add-section-2 a:first-child {
    margin-right: 0;
  }
  body.rtl .sp-bottom-footer #sp-bottom #sp-bottom3 .bottom-add .add-section-1>a,
  body.rtl .sp-bottom-footer #sp-bottom #sp-bottom3 .bottom-add .add-section-2>a {
    float: right !important;
  }
}
@media only screen and (max-width: 320px) {
  .sticky-wrapper.is-sticky #sp-search {
    display: none;
  }
  .sp-bottom-footer #sp-bottom #sp-bottom3 .bottom-add .add-section-1 a:first-child,
  .sp-bottom-footer #sp-bottom #sp-bottom3 .bottom-add .add-section-2 a:first-child {
    margin-bottom: 25px;
  }
  .sp-moviedb-login .sp-login > a {
    float: right;
  }
  .sp-moviedb-login .sp-login i {
    margin-right: 0;
  }
  .view-article .acticle-bottom-wrapper dd.post_rating {
    float: left;
  }
  .spmoviedb-tab .nav-tabs > li {
    margin-right: 20px;
  }
  .sp-spmoviedb-trailers-info .spmoviedb-trailer-info-block {
    width: 65%;
  }
  .spmoviedb-trailer-item a {
    font-size: 14px;
  }
  .view-page .sp-spmoviedb-trailers-info .spmoviedb-genry {
    font-size: 12px;
  }
  .reviews-menu .pull-right {
    float: left !important;
  }
  .user-reviews .reviewers-review .date-time {
    font-size: 14px;
  }
  .view-category article.item .entry-header-wrapper .entry-header .entry-title-info-wrap dl.article-info dd {
    padding-right: 0;
  }
  .view-article .acticle-bottom-wrapper {
    padding: 20px 0px 40px 0px;
  }
}
