@charset "utf-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}
 .sep-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 30px;
margin-top: 30px;
}
.sep-card {
background: #fff;
border-radius: 0px;
overflow: hidden;
box-shadow: 0 5px 20px rgba(0,0,0,0.08);
transition: 0.3s;
}
.sep-card:hover {
transform: translateY(-5px);
}
.sep-card-image img {
width: 100%;
height: auto;
}
.sep-card-content {
padding: 20px;
}
.sep-date {
font-size: 14px;
color: #777;
display: block;
margin-bottom: 10px;
}
.sep-btn {
display: inline-block;
margin-top: 15px;
padding: 10px 20px;
background: #e10600;
color: #fff;
text-decoration: none;
border-radius: 0;
transition: 0.3s;
font-weight: 600;
}
.sep-btn:hover {
background: #b00000;
}
.sep-filter select {
padding: 8px;
}
.sep-home-list {
display: flex;
flex-direction: column;
gap: 15px;
}
.sep-home-item {
padding: 15px;
border-bottom: 1px solid #eee;
}
.sep-home-date {
font-size: 14px;
color: #888;
display: block;
}
.sep-home-item h4 {
margin: 5px 0 0;
font-size: 16px;
}
.sep-home-item a {
text-decoration: none;
color: #111;
}
.sep-home-item a:hover {
text-decoration: underline;
}
.sep-home-button {
text-align: center;
margin-top: 40px;
}
.sep-view-all {
padding: 12px 24px;
font-size: 16px;
} .sep-filter {
display: flex !important;
flex-direction: row !important;
flex-wrap: nowrap !important;
align-items: center;
gap: 15px;
margin-bottom: 30px;
} .sep-filter select {
width: auto !important;
min-width: 200px;
padding: 10px 14px;
border: 1px solid #ddd;
border-radius: 0 !important;
font-size: 14px;
display: inline-block !important;
} .sep-filter button {
width: auto !important;
padding: 10px 18px;
background: var(--theme-palette-color-2);
color: #fff;
border: none;
border-radius: 0 !important;
cursor: pointer;
transition: background 0.3s ease;
}
.sep-filter button:hover {
background: #b00000;
color:#fff;
} .sep-single-date {
font-size: 18px;
margin-bottom: 20px;
padding: 12px 15px;
background: #f5f5f5;
border-left: 4px solid #e10600;
}
@media(max-width: 768px){
.sep-card-home {
flex-direction: column;
}
.sep-card-home-image img {
width: 100%;
}
.sep-filter select
{
width:100% !important;
min-width: inherit;
}
} .sep-home-grid {
display: grid !important;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
margin-top: 30px;
} .sep-card {
background: #fff;
border-radius: 0; box-shadow: 0 4px 15px rgba(0,0,0,0.08);
overflow: hidden;
transition: transform 0.3s ease;
max-width:100%;
}
.sep-card:hover {
transform: translateY(-3px);
} .sep-card-image {
width: 100%;
aspect-ratio: 2.88 / 1 !important; overflow: hidden;
}
.sep-card-image img {
width: 100%;
height: 100%;
object-fit: cover; display: block;
} .sep-card-content {
padding: 20px;
}
.sep-date {
font-size: 14px;
color: #888;
display: block;
margin-bottom: 10px;
} .sep-card .sep-btn {
display: inline-block;
margin-top: 15px;
padding: 10px 20px;
background: #e10600 !important;
color: #fff !important;
text-decoration: none;
border-radius: 0 !important;
font-weight: 600;
}
.sep-card .sep-btn:hover {
background: #b00000 !important;
} @media (max-width: 1200px) {
.sep-home-grid {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 992px) {
.sep-home-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.sep-home-grid {
grid-template-columns: 1fr;
}
}
.sep-card-home-top {
display: flex !important;
justify-content: space-between;
align-items: center;
margin-bottom: 10px;
}
.sep-home-date {
font-size: 14px;
color: #888;
}
.sep-card-home .sep-btn {
background: #e10600 !important;
color: #fff !important;
border-radius: 0 !important;
padding: 8px 14px;
font-size: 14px;
}