/**
 * ADC Modifikace CSS
 */

html.coming-soon .coming-soon-title {
    font-size: 50px;
    font-weight: 500;
    color: #0D0D0D;
}

.btn-success, .sppb-btn-success {
    color: #63038C;
    background-color: #F2F2F2;
    border: solid 1px #873FA6;
}

.agency-header #sp-top1 ul.sp-contact-info li span, .agency-header #sp-top2 ul.sp-contact-info li span {
    color: #FFF;
	padding: 0px 5px 0px 5px;
}

.sp-megamenu-parent > li > a:before, .sp-megamenu-parent > li > span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*background-image: linear-gradient(125deg, #cda7de, #63038c);*/
  background-image: linear-gradient(125deg, #63038c, #63038c);
  z-index: -1;
  transition: 0.3s;
  opacity: 0;
}

.sp-megamenu-wrapper > ul > li {
  flex: auto;
  text-align: left;
}

/* barva nápisu v menu */
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: #873FA6;
}

/* linka v menu */
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:before {
  background: #873FA6;
}

/* pozadí v mobilním menu */
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:before {
  background-color: #873FA6;
}

.offcanvas-menu .menu li.active > a {
  color: #873FA6 !important;
}


#sp-header.header-sticky {
	background: #190124f0; 
}

.btn-link, .sppb-btn-link {
    color: #63038C;
}

.btn-link:hover, .sppb-btn-link:hover {
  color: #C55CF2;
}

a {
    color: #63038C;
}
a:hover, a:focus, a:active {
  color: #C55CF2;
}

.sp-module ul > li > a {
  color: #7e879a;
}
.sp-module ul > li > a:hover {
  color: #C55CF2;
}

#sp-bottom .sp-module ul > li {
  display: block;
  font-size: 13px;
  line-height: 30px;
  font-weight: 400;
}

#sp-bottom .sp-module .sp-module-title {
     margin: 10px 0 10px;
}

#sp-footer a {
  color: #a8a9c4;
}

#sp-footer .sp-copyright {
  color: #a8a9c4;
}

#sp-footer a:hover, #sp-footer a:focus, #sp-footer a:active {
  color: #fff;
}

#sp-bottom a {
  color: #A8A9C4;
}

#sp-bottom a:hover, #sp-bottom a:focus, #sp-bottom a:active {
  color: #fff;
}

@media (max-width: 480px) {
  #sp-top-bar {
    margin: 10px 0;
  }
  .agency-header #sp-top1 > .sp-column, .agency-header #sp-top2 > .sp-column {
    justify-content: center;
    padding: 5px 5px 0 5px;
  }
  .agency-header #sp-top1 ul.sp-contact-info li span, .agency-header #sp-top2 ul.sp-contact-info li span {
    color: #FFF;
	padding: 0px 5px 0px 5px;
  }
  .header-wrapper.agency-header .sp-contact-info > li:first-child {
    margin-right: 0px;
  }
}

@media (max-width: 768px) {
  .header-wrapper.agency-header .sp-contact-info > li:first-child {
    margin-right: 0px;
  }
}

.cpnb-accept-btn-m-info {
    color: #000;
    background-color: #e0c7ea;
}

.tabulka-stazeni {
/*  border-radius: 3px;
  border: solid 1px #eaeaea;*/
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.tabulka-stazeni:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
/*  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;*/
  background-image: linear-gradient(357deg, #63038C, #873FA6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tabulka-stazeni:hover {
  border-color: transparent;
  background-color: #f8f9fb;
}
.tabulka-stazeni:hover:before {
  opacity: 1;
}

@media (min-width:1440px) {

  body .sppb-row-container,
  body .sppb-container {
      max-width: 1140px
  }
}


/*****/

.kancelar-skopal {
  border-radius   : 3px;
  position        : relative;
  z-index         : 1
}

.kancelar-skopal:after {
  content           : "";
  position          : absolute;
  width             : 100%;
  height            : 100%;
  top               : 0;
  left              : 0;
  opacity           : 0;
  z-index           : -1;
  opacity           : 0;
  border-radius     : 3px;
  border-width      : 2px;
  border-style      : solid;
  border-color      : #8C0B6A;
/*  background-image  : linear-gradient(160deg, #8c0b6a00 70%, #8c0b6a70);*/
  box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.20);
/*  box-shadow: inset 0 0px 5px #8C0B6A, 0 15px 35px 0 rgba(0, 0, 0, 0.20);*/
  -webkit-transition: all 0.3s ease-in-out;
  transition        : all 0.3s ease-in-out
}

.kancelar-skopal:hover:after {
    opacity: 1
}

.kancelar-sevcik {
  border-radius   : 3px;
  position        : relative;
  z-index         : 1
}

.kancelar-sevcik:after {
  content           : "";
  position          : absolute;
  width             : 100%;
  height            : 100%;
  top               : 0;
  left              : 0;
  opacity           : 0;
  z-index           : -1;
  opacity           : 0;
  border-radius     : 3px;
  border-width      : 2px;
  border-style      : solid;
  border-color      :#63038C;
/*  background-image  : linear-gradient(160deg, #63038C00 70%, #63038C70);*/
  box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.20);
  -webkit-transition: all 0.3s ease-in-out;
  transition        : all 0.3s ease-in-out
}

.kancelar-sevcik:hover:after {
    opacity: 1
}

#sp-bottom2 .sppb-container-inner {
  border-right: 1px solid #333457;
}

.single-pricing-table:hover {
  box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
  border-radius     : 3px
}