.sppb-btn-secondary {
    background-color: #a9927d;
    border-color: #a9927d;
    padding: 15px 40px;
    text-transform: uppercase;
    font-weight: bold;
}

.sppb-btn-secondary:hover {
    color: #a9927d;
    background-color: transparent;
    border-color: #a9927d;
}
.sppb-addon-raw-html svg {
    width: 100px;
    margin-bottom: 30px;
}

.sppb-addon-title:before {
    content: '';
    width: 60px;
    height: 3px;
    position: absolute;
    background: #a9927d;
    top: 0;
    left: 0;
}
.centertext .sppb-addon-title:before {
    content: '';
    width: 60px;
    height: 3px;
    position: absolute;
    background: #a9927d;
     left: 50%;
  transform: translate(-50%, -50%);
}

.sppb-addon-title {
    position: relative;
    padding-top: 15px;
}



.centertext .sppb-addon-content {
    text-align: center;
}


.centertext.videos .sppb-addon-title {
    margin-top: 30px !important;
    padding-bottom: 20px !important;
    font-size: 20px;
    text-transform: uppercase;
}

.centertext.videos .sppb-column  .sppb-addon-title:before {
    bottom: 0 !important;
    top: unset;
    width: 120%;
  transition: 300ms all;
}
.centertext.videos .sppb-column :hover .sppb-addon-title:before {
    bottom: 0 !important;
    top: unset;
    width: 130%;
  transition: 300ms all;
}
.centertext .sppb-column:hover {
    transform: scale(1.03);
    transition: 300ms all;
}

.centertext .sppb-column {
    transform: scale(1);
    transition:  300ms all;
}

.centertext .sppb-column:hover svg {
    transform: translatey(-10px);
}

.centertext .sppb-column svg {
    transition: 300ms all;
}
.centertext .sppb-column:hover .sppb-addon-title:before {
    width: 90px;
  transition: 300ms all;
}
.centertext .sppb-column .sppb-addon-title:before {
    transition: 300ms all;
}

li.sp-menu-item a {
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 16px !important;
    border-bottom: 5px solid #a9927d;
    position: relative;
}
.sp-megamenu-parent>li:last-child>a {
    padding: 0 15px !important;
}

.sppb-section-title h3 {
    color: #a9927d12;
    font-size: 7vw !important;
    display: block;
}

.sppb-row-container {
    position: initial;
}

.sppb-section-title.center {
    position: absolute !important;
    bottom: 0;
    left: 10px;
    margin: 0 !important;
}
.fa-quote-left {
    color: #a9927d !important;
}
.sppb-addon-testimonial-review {
    font-weight: bold;
    font-style: italic;
}
/*.sppb-addon-feature img {
    width: 100px !important;
}*/
.sppb-addon-feature img {
    width: 110px !important;
    border: 1px solid #a9927d;
    padding: 20px;
}
.videos.icons .sppb-addon-raw-html svg {
    width: 100px;
    margin-bottom: 30px;
    display: block;
    margin: auto;
}

.dotter .sppb-addon-lottie {
    border: 1px solid #dbdbdb;
    position: relative;
}

.dotter .sppb-addon-lottie:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 1px;
    width: 82px;
    height: 5px;
    background: transparent;
    border-top: 8px dotted #2a2e2d;
    z-index: 9;
}

.dotter .sppb-addon-lottie:after {
    content: "";
    position: absolute;
    height: 229px;
    width: 7px;
    border-left: 7px dotted #57c1ab;
    background: transparent;
    position: absolute;
    top: -32px;
    left: -15px;
    z-index: 9;
}
.dotter.right .sppb-addon-lottie:before {
    content: "";
    position: absolute;
    top: -15px;
  left: unset;
    right: 1px;
    width: 82px;
    height: 5px;
    background: transparent;
    border-top: 8px dotted #2a2e2d;
    z-index: 9;
}
.dotter.right .sppb-addon-lottie:after {
    content: "";
    position: absolute;
    height: 229px;
    width: 7px;
    border-left: 7px dotted #57c1ab;
    background: transparent;
    position: absolute;
    top: -32px;
    left: unset;
  right: -15px;
    z-index: 9;
}
a.canvasjs-chart-credit {
    display: none;
}

.canvasjs-chart-tooltip {
    display: none !important;
}
.frik-submit {
    background-color: #282828 !important;
    border-color: #282828 !important;
    padding: 15px 40px !important;
    text-transform: uppercase;
    font-weight: bold;
  transition: 300ms all;
}
.frik-submit:hover {
    color: #a9927d !important;
    background-color: white !important;
    border-color: #ffffff !important;
    transition: 300ms all;
}
.frik-block-submit {
    justify-content: start !important;
}
.sppb-addon-content ul li:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    padding-right: 10px;
}

.sppb-addon-content ul {
    list-style-type: none;
    padding: 10px;
}
.sppb-btn-default {
    background-color: transparent;
    border-color: #ffffff;
    padding: 15px 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
}
.sppb-btn-default:hover {
    background: white;
    border: 1px solid #acacac;
    color: #a9927d;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #a9927d;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover>a {
    color: #ffffff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    border-bottom: 1px solid white;
    margin-bottom: 10px;
}
#sp-footer {
    background: #0a0908;
    color: white;
}
.rsform-submit-button {
    background: transparent;
    text-transform: uppercase;
    padding: 15px 40px;
    border: 1px solid white;
    font-weight: bold;
    transition: 300ms all;
}

.rsform-submit-button:hover {
    background: white;
    color: #a9927d;
    transition: 300ms all;
}
.sppb-addon-gallery img {
    height: auto !important;
}
.sppb-addon-gallery ul li:before {
    content: none;
}
a.sppb-gallery-btn {
    overflow: hidden;
    min-height: 230px;
    height: 230px;
    width: 300px;
}

a.sppb-gallery-btn img {
    height: 100% !important;
    width: auto !important;
}



/* ---------------- GDPR ------------*/

.activebar-container {
    background-color: rgba(0, 0, 0, 0.8) !important;
    border-bottom: 1px solid #000;
    color: #fff !important;
}
.activebar-container p {
    font-size: 16px;
}
.activebar-container a {
    font-weight: bold;
    font-size: 14px;
  color: #e2d8b9;
}
.activebar-container {
    margin: 0;
    display: block;
    position: fixed;
    top: auto !important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9999;
    overflow: hidden;
    overflow-x: hidden;
  border-top: 1px dotted white;
}
.activebar-container button.accept {
    color: #fff !important;
    background-color: #5cba3c !important;
}

.activebar-container button {
    float: right;
    clear: none;
    margin: 5px 10px;
    padding: 10px 20px !important;
    border-radius: 5px;
    border: none;
}

.activebar-container button {
    float: right;
    clear: none;
    margin: 5px 10px;
    padding: 10px 20px !important;
    border-radius: 5px;
    border: none;
}
.plg_system_eprivacy_module div.plg_system_eprivacy_accepted, .plg_system_eprivacy_module div.plg_system_eprivacy_declined {
    opacity: 0.60;
    overflow: hidden;
    border: none !important;
    border-top: 1px dotted rgba(255, 255, 255, .1) !important;
    color: #ffffff !important;
    vertical-align: middle;
    padding: 5px !important;
    background-color: #191919;
    font-size: 14px;
}
.plg_system_eprivacy_accepted p {
    margin-bottom: 0px;
}
.plg_system_eprivacy_module div.plg_system_eprivacy_accepted button, .plg_system_eprivacy_module div.plg_system_eprivacy_declined button {
    border: 1px solid #fefcfa00;
    color: #929090;
    padding: 0px 10px !important;
    margin-right: 10px;
    background-color: rgba(114, 114, 115, 0);
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.plg_system_eprivacy_module div.plg_system_eprivacy_accepted button:hover, .plg_system_eprivacy_module div.plg_system_eprivacy_declined button:hover {
    color: #025baa;
    border-color: #72727300;
    background-color: #fff0;
}

/* ---------------- GDPR END ------------*/



.cc-compliance.cc-highlight > .cc-deny {
    order: 3 !important;
    color: black !important;
    background: #ffffff !important;
}

.cc-compliance.cc-highlight > .cc-allow {
    order: 2 !important;
}

.cc-compliance.cc-highlight > .cc-allowall {
    order: 1 !important;
    background: #333333 !important;
    color: white !important;
}