/*
 * Theme Name: Ryckposter Child
 * Template: ryckposter
 * Version: 1.0.0
 * License: GNU General Public License v2 or later
 */

@import url('./assets/css/fonts.min.css');

/* COMMON STYLES
--------------------------------------------- */

body {
    text-shadow: 2.4px 1.7px 1px rgba(0, 0, 0, 0.75);
}

h1, h2, h3, h4, h5, h6 {
    color: #fff;
}

.container {
    max-width: 1410px !important;
}

.page-title {
    font-size: 30px !important;
    line-height: 33px !important;
    background-image: linear-gradient(90deg, #D90481 0%, #02ACEF 100%);
    border: 3px solid #fff;
    text-shadow: none;
    padding: 11px 30px 8px;
    border-radius: 3px;
}

b, strong {
    font-weight: 700;
}

.separator {
    background: #fff;
    height: 1px;
    border: 1px solid #001e6a;
    box-shadow: 3px 2px 2px 0px rgba(0, 0, 0, 0.75);
}

.btn-primary {
    background-image: linear-gradient(90deg, #D90481 0%, #02ACEF 100%) !important;
    border: 3px solid #fff !important;
    border-radius: 3px;
    padding: 12px 24px;
}

.elementor-button, .btn-primary, .page-title-box, .page-title {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.35), 0 0 25px rgba(0, 0, 0, 0.55) !important;
    outline: 2px solid #00113b !important;
}

.section-box-shadow {
    box-shadow: 0 -30px 40px 0 rgba(0, 0, 0, 0.65), 0 30px 40px 0 rgba(0, 0, 0, 0.85);
}

/* -> modal */

.modal-content {
    background: rgba(0, 31, 63, 0.9);
    border: 3px solid #003b77;
    border-radius: 35px 0 35px 0;
}

.modal-content .modal-header {
    border: 0;
}

.modal-content .modal-title {
    font-size: 30px;
    line-height: 31px;
}

.modal-content .modal-header .close {
    width: 50px;
    height: 40px;
    background: #003b77;
    border-radius: 0 0 0 25px;
    opacity: 1 !important;
    text-shadow: none;
    padding: 0;
    color: #fff;
}

/* elementor background video */

.elementor-background-video-hosted {
    height: auto !important;
    inset-inline-start: 0 !important;
    transform: translate(0%, -50%) !important;
}

/* -> input styles */

.elementor-button-text {
    text-shadow: none;
}

::-webkit-input-placeholder {
    opacity: 1 !important;
}

:-moz-placeholder { /* Firefox 18- */
    opacity: 1 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
    opacity: 1 !important;
}

:-ms-input-placeholder {
    opacity: 1 !important;
}

/* -> HOME PAGE
--------------------------------------------- */

.section-title .elementor-heading-title {
    text-shadow: -1px -1px 0 #001e6a, 1px -1px 0 #001e6a, -1px  1px 0 #001e6a, 1px  1px 0 #001e6a;
}

.ufae-wrapper .ufae_horizontal_container {
    width: 100% !important;
}

.ufae-wrapper .swiper-button-prev, .ufae-wrapper .swiper-button-next {
    left: -40px !important;
    border-radius: 0 !important;
    border: 0 !important;
    opacity: 1 !important;
    padding: 0 !important;
    font-size: 55px;
    width: 1em !important;
    height: 1em !important;
}

.ufae-wrapper .swiper-button-next {
    left: auto !important;
    right: -40px !important;
}

.ufae-wrapper .swiper-button-prev:after, .ufae-wrapper .swiper-button-next:after {
    display: none;
}

.elementor-swiper-button-prev path, .swiper-button-prev path {
    fill: #d40680;
}

.elementor-swiper-button-next path, .swiper-button-next path {
    fill: #0690d4;
}

.social-video-icon, .social-video-content {
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slider-pro {
    max-width: 1380px !important;
}

.slider-pro .sp-left-thumbnails {
    width: 30%;
    margin: 0;
    padding: 0 15px;
    overflow: visible;
}

.slider-pro .sp-left-thumbnails .sp-thumbnail-container {
    margin-bottom: 25px;
}

.slider-pro .sp-left-thumbnails .sp-thumbnail {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 15px 9.6%;
}

.slider-pro .sp-slides-container {
    padding: 0 15px;
}

.slider-pro .sp-left-thumbnails .sp-thumbnail-container,
.slider-pro .sp-slides-container > .sp-mask {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.35), 0 0 25px rgba(0, 0, 0, 0.55);
    background: linear-gradient(135deg, rgba(0, 14, 49, 0.85) 0%, rgba(0, 19, 58, 0.85) 100%);
}

.slider-pro .sp-slides-container > .sp-mask {
    height: 559px !important;
    padding: 15px;
}

.slider-pro .sp-left-thumbnails .sp-thumbnail-container, .slider-pro .sp-left-thumbnails .sp-thumbnails,
.slider-pro .sp-slides-container * {
    width: 100% !important;
}

.slider-pro .sp-left-thumbnails .sp-thumbnail {
    font: 700 30px 'Museo';
}

.slider-pro .sp-left-thumbnails img {
    margin-right: 12%;
}

.slider-pro .sp-slide > * {
    transform: none !important;
}

.slider-pro .sp-slide h3 {
    font-size: 44px;
    text-align: center;
}

.slider-pro p.sp-layer {
    font-size: 20px;
    line-height: 30px;
}